*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob42a849d10125312ff996933f63e4a1cc4b769403
1 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
4         (debug): Use it.  Move the inhibit-trace earlier.
5         (debug-entry-code): New const.
6         (debug-on-entry-1): Use it.
8 2005-02-28  Chong Yidong" <cyd@stupidchicken.com> (tiny change)
10         * international/utf-16.el (ccl-encode-mule-utf-16le):
11         Fix BUFFER_MAGNIFICATION to 2.
12         (ccl-encode-mule-utf-16be): Likewise.
14 2005-02-28  Kenichi Handa  <handa@m17n.org>
16         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17         Fix BUFFER_MAGNIFICATION to 4.
18         (ccl-encode-mule-utf-16be-with-signature): Likewise.
20 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
22         * speedbar.el (speedbar-update-flag): Doc fix.
23         (speedbar-show-info-under-mouse): Give set-mouse-position the right
24         argument.
26 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28         * reveal.el (reveal-post-command): Don't try to reveal overlays which
29         have a non-nil `invisible' property but are actually visible.
31         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
32         for perldoc sections.
33         (perl-outline-regexp, perl-outline-level): New var and function.
34         (perl-mode): Use them.
36 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
38         * calendar/diary-lib.el (diary-remind): Discard any mark portion
39         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
41 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
43         * cus-edit.el: Comment change.
44         (custom-buffer-create-internal): Slightly reword text at top of
45         Custom buffers.  Mention there that saving an option edits the
46         init file.  Add link to Emacs manual node on `custom-file'.
47         (custom-magic-alist): Rewrite individual State messages to use
48         capitalized keywords.  Doc fix.
50 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
52         * calendar/calendar.el (calendar-buffer): Move above
53         calendar-week-start-day.
54         (calendar-week-start-day): Doc fix.  Add :set function.
55         (calendar-minimum-window-height): New variable.
56         (generate-calendar-window): Only resize window if selected-window
57         is displaying the calendar buffer.  Use new variable
58         calendar-minimum-window-height.
59         (generate-calendar): Reword error message.
60         (calendar-mode-map): Bind DEL to scroll-other-window-down.
62 2005-02-27  Andreas Schwab  <schwab@suse.de>
64         * vc.el (vc-do-command): Don't run command asynchronously when
65         operating in a remote directory.
67         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
68         change from sync with Tramp 2.0.47.
70 2005-02-27  Richard M. Stallman  <rms@gnu.org>
72         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
74         * textmodes/flyspell.el (flyspell-mode-on):
75         Call ispell-change-dictionary only if necessary.
77         * emacs-lisp/re-builder.el (regexp-builder): New function.
79         * register.el (describe-register-1): Explicitly handle
80         yank-excluded-properties = t.
82         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
83         (custom-magic-alist): Change the status descriptions again.
84         (face widget-type): Total rewrite based on `restricted-sexp'
85         to eliminate the confusing double hiding levels.
87         * emacs-lisp/debug.el (debug-on-entry-1):
88         If function body is empty, add nil as body form.
90 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
92         * emacs-lisp/trace.el (inhibit-trace): New var.
93         (trace-make-advice): Use it.
95         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
97 2005-02-26  Kim F. Storm  <storm@cua.dk>
99         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
100         (mouse-on-link-p, mouse-drag-region-1): Use it.
102 2005-02-25  Lute Kamstra  <lute@gnu.org>
104         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
106 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
108         * frame.el (blink-cursor-mode): Add :group keyword.
110 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
112         * calendar/icalendar.el (icalendar--decode-isodatetime):
113         New optional argument DAY-SHIFT.
114         (icalendar-export-region): Fix coding-system-for-write.
115         (icalendar--convert-ical-to-diary): Shift end-day of all-day
116         events by one.
118 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
120         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
122 2005-02-24  Kim F. Storm  <storm@cua.dk>
124         * international/iso-acc.el (iso-accents-compose): Fix crash
125         during redisplay.  Call force-window-update after read-event
126         and delete-region to signal that window is not accurate.
128 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
130         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
131         Remove unused and inexistent var `inhibit-trace'.
132         (debugger-mode): Use run-mode-hooks.
133         (debugger-list-functions): Add buttons; setup xref stack.
135 2005-02-23  Richard M. Stallman  <rms@gnu.org>
137         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
138         appointment says it was explicitly made.
139         (appt-add): Set the 3rd element.
140         (appt-make-list): Preserve explicit appointments.
142         * subr.el (find-tag-default): Catch errors in forward-sexp.
144 2005-02-23  Juri Linkov  <juri@jurta.org>
146         * info.el (Info-isearch-search): New defcustom.
147         (Info-isearch-search): Call the default isearch function
148         when Info-isearch-search is nil.
149         (Info-isearch-wrap): Use variable Info-isearch-search.
151 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
153         * cus-edit.el: Comment change.
155 2005-02-22  Kim F. Storm  <storm@cua.dk>
157         * progmodes/hideif.el (hide-ifdef-use-define-alist):
158         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
160 2005-02-22  Simon Josefsson  <jas@extundo.com>
162         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
163         New variable.
164         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
165         Oskarsson" <myrkraverk@users.sourceforget.net>.
167 2005-02-22  Kim F. Storm  <storm@cua.dk>
169         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
170         check that window of that event is the selected window.
171         (mouse-drag-region-1): Compare mouse event window to selected
172         window before setting point.
174         * tooltip.el (tooltip-show-help-function): Pass event to
175         mouse-on-link-p so it can check selected window.
177 2005-02-22  Kenichi Handa  <handa@m17n.org>
179         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
180         (ps-mule-show-warning): New function.
181         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
182         characters are found.
184         * ps-print.el (ps-header-footer-string): Return a list of header
185         and footer strings.
187 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
189         * pcvs.el (cvs-retrieve-revision): Fix thinko.
191 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
193         * frame.el (blink-cursor-mode): Use define-minor-mode.
195         * term/mac-win.el (function-key-map): Use char-names more consistently.
196         (file-name-coding-system): Only set it for MacOS-9.  The other case is
197         already handled in mule-cmds.el (where it also works when mac-win.el
198         is not used).
200 2005-02-21  Kenichi Handa  <handa@m17n.org>
202         * international/mule.el (ctext-pre-write-conversion): Always use
203         " *code-converting-work*" buffer for work.
205         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
207 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
209         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
211 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
213         * ses.el (undo-more): Restore defadvice, but only the part that
214         allows changes outside the restricted area of the buffer.
216 2005-02-20  Kim F. Storm  <storm@cua.dk>
218         * simple.el (line-move): Add fourth optional arg try-vscroll which
219         must be set to perform auto-window-vscroll.
220         When moving backwards and doing auto-window-vscroll, automatically
221         vscroll to the last part of lines which are taller than the window.
222         (next-line, previous-line): Set try-vscroll arg on line-move.
224 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
226         * replace.el (query-replace, query-replace-regexp)
227         (replace-string, replace-regexp): When operating on region, make
228         the minibuffer prompt say so.
230         * isearch.el (isearch-forward): Document isearch-query-replace and
231         isearch-query-replace-regexp keybindings.
233 2005-02-19  Jay Belanger  <belanger@truman.edu>
235         * calc/calc-aent.el (math-read-token): Add local variable.
237         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
238         (calc-edit-top): Move declaration to earlier in file.
239         (calc-edit-macro-repeats): Add local variables.
241         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
242         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
243         calcFunc-tanh.
244         Adjust integration rule for calcFunc-tan.
246 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
248         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
249         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
250         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
251         (viper-skip-separators): Bug fix.
252         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
253         particular major mode.
254         (viper-del-backward-char-in-replace): Don't put deleted char on the
255         kill ring.
257         * viper-ex.el (viper-color-display-p): New function.
258         (viper-has-face-support-p): Use viper-color-display-p.
260         * viper-keym.el (viper-gnus-modifier-map): New keymap.
262         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
264         * viper-util.el (viper-glob-unix-files): Fix shell status check.
265         (viper-file-remote-p): Make equivalent to file-remote-p.
267         * viper.el (viper-major-mode-modifier-list):
268         Use viper-gnus-modifier-map.
270 2005-02-19  David Kastrup  <dak@gnu.org>
272         * subr.el (subregexp-context-p): Fix garbled doc string by adding
273         quoting.
275 2005-02-19  Jay Belanger  <belanger@truman.edu>
277         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
278         Remove extra definitions.
279         (calc-coth): New function.
280         (calcFunc-cot): Fix `let'.
282 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
284         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
285         the reasons we use "type pc" in these faces.
287         * button.el (button): Ditto.
289 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
291         * replace.el (query-replace-read-from): Set the value of
292         query-replace-from-history-variable to handle the case of an empty
293         string entered to accept the suggested default.
295         * net/tramp.el (tramp-file-name-for-operation):
296         Use dired-call-process instead of dired-call-process-command.
298 2005-02-19  Jay Belanger  <belanger@truman.edu>
300         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
301         (math-div-non-trig): New variables.
302         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
303         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
304         (math-combine-prod, math-div-symb-fancy): Add simplifications for
305         trig expressions.
307 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
309         * progmodes/gdb-ui.el (gdb-var-update-handler)
310         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
311         for watch expressions,
312         (gdb-var-create-handler): Don't set speedbar-update-flag.
313         (gdb-post-prompt): Simplify test for speedbar.
315 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
317         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
318         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
319         we use the syntax table of the correct buffer.
320         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
321         Felix Gatzemeier.
323         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
324         (ediff-file-remote-p): Make synonymous with file-remote-p.
325         In all deffaces ediff-*-face-*, use min-colors.
327         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
328         ediff-recurse-to-subdirectories.
329         (ediff-mark-if-equal): Check that the arguments are strings, use
330         ediff-same-contents (after to Felix Gatzemeier).
332         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
333         nil.
335 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
337         * log-view.el (log-view-message-re): Fix up Subversion regexp.
339 2005-02-18  David Kastrup  <dak@gnu.org>
341         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
342         use `mark-active' when defined.
344 2005-02-18  Kenichi Handa  <handa@m17n.org>
346         * ps-print.el (ps-font-info-database): New entry
347         ZapfChancery-MediumItalic with correct font name.  Fix font name
348         of the entry Zapf-Chancery-MediumItalic.
350 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
352         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
354 2005-02-16  Kim F. Storm  <storm@cua.dk>
356         * ido.el (ido-fallback-command): Pass user input to fallback command.
358 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
360         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
361         (gdb-find-file-hook): Add server prefix.
363 2005-02-16  Richard M. Stallman  <rms@gnu.org>
365         * replace.el (perform-replace): Pass new args to replace-highlight.
366         (replace-highlight): Take region args,
367         and pass them to isearch-lazy-highlight-new-loop.
369         * novice.el (disabled-command-hook): Autoload the defalias
370         and the make-obsolete-variable call.
372         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
374         * isearch.el (isearch-lazy-highlight-start-limit)
375         (isearch-lazy-highlight-end-limit): New variables limit
376         the region for highlighting.
377         (isearch-lazy-highlight-new-loop): New args BEG and END.
378         (isearch-lazy-highlight-search): Use the new vars.
379         (isearch-lazy-highlight-update): Likewise.
381         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
383         * cus-start.el (all): Use default-boundp.
385 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
387         * menu-bar.el (menu-bar-select-frame): Handle current frame.
389 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
391         * autorevert.el (auto-revert-stop-on-user-input)
392         (auto-revert-verbose): Doc fixes.
394 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
396         * international/mule-cmds.el (set-locale-environment): Remove call
397         to set-selection-coding-system on Windows.
399 2005-02-15  Jay Belanger  <belanger@truman.edu>
401         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
402         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
403         calcFunc-coth.
404         (math-simplify-sqrt): Add simplifications.
406         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
407         to list.
409         * calc/calc-ext.el: Add functions to autoloads.
411         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
412         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
413         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
414         (math-csc-raw, math-cot-raw): New functions.
416         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
418         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
419         the variable name in a message.
421         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
422         calcFunc-csc, calcFunc-cot.
424         * calc/calcalg2.el: Add derivative and integration rules for
425         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
426         calcFunc-csch, calcFunc-coth.
427         (math-do-integral-methods): Add to checks for when to use
428         substitutions.
430         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
432 2005-02-15  Lute Kamstra  <lute@gnu.org>
434         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
435         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
436         <monnier@iro.umontreal.ca>
437         (lisp-outline-level): Improve efficiency.  Suggested by David
438         Kastrup <dak@gnu.org>.
440 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
442         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
443         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
444         (gdb-set-gud-minor-mode-existing-buffers): New functions.
445         (gdb-find-file-hook): New hook. Add it to find-file-hook.
446         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
448 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
450         * cus-start.el (all): Comment change.
452 2005-02-14  Lute Kamstra  <lute@gnu.org>
454         * cus-start.el (all): Check if symbol is void.
456 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
458         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
459         optional argument to \cite.
461 2005-02-14  Richard M. Stallman  <rms@gnu.org>
463         * cus-edit.el (custom-buffer-create-internal): Update help message.
464         (custom-magic-alist): Update help messages.
466         * cus-start.el (all): Allow a var to specify a standard value.
468 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
470         * custom.el (custom-theme-set-variables): Handle variable aliases.
472         * frame.el (blink-cursor-timer): Doc fix.
473         (blink-cursor): Make it an alias for `blink-cursor-mode' and
474         declare obsolete.
475         (blink-cursor-mode): Define with defcustom and use correct
476         standard expression in that defcustom.
477         * startup.el (command-line): Adapt to above changes in frame.el.
479 2005-02-11  Lute Kamstra  <lute@gnu.org>
481         * apropos.el (apropos-score-doc): Prevent division by zero.
483 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
485         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
486         (icalendar--get-event-property-attributes)
487         (icalendar--get-event-properties)
488         (icalendar--datetime-to-diary-date): New functions.
489         (icalendar--split-value): Doc fix.
490         (icalendar--datetime-to-noneuropean-date)
491         (icalendar--datetime-to-european-date): New optional argument
492         SEPARATOR.  Return result as a string instead of a list.
493         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
494         (icalendar--convert-string-for-export): Rename arg S to STRING.
495         (icalendar-export-region): Doc fix.  Change name of error buffer.
496         Save output buffer.
497         (icalendar-import-file): Add blank at end of prompt.
498         (icalendar-import-buffer): Doc fix.  Do not switch to error
499         buffer.  Indicate status in return value.
500         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
501         buffer.  Save output buffer.  Handle exception from recurrence
502         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
503         events.  Fix problems with weekly all-day events.
505 2005-02-10  Richard M. Stallman  <rms@gnu.org>
507         * simple.el (eval-expression-print-format):
508         Avoid warning about edebug-active.
510         * help.el (help-for-help-internal): Rename from help-for-help.
511         (help-for-help): Define with defalias.
513         * font-core.el (font-lock-default-function): Use with-no-warnings.
515         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
517         * custom.el (defface): Doc fix.
519 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
521         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
522         width 0" to prevent word wrapping problems.
524 2005-02-09  Kim F. Storm  <storm@cua.dk>
526         * ido.el (ido-file-extensions-order): New defcustom.
527         (ido-file-extension-lessp, ido-file-extension-aux)
528         (ido-file-extension-order): New advanced file ordering.
529         (ido-file-lessp): New simple file ordering.
530         (ido-sort-list): Remove.
531         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
532         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
534 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
536         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
537         that some versions of grep produce.
538         (grep-mode-font-lock-keywords): Likewise.
540 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
542         * progmodes/gdb-ui.el (gdb-location-list): New variable.
543         (gdb-cdir): Delete.
544         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
545         (gdb-source-info): Treat case when source file is in another
546         directory properly.
547         (gdb-get-location): New function.
549 2005-02-07  Jay Belanger  <belanger@truman.edu>
551         * calc/calc-prog.el (calc-write-parse-table-part)
552         (calc-fix-token-name): Fix a check for language type.
554         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
556 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
558         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
559         as directory not writable.
561 2005-02-07  Kim F. Storm  <storm@cua.dk>
563         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
564         (cua--standard-movement-commands): Remove list.
565         Instead, set CUA property value to move for movement commands.
566         (cua-movement-commands): Remove.  Users must set CUA prop instead.
567         (cua--pre-command-handler): Check CUA property.
568         (cua--init-keymaps): Don't remap undo commands.
569         (cua-mode): Don't call cua--rectangle-on-off.
571         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
572         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
573         (cua--rect-undo-set-point): New var.
574         (cua--rectangle-undo-boundary): Setup undo apply entry.
575         (cua--rect-undo-handler): New function for rectangle undo.
576         (cua--rect-start-position, cua--rect-end-position): Add.
577         (cua--rectangle-post-command): Call cua--rectangle-set-corners
578         for restored rectangle.  Set point if cua--rect-undo-set-point.
580 2005-02-06  Jay Belanger  <belanger@truman.edu>
582         * calc/calc-lang.el (calc-tex-language): Display more information
583         in messages.
585         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
586         in TeX mode.
588 2005-02-06  Richard M. Stallman  <rms@gnu.org>
590         * emacs-lisp/lisp.el (buffer-end): Doc fix.
592 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
594         * net/ldap.el (ldap-search-internal): Support attributes with
595         optional descriptions separated by a semi-colon, as in
596         "userCertificate;binary".
598 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
600         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
601         isn't a cons (i.e. the version is 0).
603 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
605         * help.el (help-for-help): Doc fix.
607 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
609         * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
610         GDB-Windows on the menu-bar as this works better.
612 2005-02-04  Jay Belanger  <belanger@truman.edu>
614         * calc/calc-embed.el (calc-embedded-update): Don't put in
615         unnecessary newlines. Adjust the end of formula marker.
617         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
618         (math-latex-parse-two-args): New function.
620 2005-02-03  Lute Kamstra  <lute@gnu.org>
622         * help-fns.el (help-with-tutorial): Make sure that users cannot
623         remove the entire text of the tutorial by means of `undo'.
625 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
627         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
628         in recent changes, where the ispell process was repeatedly
629         killed & restarted.
631         * international/mule-cmds.el (set-locale-environment): Set file-name
632         coding system to utf-8 on Darwin systems.
633         (set-default-coding-systems): Don't set default-file-name-coding-system
634         on Darwin systems.
636 2005-02-03  Richard M. Stallman  <rms@gnu.org>
638         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
640 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
642         * faces.el (list-faces-display): Add optional argument.
644 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
646         * font-core.el (font-lock-default-function): Handle the rare case where
647         only font-lock-keywords is set.
649 2005-02-02  Kenichi Handa  <handa@m17n.org>
651         * international/characters.el: Cancel previous change for
652         I-WITH-DOT-ABOVE and DOTLESS-i.
654         * international/latin-5.el: Cancel previous change.
656 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
658         * progmodes/gud.el: Correction to syntax in gud-menu-map.
660 2005-02-02  Kenichi Handa  <handa@m17n.org>
662         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
663         DOTLESS-i.
665         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
666         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
668         * case-table.el (get-upcase-table): New function.
669         (copy-case-table): Copy upcaes table too if non-nil.
670         (set-case-syntax-delims): Maintain upcase table too.
671         (set-case-syntax-pair): Likewise.
672         (set-upcase-syntax, set-downcase-syntax): New functions.
673         (set-case-syntax): Maintain upcase table too.
675 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
677         * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
679         * progmodes/gud.el (gud-goto-info): New function.
680         (gud-tool-bar-map): Use correct icon.
682 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
684         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
685         When delegating, order args in the funcall correctly.
687 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
689         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
691 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
693         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
694         buffer not visiting a file.
696 2005-01-31  Jay Belanger  <belanger@truman.edu>
698         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
699         bound on the line with the formula.
701 2005-01-31  Kim F. Storm  <storm@cua.dk>
703         * ses.el (ses-create-cell-variable-range)
704         (ses-destroy-cell-variable-range, ses-reset-header-string)
705         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
706         (ses-insert-row): Fix format of apply undo entries.
708 2005-01-31  Jay Belanger  <belanger@truman.edu>
710         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
711         parts.
713         * calc/calc-embed.el (calc-embedded-open-formula)
714         (calc-embedded-close-formula): Ignore matrix environments.
716         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
717         TeX mode.
719         * calc/calc-lang.el (math-function-table, math-oper-table)
720         (math-variable-table): Adjust the LaTeX portions.
722         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
723         (math-latex-ignore-words): New constant.
725 2005-01-31  Richard M. Stallman  <rms@gnu.org>
727         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
728         (ispell-local-dictionary): Doc fix.
729         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
730         Don't reinitialize at run time.  Don't defcustom.
731         All uses changed to append ispell-local-dictionary-alist,
732         or check it first.
733         (ispell-current-dictionary): New variable for dictionary in use.
734         (ispell-dictionary): Now used only for global default.
735         (ispell-start-process): Set ispell-current-dictionary,
736         not ispell-dictionary.
737         (ispell-change-dictionary): Use this only for setting
738         user preferences.
739         (ispell-internal-change-dictionary): New function
740         to change the current dictionary in use.
741         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
742         Use ispell-current-dictionary.
743         Handle ispell-local-dictionary-overridden.
744         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
746 2005-01-31  Jay Belanger  <belanger@truman.edu>
748         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
750         * calc/calc-ext.el: Add calc-latex-language to autoloads.
751         (calc-mode-map): Add calc-latex-language.
753         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
754         (math-latex-print-frac): New functions.
755         (math-oper-table, math-function-table, math-variable-table)
756         (math-complex-format, math-input-filter): Add latex properties.
757         (calc-set-language): Set math-expr-special-function-mapping.
759         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
760         (calc-write-parse-table-part):  Add LaTeX support.
762         * calc/calc.el (calc-language): Adjust docstring.
763         (calc-set-mode-line): Add LaTeX support.
764         (math-expr-special-function-mapping): New variable.
765         (math-tex-ignore-words): Add to list.
767         * calc/calccomp.el (math-compose-expr, math-compose-rows):
768         Add LaTeX support.
769         (math-compose-expr): Add support for special functions.
771         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
773 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
775         * progmodes/gdb-ui.el (gdb-memory-address)
776         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
777         (gdb-memory-mode-map, gdb-memory-format-keymap)
778         (gdb-memory-format-menu, gdb-memory-unit-keymap)
779         (gdb-memory-unit-menu): New variables for a buffer
780         that lets the user examine program memory.
781         (gdb-memory-set-address, gdb-memory-set-repeat-count)
782         (gdb-memory-format-binary, gdb-memory-format-octal)
783         (gdb-memory-format-unsigned, gdb-memory-format-signed)
784         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
785         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
786         (gdb-memory-unit-word, gdb-memory-unit-halfword)
787         (gdb-memory-unit-byte, gdb-memory-unit-menu)
788         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
789         (gdb-memory-mode, gdb-memory-buffer-name)
790         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
791         New functions for above buffer.
793 2005-01-30  Richard M. Stallman  <rms@gnu.org>
795         * cus-edit.el (custom-bury-buffer): Function deleted.
796         (custom-buffer-done-function): Option deleted.
797         (custom-buffer-done-kill): New (replacement option.
798         (Custom-buffer-done): Call quit-window.
799         (custom-buffer-create-internal): Update for above changes.
801 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
803         * simple.el (undo-ask-before-discard): New var.
804         (undo-outer-limit-truncate): Implement it.
805         (undo-extra-outer-limit): Doc update.
807 2005-01-29  Richard M. Stallman  <rms@gnu.org>
809         * ses.el (undo-more): Delete defadvice.
810         (ses-begin-change): Doc fix.
812         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
813         instead of rebinding C-x u and C-_.
815         * files.el (normal-backup-enable-predicate): Return nil for files
816         in /tmp, regardless of temporary-file-directory.
818         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
820         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
821         (open-rectangle, delete-whitespace-rectangle-line)
822         (clear-rectangle-line): If FILL, pass t instead of FILL
823         for move-to-column's 2nd arg.
825         * simple.el (undo): Fix the test for continuing a series of undos.
826         (undo-more): Set pending-undo-list to t when we reach end.
827         (pending-undo-list): Move up defvar.
829         * wid-edit.el (widget-button-click):
830         Shorten the range of the track-mouse binding.
832         * comint.el (comint-insert-input): Undo previous changes;
833         use last-input-event in interactive spec.
835 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
837         * progmodes/compile.el (compilation-start): Bind buffer-read-only
838         to nil before invoking call-process.  Reset buffer's modified flag
839         after fontifying it in the no-async branch.
841         * wid-edit.el (widget-specify-button): If mouse pointer shape
842         cannot be changed, use mouse face instead.
844 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
846         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
847         (gdb-goto-breakpoint): Make breakpoint handling work on template
848         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
849         (gdb-assembler-custom): Update to recognise breakpoint information
850         added on 2005-01-19.
852 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
854         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
855         (dsssl-mode): Use define-derived-mode.
856         (scheme-mode-initialize): Remove.
857         (scheme-mode): Use run-mode-hooks.
859         * cus-edit.el (customize-group-other-window)
860         (custom-buffer-create-other-window): Don't override special-display-*.
861         (custom-mode-map): Make it dense.
863         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
864         sets the default value.
866 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
868         * descr-text.el: Add more keywords.
870 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
872         * speedbar.el: Avoid unnecessary use of locate-library.
874         * international/mule-cmds.el (standard-display-european-internal):
875         Don't fiddle with latin-1 non-break space any more since it's now
876         special cased in the C code.
877         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
879 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
881         * cus-start.el (all): Add `undo-outer-limit'.
883 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
885         * textmodes/bibtex.el (bibtex-format-entry):
886         Use `bibtex-empty-field-re' only on the text of fields, not on entire
887         field lines.
888         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
889         not on part of a buffer.
891 2005-01-25  Lute Kamstra  <lute@gnu.org>
893         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
894         nonempty field text strings like "{letters\\macro{}more letters}".
895         Clarify docstring.
896         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
897         (bibtex-entry-offset, bibtex-parse-association)
898         (bibtex-parse-field-name): Fix typos in docstrings.
899         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
901 2005-01-24  Carsten Dominik <dominik@science.uva.nl>
903         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
904         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
905         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
906         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
908         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
909         isearch minor mode.
911 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
913         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
915 2005-01-24  Lute Kamstra  <lute@gnu.org>
917         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
918         CASECHARS and NOT-CASECHARS regular expressions of the
919         "nederlands" and "nederlands8" dictionaries to prevent a "Range
920         striding over charsets" error.
922 2005-01-24  Jay Belanger  <belanger@truman.edu>
924         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
925         display variable name.
927 2005-01-24  Kenichi Handa  <handa@m17n.org>
929         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
930         Fix setting of the element of encoded-kbd-iso2022-invocations.
932 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
934         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
935         (gdb-threads-select): Change to also accept mouse events.
936         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
937         (gdb-threads-mouse-select): Delete.
939 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
941         * files.el (insert-directory): Take care of empty directory,
942         listed without -a switch.
944 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
946         * textmodes/refill.el (refill-post-command-function):
947         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
948         to the list of functions that we should be careful not to undo.
949         (refill-late-fill-paragraph-function): Remove.
950         (refill-saved-state): New var.
951         (refill-mode): Use it to save fill-paragraph-function.
952         Save also the value of auto-fill-function.
954         * term/w32-win.el: Simplify code.
956 2005-01-23  Kim F. Storm  <storm@cua.dk>
958         * simple.el (line-move): Adapt to new return value from
959         pos-visible-in-window-p.
961         * simple.el (line-move): Fix last change.  Check partial
962         visibility at point rather than at window-start.
964 2005-01-22  Jason Rumney  <jasonr@gnu.org>
966         * term/w32-win.el (xw-defined-colors): Remove debug-message.
968 2005-01-22  David Kastrup  <dak@gnu.org>
970         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
972 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
974         * type-break.el (type-break-mode): Add a test for
975         type-break-file-name being non-nil.
977 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
979         * net/eudc.el (top level): Call (message "") via progn, so that
980         eudc-options-file is loaded.
982 2005-01-22  Kim F. Storm  <storm@cua.dk>
984         * simple.el (line-move-1): Rename from line-move.
985         (line-move): New function that adjusts vscroll for partially
986         visible rows, and calls line-move-1 otherwise.
988 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
990         * pcomplete.el: define pcomplete-read-event instead of read-event,
991         since it's not a complete read-event implementation
993 2005-01-20  Jay Belanger  <belanger@truman.edu>
995         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
996         for called function.
998 2005-01-20  Steven Tamm  <steventamm@mac.com>
1000         * term/mac-win.el (process-connection-type): Remove.
1001         Controlled now by s/darwin.h:PTY_ITERATION.
1003 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1005         * window.el (handle-select-window): Don't switch window when we're
1006         in the minibuffer.
1008 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
1010         * subr.el (dotimes-with-progress-reporter): New macro.
1012         * ses.el (ses-dotimes-msg): Remove macro.
1013         Use `dotimes-with-progress-reporter' instead.
1015 2005-01-19  Steven Tamm  <steventamm@mac.com>
1017         * term/mac-win.el (process-connection-type): Use new
1018         operating-system-release variable to use ptys on Darwin 7 (OSX
1019         10.3) when using carbon build.
1021 2005-01-19  Jay Belanger  <belanger@truman.edu>
1023         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
1024         flags if the last command was a tab or M-tab.
1026         * calc/calc-prog.el (calc-user-define-edit): Put original formula
1027         in formula editing buffer.
1029 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
1031         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
1032         breakpoint image symbol in margin.
1034 2005-01-19  Jay Belanger  <belanger@truman.edu>
1036         * calc/calc-prog.el (calc-execute-kbd-macro):
1037         Ignore calc-keep-arg-flag.
1039 2005-01-19  Kenichi Handa  <handa@m17n.org>
1041         * textmodes/ispell.el (ispell-looking-at): New function.
1042         (ispell-process-line): Use ispell-looking-at to compare the ispell
1043         output and the buffer contents.
1045 2005-01-18  Jay Belanger  <belanger@truman.edu>
1047         * calc/calc.el (calc-display-raw): Fix docstring.
1049 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1051         * simple.el (blink-matching-open): Strip extra info from syntax.
1053         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
1054         funny chars in the end-of-here-doc marker.
1056 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
1058         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
1059         that enable/disabled state of breakpoints is shown correctly in
1060         fringe and on ttys.
1061         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
1062         Add breakpoint information as text properties.
1063         (gdb-mouse-toggle-breakpoint):
1064         Rename to gdb-mouse-set-clear-breakpoint.
1065         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
1066         breakpoints in the margin.
1067         (gdb-remove-strings): Simplify.
1069 2005-01-17  Jay Belanger  <belanger@truman.edu>
1071         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
1072         erasing buffer.
1074 2005-01-17  Richard M. Stallman  <rms@gnu.org>
1076         * progmodes/grep.el (grep-find): Copy from `grep' the condition
1077         for calling grep-compute-defaults.
1079         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
1080         if buffer is empty.
1082         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
1084 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1086         * hilit-chg.el (highlight-changes-mode): Don't autoload.
1088         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
1089         non-preloaded variables.
1091 2005-01-17  Steven Tamm  <steventamm@mac.com>
1093         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
1094         tex-shell cause to force interactivity when using pipes.
1096 2005-01-17  Kim F. Storm  <storm@cua.dk>
1098         * simple.el (just-one-space): Make arg optional.
1100 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
1102         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
1103         posn-at-x-y to t to access left-margin.
1105 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
1107         Sync with Tramp 2.0.47.
1109         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
1110         catching keep-date problems in cp/scp operations.
1111         (tramp-handle-copy-file): Don't call `set-file-modes'
1112         unconditionally.  Specialized functions should know better what is
1113         necessary.  This improves performance a little bit, and the
1114         functions could catch errors with `cp -p' and `scp -p'.
1115         (tramp-do-copy-or-rename-file-via-buffer)
1116         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
1117         when appropriate.
1118         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
1119         Call `set-file-modes' when appropriate.
1120         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
1121         Johnsson <isak@hypergene.com>
1122         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
1123         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
1124         <joakim@verona.se>
1125         (tramp-file-name-for-operation): Mark `shell-command' as magic for
1126         Emacs only.
1128         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
1129         `find-file-hooks' and `dired-mode-hook'.
1130         (tramp-minor-mode-map): Respective map.  Add remapping for
1131         `compile' and `recompile'.
1132         (tramp-remap-command, tramp-recompile): New defuns.
1133         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
1134         in buffer "*Compilation*".  Call the commands asynchronously.
1136         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
1137         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
1138         `shell-command', because it isn't magic in XEmacs.  Reported by
1139         Adrian Aichner <adrian@xemacs.org>.
1141         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1142         `substitute-in-file-name.
1143         (tramp-smb-handle-substitute-in-file-name): New defun.
1144         (tramp-smb-advice-PC-do-completion): Delete advice.
1146 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
1148         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
1149         Fix error in deleting region.
1151 2005-01-15  Richard M. Stallman  <rms@gnu.org>
1153         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
1154         In non-temp buffer, switch syntax table temporarily.
1156         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
1158         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
1160         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
1162         * imenu.el (imenu--split-menu): Copy menulist before sorting.
1163         (imenu--generic-function): Use START, not BEG, as pos of definition.
1165         * simple.el (just-one-space): Argument specifies number of spaces.
1167         * simple.el (eval-expression-print-format): Avoid warning
1168         about edebug-active.
1170 2005-01-15  "James R. Van Zandt"  <jrvz@comcast.net>  (Tiny change)
1172         * progmodes/sh-script.el: Code copied from make-mode.el
1173         with small changes,
1174         (sh-mode-map): Bind C-c C-\.
1175         (sh-backslash-column, sh-backslash-align): New variables.
1176         (sh-backslash-region, sh-append-backslash): New functions.
1178 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
1180         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
1181         (rmail-pop-password, rmail-pop-password-required): Move to
1182         rmail-obsolete group.
1183         (rmail-set-pop-password): Rename to rmail-set-remote-password.
1184         All callers updated.
1185         (rmail-get-pop-password): Rename to rmail-get-remote-password.
1186         Take an argument specifying whether it is POP or IMAP mailbox we
1187         are using.  All callers updated.
1188         (rmail-pop-password-error): Rename to
1189         rmail-remote-password-error.  Added mailutils-specific error message.
1190         (rmail-movemail-search-path)
1191         (rmail-movemail-variant-in-use): New variables.
1192         (rmail-remote-password, rmail-remote-password-required):
1193         New customization variables.
1194         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
1195         (rmail-parse-url): New function.
1196         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
1197         with GNU mailutils movemail.
1199 2005-01-15  Kevin Ryde  <user42@zip.com.au>
1201         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
1202         suffix to space, $ or '$, to correctly position point when going
1203         to @table style constants like DBL_MAX.
1205 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
1207         * type-break.el (type-break-mode, type-break-file-time)
1208         (type-break-file-keystroke-count, type-break-choose-file):
1209         Don't store data in or load data from the file if type-break-file-name
1210         is nil.
1211         (type-break-file-name): Doc update as per the above.
1213 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
1215         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
1216         lookup-key might return nil; handle that.
1218 2005-01-15  Alan Mackenzie  <acm@muc.de>
1220         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
1221         rather than the element found, thus enabling the tree to be setcar'd.
1223 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
1225         * textmodes/org.el (org-show-following-heading): New option.
1226         (org-show-hierarchy-above): Use `org-show-following-heading'.
1227         (org-cycle): Documentation fix.
1229         * textmodes/org.el (orgtbl-optimized): New option
1230         (orgtbl-mode): New command, a minor mode.
1231         (orgtbl-mode-map): New variable.
1232         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
1233         (orgtbl-error, orgtbl-self-insert-command)
1234         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
1236         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
1237         a local variable in each org-mode buffer.
1239         * textmodes/org.el (org-set-regexps-and-options): Rename from
1240         `org-set-regexps'.  Added checking for STARTUP keyword.
1241         (org-get-current-options): Add STARTUP options.
1242         (org-table-insert-row): Mode mode intelligent about when
1243         realignment is needed.
1244         (org-self-insert-command, org-delete-backward-char, org-delete-char):
1245         New commands.
1246         (org-enable-table-editor): New default value `optimized'.
1247         (org-table-blank-field): Support blanking regions if active.
1249 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
1251         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
1252         if the year is not given.
1254         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
1255         Add new escapes %m and %M, fixed bug with %F by adding
1256         save-match-data.
1257         (reftex-reference): Remove ?. from list of spaces.
1258         (reftex-label-info): Add automatic label prefix recognition.
1260         * textmodes/reftex-index.el (reftex-index-next-phrase):
1261         Add slave parameter to call of `reftex-index-this-phrase'.
1262         (reftex-index-this-phrase): New optional argument.
1263         (reftex-index-region-phrases): Add slave parameter to call of
1264         `reftex-index-this-phrase'.
1265         (reftex-display-index): New argument redo.
1266         (reftex-index-rescan): Add 'redo to arguments of
1267         `reftex-display-index'.
1268         (reftex-index-Rescan, reftex-index-revert)
1269         (reftex-index-switch-index-tag): Add 'redo to arguments of
1270         `reftex-display-index'.
1271         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
1272         indexing.  Fix bug with matching is there is a quote before or
1273         after the word.
1275         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1276         Fix bug when collecting citation keys in lines with comments.
1277         (reftex-citation): Prefix argument no longer rescans the document,
1278         but forces prompting for optional arguments of cite macros.
1279         (reftex-do-citation): Prompting for optional arguments implemented.
1281         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1282         Add optional arguments to most cite commands.
1283         (reftex-cite-cleanup-optional-args): New option
1284         (reftex-cite-prompt-optional-args): New option.
1285         (reftex-trust-label-prefix): New option.
1287         * textmodes/reftex-toc.el (reftex-toc-find-section):
1288         Add push-mark before changing the position in the buffer.
1290         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
1291         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
1293 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
1295         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
1296         more carefully.
1298 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1300         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
1301         (sgml-mode): Use it.
1302         (sgml-get-context): Better keep track of implicitly closed tags.
1304 2005-01-13  Kenichi Handa  <handa@m17n.org>
1306         * textmodes/ispell.el: These changes are to fix misalignment error
1307         caused by equivalent characters of different Emacs charsets.
1308         (ispell-unified-chars-table): New variable.
1309         (ispell-get-decoded-string): New function.
1310         (ispell-get-casechars, ispell-get-not-casechars)
1311         (ispell-get-otherchars): Call ispell-get-decoded-string.
1313 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
1315         * custom.el (custom-declare-variable): Just put symbol instead
1316         of (defvar . symbol) in `current-load-list'.
1318 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1320         * emacs-lisp/elint.el: Fixed typo in Commentary section.
1322 2005-01-12  Jay Belanger  <belanger@truman.edu>
1324         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
1325         to create a Calc summary.
1327 2005-01-12  Kim F. Storm  <storm@cua.dk>
1329         * mouse.el (mouse-on-link-p): Change functionality and doc
1330         string to comply with latest description in lisp ref.
1332 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
1334         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
1335         Enable mouse clicks on mode-line, header-line and margin.
1336         (event-type): Give mouse event symbols an 'event-kind property
1337         with value 'mouse-click.
1339 2005-01-12  Juri Linkov  <juri@jurta.org>
1341         * facemenu.el (list-colors-display): Add new arg buffer-name.
1342         Use it.  Fix docstring.  Replace code for identifying duplicate
1343         colors by the name with call to `list-colors-duplicates' which
1344         identifies duplicate colors by the value unless the color
1345         is one of special Windows colors.  Set truncate-lines to t.
1346         Print sorted duplicate color names on each line.  Indent to 22
1347         \(the longest color name in rgb.txt) instead of 20.  Optimize.
1348         (list-colors-duplicates): New function.
1349         (facemenu-color-name-equal): Delete function.
1351         * facemenu.el (list-colors-print): New function created from code
1352         in list-colors-display.  Print #RRGGBB at the window right edge.
1353         (list-colors-display): When temp-buffer-show-function is not
1354         defined, call list-colors-print from temp-buffer-show-hook
1355         to get the right value of window-width in list-colors-print
1356         after the buffer is displayed.
1358         * simple.el (pop-mark): Move deactivate-mark out of conditional
1359         part to deactivate the active mark regardless of the state of the
1360         mark ring.
1362         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
1363         variables line in desktop files.
1365 2005-01-12  Juri Linkov  <juri@jurta.org>
1367         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
1368         Bring together isearch highlight related options.
1369         (lazy-highlight): Replace group `replace' by `matching'.
1370         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1371         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1372         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
1373         and declare them obsolete.
1374         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
1375         (isearch-faces): Remove defgroup.
1376         (isearch-overlay, isearch-highlight, isearch-dehighlight):
1377         Move isearch highlighting code closer to lazy highlighting code.
1379         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
1380         (query-replace-highlight, query-replace-lazy-highlight)
1381         (query-replace): Move definitions to the beginning of the file.
1383 2005-01-11  Juri Linkov  <juri@jurta.org>
1385         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
1386         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
1387         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
1389         * info.el (Info-history-forward): New variable.
1390         (Info-select-node): Reset Info-history-forward to nil.
1391         (Info-last): Turn into defalias.
1392         (Info-history-back): Rename from Info-last.
1393         Add current node to Info-history-forward.
1394         (Info-history-forward): New fun.
1395         (Info-mode-map): Replace Info-last by Info-history-back.
1396         Bind Info-history-forward to "r".
1397         (Info-mode-menu): Replace Info-last by Info-history-back.
1398         Fix menu item text.  Add menu item for Info-history-forward.
1399         (info-tool-bar-map): Replace Info-last by Info-history-back.
1400         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
1401         for Info-history-forward.
1402         (Info-mode): Replace Info-last by Info-history-back in docstring.
1403         Add local variable Info-history-forward.
1404         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
1406 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1408         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
1409         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
1410         Ignore select-window events rather than fiddle with
1411         mouse-autoselect-window.
1413 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
1415         * type-break.el (type-break-mode): Fix previous change.
1417 2005-01-10  Jay Belanger  <belanger@truman.edu>
1419         * calc/calc-ext.el (calc-reset): Reset when inside embedded
1420         calculator; only reset when point is inside a calculator.
1421         Don't adjust the window height if the window takes up the whole height
1422         of the frame.
1424 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
1426         * ebuff-menu.el (Electric-buffer-menu-mode):
1427         Preserve value of buffer-local var header-line-format.
1429 2005-01-09  Jay Belanger  <belanger@truman.edu>
1431         * calc/calc.el (calc-mode-var-list-restore-saved-values):
1432         Make sure settings file exists before accessing it.
1434         * calc/calc-embed.el (calc-embedded-subst):
1435         Replace math-multi-subst-rec, which is only supposed to be called
1436         by math-multi-subst, by math-multi-subst.
1438 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
1440         * vc.el (vc-allow-async-revert): New user option.
1441         (vc-disable-async-diff): New internal variable.
1442         (vc-revert-buffer): Use them to disable asynchronous diff.
1444         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
1445         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
1446         asynchronously if vc-disable-async-diff is t.
1448 2005-01-09  Jay Belanger  <belanger@truman.edu>
1450         * calc/calc.el (defcalcmodevar): New macro.
1451         (calc-mode-var-list-restore-default-values)
1452         (calc-mode-var-list-restore-saved-values): New functions.
1453         (calc-mode-var-list): Use defcalcmodevar to define it.
1454         (calc-always-load-extensions, calc-line-numbering)
1455         (calc-line-breaking, calc-display-just, calc-display-origin)
1456         (calc-number-radix, calc-leading-zeros, calc-group-digits)
1457         (calc-group-char, calc-point-char, calc-frac-format)
1458         (calc-prefer-frac, calc-hms-format, calc-date-format)
1459         (calc-float-format, calc-full-float-format, calc-complex-format)
1460         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1461         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1462         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1463         (calc-matrix-brackets, calc-language, calc-language-option)
1464         (calc-left-label, calc-right-label, calc-word-size)
1465         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1466         (calc-display-raw, calc-internal-prec, calc-angle-mode)
1467         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1468         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1469         (calc-window-height, calc-display-trail, calc-show-selections)
1470         (calc-use-selections, calc-assoc-selections)
1471         (calc-display-working-message, calc-auto-why, calc-timing)
1472         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
1473         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
1474         (calc-gnuplot-default-device, calc-gnuplot-default-output)
1475         (calc-gnuplot-print-device, calc-gnuplot-print-output)
1476         (calc-gnuplot-geometry, calc-graph-default-resolution)
1477         (calc-graph-default-resolution-3d, calc-invocation-macro)
1478         (calc-show-banner): Use defcalcmodevar to declare them and set
1479         their default values.
1481         * calc/calc-ext.el (calc-reset): Restore saved values of variables
1482         instead of default values (but restore default values if there is
1483         an argument of 0).
1485 2005-01-09  David Kastrup  <dak@gnu.org>
1487         * desktop.el (desktop-restore-eager): Fix typo in type.
1489 2005-01-08  Richard M. Stallman  <rms@gnu.org>
1491         * cus-edit.el (customize): Delete :link.
1493 2005-01-08  Jay Belanger  <belanger@truman.edu>
1495         * calc/calc.el (calc-mode): Remove the extension from the
1496         `calc-settings-file' file name when loading it.
1498 2005-01-08  Kim F. Storm  <storm@cua.dk>
1500         * info.el (Info-mode-map, Info-next-link-keymap)
1501         (Info-prev-link-keymap, Info-up-link-keymap):
1502         Map follow-link to mouse-face.
1503         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
1505 2005-01-08  Jay Belanger  <belanger@truman.edu>
1507         * calc/calc.el (calc-settings-file): Change default value.
1508         Suggested by cgw in a comment in calc-mode.el.
1510         * calc/calc-mode.el (calc-settings-file-name):
1511         Compare calc-settings-file to user-init-file instead of ~/.emacs.
1512         Replace ~/.emacs in a prompt by calc-settings-file.
1514 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
1516         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
1517         (desktop-lazy-idle-delay): New customizable variables.
1518         (desktop-buffer-args-list): New variable.
1519         (desktop-append-buffer-args): New function.
1520         (desktop-save): Call desktop-append-buffer-args for some buffers.
1521         (desktop-lazy-create-buffer): New function.
1522         (desktop-idle-create-buffers): New function.
1523         (desktop-read): Add message about buffers to restore lazily.
1524         (desktop-lazy-abort): New command.
1525         (desktop-clear): Call desktop-lazy-abort.
1526         (desktop-lazy-complete): New command.
1528 2005-01-06  Richard M. Stallman  <rms@gnu.org>
1530         * emacs-lisp/find-func.el (find-face-definition):
1531         Rename from find-face.
1533 2005-01-06  Kim F. Storm  <storm@cua.dk>
1535         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
1537         * man.el (Man-xref-man-page, Man-xref-header-file)
1538         (Man-xref-normal-file): Add follow-link property.
1540 2005-01-06  Jay Belanger  <belanger@truman.edu>
1542         * calc/calc-units.el: Make sure the proper macro definitions are
1543         available when compiling.
1545 2005-01-06  Juri Linkov  <juri@jurta.org>
1547         * isearch.el (isearch-lazy-highlight-update):
1548         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
1550 2005-01-06  Miles Bader  <miles@gnu.org>
1552         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
1553         (isearch-lazy-highlight-face): Use new name.
1555 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1557         * uniquify.el (uniquify-rationalize-file-buffer-names):
1558         Re-add an interactive spec.
1559         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
1560         to the same name.
1562         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
1563         (isearch-update, isearch-done): Adjust calls accordingly.
1565 2005-01-05  Richard M. Stallman  <rms@gnu.org>
1567         * custom.el (custom-set-variables, custom-theme-set-variables):
1568         Clarify documentation.
1570         * emacs-lisp/find-func.el (find-variable)
1571         (find-variable-other-window, find-variable-other-frame):
1572         Fix the TYPE args to find-function-read and find-function-do-it.
1573         (find-function): Doc fix.
1574         (find-function-at-point): Replace function-at-point alias.
1576 2005-01-04  Richard M. Stallman  <rms@gnu.org>
1578         * cus-face.el (custom-declare-face):
1579         Record defface in current-load-list.
1581         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
1583         * emacs-lisp/find-func.el: Doc fixes.
1584         (find-face-regexp): New variable.
1585         (find-function-regexp-alist): New variable.
1586         (find-function-C-source): Third arg is now TYPE.
1587         (find-function-search-for-symbol): Handle general TYPE.
1588         (find-function-read, find-function-do-it): Handle general TYPE.
1589         (find-definition-noselect, find-face): New functions.
1590         (function-at-point): Alias deleted.
1592 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1594         * battery.el (display-battery-mode): Rename from display-battery.
1595         Handle the case where it gets turned off.
1597 2005-01-04  Richard M. Stallman  <rms@gnu.org>
1599         * cus-edit.el (customize): Make :link point to user doc.
1601         * man.el (Man-fontify-manpage): Turn off undo generation.
1603         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
1605 2005-01-04  Andreas Schwab  <schwab@suse.de>
1607         * files.el (insert-directory): Only look for error lines in
1608         inserted text.  Don't move too far after processing --dired markers.
1610 2005-01-04  Richard M. Stallman  <rms@gnu.org>
1612         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1613         Don't expand if the character is @, period, dash, etc.
1614         (define-mail-abbrev): Quote names that contain problem characters.
1616 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
1618         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
1620 2005-01-03  Richard M. Stallman  <rms@gnu.org>
1622         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
1623         (query-replace-highlight, query-replace-lazy-highlight)
1624         (query-replace): Definitions moved up.  Doc fix.
1626 2005-01-03  Richard M. Stallman  <rms@gnu.org>
1628         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
1629         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1630         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1631         (lazy-highlight-face): Rename from isearch-lazy-...
1632         Change all references to them.
1634 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
1636         * cus-edit.el (custom-file): Doc fix for defcustom.
1637         (custom-file): The function no longer sets the variable
1638         `custom-file' to its return value.
1640         * startup.el (command-line): No longer load `custom-file'.
1642 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1644         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
1646         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
1647         Don't confuse module-prefixed identifiers for labels.
1648         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
1650 2005-01-02  Richard M. Stallman  <rms@gnu.org>
1652         * files.el (basic-save-buffer-1): Fix previous change.
1654         * loadhist.el (file-loadhist-lookup): New function.
1655         (file-provides, file-requires): Use it.
1657         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
1658         instead of calculating the right size.
1660 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
1662         * vc-svn.el (vc-svn-diff): Stay local if possible.
1664 2005-01-02  Stefan  <monnier@iro.umontreal.ca>
1666         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
1668         * files.el (hack-local-variables): Fix last change.
1670 2005-01-02  Jay Belanger  <belanger@truman.edu>
1672         * calc/calc-yank.el (calc-edit-top): New variable.
1673         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
1674         object.  Change header properties.
1675         (calc-edit-finish, calc-edit-finish-stack-object)
1676         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
1677         edited object.
1678         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
1679         for the beginning of the edited object.
1680         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
1681         for the beginning of the edited object.
1682         * calc/calc-prog.el (calc-edit-macro-finish-edit)
1683         (calc-finish-formula-edit, calc-macro-repeats)
1684         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
1685         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
1686         beginning of the edited object.
1687         (calc-user-define-edit): Change the header for editing macros.
1688         Remove unnecessary variable.
1690 2005-01-01  Jay Belanger  <belanger@truman.edu>
1692         * calc/calc-yank.el (calc-edit-mode): Change default header.
1693         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
1694         * calc/calc-store.el (calc-edit-variable): Change title to match new
1695         header.
1696         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
1697         mode to match new header.
1698         (calc-user-define-edit): Change titles to include names of commands.
1699         (calc-finish-formula-edit): Adjust to handle new header.
1700         (calc-finish-macro-edit): Remove.
1701         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
1702         (calc-edit-macro-command, calc-edit-macro-command-type)
1703         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
1704         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
1705         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
1706         (calc-edit-macro-finish-edit): New functions.
1707         (calc-user-define-edit): Use new functions to edit named calc macros.
1709 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
1711         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
1713         * ses.el (copy-region-as-kill): Deactivate mark.
1715 2005-01-01  Richard M. Stallman  <rms@gnu.org>
1717         * replace.el (occur-1): If the output buffer is also an input,
1718         don't kill it, rename it.
1720         * faces.el (set-face-background, set-face-foreground): Doc fix.
1722         * cus-face.el (custom-face-attributes): Fix :help-echo strings
1723         for :foreground and :background.
1725         * dired.el (dired-view-command-alist): Variable deleted.
1726         (dired-view-file, dired-mouse-find-file-other-window):
1727         Delete the code to use it.
1729 2005-01-01  Kim F. Storm  <storm@cua.dk>
1731         * image.el (insert-sliced-image): Use t for line-height property.
1733 2004-12-31  Jay Belanger  <belanger@truman.edu>
1735         * calc/calc-store.el (calcVar-digit, calcVar-oper):  Remove the need
1736         for "var-" at the beginning of the minibuffer.
1738 2004-12-31  Richard M. Stallman  <rms@gnu.org>
1740         * faces.el (read-face-name):
1741         Don't treat an attribute spec as a list of faces.
1743         * simple.el (undo): Use undo-equiv-table to detect
1744         unexpected changes since previous undo.
1745         (undo-list-saved): Variable deleted.
1746         (buffer-disable-undo): Don't alter undo-list-saved.
1748         * files.el (require-final-newline): Allow `visit' and `visit-save'.
1749         (mode-require-final-newline): New option.
1750         (after-find-file): Handle require-final-newline with new values.
1751         (basic-save-buffer): Handle new values of require-final-newline.
1753         * progmodes/sh-script.el (sh-require-final-newline):
1754         Alist value now controls whether to use mode-require-final-newline.
1755         (sh-set-shell): Implement that new meaning.
1757         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
1758         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
1759         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
1760         Delete old-Emacs compatibility code.
1761         (antlr-c-common-init): Function deleted.
1763         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
1764         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
1765         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
1766         * progmodes/python.el (python-mode): Use mode-require-final-newline.
1767         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
1768         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
1769         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
1770         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
1771         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
1772         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
1773         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
1774         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
1775         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
1776         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
1777         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
1778         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
1780 2004-12-31  Jay Belanger  <belanger@truman.edu>
1782         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
1783         way to return to Calc.
1785         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
1786         finish, C-xk as the way to cancel the edit.  Add cancel routine to
1787         kill-buffer-hook.
1789         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
1790         MacEdit code.
1792         * calc/calc-prog.el: Remove obsolete MacEdit code.
1793         (calc-macro-edit-algebraic, calc-macro-edit-variable)
1794         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
1796 2004-12-31  Kenichi Handa  <handa@m17n.org>
1798         * international/mule.el (buffer-file-coding-system-explicit):
1799         Rename for explicit-buffer-file-coding-system.
1800         (after-insert-file-set-coding): Adjust for the above change.
1802         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
1803         to buffer-file-coding-system-explicit.
1804         (basic-save-buffer-1): Likewise.
1806 2004-12-30  Richard M. Stallman  <rms@gnu.org>
1808         * textmodes/artist.el (artist-butlast-fn): Var deleted.
1809         (artist-butlast, artist-last): Functions deleted.
1810         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
1811         (artist-compute-key-compl-table): Call remq directly.
1812         (artist-remove-nulls): Function deleted.
1813         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
1814         (artist-push, artist-pop): Macro deleted.
1816 2004-12-30  Andreas Leue  <al@sphenon.de>
1818         * textmodes/artist.el (artist-version): 1.2.6
1819         (artist-prev-next-op-alist): New variable.
1820         (artist-select-next-op-in-list): New function.
1821         (artist-select-prev-op-in-list): New function.
1822         (artist-make-prev-next-op-alist): New function.
1823         (artist-is-in-op-list-p): New function.
1824         (artist-get-first-non-nil-op): New function.
1825         (artist-get-last-non-nil-op): New function.
1826         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
1827         artist-prev-next-op-alist.
1828         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
1829         change drawing operation.
1831 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
1833         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
1835 2004-12-31  Masatake YAMATO  <jet@gyve.org>
1837         * server.el (server-process-filter): Suppress `error', too.
1839 2004-12-30  Jay Belanger  <belanger@truman.edu>
1841         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
1842         Change the way a variable is displayed in a message.
1844         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
1845         (calc-user-define-permanent, calc-execute-kbd-macro):
1846         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
1848 2004-12-30  Kenichi Handa  <handa@m17n.org>
1850         * files.el (basic-save-buffer-1):
1851         Set explicit-buffer-file-coding-system to last-coding-system-used.
1852         (revert-buffer): Pay attention to
1853         explicit-buffer-file-coding-system (not buffer-file-coding-system)
1854         on bind coding-system-for-read.
1856         * international/mule.el (explicit-buffer-file-coding-system):
1857         New buffer local variable.
1858         (after-insert-file-set-coding): Set it to coding-system-for-read.
1860 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
1862         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
1864 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
1866         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
1867         that include line numbers.
1869 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
1871         * files.el (hack-local-variables): If no PREFIX, set it to "^".
1872         Redundant variable PREFIXLEN removed.
1874 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
1876         * eshell/em-hist.el (eshell-previous-matching-input):
1877         Start the deletion from the end of the output.
1879 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1881         * term/mac-win.el: Require x-dnd.
1882         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
1884 2004-12-29  David Kastrup  <dak@gnu.org>
1886         * international/mule.el (decode-coding-inserted-region):
1887         Don't barf if `buffer-undo-list' is already set to `t'.
1889 2004-12-29  Jay Belanger  <belanger@truman.edu>
1891         * calc/calc-prog.el (calc-user-define-formula): Put default values
1892         for function names in prompts.
1893         (calc-user-define-permanent, calc-user-define-composition)
1894         (calc-user-define-formula): Remove the need for "calcFunc-" in the
1895         default input for algebraic functions.
1897 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
1899         * vc-rcs.el (vc-rcs-annotate-command):
1900         Fix omission bug: Call `vc-setup-buffer'.
1902 2004-12-29  Kenichi Handa  <handa@m17n.org>
1904         * international/mule.el (recode-region): New function.
1906 2004-12-28  Richard M. Stallman  <rms@gnu.org>
1908         * simple.el (undo-extra-outer-limit): New variable.
1909         (undo-outer-limit-truncate): Test and set it.
1911         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
1912         enables the feature to extend the existing region.
1914         * simple.el (mark-word): New arg ALLOW-EXTEND
1915         enables the feature to extend the existing region.
1917         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
1918         enables the feature to extend the existing region.
1920         * startup.el (site-run-file): Don't allow setting it with Custom.
1922         * simple.el (buffer-disable-undo): Fix previous change.
1924 2004-12-27  Masatake YAMATO  <jet@gyve.org>
1926         * hexl.el (hexlify-buffer): Remove fontification here.
1927         Use font lock mechanism instead.
1928         (hexl-font-lock-keywords): New font lock kewords.
1929         (hexl-mode-old-font-lock-keywords): New variable.
1930         (hexl-mode): Store the old font lock keywords.
1931         (hexl-mode-exit): Restore the old font lock keywords.
1933 2004-12-27  Richard M. Stallman  <rms@gnu.org>
1935         * simple.el (undo): Fix previous change.
1937 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1939         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
1940         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
1941         Call x-open-connection on Mac OS X.
1943 2004-12-27  Richard M. Stallman  <rms@gnu.org>
1945         * files.el (buffer-save-without-query): New var (buffer-local).
1946         (save-some-buffers): Save those buffers first, w/o asking.
1948         * files.el (insert-directory-ls-version): New variable.
1949         (insert-directory): When ls returns an error, test the version
1950         number to decide what the return code means.
1951         With --dired output format, detect and distinguish lines
1952         that are really error messages.
1953         (insert-directory-adj-pos): New function.
1955         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
1957         * battery.el (battery-mode-line-format): Remove initial spaces.
1959         * uniquify.el (uniquify-rationalize-file-buffer-names):
1960         Delete interactive spec.
1962         * type-break.el (type-break-mode): Set buffer-save-without-query.
1963         Remove code that tried to set save-some-buffers-always.
1964         (type-break-file-keystroke-count): Bind deactivate-mark.
1966         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
1968         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
1969         Test that the buffer is live, and maybe reject current buffer too.
1970         Clarify.
1971         (next-error-find-buffer): Rewrite for clarity.
1973         * loadup.el: Don't use buffer-disable-undo; do it directly.
1975         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
1976         (describe-variable): Call symbol-file with `defvar'.
1978         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
1979         (symbol-file): Rewritten to handle new load-history format.
1980         Now takes an arg TYPE to specify looking for a particular
1981         type of definition only.
1983         * emacs-lisp/debug.el (debugger-make-xrefs):
1984         Call symbol-file with `defun'.
1986         * emacs-lisp/find-func.el (find-function-noselect):
1987         Call symbol-file with `defun'.
1988         (find-variable-noselect): Call symbol-file with `defvar'.
1990         * eshell/esh-cmd.el (eshell-find-alias-function):
1991         Call symbol-file with `defun'.
1993         * eshell/esh-test.el (eshell-test-goto-func):
1994         Call symbol-file with `defun'.
1996         * mail/rmail.el (rmail-resend):
1997         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
1999         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
2001         * progmodes/compile.el (compilation-find-buffer): Rename arg.
2003         * textmodes/texinfmt.el (texinfo-format-buffer-1):
2004         Call buffer-disable-undo.
2006         * simple.el (undo-list-saved): New variable (buffer-local).
2007         (undo): Set and test it.
2008         (buffer-disable-undo): Move here from buffer.c.
2009         Clear out undo-list-saved.
2011         * international/mule.el (decode-coding-inserted-region):
2012         Set buffer-undo-list in a correct and optimal way.
2014         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
2015         (cperl-font-lock-unfontify-region-function): No need to save and
2016         restore info, since font-lock.el does it for us.
2018         * ansi-color.el (save-buffer-state): Definition deleted.
2019         (ansi-color-unfontify-region): Don't use save-buffer-state.
2021 2004-12-27  Dave Love  <fx@gnu.org>
2023         * wid-edit.el (function): Use restricted-sexp as parent.
2025 2004-12-27  Kevin Ryde  <user42@zip.com.au>
2027         * simple.el (next-matching-history-element): Use same
2028         `interactive' form as previous-matching-history-element.
2030         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
2031         it can appear unencoded and has been seen from yahoo.
2033 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
2035         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
2036         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
2038 2004-12-27  Kenichi Handa  <handa@m17n.org>
2040         * international/utf-8.el (utf-translate-cjk-load-tables):
2041         Bind coding-system-for-read to nil while loading subst-*.
2043 2004-12-26  Jay Belanger  <belanger@truman.edu>
2045         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
2046         default input.
2048 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
2050         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
2051         before reverting and disable undo recording while reverting.
2053 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
2055         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
2056         (hs-make-overlay): New function.
2057         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
2058         (hs-flag-region): Delete function.
2059         (hs-hide-comment-region): No longer use `hs-flag-region'.
2060         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
2061         (hs-hide-block-at-point): Likewise.
2062         (hs-hide-level-recursive): Use `hs-discard-overlays'.
2063         (hs-hide-all, hs-show-all): Likewise.
2064         (hs-show-block): Likewise.
2065         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
2067 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
2069         * progmodes/hideshow.el: Require `cl' when compiling.
2070         Remove XEmacs and Emacs 19 compatibility.
2071         Use `dolist' and `add-to-list' for load-time actions.
2072         (hs-discard-overlays): Use `dolist'.
2073         (hs-show-block): Likewise.
2075 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
2077         * faces.el (mode-line, mode-line-inactive): Use min-colors.
2079 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
2081         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
2082         When extending backwards, move outside the current comment first.
2084 2004-12-22  Kenichi Handa  <handa@m17n.org>
2086         * international/quail.el (quail-start-translation): Fix prompt
2087         string for the case if input-method-use-echo-area being non-nil.
2088         (quail-start-conversion): Likewise.
2089         (quail-show-guidance): Don't show guidance if
2090         input-method-use-echo-area is non-nil.
2092 2004-12-21  Richard M. Stallman  <rms@gnu.org>
2094         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
2096 2004-12-21  Markus Rost  <rost@ias.edu>
2098         * calendar/diary-lib.el (mark-diary-entries):
2099         Set mark-diary-entries-in-calendar only after checking for diary-file.
2101 2004-12-21  Richard M. Stallman  <rms@gnu.org>
2103         * faces.el (escape-glyph): Use blue against light foreground.
2105         * simple.el (undo-outer-limit-truncate): New function.
2106         (undo-outer-limit-function): Use undo-outer-limit-truncate.
2108 2004-12-21  Eli Barzilay  <eli@barzilay.org>
2110         * calculator.el: (calculator-radix-grouping-mode)
2111         (calculator-radix-grouping-digits)
2112         (calculator-radix-grouping-separator):
2113         New defcustoms for the new radix grouping mode functionality.
2114         (calculator-mode-hook): Now used in electric mode too,
2115         (calculator): Call it.
2116         (calculator-mode-map): Some new keys.
2117         (calculator-message): New function.  Some new calls.
2118         (calculator-op, calculator-set-register): Use it.
2119         (calculator-string-to-number): New function, mostly moved and
2120         updated code from calculator-curnum-value.
2121         (calculator-curnum-value): Use it.
2122         (calculator-paste): Use it, and update grabbing the current-kill.
2123         (calculator-rotate-displayer)
2124         (calculator-rotate-displayer-back): Toggle digit grouping when
2125         in radix mode, use calculator-message.
2126         (calculator-displayer-prev, calculator-displayer-next):
2127         Change digit group size when in radix mode.
2128         (calculator-number-to-string): Rename from
2129         calculator-num-to-string.  Now deals with digit grouping in
2130         radix mode.
2131         (calculator-update-display, calculator-put-value): Use the new name.
2132         (calculator-fact): Return a floating point number.
2133         (calculator-mode): Doc fix.
2135 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
2137         * calendar/calendar.el (view-other-diary-entries): Add autoload.
2138         * calendar/diary-lib.el (view-other-diary-entries):
2139         Use current-prefix-arg in interactive spec.
2141 2004-12-19  Jay Belanger  <belanger@truman.edu>
2143         * calc/calc-aent.el (calcAlg-blank-matching-open):
2144         Temporarily adjust the syntax of both delimiters of half-open intervals.
2146 2004-12-19  Kim F. Storm  <storm@cua.dk>
2148         * mouse.el (mouse-1-click-follows-link): Doc fix.
2150 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2152         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
2153         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
2154         instead of centraleuropean as the name
2156 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
2158         Sync with Tramp 2.0.46.
2160         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
2161         parameters wrt Tramp convention.
2162         (tramp-handle-file-attributes-with-perl)
2163         (tramp-handle-directory-files-and-attributes): Apply it.
2164         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
2165         `copy-program'.  Reported by Zack Weinberg
2166         <zack@codesourcery.com>.
2167         (top): Set `edebug-form-spec' property directly rather than
2168         calling `def-edebug-spec'.
2170         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
2171         advice less fragile.  Surround temporary redefinition of
2172         `substitute-in-file-name' with `unwind-protect'.  Suggested by
2173         Matt Hodges <MPHodges@member.fsf.org>.
2175 2004-12-17  Juri Linkov  <juri@jurta.org>
2177         * replace.el (occur-accumulate-lines, occur-engine):
2178         Make forcing deferred font-lock fontification jit-specific.
2180 2004-12-17  Kim F. Storm  <storm@cua.dk>
2182         * mouse.el (mouse-1-click-follows-link): New defcustom.
2183         (mouse-on-link-p): New function.
2184         (mouse-drag-region-1): Implement mouse-1-click-follows-link
2185         functionality.  Map a mouse-1 click event into a mouse-2 (or
2186         other) event when position is inside a link.
2188         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
2189         prefix in tooltip text with "mouse-1" when this is a link
2190         recognized by mouse-1-click-follows-link functionality.
2192         * help.el (describe-key): Report effective and original binding
2193         for mouse-1 when clicked on a link.
2194         (describe-mode): Add follow-link property to "minor-mode" button.
2196         * help-fns.el (describe-variable): Add follow-link property to
2197         "below" button.
2199         * help-mode.el (help-xref): Add follow-link property.
2201         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
2202         (apropos-command, apropos-variable, apropos-face, apropos-group)
2203         (apropos-widget, apropos-plist): Add follow-link property.
2205         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
2206         checks if position is in a filename, rather than some other
2207         clickable item.  Function looks for cvs-filename-face at position.
2209         * wid-edit.el (widget-specify-field, widget-specify-button):
2210         Map a :follow-link keyword into a follow-link property.
2211         (link): Add :follow-link keyword, map to RET binding.
2213         * dired.el (dired-mode-map): Map follow-link to mouse-face.
2215         * progmodes/compile.el (compilation-minor-mode-map)
2216         (compilation-button-map, compilation-mode-map): Likewise.
2218 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
2220         * play/zone.el (zone): Init `line-spacing' from orig buffer.
2221         (zone-replace-char): Take `count' and `del-count'
2222         instead of `direction'.  Update callers.  When `del-count' is
2223         non-nil, delete that many characters, otherwise `count' characters
2224         backwards.  Insert the newly-replaced string `count' times.
2225         (zone-fret): Handle chars w/ width greater than one.
2226         (zone-fall-through-ws): No longer take window width `ww'.
2227         Update callers.  Add handling for `char-width' greater than one.
2228         (zone-pgm-drip): Update var holding window-end position every cycle.
2230 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
2232         * vc.el (vc-default-update-changelog): Use insert-file-contents,
2233         rather than insert-file.
2235 2004-12-16  Jay Belanger  <belanger@truman.edu>
2237         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
2238         (math-init-random-base, math-random-digit): Check to see if
2239         var-RandSeed is bound.
2240         (math-random-last): Declare it.
2241         (math-random-digit): Don't make math-random-last local.
2243 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
2245         * play/zone.el (zone): Fix omission bug: Use a self-disabling
2246         one-shot thunk for uniform (error, quit, normal) recovery.
2247         Reported by John Paul Wallington.
2248         (zone-pgm-random-life): Fix bug:
2249         Recognize empty initial field by lack of "@" chars.
2251 2004-12-16  Juri Linkov  <juri@jurta.org>
2253         * help.el (function-called-at-point):
2254         * help-fns.el (variable-at-point): As a last resort try stripping
2255         non-word prefixes and suffixes.
2257         * descr-text.el (describe-property-list): Don't treat syntax-table
2258         specially.  Use describe-text-sexp which inserts [show] button
2259         for large objects and handles printing errors.  Sort properties
2260         by names in alphabetical order instead of by value sizes.
2261         Add `mouse-face' to list of properties for `describe-face' widget.
2262         (describe-char): Mask out face-id from 19 bits of character.
2263         Print face-id separately.
2265         * replace.el (occur-accumulate-lines, occur-engine):
2266         Fontify unfontified matching lines in the source buffer
2267         before copying them.
2268         (occur-engine): Don't put mouse-face on context lines.
2269         (occur-next-error): Set point to line beginning/end
2270         before searching for prev/next property to skip multiple
2271         matches on a line (not supported by occur engine).
2272         Remove redundant prefix-numeric-value.
2274 2004-12-15  Juri Linkov  <juri@jurta.org>
2276         * replace.el (match): New face.
2277         (list-matching-lines-face): Change default from `bold' to `match'.
2279         * progmodes/grep.el (grep-match-face): New defvar.
2280         (grep-mode-font-lock-keywords): Use grep-match-face instead of
2281         compilation-column-face to highlight grep matches.
2283         * apropos.el (apropos-match-face): Change default from
2284         `secondary-selection' to `match'.
2286         * info-look.el (info-lookup-highlight-face): Change default from
2287         `highlight' to `match'.
2289 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
2291         * progmodes/executable.el (executable-interpret): Eliminate
2292         obsolete compile-internal, and switch to comint for interaction.
2294 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
2296         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
2297         `&&' when skipping multiple statements on a line.
2299 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
2301         * play/zone.el (zone): Set `truncate-lines'.
2302         Also, init `tab-width' with value from original buffer.
2303         (zone-shift-up): Rewrite for speed.
2304         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
2305         (zone-pgm-jitter): Remove redundant entries from ops vector.
2306         (zone-exploding-remove): Reduce iteration count.
2307         (zone-cpos): Convert to defsubst.
2308         (zone-replace-char): New defsubst.
2309         (zone-park/sit-for): Likewise.
2310         (zone-fret): Take window-start arg.
2311         Update callers. Use `zone-park/sit-for'.
2312         (zone-fill-out-screen): Rewrite.
2313         (zone-fall-through-ws): Likewise. Update callers.
2314         (zone-pgm-drip): Use `zone-replace-char'.
2315         Move var inits before while-loop. Use `zone-park/sit-for'.
2316         (zone-pgm-random-life): Handle empty initial field.
2317         Use `zone-replace-char' and `zone-park/sit-for'.
2319 2004-12-15  Juri Linkov  <juri@jurta.org>
2321         * isearch.el (isearch-update): Test isearch-lazy-highlight
2322         before calling isearch-lazy-highlight-new-loop.
2323         (isearch-lazy-highlight-new-loop):
2324         Don't test isearch-lazy-highlight.
2326         * replace.el (perform-replace): Add isearch-case-fold-search.
2327         Use delimited-flag for isearch-regexp.
2328         Reset isearch-lazy-highlight-last-string to force lazy
2329         highlighting when called from isearch mode.
2330         (query-replace-highlight): Revert defcustom type to boolean.
2331         (query-replace-lazy-highlight): New defcustom.
2332         (query-replace): New face.
2333         (perform-replace, replace-highlight, replace-dehighlight):
2334         Test query-replace-lazy-highlight instead of special value
2335         `isearch' of query-replace-highlight.
2336         (replace-dehighlight): Don't call isearch-dehighlight.
2337         (replace-highlight): Don't call isearch-highlight.
2338         Use face `query-replace' unconditionally.
2340 2004-12-14  Kim F. Storm  <storm@cua.dk>
2342         * simple.el (inhibit-mark-movement): Remove defvar.
2343         (beginning-of-buffer, end-of-buffer): Don't use it.
2345         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2346         Don't use inhibit-mark-movement.
2348         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
2349         (cua--undo-push-mark): Remove.
2350         (cua--pre-command-handler, cua--post-command-handler):
2351         Don't fiddle with inhibit-mark-movement.
2353 2004-12-14  Juri Linkov  <juri@jurta.org>
2355         * buff-menu.el (list-buffers-noselect): Collect internal info
2356         for every buffer in BUFFER-LIST arg too.
2357         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
2358         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
2359         Bind same-window-buffer-names and same-window-regexps to nil.
2361 2004-12-13  Juri Linkov  <juri@jurta.org>
2363         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
2365         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
2366         (sc-cite-region, sc-uncite-region, sc-recite-region):
2367         Fix previous change to handle not alist as a symbol, but
2368         a citation frame as a symbol that represents a variable name.
2370 2004-12-13  Richard M. Stallman  <rms@gnu.org>
2372         * filecache.el (file-cache-add-directory-using-find):
2373         Only set up file-cache-find-command-posix-flag if we will use it.
2375         * bindings.el (mode-line-buffer-identification-keymap):
2376         Don't cancel the mode-line's usual down-mouse-1 binding.
2378         * cus-edit.el (custom-face-selected): Handle `default' specs.
2379         (custom-face-edit): Increase extra-offset.
2380         (custom-display): Handle `default' specs.
2382         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
2384         * emacs-lisp/elint.el (elint-standard-variables)
2385         (elint-unknown-builtin-args): Move definitions up.
2387         * net/browse-url.el (browse-url-url-at-point): Add autoload.
2389         * info.el (info-xref-visited): Use `default' instead of t.
2390         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
2392         * faces.el (header-line, mode-line-inactive, tool-bar):
2393         Use `default' instead of t for setting the defaults.
2394         (face-spec-choose): Separate `t' from `default'.
2396         * subr.el (while-no-input): New macro.
2398 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
2400         * filecache.el (file-cache-add-directory-using-find):
2401         Only test file-cache-find-command-posix-flag on some systems.
2403 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2405         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
2406         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
2407         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
2408         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
2409         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
2411 2004-12-12  Juri Linkov  <juri@jurta.org>
2413         * files.el (find-file-other-window, find-file-other-frame):
2414         Add the first buffer to the returned value to return the complete
2415         list of all visited buffers.
2416         (find-file-read-only, find-file-read-only-other-window)
2417         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
2418         `find-file-read-args'.  Signal an error about non-existent file
2419         only if file name doesn't contain wildcards.  Toggle read-only in
2420         all visited buffers.
2421         (find-alternate-file, find-alternate-file-other-window):
2422         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
2423         called interactively.  Pass arg `wildcards' to other functions.
2424         (find-file-noselect): Doc fix.
2426         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
2427         Doc fix.
2428         (ffap-directory-finder): New variable.
2429         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
2430         (ffap-file-at-point): Add /* to immediately rejected names.
2431         Return absolute file names matching ffap-dired-wildcards.
2432         (ffap-read-file-or-url): Set default value for `completing-read'
2433         to `buffer-file-name'.
2434         (find-file-at-point): When filename matches ffap-dired-wildcards,
2435         call ffap-file-finder with t arg `wildcards', instead of dired.
2436         (ffap-other-window, ffap-other-frame): Return visited buffers.
2437         (ffap-read-only, ffap-read-only-other-window)
2438         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
2439         (dired-at-point): Call ffap-directory-finder instead of dired.
2440         (ffap-dired-other-window, ffap-dired-other-frame)
2441         (ffap-list-directory): New commands.
2442         (ffap-bindings): New keybindings for new commands.
2444 2004-12-12  Juri Linkov  <juri@jurta.org>
2446         * simple.el (beginning-of-buffer, end-of-buffer):
2447         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2448         Do not push mark when mark is active in transient-mark-mode.
2450         * simple.el (mark-word):
2451         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
2452         * textmodes/paragraphs.el (mark-paragraph):
2453         Extend the region when mark is active in transient-mark-mode,
2454         regardless of the last command.  Doc fix.
2456         * simple.el (mark-word): Preserve direction when repeating.
2457         Make arg optional.  Interactive "p" -> "P".
2458         (transient-mark-mode, inhibit-mark-movement): Doc fix.
2460         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
2461         preserving direction, to mark forward instead of backward when mark
2462         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
2464 2004-12-12  Juri Linkov  <juri@jurta.org>
2466         * isearch.el (isearch-edit-string): Set 7th arg of
2467         `read-from-minibuffer' to `t' to inherit the current input
2468         method (whose name is indicated by [IM] in the minibuffer prompt)
2469         from the current buffer to the minibuffer.
2470         (isearch-lazy-highlight-update): Put body to `with-local-quit'
2471         to allow C-g quitting for lazy highlighting looping inside the
2472         search with nested repetition operators.  Add overlay to the list
2473         before setting its face and other properties to avoid the case of
2474         code quitting after placing the new overlay but before it's
2475         recorded on the list.  Select the window where isearch was
2476         activated, to highlight matches in the right window when isearch
2477         switches the current window to the minibuffer.
2479         * international/isearch-x.el
2480         (isearch-process-search-multibyte-characters):
2481         Use `isearch-message' as initial input for `read-string' instead
2482         of adding it to the minibuffer prompt.  After reading a string
2483         remove the initial value of `isearch-message' from the string.
2485         * replace.el (replace-match-maybe-edit): Doc fix.
2486         (perform-replace): Don't call `replace-highlight' when automatic
2487         replacement is requested in literal mode, since it is intended
2488         only to highlight words during entering a new replacement string
2489         for \? in non-literal mode.
2491         * replace.el (query-replace-highlight): Add new value `isearch'
2492         that allows query replacement to use isearch highlighting.
2493         Change type from `boolean' to `choice'.  Doc fix.
2494         (replace-highlight, replace-dehighlight, perform-replace):
2495         Use isearch highlighting if query-replace-highlight eq `isearch'.
2497 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2499         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2500         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
2502         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
2503         case of \end{verbatim}.
2505 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
2507         * term.el (term-termcap-format): Synchronyze with terminfo.
2508         (term-emulate-terminal): Handle reset.
2509         (term-reset-terminal): New function.
2511 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
2513         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
2514         (zone-fill-out-screen): New func.
2515         (zone-pgm-drip): Use `zone-fill-out-screen'.
2516         Also, no longer go to point-min on every cycle.
2517         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
2518         (zone-pgm-random-life-wait): New user var.
2519         (zone-pgm-random-life): New func.
2521 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
2523         * files.el (auto-mode-alist): Map .com to DCL mode.
2525 2004-12-09  Richard M. Stallman  <rms@gnu.org>
2527         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
2529 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
2531         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
2532         buffer with a display margin.
2534 2004-12-08  Jay Belanger  <belanger@truman.edu>
2536         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
2537         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
2539 2004-12-08  Richard M. Stallman  <rms@gnu.org>
2541         * faces.el: Delete code to set display table.
2542         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
2544 2004-12-08  Jay Belanger  <belanger@truman.edu>
2546         * calc/calc.el: Add math-read-preprocess-string to autoloads.
2548         * calc/calc-ext.el (math-read-replacement-list)
2549         (math-read-superscripts, math-read-preprocess-string): Move to
2550         calc-aent.el.
2552         * calc/calc-aent.el (math-read-replacement-list)
2553         (math-read-superscripts, math-read-preprocess-string): Move from
2554         calc-ext.el.
2556 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2558         * isearch.el (isearch-quote-char): Fix up typo in last change.
2560 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
2562         * mouse.el (mouse-set-font): Handle the case where the command was
2563         not invoked using the mouse.
2565         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
2566         (edmacro-finish-edit): Further update for keyboard macros that are
2567         lambda forms.
2568         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
2570 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2572         * font-lock.el (font-lock-unfontify-region): Save buffer state.
2573         (font-lock-default-unfontify-region): Don't save buffer state any more.
2575 2004-12-07  Jay Belanger  <belanger@truman.edu>
2577         * calc/calc-help.el (calc-describe-key):
2578         Set calc-summary-indentation even when Calc Summary buffer exists.
2580 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
2582         * calendar/holidays.el (holiday-easter-etc): Make arguments
2583         optional for backwards compatibility.  Doc fix.
2584         Remove un-necessary local vars mandatory, output-list.
2585         (holiday-advent):  Make arguments optional for backwards
2586         compatibility.  Doc fix.
2588 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2590         * paren.el (show-paren-function): Fix last change (2004-12-02).
2592         * international/mule-util.el (char-displayable-p): Return nil for
2593         unibyte mode.
2595         * subr.el (subregexp-context-p): New function.
2597         * isearch.el (isearch-quote-char): Use it.
2599         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
2600         (regexp-opt-not-groupie*-re): Remove.
2601         (regexp-opt): Properly handle inputs with duplicate entries.
2603 2004-12-06  Richard M. Stallman  <rms@gnu.org>
2605         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
2607         * cus-edit.el (custom-file): Doc fix.
2609         * textmodes/org.el: New file.
2611 2004-12-06  Kenichi Handa  <handa@m17n.org>
2613         * ldefs-boot.el: Update international/mule-util.el section.
2615 2004-12-05  Sam Steingold  <sds@gnu.org>
2617         * net/tramp.el (tramp-handle-file-accessible-directory-p):
2618         Fix `tramp-time-diff' comparison logic.
2620 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
2622         * progmodes/which-func.el (which-function):
2623         Use `run-hook-with-args-until-success' instead of a custom loop.
2624         Fixes bug with local hooks.
2626 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2628         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
2629         Use delete-dups when calculating the initial value.
2630         (bibtex-autokey-get-title): Use <=.
2631         (bibtex-goto-line): New function.
2632         (bibtex-reposition-window): Use line numbers instead of point
2633         positions.  Use window-body-height.
2634         (bibtex-find-crossref): Use bibtex-reposition-window.
2635         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
2636         position of entry if key is found or nil if not found.
2638 2004-12-05  Richard M. Stallman  <rms@gnu.org>
2640         * cus-edit.el (custom-file): Doc fix.
2642         * progmodes/sh-script.el (sh-indent-for-then): Change default.
2644 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2646         * simple.el (blink-matching-open):
2647         * textmodes/tex-mode.el (tex-validate-region):
2648         Obey syntax-table text properties.
2650 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
2652         * wid-edit.el (widget-specify-field): Add `real-field' property to
2653         boundary.
2654         (widget-field-at): Use it.
2656 2004-12-02  Richard M. Stallman  <rms@gnu.org>
2658         * progmodes/cc-mode.el (awk-mode autoload):
2659         Supply t meaning interactive function.
2661         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
2662         (isearch-mode-map): No special definition for space.
2663         (isearch-whitespace-chars): Command deleted.
2664         (isearch-forward-regexp): Doc fix.
2665         (isearch-quote-char): When a space is not inside brackets,
2666         use `[ ]' instead of just space.
2667         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
2669         * imenu.el (imenu--generic-function): Delete code to exclude
2670         matches in comments.
2672         * man.el (Man-reverse-face): Change default to `highlight'.
2674         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
2675         (occur-engine): Use `face' prop rather than `font-lock-face'
2676         when specifying use of `match-face'.
2677         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
2679         * emacs-lisp/elint.el (elint-standard-variables): Update list.
2681         * add-log.el (add-log-current-defun): Handle the case where point
2682         is in the header part of a DEFUN construct.
2684 2004-12-02  Dave Love  <fx@gnu.org>
2686         * progmodes/python.el (python-font-lock-syntactic-keywords):
2687         Fix previous change.
2689 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
2691         * paren.el (show-paren-function): Check for matching chars
2692         specified by text props.
2694 2004-12-02  Jay Belanger  <belanger@truman.edu>
2696         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
2697         when reading a new key sequence.
2699 2004-12-02  Kim F. Storm  <storm@cua.dk>
2701         * faces.el (escape-glyph): Rename from glyph.
2702         (standard-display-table): Set it here.  Add escape-glyph face to
2703         extra slot characters.
2705         * disp-table.el: Undo 2004-12-01 change.  Display table is now
2706         setup in faces.el.
2708 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
2710         * xml.el (xml-parse-dtd): Don't show validity messages when
2711         xml-validating-parser is nil.
2712         (xml-substitute-special): Fix validity error messages to
2713         actually show the unexpandable entity.  Added validity error if &
2714         isn't followed by an entity.
2715         (xml-parse-tag): Concatenate any string following the a
2716         <![CDATA[]]> section to the parsed CDATA.
2717         (xml-parse-dtd): Skip parameter entity declarations and use of
2718         parameter entities.
2720 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
2722         * kmacro.el (kmacro-default-counter-format): New var.
2723         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
2724         (kmacro-display): Remove `nil' from `and' form.  Delete call to
2725         `format' inside `message'.
2726         (kmacro-start-macro): Use `kmacro-default-counter-format'.
2728 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2730         * pcvs.el (cvs-header-msg): New function.
2731         (cvs-update-header): Use it.  Change calling convention.
2732         Correctly handle the case of having simultaneous active processes.
2733         (cvs-sentinel): Don't call cvs-update-header any more.
2734         (cvs-mode-run): Update call and add cvs-update-header to postproc.
2736 2004-12-01  Jay Belanger  <belanger@truman.edu>
2738         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
2739         Change message.
2741 2004-12-01  Juri Linkov  <juri@jurta.org>
2743         * progmodes/prolog.el (prolog-mode-variables):
2744         Fix imenu-generic-expression.
2746 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
2748         * faces.el (glyph): New face.
2750         * disp-table.el: Add an autoloaded table, that doesn't require
2751         this library, with glyph face.
2753         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
2754         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
2755         (conf-quote-normal): Allow normalizing only ' or ".
2756         (conf-mode): Regexp-quote constructed comment-start and don't
2757         match section {} where "name" contains braces.
2759         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
2760         files.
2762 2004-12-01  Kenichi Handa  <handa@m17n.org>
2764         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
2765         (x-select-text): Don't treat eight-bit-control/graphic chars
2766         specially.  Store the encoded text in the X cut buffer.
2767         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
2768         with x-last-selected-text-cut-encoded.
2770 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2772         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
2774 2004-11-30  Markus Rost  <rost@ias.edu>
2776         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
2777         AUCTeX.
2779 2004-11-30  Jay Belanger  <belanger@truman.edu>
2781         * calc/calc-arith.el (math-possible-signs): Made stronger checks
2782         on signs of intervals.
2783         (math-pow-of-zero): Strengthen checks for positive and negative
2784         exponents.
2786         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
2787         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
2788         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
2789         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
2790         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
2791         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
2792         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
2793         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
2794         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
2795         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
2796         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
2797         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
2798         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
2799         with provide statements.
2801         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
2803         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
2805         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
2806         (calc-load-everything, math-defsimplify): Replace dummy autoloading
2807         functions by require statements.
2808         (math-defsimplify): Move to calc-alg.el, add to autoloads.
2810         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
2811         (calc-gnuplot-print): Give them values.
2813         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
2814         autoloads.
2815         Add calc-do-embedded-activate to autoloads.
2816         (calc-gnuplot-name, calc-gnuplot-plot-command)
2817         (calc-gnuplot-print-command): Move them to calc-graph.el.
2819 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2821         * term/mac-win.el (ccl-encode-mac-roman-font)
2822         (ccl-encode-mac-cyrillic-font)
2823         (ccl-encode-mac-centraleuropean-font, encoder-list)
2824         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
2825         Support Cyrillic, CentralEuropean, and Dingbat font display
2827 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
2829         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
2831         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
2832         still nil.
2834 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
2836         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
2837         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
2839 2004-11-29  Jay Belanger  <belanger@truman.edu>
2841         * calc/calc-arith.el (math-pow-of-zero): Take into account different
2842         cases of the base and exponent.
2844 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
2846         * simple.el (next-error-buffer-p): Allow for inclusive and
2847         exclusive tests for finding a buffer.
2848         (next-error-find-buffer): Pass the exclusive and inclusive tests
2849         to next-error-buffer-p.
2851         * replace.el (occur-next-error): Switch to the Occur buffer when
2852         appropriate, use the exclusive filter to next-error-find-buffer to
2853         do it.  Use the absolute value of the motion amount.
2855 2004-11-29  Kenichi Handa  <handa@m17n.org>
2857         * startup.el (command-line): Decode all default-directory by
2858         locale-coding-system.
2860 2004-11-29  Jay Belanger  <belanger@truman.edu>
2862         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
2863         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
2864         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
2865         Replace calls to calc-extensions by appropriate require, replace
2866         calc-extensions-loaded by appropriate featurep.
2868         * calc/calc-ext.el: Move require to end of file.
2869         Remove redundant loading of calc.el.
2870         (calc-extensions-loaded): Remove unnecessary variable.
2871         (calc-extensions): Remove unnecessary function.
2872         (calc-load-everything): Replace calc-need-macros by appropriate require.
2874         * calc/calc-macs.el: Move provide to end of file.
2875         (calc-need-macros): Remove unnecessary function.
2877         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
2878         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
2879         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
2880         Replace calc-extensions by appropriate require.
2881         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
2883         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
2884         Replace calc-need-macros by appropriate require.
2886         * calc/calc.el: Move require to end of file.
2887         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
2888         Remove unnecessary variable.
2889         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
2890         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
2891         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
2892         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
2893         (math-stack-value-offset, math-format-value, math-format-flat-expr)
2894         (math-format-number, math-format-bignum, math-read-number)
2895         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
2896         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
2897         by appropriate require.
2898         (calc-check-defines): Replace calc-need-macros by appropriate require.
2900 2004-11-29  Kim F. Storm  <storm@cua.dk>
2902         * macros.el (insert-kbd-macro): Handle kmacro functions.
2904 2004-11-28  Juri Linkov  <juri@jurta.org>
2906         * compare-w.el (compare-windows-highlight): Attach each overlay
2907         to its window to properly highlight differences while comparing
2908         two windows of the same buffer.  Fix arguments.
2909         (compare-windows-sync-default-function): Fix arguments of
2910         `compare-windows-highlight'.
2912         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
2913         Use `read-expression-history'.  Set initial contents only if
2914         `edebug-global-break-condition' is non-nil.  Set histpos to 1
2915         if initial contents is equal to the last history element.
2916         (edebug-set-conditional-breakpoint): Instead of temporarily
2917         prepending the current condition to the history, set initial
2918         contents to the current condition.  Set histpos to 1 if initial
2919         contents is equal to the last history element.
2921         * info.el (Info-search-whitespace-regexp): Remove shy group.
2922         (Info-search): Forward line if search is on the header line.
2923         Use search-whitespace-regexp in two other places.
2925 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2927         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
2928         warning.  Delay real definition, which uses
2929         `set-fringe-indicators-1' till after the definition of that function.
2931 2004-11-28  Kim F. Storm  <storm@cua.dk>
2933         * fringe.el (fringe): New defgroup.
2934         (fringe-mode): Move to fringe group.
2935         (fringe-indicators): New defcustom.
2936         (set-fringe-indicators-1): New defun.
2938         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
2939         (menu-bar-showhide-fringe-ind-menu): New keymap.
2940         (menu-bar-showhide-fringe-ind-empty)
2941         (menu-bar-showhide-fringe-ind-mixed)
2942         (menu-bar-showhide-fringe-ind-box)
2943         (menu-bar-showhide-fringe-ind-right)
2944         (menu-bar-showhide-fringe-ind-left)
2945         (menu-bar-showhide-fringe-ind-none): New defuns.
2946         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
2948 2004-11-27  Richard M. Stallman  <rms@gnu.org>
2950         * comint.el (comint-read-noecho): Add trivial compatibility definition.
2952         * generic.el (define-generic-mode): Doc fix.
2954         * menu-bar.el (menu-bar-options-save): For the options
2955         that are toggled with menu-bar-make-mm-toggle, don't check
2956         for customized-value prop.
2958 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
2960         * mail/supercite.el (sc-cite-region): Handle the case where
2961         sc-cite-frame-alist is a symbol.
2962         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
2963         a symbol.
2964         (sc-recite-region): Handle the case where sc-recite-frame-alist is
2965         a symbol.
2967 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
2969         * wid-edit.el (widget-narrow-to-field): New function.
2970         (widget-complete): Use it.
2972 2004-11-27  Jay Belanger  <belanger@truman.edu>
2974         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
2975         variable.
2976         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
2977         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
2978         (math-alg-inequalities): Move declaration to earlier in the file.
2980         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
2981         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
2982         Declare them.
2984         * calc/calc-lang.el (math-expr-data, math-expr-token)
2985         (math-exp-old-pos): Declare them.
2987         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
2988         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
2990 2004-11-27  Kim F. Storm  <storm@cua.dk>
2992         * progmodes/flymake.el: Use (featurep 'xemacs).
2993         (flymake-makehash): Change to defsubst.  Use fboundp.
2994         (flymake-time-to-float): Remove.
2995         (flymake-float-time): Merge code from flymake-time-to-float here.
2996         (flymake-replace-regexp-in-string): Change to defsubst.
2997         (flymake-split-string-remove-empty-edges):
2998         Rename to flymake-split-string.
2999         (flymake-split-string): Remove previous defalias.
3000         (flymake-get-temp-dir): Change to defsubst.
3001         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
3002         Define for xemacs only.
3003         (flymake-master-file-count-limit): Change into compiler defvar only.
3004         (flymake-find-possible-master-files): Let-bind it dynamically while
3005         sorting files using flymake-master-file-compare.
3007 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3009         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
3010         of defun-prompt-regexp matches inside a comment/string but the
3011         beginning is correctly outside everything.
3013         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
3014         appears within a string or a comment.
3016         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
3017         rather than make-symbol for symbols which are used in
3018         a symbol-macrolet or equivalent.
3020 2004-11-26  Jay Belanger  <belanger@truman.edu>
3022         * calc-misc.el (calc-last-why-command): Declare it.
3024         * calc-vec.el (math-grade-vec): New variable.
3025         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
3026         Replace variable grade-vec by declared variable.
3027         (math-rb-close): New variable.
3028         (math-read-brackets, math-read-vector): Replace variable close by
3029         declared variable.
3031         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
3032         (calc-one-window, calc-edit-handler, calc-restore-trail)
3033         (calc-allow-ret): Declare them.
3035         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
3036         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
3037         (math-radix-float-cache-tag, math-random-cache)
3038         (math-max-digits-cache, math-integral-cache, math-units-table)
3039         (math-format-date-cache, math-holidays-cache-tag): Declare them.
3040         (math-moc-func): New variable.
3041         (math-map-over-constants, math-map-over-constants-rec):
3042         Replace variable func by declared variable.
3044         * calc/calc-store.el (calc-given-value, calc-store-opers):
3045         Declare them.
3046         (calc-var-name-map): Move declaration to earlier in the file.
3047         (calc-pv-pos): New variable.
3048         (calc-permanent-variable, calc-insert-permanent-variable):
3049         Replace variable pos by declared variable.
3051         * calc/calc-mtx.el (calc-det-lu): New variable.
3052         (math-det-raw, math-det-step): Replace variable lu by declared variable.
3054         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
3055         (math-multi-subst, math-multi-subst-rec): Replace variables temp
3056         and arg by declared variables.
3057         (calcFunc-reducer): Fix incorrect variable.
3058         (math-inner-mul-func, math-inner-add-func): New variables.
3059         (calcFunc-inner, math-inner-mats): Replace variables mul-func
3060         and add-func by declared variables.
3062         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
3063         (calc-digit-value): Declare them.
3065         * calc/calc-help.el (Info-history): Declare it.
3066         (calc-describe-key): Make calc-summary-indentation a local variable.
3067         (calc-help-long-names): Move declaration to earlier in file.
3069         * calc/calc-embed.el (calc-original-buffer): Declare it.
3070         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
3071         (calc-embed-bot): New variables.
3072         (calc-do-embedded, calc-embedded-mark-formula)
3073         (calc-embedded-find-bounds, calc-embedded-duplicate)
3074         (calc-embedded-new-formula, calc-embedded-make-info):
3075         Replace vars outer-top, outer-bot, bot and top by declared variables.
3076         (calc-embed-prev-modes): New variable.
3077         (calc-embedded-set-modes, calc-embedded-update): Replace variable
3078         prev-modes with declared variable.
3079         (calc-embed-vars-used): New variable.
3080         (calc-embedded-make-info, calc-embedded-evaluate-expr)
3081         (calc-embedded-update, calc-embedded-find-vars): Replace variable
3082         vars-used by declared variable.
3084         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
3085         (math-format-radix-float): Remove unnecessary setq.
3086         (math-radix-float-cache): Declare it.
3088         * calc/calcsel2.el (calc-keep-selection): Declare it.
3090         * calc/calc-maint.el: Remove file.
3092 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3094         * textmodes/bibtex.el (bibtex-sort-entry-class)
3095         (bibtex-comment-start): Use defcustom.
3096         (bibtex-entry-field-alist): Use nil if initial content of the
3097         field is undefined.  Fix docstring.
3098         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
3099         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
3100         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
3101         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
3102         Fix docstring.
3103         (bibtex-autokey-title-terminators): Use only one regexp.
3104         (bibtex-string-maybe-empty-head): New variable.
3105         (bibtex-remove-delimiters-string): New function.
3106         (bibtex-text-in-field-bounds, bibtex-text-in-string):
3107         Use bibtex-remove-delimiters-string.
3108         (bibtex-progress-message, bibtex-field-left-delimiter)
3109         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
3110         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
3111         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
3112         Simplify.
3113         (bibtex-format-entry): Use save-excursion for inherited booktitle.
3114         Use eq and bibtex-remove-delimiters-string.  For end markers use
3115         insertion type so that marker stays after inserted text.
3116         (bibtex-autokey-get-names): Return empty string if name is missing.
3117         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
3118         calling bibtex-autokey-name-case-convert.
3119         (bibtex-autokey-demangle-title):
3120         Call bibtex-autokey-titleword-case-convert.  Remove call to
3121         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
3122         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
3123         (bibtex-read-key): New optional arg global.
3124         (bibtex-files-expand): New optional arg force.
3125         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
3126         (bibtex-complete-crossref-cleanup): Rename from
3127         bibtex-complete-key-cleanup.  Simplify code.
3128         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
3129         Operate on current entry.
3130         (bibtex-button): Add docstring.
3131         (bibtex-entry): Simplify.
3132         (bibtex-make-field): Replace optional arg called-by-yank with more
3133         specific args move and interactive.
3134         (bibtex-end-of-entry): Use forward-sexp.
3135         (bibtex-find-entry-globally): Remove.
3136         (bibtex-find-crossref): Allow for crossref key located in other buffer.
3137         Bound to C-c C-x.
3138         (bibtex-find-entry): New optional args global and display.
3139         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
3140         (bibtex-validate): Use arg force of bibtex-files-expand.
3141         (bibtex-clean-entry): Bugfix, clean string entries properly.
3142         Always keep point at beginning of entry.
3143         (bibtex-complete): Bugfix.  Handle string entries properly.
3144         Call cleanup functions only if needed.
3145         (bibtex-String): Use bibtex-read-string-key.
3146         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
3147         case of replacement text.
3149 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
3151         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
3152         (tramp-perl-directory-files-and-attributes): New constant.
3153         (tramp-file-name-handler-alist): Delete file-directory-files, add
3154         directory-files-and-attributes.
3155         (tramp-perl-file-attributes): Surround uid and gid by double
3156         quotes. Change parameter id-format from nonnumeric.
3157         (tramp-convert-file-attributes): New function.
3158         (tramp-handle-file-attributes): Use it.
3159         (tramp-maybe-send-perl-script): New function.
3160         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
3161         file mode. Change parameter id-format from nonnumeric.
3162         (tramp-handle-file-attributes-with-ls): Change parameter id-format
3163         from nonnumeric.
3164         (tramp-post-connection): Don't send tramp-perl-file-attributes
3165         script. Reset connection property "perl-scripts".
3166         (tramp-handle-insert-directory): Run real handler when ls-lisp is
3167         in use.
3169 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
3171         * desktop.el (desktop-read): Replace mapcar with mapc.
3172         (desktop-create-buffer): Replace mapcar with mapc.
3173         Remove redundant piece of code.
3175 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
3177         * progmodes/gud.el (gud-display-line): Use display-buffer
3178         for GDB-UI as for GUD.
3180         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
3181         Delete variables.
3182         (gdb-ann3): Don't make GUD buffer dedicated.
3183         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
3184         (gdb-display-source-buffer): Delete function.
3185         (gdb-view-source-function, gdb-view-assembler): Delete functions.
3186         (menu): Delete menu bindings for viewing source/assembler.
3187         (gdb-setup-windows, gdb-restore-windows):
3188         Don't dedicate GUD. No assembler now.
3189         (gdb-reset): No need to undedicate source buffers now.
3190         (gdb-source-info): No assembler now.
3192 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
3194         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
3195         width to those for special frames.
3196         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
3197         Use display-buffer.
3198         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
3199         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3200         (gdb-frame-assembler-buffer): Rework like
3201         gdb-frame-breakpoints-buffer.
3203 2004-11-25  Richard M. Stallman  <rms@gnu.org>
3205         * progmodes/flymake.el: Reindent.
3206         (flymake-split-string): Turn into defalias.
3207         (flymake-fix-file-name): Rename from flymake-fix-path-name.
3208         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
3209         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
3210         (flymake-build-relative-filename): Rename from ...path.
3211         Fix error message.
3213 2004-11-25  Cheng Gao  <chenggao@gmail.com>
3215         * progmodes/flymake.el: Much whitespace and capitalization change.
3216         Move `provide' to end.  Require `compile' only when compiling.
3218 2004-11-24  Jay Belanger  <belanger@truman.edu>
3220         * calc/calc-alg.el: Added comment.
3221         (math-polynomial-base): Replace variable mpb-top-expr by
3222         math-poly-base-top-expr.
3224         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
3225         (math-polynomial-p1): Replace variable mpb-top-expr by declared
3226         variable.
3227         (math-poly-base-total-base): New variable.
3228         (math-total-polynomial-base, math-polynomial-p1): Replace variable
3229         mpb-total-base by declared variable.
3230         (math-factored-vars, math-to-list): Declare it.
3231         (math-fact-expr): New variable.
3232         (calcFunc-factors, calcFunc-factor, math-factor-expr)
3233         (math-factor-expr-try, math-factor-expr-part): Replace variable
3234         expr by declared variable.
3235         (math-fet-x): New variable.
3236         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
3237         by declared variable.
3238         (math-factor-poly-coefs): Make temp a local variable.
3240         * calc/calc-units.el (calc-convert-units): Make units a local
3241         variable.
3242         (calc-num-units, calc-den-units): New variables.
3243         (calc-explain-units, calc-explain-units-rec): Replace variables
3244         num-units and den-units by declared variables.
3245         (math-cu-unit-list): New variable.
3246         (math-build-units-table, math-compare-unit-names)
3247         (math-convert-units, math-convert-units-rec): Replace variable
3248         unit-list by declared variable.
3249         (math-fbu-base, math-fbu-entry): New variables.
3250         (math-find-base-units, math-find-base-units-rec): Replace variables
3251         base and entry by declared variables.
3252         (math-which-standard): New variable.
3253         (math-to-standard-units, math-to-standard-rec): Replace variable
3254         which-standard by declared variable.
3255         (math-fcu-u): New variable.
3256         (math-find-compatible-unit, math-find-compatible-unit-rec):
3257         Replace variable u by declared variable.
3258         (math-cu-new-units, math-cu-pure): New variables.
3259         (math-convert-units, math-convert-units-rec): Replace variables
3260         new-units and pure by declared variables.
3261         (math-try-cancel-units): New variable.
3262         (math-simplify-units-quotient): Replace variable try-cancel-units by
3263         declared variable.
3265 2004-11-24  Richard M. Stallman  <rms@gnu.org>
3267         * textmodes/ispell.el (ispell-check-version):
3268         If default-directory is nonexistent, use home dir.
3270         * progmodes/grep.el (grep-regexp-alist):
3271         Don't match parens around line numbers.
3273         * progmodes/cperl-mode.el (cperl-indent-region)
3274         (cperl-imenu--create-perl-index, cperl-xsub-scan):
3275         Don't print progress messages.
3277         * progmodes/compile.el (compilation-mode-map):
3278         Don't inherit from compilation-minor-mode-map;
3279         copy its bindings instead.  But the menu bar Compile
3280         entry now does inherit from compilation-menu-map.
3282         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3283         Use with-no-warnings around compiler-macroexpand.
3285         * imenu.el: Don't always require newcomment.
3286         (imenu--generic-function): Call comment-normalize-vars
3287         if we have a comment syntax.
3288         Exit the loop if REGEXP matches the null string.
3289         Test comment-start as well as comment-start-skip
3290         when deciding whether to check for comments.
3292         * tooltip.el (tooltip-mode): Doc fix.
3294         * term.el (term-escape-char, term-mode): Doc fixes.
3296 2004-11-24  Dave Love  <fx@gnu.org>
3298         * progmodes/python.el (python-font-lock-syntactic-keywords):
3299         Check for escapes in the regexp.
3300         (python-quote-syntax): Don't do it here.
3302 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
3304         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
3305         (gdb-frames-mode-map, gdb-threads-mode-map)
3306         (gdb-registers-mode-map, gdb-locals-mode-map)
3307         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
3308         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
3310         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
3311         (dedicated-switch-to-buffer): Rework.
3312         (gdb-var-evaluate-expression-handler, gdb-put-string):
3313         Remove unused variable bindings.
3314         (gdb-setup-windows, gdb-display-buffer):
3315         Simplify. Use pop-to-buffer.
3316         (gdb-view-source-function): Simplify.
3317         (gdb-frame-breakpoints-buffer):
3318         Use pop-to-buffer, special-display-regexps.
3320 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
3322         * progmodes/f90.el (f90-smart-end)
3323         (f90-previous-statement, f90-beginning-of-block): Doc fix.
3324         (f90-calculate-indent): Handle un-named PROGRAM blocks.
3325         (f90-end-of-block): Doc fix.  Make check of outermost block
3326         conditional on value of `f90-smart-end'.
3327         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
3328         Handle case where END-BLOCK is nil.
3329         (f90-match-end): Handle un-named PROGRAM blocks.
3330         (f90-backslash-not-special): New function.
3332 2004-11-24  Jay Belanger  <belanger@truman.edu>
3334         * calc/calc.el (calc-embedded-active): Removed unnecessary
3335         declaration.
3336         (calc-show-banner): Removed redundant declaration.
3338         * calc/calc-graph.el (calc-gnuplot-default-device)
3339         (calc-gnuplot-default-output, calc-gnuplot-print-device)
3340         (calc-gnuplot-print-output, calc-gnuplot-geometry)
3341         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
3342         Remove redundant initial values.
3344         * calc/calc-arith.el (math-scalar-functions)
3345         (math-nonscalar-functions, math-scalar-if-args-functions)
3346         (math-real-functions, math-positive-functions)
3347         (math-nonnegative-functions, math-real-scalar-functions)
3348         (math-real-if-arg-functions, math-integer-functions)
3349         (math-num-integer-functions, math-rounding-functions)
3350         (math-float-rounding-functions, math-integer-if-args-functions)
3351         (math-super-types): Move declarations to earlier in file.
3352         (math-unit-prefixes): Declared it.
3353         (math-floor-prec, math-trunc-prec): New variables.
3354         (math-trunc-fancy): Replace variable prec by declared variable.
3355         (math-floor-fancy): Replace variable prec by declared variable.
3356         (math-com-bterms): New variable.
3357         (math-commutative-equal, math-commutative-collect):
3358         Replace variable bterms by declared variable.
3360         * calc/calc-misc.el (math-trunc): Replace variable prec by
3361         math-trunc-prec.
3362         (math-floor): Replace variable prec by math-floor-prec.
3364         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
3365         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
3366         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
3367         (math-format-date, math-format-date-part): Replace variables
3368         date, dt, year, month, day, weekday, hour, minute, second and
3369         bc-flag by declared variables.
3370         (math-pd-str): New variable.
3371         (math-parse-date, math-parse-date-word, math-parse-standard-date):
3372         Replace variable str by declared variable.
3373         (math-daylight-savings-hook, math-tzone-names): Move definitions
3374         to earlier in the file.
3375         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
3376         (math-sh-year): New variable.
3377         (math-setup-add-holidays, math-setup-holidays)
3378         (math-setup-year-holidays): Replace variable `year' by declared
3379         variable.
3381         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
3382         New variables.
3383         (math-nth-root-float, math-nth-root-float-iter): Replace variables
3384         n, nf and nfm1 by declared variables.
3385         (math-nri-n): New variable.
3386         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
3387         n by declared variable.
3388         (calcFunc-log): Removed misplaced condition.
3390 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3392         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
3394 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
3396         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
3397         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
3398         Dedicate gdb-related windows.
3399         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
3400         other frames.
3401         (gdb-reset): Remove dedicated property after debugging.
3403 2004-11-24  Jay Belanger <belanger@truman.edu>
3405         * calc/calc-sel.el: Add comment.
3407         * calc/calc.el (math-stack-value-offset): Replace variables c,
3408         wid and off with math-svo-c, math-svo-wid and math-svo-off.
3410         * calc/calccomp.el (math-comp-sel-tag): Declare it.
3411         (math-svo-c, math-svo-wid, math-svo-off): New variables.
3412         (math-stack-value-offset-fancy): Replace variables c, wid and off
3413         by declared variables.
3414         (math-comp-just, math-comp-comma-spc): New variables.
3415         (math-compose-expr, math-compose-matrix): Replace variables `just'
3416         and comma-spc by declared variable.
3417         (math-comp-vector-prec): New variable.
3418         (math-compose-expr, math-compose-matrix, math-compose-rows):
3419         Replace variable vector-prec by declared variable.
3420         (math-comp-left-bracket, math-comp-right-bracket)
3421         (math-comp-comma): New variables.
3422         (math-compose-expr, math-compose-rows): Replace variables
3423         left-bracket, right-bracket and comma by declared variables.
3424         (math-comp-full-width): New variable.
3425         (math-comp-to-string-flat, math-comp-to-string-flat-term):
3426         Replace variable full-width by declared variable.
3427         (math-comp-highlight, math-comp-word, math-comp-level)
3428         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
3429         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
3430         New variables.
3431         (math-comp-to-string-flat, math-comp-to-string-flat-term)
3432         (math-comp-sel-flat-term): Replace variables comp-highlight,
3433         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
3434         declared variables.
3435         (math-comp-simplify, math-comp-simplify-term)
3436         (math-comp-add-string, math-comp-add-string-sel):
3437         Replace variables comp-highlight, comp-buf, comp-base,
3438         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
3440 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3442         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
3444         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
3445         and x-server-version may throw.
3447 2004-11-23  Kim F. Storm  <storm@cua.dk>
3449         * subr.el (substitute-key-definition-key): Optimize.
3450         Don't call indirect-function for nil defn (always signals error).
3452         * ido.el (ido-read-internal): Fix require-match check when
3453         ido-directory-too-big is set.
3455 2004-11-23  Jay Belanger  <belanger@truman.edu>
3457         * calc/calc-ext.el (math-read-replacement-list)
3458         (math-read-superscripts): New variables.
3459         (math-read-preprocess-string): New function.
3460         (math-read-expr): Filter input through math-read-preprocess-string.
3462         * calc/calc-aent.el (math-read-exprs): Filter input through
3463         math-read-preprocess-string.
3465 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
3467         * progmodes/compile.el (compilation-start): In cd command use
3468         substitute-env-vars -- not quite shell compatible but better than
3469         nothing.
3470         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
3471         handle the newer versions messages, which are more parseable.
3473 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3475         * reveal.el (reveal-mode-map): New var.
3476         (reveal-mode): Use it.
3478 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
3480         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
3481         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
3483 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3485         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
3486         header-line when needed.
3487         Use fixed-pitch only in the header-line.
3488         Build the underline automatically.  Use emdash if available.
3490 2004-11-22  Richard M. Stallman  <rms@gnu.org>
3492         * dired.el (dired-recursive-copies): Move from dired-aux.el.
3493         * dired-aux.el (dired-recursive-copies): Move to dired.el.
3495 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
3497         * progmodes/gdb-ui.el (gdb-resync): New function.
3498         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
3499         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
3500         Use it to fail more gracefully.
3501         (gdb-variables): Delete variable.
3502         Re-order variables to reduce byte-compiler warnings.
3504 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3506         * descr-text.el (describe-char):
3507         * paren.el (show-paren-function):
3508         * subr.el (syntax-after): Undo last change.
3510         * progmodes/python.el (run-python): Don't hard code *Python*.
3511         Don't modify global process-environment.
3512         (python-send-region, python-load-file): Don't assume that
3513         python-buffer == (process-buffer (python-proc)).
3514         (python-switch-to-python): Simplify.
3516         * dired.el (dired-align-file): Don't assume line starts with spaces.
3518 2004-11-21  Jay Belanger  <belanger@truman.edu>
3520         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
3521         Replace variable `lines' by math-read-big-lines.
3522         (math-read-big-expr): Replace variables the-baseline, the-h2
3523         and err-msg by math-read-big-baseline, math-read-big-h2 and
3524         math-read-err-msg.
3525         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
3527         * calc/calc-lang.el (math-read-big-rec): Fix typo.
3528         (math-read-big-balance): Replace unbound variable by value.
3529         (math-read-big-lines): New variable.
3530         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3531         (math-read-big-error, math-read-big-balance): Replace variable
3532         `lines' by declared variable.
3533         (math-read-big-baseline, math-read-big-h2): New variables.
3534         (math-read-big-rec): Replace variables the-baseline and the-h2
3535         by declared variables.
3536         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
3537         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3538         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
3539         declared variables.
3540         (math-read-big-err-msg): New variable.
3541         (math-read-big-error): Replace variable err-msg by declared variable.
3543 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3545         * ses.el: Add coding cookie.
3546         Fix up docstrings, follow new commenting conventions.
3547         (ses-header-line-menu): Fix missing variable rename for header-row.
3548         (ses-cell-size): Remove.
3549         (ses-make-cell): New function.
3550         (ses-cell, ses-insert-row, ses-insert-column): Use it.
3551         (ses-calculate-cell): Remove unused var `symbol'.
3552         (ses-narrowed-p): New function.
3553         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
3554         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
3555         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
3556         (ses-setup): Use restore-buffer-modified-p.
3557         (ses-cleanup): Remove unused var `end'.
3558         (ses-header-string-left-offset): Remove.
3559         (ses-create-header-string): Adjust to new behavior of `align-to'.
3560         Truncate excessively large fields to preserve alignment.
3561         (ses-reconstruct-all): Remove unused var `refs'.
3562         (ses-read-cell-printer): Remove unused var `prompt'.
3563         (ses-delete-row): Remove unused var `pos'.
3564         (ses-delete-column): Remove unused var `new'.
3566 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3568         * ps-print.el: Insert :version tag into all defgroup and defcustom.
3569         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3570         Eliminate eval-and-compile usage.
3571         (ps-insert-file): Use insert-file-contents instead of insert-file.
3572         (ps-setup): Code fix.
3574         * printing.el (pr-setup, lpr-setup): Code fix.
3576 2004-11-21  Jay Belanger  <belanger@truman.edu>
3578         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
3579         (calc-original-buffer): Declare them.
3580         (calc-user-formula-alist): New variable.
3581         (calc-user-define-formula, calc-fix-user-formula)
3582         (calc-user-define-composition, calc-finish-formula-edit):
3583         Replace variable `alist' by declared variable.
3584         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
3585         (var-q7, var-q7, var-q8, var-q9): Declare them.
3586         (calc-kbd-push): Don't check to see if var-q0 through var-q9
3587         are bound.
3588         (calcFunc-typeof): Replace undeclared variable by expression.
3589         (math-exp-env): New variable.
3590         (math-define-body, math-define-exp): Replace exp-env by declared var.
3591         (math-define-exp): Replace misplaced variable by expression.
3593         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
3594         (calc-curve-model, calc-curve-coefnames): New variables.
3595         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
3596         varnames, model and coefnames by declared variables.
3597         (math-root-widen): New variable.
3598         (math-search-root, math-find-root): Replace variable root-widen by
3599         declared variable.
3600         (var-DUMMY): Declare it.
3601         (math-root-vars, math-min-vars): Move the declarations to earlier in
3602         the file.
3603         (math-brent-min): Make d a local variable.
3604         (math-find-minimum): Replace non-existent variable.
3605         (math-ninteg-romberg): Remove unnecessary variable.
3606         (math-ninteg-temp): New variable.
3607         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
3608         integ-temp by declared variable.
3609         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
3610         New variables.
3611         (math-general-fit): Replace variables first-var, first-coef and
3612         new-coefs by declared variables.
3613         (calcFunc-fitvar): Replace variable first-var by declared variable.
3614         (calcFunc-fitparam): Replace variable first-coef by declared variable.
3615         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
3616         (math-all-vars-vars, math-all-vars-found): New variables.
3617         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
3618         found by declared variable math-all-vars-vars.
3620 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
3622         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
3623         of `defconst'.
3625 2004-11-20  Richard M. Stallman  <rms@gnu.org>
3627         * isearch.el (isearch-mode-map): Don't bind SPC.
3628         (isearch-whitespace-chars): Function deleted.
3629         (isearch-search): Bind search-spaces-regexp.
3630         (isearch-lazy-highlight-search): Likewise.
3631         (search-whitespace-regexp): Doc fix.
3632         (isearch-forward-regexp): Doc fix.
3634         * emacs-lisp/bytecomp.el (byte-compile-form):
3635         Move the calls to byte-compile-set-symbol-position,
3636         to avoid having two for the same symbol occurrence.
3638         * comint.el (comint-input-ring-size): Increase to 150.
3640         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
3641         New variables.
3642         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
3643         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
3645         * imenu.el (imenu--generic-function):
3646         Ensure we keep moving backward even if BEG isn't further back.
3648         * replace.el (query-replace-read-to, query-replace-read-from):
3649         Specify t for KEEP-ALL in read-from-minibuffer.
3651         * progmodes/python.el (python-switch-to-python):
3652         If Python isn't running, start it.
3653         Don't alter debug-ignored-errors.
3655         * progmodes/cperl-mode.el (cperl-indent-region):
3656         Don't mind imenu-scanning-message.
3658         * bindings.el (global-map): Bind C-e to move-end-of-line.
3660         * simple.el (line-move-finish): New arg FORWARD.
3661         Ignore invisible newlines, not intangible ones.
3662         Conditions for acceptable stopping positions depend on FORWARD.
3663         (line-move): Pass FORWARD arg to line-move-finish.
3665         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
3666         of HEADER.  Compensate for this change in the code to add display
3667         properties.  Don't make the first line intangible.
3669         * info.el (Info-search): Fix previous change.
3671 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
3673         * Makefile.in (recompile): Revert 2004-11-19 change.
3674         (compile): Likewise.
3676 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
3678         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
3680 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3682         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
3683         defgroup and defcustom.  Eliminate eval-and-compile usage.
3685         * progmodes/ebnf-otz.el: Fix typos.
3687 2004-11-19  Jay Belanger  <belanger@truman.edu>
3689         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
3690         (calc-edit-finish, calc-finish-stack-edit): Replace variable
3691         disp-trail by declared variable.
3693         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
3694         (calc-finish-selection-edit):  Replace variable disp-trail by
3695         declared variable.
3696         (calc-selection-cache-entry): Move declaration to earlier in the file.
3697         (calc-selection-cache-num, calc-selection-cache-comp)
3698         (calc-selection-cache-offset, calc-selection-true-num)
3699         (calc-final-point-line, calc-final-point-column)
3700         (calc-original-buffer): Declare them.
3701         (calc-fnp-op, calc-fnp-num): New variables.
3702         (calc-find-nth-part, calc-find-nth-part-rec)
3703         (calc-select-previous): Replace op and num by declared variables.
3704         (calc-rsf-old, calc-rsf-new): New variables.
3705         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
3706         Replace variables old and new by declared variables.
3707         (calc-sel-reselect): New variable.
3708         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
3709         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
3710         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
3711         reselect with declared variable.
3713         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
3714         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
3715         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
3716         (math-import-list, math-rewrite-phase): Declare them.
3717         (math-rewrite):  Use let* to declare variables.
3718         (calc-rewrite-selection): Make rules a local variable.
3719         (calc-rewr-sel): New variable.
3720         (calc-rewrite-selection, calc-locate-selection-marker)
3721         (calc-rewrite): Use the declared variable calc-rewr-sel instead
3722         of sel.
3723         (math-rewrite-whole-expr): New variable.
3724         (math-rewrite, math-rewrite-phase): Replace variable expr by
3725         declared variable.
3726         (math-rewrite-heads-heads, math-rewrite-heads-skips)
3727         (math-rewrite-heads-blanks ): New variables.
3728         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
3729         heads, skips and blanks by declared variables.
3730         (math-rwcomp-subst-old, math-rwcomp-subst-new)
3731         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
3732         New variables.
3733         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
3734         old, new, old-func and new-func by declared variables.
3735         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
3736         Remove unnecessary variable.
3737         (math-apply-rw-regs): New variable.
3738         (math-apply-rewrites, math-rwapply-replace-regs)
3739         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
3740         (math-apply-rw-ruleset): New variable.
3741         (math-apply-rewrites, math-rwapply-remember): Replace variable
3742         ruleset by declared variable.
3744 2004-11-19  Richard M. Stallman  <rms@gnu.org>
3746         * info.el (Info-search): Use search-whitespace-regexp.
3748 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
3750         * vc-rcs.el (vc-rcs-parse): New function.
3751         (vc-rcs-annotate-command): Likewise.
3752         (vc-rcs-annotate-current-time): Likewise.
3753         (vc-rcs-annotate-time): Likewise.
3754         (vc-rcs-annotate-extract-revision-at-line): Likewise.
3756 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
3758         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
3760 2004-11-18  Jay Belanger  <belanger@truman.edu>
3762         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
3764 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3766         * printing.el: Eliminate use of interactive-p and eval-and-compile.
3767         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3768         Use make-temp-file to generate PostScript files in any situation.
3769         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
3770         (pr-interactive-p): Eliminate var.
3771         (pr-save-interactive): Eliminate macro.
3772         (pr-interface, pr-ps-directory-preview)
3773         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
3774         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
3775         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
3776         (pr-ps-buffer-ps-print, pr-ps-region-preview)
3777         (pr-ps-region-using-ghostscript, pr-ps-region-print)
3778         (pr-ps-region-ps-print, pr-ps-mode-preview)
3779         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
3780         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
3781         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
3782         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
3783         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
3784         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
3785         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
3786         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
3787         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
3788         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
3789         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
3790         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
3791         Eliminate pr-save-interactive usage.
3792         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
3793         Eliminate pr-interactive-p usage.
3794         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
3795         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
3796         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
3797         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
3798         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
3799         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
3800         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
3801         New funs.
3802         (pr-ps-file): Use make-temp-file to generate a temporary file.
3804 2004-11-17  Jay Belanger  <belanger@truman.edu>
3806         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
3807         a local variable.
3808         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
3809         (math-top-only): New variable.
3810         (math-simplify, math-simplify-step): Replace variable top-only by
3811         declared variable math-top-only.
3812         (math-simplify-expr): Declare it.
3813         Replace argument expr in all calls of math-defsimplify by
3814         math-simplify-expr.
3815         (math-simplify-plus, math-simplify-times, math-simplify-divide)
3816         (math-simplify-divisor, math-simplify-one-divisor)
3817         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
3818         (math-simplify-pow): Replace variable expr by declared variable
3819         math-simplify-expr.
3820         (math-simplify-divisor): Remove local variables temp and op.
3821         (math-simplify-one-divisor): Make temp and op local variables.
3822         (math-simplify-divisor-nover, math-simplify-divisor-dover):
3823         New variables.
3824         (math-simplify-divisor, math-simplify-one-divisor):
3825         Replace variables nover and dover by declared variables.
3826         (math-expr-subst-new, math-expr-subst-old): New variables.
3827         (math-expr-subst, math-expr-subst-rec): Replace variables new
3828         and old by declared variables.
3829         (math-is-poly-degree, math-is-poly-loose): New variables.
3830         (math-is-polynomial, math-is-poly-rec): Replace variables degree
3831         and loose by declared variables.
3832         (math-poly-base-const-ok, math-poly-base-pred): New variables.
3833         (math-polynomial-base, math-polynomial-base-rec):
3834         Replace variables const-ok and mpb-pred by declared variables.
3836         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
3838         * calc/calc-ext.el (math-defsimplify): Change the argument in
3839         the created function to math-simplify-expr.
3841         * calc/calc-units.el (math-simplify-expr): Declare it.
3842         Replace argument expr in all calls of math-defsimplify by
3843         math-simplify-expr.
3844         (math-simplify-units-prod): Replace variable expr by declared
3845         variable math-simplify-expr.
3847 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3849         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
3850         Replace mapcar->dolist, format->string.
3852 2004-11-17  Miles Bader  <miles@gnu.org>
3854         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
3855         * progmodes/idlwave.el: Remove RCS keywords.
3857 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
3859         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
3860         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
3861         Update to IDLWAVE version 5.5.  Too many changes to list them here.
3862         * progmodes/idlw-help.el: New file.
3864 2004-11-16  Richard M. Stallman  <rms@gnu.org>
3866         * international/iso-cvt.el (iso-tex2iso-trans-tab):
3867         Discard spaces after \i according to TeX rules.
3869         * international/mule.el (set-buffer-file-coding-system):
3870         New arg NOMODIFY.
3871         (after-insert-file-set-coding): Pass that new arg.
3872         Prevent set-buffer-multibyte from trying to lock the file.
3874         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
3876         * saveplace.el (save-place): Doc fix.
3878         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
3879         temporarily widen before finding the following word to copy.
3881         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
3882         (cl-map-keymap): Definition deleted.
3884         * subr.el (map-keymap-internal): New function.
3886 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3888         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
3889         when pressing rather than when releasing mouse-2.  Simplify.
3891 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3893         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
3894         (compilation-mode): Set it here instead.
3896         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
3898         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
3899         (loop, cl-parse-loop-clause, defsetf): Use backquote.
3901 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3903         * progmodes/compile.el (compilation-internal-error-properties):
3904         Fix up a transposition-typo.  Check end-col before using it.
3906 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
3908         * international/iso-cvt.el (iso-tex2iso-trans-tab):
3909         Discard whitespace after macro \i when converting it.
3911 2004-11-16  Juri Linkov  <juri@jurta.org>
3913         * emacs-lisp/find-func.el (find-function-regexp):
3914         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
3915         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
3916         Remove invalid `\W' from [^cgv\W].  Doc fix.
3917         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
3919 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3921         * play/life.el: Maintainer is now FSF.
3922         (life-patterns, life-neighbor-deltas, life-window-start)
3923         (life-current-generation, life-generation-string): Use defvar
3924         instead of defconst.
3926 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3928         * progmodes/compile.el (compilation-move-to-column): New fun.
3929         (compilation-internal-error-properties)
3930         (compilation-next-error-function): Use it to make sure we don't go past
3931         the end of line.
3933 2004-11-15  John Paul Wallington  <jpw@gnu.org>
3935         * autoinsert.el (auto-insert-alist): Insert the user's name in
3936         copyright notice, rather than Free Software Foundation, for the
3937         Emacs Lisp header case too.
3939 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3941         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
3942         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
3943         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
3944         return the list of string in a string.
3945         (pr-call-process): Message if calling process returns an error, that
3946         is, the exit status is different of zero.
3948 2004-11-15  Jay Belanger  <belanger@truman.edu>
3950         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
3951         variable var-thing.
3952         (math-integ-depth, math-integ-level, math-integral-limit)
3953         (math-enable-subst, math-any-substs, math-integ-msg)
3954         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
3955         (math-int-threshold, math-int-factors, math-double-roots)
3956         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
3957         (var-GenCount):  Declare these variables.
3958         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
3959         (math-integral-cache, math-integral-cache-state):
3960         Move declarations to earlier in the file.
3961         (math-deriv-var, math-deriv-total, math-deriv-symb)
3962         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
3963         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
3964         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
3965         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
3966         (math-solve-res):  New variables
3967         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
3968         (math-integral, math-replace-integral-parts)
3969         (math-integrate-by-parts, calc-dump-integral-cache)
3970         (math-try-integral, math-do-integral, math-do-integral)
3971         (math-do-integral-methods, math-try-solve-for)
3972         (math-try-solve-prod, math-solve-poly-funny-powers)
3973         (math-solve-crunch-poly, math-decompose-poly)
3974         (math-solve-find-root-term, math-find-root-in-prod)
3975         (math-integ-try-linear-substitutions)
3976         (math-integ-try-substitutions, math-expr-rational-in)
3977         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
3978         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
3979         (math-solve-for, math-solve-system, math-solve-system-rec)
3980         (math-solve-get-sign, math-solve-get-int)
3981         (math-solve-system-subst): Replace undeclared variables with newly
3982         declared variables.
3984 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3986         * winner.el (winner-active-region, winner-edges, winner-window-list):
3987         Define at toplevel.
3988         (winner-mode-map): Move init inside declaration.
3990 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3992         * files.el (convert-standard-filename): Doc fix.
3994 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
3996         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
3997         passwd, group, shadow, default/* and pam.d/*.
3999 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4001         * printing.el (pr-menu-spec): Adjust menu specification.
4003 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4005         * printing.el: Doc fix.  Insert :version tag into all defcustom.
4006         Handle interactive-p as is recommended in Emacs Lisp Reference.
4007         Set the file permission bits for newly created files.
4008         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4009         The printing menu specification (in `pr-menu-spec') was merged.
4010         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4011         (pr-version): New version number (6.8.3).
4012         (pr-file-modes): New option.
4013         (pr-interactive-p): New var.
4014         (pr-save-interactive, pr-save-file-modes): New macros.
4015         (pr-setup): Code fix.
4016         (pr-menu-spec): Menu specification merged.
4017         (pr-call-process, pr-text2ps): Set file permission bits.
4018         (pr-despool-print): Set file permission bits.  Handle interactive-p as
4019         is recommended.
4020         (pr-interface, pr-ps-directory-preview)
4021         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4022         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4023         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4024         (pr-ps-buffer-ps-print, pr-ps-region-preview)
4025         (pr-ps-region-using-ghostscript, pr-ps-region-print)
4026         (pr-ps-region-ps-print, pr-ps-mode-preview)
4027         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4028         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4029         (pr-despool-using-ghostscript, pr-despool-ps-print)
4030         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4031         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4032         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4033         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4034         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4035         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4036         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4037         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4038         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
4039         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
4040         Handle interactive-p as is recommended.
4042 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4044         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
4045         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
4047         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
4048         so it doesn't forget to highlight the beginning of the region either.
4050 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
4052         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
4053         (c-font-lock-init): Eliminate obsolete make-local-hook.
4054         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4055         (awk-mode): Use run-mode-hooks.
4057         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
4059 2004-11-13  Kim F. Storm  <storm@cua.dk>
4061         * mouse.el (mouse-drag-copy-region): Add :version.
4062         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
4063         while dragging mode line, so mode line can be dragged downwards.
4064         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
4065         while pressing mouse button so window doesn't scroll until we
4066         release the mouse if clicking on partially visible line.
4068 2004-11-12  Jay Belanger  <belanger@truman.edu>
4070         * calc/calc-graph.el (calc-dumb-map):  Declare it.
4071         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
4072         than unbound.
4073         (calc-graph-name):  Made `end' a local variable.
4074         (calc-graph-lookup):  Made `varname' a local variable.
4075         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
4076         Declare them.
4077         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
4078         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
4079         the unused variable y3vec.
4080         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
4081         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
4082         calc-graph-prev-kill-hook.
4083         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
4084         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
4085         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
4086         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
4087         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
4088         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
4089         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
4090         (calc-graph-y3value, calc-graph-y3name)
4091         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
4092         (calc-graph-stepcount, calc-graph-is-splot)
4093         (calc-graph-surprise-splot, calc-graph-blank)
4094         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
4095         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
4096         (calc-graph-recompute-2d, calc-graph-compute-3d)
4097         (calc-graph-format-data): Replace undeclared variables with the
4098         above newly declared variables.
4100 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
4102         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
4103         `rsf-beep' and `rsf-sleep-after-message'.
4105         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
4106         list if `message-sender' is non-nil.
4108 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
4110         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
4111         consing by using mapc instead of mapcar.
4113 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
4115         * tooltip.el (require): Explain why CL is needed.
4117 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4119         * printing.el: Insert :version into defgroup (printing).  All reference
4120         to Files option in menubar were changed to File.
4121         (pr-version): New version number (6.8.2).
4122         (pr-get-symbol): Call easy-menu-intern.
4123         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
4124         compilation gripes.
4126 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4128         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
4129         new byte-compile-function-environment binding to t.
4131         * font-lock.el (font-lock-fontify-syntactically-region):
4132         Don't forget to highlight the last char when we hit `end'.
4134         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
4135         (mwheel-scroll): Adjust accordingly.
4137         * cvs-status.el: Reduce spurious warnings.
4138         (cvs-status-checkout): Remove.
4139         (cvs-status-mode-map): Use cvs-mode-checkout instead.
4141         * pcvs.el (cvs-mode-checkout): New command.
4143         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
4145         * tooltip.el: Require CL.
4147         * emacs-lisp/bytecomp.el: Use push.
4148         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
4149         (defalias): Remove the `byte-compile' property and add
4150         a `byte-hunk-handler'.
4152 2004-11-11  Juri Linkov  <juri@jurta.org>
4154         * info.el (Info-search): Save match data for isearch.
4155         Skip Tag Table node.
4157         * descr-text.el (describe-char): Replace syntax-after with code
4158         from its previous version.
4160         * files.el (magic-mode-alist): Use optimization for SGML mode too.
4161         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
4163         * international/mule.el (sgml-html-meta-auto-coding-function):
4164         Remove > after <html to allow HTML attributes.
4166 2004-11-11  Jay Belanger  <belanger@truman.edu>
4168         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
4169         a variable.
4170         (calcFunc-dfac):  Replace unbound max by n.
4171         (math-stirling-local-cache):  New variable.
4172         (math-stirling-number, math-stirling-1, math-stirling-2):
4173         Replace the variable `cache' by the declared variable
4174         math-stirling-local-cache.
4175         (var-RandSeed):  Declare it as a variable.
4176         (math-init-random-base, math-random-digit):  Don't check to see if
4177         var-RandSeed is bound.
4178         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
4179         Declare them instead of just setting them.
4180         (math-init-random-base):  Made i a local variable.
4181         (math-random-digit):  Made math-random-last a local variable.
4182         (math-prime-test-cache):  Move declaration to before it is used.
4183         (math-prime-test-cache-k, math-prime-test-cache-q)
4184         (math-prime-test-cache-nm1, math-prime-factors-finished):
4185         Declare them as variables.
4187 2004-11-11  Jay Belanger  <belanger@truman.edu>
4189         * calc/calc-ext.el (math-defcache):  Use defvar for the new
4190         variables it creates.
4192 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
4194         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
4195         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
4196         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
4197         (desktop-save): Add :version.
4199 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4201         * printing.el (pr-get-symbol): Don't downcase.
4203 2004-11-10  Jay Belanger  <belanger@truman.edu>
4205         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
4206         string to kill-ring.
4208         * calc/calc-aent.el (calc-alg-exp, math-toks)
4209         (math-exp-pos,math-exp-old-pos, math-exp-token)
4210         (math-exp-keep-spaces, math-exp-str):  New variables.
4211         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
4212         (calcAlg-enter):  Use declared variable calc-alg-exp.
4213         (math-build-parse-table, math-find-user-token):  Use declared
4214         variable math-toks.
4215         (math-read-exprs, math-read-token, calc-check-user-syntax)
4216         (calc-match-user-syntax, match-factor-after, math-read-factor):
4217         Use declared variables math-exp-pos math-exp-old-pos.
4218         (math-read-exprs, math-read-token, math-read-expr-level)
4219         (calc-check-user-syntax, calc-match-user-syntax)
4220         (match-factor-after, math-read-factor):  Use declared variable
4221         math-exp-token.
4222         (math-read-exprs, math-read-expr-list, math-read-token)
4223         (math-read-factor):  Use declared variable math-exp-keep-spaces.
4224         (math-read-exprs, math-read-token):  Use declared variable
4225         math-exp-str.
4226         (calc-match-user-syntax):  Make m a local variable.
4228         * calc/calc-ext.el (math-read-expr):  Use declared variables
4229         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
4230         math-exp-keep-spaces.
4232         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
4233         variables math-exp-pos, math-exp-str.
4235         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
4236         math-exp-old-pos.
4237         (math-parse-fortran-vector, math-parse-fortran-vector-end)
4238         (math-parse-eqn-prime):  Use declared variable math-exp-token.
4240         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
4241         Use declared variable math-exp-pos.
4242         (math-check-for-commas):  Use declared variable math-exp-str.
4243         (math-read-brackets):  Use declared variables math-exp-old-pos,
4244         math-exp-keep-spaces.
4245         (math-read-brackets, math-read-vector, math-read-matrix):
4246         Use declared variable math-exp-token.
4248 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4250         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
4251         where the keymap is a symbol.
4252         (easy-menu-add-item): Use keymap-prompt.  Simplify.
4254         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
4256         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
4257         (sgml-parse-tag-backward): Use it to skip spurious < or >.
4259 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
4261         * ebuff-menu.el: Doc fixes throughout.
4262         (electric-buffer-menu-mode-hook): New defvar.
4264 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
4266         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
4267         compilation. The resulting compiler warnings appear to be harmless.
4269 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
4271         * textmodes/conf-mode.el: New file.
4273         * files.el (auto-mode-alist, magic-mode-alist): Use it.
4275 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4277         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
4279 2004-11-09  Jay Belanger  <belanger@truman.edu>
4281         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
4283         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
4284         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
4285         (calc-z-prefix-help, calc-user-function-list):  Use declared
4286         variables calc-z-prefix-buf, calc-z-prefix-msgs.
4287         (math-map-tree, math-map-tree-rec):  Use declared variables
4288         math-mt-many, math-mt-func.
4289         (math-read-expression, math-read-string):  Use declared variable
4290         math-expr-data.
4292         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
4293         variable math-normalize-a.
4295         * calc/calc.el (math-normalize-a):  New variable.
4296         (math-normalize):  Use declared variable math-normalize-a.
4298         * calc/calc-poly.el (math-expand-form):  Use declared variable
4299         math-mt-many.
4301         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4302         Use declared variable math-mt-many.
4303         (math-rewrite):  Use declared variable math-mt-func.
4305         * calc/calc-vec.el (math-read-brackets, math-read-vector)
4306         (math-read-matrix):  Use declared variable math-expr-data.
4308         * calc/calc-lang.el (math-parse-fortran-vector)
4309         (math-parse-fortran-vector-end, math-parse-tex-sum)
4310         (math-parse-eqn-matrix, math-parse-eqn-prime)
4311         (math-read-math-subscr):  Use declared variable math-expr-data.
4313         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
4314         (math-read-expr-level, math-read-token, calc-check-user-syntax)
4315         (calc-match-user-syntax, math-read-if, math-factor-after)
4316         (math-read-factor):  Use declared variable math-expr-data.
4318 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
4320         * calendar/diary-lib.el (diary-from-outlook)
4321         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
4322         interactive-p; but rather new optional argument NOCONFIRM.
4324 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4326         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
4327         (easy-menu-name-match): Revert correspondingly.
4329 2004-11-09  Richard M. Stallman  <rms@gnu.org>
4331         * emacs-lisp/bytecomp.el (byte-compile-defalias):
4332         Turn off warnings for the new function even if definition not constant.
4333         If the definition isn't a quoted symbol, record (FUNCTION . t).
4334         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
4335         (byte-compile-callargs-warn): Handle (FUNCTION . t).
4336         (display-call-tree, byte-compile-arglist-warn):
4337         Handle t returned by byte-compile-fdefinition.
4339 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4341         * Makefile.in (maintainer-clean): Depend on distclean.
4343         * help-fns.el (help-C-file-name): File name must be in build-files
4344         to be returned.
4346 2004-11-09  Jay Belanger  <belanger@truman.edu>
4348         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
4349         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
4351         * calc/calc.el (calc, calc-trail-display, calc-mode):
4352         Remove obsolete sections.
4354         * calc/calc.el (calc-x-paste-text):  Remove.
4356         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
4357         mouse-2.
4359 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
4361         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
4362         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
4363         current frame (in case of recursive calls).
4364         (gdb-show-changed-values): Add :version keyword.
4366 2004-11-09  Kenichi Handa  <handa@m17n.org>
4368         * international/mule-cmds.el: Change coding: tag back to
4369         iso-2022-7bit.
4371 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4373         * international/mule-cmds.el: Change coding-system to utf-8.
4374         (select-safe-coding-system-interactively):
4375         New function extracted from select-safe-coding-system.
4376         (select-safe-coding-system): Use it.
4378 2004-11-08  Richard M. Stallman  <rms@gnu.org>
4380         * subr.el (syntax-after): Doc fix.
4382         * paren.el (show-paren-function): Change calls to syntax-after
4383         for new way of returning the value.
4385         * menu-bar.el (menu-bar-file-menu): Make this the real name
4386         and menu-bar-files-menu the alias.  Use the former.
4387         (global-map): Use `file', not `files', as the symbol.
4389         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
4391         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
4392         Don't use beginning-of-buffer.
4393         (filesets-cmd-show-result): Use with-no-warnings.
4395 2004-11-08  Juri Linkov  <juri@jurta.org>
4397         * progmodes/compile.el (compile): Don't overwrite last command in
4398         minibuffer history with default command if they are not equal.
4400 2004-11-08  Jay Belanger  <belanger@truman.edu>
4402         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
4403         non-linear substitutions.
4405 2004-11-08  Jay Belanger  <belanger@truman.edu>
4407         * calc/calcalg2.el (math-linear-subst-tried): New variable.
4408         (math-do-integral):  Set `math-linear-subst-tried' to nil.
4409         (math-do-integral-methods):  Use `math-linear-subst-tried' to
4410         determine what type of substitution to try.
4411         (math-integ-try-linear-substituion):
4412         Set `math-linear-subst-tried' to t.
4414 2004-11-08  Kim F. Storm  <storm@cua.dk>
4416         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
4418 2004-11-07  Juri Linkov  <juri@jurta.org>
4420         * info-look.el (info-lookup): Allow reusing in the current buffer
4421         not only *info* buffer, but all (even renamed) Info buffers
4422         by checking for major-mode instead of *info* buffer name.
4423         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
4424         (octave-mode, maxima-mode) <doc-spec>:
4425         Allow long dashes generated by Texinfo 4.7 before definitions.
4426         (texinfo-mode) <doc-spec>: Add space to suffix to find command
4427         definitions with argument separated by space.
4429 2004-11-06  Richard M. Stallman  <rms@gnu.org>
4431         * simple.el (next-error group, face): Move before first use.
4432         (next-error-highlight, next-error-highlight-no-select): Likewise.
4434         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
4435         (line-move): New args NOERROR and TO-END.
4436         Return t if if succeed in moving specified number of lines.
4437         (move-end-of-line): New function.
4439         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
4440         (end-of-buffer-other-window): Likewise.
4442         * simple.el (line-move-ignore-invisible): Default to t.
4444         * subr.el (syntax-after): Return the syntax letter, not the raw code.
4446         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
4448         * international/iso-cvt.el (iso-cvt-define-menu):
4449         Rename menu-bar-files-menu to menu-bar-file-menu.
4451         * net/browse-url.el (browse-url-gnome-moz-program)
4452         (browse-url-gnome-moz-arguments): Move up before first use.
4454         * net/tramp.el (tramp group): Add :version.
4456         * progmodes/ada-xref.el (ada-gdb-application):
4457         Use goto-char instead of beginning-of-buffer.
4459         * progmodes/cperl-mode.el (cperl-info-on-command):
4460         Use goto-char instead of beginning-of-buffer.
4462         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
4463         Move up before first use.
4464         (idlwave-shell-temp-pro-file): Likewise.
4465         (idlwave-shell-temp-rinfo-save-file): Likewise.
4466         (idlwave-shell-temp-file): Minor doc fix.
4468         * textmodes/flyspell.el (flyspell-external-point-words):
4469         Use goto-char instead of beginning-of-buffer.
4471 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
4473         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
4474         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
4475         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
4477 2004-11-06  David Ponce  <david@dponce.com>
4479         * recentf.el (recentf-menu-path): Use menu item name.
4481 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
4483         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
4484         display doesn't support images.
4486 2004-11-06  Andreas Schwab  <schwab@suse.de>
4488         * tempo.el (tempo-match-finder): Doc fix.
4490         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
4492 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4494         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
4495         (easy-menu-lookup-name): New fun to replace it.
4496         (easy-menu-get-map): Use it to obey menu item names (rather than just
4497         keys) when looking up `path'.
4498         (easy-menu-always-true-p): Rename from easy-menu-always-true.
4499         (easy-menu-convert-item-1): Adjust to new name.
4501 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
4503         * outline.el (hide-body): Don't hide lines at the top of the file
4504         that precede the first header line.
4506 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
4508         * align.el (align-areas): Delete whitespace before reindenting, so
4509         that tabs are never placed after spaces.
4511 2004-11-06  Alan Shutko  <ats@acm.org>
4513         * macros.el (insert-kbd-macro): Do completions based on macros,
4514         rather than all commands.
4516 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
4518         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
4519         to solve a bug whereby tags with 'b' don't match.
4521 2004-11-05  Juri Linkov  <juri@jurta.org>
4523         * info.el (Info-search): Don't search in node header lines
4524         and file headers.
4526         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
4527         symbol-constituent characters after dot, not only digits.
4529 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
4531         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
4533 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4535         * dired.el (dired-read-dir-and-switches): Call read-directory-name
4536         if a dialog will be used, read-file-name otherwise.
4538 2004-11-04  Richard M. Stallman  <rms@gnu.org>
4540         * textmodes/table.el (table group): Add :version.
4542         * textmodes/ispell.el (ispell-word):
4543         Don't alter args; set them only thru `interactive' spec.
4545         * textmodes/flyspell.el (flyspell-word):
4546         Don't alter FOLLOWING; set it only thru `interactive' spec.
4548         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
4550         * net/browse-url.el (browse-url-maybe-new-window):
4551         Use called-interactively-p.
4553         * mail/supercite.el (sc-cite-region):
4554         Don't use interactive-p.  Add arg INTERACTIVE.
4555         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
4557         * international/mule-cmds.el (set-input-method, toggle-input-method):
4558         Don't use interactive-p.  Add arg INTERACTIVE.
4560         * eshell/esh-mode.el (eshell-show-maximum-output):
4561         Don't use interactive-p.
4562         (eshell-truncate-buffer): Just message, no error, if buffer is short.
4564         * mouse.el (mouse-show-mark): Get positions to delete from mark
4565         and point, not from mouse-drag-overlay.
4567         * imenu.el (imenu-eager-completion-buffer): Add :version.
4569         * filesets.el (filesets group): Add :version.
4571 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
4573         * files.el (xml-based-modes): Delete var.
4574         (magic-mode-alist): New more general var.
4575         (set-auto-mode): Use it.
4577         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
4578         when clicking from another window.
4580 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
4582         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
4583         (vc-cvs-annotate-time): Incorporate value of deleted var.
4584         Remove special-case handling of beginning-of-buffer cruft.
4585         Cache ending position (point) and return value in text property
4586         `vc-cvs-annotate-time', and consult it on subsequent invocations.
4588         * vc-cvs.el (vc-cvs-annotate-command):
4589         Delete extraneous lines from beginning of buffer.
4590         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
4592         * progmodes/grep.el (grep-default-command): Take empty string
4593         for tag if all other methods yield nil.  Shell-quote the tag.
4595         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
4596         spec in `interactive' form, and mention it in the docstring.
4597         Also, make sure point is at bol after calling `annotate-time'.
4599 2004-11-02  Richard M. Stallman  <rms@gnu.org>
4601         * cus-edit.el (customize-group-other-window):
4602         Select the window that displays the custom buffer.
4603         (custom-buffer-create-other-window): Likewise.
4605         * comint.el (comint-insert-input): Fix previous change.
4607         * emacs-lisp/elp.el (elp-instrument-function):
4608         Use called-interactively-p.
4610         * emacs-lisp/easymenu.el (easy-menu-intern):
4611         Don't downcase; rather, case-flip the first letter of each word.
4613         * emacs-lisp/easy-mmode.el (define-minor-mode):
4614         Use called-interactively-p.
4616         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
4617         Add interactive-only.
4618         (byte-compile-warnings): Add interactive-only as option.
4619         (byte-compile-interactive-only-functions): New variable.
4620         (byte-compile-form): Warn about calls to functions
4621         in byte-compile-interactive-only-functions.
4623         * emacs-lisp/autoload.el (update-file-autoloads):
4624         Don't use interactive-p; take new arg SAVE-AFTER.
4626         * emacs-lisp/advice.el (ad-make-advised-definition):
4627         Use called-interactively-p.
4629 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4631         * files.el (find-file-existing): New function.
4633         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
4634         find-file-existing.  Add "New File..." that calls find-file.
4636         * diropen.pbm, diropen.xpm: New files.
4638         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
4639         icon diropen.  New tool bar item find-file-existing uses icon open.
4641         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
4642         instead of read-file-name.
4644 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
4646         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
4647         (icalendar--split-value): Change name of work buffer.
4648         (icalendar--get-weekday-abbrev): Return nil on error.
4649         (icalendar--date-to-isodate): New function.
4650         (icalendar-convert-diary-to-ical)
4651         (icalendar-extract-ical-from-buffer): Use only two args for
4652         make-obsolete (XEmacs compatibility).
4653         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
4654         (icalendar-export-region): Doc fix.
4655         If error, return non-nil and write errors to a buffer.
4656         Use correct weekday for weekly recurring events.
4657         Check whether date has been parsed for ordinary events.
4658         Make weekly events start in the year 2000.
4659         DTEND is non-inclusive, shift end date by one day if
4660         necessary (not for entries that have date and time).
4661         Rename local let variables: oops -> found-error, datestring ->
4662         startdatestring.
4664 2004-11-02  Kim F. Storm  <storm@cua.dk>
4666         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
4667         keep-mode-if-same variable.  Add it as optional arg instead.
4668         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
4670         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
4671         substitute-command-keys will select lower-case bindings like those
4672         used in the static help texts.
4674         * descr-text.el (describe-text-properties): Don't err if called in
4675         the *Help* buffer; output to *Help-2* buffer instead.
4677         * kmacro.el (group kmacro): Add :version.
4678         (kmacro-keyboard-quit): New function to cleanup on C-g.
4679         (kmacro-start-macro): Set defining-kbd-macro to append when
4680         appending to last macro.
4682         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
4684 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
4686         * progmodes/gdb-ui.el (gdb-enable-debug-log)
4687         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
4688         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
4689         Add :version keyword.
4691 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
4693         * progmodes/flymake.el (flymake-err-line-patterns):
4694         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
4695         `compilation-error-regexp-alist-alist' to internal Flymake format.
4697         * progmodes/flymake.el: Eliminate byte-compiler warnings.
4699 2004-11-01  Jay Belanger  <belanger@truman.edu>
4701         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
4702         with `interactive "s"'.
4704 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4706         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4707         Revert change from 2004-10-16.  '*' checks the current buffer, but the
4708         mouse click may be in another buffer.
4710 2004-11-01  John Paul Wallington  <jpw@gnu.org>
4712         * files.el (large-file-warning-threshold): Add :version keyword.
4713         (kill-some-buffers): Doc fix.
4715         * thumbs.el (group thumbs): Add :version keyword.
4717         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
4719 2004-11-01  Richard M. Stallman  <rms@gnu.org>
4721         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
4723         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
4725         * allout.el (allout group): Add :version.
4726         (allout-init): Don't use interactive-p.
4727         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
4728         (allout-forward-current-level, allout-backward-current-level):
4729         Don't use interactive-p.
4731         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
4732         (bibtex-find-text): Likewise.
4734         * progmodes/vhdl-mode.el (vhdl-fill-region)
4735         (vhdl-beginning-of-statement): Don't use interactive-p.
4737         * progmodes/idlwave.el (idlwave-update-routine-info):
4738         Don't use interactive-p.
4740         * progmodes/idlw-shell.el (idlwave-shell-send-char):
4741         Don't use interactive-p.
4743         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
4744         Don't use interactive-p.
4746         * progmodes/ada-xref.el (ada-make-body-gnatstub):
4747         Don't use interactive-p.
4749         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
4750         (fortune-in-buffer): Doc fix.
4752         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
4754         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
4755         don't select the temporary buffer.
4756         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
4757         (eudc-get-phone): Likewise.
4759 2004-11-01  Kim F. Storm  <storm@cua.dk>
4761         * man.el (Man-xref-normal-file): Fix help-echo.
4763 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4765         * reveal.el (reveal-last-tick): New var.
4766         (reveal-post-command): Use it to avoid closing overlays when we're
4767         appending text to them.
4769 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4771         * textmodes/bibtex.el: Require button.
4772         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
4773         (bibtex-reference-keys): Distinguish between header keys and
4774         crossref keys.
4775         (bibtex-beginning-of-field): New function.
4776         (bibtex-url-map): Remove.
4777         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
4778         (bibtex-font-lock-url-regexp): Assume that field names begin at
4779         the beginning of a line.
4780         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
4781         Remove field delimiters.  Use bibtex-beginning-of-field.
4782         Bugfix, point can be inside a field with a url.
4783         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
4784         New functions.
4785         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
4786         (bibtex-key-in-head): Simplify.
4787         (bibtex-current-line): Use bolp.
4788         (bibtex-parse-keys): Remove unused arg `add'.
4789         Use bibtex-type-in-head and bibtex-key-in-head.
4790         (bibtex-parse-entry, bibtex-autofill-entry):
4791         Use bibtex-type-in-head and bibtex-key-in-head.
4792         (bibtex-autokey-get-field): Do not alter case of replacement text.
4793         (bibtex-autokey-get-names): Do all processing of name list.
4794         (bibtex-autokey-get-year): New function.
4795         (bibtex-autokey-get-title): Do all processing of title words.
4796         (bibtex-generate-autokey): Simplify.
4797         (bibtex-string-files-init): Use default-directory.
4798         Allow for absolute file names in bibtex-string-files.
4799         (bibtex-files, bibtex-file-path): New variables.
4800         (bibtex-files-expand): New function.
4801         (bibtex-find-entry-globally): New command.
4802         (bibtex-summary-function): New variable.
4803         (bibtex-summary): Default value of bibtex-summary-function.
4804         (bibtex-find-crossref): New optional args pnt and split.
4805         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
4806         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
4807         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
4808         Fix handling of required and alternative fields.
4809         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
4810         Use cons and display-buffer.
4811         (bibtex-validate-globally): New command.
4812         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
4813         bibtex-parse-keys and bibtex-parse-strings for updating
4814         bibtex-reference-keys and bibtex-strings.
4815         (bibtex-realign): Remove blank lines past the last entry.
4816         (bibtex-reformat): Use bibtex-entry-format as default.
4817         (bibtex-choose-completion-string): Remove.
4818         (bibtex-complete): Do not use bibtex-choose-completion-string.
4819         (bibtex-url): Simplify.
4821 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4823         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
4824         (x-dnd-types-alist, x-dnd-open-file-other-window)
4825         (x-dnd-known-types): Add :version.
4827 2004-10-31  John Paul Wallington  <jpw@gnu.org>
4829         * ibuffer.el (group ibuffer): Add :version keyword.
4831 2004-10-31  Kim F. Storm  <storm@cua.dk>
4833         * ido.el (group ido): Add :version keyword.
4834         (ido-mode): Remove :version keyword.
4836         * emulation/cua-base.el (group cua): Add :version keyword.
4837         (cua-mode): Remove :version keyword.
4839 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
4841         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
4843         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
4844         compiler warning.
4845         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
4846         function.
4847         (help-at-pt-display-when-idle): Remove autoload.
4849 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4851         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
4853 2004-10-30  Juri Linkov  <juri@jurta.org>
4855         * help.el (function-called-at-point):
4856         * help-fns.el (variable-at-point): Read -> intern.
4858 2004-10-30  Simon Josefsson  <jas@extundo.com>
4860         * progmodes/autoconf.el (autoconf-font-lock-keywords):
4861         Recognize AS_* too.
4863 2004-10-29  Simon Josefsson  <jas@extundo.com>
4865         * subr.el (read-passwd): Move back from password.el.
4867         * password.el: Remove, not ready yet.
4869 2004-10-29  Andreas Schwab  <schwab@suse.de>
4871         * speedbar.el (speedbar-frame-parameters): Improve customize type.
4873 2004-10-29  Sam Steingold  <sds@gnu.org>
4875         * mouse.el (mouse-show-mark): Replace the last occurrence of
4876         x-lost-selection-hooks with x-lost-selection-functions.
4878 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4880         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
4881         x-lost-selection-functions is bound.
4883         * mouse-sel.el (mouse-sel-mode):
4884         * emacs-lisp/lselect.el: Adjust to new names for
4885         x-(lost|sent)-selection-functions.
4887         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
4888         New obsolete aliases of x-lost-selection-functions and
4889         x-sent-selection-functions.
4891 2004-10-28  Kim F. Storm  <storm@cua.dk>
4893         * imenu.el (imenu-scanning-message): Remove.
4894         (imenu-progress-message): Make it a no-op.
4896 2004-10-28  John Paul Wallington  <jpw@gnu.org>
4898         * files.el (set-auto-mode): Call `throw' correctly.
4900 2004-10-28  Juri Linkov  <juri@jurta.org>
4902         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
4903         to search `Info-...' commands in `info' manual.
4904         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4905         Add 'info-file "emacs" property.
4906         (Info-find-emacs-command-nodes): Fix index line number regexp.
4907         Set real line number (instead of fake 0) in first element of the
4908         returned list.
4909         (Info-goto-emacs-command-node): Use line number of first element
4910         to set point in the first found Info node.
4912         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
4913         code to `grep-mode-font-lock-keywords'.
4914         (grep-mode-font-lock-keywords): Delete grep markers instead
4915         of making them invisible.
4917 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4919         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
4920         and x-server-version in bug report.
4922 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
4924         * files.el (set-auto-mode-0): New function.
4925         (set-auto-mode): Use it to handle aliased modes and to
4926         be consistent between C-x C-f and C-x C-w.
4928 2004-10-28  Kenichi Handa  <handa@m17n.org>
4930         * international/utf-8.el (utf-translate-cjk-charsets):
4931         Add katakana-jisx0201.
4933         * international/subst-jis.el: Add data for JISX0201.
4935 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4937         * obsolete/hilit19.el (hilit-mode): New function.
4938         Move all the toplevel side-effecting stuff into it, so that loading
4939         hilit19 doesn't mess everything up any more.
4941 2004-10-27  Richard M. Stallman  <rms@gnu.org>
4943         * add-log.el (add-change-log-entry): Set up mailing address
4944         and full name later, and don't alter add-log-mailing-address
4945         or add-log-full-name.
4947         * elide-head.el (elide-head): Change error to message.
4948         (elide-head-show): Likewise.
4950         * apropos.el (apropos-macrop): Doc fix.
4952         * mouse.el (mouse-show-mark): Do most processing the same
4953         regardless of transient-mark-mode.
4955         * shadowfile.el (shadow-copy-files): Use interactive-p
4956         only to control whether to print a message.
4958         * tar-mode.el (tar-mode): Use write-contents-functions,
4959         not write-contents-hooks.
4961         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
4962         directory-sep-char.
4964 2004-10-27  Richard M. Stallman  <rms@gnu.org>
4966         * strokes.el (strokes-unload-hook): Fix previous change.
4968         * type-break.el (type-break-run-at-time): Always use run-at-time;
4969         forget the alternatives.
4970         (type-break-cancel-function-timers): Always use cancel-function-timers;
4971         forget the alternatives.
4973         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
4975 2004-10-27  Kenichi Handa  <handa@m17n.org>
4977         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
4979         * international/subst-gb2312.el: Likewise.
4981         * international/subst-big5.el: Likewise.
4983         * international/subst-ksc.el: Likewise.
4985         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
4986         New variable.
4987         (utf-translate-cjk-set-unicode-range): New function.
4988         (utf-translate-cjk-unicode-range): Make it customizable.
4989         (utf-8-post-read-conversion):
4990         Use utf-translate-cjk-unicode-range-string.
4991         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
4992         Unicode ranges.
4994 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
4996         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
4997         trivial variants to shorten the list.
4998         (xml-based-modes): New var.
4999         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
5000         declaration higher priority than auto-mode-alist.
5002         * find-file.el (cc-other-file-alist): Bring it in line with
5003         cc-mode's auto-mode-alist entries and use \' instead of $.
5005         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
5006         and add "Id" and "Name" submenus to it.
5008         * imenu.el (imenu--generic-function): Skip matches in comments.
5010 2004-10-26  Jay Belanger  <belanger@truman.edu>
5012         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
5013         (full-calc-keypad, calc-trail-display):  Use an extra argument
5014         instead of `interactive-p'.
5016         * calc/calc-misc.el (calc-other-window): Use an extra argument
5017         instead of `interactive-p'.
5019         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
5020         `interactive-p'.
5022 2004-10-26  Kim F. Storm  <storm@cua.dk>
5024         * help.el (describe-key): Describe both down-event and up-event
5025         for a mouse click.
5027 2004-10-26  Richard M. Stallman  <rms@gnu.org>
5029         * woman.el (woman): Don't call interactive-p.
5031         * pcomplete.el (pcomplete): Instead of interactive-p,
5032         use an arg set non-nil by the interactive spec.
5034         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
5035         use an arg set non-nil by the interactive spec.
5037         * man.el (Man-cleanup-manpage): Instead of interactive-p,
5038         use an arg set non-nil by the interactive spec.
5040 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
5042         * progmodes/flymake.el (flymake-split-string):
5043         Use `flymake-split-string-remove-empty-edges' in any case.
5045 2004-10-26  Masatake YAMATO  <jet@gyve.org>
5047         * progmodes/flymake.el (flymake-err-line-patterns):
5048         Use `compilation-error-regexp-alist-alist' instead of
5049         `compilation-error-regexp-alist'.
5051 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5053         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
5054         verbatim face on the \ of \end{verbatim}.
5056 2004-10-25  Jay Belanger  <belanger@truman.edu>
5058         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
5059         erasing minibuffer.
5061 2004-10-25  Simon Josefsson  <jas@extundo.com>
5063         * subr.el (read-passwd): Move to net/password.el.
5065         * net/password.el (read-passwd): Add.  Autoload it.
5067 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
5069         * mouse-sel.el (mouse-sel-mode): Specify custom group.
5071         * simple.el (process-file): Fix logic.
5073 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
5075         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
5076         (increase-right-margin): Remove erroneous call to `interactive-p'.
5078 2004-10-24  Kim F. Storm  <storm@cua.dk>
5080         * help.el (describe-mode): Fix 2004-10-13 change.
5081         Copy pure "Auto Fill" string so it can be propertized later
5082         without causing a read-only error.
5084 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
5086         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
5087         style indexes.
5089 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
5091         * simple.el (process-file): Accept nil for INFILE.  Reported by
5092         Luc Teirlinck.
5094 2004-10-24  Masatake YAMATO  <jet@gyve.org>
5096         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
5097         Handle periods and underscores in a function name.
5098         Remove the address fontification.
5100 2004-10-24 Masatake YAMATO <jet@gyve.org>
5102         * progmodes/asm-mode.el (asm-font-lock-keywords):
5103         Use font-lock-variable-name-face for registers.
5105 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
5107         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
5108         kill-all-local-variables.
5109         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
5110         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
5111         Use kill-all-local-variables and provide mode-hooks.
5112         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
5113         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
5114         Suggested by Masatake YAMATO <jet@gyve.org>.
5116 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
5118         * simple.el (process-file): New function, similar to call-process
5119         but supports file handlers.
5120         * vc.el (vc-do-command): Use it, instead of call-process.
5121         * net/tramp-vc.el (vc-do-command): Do not advise it if
5122         process-file is fboundp.
5123         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
5124         process-file.
5125         (tramp-handle-process-file): New function.
5126         (tramp-file-name-for-operation): Support process-file.
5128 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
5130         * calendar/icalendar.el (icalendar--weekday-array): New constant.
5131         (icalendar-weekdayabbrev-table)
5132         (icalendar-monthnumber-table): Delete.
5133         (icalendar--get-month-number): Use calendar-month-name-array.
5134         (icalendar--get-weekday-number): New function.
5135         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
5136         (icalendar-export-region): Handle multi-line entries.
5137         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
5139 2004-10-23  John Paul Wallington  <jpw@gnu.org>
5141         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
5142         `wildcards' set to t in interactive spec.
5144         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
5145         interactive spec rather than use `interactive-p'.
5146         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
5147         rather than use function `interactive-p'.
5149 2004-10-22  Kenichi Handa  <handa@m17n.org>
5151         * international/mule.el (translate-region): Implement it in Lisp
5152         as a front end of translate-region-internal.
5154 2004-10-21  Jay Belanger  <belanger@truman.edu>
5156         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
5157         Declare these variables with defvar.
5159         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
5160         is bound, only check to see if it is bound.
5162 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5164         * textmodes/tex-mode.el (tex-compilation-parse-errors):
5165         Don't output messages.
5167         * calc/calc-help.el (calc-describe-bindings): Fix last change.
5169 2004-10-21  John Paul Wallington  <jpw@gnu.org>
5171         * calc/calc-graph.el (calc-graph-init):
5172         Use `set-process-query-on-exit-flag'.
5174 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
5176         * progmodes/compile.el (compilation-start): Rely on `cd' to get
5177         dir right and also allow argumentless cd.
5179 2004-10-19  Richard M. Stallman  <rms@gnu.org>
5181         * textmodes/flyspell.el (flyspell-mode): Doc fix.
5183         * eshell/em-unix.el (eshell-grep):
5184         Don't bind compilation-process-setup-function.
5186         * comint.el (comint-insert-input): Use @ in `interactive'.
5187         (comint-input-filter-functions): Doc fix.
5188         (comint-kill-whole-line, comint-get-source): Doc fix.
5190         * progmodes/compile.el (compilation-setup):
5191         Don't set buffer-read-only if MINOR is non-nil.
5193 2004-10-19  Jay Belanger  <belanger@truman.edu>
5195         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
5196         (calc-emacs-type-gnu19): Remove.
5197         (calc-digit-map, calc-read-key-sequence, calc-read-key):
5198         Remove check for old emacs versions.
5200         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
5201         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
5202         for current Emacs.
5204         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
5205         the end of the minibuffer.
5206         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
5207         copy `esc-map'.
5209         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
5211         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
5212         call that would be given when the current emacs was used.
5214 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
5216         * calendar/icalendar.el: Set coding to utf-8.
5217         (icalendar-version): Increase to 0.07.
5218         (icalendar-monthnumber-table): Change March pattern.
5219         (icalendar-get-all-event-properties)
5220         (icalendar-set-event-property): Delete.
5221         (icalendar-all-events): No longer interactive.
5222         (icalendar-convert-diary-to-ical)
5223         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
5224         their replacements.
5225         (icalendar-export-file, icalendar-export-region): New functions;
5226         essentially old `icalendar-convert-diary-to-ical' but appending to
5227         target rather than overwriting.
5228         (icalendar-import-file): Append to target file rather than
5229         overwriting.  Fourth arg deleted.
5230         (icalendar-import-buffer): New name for old
5231         `icalendar-extract-ical-from-buffer'.
5232         (icalendar--convert-string-for-import): New name for
5233         old `icalendar-convert-for-import'.
5234         (include-icalendar-files): Delete.
5235         Prefix for all internal functions changed from `icalendar-'
5236         to `icalendar--'.
5238 2004-10-19  Richard M. Stallman  <rms@gnu.org>
5240         * paths.el (news-path): Fix previous change.
5242 2004-10-18 Jay Belanger  <belanger@truman.edu>
5244         * calc/calc-help.el (calc-describe-bindings):
5245         Set `buffer-read-only' to nil while working in the keybindings buffer;
5246         remove some extra information from the keybindings buffer.
5248 2004-10-18  David Ponce  <david@dponce.com>
5250         * mouse.el (mouse-drag-move-window-top): New function.
5251         (mouse-drag-mode-line-1): Use it.
5253 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
5255         * info.el (Info-fontify-node): For multiline refs,
5256         arrange to unfontify newline and surrounding whitespace.
5258 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5260         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
5261         directory is missing.
5263 2004-10-17  John Paul Wallington  <jpw@gnu.org>
5265         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
5266         New customizable variable; whether to display buffers that match
5267         `ibuffer-maybe-show-predicates' by default.
5268         (ibuffer-maybe-show-predicates): Mention it in docstring.
5269         (ibuffer-display-maybe-show-predicates): New variable.
5270         (ibuffer-update): Prefix arg now toggles whether buffers that
5271         match `ibuffer-maybe-show-predicates' should be displayed.
5272         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
5273         locally to heed `ibuffer-default-display-maybe-show-predicates'.
5274         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
5276 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
5278         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
5279         work correctly.
5281 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
5283         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
5284         (Buffer-menu-beginning): New helper function.
5285         (Buffer-menu-execute): Use it.
5286         (Buffer-menu-select): Use it.
5287         (Buffer-menu-sort): Use it and also keep markers.
5289 2004-10-17  Richard M. Stallman  <rms@gnu.org>
5291         * paths.el (news-directory): Rename from news-path.  Old name alias.
5292         (rmail-spool-directory): Use defvar.
5293         (sendmail-program): Use defcustom.
5294         (remote-shell-program): Use defcustom.
5295         (term-file-prefix): Use defvar.
5296         (abbrev-file-name): Use defvar.
5298         * term.el: Add maintainer.
5300         * subr.el (with-local-quit): Return nil if there's a quit.
5301         (read-passwd): Use with-local-quit.  Doc fix.
5303         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
5304         (strokes-unload-hook): Set as a variable with add-hook.
5306         * startup.el (fancy-splash-tail, normal-splash-screen):
5307         Update copyright year.
5309         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
5311         * server.el (server-unload-hook): Set as a variable with add-hook.
5313         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
5315         * frame.el (special-display-popup-frame):
5316         Make the buffer current as its frame is created.
5318         * delsel.el (delsel-unload-hook): Set as a variable.
5320         * comint.el (comint-output-filter-functions):
5321         Add comint-watch-for-password-prompt.
5322         (comint-read-noecho): Function deleted.
5323         (send-invisible): Use read-passwd.
5325         * fringe.el (fringe-mode-initialize): New function.
5326         (fringe-mode): Use fringe-mode-initialize as :initialize.
5328 2004-10-17  Kim F. Storm  <storm@cua.dk>
5330         * language/indian.el (indian-script-language-alist): Swap value and doc.
5331         (indian-font-char-index-table): Doc fix.
5333 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5335         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
5337 2004-10-16  Juri Linkov  <juri@jurta.org>
5339         * progmodes/compile.el (compilation-start): Move let-binding of
5340         `process-environment' into `with-current-buffer' body.
5341         Reported by Matt Hodges <MPHodges@member.fsf.org>.
5343 2004-10-16  Richard M. Stallman  <rms@gnu.org>
5345         * pcvs-util.el (cvs-bury-buffer):
5346         Don't call get-buffer-window for effect.
5348         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
5350         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
5352         * msb.el (msb-unload-hook): Set the variable.
5354         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
5355         Use * to err if buffer is readonly.
5357         * subr.el (looking-back): Return only t or nil.
5359         * whitespace.el (whitespace-unload-hook): Set the variable.
5361         * view.el (view-mode-enable): Set view-page-size and
5362         view-half-page-size to nil.
5363         (view-set-half-page-size-default): view-half-page-size = nil
5364         means the default.
5365         (View-scroll-page-forward): Use view-page-size-default.
5366         (View-scroll-page-backward): Likewise.
5367         (view-page-size, view-half-page-size): Doc fixes.
5369         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
5371         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
5373         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
5374         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
5375         (byte-compile-log-1): Bind inhibit-read-only.
5376         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
5377         (byte-compile-log-warning): Likewise.
5378         (byte-compile-file-form-require): Detect "cl" from the arg value.
5380         * progmodes/compile.el (compilation-start): Assume compilation-mode
5381         will make the buffer read-only.
5382         (compilation-mode): Take arg name-of-mode.
5383         (compilation-setup): Make buffer read-only.
5384         (compilation-handle-exit): Bind inhibit-read-only.
5386         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
5387         (ispell-message): Likewise.
5388         (ispell-show-choices): Don't call get-buffer-window uselessly.
5389         (ispell-init-process): Use set-process-query-on-exit-flag.
5391 2004-10-16  Kim F. Storm  <storm@cua.dk>
5393         * fringe.el (fringe-bitmaps): Only initialize when defined.
5395         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
5396         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
5398         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
5400 2004-10-15  Simon Josefsson  <jas@extundo.com>
5402         * net/password.el: Add.
5404 2004-10-14  Masatake YAMATO  <jet@gyve.org>
5406         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
5407         (gdb-script-end-of-defun): New function.
5408         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
5409         `gdb-script-end-of-defun' as *-of-defun-function.
5411 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
5413         * button.el (button-activate): Allow a marker to display as an action.
5415         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
5417         * help.el (describe-mode): Use it to make minor mode list into
5418         hyperlinks.
5420 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5422         * vc.el (vc-annotate-display-select): Fix typo.
5424         * subr.el (substitute-key-definition-key): New function.
5425         (substitute-key-definition): Use it with map-keymap.
5426         (event-modifiers): Use push.
5427         (mouse-movement-p, with-temp-buffer): Simplify.
5429 2004-10-12  Jay Belanger  <belanger@truman.edu>
5431         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
5432         New variables.
5433         (calc-help-index-entries): New function.
5434         (calc-describe-function): Use `calc-help-function-list' instead of
5435         obarray for completion.
5436         (calc-describe-variable): Use `calc-help-variable-list' instead
5437         of obarray for completion.
5439 2004-10-12  Richard M. Stallman  <rms@gnu.org>
5441         * info-look.el (info-lookup-file): Add info-file property.
5442         (info-lookup-symbol): Likewise.
5444         * info.el (info-xref): Add underlining.
5445         (info): Add info-file property.
5446         (Info-find-emacs-command-nodes): Specify case-sensitive search.
5448 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
5450         Sync with Tramp 2.0.45.
5452         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
5453         defined.  This is not the case for XEmacs without package "edebug".
5454         (tramp-set-auto-save-file-modes): Set permissions of autosaved
5455         remote files to the permissions of the original file.  This is not
5456         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
5457         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
5458         (tramp-perl-decode): Fix an error in Perl implementation.
5459         $pending must be cleared every loop.  Reported by Benjamin Place
5460         <benjaminplace@sprintmail.com>
5462         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
5463         Don't activate advice during definition.  This is done later on,
5464         depending on test result of `substitute-in-file-name'.
5465         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5467 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5469         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
5471         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
5473 2004-10-12  David Ponce  <david@dponce.com>
5475         * recentf.el (recentf-edit-list): Update the menu when the recentf
5476         list has been modified.
5478 2004-10-12  Simon Josefsson  <jas@extundo.com>
5480         * net/tls.el (tls-certtool-program): New variable.
5481         (tls-certificate-information): New function, based on
5482         ssl-certificate-information.
5484 2004-10-12  Kenichi Handa  <handa@m17n.org>
5486         * international/mule.el (coding-system-equal): Move from mule-util.el.
5488         * international/mule-util.el (coding-system-equal): Move to mule.el.
5490 2004-10-12  Kim F. Storm  <storm@cua.dk>
5492         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
5493         reset kmacro-initial-counter-value if set.
5494         (kmacro-set-counter): Only set kmacro-counter if defining or executing
5495         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
5496         (kmacro-display): Show macro counter if non-zero.
5498         * subr.el (substitute-key-definition): Mention command remapping
5499         in doc string.
5501 2004-10-11  Jay Belanger  <belanger@truman.edu>
5503         * calc/calc-misc.el (calc-info-goto-node): New function.
5504         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
5505         node in one step.
5506         (calc-describe-copying, calc-describe-distribution)
5507         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
5508         Go to appropriate info node in one step.
5510 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5512         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
5514         * font-lock.el (font-lock-apply-highlight): Fix last change.
5516 2004-10-11  Simon Josefsson  <jas@extundo.com>
5518         * mail/smtpmail.el (smtpmail-open-stream): Look for
5519         starttls-gnutls-program instead of starttls-program iff
5520         starttls-use-gnutls is non-nil.
5521         (smtpmail-open-stream): Don't overwrite user settings of
5522         starttls-extra-arguments and starttls-extra-args.
5524 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5526         * comint.el (comint-mouse-insert-input): Remove.
5527         (comint-insert-input): Make it work for mouse bindings.
5528         (comint-mode-map): Move defs into the declaration.
5529         (comint-output-filter): Typo.
5531         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
5533 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
5535         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
5536         (ange-ftp-call-chmod): Reference remote-shell-program instead of
5537         ange-ftp-remote-shell.
5539 2004-10-10  Andreas Schwab  <schwab@suse.de>
5541         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
5542         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
5543         Reported by <sri@asu.edu>.
5545 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
5547         * vc.el (vc-annotate-mode): Remove variable.
5548         (vc-annotate-display-select): Only call vc-annotate-mode
5549         if we're not in that mode already.
5551 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5553         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
5554         (imenu-choose-buffer-index): Check here for rescan instead.
5556         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
5557         where the face expression evals to nil.
5559         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
5560         (tex-font-lock-keywords-2): Use it.
5561         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
5563         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
5565 2004-10-09  Kim F. Storm  <storm@cua.dk>
5567         * subr.el (progress-reporter-update): Define before first usage.
5568         (make-progress-reporter): Doc fix.
5570 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
5572         * textmodes/paragraphs.el (sentence-end-double-space)
5573         (sentence-end-without-period, sentence-end-without-space)
5574         (sentence-end): Doc fixes.
5576 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
5578         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
5579         Change paragraph-start regexp so we don't fill code starting with #'(.
5581 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
5583         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
5584         New defcustom.
5585         (extract-address-components): Use it.
5587 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
5589         * subr.el (make-progress-reporter, progress-reporter-update)
5590         (progress-reporter-force-update, progress-reporter-do-update)
5591         (progress-reporter-done): New functions.
5593         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
5595         * progmodes/etags.el (etags-tags-completion-table): Use progress
5596         reporter.
5597         (etags-tags-apropos): Likewise.
5599 2004-10-08  Alan Mackenzie  <acm@muc.de>
5601         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
5602         of current line.
5604 2004-10-08  Masatake YAMATO  <jet@gyve.org>
5606         * server.el (server-process-filter): Wrap `process-send-region'
5607         by `condition-case' to guard the case when the pipe to PROC is closed.
5609 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
5611         * xml.el (xml-substitute-special): Limit handling of external entities.
5613 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
5615         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
5617 2004-10-06  John Paul Wallington  <jpw@gnu.org>
5619         * xml.el (xml-parse-dtd): Fix `error' call.
5621 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
5623         * xml.el (xml-substitute-special): Return a single string instead
5624         of a list of strings if an entity substitution is made.
5626 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
5628         * calendar/icalendar.el: New file.
5630 2004-10-05  Juri Linkov  <juri@jurta.org>
5632         * isearch.el (isearch-done): Set mark after running hook.
5633         Reported by Drew Adams <drew.adams@oracle.com>.
5635         * info.el (Info-history, Info-toc): Fix Info headers.
5636         (Info-toc): Narrow buffer before Info-fontify-node.
5637         (Info-build-toc): Don't check for special Info file names.
5638         Set main-file to nil if Info-find-file returns a symbol.
5640 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
5642         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
5643         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
5644         * calendar/cal-menu.el (calendar-mode-map): Ditto.
5646 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
5648         * calendar/cal-iso.el (calendar-iso-read-args): New function,
5649         for old interactive spec from calendar-goto-iso-date.
5650         (calendar-goto-iso-date): Use it.
5651         (calendar-goto-iso-week): New function.  Suggested by Emilio
5652         C. Lopes <eclig@gmx.net>.
5654 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
5656         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
5657         `set-right-margin' bindings that follow the minor mode conventions.
5659 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5661         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
5662         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
5663         (latex-block-args-alist): Add minipage and picture.
5664         (latex-block-body-alist): Use reftex-label if enabled.
5665         (latex-insert-block): Don't insert a \n if not necessary.
5666         (tex-compile-commands): Make sure dvips doesn't send to printer.
5667         (tex-compile-default): Handle the case where no executable is found.
5668         (latex-noindent-environments): New var.
5669         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
5670         If tex-indent-allhanging is non-nil, make sure we only align for macros
5671         at beginning of line.
5673 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
5675         * newcomment.el (comment-beginning): Doc fix and don't choke on
5676         unset `comment-end-skip' when at beginning of comment.
5678 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
5680         * term.el (term-adjust-current-row-cache): Don't allow the current
5681         row to become negative.
5682         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
5683         the end of the line. Fix scroll down. Add comments.
5684         (term-handle-ansi-escape): Don't exceed terminal width when moving
5685         right.
5686         (term-scroll-region): Move the cursor after setting the scroll region.
5688 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
5690         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
5691         to `width' for consistency with docstring.  Doc fix.
5693 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
5695         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
5696         This is necessary for derived modes.
5698 2004-09-30  Kim F. Storm  <storm@cua.dk>
5700         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
5701         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
5703         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
5704         kmacro-extract-lambda functions.
5705         (edit-kbd-macro): Handle kmacro lambda forms.
5706         Include counter and counter format in edit buffer.
5707         (edmacro-finish-edit): Get counter and format from edit buffer and
5708         update kmacro bindings when found.
5710 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
5712         * textmodes/paragraphs.el (forward-paragraph):
5713         Avoid args-out-of-range error when point winds up at the beginning of
5714         the buffer and hard newlines are enabled.
5716         * newcomment.el (comment-multi-line): Doc fix.
5718 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5720         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
5721         (diff-fixup-modifs): Catch unified-diff file-headers.
5723 2004-09-29  Kim F. Storm  <storm@cua.dk>
5725         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
5726         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
5727         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
5729         * fringe.el (fringe-bitmap-p): New macro.
5730         (fringe-bitmaps): Add standard fringe bitmaps on load.
5732 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5734         * dired.el (dired-view-command-alist): Use more efficient regexps.
5735         Remove dubious arguments.
5736         (dired-align-file): New function.
5737         (dired-insert-directory): Use it.
5738         (dired-move-to-end-of-filename): Make the " -> " search more specific.
5739         (dired-buffers-for-dir): Remove unused var `pattern'.
5741 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
5743         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
5744         from diary display excursion.  Store diary buffer's point for
5745         `simple-diary-display'.
5746         (simple-diary-display): Set window point and start when
5747         displaying buffer, to preserve point.
5749 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
5751         * textmodes/enriched.el (enriched-translations): Replace defconst
5752         with defvar.
5754 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5756         * printing.el: Doc fix.
5757         (pr-version): New version number (6.8.1).
5758         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
5759         make-temp-name.
5760         (pr-delete-file): Check if file exists before deleting it.
5761         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
5763 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5765         * term.el (term-display-table): New variable.
5766         (term-mode): Use it.
5767         (term-exec-1): Set the coding system to binary.
5768         (term-emulate-terminal): Decode the string before inserting it.
5770 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
5772         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
5773         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
5774         (map): Bind S-prior, S-next and S-insert.
5775         (term-mode): Set `indent-tabs-mode' to nil.
5776         (term-paste): New function to be bound to S-insert.
5777         (term-send-del, term-send-backspace): Change the strings sent.
5778         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
5779         (term-handle-colors-array): Fix handling of underline and reverse.
5780         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
5781         (term-erase-in-line): Fix comparison.
5782         (term-emulate-terminal): Fix line wrap handling.
5783         (term-start-output-log): Rename from `term-set-output-log'.
5784         (term-stop-output-log): Rename from `term-stop-photo'.
5785         (term-switch-to-alternate-sub-buffer): Comment out, unused.
5787 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5789         * dired.el (dired-move-to-filename): Don't output a message if
5790         raise-error is non-nil.  Fix return position and value.
5792         * files.el (insert-directory): Obey --dired even with symlinks.
5794 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
5796         * ls-lisp.el (ls-lisp-format): Mark file names with property
5797         dired-filename.
5799 2004-09-25  Kim F. Storm  <storm@cua.dk>
5801         * ido.el (ido-max-directory-size): New defcustom.
5802         (ido-decorations): Add "too big" element.
5803         (ido-directory-too-big): New dynamic var.
5804         (ido-may-cache-directory): Don't cache big directories.
5805         (ido-directory-too-big-p): New defun.
5806         (ido-set-current-directory): Update ido-directory-too-big.
5807         (ido-read-internal): Make empty ido-cur-item if too-big.
5808         (ido-buffer-internal): Use ido-read-internal directly instead of
5809         ido-read-buffer.
5810         (ido-file-internal): Init ido-directory-too-big.
5811         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
5812         and redo completion with full list.
5813         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
5814         it, and show completions.
5815         (ido-all-completions): Let bind ido-directory-too-big to nil.
5816         (ido-exhibit): Handle ido-directory-too-big.
5817         (ido-read-buffer): Handle fallback to read-buffer.
5818         Init ido-directory-too-big.
5819         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
5820         Init ido-directory-too-big.
5822 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
5824         * subr.el (delay-mode-hooks): Doc fix.
5826 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
5828         * textmodes/enriched.el
5829         (enriched-default-text-properties-local-flag): New variable.
5830         (enriched-mode): Make sure that enabling and disabling the mode is
5831         a no-op.  Doc fix.
5833 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
5835         * calendar/holidays.el (holiday-advent): Report on a specified day
5836         offset from advent, not just advent.
5837         (holiday-easter-etc): Report on one specified day offset from
5838         easter, not all easter holidays. Various Easter holidays moved to
5839         `christian-holidays' variable in calendar.el.
5840         * calendar/calendar.el (christian-holidays): Adapt for new
5841         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
5843 2004-09-23  Kim F. Storm  <storm@cua.dk>
5845         * image.el (insert-sliced-image): Add doc string.
5847         * ido.el (ido-choice-list): New dynamic var for `list' context.
5848         (ido-context-switch-command): New dynamic var.
5849         (ido-define-mode-map): Generalize switch between file/buffer contexts.
5850         (ido-read-internal): Handle new `list' context.
5851         Handle insert-buffer and insert-file ido-exit values.
5852         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
5853         ido-context-switch-command. Handle insert-file ido-exit value.
5854         (ido-read-buffer): Set ido-context-switch-command to 'ignore
5855         unless it is already bound by caller.
5856         (ido-file-internal): New arg switch-cmd.  Use it to setup
5857         ido-context-switch-command.  Handle insert-buffer ido-exit value.
5858         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
5859         used for context switching.
5860         (ido-all-completions): Handle new `list' context.
5861         (ido-make-choice-list): Return choices for `list' context.
5862         (ido-find-file-in-dir, ido-display-file, ido-write-file)
5863         (ido-display-buffer, ido-kill-buffer): Disable context switching.
5864         (ido-insert-buffer, ido-insert-file): Setup context switching.
5865         (ido-exhibit): Handle `list' context.
5866         (ido-read-file-name): Disable context switching.  Handle fallback.
5867         (ido-read-directory-name): Disable context switching.
5868         (ido-completing-read): New defun like completing-read.  Setup and
5869         use new `list' context.
5871 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
5873         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
5875 2004-09-21  Jay Belanger  <belanger@truman.edu>
5877         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
5878         `calc-graph-set-styles' so the gnuplot buffer will appear in a
5879         separate window.
5881 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
5883         * subr.el (after-change-major-mode-hook): Doc fix.
5885 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5887         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
5888         of ghostscript for monochrome PostScript file in Windows.
5890 2004-09-21  Kenichi Handa  <handa@m17n.org>
5892         * descr-text.el (describe-char): Checking of quail activation
5893         fixed.
5895 2004-09-21  Jay Belanger  <belanger@truman.edu>
5897         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
5899 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
5901         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
5902         after the mode hooks instead of before.  Doc fix.
5904 2004-09-20  Jason Rumney  <jasonr@gnu.org>
5906         * startup.el (command-line) [windows-nt]: Try .emacs first, then
5907         _emacs, but revert to .emacs if neither exists in home directory.
5909 2004-09-20  John Paul Wallington  <jpw@gnu.org>
5911         * bindings.el (completion-ignored-extensions): Add .dfsl.
5913 2004-09-20  Richard M. Stallman  <rms@gnu.org>
5915         * bindings.el (scroll-left): Make it disabled.
5917         * files.el (enable-local-eval): Doc fix.
5919         * indent.el (move-to-left-margin): Special case for minibuffer.
5921         * term.el (term-emulate-terminal): Turn off undo for output.
5922         Use with-current-buffer and save-selected-window.
5924         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
5926         * progmodes/make-mode.el (makefile-fill-paragraph):
5927         Don't insist on spaces when looking for comments.  # is enough.
5929         * files.el (hack-local-variables): Copy the variables list
5930         to another buffer, strip prefixes and suffixes there, then read.
5931         (enable-local-eval): Doc fix.
5932         (ignored-local-variables): Initialize to nil.
5933         (risky-local-variable-p): Don't check ignored-local-variables here.
5934         (hack-one-local-variable): Ignore var if in ignored-local-variables.
5936 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
5938         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
5939         of = to "." (punctuation).
5941 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5943         * subr.el (event-basic-type): Fix mask (extend to 22bits).
5945 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
5947         * textmodes/enriched.el (enriched-rerun-flag): New variable.
5948         (enriched-before-change-major-mode): New function.
5949         Add it to `change-major-mode-hook'.
5950         (enriched-after-change-major-mode): New function.
5951         Add it to `after-change-major-mode-hook'.
5952         (enriched-mode): Make it work correctly if called from
5953         `after-change-major-mode-hook'.
5954         No longer set `indent-line-function'.
5956         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
5958         * subr.el (after-change-major-mode-hook): New variable.
5959         (run-mode-hooks): Implement it.
5961 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5963         * battery.el (battery-linux-proc-apm): Use string-to-number.
5964         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
5965         Use dolist (and less indentation).  Use erase-buffer.
5966         Pre-initialize `design-capacity', `warn', and `low'.
5967         (battery-format): Use replace-regexp-in-string.
5969 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
5971         * battery.el: Delete superfluous empty lines.
5972         (battery-linux-proc-acpi): Attempt to gather information from all
5973         battery subdirectories regardless of their file name.
5974         (battery-linux-proc-apm): Replace all occurrences of
5975         battery-hex-to-int-2 with string-to-int (base 16).
5976         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
5977         (battery-hex-map): Delete variable.
5979 2004-09-18  John Paul Wallington  <jpw@gnu.org>
5981         * calc/calc-units.el (calc-quick-units): Fix overzealous
5982         s/or/unless/.
5984 2004-09-17  Jay Belanger  <belanger@truman.edu>
5986         * calc/calc.el (calc-mode-var-list): Fix the value of
5987         `calc-matrix-brackets'.
5989 2004-09-17  Romain Francoise  <romain@orebokech.com>
5991         * ibuf-ext.el (define-ibuffer-filter filename):
5992         Expand dired-directory since buffer-file-name is absolute.
5994 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
5996         * ediff-init.el (ediff-current-diff-face-A)
5997         (ediff-current-diff-face-B, ediff-current-diff-face-C)
5998         (ediff-current-diff-face-Ancestor)
5999         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6000         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6001         (ediff-even-diff-face-A, ediff-even-diff-face-B)
6002         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6003         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6004         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6005         Use min-colors.
6007         * term.el (term-down): Perform vertical motion if DOWN is negative.
6008         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
6009         (term-termcap-format): Synchronyze with the eterm terminfo entry
6010         in etc/e/eterm.ti.
6011         (term-handle-colors-array): If the current foreground or
6012         background are zero (i.e. unspecified), use the foreground and
6013         background of the default face for reverse video.
6014         (term-ansi-at-eval-string, term-ansi-default-fg)
6015         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
6016         (term-mem): Delete ununsed function.
6017         (term-protocol-version): Increment.
6018         (term-current-face): Set to default.
6020 2004-09-15  Jay Belanger  <belanger@truman.edu>
6022         * calc/calc.el (calc-mode-var-list): Define this variable.
6023         (calc-always-load-extensions, calc-line-numbering)
6024         (calc-line-breaking, calc-display-just, calc-display-origin)
6025         (calc-number-radix, calc-leading-zeros, calc-group-digits)
6026         (calc-group-char, calc-point-char, calc-frac-format)
6027         (calc-prefer-frac, calc-hms-format, calc-date-format)
6028         (calc-float-format, calc-full-float-format, calc-complex-format)
6029         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6030         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6031         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6032         (calc-matrix-brackets, calc-language, calc-language-option)
6033         (calc-left-label, calc-right-label, calc-word-size)
6034         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6035         (calc-display-raw, calc-internal-prec, calc-angle-mode)
6036         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6037         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6038         (calc-window-height, calc-display-trail, calc-show-selections)
6039         (calc-use-selections, calc-assoc-selections)
6040         (calc-display-working-message, calc-auto-why, calc-timing)
6041         (calc-mode-save-mode, calc-standard-date-formats)
6042         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
6043         (calc-user-parse-tables, calc-gnuplot-default-device)
6044         (calc-gnuplot-default-output, calc-gnuplot-print-device)
6045         (calc-gnuplot-print-output, calc-gnuplot-geometry)
6046         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6047         (calc-invocation-macro, calc-show-banner): Give these values as
6048         part of `calc-mode-var-list's initialization after the variables
6049         are declared with defvar.
6050         (calc-bug-address):  Change email address to send bug reports to.
6051         Change the maintainer address at the top.
6052         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
6053         than "\\.emacs" to determine if it is the user-init-file.
6055         * calc/calc-embed.el (calc-embedded-set-modes): Use
6056         `calc-mode-var-list' correctly.
6058 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
6060         * vc.el (annotate-time): Document point handling.
6061         (vc-annotate-display-autoscale): Doc fix.
6063 2004-09-15  Miles Bader  <miles@gnu.org>
6065         * generic.el (generic-make-keywords-list): Use symbol rather than
6066         word anchors in regexp.
6068 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
6070         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
6071         no file name consider `dired-directory'.
6073 2004-09-14  Kim F. Storm  <storm@cua.dk>
6075         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
6077 2004-09-14  Simon Josefsson  <jas@extundo.com>
6079         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
6081         * textmodes/dns-mode.el: Add.
6083 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6085         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
6086         (disabled-command-function): Make the ?\  char more obvious.
6088         * vc-arch.el (vc-arch-root, vc-arch-registered):
6089         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
6091 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
6093         * windmove.el (windmove-frame-edges): Report coordinates of
6094         outside edges of frame, not inside edges.
6095         (windmove-coordinates-of-position): Convert into wrapper to new
6096         function `windmove-coordinates-of-window-position';
6097         `compute-motion' always applies to selected window.
6098         (windmove-coordinates-of-position): Update documentation to refer
6099         to Emacs 21 Lisp Reference Manual.
6100         (windmove-find-other-window): Fix off-by-one errors for max x,y.
6102 2004-09-13  Kim F. Storm  <storm@cua.dk>
6104         * isearch.el (isearch-resume-in-command-history): Rename from
6105         isearch-resume-enabled and change default to nil.
6107 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6109         * vc-hooks.el (vc-ignore-dir-regexp): New var.
6110         (vc-registered): Use it.
6111         (vc-find-root): New fun.
6113         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6114         Don't tell to use \\{...} when it's already done.
6116         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
6117         Provide a sample complex default.
6118         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
6119         (bibtex-entry): Use mapc.
6121 2004-09-12  Kim F. Storm  <storm@cua.dk>
6123         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
6125         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
6126         inhibit-field-text-motion to t so rectangles work in comint buffers.
6128         * simple.el (choose-completion-string): Set buffer before running
6129         choose-completion-string-functions hook so it can be buffer-local.
6131 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
6133         * progmodes/compile.el (compilation-start): Parse command to see
6134         if it starts with a cd, and if so perform it for the *compilation*
6135         buffer.  Change the header to reflect this.
6137 2004-09-11  Kim F. Storm  <storm@cua.dk>
6139         * ido.el (ido-enable-dot-prefix): Doc fix.
6140         (ido-enable-dot-prefix): New defcustom.
6141         (ido-set-matches1): Use it.
6143 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6145         * textmodes/bibtex.el (bibtex-mark-active)
6146         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
6148 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6150         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
6151         used in a case insensitive environment.
6152         (bibtex-mode-map): Rearrange order of menus.
6153         (bibtex-quoted-string-re): Obsolete.
6154         (bibtex-complete-key-cleanup): Variable replaced by new function.
6155         (bibtex-font-lock-keywords): Use backquotes.
6156         (bibtex-font-lock-url-regexp): New internal variable.
6157         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
6158         "OPT" and "ALT".
6159         (bibtex-insert-current-kill, bibtex-make-field)
6160         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
6161         (bibtex-parse-field-text): Simplify.
6162         (bibtex-string=): New helper function.
6163         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
6164         (bibtex-map-entries): Use bibtex-string=.
6165         (bibtex-search-entry): Use not.
6166         (bibtex-enclosing-field): Fix docstring.
6167         (bibtex-assoc-regexp): Obsolete.
6168         (bibtex-format-entry): Use assoc-string and bibtex-string=.
6169         (bibtex-autokey-get-names): Handle empty name field.
6170         (bibtex-parse-strings): Use assoc-string and unless.
6171         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
6172         Use assoc-string.
6173         (bibtex-pop): Simplify.
6174         (bibtex-mode): Set font-lock-extra-managed-props.
6175         (bibtex-entry-update): Use assoc-string.
6176         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
6177         (bibtex-autofill-entry): Use bibtex-string=.
6178         (bibtex-print-help-message): Simplify.
6179         (bibtex-find-entry): New optional arg START.
6180         (bibtex-validate): Use bibtex-string= and assoc-string.
6181         Do not call obsolete function compilation-parse-errors.
6182         (bibtex-remove-delimiters): Only remove delimiters if present.
6183         (bibtex-copy-entry-as-kill): Add docstring.
6184         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
6185         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
6186         (bibtex-complete): Use bibtex-predefined-month-strings,
6187         bibtex-string=, and new function bibtex-complete-key-cleanup.
6188         (bibtex-generate-url-list): New variable.
6189         (bibtex-url): New command bound to C-c C-l and mouse-2.
6190         (bibtex-url-map): New local keymap for bibtex-url-mouse.
6191         (bibtex-font-lock-url): New function.
6193 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6195         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
6197 2004-09-09  Kim F. Storm  <storm@cua.dk>
6199         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
6200         counter and format with binding.
6201         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
6202         the declared macro uses own macro counter and format.  Give symbol
6203         kmacro property.
6204         (kmacro-keymap): Bind kmacro-name-last-macro to n.
6205         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
6206         (kmacro-end-and-call-macro): Doc fix.
6208 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
6210         * desktop.el (desktop-clear-preserve-buffers):
6211         Remove make-obsolete-variable.
6213 2004-09-08  Richard M. Stallman  <rms@gnu.org>
6215         * buff-menu.el (list-buffers-noselect): Call format-mode-line
6216         with the buffer as argument.
6218 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6220         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
6222 2004-09-08  Juri Linkov  <juri@jurta.org>
6224         * replace.el (perform-replace): Use `query-replace-descr'.
6226         * cus-start.el (history-delete-duplicates): Specify customization.
6228         * diff-mode.el (diff-mode-map):
6229         * progmodes/compile.el (compilation-mode-map):
6230         * progmodes/grep.el (grep-mode-map):
6231         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
6232         to `next-error-follow-minor-mode'.
6234 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6236         * isearch.el (isearch-lazy-highlight-update): Take into account
6237         the case of zero-length match at the search bound.
6239 2004-09-08  Kim F. Storm  <storm@cua.dk>
6241         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
6242         change.  Use zero width overlays when necessary.
6244 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6246         * subr.el (split-string): Docfix.
6248 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6250         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
6251         (display-call-tree): Ensure newline after caller/calls blocks.
6253 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6255         * startup.el (command-line-1): Make option
6256         --directory/-L modify `load-path' straight away.
6258 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6260         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
6262 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6264         * emacs-lisp/autoload.el (make-autoload):
6265         Handle `define-compilation-mode'.
6267         * emacs-lisp/lisp-mode.el (define-compilation-mode):
6268         Specify `doc-string-elt' property.
6270 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6272         * bs.el (bs-mode): Doc fix.
6274 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6276         * info.el (Info-insert-dir): Fix temp buffer leak bug.
6278 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
6280         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
6282 2004-09-08  Kenichi Handa  <handa@m17n.org>
6284         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
6285         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
6286         ps-mule-next-point -> 1+).
6288         * composite.el (encode-composition-rule): Add autoload cooky.
6290 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
6292         * format.el (buffer-auto-save-file-format): Make it permanent local.
6294 2004-09-07  Kim F. Storm  <storm@cua.dk>
6296         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
6297         (authors-fixed-entries): Fix typo.
6298         (authors-canonical-author-name): Compact multiple spaces.
6299         Ignore trivial names (e.g. only first name).
6301         * term.el (term-window-width): Only use full window width on
6302         window system if overflow-newline-into-fringe is enabled.
6303         (term-mode): Don't disable overflow-newline-into-fringe.
6305 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6307         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
6308         motion as seen on my Mac OS X xterms.
6310         * newcomment.el (uncomment-region-default, comment-region-default):
6311         New functions extracted from uncomment-region and comment-region.
6312         (comment-region, comment-region-function, uncomment-region)
6313         (uncomment-region-function): Use them.
6315         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
6317         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
6318         It's not crucial but can make sense at times.
6320         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
6321         the first commit.
6323         * vc.el (vc-buffer-context, vc-restore-buffer-context):
6324         Disable obsolete code.
6326 2004-09-07  Juri Linkov  <juri@jurta.org>
6328         * progmodes/grep.el (grep-highlight-matches): Change default from
6329         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
6330         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
6331         if grep option `--color' is available, or to `nil' otherwise.
6332         (grep-process-setup): Call `grep-compute-defaults' if
6333         `grep-highlight-matches' is not computed.  Set env-vars only
6334         if `grep-highlight-matches' is `t'.
6335         (grep-use-null-device): Remove redundant type `boolean' (`choice'
6336         is already defined).
6338         * progmodes/compile.el (compilation-start): Use copy of
6339         `process-environment' created by `copy-sequence' to not
6340         modify env-vars in the global `process-environment'.
6342 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
6344         * simple.el (next-error-follow-minor-mode): Fix last change.
6346 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
6348         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
6349         permanent local.
6351 2004-09-04  Richard M. Stallman  <rms@gnu.org>
6353         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
6354         highlighting if the search string is empty.
6356 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
6358         * facemenu.el (facemenu-active-faces): Change condition of inner
6359         `while' loop to also check the first two elements of `face-atts'
6360         and `mask-atts'.
6362 2004-09-04  John Paul Wallington  <jpw@gnu.org>
6364         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
6365         (thumbs-view-image-mode): Make buffer read-only.
6367 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
6369         * textmodes/ispell.el (ispell-really-aspell): New defvar.
6370         (ispell-check-version): Set it.
6371         (ispell-send-replacement): New function.
6372         (ispell-process-line): Call ispell-send-replacement.
6374 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
6376         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
6377         Support choosing seconds with "s".
6379 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
6381         * terminal.el (te-escape): Show `?' in prompt for help key.
6383 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
6385         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
6387 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
6389         * simple.el (next-error-follow-minor-mode)
6390         (next-error-follow-mode-post-command-hook): New functions.
6391         (next-error-follow-last-line): New defvar.
6393         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
6394         * progmodes/compile.el (compilation-mode-map): Likewise.
6395         * progmodes/grep.el (grep-mode-map): Likewise.
6396         * replace.el (occur-mode-map): Likewise.
6398         * newcomment.el (uncomment-region): Bind comment-use-global-state
6399         to nil.
6401 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
6403         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
6404         locally around the call to `revert-buffer'.
6406 2004-09-03  Juri Linkov  <juri@jurta.org>
6408         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
6409         `isearch-adjusted' to `t'.
6410         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
6411         (isearch-message-prefix): Add "pending" for isearch-adjusted.
6412         (isearch-other-meta-char): Restore isearch-point unconditionally.
6413         (isearch-query-replace): Add new arg `regexp-flag' and use it.
6414         Set point to start of match if region is not active in transient
6415         mark mode (to include the current match to region boundaries).
6416         Push the search string to `query-replace-from-history-variable'.
6417         Add prompt "Query replace regexp" for isearch-regexp.
6418         Add region beginning/end as last arguments of `perform-replace.'
6419         (isearch-query-replace-regexp): Replace code by the call to
6420         `isearch-query-replace' with arg `t'.
6422 2004-09-03  Richard M. Stallman  <rms@gnu.org>
6424         * startup.el (normal-top-level): Undo previous TERM change.
6426 2004-09-03  Kim F. Storm  <storm@cua.dk>
6428         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
6429         highlight overlays; allow using RET when cursor is over a button.
6430         (cua--highlight-rectangle): Use it.
6431         (cua--rectangle-set-corners): Don't move backwards at eol.
6432         (cua--forward-line): Don't move into void after eob.
6434         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
6435         point is set (and displayed) inside rectangle.
6436         (cua--rectangle-operation): Fix for highlight of empty lines.
6437         (cua--highlight-rectangle): Fix highlight for tabs.
6438         Position cursor at left/right edge of rectangle using new `cursor'
6439         property on overlay strings.
6440         (cua--indent-rectangle): Don't tabify.
6441         (cua-rotate-rectangle): Ignore that point has moved.
6443 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6445         * term/mac-win.el: Add ASCII equivalents for some function keys.
6446         (mode-line-frame-identification): Sync with x-win.el.
6448 2004-09-02  Juri Linkov  <juri@jurta.org>
6450         * progmodes/compile.el (compilation-buffer-name): Compare major
6451         mode with second element of compilation-arguments instead of third
6452         to reflect latest changes in compilation-arguments structure.
6453         (recompile): Use global variable `compilation-directory' to get
6454         recent compilation directory only when `recompile' is invoked NOT
6455         in the compilation buffer.  Otherwise, use `default-directory' of
6456         the compilation buffer.
6457         (compilation-error-properties): Allow to funcall col and end-col.
6458         (compilation-mode-font-lock-keywords): Check col and end-col by
6459         `integerp'.
6460         (compilation-goto-locus): If end-mk is non-nil in transient mark
6461         mode don't activate the mark (and don't display message in
6462         push-mark), but highlight overlay between mk and end-mk.
6464         * progmodes/grep.el (grep-highlight-matches): New defcustom.
6465         (grep-regexp-alist): Add rule to highlight grep matches.
6466         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
6468         * info.el (Info-fontify-node): Don't compute other-tag
6469         if Info-hide-note-references=hide.
6471         * help.el (function-called-at-point):
6472         * help-fns.el (variable-at-point):
6473         Try `find-tag-default' when other methods failed.
6475         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6476         Do not push mark if inhibit-mark-movement is non-nil.
6478         * textmodes/ispell.el (ispell-html-skip-alists):
6479         Fix backslashes in docstring.
6481 2004-09-01  Juri Linkov  <juri@jurta.org>
6483         * isearch.el (isearch-wrap-function)
6484         (isearch-push-state-function): New defvars.
6485         (isearch-pop-fun-state): New defsubst.
6486         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
6487         (isearch-push-state): Set the result of calling
6488         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
6489         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
6490         restore the mode-specific starting point of terminated search.
6491         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
6492         (isearch-repeat): Call `isearch-wrap-function' if defined.
6493         (isearch-message-prefix): Don't add prefix "over" to the message
6494         for wrapped search if `isearch-wrap-function' is defined.
6495         (isearch-search): Call function saved in `isearch-pop-fun-state' to
6496         restore the mode-specific starting point of failed search.
6498         * info.el (Info-search-whitespace-regexp): Fix backslashes.
6499         (Info-search): Add new optional arguments for the sake of isearch.
6500         Replace whitespace in Info-search-whitespace-regexp literally.
6501         Add backward search.  Don't call `Info-select-node' if regexp is
6502         found in the same Info node.  Don't add node to Info-history for
6503         wrapped isearch.
6504         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
6505         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
6506         (Info-mode): Set local variables `isearch-search-fun-function',
6507         `isearch-wrap-function', `isearch-push-state-function',
6508         `search-whitespace-regexp'.
6510         * isearch.el: Remove ancient Change Log section.
6511         (isearch-string, isearch-message-string, isearch-point)
6512         (isearch-success, isearch-forward-flag, isearch-other-end)
6513         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6514         (isearch-barrier, isearch-within-brackets)
6515         (isearch-case-fold-search): Add suffix `-state' to state-related
6516         defsubsts to avoid name clashes with other function names.
6518         * simple.el (next-error): New defgroup and defface.
6519         (next-error-highlight, next-error-highlight-no-select):
6520         New defcustoms.
6521         (next-error-no-select): Let-bind next-error-highlight to the value
6522         of next-error-highlight-no-select before calling `next-error'.
6524         * progmodes/compile.el (compilation-goto-locus):
6525         Use `next-error' face instead of `region'.  Set 4-th argument of
6526         `move-overlay' to `current-buffer' to move overlay to different
6527         source buffers.  Use new variable `next-error-highlight'.
6529         * simple.el (next-error-find-buffer): Move the rule
6530         "if current buffer is a next-error capable buffer" after the
6531         rule "if next-error-last-buffer is set to a live buffer".
6532         Simplify to test all rules in one `or'.
6533         (next-error): Doc fix.
6534         (next-error, previous-error, first-error)
6535         (next-error-no-select, previous-error-no-select):
6536         Make arguments optional.
6538 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
6540         * macros.el (apply-macro-to-region-lines): Make it operate on all
6541         lines that begin in the region, rather than on all complete lines
6542         in the region.
6544 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6546         * x-dnd.el (x-dnd-protocol-alist): Document update.
6547         (x-dnd-known-types): Defcustom it.
6548         (x-dnd-handle-motif): Print message-atom in error message.
6550 2004-08-30  John Paul Wallington  <jpw@gnu.org>
6552         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
6553         strings rather than programatically constructing message.
6555 2004-08-30  Richard M. Stallman  <rms@gnu.org>
6557         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
6558         Don't return a string that would read as the wrong character code.
6560 2004-08-29  Kim F. Storm  <storm@cua.dk>
6562         * emulation/cua-base.el (cua-auto-expand-rectangles):
6563         Remove automatic rectangle padding feature; replace by non-destructive
6564         virtual rectangle edges feature.
6565         (cua-virtual-rectangle-edges): New defcustom.
6566         (cua-auto-tabify-rectangles): New defcustom.
6567         (cua-paste): If paste into a marked rectangle, insert rectangle at
6568         current column, even if virtual; also paste exactly as many lines
6569         as has been marked (ignore additional lines or add empty lines),
6570         but paste whole source if only one line is marked.
6571         (cua--update-indications): No longer use overwrite-cursor to
6572         indicate rectangle padding
6574         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
6575         (cua--rectangle-virtual-edges): New defun.
6576         (cua--rectangle-get-corners): Remove optional PAD arg.
6577         (cua--rectangle-set-corners): Never do padding.
6578         (cua--forward-line): Remove optional PAD arg.  Simplify.
6579         (cua-resize-rectangle-right, cua-resize-rectangle-left)
6580         (cua-resize-rectangle-down, cua-resize-rectangle-up):
6581         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
6582         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
6583         (cua--rectangle-move): Never do padding.  Simplify.
6584         (cua--tabify-start): New defun.
6585         (cua--rectangle-operation): Add tabify arg.  All callers changed.
6586         (cua--pad-rectangle): Remove.
6587         (cua--delete-rectangle): Handle delete with virtual edges.
6588         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
6589         (cua--insert-rectangle): Handle insert at virtual column.
6590         Perform auto-tabify if necessary.
6591         (cua--activate-rectangle): Remove optional FORCE arg.
6592         Never do padding.  Simplify.
6593         (cua--highlight-rectangle): Enhance for virtual edges.
6594         (cua-toggle-rectangle-padding): Remove command.
6595         (cua-toggle-rectangle-virtual-edges): New command.
6596         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
6597         (cua--rectangle-post-command): Don't force rectangle padding.
6598         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
6600 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
6602         * indent.el (edit-tab-stops-buffer): Doc fix.
6604 2004-08-28  Richard M. Stallman  <rms@gnu.org>
6606         * progmodes/grep.el (grep-default-command): Use find-tag-default.
6607         (grep-tag-default): Function deleted.
6609         * subr.el (find-tag-default): Move from etags.el.
6611         * progmodes/etags.el (find-tag-default): Move to subr.el.
6613         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
6614         into the basic character if it has an uppercase form.
6616 2004-08-27  Kenichi Handa  <handa@m17n.org>
6618         * international/utf-8.el (utf-8-post-read-conversion): If the
6619         buffer is unibyte, temporarily make it multibyte.
6621 2004-08-27  Masatake YAMATO  <jet@gyve.org>
6623         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
6625 2004-08-25  John Paul Wallington  <jpw@gnu.org>
6627         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
6628         0, 1, and many mismatches in message.
6629         (tex-start-shell): Use `set-process-query-on-exit-flag'.
6631         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
6632         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
6634 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6636         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
6637         vc-diff-switches differently.
6639 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
6641         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
6642         before and a real defvar after
6643         `speedbar-supported-extension-expressions'.  This is to silence
6644         the compiler without breaking bootstrapping.
6646 2004-08-22  Richard M. Stallman  <rms@gnu.org>
6648         * textmodes/flyspell.el (flyspell-word):
6649         Use set-process-query-on-exit-flag.
6650         (flyspell-highlight-duplicate-region): Take POSS as arg.
6651         (flyspell-word): Pass POSS as arg.
6653         * progmodes/ada-xref.el: Many doc and style fixes.
6654         (ada-find-any-references): Use compilation-start.
6655         (ada-get-ali-file-name): Improve error msg.
6656         (ada-get-ada-file-name): Likewise.
6658         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
6659         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
6661         * mail/mail-extr.el (mail-extr-all-top-level-domains):
6662         Add forward defvar.
6664         * whitespace.el (global-whitespace-mode): New alias
6665         for whitespace-global-mode.
6667         * speedbar.el (speedbar-file-regexp): Move definition up.
6668         (speedbar-mode, speedbar-set-mode-line-format):
6669         Use with-no-warnings.
6670         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
6672         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
6673         controls whether to display the error buffer.
6675         * ps-mule.el: Delete compatibility code for old Emacses.
6676         (ps-mule-find-wrappoint): Don't use chars-in-region.
6678         * frame.el (display-mouse-p, display-selections-p):
6679         Use with-no-warnings.
6681         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
6683 2004-08-22  David Kastrup  <dak@gnu.org>
6685         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
6686         information.
6688         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
6690 2004-08-22  Andreas Schwab  <schwab@suse.de>
6692         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
6694 2004-08-22  Masatake YAMATO  <jet@gyve.org>
6696         * cvs-status.el (cvs-status-checkout): New function.
6697         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
6699 2004-08-21  David Kastrup  <dak@gnu.org>
6701         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
6702         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
6703         has been converted to use hashtables, the relation `nil=none' is
6704         no longer valid, as `nil' is not a hashtable.  This patch tries to
6705         reduce the number of resulting errors.
6707 2004-08-21  John Paul Wallington  <jpw@gnu.org>
6709         * subr.el (process-kill-without-query): Made obsolete in
6710         version 21.4, not 21.5.
6712         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
6713         (vc-previous-comment, vc-next-comment)
6714         (vc-comment-search-reverse, vc-comment-search-forward)
6715         (vc-comment-to-change-log): Likewise.
6717         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
6719 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
6721         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
6722         Correct indentation of DEFMETHODS with non-standard method
6723         combinations (e.g., PROGN, MIN, MAX).
6725 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6727         * startup.el (normal-top-level-add-subdirs-to-load-path):
6728         Avoid unnecessarily checking system-type.
6729         (normal-top-level): Set TERM to "dumb".  Simplify.
6731         * avoid.el (mouse-avoidance-ignore-p): New fun.
6732         Also ignore switch-frame, select-window, double, and triple clicks.
6733         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
6734         (mouse-avoidance-fancy-hook): Use it.
6736 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
6738         * avoid.el (mouse-avoidance-nudge-mouse)
6739         (mouse-avoidance-banish-destination): Stay within the current window
6740         to avoid problems with mouse-autoselect-window.
6742 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6744         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
6745         the newer format of some messages in cvs-1.12.1.
6747 2004-08-19  Masatake YAMATO  <jet@gyve.org>
6749         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
6750         (elp-results-jump-to-definition-by-mouse)
6751         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
6752         (elp-output-result): Use elp-output-insert-symname.
6754 2004-08-18  Kenichi Handa  <handa@m17n.org>
6756         * language/cyrillic.el: Register koi8-r in
6757         ctext-non-standard-encodings-alist.
6758         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
6760 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
6762         * emacs-lisp/copyright.el (copyright-update-year): Delete code
6763         that replaces 20xy with xy.
6765 2004-08-17  John Paul Wallington  <jpw@gnu.org>
6767         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
6768         (reb-force-update): Doc fix.
6770 2004-08-16  Richard M. Stallman  <rms@gnu.org>
6772         * progmodes/which-func.el (which-func-update-1): Doc fix.
6774         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
6775         (sh-mode-abbrev-table): New variable.
6777         * progmodes/compile.el (compilation-mode): Doc fix.
6779         * emacs-lisp/lisp-mode.el (eval-last-sexp):
6780         Don't cons a new symbol each time.
6781         (eval-last-sexp-fake-value): New variable.
6783         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
6784         (copyright-update-year): Detect continuation of list of years.
6786         * term.el (term-default-fg-color, term-default-bg-color)
6787         (ansi-term-color-vector): Use `unspecified', not nil, as default.
6789         * imenu.el: Several doc fixes: don't say variables are buffer-local.
6791 2004-08-16  Davis Herring <herring@lanl.gov>
6793         * isearch.el (isearch-string, isearch-message-string, isearch-point)
6794         (isearch-success, isearch-forward-flag, isearch-other-end)
6795         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6796         (isearch-barrier, isearch-within-brackets)
6797         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
6799 2004-08-16  Kenichi Handa  <handa@m17n.org>
6801         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
6803 2004-08-15  Kenichi Handa  <handa@m17n.org>
6805         * term/x-win.el (x-selection-value): If utf8 was successful but
6806         ctext was not, use utf8 string.
6808 2004-08-14  Davis Herring  <herring@lanl.gov>
6810         * isearch.el: Remove accidental changes of March 4.  Fix backing
6811         up when a regexp isearch is made more general.  Use symbolic
6812         accessor functions for isearch stack frames to make usage clearer.
6813         (search-whitespace-regexp): Made groups in documentation shy (as
6814         is the group in the default value).
6815         (isearch-fallback): New function, addresses problems with regexps
6816         liberalized by `\|', adds support for liberalization by `\}' (the
6817         general repetition construct), and incorporates behavior for
6818         `*'/`?'.
6819         (isearch-}-char): New command, calls `isearch-fallback' with
6820         arguments appropriate to a typed `}'.
6821         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
6822         appropriately.
6823         (isearch-mode-map): Bind `}' to `isearch-}-char'.
6824         (isearch-string, isearch-message,string, isearch-point)
6825         (isearch-success, isearch-forward-flag, isearch-other-end)
6826         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6827         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
6828         New inline functions to read fields of a stack frame.
6830 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
6832         * battery.el (battery-linux-proc-acpi): Look into battery
6833         directories matching the literal string "CMB", too (required for
6834         Linux kernel version 2.6.7).
6836 2004-08-14  John Paul Wallington  <jpw@gnu.org>
6838         * cus-start.el (read-file-name-completion-ignore-case): Add.
6839         (blink-cursor-alist): Change version to "21.4".
6841         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
6843 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
6845         * speedbar.el (speedbar-scan-subdirs): New option.
6846         (speedbar-file-lists): Don't ignore file-name case on Unix and use
6847         dolist.
6848         (speedbar-insert-files-at-point): Take an extra argument and use
6849         it to optionally find out if a subdir is empty.  Also unreadable
6850         files don't get expand buttons.
6851         (speedbar-directory): New image (unused pixmap already existed).
6852         (speedbar-expand-image-button-alist): Use it.
6854 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
6856         CC Mode update to 5.30.9:
6858         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
6859         Move from cc-vars to cc-defs for dependency reasons.  Fix the
6860         POSIX char class test to check that it works in
6861         `skip-chars-(forward|backward)' too.
6863         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6864         first argument starts with a special brace list.
6866         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
6867         when `c-opt-type-concat-key' is used (i.e. in Pike).
6869         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
6870         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
6871         >)".
6873         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
6874         whitespace safe.
6876         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
6877         position for `arglist-intro', `arglist-cont-nonempty' and
6878         `arglist-close' when there are two arglist open parens on the same
6879         line and there's nothing in front of the first.
6881         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
6882         locking of qualified names in Java, which previously could fontify
6883         common indexing expressions in many cases.  The standard Java
6884         naming conventions are used to tell them apart.
6886         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
6887         Fix inconsistency wrt opening parens on the first line inside a paren
6888         block.
6890         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
6891         compile time for the sake of `c-major-mode-is'.
6893         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
6894         `c-major-mode-is' in the event that this is used inside a
6895         `c-lang-defconst'.
6897         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
6898         `c-lang-defconst' so that it works better with fallback languages.
6900         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
6901         it to fail to record the base mode.
6903         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
6904         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
6905         is used.  Reorder the syntax checks to get more efficient
6906         skipping in some situations.
6908         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
6909         continuation which might precede the newly inserted '{'.
6911         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
6912         Fix cases where it could loop indefinitely.
6914         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
6915         size specs correctly.  Only fontify identifiers in front of '('
6916         with as functions - don't accept any paren char.  Tighten up
6917         initializer skipping to stop before function and class blocks.
6919         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6920         the point could be left directly after an open paren when finding
6921         the beginning of the first decl in the block.
6923         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
6924         table when filtering out legitimate open parens to be recorded.
6925         This could cause cache inconsistencies when e.g.
6926         `c++-template-syntax-table' was temporarily in use.
6928         * progmodes/cc-engine.el (c-on-identifier)
6929         (c-simple-skip-symbol-backward): Small fix for handling "-"
6930         correctly in `skip-chars-backward'.  Affected the operator lfun
6931         syntax in Pike.
6933         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
6934         Fix bug that could cause an error from `after-change-functions' when
6935         the changed region is at bob.
6937 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
6939         CC Mode update to 5.30.9:
6941         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
6942         to say that <TAB> doesn't insert WS into a CPP line.
6943         (c-indent-command, c-tab-always-indent): Amend doc strings.
6945         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
6946         checks for user errors, thus eliminating cryptic and unhelpful
6947         Emacs error messages.  (1) Check the arg to `c-set-style' is a
6948         string.  (2) Check that settings to `c-offsets-alist' are not
6949         spuriously quoted.
6951         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
6952         which precedes the newly inserted `{'.
6954 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
6956         Sync with Tramp 2.0.44.
6958         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
6959         function "tramp_file_attributes".  Otherwise, file names
6960         containing spaces are misinterpreted.  Reported by Magnus Henoch
6961         <mange@freemail.hu>.
6962         (tramp-handle-file-truename): FILENAME must be expanded first.
6963         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
6964         obscure results.  Reported by D. Goel <deego@gnufans.org>.
6965         (tramp-handle-verify-visited-file-modtime): If file does not
6966         exist, say it is not modified if and only if that agrees with the
6967         buffer's record.  Check whether a file is visiting the buffer, or
6968         the buffer has no recorded last modification time.  Return t in
6969         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
6970         <teirllm@auburn.edu>.
6971         (tramp-handle-write-region): Pass modtime explicitely to
6972         `set-visited-file-modtime', because filename can be different
6973         from (buffer-file-name) if `file-precious-flag' is set.
6974         `set-visited-file-modtime' must be called always when `visit' is t
6975         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
6976         (tramp-handle-set-visited-file-modtime): If `time-list' is not
6977         nil, don't apply the whole body.  If the file doesn't exists, set
6978         modtime to '(-1 65535).  Suggested by Luc Teirlinck
6979         <teirllm@auburn.edu>.
6981 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
6983         * help.el (describe-bindings): Doc fix.
6985         * subr.el (kbd): Doc fix.
6987 2004-08-08  John Paul Wallington  <jpw@gnu.org>
6989         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
6990         instead of `string-to-int'.
6991         (define-ibuffer-column mode): Fix indentation.
6993 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
6995         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
6997 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
6999         * subr.el (global-unset-key, local-unset-key): Doc fixes.
7001         * novice.el (disabled-command-function): New variable renamed from
7002         `disabled-command-hook'.
7003         (disabled-command-hook): Keep the _variable_ as alias for
7004         `disabled-command-function' and make obsolete.
7005         (disabled-command-function): Function renamed from
7006         `disabled-command-hook'.  Adapt code to name change of the variable.
7008 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
7010         * simple.el (completion-root-regexp): New defvar.
7011         (completion-setup-function): Use it instead of a literal string.
7013 2004-08-07  John Paul Wallington  <jpw@gnu.org>
7015         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
7016         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
7017         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
7018         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
7020 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
7022         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
7023         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
7025 2004-08-04  Kenichi Handa  <handa@m17n.org>
7027         * international/encoded-kb.el (encoded-kbd-setup-keymap):
7028         Fix previous change.
7030 2004-08-03  Kenichi Handa  <handa@m17n.org>
7032         * international/encoded-kb.el: The following changes are to
7033         utilize key-translation-map instead of minor mode map.
7034         (encoded-kbd-iso2022-non-ascii-map): Delete it.
7035         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
7036         (encoded-kbd-last-key): New function.
7037         (encoded-kbd-iso2022-single-shift): New function.
7038         (encoded-kbd-iso2022-designation)
7039         (encoded-kbd-self-insert-iso2022-7bit)
7040         (encoded-kbd-self-insert-iso2022-8bit)
7041         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
7042         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
7043         key-translation-map.
7044         (encoded-kbd-setup-keymap): Setup key-translation-map.
7045         (saved-key-translation-map): New variable.
7046         (encoded-kbd-mode): Save/restore key-translation-map.
7047         Adjust for the change of encoded-kbd-setup-keymap.
7049 2004-08-02  Kim F. Storm  <storm@cua.dk>
7051         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
7052         and call compute-motion with nil for topos and width to get proper
7053         usable width and height for both window and non-window systems.
7055         * windmove.el (windmove-coordinates-of-position): Let compute-motion
7056         calculate usable window width and height.
7058         * window.el (window-buffer-height): Call compute-motion with nil width.
7060 2004-08-01  David Kastrup  <dak@gnu.org>
7062         * replace.el (query-replace-read-from):
7063         Use `query-replace-compile-replacement'.
7064         (query-replace-compile-replacement): New function.
7065         (query-replace-read-to): Use `query-replace-compile-replacement'
7066         for repeating the last command.
7068 2004-08-01  John Paul Wallington  <jpw@gnu.org>
7070         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
7071         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
7072         (pr-switches): Remove period from end of error messages.
7074         * help-mode.el (help-go-back): Likewise.
7076         * abbrev.el (only-global-abbrevs): Doc fix.
7077         (edit-abbrevs-map): Define within defvar.
7078         (quietly-read-abbrev-file): Doc fix.
7080 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
7082         * novice.el (enable-command, disable-command): Doc fixes.
7084         * subr.el (event-modifiers, event-basic-type): Doc fixes.
7086 2004-07-30  Richard M. Stallman  <rms@gnu.org>
7088         * subr.el (with-local-quit): Doc fix.
7090 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
7092         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
7094 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
7096         * custom.el (defcustom): Doc fix.
7098 2004-07-28  Masatake YAMATO  <jet@gyve.org>
7100         * progmodes/etags.el (etags-tags-apropos): Show building progress.
7102 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7104         * imenu.el (imenu-prev-index-position-function)
7105         (imenu-extract-index-name-function, imenu-name-lookup-function)
7106         (imenu--index-alist): Docstring redundancy fix.
7108 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
7110         * wdired.el (wdired-finish-edit): Require dired-aux before locally
7111         binding dired-backup-overwrite.
7113 2004-07-25  John Paul Wallington  <jpw@gnu.org>
7115         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
7117 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
7119         * term/tty-colors.el (tty-color-approximate): Doc fix.
7121         * select.el (x-get-selection, x-set-selection): Doc fixes.
7123         * frame.el (make-frame): Doc fix.
7125 2004-07-24  Richard M. Stallman  <rms@gnu.org>
7127         * mail/rmail.el (rmail-mime-charset-pattern):
7128         Don't include semicolon in the charset value.
7130         * replace.el (occur-next-error): Call set-window-point.
7131         (occur-engine): Handle negative NLINES.
7133 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
7135         * frame.el (modify-all-frames-parameters): Minor doc fix.
7136         (set-frame-configuration): Doc fix.
7138 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
7140         * simple.el (completion-setup-function): Compute the common parts
7141         and the first difference place correctly when
7142         partial-completion-mode is on.
7144 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7146         * ps-print.el: Doc fix.
7147         (ps-print-version): New version 6.6.5.
7148         (ps-printing-region): Doc fix.
7149         (ps-generate-string-list): Comment fix.
7150         (ps-message-log-max): Code fix.
7152 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7154         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
7155         generated PostScript.
7157 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
7159         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
7160         with Gnus v5_10 branch.)
7162 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7164         * calendar/time-date.el (time-to-number-of-days): New function.
7165         Imported from from Gnus.
7167 2004-07-22  Kim F. Storm  <storm@cua.dk>
7169         * progmodes/make-mode.el: Fix comments.
7171 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7173         * printing.el: Doc fix.
7175 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
7177         * frame.el (modify-all-frames-parameters): Minor doc fix.
7179 2004-07-20  Richard M. Stallman  <rms@gnu.org>
7181         * textmodes/fill.el (fill-nobreak-p): If this break point is
7182         at the end of the line, don't consider the newline which follows
7183         as a reason to return t.
7185 2004-07-19  John Paul Wallington  <jpw@gnu.org>
7187         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
7189 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
7191         * dired-aux.el (dired-do-kill-lines): Expand docstring.
7192         Delete irrelevant code.
7194 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
7196         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7197         New docstring.  From Luc Teirlinck.
7199 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
7201         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
7202         section.
7203         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
7204         non-file buffers.  We know it is nil.
7206 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
7208         Sync with Tramp 2.0.43.
7210         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7211         Remove outdated comment.
7212         (tramp-locked, tramp-locker): New variables for implementing a
7213         global lock.
7214         (tramp-sh-file-name-handler): Use them to implement the global lock.
7216 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
7218         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
7219         calls to respective `xxx` calls.
7220         (tramp-process-alive-regexp): Precise doc string.
7221         (tramp-multi-action-process-alive): New defun.
7222         (tramp-multi-actions): Use it.
7223         (tramp-handle-find-backup-file-name): `copy-tree' is available
7224         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
7225         in order to avoid this function.
7226         (tramp-handle-write-region): Set current buffer.  If connection
7227         wasn't open, `file-modes' has changed it accidently.  Reported by
7228         David Kastrup <dak@gnu.org>.
7229         (tramp-enter-password, tramp-read-passwd): New arguments USER and
7230         HOST.
7231         (tramp-action-password, tramp-multi-action-password): Apply it.
7232         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
7233         name must still contain the port number.  Otherwise, we have two
7234         Tramp buffers, with all the confusion.  Reported by Myron Selby
7235         <myron@xytech.com> and Rolf Dubitzky
7236         <Dubitzky@physi.uni-heidelberg.de>.
7238         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
7239         HOST to `tramp-enter-passwd'.
7241         * net/tramp-vc.el (all): Code cleanup.  Change all
7242         `tramp-handle-xxx' calls to respective `xxx` calls.
7244 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
7246         * emacs-lisp/testcover.el: New category "potentially-1valued" for
7247         functions that are not erroneous if either 1-valued or
7248         multi-valued.  Detect functions in this class.
7249         (testcover-1value-functions, testcover-compose-functions)
7250         (testcover-progn-functions) Add some additional functions to lists.
7251         (testcover-mark): Bugfix when marking up the definition for an
7252         empty function.
7254 2004-07-17  Richard M. Stallman  <rms@gnu.org>
7256         * replace.el (occur-read-primary-args): Pass default to
7257         read-from-minibuffer.
7259         * mail/footnote.el (footnote-section-tag): Use defcustom.
7261         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
7262         Compile font-lock-keywords, not KEYWORDS.
7263         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
7264         Add warn, check-type.  Handle cerror like error.
7266 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
7268         * progmodes/which-func.el (which-func-keymap): New var.
7269         (which-func-face): New face.
7270         (which-func-format): Use them.
7272 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
7274         * buff-menu.el (list-buffers-noselect): Append the buffer's
7275         process status to its mode name.
7277 2004-07-16  Kim F. Storm  <storm@cua.dk>
7279         * simple.el (inhibit-mark-movement): New defvar.
7280         (beginning-of-buffer, end-of-buffer): Do not push mark if
7281         inhibit-mark-movement is non-nil or C-u prefix is given.
7283         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
7284         Init to beginning-of-buffer and end-of-buffer.
7285         (cua--undo-push-mark): New defvar.
7286         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
7287         already active and command is in cua--preserve-mark-commands.
7288         Also fix check for shift modifier on non-window systems.
7289         (cua--post-command-handler): Clear inhibit-mark-movement if set.
7291 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
7293         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
7294         of two integers, instead of a cons.
7296         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7297         `visited-file-modtime' now returns a list of two integers, instead
7298         of a cons.
7300         * dired.el (dired-directory-changed-p): Ditto.
7302         * progmodes/grep.el (grep): Doc fix.
7304 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
7306         * autorevert.el (auto-revert-tail-mode)
7307         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
7308         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
7309         in both at the same time.
7310         (auto-revert-tail-mode): New command.
7311         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
7312         (auto-revert-handler): Revert only either tail or whole file.
7314         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
7315         add auto-revert-tail-mode.
7317 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7319         * printing.el: Doc fix.  Change name of some funs.
7320         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
7321         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
7322         (pr-standard-file-name): New fun.  Replace pr-standard-path.
7323         (pr-call-process): Code fix.
7325 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
7327         * subr.el (with-selected-window): Doc fix.
7329 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
7331         * subr.el (get-buffer-window-list): Doc fix.
7333 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
7335         * files.el (switch-to-buffer-other-window): Doc fix.
7337         * window.el (save-selected-window, one-window-p)
7338         (split-window-keep-point, split-window-vertically)
7339         (split-window-horizontally): Doc fixes.
7341 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7343         * printing.el: Doc fix.  Now it uses call-process instead of
7344         shell-command for low command execution.
7345         (pr-version): New version number (6.8).
7346         (pr-shell-file-name): Option removed.
7347         (pr-shell-command): Fun removed.
7348         (pr-call-process): New fun.  Replace pr-shell-command.
7349         (pr-standard-path, pr-remove-nil-from-list): New funs.
7350         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
7351         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
7352         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
7353         (pr-ps-utility-process, pr-txt-print): Code fix.
7355 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
7357         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
7358         boolean.
7360 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
7362         * wid-edit.el (widget-field-buffer): Doc fix.
7364 2004-07-09  John Paul Wallington  <jpw@gnu.org>
7366         * emacs-lisp/re-builder.el (reb-update-overlays):
7367         Distinguish between one and several matches in message.
7369 2004-07-09  Richard M. Stallman  <rms@gnu.org>
7371         * mouse.el (mouse-set-region-1): If transient-mark-mode
7372         is `identity', change it to `only'.
7374         * simple.el (current-word): Doc fix.
7376 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
7378         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
7379         so that it is more understanding of whitespace.
7381         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
7382         (("ns" . "element") (attr-list) children) instead of
7383         ((:ns . "element") (attr-list) children) in order to reduce the
7384         number of symbols used.
7385         (xml-skip-dtd): Change to use xml-parse-dtd but set
7386         xml-validating-parsing to nil.
7387         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
7388         (xml-substitute-entity): Remove in favor of new entity substitution.
7389         (xml-substitute-special): Rewrite in to substitute complex
7390         entities from DOCTYPE declarations.
7391         (xml-parse-fragment): Parse fragments from entity deleclarations.
7392         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
7393         (xml-parse-dtd, xml-substitute-special): Make validity checks
7394         conditioned on xml-validating-parser.  Add "Not Well Formed" to
7395         error messages about well-formedness.
7397 2004-07-08  Steven Tamm  <steventamm@mac.com>
7399         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
7400         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
7401         Do not treat double clicks and triple clicks specially in the
7402         scroll bar (preventing strange repositioning problems)
7404 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7406         * replace.el (query-replace-regexp-eval): Fix last change.
7408 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7410         * replace.el (query-replace-descr): New fun.
7411         (query-replace-read-from, query-replace-read-args): Default to the
7412         previous from&to.
7413         (query-replace-read-to): Quote the `from' string when displaying it.
7414         (query-replace-regexp-eval): Immediately check read-only status.
7415         Use query-replace-read-from to get the \n checking.
7416         Quote the `from' string when displaying it.
7417         (map-query-replace-regexp, occur-read-primary-args):
7418         Quote the `from' string when displaying it.
7420         * isearch.el (isearch-query-replace): Pass the regexp-ness and
7421         delimited-ness of the search to query-replace.
7423         * replace.el (query-replace-read-from, query-replace-read-to):
7424         New funs extracted from query-replace-read-args.
7425         (query-replace-read-args): Use them.
7427         * replace.el (query-replace-interactive, query-replace-read-args):
7428         Remove the `initial' special value.
7429         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
7430         (occur-engine): Remove unused var `matchend'.
7432         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
7433         Use the search string without prompting.
7435 2004-07-05  Kenichi Handa  <handa@m17n.org>
7437         * international/mule.el (decode-coding-inserted-region):
7438         Set last-coding-system-used only when coding is nil.
7440 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
7442         * progmodes/grep.el (grep-compute-defaults, grep-command)
7443         (grep-program, find-program, grep-find-use-xargs, grep-history)
7444         (grep-find-history, grep-tag-default, grep-find-command)
7445         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
7446         Add autoload cookies, for unbundled packages that load `compile'
7447         and expect all grep-related symbols to become defined.
7449 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
7451         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
7452         (iimage-mode-image-search-path): New user option to search the
7453         image file.
7454         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
7455         have locate-file.
7456         (iimage-mode-buffer): Use it.
7458 2004-07-03  Nick Roberts  <nickrob@gnu.org>
7460         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
7461         carefully.
7462         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
7464 2004-07-03  Juri Linkov  <juri@jurta.org>
7466         * replace.el (query-replace-read-args): Swallow space after 'foo,
7467         not after (quote foo).  Match space only immediately after symbol,
7468         not anywhere in the whole string.
7470 2004-07-02  Richard M. Stallman  <rms@gnu.org>
7472         * replace.el (query-replace-read-args): Swallow space after
7473         symbols, not after closeparens.  But avoid error if string ends there.
7475         * progmodes/python.el (python-beginning-of-statement):
7476         Exit the loop if backward-up-list gets error.
7478         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
7480 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
7482         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
7483         only if vc-consult-headers is non-nil.
7485 2004-07-02  Juri Linkov  <juri@jurta.org>
7487         * pcvs.el (cvs-mode-diff-repository): New command.
7489         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
7491 2004-07-01  Juri Linkov  <juri@jurta.org>
7493         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
7494         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
7495         C-M-% to isearch-query-replace-regexp.
7496         (minibuffer-local-isearch-map): Add arrow key bindings.
7497         Bind C-f to isearch-yank-char-in-minibuffer.
7498         (isearch-forward): Doc fix.
7499         (isearch-edit-string): Doc fix.
7500         (isearch-query-replace, isearch-query-replace-regexp): New funs.
7501         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
7502         (isearch-yank-char): Add optional arg.
7503         (isearch-yank-char-in-minibuffer): New fun.
7505         * replace.el (query-replace-interactive): Change type from boolean
7506         to choice.  Add value `initial'.
7507         (query-replace-read-args): Handle value `initial' of
7508         query-replace-interactive.
7510 2004-06-29  Kim F. Storm  <storm@cua.dk>
7512         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
7513         (breakpoint-disabled-bitmap-face): Add :group 'gud.
7515         * progmodes/ada-xref.el (ada-tight-gvd-integration):
7516         Add :group 'ada.
7518         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
7520 2004-06-29  Juri Linkov  <juri@jurta.org>
7522         * replace.el (query-replace-read-args): Swallow a space after
7523         everything except )]" which in most cases means after a symbol.
7525         * emacs-lisp/pp.el (pp-buffer): Add autoload.
7527 2004-06-28  Richard M. Stallman  <rms@gnu.org>
7529         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
7530         More changes to go with previous change in font-lock.el.
7532 2004-06-26  David Kastrup  <dak@gnu.org>
7534         * replace.el (perform-replace): Highlight the match even in
7535         non-query mode if there is potential replace string editing.
7537 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
7539         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
7540         agree with new return value of `file-remote-p'.
7541         This syncs with Tramp 2.0.42.
7543         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
7544         according to new documentation of `file-remote-p'.
7546         * files.el (file-remote-p): Fix doc to say that return value is
7547         identification of remote system, if not nil.
7548         (file-relative-name): Use new return value of `file-remote-p'.
7550 2004-06-26  Nick Roberts  <nickrob@gnu.org>
7552         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
7553         (gdb-goto-breakpoint): Fix breakage.
7555 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
7557         * man.el (Man-getpage-in-background): Add windows-nt to the list
7558         of systems where shell-file-name should be used instead of
7559         literal "sh".
7561 2004-06-25  Sam Steingold  <sds@gnu.org>
7563         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
7564         function names `(setf symbol)'.
7566 2004-06-24  Richard M. Stallman  <rms@gnu.org>
7568         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
7570         * font-lock.el (font-lock-keywords): Change format of compiled values.
7571         Document it.
7572         (font-lock-add-keywords): If font-lock-keywords is compiled,
7573         extract the uncompiled version, modify, then recompile.
7574         (font-lock-remove-keywords): Likewise.
7575         (font-lock-fontify-keywords-region): Handle changed format.
7576         (font-lock-compile-keywords): Handle changed format.
7577         (font-lock-set-defaults): Compile the keywords explicitly here.
7579 2004-06-24  David Kastrup  <dak@gnu.org>
7581         * replace.el (query-replace-read-args): Implement `\,' and `\#'
7582         replacements here.
7583         (query-replace-regexp): Doc string explaining this and the new
7584         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
7585         is better placed in `query-replace-read-args'.
7586         (replace-regexp): Explain `\,', `\#' and `\?'.
7587         (replace-match-data): New function for thorough reuse/destruction
7588         of old match-data.
7589         (replace-match-maybe-edit): Function for implementing `\?' editing.
7590         (perform-replace): Fix maintaining of the match stack including
7591         already matched regions, implement `\?', fix various problems
7592         with regions while editing and other stuff.
7593         (replace-highlight): Simplify.
7595 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
7597         * progmodes/grep.el (grep-error-screen-columns): New variable.
7598         (grep-regexp-alist): Give it the full functionality of gnu style
7599         compilation messages with line and column ranges.  Ask me for the
7600         perl script I'm working on, that uses these.
7602 2004-06-23  Nick Roberts  <nickrob@gnu.org>
7604         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
7605         Remove.
7606         (comint-insert-input, comint-mouse-insert-input): New functions
7607         based on comint-insert-clicked-input for two bindings but just
7608         one functionality.
7610 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
7612         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
7614 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
7616         * files.el (write-contents-functions): Doc fix.
7618 2004-06-21  Juanma Barranquero  <lektu@terra.es>
7620         * image.el (image-library-alist): Rewrite docstring in active voice.
7622 2004-06-20  Richard M. Stallman  <rms@gnu.org>
7624         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
7626         * isearch.el (isearch-repeat): Avoid testing old match data.
7627         (isearch-message): Display trailing space in special font
7628         when search is failing.
7629         (isearch-search-fun-function): Doc fix.
7631         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
7633 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
7635         * frame.el (show-trailing-whitespace): Doc fix.
7637         * cus-edit.el (custom-variable-documentation): New function.
7638         (custom-variable): Use it.
7640 2004-06-19  Nick Roberts  <nickrob@gnu.org>
7642         * man.el (Man-getpage-in-background): Revert previous change but
7643         make cygwin a special case.
7645 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
7647         * autorevert.el (global-auto-revert-non-file-buffers):
7648         Update docstring.
7650 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
7652         * progmodes/compile.el (compilation-error-properties): Store one
7653         more than end-col, if present, so that transient-mark-mode will
7654         highlight last char too.
7655         * progmodes/grep.el (grep-regexp-alist): Match columns and column
7656         ranges, if present.
7658 2004-06-18  Jason Rumney  <jasonr@gnu.org>
7660         * makefile.w32-in: Double percent signs in for loops.
7662 2004-06-17  David Kastrup  <dak@gnu.org>
7664         * replace.el (query-replace-read-args): Only warn about use of \n
7665         and \t when we are doing a regexp replacement and the actual
7666         escaped character is n or t.
7667         (query-replace-regexp): Add \, and \# interpretation to
7668         interactive call and document it.
7669         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
7670         as shortkey for replace-count.
7671         (replace-quote): New function for doubling backslashes.
7673 2004-06-17  Juanma Barranquero  <lektu@terra.es>
7675         * files.el (parse-colon-path, cd): Mention in docstring that the
7676         path separator is colon in GNU-like systems.
7678         * newcomment.el (comment-region-internal): Fix docstring.
7680         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
7681         (ewoc-invalidate, ewoc-collect): Doc fixes.
7682         (ewoc--create-node, ewoc--delete-node-internal):
7683         Fix typos in docstring.
7685 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
7687         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
7688         manual to docstring.
7690 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7692         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
7694 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
7696         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7697         Add hyperlink to emacs-xtra manual to docstring.
7699         * autorevert.el (global-auto-revert-non-file-buffers):
7700         Add hyperlink to emacs-xtra manual to docstring, as well as an
7701         info-link.
7703 2004-06-14  Juanma Barranquero  <lektu@terra.es>
7705         * image.el (image-library-alist): New variable to map image types
7706         to external libraries.  Initialized to nil, unless system-specific
7707         configs change it.
7708         (image-type-available-p): Determine whether an image type is
7709         available by calling `init-image-library'.
7711         * term/w32-win.el (image-library-alist): Initialize to a known set
7712         of probable library names.
7714 2004-06-14  Kenichi Handa  <handa@m17n.org>
7716         * international/code-pages.el (windows-1256, cp1125): Fix tables
7717         for several characters.
7719         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
7721 2004-06-13  Richard M. Stallman  <rms@gnu.org>
7723         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
7725         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
7726         not "`pc-selection-mode'".
7728         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
7730         * simple.el (previous-matching-history-element): Specify a default.
7732         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
7734         * cus-face.el (custom-declare-face): Simplify code.
7736         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
7738 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
7740         * files.el (before-save-hook): Add `time-stamp' to the options.
7742         * time-stamp.el (time-stamp): Recommend adding it to
7743         `before-save-hook', rather than `write-file-functions'.
7744         Make a similar change in `Commentary' section.
7746 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
7748         * diff-mode.el (diff-current-defun): If at start of hunk, use
7749         position of first change.
7751 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
7753         * dired-x.el (dired-mark-omitted): Bind to "*O".
7755 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
7757         * bookmark.el (bookmark-bmenu-relocate): New function, as
7758         suggested by David J. Biesack <David.Biesack@sas.com>.
7759         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
7760         (bookmark-bmenu-mode): Describe binding in doc string.
7761         (bookmark-set-filename): Save the bookmark list if it's time.
7763 2004-06-13  Kenichi Handa  <handa@m17n.org>
7765         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
7766         (ccl-untranslated-to-ucs): Fix typo.
7768 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
7770         * progmodes/python.el (python-open-block-statement-p):
7771         Fix indentation after a block opening that contains a comment.
7773 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
7775         * bindings.el (completion-ignored-extensions): Add file extensions
7776         of Python byte-compiled files.
7778 2004-06-12  Juri Linkov  <juri@jurta.org>
7780         * info.el (Info-goto-node): Add autoload.
7781         (Info-toc): Add substring-no-properties on Info file name.
7782         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
7783         (Info-mode-map): Bind L to Info-history, T to Info-toc.
7785 2004-06-12  Kenichi Handa  <handa@m17n.org>
7787         * international/mule-cmds.el (set-language-environment):
7788         Load subst tables if necessary.
7790         * international/mule.el (decode-char): Load subst tables if necessary.
7791         (encode-char): Likewise.
7793         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
7794         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
7795         (utf-16le-decode-loop): Set r5 to -1 before loop.
7796         (utf-16be-decode-loop): Likewise.
7797         (ccl-decode-mule-utf-16le): Add EOF processing block.
7798         (ccl-decode-mule-utf-16be): Likewise.
7799         (ccl-decode-mule-utf-16le-with-signature): Likewise.
7800         (ccl-decode-mule-utf-16be-with-signature): Likewise.
7801         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
7802         (ccl-mule-utf-16-encode-untrans): New CCL.
7803         (utf-16-decode-to-ucs): Handle pre-read character.
7804         (utf-16le-encode-loop): Handle surrogate pair.
7805         (utf-16be-encode-loop): Likewise.
7806         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
7807         of utf-16le-encode-loop.
7808         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
7809         of utf-16be-encode-loop.
7810         (mule-utf-16-post-read-conversion):
7811         Call utf-8-post-read-conversion at first.
7812         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
7813         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
7814         Add post-read-conversion and pre-write-conversion.
7816         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
7817         (utf-translate-cjk-unicode-range): New variable.
7818         (utf-translate-cjk-load-tables): New function.
7819         (utf-lookup-subst-table-for-decode): New function.
7820         (utf-lookup-subst-table-for-encode): New function.
7821         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
7822         tables here.  Update safe-charsets of utf-* coding systems.
7823         (ccl-mule-utf-untrans): New CCL.
7824         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
7825         at end of each branch.
7826         (ccl-mule-utf-8-encode-untrans): New CCL.
7827         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
7828         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
7829         length of encoding.  Don't return r0.
7830         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
7831         (utf-8-post-read-conversion): Narrow to region properly.
7832         If utf-translate-cjk-mode is on, load tables if necessary.
7833         Call utf-8-compose with hash-table arg if necessary.
7834         Call XXX-compose-region instead of XXX-post-read-convesion.
7835         (utf-8-pre-write-conversion): New function.
7836         (mule-utf-8): Include CJK charsets in safe-charsets if
7837         utf-translate-cjk-mode is on.  Add pre-write-conversion.
7839         * international/characters.el: Temporarily set
7840         utf-translate-cjk-mode to nil.
7842         * language/devan-util.el (devanagari-compose-region):
7843         Add autoload cookie.
7845         * international/ccl.el (ccl-dump-call): Fix printing the
7846         subroutine name.
7848 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
7850         * dired.el (dired-revert): If buffer is marked unmodified before
7851         reverting, keep it marked unmodified.
7852         Adapt to new conventions for commenting out code.
7853         (dired-make-relative): Adapt to new conventions for commenting out code.
7855 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
7857         * eshell/esh-module.el (eshell-load-defgroups):
7858         Bind `vc-handled-backends' to nil when opening files.
7860 2004-06-11  Juanma Barranquero  <lektu@terra.es>
7862         * files.el (parse-colon-path, cd): Doc fixes (refer to
7863         `path-separator', not colon).
7865 2004-06-10  Juanma Barranquero  <lektu@terra.es>
7867         * newcomment.el (comment-search-forward)
7868         (comment-search-backward): Fix typos in docstring.
7869         (comment-region): Doc fix.
7871 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
7873         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
7874         switch is no longer stored in `dired-switches-alist'.
7876         * dired-aux.el (dired-insert-subdir): Do not store R switch in
7877         `dired-switches-alist'.
7879 2004-06-10  Kim F. Storm  <storm@cua.dk>
7881         * pcvs.el (cvs-mode-diff-yesterday): New command.
7883         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
7885 2004-06-10  Juri Linkov  <juri@jurta.org>
7887         * emacs-lisp/edebug.el (edebug-eval-defun):
7888         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
7889         Fix docstring.
7891         * simple.el (eval-expression-print-format): Don't print additional
7892         information on the first call to `eval-print-last-sexp'.
7893         (next-error-find-buffer): Fix punctuation.
7894         (killing) <defgroup>: Fix punctuation.
7895         (yank-excluded-properties): Change group from editing to killing.
7897         * replace.el (perform-replace): Use `limit' to terminate the
7898         while-loop explicitly.
7900 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7902         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
7903         Use lc-*.xpm as prefix instead of *-locol.xpm.
7905         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
7906         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
7907         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
7908         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
7909         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
7910         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
7911         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
7912         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
7913         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
7914         * toolbar/lc-up_arrow.xpm:
7915         Rename from *-locol.xpm.
7917 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
7919         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
7920         include forms like &<str>; as valid url patterns.
7922 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
7924         * dired.el (dired-diff, dired-backup-diff)
7925         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
7926         (dired-do-chown, dired-do-touch, dired-do-print)
7927         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
7928         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
7929         (dired-create-directory, dired-do-copy, dired-do-symlink)
7930         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
7931         (dired-do-copy-regexp, dired-do-hardlink-regexp)
7932         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
7933         (dired-maybe-insert-subdir, dired-next-subdir)
7934         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
7935         (dired-kill-subdir, dired-tree-up, dired-tree-down)
7936         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
7937         (dired-run-shell-command, dired-query): Remove redundant,
7938         or incorrect, autoloads.
7940         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
7941         does not end in a slash.  Add optional argument KILL-ROOT.
7942         Update docstring.
7943         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
7944         (dired-query): Add autoloads.
7946 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
7948         * progmodes/compile.el (compilation-set-window-height):
7949         Rearrange the save-* functions because a buffer can have several current
7950         point in different windows.
7951         (compilation-error-regexp-alist-alist): Recognize {standard input}
7952         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
7954 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7956         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
7957         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
7958         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
7959         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
7960         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
7961         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
7962         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
7963         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
7964         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
7965         * toolbar/up_arrow-locol.xpm:
7966         New versions of icons that uses fewer colors.
7968         * toolbar/tool-bar.el (tool-bar-local-item)
7969         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
7970         if display-color-cells is 256 or less.
7972 2004-06-08  Kim F. Storm  <storm@cua.dk>
7974         * wid-edit.el (widget-specify-button): Use hand pointer rather
7975         than mouse-face as visible mouse-over effect.
7977 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
7979         * saveplace.el (save-place-alist-to-file): Bind `print-length'
7980         and `print-level' to nil when writing out `save-place-alist'.
7981         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
7983 2004-06-07  Juanma Barranquero  <lektu@terra.es>
7985         * completion.el (completion-kill-region): Doc fix.
7987         * format.el (format-insert-annotations)
7988         (format-annotate-location): Doc fixes.
7989         (format-subtract-regions): Make arguments match their use in docstring.
7991         * simple.el (kill-region): Doc fix.
7993         * subr.el (insert-buffer-substring-no-properties)
7994         (insert-buffer-substring-as-yank): Doc fixes.
7996 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
7998         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7999         Update docstring.
8000         (dired-reset-subdir-switches): New function.
8002         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
8003         Limit scope of `buffer-read-only' binding.
8005 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
8007         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
8008         eshell-explicit-command-char.
8010 2004-06-06  Juanma Barranquero  <lektu@terra.es>
8012         * help-fns.el (help-argument-name): Inherit from italic face only
8013         if the frame supports it.
8015 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8017         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
8018         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
8019         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
8020         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
8021         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
8022         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
8023         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
8024         New conversions from xpm files.
8026         * toolbar/README: New file.
8028 2004-06-06  Richard M. Stallman  <rms@gnu.org>
8030         * isearch.el (isearch-mode-map): Undo previous change.
8032 2004-06-05  Juri Linkov  <juri@jurta.org>
8034         * bindings.el (debug-ignored-errors): Add regexps for history
8035         related messages.  Remove $ from "No further undo information".
8036         Move Ediff's messages to ediff.el.
8038         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
8040         * cus-edit.el (custom-display): Add `min-colors'.
8042         * custom.el (defface): Add `supports' to docstring.
8044         * help-fns.el (help-argument-name): Add :group 'help.
8046 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
8048         * find-dired.el (find-ls-subdir-switches): New user option.
8049         (find-dired): No longer call `abbreviate-file-name' on DIR.
8050         Set `dired-subdir-switches' buffer-locally.
8052         * locate.el: Merge the two `Commentary' sections.
8053         (locate-ls-subdir-switches): New user option.
8054         (locate): Update for other changes.
8055         (locate-mode-map): Restore Dired binding for mouse-2.
8056         Bind `locate-mouse-view-file' to M-mouse-2.
8057         Bind `l' to `locate-do-redisplay'.
8058         (locate-main-listing-line-p, locate-do-redisplay): New functions.
8059         (locate-mouse-view-file, locate-tags, locate-find-directory):
8060         Print message if used outside main listing.
8061         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
8062         Various changes to support inserted subdirectories.
8063         (locate-insert-header): Change header of *Locate* buffer.
8065         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8066         Change interactive default switches.
8067         (dired-rename-subdir-2): Update `dired-switches-alist'.
8068         (dired-insert-subdir, dired-kill-subdir):
8069         Handle `dired-switches-alist'.  Do not mark buffer modified.
8070         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
8071         (dired-insert-subdir-doinsert): Omit messages.
8072         Handle `dired-subdir-switches'.
8073         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
8075         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
8076         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
8077         subdirs if -R switch is used for a subdir.
8078         (dired-mode): Set `dired-switches-alist'.
8079         (dired-build-subdir-alist): Only print number of directories in
8080         echo area when invoked interactively.
8082 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
8084         * dired-x.el (dired-omit-mode): Rename from
8085         dired-omit-files-p.  Use define-minor-mode to define it.
8086         (dired-omit-files-p): Add as alias for dired-omit-mode.
8087         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
8088         dired-mark-omitted.
8089         (dired-mark-omitted): Add.  Bind to M-O.
8091 2004-06-05  Kenichi Handa  <handa@m17n.org>
8093         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
8095 2004-06-05  Juanma Barranquero  <lektu@terra.es>
8097         * help-fns.el (help-argument-name): Reintroduce face.
8098         (help-default-arg-highlight): Use it, now that
8099         `face-differs-from-default-p' can be trusted.
8101 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
8103         * textmodes/table.el: Sentence commands added to Point Motion
8104         group; kill and backward-kill commands added to Extraction group.
8106 2004-06-04  Mario Lang  <mlang@delysid.org>
8108         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
8109         systems appear to use mW, make the code handle this.  Fix a
8110         division-by-zero bug while at it, and handle kernels with
8111         a slightly different layout in /proc/acpi.
8113 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
8115         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
8116         because the latter is a CL-ism.  This fixes the bug reported by
8117         Shawn Boyette <mdxi@collapsar.net> in
8118         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
8120 2004-06-04  Miles Bader  <miles@gnu.org>
8122         * faces.el (display-supports-face-attributes-p): Function moved to
8123         C code.  Previously only the tty-related portion of this function
8124         was done in C; however the previous attempt to do a halfway-proper
8125         job for non-tty displays in lisp didn't work properly because of
8126         funny conditions during Emacs startup.
8127         (face-differs-from-default-p): Simplify, now that
8128         display-supports-face-attributes-p works properly on all display
8129         types.  Remove :stipple from comparison; it doesn't really work
8130         in emacs anyway.
8132 2004-06-04  Miles Bader  <miles@gnu.org>
8134         * faces.el (face-differs-from-default-p): Use a different
8135         implementation, so we can really check whether FACE displays
8136         differently or not.
8138 2004-06-04  Miles Bader  <miles@gnu.org>
8140         * faces.el (display-supports-face-attributes-p): Implement a
8141         `different from default' check for non-tty displays.
8143 2004-06-03  David Kastrup  <dak@gnu.org>
8145         * woman.el (woman-mapcan): More concise code.
8146         (woman-topic-all-completions, woman-topic-all-completions-1)
8147         (woman-topic-all-completions-merge): Replace by a simpler and
8148         much faster implementation based on O(n log n) sort/merge instead
8149         of the old O(n^2) behavior.
8151 2004-06-03  Miles Bader  <miles@gnu.org>
8153         * subr.el (read-number): Use canonical format for default in prompt.
8155         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
8156         Add regexp for " [...]" style defaults.
8158 2004-06-02  Romain Francoise  <romain@orebokech.com>
8160         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
8161         groups: if the user asks for a hidden buffer, open the
8162         corresponding filter group to expose it.
8164         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
8165         `ibuffer-jump-to-buffer'.
8166         (ibuffer-jump-offer-only-visible-buffers): New user option.
8168 2004-06-02  Juanma Barranquero  <lektu@terra.es>
8170         * faces.el (frame-update-faces): Add empty docstring so the one
8171         for `ignore' doesn't show through.
8173         * subr.el (process-kill-without-query): Remove spurious "\n" on
8174         obsolescence string.
8175         (focus-frame, unfocus-frame): Add obsolescence declaration and
8176         empty docstring.
8178         * international/mule.el (register-char-codings): Make alias for
8179         `ignore'.  Move docstring to obsolescence info and remove redundancy.
8181 2004-06-02  Kim F. Storm  <storm@cua.dk>
8183         * frame.el (blink-cursor-start): Turn cursor off initially so blink
8184         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
8186 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8188         * comint.el (comint-replace-by-expanded-history-before-point):
8189         Obey `start' as the docstring says.
8190         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
8191         (comint-update-fence): Prevent font-lock from running unnecessarily.
8192         (comint-dynamic-list-completions): Use with-current-buffer.
8194 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8196         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
8197         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
8198         (bibtex-entry-update): Handle alternatives and optional fields.
8199         (bibtex-parse-entry): Bugfix, handle empty key.
8201 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8203         * vc-arch.el (vc-arch-state): Don't assume the file exists.
8205 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
8207         * desktop.el (desktop-save): Don't save minor modes without a
8208         known mode initialization function.
8210 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
8212         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
8214         * autorevert.el: Update `Commentary' section.
8216 2004-05-30  Juanma Barranquero  <lektu@terra.es>
8218         * dos-fns.el (convert-standard-filename):
8219         * files.el (convert-standard-filename):
8220         * w32-fns.el (convert-standard-filename):
8221         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
8223 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
8225         Sync with Tramp.
8227         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
8228         (tramp-let-maybe): Move to an earlier spot in the file.
8229         Patch by Andreas Schwab.
8231 2004-05-30  Andreas Schwab  <schwab@suse.de>
8233         * dired.el (dired-get-filename): Don't use dired-re-dot.
8235 2004-05-30  Richard M. Stallman  <rms@gnu.org>
8237         * files.el (find-file): Doc fix.
8239         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
8241 2004-05-30  Nick Roberts  <nickrob@gnu.org>
8243         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
8244         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
8245         modeline of the locals buffer.
8246         (gdb-goto-breakpoint): Handle gdbmi.
8247         (gdb-get-frame-number): Change for gdbmi.
8249 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
8251         * files.el (file-remote-p): Apply file name handler for operation
8252         `file-remote-p'.  It isn' a property any longer.
8253         (file-relative-name): `fh' and `fd' get the required value via
8254         `find-file-name-handler' already.
8256         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
8257         (top): Remove setting of `file-remote-p' property for
8258         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
8260 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
8262         Version 2.0.41 of Tramp released.
8264         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
8265         Throw away if process has died.
8266         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
8267         (tramp-out-of-band-prompt-regexp): Rename to
8268         `tramp-process-alive-regexp', because its usage is widen.
8269         (tramp-actions-copy-out-of-band): Apply it.
8270         (tramp-actions-before-shell, tramp-multi-actions):
8271         Add `tramp-action-process-alive' action.
8272         (tramp-action-process-alive): New defun.
8273         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8274         Add entry for `file-remote-p'.
8275         (tramp-handle-file-remote-p): New defun.
8276         (top): Remove setting of `file-remote-p'.  Don't set
8277         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
8279         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8280         `file-remote-p'.
8282         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
8283         counted for (last) line.  [They should or they shouldn't?  --Stef]
8284         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
8286 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
8288         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
8289         not really necessary but seems to keep the shell history smaller
8290         in some cases.  It is no substitute for setting HISTFILE and
8291         HISTSIZE from tramp-open-connection-setup-interactive-shell,
8292         though.  Suggested by Luc Teirlinck.
8293         (tramp-open-connection-setup-interactive-shell): Export variables
8294         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
8295         (tramp-set-process-query-on-exit-flag): New compat function.
8296         (tramp-open-connection-multi, tramp-open-connection-su)
8297         (tramp-open-connection-rsh, tramp-open-connection-telnet)
8298         (tramp-do-copy-or-rename-file-out-of-band): Use it.
8299         (tramp-let-maybe): New macro, let-binds a variable only if it
8300         isn't obsolete.
8301         (tramp-check-ls-commands, tramp-handle-expand-file-name)
8302         (tramp-handle-file-truename): Use it.
8303         (tramp-completion-file-name-regexp-unified): Avoid matching
8304         filenames starting with "/:" -- those are reserved for
8305         file-name-non-special.
8307         * tramp-smb.el (tramp-smb-open-connection):
8308         Use tramp-set-process-query-on-exit-flag compat function.
8310 2004-05-29  Richard M. Stallman  <rms@gnu.org>
8312         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
8314         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
8315         (eval-last-sexp-print-value): Print char equivalent regardless
8316         of standard-output value.
8318         * thumbs.el (thumbs-subst-char-in-string): Delete.
8319         (thumbs-thumbname): Use subst-char-in-string.
8320         (thumbs-resize-image): Use condition-case, not ignore-errors.
8321         (thumbs-kill-buffer): Likewise.
8323         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
8324         (thumbs-mode): Make buffer read-only.
8325         (thumbs-make-thumb): Unconditionally accept an existing file.
8326         (thumbs-insert-thumb): Add thumb-image-file property to the image.
8327         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
8328         (thumbs-show-thumbs-list): Error if images not supported.
8329         (thumbs-save-current-image): Improve prompt string.
8330         (thumbs-mode-map): Define u, R, x.
8331         (thumbs-unmark): New command.
8332         (thumbs-emboss-image): Minor cleanup.
8333         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
8334         (thumbs-rename-images): New command.
8335         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
8337         * thumbs.el (thumbs-current-image): New function.
8338         (thumbs-file-list, thumbs-file-alist): New functions.
8339         (thumbs-find-image): Delete arg L.
8340         Don't set up thumbs-fileL as buffer-local global var.
8341         (thumbs-find-image-at-point): Use thumbs-current-image.
8342         (thumbs-set-image-at-point-to-root-window): Likewise.
8343         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
8344         Record and warn about errors.  Update thumbs-markedL for deletions.
8345         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
8346         (thumbs-redraw-buffer): Use thumbs-file-list.
8347         (thumbs-mark): Use thumbs-current-image.
8348         (thumbs-show-name): Use thumbs-current-image.
8350         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
8351         and imenu--last-menubar-index-alist.
8353         * subr.el (with-selected-window): Undo previous change.
8355 2004-05-29  John Paul Wallington  <jpw@gnu.org>
8357         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
8358         (thumbs-mouse-find-image): New command.
8359         (thumbs-mode-map): Bind it to mouse-2.
8360         (thumbs-mode): Make mode-class special.
8361         (thumbs-view-image-mode): Likewise.
8363 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
8365         * flymake.el: New file.
8367 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
8369         * files.el (find-file-noselect-1): Do not bind
8370         `inhibit-read-only' to t during execution of
8371         `find-file-not-found-functions'.
8373 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8375         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
8376         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
8378 2004-05-28  Juri Linkov  <juri@jurta.org>
8380         * simple.el (eval-expression-print-format): New fun.
8382         * simple.el (eval-expression):
8383         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8384         * emacs-lisp/edebug.el (edebug-compute-previous-result)
8385         (edebug-eval-expression): Print additionally the value returned by
8386         `eval-expression-print-format'.
8388         * emacs-lisp/lisp.el (insert-pair-alist): New var.
8389         (insert-pair): Make arguments optional.  Find character pair
8390         from `insert-pair-alist' according to the last input event.
8391         (insert-parentheses): Make arguments optional.
8392         (raise-sexp, delete-pair): New funs.
8394         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
8395         (emacs-lisp-mode-map, lisp-interaction-mode-map):
8396         Bind C-M-q to `indent-pp-sexp'.
8398         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
8399         `pp-to-string' modified to be able to format text with newlines.
8400         (pp-to-string): Move the buffer-formatting part of the code to
8401         `pp-buffer'.  Call `pp-buffer'.
8403         * info.el (Info-desktop-buffer-misc-data): Don't save information
8404         about virtual files.
8405         (Info-restore-desktop-buffer): Restore Info buffers in prepared
8406         buffers with names obtained from the desktop file instead of the
8407         default *info* buffer.
8409 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8411         * subr.el (with-selected-window): Only save/restore the selected window.
8413         * progmodes/compile.el (compilation-error-regexp-alist):
8414         Use expand-file-name and data-directory.
8416         * progmodes/grep.el (grep-tree): Rework previous fix.
8418         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
8419         after the user marked text with the mouse.
8421         * startup.el (command-line): Keep the first regexp of
8422         auto-save-file-name-transforms intact.
8424 2004-05-28  Juanma Barranquero  <lektu@terra.es>
8426         * cus-edit.el (customize-face, customize-face-other-window)
8427         (custom-face-edit-delete): Make arguments match their use in
8428         docstring.
8429         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
8430         docstring.
8432         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
8433         not `cvs-butlast'.
8435         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
8436         `nbutlast' are in subr.el).
8438         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
8439         (set-w32-system-coding-system): Doc fixes.
8441         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
8442         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
8443         Make arguments match their use in docstring.
8444         (artist-draw-region-trim-line-endings)
8445         (artist-mouse-choose-operation): Fix typo in docstring.
8446         (artist-key-set-point-common): Doc fix.
8448 2004-05-28  Simon Josefsson  <jas@extundo.com>
8450         * mail/smtpmail.el (smtpmail-open-stream):
8451         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
8453 2004-05-26  Simon Josefsson  <jas@extundo.com>
8455         * starttls.el: Merge with my GNUTLS based starttls.el.
8456         (starttls-gnutls-program, starttls-use-gnutls)
8457         (starttls-extra-arguments, starttls-process-connection-type)
8458         (starttls-connect, starttls-failure, starttls-success): New variables.
8459         (starttls-program, starttls-extra-args): Doc fix.
8460         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
8461         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
8462         and pass on to corresponding *-gnutls function if it is set.
8464 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
8466         * autorevert.el (auto-revert-handler): Disable auto-reverting of
8467         remote files.
8469 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
8471         * files.el (file-name-non-special): There are more operations
8472         which need handling: `find-backup-file-name',
8473         `insert-file-contents', `verify-visited-file-modtime',
8474         `write-region'.  Rename t value of method to `add'.  Add new
8475         methods `quote' and `unquote-then-quote' to file-arg-indices.
8477 2004-05-25  Juri Linkov  <juri@jurta.org>
8479         * info.el (Info-toc): Call Info-mode on intermediate buffer.
8480         (Info-index-nodes): Enclose code in condition-case to catch errors.
8481         (Info-index-node): Don't search all index nodes if request is only
8482         for the current node and file is not in the cache of index nodes.
8483         (Info-mode-map): Bind Info-copy-current-node-name to `w'
8484         for consistency with dired-copy-filename-as-kill.
8485         Bind `S' to Info-search-case-sensitively.
8486         (Info-copy-current-node-name): New arg.  With zero prefix arg put
8487         the name inside a function call to `info'.  Display copied text in
8488         the echo area.
8490 2004-05-25  Sam Steingold  <sds@gnu.org>
8492         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
8493         strip the package prefix from the symbol name, if any.
8494         Make it the `find-tag-default-function' for `lisp-mode'.
8496 2004-05-25  John Paul Wallington  <jpw@gnu.org>
8498         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
8499         instead of obsolete `process-kill-without-query'.
8501         * textmodes/texinfmt.el (texinfo-indexvar-alist):
8502         Declare as variable, not constant.
8504 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
8506         * files.el (find-file-noselect-1): Fix bug introduced by
8507         Revision 1.694.  As a side effect, `inhibit-read-only'
8508         is again, by default, t during execution of
8509         `find-file-not-found-functions'.
8510         (insert-directory): Check that lines were really inserted by
8511         the --dired switch, before erasing them.
8513 2004-05-24  Nick Roberts  <nickrob@gnu.org>
8515         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
8516         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
8517         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
8518         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
8519         gud-minor-mode (gdbmi).
8521 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
8523         * net/browse-url.el (browse-url-interactive-arg): Enable user to
8524         explicitly select the text to be taken as URL.
8526 2004-05-23  Juri Linkov  <juri@jurta.org>
8528         * info.el (Info-index-nodes): New var and fun.
8529         (Info-goto-index, Info-index, info-apropos)
8530         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
8531         (Info-index): Fix docstring.  Store and restore Info-history-list.
8532         (Info-complete-nodes): New var.
8533         (Info-complete-menu-item): Use it.
8534         (Info-index-node): New fun.
8535         (Info-final-node, Info-forward-node, Info-backward-node)
8536         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
8537         Use Info-index-node.
8538         (Info-extract-menu-item, Info-extract-menu-counting): Set second
8539         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
8540         (Info-find-node-2): If a node with period in its name not found,
8541         try to find a node without the name part after period.
8542         (Info-select-node): Call Info-fontify-node only if
8543         Info-fontify-maximum-menu-size is not nil.
8544         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
8545         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
8546         Preserve Info-history-list.
8547         (Info-toc): Set Info-current-file.
8548         (Info-build-toc): Move point to the beginning of the buffer.
8549         Add main-file variable.
8550         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
8551         Use backslashed representation of the control character ^_.
8553         * textmodes/texinfmt.el (texinfo-print-index): Print index line
8554         numbers in the new Texinfo 4.7 format.
8556         * add-log.el (change-log-font-lock-keywords): Remove `:' from
8557         regexps for function and variable names.
8559         * descr-text.el (describe-property-list): Add [show] button for
8560         `syntax-table' property with action to pp to a separate buffer.
8561         (describe-char): Replace search-forward by re-search-forward with
8562         whitespace regexp after "character:" to not fail in too narrow windows.
8564         * simple.el (next-error-find-buffer): Add a rule to return
8565         next-error capable buffer if one window on the selected frame
8566         displays such buffer.
8568 2004-05-23  Nick Roberts  <nickrob@gnu.org>
8570         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
8571         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
8572         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
8573         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
8574         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
8575         Handle new value for gud-minor-mode (gdbmi).
8576         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
8577         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
8578         Change from local to global gdb variable set.
8579         (gdb-ann3): Initialise above gdb variable set.
8580         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
8581         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
8582         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
8583         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
8584         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
8585         (gdb-info-locals-handler, gdb-invalidate-assembler)
8586         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
8587         set as global variables.
8588         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
8589         Handle gdbmi.
8590         (gdb-info-breakpoints-custom): Fix regexp.
8591         (def-gdb-var): Delete.
8593         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
8594         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
8595         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
8596         a new mode.  The file (gdb-mi.el) for this mode will be included
8597         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
8598         primary interface.
8600 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
8602         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
8603         interpreted as a directory.
8605 2004-05-22  Richard M. Stallman  <rms@gnu.org>
8607         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
8608         as a close quote.
8610         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
8612         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
8613         Use assoc-string, not assoc-ignore-case.
8615         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
8617         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
8618         If moving back then fwd gets a defun that ends before point,
8619         try again moving fwd then back.
8621         * files.el (file-name-non-special): Allow t in file-arg-indices
8622         to mean requote the return value.  Use `identity' as an element
8623         rather than as the whole value.
8625         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
8627 2004-05-22  Juanma Barranquero  <lektu@terra.es>
8629         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
8630         `help-make-usage'.
8631         (help-highlight-arguments): Skip function name before searching
8632         for arguments.
8634 2004-05-21  Juanma Barranquero  <lektu@terra.es>
8636         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
8637         Don't mention in the docstring these arguments meant for
8638         internal (recursive) use only.
8639         (allout-char-spec): Comment out (it's not implemented).
8640         (allout-old-expose-topic, allout-exposure): Fix docstring and add
8641         obsolescence declaration.
8642         (allout-flatten-exposed-to-buffer)
8643         (allout-indented-exposed-to-buffer): Fix typos in docstring.
8644         (my-mark-marker): Doc fix.
8645         (produce-allout-mode-map, allout-sibling-index)
8646         (allout-isearch-expose, allout-distinctive-bullet)
8647         (allout-open-topic, allout-reindent-body)
8648         (allout-rebullet-heading, allout-process-exposed)
8649         (allout-insert-listified, allout-latex-verb-quote)
8650         (allout-insert-latex-header, allout-insert-latex-trailer):
8651         Make arguments match their use in docstring.
8652         (allout-primary-bullet, allout-old-style-prefixes)
8653         (allout-inhibit-protection, allout-init, allout-mode)
8654         (allout-before-change-protect, allout-flag-region):
8655         Use "Emacs" instead of "emacs" in docstrings.
8657 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
8659         * international/characters.el: Modify syntax of more characters.
8661 2004-05-21  Masatake YAMATO  <jet@gyve.org>
8663         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
8664         (etags-tags-completion-table): Show parsing progress.
8666 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
8668         * locate.el (locate-prompt-for-command): Shorten first line of
8669         docstring.
8670         (locate-mode): Expand docstring and include keymap summary.
8672         * files.el (find-file-noselect-1): Limit the scope of the
8673         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
8674         is, by default, nil during the execution of
8675         `find-file-not-found-functions' and `find-file-hook'.
8677 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
8679         * facemenu.el (facemenu-color-name-equal): New function.
8680         (list-colors-display): Use it to compare colors instead of
8681         facemenu-color-equal.
8683 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
8685         * compare-w.el (compare-windows-face): Use min-colors instead of
8686         checking for tty or pc types.
8688 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8690         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
8691         (completion-setup-function): Use with-current-buffer.
8692         Properly save excursion.  Simplify.
8693         Don't assume there is necessarily a `mouse-face' property somewhere.
8695         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
8697         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
8699         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
8700         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
8701         Use with-current-buffer.
8702         (byte-goto-log-buffer): Delete.
8703         (byte-compile-log-file): Call compilation-forget-errors.
8705 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
8707         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
8708         output messages into the search result.
8710 2004-05-19  Masatake YAMATO  <jet@gyve.org>
8712         * wid-edit.el (widget-radio-button-notify): Revert my last
8713         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8715 2004-05-19  Kenichi Handa  <handa@m17n.org>
8717         * international/characters.el: Fix syntax (open/close) of CJK chars.
8719 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
8721         * help-mode.el (help-go-back): Don't depend on position of back button.
8723 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8725         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
8726         files files don't contain an accidental additional /.
8728         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
8729         in source buffer.
8731 2004-05-18  Masatake YAMATO  <jet@gyve.org>
8733         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
8734         to widget-apply.  :action method assumes 2 arguments, not 3.
8736 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
8738         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
8739         New constants.
8740         (hs-special-modes-alist): Add an f90-mode entry.
8742 2004-05-17  Sam Steingold  <sds@gnu.org>
8744         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
8745         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
8747 2004-05-16  Kim F. Storm  <storm@cua.dk>
8749         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
8751 2004-05-15  John Wiegley  <johnw@newartisans.com>
8753         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
8754         (eshell-output-object-to-target): Improve output speed 20% by not
8755         calling `eshell-stringify' if something is already known to be a string.
8757 2004-05-15  Alex Ott  <ott@jet.msk.su>
8759         * textmodes/ispell.el (ispell-local-dictionary-alist):
8760         Add windows-1251 to the choice of coding systems.
8761         (ispell-dictionary-alist-6): Add support for "russianw.aff",
8762         encoded in cp1251.
8764 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
8766         * progmodes/compile.el (compilation-warning-face)
8767         (compilation-info-face): Use min-colors.
8769 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8771         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
8772         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
8773         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
8774         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
8775         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
8776         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
8777         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
8778         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
8779         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
8780         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
8781         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
8782         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
8783         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
8784         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
8786 2004-05-15  Kim F. Storm  <storm@cua.dk>
8788         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
8789         Use it to set triggered-p element of timer.
8790         (timer-event-handler): Set triggered-p element non-nil while running
8791         the timer function.
8793 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8795         * descr-text.el (describe-char-unicode-data)
8796         (describe-char-unicodedata-file): Re-enable the unicode code now that
8797         the licensing issues have been cleared in the unicode-4 license.
8798         (describe-text-properties-1): Remove unused `overlay' var.
8799         (describe-char): Remove unused var `buffer'.
8801 2004-05-14  David Ponce  <david@dponce.com>
8803         * tree-widget.el: New file.
8805 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
8807         * language/european.el ("Brazilian Portuguese"): Add support for
8808         Brazilian Portuguese.
8810 2004-05-13  John Wiegley  <johnw@newartisans.com>
8812         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
8813         `recentf-mode' if this variable has been customized to t.
8815         * eshell/esh-test.el (eshell-test): Call the function
8816         `emacs-version' rather than trying to build a custom version string.
8818 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8820         * net/telnet.el (telnet-mode): Use define-derived-mode.
8821         Don't modify the global value of comint-prompt-regexp.
8823 2004-05-13  John Paul Wallington  <jpw@gnu.org>
8825         * version.el (emacs-version): Check for `gtk' feature before
8826         `x-toolkit' feature.
8828 2004-05-13  Juanma Barranquero  <lektu@terra.es>
8830         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
8831         arguments in the docstring, they're used only in recursive calls.
8833         * help-fns.el (help-arg-highlighting-function)
8834         (help-argument-name): Delete.
8835         (help-default-arg-highlight): New function.
8836         (help-do-arg-highlighting): Use it.
8838 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
8840         * calendar/appt.el (appt-disp-window):
8841         Use `calendar-set-mode-line' for a centered mode-line.
8843 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
8845         * calendar/appt.el (appt-disp-window): Do not split window
8846         excessively when `split-height-threshold' is low.
8848 2004-05-12  Nick Roberts  <nickrob@gnu.org>
8850         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
8851         kill-buffer-hook here and make it local.
8852         (gud-kill-buffer-hook): Use kill-process for a sure kill.
8854 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
8856         * progmodes/compile.el (compilation-set-window-height):
8857         Use save-excursion to protect against misplaced marker.
8859 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8861         * custom.el (defface): Document that type can have value gtk.
8863         * faces.el (face-spec-set-match-display): Handle type gtk in display.
8865 2004-05-12  Kenichi Handa  <handa@m17n.org>
8867         * descr-text.el: Require quail at comile time.
8868         (describe-char): If an input method is on and it supports the
8869         character, show how to input it.
8871         * international/quail.el (quail-install-decode-map): Accept a
8872         char-table whose subtype is `quail-decode-map'.
8873         (quail-store-decode-map-key, quail-gen-decode-map1)
8874         (quail-gen-decode-map, quail-find-key1, quail-find-key)
8875         (quail-show-key): New functions.
8877 2004-05-12  Juanma Barranquero  <lektu@terra.es>
8879         * generic.el (define-generic-mode): Remove redundant arglist info.
8881         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
8882         Make arguments match their use in docstring.
8883         (help-arg-highlighting-function): New variable.
8884         (help-argument-name): Mention it in the docstring.
8885         (help-do-arg-highlight): Use it.  Expand regexp to accept also
8886         ARG-xxx and xxx-ARG references.
8888 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
8890         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
8891         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
8892         and "mailto:addr1?to=addr2" equal.
8894 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
8896         * man.el (Man-getpage-in-background): Use shell-file-name
8897         and shell-command-switch variables instead of hard-coded values.
8899 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
8901         * iimage.el: New file.
8903 2004-05-11  Juanma Barranquero  <lektu@terra.es>
8905         * custom.el (custom-initialize-default, defcustom):
8906         Fix typo in docstring.
8908         * files.el (set-visited-file-name, file-expand-wildcards):
8909         Fix docstring.
8911 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8913         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
8915         * subr.el (eventp): Be more discriminating with integers.
8917 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
8919         * progmodes/compile.el (compile): Add universal prefix arg.
8920         (compilation-error-regexp-alist-alist): Add edg patterns.
8922 2004-05-10  Sam Steingold  <sds@gnu.org>
8924         * textmodes/ispell.el (ispell-message):
8925         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
8927 2004-05-10  Dave Love  <fx@gnu.org>
8929         * progmodes/python.el (help-buffer): Autoload when compiling.
8930         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
8931         (run-python): Prepend to any existing PYTHONPATH.
8933 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
8935         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
8936         for pending breakpoints.
8938 2004-05-10  Richard M. Stallman  <rms@gnu.org>
8940         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
8941         directly without calling any functions in Rmail.
8942         (unrmail-unprune): Function deleted.
8944 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8946         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
8947         C-c C-z binding.
8949 2004-05-10  Kenichi Handa  <handa@m17n.org>
8951         * descr-text.el (describe-char): Fix previous change.  Don't make
8952         a unibyte character to multibyte in the *Help* buffer.
8954 2004-05-10  Miles Bader  <miles@gnu.org>
8956         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
8957         buffer an error if the debugger process is actually running.
8959 2004-05-10  Juanma Barranquero  <lektu@terra.es>
8961         * help-fns.el (help-argument-name): Default to italic.
8962         (help-highlight-arguments): Return always (usage . doc), even when
8963         usage is nil.
8965         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
8966         (define-ibuffer-filter): Add usage info.
8967         (define-ibuffer-op): Add usage info (but CL-style defaults for
8968         keyword args are not shown).
8970         * subr.el (remove-overlays, read-passwd): Fix docstring.
8971         (start-process-shell-command): Fix docstring.  Put usage info in a
8972         format usable by `describe-function'.
8973         (open-network-stream, open-network-stream-nowait)
8974         (open-network-stream-server): Fix docstring.
8976 2004-05-09  Jason Rumney  <jasonr@gnu.org>
8978         * international/code-pages (cp932, cp936, cp949, c950): Remove.
8979         Only define cp125* if windows-125* is already defined.
8981         * language/korean.el (cp949): Add alias.
8983         * language/chinese.el (cp936, cp950): Add aliases.
8985         * language/japanese.el (cp932): Add alias.
8987         * term/w32-win.el: Require code-pages.
8989         * international/mule-cmds.el (set-locale-environment):
8990         On MS-Windows use ansi code-page for default coding-systems.
8991         Set up paper sizes for Windows 3 letter languages.
8993         * international/code-pages.el (cp932, cp936, cp949, cp950):
8994         Add aliases.  Also add cp125* if not already defined.
8996 2004-05-09  Juanma Barranquero  <lektu@terra.es>
8998         * help-fns.el (help-highlight-arguments): Don't try to highlight
8999         missing or autoloaded arglists.  Accept structured arguments, like
9000         the first ones of `do' and `flet'.
9002         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
9003         (cvs-get-marked): Remove redundant arglist info.
9005         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
9006         Don't use CL-style default args.
9008 2004-05-08  Andreas Schwab  <schwab@suse.de>
9010         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
9012         * international/subst-ksc.el: Fix references to utf-translate-cjk
9013         into utf-translate-cjk-mode.
9014         * international/subst-big5.el: Likewise.
9015         * international/subst-gb2312.el: Likewise.
9016         * international/subst-jis.el: Likewise.
9017         * international/utf-16.el: Likewise.
9018         * international/utf-8.el: Likewise.
9020 2004-05-08  John Wiegley  <johnw@newartisans.com>
9022         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
9023         "virtual buffers" (off by default), which makes it possible to
9024         switch to the "virtual" buffers of recently visited files.  When a
9025         buffer name search fails, and this option is on, iswitchb will
9026         look at the list of recently visited files, and permit matching
9027         against those names.  When the user hits RET on a match, it will
9028         revisit that file.
9029         (iswitchb-read-buffer): Add two optional arguments, which makes
9030         isearchb.el possible.
9031         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
9032         (iswitchb-next-match): Add support for virtual buffers.
9034         * isearchb.el: This module extends iswitchb to provide "as you
9035         type" buffer selection.
9037         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
9038         Ignore the read-only property when flyspell highlighting is on.
9039         Not ignoring it leads to a series of confusing errors.
9040         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
9041         but also make sure to call flyspell-incorrect-hook.
9042         (flyspell-maybe-correct-transposition): Perform transposition test
9043         by bit twiddling a string, rather than using a temp buffer.
9044         (flyspell-maybe-correct-doubling): Use a string rather than a temp
9045         buffer.  This is also the original version of the code, which
9046         could not be checked in before due to a previous lack of
9047         assignment papers.  This version has seen heavy usage on my system
9048         for several years now.
9050         * calendar/cal-bahai.el: New file, which adds support for the
9051         Baha'i calendar to Emacs.  This calendar is based on a solar year
9052         of 19 months of 19 days, with 4 intercalary days.  Each year
9053         begins on March 21, with the calendar starting in 1844.
9055         * calendar/cal-menu.el, calendar/calendar.el,
9056         calendar/diary-lib.el, calendar/holidays.el: Added support for
9057         using cal-bahai.el.
9059         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
9060         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
9061         function can be used outside of eshell buffers.
9062         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
9064 2004-05-08  Juanma Barranquero  <lektu@terra.es>
9066         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
9067         word constituent so FOO-ARG is not recognized as an arg.
9068         (help-highlight-arguments): Don't skip lists in mandatory arguments.
9070         * simple.el (next-error): Fix typo in docstring.
9071         (open-line): Make argument names match their use in docstring.
9072         (split-line): Fix docstring.
9074         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
9075         usable by `describe-function'.
9076         (gensym, gentemp, typep, ignore-errors): Make argument names match
9077         their use in docstring.
9079         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
9080         argument to `help-setup-xref'.
9082 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
9084         Version 2.0.40 of Tramp released.
9086         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
9087         Use symbol-function to invoke functions only known on some Emacs
9088         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
9089         Scaldeferri <kevin@scaldeferri.com>.
9090         (tramp-do-copy-or-rename-file-via-buffer): Rename from
9091         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
9092         consistent with the other tramp-do-* functions.
9093         (tramp-do-copy-or-rename-file): Calls adjusted.
9094         (tramp-process-initial-commands): Avoid liveness check on shell --
9095         we know that it must be alive since we're opening a connection at
9096         this moment.
9097         (tramp-last-cmd): New internal variable.
9098         (tramp-process-echoes): New tunable.
9099         (tramp-send-command): Set tramp-last-cmd.
9100         (tramp-wait-for-output): Delete echo, if applicable.
9101         (tramp-read-passwd): Construct the key for the password cache in a
9102         way that works for multi methods, too.
9103         (tramp-bug): Add backup-directory-alist and
9104         bkup-backup-directory-info to bug reports, with Tramp counterparts.
9106 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
9108         * net/tramp*.el: Suppress byte-compiler warnings where possible.
9110         * net/tramp.el (tramp-out-of-band-prompt-regexp)
9111         (tramp-actions-copy-out-of-band): New defcustoms.
9112         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
9113         used instead of a synchronous one.  Allows password entering.
9114         (tramp-action-out-of-band): New defun.
9115         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
9116         Remove restriction with password from doc string.
9117         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
9118         `tramp-out-of-band-prompt-regexp',
9119         `tramp-actions-copy-out-of-band', `password-cache' and
9120         `password-cache-expiry'.
9121         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
9122         password caching.
9123         (tramp-touch): FILE can be a local file, too.
9124         (TODO): Remove items done.
9125         (tramp-handle-insert-directory): Properly quote file name also if
9126         not full-directory-p.  Handle wildcard case.  Reported by Andreas
9127         Schwab <schwab@suse.de>.
9128         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
9129         new file.
9130         (tramp-handle-file-local-copy, tramp-handle-write-region):
9131         The permissions of the temporary file are set if filename exists.
9132         Reported by Ted Stern <stern@cray.com>.
9133         (tramp-backup-directory-alist)
9134         (tramp-bkup-backup-directory-info): New defcustoms.
9135         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
9136         (tramp-handle-find-backup-file-name): New function.
9137         Implements Tramp's find-backup-file-name.
9139         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
9140         for `find-backup-file-name'.
9142         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
9143         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
9145 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
9147         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
9149 2004-05-07  Juanma Barranquero  <lektu@terra.es>
9151         * subr.el (lambda): Add arglist description to docstring.
9152         (declare): Fix typo in docstring.
9153         (open-network-stream): Fix docstring.
9154         (process-kill-without-query): Fix docstring and add obsolescence info.
9155         (last, butlast, nbutlast): Make arguments match their use in docstring.
9156         (insert-buffer-substring-no-properties): Likewise.
9157         (insert-buffer-substring-as-yank): Likewise.
9158         (split-string): Fix docstring.
9160         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9161         Make argument names match their use in docstring.
9163         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
9165 2004-05-06  Nick Roberts  <nickrob@gnu.org>
9167         * progmodes/gdb-ui.el: Improve/extend documentation strings.
9168         Fit first sentence on one line for apropos-command.
9170 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9172         Changes largely merged in from Dave Love's code.
9173         * progmodes/python.el: Doc fixes.
9174         (python-mode-map): Add python-complete-symbol.
9175         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
9176         (python-comment-indent, python-complete-symbol)
9177         (python-symbol-completions, python-partial-symbol)
9178         (python-try-complete): New.
9179         (python-indent-line): Remove optional arg.  Use python-block-end-p.
9180         (python-check): Bind compilation-error-regexp-alist.
9181         (inferior-python-mode): Use rx.  Move keybindings to top level.
9182         Set comint-input-filter.
9183         (python-preoutput-filter): Use rx.
9184         (python-input-filter): Re-introduce.
9185         (python-proc): Start new process if necessary.
9186         Check python-buffer non-nil.
9187         (view-return-to-alist): Defvar.
9188         (python-send-receive): New.
9189         (python-eldoc-function): Use it.
9190         (python-mode-running): Don't defvar.
9191         (python-mode): Set comment-indent-function.
9192         Maybe update hippie-expand-try-functions-list.
9193         (python-indentation-levels): Initialize differently.
9194         (python-block-end-p): New.
9195         (python-indent-line): Use it.
9196         (python-compilation-regexp-alist): Augment.
9197         (run-python): Import `emacs' module to Python rather than loading
9198         code directly.  Set python-buffer differently.
9199         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
9200         Use python-proc.
9201         (python-send-command): Go to end of comint buffer.
9202         (python-load-file): Use python-proc, emacs.eimport.
9203         (python-describe-symbol): Simplify interactive form.
9204         Use emacs.help.  Do use temp-buffer-show-hook.
9205         Call print-help-return-message.
9206         (hippie-exp): Require when compiling.
9207         (python-preoutput-continuation): Use rx.
9209         * diff-mode.el (diff-make-unified): Fix regexp.
9211 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
9213         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
9214         filter groups from the buffer when rebuilding the Ibuffer buffer
9215         and `ibuffer-show-empty-filter-groups' is nil.
9217 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9219         * ps-print.el (ps-print-quote): Call ps-value-string.
9220         (ps-setup): Call ps-comment-string.
9221         (ps-value-string, ps-comment-string): New funs.
9223 2004-05-06  Juanma Barranquero  <lektu@terra.es>
9225         * ehelp.el (electric-help-command-loop): Check whether the last
9226         character is visible, not (point-max).
9228         * help-fns.el (help-argument-name): Default to bold; don't inherit
9229         from font-lock-variable-name-face.
9230         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
9232 2004-05-05  Kenichi Handa  <handa@m17n.org>
9234         * descr-text.el (describe-char): Copy the character with text
9235         properties and overlays into the first line, and call
9236         describe-text-properties on it.
9238 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
9240         * iswitchb.el (iswitchb-global-map): Fix typo.
9241         Remove unwanted ###autoloads from source file.
9243 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
9245         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
9246         in run-hooks.  Use substitute-command-keys in message.
9247         (wdired-abort-changes): Add message.
9249 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
9251         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
9252         (sql-emacs20-p): Remove.
9253         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
9254         (sql-builtin-face, sql-doc-face): Remove.
9255         (sql-mode-ansi-font-lock-keywords)
9256         (sql-mode-oracle-font-lock-keywords)
9257         (sql-mode-postgres-font-lock-keywords)
9258         (sql-mode-linter-font-lock-keywords)
9259         (sql-mode-ms-font-lock-keywords)
9260         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
9261         (sql-product-font-lock): Fix font-lock reset when font rules change.
9262         (sql-highlight-product): Remove incorrect font-lock reset logic.
9264 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
9266         * ses.el (ses-set-parameter): Fix typo.
9268 2004-05-04  Kim F. Storm  <storm@cua.dk>
9270         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
9271         Must expand directory for completion to work; and don't mess with
9272         process-environment.
9273         (ido-read-file-name): If command has ido property, don't use ido
9274         if value is ignore, or read as directory if value is dir.
9275         Set ido ignore property for dired-do-rename command.
9277 2004-05-04  Juanma Barranquero  <lektu@terra.es>
9279         * ehelp.el (electric-help-command-loop, electric-help-undefined)
9280         (electric-help-help): Check against unmapped commands.
9282         * help-fns.el (help-argument-name): New face, inheriting from
9283         font-lock-variable-name-face, to highlight function arguments in
9284         `describe-function' and `describe-key'.
9285         (help-do-arg-highlight): Auxiliary function to highlight a given
9286         list of arguments in a string.
9287         (help-highlight-arguments): Highlight the function arguments and
9288         all uses of them in the docstring.
9289         (describe-function-1): Use it.  Do docstring output via `insert',
9290         not 'princ', so text attributes are preserved.
9292         * winner.el (winner-mode-map): Move `winner-undo' and
9293         `winner-redo' to C-c <left> and C-c <right>, respectively (the
9294         previous bindings conflict with `prev-buffer', `next-buffer').
9296 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9298         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
9299         (bibtex-entry-update): New command bound to C-c C-u.
9300         (bibtex-text-in-string): Fix regexp.
9301         (bibtex-assoc-of-regexp): Remove.
9302         (bibtex-progress-message): Fix docstring.
9303         (bibtex-inside-field): Use if.
9304         (bibtex-assoc-regexp): New function.
9305         (bibtex-format-entry): Make code more robust so that it formats
9306         also old entries.
9307         (bibtex-autokey-demangle-title): Merge with obsolete function
9308         bibtex-assoc-of-regexp.
9309         (bibtex-field-list): New function.
9310         (bibtex-entry): Use bibtex-field-list.
9311         (bibtex-parse-entry): Fix docstring.
9312         (bibtex-print-help-message): Use bibtex-field-list.
9313         (bibtex-make-field): Use bibtex-field-list.
9314         (bibtex-entry-index): Bugfix.  Return crossref key if required.
9315         (bibtex-lessp): Fix docstring.
9317 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
9319         * select.el (xselect-convert-to-string): Move comment to intended line.
9321 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9323         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
9324         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
9326 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9328         * term/x-win.el (x-clipboard-yank): Don't exit on error from
9329         x-get-selection.
9331 2004-05-03  Jason Rumney  <jasonr@gnu.org>
9333         * makefile.nt: Remove.
9335 2004-05-03  Kim F. Storm  <storm@cua.dk>
9337         * emulation/cua-base.el (cua--update-indications): Fix last change.
9338         (cua-mode): Deactivate mark when cua-mode is enabled.
9340 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
9342         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
9344 2004-05-03  Nick Roberts  <nickrob@gnu.org>
9346         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
9347         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
9348         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
9349         window over visible frames.
9350         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
9352 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9354         * progmodes/compile.el (compilation-gcpro): New var.
9355         (compilation-fake-loc): Use it.
9356         (compilation-forget-errors): Reset it.
9358 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
9360         * diff-mode.el (diff-header-face, diff-file-header-face):
9361         Use min-colors.
9363 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9365         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
9366         (bibtex-clean-entry): Disentangle code.
9367         (bibtex-realign): New function.
9368         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
9369         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
9370         Remove undocumented optional arg called-by-convert-alien.
9371         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
9372         for sorting instead of bibtex-sort-buffer.
9374 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
9376         * progmodes/compile.el (compilation-start): In the
9377         no-async-subprocesses branch, call sit-for to give redisplay a
9378         chance to show the updated process status in the mode line, and
9379         fontify the buffer explicitly after the process exits.
9381 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9383         * progmodes/python.el (python-compilation-line-number): Remove.
9384         (python-compilation-regexp-alist): Don't use it any more.
9385         (python-orig-start, python-input-filter): Remove.
9386         (inferior-python-mode): Don't set up comint-input-filter-functions.
9387         (python-send-region): Use compilation-fake-loc.
9389         * progmodes/compile.el (compilation-messages-start): New var.
9390         (compilation-mode): Don't setup next-error-function here.
9391         (compilation-setup): Set it up here instead (for minor modes as well).
9392         Make compilation-messages-start buffer local.
9393         (compilation-next-error-function): Use it.
9394         (compilation-forget-errors): Set compilation-messages-start.
9396 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
9398         * ielm.el (ielm-prompt-read-only): Update docstring.
9400         * comint.el (comint-prompt-read-only): Update docstring.
9401         (comint-update-fence, comint-kill-whole-line)
9402         (comint-kill-region): New functions.
9404         * simple.el (kill-whole-line): Use "p" instead of "P" in
9405         interactive form.
9407 2004-05-01  Juanma Barranquero  <lektu@terra.es>
9409         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
9410         format arglist so default values in CL-style argument lists are
9411         correctly shown.
9413 2004-05-01  Jason Rumney  <jasonr@gnu.org>
9415         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
9417 2004-05-01  Kenichi Handa  <handa@m17n.org>
9419         * international/titdic-cnv.el (miscdic-convert): Don't generate a
9420         quail file if it is up to date.
9422 2004-04-30  Juri Linkov  <juri@jurta.org>
9424         * cus-edit.el (custom-mode-map):
9425         Add key binding `C-x C-s' to `Custom-save'.
9427         * outline.el (outline-blank-line): New var.
9428         (outline-next-preface, outline-show-heading)
9429         (outline-end-of-subtree): Use it.
9431         * dired-aux.el (dired-touch-initial): New fun.
9432         (dired-do-chxxx): Call it for op-symbol `touch'.
9433         (dired-diff): Use `dired-dwim-target-directory'
9434         if current dired buffer has no buffer mark.
9436         * bindings.el (propertized-buffer-identification):
9437         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
9438         Add C-M-arrow keys for consistency.
9440         * files.el (confirm-kill-emacs):
9441         Change group from top-level `emacs' to `convenience'.
9443         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9444         Push mark on the first call of successive command calls.
9445         (insert-pair): New fun created from `insert-parentheses' with
9446         `open' and `close' arguments added.  Enclose active regions
9447         in paired characters.  Compare adjacent characters syntax with
9448         inserted characters syntax before inserting a space.
9449         (insert-parentheses): Call `insert-pair' with ?\( ?\).
9451         * delsel.el: Don't put `delete-selection' property
9452         on `insert-parentheses' symbol to take advantage of
9453         region handling in `insert-pair' function.
9454         Suggested by Stephan Stahl <stahl@eos.franken.de>.
9456 2004-04-30  Kim F. Storm  <storm@cua.dk>
9458         * emulation/cua-base.el: Add support for changing cursor types;
9459         based on patch from Michael Mauger.
9460         (cua-normal-cursor-color, cua-read-only-cursor-color)
9461         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
9462         Customization cursor type and/or cursor color.
9463         (cua--update-indications): Handle cursor type changes.
9464         (cua-mode): Update cursor indications if enabled.
9466         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
9468         * mouse.el (mouse-drag-copy-region): New defcustom.
9469         (mouse-set-region, mouse-drag-region-1): Use it.
9471         * simple.el (kill-ring-save): If region face background color is
9472         unspecified (if no highlighting), show extent of fully visible
9473         region even if transient-mark-mode is enabled.
9475         * emulation/cua-base.el (cua--standard-movement-commands):
9476         Add cua-scroll-up and cua-scroll-down.
9477         (cua-scroll-up, cua-scroll-down): New commands.
9478         (cua--init-keymaps): Remap scroll-up and scroll-down.
9480         * emulation/cua-rect.el (cua--convert-rectangle-as):
9481         New defmacro.
9482         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
9483         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
9484         New commands (suggested by Jordan Breeding).
9486 2004-04-30  Juanma Barranquero  <lektu@terra.es>
9488         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
9490 2004-04-30  Mario Lang  <mlang@delysid.org>
9492         * diff.el (diff-switches): Fix typo in docstring.
9494 2004-04-30  Alex Schroeder  <alex@gnu.org>
9496         * xml.el (xml-debug-print-internal): Don't add newline and
9497         indentation to text nodes and write empty elements as empty tags
9498         instead of opening and closing tags.
9499         (xml-debug-print): Take optional indent-string argument.
9500         (xml-print): Alias for xml-debug-print.
9502 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
9504         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
9505         than duplicate call to `line-beginning-position'.
9507         * progmodes/f90.el (f90-get-present-comment-type):
9508         Return whitespace, as well as comment chars, for consistent filling
9509         of comment blocks.  Use `match-string-no-properties'.
9510         (f90-break-line): Trim trailing whitespace when filling comments.
9512 2004-04-30  Dave Love  <fx@gnu.org>
9514         * calendar/diary-lib.el (diary-outlook-formats): New variable.
9515         (diary-from-outlook-internal, diary-from-outlook)
9516         (diary-from-outlook-gnus, diary-from-outlook-rmail):
9517         New functions to import diary entries from Outlook-format
9518         appointments in mail messages.
9520 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9522         * progmodes/python.el (python-send-command): New fun.
9523         (python-send-region, python-load-file): Use it.
9525         * progmodes/compile.el (compilation-last-buffer): Add var alias.
9527         * help-fns.el (help-C-file-name): Use new subr-name.
9528         Prepend `src/' to the file name.
9529         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
9530         (describe-function-1, describe-variable): Only find a C source file
9531         name if DOC is already loaded.
9533         * help-mode.el (help-function-def, help-variable-def):
9534         Use the new find-function-search-for-symbol functionality.
9535         Allow FILE to be `C-source'.
9537         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
9538         (find-function-C-source): New fun.
9539         (find-function-search-for-symbol): Use it.
9541 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
9543         * progmodes/sql.el (sql-product-alist): Rename variable
9544         `sql-product-support'.  Add Postgres login parameters.
9545         (sql-set-product, sql-product-feature): Update with renamed variable.
9546         (sql-connect-postgres): Add username prompt.
9547         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
9548         Make patterns less product specific.
9549         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
9550         (sql-mode-abbrev-table): Modify initialization.
9551         (sql-builtin-face): Add variable.
9552         (sql-keywords-re): Add macro.
9553         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
9554         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
9555         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
9556         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
9557         (sql-mode-linter-font-lock-keywords)
9558         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
9559         (sql-mode-sybase-font-lock-keywords)
9560         (sql-mode-informix-font-lock-keywords)
9561         (sql-mode-interbase-font-lock-keywords)
9562         (sql-mode-ingres-font-lock-keywords)
9563         (sql-mode-solid-font-lock-keywords)
9564         (sql-mode-sqlite-font-lock-keywords)
9565         (sql-mode-db2-font-lock-keywords): Default to nil.
9566         (sql-product-font-lock): Always highlight ANSI keywords.
9567         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
9568         (sql-send-string): Add function.
9570 2004-04-29  Dave Love  <fx@gnu.org>
9572         * progmodes/cfengine.el (cfengine-beginning-of-defun)
9573         (cfengine-end-of-defun): Ensure progress through buffer.
9575         * info-look.el (cfengine-mode): Accept a terminal ().
9577 2004-04-29  Juri Linkov  <juri@jurta.org>
9579         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
9580         instead of isearch-yank-word-or-char.  Add new key bindings for
9581         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
9582         (isearch-del-char): New fun.
9583         (isearch-forward, isearch-edit-string): Update docstring.
9584         (isearch-yank-char): Doc fix.
9585         (isearch-other-meta-char): Restore point after scrolling.
9587         * progmodes/compile.el (compilation-context-lines): Add nil option
9588         to disable compilation output window scrolling.
9589         (compilation-set-window): Use it.
9591         * outline.el (outline-next-preface, outline-show-heading):
9592         Don't leave unhidden blank line before heading.
9593         (outline-end-of-subtree): Include last newline into subtree.
9594         (hide-entry): Leave point at beginning of heading instead of end.
9595         (outline-up-heading): Push mark for the first call of successive
9596         command calls.
9598 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
9600         * comint.el (comint-prompt-read-only): New variable.
9601         (comint-output-filter): Implement it.
9603         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
9604         (ielm-prompt-internal): New variable.
9605         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
9606         (ielm-send-input): Delete unused variable `buf'.
9607         (ielm-eval-input): Use `ielm-prompt-internal'.
9608         (inferior-emacs-lisp-mode): Use new variables
9609         `comint-prompt-read-only' and `ielm-prompt-internal'.
9610         Get rid of obsolete variable `directory-sep-char'.
9611         (ielm): Use `zerop'.
9613 2004-04-29  John Paul Wallington  <jpw@gnu.org>
9615         * thumbs.el (toplevel): Require cl at compile time.
9616         Remove conditional definitions of `ignore-errors' and `caddar'
9617         because they occur at run time.
9619 2004-04-28  Nick Roberts  <nickrob@gnu.org>
9621         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
9622         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
9623         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9624         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
9626         * progmodes/gud.el (gud-common-init): Throw an error if program is
9627         already running under gdb.
9629 2004-04-28  John Paul Wallington  <jpw@gnu.org>
9631         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
9632         (thumbs-show-image-num): Move assignment of
9633         `thumbs-current-image-filename' within scope of `i'.
9634         (thumbs-emboss-image): Don't use `evenp'.
9636 2004-04-28  Richard M. Stallman  <rms@gnu.org>
9638         * progmodes/compile.el (compilation-context-lines): Default now 0.
9640 2004-04-28  Juanma Barranquero  <lektu@terra.es>
9642         Use `time-less-p' from calendar/time-date.el instead of defining
9643         custom versions of it.
9645         * pcomplete.el (pcomplete-time-less-p): Remove.
9647         * thumbs.el (time-less-p): Remove.
9649         * calendar/timeclock.el (timeclock-time-less-p): Remove.
9650         (timeclock-generate-report): Use `time-less-p'.
9652         * emacs-lisp/autoload.el (autoload-before-p): Remove.
9653         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
9655 2004-04-28  Masatake YAMATO  <jet@gyve.org>
9657         * subr.el (remove-overlays): Make arguments optional.
9659         * wid-edit.el (widget-specify-button): Put evaporate to the
9660         overlay for sample.
9661         (widget-specify-sample): Put evaporate to the overlay for sample.
9662         (widget-specify-doc): Put evaporate to the overlay for documentation.
9664 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
9666         * info.el (info-apropos): Make it an index node.  Align node names
9667         like makeinfo.
9669 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
9671         * net/browse-url.el (browse-url-netscape-sentinel)
9672         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
9673         (browse-url-epiphany-sentinel, browse-url-mosaic):
9674         Use browse-url-*-program instead of a literal program name.
9676 2004-04-27  Kevin Ryde  <user42@zip.com.au>
9678         * eshell/em-alias.el:
9679         * eshell/em-dirs.el:
9680         * eshell/em-hist.el:
9681         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
9682         features when M-x customize-group loads modules before the main
9683         eshell.el.
9685 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
9687         * subr.el (momentary-string-display): Support EXIT-CHAR that is
9688         either a character representation of an event or an event
9689         description list.
9691         * type-break.el: Capitalise Emacs and Lisp.
9692         (type-break-good-break-interval, type-break-demo-boring-stats)
9693         (type-break-terse-messages, type-break-file-name): New defcustoms.
9694         (type-break-post-command-hook)
9695         (type-break-warning-countdown-string): Quote variable names in doc.
9696         (type-break-interval-start, type-break-auto-save-file-name): New vars.
9697         (type-break-mode): Document type-break-good-break-interval and the
9698         "session" file.  Schedule break according to the session file.
9699         Kill session file buffer on exit.  Organise for save-some-buffers
9700         to always save the session file.
9701         (type-break-mode-line-message-mode, type-break-query-mode):
9702         Uppercase arguments.
9703         (type-break-file-time, type-break-file-keystroke-count, timep)
9704         (type-break-choose-file, type-break-get-previous-time)
9705         (type-break-get-previous-count): New defuns.
9706         (type-break): Avoid break querying after a completed break in the
9707         case where the query was initiated during user invocation of the
9708         break.  Optional terse messages.
9709         Use type-break-good-break-interval if type-break-good-rest-interval is
9710         nil.  File the break time.
9711         (type-break-schedule): New optional args for overriding the use of
9712         the current time.
9713         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
9714         after a break.
9715         (type-break-check): File the keystroke count.
9716         (type-break-do-query): Prevent a second query when the break is
9717         interrupted.  Optional terse message.
9718         (type-break-keystroke-reset): Record the start of a typing interval.
9719         (type-break-demo-boring): Optional terse messages.  Display word
9720         per minute and keystroke counts according to
9721         type-break-demo-boring-stats.
9723 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
9725         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
9726         directories, make sure they exist under archive-tmpdir.
9728 2004-04-27  Juri Linkov  <juri@jurta.org>
9730         * help.el (view-emacs-news): With argument, display info for the
9731         selected version by finding it among different NEWS files, and
9732         narrowing the buffer to the selected version.
9734         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
9735         same-window-buffer-names.
9736         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
9737         non-numeric prefix argument, append the number to the buffer name
9738         for numeric prefix argument.
9739         (info-other-window): Bind same-window-regexps to nil.
9740         (Info-reference-name): Rename to Info-point-loc.
9741         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
9742         and Info-find-index-name for stringy Info-point-loc.
9743         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
9744         without middle `.', but with final `.' and optional line number
9745         for it.  Set Info-point-loc for index nodes.
9746         (Info-index): Remove middle `.' from index entry regexp.
9747         Modify line number regexp.
9748         (Info-index-next): Decrement line number.
9749         (info-apropos): Remove middle `.' from index entry regexp.
9750         Add optional line number regexp at the end.  Add matched value
9751         for line number to the result list and insert it to the buffer.
9752         Replace match-string by match-string-no-properties.
9753         Reorder result list.
9754         (Info-fontify-node): Hide index line numbers.
9755         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
9756         empty matches.
9757         (Info-follow-reference): Use `str' instead of
9758         Info-following-node-name-re.
9759         (Info-toc): Use full file names.  Set Info-current-node to "Top".
9760         (Info-fontify-node): Compare file names without directory name.
9761         (Info-try-follow-nearest-node): Don't set Info-reference-name.
9762         Set second arg of Info-extract-menu-node-name for index nodes.
9763         (info-xref-visited): Use magenta3 instead of magenta4.
9764         (Info-mode): Add info-apropos to docstring.
9766         * log-view.el (log-view-diff): Replace interactive code "r"
9767         by a list to allow to call it even if region is not active.
9769         * paren.el (show-paren-highlight-openparen): New var.
9770         (show-paren-function): Turn on openparen highlighting when
9771         matching forward if show-paren-highlight-openparen is non-nil.
9773         * simple.el (kill-ring-save): Use blink-matching-delay instead of
9774         the constant value 1.
9775         (completions-common-part): Expand docstring.
9777         * textmodes/picture.el (picture-mode-map): Add arrow keys.
9779 2004-04-27  Kim F. Storm  <storm@cua.dk>
9781         * image.el (insert-sliced-image): Use line-height instead of
9782         line-spacing property on newline.
9784 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
9786         * desktop.el (desktop-buffer-misc-data-function): Rename to
9787         desktop-save-buffer and change docstring.
9788         (desktop-buffer-modes-to-save): Delete.
9789         (desktop-save-buffer-p): Use desktop-save-buffer instead of
9790         desktop-buffer-modes-to-save.
9791         (desktop-save): Rename desktop-buffer-misc-data-function to
9792         desktop-save-buffer and allow non-function value.
9793         (desktop-missing-file-warning): Correct docstring.
9795         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
9796         to desktop-save-buffer.
9798         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
9799         desktop-save-buffer.
9801         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
9803         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
9805 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
9807         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
9809 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
9811         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
9812         (ielm): Only go to the end of the buffer when starting a new process.
9814 2004-04-25  Juanma Barranquero  <lektu@terra.es>
9816         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
9817         mode line.  Bind `inhibit-read-only' to t before modifying
9818         properties of text in the buffer.
9819         (ielm): Force point to the end of buffer, even when running ielm
9820         from inside itself.
9822 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
9824         * info.el (info-apropos): Reset Info-complete-cache.
9826 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
9828         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9829         Also recognize severe Irix et al. messages.
9830         (compilation-normalize-filename, compile-abbreviate-directory):
9831         Delete functions.
9832         (compilation-get-file-structure): New function inherits
9833         functionality of the two preceding ones.
9834         (compilation-internal-error-properties, compilation-fake-loc):
9835         Use it so that different paths to the same file share the same
9836         markers.  Also optimize finding adjacent marker slightly.
9838 2004-04-25  Kim F. Storm  <storm@cua.dk>
9840         * image.el (insert-sliced-image): Add line-spacing t property
9841         to newlines separating image lines.
9843 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
9845         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
9847         * ielm.el (ielm-prompt-read-only): New user option.
9848         (ielm-prompt): Expand docstring to describe new behavior.
9849         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
9850         mention it in the docstring.
9852 2004-04-24  Andreas Schwab  <schwab@suse.de>
9854         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
9856         * diff.el (diff): Set default-directory in diff buffer.
9858 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
9860         * mail/sendmail.el (mail-bury): Don't delete the frame where the
9861         mail was being composed if the terminal cannot display more than
9862         one frame; instead, switch to previous frame.
9864         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
9865         (rmail-start-mail): Support rmail-mail-new-frame even on
9866         terminals that can display only one frame at a time.
9868 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9870         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
9871         (checkdoc-output-font-lock-keywords): Remove error regexp.
9872         (checkdoc-output-mode-map): Remove.
9873         (checkdoc-output-mode): Derive from compilation-mode.
9874         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
9876         * dired.el (dired-mode-map): Add a menu entry for wdired.
9878         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
9879         (rx-bracket, rx-check-any, rx-any): Clean up name space.
9881         * wdired.el: (wdired-mode-map): Move init into declaration.
9882         Fix `return' binding.
9883         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9884         Use force-mode-line-update.
9885         (wdired-get-filename): Use `unless'.
9886         (wdired-preprocess-files): Don't assume names have no \n and use / for
9887         dir separator.
9888         (wdired-normalize-filename): Use replace-regexp-in-string.
9889         (wdired-load-hooks): Remove.
9890         (wdired-mode-hooks): Rename to wdired-mode-hook.
9892         * info-look.el: Add support for cfengine-mode.
9893         (info-lookup-setup-mode): Use dolist.
9895 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
9897         * wdired.el: New file.
9899 2004-04-23  Juanma Barranquero  <lektu@terra.es>
9901         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
9903         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
9904         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
9905         (pcomplete--help, pcomplete--here): Doc fixes.
9907 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
9909         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
9910         handles wrong-number-of-arguments in backend call.
9912         * vc.el (vc-print-log): Likewise.
9914 2004-04-20  Dave Love  <fx@gnu.org>
9916         * emacs-lisp/rx.el: Doc fixes.
9917         (rx-constituents): Add/extend many forms.
9918         (rx-check): Check form is a list.
9919         (bracket): Defvar.
9920         (rx-check-any, rx-any, rx-check-not): Modify.
9921         (rx-not): Simplify.
9922         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
9923         (rx-kleene): Use rx-trans-forms.
9924         (rx-quote-for-set): Delete.
9925         (rx): Allow multiple args.
9927 2004-04-23  Kenichi Handa  <handa@m17n.org>
9929         * international/mule-util.el (char-displayable-p): Simplify by
9930         using internal-char-font.
9932 2004-04-23  Juanma Barranquero  <lektu@terra.es>
9934         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9936 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9938         * diff-mode.el (diff-next-error): New fun.
9939         (diff-mode): Use it.
9941         * simple.el (next-error): Change arg name.
9942         Add support for the documented C-u C-x ` usage.
9944         * frame.el (special-display-popup-frame, next-multiframe-window)
9945         (previous-multiframe-window): Only consider frames on same display.
9947 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
9949         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
9950         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
9952 2004-04-22  Kim F. Storm  <storm@cua.dk>
9954         * net/telnet.el (telnet): Add optional port arg.
9956 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9958         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9959         Minor sanity check on the `hyperlink' slot.
9961         * Makefile.in (recompile): Compile new files.
9963         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
9964         Add byte-recompile-directory's optional `arg'.
9966         * cvs-status.el (cvs-tree-use-charset): New var.
9967         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
9968         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
9969         (cvs-status-cvstrees): Use it.
9971         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
9972         Make it a normal major mode.
9973         (checkdoc-buffer-label): Make sure the file name is meaningful.
9974         (checkdoc-output-to-error-buffer): Remove.
9975         (checkdoc-error, checkdoc-start-section): Rewrite.
9977         * info.el (info-node, info-menu-5, info-xref, info-header-node)
9978         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9979         (Info-title-4-face): Use new syntax.
9980         (info-xref-visited): Inherit from info-xref.
9982         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
9984 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
9986         * simple.el (next-error-last-buffer, next-error-function):
9987         New variables for the next-error framework.
9988         (next-error-buffer-p): New function.
9989         (next-error-find-buffer): Generalize compilation-find-buffer.
9990         (next-error, previous-error, first-error, next-error-no-select)
9991         (previous-error-no-select): Move from compile.el.
9993         * replace.el (occur-next-error, occur-1): Hook into the next-error
9994         framework.
9996         * progmodes/compile.el (compilation-start):
9997         Set next-error-last-buffer so next-error knows where to jump.
9998         (compilation-setup): Set the buffer-local variable
9999         next-error-function to 'compilation-next-error-function.
10000         (compilation-buffer-p, compilation-buffer-internal-p): Use an
10001         alternate way to find if a buffer is a compilation buffer, for
10002         next-error convenience.
10003         (next-error-no-select, previous-error-no-select, next-error)
10004         (previous-error, first-error): Move to simple.el.
10005         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
10006         (compilation-last-buffer): Remove.
10007         (compilation-start, compilation-next-error, compilation-setup)
10008         (compilation-next-error-function, compilation-find-buffer):
10009         Remove compilation-last-buffer use.
10011 2004-04-21  Juanma Barranquero  <lektu@terra.es>
10013         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
10014         (font-lock-warning-face): Fix spacing.
10016         * makefile.w32-in (WINS): Add url/ directory.
10018 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
10020         * desktop.el (desktop-buffer-mode-handlers): New variable.
10021         Alist of major mode specific functions to restore a desktop buffer.
10022         (desktop-buffer-handlers): Make variable obsolete.
10023         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
10024         Catch errors signaled in handlers.  Update buffer count.
10025         Evaluate desktop-buffer-point.
10026         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
10027         move to dired.el.
10028         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
10029         move to info.el.
10030         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
10031         move to mail/rmail.el.
10032         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
10033         to mh-e/mh-e.el.
10034         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
10035         On fail, print message (to message buffer) even if
10036         desktop-missing-file-warning is nil.
10037         (desktop-buffer-misc-data-function): New buffer local variable.
10038         Function returning major mode specific data.
10039         (desktop-buffer-misc-functions): Make variable obsolete.
10040         (desktop-save): Use desktop-buffer-misc-data-function.
10041         (desktop-buffer-dired-misc-data): Rename to
10042         dired-desktop-buffer-misc-data and move to dired.el.
10043         (desktop-buffer-info-misc-data): Rename to
10044         Info-desktop-buffer-misc-data and move to info.el.
10045         (desktop-read): Add message about number of buffers restored/failed.
10047         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
10048         Add parameters.  Pause to display error only when
10049         desktop-missing-file-warning is non-nil.
10050         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
10051         (dired-mode): Bind desktop-buffer-misc-data-function.
10053         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
10054         Add Parameters.
10055         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
10056         (Info-mode): Bind desktop-buffer-misc-data-function.
10058         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
10059         Add Parameters.
10061         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
10062         Add Parameters.
10064 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
10066         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
10067         the case of letters in case-insensitive expansions when the
10068         abbrev is preceded by characters with letter syntax.
10070 2004-04-21  Richard M. Stallman  <rms@gnu.org>
10072         * progmodes/cperl-mode.el (cperl-putback-char):
10073         Delete Emacs 18 definition.
10075         * international/mule.el (ctext-post-read-conversion):
10076         Use assoc-string, not assoc-ignore-case.
10078         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
10080         * emacs-lisp/easymenu.el (easy-menu-add):
10081         Do call x-popup-menu, but only if it's defined.
10083         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
10085         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
10086         Handle multiple args: compile like progn.
10088         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
10089         take all args as &rest arg.
10091         * autoinsert.el (auto-insert-alist): Insert the user's name in
10092         copyright notice, rather than Free Software Foundation.
10094 2004-04-21  Kenichi Handa  <handa@m17n.org>
10096         * descr-text.el (describe-char): Make it work on *Help* buffer.
10098 2004-04-21  Kim F. Storm  <storm@cua.dk>
10100         * image.el (insert-image): Add optional SLICE arg.
10101         (insert-sliced-image): New defun.
10103 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
10105         * subr.el (read-number): Check whether `default' is nil.
10107 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10109         * progmodes/compile.el (compilation-error-properties):
10110         Split into two.
10111         (compilation-internal-error-properties): New one.
10112         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
10114 2004-04-20  Richard M. Stallman  <rms@gnu.org>
10116         * window.el (split-window-save-restore-data):
10117         Don't update the data if OLD-INFO is nil.
10119         * view.el (view-return-to-alist): Mark it permanent local.
10121         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
10123         * recentf.el (recentf-save-list): Catch and warn about errors.
10125         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
10126         so "Buffers" won't be pure.
10128         * help-mode.el (help-mode-finish): Set help-return-alist first
10129         thing, setting only the entry for the selected window.
10131         * help-fns.el (describe-function-1): If many non-control non-meta
10132         keys run the command, don't list all of them.
10134 2004-04-20  Juanma Barranquero  <lektu@terra.es>
10136         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
10137         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
10139         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
10141 2004-04-20  Kenichi Handa  <handa@m17n.org>
10143         * international/quail.el (quail-lookup-key): New optional arg
10144         NOT-RESET-INDICES.
10145         (quail-get-translations): Call quail-lookup-key with
10146         NOT-RESET-INDICES t.
10147         (quail-completion): Likewise.
10148         (quail-lookup-map-and-concat): Likewise.
10150 2004-04-20  Kenichi Handa  <handa@m17n.org>
10152         * international/quail.el (quail-update-translation): Don't insert
10153         such an unsupported multibyte char in a unibyte buffer.
10155 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
10157         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
10158         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
10159         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
10160         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
10161         (gdb-frame-assembler-buffer): Improve behaviour with
10162         multiple frames.
10163         (gdb-display-buffer): Extend search to all visible frames.
10165 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
10167         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
10168         characters left after base64 decoding.
10169         (rmail-decode-region): Use -dos variety of `coding', to remove any
10170         ^M characters left after qp or base64 decoding.
10172 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10174         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
10175         messages.
10177 2004-04-19  Stephen Eglen  <stephen@gnu.org>
10179         * add-log.el (add-change-log-entry): Update doc string to mention
10180         add-log-full-name and add-log-mailing-address.
10182 2004-04-18  Juri Linkov  <juri@jurta.org>
10184         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
10185         (Info-find-node-2): Simplify error message.
10186         (Info-insert-dir): Use Info-following-node-name.
10187         (Info-goto-node): Remove *info-history* and *info-toc*.
10188         (Info-history): Create a node of the virtual history file.
10189         (Info-toc): Create a node of the virtual toc file.
10190         (Info-insert-toc): New arg `curr-file' for reference file names.
10191         (info-apropos): Remove redundant var binding for temp-file.
10192         (Info-index, Info-index-next, Info-mode): Doc fix.
10193         (Info-goto-emacs-command-node): Don't jump to *info* from
10194         non-*info* Info buffers.
10195         (Info-fontify-node): Don't show the file name of external
10196         references if `Info-hide-note-references' is `hide'.  Don't hide
10197         newlines at the end of paragraphs.
10199         * international/mule-diag.el (list-input-methods):
10200         Fix args to help-xref-button.
10202         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
10203         to put into effect local variables from TUTORIAL files.
10205         * textmodes/paragraphs.el (sentence-end) <function>: New fun
10206         with default value taken from the variable `sentence-end'.
10207         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
10208         Add nil const to :type.
10209         (sentence-end-without-period, sentence-end-double-space)
10210         (sentence-end-without-space): Doc fix.
10212         * textmodes/paragraphs.el (forward-sentence):
10213         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
10214         (fill-delete-newlines):
10215         * progmodes/cc-cmds.el (c-beginning-of-statement):
10216         Use function `sentence-end' instead of variable `sentence-end'.
10218 2004-04-18  Andreas Schwab  <schwab@suse.de>
10220         * progmodes/compile.el (compilation-start): Set window start to
10221         point-min if compilation-scroll-output is nil.
10223 2004-04-18  John Wiegley  <johnw@newartisans.com>
10225         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
10227 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
10229         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
10230         (gdb-info-breakpoints-custom): Revert previous change.
10231         (gdb-view-assembler): Update assembler if necessary.
10232         (gdb-frame-handler): Parse correctly for gdb-current-frame.
10233         (gdb-display-source-buffer): Update properly when both source and
10234         assembler are visible.
10236 2004-04-17  John Wiegley  <johnw@newartisans.com>
10238         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
10239         which limits the number of names shown in the minibuffer.  Off by
10240         default.
10241         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
10242         up iswitchb for users with a multitude of open buffers by showing
10243         only the first and last N/2 buffers in the completion list (which
10244         is enough to aid C-s/C-r, and to know that more characters are
10245         needed to refine the completion list).
10247 2004-04-17  Richard M. Stallman  <rms@gnu.org>
10249         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
10250         (file-truename): Expand all ~ constructs directly.
10251         (insert-directory): Delete any error msg output by the
10252         `insert-directory-program'.
10254         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
10255         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
10256         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
10257         (allout-init): Use find-file-hook, not find-file-hooks.
10258         (allout-mode): Eliminate Emacs 18 support.
10259         Use write-contents-functions, not local-write-file-hooks.
10261 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
10263         * progmodes/compile.el (compilation-error-properties): Fix for
10264         adding messages when there are already markers for their file.
10265         (compilation-fake-loc): New function.
10267 2004-04-16  Dave Love  <fx@gnu.org>
10269         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
10270         (python-load-file): Fix python-orig-start setting.
10272         * progmodes/compile.el: Doc fixes.
10273         (compilation-error-regexp-alist-alist)
10274         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
10275         (compilation-assq): Wrap in eval-when-compile.
10276         (compilation-mode-font-lock-keywords): Don't use list*.
10277         (compilation-start): Avoid warning.
10278         (compilation-compat-error-properties)
10279         (compilation-directory-properties): Add keymap property.
10280         (compilation-parsing-end): Make it a marker for better compatibility.
10282         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
10284 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
10286         * xml.el: Doc fixes.
10287         (xml-get-children): Only looks at sub-tags and ignore strings.
10289         * xml.el (xml-parse-tag): Avoid overwriting node-name.
10291 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10293         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
10295 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
10297         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
10299         * vc.el (vc-print-log): Likewise.
10301 2004-04-16  Masatake YAMATO  <jet@gyve.org>
10303         * simple.el (completion-setup-function): Set an initial value
10304         to `element-common-end' before entering loop.  Set a value
10305         to `element-common-end' at the end of loop.
10306         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
10307         (completions-common-part): Rename from completion-de-emphasis.
10308         (completions-first-difference): Rename from completion-emphasis.
10309         Suggested by RMS.
10311 2004-04-16  Juanma Barranquero  <lektu@terra.es>
10313         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
10314         (bookmark-edit-annotation-mode): Add mode name.
10316 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10318         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
10319         for nested conflict markers.
10320         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
10322 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
10324         * progmodes/gdb-ui.el (gdb-goto-info): New function.
10326         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
10328 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10330         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
10331         Give a backtrace if requested.
10333         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
10335         * progmodes/python.el (python-mouse-2-command, python-RET-command):
10336         Remove unused functions.
10337         (python-orig-start-line, python-orig-file): Remove.
10338         (python-orig-start): New var.
10339         (python-input-filter, python-compilation-line-number)
10340         (python-send-region, python-load-file): Use it.
10342         * info.el (info): Always jump to *info*.
10344         * subr.el (posn-set-point): New function.
10346         * mouse.el (mouse-set-point): Use it.
10348         * progmodes/compile.el (compile-goto-error): Use it.
10349         (compilation-button-map): New keymap.
10350         (compilation-error-properties): Use it.
10351         (compilation-shell-minor-mode-map): Don't bind mouse-2.
10353         * smerge-mode.el (smerge-popup-context-menu): Use it.
10355         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
10356         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
10357         mouse and non-mouse case.
10359         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
10360         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
10362         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
10363         Make it work for non-mouse events.
10365         * pcvs-info.el (cvs-status-map): Update binding name.
10367 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
10369         * xml.el (xml-maybe-do-ns): New function to handle namespace
10370         parsing of both attribute and element names.
10371         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
10372         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
10373         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
10374         (xml-parse-attlist): Make it do its own namespace parsing.
10376 2004-04-14  Dave Love  <fx@gnu.org>
10378         * progmodes/python.el (run-python): Fix use of \n.
10379         (python-load-file): Remove `try' from Python fragment.
10380         (python-describe-symbol): Fix message.
10382         * comint.el: Doc fixes.
10383         (comint-last-input-start, comint-last-input-end)
10384         (comint-last-output-start): Give them values.
10385         (comint-arguments): Avoid warning.
10386         (comint-skip-prompt): Use line-end-position.
10387         (comint-backward-matching-input): Rename arg to agree with doc.
10388         (comint-extract-string): Use syntax-ppss.
10389         (comint-dynamic-simple-complete): Delete useless list construction.
10390         (comint-redirect-subvert-readonly): New.
10391         (comint-redirect-preoutput-filter): Use it.
10393         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
10394         Correctly handle negative arguments when calling hook functions.
10396 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
10398         * info.el (info-apropos): Don't clobber Info-history-list.
10400 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
10402         * progmodes/compile.el (compilation-setup):
10403         Localize overlay-arrow-position.
10404         (compilation-sentinel): Restructure code equivalently.
10405         (compilation-next-error): Find message on same line after point if
10406         not found before point.
10407         (compile-mouse-goto-error): Restore function so that compilation
10408         buffer need not be current and use compile-goto-error.
10409         (compile-goto-error): Restore function.
10410         (next-error): Set overlay-arrow-position.
10411         (compilation-forget-errors): Don't localize already local
10412         compilation-locs and remove FIXME about refontifying.
10414 2004-04-14  Kim F. Storm  <storm@cua.dk>
10416         * startup.el (emacs-quick-startup): New defvar (set by -Q).
10417         (command-line): New option -Q.  Like -q --no-site-file, but
10418         in addition it also disables menu-bar, tool-bar, scroll-bars,
10419         tool-tips, and the blinking cursor.
10420         (command-line-1): Skip startup screen if -Q.
10421         (fancy-splash-head): Use ":align-to center" prop to center splash image.
10423         * emulation/cua-base.el (cua-read-only-cursor-color)
10424         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
10426 2004-04-13  Dave Love  <fx@gnu.org>
10428         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
10429         (syntax): Don't require.
10430         (python) <defgroup>: Add :version.
10431         (python-quote-syntax): Re-written.
10432         (inferior-python-mode): Move stuff here from run-python and add
10433         some more.
10434         (python-preoutput-continuation, python-preoutput-result)
10435         (python-dotty-syntax-table): New.
10436         (python-describe-symbol): Use them.
10437         (run-python): Move stuff to inferior-python-mode.  Modify code
10438         loaded into Python.
10439         (python-send-region): Use python-proc, python-send-string.
10440         (python-send-string): Send newlines too.  Callers changed.
10441         (python-load-file): Re-written.
10442         (python-eldoc-function): New.
10443         (info-look): Don't require.
10444         (python-after-info-look): New.  A modified version of former
10445         top-level code for use with eval-after-load.
10446         (python-maybe-jython, python-guess-indent): Use widened buffer.
10447         (python-fill-paragraph): Re-written.
10448         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
10449         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
10451 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10453         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
10454         Set compilation-error-regexp-alist earlier.
10456         * progmodes/compile.el (compilation-minor-mode-map)
10457         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
10458         (compile-goto-error): Re-merge the mouse and non-mouse commands.
10460 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10462         * progmodes/compile.el (compile-goto-error): Select the buffer/window
10463         corresponding to the event.
10465 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
10467         * loadup.el: Add cygwin to system-type list, for unexec() support.
10469 2004-04-12  John Paul Wallington  <jpw@gnu.org>
10471         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
10472         (ibuffer-restore-window-config-on-quit): New variable to replace
10473         `ibuffer-delete-window-on-quit'.  Update all references.
10474         (ibuffer-prev-window-config): New variable.
10475         (ibuffer-quit): Restore previous window configuration instead of
10476         deleting window.
10477         (ibuffer): Save window configuration before showing Ibuffer buffer.
10479         * help.el (describe-mode): Doc fix.
10481 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10483         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
10484         not to treat nil as a function.
10486         * vc-arch.el (vc-arch-root): Be a bit more careful.
10487         (vc-arch-register): Save the buffer if we modified it.
10488         (vc-arch-delete-rej-if-obsolete): Save excursion.
10489         (vc-arch-find-file-hook): Use the simpler after-save-hook.
10490         (vc-arch-responsible-p, vc-arch-init-version): New functions.
10492         * net/ldap.el (ldap-search): Use list*.
10494 2004-04-12  Juri Linkov  <juri@jurta.org>
10496         * info.el (Info-follow-reference): Allow multiline reference name.
10498 2004-04-11  Dave Love  <fx@gnu.org>
10500         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
10502         * progmodes/python.el: New file.
10504 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
10506         * vc-hooks.el (vc-arg-list): Function removed.
10507         (vc-default-workfile-unchanged-p): Use condition-case to check for
10508         backward compatibility.
10510         * vc.el (vc-print-log): Use condition-case to check for backward
10511         compatibility.
10513 2004-04-11  Juri Linkov  <juri@jurta.org>
10515         * dired.el (dired-faces): New defgroup.
10516         (dired-header, dired-mark, dired-marked, dired-flagged)
10517         (dired-warning, dired-directory, dired-symlink, dired-ignored):
10518         New faces.
10519         (dired-header-face, dired-mark-face, dired-marked-face)
10520         (dired-flagged-face, dired-warning-face, dired-directory-face)
10521         (dired-symlink-face, dired-ignored-face): New face variables.
10522         (dired-font-lock-keywords): Use them instead of font-lock faces.
10523         Split the rule for dired marks into 3 separate rules: for marks,
10524         marked file names and flagged file names.
10526         * help-mode.el (help-make-xrefs): Add a final newline to the
10527         *Help* buffer.
10529 2004-04-11  John Paul Wallington  <jpw@gnu.org>
10531         * replace.el (occur-engine): Distinguish between one and several
10532         matches in the matches per buffer heading.
10534 2004-04-11  Kim F. Storm  <storm@cua.dk>
10536         * ido.el (ido-confirm-unique-completion): New defcustom.
10537         (ido-complete): Use it.
10538         (ido-write-file): Set it to t unconditionally.
10540 2004-04-10  Miles Bader  <miles@gnu.org>
10542         RCS keyword removal (only non-comment changes are enumerated here):
10544         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
10545         (byte-compile-insert-header): Don't use `byte-compile-version'.
10546         * forms.el (forms-version): Variable removed.
10547         (forms-mode): Don't use `forms-version'.
10548         * recentf.el (recentf-version): Variable removed.
10549         * progmodes/delphi.el (delphi-version): Variable removed.
10550         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
10552 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10554         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
10556 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
10558         * info.el (info-apropos): Improve menu item regexp.
10560 2004-04-09  Simon Josefsson  <jas@extundo.com>
10562         * mail/smtpmail.el: Add comment, based on report by
10563         kdc@rcn.com (Kevin D. Clark).
10565 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10567         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10568         Redo one more thing that I didn't notice Daniel had undone.
10570 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
10572         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
10573         (gdb-goto-breakpoint, gdb-display-buffer)
10574         (gdb-display-source-buffer, gdb-view-source-function)
10575         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
10576         (gdb-source-info, gdb-frame-handler): Don't specify a window
10577         for display.
10578         (gdb-info-breakpoints-custom): Remove superfluous update of
10579         assembler buffer.
10580         (gdb-many-windows): Make settable outside gdb.
10582 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
10584         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
10585         Derive from fundamental-mode rather than text-mode.
10587 2004-04-08  Juri Linkov  <juri@jurta.org>
10589         * info.el (Info-history): Doc fix.
10590         (Info-history-list): New var.
10591         (info-xref): Change magenta4 to blue, remove bold for dark and
10592         light backgrounds, change bold to underline for non-color classes.
10593         (info-xref-visited): New face.
10594         (Info-fontify-visited-nodes): New custom.
10595         (Info-hide-note-references): Add new value `hide'.  Doc fix.
10596         (Info-reference-name): New var.
10597         (Info-selection-hook): New custom.
10598         (Info-edit-mode-hook): New var.
10599         (Info-find-file): New fun.
10600         (Info-find-node): Move part of code to Info-find-file.
10601         (Info-find-node-2): Add anchors to Info-history-list.  Move point
10602         to the place with the reference name if name is defined.
10603         (Info-select-node): Add current node to Info-history-list.
10604         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
10605         (Info-search-whitespace-regexp): New custom.
10606         (Info-search-case-fold): New var.
10607         (Info-search): Add "case-sensitively" to the prompt.
10608         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
10609         (Info-search-case-sensitively, Info-search-next): New fun.
10610         (Info-up): Move point to the menu item of the current node.
10611         (Info-history): New fun.  Add *info-history* to
10612         same-window-buffer-names.
10613         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
10614         (Info-insert-toc): New fun.
10615         (Info-build-toc): New fun.
10616         (Info-follow-reference): Add new arg `fork'.  Doc fix.
10617         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
10618         with the same name prefer the reference closest to point.
10619         (Info-next-reference): Replace * by + in the *Note regexp.
10620         Add regexp for http:// and ftp://.  Skip the *Note prefix.
10621         (Info-prev-reference): Replace * by + in the *Note regexp.
10622         Add regexp for http:// and ftp://.  Skip the *Note prefix.
10623         (Info-follow-nearest-node): Add new arg `fork'.
10624         (Info-try-follow-nearest-node): Add new arg `fork'.
10625         Call browse-url for http:// and ftp:// references.
10626         Set Info-reference-name for index entries.
10627         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
10628         Info-search-next, Info-history, Info-toc, clone-buffer.
10629         (Info-menu-update): Replace * by + in the *Note regexp.
10630         (Info-mode): Add documentation for Info-history, Info-toc,
10631         Info-search-case-sensitively, Info-search-next, clone-buffer.
10632         (Info-fontify-menu-headers): Remove fun.  Move code to
10633         Info-fontify-node.
10634         (Info-fontify-node): Add docstring.  Add local vars
10635         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
10636         then fontify header line, titles, menu headers, http and ftp
10637         references, refill paragraphs.  If not-fontified-p is t or
10638         fontify-visited-p is t then fontify cross references, menu items.
10639         Fontify menu headers.  Fontify http and ftp references.
10640         Change regexp for cross references to require whitespace after *Note,
10641         add matching groups for file and node names.  Remove hack for quote.
10642         Use display property for Info-hide-note-references=t.  Use fifth
10643         or fourth match for help-echo.  Display visited nodes in a
10644         different face.  Unhide file names of external references.
10645         Unhide newlines.  Display visited menu items in a different face.
10647 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10649         * progmodes/compile.el: Require CL.
10650         (compilation-mode-font-lock-keywords): Re-install the "line as
10651         function" patch.
10653         * help-fns.el (help-C-source-directory): New var.
10654         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
10655         (describe-function-1, describe-variable): Use them.
10657         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
10658         to C source files specially.
10660 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10662         * info.el (Info-hide-cookies-node): New function.
10663         (Info-select-node): Use it.
10664         (Info-display-images-node): Remove message with image file name.
10666 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
10668         * progmodes/compile.el (compilation-warning-face)
10669         (compilation-info-face, compilation-skip-threshold)
10670         (compilation-skip-visited, compilation-context-lines):
10671         Declare :version when added to Emacs.
10672         (compilation-error-regexp-alist-alist): Extend caml and irix.
10673         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
10674         (compilation-mode-font-lock-keywords): Temporarily undo line as
10675         function patch, which wasn't ready.
10677 2004-04-07  Kenichi Handa  <handa@m17n.org>
10679         * international/latin1-disp.el (latin1-display-setup): Check each
10680         character is displayable or not instead of calling
10681         latin1-display-check-font.
10683 2004-04-06  Kenichi Handa  <handa@m17n.org>
10685         * language/ethio-util.el (ethio-sera-being-called-by-w3):
10686         New variable.
10687         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
10688         instead of sera-being-called-by-w3.
10689         (ethio-fidel-to-sera-buffer): Likewise.
10690         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
10691         instead of sera-being-called-by-w3.
10692         (ethio-write-file): Likewise.
10694 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10696         * printing.el: Doc fix.
10698 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
10700         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
10701         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
10702         (gdb-setup-windows): Only use separate IO buffer if required.
10704 2004-04-06  Kim F. Storm  <storm@cua.dk>
10706         * term.el (term-is-xemacs): Remove.
10707         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
10708         (term-window-width): New function.
10709         (term-mode, term-check-size): Use it.
10710         (term-mode): Disable overflow-newline-into-fringe in term buffer.
10712 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10714         * cus-edit.el (custom-add-parent-links): Change unbound variable
10715         `symbol' to `name'.
10717 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
10718         * info.el (info-apropos): New function.
10719         (Info-mode-menu): Add it.
10720         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
10722         * help-mode.el (help-make-xrefs): Recognize aliased variable with
10723         inherited docstring.
10725         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
10727 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10729         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
10731         * progmodes/compile.el (font-lock): Don't require any more.
10732         (compilation-error-properties, compilation-start, compilation-sentinel)
10733         (compilation-filter, next-error): Use with-current-buffer.
10734         (compilation-skip-to-next-location, compilation-skip-threshold)
10735         (compilation-skip-visited): Move to silence the byte-compiler.
10736         (compilation-setup): Simplify.
10737         (compilation-next-error): Use line-(beginning|end)-position.
10738         Make sure `pt' is non-nil before using compilation-loop.
10739         (compile-goto-error): Add optional event arg.  Use it.
10740         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
10741         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
10742         Update the binding for mouse-2.
10743         (first-error): Set compilation-current-error to nil rather than bob.
10744         (compilation-parsing-end, compilation-parse-errors-function)
10745         (compilation-error-list, compilation-old-error-list):
10746         "New" compatibility variables.
10747         (compile-buffer-substring, compilation-compat-error-properties)
10748         (compilation-compat-parse-errors, compilation-forget-errors):
10749         New compatibility functions.
10750         (compilation-mode-font-lock-keywords): Use them.
10752 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
10754         * autorevert.el (auto-revert-handler): If point (or a window
10755         point) is at the end of the buffer, keep it there after
10756         reverting.  This allows to tail a file.
10757         Mention this in the `Commentary'.
10759         * format.el (format-write-file): Add optional argument CONFIRM
10760         and make it behave like the analogous argument to `write-file'.
10762 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10764         * progmodes/ebnf2ps.el: Doc fix.
10765         (ebnf-version): New version number (4.2).
10766         (ebnf-syntax): Customization and docstring fix.
10767         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
10768         Put autoloaded funs before first use.
10769         (ebnf-style-database): Add dtd entry.
10770         (ebnf-syntax-alist): Add dtd initialization.
10771         (ebnf-token-sequence): New fun.
10772         (ebnf-comment-table): Add new comment action character.
10773         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
10775         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
10776         Type Definition for XML).
10778         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
10779         * progmodes/ebnf-bnf.el (ebnf-sequence):
10780         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
10781         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
10782         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
10783         Code simplification: call ebnf-token-sequence.
10785 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
10787         * calendar/timeclock.el (timeclock-relative)
10788         (timeclock-get-project-function, timeclock-get-workday-function)
10789         (timeclock-query-out, timeclock-when-to-leave)
10790         (timeclock-when-to-leave-string, timeclock-log-data)
10791         (timeclock-generate-report, timeclock-in): Doc fixes.
10793 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10795         * url/: New dir.  Import the URL package from its repository.
10797 2004-04-03  Andreas Schwab  <schwab@suse.de>
10799         * diff-mode.el (diff-mode): Fix missing quote.
10801 2004-04-03  Juri Linkov  <juri@jurta.org>
10803         * descr-text.el (describe-property-list): Add `font-lock-face'.
10805         * dired.el (dired-font-lock-keywords): Fix permission regexps.
10807 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10809         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
10810         Use utf-16le on little endian machines and utf-16be otherwise.
10812 2004-04-02  David Kastrup  <dak@gnu.org>
10814         * net/browse-url.el (browse-url-generic): Use call-process
10815         instead of start-process to allow browsers that fork and detach.
10817 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
10819         * compile.el (compilation-current-error): New var.
10820         (compilation-setup, compile-mouse-goto-error)
10821         (compile-goto-error, next-error): Use it.
10822         (compilation-skip-to-next-location): Default to t, which gives
10823         contiguous skipping like old compile (where this was redundant).
10824         (compilation-next-error): Prevent previous-* commands from moving
10825         back to message at or just before point.
10827 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
10829         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
10830         (gdb-source-info): Don't display source at startup, if required.
10831         (gdb-show-main): New option.
10832         (gdba): Update documentation.
10833         (gdb-source): Cover case of auto-display output.
10835 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
10837         * autorevert.el: Delete obsolete autoload's and defvar's.
10838         (auto-revert-check-vc-info): New user option.
10839         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10840         (auto-revert-handler-vc): Delete.
10841         (auto-revert-handler): Treat return value `fast' of
10842         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
10844         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
10845         return `fast'.
10847         * files.el (buffer-stale-function): Doc change.
10849 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10851         * printing.el: New tip on Tips section.
10852         (pr-version): New version number (6.7.4).
10853         (pr-shell-file-name): Initialization fix.
10855 2004-03-31  Juri Linkov  <juri@jurta.org>
10857         * dired.el: Add autoload for `dired-do-touch'.
10858         (dired-touch-program): New var.
10859         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
10860         (dired-no-confirm): Add `touch' to docstring.
10862         * dired-aux.el (dired-do-touch): New fun.
10863         (dired-do-chxxx): Add argument -t for touch operation.
10865         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
10866         `dired-move-to-filename-regexp'.
10868 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
10870         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
10872 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10874         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
10875         and only if the buffer was modified.
10877 2004-03-30  Kenichi Handa  <handa@m17n.org>
10879         * international/characters.el: Delete pairs for U+2308..U+230B.
10881 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
10883         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
10884         to detect the beginning of a level 2 or 3 annotation.
10886 2004-03-29  Kenichi Handa  <handa@m17n.org>
10888         * international/ucs-tables.el (ucs-insert): Fix the error message.
10890 2004-03-29  Kenichi Handa  <handa@m17n.org>
10892         * international/mule-util.el (char-displayable-p): Fix generation
10893         of XLFD file name.
10895         * Makefile.in (setwins, setwins_almost): Change directory to $wd
10896         before finding directories by `find'.
10898 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10900         * subr.el (interactive-form): Delete.  Now implemented in C.
10902         * pcvs.el (cvs-parse-process): Workaround for Darwin.
10904         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
10905         (vc-diff-label): New fun.
10906         (vc-diff-internal): Use it.
10908         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
10910 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10912         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
10914         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
10915         specify XML (EBNFX).
10917         * progmodes/ebnf2ps.el: Doc fix.
10918         (ebnf-version): New version number (4.1).
10919         (ebnf-syntax): Adjust customization.
10920         (ebnf-style-database): Add ebnfx entry.
10921         (ebnf-syntax-alist): Add ebnfx initialization.
10922         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
10924         * printing.el: Doc fix.
10925         (pr-version): New version number (6.7.3).
10926         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
10927         returns nil for mouse position.  Reported by Drew Adams
10928         <drew.adams@oracle.com>.
10929         (pr-update-menus): Modify interactive declaration.  Reported by Drew
10930         Adams <drew.adams@oracle.com>.
10932 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
10934         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
10935         (gud-gdba-marker-filter): Log the process input and output, if
10936         required.  From Stefan Monnier.
10937         (gdb-debug-log, gdb-enable-debug-log): New variables.
10938         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
10940 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10942         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
10943         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
10945 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
10947         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
10948         Call vc-find-file-hook here instead of in auto-revert-buffers.
10949         (auto-revert-buffers): Delete call to vc-find-file-hook.
10950         (auto-revert-verbose, global-auto-revert-non-file-buffers)
10951         (global-auto-revert-mode, auto-revert-set-timer)
10952         (auto-revert-handler, auto-revert-buffers): Doc fixes.
10954 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
10956         * woman.el (woman-change-fonts): Rename local variable
10957         woman-font-alist to font-alist to avoid a compiler warning.
10959 2004-03-27  Dave Love  <fx@gnu.org>
10961         * emacs-lisp/rx.el (rx): Doc fix.
10962         Fix copyright years.
10964         * strokes.el (strokes-global-set-stroke-string): New function.
10965         (strokes-list-strokes): Cope with strings, not just commands.
10966         Set foreground colour of image.
10967         (strokes-global-set-stroke): Doc fix.
10969 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
10971         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
10972         Auto Revert mode.
10973         (Buffer-menu-files-only): New variable.
10974         (Buffer-menu-toggle-files-only): New function.
10975         (Buffer-menu-mode-map): Bind it to `T'.
10976         (Buffer-menu-mode): Mention `T' in docstring.
10977         Set buffer-stale-function.
10978         (list-buffers-noselect): Mark buffer non-modified and set
10979         Buffer-menu-files-only.
10981         * dired.el (buffer-stale-function): Remove no longer needed defvar.
10983         * autorevert.el (auto-revert-handler): Print revert message
10984         before, rather than after, reverting.
10985         (buffer-stale-function): Move to files.el.
10987         * files.el (buffer-stale-function): Move here from autorevert.el.
10989 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10991         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
10993         * calc/calc.el (calc-mode-map): Use mapc.
10995         * apropos.el (apropos-mode): Don't autoload.
10996         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
10997         (apropos): Use it.
10998         (apropos-print): Add optional `text' argument.
10999         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
11000         Don't assume point-min == 1.
11002         * bs.el (bs-buffer-list): Use buffer-local-value.
11003         (bs--set-toggle-to-show): Use with-current-buffer.
11005         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
11006         New funs.
11007         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
11009         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
11011         * dabbrev.el (dabbrev-expand): Fix regexp construction.
11012         (dabbrev--find-expansion): Use pop.
11013         (dabbrev--search): Use match-string-no-properties.
11015         * dired.el (dired-mode): Use run-mode-hooks.
11016         (dired-move-to-end-of-filename): Use match-string.
11018         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
11019         is bound before using it.
11020         (ediff-verbose-p): Make it into a var since it's not constant.
11022         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
11024         * faces.el (read-face-font): Don't cons up unnecessarily.
11025         (header-line, tool-bar): Share common parts.
11027         * files.el (file-relative-name): Use compare-strings.
11029         * finder.el (finder-mode): Follow coding convention.
11031         * subr.el (read-number): New function.
11033         * ses.el (ses-read-number): Move to subr.el.
11034         (ses-set-header-row): Use read-number.
11036 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
11038         * vc-hooks.el (vc-arg-list): New function, which handles both
11039         compiled and uncompiled code.
11040         (vc-default-workfile-unchanged-p): Use it.
11042         * vc.el (vc-print-log): Undo prev change, use new function
11043         vc-arg-list from vc-hooks.el.
11045 2004-03-26  Masatake YAMATO  <jet@gyve.org>
11047         * simple.el (completion-setup-function): Emphasize the
11048         first uncommon characters in the completions; and de-emphasize
11049         the common prefix substrings.
11050         (completion-emphasis): New face.
11051         (completion-de-emphasis): New face.
11053 2004-03-25  Juanma Barranquero  <lektu@terra.es>
11055         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
11056         Comment out (it's unused and unfinished code).
11058 2004-03-25  Sam Steingold  <sds@gnu.org>
11060         * vc.el (vc-print-log): Fix a bug in the last patch:
11061         backend-function may be a byte-compiled object, not a lambda.
11063 2004-03-25  Juri Linkov  <juri@jurta.org>
11065         * descr-text.el (describe-property-list): Add a button
11066         for `face' property that calls `describe-face'.
11067         Suggested by luis fernandes <elf@ee.ryerson.ca>
11069         * international/mule.el (keyboard-coding-system):
11070         * kmacro.el (kmacro-call-macro): Fix docstring.
11072         * dired.el: Fix comments.
11074         * textmodes/fill.el (fill): Fix Info link.
11076         * font-lock.el (fast-lock, lazy-lock):
11077         * jit-lock.el (jit-lock): Remove links to removed Support Modes
11078         Info node.
11080         * eshell/eshell.el (eshell): Fix broken info-link.
11082         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
11083         * eshell/em-banner.el (eshell-banner):
11084         * eshell/em-smart.el (eshell-smart):
11085         * eshell/esh-cmd.el (eshell-cmd):
11086         Comment out broken info-links to incomplete Info manual.
11088         * info-xref.el: Fix commentary.
11090 2004-03-25  Kevin Ryde  <user42@zip.com.au>
11092         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
11093         Remove spurious node duplicate suppression, doesn't work, not wanted.
11094         (info-xref-output): Take format style args, add "sit-for 0" to let
11095         user see the results as they progress.
11096         (info-xref-check-all-custom): New function.
11098 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
11100         * gdb-ui.el: Moved to progmodes.
11102 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11104         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
11106 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11108         * calendar/appt.el (appt-check): Remove superfluous progn.
11109         When finished with diary buffer: if it was not being displayed
11110         before, kill it; otherwise restore its original state.
11111         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
11113         * calendar/calendar.el (calendar-set-mode-line): Use total
11114         available mode-line width, rather than frame-width.
11116         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
11117         after mode change so effect not lost.
11119 2004-03-23  Dave Love  <fx@gnu.org>
11121         * dired.el (dired) <defgroup>: Add link to manual.
11122         (dired-font-lock-keywords): Add highlighting on unusual permissions.
11123         (dired-revert): Use dolist.
11124         (dired-mode-map): Add U binding.
11125         (dired-mode): Add font-lock-beginning-of-syntax-function.
11126         (dired-garbage-files-regexp): Make it a defcustom.
11128 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11130         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
11131         is equivalent to nil.
11132         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
11133         (vc-arch-mode-line-string): Accept `added' state.
11134         (vc-arch-state): Use inode-sigs if available.
11135         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
11136         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
11137         (vc-arch-tagline-re): New var.
11138         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
11139         New functions.
11140         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
11141         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
11143         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
11144         (vc-file-not-found-hook): Use it.
11146         * diff-mode.el (diff-default-read-only): Change default.
11147         (diff-mode-hook): Make it a defcustom.  Add some options.
11148         (diff-mode-map): Bind diff-refine-hook.
11149         (diff-yank-handler): New var.
11150         (diff-yank-function): New fun.
11151         (diff-font-lock-keywords): Use them.
11152         (diff-end-of-file): Handle case where file-header looks like diff text.
11153         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
11154         (diff-file-kill): Delete a subsequent empty line, if applicable.
11155         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
11156         (diff-find-file-name): Use it.
11157         (diff-tell-file-name): New command.
11158         (diff-mode): Be careful with view-mode.
11159         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
11160         New functions, for use in diff-mode-hook.
11161         (diff-find-source-location): Catch "regex too large" errors.
11162         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
11163         (diff-refine-hunk): New command.
11165         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
11166         (smerge-context-menu-map): Remove unused var.
11167         (smerge-keep-all): Preserve markers.
11168         (smerge-keep-n): New fun.
11169         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11170         (smerge-keep-current, smerge-ediff): Use it.
11171         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
11172         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
11173         (smerge-resolve): Resolve trivial 3-part conflicts.
11175 2004-03-23  Juri Linkov  <juri@jurta.org>
11177         * man.el (Man-width): New var.
11178         (Man-getpage-in-background): Use it.
11179         (Man-support-local-filenames): New var and fun.
11180         (Man-build-man-command): Don't add a second %s.
11181         (Man-fontify-manpage): Clean up message.
11182         (Man-mode): Set outline-regexp, outline-level,
11183         imenu-generic-expression.
11185         * woman.el (woman-fill-frame): Doc fix.
11186         (woman-decode-region): Use window-width instead of frame-width.
11188         * abbrevlist.el (list-one-abbrev-table):
11189         * descr-text.el (describe-char):
11190         * international/mule-diag.el (describe-current-coding-system):
11191         * international/quail.el (quail-insert-decode-map):
11192         Use window-width instead of frame-width.
11194         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
11195         (jka-compr-mode-alist-additions): Add tbz.
11196         (jka-compr-write-region, jka-compr-insert-file-contents):
11197         Add message for undefined compress-program.
11198         (jka-compr-write-region): Remove redundant var bindings.
11200         * dired-x.el (dired-guess-shell-alist-default): Add choices for
11201         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
11202         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
11203         (dired-man): Use dired-guess-shell-command.
11204         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
11205         Change default nil to t.
11207         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
11208         (dired-compare-directories): Add default value for empty input.
11210         * help-at-pt.el: Move suggestions for key bindings to Commentary.
11212         * time.el (display-time-string-forms): Fix help-echo date format.
11214 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
11216         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
11217         (buffer-stale-function): New variable.
11218         (auto-revert-list-diff, auto-revert-dired-file-list)
11219         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
11220         (auto-revert-handler): Take over some functionality of deleted
11221         functions.
11222         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
11224         * dired.el (dired-directory-changed-p): New fun, extracted from
11225         dired-internal-noselect.
11226         (dired-buffer-stale-p): New fun.
11227         (dired-internal-noselect): Use dired-directory-changed-p.
11228         Eliminate revert messages.
11229         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
11231 2004-03-23  Kenichi Handa  <handa@m17n.org>
11233         * international/characters.el: Setup syntaxes for more parentheses
11234         Unicode characters.
11236         * international/mule-cmds.el (select-safe-coding-system):
11237         Merge coding-system and auto-cs before comparing them.
11239 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11241         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
11243         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11244         normal-auto-fill-function and comment-indent-function.
11245         The default values now work just as well.
11246         Don't set font-lock-beginning-of-syntax-function since we already set
11247         syntax-begin-function.
11248         (lisp-outline-level): Put ;;;###autoload at same level as (.
11249         (prin1-char): Quote special chars.
11251         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
11252         than with-no-warnings.
11254         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
11255         if the source location can't be found.
11256         (edebug-compute-previous-result): Use prin1-char.
11258         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
11259         (debug-ignored-errors): Add an entry.
11261         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
11262         (byte-compile-file): Output warning when deleting a file.
11264         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
11265         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
11267         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
11268         (byte-compile-inline-expand): Use backquote.
11269         (byte-optimize-pure-func): Rename from byte-optimize-concat.
11270         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
11272         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
11274         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
11276 2004-03-22  Juri Linkov  <juri@jurta.org>
11278         * finder.el (finder-known-keywords): Fix data, tex, unix.
11280         * play/landmark.el: Fix keywords.
11282         * language/ethio-util.el (ethio-find-file): Doc fix.
11284         * emacs-lisp/warnings.el: Doc fix.
11286         * textmodes/ispell.el (ispell-help): Doc fix.
11288 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
11290         * format.el (format-insert-file): Always return a list of two
11291         elements, like insert-file-contents does.
11293 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
11295         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
11296         and vc-BACKEND-diff.
11297         (vc-print-log): If the print-log implementation supports it, use
11298         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
11299         (vc-version-diff, vc-diff-internal): Doc fixes.
11301         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
11302         implementation supports it, let diff output go to *vc*,
11303         not *vc-diff*, since this is an internal call.
11305         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
11307         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
11309         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
11311 2004-03-21  Dave Love  <fx@gnu.org>
11313         * progmodes/cfengine.el (cfengine-mode):
11314         Set parse-sexp-ignore-comments.
11316         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
11318 2004-03-21  Juanma Barranquero  <lektu@terra.es>
11320         * allout.el (allout-mode): Fix docstring.
11322 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
11324         * files.el (insert-directory): Fix bug if SWITCHES is a list.
11326         * autorevert.el (auto-revert-interval): Make new value take
11327         effect immediately when set through Custom.
11328         (auto-revert-set-timer): Add interactive declaration.
11330 2004-03-19  David Ponce  <david@dponce.com>
11332         * ruler-mode.el (ruler-mode-header-line-format-old):
11333         Don't `make-variable-buffer-local'.
11334         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
11335         (ruler-mode-header-line-format): Simply funcall the above.
11336         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
11337         to save/restore a previous header line format.
11338         (ruler-mode-space): Don't depend on a numeric WIDTH value.
11339         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
11340         fringes and margins width.
11341         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
11343 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11345         * log-edit.el (log-edit-font-lock-keywords): Typo.
11347         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
11348         (tex-send-tex-command): Rather than here.
11349         (tex-compilation-parse-errors): Simplify.
11351         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
11353         * time.el (display-time-string-forms): Add help-echo with date on time.
11355         * composite.el (compose-region): Use restore-buffer-modified-p.
11357         * disp-table.el (standard-display-8bit): Simplify.
11359         * server.el (server-process-filter): Delete temp frame.
11361         * add-log.el (add-change-log-entry): Simplify.
11363 2004-03-19  Kim F. Storm  <storm@cua.dk>
11365         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
11366         (hexl-follow-line): Don't require 'fringe.
11368         * progmodes/compile.el (compilation-start): Always set
11369         compilation-last-buffer and return it.
11371 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
11373         * simple.el (clone-buffer): Doc fix.
11375 2004-03-18  Juanma Barranquero  <lektu@terra.es>
11377         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
11379 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11381         * log-edit.el (log-edit-font-lock-keywords): New var.
11382         (log-edit-mode): Use it.
11384 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
11386         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
11387         properly for watching in speedbar.
11389 2004-03-17  Masatake YAMATO  <jet@gyve.org>
11391         * smerge-mode.el (smerge-popup-context-menu):
11392         Put `unwind-protect' around `overlay-put' and `popup-menu'.
11394 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11396         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
11397         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
11398         Take sealed revisions into account.
11399         (vc-arch-checkin): Extract a summary line from the message.
11401 2004-03-16  Masatake YAMATO  <jet@gyve.org>
11403         * register.el (register): Provide `register' feature.
11405 2004-03-15  Masatake YAMATO  <jet@gyve.org>
11407         Added context menu support in smerge mode.
11408         Most of the part is written by Stefan Monnier.
11410         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
11411         New keymap and menu.
11412         (smerge-text-properties): New function.
11413         (smerge-remove-props): New function.
11414         (smerge-popup-context-menu): New function.
11415         (smerge-resolve): Call `smerge-remove-props'.
11416         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
11417         (smerge-keep-current): Ditto.
11418         (smerge-kill-current): New function.
11419         (smerge-match-conflict): Put text properties.
11420         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
11422 2004-03-15  David Ponce  <david@dponce.com>
11424         * ruler-mode.el: (ruler-mode-left-fringe-cols)
11425         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
11426         (ruler-mode-right-scroll-bar-cols): Remove.
11427         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
11428         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
11429         Use fringe-columns and scroll-bar-columns.
11431 2004-03-15  Masatake YAMATO  <jet@gyve.org>
11433         * hl-line.el (hl-line-range-function): New variable.
11434         (hl-line-move): New function.
11435         (global-hl-line-highlight): Use `hl-line-move'.
11436         (hl-line-highlight): Ditto.
11438         * scroll-bar.el (scroll-bar-columns):
11439         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
11441         * ruler-mode.el (top-level): Require scroll-bar and fringe.
11442         (ruler-mode-left-fringe-cols)
11443         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
11444         (ruler-mode-right-scroll-bar-cols)
11445         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
11446         (ruler-mode-ruler-function): New variable.
11447         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
11448         if the value for `ruler-mode-ruler-function'is given.
11450         * hexl.el (hexl-mode-hook): Make the hook customizable.
11451         (hexl-address-area, hexl-ascii-area): New customize variables.
11452         (hexlify-buffer): Put font-lock-faces on the address area and
11453         the ascii area.
11454         (hexl-activate-ruler): New function.
11455         (hexl-follow-line): New function.
11456         (hexl-highlight-line-range): New function.
11457         (hexl-mode-ruler): New function.
11459 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11461         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
11462         (vc-default-find-file-hook): New fun.
11463         (vc-find-file-hook): Call new find-file-hook operation.
11465         * vc-arch.el: New file.
11467 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
11469         * info-look.el (info-lookup): Reuse an existing Info window.
11471 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
11473         * woman.el (woman-preserve-ascii): Default value changed to t and
11474         doc string revised.
11476 2004-03-12  Richard M. Stallman  <rms@gnu.org>
11478         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11479         Fix minor bug.
11481         * replace.el (occur-engine): Change message for count of matches.
11483         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
11484         For strings, do compare text properties.
11486 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
11488         * progmodes/compile.el (compile-auto-highlight)
11489         (compilation-error-list, compilation-old-error-list)
11490         (compilation-parse-errors-function, compilation-parsing-end)
11491         (compilation-error-message, compilation-directory-stack)
11492         (compilation-enter-directory-regexp-alist)
11493         (compilation-leave-directory-regexp-alist)
11494         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
11495         (compilation-current-file, compilation-regexps): Remove vars.
11497         (compile-error-at-point, compilation-error-filedata)
11498         (compilation-error-filedata-file-name, compile-reinitialize-errors)
11499         (compilation-next-error-locus, compilation-forget-errors)
11500         (count-regexp-groupings, compilation-parse-errors)
11501         (compile-collect-regexps, compile-buffer-substring): Remove funs.
11503         (compile-internal): Make obsolete.
11505         (compilation-first-column, compilation-error)
11506         (compilation-directory-matcher, compilation-page-delimiter)
11507         (compilation-mode-font-lock-keywords, compilation-debug)
11508         (compilation-error-face, compilation-warning-face)
11509         (compilation-info-face, compilation-line-face)
11510         (compilation-column-face, compilation-enter-directory-face)
11511         (compilation-leave-directory-face, compilation-skip-threshold)
11512         (compilation-skip-visited, compilation-context-lines): New vars.
11514         (compilation-warning-face, compilation-info-face)
11515         (compilation-message-face): New faces.
11517         (compilation-error-regexp-alist-alist): New constant.
11519         (compilation-face, compilation-directory-properties)
11520         (compilation-assq, compilation-error-properties, compilation-start)
11521         (define-compilation-mode, compilation-loop)
11522         (compilation-set-window): New functions.
11524         (compile): Additional argument for interactive compiles like TeX.
11526         * progmodes/grep.el (kill-grep): Move here from compile.el
11527         (grep-error, grep-hit-face, grep-error-face)
11528         (grep-mode-font-lock-keywords): New variables.
11529         (grep-regexp-alist): Simplify regexp and add `binary' case.
11530         (grep-mode): New mode.
11531         (grep-process-setup): Simplify.
11533 2004-03-11  Jason Rumney  <jasonr@gnu.org>
11535         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
11536         letters on DOS/Windows.
11538 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11540         * server.el (server-name): New var.
11541         (server-socket-dir): New var to replace server-socket-name.
11542         (server-start): Use them.
11544 2004-03-11  Simon Josefsson  <jas@extundo.com>
11546         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
11547         died to avoid infloop.  Reported by Jonathan Glauner
11548         <jglauner@sbum.org>.
11550 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11552         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
11553         (smerge-mode-menu): Use it to deactivate menu entries.
11554         (smerge-keep-current): New fun.
11555         (smerge-keep-current): Use it.
11557 2004-03-10  John Paul Wallington  <jpw@gnu.org>
11559         * foldout.el (foldout-fold-list, foldout-modeline-string):
11560         Declare them as variables, not constants.
11562 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11564         * ps-print.el: Modification to print *Messages* buffer.
11565         (ps-print-version): New version 6.6.4.
11566         (ps-message-log-max): New fun.
11567         (ps-spool-without-faces, ps-spool-with-faces)
11568         (ps-count-lines-preprint): Code fix.
11570         * printing.el: New tips in Tips section.
11572 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11574         * delim-col.el: Doc fix.
11576         * printing.el: Doc fix.  New doc section (Tips).
11578 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11580         * type-break.el (type-break-emacs-variant): Remove.
11581         (type-break-run-at-time, type-break-cancel-function-timers):
11582         Use fboundp rather than version name and number.
11584 2004-03-09  Masatake YAMATO  <jet@gyve.org>
11586         * hexl.el (hexl-mode): Use `make-local-variable' instead of
11587         `make-variable-buffer-local'.
11589 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
11591         * find-dired.el (find-dired): Call `shell-command' instead of
11592         `start-process-shell-command'.  By this, Tramp takes over
11593         handling of remote directories.
11595 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11597         * newcomment.el (comment-use-global-state): New var.
11598         (comment-search-forward): Use it.
11600         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
11602         * cus-edit.el (fill) <defgroup>: Move to fill.el.
11604         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
11605         (enable-kinsoku): Make it a defcustom.
11606         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
11607         paragraph to same-comment-start-marker.
11609 2004-03-07  Dave Love  <fx@gnu.org>
11611         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
11612         (browse-url-mail): Use it.
11614         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
11615         (rfc2368-unhexify-string): Use replace-regexp-in-string.
11617 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
11619         * woman.el (woman-man.conf-path): Doc fix.
11620         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
11622 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
11624         * sort.el (sort-columns): Remove ms-dos from the list of systems
11625         where the external `sort' command is not used.
11627 2004-03-07  Kim F. Storm  <storm@cua.dk>
11629         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
11630         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
11631         from overlay-arrow-variable-list.
11632         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
11634 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
11636         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
11637         overlay arrow string properly for the assembler buffer.
11639 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11641         * mail/sendmail.el (mail-mode): Fix last change.
11643 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
11645         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
11646         for the assembler buffer.
11647         (gdb-assembler-custom): Position the overlay arrow.
11648         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
11650 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11652         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
11654         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
11655         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
11657         * mail/sendmail.el (mail-mode): Set comment-start-skip.
11659         * newcomment.el (uncomment-region): Allow non-terminated comment.
11660         (comment-normalize-vars): Check the user-specified comstart marker.
11662 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
11664         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
11665         Otherwise, do use it if the region only contains font-lock text
11666         properties.
11668 2004-03-04  Masatake YAMATO  <jet@gyve.org>
11670         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
11671         as the callback function for eldoc.
11672         (hexl-print-current-point-info): New function.
11673         (hexl-current-address): Print the address in both decimal
11674         and hexadecimal format.
11676 2004-03-04  Richard M. Stallman  <rms@gnu.org>
11678         * mail/rmail.el (rmail-convert-to-babyl-format):
11679         Specify t for UNIBYTE when calling mail-unquote-printable-region.
11681         * mail/mail-utils.el (mail-unquote-printable-region):
11682         New arg UNIBYTE.
11684         * startup.el (command-switch-alist): Doc fix.
11686         * simple.el (undo): Temporarily set this-command to `undo-start',
11687         then set it to `undo' once undo-start returns without error.
11689         * simple.el (minibuffer-history-sexp-flag): Doc fix.
11691         * simple.el (kill-line): Don't disregard trailing whitespace
11692         in eol condition, if show-trailing-whitespace is set.
11694         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
11695         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
11696         When disabling, restore old values only if mouse-sel-has-been-enabled.
11698         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
11699         (isearch-{-char): New function.
11700         (isearch-mode-map): Bind { to isearch-{-char.
11702         * font-lock.el (lisp-font-lock-keywords-2):
11703         Turn off the CL with-... and do-... general patterns.
11704         Instead, recognize several specific with... and do... constructs.
11706         * files.el (switch-to-buffer-other-window):
11707         Bind same-window-buffer-names and same-window-regexps to nil.
11708         (switch-to-buffer-other-frame): Likewise.
11710 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11712         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
11713         recognizing leading comment on code line.
11715 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11717         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
11718         hidden files/directories.
11720 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11722         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
11723         only comment-start (in case the mode hasn't set it).
11725         * Makefile.in (AUTOGENEL): New var.
11726         (bootstrap-prepare): Rename from bootstrap-clean.
11727         Don't remove elc files.
11728         (maintainer-clean): New target.
11730         * xml.el (xml-get-attribute-or-nil): Simplify.
11732 2004-03-02  Juri Linkov  <juri@jurta.org>
11734         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
11735         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
11736         URL to prevent their substitution with the environment variable
11737         values by browsers.
11739 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11741         * ps-print.el: Doc fix.
11742         (ps-print-version): New version number (6.6.3).
11743         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
11744         Docstring fix.
11745         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
11746         before printing.
11747         (ps-time-stamp-yyyy-mm-dd): New fun.
11748         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
11750 2004-03-02  Kim F. Storm  <storm@cua.dk>
11752         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
11754 2004-03-01  Juanma Barranquero  <lektu@terra.es>
11756         * allout.el (allout-rebullet-heading): Fix typo in docstring.
11758         * desktop.el (desktop-file-version)
11759         (desktop-after-read-hook): Fix typos.
11760         (desktop-clear-preserve-buffers): Remove redundant info in
11761         docstring already shown by the obsolescence message.
11762         (desktop-truncate, desktop-internal-v2s)
11763         (desktop-value-to-string): Change argument name to match docstring.
11765         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
11767         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
11768         docstring.
11770 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11772         * printing.el: Replace "As Is..." in PostScript file print/preview by
11773         "No Preprocessing...".  Suggested by Colin Marquardt
11774         <_marquardt_@zmd.de>.
11775         (pr-insert-section-4): Adjust buffer interface.
11777 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
11779         Version 2.0.39 of Tramp released.
11781         * net/tramp.el (tramp-handle-file-local-copy)
11782         (tramp-handle-write-region, tramp-open-connection-rsh):
11783         Variable name typo.  Small change.  From Patrick Tullmann
11784         <tullmann@flux.utah.edu>.
11785         (tramp-process-connection-type): New variable.
11786         (tramp-maybe-open-connection): Use it.
11787         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
11788         (tramp-touch): Set last-modified time of a remote file.
11789         (tramp-handle-write-region): Say which function is used when encoding.
11791 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
11793         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
11794         case of non-existing filename, too.  Reported by Christoph Bauer
11795         <c_bauer@informatik.uni-kl.de>.
11796         (tramp-smb-get-file-entries): The directory in question should
11797         have permissions "drwxrwxrwx".  Just virtual, because we don't
11798         know the real permissions.  Don't we know?
11799         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
11800         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
11801         (tramp-smb-wait-for-output): Optimize algorithm getting pending
11802         output.  If it was received chunkwise, there have been problems.
11803         Remove the "prompt not found" error message; it is obvious.
11804         Simplify algorithm.
11805         (tramp-smb-process-running): Remove.  Since we acknowledge the
11806         virtual prompt for shares, there's no need for distinction of
11807         reading shares (process ends afterwards) and interactive mode of
11808         smblient.
11809         (tramp-smb-open-connection): Setting process sentinel removed.
11810         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
11811         "NT_STATUS_NETWORK_ACCESS_DENIED".
11812         (tramp-smb-maybe-open-connection): Set `process-connection-type'
11813         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
11814         (top-level): Setting default value in `tramp-default-method-alist'
11815         corrected.  Order of USER and HOST have been wrong.
11816         Nobody complained for months ...
11817         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
11818         (tramp-smb-open-connection): Clear password cache if login has failed.
11820         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
11821         `tramp-unified-filenames'.
11822         (tramp-completion-mode): Make test for XEmacs explicitely.
11823         `event-to-character' can exists in Emacs packages too.
11824         Reported by Matt Swift <swift@alum.mit.edu>.
11825         (tramp-buffer-name): Buffer name must contain the user if exists.
11826         Reported by Adrian Phillips <a.phillips@met.no>.
11827         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
11828         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
11829         (tramp-do-copy-or-rename-file-out-of-band): Rename from
11830         `tramp-do-copy-or-rename-file-one-local', because it handles also
11831         the case both files use the same out-of-band method.
11832         Implementation added.
11833         (tramp-handle-file-local-copy, tramp-handle-write-region):
11834         Out-of-band handling removed.  `copy-file' called instead, which
11835         calls `tramp-do-copy-or-rename-file-out-of-band'.
11836         (tramp-action-password): Check for out-of-band method removed.
11837         This function is used for 'login-program.
11838         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
11839         appropriate.
11840         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
11841         and `tramp-parse-sknownhosts'.
11842         (tramp-completion-function-alist): It's a defvar now, because we
11843         want to apply the optimized `tramp-set-completion-function'
11844         instead of a static list.
11845         (tramp-set-completion-function): Implementation tuned.
11846         Avoid double entries, and entries where the function or the
11847         file/directory doesn't exist.
11848         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
11849         for SSH2.
11850         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
11851         (tramp-handle-dired-compress-file): New function.
11852         (tramp-async-proc): New variable.
11853         (tramp-handle-shell-command): Adding asynchronous processes.
11854         They are far from being perfect, but it works at least for
11855         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
11856         (top-level): Require password.el if visible.  Should be mandatory
11857         once No Gnus has found its way into (X)Emacs.
11858         (tramp-read-passwd): Invoke `password-read' if available,
11859         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
11860         fallback any longer.
11861         (tramp-clear-passwd): New function.
11862         (tramp-process-actions, tramp-process-multi-actions):
11863         Clear password cache if login has failed.
11865         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
11866         its own module.
11867         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
11868         `ange-ftp-ftp-name-res'.  There could be incorrect values from
11869         previous calls in case the "ftp" method is used in the Tramp file
11870         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11872 2004-02-28  Richard M. Stallman  <rms@gnu.org>
11874         * term.el (term-mouse-paste): Call mouse-set-point.
11876         * thumbs.el: New file.
11878 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11880         * progmodes/ebnf-abn.el: Doc fix.
11882         * progmodes/ebnf-bnf.el: Doc fix.
11883         (ebnf-repeat): Code fix.
11885         * progmodes/ebnf2ps.el: Doc fix.
11886         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
11888 2004-02-28  Juri Linkov  <juri@jurta.org>
11890         * ffap.el (dired-at-point): Additional writability test for
11891         relative directory names.
11892         (dired-at-point-prompter): Treat directories as a directory, get
11893         the directory component from files.
11894         (ffap-string-at-point): Return string from region if region is active.
11895         (ffap-file-at-point): Remove redundant code.
11897 2004-02-28  Kim F. Storm  <storm@cua.dk>
11899         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
11900         Initialize margin area images to nil.
11901         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
11902         (breakpoint-enabled-bitmap-face)
11903         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
11904         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
11905         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
11906         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
11907         (gdb-reset): Use gdb-remove-breakpoint-icons.
11908         (gdb-put-string): Add dprop arg to specify alternative display
11909         property (for setting fringe bitmap).
11910         (gdb-remove-strings): Doc fix.
11911         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
11912         icon in fringe (if available), or else as icon or text in display
11913         margin.  Creates necessary icons in breakpoint-bitmap,
11914         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
11915         Also make left window margin if required.
11916         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
11917         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
11918         no longer needed.
11919         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
11920         gdb-put-breakpoint-icon.
11921         (gdb-assembler-mode): Don't set left-margin-width here.
11923 2004-02-27  Kevin Ryde  <user42@zip.com.au>
11925         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
11926         comma, so that it DTRT in macros.
11928 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
11930         * progmodes/sh-script.el (sh-shell-arg)
11931         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
11932         (sh-leading-keywords, sh-other-keywords): Fix custom type.
11934 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
11936         * faces.el (face-spec-set-match-display): Add a new attribute,
11937         `min-colors'.
11938         (region, highlight, secondary-selection): Use `min-colors'.
11940         * custom.el (defface): Add documentation for `min-colors'.
11942         * font-lock.el (font-lock-comment-face, font-lock-string-face)
11943         (font-lock-keyword-face, font-lock-function-name-face)
11944         (font-lock-variable-name-face, font-lock-constant-face):
11945         Use `min-colors'.
11947         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
11949 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11951         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
11952         define assq-delete-all if it's not defined.
11953         (ebnf-generate-region): Code fix.
11955         * printing.el: Doc fix.
11956         (pr-version): New version number (6.7.2).
11957         (pr-command): Return empty string if command is an empty string.
11959 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11961         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
11963         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
11964         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
11965         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
11966         "tt" ["test"] ).  Reported by Markus Dreyer
11967         <mdreyer@ix.urz.uni-heidelberg.de>.
11968         (ebnf-version): New version number (4.0).
11969         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
11970         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
11971         (ebnf-delete-style): New commands.
11972         (ebnf-directory, ebnf-file): New funs.
11973         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
11974         (ebnf-production-name-p, ebnf-stop-on-error): New options.
11975         (ebnf-syntax-alist): New var.
11976         (ebnf-element-width): New fun replacing ebnf-list-width.
11977         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
11978         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
11979         (ebnf-prologue): Adjust vars.
11980         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
11981         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
11982         (ebnf-check-style-values, ebnf-generate-production)
11983         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
11984         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
11985         (ebnf-token-repeat): Code fix.
11987         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
11988         %right, %left and %prec.  Suggested by Matthew K. Junker
11989         <junker@alum.mit.edu>.
11990         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
11992         * progmodes/ebnf-iso.el: Doc fix.
11993         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
11994         (ebnf-iso-lex): Code fix.
11996         * progmodes/ebnf-bnf.el: Doc fix.
11997         (ebnf-bnf-lex): Code fix.
11999         * progmodes/ebnf-otz.el: Doc fix.
12001 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
12003         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
12004         (abbrev-prefix-mark): Doc fix.
12006 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
12008         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
12009         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
12010         (gdb-var-delete): Make interactive (really).
12011         (gdb-edit-value): Make non-interactive.
12013         * progmodes/gud.el (gud-speedbar-menu-items):
12014         Add gdb-var-delete and, indirectly, gdb-edit-value.
12015         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
12016         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
12017         (gud-gdb-marker-filter): Add comment for annotations.
12019 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
12021         * calendar/calendar.el (generate-calendar)
12022         (calendar-read-date): Prevent display of BC calendars once more -
12023         reverts 2003-10-01 change.
12024         (generate-calendar-month): Doc fix.
12026 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
12028         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
12029         return value of increment-calendar-month.
12031 2004-02-21  Stephen Compall  <s11@member.fsf.org>
12033         * saveplace.el (save-place-forget-unreadable-files)
12034         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
12035         (save-place-forget-unreadable-files): New function.
12036         (save-place-alist-to-file): Use it to filter out files that are
12037         no longer readable.
12039         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
12040         current Texinfo environment, using the same method as in
12041         `texinfo-insert-@end', and insert a space rather than a newline if
12042         point in a @table environment.
12044 2004-02-21  Juri Linkov  <juri@jurta.org>
12046         * ffap.el (ffap-file-at-point): Try parent directories.
12048 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
12050         * vcursor.el (vcursor-modifiers): New defcustom.
12051         (vcursor-cs-binding): Use vcursor-modifiers instead of a
12052         hard-coded list.
12054 2004-02-21  Masatake YAMATO  <jet@gyve.org>
12056         * play/animate.el (animate-birthday-present): Accept names other
12057         than `Sarah', too.
12059 2004-02-21  Juri Linkov  <juri@jurta.org>
12061         * startup.el: Remove table of command line arguments from the
12062         Commentary section.
12064 2004-02-20  John Wiegley  <johnw@newartisans.com>
12066         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
12067         again" modifier from 'e' to 'E', since 'e' is also used by the
12068         "file extension" modifier.
12070 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
12072         * help-fns.el (describe-categories): Doc fix.
12074 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12076         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
12077         temporary file for buffer already visiting one.  This change makes
12078         output likely to be directly usable by patch program.
12079         Suggested by Adrian Aichner  <adrian@xemacs.org>
12081 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
12083         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
12084         case of variables defined in compound statements.
12085         (gdb-setup-windows, gdb-source-info, gdb-source-info):
12086         Simplify constructions using switch-to-buffer.
12088 2004-02-19  Simon Josefsson  <jas@extundo.com>
12090         * play/morse.el: Fix typo.
12091         (morse-code): Add @.
12093 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
12095         * calendar/appt.el (appt-display-format): Change default to
12096         'ignore, for backwards compatibility.
12097         (appt-display-message): If appt-display-format is 'ignore,
12098         respect old vars appt-msg-window and appt-visible.
12099         (appt-activate): Don't depend on return value of cancel-timer.
12101         * calendar/calendar.el (calendar-holidays): Doc fix.
12103         * calendar/cal-coptic.el (coptic-prompt-for-date):
12104         Use assoc-string instead of assoc-ignore-case.
12105         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
12106         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
12107         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
12108         * calendar/cal-islam.el (calendar-goto-islamic-date)
12109         (mark-islamic-diary-entries): Ditto.
12110         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
12111         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
12112         (calendar-read-mayan-tzolkin-date): Ditto.
12113         * calendar/calendar.el (calendar-read-date): Ditto.
12114         * calendar/diary-lib.el (mark-diary-entries): Ditto.
12116 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12118         * progmodes/executable.el (executable-command-find-posix-p):
12119         Fix choice of the directory.
12121 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
12123         * simple.el (interprogram-cut-function)
12124         (interprogram-paste-function, kill-new, kill-append):
12125         Doc fixes.
12126         (kill-region): Make it return nil.  Doc fix.
12127         (yank-pop): Make its argument optional.
12128         (yank): Make ARG `-' equivalent to `-1'.
12130 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
12132         * mail/rmail.el (rmail-get-new-mail): Don't reference
12133         rmail-use-spam-filter if rmail-spam-filter is not loaded.
12135 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
12137         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
12138         if one of global-auto-revert-non-file-buffers or autorevert-mode
12139         is non-nil.
12141 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12143         * subr.el (delete-dups): A better implementation from Karl Heuer
12144         <kwzh@gnu.org>.
12146 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
12148         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
12149         correct place.
12150         * progmodes/icon.el (icon-indent-command): Ditto.
12151         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
12153 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12155         * progmodes/grep.el (grep-compute-defaults): Undo change from
12156         2004-01-29: don't use executable-command-find-posix-p.
12158 2004-02-16  Richard Sharman  <rsharman@pobox.com>
12160         * hilit-chg.el: Use require instead of eval-and-compile.
12161         (highlight-compare-buffers): New function.
12163 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
12165         * man.el (Man-fontify-manpage): Render section headings in
12166         `Man-overstrike-face' even when overstrike was not used by man
12167         formatter for section headings.
12169 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
12171         * rmail-spam-filter.el: (vm-use-spam-filter)
12172         (rsf-min-region-length-added-to-spam-list): New variables.
12173         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
12174         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
12175         spam testing.  Don't delete spam message if automatic deletion
12176         after output via variable rmail-delete-after-output is turned on.
12177         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
12178         rsf-bbdb-dont-create-entries-for-spam.
12179         (check-field): New function, extracted from code in
12180         rmail-spam-filter to ease addition of header fields like content-type.
12181         (message-content-type): New variable to check the content-type:
12182         field added, also in defcustom of rsf-definitions-alist.
12183         (rmail-spam-filter): Replace repeated test code for header fields
12184         by calls to check-field; change the call to
12185         rmail-output-to-rmail-file such that rmail-current-message stays
12186         the same to avoid wrong deletion of unseen flags.
12187         (rsf-add-contents-type): New function to convert old format
12188         of rmail-spam-definitions-alist into new one.
12189         Change prefixes of all variables and functions from
12190         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
12192 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12194         * loadhist.el (unload-hook-features-list): New defvar.
12196 2004-02-16  Dave Love  <fx@gnu.org>
12198         * loadhist.el (unload-feature): Doc fix.  Rename flist to
12199         unload-hook-features-list.
12201 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
12203         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
12204         cookie.  Don't check if we are looking-at open-formula.
12206 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12208         * subr.el (match-string-no-properties): Use substring-no-properties.
12210 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12212         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
12213         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
12214         Use lower-case "rx" in all error message.
12216 2004-02-16  Dave Love  <fx@gnu.org>
12218         * emacs-lisp/rx.el (rx-or): Put group around result.
12219         (rx-constituents): Add backref.
12220         (rx-syntax): Add string-delimiter, comment-delimiter.
12221         (rx-categories): Add combining-diacritic.
12222         (rx-check-not, rx-greedy, rx): Doc fix.
12223         (rx-backref, rx-check-backref): New.
12225 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
12227         * newcomment.el (uncomment-region): Allow eob as comment end.
12229 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
12231         * filecache.el: All message and error commands now use prefix
12232         "Filecache:" to make it easy to read *Messages* buffer.
12234 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
12236         * autorevert.el: Add support to detect changed dired and VC buffers.
12237         (auto-revert-active-p, auto-revert-list-diff)
12238         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
12239         (auto-revert-handler, auto-revert-active-p): New functions.
12240         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
12241         and `auto-revert-active-p'.
12242         (eval-when-compile): Defvar dired-directory and vc-mode.
12243         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
12244         (auto-revert-handler-vc): New functions.
12246 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
12248         * progmodes/compile.el (compilation-directory): New defvar.
12249         (compile): Save current directory in compilation-directory.
12250         (recompile): Bind default-directory to compilation-directory if
12251         that is non-nil.
12253 2004-02-16  Dave Love  <fx@gnu.org>
12255         * newcomment.el (comment-insert-comment-function)
12256         (comment-region-function, uncomment-region-function): New.
12257         (comment-indent): Use comment-insert-comment-function.
12258         (uncomment-region): Use uncomment-region-function.
12259         (comment-region): Use comment-region-function.
12261         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
12263 2004-02-16  Richard Stallman  <rms@gnu.org>
12265         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
12266         loaddefs* and ldefs-boot*.
12268 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
12270         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
12271         and email address at the beginning and end of the address.
12273         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
12274         anchored at the beginning of the email address.
12276 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
12278         * international/ccl.el (ccl-compile-write): Pass `left' to
12279         ccl-embed-code to generate correct code of write-expr-register.
12281 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
12283         * progmodes/grep.el (grep-compute-defaults): Fix typos.
12285 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12287         * x-dnd.el: Mention support for Motif in commentary.
12288         (x-dnd-handle-drag-n-drop-event): Ditto.
12290 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
12292         * ses.el: Use "ses--" prefixes for buffer-local variables.
12293         Use (point-min) instead of 1, even when we know the buffer
12294         is unnarrowed.
12295         (ses-build-load-map): Delete.  Distribute its content to defconst's for
12296         the three maps.
12297         (ses-menu, ses-header-line-menu): New menus.
12298         (ses-mode-map): Use them.
12299         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
12301 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
12303         * Makefile.in: Fix the CC Mode recompile kludge so it works
12304         when building in a different directory.
12306 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
12308         * simple.el (kill-new): Put yank-handler property on the entire string.
12310 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12312         * diff.el: Don't use compile any more, use diff-mode instead.
12313         (diff-regexp-alist, diff-old-file, diff-new-file)
12314         (diff-parse-differences, diff-process-setup): Remove.
12315         (diff-sentinel): New fun.
12316         (diff): Use it.  Run the process ourselves.
12317         Use diff-mode for the rest of the processing.
12319         * diff.el (diff): Simplify code handling `switch'.
12321 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12323         * pcvs-defs.el (cvs-menu): Add `tag'.
12325 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
12327         * simple.el (kill-append): Doc fix.
12329         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12330         Adapt outline-regexp to the new conventions for commenting out code.
12332 2004-02-11  John Paul Wallington  <jpw@gnu.org>
12334         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
12336 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12338         * diff.el (diff-switches): New fun.
12339         (diff, diff-backup): Use it.
12340         (diff): Clean up the args construction.  Use backquote.
12341         Use listp instead of consp to avoid putting a nil arg.
12342         (diff): Add a revert-buffer function.
12344 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12346         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
12347         handled by x-dnd-handle-file-name.
12348         (x-dnd-known-types): Add COMPOUND_TEXT.
12349         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
12350         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
12351         x-dnd-empty-state.
12352         (x-dnd-forget-drop): Ditto.
12353         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
12354         (x-dnd-handle-one-url): Return private when inserting text.
12355         (x-dnd-insert-ctext): New function.
12356         (x-dnd-handle-file-name): New function for FILE_NAME.
12357         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
12358         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
12359         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
12361 2004-02-10  Kenichi Handa  <handa@m17n.org>
12363         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
12364         instead of while loop.
12366 2004-02-10  Miles Bader  <miles@gnu.org>
12368         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
12370 2004-02-09  Kenichi Handa  <handa@m17n.org>
12372         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
12373         have end-of-line.
12375 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
12377         * Makefile.in: Added extra dependencies in the recompile target
12378         needed to cope with the compile time macro expansions in CC Mode.
12380 2004-02-09  Kim F. Storm  <storm@cua.dk>
12382         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
12383         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
12384         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
12385         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
12386         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
12387         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
12388         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
12389         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
12390         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
12391         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
12392         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
12394 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12396         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
12397         Don't allow shrink if there's a window on our right.
12399         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
12400         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
12401         Bring together declaration and initialization.
12402         (prolog-mode-variables): Don't set the syntax table.
12403         Don't set paragraph-start and comment-indent-function.
12404         Add /*..*/ to the comment regexps.
12405         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
12406         (prolog-mode-map): Don't bind TAB.
12407         (prolog-mode): Set the syntax table.
12408         (prolog-comment-indent): Remove.
12409         (inferior-prolog-mode-map): Initialize in the declaration.
12410         (inferior-prolog-mode-syntax-table)
12411         (inferior-prolog-mode-abbrev-table): New vars.
12412         (inferior-prolog-mode): Derive from comint-mode.
12413         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
12414         minibuffer windows.
12416         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
12417         in file names, as long as it is unabmiguous.
12419 2004-02-08  Andreas Schwab  <schwab@suse.de>
12421         * textmodes/reftex-toc.el
12422         (reftex-toc-load-all-files-for-promotion): Remove useless use of
12423         format.  Doc fix.
12425         * textmodes/refer.el (refer-find-entry-internal): Remove extra
12426         format string arguments.
12428         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
12429         string argument.
12431         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
12433         * play/zone.el (zone-call): Fix format string.
12435         * net/webjump.el (webjump-builtin): Add missing format string argument.
12437         * midnight.el (midnight-delay-set): Remove extra format string argument.
12439         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
12441         * hexl.el (hexl-insert-char): Add missing format string argument.
12443         * format.el (format-decode): Fix format string.
12445         * emulation/vi.el (vi-mode): Remove extra format string argument.
12446         (vi-repeat-last-search): Likewise.
12447         (vi-reverse-last-search): Likewise.
12448         (vi-goto-mark): Likewise.
12449         (vi-reverse-last-find-char): Likewise.
12450         (vi-repeat-last-find-char): Likewise.
12451         (vi-locate-def): Likewise.
12453         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
12455         * ediff-util.el (ediff-toggle-read-only): Remove extra format
12456         string argument.
12457         (ediff-toggle-regexp-match): Likewise.
12459         * dired-aux.el (dired-do-query-replace-regexp): Add missing
12460         format string argument.
12462         * calc/calc-map.el (calc-get-operator): Remove extra format
12463         string argument.
12465         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
12467         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
12468         string argument.
12470         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
12472         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
12474         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
12476         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
12477         (cl-struct-setf-expander): Likewise.
12479         * vc.el (with-vc-file): Fix unsafe uses of error.
12480         (vc-cancel-version): Likewise.
12482 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
12484         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
12485         thousands separator; fixes <class>:<line-number> regexp for
12486         non-english locales.
12488 2004-02-08  Andreas Schwab  <schwab@suse.de>
12490         * view.el (view-mode-enable): Revert previous change.
12492 2004-02-07  Kim F. Storm  <storm@cua.dk>
12494         * simple.el (line-number-at-pos): Rename from line-at-pos.
12495         Uses changed (what-line and vc-annotate-warp-version).
12497 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12499         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
12500         (diff-mode): Remove aborted attempt at support for compile.el.
12501         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
12503 2004-02-06  Andreas Schwab  <schwab@suse.de>
12505         * view.el (view-mode-enable): Add view-mode-map to
12506         minor-mode-overriding-map-alist.
12508 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12510         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
12512 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12514         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
12515         with point inside rather than after the paragraph.
12517 2004-02-04  Sam Steingold  <sds@gnu.org>
12519         * mail/smtpmail.el (smtpmail-try-auth-methods):
12520         Do not try authentication when no mechanism is available.
12521         Pass port-name as defaultport to `netrc-machine'.
12523 2004-02-04  Stephen Eglen  <stephen@gnu.org>
12525         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
12526         to show how minibuffer height can be constrained.
12528 2004-02-04  John Paul Wallington  <jpw@gnu.org>
12530         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
12532 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12534         * x-dnd.el: New file for drag and drop.
12536         * term/x-win.el: require x-dnd, set after-make-frame-functions
12537         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
12538         drag-n-drop event.
12540         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
12541         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
12542         (dired-dnd-handle-file): New functions for drag and drop support.
12543         (dired-mode): Initialize drag and drop if x-dnd present.
12545 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12547         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
12548         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
12549         (cperl-mode): Set fill-paragraph-function.
12550         (cperl-fill-paragraph): Make it non-interactive.
12552 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
12554         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
12556 2004-02-02  David Kastrup  <dak@gnu.org>
12558         * replace.el (perform-replace): Allow 'literal argument in
12559         regexp-flag to indicate literal replacement.
12560         (query-replace-regexp-eval): Use it.
12562 2004-02-01  Andreas Schwab  <schwab@suse.de>
12564         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
12566 2004-02-01  Stephen Eglen  <stephen@gnu.org>
12568         * info-look.el: Add support for maxima-mode.  Update commentary
12569         because info-lookup-symbol is now bound to C-h S.
12571 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
12573         * simple.el (edit-and-eval-command): Bind print-level and
12574         minibuffer-history-sexp-flag around call to read-from-minibuffer.
12575         Correct initial position in command-history.
12577 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
12579         * files.el (read-directory-name): Adapt the docstring to recent
12580         change in Fread_file_name.
12582 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
12584         * ses.el (ses-print-cell): If print format too wide for column
12585         width, truncate decimal places if that helps to avoid "#####" fill.
12586         * ses.el (ses-initial-column-width): Revert previous change.
12588 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12590         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
12591         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
12592         Add edebug info.
12593         (jit-lock-mode): Setup/cancel the new timer.
12594         (jit-lock-context-fontify): New fun.  Extracted from
12595         context fontification code of jit-lock-stealth-fontify.
12596         (jit-lock-stealth-fontify): Don't do context fontification any more.
12598         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
12599         (jit-lock-fontify-now): Handle the `quit' case.
12600         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
12602 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
12604         * progmodes/executable.el (executable-command-find-posix-p):
12605         New.  Check if find handles arguments Posix-style.
12607         * progmodes/grep.el (grep-compute-defaults):
12608         Use executable-command-find-posix-p.
12609         (grep-find): Check `grep-find-command'.
12611         * filecache.el (file-cache-find-posix-p): Delete.
12612         (file-cache-add-directory-using-find):
12613         Use `executable-command-find-posix-p'.
12615 2004-01-29  Dave Love  <fx@gnu.org>
12617         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
12618         Iterate the hook function if arg is given.
12619         (mark-defun, narrow-to-defun): Change order of finding the limits.
12621         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
12622         (byte-compile-format-warn): New.
12623         (byte-compile-callargs-warn): Use it.
12624         (Format, message, error): Add byte-compile-format-like property.
12625         (byte-compile-maybe-guarded): New.
12626         (byte-compile-if, byte-compile-cond): Use it.
12627         (byte-compile-lambda): Compile interactive forms,
12628         just to make warnings about them.
12630 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
12632         * ses.el (ses-initial-column-width): Increase to 14, so it will
12633         work well with the default printer of "%.7g" for extreme values
12634         like "-1.234567e+07".
12636 2004-01-29  Kenichi Handa  <handa@m17n.org>
12638         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
12640 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
12642         * dos-w32.el: Added support for the `default-printer-name' function.
12644 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12646         * server.el (server-socket-name): Don't use the hostname in the
12647         socket name since /tmp is local to the host anyway.
12649         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
12650         robust check of widening and fix var-naming.
12652 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
12654         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
12655         or rmail-spam- to rsf- in all function and variable names.
12656         (rsf-min-region-to-spam-list): New variable.
12657         (rsf-bbdb-auto-delete-spam-entries): Rename from
12658         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
12659         scanned together with the recipients field for spam testing; Don't
12660         delete spam message if rmail-delete-after-output is non-nil;
12661         (rsf-check-field): New function, extracted from code in
12662         rmail-spam-filter to ease addition of header fields like
12663         content-type:;
12664         (message-content-type): New variable.  The content-type: field was
12665         added also in defcustom of rsf-definitions-alist;
12666         (rmail-spam-filter): Replace repeated test code for header fields
12667         by calls to check-field; change the call to
12668         rmail-output-to-rmail-file such that rmail-current-message stays
12669         the same to avoid wrong deletion of unseen flags.
12670         (rmail-use-spam-filter): Add autoload cookie.
12672 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
12674         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
12675         (file-cache-add-directory-using-find): Add Cygwin support.
12676         (file-cache-find-command-posix-flag): New user variable.
12678         * filecache.el (file-cache-add-directory): Check for
12679         directories an remove them from dir-files.
12681 2004-01-27  Richard M. Stallman  <rms@gnu.org>
12683         * man.el (Man-fontify-manpage): Clean up message.
12685 2004-01-27  Kenichi Handa  <handa@m17n.org>
12687         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
12688         (sentence-end): Define using sentence-end-without-space.
12690         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
12691         a sentence ends with one of a character in sentence-end-without-space.
12693 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12695         * font-lock.el (font-lock): Add jit-lock as explicit group member.
12696         (jit-lock): Group declaration moved to jit-lock.el.
12697         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
12698         when necessary.
12700         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
12701         (jit-lock-context-unfontify-pos): Rename from
12702         jit-lock-first-unfontify-pos.
12703         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
12705 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
12707         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
12708         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
12709         (fortran-fill): When filling a string, adjust re-search-backward
12710         argument for special case of string just on fill-column.
12711         When filling non-string, allow one extra char if
12712         fortran-break-before-delimiters is non-nil.
12713         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
12714         Use fortran-break-delimiters-re and fortran-no-break-re to
12715         correctly handle cases such as "**".
12717         * progmodes/f90.el (f90-break-delimiters): Doc fix.
12718         (f90-no-break-re): Add some extra tokens.  Doc fix.
12720 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
12722         * mail/rmail-spam-filter.el:
12723         Use two semicolons as Commentary line prefix.
12724         Add ";;; Code:" stylized comment.
12725         Delete end-of-line whitespace.
12726         Wrap (require 'cl) with `eval-when-compile'.
12728 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
12730         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
12731         at the top level of vc.el.
12733 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
12735         * vc.el (vc-current-line): Function removed.  This is now done by
12736         the new function line-at-pos in simple.el.
12737         (vc-annotate-warp-version): Use line-at-pos instead of
12738         vc-current-line.
12740 2004-01-22  Kim F. Storm  <storm@cua.dk>
12742         * simple.el (line-at-pos): New defun.
12743         (what-line): Use it.  Optimize by only counting lines in narrowed
12744         region once.
12746 2004-01-22  Kenichi Handa  <handa@m17n.org>
12748         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
12749         point (register r1) only for charset mule-unicode-0100-24ff.
12751 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
12753         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
12754         trailing white space and ensure a final newline.
12756         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
12757         Add autoload cookie.
12759 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
12761         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
12762         activate view-mode explicitly.
12764 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12766         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
12767         use clipboard first.
12769 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12771         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
12772         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
12773         (vc-mcvs-cvs): Remove.
12774         (vc-mcvs-command): Remove use of assert.
12776         * outline.el (outline-insert-heading): Tighten up match.
12777         (outline-demote, outline-move-subtree-down): Don't assume anything
12778         about outline-regexp.
12780         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
12781         (texinfo-show-structure): Explicitly add ^, and simplify.
12783 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
12785         * calendar/appt.el (appt-check): Restore usage of
12786         appt-issue-message deleted in previous change.
12787         (top-level): Activate package when loaded (needed for backwards
12788         compatibility).
12790 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12792         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
12793         following previous change to smtpmail-send-data.
12795 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
12797         * vc.el (vc-default-previous-version): Doc enhancement.
12798         (vc-default-next-version): New function.
12799         (vc-print-log): New arg FOCUS-REV.
12800         (vc-annotate-mode): Derive from view-mode.
12801         (vc-annotate): New args REVISION, DISPLAY-MODE.
12802         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
12803         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
12804         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
12805         (vc-annotate-show-diff-revision-at-line, vc-current-line)
12806         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
12808         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
12810 2004-01-19  Karl Berry  <karl@gnu.org>
12812         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
12813         or "TexInfo".
12815 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
12817         * subr.el (delete-dups): New function.
12819 2004-01-19  Karl Berry  <karl@gnu.org>
12821         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
12822         with ^, since that's what texinfo-show-structure
12823         documentation says (plus it works much better in texinfo.txi).
12825 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
12827         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
12829 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
12831         * progmodes/which-func.el (which-function-mode): Don't cancel
12832         which-func-update-timer if not set.
12834 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
12836         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
12837         Remove spurious left square bracket in XX:XXam regexp.
12839 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
12841         * progmodes/cc-defs.el: Do not require cl at run time.
12843 2004-01-16  Richard M. Stallman  <rms@gnu.org>
12845         * emacs-lisp/cl.el (cl-cannot-unload): New function.
12846         (cl-unload-hook): Defvar this to run cl-cannot-unload.
12848         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
12849         Call rmail-spam-filter.  Delete and expunge spam.
12850         Print number of spam messages deleted.
12851         Save and restore the deletion status of old messages when reading
12852         new mail with spam filter, so that expunging spam does not expunge
12853         msgs deleted by the user.
12854         (rmail-only-expunge): Add an optional argument dont-show to
12855         prevent showing message after expunge.
12857 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
12859         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
12860         * subr.el (declare): New macro.
12862 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
12864         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
12866 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12868         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12869         Test window-system rather than system-type (for X11/Mac).
12871 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
12873         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
12875 2004-01-12  Richard M. Stallman  <rms@gnu.org>
12877         * mail/rmail.el (rmail-convert-to-babyl-format):
12878         Use mail-unquote-printable-region.
12879         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
12880         (rmail-hex-char-to-integer): Functions deleted.
12882         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
12883         (mail-unquote-printable-region): New arg NOERROR.
12884         For invalid encoding, either signal an error to just return nil.
12886 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
12888         * calendar/appt.el: Update copyright and commentary.
12889         (appt-issue-message): Make obsolete.
12890         (appt-visible, appt-msg-window): Make obsolete, in favour of
12891         appt-display-format.
12892         (appt-display-mode-line, appt-display-duration)
12893         (appt-display-diary, appt-time-msg-list, appt-mode-string)
12894         (appt-prev-comp-time, appt-display-count, appt-timer)
12895         (appt-convert-time): Doc change.
12896         (appt-disp-window-function, appt-delete-window-function):
12897         Use defcustom rather than defvar.
12898         (appt-display-format): New variable.
12899         (appt-display-message): New function with display code from appt-check.
12900         (appt-check): Add optional FORCE argument.  Doc change.
12901         Add appt-make-list to diary-hook if displaying diary.
12902         Remove checking of view-diary-entries-initially.
12903         Message display section removed to new function appt-display-message.
12904         (appt-display-window): Doc change.  Remove unused internal var
12905         this-buffer.  Do not beep, since appt-display-message does that.
12906         (appt-make-list): Doc change.  Use caar.
12907         (appt-sort-list): Simplify by using builtin sort function.
12908         (appt-update-list): New function for updating appts when diary is
12909         saved.
12910         (appt-activate): New autoloaded function to toggle package
12911         functionality.
12913         * calendar/cal-x.el: (calendar-one-frame-setup)
12914         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
12916         * calendar/calendar.el: Update copyright.
12917         (view-diary-entries-initially, european-calendar-style): Doc change.
12918         (calendar-setup): Make defcustom rather than defvar.
12919         (mark-visible-calendar-date): Initialize temp-face and faceinfo
12920         in let binding so local to function.
12922         * calendar/diary-lib.el: Update copyright.
12923         (diary, diary-entry-time): Doc change.
12924         (list-diary-entries): Doc change.  Trivial logic change.
12925         (fancy-diary-display): Restore make-face command mistakenly
12926         deleted 2003-05-08.
12927         (show-all-diary-entries): Allow to pop-up frame if needed.
12929 2004-01-09  John Paul Wallington  <jpw@gnu.org>
12931         * bindings.el (mode-line-change-eol): Add EVENT parameter.
12932         Temporarily select EVENT's window for changing eol type.
12934 2004-01-09  Deepak Goel  <deego@gnufans.org>
12936         * calendar/diary-lib.el (diary-entry-time):
12937         Also accept time in the form XX[.XX][am/pm/AM/PM].
12938         (fancy-diary-font-lock-keywords): Likewise.
12939         (diary-font-lock-keywords): Likewise.
12940         * calendar/appt.el (appt-add): Likewise.
12941         (appt-make-list): Likewise.
12942         (appt-convert-time): Likewise.
12944 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
12946         * gdb-ui.el (gdb-ann3): Revert previous change.
12947         (gdb-source-info): Allow for case of where compilation directory
12948         is not recorded.
12950 2004-01-08  John Paul Wallington  <jpw@gnu.org>
12952         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
12954 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
12956         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
12958         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
12959         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
12960         problems.
12961         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
12963 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
12965         * files.el (write-file-functions, write-contents-functions):
12966         Clarify docstrings.
12968 2004-01-07  Kenichi Handa  <handa@m17n.org>
12970         * international/mule.el (set-auto-coding): Fix for the case that
12971         end-of-line is only CR.
12973 2004-01-07  Kim F. Storm  <storm@cua.dk>
12975         * subr.el (event-start, event-end): Doc fix.
12976         (posn-string, posn-image): New defuns.
12977         (posn-object): Return either image or string object.
12978         (posn-object-x-y): Return 8th element of position.
12979         (posn-object-width-height): New defun.
12981 2004-01-06  Andreas Schwab  <schwab@suse.de>
12983         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
12984         output.
12986 2004-01-05  Karl Berry  <karl@gnu.org>
12988         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
12989         / and *, too.
12991 2003-12-31  Simon Josefsson  <jas@extundo.com>
12993         * files.el (before-save-hook): Add.
12994         (basic-save-buffer): Use before-save-hook.
12996         * emacs-lisp/copyright.el: Fix comment to recommend
12997         before-save-hook instead of write-file-functions.
12999 2004-01-05  Richard M. Stallman  <rms@gnu.org>
13001         * finder.el (finder-commentary): Call delete-other-windows.
13003         * net/ange-ftp.el (ange-ftp-file-attributes):
13004         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
13006 2004-01-04  Karl Berry  <karl@gnu.org>
13008         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
13009         comment characters % and # in the copyright year notice,
13010         as well as ;.
13012 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
13014         * wid-edit.el (default): Define dummy :value-delete.
13015         Reported by Jesper Harder <harder@ifa.au.dk>.
13017 2004-01-03  Richard M. Stallman  <rms@gnu.org>
13019         * progmodes/compile.el (compile-internal): Use point, not point-min,
13020         for set-window-point.
13022         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
13024         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
13026         * progmodes/grep.el (grep-mode-map):
13027         Don't remap next-line, previous-line.
13029 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
13031         * speedbar.el (speedbar-edit-line): Change regexp to position
13032         the cursor on the first character of this line's button.
13034 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
13036         * subr.el (functionp): Doc fix.
13038 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13040         * progmodes/idlwave.el (idlwave-make-tags):
13041         * textmodes/flyspell.el (flyspell-large-region):.
13042         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
13043         * emulation/viper-util.el (viper-glob-unix-files):
13044         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
13045         * man.el (Man-init-defvars):
13046         * jka-compr.el (jka-compr-call-process):
13047         * files.el (get-free-disk-space,insert-directory):
13048         * ediff-ptch.el (ediff-test-patch-utility):
13049         * ediff-diff.el (ediff-test-utility):
13050         * dired-aux.el (dired-check-process):
13051         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
13052         test the return value of call-process, because it can be a string.
13054 2003-12-31  John Paul Wallington  <jpw@gnu.org>
13056         * bindings.el (completion-ignored-extensions): Add .pfsl.
13058 2003-12-31  Kim F. Storm  <storm@cua.dk>
13060         * ido.el (ido-nonreadable-directory-p): New defun to check for
13061         nonreadable directory without activating tramp (to avoid problems
13062         with checking incomplete tramp paths).
13063         (ido-set-current-directory, ido-file-internal)
13064         (ido-file-name-all-completions1): Use it.
13066 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
13068         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
13069         documentation if the anchor (or node) name is preceded by `info
13070         anchor' or `Info anchor' in addition to earlier `info node' and
13071         `Info node'.
13072         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
13074 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
13076         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
13077         error in arguments to base64-decode-region.  Remove ^M characters
13078         after decoding base64.
13080 2003-12-30  Simon Josefsson  <jas@extundo.com>
13082         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
13083         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
13084         have only been distributed with Emacs for some years.
13085         (texinfo-mode-hook): Customize.
13087 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
13089         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
13090         cleaner (suggested by Richard Stallman).
13092         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
13093         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
13094         file-name clashes on 8+3 DOS filesystems.
13096         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
13097         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
13098         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
13099         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
13100         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
13101         file-name clashes on 8+3 filesystems.
13103         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
13104         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
13105         file-name clashes on 8+3 DOS filesystems.
13107 2003-12-29  Richard M. Stallman  <rms@gnu.org>
13109         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
13110         Upcase the character.
13112         * textmodes/flyspell.el (mail-mode-flyspell-verify):
13113         Search for header separator alone on a line, literally,
13114         and search for it backward, not forward.
13115         (flyspell-abbrev-table): Always use global-abbrev-table
13116         if there is no local one.
13118         * progmodes/sh-script.el (sh-get-indent-info):
13119         Don't move point back if at bob.
13121         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
13123         * play/handwrite.el (handwrite): Make the handwrite credit message
13124         a comment rather than an output command.
13126         * obsolete/sc.el: Display message that this file is obsolete.
13128         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
13130         * mail/rfc822.el (rfc822-address-start): Declare variable.
13131         Renamed from address-start.  All uses changed.
13133         * term.el (term-exec): Set up sentinel.
13134         (term-sentinel): New function.
13135         (term-handle-exit): New function.
13137         * subr.el (assoc-ignore-case, assoc-ignore-representation):
13138         Use assoc-string, and mark them obsolete.
13139         (delay-mode-hooks): Mark as permanent local.
13141         * simple.el (sendmail-user-agent-compose): Use assoc-string.
13143         * register.el (copy-rectangle-to-register): Doc fix.
13145         * info.el (Info-insert-dir): Use assoc-string.
13147         * info-look.el (info-lookup): Use assoc-string.
13149         * frame.el (pop-up-frame-function): Use quote, not `function'.
13150         (frame-notice-user-settings): Calculate ADJUSTED-TOP
13151         copying with lists as coordinate values.
13153         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
13155         * find-dired.el (kill-find): New command.
13156         (find-dired): Make buffer read-only.
13157         Set up a keymap with C-c C-k running kill-find.
13158         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
13160         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
13162         * filecache.el (file-cache-ignore-case): New variable.
13163         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
13165         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
13166         (comint-dynamic-complete-as-filename): Rename local vars.
13167         (comint-dynamic-list-filename-completions): Likewise.
13169         * comint.el (comint-dynamic-list-completions-config): New var.
13170         (comint-dynamic-list-completions): Handle both SPC and TAB right.
13172         * comint.el (comint-file-name-chars): Add [].
13173         (comint-word): Use skip-chars-backward, not search.
13175         * shell.el (shell-file-name-chars): Add [].
13177         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
13179         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
13181         * generic.el (define-generic-mode): Doc fix.
13183 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
13185         * files.el (kill-some-buffers): Doc fix.
13187 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
13189         * comint.el (comint-watch-for-password-prompt): Pass `string' as
13190         arg to send-invisible
13191         (send-invisible): Doc fix.  The argument is now a prompt, not the
13192         string to send.
13193         (comint-read-noecho): Doc fix.
13195 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
13197         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
13198         "@", as required by some ISP hosting service.  Fix defcustom
13199         argument syntax errors that prevented use of customization.
13201 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
13203         * xml.el (xml-get-attribute-or-nil): Doc fix.
13205 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
13207         * net/zone-mode.el (zone-mode): Use write-file-functions, not
13208         write-file-hooks.
13210 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
13212         * autorevert.el (auto-revert-interval): Doc fix.
13214 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
13216         * xml.el (xml-get-attribute-or-nil): New function, like
13217         xml-get-attribute, but returns nil if the attribute was not found.
13218         (xml-get-attribute): Convert to defsubst, uses
13219         xml-get-attribute-or-nil.
13221 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
13223         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
13225 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
13227         * custom.el (custom-declare-theme): Use `value' when putting
13228         properties on `theme'.
13230 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
13232         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
13233         for each yank-handler segment.
13234         (insert-for-yank-1): New function, with the body of the previous
13235         insert-for-yank.
13237         * textmodes/table.el (table-yank-handler): New defcustom.
13238         (table--put-cell-indicator-property): Put yank-handler property
13239         that indicates the yank handler for the table cell.
13241 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13243         * generic-x.el (etc-modules-conf-generic-mode): A more complete
13244         set of keywords.
13246 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
13248         * international/mule-cmds.el (reset-language-environment)
13249         (set-language-environment): Don't invoke fontset-related functions
13250         if fontset-list is not fboundp.
13252 2003-12-29  Kenichi Handa  <handa@m17n.org>
13254         * international/mule-cmds.el (reset-language-environment):
13255         Call set-overriding-fontspec-internal with nil.
13256         (set-language-environment): Call set-overriding-fontspec-internal
13257         if the language environment specify `overriding-fontspec'.
13258         (language-info-alist): Doc added.
13260         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
13261         characters of mule-unicode-0100-24ff.
13262         (ccl-encode-windows-1251-font): New CCL program.
13263         ("Bulgarian"): Specify overriding-fontspec.
13264         ("Belarusian"): Likewise.
13266 2003-12-28  Sam Steingold  <sds@gnu.org>
13268         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
13269         parameter ID-FORMAT to conform with the 2003-11-30 patch.
13271 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
13273         * progmodes/gud.el (gud-gdb-command-name): Set default to
13274         "gdb --annotate=3".
13275         (gud-gdb-marker-filter): Look out for annotations.
13276         (gdb-first-pre-prompt): New variable.
13277         Remove trailing white space.
13279         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
13280         if necessary.
13281         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
13282         annotations are detected.
13283         (gud-gdba-marker-filter): Use global variable gud-marker-acc
13284         instead of a local one to allow transition from
13285         gud-gdb-marker-filter.
13286         Remove trailing white space.
13288 2003-12-27  Kim F. Storm  <storm@cua.dk>
13290         * ido.el: Handle non-readable directories.
13291         (ido-decorations): Add 9th element for non-readable directory.
13292         (ido-directory-nonreadable): New dynamic var.
13293         (ido-set-current-directory): Set it.
13294         (ido-read-buffer, ido-file-internal):
13295         (ido-read-file-name, ido-read-directory-name): Let-bind it.
13296         (ido-file-name-all-completions1): Return empty list for
13297         non-readable directory.
13298         (ido-exhibit): Print [Not readable] if directory is not readable.
13299         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
13300         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
13301         Use it.
13303 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
13305         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
13306         calls to directory-files-and-attributes and file-attributes.
13307         (ls-lisp-format): Remove system dependent handling of user and
13308         group id's.
13310 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
13312         * ffap.el (ffap-read-file-or-url): Revert previous change.
13314 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
13316         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
13317         new list of included files called `files-with-node-lines', that
13318         only have node lines.  This way @include commands can include any
13319         file, such as version and update files without node lines, not
13320         just files that are chapters.
13322 2003-12-25  Andreas Schwab  <schwab@suse.de>
13324         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
13325         file not found.
13327 2003-12-08  Miles Bader  <miles@gnu.org>
13329         * dired.el (dired-between-files): Always use dired-move-to-filename,
13330         which is more robust in non-english locales.
13332 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13334         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
13336 2003-12-24  Andreas Schwab  <schwab@suse.de>
13338         * shell.el (shell-file-name-quote-list): Add backslash.
13340         * comint.el (comint-quote-filename): Correctly handle backslash
13341         in comint-file-name-quote-list.
13343 2003-12-24  Kenichi Handa  <handa@m17n.org>
13345         * international/mule-cmds.el (set-default-coding-systems):
13346         Call ucs-set-table-for-input for all buffers that don't have local
13347         value of buffer-file-coding-system.
13349         * international/ucs-tables.el (ucs-set-table-for-input):
13350         If translation-table-for-encode is a symbol, get its
13351         translation-table property.
13353 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
13355         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
13356         to `completing-read' on a recently fixed bug.
13358         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
13359         instead of SPACE, to get the list of possible fringe modes.
13360         SPACE only works if both `partial-completion-mode' and
13361         `completion-auto-help' are nil.
13363         * complete.el (PC-is-complete-p): Delete.
13364         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
13365         calls to `test-completion'.
13367 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
13369         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
13370         to edit values when there are no children.
13372         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
13373         a mode called "Assembler" already exists.
13374         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
13375         (gud-watch): Use format option.  Remove font properties from string.
13376         (gdb-var-create-handler, gdb-var-list-children-handler):
13377         Don't bother about properties as there are none.
13378         (gdb-var-create-handler, gdb-var-list-children-handler)
13379         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
13380         with two arguments.
13381         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
13382         Let speedbar show value changes with a different font.
13383         (gdb-edit-value): New defun.
13384         (gdb-clear-partial-output, gdb-clear-inferior-io)
13385         (def-gdb-auto-update-handler): Use erase-buffer.
13386         (gdb-frame-handler): Display watch expressions in
13387         FUNCTION::VARIABLE format if required.
13389 2003-12-23  John Paul Wallington  <jpw@gnu.org>
13391         * info.el (Info-unescape-quotes, Info-split-parameter-string)
13392         (Info-goto-emacs-command-node): Doc fixes.
13394 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
13396         * cus-edit.el (custom-add-parent-links): Define "many".
13398 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
13400         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
13401         (widget-child-validate, widget-type-value-create)
13402         (widget-type-default-get, widget-type-match): New functions.
13403         (lazy): New widget.
13404         (menu-choice, checklist, radio-button-choice, editable-list)
13405         (group, documentation-string): Remove redundant (per 2003-10-25
13406         change) calls to `widget-children-value-delete'.
13407         (widget-choice-value-get, widget-choice-value-inline): Remove.
13408         (menu-choice): Update widget.
13410 2003-12-03  Kenichi Handa  <handa@m17n.org>
13412         * language/cyrillic.el: Register "microsoft-cp1251" in
13413         ctext-non-standard-encodings-alist.
13414         ("Bulgarian"): Add ctext-non-standard-encodings.
13415         ("Belarusian"): Likewise.
13417         * international/mule-conf.el (compound-text-with-extensions):
13418         Change the type to 2 (iso-2022 base).
13420         * international/mule.el (ctext-non-standard-encodings-alist):
13421         Change the format.
13422         (ctext-non-standard-encodings): New variable.
13423         (ctext-post-read-conversion): Fully re-written.
13424         (ctext-non-standard-designations-alist): Delete it.
13425         (ctext-non-standard-encodings-table): New function.
13426         (ctext-pre-write-conversion): Fully re-written.
13428 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
13430         * cus-edit.el (custom-add-parent-links): Add documentation links
13431         for parent, if the item has none of its own.
13433 2003-11-30  Richard M. Stallman  <rms@gnu.org>
13435         * dired-aux.el (dired-do-query-replace-regexp):
13436         Report files visited read-only.
13438 2003-11-30  Juri Linkov  <juri@jurta.org>
13440         * dired-aux.el (dired-compare-directories): New command.
13441         (dired-file-set-difference, dired-files-attributes): New functions.
13443 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
13444         Version 2.0.38 of Tramp released.
13446         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
13447         Charles Curley <charlescurley@charlescurley.com>.
13448         (tramp-multi-connection-function-alist): Add ssht entry which adds
13449         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
13450         Aichner.
13451         (tramp-get-method-parameter): New function to retrieve a method
13452         parameter.  This allows for omission of method parameters.
13453         Callers adjusted.
13455 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
13457         * net/tramp.el: Add new optional parameter ID-FORMAT to
13458         `file-attributes'.  Calls of `file-attributes' won't use this
13459         parameter for backward compatibility reasons.
13460         (tramp-perl-file-attributes): Add a new parameter to Perl script
13461         in order to handle uid/gid as strings, if desired.
13462         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
13463         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
13464         order to make the function more general.
13465         (tramp-handle-file-attributes): Replace proprietary optional
13466         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
13467         (tramp-handle-file-attributes-with-perl): Handle parameter
13468         NONNUMERIC if set.  This wasn't done in the past.
13469         (tramp-post-connection): Apply second parameter "$2" if
13470         `tramp-remote-perl' is called.
13472         * net/tramp-smb.el (tramp-smb-handle-delete-file):
13473         Correct cut'n'waste error (`filename' instead of `directory').
13474         (tramp-smb-handle-directory-files-and-attributes)
13475         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
13476         introduced parameter ID-FORMAT.
13477         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
13478         error (`directory' instead of `ldir').
13480         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
13481         `file-attributes' has a second parameter.  If yes, apply it with
13482         value "'integer".  Otherwise, don't use that parameter (default is
13483         integer format).
13485 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
13487         * help.el (help-map): Bind `display-local-help' to `C-h .'.
13488         (help-for-help): Add `C-h .' to the listed Help options.
13489         Remove trailing whitespace.
13491         * help-at-pt.el: New file.
13493 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
13495         * subr.el (noreturn, 1value): New macros for test coverage.
13496         See `testcover.el'.
13498         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
13500         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
13501         for macro `1value'.
13502         (testcover-1value): New function.  Checks that a 1value form
13503         actually returns only one value.  Requested by RMS.
13505 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
13507         * gdb-ui.el (gud-watch, gdb-var-create-handler)
13508         (gdb-var-list-children, gdb-var-list-children-handler)
13509         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
13510         gdb commands that use mi to keep them out of the command history.
13512 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13514         * cus-start.el (all): Add use-file-dialog.
13516 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13518         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
13520 2003-11-27  Kim F. Storm  <storm@cua.dk>
13522         * subr.el (posn-object-x-y): New defun.
13524 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13526         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
13527         Don't use `space' for \\\n.
13528         Be more selective as to which # are comment-starters.
13530 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
13532         * subr.el (number-sequence): Improve handling of floating point
13533         arguments (suggested by Kim Storm).  Allow negative arguments.
13535 2003-11-26  Kenichi Handa  <handa@m17n.org>
13537         * international/mule-cmds.el (standard-display-european-internal):
13538         Cancel the standard-display-table setting for ` and '.
13540 2003-11-26  Kim F. Storm  <storm@cua.dk>
13542         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
13543         New defcustoms to add ffap-like functionality to ido.
13544         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
13545         (ido-no-final-slash): New defun.
13546         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
13547         (ido-read-file-name): ): Toggle VC checking via
13548         vc-handled-backends instead of vc-master-templates.
13549         (ido-file-internal): Handle ido-use-url-at-point and
13550         ido-use-filename-at-point via code borrowed from ffap-guesser.
13551         Handle new ido-exit code ffap.
13552         (ido-sort-list): Ignore final slash when sorting file names.
13554 2003-11-25  Kim F. Storm  <storm@cua.dk>
13556         * emulation/cua-base.el (cua--standard-movement-commands):
13557         Add forward-sentence and backward-sentence.
13559 2003-11-25  Stephen Eglen  <stephen@gnu.org>
13561         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
13562         iswitchb-exit is set to 'usefirst when user selects buffer at head
13563         of list using RET.  (Selecting buffers at the head of the list was
13564         broken if the substring was also a complete buffername.)
13566 2003-11-23  Kim F. Storm  <storm@cua.dk>
13568         * progmodes/compile.el (grep-command, grep-use-null-device)
13569         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
13570         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
13571         (grep-regexp-alist, grep-program, find-program)
13572         (grep-find-use-xargs, grep-history, grep-find-history)
13573         (grep-process-setup, grep-compute-defaults)
13574         (grep-default-command, grep, grep-tag-default, grep-find)
13575         (grep-expand-command-macros, grep-tree-last-regexp)
13576         (grep-tree-last-files, grep-tree): Move grep variables, functions
13577         and commands to new file grep.el.
13578         (compilation-mode-map): Remove grep commands from Compile sub-menu.
13579         (compilation-process-setup-function): Doc fix.
13580         (compilation-highlight-regexp, compilation-highlight-overlay): New
13581         defvars used for highlighting current compile error in source buffer.
13582         (compile-internal): New optional args HIGHLIGHT-REGEXP and
13583         LOCAL-MAP which overrides compilation-highlight-regexp and
13584         compilation-mode-map for this compilation.
13585         Delay calling compilation-set-window-height until after running
13586         compilation-process-setup-function so it can buffer-local override
13587         compilation-window-height.
13588         Check buffer-local value of compilation-scroll-output.
13589         (compilation-set-window-height): Use buffer-local value of
13590         compilation-window-height.
13591         (compilation-revert-buffer): Don't pass (undefined)
13592         preserve-modes arg to revert-buffer.
13593         (next-error-no-select, previous-error-no-select): New commands.
13594         (compilation-goto-locus): Temporarily highlight current match in
13595         source buffer using compilation-highlight-regexp.
13597         * progmodes/grep.el: New file with grep code from compile.el.
13598         (grep): New defcustom group.
13599         (grep-window-height): New defcustom, like compilation-window-height.
13600         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
13601         (grep-scroll-output): New defcustom, like compilation-scroll-output.
13602         (grep-command, grep-use-null-device, grep-find-command)
13603         (grep-tree-files-aliases, grep-tree-ignore-case)
13604         (grep-tree-ignore-CVS-directories): Move to grep custom group.
13605         (grep-setup-hook): New hook variable.
13606         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
13607         (grep-last-buffer): New defvar, override compilation-last-buffer.
13608         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
13609         Call compile-internal with args highlight-regexp and grep-mode-map.
13611 2003-11-23  Kim F. Storm  <storm@cua.dk>
13613         * subr.el (event-start, event-end): Doc fix.
13614         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
13615         (posn-area, posn-actual-col-row, posn-object): New defuns.
13616         (posn-col-row): Simplify doc.  Rewrite to use cond.
13617         (posn-point): Also return buffer position for events outside text
13618         area (that info is now present in the event position).
13620         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
13621         mouse-set-point so that hscroll still works now that clicks on
13622         fringes generate specific mouse events.
13623         (mouse-set-point): Note that it now works in fringes and margins
13624         too due to new semantics of posn-point in fringes and margins.
13626         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
13627         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
13629 2003-11-20  Kim F. Storm  <storm@cua.dk>
13631         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
13632         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
13633         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
13634         to 100 for icons to avoid increasing line height when shown.
13636 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13638         * newcomment.el (comment-normalize-vars): Initialize properly if
13639         comment-start was nil.
13641 2003-11-19  Andreas Schwab  <schwab@suse.de>
13643         * simple.el (set-variable): Fix indentation.
13645 2003-11-17  Kenichi Handa  <handa@m17n.org>
13647         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
13648         Fix docstring.
13650 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13652         * international/latin1-disp.el (latin1-display): Fix docstring.
13654 2003-11-16  John Wiegley  <johnw@newartisans.com>
13656         * eshell/em-ls.el (eshell-ls-file): There are times with
13657         size-width is nil and uncomputed (when directories are created in
13658         dired, for example); in this case, 4 is reasonable default value,
13659         although it may caused skewed new entries (which could be avoided
13660         by returning the original value of 8 in all cases, but 99% of the
13661         time this is a waste of whitespace).
13663 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
13665         * cc-engine.el (c-guess-continued-construct)
13666         (c-guess-basic-syntax): Check a little more carefully if it's a
13667         function declaration when an unknown construct followed by a block
13668         is found inside a statement context.  This avoids macros followed
13669         by blocks to be taken as function declarations.
13671         (c-guess-continued-construct): Change the analysis of a statement
13672         continuation with a brace open to `substatement-block', for
13673         consistency with recognized statements.
13675         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
13676         start is in a position so that `c-beginning-of-statement-1' jumped
13677         to the beginning of the same statement.
13679         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
13680         Don't accept binary operators in the arglist if we're in a function
13681         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
13682         template recognition in cases like "if (a < b || c > d)".
13684         (c-restricted-<>-arglists): New more appropriate name for
13685         `c-disallow-comma-in-<>-arglists'.
13687         Accessing functions updated for the variable name change.
13689         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
13690         match data could get clobbered if NOT-INSIDE-TOKEN is used.
13692         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
13693         labels.
13695         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
13696         instead of duplicating parts of it.  This fixes bogus label
13697         recognition.
13699         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
13700         of checking the context in which to apply the minimum indentation,
13701         so that it isn't enforced in e.g. namespace blocks.
13703         * cc-vars.el (c-inside-block-syms): New constant used by
13704         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
13705         to somewhat reduce the risk of becoming stale.
13707         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
13708         cc-cmds to cc-engine to allow use from cc-align.
13710         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
13711         qualified identifiers containing "::".
13713         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
13714         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
13716         * cc-vars.el (c-emacs-features): Use a space in front of the name
13717         of the temporary buffer.  That also avoids dumping problems in
13718         XEmacs due to undo info being left around after the buffer is killed.
13720         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
13721         arglist to see if it's a K&R style declaration.
13723         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
13724         before returning `knr-argdecl-intro'.
13726 2003-11-16  John Wiegley  <johnw@newartisans.com>
13728         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
13729         field in a long-listing always 8 characters, use `size-width',
13730         which has already been computed.
13732 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
13734         * subr.el (minor-mode-list): Add `hs-minor-mode'.
13736 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
13738         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
13739         Support operation while narrowed, with `diff-restrict-view'.
13741 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
13743         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13744         Take additional optional arg NARROWFUN.  For the generated functions:
13745         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
13746         include frags that arrange to check for and save narrowing state before
13747         the move and then conditionally call NARROWFUN after the move.
13749 2003-11-14  John Wiegley  <johnw@newartisans.com>
13751         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
13752         that was optional, but obviously missing based on surrounding code.
13754         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
13755         string arguments to numbers unless the whole argument was seen as
13756         a number.
13758 2003-11-14  Kenichi Handa  <handa@m17n.org>
13760         * international/mule.el (ctext-non-standard-encodings-alist):
13761         Fix coding systems.
13763 2003-11-10  Kenichi Handa  <handa@m17n.org>
13765         * language/kannada.el ("Kannada"): Add sample-text.
13767         * language/knd-util.el (kannada-compose-region)
13768         (kannada-compose-string, kannada-post-read-conversion):
13769         Add autoload cookie.
13771         * international/quail.el (quail-completion): Change the message
13772         "corresponding translations" to "corresponding characters".
13774 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
13776         * descr-text.el (describe-char): Fix typo.
13778 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
13780         These changes are to support Kannada language/script.
13782         * Makefile.in (DONTCOMPILE): Add kannada.el.
13784         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
13786         * loadup.el: Preload kannada.el.
13788         * language/ind-util.el (ucs-kannada-to-is13194-alist)
13789         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
13790         New variables.
13792         * language/kannada.el: New file.
13794         * language/knd-util.el: New file.
13796 2003-11-07  Andreas Schwab  <schwab@suse.de>
13798         * progmodes/autoconf.el (autoconf-font-lock-keywords):
13799         Also highlight AH_*.
13801         * xml.el (xml-parse-dtd): Fix misplaced paren.
13803 2003-11-07  Kenichi Handa  <handa@m17n.org>
13805         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
13807 2003-11-05  Juri Linkov  <juri@jurta.org>
13809         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
13810         (desktop-buffer-file): Use saved buffer-file-coding-system
13811         for file reading.  Set auto-insert to nil to prevent automatic
13812         insertion into restored empty files.
13814 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
13816         * files.el (risky-local-variable-p): Make second argument optional.
13818 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13820         * subr.el (add-hook): Fix last change.
13822 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
13824         * mail/rmail.el (rmail-convert-to-babyl-format):
13825         If base64-decode-region signals an error, catch it and silently
13826         ignore it.
13828 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
13830         * xml.el (xml-parse-region): Allow comments to appear after the
13831         topmost element has closed.
13832         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
13833         (xml-ns-expand-attr): New functions to do namespace handling.
13834         (xml-intern-attrlist): Back-compatible handling of attribute names.
13835         (xml-parse-tag): Move namespace handling to separate functions.
13836         Now produces elements in the form ((:ns . "element") (attr-list)
13837         children) instead of ('ns:element (attr-list) children).
13838         (xml-parse-attlist): Fix attribute parsing.
13839         (xml-parse-dtd): Change parsing so that it produces strings
13840         instead of interned symbols.
13842 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
13844         * dired.el (dired-ls-sorting-switches): Doc fix.
13846 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
13848         * emacs-lisp/rx.el (rx-or): Fix the case of
13849         "(rx (and ?a (or ?b ?c) ?d))".
13851 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
13853         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
13854         (texinfo-format-region): Use it.
13855         (texinfo-format-buffer-1): Ditto.
13857 2003-11-01  Alan Mackenzie  <acm@muc.de>
13859         Changes to allow scrolling whilst in isearch mode:
13860         * isearch.el (isearch-unread-key-sequence): New function,
13861         extracted from isearch-other-meta-char.
13862         (top level): (put 'foo 'isearch-scroll) on all Emacs's
13863         "scrollable" standard functions.
13864         (isearch-allow-scroll): New customizable variable.
13865         (isearch-string-out-of-window, isearch-back-into-window)
13866         (isearch-reread-key-sequence-naturally)
13867         (isearch-lookup-scroll-key): New functions.
13868         (isearch-other-meta-char): Doc string and functionality enhanced.
13869         Now accepts a prefix argument.
13870         (isearch-lazy-highlight-window-end): New variable.
13871         (isearch-lazy-highlight-new-loop): Pay attention to the window's
13872         end (thru isearch-lazy-highlight-window-end), not only its start.
13874         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
13875         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
13876         (universal-argument, universal-argument-more, negative-argument)
13877         (digit-argument, universal-argument-other-key): Minor changes.
13879 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
13881         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
13882         recursively if the last message is deleted, thus avoiding an
13883         infinite loop.
13885 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13887         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
13888         (tex-main-file): Don't add .tex if the extension is already present.
13889         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
13891 2003-10-29  Lute Kamstra  <lute@gnu.org>
13893         * progmodes/octave-inf.el (inferior-octave-prompt):
13894         Recognize version number in prompt.
13896 2003-10-28  Dave Love  <fx@gnu.org>
13898         * international/characters.el: Fix some Unicode ranges.
13900 2003-10-28  Kenichi Handa  <handa@m17n.org>
13902         * disp-table.el (standard-display-8bit)
13903         (standard-display-default, standard-display-ascii)
13904         (standard-display-g1, standard-display-graphic)
13905         (standard-display-underline): Assure that standard-display-table
13906         is a display table.
13908 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13910         * simple.el (reindent-then-newline-and-indent): Delete space *after*
13911         reindenting the first line.
13913 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
13915         * wid-edit.el (widget-default-delete): Always delete child widgets.
13917 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13919         * newcomment.el (comment-indent): Don't call indent-according-to-mode
13920         if the line has code.
13921         Don't try to line up with something that's too far left.
13923         * progmodes/octave-mod.el (octave-comment-start): Simplify.
13924         (octave-mode-syntax-table): Add % as a comment starter.
13925         (octave-point): Remove.
13926         (octave-in-comment-p, octave-in-string-p)
13927         (octave-not-in-string-or-comment-p, calculate-octave-indent)
13928         (octave-blink-matching-block-open, octave-auto-fill):
13929         Use line-(beginning|end)-position instead.
13931 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
13933         * emacs-lisp/authors.el (authors-aliases): Add correct realname
13934         for Francesco Potort\e,Al\e(B.
13936 2003-10-23  Dave Love  <fx@gnu.org>
13938         * international/mule-cmds.el (locale-charset-to-coding-system):
13939         Don't rely on nil being a coding system.
13941         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
13942         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
13943         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
13945 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
13947         * gdb-ui.el (gdb-current-language): New variable.
13948         (gdb-update-flag): Remove variable.
13949         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
13950         (gdb-take-last-elt): Remove function.
13951         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
13952         (gdb-post-prompt): Check for variable object changes here.
13954         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
13955         object changes in gdb-ui.el.
13957 2003-10-21  Richard M. Stallman  <rms@gnu.org>
13959         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
13961         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
13962         Don't check for foo*/ wildcard form here.
13963         (insert-directory): Recognize foo*/ as a wildcard.
13964         Separate wildcard-regexp variable from the arg, wildcard.
13966         * subr.el (add-hook): Correctly detect when make-local-hook was used.
13967         (remove-hook): Correctly handle strange cases about local hooks.
13969 2003-10-21  David Ponce  <david@dponce.com>
13971         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
13972         argument REAL, to return a real number instead of a rounded
13973         integer value.  Define as inline function.
13974         (ruler-mode-right-fringe-cols): Likewise.
13975         (ruler-mode-scroll-bar-cols): New function.
13976         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
13977         (ruler-mode-right-scroll-bar-cols): Likewise.
13978         (ruler-mode-space): New function.
13979         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
13980         scroll bar mode and margins in a more robust way.
13982 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
13984         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
13985         (antlr-c-init-language-vars): New function.
13986         (antlr-mode): Use it with cc-mode before v5.29.
13987         (antlr-c-common-init): Don't set some local vars here.
13988         (antlr-mode): Set them here.
13989         (antlr-c-forward-sws): New function alias.
13990         (antlr-mode): Redefine with cc-mode before v5.30.
13991         (antlr-skip-sexps): Use it.
13992         (antlr-skip-exception-part): Ditto.
13993         (antlr-skip-file-prelude): Ditto.
13994         (antlr-outside-rule-p): Ditto.
13995         (antlr-end-of-body): Ditto.
13996         (antlr-option-kind): Ditto.
13997         (antlr-insert-option-area): Ditto.
13998         (antlr-file-dependencies): Ditto.
14000 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14002         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
14003         Move backward only if point was not inside an entry.
14005 2003-10-21  Richard M. Stallman  <rms@gnu.org>
14007         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
14009 2003-10-21  Juri Linkov  <juri@jurta.org>
14011         * compare-w.el: Automatically skip non-matching text to resync.
14012         (compare-windows-whitespace): Doc fix.
14013         (compare-windows-sync, compare-windows-sync-string-size)
14014         (compare-windows-recenter, compare-ignore-whitespace)
14015         (compare-windows-highlight, compare-windows-face): New variables.
14016         (compare-windows): Use compare-windows-sync.
14017         (compare-windows-highlight, compare-windows-dehighlight)
14018         (compare-windows-sync-regexp)
14019         (compare-windows-sync-default-function): New functions.
14021 2003-10-21  Juri Linkov  <juri@jurta.org>
14023         * diff.el (diff-parse-differences): Don't visit the files now;
14024         instead, just record the error locus.
14026 2003-10-21  Dave Love  <fx@gnu.org>
14028         * progmodes/cfengine.el: New file.
14030 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14032         * complete.el (PC-do-completion): Do not forget to use `pred' as the
14033         default-directory when completing file names.
14035 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
14037         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
14038         followed by the word `face', it gets treated as a face, even if
14039         it is also defined as a variable or a function.
14041 2003-10-20  Dave Love  <fx@gnu.org>
14043         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14044         Avoid incf in macro expansion.
14046 2003-10-20  John Paul Wallington  <jpw@gnu.org>
14048         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
14049         `evenp' so we don't implicitly require cl library at runtime.
14051 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
14053         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
14054         (help-make-xrefs): Only make cross-references for faces if
14055         preceded or followed by the word `face'.  Do not make a
14056         cross-reference for variables without variable documentation,
14057         unless preceded by the word `variable' or `option'.  Update doc
14058         string accordingly.
14060 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
14062         * progmodes/hideshow.el: Rewrite one-armed `if'
14063         constructs using either `when' or `unless'.
14064         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
14066 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
14068         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
14069         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
14070         instead of 12x12.
14072 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
14074         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
14075         message while converting to Babyl.
14077 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
14079         * allout.el (allout-mode): Doc fix.
14081 2003-10-16  Lute Kamstra  <lute@gnu.org>
14083         * subr.el (force-mode-line-update): Fix docstring.
14085 2003-10-14  Dave Love  <fx@gnu.org>
14087         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
14088         (default-input-method): Add :link, improve :type.
14089         (locale-charset-language-names): Fix utf-8 pattern.
14090         (locale-charset-match-p, locale-charset-alist)
14091         (locale-charset-to-coding-system): New.
14092         (set-locale-environment): Deal with codeset part of locale specs.
14094 2003-10-14  Lute Kamstra  <lute@gnu.org>
14096         * fringe.el (fringe-mode): Use active voice in docstring.
14097         (set-fringe-style): Ditto.
14099 2003-10-13  Lute Kamstra  <lute@gnu.org>
14101         * fringe.el (fringe-mode): Fix docstring.
14102         (set-fringe-style): Ditto.
14104 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
14106         * ediff-mult.el (ediff-filegroup-action):
14107         Use ediff-default-filtering-regexp.
14109         * ediff-util.el (ediff-recenter): Don't call
14110         ediff-restore-highlighting twice.
14111         (ediff-select-difference): Set current difference.
14112         (ediff-unselect-and-select-difference): Add comment.
14114         * ediff.el (ediff-directories,ediff-directory-revisions)
14115         (ediff-directories3,ediff-merge-directories)
14116         (ediff-merge-directories-with-ancestor)
14117         (ediff-merge-directory-revisions)
14118         (ediff-merge-directory-revisions-with-ancestor):
14119         Use ediff-default-filtering-regexp.
14121 2003-10-12  Andreas Schwab  <schwab@suse.de>
14123         * international/mule-cmds.el (locale-charset-language-names):
14124         Simplify regex by removing unused grouping.
14126 2003-10-10  Dave Love  <fx@gnu.org>
14128         * bindings.el: Don't bind stop.
14130 2003-10-08  Miles Bader  <miles@gnu.org>
14132         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
14133         face instead of attempting to emulate it.
14135 2003-10-07  Kenichi Handa  <handa@m17n.org>
14137         * international/mule-diag.el (list-coding-systems-1): List coding
14138         systems that are loaded automatically.
14140         * international/code-pages.el (iso-8859-11): Add autoload cookie.
14142         * international/mule.el (autoload-coding-system): New function.
14144 2003-10-07  Andreas Schwab  <schwab@suse.de>
14146         * log-edit.el (log-edit-changelog-entries): Prefer local value of
14147         change-log-default-name in the buffer visiting the file.
14149 2003-10-06  Dave Love  <fx@gnu.org>
14151         * files.el (find-file-hook): Customize.
14152         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
14154         * bindings.el (completion-ignored-extensions): Remove .log.
14155         (global-map): Add again, open, stop keys.
14157 2003-10-05  Richard M. Stallman  <rms@gnu.org>
14159         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
14160         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
14161         Use sh-modify directly.
14162         (sh-select): Use sh-append, not eval.
14164         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
14166         * info.el (Info-following-node-name): New function.
14168         * loadhist.el (unload-feature-special-hooks):
14169         Rename from loadhist-hook-functions.
14170         (loadhist-hook-functions): Now an alias.
14172 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
14174         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
14175         file-name clashes on 8+3 filesystems.
14177         * Makefile.in (DONTCOMPILE, bootstrap-clean):
14178         Rename loaddefs-boot.el to ldefs-boot.el
14180         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
14181         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
14183 2003-10-03  Lute Kamstra  <lute@gnu.org>
14185         * info.el (Info-mode): Revert previous change.
14186         (Info-escape-percent): New function.
14187         (Info-fontify-node): Use it.
14189 2003-10-02  Andreas Schwab  <schwab@suse.de>
14191         * loaddefs-boot.el: Regenerated.
14193 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
14195         * ffap.el: Remove defadvice related code from CVS since `complete'
14196         provides a `PC-completion-as-file-name-predicate' variable that
14197         ffap can override.
14199 2003-10-02  Kenichi Handa  <handa@m17n.org>
14201         * international/utf-8.el (ccl-decode-mule-utf-8):
14202         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
14204         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
14205         * international/subst-big5.el: Likewise.
14206         * international/subst-gb2312.el: Likewise.
14207         * international/subst-ksc.el: Likewise.
14209 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
14211         * calendar/calendar.el (increment-calendar-month)
14212         (calendar-leap-year-p, calendar-absolute-from-gregorian)
14213         (generate-calendar, calendar-read-date, calendar-interval)
14214         (calendar-day-of-week): Handle years BC.
14215         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
14217 2003-10-01  Dave Love  <fx@gnu.org>
14219         * language/cyrillic.el (cp1251): Alias for windows-1251.
14221         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
14222         bootstrap.
14224 2003-10-01  Lute Kamstra  <lute@gnu.org>
14226         * files.el: Fix typo.
14227         * imenu.el (imenu--generic-function): Docstring fix.
14229 2003-09-30  Richard M. Stallman  <rms@gnu.org>
14231         * dired.el (dired-mode): Handle dired-directory as a list.
14233 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
14235         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
14237         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
14239         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
14240         Replace gud-display with gud-watch.
14241         (gud-speedbar-buttons): Add stuff for watching expressions
14242         in the speedbar when using M-x gdba.  Use dolist on old part
14243         of this function.
14245         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
14246         (gdb-update-flag): New variables.
14247         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
14248         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
14249         (gud-watch, gdb-var-create-handler) : New functions.
14250         (gdb-var-list-children, gdb-var-list-children-handler)
14251         (gdb-var-create-regexp, gdb-var-update-regexp)
14252         (gdb-var-list-children-regexp): New constants.
14253         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
14254         (gdb-annotation-rules): Reduce annotation set (level 3).
14255         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
14256         (gdb-post-prompt): Don't update GDB buffers every time speedbar
14257         updates.
14258         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
14259         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
14260         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
14261         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
14262         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
14263         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
14264         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
14265         (gud-display, gud-display1)
14266         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
14267         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
14268         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
14269         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
14270         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
14271         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
14272         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
14273         (gdb-display-display-buffer, gdb-toggle-display)
14274         (gdb-delete-display, gdb-expressions-popup-menu)
14275         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
14276         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
14277         to display buffer.
14279 2003-09-30  Richard M. Stallman  <rms@gnu.org>
14281         * progmodes/ada-mode.el (ada-mode): Don't use advice.
14282         Instead, set which-func-functions.
14284         * progmodes/which-func.el (which-func-modes): Add ada-mode.
14285         (which-func-functions): New variable.
14286         (which-function): Use that.
14288         * info.el (Info-mode): Double each `%' in header line.
14290         * emacs-lisp/lisp-mnt.el (lm-with-file):
14291         When FILE is nil, run BODY in current buffer.
14293         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
14295         * help.el (describe-mode): Start with a brief list of minor modes.
14296         Find them thru minor-mode-list so as to find them all.
14297         Show them in alphabetical order.
14299         * mail/sendmail.el (mail-aliases): Doc fix.
14301         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
14303 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
14305         * mail/rmailsum.el (rmail-make-summary-line-1):
14306         Change comma after last label to a space.
14307         (rmail-summary-font-lock-keywords): Adapt to that change.
14309 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
14311         * progmodes/scheme.el (scheme-mode-variables): When setting
14312         `font-lock-defaults', also specify that "#" should
14313         be interpreted with `word' syntax.
14314         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
14316 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
14318         * desktop.el: A lot of comments updated.
14319         (desktop-save-mode): Minor mode introduced.
14320         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
14321         (desktop-load-default): Function made obsolete.
14322         (desktop-locals-to-save): Variable made customizable.
14323         (desktop-read): Optional parameter `dirname' added.
14324         (desktop-change-dir, desktop-revert): Parameter `dirname' in
14325         `desktop-read' used.
14326         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
14328 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
14330         * whitespace.el (whitespace-clean-msg): Add user customizable message
14331         for displaying ``clean'' output.
14332         (whitespace-buffer): Use `whitespace-clean-msg'.
14333         (whitespace-global-mode): Fix typo.
14335 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
14337         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
14339 2003-09-29  Lute Kamstra  <lute@gnu.org>
14341         * bindings.el (mode-line-modes): Remove superfluous :propertize
14342         construct in initialization.
14343         (mode-line-position): Change cons cell into proper list in
14344         initialization.
14346 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
14348         * international/mule.el (decode-coding-inserted-region): Use car
14349         of the return value of find-operation-coding-system.
14351 2003-09-29  Kenichi Handa  <handa@m17n.org>
14353         * descr-text.el (describe-char): Fix previous change.
14355 2003-09-28  Kenichi Handa  <handa@m17n.org>
14357         * descr-text.el (describe-char-display): New function.
14358         (describe-char): Pay attention to display table on describing how
14359         a character is displayed.
14361         * international/mule-cmds.el (encoded-string-description):
14362         Prepend "0x" to each encoded byte.
14364 2003-09-28  Andreas Schwab  <schwab@suse.de>
14366         * find-file.el (ff-special-constructs): Add autoload cookie.
14368 2003-09-28  Kevin Ryde  <user42@zip.com.au>
14370         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
14371         makeinfo appends to duplicate index entries.
14373 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
14375         * dired-x.el (dired-clean-tex): Doc fix.
14377         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
14378         using a Chinese tutorial.
14380 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14382         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
14383         between "MAIL FROM:" and "RCPT TO:" and the following address.
14385 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
14387         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
14389 2003-09-28  David Ponce  <david@dponce.com>
14391         * recentf.el (recentf-initialize-file-name-history): New defcustom.
14392         (recentf-load-list): When `recentf-initialize-file-name-history'
14393         is non-nil, initialize an empty `file-name-history' with the
14394         recent list.
14396 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
14398         * man.el (Man-default-man-entry): Remove the leading `*' from the
14399         word at point.
14401 2003-09-26  Lute Kamstra  <lute@gnu.org>
14403         * bindings.el (mode-line-position): Mention size indication in
14404         docstring.
14406 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
14408         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
14410         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
14411         because it's autoloaded now.
14413 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
14415         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
14416         (sh-font-lock-keywords, sh-feature): Fix previous change of
14417         sh-feature to avoid infloop with sh-font-lock-keywords.
14419 2003-09-25  Kim F. Storm  <storm@cua.dk>
14421         * frame.el (frame-current-scroll-bars): New defun.
14423         * window.el (window-current-scroll-bars): New defun.
14425 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14427         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
14428         cause errors when the state cache contains info on parts that have
14429         been narrowed out.
14431 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14433         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
14434         `c-setup-paragraph-variables' has to be used when this variable is
14435         changed; it doesn't work to reinitialize the mode since that
14436         typically clobbers the variable.
14438         * progmodes/cc-styles.el (c-setup-paragraph-variables):
14439         Make it interactive.
14441 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14443         * progmodes/cc-fonts.el (c-font-lock-declarations):
14444         Fix recognition of constructors and destructors for classes whose
14445         names are matched by `*-font-lock-extra-types'.
14447         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
14448         followed by an identifier in C++ then it's a type.
14450 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14452         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
14453         problem that primarily affected XEmacs.  Don't use faces to find
14454         unterminated strings since Emacs and XEmacs fontify strings
14455         differently - this function should now work better in XEmacs.
14457 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14459         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
14460         `expand-abbrev' workaround which caused braces to misbehave inside
14461         macros.
14463         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
14464         handling.  This bug could cause interactive font locking to bail out.
14466 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14468         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14469         Handle paren-style types in Pike.  Also fixed some cases of
14470         insufficient handling of unbalanced parens.
14472 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
14474         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
14475         common shell prompts that are not common filename or URL characters.
14476         (ffap-file-at-point): Use the new regexp to strip the prompts from
14477         the file names.  This is an issue mostly for user prompts that
14478         don't have a trailing space and find-file-at-point is invoked from
14479         within a shell inside Emacs.
14481 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
14483         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
14484         stamps numerically, rather than textually.
14486 2003-09-24  Kenichi Handa  <handa@m17n.org>
14488         * language/devan-util.el (devanagari-post-read-conversion):
14489         * language/mlm-util.el (malayalam-post-read-conversion):
14490         * language/tml-util.el (tamil-post-read-conversion):
14491         Add autoload cookie.
14493         * international/utf-8.el (utf-8-post-read-conversion):
14494         Call post-read-conversion functions for Devanagari, Malayalam,
14495         and Tamil.
14497 2003-09-23  Dave Love  <fx@gnu.org>
14499         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
14501 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
14503         * progmodes/gud.el (perldb): Add gud-until to list of commands.
14504         Update gud-remove.
14506 2003-09-22  Richard M. Stallman  <rms@gnu.org>
14508         * progmodes/sh-script.el (sh-mode-default-syntax-table):
14509         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
14510         (sh-mode-syntax-table-input): New variable.
14511         (sh-require-final-newline): Don't use eval.
14512         (sh-builtins, sh-leading-keywords, sh-other-keywords)
14513         (sh-variables, sh-font-lock-keywords): Don't use eval.
14514         (sh-set-shell): When setting require-final-newline,
14515         treat value = `require-final-newline' as don't change it.
14516         Set sh-mode-syntax-table locally based on
14517         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
14519         * progmodes/compile.el (compile-internal):
14520         Call compilation-set-window-height before setting window start.
14522 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
14524         * emacs-lisp/bytecomp.el (byte-compile-log-file):
14525         Clear out byte-compile-last-warned-form.
14527 2003-09-22  Richard M. Stallman  <rms@gnu.org>
14529         * woman.el (woman-file-name, woman-follow-word):
14530         If current-word returns nil, use "".
14532         * simple.el (eval-expression): Bind standard-output in to-buffer case.
14534 2003-09-22  Richard M. Stallman  <rms@gnu.org>
14536         * emacs-lisp/lisp-mnt.el (lm-with-file):
14537         Don't visit the file, just use insert-file-contents in temp buffer.
14539 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
14541         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
14542         Add surrounding \\( and \\) around the header, as in
14543         for lm-history-header 'Change Log\\|History'.
14545 2003-09-22  John Paul Wallington  <jpw@gnu.org>
14547         * progmodes/ld-script.el: Add Commentary section,
14548         minor cleanup of file header.
14549         (ld-script-font-lock-keywords): Doc fix.
14550         (toplevel): Provide `ld-script' feature.
14552 2003-09-21  Kim F. Storm  <storm@cua.dk>
14554         * scroll-bar.el (set-scroll-bar-mode): Initialize to
14555         new built-in variable default-frame-scroll-bars.
14556         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
14557         scroll-bar-mode; notably, use it instead of t when we toggle
14558         scroll-bars on.
14559         (toggle-scroll-bar): Use default-frame-scroll-bars.
14561 2003-09-19  Masatake YAMATO  <jet@gyve.org>
14563         * pcvs.el (cvs-do-removal): Change the prompt depending on
14564         `filter' value.
14566 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
14568         * startup.el (command-line-1): Stop startup-echo-area-message
14569         being hidden by "Loading image..." message.
14570         (use-fancy-splash-screens-p, display-splash-screen):
14571         Move display-graphic-p test from latter to former.
14573         * progmodes/sh-script.el (sh-font-lock-keywords):
14574         Highlight escaped EOLs differently from other backslash constructs.
14576 2003-09-19  Richard M. Stallman  <rms@gnu.org>
14578         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
14579         New functions.
14580         (edebug-enter, edebug-outside-excursion): Use them.
14582         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
14583         Fix the condition for whether to print "In WHERE".
14585 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
14587         * finder.el (finder-mode-hook): New variable.
14588         (finder-mode): Run hook finder-mode-hook
14590 2003-09-18  Masatake YAMATO  <jet@gyve.org>
14592         * progmodes/ebrowse.el: Fix broken magic autoload comments.
14594 2003-09-17  Mario Lang  <mlang@delysid.org>
14596         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
14597         "p %e" to actually print the value in the GUD buffer.
14599 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
14601         From David Ponce <david.ponce@wanadoo.fr>:
14602         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
14603         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
14604         from loaddefs-boot.el if necessary.
14606 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
14608         * progmodes/gud.el (gud-find-class): Make jdb work again since
14609         cc-mode changed the syntactic information.
14611 2003-09-15  David Ponce  <david@dponce.com>
14613         * recentf.el: (recentf-exclude): Accept predicates too.
14614         (recentf-file-readable-p): New function.
14615         (recentf-include-p): Handle predicates in recentf-exclude.
14616         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
14617         (recentf-cleanup): Likewise.
14618         (recentf-save-list): Use write-file to handle backup of
14619         recentf-save-file.
14621 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
14623         * loaddefs-boot.el: Renamed from `loaddefs.el'
14624         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
14625         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
14626         necessary.
14628 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
14630         * electric.el (Electric-pop-up-window): For the `one-window' case,
14631         no longer disconcertingly move point in the original buffer.
14633 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14635         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
14637 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14639         * dired.el (dired-mode-map): Fix typo.
14641 2003-09-11  Richard M. Stallman  <rms@gnu.org>
14643         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
14645 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
14647         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
14648         the function is less noisy.  Now only `kill-buffer' can ask questions.
14650 2003-09-10  Mario Lang  <mlang@delysid.org>
14652         * battery.el: Update Commentary and Copyright.
14653         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
14654         appear due to wrong ordering of the expressions in `or'.
14656 2003-09-09  Lute Kamstra  <lute@gnu.org>
14658         * misc.el (upcase-char): Fix docstring.
14659         (zap-up-to-char): New command.
14661 2003-09-08  David Ponce  <david@dponce.com>
14663         Ensure that recentf correctly updates the menu bar.
14664         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
14665         (recentf-menu-bar): New function.
14666         (recentf-clear-data): Use it
14667         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
14668         of easy-menu-change.
14670 2003-09-08  Lute Kamstra  <lute@gnu.org>
14672         * simple.el (size-indication-mode): New.
14673         * bindings.el (mode-line-position): Add buffer size indicator.
14675 2003-09-04  Mario Lang  <mlang@delysid.org>
14677         * battery.el (battery-linux-proc-acpi): New function.
14678         (battery-status-function): Modify default value calculation to also
14679         check for availability of ACPI.
14680         (battery-echo-area-format): Ditto.
14681         (battery-mode-line-format): Ditto.
14683 2003-09-06  Dave Love  <fx@gnu.org>
14685         * ielm.el (ielm-mode-hook): Add :options.
14687         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
14688         (eldoc-print-current-symbol-info): Use it.
14690 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
14692         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
14693         being displayed in GUD buffer.
14694         (gdb-idle-input-queue): Remove var.  Use just one queue.
14695         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
14696         Remove functions.  Use just one queue.
14697         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
14698         (gdb-invalidate-assembler, gdb-get-current-frame):
14699         Modify functions.  Use just one queue.
14701 2003-09-04  Dave Love  <fx@gnu.org>
14703         * cus-start.el: Add blink-cursor-alist.
14705         * ruler-mode.el (ruler-mode-fill-column-char)
14706         (ruler-mode-current-column-char): Use char-displayable-p,
14707         not window-system.
14709         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
14711         * language/european.el (windows-1252): Move from code-pages.
14713         * language/cyrillic.el ("Windows-1251"): Delete.
14714         ("Bulgarian", "Belarusian"): Remove `features'.
14715         (windows-1251): Move from code-pages.
14717         * international/mule-diag.el (non-iso-charset-alist):
14718         Remove `codepage' stuff.
14719         (print-designation, list-coding-systems-1): Output fixes.
14721         * international/code-pages.el (cp-make-translation-table)
14722         (cp-valid-codes): Made defsubsts.
14723         (cp-fix-safe-chars): Delete.
14724         (mule-diag): Don't require.
14725         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
14726         (top-level): Check for defined coding system when defining
14727         cp... aliases.  Change w32-add-charset-info test to avoid warning.
14728         (non-iso-charset-alist): Defvar when compiling.
14729         (cp-make-coding-system): Doc fix.
14731 2003-09-02  Jason Rumney  <jasonr@gnu.org>
14733         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
14734         line-ends from CVS before doing conversion.
14736 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
14738         * calendar/diary-lib.el (diary-header-line-flag)
14739         (diary-header-line-format): New variables.
14740         (list-diary-entries): Use them to set header line in simple diary.
14742         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
14743         other than font-lock-string-face to highlight backslashes.
14745 2003-09-01  Jason Rumney  <jasonr@gnu.org>
14747         * international/titdic-cnv.el (tit-read-key-value): Include \r in
14748         regexp.
14750 2003-09-01  Dave Love  <fx@gnu.org>
14752         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
14754         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
14755         and :help; also line and column numbers labels.
14757         * international/mule-util.el (char-displayable-p): Move from
14758         latin1-disp, rename and autoload.
14760         * international/latin1-disp.el (latin1-char-displayable-p):
14761         Now obsolete alias.  Replace uses with char-displayable-p.
14762         (latin1-display-ucs-per-lynx): Fix last change.
14764         * international/mule-cmds.el (standard-display-european-internal):
14765         Don't use char code for Latin-1 NBSP.
14766         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
14767         U+2018, U+2019 for `'.
14768         (select-safe-coding-system): Message fix.
14770 2003-09-01  Kenichi Handa  <handa@m17n.org>
14772         * international/fontset.el (setup-default-fontset): For Thai
14773         font, specify "*" family.
14775 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14777         * progmodes/compile.el (previous-error): Accept a prefix
14778         argument, similarly to next-error.
14780 2003-08-31  Masatake YAMATO  <jet@gyve.org>
14782         * pcvs.el (cvs-do-removal): Use = instead of eq to check
14783         the number of files.  Bind the number of files to a local
14784         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
14786 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
14788         * vc-hooks.el (vc-make-version-backup): Fix the change made on
14789         2003-07-26: msdos-long-file-names is a function, not a variable.
14791 2003-08-29  Richard M. Stallman  <rms@gnu.org>
14793         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
14794         Do nothing with mail-personal-alias-file if it is nil.
14796         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
14797         Do nothing if mail-personal-alias-file is nil.
14799         * term.el (term-exec-1): Bind coding-system-for-read.
14801         * dired.el (dired-mouse-find-file-other-window):
14802         Use dired-view-command-alist here, as in dired-view-file.
14803         (dired-view-command-alist): Use %s to substitute file name.
14804         Handle .ps_pages, .eps, .jpg, .gif, .png.
14806 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
14808         * info.el (Info-mode-map): Bind S-tab and <backtab> to
14809         `Info-prev-reference', instead of M-tab.
14811 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
14813         * simple.el (blink-matching-open): Work correctly on chars that
14814         are designated as parens through the syntax-table text property.
14816 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
14818         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
14819         line break position in the middle of a non-kinsoku (e.g. latin)
14820         word, making it skip until either a space or a character with
14821         category "|".
14822         (kinsoku-longer): Test for end of buffer.
14824 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
14826         * mail/rmail.el (rmail-convert-to-babyl-format):
14827         Detect quoted-printable- and base64-encoded messages and decode them
14828         automatically.  Set the message's encoding from the charset=
14829         header, if any.  Decode base64-encoded messages in Mail format as well.
14831 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
14833         * mail/smtpmail.el: Fix previous change.
14834         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
14835         calling smtpmail-via-smtp.
14836         (smtpmail-via-smtp): Add fall-back values for envelope-from.
14838 2003-08-26  John Paul Wallington  <jpw@gnu.org>
14840         * image.el (image-jpeg-p): Don't search beyond length of data.
14842 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
14844         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
14845         misfeature in `expand-abbrev' which caused electric keywords like
14846         "else" to disappear if an open brace was typed directly afterwards.
14848 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
14850         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
14851         mandatory in `define-widget'.
14853         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
14854         Don't align the operators "!=", "<=" and ">=" as assignment operators.
14856         (c-assignment-operators): New language constant that only contains
14857         the assignment operators.
14859         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
14861 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
14863         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14864         Safeguard against unbalanced sexps.
14866 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
14868         * version.el (emacs-version): Check for gtk.  Include gtk version info.
14870 2003-08-25  John Paul Wallington  <jpw@gnu.org>
14872         * man.el (Man-default-man-entry): Don't whizz past the section
14873         number before looking for it.
14875 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
14877         * progmodes/gud.el (gud-display-line): Don't set window-point if
14878         source buffer is not visible.  (Only happens with M-x gdba.)
14880         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
14881         documentation.
14882         (gdb-source, gdb-source-info): Update to assembler unnecessary
14883         as its done after each GDB command anyway.
14884         (gdb-pre-prompt): Use with-current-buffer.
14885         (gdb-insert-field): Add help-echo text.
14886         (gdb-invalidate-assembler): Re-display of assembler now done in
14887         gdb-info-breakpoints-custom.
14888         (gdb-info-breakpoints-custom): Force re-display of assembler to
14889         happen *after* update of breakpoints buffer.
14890         (gdb-display-source-buffer): Don't choke if gdb-source-window
14891         isn't visible.
14892         (gdb-put-string, gdb-put-arrow): Remove free variables.
14894 2003-08-24  John Paul Wallington  <jpw@gnu.org>
14896         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
14898         * man.el (Man-default-man-entry): Strip text properties when
14899         snarfing parts of entry because `format' preserves properties.
14901 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14903         * files.el (file-newest-backup): Use `expand-file-name'.
14905         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
14906         Allow the diary to pop up a new frame, if needed.
14908         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
14909         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
14910         (smtpmail-send-it): Make treatment of envelope-from consistent with
14911         sendmail.el.
14913         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
14914         (sh-leading-keywords): Add the bash `time' reserved word.
14915         (sh-variables): Add some bash variables.
14916         (sh-add-completer): Fix nil branch of case statement.
14918 2003-08-24  Masatake YAMATO  <jet@gyve.org>
14920         * progmodes/ld-script.el: New file.
14922 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
14924         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
14926 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
14928         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
14929         Better explain obsolescence, and what to use instead.
14931 2003-08-23  Masatake YAMATO  <jet@gyve.org>
14933         * pcvs.el (cvs-do-removal): Show the deleted file name
14934         on the prompt.
14936 2003-08-20  Dave Love  <fx@gnu.org>
14938         * international/mule.el (make-coding-system)
14939         (set-buffer-file-coding-system): Doc fix.
14941         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
14943         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
14945         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
14947         * international/utf-16.el: Add mime-text-unsuitable coding system
14948         properties.
14950         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
14952         * cus-edit.el: Add some :links.
14953         (bib): Remove.
14955         * textmodes/bib-mode.el (bib): Add :group external.
14957 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
14959         * wid-edit.el (widget-echo-help): Make it handle expressions that
14960         evaluate to strings.
14962 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
14964         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
14966         Simplify selection of SQL products to define highlighting and
14967         interactive mode.  Includes detailed instructions on adding
14968         support for new products.
14970         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
14971         product for use in highlighting and interactive mode.
14972         (sql-interactive-product): New variable.  SQL product for
14973         sql-interactive-mode.
14974         (sql-product-support): New variable.  Specifies product-specific
14975         parameters to drive highlighting and interactive mode.
14976         (sql-imenu-generic-expression): Add more object types.
14977         (sql-sqlite-options): Correct comment.
14978         (sql-ms-program): Use "osql" rather than "isql".
14979         (sql-prompt-regexp, sql-prompt-length): Update comment.
14980         (sql-mode-menu): Add "Start SQLi session" entry.
14981         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
14982         (sql-mode-abbrev-table): Add abbreviations.  Support of
14983         SYSTEM-FLAG on define-abbrev.  Support was removed with last
14984         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
14985         (sql-mode-font-lock-object-name): Add font-lock pattern for object
14986         names.
14987         (sql-mode-ansi-font-lock-keywords): Set as default value.
14988         (sql-mode-oracle-font-lock-keywords): Set as default value.
14989         Support Oracle 9i keywords.
14990         (sql-mode-postgres-font-lock-keywords): Set as default value.
14991         (sql-mode-linter-font-lock-keywords): Set as default value.
14992         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
14993         SQLServer 2000.
14994         (sql-mode-sybase-font-lock-keywords)
14995         (sql-mode-interbase-font-lock-keywords)
14996         (sql-mode-sqlite-font-lock-keywords)
14997         (sql-mode-strong-font-lock-keywords)
14998         (sql-mode-mysql-font-lock-keywords)
14999         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
15000         keywords.
15001         (sql-mode-font-lock-defaults): Update comment.
15002         (sql-product-feature): New function.  Returns feature associated
15003         with a product from `sql-product-support' alist.
15004         (sql-product-font-lock): New function.  Set font-lock support
15005         based on `sql-product'.
15006         (sql-add-product-keywords): New function.  Add font-lock rules to
15007         product-specific keyword variables.
15008         (sql-set-product): New function.  Set `sql-product' and apply
15009         appropriate font-lock highlighting.
15010         (sql-highlight-product): New function.  Set font-lock support
15011         based on a product.  Also set mode name to include product name.
15012         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
15013         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
15014         Use `sql-set-product'.
15015         (sql-highlight-ms-keywords)
15016         (sql-highlight-sybase-keywords)
15017         (sql-highlight-interbase-keywords)
15018         (sql-highlight-strong-keywords)
15019         (sql-highlight-mysql-keywords)
15020         (sql-highlight-sqlite-keywords)
15021         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
15022         (sql-get-login): Prompt in the same order as the tokens.
15023         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
15024         (sql-product-interactive): New function.  Common portions of
15025         product-specific interactive mode wrappers.
15026         (sql-interactive-mode): Rewritten to use product features.
15027         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
15028         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
15029         (sql-db2, sql-linter): Use `sql-product-interactive'.
15030         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
15031         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
15032         (sql-connect-ingres, sql-connect-postgres)
15033         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
15034         New functions.  Format command line parameters and invoke comint on
15035         the appropriate interpreter.  Code was in the corresponding
15036         `sql-xyz' function before.
15037         (sql-connect-ms): New function.  Support -E argument to use
15038         operating system credentials for authentication.
15040 2003-08-18  Kenichi Handa  <handa@m17n.org>
15042         * international/mule.el (encode-char): Fix for the ASCII case.
15044 2003-08-15  Kenichi Handa  <handa@m17n.org>
15046         * international/fontset.el (setup-default-fontset): Change "*" to
15047         nil in the specifications of font family.
15049 2003-08-18  Kim F. Storm  <storm@cua.dk>
15051         * kmacro.el (kmacro-keymap): Group related bindings in
15052         initialization for clarity.  Bind C-s to start macro.
15053         Remove C-r binding.
15054         (kmacro-initial-counter-value): New defvar to hold initial counter
15055         value in case we set the value before defining a macro.
15056         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
15057         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
15058         not defining or executing macro.  Doc fix.
15059         (kmacro-add-counter): Clear kmacro-initial-counter-value.
15060         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
15061         temporarily view older elements on the macro ring without cycling
15062         the ring.
15063         (kmacro-display): Doc fix.
15064         (kmacro-exec-ring-item): New helper function.
15065         (kmacro-call-ring-2nd): Use it.
15066         (kmacro-call-ring-2nd-repeat): Doc fix.
15067         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
15068         (kmacro-end-or-call-macro): Execute last viewed macro (using
15069         kmacro-exec-ring-item) from ring if this follows
15070         kmacro-view-macro.  This allows us to find a macro on the ring
15071         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
15072         the ring to bring it to the head of the ring.
15073         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
15074         Allow binding to reserved keys without specifying C-x C-k prefix.
15075         Ask for confirmation if entered key sequence is already bound to
15076         a non-macro command.
15077         (kmacro-view-macro): Repeating command will show older elements
15078         on the macro ring; C-k will execute the last viewed macro.
15079         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
15080         property from 'ring to 'head.
15082 2003-08-17  Alan Shutko  <ats@acm.org>
15084         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
15085         keeping December out of the alist.
15087 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
15089         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
15090         * calendar/calendar.el (calendar-mode-map): Bind it to key.
15091         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
15092         (calendar-flatten): New function.
15093         (calendar-mouse-view-other-diary-entries)
15094         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
15095         in the menu title and to show multi-line diary entries correctly
15096         in the menu.
15098 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
15100         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
15101         defcustom, because the default was recently changed.
15103 2003-08-16  Richard M. Stallman  <rms@gnu.org>
15105         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
15107         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15108         New subroutine, broken out of eval-last-sexp-1.
15109         (eval-last-sexp-1): Use eval-last-sexp-print-value.
15111         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
15113         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
15115         * simple.el (eval-expression): Use eval-last-sexp-print-value.
15117 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
15119         * progmodes/compile.el (compilation-error-regexp-alist):
15120         Add Java ANt error detection as described in document
15121         http://ant.apache.org/faq.html
15123 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
15125         * simple.el (backward-word, forward-to-indentation)
15126         (backward-to-indentation): Argument changed to optional.
15127         (next-line, previous-line): Use `or' instead of `unless'.
15129 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15131         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
15132         instead of a constant.
15134 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
15136         * shell.el (shell): With prefix-arg, suggest a new buffer name.
15138 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
15140         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
15141         (vc-sccs-workfile-version): Search the entire delta table, rather
15142         than just the first entry, because that might be a deleted version.
15144 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
15146         * menu-bar.el (menu-bar-options-menu): Supply a body for the
15147         [save-place] binding in the Options menu.  Have it require
15148         'saveplace' and then toggle the variable manually, to avoid an an
15149         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
15150         for the bug report.
15152 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
15154         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
15155         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
15156         (gdb-info-threads-custom): Add help-echo text.
15157         (gdb-display-back): Don't use purecopy.
15158         (gdb-info-breakpoints-custom, gdb-reset)
15159         (gdb-assembler-custom): Use display-images-p to test if breakpoint
15160         icons can be displayed.
15162 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
15164         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
15166 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
15168         * bookmark.el (bookmark-completing-read):
15169         Return a string, instead of a list of one string.
15170         Use a popup menu if activated from the mouse.
15171         (bookmark-edit-annotation): Remove unused vars.
15172         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
15173         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
15174         to bookmark-completing-read.
15175         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15176         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
15177         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
15178         and erase-buffer.
15179         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
15180         (bookmark-menu-jump, bookmark-menu-insert)
15181         (bookmark-popup-menu-and-apply-function)
15182         (bookmark-menu-popup-paned-bookmark-menu): Remove.
15183         (bookmark-menu-build-paned-menu): Remove by folding it into
15184         bookmark-menu-popup-paned-menu.
15185         (menu-bar-bookmark-map): Move the define-key statements here.
15186         Use the "non-menu" commands since they now pop up a menu if needed.
15187         (bookmark-exit-hook-internal): Simplify.
15189 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
15191         * reftex-toc.el (reftex-toc-rename-label): New function.
15192         (reftex-toc-check-docstruct): New function.
15194         * reftex.el (reftex-region-active-p): New function.
15196         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
15197         regexp to find the \bibliography macro.
15199         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
15200         which does not exist in LaTeX.
15201         (reftex-cite-format-builtin): Added amsrefs support.
15202         (reftex-toc-confirm-promotion): New option
15204         * reftex-toc.el
15205         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
15206         (reftex-toc-demote, reftex-toc-promote)
15207         (reftex-toc-do-promote, reftex-toc-promote-prepare)
15208         (reftex-toc-promote-action, reftex-toc-extract-section-number)
15209         (reftex-toc-newhead-from-alist)
15210         (reftex-toc-load-all-files-for-promotion): New functions.
15211         (reftex-toc-help): Added description of new keys.
15212         (reftex-toc-split-windows-fraction): New option.
15213         (reftex-recenter-toc-when-idle): Search *toc* window on all
15214         visible frames.
15215         (reftex-toc): Additional parameter REUSE
15216         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
15217         with REUSE argument.
15218         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
15219         the call of `reftex-toc'.
15220         (reftex-make-separate-toc-frame): New function .
15221         (reftex-toc-recenter): When called with triple prefix arg, call
15222         `reftex-make-separate-toc-frame' first.
15223         (reftex-toc-toggle-dedicated-frame): New command.
15224         (reftex-toc-quit): Adapted to delete frame when called in
15225         dedicated frame.
15227         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
15228         all enclosing macros.
15231 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15233         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
15234         first use.
15236 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15238         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
15240 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
15242         * calendar/calendar.el (list-diary-entries-hook)
15243         (diary-display-hook, nongregorian-diary-listing-hook)
15244         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
15245         Add some customize options for these hooks.
15246         (calendar-abbrev-construct): Don't try to take a substring longer
15247         than the original string.
15249 2003-08-05  Richard M. Stallman  <rms@gnu.org>
15251         * emacs-lisp/testcover.el (noreturn): Report error if does return.
15252         (testcover-reinstrument-clauses): Doc fix.
15254         * emacs-lisp/warnings.el: Doc fixes, args renamed.
15255         (warning-type-format): Rename from warning-group-format.
15257         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
15258         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
15259         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
15260         to prevent warnings about defvar for an obsolete variable.
15262         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
15263         warning-group-format renamed to warning-type-format.
15265         * subr.el (read-passwd): Use clear-string instead of fillarray.
15267         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
15268         Use vconcat instead of concat.
15269         (edmacro-sanitize-for-string): New function.
15271 2003-08-05  Dave Love  <fx@gnu.org>
15273         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
15274         line-number-display-limit-width.
15276         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
15278 2003-08-05  Kenichi Handa  <handa@m17n.org>
15280         * international/code-pages.el: Don't require mule-diag.
15282         * international/mule-diag.el (non-iso-charset-alist):
15283         Add autoload cookie.
15285         * language/devan-util.el (dev-glyph-order): Add an entry for the
15286         glyph code #xC4.
15288 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
15290         * calendar/calendar.el (diary-file, diary-file-name-prefix)
15291         (european-calendar-style, diary-date-forms)
15292         (calendar-day-name-array, calendar-month-name-array): Doc change.
15293         (generate-calendar-month): Adapt for new behaviour of
15294         `calendar-day-name' function.
15295         (calendar-abbrev-length, calendar-day-abbrev-array)
15296         (calendar-month-abbrev-array): New variables.
15297         (calendar-abbrev-construct): New function.
15298         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
15299         rather than fixing abbrevs at some width.  Calling syntax change.
15300         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
15301         (calendar-date-string): Adapt for new behaviours of
15302         `calendar-day-name' and `calendar-month-name' functions.
15304         * calendar/diary-lib.el (list-diary-entries): Adapt for new
15305         behaviour of `calendar-day-name' and `calendar-month-name' functions.
15306         (diary-name-pattern): Use abbrev arrays, rather than fixing
15307         abbrevs at three chars.  Calling syntax change.
15308         (mark-diary-entries): Adapt for new behaviours of
15309         `diary-name-pattern' and `calendar-make-alist' functions.
15310         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
15311         `diary-name-pattern' function.
15312         (font-lock-diary-date-forms): Use abbrev arrays, rather than
15313         fixing abbrevs at three chars.  Calling syntax change.
15314         (cal-hebrew, cal-islam): Require when compiling.
15315         (diary-font-lock-keywords): Adapt for new behaviour of
15316         `font-lock-diary-date-forms' function.
15318         * calendar/cal-hebrew.el: Reposition some code so defined before used.
15319         (calendar-hebrew-month-name-array-common-year)
15320         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
15321         (list-hebrew-diary-entries): Adapt for new behaviours of
15322         `calendar-day-name' and `add-to-diary-list' functions.
15323         (mark-hebrew-diary-entries): Adapt for new behaviours of
15324         `diary-name-pattern' and `calendar-make-alist' functions.
15326         * calendar/cal-islam.el (calendar-islamic-month-name-array):
15327         Add doc string.
15328         (list-islamic-diary-entries): Adapt for new behaviours of
15329         `calendar-day-name' and `add-to-diary-list' functions.
15330         (mark-islamic-diary-entries): Adapt for new behaviours of
15331         `diary-name-pattern' and `calendar-make-alist' functions.
15333         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
15334         `calendar-month-name' function.
15336         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
15338         * calendar/solar.el (solar-seasons-data): Move definition before use.
15340         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
15341         (cal-tex-LaTeX-hourbox): Move definition before use.
15343         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
15344         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
15345         lunar.el, solar.el
15346         (displayed-month, displayed-year): Define for compiler.
15348 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
15350         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
15351         MODE.  Renamed from c-init-c-language-vars'.
15352         (c-initialize-cc-mode): Change accordingly.
15353         (c-common-init): Ditto.
15354         (c-mode): Ditto.
15355         (c++-mode): Use `c-init-language-vars-for'.
15356         (objc-mode): Ditto.
15357         (java-mode): Ditto.
15358         (idl-mode): Ditto.
15359         (pike-mode): Ditto.
15360         (awk-mode): Ditto.
15362 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
15364         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
15365         or not the point moved.
15367         (c-search-decl-header-end): Don't trip up on operator identifiers
15368         in C++ and operators like == in all languages.
15370         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15371         Detect leading labels correctly.
15373 2003-08-02  Andreas Schwab  <schwab@suse.de>
15375         * textmodes/ispell.el: Don't redo key bindings on loading, put
15376         them only in loaddefs.el.
15377         * bookmark.el: Likewise.
15378         * dabbrev.el: Likewise.
15379         * emerge.el: Likewise.
15381         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
15382         has more than one member.
15384         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
15386 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15388         * lpr.el (printify-region): It was ending conversion before the
15389         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
15391 2003-07-31  John Paul Wallington  <jpw@gnu.org>
15393         * net/browse-url.el (browse-url-epiphany): Doc fix.
15395 2003-07-30  Kenichi Handa  <handa@m17n.org>
15397         * international/fontset.el (setup-default-fontset):
15398         Change registry names of Akurti fonts.
15400 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15402         * comint.el (comint-read-noecho): Use `clear-string' instead of
15403         `fillarray'.
15405 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
15407         * outline.el (outline-mode-hook): Add defvar.
15409 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
15411         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
15412         Restore assembler in source window if that is what has been selected.
15413         (menu): Add gdb-restore-windows to menu.  Make gdba
15414         specific menus only visible from gdba.
15416 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
15418         * progmodes/compile.el (compilation-environment): New user variable.
15419         (compile-internal): Respect it.
15421 2003-07-23  Masatake YAMATO  <jet@gyve.org>
15423         * progmodes/gud.el (gdb-script-font-lock-keywords):
15424         Put `font-lock-function-name-face' on a symbol which includes
15425         `-' like `hook-run'.  Put font-lock-variable-name-face
15426         on a symbol starting with $.
15428 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
15430         * files.el (set-visited-file-name): Use truename for buffer-file-name.
15432 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
15434         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
15436 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
15438         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
15439         Use with-no-warnings.
15440         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
15441         rather than to find-file-not-found-hook, which doesn't exist.
15443 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
15445         * international/quail.el (quail-translate-key): Fix previous change.
15447 2003-07-25  John Paul Wallington  <jpw@gnu.org>
15449         * server.el (server-start): Check `server-process' is non-nil
15450         before killing it to avoid killing current buffer's process.
15452         * simple.el (choose-completion-string): Use `minibufferp';
15453         test `completion-reference-buffer' if `buffer' arg is nil.
15454         (push-mark): Use `when' and `unless'.
15455         (pop-mark): Use `when'.
15457         * mouse-sel.el (mouse-sel-get-selection-function):
15458         Check `x-last-selected-text-primary'.  Don't barf if it or
15459         `x-last-selected-text' aren't bound.
15461 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15463         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
15465 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
15467         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
15469 2003-07-23  John Paul Wallington  <jpw@gnu.org>
15471         * tooltip.el (defface tooltip): Inherit from variable-pitch.
15473 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
15475         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
15476         string.  Defvar the derived hook.
15478         * macros.el (insert-kbd-macro): Escape double quote character.
15479         From Thomas W Murphy <twm@andrew.cmu.edu>.
15481 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
15483         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
15484         to match the specific mark rather than reusing comment-start-skip.
15486 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
15488         * progmodes/hideshow.el (hs-special-modes-alist):
15489         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
15491 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
15493         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
15494         value using ?\s.
15496 2003-07-21  John Paul Wallington  <jpw@gnu.org>
15498         * subr.el (with-selected-window): Add closing paren.
15500 2003-07-21  Richard M. Stallman  <rms@gnu.org>
15502         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
15503         (lisp-mode): Likewise.
15505         * subr.el (with-selected-window): Copy code form save-selected-window
15506         so as to call select-window with norecord arg.
15507         (dynamic-completion-table): Doc fix.
15508         (lazy-completion-table): Doc fix.
15510         * international/mule-cmds.el (set-locale-environment):
15511         langinfo renamed to locale-info.
15513         * international/mule.el (auto-coding-functions): Doc fix.
15515 2003-07-21  Kenichi Handa  <handa@m17n.org>
15517         * international/quail.el (quail-translate-key):
15518         Update quail-current-str correctly.
15520 2003-07-21  Andreas Schwab  <schwab@suse.de>
15522         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
15523         ?, to "_".
15525 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
15526         Version 2.0.36 of Tramp released.
15528         * net/tramp.el (tramp-default-password-end-of-line): Rename from
15529         tramp-password-end-of-line.
15530         (tramp-password-end-of-line): New method parameter.
15531         (tramp-get-password-end-of-line): Function to access method
15532         parameter `tramp-password-end-of-line', or variable
15533         `tramp-default-password-end-of-line' (default value).
15534         (tramp-methods): Add entries for new parameter
15535         tramp-password-end-of-line.
15536         (tramp-enter-password): Use new function
15537         `tramp-get-password-end-of-line'.
15538         (tramp-handle-insert-file-contents): Do not
15539         unconditionally inhibit the file operation file-local-copy, only
15540         do that when the inhibit-file-name-operation is currently
15541         insert-file-contents.  This fixes finding remote CVS-controlled
15542         files.  (It would barf on inserting the CVS/Entries file
15543         literally, because the file-local-copy handler wasn't called.)
15544         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
15545         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
15546         (tramp-initial-commands): New variable.
15547         (tramp-process-initial-commands): New function, using the variable.
15548         (tramp-open-connection-setup-interactive-shell): Call the new function.
15549         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
15550         method into the buffer name, never use nil.  Reported by Hanak
15551         David <dhanak@inf.bme.hu>.
15552         (tramp-open-connection-setup-interactive-shell): Erase buffer
15553         before sending "stty -onlcr".
15555         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
15557 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
15559         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
15561 2003-07-19  John Paul Wallington  <jpw@gnu.org>
15563         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
15564         (artist-draw-rect, artist-draw-square): Doc fixes.
15566         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
15568         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
15570 2003-07-19  Kenichi Handa  <handa@m17n.org>
15572         * international/kkc.el (kkc-show-conversion-list-update):
15573         Highlight the correct candidate in the message.
15575 2003-07-18  John Paul Wallington  <jpw@gnu.org>
15577         * simple.el (current-word): Don't include punctuation char when
15578         `really-word' arg is non-nil.
15580 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
15582         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
15583         moved to the directory obsolete.
15585 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
15587         * info.el (Info-menu-entry-name-re): Allow newlines in
15588         menu entry names.
15590         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
15591         syntax-ppss-after-change-function.
15592         (syntax-ppss-after-change-function): New alias.  Update uses.
15593         (syntax-ppss): Catch the case where the buffer is narrowed.
15595 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
15597         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
15598         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
15600 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
15602         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
15603         since it might be modified.
15605         * progmodes/cc-langs.el (c++-make-template-syntax-table)
15606         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
15607         names to these language constants.
15609 2003-07-15  Kim F. Storm  <storm@cua.dk>
15611         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
15612         All uses changed.
15614 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
15616         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
15617         Namespace support.
15619 2003-07-13  Juanma Barranquero  <lektu@terra.es>
15621         * frame.el (modify-all-frames-parameters): Reinstall (copyright
15622         papers received).
15624 2003-07-13  Karl Eichwalder  <ke@suse.de>
15626         * textmodes/po.el (po-find-charset): White space at the start of the
15627         Content-Type field body is non-mandatory.
15629 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
15631         * textmodes/texinfo.el (texinfo-section-list):
15632         Append appendixsection; a synonym for appendixsec.
15634 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
15636         * man.el (Man-translate-cleanup): New.
15637         (Man-translate-references): Call `Man-translate-cleanup' to clean
15638         leading, trailing and middle spaces.
15640 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
15642         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
15643         Handle `dired-directory' being a list.
15645 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
15647         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
15648         it doesn't exist.
15650 2003-07-12  Richard M. Stallman  <rms@gnu.org>
15652         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
15654         * progmodes/cc-defs.el (c-make-keywords-re):
15655         Don't use delete-duplicates.
15656         (c-lang-const): Don't use mapcan.
15658         * apropos.el (apropos-show-scores): Make it customizable.
15659         Document new meaning.
15660         (apropos): Compute scores from symbols.
15661         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
15663 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15665         * ps-bdf.el: Fix copyright line.
15666         (bdf-directory-list): Fix initialization code.
15668 2003-07-11  John Paul Wallington  <jpw@gnu.org>
15670         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
15671         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
15672         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
15674 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
15676         * emacs-lisp/ring.el (ring-elements): Doc fix.
15678 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
15680         * calendar/timeclock.el (timeclock-relative)
15681         (timeclock-ask-before-exiting, timeclock-use-display-time):
15682         Doc changes.
15683         (timeclock-modeline-display): Give a message if
15684         `timeclock-use-display-time' is non-nil but `display-time-mode'
15685         is not active.
15687 2003-07-11  Kenichi Handa  <handa@m17n.org>
15689         * international/mule-cmds.el (set-language-environment):
15690         Set current-language-environment to the correct string.
15692 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15694         * ps-print.el: Print line number correctly in a region.  Reported by
15695         Tim Allen <timallen@ls83.fsnet.co.uk>.
15696         (ps-print-version): New version number (6.6.2).
15697         (ps-printing-region): Code fix.
15699 2003-07-10  John Paul Wallington  <jpw@gnu.org>
15701         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
15702         this function can be called from `add-completions-from-tags-table'.
15704 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
15706         * calendar/timeclock.el (timeclock-use-display-time)
15707         (timeclock-day-over-hook, timeclock-workday-remaining)
15708         (timeclock-status-string, timeclock-when-to-leave)
15709         (timeclock-when-to-leave-string, timeclock-log-data)
15710         (timeclock-find-discrep, timeclock-day-base)
15711         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
15712         (timeclock-modeline-display): Set the variable
15713         `timeclock-modeline-display'.
15714         (timeclock-update-modeline): Doc fix.  Respect value of
15715         `timeclock-relative'.
15717 2003-07-09  Richard M. Stallman  <rms@gnu.org>
15719         * textmodes/reftex-parse.el (reftex-all-document-files):
15720         Add autoload cookie.
15722         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
15723         (reftex-scanning-info-available-p): Add autoload cookie.
15725         * international/mule-cmds.el
15726         (set-display-table-and-terminal-coding-system): Delete duplicate
15727         aset on standard-display-table.
15729         * view.el (view-file): If existing buffer's major mode is special,
15730         don't go into view mode.
15732         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
15734 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15736         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
15737         buffer changes; there's third party code that calls this function
15738         directly.
15740 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15742         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
15743         (autodoc-font-lock-keywords): Don't byte compile on font lock
15744         initialization when running from byte compiled files.
15746 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
15748         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
15749         statement ends with auto-increment "++".
15751 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
15753         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
15754         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
15755         these are changed, so declare them as variables and not constants.
15757 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
15759         * subr.el (dolist, dotimes): Doc fix.
15761 2003-07-08  Kim F. Storm  <storm@cua.dk>
15763         * international/mule-cmds.el
15764         (set-display-table-and-terminal-coding-system): Don't break
15765         bootstrap if standard-display-table isn't setup yet.
15767 2003-07-07  Richard M. Stallman  <rms@gnu.org>
15769         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
15770         Give it a doc string, and autoload it.
15772         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
15773         Use with-no-warnings.
15775         * info.el (Info-search): If find invisible text, search again.
15777         * isearch.el (search-whitespace-regexp): Add a shy group around it.
15779         * man.el (Man-name-regexp): Match + as part of name.
15781         * simple.el (visible-mode): Rename from vis-mode.
15782         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
15784         * simple.el (current-word): New arg REALLY-WORD specifies
15785         don't include punctuation chars.
15787         * emacs-lisp/debug.el (debug, debugger-env-macro):
15788         Use with-no-warnings while accessing and binding unread-command-char.
15790         * international/mule-cmds.el
15791         (set-display-table-and-terminal-coding-system): Use explicit loop
15792         instead of calling standard-display-default.
15794         * net/ange-ftp.el (ange-ftp-file-symlink-p):
15795         Use condition-case to catch error in ange-ftp-get-files.
15797         * net/browse-url.el (browse-url-browser-function):
15798         Add alternative for Epiphany.
15799         (browse-url-epiphany-program, browse-url-epiphany-arguments)
15800         (browse-url-epiphany-startup-arguments)
15801         (browse-url-epiphany-new-window-is-tab): New variables.
15802         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
15804         * progmodes/compile.el (compile-auto-highlight): Default now t.
15805         (compile): Doc fix.
15806         (compilation-next-error): Fix previous change.
15808         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
15810         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
15812 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
15814         * gdb-ui.el (gdb-source-info): Display current frame when
15815         attaching to an existing process.
15816         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
15817         while laying out windows when attaching to an existing process.
15819 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
15821         * info.el (Info-menu): Use Info-menu-entry-name-re.
15823 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
15825         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
15826         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
15828         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
15829         to match the same text.
15831 2003-07-06  John Paul Wallington  <jpw@gnu.org>
15833         * vc.el (vc-annotate-offset): Move defvar up.
15835 2003-07-06  Kim F. Storm  <storm@cua.dk>
15837         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
15838         This should fix the infinite loop when extracting menu names.
15840 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
15842         * files.el (auto-mode-alist, interpreter-mode-alist):
15843         Remove entries to CC Mode modes to avoid duplicates; they are now added
15844         with autoload directives in cc-mode.el.
15846 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
15848         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
15849         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
15850         these are changed, so declare them as variables and not constants.
15852         * progmodes/cc-mode.el: Fix some autoload problems: Try to
15853         ensure that the entry for ".c" extension comes before the one for
15854         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
15855         Fix incorrect entries that were added to `interpreter-mode-alist'.
15856         Move the autoload directives for AWK to the top level since they
15857         aren't recognized anywhere else.  Do not use the new AWK mode doc
15858         in the autoload form for the old AWK mode.
15860 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15862         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
15863         (bibtex-sort-ignore-string-entries): Default value t.
15864         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
15865         erroneously in previous version.
15866         (bibtex-string-files): Docstring reflects new parsing scheme.
15867         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
15868         docstring, add # as one of the chars to crush
15869         (bibtex-autokey-prefix-string, bibtex-autokey-names)
15870         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
15871         (bibtex-autokey-name-change-strings)
15872         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
15873         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
15874         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
15875         (bibtex-autokey-title-terminators)
15876         (bibtex-autokey-titlewords-stretch)
15877         (bibtex-autokey-titleword-ignore)
15878         (bibtex-autokey-titleword-case-convert)
15879         (bibtex-autokey-titleword-abbrevs)
15880         (bibtex-autokey-titleword-abbrevs)
15881         (bibtex-autokey-titleword-change-strings)
15882         (bibtex-autokey-titleword-length)
15883         (bibtex-autokey-titleword-separator)
15884         (bibtex-autokey-name-year-separator)
15885         (bibtex-autokey-year-title-separator)
15886         (bibtex-autokey-before-presentation-function)
15887         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
15888         Fix docstring.
15889         (bibtex-strings, bibtex-reference-keys):
15890         Use lazy-completion-table and make-variable-buffer-local.
15891         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
15892         (bibtex-braced-string-syntax-table)
15893         (bibtex-quoted-string-syntax-table): New variables.
15894         (bibtex-parse-nested-braces): Remove.
15895         (bibtex-parse-field-string): Use syntax table and forward-sexp.
15896         (bibtex-parse-association): Simplify.
15897         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
15898         (bibtex-parse-field-text): Simplify.
15899         (bibtex-search-forward-field, bibtex-search-backward-field):
15900         argument BOUND can take value t.
15901         (bibtex-start-of-field, bibtex-start-of-name-in-field)
15902         (bibtex-end-of-name-in-field, bibtex-end-of-field)
15903         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
15904         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
15905         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
15906         (bibtex-skip-to-valid-entry): Return buffer position of beginning
15907         and ending of entry.  Update for changes of bibtex-search-entry.
15908         Simplify.
15909         (bibtex-map-entries): FUN is called with three arguments.
15910         (bibtex-search-entry): Return a cons pair with buffer positions of
15911         beginning and end of entry.
15912         (bibtex-enclosing-field): Simplify.
15913         (bibtex-format-entry): Use booktitle to set a missing title.
15914         (bibtex-autokey-get-names): Fiddle with regexps.
15915         (bibtex-generate-autokey): Use identity.
15916         (bibtex-parse-keys): Use simplified parsing algorithm if
15917         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
15918         arguments.  Return alist of keys.
15919         (bibtex-parse-strings): Simplify.  Return alist of strings.
15920         (bibtex-complete-string-cleanup): Fix docstring.
15921         (bibtex-read-key): New function.
15922         (bibtex-mode): Fix docstring.  Do not parse for keys and
15923         strings when the mode is entered.  Set fill-paragraph-function to
15924         bibtex-fill-field.  Setup font-lock-mark-block-function the way
15925         font-lock intended.
15926         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
15927         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
15928         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
15929         (bibtex-Preamble): Avoid hard coded constants.
15930         (bibtex-make-field): Fix docstring.  Simplify.
15931         (bibtex-beginning-of-entry): Always return new position of point.
15932         (bibtex-end-of-entry): Rearrange cond clauses.
15933         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
15934         Update for changes of bibtex-map-entries.
15935         (bibtex-ispell-abstract): Do not move point.
15936         (bibtex-entry-index): Use downcase.  Simplify.
15937         (bibtex-lessp): Handle catch-all.
15938         (bibtex-find-crossref): Turn into a command.
15939         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
15940         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
15941         preamble entries.
15942         (bibtex-fill-field-bounds): New function.
15943         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
15944         (bibtex-fill-entry): Use bibtex-fill-field-bounds
15945         (bibtex-String): Use bibtex-strings.  Always obey
15946         bibtex-sort-ignore-string-entries.
15948 2003-07-05  John Paul Wallington  <jpw@gnu.org>
15950         * cus-theme.el (customize-create-theme):
15951         Call `customize-create-theme' in Reset widget's notify function.
15953         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
15954         (ibuffer-mark-interactive): Use `or' instead of `unless'.
15955         (define-ibuffer-column name): Add summarizer.
15956         (define-ibuffer-column size): Likewise.
15957         (define-ibuffer-column filename): Likewise.
15958         (define-ibuffer-column process): Likewise.  Change BODY's output too.
15959         (define-ibuffer-column filename-and-process): Likewise, likewise.
15960         (ibuffer): Remove local vars `already-in' and `need-update'.
15962         * ibuf-ext.el: Don't require `derived' at compile-time.
15964 2003-07-05  Kim F. Storm  <storm@cua.dk>
15966         * info.el: Disable paragraph refilling.
15967         (Info-refill-paragraphs): New defcustom.
15968         (Info-fontify-node): Use it.
15970 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
15972         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
15973         thingies from constructors created by defstruct.
15975         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
15976         the default value of the variable.
15977         (byte-code-meter): Move declaration to top level.
15979         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
15981         * info.el (Info-following-node-name-re): New fun.
15982         (Info-following-node-name): Remove.
15983         (Info-insert-dir): Use the new fun.
15984         (Info-extract-pointer): Don't save restriction; use new fun.
15985         (Info-menu-entry-name-re): New const.
15986         (Info-menu-entry-name-re): Use it along with new fun.
15987         (Info-node-spec-re): Use new fun.
15988         (Info-complete-menu-item, Info-fontify-node): Use new const.
15989         (Info-goto-node, Info-follow-reference, Info-menu-update):
15990         Use match-string.
15991         (Info-follow-reference): Use assoc-string.
15992         Use a list of strings for the completion table.
15993         (Info-fontify-node): Use match-string, line-end-position.
15994         Limit the search for `node:' to the first line.
15996         * newcomment.el (uncomment-region): Remove padding coming from
15997         comment-start rather than just from comment-padding.
15999         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
16000         (vc-cvs-stay-local-p): Use vc-stay-local-p.
16001         (vc-cvs-rename-file): Remove (use the default).
16002         (vc-cvs-register): Register parent dir if needed.
16003         (vc-cvs-could-register): Return non-nil if parent can be registered.
16004         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
16005         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
16007         * vc-svn.el (vc-svn-use-edit): Make it into a const.
16008         (vc-svn-update): Fix the arguments to `svn'.
16009         (vc-svn-diff-tree): Just use `vc-svn-diff'.
16010         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
16011         Simple implementations, assuming `name' is a URL.
16013         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
16014         set of chars allowed unquoted in a case pattern.
16016         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
16018         * font-lock.el (font-lock-extra-types-widget)
16019         (c-font-lock-extra-types, c++-font-lock-extra-types)
16020         (objc-font-lock-extra-types, java-font-lock-extra-types)
16021         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
16022         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
16023         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
16024         (font-lock-match-c++-structor-declaration)
16025         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
16026         (c++-font-lock-keywords-3, c++-font-lock-keywords)
16027         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
16028         (objc-font-lock-keywords-3, objc-font-lock-keywords)
16029         (java-font-lock-keywords-1, java-font-lock-keywords-2)
16030         (java-font-lock-keywords-3, java-font-lock-keywords)
16031         (java-font-lock-syntactic-face-function): Remove obsolete code
16032         and constants.  It's all in cc-fonts.el now.
16034 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
16036         * mail/sendmail.el (mail-specify-envelope-from)
16037         (mail-envelope-from): Doc fix.
16039 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
16041         * generic-x.el: Do away with the dependency on `c-emacs-features'
16042         when populating `rul-generic-mode-syntax-table'; we already know
16043         this isn't XEmacs.
16045 See ChangeLog.10 for earlier changes.
16047 ;; Local Variables:
16048 ;; coding: iso-2022-7bit
16049 ;; End:
16051     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
16052   Copying and distribution of this file, with or without modification,
16053   are permitted provided the copyright notice and this notice are preserved.
16055 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1