(mark-paragraph): New arg ALLOW-EXTEND
[emacs.git] / lisp / ChangeLog
blobb447d51f3fa5696307d8eff8f42b65c772ffc612
1 2004-12-29  Kenichi Handa  <handa@m17n.org>
3         * international/mule.el (recode-region): New function.
5 2004-12-28  Richard M. Stallman  <rms@gnu.org>
7         * simple.el (undo-extra-outer-limit): New variable.
8         (undo-outer-limit-truncate): Test and set it.
10         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
11         enables the feature to extend the existing region.
13         * simple.el (mark-word): New arg ALLOW-EXTEND
14         enables the feature to extend the existing region.
16         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
17         enables the feature to extend the existing region.
19         * startup.el (site-run-file): Don't allow setting it with Custom.
21         * simple.el (buffer-disable-undo): Fix previous change.
23 2004-12-27  Masatake YAMATO  <jet@gyve.org>
25         * hexl.el (hexlify-buffer): Remove fontification here.
26         Use font lock mechanism instead.
27         (hexl-font-lock-keywords): New font lock kewords.
28         (hexl-mode-old-font-lock-keywords): New variable.
29         (hexl-mode): Store the old font lock keywords.
30         (hexl-mode-exit): Restore the old font lock keywords.
32 2004-12-27  Richard M. Stallman  <rms@gnu.org>
34         * simple.el (undo): Fix previous change.
36 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
38         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
39         Call mac-clear-font-name-table if invoked on Mac OS 8/9.  Call
40         x-open-connection on Mac OS X.
42 2004-12-27  Richard M. Stallman  <rms@gnu.org>
44         * files.el (buffer-save-without-query): New var (buffer-local).
45         (save-some-buffers): Save those buffers first, w/o asking.
47         * files.el (insert-directory-ls-version): New variable.
48         (insert-directory): When ls returns an error, test the version
49         number to decide what the return code means.
50         With --dired output format, detect and distinguish lines
51         that are really error messages.
52         (insert-directory-adj-pos): New function.
54         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
56         * battery.el (battery-mode-line-format): Remove initial spaces.
58         * uniquify.el (uniquify-rationalize-file-buffer-names):
59         Delete interactive spec.
61         * type-break.el (type-break-mode): Set buffer-save-without-query.
62         Remove code that tried to set save-some-buffers-always.
63         (type-break-file-keystroke-count): Bind deactivate-mark.
65         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
67         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
68         Test that the buffer is live, and maybe reject current buffer too.
69         Clarify.
70         (next-error-find-buffer): Rewrite for clarity.
72         * loadup.el: Don't use buffer-disable-undo; do it directly.
74         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
75         (describe-variable): Call symbol-file with `defvar'.
77         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
78         (symbol-file): Rewritten to handle new load-history format.
79         Now takes an arg TYPE to specify looking for a particular
80         type of definition only.
82         * emacs-lisp/debug.el (debugger-make-xrefs):
83         Call symbol-file with `defun'.
85         * emacs-lisp/find-func.el (find-function-noselect):
86         Call symbol-file with `defun'.
87         (find-variable-noselect): Call symbol-file with `defvar'.
89         * eshell/esh-cmd.el (eshell-find-alias-function):
90         Call symbol-file with `defun'.
92         * eshell/esh-test.el (eshell-test-goto-func):
93         Call symbol-file with `defun'.
95         * mail/rmail.el (rmail-resend):
96         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
98         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
100         * progmodes/compile.el (compilation-find-buffer): Rename arg.
102         * textmodes/texinfmt.el (texinfo-format-buffer-1):
103         Call buffer-disable-undo.
105         * simple.el (undo-list-saved): New variable (buffer-local).
106         (undo): Set and test it.
107         (buffer-disable-undo): Moved here from buffer.c.
108         Clear out undo-list-saved.
110         * international/mule.el (decode-coding-inserted-region):
111         Set buffer-undo-list in a correct and optimal way.
113         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
114         (cperl-font-lock-unfontify-region-function): No need to save and
115         restore info, since font-lock.el does it for us.
117         * ansi-color.el (save-buffer-state): Definition deleted.
118         (ansi-color-unfontify-region): Don't use save-buffer-state.
120 2004-12-27  Dave Love  <fx@gnu.org>
122         * wid-edit.el (function): Use restricted-sexp as parent.
124 2004-12-27  Kevin Ryde  <user42@zip.com.au>
126         * simple.el (next-matching-history-element): Use same
127         `interactive' form as previous-matching-history-element.
129         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
130         it can appear unencoded and has been seen from yahoo.
132 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>  (tiny change)
134         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
135         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
137 2004-12-27  Kenichi Handa  <handa@m17n.org>
139         * international/utf-8.el (utf-translate-cjk-load-tables): Bind
140         coding-system-for-read to nil while loading subst-*.
142 2004-12-26  Jay Belanger  <belanger@truman.edu>
144         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
145         default input.
147 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
149         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
150         before reverting and disable undo recording while reverting.
152 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
154         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
155         (hs-make-overlay): New function.
156         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
157         (hs-flag-region): Delete function.
158         (hs-hide-comment-region): No longer use `hs-flag-region'.
159         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
160         (hs-hide-block-at-point): Likewise.
161         (hs-hide-level-recursive): Use `hs-discard-overlays'.
162         (hs-hide-all, hs-show-all): Likewise.
163         (hs-show-block): Likewise.
164         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
166 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
168         * progmodes/hideshow.el: Require `cl' when compiling.
169         Remove XEmacs and Emacs 19 compatibility.
170         Use `dolist' and `add-to-list' for load-time actions.
171         (hs-discard-overlays): Use `dolist'.
172         (hs-show-block): Likewise.
174 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
176         * faces.el (mode-line, mode-line-inactive): Use min-colors.
178 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
180         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
181         When extending backwards, move outside the current comment first.
183 2004-12-22  Kenichi Handa  <handa@m17n.org>
185         * international/quail.el (quail-start-translation): Fix prompt
186         string for the case if input-method-use-echo-area being non-nil.
187         (quail-start-conversion): Likewise.
188         (quail-show-guidance): Don't show guidance if
189         input-method-use-echo-area is non-nil.
191 2004-12-21  Richard M. Stallman  <rms@gnu.org>
193         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
195 2004-12-21  Markus Rost  <rost@ias.edu>
197         * calendar/diary-lib.el (mark-diary-entries): Set
198         mark-diary-entries-in-calendar only after checking for diary-file.
200 2004-12-21  Richard M. Stallman  <rms@gnu.org>
202         * faces.el (escape-glyph): Use blue against light foreground.
204         * simple.el (undo-outer-limit-truncate): New function.
205         (undo-outer-limit-function): Use undo-outer-limit-truncate.
207 2004-12-21  Eli Barzilay  <eli@barzilay.org>
209         * calculator.el: (calculator-radix-grouping-mode)
210         (calculator-radix-grouping-digits)
211         (calculator-radix-grouping-separator):
212         New defcustoms for the new radix grouping mode functionality.
213         (calculator-mode-hook): Now used in electric mode too,
214         (calculator): Call it.
215         (calculator-mode-map): Some new keys.
216         (calculator-message): New function.  Some new calls.
217         (calculator-op, calculator-set-register): Use it.
218         (calculator-string-to-number): New function, mostly moved and
219         updated code from calculator-curnum-value.
220         (calculator-curnum-value): Use it.
221         (calculator-paste): Use it, and update grabbing the
222         current-kill.
223         (calculator-rotate-displayer)
224         (calculator-rotate-displayer-back): Toggle digit grouping when
225         in radix mode, use calculator-message.
226         (calculator-displayer-prev, calculator-displayer-next): Change
227         digit group size when in radix mode.
228         (calculator-number-to-string): Renamed from
229         calculator-num-to-string.  Now deals with digit grouping in
230         radix mode.
231         (calculator-update-display, calculator-put-value): Use the new
232         name.
233         (calculator-fact): Return a floating point number.
234         (calculator-mode): Doc fix.
236 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
238         * calendar/calendar.el (view-other-diary-entries): Add autoload.
239         * calendar/diary-lib.el (view-other-diary-entries): Use
240         current-prefix-arg in interactive spec.
242 2004-12-19  Jay Belanger  <belanger@truman.edu>
244         * calc/calc-aent.el (calcAlg-blank-matching-open):
245         Temporarily adjust the syntax of both delimiters of half-open
246         intervals.
248 2004-12-19  Kim F. Storm  <storm@cua.dk>
250         * mouse.el (mouse-1-click-follows-link): Doc fix.
252 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
254         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
255         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
256         instead of centraleuropean as the name
258 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
260         Sync with Tramp 2.0.46.
262         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
263         parameters wrt Tramp convention.
264         (tramp-handle-file-attributes-with-perl)
265         (tramp-handle-directory-files-and-attributes): Apply it.
266         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
267         `copy-program'.  Reported by Zack Weinberg
268         <zack@codesourcery.com>.
269         (top): Set `edebug-form-spec' property directly rather than
270         calling `def-edebug-spec'.
272         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
273         advice less fragile.  Surround temporary redefinition of
274         `substitute-in-file-name' with `unwind-protect'.  Suggested by
275         Matt Hodges <MPHodges@member.fsf.org>.
277 2004-12-17  Juri Linkov  <juri@jurta.org>
279         * replace.el (occur-accumulate-lines, occur-engine):
280         Make forcing deferred font-lock fontification jit-specific.
282 2004-12-17  Kim F. Storm  <storm@cua.dk>
284         * mouse.el (mouse-1-click-follows-link): New defcustom.
285         (mouse-on-link-p): New function.
286         (mouse-drag-region-1): Implement mouse-1-click-follows-link
287         functionality.  Map a mouse-1 click event into a mouse-2 (or
288         other) event when position is inside a link.
290         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
291         prefix in tooltip text with "mouse-1" when this is a link
292         recognized by mouse-1-click-follows-link functionality.
294         * help.el (describe-key): Report effective and original binding
295         for mouse-1 when clicked on a link.
296         (describe-mode): Add follow-link property to "minor-mode" button.
298         * help-fns.el (describe-variable): Add follow-link property to
299         "below" button.
301         * help-mode.el (help-xref): Add follow-link property.
303         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
304         (apropos-command, apropos-variable, apropos-face, apropos-group)
305         (apropos-widget, apropos-plist): Add follow-link property.
307         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
308         checks if position is in a filename, rather than some other
309         clickable item.  Function looks for cvs-filename-face at position.
311         * wid-edit.el (widget-specify-field, widget-specify-button):
312         Map a :follow-link keyword into a follow-link property.
313         (link): Add :follow-link keyword, map to RET binding.
315         * dired.el (dired-mode-map): Map follow-link to mouse-face.
317         * progmodes/compile.el (compilation-minor-mode-map)
318         (compilation-button-map, compilation-mode-map): Likewise.
320 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
322         * play/zone.el (zone): Init `line-spacing' from orig buffer.
323         (zone-replace-char): Take `count' and `del-count'
324         instead of `direction'.  Update callers.  When `del-count' is
325         non-nil, delete that many characters, otherwise `count' characters
326         backwards.  Insert the newly-replaced string `count' times.
327         (zone-fret): Handle chars w/ width greater than one.
328         (zone-fall-through-ws): No longer take window width `ww'.
329         Update callers.  Add handling for `char-width' greater than one.
330         (zone-pgm-drip): Update var holding window-end position every cycle.
332 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
334         * vc.el (vc-default-update-changelog): Use insert-file-contents,
335         rather than insert-file.
337 2004-12-16  Jay Belanger  <belanger@truman.edu>
339         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
340         (math-init-random-base, math-random-digit): Check to see if
341         var-RandSeed is bound.
342         (math-random-last): Declare it.
343         (math-random-digit): Don't make math-random-last local.
345 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
347         * play/zone.el (zone): Fix omission bug: Use a self-disabling
348         one-shot thunk for uniform (error, quit, normal) recovery.
349         Reported by John Paul Wallington.
350         (zone-pgm-random-life): Fix bug:
351         Recognize empty initial field by lack of "@" chars.
353 2004-12-16  Juri Linkov  <juri@jurta.org>
355         * help.el (function-called-at-point):
356         * help-fns.el (variable-at-point): As a last resort try striping
357         non-word prefixes and suffixes.
359         * descr-text.el (describe-property-list): Don't treat syntax-table
360         specially.  Use describe-text-sexp which inserts [show] button
361         for large objects and handles printing errors.  Sort properties
362         by names in alphabetical order instead of by value sizes.
363         Add `mouse-face' to list of properties for `describe-face' widget.
364         (describe-char): Mask out face-id from 19 bits of character.
365         Print face-id separately.
367         * replace.el (occur-accumulate-lines, occur-engine):
368         Fontify unfontified matching lines in the source buffer
369         before copying them.
370         (occur-engine): Don't put mouse-face on context lines.
371         (occur-next-error): Set point to line beginning/end
372         before searching for prev/next property to skip multiple
373         matches on a line (not supported by occur engine).
374         Remove redundant prefix-numeric-value.
376 2004-12-15  Juri Linkov  <juri@jurta.org>
378         * replace.el (match): New face.
379         (list-matching-lines-face): Change default from `bold' to `match'.
381         * progmodes/grep.el (grep-match-face): New defvar.
382         (grep-mode-font-lock-keywords): Use grep-match-face instead of
383         compilation-column-face to highlight grep matches.
385         * apropos.el (apropos-match-face): Change default from
386         `secondary-selection' to `match'.
388         * info-look.el (info-lookup-highlight-face): Change default from
389         `highlight' to `match'.
391 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
393         * progmodes/executable.el (executable-interpret): Eliminate
394         obsolete compile-internal, and switch to comint for interaction.
396 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
398         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
399         `&&' when skipping multiple statements on a line.
401 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
403         * play/zone.el (zone): Set `truncate-lines'.
404         Also, init `tab-width' with value from original buffer.
405         (zone-shift-up): Rewrite for speed.
406         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
407         (zone-pgm-jitter): Remove redundant entries from ops vector.
408         (zone-exploding-remove): Reduce iteration count.
409         (zone-cpos): Convert to defsubst.
410         (zone-replace-char): New defsubst.
411         (zone-park/sit-for): Likewise.
412         (zone-fret): Take window-start arg.
413         Update callers. Use `zone-park/sit-for'.
414         (zone-fill-out-screen): Rewrite.
415         (zone-fall-through-ws): Likewise. Update callers.
416         (zone-pgm-drip): Use `zone-replace-char'.
417         Move var inits before while-loop. Use `zone-park/sit-for'.
418         (zone-pgm-random-life): Handle empty initial field.
419         Use `zone-replace-char' and `zone-park/sit-for'.
421 2004-12-15  Juri Linkov  <juri@jurta.org>
423         * isearch.el (isearch-update): Test isearch-lazy-highlight
424         before calling isearch-lazy-highlight-new-loop.
425         (isearch-lazy-highlight-new-loop):
426         Don't test isearch-lazy-highlight.
428         * replace.el (perform-replace): Add isearch-case-fold-search.
429         Use delimited-flag for isearch-regexp.
430         Reset isearch-lazy-highlight-last-string to force lazy
431         highlighting when called from isearch mode.
432         (query-replace-highlight): Revert defcustom type to boolean.
433         (query-replace-lazy-highlight): New defcustom.
434         (query-replace): New face.
435         (perform-replace, replace-highlight, replace-dehighlight):
436         Test query-replace-lazy-highlight instead of special value
437         `isearch' of query-replace-highlight.
438         (replace-dehighlight): Don't call isearch-dehighlight.
439         (replace-highlight): Don't call isearch-highlight.
440         Use face `query-replace' unconditionally.
442 2004-12-14  Kim F. Storm  <storm@cua.dk>
444         * simple.el (inhibit-mark-movement): Remove defvar.
445         (beginning-of-buffer, end-of-buffer): Don't use it.
447         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): Don't
448         use inhibit-mark-movement.
450         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
451         (cua--undo-push-mark): Remove.
452         (cua--pre-command-handler, cua--post-command-handler): Don't
453         fiddle with inhibit-mark-movement.
455 2004-12-14  Juri Linkov  <juri@jurta.org>
457         * buff-menu.el (list-buffers-noselect): Collect internal info
458         for every buffer in BUFFER-LIST arg too.
459         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
460         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
461         Bind same-window-buffer-names and same-window-regexps to nil.
463 2004-12-13  Juri Linkov  <juri@jurta.org>
465         * simple.el (next-error-buffer-p, next-error-find-buffer):
466         Doc fix.
468         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
469         (sc-cite-region, sc-uncite-region, sc-recite-region):
470         Fix previous change to handle not alist as a symbol, but
471         a citation frame as a symbol that represents a variable name.
473 2004-12-13  Richard M. Stallman  <rms@gnu.org>
475         * filecache.el (file-cache-add-directory-using-find):
476         Only set up file-cache-find-command-posix-flag if we will use it.
478         * bindings.el (mode-line-buffer-identification-keymap):
479         Don't cancel the mode-line's usual down-mouse-1 binding.
481         * cus-edit.el (custom-face-selected): Handle `default' specs.
482         (custom-face-edit): Increase extra-offset.
483         (custom-display): Handle `default' specs.
485         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
487         * emacs-lisp/elint.el (elint-standard-variables)
488         (elint-unknown-builtin-args): Move definitions up.
490         * net/browse-url.el (browse-url-url-at-point): Add autoload.
492         * info.el (info-xref-visited): Use `default' instead of t.
493         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
495         * faces.el (header-line, mode-line-inactive, tool-bar):
496         Use `default' instead of t for setting the defaults.
497         (face-spec-choose): Separate `t' from `default'.
499         * subr.el (while-no-input): New macro.
501 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
503         * filecache.el (file-cache-add-directory-using-find):
504         Only test file-cache-find-command-posix-flag on some systems.
506 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
508         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
509         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
510         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
511         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
512         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
514 2004-12-12  Juri Linkov  <juri@jurta.org>
516         * files.el (find-file-other-window, find-file-other-frame):
517         Add the first buffer to the returned value to return the complete
518         list of all visited buffers.
519         (find-file-read-only, find-file-read-only-other-window)
520         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
521         `find-file-read-args'.  Signal an error about non-existent file
522         only if file name doesn't contain wildcards.  Toggle read-only in
523         all visited buffers.
524         (find-alternate-file, find-alternate-file-other-window):
525         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
526         called interactively.  Pass arg `wildcards' to other functions.
527         (find-file-noselect): Doc fix.
529         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
530         Doc fix.
531         (ffap-directory-finder): New variable.
532         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
533         (ffap-file-at-point): Add /* to immediately rejected names.
534         Return absolute file names matching ffap-dired-wildcards.
535         (ffap-read-file-or-url): Set default value for `completing-read'
536         to `buffer-file-name'.
537         (find-file-at-point): When filename matches ffap-dired-wildcards,
538         call ffap-file-finder with t arg `wildcards', instead of dired.
539         (ffap-other-window, ffap-other-frame): Return visited buffers.
540         (ffap-read-only, ffap-read-only-other-window)
541         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
542         (dired-at-point): Call ffap-directory-finder instead of dired.
543         (ffap-dired-other-window, ffap-dired-other-frame)
544         (ffap-list-directory): New commands.
545         (ffap-bindings): New keybindings for new commands.
547 2004-12-12  Juri Linkov  <juri@jurta.org>
549         * simple.el (beginning-of-buffer, end-of-buffer):
550         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
551         Do not push mark when mark is active in transient-mark-mode.
553         * simple.el (mark-word):
554         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
555         * textmodes/paragraphs.el (mark-paragraph):
556         Extend the region when mark is active in transient-mark-mode,
557         regardless of the last command.  Doc fix.
559         * simple.el (mark-word): Preserve direction when repeating.
560         Make arg optional.  Interactive "p" -> "P".
561         (transient-mark-mode, inhibit-mark-movement): Doc fix.
563         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
564         preserving direction, to mark forward instead of backward when mark
565         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
567 2004-12-12  Juri Linkov  <juri@jurta.org>
569         * isearch.el (isearch-edit-string): Set 7th arg of
570         `read-from-minibuffer' to `t' to inherit the current input
571         method (whose name is indicated by [IM] in the minibuffer prompt)
572         from the current buffer to the minibuffer.
573         (isearch-lazy-highlight-update): Put body to `with-local-quit'
574         to allow C-g quitting for lazy highlighting looping inside the
575         search with nested repetition operators.  Add overlay to the list
576         before setting its face and other properties to avoid the case of
577         code quitting after placing the new overlay but before it's
578         recorded on the list.  Select the window where isearch was
579         activated, to highlight matches in the right window when isearch
580         switches the current window to the minibuffer.
582         * international/isearch-x.el
583         (isearch-process-search-multibyte-characters):
584         Use `isearch-message' as initial input for `read-string' instead
585         of adding it to the minibuffer prompt.  After reading a string
586         remove the initial value of `isearch-message' from the string.
588         * replace.el (replace-match-maybe-edit): Doc fix.
589         (perform-replace): Don't call `replace-highlight' when automatic
590         replacement is requested in literal mode, since it is intended
591         only to highlight words during entering a new replacement string
592         for \? in non-literal mode.
594         * replace.el (query-replace-highlight): Add new value `isearch'
595         that allows query replacement to use isearch highlighting.
596         Change type from `boolean' to `choice'.  Doc fix.
597         (replace-highlight, replace-dehighlight, perform-replace):
598         Use isearch highlighting if query-replace-highlight eq `isearch'.
600 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
602         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
603         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
605         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
606         case of \end{verbatim}.
608 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
610         * term.el (term-termcap-format): Synchronyze with terminfo.
611         (term-emulate-terminal): Handle reset.
612         (term-reset-terminal): New function.
614 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
616         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
617         (zone-fill-out-screen): New func.
618         (zone-pgm-drip): Use `zone-fill-out-screen'.
619         Also, no longer go to point-min on every cycle.
620         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
621         (zone-pgm-random-life-wait): New user var.
622         (zone-pgm-random-life): New func.
624 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
626         * files.el (auto-mode-alist): Map .com to DCL mode.
628 2004-12-09  Richard M. Stallman  <rms@gnu.org>
630         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
632 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
634         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
635         buffer with a display margin.
637 2004-12-08  Jay Belanger  <belanger@truman.edu>
639         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
640         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
642 2004-12-08  Richard M. Stallman  <rms@gnu.org>
644         * faces.el: Delete code to set display table.
645         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
647 2004-12-08  Jay Belanger  <belanger@truman.edu>
649         * calc/calc.el: Add math-read-preprocess-string to autoloads.
651         * calc/calc-ext.el (math-read-replacement-list)
652         (math-read-superscripts, math-read-preprocess-string): Move to
653         calc-aent.el.
655         * calc/calc-aent.el (math-read-replacement-list)
656         (math-read-superscripts, math-read-preprocess-string): Move from
657         calc-ext.el.
659 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
661         * isearch.el (isearch-quote-char): Fix up typo in last change.
663 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
665         * mouse.el (mouse-set-font): Handle the case where the command was
666         not invoked using the mouse.
668         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
669         (edmacro-finish-edit): Further update for keyboard macros that are
670         lambda forms.
671         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
673 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
675         * font-lock.el (font-lock-unfontify-region): Save buffer state.
676         (font-lock-default-unfontify-region): Don't save buffer state any more.
678 2004-12-07  Jay Belanger  <belanger@truman.edu>
680         * calc/calc-help.el (calc-describe-key):
681         Set calc-summary-indentation even when Calc Summary buffer exists.
683 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
685         * calendar/holidays.el (holiday-easter-etc): Make arguments
686         optional for backwards compatibility.  Doc fix.
687         Remove un-necessary local vars mandatory, output-list.
688         (holiday-advent):  Make arguments optional for backwards
689         compatibility.  Doc fix.
691 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
693         * paren.el (show-paren-function): Fix last change (2004-12-02).
695         * international/mule-util.el (char-displayable-p): Return nil for
696         unibyte mode.
698         * subr.el (subregexp-context-p): New function.
700         * isearch.el (isearch-quote-char): Use it.
702         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
703         (regexp-opt-not-groupie*-re): Remove.
704         (regexp-opt): Properly handle inputs with duplicate entries.
706 2004-12-06  Richard M. Stallman  <rms@gnu.org>
708         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
710         * cus-edit.el (custom-file): Doc fix.
712         * textmodes/org.el: New file.
714 2004-12-06  Kenichi Handa  <handa@m17n.org>
716         * ldefs-boot.el: Update international/mule-util.el section.
718 2004-12-05  Sam Steingold  <sds@gnu.org>
720         * net/tramp.el (tramp-handle-file-accessible-directory-p):
721         Fix `tramp-time-diff' comparison logic.
723 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
725         * progmodes/which-func.el (which-function):
726         Use `run-hook-with-args-until-success' instead of a custom loop.
727         Fixes bug with local hooks.
729 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
731         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
732         Use delete-dups when calculating the initial value.
733         (bibtex-autokey-get-title): Use <=.
734         (bibtex-goto-line): New function.
735         (bibtex-reposition-window): Use line numbers instead of point
736         positions.  Use window-body-height.
737         (bibtex-find-crossref): Use bibtex-reposition-window.
738         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
739         position of entry if key is found or nil if not found.
741 2004-12-05  Richard M. Stallman  <rms@gnu.org>
743         * cus-edit.el (custom-file): Doc fix.
745         * progmodes/sh-script.el (sh-indent-for-then): Change default.
747 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
749         * simple.el (blink-matching-open):
750         * textmodes/tex-mode.el (tex-validate-region):
751         Obey syntax-table text properties.
753 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
755         * wid-edit.el (widget-specify-field): Add `real-field' property to
756         boundary.
757         (widget-field-at): Use it.
759 2004-12-02  Richard M. Stallman  <rms@gnu.org>
761         * progmodes/cc-mode.el (awk-mode autoload):
762         Supply t meaning interactive function.
764         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
765         (isearch-mode-map): No special definition for space.
766         (isearch-whitespace-chars): Command deleted.
767         (isearch-forward-regexp): Doc fix.
768         (isearch-quote-char): When a space is not inside brackets,
769         use `[ ]' instead of just space.
770         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
772         * imenu.el (imenu--generic-function): Delete code to exclude
773         matches in comments.
775         * man.el (Man-reverse-face): Change default to `highlight'.
777         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
778         (occur-engine): Use `face' prop rather than `font-lock-face'
779         when specifying use of `match-face'.
780         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
782         * emacs-lisp/elint.el (elint-standard-variables): Update list.
784         * add-log.el (add-log-current-defun): Handle the case where point
785         is in the header part of a DEFUN construct.
787 2004-12-02  Dave Love  <fx@gnu.org>
789         * progmodes/python.el (python-font-lock-syntactic-keywords):
790         Fix previous change.
792 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
794         * paren.el (show-paren-function): Check for matching chars
795         specified by text props.
797 2004-12-02  Jay Belanger  <belanger@truman.edu>
799         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
800         when reading a new key sequence.
802 2004-12-02  Kim F. Storm  <storm@cua.dk>
804         * faces.el (escape-glyph): Rename from glyph.
805         (standard-display-table): Set it here.  Add escape-glyph face to
806         extra slot characters.
808         * disp-table.el: Undo 2004-12-01 change.  Display table is now
809         setup in faces.el.
811 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
813         * xml.el (xml-parse-dtd): Don't show validity messages when
814         xml-validating-parser is nil.
815         (xml-substitute-special): Fix validity error messages to
816         actually show the unexpandable entity.  Added validity error if &
817         isn't followed by an entity.
818         (xml-parse-tag): Concatenate any string following the a
819         <![CDATA[]]> section to the parsed CDATA.
820         (xml-parse-dtd): Skip parameter entity declarations and use of
821         parameter entities.
823 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
825         * kmacro.el (kmacro-default-counter-format): New var.
826         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
827         (kmacro-display): Remove `nil' from `and' form.  Delete call to
828         `format' inside `message'.
829         (kmacro-start-macro): Use `kmacro-default-counter-format'.
831 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
833         * pcvs.el (cvs-header-msg): New function.
834         (cvs-update-header): Use it.  Change calling convention.
835         Correctly handle the case of having simultaneous active processes.
836         (cvs-sentinel): Don't call cvs-update-header any more.
837         (cvs-mode-run): Update call and add cvs-update-header to postproc.
839 2004-12-01  Jay Belanger  <belanger@truman.edu>
841         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
842         Change message.
844 2004-12-01  Juri Linkov  <juri@jurta.org>
846         * progmodes/prolog.el (prolog-mode-variables):
847         Fix imenu-generic-expression.
849 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
851         * faces.el (glyph): New face.
853         * disp-table.el: Add an autoloaded table, that doesn't require
854         this library, with glyph face.
856         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
857         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
858         (conf-quote-normal): Allow normalizing only ' or ".
859         (conf-mode): Regexp-quote constructed comment-start and don't
860         match section {} where "name" contains braces.
862         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
863         files.
865 2004-12-01  Kenichi Handa  <handa@m17n.org>
867         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
868         (x-select-text): Don't treat eight-bit-control/graphic chars
869         specially.  Store the encoded text in the X cut buffer.
870         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
871         with x-last-selected-text-cut-encoded.
873 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
875         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
877 2004-11-30  Markus Rost  <rost@ias.edu>
879         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
880         AUCTeX.
882 2004-11-30  Jay Belanger  <belanger@truman.edu>
884         * calc/calc-arith.el (math-possible-signs): Made stronger checks
885         on signs of intervals.
886         (math-pow-of-zero): Strengthen checks for positive and negative
887         exponents.
889         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
890         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
891         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
892         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
893         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
894         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
895         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
896         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
897         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
898         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
899         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
900         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
901         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
902         with provide statements.
904         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
906         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
908         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
909         (calc-load-everything, math-defsimplify): Replace dummy autoloading
910         functions by require statements.
911         (math-defsimplify): Move to calc-alg.el, add to autoloads.
913         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
914         (calc-gnuplot-print): Give them values.
916         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
917         autoloads.
918         Add calc-do-embedded-activate to autoloads.
919         (calc-gnuplot-name, calc-gnuplot-plot-command)
920         (calc-gnuplot-print-command): Move them to calc-graph.el.
922 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
924         * term/mac-win.el (ccl-encode-mac-roman-font)
925         (ccl-encode-mac-cyrillic-font)
926         (ccl-encode-mac-centraleuropean-font, encoder-list)
927         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
928         Support Cyrillic, CentralEuropean, and Dingbat font display
930 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
932         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
934         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
935         still nil.
937 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
939         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
940         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
942 2004-11-29  Jay Belanger  <belanger@truman.edu>
944         * calc/calc-arith.el (math-pow-of-zero): Take into account different
945         cases of the base and exponent.
947 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
949         * simple.el (next-error-buffer-p): Allow for inclusive and
950         exclusive tests for finding a buffer.
951         (next-error-find-buffer): Pass the exclusive and inclusive tests
952         to next-error-buffer-p.
954         * replace.el (occur-next-error): Switch to the Occur buffer when
955         appropriate, use the exclusive filter to next-error-find-buffer to
956         do it.  Use the absolute value of the motion amount.
958 2004-11-29  Kenichi Handa  <handa@m17n.org>
960         * startup.el (command-line): Decode all default-directory by
961         locale-coding-system.
963 2004-11-29  Jay Belanger  <belanger@truman.edu>
965         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
966         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
967         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
968         Replace calls to calc-extensions by appropriate require, replace
969         calc-extensions-loaded by appropriate featurep.
971         * calc/calc-ext.el: Move require to end of file.
972         Remove redundant loading of calc.el.
973         (calc-extensions-loaded): Remove unnecessary variable.
974         (calc-extensions): Remove unnecessary function.
975         (calc-load-everything): Replace calc-need-macros by appropriate require.
977         * calc/calc-macs.el: Move provide to end of file.
978         (calc-need-macros): Remove unnecessary function.
980         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
981         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
982         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
983         Replace calc-extensions by appropriate require.
984         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
986         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
987         Replace calc-need-macros by appropriate require.
989         * calc/calc.el: Move require to end of file.
990         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
991         Remove unnecessary variable.
992         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
993         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
994         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
995         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
996         (math-stack-value-offset, math-format-value, math-format-flat-expr)
997         (math-format-number, math-format-bignum, math-read-number)
998         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
999         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
1000         by appropriate require.
1001         (calc-check-defines): Replace calc-need-macros by appropriate require.
1003 2004-11-29  Kim F. Storm  <storm@cua.dk>
1005         * macros.el (insert-kbd-macro): Handle kmacro functions.
1007 2004-11-28  Juri Linkov  <juri@jurta.org>
1009         * compare-w.el (compare-windows-highlight): Attach each overlay
1010         to its window to properly highlight differences while comparing
1011         two windows of the same buffer.  Fix arguments.
1012         (compare-windows-sync-default-function): Fix arguments of
1013         `compare-windows-highlight'.
1015         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
1016         Use `read-expression-history'.  Set initial contents only if
1017         `edebug-global-break-condition' is non-nil.  Set histpos to 1
1018         if initial contents is equal to the last history element.
1019         (edebug-set-conditional-breakpoint): Instead of temporarily
1020         prepending the current condition to the history, set initial
1021         contents to the current condition.  Set histpos to 1 if initial
1022         contents is equal to the last history element.
1024         * info.el (Info-search-whitespace-regexp): Remove shy group.
1025         (Info-search): Forward line if search is on the header line.
1026         Use search-whitespace-regexp in two other places.
1028 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
1030         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
1031         warning.  Delay real definition, which uses
1032         `set-fringe-indicators-1' till after the definition of that function.
1034 2004-11-28  Kim F. Storm  <storm@cua.dk>
1036         * fringe.el (fringe): New defgroup.
1037         (fringe-mode): Move to fringe group.
1038         (fringe-indicators): New defcustom.
1039         (set-fringe-indicators-1): New defun.
1041         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
1042         (menu-bar-showhide-fringe-ind-menu): New keymap.
1043         (menu-bar-showhide-fringe-ind-empty)
1044         (menu-bar-showhide-fringe-ind-mixed)
1045         (menu-bar-showhide-fringe-ind-box)
1046         (menu-bar-showhide-fringe-ind-right)
1047         (menu-bar-showhide-fringe-ind-left)
1048         (menu-bar-showhide-fringe-ind-none): New defuns.
1049         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
1051 2004-11-27  Richard M. Stallman  <rms@gnu.org>
1053         * comint.el (comint-read-noecho): Add trivial compatibility definition.
1055         * generic.el (define-generic-mode): Doc fix.
1057         * menu-bar.el (menu-bar-options-save): For the options
1058         that are toggled with menu-bar-make-mm-toggle, don't check
1059         for customized-value prop.
1061 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
1063         * mail/supercite.el (sc-cite-region): Handle the case where
1064         sc-cite-frame-alist is a symbol.
1065         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
1066         a symbol.
1067         (sc-recite-region): Handle the case where sc-recite-frame-alist is
1068         a symbol.
1070 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
1072         * wid-edit.el (widget-narrow-to-field): New function.
1073         (widget-complete): Use it.
1075 2004-11-27  Jay Belanger  <belanger@truman.edu>
1077         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
1078         variable.
1079         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
1080         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
1081         (math-alg-inequalities): Move declaration to earlier in the file.
1083         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
1084         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
1085         Declare them.
1087         * calc/calc-lang.el (math-expr-data, math-expr-token)
1088         (math-exp-old-pos): Declare them.
1090         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
1091         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
1093 2004-11-27  Kim F. Storm  <storm@cua.dk>
1095         * progmodes/flymake.el: Use (featurep 'xemacs).
1096         (flymake-makehash): Change to defsubst.  Use fboundp.
1097         (flymake-time-to-float): Remove.
1098         (flymake-float-time): Merge code from flymake-time-to-float here.
1099         (flymake-replace-regexp-in-string): Change to defsubst.
1100         (flymake-split-string-remove-empty-edges):
1101         Rename to flymake-split-string.
1102         (flymake-split-string): Remove previous defalias.
1103         (flymake-get-temp-dir): Change to defsubst.
1104         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
1105         Define for xemacs only.
1106         (flymake-master-file-count-limit): Change into compiler defvar only.
1107         (flymake-find-possible-master-files): Let-bind it dynamically while
1108         sorting files using flymake-master-file-compare.
1110 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1112         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
1113         of defun-prompt-regexp matches inside a comment/string but the
1114         beginning is correctly outside everything.
1116         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
1117         appears within a string or a comment.
1119         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
1120         rather than make-symbol for symbols which are used in
1121         a symbol-macrolet or equivalent.
1123 2004-11-26  Jay Belanger  <belanger@truman.edu>
1125         * calc-misc.el (calc-last-why-command): Declare it.
1127         * calc-vec.el (math-grade-vec): New variable.
1128         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
1129         Replace variable grade-vec by declared variable.
1130         (math-rb-close): New variable.
1131         (math-read-brackets, math-read-vector): Replace variable close by
1132         declared variable.
1134         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
1135         (calc-one-window, calc-edit-handler, calc-restore-trail)
1136         (calc-allow-ret): Declare them.
1138         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
1139         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
1140         (math-radix-float-cache-tag, math-random-cache)
1141         (math-max-digits-cache, math-integral-cache, math-units-table)
1142         (math-format-date-cache, math-holidays-cache-tag): Declare them.
1143         (math-moc-func): New variable.
1144         (math-map-over-constants, math-map-over-constants-rec):
1145         Replace variable func by declared variable.
1147         * calc/calc-store.el (calc-given-value, calc-store-opers):
1148         Declare them.
1149         (calc-var-name-map): Move declaration to earlier in the file.
1150         (calc-pv-pos): New variable.
1151         (calc-permanent-variable, calc-insert-permanent-variable):
1152         Replace variable pos by declared variable.
1154         * calc/calc-mtx.el (calc-det-lu): New variable.
1155         (math-det-raw, math-det-step): Replace variable lu by declared variable.
1157         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
1158         (math-multi-subst, math-multi-subst-rec): Replace variables temp
1159         and arg by declared variables.
1160         (calcFunc-reducer): Fix incorrect variable.
1161         (math-inner-mul-func, math-inner-add-func): New variables.
1162         (calcFunc-inner, math-inner-mats): Replace variables mul-func
1163         and add-func by declared variables.
1165         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
1166         (calc-digit-value): Declare them.
1168         * calc/calc-help.el (Info-history): Declare it.
1169         (calc-describe-key): Make calc-summary-indentation a local variable.
1170         (calc-help-long-names): Move declaration to earlier in file.
1172         * calc/calc-embed.el (calc-original-buffer): Declare it.
1173         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
1174         (calc-embed-bot): New variables.
1175         (calc-do-embedded, calc-embedded-mark-formula)
1176         (calc-embedded-find-bounds, calc-embedded-duplicate)
1177         (calc-embedded-new-formula, calc-embedded-make-info):
1178         Replace vars outer-top, outer-bot, bot and top by declared variables.
1179         (calc-embed-prev-modes): New variable.
1180         (calc-embedded-set-modes, calc-embedded-update): Replace variable
1181         prev-modes with declared variable.
1182         (calc-embed-vars-used): New variable.
1183         (calc-embedded-make-info, calc-embedded-evaluate-expr)
1184         (calc-embedded-update, calc-embedded-find-vars): Replace variable
1185         vars-used by declared variable.
1187         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
1188         (math-format-radix-float): Remove unnecessary setq.
1189         (math-radix-float-cache): Declare it.
1191         * calc/calcsel2.el (calc-keep-selection): Declare it.
1193         * calc/calc-maint.el: Remove file.
1195 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1197         * textmodes/bibtex.el (bibtex-sort-entry-class)
1198         (bibtex-comment-start): Use defcustom.
1199         (bibtex-entry-field-alist): Use nil if initial content of the
1200         field is undefined.  Fix docstring.
1201         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
1202         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
1203         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
1204         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
1205         Fix docstring.
1206         (bibtex-autokey-title-terminators): Use only one regexp.
1207         (bibtex-string-maybe-empty-head): New variable.
1208         (bibtex-remove-delimiters-string): New function.
1209         (bibtex-text-in-field-bounds, bibtex-text-in-string):
1210         Use bibtex-remove-delimiters-string.
1211         (bibtex-progress-message, bibtex-field-left-delimiter)
1212         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
1213         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
1214         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
1215         Simplify.
1216         (bibtex-format-entry): Use save-excursion for inherited booktitle.
1217         Use eq and bibtex-remove-delimiters-string.  For end markers use
1218         insertion type so that marker stays after inserted text.
1219         (bibtex-autokey-get-names): Return empty string if name is missing.
1220         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
1221         calling bibtex-autokey-name-case-convert.
1222         (bibtex-autokey-demangle-title):
1223         Call bibtex-autokey-titleword-case-convert.  Remove call to
1224         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
1225         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
1226         (bibtex-read-key): New optional arg global.
1227         (bibtex-files-expand): New optional arg force.
1228         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
1229         (bibtex-complete-crossref-cleanup): Rename from
1230         bibtex-complete-key-cleanup.  Simplify code.
1231         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
1232         Operate on current entry.
1233         (bibtex-button): Add docstring.
1234         (bibtex-entry): Simplify.
1235         (bibtex-make-field): Replace optional arg called-by-yank with more
1236         specific args move and interactive.
1237         (bibtex-end-of-entry): Use forward-sexp.
1238         (bibtex-find-entry-globally): Remove.
1239         (bibtex-find-crossref): Allow for crossref key located in other buffer.
1240         Bound to C-c C-x.
1241         (bibtex-find-entry): New optional args global and display.
1242         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
1243         (bibtex-validate): Use arg force of bibtex-files-expand.
1244         (bibtex-clean-entry): Bugfix, clean string entries properly.
1245         Always keep point at beginning of entry.
1246         (bibtex-complete): Bugfix.  Handle string entries properly.
1247         Call cleanup functions only if needed.
1248         (bibtex-String): Use bibtex-read-string-key.
1249         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
1250         case of replacement text.
1252 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
1254         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
1255         (tramp-perl-directory-files-and-attributes): New constant.
1256         (tramp-file-name-handler-alist): Delete file-directory-files, add
1257         directory-files-and-attributes.
1258         (tramp-perl-file-attributes): Surround uid and gid by double
1259         quotes. Change parameter id-format from nonnumeric.
1260         (tramp-convert-file-attributes): New function.
1261         (tramp-handle-file-attributes): Use it.
1262         (tramp-maybe-send-perl-script): New function.
1263         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
1264         file mode. Change parameter id-format from nonnumeric.
1265         (tramp-handle-file-attributes-with-ls): Change parameter id-format
1266         from nonnumeric.
1267         (tramp-post-connection): Don't send tramp-perl-file-attributes
1268         script. Reset connection property "perl-scripts".
1269         (tramp-handle-insert-directory): Run real handler when ls-lisp is
1270         in use.
1272 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
1274         * desktop.el (desktop-read): Replace mapcar with mapc.
1275         (desktop-create-buffer): Replace mapcar with mapc.
1276         Remove redundant piece of code.
1278 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
1280         * progmodes/gud.el (gud-display-line): Use display-buffer
1281         for GDB-UI as for GUD.
1283         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
1284         Delete variables.
1285         (gdb-ann3): Don't make GUD buffer dedicated.
1286         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
1287         (gdb-display-source-buffer): Delete function.
1288         (gdb-view-source-function, gdb-view-assembler): Delete functions.
1289         (menu): Delete menu bindings for viewing source/assembler.
1290         (gdb-setup-windows, gdb-restore-windows):
1291         Don't dedicate GUD. No assembler now.
1292         (gdb-reset): No need to undedicate source buffers now.
1293         (gdb-source-info): No assembler now.
1295 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
1297         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
1298         width to those for special frames.
1299         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
1300         Use display-buffer.
1301         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
1302         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1303         (gdb-frame-assembler-buffer): Rework like
1304         gdb-frame-breakpoints-buffer.
1306 2004-11-25  Richard M. Stallman  <rms@gnu.org>
1308         * progmodes/flymake.el: Reindent.
1309         (flymake-split-string): Turn into defalias.
1310         (flymake-fix-file-name): Rename from flymake-fix-path-name.
1311         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
1312         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
1313         (flymake-build-relative-filename): Rename from ...path.
1314         Fix error message.
1316 2004-11-25  Cheng Gao  <chenggao@gmail.com>
1318         * progmodes/flymake.el: Much whitespace and capitalization change.
1319         Move `provide' to end.  Require `compile' only when compiling.
1321 2004-11-24  Jay Belanger  <belanger@truman.edu>
1323         * calc/calc-alg.el: Added comment.
1324         (math-polynomial-base): Replace variable mpb-top-expr by
1325         math-poly-base-top-expr.
1327         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
1328         (math-polynomial-p1): Replace variable mpb-top-expr by declared
1329         variable.
1330         (math-poly-base-total-base): New variable.
1331         (math-total-polynomial-base, math-polynomial-p1): Replace variable
1332         mpb-total-base by declared variable.
1333         (math-factored-vars, math-to-list): Declare it.
1334         (math-fact-expr): New variable.
1335         (calcFunc-factors, calcFunc-factor, math-factor-expr)
1336         (math-factor-expr-try, math-factor-expr-part): Replace variable
1337         expr by declared variable.
1338         (math-fet-x): New variable.
1339         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
1340         by declared variable.
1341         (math-factor-poly-coefs): Make temp a local variable.
1343         * calc/calc-units.el (calc-convert-units): Make units a local
1344         variable.
1345         (calc-num-units, calc-den-units): New variables.
1346         (calc-explain-units, calc-explain-units-rec): Replace variables
1347         num-units and den-units by declared variables.
1348         (math-cu-unit-list): New variable.
1349         (math-build-units-table, math-compare-unit-names)
1350         (math-convert-units, math-convert-units-rec): Replace variable
1351         unit-list by declared variable.
1352         (math-fbu-base, math-fbu-entry): New variables.
1353         (math-find-base-units, math-find-base-units-rec): Replace variables
1354         base and entry by declared variables.
1355         (math-which-standard): New variable.
1356         (math-to-standard-units, math-to-standard-rec): Replace variable
1357         which-standard by declared variable.
1358         (math-fcu-u): New variable.
1359         (math-find-compatible-unit, math-find-compatible-unit-rec):
1360         Replace variable u by declared variable.
1361         (math-cu-new-units, math-cu-pure): New variables.
1362         (math-convert-units, math-convert-units-rec): Replace variables
1363         new-units and pure by declared variables.
1364         (math-try-cancel-units): New variable.
1365         (math-simplify-units-quotient): Replace variable try-cancel-units by
1366         declared variable.
1368 2004-11-24  Richard M. Stallman  <rms@gnu.org>
1370         * textmodes/ispell.el (ispell-check-version):
1371         If default-directory is nonexistent, use home dir.
1373         * progmodes/grep.el (grep-regexp-alist):
1374         Don't match parens around line numbers.
1376         * progmodes/cperl-mode.el (cperl-indent-region)
1377         (cperl-imenu--create-perl-index, cperl-xsub-scan):
1378         Don't print progress messages.
1380         * progmodes/compile.el (compilation-mode-map):
1381         Don't inherit from compilation-minor-mode-map;
1382         copy its bindings instead.  But the menu bar Compile
1383         entry now does inherit from compilation-menu-map.
1385         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1386         Use with-no-warnings around compiler-macroexpand.
1388         * imenu.el: Don't always require newcomment.
1389         (imenu--generic-function): Call comment-normalize-vars
1390         if we have a comment syntax.
1391         Exit the loop if REGEXP matches the null string.
1392         Test comment-start as well as comment-start-skip
1393         when deciding whether to check for comments.
1395         * tooltip.el (tooltip-mode): Doc fix.
1397         * term.el (term-escape-char, term-mode): Doc fixes.
1399 2004-11-24  Dave Love  <fx@gnu.org>
1401         * progmodes/python.el (python-font-lock-syntactic-keywords):
1402         Check for escapes in the regexp.
1403         (python-quote-syntax): Don't do it here.
1405 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
1407         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1408         (gdb-frames-mode-map, gdb-threads-mode-map)
1409         (gdb-registers-mode-map, gdb-locals-mode-map)
1410         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
1411         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
1413         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
1414         (dedicated-switch-to-buffer): Rework.
1415         (gdb-var-evaluate-expression-handler, gdb-put-string):
1416         Remove unused variable bindings.
1417         (gdb-setup-windows, gdb-display-buffer):
1418         Simplify. Use pop-to-buffer.
1419         (gdb-view-source-function): Simplify.
1420         (gdb-frame-breakpoints-buffer):
1421         Use pop-to-buffer, special-display-regexps.
1423 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
1425         * progmodes/f90.el (f90-smart-end)
1426         (f90-previous-statement, f90-beginning-of-block): Doc fix.
1427         (f90-calculate-indent): Handle un-named PROGRAM blocks.
1428         (f90-end-of-block): Doc fix.  Make check of outermost block
1429         conditional on value of `f90-smart-end'.
1430         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
1431         Handle case where END-BLOCK is nil.
1432         (f90-match-end): Handle un-named PROGRAM blocks.
1433         (f90-backslash-not-special): New function.
1435 2004-11-24  Jay Belanger  <belanger@truman.edu>
1437         * calc/calc.el (calc-embedded-active): Removed unnecessary
1438         declaration.
1439         (calc-show-banner): Removed redundant declaration.
1441         * calc/calc-graph.el (calc-gnuplot-default-device)
1442         (calc-gnuplot-default-output, calc-gnuplot-print-device)
1443         (calc-gnuplot-print-output, calc-gnuplot-geometry)
1444         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
1445         Remove redundant initial values.
1447         * calc/calc-arith.el (math-scalar-functions)
1448         (math-nonscalar-functions, math-scalar-if-args-functions)
1449         (math-real-functions, math-positive-functions)
1450         (math-nonnegative-functions, math-real-scalar-functions)
1451         (math-real-if-arg-functions, math-integer-functions)
1452         (math-num-integer-functions, math-rounding-functions)
1453         (math-float-rounding-functions, math-integer-if-args-functions)
1454         (math-super-types): Move declarations to earlier in file.
1455         (math-unit-prefixes): Declared it.
1456         (math-floor-prec, math-trunc-prec): New variables.
1457         (math-trunc-fancy): Replace variable prec by declared variable.
1458         (math-floor-fancy): Replace variable prec by declared variable.
1459         (math-com-bterms): New variable.
1460         (math-commutative-equal, math-commutative-collect):
1461         Replace variable bterms by declared variable.
1463         * calc/calc-misc.el (math-trunc): Replace variable prec by
1464         math-trunc-prec.
1465         (math-floor): Replace variable prec by math-floor-prec.
1467         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
1468         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
1469         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
1470         (math-format-date, math-format-date-part): Replace variables
1471         date, dt, year, month, day, weekday, hour, minute, second and
1472         bc-flag by declared variables.
1473         (math-pd-str): New variable.
1474         (math-parse-date, math-parse-date-word, math-parse-standard-date):
1475         Replace variable str by declared variable.
1476         (math-daylight-savings-hook, math-tzone-names): Move definitions
1477         to earlier in the file.
1478         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
1479         (math-sh-year): New variable.
1480         (math-setup-add-holidays, math-setup-holidays)
1481         (math-setup-year-holidays): Replace variable `year' by declared
1482         variable.
1484         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
1485         New variables.
1486         (math-nth-root-float, math-nth-root-float-iter): Replace variables
1487         n, nf and nfm1 by declared variables.
1488         (math-nri-n): New variable.
1489         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
1490         n by declared variable.
1491         (calcFunc-log): Removed misplaced condition.
1493 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1495         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
1497 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
1499         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
1500         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
1501         Dedicate gdb-related windows.
1502         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
1503         other frames.
1504         (gdb-reset): Remove dedicated property after debugging.
1506 2004-11-24  Jay Belanger <belanger@truman.edu>
1508         * calc/calc-sel.el: Add comment.
1510         * calc/calc.el (math-stack-value-offset): Replace variables c,
1511         wid and off with math-svo-c, math-svo-wid and math-svo-off.
1513         * calc/calccomp.el (math-comp-sel-tag): Declare it.
1514         (math-svo-c, math-svo-wid, math-svo-off): New variables.
1515         (math-stack-value-offset-fancy): Replace variables c, wid and off
1516         by declared variables.
1517         (math-comp-just, math-comp-comma-spc): New variables.
1518         (math-compose-expr, math-compose-matrix): Replace variables `just'
1519         and comma-spc by declared variable.
1520         (math-comp-vector-prec): New variable.
1521         (math-compose-expr, math-compose-matrix, math-compose-rows):
1522         Replace variable vector-prec by declared variable.
1523         (math-comp-left-bracket, math-comp-right-bracket)
1524         (math-comp-comma): New variables.
1525         (math-compose-expr, math-compose-rows): Replace variables
1526         left-bracket, right-bracket and comma by declared variables.
1527         (math-comp-full-width): New variable.
1528         (math-comp-to-string-flat, math-comp-to-string-flat-term):
1529         Replace variable full-width by declared variable.
1530         (math-comp-highlight, math-comp-word, math-comp-level)
1531         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
1532         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
1533         New variables.
1534         (math-comp-to-string-flat, math-comp-to-string-flat-term)
1535         (math-comp-sel-flat-term): Replace variables comp-highlight,
1536         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
1537         declared variables.
1538         (math-comp-simplify, math-comp-simplify-term)
1539         (math-comp-add-string, math-comp-add-string-sel):
1540         Replace variables comp-highlight, comp-buf, comp-base,
1541         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
1543 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1545         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
1547         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
1548         and x-server-version may throw.
1550 2004-11-23  Kim F. Storm  <storm@cua.dk>
1552         * subr.el (substitute-key-definition-key): Optimize.
1553         Don't call indirect-function for nil defn (always signals error).
1555         * ido.el (ido-read-internal): Fix require-match check when
1556         ido-directory-too-big is set.
1558 2004-11-23  Jay Belanger  <belanger@truman.edu>
1560         * calc/calc-ext.el (math-read-replacement-list)
1561         (math-read-superscripts): New variables.
1562         (math-read-preprocess-string): New function.
1563         (math-read-expr): Filter input through math-read-preprocess-string.
1565         * calc/calc-aent.el (math-read-exprs): Filter input through
1566         math-read-preprocess-string.
1568 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
1570         * progmodes/compile.el (compilation-start): In cd command use
1571         substitute-env-vars -- not quite shell compatible but better than
1572         nothing.
1573         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
1574         handle the newer versions messages, which are more parseable.
1576 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1578         * reveal.el (reveal-mode-map): New var.
1579         (reveal-mode): Use it.
1581 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
1583         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
1584         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
1586 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1588         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
1589         header-line when needed.
1590         Use fixed-pitch only in the header-line.
1591         Build the underline automatically.  Use emdash if available.
1593 2004-11-22  Richard M. Stallman  <rms@gnu.org>
1595         * dired.el (dired-recursive-copies): Move from dired-aux.el.
1596         * dired-aux.el (dired-recursive-copies): Move to dired.el.
1598 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
1600         * progmodes/gdb-ui.el (gdb-resync): New function.
1601         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
1602         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
1603         Use it to fail more gracefully.
1604         (gdb-variables): Delete variable.
1605         Re-order variables to reduce byte-compiler warnings.
1607 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1609         * descr-text.el (describe-char):
1610         * paren.el (show-paren-function):
1611         * subr.el (syntax-after): Undo last change.
1613         * progmodes/python.el (run-python): Don't hard code *Python*.
1614         Don't modify global process-environment.
1615         (python-send-region, python-load-file): Don't assume that
1616         python-buffer == (process-buffer (python-proc)).
1617         (python-switch-to-python): Simplify.
1619         * dired.el (dired-align-file): Don't assume line starts with spaces.
1621 2004-11-21  Jay Belanger  <belanger@truman.edu>
1623         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
1624         Replace variable `lines' by math-read-big-lines.
1625         (math-read-big-expr): Replace variables the-baseline, the-h2
1626         and err-msg by math-read-big-baseline, math-read-big-h2 and
1627         math-read-err-msg.
1628         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
1630         * calc/calc-lang.el (math-read-big-rec): Fix typo.
1631         (math-read-big-balance): Replace unbound variable by value.
1632         (math-read-big-lines): New variable.
1633         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
1634         (math-read-big-error, math-read-big-balance): Replace variable
1635         `lines' by declared variable.
1636         (math-read-big-baseline, math-read-big-h2): New variables.
1637         (math-read-big-rec): Replace variables the-baseline and the-h2
1638         by declared variables.
1639         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
1640         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
1641         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
1642         declared variables.
1643         (math-read-big-err-msg): New variable.
1644         (math-read-big-error): Replace variable err-msg by declared variable.
1646 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1648         * ses.el: Add coding cookie.
1649         Fix up docstrings, follow new commenting conventions.
1650         (ses-header-line-menu): Fix missing variable rename for header-row.
1651         (ses-cell-size): Remove.
1652         (ses-make-cell): New function.
1653         (ses-cell, ses-insert-row, ses-insert-column): Use it.
1654         (ses-calculate-cell): Remove unused var `symbol'.
1655         (ses-narrowed-p): New function.
1656         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
1657         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
1658         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
1659         (ses-setup): Use restore-buffer-modified-p.
1660         (ses-cleanup): Remove unused var `end'.
1661         (ses-header-string-left-offset): Remove.
1662         (ses-create-header-string): Adjust to new behavior of `align-to'.
1663         Truncate excessively large fields to preserve alignment.
1664         (ses-reconstruct-all): Remove unused var `refs'.
1665         (ses-read-cell-printer): Remove unused var `prompt'.
1666         (ses-delete-row): Remove unused var `pos'.
1667         (ses-delete-column): Remove unused var `new'.
1669 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1671         * ps-print.el: Insert :version tag into all defgroup and defcustom.
1672         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1673         Eliminate eval-and-compile usage.
1674         (ps-insert-file): Use insert-file-contents instead of insert-file.
1675         (ps-setup): Code fix.
1677         * printing.el (pr-setup, lpr-setup): Code fix.
1679 2004-11-21  Jay Belanger  <belanger@truman.edu>
1681         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
1682         (calc-original-buffer): Declare them.
1683         (calc-user-formula-alist): New variable.
1684         (calc-user-define-formula, calc-fix-user-formula)
1685         (calc-user-define-composition, calc-finish-formula-edit):
1686         Replace variable `alist' by declared variable.
1687         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
1688         (var-q7, var-q7, var-q8, var-q9): Declare them.
1689         (calc-kbd-push): Don't check to see if var-q0 through var-q9
1690         are bound.
1691         (calcFunc-typeof): Replace undeclared variable by expression.
1692         (math-exp-env): New variable.
1693         (math-define-body, math-define-exp): Replace exp-env by declared var.
1694         (math-define-exp): Replace misplaced variable by expression.
1696         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
1697         (calc-curve-model, calc-curve-coefnames): New variables.
1698         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
1699         varnames, model and coefnames by declared variables.
1700         (math-root-widen): New variable.
1701         (math-search-root, math-find-root): Replace variable root-widen by
1702         declared variable.
1703         (var-DUMMY): Declare it.
1704         (math-root-vars, math-min-vars): Move the declarations to earlier in
1705         the file.
1706         (math-brent-min): Make d a local variable.
1707         (math-find-minimum): Replace non-existent variable.
1708         (math-ninteg-romberg): Remove unnecessary variable.
1709         (math-ninteg-temp): New variable.
1710         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
1711         integ-temp by declared variable.
1712         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
1713         New variables.
1714         (math-general-fit): Replace variables first-var, first-coef and
1715         new-coefs by declared variables.
1716         (calcFunc-fitvar): Replace variable first-var by declared variable.
1717         (calcFunc-fitparam): Replace variable first-coef by declared variable.
1718         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
1719         (math-all-vars-vars, math-all-vars-found): New variables.
1720         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
1721         found by declared variable math-all-vars-vars.
1723 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
1725         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
1726         of `defconst'.
1728 2004-11-20  Richard M. Stallman  <rms@gnu.org>
1730         * isearch.el (isearch-mode-map): Don't bind SPC.
1731         (isearch-whitespace-chars): Function deleted.
1732         (isearch-search): Bind search-spaces-regexp.
1733         (isearch-lazy-highlight-search): Likewise.
1734         (search-whitespace-regexp): Doc fix.
1735         (isearch-forward-regexp): Doc fix.
1737         * emacs-lisp/bytecomp.el (byte-compile-form):
1738         Move the calls to byte-compile-set-symbol-position,
1739         to avoid having two for the same symbol occurrence.
1741         * comint.el (comint-input-ring-size): Increase to 150.
1743         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
1744         New variables.
1745         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
1746         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
1748         * imenu.el (imenu--generic-function):
1749         Ensure we keep moving backward even if BEG isn't further back.
1751         * replace.el (query-replace-read-to, query-replace-read-from):
1752         Specify t for KEEP-ALL in read-from-minibuffer.
1754         * progmodes/python.el (python-switch-to-python):
1755         If Python isn't running, start it.
1756         Don't alter debug-ignored-errors.
1758         * progmodes/cperl-mode.el (cperl-indent-region):
1759         Don't mind imenu-scanning-message.
1761         * bindings.el (global-map): Bind C-e to move-end-of-line.
1763         * simple.el (line-move-finish): New arg FORWARD.
1764         Ignore invisible newlines, not intangible ones.
1765         Conditions for acceptable stopping positions depend on FORWARD.
1766         (line-move): Pass FORWARD arg to line-move-finish.
1768         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
1769         of HEADER.  Compensate for this change in the code to add display
1770         properties.  Don't make the first line intangible.
1772         * info.el (Info-search): Fix previous change.
1774 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
1776         * Makefile.in (recompile): Revert 2004-11-19 change.
1777         (compile): Likewise.
1779 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
1781         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
1783 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1785         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
1786         defgroup and defcustom.  Eliminate eval-and-compile usage.
1788         * progmodes/ebnf-otz.el: Fix typos.
1790 2004-11-19  Jay Belanger  <belanger@truman.edu>
1792         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
1793         (calc-edit-finish, calc-finish-stack-edit): Replace variable
1794         disp-trail by declared variable.
1796         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
1797         (calc-finish-selection-edit):  Replace variable disp-trail by
1798         declared variable.
1799         (calc-selection-cache-entry): Move declaration to earlier in the file.
1800         (calc-selection-cache-num, calc-selection-cache-comp)
1801         (calc-selection-cache-offset, calc-selection-true-num)
1802         (calc-final-point-line, calc-final-point-column)
1803         (calc-original-buffer): Declare them.
1804         (calc-fnp-op, calc-fnp-num): New variables.
1805         (calc-find-nth-part, calc-find-nth-part-rec)
1806         (calc-select-previous): Replace op and num by declared variables.
1807         (calc-rsf-old, calc-rsf-new): New variables.
1808         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
1809         Replace variables old and new by declared variables.
1810         (calc-sel-reselect): New variable.
1811         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
1812         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
1813         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
1814         reselect with declared variable.
1816         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
1817         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
1818         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
1819         (math-import-list, math-rewrite-phase): Declare them.
1820         (math-rewrite):  Use let* to declare variables.
1821         (calc-rewrite-selection): Make rules a local variable.
1822         (calc-rewr-sel): New variable.
1823         (calc-rewrite-selection, calc-locate-selection-marker)
1824         (calc-rewrite): Use the declared variable calc-rewr-sel instead
1825         of sel.
1826         (math-rewrite-whole-expr): New variable.
1827         (math-rewrite, math-rewrite-phase): Replace variable expr by
1828         declared variable.
1829         (math-rewrite-heads-heads, math-rewrite-heads-skips)
1830         (math-rewrite-heads-blanks ): New variables.
1831         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
1832         heads, skips and blanks by declared variables.
1833         (math-rwcomp-subst-old, math-rwcomp-subst-new)
1834         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
1835         New variables.
1836         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
1837         old, new, old-func and new-func by declared variables.
1838         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
1839         Remove unnecessary variable.
1840         (math-apply-rw-regs): New variable.
1841         (math-apply-rewrites, math-rwapply-replace-regs)
1842         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
1843         (math-apply-rw-ruleset): New variable.
1844         (math-apply-rewrites, math-rwapply-remember): Replace variable
1845         ruleset by declared variable.
1847 2004-11-19  Richard M. Stallman  <rms@gnu.org>
1849         * info.el (Info-search): Use search-whitespace-regexp.
1851 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
1853         * vc-rcs.el (vc-rcs-parse): New function.
1854         (vc-rcs-annotate-command): Likewise.
1855         (vc-rcs-annotate-current-time): Likewise.
1856         (vc-rcs-annotate-time): Likewise.
1857         (vc-rcs-annotate-extract-revision-at-line): Likewise.
1859 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
1861         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
1863 2004-11-18  Jay Belanger  <belanger@truman.edu>
1865         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
1867 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1869         * printing.el: Eliminate use of interactive-p and eval-and-compile.
1870         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1871         Use make-temp-file to generate PostScript files in any situation.
1872         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
1873         (pr-interactive-p): Eliminate var.
1874         (pr-save-interactive): Eliminate macro.
1875         (pr-interface, pr-ps-directory-preview)
1876         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1877         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1878         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1879         (pr-ps-buffer-ps-print, pr-ps-region-preview)
1880         (pr-ps-region-using-ghostscript, pr-ps-region-print)
1881         (pr-ps-region-ps-print, pr-ps-mode-preview)
1882         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1883         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1884         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
1885         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1886         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1887         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1888         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1889         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1890         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1891         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1892         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1893         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
1894         Eliminate pr-save-interactive usage.
1895         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
1896         Eliminate pr-interactive-p usage.
1897         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
1898         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
1899         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
1900         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
1901         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
1902         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
1903         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
1904         New funs.
1905         (pr-ps-file): Use make-temp-file to generate a temporary file.
1907 2004-11-17  Jay Belanger  <belanger@truman.edu>
1909         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
1910         a local variable.
1911         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
1912         (math-top-only): New variable.
1913         (math-simplify, math-simplify-step): Replace variable top-only by
1914         declared variable math-top-only.
1915         (math-simplify-expr): Declare it.
1916         Replace argument expr in all calls of math-defsimplify by
1917         math-simplify-expr.
1918         (math-simplify-plus, math-simplify-times, math-simplify-divide)
1919         (math-simplify-divisor, math-simplify-one-divisor)
1920         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
1921         (math-simplify-pow): Replace variable expr by declared variable
1922         math-simplify-expr.
1923         (math-simplify-divisor): Remove local variables temp and op.
1924         (math-simplify-one-divisor): Make temp and op local variables.
1925         (math-simplify-divisor-nover, math-simplify-divisor-dover):
1926         New variables.
1927         (math-simplify-divisor, math-simplify-one-divisor):
1928         Replace variables nover and dover by declared variables.
1929         (math-expr-subst-new, math-expr-subst-old): New variables.
1930         (math-expr-subst, math-expr-subst-rec): Replace variables new
1931         and old by declared variables.
1932         (math-is-poly-degree, math-is-poly-loose): New variables.
1933         (math-is-polynomial, math-is-poly-rec): Replace variables degree
1934         and loose by declared variables.
1935         (math-poly-base-const-ok, math-poly-base-pred): New variables.
1936         (math-polynomial-base, math-polynomial-base-rec):
1937         Replace variables const-ok and mpb-pred by declared variables.
1939         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
1941         * calc/calc-ext.el (math-defsimplify): Change the argument in
1942         the created function to math-simplify-expr.
1944         * calc/calc-units.el (math-simplify-expr): Declare it.
1945         Replace argument expr in all calls of math-defsimplify by
1946         math-simplify-expr.
1947         (math-simplify-units-prod): Replace variable expr by declared
1948         variable math-simplify-expr.
1950 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1952         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
1953         Replace mapcar->dolist, format->string.
1955 2004-11-17  Miles Bader  <miles@gnu.org>
1957         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
1958         * progmodes/idlwave.el: Remove RCS keywords.
1960 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
1962         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
1963         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
1964         Update to IDLWAVE version 5.5.  Too many changes to list them here.
1965         * progmodes/idlw-help.el: New file.
1967 2004-11-16  Richard M. Stallman  <rms@gnu.org>
1969         * international/iso-cvt.el (iso-tex2iso-trans-tab):
1970         Discard spaces after \i according to TeX rules.
1972         * international/mule.el (set-buffer-file-coding-system):
1973         New arg NOMODIFY.
1974         (after-insert-file-set-coding): Pass that new arg.
1975         Prevent set-buffer-multibyte from trying to lock the file.
1977         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
1979         * saveplace.el (save-place): Doc fix.
1981         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
1982         temporarily widen before finding the following word to copy.
1984         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
1985         (cl-map-keymap): Definition deleted.
1987         * subr.el (map-keymap-internal): New function.
1989 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1991         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
1992         when pressing rather than when releasing mouse-2.  Simplify.
1994 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1996         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
1997         (compilation-mode): Set it here instead.
1999         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
2001         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
2002         (loop, cl-parse-loop-clause, defsetf): Use backquote.
2004 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2006         * progmodes/compile.el (compilation-internal-error-properties):
2007         Fix up a transposition-typo.  Check end-col before using it.
2009 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
2011         * international/iso-cvt.el (iso-tex2iso-trans-tab):
2012         Discard whitespace after macro \i when converting it.
2014 2004-11-16  Juri Linkov  <juri@jurta.org>
2016         * emacs-lisp/find-func.el (find-function-regexp):
2017         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
2018         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
2019         Remove invalid `\W' from [^cgv\W].  Doc fix.
2020         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
2022 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
2024         * play/life.el: Maintainer is now FSF.
2025         (life-patterns, life-neighbor-deltas, life-window-start)
2026         (life-current-generation, life-generation-string): Use defvar
2027         instead of defconst.
2029 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2031         * progmodes/compile.el (compilation-move-to-column): New fun.
2032         (compilation-internal-error-properties)
2033         (compilation-next-error-function): Use it to make sure we don't go past
2034         the end of line.
2036 2004-11-15  John Paul Wallington  <jpw@gnu.org>
2038         * autoinsert.el (auto-insert-alist): Insert the user's name in
2039         copyright notice, rather than Free Software Foundation, for the
2040         Emacs Lisp header case too.
2042 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2044         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
2045         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2046         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
2047         return the list of string in a string.
2048         (pr-call-process): Message if calling process returns an error, that
2049         is, the exit status is different of zero.
2051 2004-11-15  Jay Belanger  <belanger@truman.edu>
2053         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
2054         variable var-thing.
2055         (math-integ-depth, math-integ-level, math-integral-limit)
2056         (math-enable-subst, math-any-substs, math-integ-msg)
2057         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
2058         (math-int-threshold, math-int-factors, math-double-roots)
2059         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
2060         (var-GenCount):  Declare these variables.
2061         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
2062         (math-integral-cache, math-integral-cache-state):
2063         Move declarations to earlier in the file.
2064         (math-deriv-var, math-deriv-total, math-deriv-symb)
2065         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
2066         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
2067         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
2068         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
2069         (math-solve-res):  New variables
2070         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
2071         (math-integral, math-replace-integral-parts)
2072         (math-integrate-by-parts, calc-dump-integral-cache)
2073         (math-try-integral, math-do-integral, math-do-integral)
2074         (math-do-integral-methods, math-try-solve-for)
2075         (math-try-solve-prod, math-solve-poly-funny-powers)
2076         (math-solve-crunch-poly, math-decompose-poly)
2077         (math-solve-find-root-term, math-find-root-in-prod)
2078         (math-integ-try-linear-substitutions)
2079         (math-integ-try-substitutions, math-expr-rational-in)
2080         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
2081         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
2082         (math-solve-for, math-solve-system, math-solve-system-rec)
2083         (math-solve-get-sign, math-solve-get-int)
2084         (math-solve-system-subst): Replace undeclared variables with newly
2085         declared variables.
2087 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2089         * winner.el (winner-active-region, winner-edges, winner-window-list):
2090         Define at toplevel.
2091         (winner-mode-map): Move init inside declaration.
2093 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
2095         * files.el (convert-standard-filename): Doc fix.
2097 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
2099         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
2100         passwd, group, shadow, default/* and pam.d/*.
2102 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2104         * printing.el (pr-menu-spec): Adjust menu specification.
2106 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2108         * printing.el: Doc fix.  Insert :version tag into all defcustom.
2109         Handle interactive-p as is recommended in Emacs Lisp Reference.
2110         Set the file permission bits for newly created files.
2111         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2112         The printing menu specification (in `pr-menu-spec') was merged.
2113         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2114         (pr-version): New version number (6.8.3).
2115         (pr-file-modes): New option.
2116         (pr-interactive-p): New var.
2117         (pr-save-interactive, pr-save-file-modes): New macros.
2118         (pr-setup): Code fix.
2119         (pr-menu-spec): Menu specification merged.
2120         (pr-call-process, pr-text2ps): Set file permission bits.
2121         (pr-despool-print): Set file permission bits.  Handle interactive-p as
2122         is recommended.
2123         (pr-interface, pr-ps-directory-preview)
2124         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2125         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2126         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2127         (pr-ps-buffer-ps-print, pr-ps-region-preview)
2128         (pr-ps-region-using-ghostscript, pr-ps-region-print)
2129         (pr-ps-region-ps-print, pr-ps-mode-preview)
2130         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2131         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2132         (pr-despool-using-ghostscript, pr-despool-ps-print)
2133         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2134         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2135         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2136         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2137         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2138         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2139         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2140         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2141         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
2142         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
2143         Handle interactive-p as is recommended.
2145 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2147         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
2148         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
2150         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
2151         so it doesn't forget to highlight the beginning of the region either.
2153 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
2155         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
2156         (c-font-lock-init): Eliminate obsolete make-local-hook.
2157         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2158         (awk-mode): Use run-mode-hooks.
2160         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
2162 2004-11-13  Kim F. Storm  <storm@cua.dk>
2164         * mouse.el (mouse-drag-copy-region): Add :version.
2165         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
2166         while dragging mode line, so mode line can be dragged downwards.
2167         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
2168         while pressing mouse button so window doesn't scroll until we
2169         release the mouse if clicking on partially visible line.
2171 2004-11-12  Jay Belanger  <belanger@truman.edu>
2173         * calc/calc-graph.el (calc-dumb-map):  Declare it.
2174         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
2175         than unbound.
2176         (calc-graph-name):  Made `end' a local variable.
2177         (calc-graph-lookup):  Made `varname' a local variable.
2178         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
2179         Declare them.
2180         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
2181         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
2182         the unused variable y3vec.
2183         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
2184         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
2185         calc-graph-prev-kill-hook.
2186         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
2187         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
2188         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
2189         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
2190         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
2191         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
2192         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
2193         (calc-graph-y3value, calc-graph-y3name)
2194         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
2195         (calc-graph-stepcount, calc-graph-is-splot)
2196         (calc-graph-surprise-splot, calc-graph-blank)
2197         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
2198         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
2199         (calc-graph-recompute-2d, calc-graph-compute-3d)
2200         (calc-graph-format-data): Replace undeclared variables with the
2201         above newly declared variables.
2203 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
2205         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
2206         `rsf-beep' and `rsf-sleep-after-message'.
2208         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
2209         list if `message-sender' is non-nil.
2211 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
2213         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
2214         consing by using mapc instead of mapcar.
2216 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
2218         * tooltip.el (require): Explain why CL is needed.
2220 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2222         * printing.el: Insert :version into defgroup (printing).  All reference
2223         to Files option in menubar were changed to File.
2224         (pr-version): New version number (6.8.2).
2225         (pr-get-symbol): Call easy-menu-intern.
2226         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
2227         compilation gripes.
2229 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2231         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
2232         new byte-compile-function-environment binding to t.
2234         * font-lock.el (font-lock-fontify-syntactically-region):
2235         Don't forget to highlight the last char when we hit `end'.
2237         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
2238         (mwheel-scroll): Adjust accordingly.
2240         * cvs-status.el: Reduce spurious warnings.
2241         (cvs-status-checkout): Remove.
2242         (cvs-status-mode-map): Use cvs-mode-checkout instead.
2244         * pcvs.el (cvs-mode-checkout): New command.
2246         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
2248         * tooltip.el: Require CL.
2250         * emacs-lisp/bytecomp.el: Use push.
2251         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
2252         (defalias): Remove the `byte-compile' property and add
2253         a `byte-hunk-handler'.
2255 2004-11-11  Juri Linkov  <juri@jurta.org>
2257         * info.el (Info-search): Save match data for isearch.
2258         Skip Tag Table node.
2260         * descr-text.el (describe-char): Replace syntax-after with code
2261         from its previous version.
2263         * files.el (magic-mode-alist): Use optimization for SGML mode too.
2264         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
2266         * international/mule.el (sgml-html-meta-auto-coding-function):
2267         Remove > after <html to allow HTML attributes.
2269 2004-11-11  Jay Belanger  <belanger@truman.edu>
2271         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
2272         a variable.
2273         (calcFunc-dfac):  Replace unbound max by n.
2274         (math-stirling-local-cache):  New variable.
2275         (math-stirling-number, math-stirling-1, math-stirling-2):
2276         Replace the variable `cache' by the declared variable
2277         math-stirling-local-cache.
2278         (var-RandSeed):  Declare it as a variable.
2279         (math-init-random-base, math-random-digit):  Don't check to see if
2280         var-RandSeed is bound.
2281         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
2282         Declare them instead of just setting them.
2283         (math-init-random-base):  Made i a local variable.
2284         (math-random-digit):  Made math-random-last a local variable.
2285         (math-prime-test-cache):  Move declaration to before it is used.
2286         (math-prime-test-cache-k, math-prime-test-cache-q)
2287         (math-prime-test-cache-nm1, math-prime-factors-finished):
2288         Declare them as variables.
2290 2004-11-11  Jay Belanger  <belanger@truman.edu>
2292         * calc/calc-ext.el (math-defcache):  Use defvar for the new
2293         variables it creates.
2295 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
2297         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
2298         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
2299         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
2300         (desktop-save): Add :version.
2302 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2304         * printing.el (pr-get-symbol): Don't downcase.
2306 2004-11-10  Jay Belanger  <belanger@truman.edu>
2308         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
2309         string to kill-ring.
2311         * calc/calc-aent.el (calc-alg-exp, math-toks)
2312         (math-exp-pos,math-exp-old-pos, math-exp-token)
2313         (math-exp-keep-spaces, math-exp-str):  New variables.
2314         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
2315         (calcAlg-enter):  Use declared variable calc-alg-exp.
2316         (math-build-parse-table, math-find-user-token):  Use declared
2317         variable math-toks.
2318         (math-read-exprs, math-read-token, calc-check-user-syntax)
2319         (calc-match-user-syntax, match-factor-after, math-read-factor):
2320         Use declared variables math-exp-pos math-exp-old-pos.
2321         (math-read-exprs, math-read-token, math-read-expr-level)
2322         (calc-check-user-syntax, calc-match-user-syntax)
2323         (match-factor-after, math-read-factor):  Use declared variable
2324         math-exp-token.
2325         (math-read-exprs, math-read-expr-list, math-read-token)
2326         (math-read-factor):  Use declared variable math-exp-keep-spaces.
2327         (math-read-exprs, math-read-token):  Use declared variable
2328         math-exp-str.
2329         (calc-match-user-syntax):  Make m a local variable.
2331         * calc/calc-ext.el (math-read-expr):  Use declared variables
2332         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
2333         math-exp-keep-spaces.
2335         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
2336         variables math-exp-pos, math-exp-str.
2338         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
2339         math-exp-old-pos.
2340         (math-parse-fortran-vector, math-parse-fortran-vector-end)
2341         (math-parse-eqn-prime):  Use declared variable math-exp-token.
2343         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
2344         Use declared variable math-exp-pos.
2345         (math-check-for-commas):  Use declared variable math-exp-str.
2346         (math-read-brackets):  Use declared variables math-exp-old-pos,
2347         math-exp-keep-spaces.
2348         (math-read-brackets, math-read-vector, math-read-matrix):
2349         Use declared variable math-exp-token.
2351 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2353         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
2354         where the keymap is a symbol.
2355         (easy-menu-add-item): Use keymap-prompt.  Simplify.
2357         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
2359         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
2360         (sgml-parse-tag-backward): Use it to skip spurious < or >.
2362 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
2364         * ebuff-menu.el: Doc fixes throughout.
2365         (electric-buffer-menu-mode-hook): New defvar.
2367 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
2369         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
2370         compilation. The resulting compiler warnings appear to be harmless.
2372 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
2374         * textmodes/conf-mode.el: New file.
2376         * files.el (auto-mode-alist, magic-mode-alist): Use it.
2378 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2380         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
2382 2004-11-09  Jay Belanger  <belanger@truman.edu>
2384         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
2386         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
2387         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
2388         (calc-z-prefix-help, calc-user-function-list):  Use declared
2389         variables calc-z-prefix-buf, calc-z-prefix-msgs.
2390         (math-map-tree, math-map-tree-rec):  Use declared variables
2391         math-mt-many, math-mt-func.
2392         (math-read-expression, math-read-string):  Use declared variable
2393         math-expr-data.
2395         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
2396         variable math-normalize-a.
2398         * calc/calc.el (math-normalize-a):  New variable.
2399         (math-normalize):  Use declared variable math-normalize-a.
2401         * calc/calc-poly.el (math-expand-form):  Use declared variable
2402         math-mt-many.
2404         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2405         Use declared variable math-mt-many.
2406         (math-rewrite):  Use declared variable math-mt-func.
2408         * calc/calc-vec.el (math-read-brackets, math-read-vector)
2409         (math-read-matrix):  Use declared variable math-expr-data.
2411         * calc/calc-lang.el (math-parse-fortran-vector)
2412         (math-parse-fortran-vector-end, math-parse-tex-sum)
2413         (math-parse-eqn-matrix, math-parse-eqn-prime)
2414         (math-read-math-subscr):  Use declared variable math-expr-data.
2416         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
2417         (math-read-expr-level, math-read-token, calc-check-user-syntax)
2418         (calc-match-user-syntax, math-read-if, math-factor-after)
2419         (math-read-factor):  Use declared variable math-expr-data.
2421 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
2423         * calendar/diary-lib.el (diary-from-outlook)
2424         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
2425         interactive-p; but rather new optional argument NOCONFIRM.
2427 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2429         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
2430         (easy-menu-name-match): Revert correspondingly.
2432 2004-11-09  Richard M. Stallman  <rms@gnu.org>
2434         * emacs-lisp/bytecomp.el (byte-compile-defalias):
2435         Turn off warnings for the new function even if definition not constant.
2436         If the definition isn't a quoted symbol, record (FUNCTION . t).
2437         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
2438         (byte-compile-callargs-warn): Handle (FUNCTION . t).
2439         (display-call-tree, byte-compile-arglist-warn):
2440         Handle t returned by byte-compile-fdefinition.
2442 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2444         * Makefile.in (maintainer-clean): Depend on distclean.
2446         * help-fns.el (help-C-file-name): File name must be in build-files
2447         to be returned.
2449 2004-11-09  Jay Belanger  <belanger@truman.edu>
2451         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
2452         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
2454         * calc/calc.el (calc, calc-trail-display, calc-mode):
2455         Remove obsolete sections.
2457         * calc/calc.el (calc-x-paste-text):  Remove.
2459         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
2460         mouse-2.
2462 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
2464         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
2465         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
2466         current frame (in case of recursive calls).
2467         (gdb-show-changed-values): Add :version keyword.
2469 2004-11-09  Kenichi Handa  <handa@m17n.org>
2471         * international/mule-cmds.el: Change coding: tag back to
2472         iso-2022-7bit.
2474 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2476         * international/mule-cmds.el: Change coding-system to utf-8.
2477         (select-safe-coding-system-interactively):
2478         New function extracted from select-safe-coding-system.
2479         (select-safe-coding-system): Use it.
2481 2004-11-08  Richard M. Stallman  <rms@gnu.org>
2483         * subr.el (syntax-after): Doc fix.
2485         * paren.el (show-paren-function): Change calls to syntax-after
2486         for new way of returning the value.
2488         * menu-bar.el (menu-bar-file-menu): Make this the real name
2489         and menu-bar-files-menu the alias.  Use the former.
2490         (global-map): Use `file', not `files', as the symbol.
2492         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
2494         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
2495         Don't use beginning-of-buffer.
2496         (filesets-cmd-show-result): Use with-no-warnings.
2498 2004-11-08  Juri Linkov  <juri@jurta.org>
2500         * progmodes/compile.el (compile): Don't overwrite last command in
2501         minibuffer history with default command if they are not equal.
2503 2004-11-08  Jay Belanger  <belanger@truman.edu>
2505         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
2506         non-linear substitutions.
2508 2004-11-08  Jay Belanger  <belanger@truman.edu>
2510         * calc/calcalg2.el (math-linear-subst-tried): New variable.
2511         (math-do-integral):  Set `math-linear-subst-tried' to nil.
2512         (math-do-integral-methods):  Use `math-linear-subst-tried' to
2513         determine what type of substitution to try.
2514         (math-integ-try-linear-substituion):
2515         Set `math-linear-subst-tried' to t.
2517 2004-11-08  Kim F. Storm  <storm@cua.dk>
2519         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
2521 2004-11-07  Juri Linkov  <juri@jurta.org>
2523         * info-look.el (info-lookup): Allow reusing in the current buffer
2524         not only *info* buffer, but all (even renamed) Info buffers
2525         by checking for major-mode instead of *info* buffer name.
2526         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
2527         (octave-mode, maxima-mode) <doc-spec>:
2528         Allow long dashes generated by Texinfo 4.7 before definitions.
2529         (texinfo-mode) <doc-spec>: Add space to suffix to find command
2530         definitions with argument separated by space.
2532 2004-11-06  Richard M. Stallman  <rms@gnu.org>
2534         * simple.el (next-error group, face): Move before first use.
2535         (next-error-highlight, next-error-highlight-no-select): Likewise.
2537         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
2538         (line-move): New args NOERROR and TO-END.
2539         Return t if if succeed in moving specified number of lines.
2540         (move-end-of-line): New function.
2542         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
2543         (end-of-buffer-other-window): Likewise.
2545         * simple.el (line-move-ignore-invisible): Default to t.
2547         * subr.el (syntax-after): Return the syntax letter, not the raw code.
2549         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
2551         * international/iso-cvt.el (iso-cvt-define-menu):
2552         Rename menu-bar-files-menu to menu-bar-file-menu.
2554         * net/browse-url.el (browse-url-gnome-moz-program)
2555         (browse-url-gnome-moz-arguments): Move up before first use.
2557         * net/tramp.el (tramp group): Add :version.
2559         * progmodes/ada-xref.el (ada-gdb-application):
2560         Use goto-char instead of beginning-of-buffer.
2562         * progmodes/cperl-mode.el (cperl-info-on-command):
2563         Use goto-char instead of beginning-of-buffer.
2565         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
2566         Move up before first use.
2567         (idlwave-shell-temp-pro-file): Likewise.
2568         (idlwave-shell-temp-rinfo-save-file): Likewise.
2569         (idlwave-shell-temp-file): Minor doc fix.
2571         * textmodes/flyspell.el (flyspell-external-point-words):
2572         Use goto-char instead of beginning-of-buffer.
2574 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
2576         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
2577         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
2578         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
2580 2004-11-06  David Ponce  <david@dponce.com>
2582         * recentf.el (recentf-menu-path): Use menu item name.
2584 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
2586         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
2587         display doesn't support images.
2589 2004-11-06  Andreas Schwab  <schwab@suse.de>
2591         * tempo.el (tempo-match-finder): Doc fix.
2593         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
2595 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2597         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
2598         (easy-menu-lookup-name): New fun to replace it.
2599         (easy-menu-get-map): Use it to obey menu item names (rather than just
2600         keys) when looking up `path'.
2601         (easy-menu-always-true-p): Rename from easy-menu-always-true.
2602         (easy-menu-convert-item-1): Adjust to new name.
2604 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
2606         * outline.el (hide-body): Don't hide lines at the top of the file
2607         that precede the first header line.
2609 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
2611         * align.el (align-areas): Delete whitespace before reindenting, so
2612         that tabs are never placed after spaces.
2614 2004-11-06  Alan Shutko  <ats@acm.org>
2616         * macros.el (insert-kbd-macro): Do completions based on macros,
2617         rather than all commands.
2619 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
2621         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
2622         to solve a bug whereby tags with 'b' don't match.
2624 2004-11-05  Juri Linkov  <juri@jurta.org>
2626         * info.el (Info-search): Don't search in node header lines
2627         and file headers.
2629         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
2630         symbol-constituent characters after dot, not only digits.
2632 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
2634         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
2636 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2638         * dired.el (dired-read-dir-and-switches): Call read-directory-name
2639         if a dialog will be used, read-file-name otherwise.
2641 2004-11-04  Richard M. Stallman  <rms@gnu.org>
2643         * textmodes/table.el (table group): Add :version.
2645         * textmodes/ispell.el (ispell-word):
2646         Don't alter args; set them only thru `interactive' spec.
2648         * textmodes/flyspell.el (flyspell-word):
2649         Don't alter FOLLOWING; set it only thru `interactive' spec.
2651         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
2653         * net/browse-url.el (browse-url-maybe-new-window):
2654         Use called-interactively-p.
2656         * mail/supercite.el (sc-cite-region):
2657         Don't use interactive-p.  Add arg INTERACTIVE.
2658         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
2660         * international/mule-cmds.el (set-input-method, toggle-input-method):
2661         Don't use interactive-p.  Add arg INTERACTIVE.
2663         * eshell/esh-mode.el (eshell-show-maximum-output):
2664         Don't use interactive-p.
2665         (eshell-truncate-buffer): Just message, no error, if buffer is short.
2667         * mouse.el (mouse-show-mark): Get positions to delete from mark
2668         and point, not from mouse-drag-overlay.
2670         * imenu.el (imenu-eager-completion-buffer): Add :version.
2672         * filesets.el (filesets group): Add :version.
2674 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
2676         * files.el (xml-based-modes): Delete var.
2677         (magic-mode-alist): New more general var.
2678         (set-auto-mode): Use it.
2680         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
2681         when clicking from another window.
2683 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
2685         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
2686         (vc-cvs-annotate-time): Incorporate value of deleted var.
2687         Remove special-case handling of beginning-of-buffer cruft.
2688         Cache ending position (point) and return value in text property
2689         `vc-cvs-annotate-time', and consult it on subsequent invocations.
2691         * vc-cvs.el (vc-cvs-annotate-command):
2692         Delete extraneous lines from beginning of buffer.
2693         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
2695         * progmodes/grep.el (grep-default-command): Take empty string
2696         for tag if all other methods yield nil.  Shell-quote the tag.
2698         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
2699         spec in `interactive' form, and mention it in the docstring.
2700         Also, make sure point is at bol after calling `annotate-time'.
2702 2004-11-02  Richard M. Stallman  <rms@gnu.org>
2704         * cus-edit.el (customize-group-other-window):
2705         Select the window that displays the custom buffer.
2706         (custom-buffer-create-other-window): Likewise.
2708         * comint.el (comint-insert-input): Fix previous change.
2710         * emacs-lisp/elp.el (elp-instrument-function):
2711         Use called-interactively-p.
2713         * emacs-lisp/easymenu.el (easy-menu-intern):
2714         Don't downcase; rather, case-flip the first letter of each word.
2716         * emacs-lisp/easy-mmode.el (define-minor-mode):
2717         Use called-interactively-p.
2719         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
2720         Add interactive-only.
2721         (byte-compile-warnings): Add interactive-only as option.
2722         (byte-compile-interactive-only-functions): New variable.
2723         (byte-compile-form): Warn about calls to functions
2724         in byte-compile-interactive-only-functions.
2726         * emacs-lisp/autoload.el (update-file-autoloads):
2727         Don't use interactive-p; take new arg SAVE-AFTER.
2729         * emacs-lisp/advice.el (ad-make-advised-definition):
2730         Use called-interactively-p.
2732 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2734         * files.el (find-file-existing): New function.
2736         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
2737         find-file-existing.  Add "New File..." that calls find-file.
2739         * diropen.pbm diropen.xpm: New files.
2741         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
2742         icon diropen.  New tool bar item find-file-existing uses icon open.
2744         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
2745         instead of read-file-name.
2747 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
2749         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
2750         (icalendar--split-value): Change name of work buffer.
2751         (icalendar--get-weekday-abbrev): Return nil on error.
2752         (icalendar--date-to-isodate): New function.
2753         (icalendar-convert-diary-to-ical)
2754         (icalendar-extract-ical-from-buffer): Use only two args for
2755         make-obsolete (XEmacs compatibility).
2756         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
2757         (icalendar-export-region): Doc fix.
2758         If error, return non-nil and write errors to a buffer.
2759         Use correct weekday for weekly recurring events.
2760         Check whether date has been parsed for ordinary events.
2761         Make weekly events start in the year 2000.
2762         DTEND is non-inclusive, shift end date by one day if
2763         necessary (not for entries that have date and time).
2764         Rename local let variables: oops -> found-error, datestring ->
2765         startdatestring.
2767 2004-11-02  Kim F. Storm  <storm@cua.dk>
2769         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
2770         keep-mode-if-same variable.  Add it as optional arg instead.
2771         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
2773         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
2774         substitute-command-keys will select lower-case bindings like those
2775         used in the static help texts.
2777         * descr-text.el (describe-text-properties): Don't err if called in
2778         the *Help* buffer; output to *Help-2* buffer instead.
2780         * kmacro.el (group kmacro): Add :version.
2781         (kmacro-keyboard-quit): New function to cleanup on C-g.
2782         (kmacro-start-macro): Set defining-kbd-macro to append when
2783         appending to last macro.
2785         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
2787 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
2789         * progmodes/gdb-ui.el (gdb-enable-debug-log)
2790         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
2791         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
2792         Add :version keyword.
2794 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
2796         * progmodes/flymake.el (flymake-err-line-patterns):
2797         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
2798         `compilation-error-regexp-alist-alist' to internal Flymake format.
2800         * progmodes/flymake.el: Eliminate byte-compiler warnings.
2802 2004-11-01  Jay Belanger  <belanger@truman.edu>
2804         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
2805         with `interactive "s"'.
2807 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2809         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2810         Revert change from 2004-10-16.  '*' checks the current buffer, but the
2811         mouse click may be in another buffer.
2813 2004-11-01  John Paul Wallington  <jpw@gnu.org>
2815         * files.el (large-file-warning-threshold): Add :version keyword.
2816         (kill-some-buffers): Doc fix.
2818         * thumbs.el (group thumbs): Add :version keyword.
2820         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
2822 2004-11-01  Richard M. Stallman  <rms@gnu.org>
2824         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
2826         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
2828         * allout.el (allout group): Add :version.
2829         (allout-init): Don't use interactive-p.
2830         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
2831         (allout-forward-current-level, allout-backward-current-level):
2832         Don't use interactive-p.
2834         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
2835         (bibtex-find-text): Likewise.
2837         * progmodes/vhdl-mode.el (vhdl-fill-region)
2838         (vhdl-beginning-of-statement): Don't use interactive-p.
2840         * progmodes/idlwave.el (idlwave-update-routine-info):
2841         Don't use interactive-p.
2843         * progmodes/idlw-shell.el (idlwave-shell-send-char):
2844         Don't use interactive-p.
2846         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
2847         Don't use interactive-p.
2849         * progmodes/ada-xref.el (ada-make-body-gnatstub):
2850         Don't use interactive-p.
2852         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
2853         (fortune-in-buffer): Doc fix.
2855         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
2857         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
2858         don't select the temporary buffer.
2859         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
2860         (eudc-get-phone): Likewise.
2862 2004-11-01  Kim F. Storm  <storm@cua.dk>
2864         * man.el (Man-xref-normal-file): Fix help-echo.
2866 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2868         * reveal.el (reveal-last-tick): New var.
2869         (reveal-post-command): Use it to avoid closing overlays when we're
2870         appending text to them.
2872 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2874         * textmodes/bibtex.el: Require button.
2875         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
2876         (bibtex-reference-keys): Distinguish between header keys and
2877         crossref keys.
2878         (bibtex-beginning-of-field): New function.
2879         (bibtex-url-map): Remove.
2880         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
2881         (bibtex-font-lock-url-regexp): Assume that field names begin at
2882         the beginning of a line.
2883         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
2884         Remove field delimiters.  Use bibtex-beginning-of-field.
2885         Bugfix, point can be inside a field with a url.
2886         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
2887         New functions.
2888         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
2889         (bibtex-key-in-head): Simplify.
2890         (bibtex-current-line): Use bolp.
2891         (bibtex-parse-keys): Remove unused arg `add'.
2892         Use bibtex-type-in-head and bibtex-key-in-head.
2893         (bibtex-parse-entry, bibtex-autofill-entry):
2894         Use bibtex-type-in-head and bibtex-key-in-head.
2895         (bibtex-autokey-get-field): Do not alter case of replacement text.
2896         (bibtex-autokey-get-names): Do all processing of name list.
2897         (bibtex-autokey-get-year): New function.
2898         (bibtex-autokey-get-title): Do all processing of title words.
2899         (bibtex-generate-autokey): Simplify.
2900         (bibtex-string-files-init): Use default-directory.
2901         Allow for absolute file names in bibtex-string-files.
2902         (bibtex-files, bibtex-file-path): New variables.
2903         (bibtex-files-expand): New function.
2904         (bibtex-find-entry-globally): New command.
2905         (bibtex-summary-function): New variable.
2906         (bibtex-summary): Default value of bibtex-summary-function.
2907         (bibtex-find-crossref): New optional args pnt and split.
2908         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
2909         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
2910         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
2911         Fix handling of required and alternative fields.
2912         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
2913         Use cons and display-buffer.
2914         (bibtex-validate-globally): New command.
2915         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
2916         bibtex-parse-keys and bibtex-parse-strings for updating
2917         bibtex-reference-keys and bibtex-strings.
2918         (bibtex-realign): Remove blank lines past the last entry.
2919         (bibtex-reformat): Use bibtex-entry-format as default.
2920         (bibtex-choose-completion-string): Remove.
2921         (bibtex-complete): Do not use bibtex-choose-completion-string.
2922         (bibtex-url): Simplify.
2924 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2926         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
2927         (x-dnd-types-alist, x-dnd-open-file-other-window)
2928         (x-dnd-known-types): Add :version.
2930 2004-10-31  John Paul Wallington  <jpw@gnu.org>
2932         * ibuffer.el (group ibuffer): Add :version keyword.
2934 2004-10-31  Kim F. Storm  <storm@cua.dk>
2936         * ido.el (group ido): Add :version keyword.
2937         (ido-mode): Remove :version keyword.
2939         * emulation/cua-base.el (group cua): Add :version keyword.
2940         (cua-mode): Remove :version keyword.
2942 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
2944         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
2946         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
2947         compiler warning.
2948         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
2949         function.
2950         (help-at-pt-display-when-idle): Remove autoload.
2952 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2954         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
2956 2004-10-30  Juri Linkov  <juri@jurta.org>
2958         * help.el (function-called-at-point):
2959         * help-fns.el (variable-at-point): Read -> intern.
2961 2004-10-30  Simon Josefsson  <jas@extundo.com>
2963         * progmodes/autoconf.el (autoconf-font-lock-keywords):
2964         Recognize AS_* too.
2966 2004-10-29  Simon Josefsson  <jas@extundo.com>
2968         * subr.el (read-passwd): Move back from password.el.
2970         * password.el: Remove, not ready yet.
2972 2004-10-29  Andreas Schwab  <schwab@suse.de>
2974         * speedbar.el (speedbar-frame-parameters): Improve customize type.
2976 2004-10-29  Sam Steingold  <sds@gnu.org>
2978         * mouse.el (mouse-show-mark): Replace the last occurrence of
2979         x-lost-selection-hooks with x-lost-selection-functions.
2981 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2983         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
2984         x-lost-selection-functions is bound.
2986         * mouse-sel.el (mouse-sel-mode):
2987         * emacs-lisp/lselect.el: Adjust to new names for
2988         x-(lost|sent)-selection-functions.
2990         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
2991         New obsolete aliases of x-lost-selection-functions and
2992         x-sent-selection-functions.
2994 2004-10-28  Kim F. Storm  <storm@cua.dk>
2996         * imenu.el (imenu-scanning-message): Remove.
2997         (imenu-progress-message): Make it a no-op.
2999 2004-10-28  John Paul Wallington  <jpw@gnu.org>
3001         * files.el (set-auto-mode): Call `throw' correctly.
3003 2004-10-28  Juri Linkov  <juri@jurta.org>
3005         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
3006         to search `Info-...' commands in `info' manual.
3007         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
3008         Add 'info-file "emacs" property.
3009         (Info-find-emacs-command-nodes): Fix index line number regexp.
3010         Set real line number (instead of fake 0) in first element of the
3011         returned list.
3012         (Info-goto-emacs-command-node): Use line number of first element
3013         to set point in the first found Info node.
3015         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
3016         code to `grep-mode-font-lock-keywords'.
3017         (grep-mode-font-lock-keywords): Delete grep markers instead
3018         of making them invisible.
3020 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3022         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
3023         and x-server-version in bug report.
3025 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
3027         * files.el (set-auto-mode-0): New function.
3028         (set-auto-mode): Use it to handle aliased modes and to
3029         be consistent between C-x C-f and C-x C-w.
3031 2004-10-28  Kenichi Handa  <handa@m17n.org>
3033         * international/utf-8.el (utf-translate-cjk-charsets):
3034         Add katakana-jisx0201.
3036         * international/subst-jis.el: Add data for JISX0201.
3038 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3040         * obsolete/hilit19.el (hilit-mode): New function.
3041         Move all the toplevel side-effecting stuff into it, so that loading
3042         hilit19 doesn't mess everything up any more.
3044 2004-10-27  Richard M. Stallman  <rms@gnu.org>
3046         * add-log.el (add-change-log-entry): Set up mailing address
3047         and full name later, and don't alter add-log-mailing-address
3048         or add-log-full-name.
3050         * elide-head.el (elide-head): Change error to message.
3051         (elide-head-show): Likewise.
3053         * apropos.el (apropos-macrop): Doc fix.
3055         * mouse.el (mouse-show-mark): Do most processing the same
3056         regardless of transient-mark-mode.
3058         * shadowfile.el (shadow-copy-files): Use interactive-p
3059         only to control whether to print a message.
3061         * tar-mode.el (tar-mode): Use write-contents-functions,
3062         not write-contents-hooks.
3064         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
3065         directory-sep-char.
3067 2004-10-27  Richard M. Stallman  <rms@gnu.org>
3069         * strokes.el (strokes-unload-hook): Fix previous change.
3071         * type-break.el (type-break-run-at-time): Always use run-at-time;
3072         forget the alternatives.
3073         (type-break-cancel-function-timers): Always use cancel-function-timers;
3074         forget the alternatives.
3076         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
3078 2004-10-27  Kenichi Handa  <handa@m17n.org>
3080         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
3082         * international/subst-gb2312.el: Likewise.
3084         * international/subst-big5.el: Likewise.
3086         * international/subst-ksc.el: Likewise.
3088         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
3089         New variable.
3090         (utf-translate-cjk-set-unicode-range): New function.
3091         (utf-translate-cjk-unicode-range): Make it customizable.
3092         (utf-8-post-read-conversion):
3093         Use utf-translate-cjk-unicode-range-string.
3094         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
3095         Unicode ranges.
3097 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
3099         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
3100         trivial variants to shorten the list.
3101         (xml-based-modes): New var.
3102         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
3103         declaration higher priority than auto-mode-alist.
3105         * find-file.el (cc-other-file-alist): Bring it in line with
3106         cc-mode's auto-mode-alist entries and use \' instead of $.
3108         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
3109         and add "Id" and "Name" submenus to it.
3111         * imenu.el (imenu--generic-function): Skip matches in comments.
3113 2004-10-26  Jay Belanger  <belanger@truman.edu>
3115         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
3116         (full-calc-keypad, calc-trail-display):  Use an extra argument
3117         instead of `interactive-p'.
3119         * calc/calc-misc.el (calc-other-window): Use an extra argument
3120         instead of `interactive-p'.
3122         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
3123         `interactive-p'.
3125 2004-10-26  Kim F. Storm  <storm@cua.dk>
3127         * help.el (describe-key): Describe both down-event and up-event
3128         for a mouse click.
3130 2004-10-26  Richard M. Stallman  <rms@gnu.org>
3132         * woman.el (woman): Don't call interactive-p.
3134         * pcomplete.el (pcomplete): Instead of interactive-p,
3135         use an arg set non-nil by the interactive spec.
3137         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
3138         use an arg set non-nil by the interactive spec.
3140         * man.el (Man-cleanup-manpage): Instead of interactive-p,
3141         use an arg set non-nil by the interactive spec.
3143 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
3145         * progmodes/flymake.el (flymake-split-string):
3146         Use `flymake-split-string-remove-empty-edges' in any case.
3148 2004-10-26  Masatake YAMATO  <jet@gyve.org>
3150         * progmodes/flymake.el (flymake-err-line-patterns):
3151         Use `compilation-error-regexp-alist-alist' instead of
3152         `compilation-error-regexp-alist'.
3154 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3156         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
3157         verbatim face on the \ of \end{verbatim}.
3159 2004-10-25  Jay Belanger  <belanger@truman.edu>
3161         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
3162         erasing minibuffer.
3164 2004-10-25  Simon Josefsson  <jas@extundo.com>
3166         * subr.el (read-passwd): Move to net/password.el.
3168         * net/password.el (read-passwd): Add.  Autoload it.
3170 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
3172         * mouse-sel.el (mouse-sel-mode): Specify custom group.
3174         * simple.el (process-file): Fix logic.
3176 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
3178         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
3179         (increase-right-margin): Remove erroneous call to `interactive-p'.
3181 2004-10-24  Kim F. Storm  <storm@cua.dk>
3183         * help.el (describe-mode): Fix 2004-10-13 change.
3184         Copy pure "Auto Fill" string so it can be propertized later
3185         without causing a read-only error.
3187 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
3189         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
3190         style indexes.
3192 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
3194         * simple.el (process-file): Accept nil for INFILE.  Reported by
3195         Luc Teirlinck.
3197 2004-10-24  Masatake YAMATO  <jet@gyve.org>
3199         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
3200         Handle periods and underscores in a function name.
3201         Remove the address fontification.
3203 2004-10-24 Masatake YAMATO <jet@gyve.org>
3205         * progmodes/asm-mode.el (asm-font-lock-keywords):
3206         Use font-lock-variable-name-face for registers.
3208 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
3210         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
3211         kill-all-local-variables.
3212         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
3213         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
3214         Use kill-all-local-variables and provide mode-hooks.
3215         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
3216         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
3217         Suggested by Masatake YAMATO <jet@gyve.org>.
3219 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
3221         * simple.el (process-file): New function, similar to call-process
3222         but supports file handlers.
3223         * vc.el (vc-do-command): Use it, instead of call-process.
3224         * net/tramp-vc.el (vc-do-command): Do not advise it if
3225         process-file is fboundp.
3226         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
3227         process-file.
3228         (tramp-handle-process-file): New function.
3229         (tramp-file-name-for-operation): Support process-file.
3231 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
3233         * calendar/icalendar.el (icalendar--weekday-array): New constant.
3234         (icalendar-weekdayabbrev-table)
3235         (icalendar-monthnumber-table): Delete.
3236         (icalendar--get-month-number): Use calendar-month-name-array.
3237         (icalendar--get-weekday-number): New function.
3238         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
3239         (icalendar-export-region): Handle multi-line entries.
3240         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
3242 2004-10-23  John Paul Wallington  <jpw@gnu.org>
3244         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
3245         `wildcards' set to t in interactive spec.
3247         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
3248         interactive spec rather than use `interactive-p'.
3249         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
3250         rather than use function `interactive-p'.
3252 2004-10-22  Kenichi Handa  <handa@m17n.org>
3254         * international/mule.el (translate-region): Implement it in Lisp
3255         as a front end of translate-region-internal.
3257 2004-10-21  Jay Belanger  <belanger@truman.edu>
3259         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
3260         Declare these variables with defvar.
3262         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
3263         is bound, only check to see if it is bound.
3265 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3267         * textmodes/tex-mode.el (tex-compilation-parse-errors):
3268         Don't output messages.
3270         * calc/calc-help.el (calc-describe-bindings): Fix last change.
3272 2004-10-21  John Paul Wallington  <jpw@gnu.org>
3274         * calc/calc-graph.el (calc-graph-init):
3275         Use `set-process-query-on-exit-flag'.
3277 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
3279         * progmodes/compile.el (compilation-start): Rely on `cd' to get
3280         dir right and also allow argumentless cd.
3282 2004-10-19  Richard M. Stallman  <rms@gnu.org>
3284         * textmodes/flyspell.el (flyspell-mode): Doc fix.
3286         * eshell/em-unix.el (eshell-grep):
3287         Don't bind compilation-process-setup-function.
3289         * comint.el (comint-insert-input): Use @ in `interactive'.
3290         (comint-input-filter-functions): Doc fix.
3291         (comint-kill-whole-line, comint-get-source): Doc fix.
3293         * progmodes/compile.el (compilation-setup):
3294         Don't set buffer-read-only if MINOR is non-nil.
3296 2004-10-19  Jay Belanger  <belanger@truman.edu>
3298         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
3299         (calc-emacs-type-gnu19): Remove.
3300         (calc-digit-map, calc-read-key-sequence, calc-read-key):
3301         Remove check for old emacs versions.
3303         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
3304         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
3305         for current Emacs.
3307         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
3308         the end of the minibuffer.
3309         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
3310         copy `esc-map'.
3312         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
3314         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
3315         call that would be given when the current emacs was used.
3317 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
3319         * calendar/icalendar.el: Set coding to utf-8.
3320         (icalendar-version): Increase to 0.07.
3321         (icalendar-monthnumber-table): Change March pattern.
3322         (icalendar-get-all-event-properties)
3323         (icalendar-set-event-property): Delete.
3324         (icalendar-all-events): No longer interactive.
3325         (icalendar-convert-diary-to-ical)
3326         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
3327         their replacements.
3328         (icalendar-export-file, icalendar-export-region): New functions;
3329         essentially old `icalendar-convert-diary-to-ical' but appending to
3330         target rather than overwriting.
3331         (icalendar-import-file): Append to target file rather than
3332         overwriting.  Fourth arg deleted.
3333         (icalendar-import-buffer): New name for old
3334         `icalendar-extract-ical-from-buffer'.
3335         (icalendar--convert-string-for-import): New name for
3336         old `icalendar-convert-for-import'.
3337         (include-icalendar-files): Delete.
3338         Prefix for all internal functions changed from `icalendar-'
3339         to `icalendar--'.
3341 2004-10-19  Richard M. Stallman  <rms@gnu.org>
3343         * paths.el (news-path): Fix previous change.
3345 2004-10-18 Jay Belanger  <belanger@truman.edu>
3347         * calc/calc-help.el (calc-describe-bindings):
3348         Set `buffer-read-only' to nil while working in the keybindings buffer;
3349         remove some extra information from the keybindings buffer.
3351 2004-10-18  David Ponce  <david@dponce.com>
3353         * mouse.el (mouse-drag-move-window-top): New function.
3354         (mouse-drag-mode-line-1): Use it.
3356 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
3358         * info.el (Info-fontify-node): For multiline refs,
3359         arrange to unfontify newline and surrounding whitespace.
3361 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3363         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
3364         directory is missing.
3366 2004-10-17  John Paul Wallington  <jpw@gnu.org>
3368         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
3369         New customizable variable; whether to display buffers that match
3370         `ibuffer-maybe-show-predicates' by default.
3371         (ibuffer-maybe-show-predicates): Mention it in docstring.
3372         (ibuffer-display-maybe-show-predicates): New variable.
3373         (ibuffer-update): Prefix arg now toggles whether buffers that
3374         match `ibuffer-maybe-show-predicates' should be displayed.
3375         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
3376         locally to heed `ibuffer-default-display-maybe-show-predicates'.
3377         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
3379 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
3381         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
3382         work correctly.
3384 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
3386         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
3387         (Buffer-menu-beginning): New helper function.
3388         (Buffer-menu-execute): Use it.
3389         (Buffer-menu-select): Use it.
3390         (Buffer-menu-sort): Use it and also keep markers.
3392 2004-10-17  Richard M. Stallman  <rms@gnu.org>
3394         * paths.el (news-directory): Rename from news-path.  Old name alias.
3395         (rmail-spool-directory): Use defvar.
3396         (sendmail-program): Use defcustom.
3397         (remote-shell-program): Use defcustom.
3398         (term-file-prefix): Use defvar.
3399         (abbrev-file-name): Use defvar.
3401         * term.el: Add maintainer.
3403         * subr.el (with-local-quit): Return nil if there's a quit.
3404         (read-passwd): Use with-local-quit.  Doc fix.
3406         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
3407         (strokes-unload-hook): Set as a variable with add-hook.
3409         * startup.el (fancy-splash-tail, normal-splash-screen):
3410         Update copyright year.
3412         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
3414         * server.el (server-unload-hook): Set as a variable with add-hook.
3416         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
3418         * frame.el (special-display-popup-frame):
3419         Make the buffer current as its frame is created.
3421         * delsel.el (delsel-unload-hook): Set as a variable.
3423         * comint.el (comint-output-filter-functions):
3424         Add comint-watch-for-password-prompt.
3425         (comint-read-noecho): Function deleted.
3426         (send-invisible): Use read-passwd.
3428         * fringe.el (fringe-mode-initialize): New function.
3429         (fringe-mode): Use fringe-mode-initialize as :initialize.
3431 2004-10-17  Kim F. Storm  <storm@cua.dk>
3433         * language/indian.el (indian-script-language-alist): Swap value and doc.
3434         (indian-font-char-index-table): Doc fix.
3436 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3438         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
3440 2004-10-16  Juri Linkov  <juri@jurta.org>
3442         * progmodes/compile.el (compilation-start): Move let-binding of
3443         `process-environment' into `with-current-buffer' body.
3444         Reported by Matt Hodges <MPHodges@member.fsf.org>.
3446 2004-10-16  Richard M. Stallman  <rms@gnu.org>
3448         * pcvs-util.el (cvs-bury-buffer):
3449         Don't call get-buffer-window for effect.
3451         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
3453         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
3455         * msb.el (msb-unload-hook): Set the variable.
3457         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3458         Use * to err if buffer is readonly.
3460         * subr.el (looking-back): Return only t or nil.
3462         * whitespace.el (whitespace-unload-hook): Set the variable.
3464         * view.el (view-mode-enable): Set view-page-size and
3465         view-half-page-size to nil.
3466         (view-set-half-page-size-default): view-half-page-size = nil
3467         means the default.
3468         (View-scroll-page-forward): Use view-page-size-default.
3469         (View-scroll-page-backward): Likewise.
3470         (view-page-size, view-half-page-size): Doc fixes.
3472         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
3474         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
3476         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
3477         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
3478         (byte-compile-log-1): Bind inhibit-read-only.
3479         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
3480         (byte-compile-log-warning): Likewise.
3481         (byte-compile-file-form-require): Detect "cl" from the arg value.
3483         * progmodes/compile.el (compilation-start): Assume compilation-mode
3484         will make the buffer read-only.
3485         (compilation-mode): Take arg name-of-mode.
3486         (compilation-setup): Make buffer read-only.
3487         (compilation-handle-exit): Bind inhibit-read-only.
3489         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
3490         (ispell-message): Likewise.
3491         (ispell-show-choices): Don't call get-buffer-window uselessly.
3492         (ispell-init-process): Use set-process-query-on-exit-flag.
3494 2004-10-16  Kim F. Storm  <storm@cua.dk>
3496         * fringe.el (fringe-bitmaps): Only initialize when defined.
3498         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
3499         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
3501         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
3503 2004-10-15  Simon Josefsson  <jas@extundo.com>
3505         * net/password.el: Add.
3507 2004-10-14  Masatake YAMATO  <jet@gyve.org>
3509         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
3510         (gdb-script-end-of-defun): New function.
3511         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
3512         `gdb-script-end-of-defun' as *-of-defun-function.
3514 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
3516         * button.el (button-activate): Allow a marker to display as an action.
3518         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
3520         * help.el (describe-mode): Use it to make minor mode list into
3521         hyperlinks.
3523 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3525         * vc.el (vc-annotate-display-select): Fix typo.
3527         * subr.el (substitute-key-definition-key): New function.
3528         (substitute-key-definition): Use it with map-keymap.
3529         (event-modifiers): Use push.
3530         (mouse-movement-p, with-temp-buffer): Simplify.
3532 2004-10-12  Jay Belanger  <belanger@truman.edu>
3534         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
3535         New variables.
3536         (calc-help-index-entries): New function.
3537         (calc-describe-function): Use `calc-help-function-list' instead of
3538         obarray for completion.
3539         (calc-describe-variable): Use `calc-help-variable-list' instead
3540         of obarray for completion.
3542 2004-10-12  Richard M. Stallman  <rms@gnu.org>
3544         * info-look.el (info-lookup-file): Add info-file property.
3545         (info-lookup-symbol): Likewise.
3547         * info.el (info-xref): Add underlining.
3548         (info): Add info-file property.
3549         (Info-find-emacs-command-nodes): Specify case-sensitive search.
3551 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
3553         Sync with Tramp 2.0.45.
3555         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
3556         defined.  This is not the case for XEmacs without package "edebug".
3557         (tramp-set-auto-save-file-modes): Set permissions of autosaved
3558         remote files to the permissions of the original file.  This is not
3559         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
3560         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
3561         (tramp-perl-decode): Fix an error in Perl implementation.
3562         $pending must be cleared every loop.  Reported by Benjamin Place
3563         <benjaminplace@sprintmail.com>
3565         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
3566         Don't activate advice during definition.  This is done later on,
3567         depending on test result of `substitute-in-file-name'.
3568         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3570 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3572         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
3574         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
3576 2004-10-12  David Ponce  <david@dponce.com>
3578         * recentf.el (recentf-edit-list): Update the menu when the recentf
3579         list has been modified.
3581 2004-10-12  Simon Josefsson  <jas@extundo.com>
3583         * net/tls.el (tls-certtool-program): New variable.
3584         (tls-certificate-information): New function, based on
3585         ssl-certificate-information.
3587 2004-10-12  Kenichi Handa  <handa@m17n.org>
3589         * international/mule.el (coding-system-equal): Move from mule-util.el.
3591         * international/mule-util.el (coding-system-equal): Move to mule.el.
3593 2004-10-12  Kim F. Storm  <storm@cua.dk>
3595         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
3596         reset kmacro-initial-counter-value if set.
3597         (kmacro-set-counter): Only set kmacro-counter if defining or executing
3598         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
3599         (kmacro-display): Show macro counter if non-zero.
3601         * subr.el (substitute-key-definition): Mention command remapping
3602         in doc string.
3604 2004-10-11  Jay Belanger  <belanger@truman.edu>
3606         * calc/calc-misc.el (calc-info-goto-node): New function.
3607         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
3608         node in one step.
3609         (calc-describe-copying, calc-describe-distribution)
3610         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
3611         Go to appropriate info node in one step.
3613 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3615         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
3617         * font-lock.el (font-lock-apply-highlight): Fix last change.
3619 2004-10-11  Simon Josefsson  <jas@extundo.com>
3621         * mail/smtpmail.el (smtpmail-open-stream): Look for
3622         starttls-gnutls-program instead of starttls-program iff
3623         starttls-use-gnutls is non-nil.
3624         (smtpmail-open-stream): Don't overwrite user settings of
3625         starttls-extra-arguments and starttls-extra-args.
3627 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3629         * comint.el (comint-mouse-insert-input): Remove.
3630         (comint-insert-input): Make it work for mouse bindings.
3631         (comint-mode-map): Move defs into the declaration.
3632         (comint-output-filter): Typo.
3634         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
3636 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
3638         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
3639         (ange-ftp-call-chmod): Reference remote-shell-program instead of
3640         ange-ftp-remote-shell.
3642 2004-10-10  Andreas Schwab  <schwab@suse.de>
3644         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
3645         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
3646         Reported by <sri@asu.edu>.
3648 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
3650         * vc.el (vc-annotate-mode): Remove variable.
3651         (vc-annotate-display-select): Only call vc-annotate-mode
3652         if we're not in that mode already.
3654 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3656         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
3657         (imenu-choose-buffer-index): Check here for rescan instead.
3659         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
3660         where the face expression evals to nil.
3662         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
3663         (tex-font-lock-keywords-2): Use it.
3664         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
3666         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
3668 2004-10-09  Kim F. Storm  <storm@cua.dk>
3670         * subr.el (progress-reporter-update): Define before first usage.
3671         (make-progress-reporter): Doc fix.
3673 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
3675         * textmodes/paragraphs.el (sentence-end-double-space)
3676         (sentence-end-without-period, sentence-end-without-space)
3677         (sentence-end): Doc fixes.
3679 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
3681         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
3682         Change paragraph-start regexp so we don't fill code starting with #'(.
3684 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
3686         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
3687         New defcustom.
3688         (extract-address-components): Use it.
3690 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
3692         * subr.el (make-progress-reporter, progress-reporter-update)
3693         (progress-reporter-force-update, progress-reporter-do-update)
3694         (progress-reporter-done): New functions.
3696         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
3698         * progmodes/etags.el (etags-tags-completion-table): Use progress
3699         reporter.
3700         (etags-tags-apropos): Likewise.
3702 2004-10-08  Alan Mackenzie  <acm@muc.de>
3704         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
3705         of current line.
3707 2004-10-08  Masatake YAMATO  <jet@gyve.org>
3709         * server.el (server-process-filter): Wrap `process-send-region'
3710         by `condition-case' to guard the case when the pipe to PROC is closed.
3712 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
3714         * xml.el (xml-substitute-special): Limit handling of external entities.
3716 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
3718         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
3720 2004-10-06  John Paul Wallington  <jpw@gnu.org>
3722         * xml.el (xml-parse-dtd): Fix `error' call.
3724 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
3726         * xml.el (xml-substitute-special): Return a single string instead
3727         of a list of strings if an entity substitution is made.
3729 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
3731         * calendar/icalendar.el: New file.
3733 2004-10-05  Juri Linkov  <juri@jurta.org>
3735         * isearch.el (isearch-done): Set mark after running hook.
3736         Reported by Drew Adams <drew.adams@oracle.com>.
3738         * info.el (Info-history, Info-toc): Fix Info headers.
3739         (Info-toc): Narrow buffer before Info-fontify-node.
3740         (Info-build-toc): Don't check for special Info file names.
3741         Set main-file to nil if Info-find-file returns a symbol.
3743 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
3745         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
3746         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
3747         * calendar/cal-menu.el (calendar-mode-map): Ditto.
3749 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
3751         * calendar/cal-iso.el (calendar-iso-read-args): New function,
3752         for old interactive spec from calendar-goto-iso-date.
3753         (calendar-goto-iso-date): Use it.
3754         (calendar-goto-iso-week): New function.  Suggested by Emilio
3755         C. Lopes <eclig@gmx.net>.
3757 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
3759         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
3760         `set-right-margin' bindings that follow the minor mode conventions.
3762 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3764         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
3765         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
3766         (latex-block-args-alist): Add minipage and picture.
3767         (latex-block-body-alist): Use reftex-label if enabled.
3768         (latex-insert-block): Don't insert a \n if not necessary.
3769         (tex-compile-commands): Make sure dvips doesn't send to printer.
3770         (tex-compile-default): Handle the case where no executable is found.
3771         (latex-noindent-environments): New var.
3772         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
3773         If tex-indent-allhanging is non-nil, make sure we only align for macros
3774         at beginning of line.
3776 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
3778         * newcomment.el (comment-beginning): Doc fix and don't choke on
3779         unset `comment-end-skip' when at beginning of comment.
3781 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
3783         * term.el (term-adjust-current-row-cache): Don't allow the current
3784         row to become negative.
3785         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
3786         the end of the line. Fix scroll down. Add comments.
3787         (term-handle-ansi-escape): Don't exceed terminal width when moving
3788         right.
3789         (term-scroll-region): Move the cursor after setting the scroll region.
3791 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
3793         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
3794         to `width' for consistency with docstring.  Doc fix.
3796 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
3798         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
3799         This is necessary for derived modes.
3801 2004-09-30  Kim F. Storm  <storm@cua.dk>
3803         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
3804         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
3806         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
3807         kmacro-extract-lambda functions.
3808         (edit-kbd-macro): Handle kmacro lambda forms.
3809         Include counter and counter format in edit buffer.
3810         (edmacro-finish-edit): Get counter and format from edit buffer and
3811         update kmacro bindings when found.
3813 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
3815         * textmodes/paragraphs.el (forward-paragraph):
3816         Avoid args-out-of-range error when point winds up at the beginning of
3817         the buffer and hard newlines are enabled.
3819         * newcomment.el (comment-multi-line): Doc fix.
3821 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3823         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
3824         (diff-fixup-modifs): Catch unified-diff file-headers.
3826 2004-09-29  Kim F. Storm  <storm@cua.dk>
3828         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
3829         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
3830         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
3832         * fringe.el (fringe-bitmap-p): New macro.
3833         (fringe-bitmaps): Add standard fringe bitmaps on load.
3835 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3837         * dired.el (dired-view-command-alist): Use more efficient regexps.
3838         Remove dubious arguments.
3839         (dired-align-file): New function.
3840         (dired-insert-directory): Use it.
3841         (dired-move-to-end-of-filename): Make the " -> " search more specific.
3842         (dired-buffers-for-dir): Remove unused var `pattern'.
3844 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
3846         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
3847         from diary display excursion.  Store diary buffer's point for
3848         `simple-diary-display'.
3849         (simple-diary-display): Set window point and start when
3850         displaying buffer, to preserve point.
3852 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
3854         * textmodes/enriched.el (enriched-translations): Replace defconst
3855         with defvar.
3857 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3859         * printing.el: Doc fix.
3860         (pr-version): New version number (6.8.1).
3861         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
3862         make-temp-name.
3863         (pr-delete-file): Check if file exists before deleting it.
3864         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
3866 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3868         * term.el (term-display-table): New variable.
3869         (term-mode): Use it.
3870         (term-exec-1): Set the coding system to binary.
3871         (term-emulate-terminal): Decode the string before inserting it.
3873 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
3875         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
3876         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
3877         (map): Bind S-prior, S-next and S-insert.
3878         (term-mode): Set `indent-tabs-mode' to nil.
3879         (term-paste): New function to be bound to S-insert.
3880         (term-send-del, term-send-backspace): Change the strings sent.
3881         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
3882         (term-handle-colors-array): Fix handling of underline and reverse.
3883         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
3884         (term-erase-in-line): Fix comparison.
3885         (term-emulate-terminal): Fix line wrap handling.
3886         (term-start-output-log): Rename from `term-set-output-log'.
3887         (term-stop-output-log): Rename from `term-stop-photo'.
3888         (term-switch-to-alternate-sub-buffer): Comment out, unused.
3890 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3892         * dired.el (dired-move-to-filename): Don't output a message if
3893         raise-error is non-nil.  Fix return position and value.
3895         * files.el (insert-directory): Obey --dired even with symlinks.
3897 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
3899         * ls-lisp.el (ls-lisp-format): Mark file names with property
3900         dired-filename.
3902 2004-09-25  Kim F. Storm  <storm@cua.dk>
3904         * ido.el (ido-max-directory-size): New defcustom.
3905         (ido-decorations): Add "too big" element.
3906         (ido-directory-too-big): New dynamic var.
3907         (ido-may-cache-directory): Don't cache big directories.
3908         (ido-directory-too-big-p): New defun.
3909         (ido-set-current-directory): Update ido-directory-too-big.
3910         (ido-read-internal): Make empty ido-cur-item if too-big.
3911         (ido-buffer-internal): Use ido-read-internal directly instead of
3912         ido-read-buffer.
3913         (ido-file-internal): Init ido-directory-too-big.
3914         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
3915         and redo completion with full list.
3916         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
3917         it, and show completions.
3918         (ido-all-completions): Let bind ido-directory-too-big to nil.
3919         (ido-exhibit): Handle ido-directory-too-big.
3920         (ido-read-buffer): Handle fallback to read-buffer.
3921         Init ido-directory-too-big.
3922         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
3923         Init ido-directory-too-big.
3925 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
3927         * subr.el (delay-mode-hooks): Doc fix.
3929 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
3931         * textmodes/enriched.el
3932         (enriched-default-text-properties-local-flag): New variable.
3933         (enriched-mode): Make sure that enabling and disabling the mode is
3934         a no-op.  Doc fix.
3936 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
3938         * calendar/holidays.el (holiday-advent): Report on a specified day
3939         offset from advent, not just advent.
3940         (holiday-easter-etc): Report on one specified day offset from
3941         easter, not all easter holidays. Various Easter holidays moved to
3942         `christian-holidays' variable in calendar.el.
3943         * calendar/calendar.el (christian-holidays): Adapt for new
3944         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
3946 2004-09-23  Kim F. Storm  <storm@cua.dk>
3948         * image.el (insert-sliced-image): Add doc string.
3950         * ido.el (ido-choice-list): New dynamic var for `list' context.
3951         (ido-context-switch-command): New dynamic var.
3952         (ido-define-mode-map): Generalize switch between file/buffer contexts.
3953         (ido-read-internal): Handle new `list' context.
3954         Handle insert-buffer and insert-file ido-exit values.
3955         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
3956         ido-context-switch-command. Handle insert-file ido-exit value.
3957         (ido-read-buffer): Set ido-context-switch-command to 'ignore
3958         unless it is already bound by caller.
3959         (ido-file-internal): New arg switch-cmd.  Use it to setup
3960         ido-context-switch-command.  Handle insert-buffer ido-exit value.
3961         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
3962         used for context switching.
3963         (ido-all-completions): Handle new `list' context.
3964         (ido-make-choice-list): Return choices for `list' context.
3965         (ido-find-file-in-dir, ido-display-file, ido-write-file)
3966         (ido-display-buffer, ido-kill-buffer): Disable context switching.
3967         (ido-insert-buffer, ido-insert-file): Setup context switching.
3968         (ido-exhibit): Handle `list' context.
3969         (ido-read-file-name): Disable context switching.  Handle fallback.
3970         (ido-read-directory-name): Disable context switching.
3971         (ido-completing-read): New defun like completing-read.  Setup and
3972         use new `list' context.
3974 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
3976         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
3978 2004-09-21  Jay Belanger  <belanger@truman.edu>
3980         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
3981         `calc-graph-set-styles' so the gnuplot buffer will appear in a
3982         separate window.
3984 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
3986         * subr.el (after-change-major-mode-hook): Doc fix.
3988 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3990         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
3991         of ghostscript for monochrome PostScript file in Windows.
3993 2004-09-21  Kenichi Handa  <handa@m17n.org>
3995         * descr-text.el (describe-char): Checking of quail activation
3996         fixed.
3998 2004-09-21  Jay Belanger  <belanger@truman.edu>
4000         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
4002 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
4004         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
4005         after the mode hooks instead of before.  Doc fix.
4007 2004-09-20  Jason Rumney  <jasonr@gnu.org>
4009         * startup.el (command-line) [windows-nt]: Try .emacs first, then
4010         _emacs, but revert to .emacs if neither exists in home directory.
4012 2004-09-20  John Paul Wallington  <jpw@gnu.org>
4014         * bindings.el (completion-ignored-extensions): Add .dfsl.
4016 2004-09-20  Richard M. Stallman  <rms@gnu.org>
4018         * bindings.el (scroll-left): Make it disabled.
4020         * files.el (enable-local-eval): Doc fix.
4022         * indent.el (move-to-left-margin): Special case for minibuffer.
4024         * term.el (term-emulate-terminal): Turn off undo for output.
4025         Use with-current-buffer and save-selected-window.
4027         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
4029         * progmodes/make-mode.el (makefile-fill-paragraph):
4030         Don't insist on spaces when looking for comments.  # is enough.
4032         * files.el (hack-local-variables): Copy the variables list
4033         to another buffer, strip prefixes and suffixes there, then read.
4034         (enable-local-eval): Doc fix.
4035         (ignored-local-variables): Initialize to nil.
4036         (risky-local-variable-p): Don't check ignored-local-variables here.
4037         (hack-one-local-variable): Ignore var if in ignored-local-variables.
4039 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
4041         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
4042         of = to "." (punctuation).
4044 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4046         * subr.el (event-basic-type): Fix mask (extend to 22bits).
4048 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
4050         * textmodes/enriched.el (enriched-rerun-flag): New variable.
4051         (enriched-before-change-major-mode): New function.
4052         Add it to `change-major-mode-hook'.
4053         (enriched-after-change-major-mode): New function.
4054         Add it to `after-change-major-mode-hook'.
4055         (enriched-mode): Make it work correctly if called from
4056         `after-change-major-mode-hook'.
4057         No longer set `indent-line-function'.
4059         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
4061         * subr.el (after-change-major-mode-hook): New variable.
4062         (run-mode-hooks): Implement it.
4064 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4066         * battery.el (battery-linux-proc-apm): Use string-to-number.
4067         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
4068         Use dolist (and less indentation).  Use erase-buffer.
4069         Pre-initialize `design-capacity', `warn', and `low'.
4070         (battery-format): Use replace-regexp-in-string.
4072 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
4074         * battery.el: Delete superfluous empty lines.
4075         (battery-linux-proc-acpi): Attempt to gather information from all
4076         battery subdirectories regardless of their file name.
4077         (battery-linux-proc-apm): Replace all occurrences of
4078         battery-hex-to-int-2 with string-to-int (base 16).
4079         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
4080         (battery-hex-map): Delete variable.
4082 2004-09-18  John Paul Wallington  <jpw@gnu.org>
4084         * calc/calc-units.el (calc-quick-units): Fix overzealous
4085         s/or/unless/.
4087 2004-09-17  Jay Belanger  <belanger@truman.edu>
4089         * calc/calc.el (calc-mode-var-list): Fix the value of
4090         `calc-matrix-brackets'.
4092 2004-09-17  Romain Francoise  <romain@orebokech.com>
4094         * ibuf-ext.el (define-ibuffer-filter filename):
4095         Expand dired-directory since buffer-file-name is absolute.
4097 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
4099         * ediff-init.el (ediff-current-diff-face-A)
4100         (ediff-current-diff-face-B, ediff-current-diff-face-C)
4101         (ediff-current-diff-face-Ancestor)
4102         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4103         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4104         (ediff-even-diff-face-A, ediff-even-diff-face-B)
4105         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4106         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4107         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4108         Use min-colors.
4110         * term.el (term-down): Perform vertical motion if DOWN is negative.
4111         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
4112         (term-termcap-format): Synchronyze with the eterm terminfo entry
4113         in etc/e/eterm.ti.
4114         (term-handle-colors-array): If the current foreground or
4115         background are zero (i.e. unspecified), use the foreground and
4116         background of the default face for reverse video.
4117         (term-ansi-at-eval-string, term-ansi-default-fg)
4118         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
4119         (term-mem): Delete ununsed function.
4120         (term-protocol-version): Increment.
4121         (term-current-face): Set to default.
4123 2004-09-15  Jay Belanger  <belanger@truman.edu>
4125         * calc/calc.el (calc-mode-var-list): Define this variable.
4126         (calc-always-load-extensions, calc-line-numbering)
4127         (calc-line-breaking, calc-display-just, calc-display-origin)
4128         (calc-number-radix, calc-leading-zeros, calc-group-digits)
4129         (calc-group-char, calc-point-char, calc-frac-format)
4130         (calc-prefer-frac, calc-hms-format, calc-date-format)
4131         (calc-float-format, calc-full-float-format, calc-complex-format)
4132         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
4133         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
4134         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
4135         (calc-matrix-brackets, calc-language, calc-language-option)
4136         (calc-left-label, calc-right-label, calc-word-size)
4137         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4138         (calc-display-raw, calc-internal-prec, calc-angle-mode)
4139         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4140         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4141         (calc-window-height, calc-display-trail, calc-show-selections)
4142         (calc-use-selections, calc-assoc-selections)
4143         (calc-display-working-message, calc-auto-why, calc-timing)
4144         (calc-mode-save-mode, calc-standard-date-formats)
4145         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4146         (calc-user-parse-tables, calc-gnuplot-default-device)
4147         (calc-gnuplot-default-output, calc-gnuplot-print-device)
4148         (calc-gnuplot-print-output, calc-gnuplot-geometry)
4149         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4150         (calc-invocation-macro, calc-show-banner): Give these values as
4151         part of `calc-mode-var-list's initialization after the variables
4152         are declared with defvar.
4153         (calc-bug-address):  Change email address to send bug reports to.
4154         Change the maintainer address at the top.
4155         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
4156         than "\\.emacs" to determine if it is the user-init-file.
4158         * calc/calc-embed.el (calc-embedded-set-modes): Use
4159         `calc-mode-var-list' correctly.
4161 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
4163         * vc.el (annotate-time): Document point handling.
4164         (vc-annotate-display-autoscale): Doc fix.
4166 2004-09-15  Miles Bader  <miles@gnu.org>
4168         * generic.el (generic-make-keywords-list): Use symbol rather than
4169         word anchors in regexp.
4171 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
4173         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
4174         no file name consider `dired-directory'.
4176 2004-09-14  Kim F. Storm  <storm@cua.dk>
4178         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
4180 2004-09-14  Simon Josefsson  <jas@extundo.com>
4182         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
4184         * textmodes/dns-mode.el: Add.
4186 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4188         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
4189         (disabled-command-function): Make the ?\  char more obvious.
4191         * vc-arch.el (vc-arch-root, vc-arch-registered):
4192         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
4194 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
4196         * windmove.el (windmove-frame-edges): Report coordinates of
4197         outside edges of frame, not inside edges.
4198         (windmove-coordinates-of-position): Convert into wrapper to new
4199         function `windmove-coordinates-of-window-position';
4200         `compute-motion' always applies to selected window.
4201         (windmove-coordinates-of-position): Update documentation to refer
4202         to Emacs 21 Lisp Reference Manual.
4203         (windmove-find-other-window): Fix off-by-one errors for max x,y.
4205 2004-09-13  Kim F. Storm  <storm@cua.dk>
4207         * isearch.el (isearch-resume-in-command-history): Rename from
4208         isearch-resume-enabled and change default to nil.
4210 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4212         * vc-hooks.el (vc-ignore-dir-regexp): New var.
4213         (vc-registered): Use it.
4214         (vc-find-root): New fun.
4216         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4217         Don't tell to use \\{...} when it's already done.
4219         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
4220         Provide a sample complex default.
4221         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
4222         (bibtex-entry): Use mapc.
4224 2004-09-12  Kim F. Storm  <storm@cua.dk>
4226         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
4228         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
4229         inhibit-field-text-motion to t so rectangles work in comint buffers.
4231         * simple.el (choose-completion-string): Set buffer before running
4232         choose-completion-string-functions hook so it can be buffer-local.
4234 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
4236         * progmodes/compile.el (compilation-start): Parse command to see
4237         if it starts with a cd, and if so perform it for the *compilation*
4238         buffer.  Change the header to reflect this.
4240 2004-09-11  Kim F. Storm  <storm@cua.dk>
4242         * ido.el (ido-enable-dot-prefix): Doc fix.
4243         (ido-enable-dot-prefix): New defcustom.
4244         (ido-set-matches1): Use it.
4246 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4248         * textmodes/bibtex.el (bibtex-mark-active)
4249         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
4251 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4253         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
4254         used in a case insensitive environment.
4255         (bibtex-mode-map): Rearrange order of menus.
4256         (bibtex-quoted-string-re): Obsolete.
4257         (bibtex-complete-key-cleanup): Variable replaced by new function.
4258         (bibtex-font-lock-keywords): Use backquotes.
4259         (bibtex-font-lock-url-regexp): New internal variable.
4260         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
4261         "OPT" and "ALT".
4262         (bibtex-insert-current-kill, bibtex-make-field)
4263         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
4264         (bibtex-parse-field-text): Simplify.
4265         (bibtex-string=): New helper function.
4266         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
4267         (bibtex-map-entries): Use bibtex-string=.
4268         (bibtex-search-entry): Use not.
4269         (bibtex-enclosing-field): Fix docstring.
4270         (bibtex-assoc-regexp): Obsolete.
4271         (bibtex-format-entry): Use assoc-string and bibtex-string=.
4272         (bibtex-autokey-get-names): Handle empty name field.
4273         (bibtex-parse-strings): Use assoc-string and unless.
4274         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
4275         Use assoc-string.
4276         (bibtex-pop): Simplify.
4277         (bibtex-mode): Set font-lock-extra-managed-props.
4278         (bibtex-entry-update): Use assoc-string.
4279         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
4280         (bibtex-autofill-entry): Use bibtex-string=.
4281         (bibtex-print-help-message): Simplify.
4282         (bibtex-find-entry): New optional arg START.
4283         (bibtex-validate): Use bibtex-string= and assoc-string.
4284         Do not call obsolete function compilation-parse-errors.
4285         (bibtex-remove-delimiters): Only remove delimiters if present.
4286         (bibtex-copy-entry-as-kill): Add docstring.
4287         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
4288         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
4289         (bibtex-complete): Use bibtex-predefined-month-strings,
4290         bibtex-string=, and new function bibtex-complete-key-cleanup.
4291         (bibtex-generate-url-list): New variable.
4292         (bibtex-url): New command bound to C-c C-l and mouse-2.
4293         (bibtex-url-map): New local keymap for bibtex-url-mouse.
4294         (bibtex-font-lock-url): New function.
4296 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4298         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
4300 2004-09-09  Kim F. Storm  <storm@cua.dk>
4302         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
4303         counter and format with binding.
4304         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
4305         the declared macro uses own macro counter and format.  Give symbol
4306         kmacro property.
4307         (kmacro-keymap): Bind kmacro-name-last-macro to n.
4308         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
4309         (kmacro-end-and-call-macro): Doc fix.
4311 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
4313         * desktop.el (desktop-clear-preserve-buffers):
4314         Remove make-obsolete-variable.
4316 2004-09-08  Richard M. Stallman  <rms@gnu.org>
4318         * buff-menu.el (list-buffers-noselect): Call format-mode-line
4319         with the buffer as argument.
4321 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4323         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
4325 2004-09-08  Juri Linkov  <juri@jurta.org>
4327         * replace.el (perform-replace): Use `query-replace-descr'.
4329         * cus-start.el (history-delete-duplicates): Specify customization.
4331         * diff-mode.el (diff-mode-map):
4332         * progmodes/compile.el (compilation-mode-map):
4333         * progmodes/grep.el (grep-mode-map):
4334         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
4335         to `next-error-follow-minor-mode'.
4337 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4339         * isearch.el (isearch-lazy-highlight-update): Take into account
4340         the case of zero-length match at the search bound.
4342 2004-09-08  Kim F. Storm  <storm@cua.dk>
4344         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
4345         change.  Use zero width overlays when necessary.
4347 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4349         * subr.el (split-string): Docfix.
4351 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4353         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
4354         (display-call-tree): Ensure newline after caller/calls blocks.
4356 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4358         * startup.el (command-line-1): Make option
4359         --directory/-L modify `load-path' straight away.
4361 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4363         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
4365 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4367         * emacs-lisp/autoload.el (make-autoload):
4368         Handle `define-compilation-mode'.
4370         * emacs-lisp/lisp-mode.el (define-compilation-mode):
4371         Specify `doc-string-elt' property.
4373 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4375         * bs.el (bs-mode): Doc fix.
4377 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4379         * info.el (Info-insert-dir): Fix temp buffer leak bug.
4381 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4383         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
4385 2004-09-08  Kenichi Handa  <handa@m17n.org>
4387         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
4388         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
4389         ps-mule-next-point -> 1+).
4391         * composite.el (encode-composition-rule): Add autoload cooky.
4393 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
4395         * format.el (buffer-auto-save-file-format): Make it permanent local.
4397 2004-09-07  Kim F. Storm  <storm@cua.dk>
4399         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
4400         (authors-fixed-entries): Fix typo.
4401         (authors-canonical-author-name): Compact multiple spaces.
4402         Ignore trivial names (e.g. only first name).
4404         * term.el (term-window-width): Only use full window width on
4405         window system if overflow-newline-into-fringe is enabled.
4406         (term-mode): Don't disable overflow-newline-into-fringe.
4408 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4410         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
4411         motion as seen on my Mac OS X xterms.
4413         * newcomment.el (uncomment-region-default, comment-region-default):
4414         New functions extracted from uncomment-region and comment-region.
4415         (comment-region, comment-region-function, uncomment-region)
4416         (uncomment-region-function): Use them.
4418         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
4420         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
4421         It's not crucial but can make sense at times.
4423         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
4424         the first commit.
4426         * vc.el (vc-buffer-context, vc-restore-buffer-context):
4427         Disable obsolete code.
4429 2004-09-07  Juri Linkov  <juri@jurta.org>
4431         * progmodes/grep.el (grep-highlight-matches): Change default from
4432         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
4433         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
4434         if grep option `--color' is available, or to `nil' otherwise.
4435         (grep-process-setup): Call `grep-compute-defaults' if
4436         `grep-highlight-matches' is not computed.  Set env-vars only
4437         if `grep-highlight-matches' is `t'.
4438         (grep-use-null-device): Remove redundant type `boolean' (`choice'
4439         is already defined).
4441         * progmodes/compile.el (compilation-start): Use copy of
4442         `process-environment' created by `copy-sequence' to not
4443         modify env-vars in the global `process-environment'.
4445 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
4447         * simple.el (next-error-follow-minor-mode): Fix last change.
4449 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
4451         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
4452         permanent local.
4454 2004-09-04  Richard M. Stallman  <rms@gnu.org>
4456         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
4457         highlighting if the search string is empty.
4459 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
4461         * facemenu.el (facemenu-active-faces): Change condition of inner
4462         `while' loop to also check the first two elements of `face-atts'
4463         and `mask-atts'.
4465 2004-09-04  John Paul Wallington  <jpw@gnu.org>
4467         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
4468         (thumbs-view-image-mode): Make buffer read-only.
4470 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
4472         * textmodes/ispell.el (ispell-really-aspell): New defvar.
4473         (ispell-check-version): Set it.
4474         (ispell-send-replacement): New function.
4475         (ispell-process-line): Call ispell-send-replacement.
4477 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
4479         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
4480         Support choosing seconds with "s".
4482 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
4484         * terminal.el (te-escape): Show `?' in prompt for help key.
4486 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
4488         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
4490 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
4492         * simple.el (next-error-follow-minor-mode)
4493         (next-error-follow-mode-post-command-hook): New functions.
4494         (next-error-follow-last-line): New defvar.
4496         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
4497         * progmodes/compile.el (compilation-mode-map): Likewise.
4498         * progmodes/grep.el (grep-mode-map): Likewise.
4499         * replace.el (occur-mode-map): Likewise.
4501         * newcomment.el (uncomment-region): Bind comment-use-global-state
4502         to nil.
4504 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
4506         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
4507         locally around the call to `revert-buffer'.
4509 2004-09-03  Juri Linkov  <juri@jurta.org>
4511         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
4512         `isearch-adjusted' to `t'.
4513         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
4514         (isearch-message-prefix): Add "pending" for isearch-adjusted.
4515         (isearch-other-meta-char): Restore isearch-point unconditionally.
4516         (isearch-query-replace): Add new arg `regexp-flag' and use it.
4517         Set point to start of match if region is not active in transient
4518         mark mode (to include the current match to region boundaries).
4519         Push the search string to `query-replace-from-history-variable'.
4520         Add prompt "Query replace regexp" for isearch-regexp.
4521         Add region beginning/end as last arguments of `perform-replace.'
4522         (isearch-query-replace-regexp): Replace code by the call to
4523         `isearch-query-replace' with arg `t'.
4525 2004-09-03  Richard M. Stallman  <rms@gnu.org>
4527         * startup.el (normal-top-level): Undo previous TERM change.
4529 2004-09-03  Kim F. Storm  <storm@cua.dk>
4531         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
4532         highlight overlays; allow using RET when cursor is over a button.
4533         (cua--highlight-rectangle): Use it.
4534         (cua--rectangle-set-corners): Don't move backwards at eol.
4535         (cua--forward-line): Don't move into void after eob.
4537         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
4538         point is set (and displayed) inside rectangle.
4539         (cua--rectangle-operation): Fix for highlight of empty lines.
4540         (cua--highlight-rectangle): Fix highlight for tabs.
4541         Position cursor at left/right edge of rectangle using new `cursor'
4542         property on overlay strings.
4543         (cua--indent-rectangle): Don't tabify.
4544         (cua-rotate-rectangle): Ignore that point has moved.
4546 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4548         * term/mac-win.el: Add ASCII equivalents for some function keys.
4549         (mode-line-frame-identification): Sync with x-win.el.
4551 2004-09-02  Juri Linkov  <juri@jurta.org>
4553         * progmodes/compile.el (compilation-buffer-name): Compare major
4554         mode with second element of compilation-arguments instead of third
4555         to reflect latest changes in compilation-arguments structure.
4556         (recompile): Use global variable `compilation-directory' to get
4557         recent compilation directory only when `recompile' is invoked NOT
4558         in the compilation buffer.  Otherwise, use `default-directory' of
4559         the compilation buffer.
4560         (compilation-error-properties): Allow to funcall col and end-col.
4561         (compilation-mode-font-lock-keywords): Check col and end-col by
4562         `integerp'.
4563         (compilation-goto-locus): If end-mk is non-nil in transient mark
4564         mode don't activate the mark (and don't display message in
4565         push-mark), but highlight overlay between mk and end-mk.
4567         * progmodes/grep.el (grep-highlight-matches): New defcustom.
4568         (grep-regexp-alist): Add rule to highlight grep matches.
4569         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
4571         * info.el (Info-fontify-node): Don't compute other-tag
4572         if Info-hide-note-references=hide.
4574         * help.el (function-called-at-point):
4575         * help-fns.el (variable-at-point):
4576         Try `find-tag-default' when other methods failed.
4578         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4579         Do not push mark if inhibit-mark-movement is non-nil.
4581         * textmodes/ispell.el (ispell-html-skip-alists):
4582         Fix backslashes in docstring.
4584 2004-09-01  Juri Linkov  <juri@jurta.org>
4586         * isearch.el (isearch-wrap-function)
4587         (isearch-push-state-function): New defvars.
4588         (isearch-pop-fun-state): New defsubst.
4589         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
4590         (isearch-push-state): Set the result of calling
4591         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
4592         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
4593         restore the mode-specific starting point of terminated search.
4594         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
4595         (isearch-repeat): Call `isearch-wrap-function' if defined.
4596         (isearch-message-prefix): Don't add prefix "over" to the message
4597         for wrapped search if `isearch-wrap-function' is defined.
4598         (isearch-search): Call function saved in `isearch-pop-fun-state' to
4599         restore the mode-specific starting point of failed search.
4601         * info.el (Info-search-whitespace-regexp): Fix backslashes.
4602         (Info-search): Add new optional arguments for the sake of isearch.
4603         Replace whitespace in Info-search-whitespace-regexp literally.
4604         Add backward search.  Don't call `Info-select-node' if regexp is
4605         found in the same Info node.  Don't add node to Info-history for
4606         wrapped isearch.
4607         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
4608         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
4609         (Info-mode): Set local variables `isearch-search-fun-function',
4610         `isearch-wrap-function', `isearch-push-state-function',
4611         `search-whitespace-regexp'.
4613         * isearch.el: Remove ancient Change Log section.
4614         (isearch-string, isearch-message-string, isearch-point)
4615         (isearch-success, isearch-forward-flag, isearch-other-end)
4616         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4617         (isearch-barrier, isearch-within-brackets)
4618         (isearch-case-fold-search): Add suffix `-state' to state-related
4619         defsubsts to avoid name clashes with other function names.
4621         * simple.el (next-error): New defgroup and defface.
4622         (next-error-highlight, next-error-highlight-no-select):
4623         New defcustoms.
4624         (next-error-no-select): Let-bind next-error-highlight to the value
4625         of next-error-highlight-no-select before calling `next-error'.
4627         * progmodes/compile.el (compilation-goto-locus):
4628         Use `next-error' face instead of `region'.  Set 4-th argument of
4629         `move-overlay' to `current-buffer' to move overlay to different
4630         source buffers.  Use new variable `next-error-highlight'.
4632         * simple.el (next-error-find-buffer): Move the rule
4633         "if current buffer is a next-error capable buffer" after the
4634         rule "if next-error-last-buffer is set to a live buffer".
4635         Simplify to test all rules in one `or'.
4636         (next-error): Doc fix.
4637         (next-error, previous-error, first-error)
4638         (next-error-no-select, previous-error-no-select):
4639         Make arguments optional.
4641 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
4643         * macros.el (apply-macro-to-region-lines): Make it operate on all
4644         lines that begin in the region, rather than on all complete lines
4645         in the region.
4647 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4649         * x-dnd.el (x-dnd-protocol-alist): Document update.
4650         (x-dnd-known-types): Defcustom it.
4651         (x-dnd-handle-motif): Print message-atom in error message.
4653 2004-08-30  John Paul Wallington  <jpw@gnu.org>
4655         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
4656         strings rather than programatically constructing message.
4658 2004-08-30  Richard M. Stallman  <rms@gnu.org>
4660         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
4661         Don't return a string that would read as the wrong character code.
4663 2004-08-29  Kim F. Storm  <storm@cua.dk>
4665         * emulation/cua-base.el (cua-auto-expand-rectangles):
4666         Remove automatic rectangle padding feature; replace by non-destructive
4667         virtual rectangle edges feature.
4668         (cua-virtual-rectangle-edges): New defcustom.
4669         (cua-auto-tabify-rectangles): New defcustom.
4670         (cua-paste): If paste into a marked rectangle, insert rectangle at
4671         current column, even if virtual; also paste exactly as many lines
4672         as has been marked (ignore additional lines or add empty lines),
4673         but paste whole source if only one line is marked.
4674         (cua--update-indications): No longer use overwrite-cursor to
4675         indicate rectangle padding
4677         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
4678         (cua--rectangle-virtual-edges): New defun.
4679         (cua--rectangle-get-corners): Remove optional PAD arg.
4680         (cua--rectangle-set-corners): Never do padding.
4681         (cua--forward-line): Remove optional PAD arg.  Simplify.
4682         (cua-resize-rectangle-right, cua-resize-rectangle-left)
4683         (cua-resize-rectangle-down, cua-resize-rectangle-up):
4684         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
4685         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
4686         (cua--rectangle-move): Never do padding.  Simplify.
4687         (cua--tabify-start): New defun.
4688         (cua--rectangle-operation): Add tabify arg.  All callers changed.
4689         (cua--pad-rectangle): Remove.
4690         (cua--delete-rectangle): Handle delete with virtual edges.
4691         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
4692         (cua--insert-rectangle): Handle insert at virtual column.
4693         Perform auto-tabify if necessary.
4694         (cua--activate-rectangle): Remove optional FORCE arg.
4695         Never do padding.  Simplify.
4696         (cua--highlight-rectangle): Enhance for virtual edges.
4697         (cua-toggle-rectangle-padding): Remove command.
4698         (cua-toggle-rectangle-virtual-edges): New command.
4699         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
4700         (cua--rectangle-post-command): Don't force rectangle padding.
4701         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
4703 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
4705         * indent.el (edit-tab-stops-buffer): Doc fix.
4707 2004-08-28  Richard M. Stallman  <rms@gnu.org>
4709         * progmodes/grep.el (grep-default-command): Use find-tag-default.
4710         (grep-tag-default): Function deleted.
4712         * subr.el (find-tag-default): Move from etags.el.
4714         * progmodes/etags.el (find-tag-default): Move to subr.el.
4716         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
4717         into the basic character if it has an uppercase form.
4719 2004-08-27  Kenichi Handa  <handa@m17n.org>
4721         * international/utf-8.el (utf-8-post-read-conversion): If the
4722         buffer is unibyte, temporarily make it multibyte.
4724 2004-08-27  Masatake YAMATO  <jet@gyve.org>
4726         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
4728 2004-08-25  John Paul Wallington  <jpw@gnu.org>
4730         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
4731         0, 1, and many mismatches in message.
4732         (tex-start-shell): Use `set-process-query-on-exit-flag'.
4734         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
4735         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
4737 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4739         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
4740         vc-diff-switches differently.
4742 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
4744         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
4745         before and a real defvar after
4746         `speedbar-supported-extension-expressions'.  This is to silence
4747         the compiler without breaking bootstrapping.
4749 2004-08-22  Richard M. Stallman  <rms@gnu.org>
4751         * textmodes/flyspell.el (flyspell-word):
4752         Use set-process-query-on-exit-flag.
4753         (flyspell-highlight-duplicate-region): Take POSS as arg.
4754         (flyspell-word): Pass POSS as arg.
4756         * progmodes/ada-xref.el: Many doc and style fixes.
4757         (ada-find-any-references): Use compilation-start.
4758         (ada-get-ali-file-name): Improve error msg.
4759         (ada-get-ada-file-name): Likewise.
4761         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
4762         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
4764         * mail/mail-extr.el (mail-extr-all-top-level-domains):
4765         Add forward defvar.
4767         * whitespace.el (global-whitespace-mode): New alias
4768         for whitespace-global-mode.
4770         * speedbar.el (speedbar-file-regexp): Move definition up.
4771         (speedbar-mode, speedbar-set-mode-line-format):
4772         Use with-no-warnings.
4773         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
4775         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
4776         controls whether to display the error buffer.
4778         * ps-mule.el: Delete compatibility code for old Emacses.
4779         (ps-mule-find-wrappoint): Don't use chars-in-region.
4781         * frame.el (display-mouse-p, display-selections-p):
4782         Use with-no-warnings.
4784         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
4786 2004-08-22  David Kastrup  <dak@gnu.org>
4788         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
4789         information.
4791         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
4793 2004-08-22  Andreas Schwab  <schwab@suse.de>
4795         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
4797 2004-08-22  Masatake YAMATO  <jet@gyve.org>
4799         * cvs-status.el (cvs-status-checkout): New function.
4800         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
4802 2004-08-21  David Kastrup  <dak@gnu.org>
4804         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
4805         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
4806         has been converted to use hashtables, the relation `nil=none' is
4807         no longer valid, as `nil' is not a hashtable.  This patch tries to
4808         reduce the number of resulting errors.
4810 2004-08-21  John Paul Wallington  <jpw@gnu.org>
4812         * subr.el (process-kill-without-query): Made obsolete in
4813         version 21.4, not 21.5.
4815         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
4816         (vc-previous-comment, vc-next-comment)
4817         (vc-comment-search-reverse, vc-comment-search-forward)
4818         (vc-comment-to-change-log): Likewise.
4820         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
4822 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
4824         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
4825         Correct indentation of DEFMETHODS with non-standard method
4826         combinations (e.g., PROGN, MIN, MAX).
4828 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4830         * startup.el (normal-top-level-add-subdirs-to-load-path):
4831         Avoid unnecessarily checking system-type.
4832         (normal-top-level): Set TERM to "dumb".  Simplify.
4834         * avoid.el (mouse-avoidance-ignore-p): New fun.
4835         Also ignore switch-frame, select-window, double, and triple clicks.
4836         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
4837         (mouse-avoidance-fancy-hook): Use it.
4839 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
4841         * avoid.el (mouse-avoidance-nudge-mouse)
4842         (mouse-avoidance-banish-destination): Stay within the current window
4843         to avoid problems with mouse-autoselect-window.
4845 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4847         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
4848         the newer format of some messages in cvs-1.12.1.
4850 2004-08-19  Masatake YAMATO  <jet@gyve.org>
4852         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
4853         (elp-results-jump-to-definition-by-mouse)
4854         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
4855         (elp-output-result): Use elp-output-insert-symname.
4857 2004-08-18  Kenichi Handa  <handa@m17n.org>
4859         * language/cyrillic.el: Register koi8-r in
4860         ctext-non-standard-encodings-alist.
4861         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
4863 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
4865         * emacs-lisp/copyright.el (copyright-update-year): Delete code
4866         that replaces 20xy with xy.
4868 2004-08-17  John Paul Wallington  <jpw@gnu.org>
4870         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
4871         (reb-force-update): Doc fix.
4873 2004-08-16  Richard M. Stallman  <rms@gnu.org>
4875         * progmodes/which-func.el (which-func-update-1): Doc fix.
4877         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
4878         (sh-mode-abbrev-table): New variable.
4880         * progmodes/compile.el (compilation-mode): Doc fix.
4882         * emacs-lisp/lisp-mode.el (eval-last-sexp):
4883         Don't cons a new symbol each time.
4884         (eval-last-sexp-fake-value): New variable.
4886         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
4887         (copyright-update-year): Detect continuation of list of years.
4889         * term.el (term-default-fg-color, term-default-bg-color)
4890         (ansi-term-color-vector): Use `unspecified', not nil, as default.
4892         * imenu.el: Several doc fixes: don't say variables are buffer-local.
4894 2004-08-16  Davis Herring <herring@lanl.gov>
4896         * isearch.el (isearch-string, isearch-message-string, isearch-point)
4897         (isearch-success, isearch-forward-flag, isearch-other-end)
4898         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4899         (isearch-barrier, isearch-within-brackets)
4900         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
4902 2004-08-16  Kenichi Handa  <handa@m17n.org>
4904         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
4906 2004-08-15  Kenichi Handa  <handa@m17n.org>
4908         * term/x-win.el (x-selection-value): If utf8 was successful but
4909         ctext was not, use utf8 string.
4911 2004-08-14  Davis Herring  <herring@lanl.gov>
4913         * isearch.el: Remove accidental changes of March 4.  Fix backing
4914         up when a regexp isearch is made more general.  Use symbolic
4915         accessor functions for isearch stack frames to make usage clearer.
4916         (search-whitespace-regexp): Made groups in documentation shy (as
4917         is the group in the default value).
4918         (isearch-fallback): New function, addresses problems with regexps
4919         liberalized by `\|', adds support for liberalization by `\}' (the
4920         general repetition construct), and incorporates behavior for
4921         `*'/`?'.
4922         (isearch-}-char): New command, calls `isearch-fallback' with
4923         arguments appropriate to a typed `}'.
4924         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
4925         appropriately.
4926         (isearch-mode-map): Bind `}' to `isearch-}-char'.
4927         (isearch-string, isearch-message,string, isearch-point)
4928         (isearch-success, isearch-forward-flag, isearch-other-end)
4929         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4930         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
4931         New inline functions to read fields of a stack frame.
4933 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
4935         * battery.el (battery-linux-proc-acpi): Look into battery
4936         directories matching the literal string "CMB", too (required for
4937         Linux kernel version 2.6.7).
4939 2004-08-14  John Paul Wallington  <jpw@gnu.org>
4941         * cus-start.el (read-file-name-completion-ignore-case): Add.
4942         (blink-cursor-alist): Change version to "21.4".
4944         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
4946 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
4948         * speedbar.el (speedbar-scan-subdirs): New option.
4949         (speedbar-file-lists): Don't ignore file-name case on Unix and use
4950         dolist.
4951         (speedbar-insert-files-at-point): Take an extra argument and use
4952         it to optionally find out if a subdir is empty.  Also unreadable
4953         files don't get expand buttons.
4954         (speedbar-directory): New image (unused pixmap already existed).
4955         (speedbar-expand-image-button-alist): Use it.
4957 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
4959         CC Mode update to 5.30.9:
4961         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
4962         Move from cc-vars to cc-defs for dependency reasons.  Fix the
4963         POSIX char class test to check that it works in
4964         `skip-chars-(forward|backward)' too.
4966         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
4967         first argument starts with a special brace list.
4969         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
4970         when `c-opt-type-concat-key' is used (i.e. in Pike).
4972         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
4973         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
4974         >)".
4976         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
4977         whitespace safe.
4979         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
4980         position for `arglist-intro', `arglist-cont-nonempty' and
4981         `arglist-close' when there are two arglist open parens on the same
4982         line and there's nothing in front of the first.
4984         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
4985         locking of qualified names in Java, which previously could fontify
4986         common indexing expressions in many cases.  The standard Java
4987         naming conventions are used to tell them apart.
4989         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
4990         Fix inconsistency wrt opening parens on the first line inside a paren
4991         block.
4993         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
4994         compile time for the sake of `c-major-mode-is'.
4996         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
4997         `c-major-mode-is' in the event that this is used inside a
4998         `c-lang-defconst'.
5000         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
5001         `c-lang-defconst' so that it works better with fallback languages.
5003         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
5004         it to fail to record the base mode.
5006         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5007         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
5008         is used.  Reorder the syntax checks to get more efficient
5009         skipping in some situations.
5011         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
5012         continuation which might precede the newly inserted '{'.
5014         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
5015         Fix cases where it could loop indefinitely.
5017         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
5018         size specs correctly.  Only fontify identifiers in front of '('
5019         with as functions - don't accept any paren char.  Tighten up
5020         initializer skipping to stop before function and class blocks.
5022         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5023         the point could be left directly after an open paren when finding
5024         the beginning of the first decl in the block.
5026         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
5027         table when filtering out legitimate open parens to be recorded.
5028         This could cause cache inconsistencies when e.g.
5029         `c++-template-syntax-table' was temporarily in use.
5031         * progmodes/cc-engine.el (c-on-identifier)
5032         (c-simple-skip-symbol-backward): Small fix for handling "-"
5033         correctly in `skip-chars-backward'.  Affected the operator lfun
5034         syntax in Pike.
5036         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
5037         Fix bug that could cause an error from `after-change-functions' when
5038         the changed region is at bob.
5040 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
5042         CC Mode update to 5.30.9:
5044         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
5045         to say that <TAB> doesn't insert WS into a CPP line.
5046         (c-indent-command, c-tab-always-indent): Amend doc strings.
5048         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
5049         checks for user errors, thus eliminating cryptic and unhelpful
5050         Emacs error messages.  (1) Check the arg to `c-set-style' is a
5051         string.  (2) Check that settings to `c-offsets-alist' are not
5052         spuriously quoted.
5054         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
5055         which precedes the newly inserted `{'.
5057 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
5059         Sync with Tramp 2.0.44.
5061         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
5062         function "tramp_file_attributes".  Otherwise, file names
5063         containing spaces are misinterpreted.  Reported by Magnus Henoch
5064         <mange@freemail.hu>.
5065         (tramp-handle-file-truename): FILENAME must be expanded first.
5066         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
5067         obscure results.  Reported by D. Goel <deego@gnufans.org>.
5068         (tramp-handle-verify-visited-file-modtime): If file does not
5069         exist, say it is not modified if and only if that agrees with the
5070         buffer's record.  Check whether a file is visiting the buffer, or
5071         the buffer has no recorded last modification time.  Return t in
5072         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
5073         <teirllm@auburn.edu>.
5074         (tramp-handle-write-region): Pass modtime explicitely to
5075         `set-visited-file-modtime', because filename can be different
5076         from (buffer-file-name) if `file-precious-flag' is set.
5077         `set-visited-file-modtime' must be called always when `visit' is t
5078         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
5079         (tramp-handle-set-visited-file-modtime): If `time-list' is not
5080         nil, don't apply the whole body.  If the file doesn't exists, set
5081         modtime to '(-1 65535).  Suggested by Luc Teirlinck
5082         <teirllm@auburn.edu>.
5084 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
5086         * help.el (describe-bindings): Doc fix.
5088         * subr.el (kbd): Doc fix.
5090 2004-08-08  John Paul Wallington  <jpw@gnu.org>
5092         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
5093         instead of `string-to-int'.
5094         (define-ibuffer-column mode): Fix indentation.
5096 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
5098         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
5100 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
5102         * subr.el (global-unset-key, local-unset-key): Doc fixes.
5104         * novice.el (disabled-command-function): New variable renamed from
5105         `disabled-command-hook'.
5106         (disabled-command-hook): Keep the _variable_ as alias for
5107         `disabled-command-function' and make obsolete.
5108         (disabled-command-function): Function renamed from
5109         `disabled-command-hook'.  Adapt code to name change of the variable.
5111 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
5113         * simple.el (completion-root-regexp): New defvar.
5114         (completion-setup-function): Use it instead of a literal string.
5116 2004-08-07  John Paul Wallington  <jpw@gnu.org>
5118         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
5119         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
5120         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
5121         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
5123 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
5125         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
5126         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
5128 2004-08-04  Kenichi Handa  <handa@m17n.org>
5130         * international/encoded-kb.el (encoded-kbd-setup-keymap):
5131         Fix previous change.
5133 2004-08-03  Kenichi Handa  <handa@m17n.org>
5135         * international/encoded-kb.el: The following changes are to
5136         utilize key-translation-map instead of minor mode map.
5137         (encoded-kbd-iso2022-non-ascii-map): Delete it.
5138         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
5139         (encoded-kbd-last-key): New function.
5140         (encoded-kbd-iso2022-single-shift): New function.
5141         (encoded-kbd-iso2022-designation)
5142         (encoded-kbd-self-insert-iso2022-7bit)
5143         (encoded-kbd-self-insert-iso2022-8bit)
5144         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
5145         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
5146         key-translation-map.
5147         (encoded-kbd-setup-keymap): Setup key-translation-map.
5148         (saved-key-translation-map): New variable.
5149         (encoded-kbd-mode): Save/restore key-translation-map.
5150         Adjust for the change of encoded-kbd-setup-keymap.
5152 2004-08-02  Kim F. Storm  <storm@cua.dk>
5154         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
5155         and call compute-motion with nil for topos and width to get proper
5156         usable width and height for both window and non-window systems.
5158         * windmove.el (windmove-coordinates-of-position): Let compute-motion
5159         calculate usable window width and height.
5161         * window.el (window-buffer-height): Call compute-motion with nil width.
5163 2004-08-01  David Kastrup  <dak@gnu.org>
5165         * replace.el (query-replace-read-from):
5166         Use `query-replace-compile-replacement'.
5167         (query-replace-compile-replacement): New function.
5168         (query-replace-read-to): Use `query-replace-compile-replacement'
5169         for repeating the last command.
5171 2004-08-01  John Paul Wallington  <jpw@gnu.org>
5173         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
5174         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
5175         (pr-switches): Remove period from end of error messages.
5177         * help-mode.el (help-go-back): Likewise.
5179         * abbrev.el (only-global-abbrevs): Doc fix.
5180         (edit-abbrevs-map): Define within defvar.
5181         (quietly-read-abbrev-file): Doc fix.
5183 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
5185         * novice.el (enable-command, disable-command): Doc fixes.
5187         * subr.el (event-modifiers, event-basic-type): Doc fixes.
5189 2004-07-30  Richard M. Stallman  <rms@gnu.org>
5191         * subr.el (with-local-quit): Doc fix.
5193 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
5195         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
5197 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
5199         * custom.el (defcustom): Doc fix.
5201 2004-07-28  Masatake YAMATO  <jet@gyve.org>
5203         * progmodes/etags.el (etags-tags-apropos): Show building progress.
5205 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5207         * imenu.el (imenu-prev-index-position-function)
5208         (imenu-extract-index-name-function, imenu-name-lookup-function)
5209         (imenu--index-alist): Docstring redundancy fix.
5211 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
5213         * wdired.el (wdired-finish-edit): Require dired-aux before locally
5214         binding dired-backup-overwrite.
5216 2004-07-25  John Paul Wallington  <jpw@gnu.org>
5218         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
5220 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
5222         * term/tty-colors.el (tty-color-approximate): Doc fix.
5224         * select.el (x-get-selection, x-set-selection): Doc fixes.
5226         * frame.el (make-frame): Doc fix.
5228 2004-07-24  Richard M. Stallman  <rms@gnu.org>
5230         * mail/rmail.el (rmail-mime-charset-pattern):
5231         Don't include semicolon in the charset value.
5233         * replace.el (occur-next-error): Call set-window-point.
5234         (occur-engine): Handle negative NLINES.
5236 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
5238         * frame.el (modify-all-frames-parameters): Minor doc fix.
5239         (set-frame-configuration): Doc fix.
5241 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
5243         * simple.el (completion-setup-function): Compute the common parts
5244         and the first difference place correctly when
5245         partial-completion-mode is on.
5247 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5249         * ps-print.el: Doc fix.
5250         (ps-print-version): New version 6.6.5.
5251         (ps-printing-region): Doc fix.
5252         (ps-generate-string-list): Comment fix.
5253         (ps-message-log-max): Code fix.
5255 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5257         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
5258         generated PostScript.
5260 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
5262         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
5263         with Gnus v5_10 branch.)
5265 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
5267         * calendar/time-date.el (time-to-number-of-days): New function.
5268         Imported from from Gnus.
5270 2004-07-22  Kim F. Storm  <storm@cua.dk>
5272         * progmodes/make-mode.el: Fix comments.
5274 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5276         * printing.el: Doc fix.
5278 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
5280         * frame.el (modify-all-frames-parameters): Minor doc fix.
5282 2004-07-20  Richard M. Stallman  <rms@gnu.org>
5284         * textmodes/fill.el (fill-nobreak-p): If this break point is
5285         at the end of the line, don't consider the newline which follows
5286         as a reason to return t.
5288 2004-07-19  John Paul Wallington  <jpw@gnu.org>
5290         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
5292 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
5294         * dired-aux.el (dired-do-kill-lines): Expand docstring.
5295         Delete irrelevant code.
5297 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
5299         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5300         New docstring.  From Luc Teirlinck.
5302 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
5304         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
5305         section.
5306         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
5307         non-file buffers.  We know it is nil.
5309 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
5311         Sync with Tramp 2.0.43.
5313         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5314         Remove outdated comment.
5315         (tramp-locked, tramp-locker): New variables for implementing a
5316         global lock.
5317         (tramp-sh-file-name-handler): Use them to implement the global lock.
5319 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
5321         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
5322         calls to respective `xxx` calls.
5323         (tramp-process-alive-regexp): Precise doc string.
5324         (tramp-multi-action-process-alive): New defun.
5325         (tramp-multi-actions): Use it.
5326         (tramp-handle-find-backup-file-name): `copy-tree' is available
5327         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
5328         in order to avoid this function.
5329         (tramp-handle-write-region): Set current buffer.  If connection
5330         wasn't open, `file-modes' has changed it accidently.  Reported by
5331         David Kastrup <dak@gnu.org>.
5332         (tramp-enter-password, tramp-read-passwd): New arguments USER and
5333         HOST.
5334         (tramp-action-password, tramp-multi-action-password): Apply it.
5335         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
5336         name must still contain the port number.  Otherwise, we have two
5337         Tramp buffers, with all the confusion.  Reported by Myron Selby
5338         <myron@xytech.com> and Rolf Dubitzky
5339         <Dubitzky@physi.uni-heidelberg.de>.
5341         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
5342         HOST to `tramp-enter-passwd'.
5344         * net/tramp-vc.el (all): Code cleanup.  Change all
5345         `tramp-handle-xxx' calls to respective `xxx` calls.
5347 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
5349         * emacs-lisp/testcover.el: New category "potentially-1valued" for
5350         functions that are not erroneous if either 1-valued or
5351         multi-valued.  Detect functions in this class.
5352         (testcover-1value-functions, testcover-compose-functions)
5353         (testcover-progn-functions) Add some additional functions to lists.
5354         (testcover-mark): Bugfix when marking up the definition for an
5355         empty function.
5357 2004-07-17  Richard M. Stallman  <rms@gnu.org>
5359         * replace.el (occur-read-primary-args): Pass default to
5360         read-from-minibuffer.
5362         * mail/footnote.el (footnote-section-tag): Use defcustom.
5364         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
5365         Compile font-lock-keywords, not KEYWORDS.
5366         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
5367         Add warn, check-type.  Handle cerror like error.
5369 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
5371         * progmodes/which-func.el (which-func-keymap): New var.
5372         (which-func-face): New face.
5373         (which-func-format): Use them.
5375 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
5377         * buff-menu.el (list-buffers-noselect): Append the buffer's
5378         process status to its mode name.
5380 2004-07-16  Kim F. Storm  <storm@cua.dk>
5382         * simple.el (inhibit-mark-movement): New defvar.
5383         (beginning-of-buffer, end-of-buffer): Do not push mark if
5384         inhibit-mark-movement is non-nil or C-u prefix is given.
5386         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
5387         Init to beginning-of-buffer and end-of-buffer.
5388         (cua--undo-push-mark): New defvar.
5389         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
5390         already active and command is in cua--preserve-mark-commands.
5391         Also fix check for shift modifier on non-window systems.
5392         (cua--post-command-handler): Clear inhibit-mark-movement if set.
5394 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
5396         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
5397         of two integers, instead of a cons.
5399         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5400         `visited-file-modtime' now returns a list of two integers, instead
5401         of a cons.
5403         * dired.el (dired-directory-changed-p): Ditto.
5405         * progmodes/grep.el (grep): Doc fix.
5407 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
5409         * autorevert.el (auto-revert-tail-mode)
5410         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
5411         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
5412         in both at the same time.
5413         (auto-revert-tail-mode): New command.
5414         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
5415         (auto-revert-handler): Revert only either tail or whole file.
5417         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
5418         add auto-revert-tail-mode.
5420 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5422         * printing.el: Doc fix.  Change name of some funs.
5423         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
5424         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
5425         (pr-standard-file-name): New fun.  Replace pr-standard-path.
5426         (pr-call-process): Code fix.
5428 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
5430         * subr.el (with-selected-window): Doc fix.
5432 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
5434         * subr.el (get-buffer-window-list): Doc fix.
5436 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
5438         * files.el (switch-to-buffer-other-window): Doc fix.
5440         * window.el (save-selected-window, one-window-p)
5441         (split-window-keep-point, split-window-vertically)
5442         (split-window-horizontally): Doc fixes.
5444 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5446         * printing.el: Doc fix.  Now it uses call-process instead of
5447         shell-command for low command execution.
5448         (pr-version): New version number (6.8).
5449         (pr-shell-file-name): Option removed.
5450         (pr-shell-command): Fun removed.
5451         (pr-call-process): New fun.  Replace pr-shell-command.
5452         (pr-standard-path, pr-remove-nil-from-list): New funs.
5453         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
5454         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
5455         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
5456         (pr-ps-utility-process, pr-txt-print): Code fix.
5458 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
5460         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
5461         boolean.
5463 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
5465         * wid-edit.el (widget-field-buffer): Doc fix.
5467 2004-07-09  John Paul Wallington  <jpw@gnu.org>
5469         * emacs-lisp/re-builder.el (reb-update-overlays):
5470         Distinguish between one and several matches in message.
5472 2004-07-09  Richard M. Stallman  <rms@gnu.org>
5474         * mouse.el (mouse-set-region-1): If transient-mark-mode
5475         is `identity', change it to `only'.
5477         * simple.el (current-word): Doc fix.
5479 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
5481         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
5482         so that it is more understanding of whitespace.
5484         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
5485         form
5486         (("ns" . "element") (attr-list) children) instead of
5487         ((:ns . "element") (attr-list) children) in order to reduce the
5488         number of symbols used.
5489         (xml-skip-dtd): Change to use xml-parse-dtd but set
5490         xml-validating-parsing to nil.
5491         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
5492         (xml-substitute-entity): Remove in favor of new entity substitution.
5493         (xml-substitute-special): Rewrite in to substitute complex
5494         entities from DOCTYPE declarations.
5495         (xml-parse-fragment): Parse fragments from entity deleclarations.
5496         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
5497         (xml-parse-dtd, xml-substitute-special): Make validity checks
5498         conditioned on xml-validating-parser.  Add "Not Well Formed" to
5499         error messages about well-formedness.
5501 2004-07-08  Steven Tamm  <steventamm@mac.com>
5503         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
5504         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
5505         Do not treat double clicks and triple clicks specially in the
5506         scroll bar (preventing strange repositioning problems)
5508 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5510         * replace.el (query-replace-regexp-eval): Fix last change.
5512 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5514         * replace.el (query-replace-descr): New fun.
5515         (query-replace-read-from, query-replace-read-args): Default to the
5516         previous from&to.
5517         (query-replace-read-to): Quote the `from' string when displaying it.
5518         (query-replace-regexp-eval): Immediately check read-only status.
5519         Use query-replace-read-from to get the \n checking.
5520         Quote the `from' string when displaying it.
5521         (map-query-replace-regexp, occur-read-primary-args):
5522         Quote the `from' string when displaying it.
5524         * isearch.el (isearch-query-replace): Pass the regexp-ness and
5525         delimited-ness of the search to query-replace.
5527         * replace.el (query-replace-read-from, query-replace-read-to):
5528         New funs extracted from query-replace-read-args.
5529         (query-replace-read-args): Use them.
5531         * replace.el (query-replace-interactive, query-replace-read-args):
5532         Remove the `initial' special value.
5533         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
5534         (occur-engine): Remove unused var `matchend'.
5536         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5537         Use the search string without prompting.
5539 2004-07-05  Kenichi Handa  <handa@m17n.org>
5541         * international/mule.el (decode-coding-inserted-region):
5542         Set last-coding-system-used only when coding is nil.
5544 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
5546         * progmodes/grep.el (grep-compute-defaults, grep-command)
5547         (grep-program, find-program, grep-find-use-xargs, grep-history)
5548         (grep-find-history, grep-tag-default, grep-find-command)
5549         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
5550         Add autoload cookies, for unbundled packages that load `compile'
5551         and expect all grep-related symbols to become defined.
5553 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
5555         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
5556         (iimage-mode-image-search-path): New user option to search the
5557         image file.
5558         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
5559         have locate-file.
5560         (iimage-mode-buffer): Use it.
5562 2004-07-03  Nick Roberts  <nickrob@gnu.org>
5564         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
5565         carefully.
5566         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
5568 2004-07-03  Juri Linkov  <juri@jurta.org>
5570         * replace.el (query-replace-read-args): Swallow space after 'foo,
5571         not after (quote foo).  Match space only immediately after symbol,
5572         not anywhere in the whole string.
5574 2004-07-02  Richard M. Stallman  <rms@gnu.org>
5576         * replace.el (query-replace-read-args): Swallow space after
5577         symbols, not after closeparens.  But avoid error if string ends there.
5579         * progmodes/python.el (python-beginning-of-statement):
5580         Exit the loop if backward-up-list gets error.
5582         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
5584 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
5586         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
5587         only if vc-consult-headers is non-nil.
5589 2004-07-02  Juri Linkov  <juri@jurta.org>
5591         * pcvs.el (cvs-mode-diff-repository): New command.
5593         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
5595 2004-07-01  Juri Linkov  <juri@jurta.org>
5597         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
5598         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
5599         C-M-% to isearch-query-replace-regexp.
5600         (minibuffer-local-isearch-map): Add arrow key bindings.
5601         Bind C-f to isearch-yank-char-in-minibuffer.
5602         (isearch-forward): Doc fix.
5603         (isearch-edit-string): Doc fix.
5604         (isearch-query-replace, isearch-query-replace-regexp): New funs.
5605         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
5606         (isearch-yank-char): Add optional arg.
5607         (isearch-yank-char-in-minibuffer): New fun.
5609         * replace.el (query-replace-interactive): Change type from boolean
5610         to choice.  Add value `initial'.
5611         (query-replace-read-args): Handle value `initial' of
5612         query-replace-interactive.
5614 2004-06-29  Kim F. Storm  <storm@cua.dk>
5616         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
5617         (breakpoint-disabled-bitmap-face): Add :group 'gud.
5619         * progmodes/ada-xref.el (ada-tight-gvd-integration):
5620         Add :group 'ada.
5622         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
5624 2004-06-29  Juri Linkov  <juri@jurta.org>
5626         * replace.el (query-replace-read-args): Swallow a space after
5627         everything except )]" which in most cases means after a symbol.
5629         * emacs-lisp/pp.el (pp-buffer): Add autoload.
5631 2004-06-28  Richard M. Stallman  <rms@gnu.org>
5633         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
5634         More changes to go with previous change in font-lock.el.
5636 2004-06-26  David Kastrup  <dak@gnu.org>
5638         * replace.el (perform-replace): Highlight the match even in
5639         non-query mode if there is potential replace string editing.
5641 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
5643         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
5644         agree with new return value of `file-remote-p'.
5645         This syncs with Tramp 2.0.42.
5647         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
5648         according to new documentation of `file-remote-p'.
5650         * files.el (file-remote-p): Fix doc to say that return value is
5651         identification of remote system, if not nil.
5652         (file-relative-name): Use new return value of `file-remote-p'.
5654 2004-06-26  Nick Roberts  <nickrob@gnu.org>
5656         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
5657         (gdb-goto-breakpoint): Fix breakage.
5659 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
5661         * man.el (Man-getpage-in-background): Add windows-nt to the list
5662         of systems where shell-file-name should be used instead of
5663         literal "sh".
5665 2004-06-25  Sam Steingold  <sds@gnu.org>
5667         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
5668         function names `(setf symbol)'.
5670 2004-06-24  Richard M. Stallman  <rms@gnu.org>
5672         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
5674         * font-lock.el (font-lock-keywords): Change format of compiled values.
5675         Document it.
5676         (font-lock-add-keywords): If font-lock-keywords is compiled,
5677         extract the uncompiled version, modify, then recompile.
5678         (font-lock-remove-keywords): Likewise.
5679         (font-lock-fontify-keywords-region): Handle changed format.
5680         (font-lock-compile-keywords): Handle changed format.
5681         (font-lock-set-defaults): Compile the keywords explicitly here.
5683 2004-06-24  David Kastrup  <dak@gnu.org>
5685         * replace.el (query-replace-read-args): Implement `\,' and `\#'
5686         replacements here.
5687         (query-replace-regexp): Doc string explaining this and the new
5688         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
5689         is better placed in `query-replace-read-args'.
5690         (replace-regexp): Explain `\,', `\#' and `\?'.
5691         (replace-match-data): New function for thorough reuse/destruction
5692         of old match-data.
5693         (replace-match-maybe-edit): Function for implementing `\?' editing.
5694         (perform-replace): Fix maintaining of the match stack including
5695         already matched regions, implement `\?', fix various problems
5696         with regions while editing and other stuff.
5697         (replace-highlight): Simplify.
5699 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
5701         * progmodes/grep.el (grep-error-screen-columns): New variable.
5702         (grep-regexp-alist): Give it the full functionality of gnu style
5703         compilation messages with line and column ranges.  Ask me for the
5704         perl script I'm working on, that uses these.
5706 2004-06-23  Nick Roberts  <nickrob@gnu.org>
5708         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
5709         Remove.
5710         (comint-insert-input, comint-mouse-insert-input): New functions
5711         based on comint-insert-clicked-input for two bindings but just
5712         one functionality.
5714 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
5716         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
5718 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
5720         * files.el (write-contents-functions): Doc fix.
5722 2004-06-21  Juanma Barranquero  <lektu@terra.es>
5724         * image.el (image-library-alist): Rewrite docstring in active voice.
5726 2004-06-20  Richard M. Stallman  <rms@gnu.org>
5728         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
5730         * isearch.el (isearch-repeat): Avoid testing old match data.
5731         (isearch-message): Display trailing space in special font
5732         when search is failing.
5733         (isearch-search-fun-function): Doc fix.
5735         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
5737 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
5739         * frame.el (show-trailing-whitespace): Doc fix.
5741         * cus-edit.el (custom-variable-documentation): New function.
5742         (custom-variable): Use it.
5744 2004-06-19  Nick Roberts  <nickrob@gnu.org>
5746         * man.el (Man-getpage-in-background): Revert previous change but
5747         make cygwin a special case.
5749 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
5751         * autorevert.el (global-auto-revert-non-file-buffers):
5752         Update docstring.
5754 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
5756         * progmodes/compile.el (compilation-error-properties): Store one
5757         more than end-col, if present, so that transient-mark-mode will
5758         highlight last char too.
5759         * progmodes/grep.el (grep-regexp-alist): Match columns and column
5760         ranges, if present.
5762 2004-06-18  Jason Rumney  <jasonr@gnu.org>
5764         * makefile.w32-in: Double percent signs in for loops.
5766 2004-06-17  David Kastrup  <dak@gnu.org>
5768         * replace.el (query-replace-read-args): Only warn about use of \n
5769         and \t when we are doing a regexp replacement and the actual
5770         escaped character is n or t.
5771         (query-replace-regexp): Add \, and \# interpretation to
5772         interactive call and document it.
5773         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
5774         as shortkey for replace-count.
5775         (replace-quote): New function for doubling backslashes.
5777 2004-06-17  Juanma Barranquero  <lektu@terra.es>
5779         * files.el (parse-colon-path, cd): Mention in docstring that the
5780         path separator is colon in GNU-like systems.
5782         * newcomment.el (comment-region-internal): Fix docstring.
5784         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
5785         (ewoc-invalidate, ewoc-collect): Doc fixes.
5786         (ewoc--create-node, ewoc--delete-node-internal):
5787         Fix typos in docstring.
5789 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
5791         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
5792         manual to docstring.
5794 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5796         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
5798 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
5800         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5801         Add hyperlink to emacs-xtra manual to docstring.
5803         * autorevert.el (global-auto-revert-non-file-buffers):
5804         Add hyperlink to emacs-xtra manual to docstring, as well as an
5805         info-link.
5807 2004-06-14  Juanma Barranquero  <lektu@terra.es>
5809         * image.el (image-library-alist): New variable to map image types
5810         to external libraries.  Initialized to nil, unless system-specific
5811         configs change it.
5812         (image-type-available-p): Determine whether an image type is
5813         available by calling `init-image-library'.
5815         * term/w32-win.el (image-library-alist): Initialize to a known set
5816         of probable library names.
5818 2004-06-14  Kenichi Handa  <handa@m17n.org>
5820         * international/code-pages.el (windows-1256, cp1125): Fix tables
5821         for several characters.
5823         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
5825 2004-06-13  Richard M. Stallman  <rms@gnu.org>
5827         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
5829         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
5830         not "`pc-selection-mode'".
5832         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
5834         * simple.el (previous-matching-history-element): Specify a default.
5836         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
5838         * cus-face.el (custom-declare-face): Simplify code.
5840         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
5842 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
5844         * files.el (before-save-hook): Add `time-stamp' to the options.
5846         * time-stamp.el (time-stamp): Recommend adding it to
5847         `before-save-hook', rather than `write-file-functions'.
5848         Make a similar change in `Commentary' section.
5850 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
5852         * diff-mode.el (diff-current-defun): If at start of hunk, use
5853         position of first change.
5855 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
5857         * dired-x.el (dired-mark-omitted): Bind to "*O".
5859 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
5861         * bookmark.el (bookmark-bmenu-relocate): New function, as
5862         suggested by David J. Biesack <David.Biesack@sas.com>.
5863         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
5864         (bookmark-bmenu-mode): Describe binding in doc string.
5865         (bookmark-set-filename): Save the bookmark list if it's time.
5867 2004-06-13  Kenichi Handa  <handa@m17n.org>
5869         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
5870         (ccl-untranslated-to-ucs): Fix typo.
5872 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
5874         * progmodes/python.el (python-open-block-statement-p):
5875         Fix indentation after a block opening that contains a comment.
5877 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
5879         * bindings.el (completion-ignored-extensions): Add file extensions
5880         of Python byte-compiled files.
5882 2004-06-12  Juri Linkov  <juri@jurta.org>
5884         * info.el (Info-goto-node): Add autoload.
5885         (Info-toc): Add substring-no-properties on Info file name.
5886         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
5887         (Info-mode-map): Bind L to Info-history, T to Info-toc.
5889 2004-06-12  Kenichi Handa  <handa@m17n.org>
5891         * international/mule-cmds.el (set-language-environment):
5892         Load subst tables if necessary.
5894         * international/mule.el (decode-char): Load subst tables if necessary.
5895         (encode-char): Likewise.
5897         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
5898         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
5899         (utf-16le-decode-loop): Set r5 to -1 before loop.
5900         (utf-16be-decode-loop): Likewise.
5901         (ccl-decode-mule-utf-16le): Add EOF processing block.
5902         (ccl-decode-mule-utf-16be): Likewise.
5903         (ccl-decode-mule-utf-16le-with-signature): Likewise.
5904         (ccl-decode-mule-utf-16be-with-signature): Likewise.
5905         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
5906         (ccl-mule-utf-16-encode-untrans): New CCL.
5907         (utf-16-decode-to-ucs): Handle pre-read character.
5908         (utf-16le-encode-loop): Handle surrogate pair.
5909         (utf-16be-encode-loop): Likewise.
5910         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
5911         of utf-16le-encode-loop.
5912         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
5913         of utf-16be-encode-loop.
5914         (mule-utf-16-post-read-conversion):
5915         Call utf-8-post-read-conversion at first.
5916         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
5917         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
5918         Add post-read-conversion and pre-write-conversion.
5920         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
5921         (utf-translate-cjk-unicode-range): New variable.
5922         (utf-translate-cjk-load-tables): New function.
5923         (utf-lookup-subst-table-for-decode): New function.
5924         (utf-lookup-subst-table-for-encode): New function.
5925         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
5926         tables here.  Update safe-charsets of utf-* coding systems.
5927         (ccl-mule-utf-untrans): New CCL.
5928         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
5929         at end of each branch.
5930         (ccl-mule-utf-8-encode-untrans): New CCL.
5931         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
5932         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
5933         length of encoding.  Don't return r0.
5934         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
5935         (utf-8-post-read-conversion): Narrow to region properly.
5936         If utf-translate-cjk-mode is on, load tables if necessary.
5937         Call utf-8-compose with hash-table arg if necessary.
5938         Call XXX-compose-region instead of XXX-post-read-convesion.
5939         (utf-8-pre-write-conversion): New function.
5940         (mule-utf-8): Include CJK charsets in safe-charsets if
5941         utf-translate-cjk-mode is on.  Add pre-write-conversion.
5943         * international/characters.el: Temporarily set
5944         utf-translate-cjk-mode to nil.
5946         * language/devan-util.el (devanagari-compose-region):
5947         Add autoload cookie.
5949         * international/ccl.el (ccl-dump-call): Fix printing the
5950         subroutine name.
5952 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
5954         * dired.el (dired-revert): If buffer is marked unmodified before
5955         reverting, keep it marked unmodified.
5956         Adapt to new conventions for commenting out code.
5957         (dired-make-relative): Adapt to new conventions for commenting out code.
5959 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
5961         * eshell/esh-module.el (eshell-load-defgroups):
5962         Bind `vc-handled-backends' to nil when opening files.
5964 2004-06-11  Juanma Barranquero  <lektu@terra.es>
5966         * files.el (parse-colon-path, cd): Doc fixes (refer to
5967         `path-separator', not colon).
5969 2004-06-10  Juanma Barranquero  <lektu@terra.es>
5971         * newcomment.el (comment-search-forward)
5972         (comment-search-backward): Fix typos in docstring.
5973         (comment-region): Doc fix.
5975 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5977         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
5978         switch is no longer stored in `dired-switches-alist'.
5980         * dired-aux.el (dired-insert-subdir): Do not store R switch in
5981         `dired-switches-alist'.
5983 2004-06-10  Kim F. Storm  <storm@cua.dk>
5985         * pcvs.el (cvs-mode-diff-yesterday): New command.
5987         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
5989 2004-06-10  Juri Linkov  <juri@jurta.org>
5991         * emacs-lisp/edebug.el (edebug-eval-defun):
5992         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
5993         Fix docstring.
5995         * simple.el (eval-expression-print-format): Don't print additional
5996         information on the first call to `eval-print-last-sexp'.
5997         (next-error-find-buffer): Fix punctuation.
5998         (killing) <defgroup>: Fix punctuation.
5999         (yank-excluded-properties): Change group from editing to killing.
6001         * replace.el (perform-replace): Use `limit' to terminate the
6002         while-loop explicitly.
6004 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6006         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
6007         Use lc-*.xpm as prefix instead of *-locol.xpm.
6009         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
6010         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
6011         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
6012         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
6013         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
6014         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
6015         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
6016         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
6017         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
6018         * toolbar/lc-up_arrow.xpm:
6019         Rename from *-locol.xpm.
6021 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
6023         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
6024         include forms like &<str>; as valid url patterns.
6026 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
6028         * dired.el (dired-diff, dired-backup-diff)
6029         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
6030         (dired-do-chown, dired-do-touch, dired-do-print)
6031         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
6032         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
6033         (dired-create-directory, dired-do-copy, dired-do-symlink)
6034         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
6035         (dired-do-copy-regexp, dired-do-hardlink-regexp)
6036         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
6037         (dired-maybe-insert-subdir, dired-next-subdir)
6038         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
6039         (dired-kill-subdir, dired-tree-up, dired-tree-down)
6040         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
6041         (dired-run-shell-command, dired-query): Remove redundant,
6042         or incorrect, autoloads.
6044         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
6045         does not end in a slash.  Add optional argument KILL-ROOT.
6046         Update docstring.
6047         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
6048         (dired-query): Add autoloads.
6050 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
6052         * progmodes/compile.el (compilation-set-window-height):
6053         Rearrange the save-* functions because a buffer can have several current
6054         point in different windows.
6055         (compilation-error-regexp-alist-alist): Recognize {standard input}
6056         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
6058 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6060         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
6061         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
6062         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
6063         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
6064         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
6065         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
6066         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
6067         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
6068         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
6069         * toolbar/up_arrow-locol.xpm:
6070         New versions of icons that uses fewer colors.
6072         * toolbar/tool-bar.el (tool-bar-local-item)
6073         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
6074         if display-color-cells is 256 or less.
6076 2004-06-08  Kim F. Storm  <storm@cua.dk>
6078         * wid-edit.el (widget-specify-button): Use hand pointer rather
6079         than mouse-face as visible mouse-over effect.
6081 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
6083         * saveplace.el (save-place-alist-to-file): Bind `print-length'
6084         and `print-level' to nil when writing out `save-place-alist'.
6085         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
6087 2004-06-07  Juanma Barranquero  <lektu@terra.es>
6089         * completion.el (completion-kill-region): Doc fix.
6091         * format.el (format-insert-annotations)
6092         (format-annotate-location): Doc fixes.
6093         (format-subtract-regions): Make arguments match their use in docstring.
6095         * simple.el (kill-region): Doc fix.
6097         * subr.el (insert-buffer-substring-no-properties)
6098         (insert-buffer-substring-as-yank): Doc fixes.
6100 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
6102         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6103         Update docstring.
6104         (dired-reset-subdir-switches): New function.
6106         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
6107         Limit scope of `buffer-read-only' binding.
6109 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
6111         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
6112         eshell-explicit-command-char.
6114 2004-06-06  Juanma Barranquero  <lektu@terra.es>
6116         * help-fns.el (help-argument-name): Inherit from italic face only
6117         if the frame supports it.
6119 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6121         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
6122         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
6123         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
6124         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
6125         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
6126         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
6127         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
6128         New conversions from xpm files.
6130         * toolbar/README: New file.
6132 2004-06-06  Richard M. Stallman  <rms@gnu.org>
6134         * isearch.el (isearch-mode-map): Undo previous change.
6136 2004-06-05  Juri Linkov  <juri@jurta.org>
6138         * bindings.el (debug-ignored-errors): Add regexps for history
6139         related messages.  Remove $ from "No further undo information".
6140         Move Ediff's messages to ediff.el.
6142         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
6144         * cus-edit.el (custom-display): Add `min-colors'.
6146         * custom.el (defface): Add `supports' to docstring.
6148         * help-fns.el (help-argument-name): Add :group 'help.
6150 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
6152         * find-dired.el (find-ls-subdir-switches): New user option.
6153         (find-dired): No longer call `abbreviate-file-name' on DIR.
6154         Set `dired-subdir-switches' buffer-locally.
6156         * locate.el: Merge the two `Commentary' sections.
6157         (locate-ls-subdir-switches): New user option.
6158         (locate): Update for other changes.
6159         (locate-mode-map): Restore Dired binding for mouse-2.
6160         Bind `locate-mouse-view-file' to M-mouse-2.
6161         Bind `l' to `locate-do-redisplay'.
6162         (locate-main-listing-line-p, locate-do-redisplay): New functions.
6163         (locate-mouse-view-file, locate-tags, locate-find-directory):
6164         Print message if used outside main listing.
6165         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
6166         Various changes to support inserted subdirectories.
6167         (locate-insert-header): Change header of *Locate* buffer.
6169         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6170         Change interactive default switches.
6171         (dired-rename-subdir-2): Update `dired-switches-alist'.
6172         (dired-insert-subdir, dired-kill-subdir):
6173         Handle `dired-switches-alist'.  Do not mark buffer modified.
6174         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
6175         (dired-insert-subdir-doinsert): Omit messages.
6176         Handle `dired-subdir-switches'.
6177         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
6179         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
6180         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
6181         subdirs if -R switch is used for a subdir.
6182         (dired-mode): Set `dired-switches-alist'.
6183         (dired-build-subdir-alist): Only print number of directories in
6184         echo area when invoked interactively.
6186 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
6188         * dired-x.el (dired-omit-mode): Rename from
6189         dired-omit-files-p.  Use define-minor-mode to define it.
6190         (dired-omit-files-p): Add as alias for dired-omit-mode.
6191         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
6192         dired-mark-omitted.
6193         (dired-mark-omitted): Add.  Bind to M-O.
6195 2004-06-05  Kenichi Handa  <handa@m17n.org>
6197         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
6199 2004-06-05  Juanma Barranquero  <lektu@terra.es>
6201         * help-fns.el (help-argument-name): Reintroduce face.
6202         (help-default-arg-highlight): Use it, now that
6203         `face-differs-from-default-p' can be trusted.
6205 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
6207         * textmodes/table.el: Sentence commands added to Point Motion
6208         group; kill and backward-kill commands added to Extraction group.
6210 2004-06-04  Mario Lang  <mlang@delysid.org>
6212         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
6213         systems appear to use mW, make the code handle this.  Fix a
6214         division-by-zero bug while at it, and handle kernels with
6215         a slightly different layout in /proc/acpi.
6217 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
6219         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
6220         because the latter is a CL-ism.  This fixes the bug reported by
6221         Shawn Boyette <mdxi@collapsar.net> in
6222         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
6224 2004-06-04  Miles Bader  <miles@gnu.org>
6226         * faces.el (display-supports-face-attributes-p): Function moved to
6227         C code.  Previously only the tty-related portion of this function
6228         was done in C; however the previous attempt to do a halfway-proper
6229         job for non-tty displays in lisp didn't work properly because of
6230         funny conditions during Emacs startup.
6231         (face-differs-from-default-p): Simplify, now that
6232         display-supports-face-attributes-p works properly on all display
6233         types.  Remove :stipple from comparison; it doesn't really work
6234         in emacs anyway.
6236 2004-06-04  Miles Bader  <miles@gnu.org>
6238         * faces.el (face-differs-from-default-p): Use a different
6239         implementation, so we can really check whether FACE displays
6240         differently or not.
6242 2004-06-04  Miles Bader  <miles@gnu.org>
6244         * faces.el (display-supports-face-attributes-p): Implement a
6245         `different from default' check for non-tty displays.
6247 2004-06-03  David Kastrup  <dak@gnu.org>
6249         * woman.el (woman-mapcan): More concise code.
6250         (woman-topic-all-completions, woman-topic-all-completions-1)
6251         (woman-topic-all-completions-merge): Replace by a simpler and
6252         much faster implementation based on O(n log n) sort/merge instead
6253         of the old O(n^2) behavior.
6255 2004-06-03  Miles Bader  <miles@gnu.org>
6257         * subr.el (read-number): Use canonical format for default in prompt.
6259         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
6260         Add regexp for " [...]" style defaults.
6262 2004-06-02  Romain Francoise  <romain@orebokech.com>
6264         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
6265         groups: if the user asks for a hidden buffer, open the
6266         corresponding filter group to expose it.
6268         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
6269         `ibuffer-jump-to-buffer'.
6270         (ibuffer-jump-offer-only-visible-buffers): New user option.
6272 2004-06-02  Juanma Barranquero  <lektu@terra.es>
6274         * faces.el (frame-update-faces): Add empty docstring so the one
6275         for `ignore' doesn't show through.
6277         * subr.el (process-kill-without-query): Remove spurious "\n" on
6278         obsolescence string.
6279         (focus-frame, unfocus-frame): Add obsolescence declaration and
6280         empty docstring.
6282         * international/mule.el (register-char-codings): Make alias for
6283         `ignore'.  Move docstring to obsolescence info and remove redundancy.
6285 2004-06-02  Kim F. Storm  <storm@cua.dk>
6287         * frame.el (blink-cursor-start): Turn cursor off initially so blink
6288         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
6290 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6292         * comint.el (comint-replace-by-expanded-history-before-point):
6293         Obey `start' as the docstring says.
6294         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
6295         (comint-update-fence): Prevent font-lock from running unnecessarily.
6296         (comint-dynamic-list-completions): Use with-current-buffer.
6298 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6300         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
6301         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
6302         (bibtex-entry-update): Handle alternatives and optional fields.
6303         (bibtex-parse-entry): Bugfix, handle empty key.
6305 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6307         * vc-arch.el (vc-arch-state): Don't assume the file exists.
6309 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
6311         * desktop.el (desktop-save): Don't save minor modes without a
6312         known mode initialization function.
6314 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
6316         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
6318         * autorevert.el: Update `Commentary' section.
6320 2004-05-30  Juanma Barranquero  <lektu@terra.es>
6322         * dos-fns.el (convert-standard-filename):
6323         * files.el (convert-standard-filename):
6324         * w32-fns.el (convert-standard-filename):
6325         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
6327 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
6329         Sync with Tramp.
6331         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
6332         (tramp-let-maybe): Move to an earlier spot in the file.
6333         Patch by Andreas Schwab.
6335 2004-05-30  Andreas Schwab  <schwab@suse.de>
6337         * dired.el (dired-get-filename): Don't use dired-re-dot.
6339 2004-05-30  Richard M. Stallman  <rms@gnu.org>
6341         * files.el (find-file): Doc fix.
6343         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
6345 2004-05-30  Nick Roberts  <nickrob@gnu.org>
6347         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
6348         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
6349         modeline of the locals buffer.
6350         (gdb-goto-breakpoint): Handle gdbmi.
6351         (gdb-get-frame-number): Change for gdbmi.
6353 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
6355         * files.el (file-remote-p): Apply file name handler for operation
6356         `file-remote-p'.  It isn' a property any longer.
6357         (file-relative-name): `fh' and `fd' get the required value via
6358         `find-file-name-handler' already.
6360         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
6361         (top): Remove setting of `file-remote-p' property for
6362         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
6364 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
6366         Version 2.0.41 of Tramp released.
6368         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
6369         Throw away if process has died.
6370         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
6371         (tramp-out-of-band-prompt-regexp): Rename to
6372         `tramp-process-alive-regexp', because its usage is widen.
6373         (tramp-actions-copy-out-of-band): Apply it.
6374         (tramp-actions-before-shell, tramp-multi-actions):
6375         Add `tramp-action-process-alive' action.
6376         (tramp-action-process-alive): New defun.
6377         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6378         Add entry for `file-remote-p'.
6379         (tramp-handle-file-remote-p): New defun.
6380         (top): Remove setting of `file-remote-p'.  Don't set
6381         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
6383         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6384         `file-remote-p'.
6386         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
6387         counted for (last) line.  [They should or they shouldn't?  --Stef]
6388         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
6390 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
6392         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
6393         not really necessary but seems to keep the shell history smaller
6394         in some cases.  It is no substitute for setting HISTFILE and
6395         HISTSIZE from tramp-open-connection-setup-interactive-shell,
6396         though.  Suggested by Luc Teirlinck.
6397         (tramp-open-connection-setup-interactive-shell): Export variables
6398         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
6399         (tramp-set-process-query-on-exit-flag): New compat function.
6400         (tramp-open-connection-multi, tramp-open-connection-su)
6401         (tramp-open-connection-rsh, tramp-open-connection-telnet)
6402         (tramp-do-copy-or-rename-file-out-of-band): Use it.
6403         (tramp-let-maybe): New macro, let-binds a variable only if it
6404         isn't obsolete.
6405         (tramp-check-ls-commands, tramp-handle-expand-file-name)
6406         (tramp-handle-file-truename): Use it.
6407         (tramp-completion-file-name-regexp-unified): Avoid matching
6408         filenames starting with "/:" -- those are reserved for
6409         file-name-non-special.
6411         * tramp-smb.el (tramp-smb-open-connection):
6412         Use tramp-set-process-query-on-exit-flag compat function.
6414 2004-05-29  Richard M. Stallman  <rms@gnu.org>
6416         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
6418         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
6419         (eval-last-sexp-print-value): Print char equivalent regardless
6420         of standard-output value.
6422         * thumbs.el (thumbs-subst-char-in-string): Delete.
6423         (thumbs-thumbname): Use subst-char-in-string.
6424         (thumbs-resize-image): Use condition-case, not ignore-errors.
6425         (thumbs-kill-buffer): Likewise.
6427         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
6428         (thumbs-mode): Make buffer read-only.
6429         (thumbs-make-thumb): Unconditionally accept an existing file.
6430         (thumbs-insert-thumb): Add thumb-image-file property to the image.
6431         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
6432         (thumbs-show-thumbs-list): Error if images not supported.
6433         (thumbs-save-current-image): Improve prompt string.
6434         (thumbs-mode-map): Define u, R, x.
6435         (thumbs-unmark): New command.
6436         (thumbs-emboss-image): Minor cleanup.
6437         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
6438         (thumbs-rename-images): New command.
6439         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
6441         * thumbs.el (thumbs-current-image): New function.
6442         (thumbs-file-list, thumbs-file-alist): New functions.
6443         (thumbs-find-image): Delete arg L.
6444         Don't set up thumbs-fileL as buffer-local global var.
6445         (thumbs-find-image-at-point): Use thumbs-current-image.
6446         (thumbs-set-image-at-point-to-root-window): Likewise.
6447         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
6448         Record and warn about errors.  Update thumbs-markedL for deletions.
6449         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
6450         (thumbs-redraw-buffer): Use thumbs-file-list.
6451         (thumbs-mark): Use thumbs-current-image.
6452         (thumbs-show-name): Use thumbs-current-image.
6454         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
6455         and imenu--last-menubar-index-alist.
6457         * subr.el (with-selected-window): Undo previous change.
6459 2004-05-29  John Paul Wallington  <jpw@gnu.org>
6461         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
6462         (thumbs-mouse-find-image): New command.
6463         (thumbs-mode-map): Bind it to mouse-2.
6464         (thumbs-mode): Make mode-class special.
6465         (thumbs-view-image-mode): Likewise.
6467 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
6469         * flymake.el: New file.
6471 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
6473         * files.el (find-file-noselect-1): Do not bind
6474         `inhibit-read-only' to t during execution of
6475         `find-file-not-found-functions'.
6477 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6479         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
6480         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
6482 2004-05-28  Juri Linkov  <juri@jurta.org>
6484         * simple.el (eval-expression-print-format): New fun.
6486         * simple.el (eval-expression):
6487         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6488         * emacs-lisp/edebug.el (edebug-compute-previous-result)
6489         (edebug-eval-expression): Print additionally the value returned by
6490         `eval-expression-print-format'.
6492         * emacs-lisp/lisp.el (insert-pair-alist): New var.
6493         (insert-pair): Make arguments optional.  Find character pair
6494         from `insert-pair-alist' according to the last input event.
6495         (insert-parentheses): Make arguments optional.
6496         (raise-sexp, delete-pair): New funs.
6498         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
6499         (emacs-lisp-mode-map, lisp-interaction-mode-map):
6500         Bind C-M-q to `indent-pp-sexp'.
6502         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
6503         `pp-to-string' modified to be able to format text with newlines.
6504         (pp-to-string): Move the buffer-formatting part of the code to
6505         `pp-buffer'.  Call `pp-buffer'.
6507         * info.el (Info-desktop-buffer-misc-data): Don't save information
6508         about virtual files.
6509         (Info-restore-desktop-buffer): Restore Info buffers in prepared
6510         buffers with names obtained from the desktop file instead of the
6511         default *info* buffer.
6513 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6515         * subr.el (with-selected-window): Only save/restore the selected window.
6517         * progmodes/compile.el (compilation-error-regexp-alist):
6518         Use expand-file-name and data-directory.
6520         * progmodes/grep.el (grep-tree): Rework previous fix.
6522         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
6523         after the user marked text with the mouse.
6525         * startup.el (command-line): Keep the first regexp of
6526         auto-save-file-name-transforms intact.
6528 2004-05-28  Juanma Barranquero  <lektu@terra.es>
6530         * cus-edit.el (customize-face, customize-face-other-window)
6531         (custom-face-edit-delete): Make arguments match their use in
6532         docstring.
6533         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
6534         docstring.
6536         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
6537         not `cvs-butlast'.
6539         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
6540         `nbutlast' are in subr.el).
6542         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
6543         (set-w32-system-coding-system): Doc fixes.
6545         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
6546         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
6547         Make arguments match their use in docstring.
6548         (artist-draw-region-trim-line-endings)
6549         (artist-mouse-choose-operation): Fix typo in docstring.
6550         (artist-key-set-point-common): Doc fix.
6552 2004-05-28  Simon Josefsson  <jas@extundo.com>
6554         * mail/smtpmail.el (smtpmail-open-stream):
6555         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
6557 2004-05-26  Simon Josefsson  <jas@extundo.com>
6559         * starttls.el: Merge with my GNUTLS based starttls.el.
6560         (starttls-gnutls-program, starttls-use-gnutls)
6561         (starttls-extra-arguments, starttls-process-connection-type)
6562         (starttls-connect, starttls-failure, starttls-success): New variables.
6563         (starttls-program, starttls-extra-args): Doc fix.
6564         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
6565         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
6566         and pass on to corresponding *-gnutls function if it is set.
6568 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
6570         * autorevert.el (auto-revert-handler): Disable auto-reverting of
6571         remote files.
6573 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
6575         * files.el (file-name-non-special): There are more operations
6576         which need handling: `find-backup-file-name',
6577         `insert-file-contents', `verify-visited-file-modtime',
6578         `write-region'.  Rename t value of method to `add'.  Add new
6579         methods `quote' and `unquote-then-quote' to file-arg-indices.
6581 2004-05-25  Juri Linkov  <juri@jurta.org>
6583         * info.el (Info-toc): Call Info-mode on intermediate buffer.
6584         (Info-index-nodes): Enclose code in condition-case to catch errors.
6585         (Info-index-node): Don't search all index nodes if request is only
6586         for the current node and file is not in the cache of index nodes.
6587         (Info-mode-map): Bind Info-copy-current-node-name to `w'
6588         for consistency with dired-copy-filename-as-kill.
6589         Bind `S' to Info-search-case-sensitively.
6590         (Info-copy-current-node-name): New arg.  With zero prefix arg put
6591         the name inside a function call to `info'.  Display copied text in
6592         the echo area.
6594 2004-05-25  Sam Steingold  <sds@gnu.org>
6596         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
6597         strip the package prefix from the symbol name, if any.
6598         Make it the `find-tag-default-function' for `lisp-mode'.
6600 2004-05-25  John Paul Wallington  <jpw@gnu.org>
6602         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
6603         instead of obsolete `process-kill-without-query'.
6605         * textmodes/texinfmt.el (texinfo-indexvar-alist):
6606         Declare as variable, not constant.
6608 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
6610         * files.el (find-file-noselect-1): Fix bug introduced by
6611         Revision 1.694.  As a side effect, `inhibit-read-only'
6612         is again, by default, t during execution of
6613         `find-file-not-found-functions'.
6614         (insert-directory): Check that lines were really inserted by
6615         the --dired switch, before erasing them.
6617 2004-05-24  Nick Roberts  <nickrob@gnu.org>
6619         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
6620         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
6621         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
6622         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
6623         gud-minor-mode (gdbmi).
6625 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
6627         * net/browse-url.el (browse-url-interactive-arg): Enable user to
6628         explicitly select the text to be taken as URL.
6630 2004-05-23  Juri Linkov  <juri@jurta.org>
6632         * info.el (Info-index-nodes): New var and fun.
6633         (Info-goto-index, Info-index, info-apropos)
6634         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
6635         (Info-index): Fix docstring.  Store and restore Info-history-list.
6636         (Info-complete-nodes): New var.
6637         (Info-complete-menu-item): Use it.
6638         (Info-index-node): New fun.
6639         (Info-final-node, Info-forward-node, Info-backward-node)
6640         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
6641         Use Info-index-node.
6642         (Info-extract-menu-item, Info-extract-menu-counting): Set second
6643         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
6644         (Info-find-node-2): If a node with period in its name not found,
6645         try to find a node without the name part after period.
6646         (Info-select-node): Call Info-fontify-node only if
6647         Info-fontify-maximum-menu-size is not nil.
6648         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
6649         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
6650         Preserve Info-history-list.
6651         (Info-toc): Set Info-current-file.
6652         (Info-build-toc): Move point to the beginning of the buffer.
6653         Add main-file variable.
6654         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
6655         Use backslashed representation of the control character ^_.
6657         * textmodes/texinfmt.el (texinfo-print-index): Print index line
6658         numbers in the new Texinfo 4.7 format.
6660         * add-log.el (change-log-font-lock-keywords): Remove `:' from
6661         regexps for function and variable names.
6663         * descr-text.el (describe-property-list): Add [show] button for
6664         `syntax-table' property with action to pp to a separate buffer.
6665         (describe-char): Replace search-forward by re-search-forward with
6666         whitespace regexp after "character:" to not fail in too narrow windows.
6668         * simple.el (next-error-find-buffer): Add a rule to return
6669         next-error capable buffer if one window on the selected frame
6670         displays such buffer.
6672 2004-05-23  Nick Roberts  <nickrob@gnu.org>
6674         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
6675         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
6676         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
6677         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
6678         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
6679         Handle new value for gud-minor-mode (gdbmi).
6680         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
6681         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
6682         Change from local to global gdb variable set.
6683         (gdb-ann3): Initialise above gdb variable set.
6684         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
6685         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
6686         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
6687         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
6688         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
6689         (gdb-info-locals-handler, gdb-invalidate-assembler)
6690         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
6691         set as global variables.
6692         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
6693         Handle gdbmi.
6694         (gdb-info-breakpoints-custom): Fix regexp.
6695         (def-gdb-var): Delete.
6697         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
6698         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
6699         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
6700         a new mode.  The file (gdb-mi.el) for this mode will be included
6701         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
6702         primary interface.
6704 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
6706         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
6707         interpreted as a directory.
6709 2004-05-22  Richard M. Stallman  <rms@gnu.org>
6711         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
6712         as a close quote.
6714         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
6716         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
6717         Use assoc-string, not assoc-ignore-case.
6719         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
6721         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
6722         If moving back then fwd gets a defun that ends before point,
6723         try again moving fwd then back.
6725         * files.el (file-name-non-special): Allow t in file-arg-indices
6726         to mean requote the return value.  Use `identity' as an element
6727         rather than as the whole value.
6729         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
6731 2004-05-22  Juanma Barranquero  <lektu@terra.es>
6733         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
6734         `help-make-usage'.
6735         (help-highlight-arguments): Skip function name before searching
6736         for arguments.
6738 2004-05-21  Juanma Barranquero  <lektu@terra.es>
6740         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
6741         Don't mention in the docstring these arguments meant for
6742         internal (recursive) use only.
6743         (allout-char-spec): Comment out (it's not implemented).
6744         (allout-old-expose-topic, allout-exposure): Fix docstring and add
6745         obsolescence declaration.
6746         (allout-flatten-exposed-to-buffer)
6747         (allout-indented-exposed-to-buffer): Fix typos in docstring.
6748         (my-mark-marker): Doc fix.
6749         (produce-allout-mode-map, allout-sibling-index)
6750         (allout-isearch-expose, allout-distinctive-bullet)
6751         (allout-open-topic, allout-reindent-body)
6752         (allout-rebullet-heading, allout-process-exposed)
6753         (allout-insert-listified, allout-latex-verb-quote)
6754         (allout-insert-latex-header, allout-insert-latex-trailer):
6755         Make arguments match their use in docstring.
6756         (allout-primary-bullet, allout-old-style-prefixes)
6757         (allout-inhibit-protection, allout-init, allout-mode)
6758         (allout-before-change-protect, allout-flag-region):
6759         Use "Emacs" instead of "emacs" in docstrings.
6761 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
6763         * international/characters.el: Modify syntax of more characters.
6765 2004-05-21  Masatake YAMATO  <jet@gyve.org>
6767         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
6768         (etags-tags-completion-table): Show parsing progress.
6770 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
6772         * locate.el (locate-prompt-for-command): Shorten first line of
6773         docstring.
6774         (locate-mode): Expand docstring and include keymap summary.
6776         * files.el (find-file-noselect-1): Limit the scope of the
6777         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
6778         is, by default, nil during the execution of
6779         `find-file-not-found-functions' and `find-file-hook'.
6781 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
6783         * facemenu.el (facemenu-color-name-equal): New function.
6784         (list-colors-display): Use it to compare colors instead of
6785         facemenu-color-equal.
6787 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
6789         * compare-w.el (compare-windows-face): Use min-colors instead of
6790         checking for tty or pc types.
6792 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6794         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
6795         (completion-setup-function): Use with-current-buffer.
6796         Properly save excursion.  Simplify.
6797         Don't assume there is necessarily a `mouse-face' property somewhere.
6799         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
6801         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
6803         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
6804         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
6805         Use with-current-buffer.
6806         (byte-goto-log-buffer): Delete.
6807         (byte-compile-log-file): Call compilation-forget-errors.
6809 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
6811         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
6812         output messages into the search result.
6814 2004-05-19  Masatake YAMATO  <jet@gyve.org>
6816         * wid-edit.el (widget-radio-button-notify): Revert my last
6817         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6819 2004-05-19  Kenichi Handa  <handa@m17n.org>
6821         * international/characters.el: Fix syntax (open/close) of CJK chars.
6823 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
6825         * help-mode.el (help-go-back): Don't depend on position of back button.
6827 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6829         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
6830         files files don't contain an accidental additional /.
6832         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
6833         in source buffer.
6835 2004-05-18  Masatake YAMATO  <jet@gyve.org>
6837         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
6838         to widget-apply.  :action method assumes 2 arguments, not 3.
6840 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
6842         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6843         New constants.
6844         (hs-special-modes-alist): Add an f90-mode entry.
6846 2004-05-17  Sam Steingold  <sds@gnu.org>
6848         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
6849         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
6851 2004-05-16  Kim F. Storm  <storm@cua.dk>
6853         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
6855 2004-05-15  John Wiegley  <johnw@newartisans.com>
6857         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
6858         (eshell-output-object-to-target): Improve output speed 20% by not
6859         calling `eshell-stringify' if something is already known to be a string.
6861 2004-05-15  Alex Ott  <ott@jet.msk.su>
6863         * textmodes/ispell.el (ispell-local-dictionary-alist):
6864         Add windows-1251 to the choice of coding systems.
6865         (ispell-dictionary-alist-6): Add support for "russianw.aff",
6866         encoded in cp1251.
6868 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
6870         * progmodes/compile.el (compilation-warning-face)
6871         (compilation-info-face): Use min-colors.
6873 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6875         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
6876         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
6877         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
6878         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
6879         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
6880         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
6881         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
6882         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
6883         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
6884         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
6885         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
6886         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
6887         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
6888         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
6890 2004-05-15  Kim F. Storm  <storm@cua.dk>
6892         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
6893         Use it to set triggered-p element of timer.
6894         (timer-event-handler): Set triggered-p element non-nil while running
6895         the timer function.
6897 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6899         * descr-text.el (describe-char-unicode-data)
6900         (describe-char-unicodedata-file): Re-enable the unicode code now that
6901         the licensing issues have been cleared in the unicode-4 license.
6902         (describe-text-properties-1): Remove unused `overlay' var.
6903         (describe-char): Remove unused var `buffer'.
6905 2004-05-14  David Ponce  <david@dponce.com>
6907         * tree-widget.el: New file.
6909 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
6911         * language/european.el ("Brazilian Portuguese"): Add support for
6912         Brazilian Portuguese.
6914 2004-05-13  John Wiegley  <johnw@newartisans.com>
6916         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
6917         `recentf-mode' if this variable has been customized to t.
6919         * eshell/esh-test.el (eshell-test): Call the function
6920         `emacs-version' rather than trying to build a custom version string.
6922 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6924         * net/telnet.el (telnet-mode): Use define-derived-mode.
6925         Don't modify the global value of comint-prompt-regexp.
6927 2004-05-13  John Paul Wallington  <jpw@gnu.org>
6929         * version.el (emacs-version): Check for `gtk' feature before
6930         `x-toolkit' feature.
6932 2004-05-13  Juanma Barranquero  <lektu@terra.es>
6934         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
6935         arguments in the docstring, they're used only in recursive calls.
6937         * help-fns.el (help-arg-highlighting-function)
6938         (help-argument-name): Delete.
6939         (help-default-arg-highlight): New function.
6940         (help-do-arg-highlighting): Use it.
6942 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
6944         * calendar/appt.el (appt-disp-window):
6945         Use `calendar-set-mode-line' for a centered mode-line.
6947 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
6949         * calendar/appt.el (appt-disp-window): Do not split window
6950         excessively when `split-height-threshold' is low.
6952 2004-05-12  Nick Roberts  <nickrob@gnu.org>
6954         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
6955         kill-buffer-hook here and make it local.
6956         (gud-kill-buffer-hook): Use kill-process for a sure kill.
6958 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
6960         * progmodes/compile.el (compilation-set-window-height):
6961         Use save-excursion to protect against misplaced marker.
6963 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6965         * custom.el (defface): Document that type can have value gtk.
6967         * faces.el (face-spec-set-match-display): Handle type gtk in display.
6969 2004-05-12  Kenichi Handa  <handa@m17n.org>
6971         * descr-text.el: Require quail at comile time.
6972         (describe-char): If an input method is on and it supports the
6973         character, show how to input it.
6975         * international/quail.el (quail-install-decode-map): Accept a
6976         char-table whose subtype is `quail-decode-map'.
6977         (quail-store-decode-map-key, quail-gen-decode-map1)
6978         (quail-gen-decode-map, quail-find-key1, quail-find-key)
6979         (quail-show-key): New functions.
6981 2004-05-12  Juanma Barranquero  <lektu@terra.es>
6983         * generic.el (define-generic-mode): Remove redundant arglist info.
6985         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
6986         Make arguments match their use in docstring.
6987         (help-arg-highlighting-function): New variable.
6988         (help-argument-name): Mention it in the docstring.
6989         (help-do-arg-highlight): Use it.  Expand regexp to accept also
6990         ARG-xxx and xxx-ARG references.
6992 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
6994         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
6995         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
6996         and "mailto:addr1?to=addr2" equal.
6998 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
7000         * man.el (Man-getpage-in-background): Use shell-file-name
7001         and shell-command-switch variables instead of hard-coded values.
7003 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
7005         * iimage.el: New file.
7007 2004-05-11  Juanma Barranquero  <lektu@terra.es>
7009         * custom.el (custom-initialize-default, defcustom):
7010         Fix typo in docstring.
7012         * files.el (set-visited-file-name, file-expand-wildcards):
7013         Fix docstring.
7015 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7017         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
7019         * subr.el (eventp): Be more discriminating with integers.
7021 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
7023         * progmodes/compile.el (compile): Add universal prefix arg.
7024         (compilation-error-regexp-alist-alist): Add edg patterns.
7026 2004-05-10  Sam Steingold  <sds@gnu.org>
7028         * textmodes/ispell.el (ispell-message):
7029         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
7031 2004-05-10  Dave Love  <fx@gnu.org>
7033         * progmodes/python.el (help-buffer): Autoload when compiling.
7034         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
7035         (run-python): Prepend to any existing PYTHONPATH.
7037 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
7039         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
7040         for pending breakpoints.
7042 2004-05-10  Richard M. Stallman  <rms@gnu.org>
7044         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
7045         directly without calling any functions in Rmail.
7046         (unrmail-unprune): Function deleted.
7048 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7050         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
7051         C-c C-z binding.
7053 2004-05-10  Kenichi Handa  <handa@m17n.org>
7055         * descr-text.el (describe-char): Fix previous change.  Don't make
7056         a unibyte character to multibyte in the *Help* buffer.
7058 2004-05-10  Miles Bader  <miles@gnu.org>
7060         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
7061         buffer an error if the debugger process is actually running.
7063 2004-05-10  Juanma Barranquero  <lektu@terra.es>
7065         * help-fns.el (help-argument-name): Default to italic.
7066         (help-highlight-arguments): Return always (usage . doc), even when
7067         usage is nil.
7069         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
7070         (define-ibuffer-filter): Add usage info.
7071         (define-ibuffer-op): Add usage info (but CL-style defaults for
7072         keyword args are not shown).
7074         * subr.el (remove-overlays, read-passwd): Fix docstring.
7075         (start-process-shell-command): Fix docstring.  Put usage info in a
7076         format usable by `describe-function'.
7077         (open-network-stream, open-network-stream-nowait)
7078         (open-network-stream-server): Fix docstring.
7080 2004-05-09  Jason Rumney  <jasonr@gnu.org>
7082         * international/code-pages (cp932, cp936, cp949, c950): Remove.
7083         Only define cp125* if windows-125* is already defined.
7085         * language/korean.el (cp949): Add alias.
7087         * language/chinese.el (cp936, cp950): Add aliases.
7089         * language/japanese.el (cp932): Add alias.
7091         * term/w32-win.el: Require code-pages.
7093         * international/mule-cmds.el (set-locale-environment):
7094         On MS-Windows use ansi code-page for default coding-systems.
7095         Set up paper sizes for Windows 3 letter languages.
7097         * international/code-pages.el (cp932, cp936, cp949, cp950):
7098         Add aliases.  Also add cp125* if not already defined.
7100 2004-05-09  Juanma Barranquero  <lektu@terra.es>
7102         * help-fns.el (help-highlight-arguments): Don't try to highlight
7103         missing or autoloaded arglists.  Accept structured arguments, like
7104         the first ones of `do' and `flet'.
7106         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
7107         (cvs-get-marked): Remove redundant arglist info.
7109         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
7110         Don't use CL-style default args.
7112 2004-05-08  Andreas Schwab  <schwab@suse.de>
7114         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
7116         * international/subst-ksc.el: Fix references to utf-translate-cjk
7117         into utf-translate-cjk-mode.
7118         * international/subst-big5.el: Likewise.
7119         * international/subst-gb2312.el: Likewise.
7120         * international/subst-jis.el: Likewise.
7121         * international/utf-16.el: Likewise.
7122         * international/utf-8.el: Likewise.
7124 2004-05-08  John Wiegley  <johnw@newartisans.com>
7126         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
7127         "virtual buffers" (off by default), which makes it possible to
7128         switch to the "virtual" buffers of recently visited files.  When a
7129         buffer name search fails, and this option is on, iswitchb will
7130         look at the list of recently visited files, and permit matching
7131         against those names.  When the user hits RET on a match, it will
7132         revisit that file.
7133         (iswitchb-read-buffer): Add two optional arguments, which makes
7134         isearchb.el possible.
7135         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
7136         (iswitchb-next-match): Add support for virtual buffers.
7138         * isearchb.el: This module extends iswitchb to provide "as you
7139         type" buffer selection.
7141         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
7142         Ignore the read-only property when flyspell highlighting is on.
7143         Not ignoring it leads to a series of confusing errors.
7144         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
7145         but also make sure to call flyspell-incorrect-hook.
7146         (flyspell-maybe-correct-transposition): Perform transposition test
7147         by bit twiddling a string, rather than using a temp buffer.
7148         (flyspell-maybe-correct-doubling): Use a string rather than a temp
7149         buffer.  This is also the original version of the code, which
7150         could not be checked in before due to a previous lack of
7151         assignment papers.  This version has seen heavy usage on my system
7152         for several years now.
7154         * calendar/cal-bahai.el: New file, which adds support for the
7155         Baha'i calendar to Emacs.  This calendar is based on a solar year
7156         of 19 months of 19 days, with 4 intercalary days.  Each year
7157         begins on March 21, with the calendar starting in 1844.
7159         * calendar/cal-menu.el, calendar/calendar.el,
7160         calendar/diary-lib.el, calendar/holidays.el: Added support for
7161         using cal-bahai.el.
7163         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
7164         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
7165         function can be used outside of eshell buffers.
7166         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
7168 2004-05-08  Juanma Barranquero  <lektu@terra.es>
7170         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
7171         word constituent so FOO-ARG is not recognized as an arg.
7172         (help-highlight-arguments): Don't skip lists in mandatory arguments.
7174         * simple.el (next-error): Fix typo in docstring.
7175         (open-line): Make argument names match their use in docstring.
7176         (split-line): Fix docstring.
7178         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
7179         usable by `describe-function'.
7180         (gensym, gentemp, typep, ignore-errors): Make argument names match
7181         their use in docstring.
7183         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
7184         argument to `help-setup-xref'.
7186 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
7188         Version 2.0.40 of Tramp released.
7190         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
7191         Use symbol-function to invoke functions only known on some Emacs
7192         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
7193         Scaldeferri <kevin@scaldeferri.com>.
7194         (tramp-do-copy-or-rename-file-via-buffer): Rename from
7195         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
7196         consistent with the other tramp-do-* functions.
7197         (tramp-do-copy-or-rename-file): Calls adjusted.
7198         (tramp-process-initial-commands): Avoid liveness check on shell --
7199         we know that it must be alive since we're opening a connection at
7200         this moment.
7201         (tramp-last-cmd): New internal variable.
7202         (tramp-process-echoes): New tunable.
7203         (tramp-send-command): Set tramp-last-cmd.
7204         (tramp-wait-for-output): Delete echo, if applicable.
7205         (tramp-read-passwd): Construct the key for the password cache in a
7206         way that works for multi methods, too.
7207         (tramp-bug): Add backup-directory-alist and
7208         bkup-backup-directory-info to bug reports, with Tramp counterparts.
7210 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
7212         * net/tramp*.el: Suppress byte-compiler warnings where possible.
7214         * net/tramp.el (tramp-out-of-band-prompt-regexp)
7215         (tramp-actions-copy-out-of-band): New defcustoms.
7216         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
7217         used instead of a synchronous one.  Allows password entering.
7218         (tramp-action-out-of-band): New defun.
7219         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
7220         Remove restriction with password from doc string.
7221         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
7222         `tramp-out-of-band-prompt-regexp',
7223         `tramp-actions-copy-out-of-band', `password-cache' and
7224         `password-cache-expiry'.
7225         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
7226         password caching.
7227         (tramp-touch): FILE can be a local file, too.
7228         (TODO): Remove items done.
7229         (tramp-handle-insert-directory): Properly quote file name also if
7230         not full-directory-p.  Handle wildcard case.  Reported by Andreas
7231         Schwab <schwab@suse.de>.
7232         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
7233         new file.
7234         (tramp-handle-file-local-copy, tramp-handle-write-region):
7235         The permissions of the temporary file are set if filename exists.
7236         Reported by Ted Stern <stern@cray.com>.
7237         (tramp-backup-directory-alist)
7238         (tramp-bkup-backup-directory-info): New defcustoms.
7239         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
7240         (tramp-handle-find-backup-file-name): New function.
7241         Implements Tramp's find-backup-file-name.
7243         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
7244         for `find-backup-file-name'.
7246         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
7247         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
7249 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
7251         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
7253 2004-05-07  Juanma Barranquero  <lektu@terra.es>
7255         * subr.el (lambda): Add arglist description to docstring.
7256         (declare): Fix typo in docstring.
7257         (open-network-stream): Fix docstring.
7258         (process-kill-without-query): Fix docstring and add obsolescence info.
7259         (last, butlast, nbutlast): Make arguments match their use in docstring.
7260         (insert-buffer-substring-no-properties): Likewise.
7261         (insert-buffer-substring-as-yank): Likewise.
7262         (split-string): Fix docstring.
7264         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7265         Make argument names match their use in docstring.
7267         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
7269 2004-05-06  Nick Roberts  <nickrob@gnu.org>
7271         * progmodes/gdb-ui.el: Improve/extend documentation strings.
7272         Fit first sentence on one line for apropos-command.
7274 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7276         Changes largely merged in from Dave Love's code.
7277         * progmodes/python.el: Doc fixes.
7278         (python-mode-map): Add python-complete-symbol.
7279         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
7280         (python-comment-indent, python-complete-symbol)
7281         (python-symbol-completions, python-partial-symbol)
7282         (python-try-complete): New.
7283         (python-indent-line): Remove optional arg.  Use python-block-end-p.
7284         (python-check): Bind compilation-error-regexp-alist.
7285         (inferior-python-mode): Use rx.  Move keybindings to top level.
7286         Set comint-input-filter.
7287         (python-preoutput-filter): Use rx.
7288         (python-input-filter): Re-introduce.
7289         (python-proc): Start new process if necessary.
7290         Check python-buffer non-nil.
7291         (view-return-to-alist): Defvar.
7292         (python-send-receive): New.
7293         (python-eldoc-function): Use it.
7294         (python-mode-running): Don't defvar.
7295         (python-mode): Set comment-indent-function.
7296         Maybe update hippie-expand-try-functions-list.
7297         (python-indentation-levels): Initialize differently.
7298         (python-block-end-p): New.
7299         (python-indent-line): Use it.
7300         (python-compilation-regexp-alist): Augment.
7301         (run-python): Import `emacs' module to Python rather than loading
7302         code directly.  Set python-buffer differently.
7303         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
7304         Use python-proc.
7305         (python-send-command): Go to end of comint buffer.
7306         (python-load-file): Use python-proc, emacs.eimport.
7307         (python-describe-symbol): Simplify interactive form.
7308         Use emacs.help.  Do use temp-buffer-show-hook.
7309         Call print-help-return-message.
7310         (hippie-exp): Require when compiling.
7311         (python-preoutput-continuation): Use rx.
7313         * diff-mode.el (diff-make-unified): Fix regexp.
7315 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
7317         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
7318         filter groups from the buffer when rebuilding the Ibuffer buffer
7319         and `ibuffer-show-empty-filter-groups' is nil.
7321 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7323         * ps-print.el (ps-print-quote): Call ps-value-string.
7324         (ps-setup): Call ps-comment-string.
7325         (ps-value-string, ps-comment-string): New funs.
7327 2004-05-06  Juanma Barranquero  <lektu@terra.es>
7329         * ehelp.el (electric-help-command-loop): Check whether the last
7330         character is visible, not (point-max).
7332         * help-fns.el (help-argument-name): Default to bold; don't inherit
7333         from font-lock-variable-name-face.
7334         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
7336 2004-05-05  Kenichi Handa  <handa@m17n.org>
7338         * descr-text.el (describe-char): Copy the character with text
7339         properties and overlays into the first line, and call
7340         describe-text-properties on it.
7342 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
7344         * iswitchb.el (iswitchb-global-map): Fix typo.
7345         Remove unwanted ###autoloads from source file.
7347 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
7349         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
7350         in run-hooks.  Use substitute-command-keys in message.
7351         (wdired-abort-changes): Add message.
7353 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
7355         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
7356         (sql-emacs20-p): Remove.
7357         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
7358         (sql-builtin-face, sql-doc-face): Remove.
7359         (sql-mode-ansi-font-lock-keywords)
7360         (sql-mode-oracle-font-lock-keywords)
7361         (sql-mode-postgres-font-lock-keywords)
7362         (sql-mode-linter-font-lock-keywords)
7363         (sql-mode-ms-font-lock-keywords)
7364         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
7365         (sql-product-font-lock): Fix font-lock reset when font rules change.
7366         (sql-highlight-product): Remove incorrect font-lock reset logic.
7368 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
7370         * ses.el (ses-set-parameter): Fix typo.
7372 2004-05-04  Kim F. Storm  <storm@cua.dk>
7374         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
7375         Must expand directory for completion to work; and don't mess with
7376         process-environment.
7377         (ido-read-file-name): If command has ido property, don't use ido
7378         if value is ignore, or read as directory if value is dir.
7379         Set ido ignore property for dired-do-rename command.
7381 2004-05-04  Juanma Barranquero  <lektu@terra.es>
7383         * ehelp.el (electric-help-command-loop, electric-help-undefined)
7384         (electric-help-help): Check against unmapped commands.
7386         * help-fns.el (help-argument-name): New face, inheriting from
7387         font-lock-variable-name-face, to highlight function arguments in
7388         `describe-function' and `describe-key'.
7389         (help-do-arg-highlight): Auxiliary function to highlight a given
7390         list of arguments in a string.
7391         (help-highlight-arguments): Highlight the function arguments and
7392         all uses of them in the docstring.
7393         (describe-function-1): Use it.  Do docstring output via `insert',
7394         not 'princ', so text attributes are preserved.
7396         * winner.el (winner-mode-map): Move `winner-undo' and
7397         `winner-redo' to C-c <left> and C-c <right>, respectively (the
7398         previous bindings conflict with `prev-buffer', `next-buffer').
7400 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7402         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
7403         (bibtex-entry-update): New command bound to C-c C-u.
7404         (bibtex-text-in-string): Fix regexp.
7405         (bibtex-assoc-of-regexp): Remove.
7406         (bibtex-progress-message): Fix docstring.
7407         (bibtex-inside-field): Use if.
7408         (bibtex-assoc-regexp): New function.
7409         (bibtex-format-entry): Make code more robust so that it formats
7410         also old entries.
7411         (bibtex-autokey-demangle-title): Merge with obsolete function
7412         bibtex-assoc-of-regexp.
7413         (bibtex-field-list): New function.
7414         (bibtex-entry): Use bibtex-field-list.
7415         (bibtex-parse-entry): Fix docstring.
7416         (bibtex-print-help-message): Use bibtex-field-list.
7417         (bibtex-make-field): Use bibtex-field-list.
7418         (bibtex-entry-index): Bugfix.  Return crossref key if required.
7419         (bibtex-lessp): Fix docstring.
7421 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
7423         * select.el (xselect-convert-to-string): Move comment to intended line.
7425 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7427         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
7428         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
7430 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7432         * term/x-win.el (x-clipboard-yank): Don't exit on error from
7433         x-get-selection.
7435 2004-05-03  Jason Rumney  <jasonr@gnu.org>
7437         * makefile.nt: Remove.
7439 2004-05-03  Kim F. Storm  <storm@cua.dk>
7441         * emulation/cua-base.el (cua--update-indications): Fix last change.
7442         (cua-mode): Deactivate mark when cua-mode is enabled.
7444 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
7446         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
7448 2004-05-03  Nick Roberts  <nickrob@gnu.org>
7450         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
7451         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
7452         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
7453         window over visible frames.
7454         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
7456 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7458         * progmodes/compile.el (compilation-gcpro): New var.
7459         (compilation-fake-loc): Use it.
7460         (compilation-forget-errors): Reset it.
7462 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
7464         * diff-mode.el (diff-header-face, diff-file-header-face):
7465         Use min-colors.
7467 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7469         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
7470         (bibtex-clean-entry): Disentangle code.
7471         (bibtex-realign): New function.
7472         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
7473         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
7474         Remove undocumented optional arg called-by-convert-alien.
7475         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
7476         for sorting instead of bibtex-sort-buffer.
7478 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
7480         * progmodes/compile.el (compilation-start): In the
7481         no-async-subprocesses branch, call sit-for to give redisplay a
7482         chance to show the updated process status in the mode line, and
7483         fontify the buffer explicitly after the process exits.
7485 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7487         * progmodes/python.el (python-compilation-line-number): Remove.
7488         (python-compilation-regexp-alist): Don't use it any more.
7489         (python-orig-start, python-input-filter): Remove.
7490         (inferior-python-mode): Don't set up comint-input-filter-functions.
7491         (python-send-region): Use compilation-fake-loc.
7493         * progmodes/compile.el (compilation-messages-start): New var.
7494         (compilation-mode): Don't setup next-error-function here.
7495         (compilation-setup): Set it up here instead (for minor modes as well).
7496         Make compilation-messages-start buffer local.
7497         (compilation-next-error-function): Use it.
7498         (compilation-forget-errors): Set compilation-messages-start.
7500 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7502         * ielm.el (ielm-prompt-read-only): Update docstring.
7504         * comint.el (comint-prompt-read-only): Update docstring.
7505         (comint-update-fence, comint-kill-whole-line)
7506         (comint-kill-region): New functions.
7508         * simple.el (kill-whole-line): Use "p" instead of "P" in
7509         interactive form.
7511 2004-05-01  Juanma Barranquero  <lektu@terra.es>
7513         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
7514         format arglist so default values in CL-style argument lists are
7515         correctly shown.
7517 2004-05-01  Jason Rumney  <jasonr@gnu.org>
7519         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
7521 2004-05-01  Kenichi Handa  <handa@m17n.org>
7523         * international/titdic-cnv.el (miscdic-convert): Don't generate a
7524         quail file if it is up to date.
7526 2004-04-30  Juri Linkov  <juri@jurta.org>
7528         * cus-edit.el (custom-mode-map):
7529         Add key binding `C-x C-s' to `Custom-save'.
7531         * outline.el (outline-blank-line): New var.
7532         (outline-next-preface, outline-show-heading)
7533         (outline-end-of-subtree): Use it.
7535         * dired-aux.el (dired-touch-initial): New fun.
7536         (dired-do-chxxx): Call it for op-symbol `touch'.
7537         (dired-diff): Use `dired-dwim-target-directory'
7538         if current dired buffer has no buffer mark.
7540         * bindings.el (propertized-buffer-identification):
7541         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
7542         Add C-M-arrow keys for consistency.
7544         * files.el (confirm-kill-emacs):
7545         Change group from top-level `emacs' to `convenience'.
7547         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7548         Push mark on the first call of successive command calls.
7549         (insert-pair): New fun created from `insert-parentheses' with
7550         `open' and `close' arguments added.  Enclose active regions
7551         in paired characters.  Compare adjacent characters syntax with
7552         inserted characters syntax before inserting a space.
7553         (insert-parentheses): Call `insert-pair' with ?\( ?\).
7555         * delsel.el: Don't put `delete-selection' property
7556         on `insert-parentheses' symbol to take advantage of
7557         region handling in `insert-pair' function.
7558         Suggested by Stephan Stahl <stahl@eos.franken.de>.
7560 2004-04-30  Kim F. Storm  <storm@cua.dk>
7562         * emulation/cua-base.el: Add support for changing cursor types;
7563         based on patch from Michael Mauger.
7564         (cua-normal-cursor-color, cua-read-only-cursor-color)
7565         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
7566         Customization cursor type and/or cursor color.
7567         (cua--update-indications): Handle cursor type changes.
7568         (cua-mode): Update cursor indications if enabled.
7570         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
7572         * mouse.el (mouse-drag-copy-region): New defcustom.
7573         (mouse-set-region, mouse-drag-region-1): Use it.
7575         * simple.el (kill-ring-save): If region face background color is
7576         unspecified (if no highlighting), show extent of fully visible
7577         region even if transient-mark-mode is enabled.
7579         * emulation/cua-base.el (cua--standard-movement-commands):
7580         Add cua-scroll-up and cua-scroll-down.
7581         (cua-scroll-up, cua-scroll-down): New commands.
7582         (cua--init-keymaps): Remap scroll-up and scroll-down.
7584         * emulation/cua-rect.el (cua--convert-rectangle-as):
7585         New defmacro.
7586         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
7587         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
7588         New commands (suggested by Jordan Breeding).
7590 2004-04-30  Juanma Barranquero  <lektu@terra.es>
7592         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
7594 2004-04-30  Mario Lang  <mlang@delysid.org>
7596         * diff.el (diff-switches): Fix typo in docstring.
7598 2004-04-30  Alex Schroeder  <alex@gnu.org>
7600         * xml.el (xml-debug-print-internal): Don't add newline and
7601         indentation to text nodes and write empty elements as empty tags
7602         instead of opening and closing tags.
7603         (xml-debug-print): Take optional indent-string argument.
7604         (xml-print): Alias for xml-debug-print.
7606 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
7608         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
7609         than duplicate call to `line-beginning-position'.
7611         * progmodes/f90.el (f90-get-present-comment-type):
7612         Return whitespace, as well as comment chars, for consistent filling
7613         of comment blocks.  Use `match-string-no-properties'.
7614         (f90-break-line): Trim trailing whitespace when filling comments.
7616 2004-04-30  Dave Love  <fx@gnu.org>
7618         * calendar/diary-lib.el (diary-outlook-formats): New variable.
7619         (diary-from-outlook-internal, diary-from-outlook)
7620         (diary-from-outlook-gnus, diary-from-outlook-rmail):
7621         New functions to import diary entries from Outlook-format
7622         appointments in mail messages.
7624 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7626         * progmodes/python.el (python-send-command): New fun.
7627         (python-send-region, python-load-file): Use it.
7629         * progmodes/compile.el (compilation-last-buffer): Add var alias.
7631         * help-fns.el (help-C-file-name): Use new subr-name.
7632         Prepend `src/' to the file name.
7633         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
7634         (describe-function-1, describe-variable): Only find a C source file
7635         name if DOC is already loaded.
7637         * help-mode.el (help-function-def, help-variable-def):
7638         Use the new find-function-search-for-symbol functionality.
7639         Allow FILE to be `C-source'.
7641         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
7642         (find-function-C-source): New fun.
7643         (find-function-search-for-symbol): Use it.
7645 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
7647         * progmodes/sql.el (sql-product-alist): Rename variable
7648         `sql-product-support'.  Add Postgres login parameters.
7649         (sql-set-product, sql-product-feature): Update with renamed variable.
7650         (sql-connect-postgres): Add username prompt.
7651         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
7652         Make patterns less product specific.
7653         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
7654         (sql-mode-abbrev-table): Modify initialization.
7655         (sql-builtin-face): Add variable.
7656         (sql-keywords-re): Add macro.
7657         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
7658         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
7659         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
7660         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
7661         (sql-mode-linter-font-lock-keywords)
7662         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
7663         (sql-mode-sybase-font-lock-keywords)
7664         (sql-mode-informix-font-lock-keywords)
7665         (sql-mode-interbase-font-lock-keywords)
7666         (sql-mode-ingres-font-lock-keywords)
7667         (sql-mode-solid-font-lock-keywords)
7668         (sql-mode-sqlite-font-lock-keywords)
7669         (sql-mode-db2-font-lock-keywords): Default to nil.
7670         (sql-product-font-lock): Always highlight ANSI keywords.
7671         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
7672         (sql-send-string): Add function.
7674 2004-04-29  Dave Love  <fx@gnu.org>
7676         * progmodes/cfengine.el (cfengine-beginning-of-defun)
7677         (cfengine-end-of-defun): Ensure progress through buffer.
7679         * info-look.el (cfengine-mode): Accept a terminal ().
7681 2004-04-29  Juri Linkov  <juri@jurta.org>
7683         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
7684         instead of isearch-yank-word-or-char.  Add new key bindings for
7685         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
7686         (isearch-del-char): New fun.
7687         (isearch-forward, isearch-edit-string): Update docstring.
7688         (isearch-yank-char): Doc fix.
7689         (isearch-other-meta-char): Restore point after scrolling.
7691         * progmodes/compile.el (compilation-context-lines): Add nil option
7692         to disable compilation output window scrolling.
7693         (compilation-set-window): Use it.
7695         * outline.el (outline-next-preface, outline-show-heading):
7696         Don't leave unhidden blank line before heading.
7697         (outline-end-of-subtree): Include last newline into subtree.
7698         (hide-entry): Leave point at beginning of heading instead of end.
7699         (outline-up-heading): Push mark for the first call of successive
7700         command calls.
7702 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
7704         * comint.el (comint-prompt-read-only): New variable.
7705         (comint-output-filter): Implement it.
7707         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
7708         (ielm-prompt-internal): New variable.
7709         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
7710         (ielm-send-input): Delete unused variable `buf'.
7711         (ielm-eval-input): Use `ielm-prompt-internal'.
7712         (inferior-emacs-lisp-mode): Use new variables
7713         `comint-prompt-read-only' and `ielm-prompt-internal'.
7714         Get rid of obsolete variable `directory-sep-char'.
7715         (ielm): Use `zerop'.
7717 2004-04-29  John Paul Wallington  <jpw@gnu.org>
7719         * thumbs.el (toplevel): Require cl at compile time.
7720         Remove conditional definitions of `ignore-errors' and `caddar'
7721         because they occur at run time.
7723 2004-04-28  Nick Roberts  <nickrob@gnu.org>
7725         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
7726         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
7727         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
7728         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
7730         * progmodes/gud.el (gud-common-init): Throw an error if program is
7731         already running under gdb.
7733 2004-04-28  John Paul Wallington  <jpw@gnu.org>
7735         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
7736         (thumbs-show-image-num): Move assignment of
7737         `thumbs-current-image-filename' within scope of `i'.
7738         (thumbs-emboss-image): Don't use `evenp'.
7740 2004-04-28  Richard M. Stallman  <rms@gnu.org>
7742         * progmodes/compile.el (compilation-context-lines): Default now 0.
7744 2004-04-28  Juanma Barranquero  <lektu@terra.es>
7746         Use `time-less-p' from calendar/time-date.el instead of defining
7747         custom versions of it.
7749         * pcomplete.el (pcomplete-time-less-p): Remove.
7751         * thumbs.el (time-less-p): Remove.
7753         * calendar/timeclock.el (timeclock-time-less-p): Remove.
7754         (timeclock-generate-report): Use `time-less-p'.
7756         * emacs-lisp/autoload.el (autoload-before-p): Remove.
7757         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
7759 2004-04-28  Masatake YAMATO  <jet@gyve.org>
7761         * subr.el (remove-overlays): Make arguments optional.
7763         * wid-edit.el (widget-specify-button): Put evaporate to the
7764         overlay for sample.
7765         (widget-specify-sample): Put evaporate to the overlay for sample.
7766         (widget-specify-doc): Put evaporate to the overlay for documentation.
7768 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
7770         * info.el (info-apropos): Make it an index node.  Align node names
7771         like makeinfo.
7773 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
7775         * net/browse-url.el (browse-url-netscape-sentinel)
7776         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
7777         (browse-url-epiphany-sentinel, browse-url-mosaic):
7778         Use browse-url-*-program instead of a literal program name.
7780 2004-04-27  Kevin Ryde  <user42@zip.com.au>
7782         * eshell/em-alias.el:
7783         * eshell/em-dirs.el:
7784         * eshell/em-hist.el:
7785         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
7786         features when M-x customize-group loads modules before the main
7787         eshell.el.
7789 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
7791         * subr.el (momentary-string-display): Support EXIT-CHAR that is
7792         either a character representation of an event or an event
7793         description list.
7795         * type-break.el: Capitalise Emacs and Lisp.
7796         (type-break-good-break-interval, type-break-demo-boring-stats)
7797         (type-break-terse-messages, type-break-file-name): New defcustoms.
7798         (type-break-post-command-hook)
7799         (type-break-warning-countdown-string): Quote variable names in doc.
7800         (type-break-interval-start, type-break-auto-save-file-name): New vars.
7801         (type-break-mode): Document type-break-good-break-interval and the
7802         "session" file.  Schedule break according to the session file.
7803         Kill session file buffer on exit.  Organise for save-some-buffers
7804         to always save the session file.
7805         (type-break-mode-line-message-mode, type-break-query-mode):
7806         Uppercase arguments.
7807         (type-break-file-time, type-break-file-keystroke-count, timep)
7808         (type-break-choose-file, type-break-get-previous-time)
7809         (type-break-get-previous-count): New defuns.
7810         (type-break): Avoid break querying after a completed break in the
7811         case where the query was initiated during user invocation of the
7812         break.  Optional terse messages.
7813         Use type-break-good-break-interval if type-break-good-rest-interval is
7814         nil.  File the break time.
7815         (type-break-schedule): New optional args for overriding the use of
7816         the current time.
7817         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
7818         after a break.
7819         (type-break-check): File the keystroke count.
7820         (type-break-do-query): Prevent a second query when the break is
7821         interrupted.  Optional terse message.
7822         (type-break-keystroke-reset): Record the start of a typing interval.
7823         (type-break-demo-boring): Optional terse messages.  Display word
7824         per minute and keystroke counts according to
7825         type-break-demo-boring-stats.
7827 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
7829         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
7830         directories, make sure they exist under archive-tmpdir.
7832 2004-04-27  Juri Linkov  <juri@jurta.org>
7834         * help.el (view-emacs-news): With argument, display info for the
7835         selected version by finding it among different NEWS files, and
7836         narrowing the buffer to the selected version.
7838         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
7839         same-window-buffer-names.
7840         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
7841         non-numeric prefix argument, append the number to the buffer name
7842         for numeric prefix argument.
7843         (info-other-window): Bind same-window-regexps to nil.
7844         (Info-reference-name): Rename to Info-point-loc.
7845         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
7846         and Info-find-index-name for stringy Info-point-loc.
7847         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
7848         without middle `.', but with final `.' and optional line number
7849         for it.  Set Info-point-loc for index nodes.
7850         (Info-index): Remove middle `.' from index entry regexp.
7851         Modify line number regexp.
7852         (Info-index-next): Decrement line number.
7853         (info-apropos): Remove middle `.' from index entry regexp.
7854         Add optional line number regexp at the end.  Add matched value
7855         for line number to the result list and insert it to the buffer.
7856         Replace match-string by match-string-no-properties.
7857         Reorder result list.
7858         (Info-fontify-node): Hide index line numbers.
7859         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
7860         empty matches.
7861         (Info-follow-reference): Use `str' instead of
7862         Info-following-node-name-re.
7863         (Info-toc): Use full file names.  Set Info-current-node to "Top".
7864         (Info-fontify-node): Compare file names without directory name.
7865         (Info-try-follow-nearest-node): Don't set Info-reference-name.
7866         Set second arg of Info-extract-menu-node-name for index nodes.
7867         (info-xref-visited): Use magenta3 instead of magenta4.
7868         (Info-mode): Add info-apropos to docstring.
7870         * log-view.el (log-view-diff): Replace interactive code "r"
7871         by a list to allow to call it even if region is not active.
7873         * paren.el (show-paren-highlight-openparen): New var.
7874         (show-paren-function): Turn on openparen highlighting when
7875         matching forward if show-paren-highlight-openparen is non-nil.
7877         * simple.el (kill-ring-save): Use blink-matching-delay instead of
7878         the constant value 1.
7879         (completions-common-part): Expand docstring.
7881         * textmodes/picture.el (picture-mode-map): Add arrow keys.
7883 2004-04-27  Kim F. Storm  <storm@cua.dk>
7885         * image.el (insert-sliced-image): Use line-height instead of
7886         line-spacing property on newline.
7888 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
7890         * desktop.el (desktop-buffer-misc-data-function): Rename to
7891         desktop-save-buffer and change docstring.
7892         (desktop-buffer-modes-to-save): Delete.
7893         (desktop-save-buffer-p): Use desktop-save-buffer instead of
7894         desktop-buffer-modes-to-save.
7895         (desktop-save): Rename desktop-buffer-misc-data-function to
7896         desktop-save-buffer and allow non-function value.
7897         (desktop-missing-file-warning): Correct docstring.
7899         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
7900         to desktop-save-buffer.
7902         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
7903         desktop-save-buffer.
7905         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
7907         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
7909 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
7911         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
7913 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
7915         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
7916         (ielm): Only go to the end of the buffer when starting a new process.
7918 2004-04-25  Juanma Barranquero  <lektu@terra.es>
7920         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
7921         mode line.  Bind `inhibit-read-only' to t before modifying
7922         properties of text in the buffer.
7923         (ielm): Force point to the end of buffer, even when running ielm
7924         from inside itself.
7926 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
7928         * info.el (info-apropos): Reset Info-complete-cache.
7930 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
7932         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7933         Also recognize severe Irix et al. messages.
7934         (compilation-normalize-filename, compile-abbreviate-directory):
7935         Delete functions.
7936         (compilation-get-file-structure): New function inherits
7937         functionality of the two preceding ones.
7938         (compilation-internal-error-properties, compilation-fake-loc):
7939         Use it so that different paths to the same file share the same
7940         markers.  Also optimize finding adjacent marker slightly.
7942 2004-04-25  Kim F. Storm  <storm@cua.dk>
7944         * image.el (insert-sliced-image): Add line-spacing t property
7945         to newlines separating image lines.
7947 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
7949         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
7951         * ielm.el (ielm-prompt-read-only): New user option.
7952         (ielm-prompt): Expand docstring to describe new behavior.
7953         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
7954         mention it in the docstring.
7956 2004-04-24  Andreas Schwab  <schwab@suse.de>
7958         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
7960         * diff.el (diff): Set default-directory in diff buffer.
7962 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
7964         * mail/sendmail.el (mail-bury): Don't delete the frame where the
7965         mail was being composed if the terminal cannot display more than
7966         one frame; instead, switch to previous frame.
7968         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
7969         (rmail-start-mail): Support rmail-mail-new-frame even on
7970         terminals that can display only one frame at a time.
7972 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7974         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
7975         (checkdoc-output-font-lock-keywords): Remove error regexp.
7976         (checkdoc-output-mode-map): Remove.
7977         (checkdoc-output-mode): Derive from compilation-mode.
7978         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
7980         * dired.el (dired-mode-map): Add a menu entry for wdired.
7982         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
7983         (rx-bracket, rx-check-any, rx-any): Clean up name space.
7985         * wdired.el: (wdired-mode-map): Move init into declaration.
7986         Fix `return' binding.
7987         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7988         Use force-mode-line-update.
7989         (wdired-get-filename): Use `unless'.
7990         (wdired-preprocess-files): Don't assume names have no \n and use / for
7991         dir separator.
7992         (wdired-normalize-filename): Use replace-regexp-in-string.
7993         (wdired-load-hooks): Remove.
7994         (wdired-mode-hooks): Rename to wdired-mode-hook.
7996         * info-look.el: Add support for cfengine-mode.
7997         (info-lookup-setup-mode): Use dolist.
7999 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
8001         * wdired.el: New file.
8003 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8005         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
8007         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
8008         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
8009         (pcomplete--help, pcomplete--here): Doc fixes.
8011 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
8013         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
8014         handles wrong-number-of-arguments in backend call.
8016         * vc.el (vc-print-log): Likewise.
8018 2004-04-20  Dave Love  <fx@gnu.org>
8020         * emacs-lisp/rx.el: Doc fixes.
8021         (rx-constituents): Add/extend many forms.
8022         (rx-check): Check form is a list.
8023         (bracket): Defvar.
8024         (rx-check-any, rx-any, rx-check-not): Modify.
8025         (rx-not): Simplify.
8026         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
8027         (rx-kleene): Use rx-trans-forms.
8028         (rx-quote-for-set): Delete.
8029         (rx): Allow multiple args.
8031 2004-04-23  Kenichi Handa  <handa@m17n.org>
8033         * international/mule-util.el (char-displayable-p): Simplify by
8034         using internal-char-font.
8036 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8038         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8040 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8042         * diff-mode.el (diff-next-error): New fun.
8043         (diff-mode): Use it.
8045         * simple.el (next-error): Change arg name.
8046         Add support for the documented C-u C-x ` usage.
8048         * frame.el (special-display-popup-frame, next-multiframe-window)
8049         (previous-multiframe-window): Only consider frames on same display.
8051 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
8053         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
8054         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
8056 2004-04-22  Kim F. Storm  <storm@cua.dk>
8058         * net/telnet.el (telnet): Add optional port arg.
8060 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8062         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8063         Minor sanity check on the `hyperlink' slot.
8065         * Makefile.in (recompile): Compile new files.
8067         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
8068         Add byte-recompile-directory's optional `arg'.
8070         * cvs-status.el (cvs-tree-use-charset): New var.
8071         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
8072         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
8073         (cvs-status-cvstrees): Use it.
8075         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
8076         Make it a normal major mode.
8077         (checkdoc-buffer-label): Make sure the file name is meaningful.
8078         (checkdoc-output-to-error-buffer): Remove.
8079         (checkdoc-error, checkdoc-start-section): Rewrite.
8081         * info.el (info-node, info-menu-5, info-xref, info-header-node)
8082         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8083         (Info-title-4-face): Use new syntax.
8084         (info-xref-visited): Inherit from info-xref.
8086         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
8088 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8090         * simple.el (next-error-last-buffer, next-error-function):
8091         New variables for the next-error framework.
8092         (next-error-buffer-p): New function.
8093         (next-error-find-buffer): Generalize compilation-find-buffer.
8094         (next-error, previous-error, first-error, next-error-no-select)
8095         (previous-error-no-select): Move from compile.el.
8097         * replace.el (occur-next-error, occur-1): Hook into the next-error
8098         framework.
8100         * progmodes/compile.el (compilation-start):
8101         Set next-error-last-buffer so next-error knows where to jump.
8102         (compilation-setup): Set the buffer-local variable
8103         next-error-function to 'compilation-next-error-function.
8104         (compilation-buffer-p, compilation-buffer-internal-p): Use an
8105         alternate way to find if a buffer is a compilation buffer, for
8106         next-error convenience.
8107         (next-error-no-select, previous-error-no-select, next-error)
8108         (previous-error, first-error): Move to simple.el.
8109         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
8110         (compilation-last-buffer): Remove.
8111         (compilation-start, compilation-next-error, compilation-setup)
8112         (compilation-next-error-function, compilation-find-buffer):
8113         Remove compilation-last-buffer use.
8115 2004-04-21  Juanma Barranquero  <lektu@terra.es>
8117         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
8118         (font-lock-warning-face): Fix spacing.
8120         * makefile.w32-in (WINS): Add url/ directory.
8122 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
8124         * desktop.el (desktop-buffer-mode-handlers): New variable.
8125         Alist of major mode specific functions to restore a desktop buffer.
8126         (desktop-buffer-handlers): Make variable obsolete.
8127         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
8128         Catch errors signaled in handlers.  Update buffer count.
8129         Evaluate desktop-buffer-point.
8130         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
8131         move to dired.el.
8132         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
8133         move to info.el.
8134         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
8135         move to mail/rmail.el.
8136         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
8137         to mh-e/mh-e.el.
8138         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
8139         On fail, print message (to message buffer) even if
8140         desktop-missing-file-warning is nil.
8141         (desktop-buffer-misc-data-function): New buffer local variable.
8142         Function returning major mode specific data.
8143         (desktop-buffer-misc-functions): Make variable obsolete.
8144         (desktop-save): Use desktop-buffer-misc-data-function.
8145         (desktop-buffer-dired-misc-data): Rename to
8146         dired-desktop-buffer-misc-data and move to dired.el.
8147         (desktop-buffer-info-misc-data): Rename to
8148         Info-desktop-buffer-misc-data and move to info.el.
8149         (desktop-read): Add message about number of buffers restored/failed.
8151         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
8152         Add parameters.  Pause to display error only when
8153         desktop-missing-file-warning is non-nil.
8154         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
8155         (dired-mode): Bind desktop-buffer-misc-data-function.
8157         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
8158         Add Parameters.
8159         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
8160         (Info-mode): Bind desktop-buffer-misc-data-function.
8162         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
8163         Add Parameters.
8165         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
8166         Add Parameters.
8168 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
8170         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
8171         the case of letters in case-insensitive expansions when the
8172         abbrev is preceded by characters with letter syntax.
8174 2004-04-21  Richard M. Stallman  <rms@gnu.org>
8176         * progmodes/cperl-mode.el (cperl-putback-char):
8177         Delete Emacs 18 definition.
8179         * international/mule.el (ctext-post-read-conversion):
8180         Use assoc-string, not assoc-ignore-case.
8182         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
8184         * emacs-lisp/easymenu.el (easy-menu-add):
8185         Do call x-popup-menu, but only if it's defined.
8187         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
8189         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
8190         Handle multiple args: compile like progn.
8192         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
8193         take all args as &rest arg.
8195         * autoinsert.el (auto-insert-alist): Insert the user's name in
8196         copyright notice, rather than Free Software Foundation.
8198 2004-04-21  Kenichi Handa  <handa@m17n.org>
8200         * descr-text.el (describe-char): Make it work on *Help* buffer.
8202 2004-04-21  Kim F. Storm  <storm@cua.dk>
8204         * image.el (insert-image): Add optional SLICE arg.
8205         (insert-sliced-image): New defun.
8207 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
8209         * subr.el (read-number): Check whether `default' is nil.
8211 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8213         * progmodes/compile.el (compilation-error-properties):
8214         Split into two.
8215         (compilation-internal-error-properties): New one.
8216         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
8218 2004-04-20  Richard M. Stallman  <rms@gnu.org>
8220         * window.el (split-window-save-restore-data):
8221         Don't update the data if OLD-INFO is nil.
8223         * view.el (view-return-to-alist): Mark it permanent local.
8225         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
8227         * recentf.el (recentf-save-list): Catch and warn about errors.
8229         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
8230         so "Buffers" won't be pure.
8232         * help-mode.el (help-mode-finish): Set help-return-alist first
8233         thing, setting only the entry for the selected window.
8235         * help-fns.el (describe-function-1): If many non-control non-meta
8236         keys run the command, don't list all of them.
8238 2004-04-20  Juanma Barranquero  <lektu@terra.es>
8240         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
8241         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
8243         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
8245 2004-04-20  Kenichi Handa  <handa@m17n.org>
8247         * international/quail.el (quail-lookup-key): New optional arg
8248         NOT-RESET-INDICES.
8249         (quail-get-translations): Call quail-lookup-key with
8250         NOT-RESET-INDICES t.
8251         (quail-completion): Likewise.
8252         (quail-lookup-map-and-concat): Likewise.
8254 2004-04-20  Kenichi Handa  <handa@m17n.org>
8256         * international/quail.el (quail-update-translation): Don't insert
8257         such an unsupported multibyte char in a unibyte buffer.
8259 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
8261         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
8262         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
8263         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
8264         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
8265         (gdb-frame-assembler-buffer): Improve behaviour with
8266         multiple frames.
8267         (gdb-display-buffer): Extend search to all visible frames.
8269 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
8271         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
8272         characters left after base64 decoding.
8273         (rmail-decode-region): Use -dos variety of `coding', to remove any
8274         ^M characters left after qp or base64 decoding.
8276 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8278         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
8279         messages.
8281 2004-04-19  Stephen Eglen  <stephen@gnu.org>
8283         * add-log.el (add-change-log-entry): Update doc string to mention
8284         add-log-full-name and add-log-mailing-address.
8286 2004-04-18  Juri Linkov  <juri@jurta.org>
8288         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
8289         (Info-find-node-2): Simplify error message.
8290         (Info-insert-dir): Use Info-following-node-name.
8291         (Info-goto-node): Remove *info-history* and *info-toc*.
8292         (Info-history): Create a node of the virtual history file.
8293         (Info-toc): Create a node of the virtual toc file.
8294         (Info-insert-toc): New arg `curr-file' for reference file names.
8295         (info-apropos): Remove redundant var binding for temp-file.
8296         (Info-index, Info-index-next, Info-mode): Doc fix.
8297         (Info-goto-emacs-command-node): Don't jump to *info* from
8298         non-*info* Info buffers.
8299         (Info-fontify-node): Don't show the file name of external
8300         references if `Info-hide-note-references' is `hide'.  Don't hide
8301         newlines at the end of paragraphs.
8303         * international/mule-diag.el (list-input-methods):
8304         Fix args to help-xref-button.
8306         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
8307         to put into effect local variables from TUTORIAL files.
8309         * textmodes/paragraphs.el (sentence-end) <function>: New fun
8310         with default value taken from the variable `sentence-end'.
8311         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
8312         Add nil const to :type.
8313         (sentence-end-without-period, sentence-end-double-space)
8314         (sentence-end-without-space): Doc fix.
8316         * textmodes/paragraphs.el (forward-sentence):
8317         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
8318         (fill-delete-newlines):
8319         * progmodes/cc-cmds.el (c-beginning-of-statement):
8320         Use function `sentence-end' instead of variable `sentence-end'.
8322 2004-04-18  Andreas Schwab  <schwab@suse.de>
8324         * progmodes/compile.el (compilation-start): Set window start to
8325         point-min if compilation-scroll-output is nil.
8327 2004-04-18  John Wiegley  <johnw@newartisans.com>
8329         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8331 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
8333         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
8334         (gdb-info-breakpoints-custom): Revert previous change.
8335         (gdb-view-assembler): Update assembler if necessary.
8336         (gdb-frame-handler): Parse correctly for gdb-current-frame.
8337         (gdb-display-source-buffer): Update properly when both source and
8338         assembler are visible.
8340 2004-04-17  John Wiegley  <johnw@newartisans.com>
8342         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
8343         which limits the number of names shown in the minibuffer.  Off by
8344         default.
8345         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
8346         up iswitchb for users with a multitude of open buffers by showing
8347         only the first and last N/2 buffers in the completion list (which
8348         is enough to aid C-s/C-r, and to know that more characters are
8349         needed to refine the completion list).
8351 2004-04-17  Richard M. Stallman  <rms@gnu.org>
8353         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
8354         (file-truename): Expand all ~ constructs directly.
8355         (insert-directory): Delete any error msg output by the
8356         `insert-directory-program'.
8358         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
8359         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
8360         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
8361         (allout-init): Use find-file-hook, not find-file-hooks.
8362         (allout-mode): Eliminate Emacs 18 support.
8363         Use write-contents-functions, not local-write-file-hooks.
8365 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
8367         * progmodes/compile.el (compilation-error-properties): Fix for
8368         adding messages when there are already markers for their file.
8369         (compilation-fake-loc): New function.
8371 2004-04-16  Dave Love  <fx@gnu.org>
8373         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
8374         (python-load-file): Fix python-orig-start setting.
8376         * progmodes/compile.el: Doc fixes.
8377         (compilation-error-regexp-alist-alist)
8378         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
8379         (compilation-assq): Wrap in eval-when-compile.
8380         (compilation-mode-font-lock-keywords): Don't use list*.
8381         (compilation-start): Avoid warning.
8382         (compilation-compat-error-properties)
8383         (compilation-directory-properties): Add keymap property.
8384         (compilation-parsing-end): Make it a marker for better compatibility.
8386         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
8388 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
8390         * xml.el: Doc fixes.
8391         (xml-get-children): Only looks at sub-tags and ignore strings.
8393         * xml.el (xml-parse-tag): Avoid overwriting node-name.
8395 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8397         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
8399 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
8401         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
8403         * vc.el (vc-print-log): Likewise.
8405 2004-04-16  Masatake YAMATO  <jet@gyve.org>
8407         * simple.el (completion-setup-function): Set an initial value
8408         to `element-common-end' before entering loop.  Set a value
8409         to `element-common-end' at the end of loop.
8410         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
8411         (completions-common-part): Rename from completion-de-emphasis.
8412         (completions-first-difference): Rename from completion-emphasis.
8413         Suggested by RMS.
8415 2004-04-16  Juanma Barranquero  <lektu@terra.es>
8417         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
8418         (bookmark-edit-annotation-mode): Add mode name.
8420 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8422         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
8423         for nested conflict markers.
8424         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
8426 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
8428         * progmodes/gdb-ui.el (gdb-goto-info): New function.
8430         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
8432 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8434         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
8435         Give a backtrace if requested.
8437         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
8439         * progmodes/python.el (python-mouse-2-command, python-RET-command):
8440         Remove unused functions.
8441         (python-orig-start-line, python-orig-file): Remove.
8442         (python-orig-start): New var.
8443         (python-input-filter, python-compilation-line-number)
8444         (python-send-region, python-load-file): Use it.
8446         * info.el (info): Always jump to *info*.
8448         * subr.el (posn-set-point): New function.
8450         * mouse.el (mouse-set-point): Use it.
8452         * progmodes/compile.el (compile-goto-error): Use it.
8453         (compilation-button-map): New keymap.
8454         (compilation-error-properties): Use it.
8455         (compilation-shell-minor-mode-map): Don't bind mouse-2.
8457         * smerge-mode.el (smerge-popup-context-menu): Use it.
8459         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
8460         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
8461         mouse and non-mouse case.
8463         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
8464         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
8466         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
8467         Make it work for non-mouse events.
8469         * pcvs-info.el (cvs-status-map): Update binding name.
8471 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
8473         * xml.el (xml-maybe-do-ns): New function to handle namespace
8474         parsing of both attribute and element names.
8475         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
8476         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
8477         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
8478         (xml-parse-attlist): Make it do its own namespace parsing.
8480 2004-04-14  Dave Love  <fx@gnu.org>
8482         * progmodes/python.el (run-python): Fix use of \n.
8483         (python-load-file): Remove `try' from Python fragment.
8484         (python-describe-symbol): Fix message.
8486         * comint.el: Doc fixes.
8487         (comint-last-input-start, comint-last-input-end)
8488         (comint-last-output-start): Give them values.
8489         (comint-arguments): Avoid warning.
8490         (comint-skip-prompt): Use line-end-position.
8491         (comint-backward-matching-input): Rename arg to agree with doc.
8492         (comint-extract-string): Use syntax-ppss.
8493         (comint-dynamic-simple-complete): Delete useless list construction.
8494         (comint-redirect-subvert-readonly): New.
8495         (comint-redirect-preoutput-filter): Use it.
8497         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8498         Correctly handle negative arguments when calling hook functions.
8500 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
8502         * info.el (info-apropos): Don't clobber Info-history-list.
8504 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
8506         * progmodes/compile.el (compilation-setup):
8507         Localize overlay-arrow-position.
8508         (compilation-sentinel): Restructure code equivalently.
8509         (compilation-next-error): Find message on same line after point if
8510         not found before point.
8511         (compile-mouse-goto-error): Restore function so that compilation
8512         buffer need not be current and use compile-goto-error.
8513         (compile-goto-error): Restore function.
8514         (next-error): Set overlay-arrow-position.
8515         (compilation-forget-errors): Don't localize already local
8516         compilation-locs and remove FIXME about refontifying.
8518 2004-04-14  Kim F. Storm  <storm@cua.dk>
8520         * startup.el (emacs-quick-startup): New defvar (set by -Q).
8521         (command-line): New option -Q.  Like -q --no-site-file, but
8522         in addition it also disables menu-bar, tool-bar, scroll-bars,
8523         tool-tips, and the blinking cursor.
8524         (command-line-1): Skip startup screen if -Q.
8525         (fancy-splash-head): Use ":align-to center" prop to center splash image.
8527         * emulation/cua-base.el (cua-read-only-cursor-color)
8528         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
8530 2004-04-13  Dave Love  <fx@gnu.org>
8532         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
8533         (syntax): Don't require.
8534         (python) <defgroup>: Add :version.
8535         (python-quote-syntax): Re-written.
8536         (inferior-python-mode): Move stuff here from run-python and add
8537         some more.
8538         (python-preoutput-continuation, python-preoutput-result)
8539         (python-dotty-syntax-table): New.
8540         (python-describe-symbol): Use them.
8541         (run-python): Move stuff to inferior-python-mode.  Modify code
8542         loaded into Python.
8543         (python-send-region): Use python-proc, python-send-string.
8544         (python-send-string): Send newlines too.  Callers changed.
8545         (python-load-file): Re-written.
8546         (python-eldoc-function): New.
8547         (info-look): Don't require.
8548         (python-after-info-look): New.  A modified version of former
8549         top-level code for use with eval-after-load.
8550         (python-maybe-jython, python-guess-indent): Use widened buffer.
8551         (python-fill-paragraph): Re-written.
8552         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
8553         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
8555 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8557         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
8558         Set compilation-error-regexp-alist earlier.
8560         * progmodes/compile.el (compilation-minor-mode-map)
8561         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
8562         (compile-goto-error): Re-merge the mouse and non-mouse commands.
8564 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8566         * progmodes/compile.el (compile-goto-error): Select the buffer/window
8567         corresponding to the event.
8569 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
8571         * loadup.el: Add cygwin to system-type list, for unexec() support.
8573 2004-04-12  John Paul Wallington  <jpw@gnu.org>
8575         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
8576         (ibuffer-restore-window-config-on-quit): New variable to replace
8577         `ibuffer-delete-window-on-quit'.  Update all references.
8578         (ibuffer-prev-window-config): New variable.
8579         (ibuffer-quit): Restore previous window configuration instead of
8580         deleting window.
8581         (ibuffer): Save window configuration before showing Ibuffer buffer.
8583         * help.el (describe-mode): Doc fix.
8585 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8587         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
8588         not to treat nil as a function.
8590         * vc-arch.el (vc-arch-root): Be a bit more careful.
8591         (vc-arch-register): Save the buffer if we modified it.
8592         (vc-arch-delete-rej-if-obsolete): Save excursion.
8593         (vc-arch-find-file-hook): Use the simpler after-save-hook.
8594         (vc-arch-responsible-p, vc-arch-init-version): New functions.
8596         * net/ldap.el (ldap-search): Use list*.
8598 2004-04-12  Juri Linkov  <juri@jurta.org>
8600         * info.el (Info-follow-reference): Allow multiline reference name.
8602 2004-04-11  Dave Love  <fx@gnu.org>
8604         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
8606         * progmodes/python.el: New file.
8608 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
8610         * vc-hooks.el (vc-arg-list): Function removed.
8611         (vc-default-workfile-unchanged-p): Use condition-case to check for
8612         backward compatibility.
8614         * vc.el (vc-print-log): Use condition-case to check for backward
8615         compatibility.
8617 2004-04-11  Juri Linkov  <juri@jurta.org>
8619         * dired.el (dired-faces): New defgroup.
8620         (dired-header, dired-mark, dired-marked, dired-flagged)
8621         (dired-warning, dired-directory, dired-symlink, dired-ignored):
8622         New faces.
8623         (dired-header-face, dired-mark-face, dired-marked-face)
8624         (dired-flagged-face, dired-warning-face, dired-directory-face)
8625         (dired-symlink-face, dired-ignored-face): New face variables.
8626         (dired-font-lock-keywords): Use them instead of font-lock faces.
8627         Split the rule for dired marks into 3 separate rules: for marks,
8628         marked file names and flagged file names.
8630         * help-mode.el (help-make-xrefs): Add a final newline to the
8631         *Help* buffer.
8633 2004-04-11  John Paul Wallington  <jpw@gnu.org>
8635         * replace.el (occur-engine): Distinguish between one and several
8636         matches in the matches per buffer heading.
8638 2004-04-11  Kim F. Storm  <storm@cua.dk>
8640         * ido.el (ido-confirm-unique-completion): New defcustom.
8641         (ido-complete): Use it.
8642         (ido-write-file): Set it to t unconditionally.
8644 2004-04-10  Miles Bader  <miles@gnu.org>
8646         RCS keyword removal (only non-comment changes are enumerated here):
8648         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
8649         (byte-compile-insert-header): Don't use `byte-compile-version'.
8650         * forms.el (forms-version): Variable removed.
8651         (forms-mode): Don't use `forms-version'.
8652         * recentf.el (recentf-version): Variable removed.
8653         * progmodes/delphi.el (delphi-version): Variable removed.
8654         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
8656 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8658         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
8660 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
8662         * info.el (info-apropos): Improve menu item regexp.
8664 2004-04-09  Simon Josefsson  <jas@extundo.com>
8666         * mail/smtpmail.el: Add comment, based on report by
8667         kdc@rcn.com (Kevin D. Clark).
8669 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8671         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8672         Redo one more thing that I didn't notice Daniel had undone.
8674 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
8676         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
8677         (gdb-goto-breakpoint, gdb-display-buffer)
8678         (gdb-display-source-buffer, gdb-view-source-function)
8679         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
8680         (gdb-source-info, gdb-frame-handler): Don't specify a window
8681         for display.
8682         (gdb-info-breakpoints-custom): Remove superfluous update of
8683         assembler buffer.
8684         (gdb-many-windows): Make settable outside gdb.
8686 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
8688         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
8689         Derive from fundamental-mode rather than text-mode.
8691 2004-04-08  Juri Linkov  <juri@jurta.org>
8693         * info.el (Info-history): Doc fix.
8694         (Info-history-list): New var.
8695         (info-xref): Change magenta4 to blue, remove bold for dark and
8696         light backgrounds, change bold to underline for non-color classes.
8697         (info-xref-visited): New face.
8698         (Info-fontify-visited-nodes): New custom.
8699         (Info-hide-note-references): Add new value `hide'.  Doc fix.
8700         (Info-reference-name): New var.
8701         (Info-selection-hook): New custom.
8702         (Info-edit-mode-hook): New var.
8703         (Info-find-file): New fun.
8704         (Info-find-node): Move part of code to Info-find-file.
8705         (Info-find-node-2): Add anchors to Info-history-list.  Move point
8706         to the place with the reference name if name is defined.
8707         (Info-select-node): Add current node to Info-history-list.
8708         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
8709         (Info-search-whitespace-regexp): New custom.
8710         (Info-search-case-fold): New var.
8711         (Info-search): Add "case-sensitively" to the prompt.
8712         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
8713         (Info-search-case-sensitively, Info-search-next): New fun.
8714         (Info-up): Move point to the menu item of the current node.
8715         (Info-history): New fun.  Add *info-history* to
8716         same-window-buffer-names.
8717         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
8718         (Info-insert-toc): New fun.
8719         (Info-build-toc): New fun.
8720         (Info-follow-reference): Add new arg `fork'.  Doc fix.
8721         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
8722         with the same name prefer the reference closest to point.
8723         (Info-next-reference): Replace * by + in the *Note regexp.
8724         Add regexp for http:// and ftp://.  Skip the *Note prefix.
8725         (Info-prev-reference): Replace * by + in the *Note regexp.
8726         Add regexp for http:// and ftp://.  Skip the *Note prefix.
8727         (Info-follow-nearest-node): Add new arg `fork'.
8728         (Info-try-follow-nearest-node): Add new arg `fork'.
8729         Call browse-url for http:// and ftp:// references.
8730         Set Info-reference-name for index entries.
8731         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
8732         Info-search-next, Info-history, Info-toc, clone-buffer.
8733         (Info-menu-update): Replace * by + in the *Note regexp.
8734         (Info-mode): Add documentation for Info-history, Info-toc,
8735         Info-search-case-sensitively, Info-search-next, clone-buffer.
8736         (Info-fontify-menu-headers): Remove fun.  Move code to
8737         Info-fontify-node.
8738         (Info-fontify-node): Add docstring.  Add local vars
8739         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
8740         then fontify header line, titles, menu headers, http and ftp
8741         references, refill paragraphs.  If not-fontified-p is t or
8742         fontify-visited-p is t then fontify cross references, menu items.
8743         Fontify menu headers.  Fontify http and ftp references.
8744         Change regexp for cross references to require whitespace after *Note,
8745         add matching groups for file and node names.  Remove hack for quote.
8746         Use display property for Info-hide-note-references=t.  Use fifth
8747         or fourth match for help-echo.  Display visited nodes in a
8748         different face.  Unhide file names of external references.
8749         Unhide newlines.  Display visited menu items in a different face.
8751 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8753         * progmodes/compile.el: Require CL.
8754         (compilation-mode-font-lock-keywords): Re-install the "line as
8755         function" patch.
8757         * help-fns.el (help-C-source-directory): New var.
8758         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
8759         (describe-function-1, describe-variable): Use them.
8761         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
8762         to C source files specially.
8764 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8766         * info.el (Info-hide-cookies-node): New function.
8767         (Info-select-node): Use it.
8768         (Info-display-images-node): Remove message with image file name.
8770 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
8772         * progmodes/compile.el (compilation-warning-face)
8773         (compilation-info-face, compilation-skip-threshold)
8774         (compilation-skip-visited, compilation-context-lines):
8775         Declare :version when added to Emacs.
8776         (compilation-error-regexp-alist-alist): Extend caml and irix.
8777         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
8778         (compilation-mode-font-lock-keywords): Temporarily undo line as
8779         function patch, which wasn't ready.
8781 2004-04-07  Kenichi Handa  <handa@m17n.org>
8783         * international/latin1-disp.el (latin1-display-setup): Check each
8784         character is displayable or not instead of calling
8785         latin1-display-check-font.
8787 2004-04-06  Kenichi Handa  <handa@m17n.org>
8789         * language/ethio-util.el (ethio-sera-being-called-by-w3):
8790         New variable.
8791         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
8792         instead of sera-being-called-by-w3.
8793         (ethio-fidel-to-sera-buffer): Likewise.
8794         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
8795         instead of sera-being-called-by-w3.
8796         (ethio-write-file): Likewise.
8798 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8800         * printing.el: Doc fix.
8802 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
8804         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
8805         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
8806         (gdb-setup-windows): Only use separate IO buffer if required.
8808 2004-04-06  Kim F. Storm  <storm@cua.dk>
8810         * term.el (term-is-xemacs): Remove.
8811         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
8812         (term-window-width): New function.
8813         (term-mode, term-check-size): Use it.
8814         (term-mode): Disable overflow-newline-into-fringe in term buffer.
8816 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8818         * cus-edit.el (custom-add-parent-links): Change unbound variable
8819         `symbol' to `name'.
8821 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8822         * info.el (info-apropos): New function.
8823         (Info-mode-menu): Add it.
8824         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
8826         * help-mode.el (help-make-xrefs): Recognize aliased variable with
8827         inherited docstring.
8829         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
8831 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8833         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
8835         * progmodes/compile.el (font-lock): Don't require any more.
8836         (compilation-error-properties, compilation-start, compilation-sentinel)
8837         (compilation-filter, next-error): Use with-current-buffer.
8838         (compilation-skip-to-next-location, compilation-skip-threshold)
8839         (compilation-skip-visited): Move to silence the byte-compiler.
8840         (compilation-setup): Simplify.
8841         (compilation-next-error): Use line-(beginning|end)-position.
8842         Make sure `pt' is non-nil before using compilation-loop.
8843         (compile-goto-error): Add optional event arg.  Use it.
8844         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
8845         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
8846         Update the binding for mouse-2.
8847         (first-error): Set compilation-current-error to nil rather than bob.
8848         (compilation-parsing-end, compilation-parse-errors-function)
8849         (compilation-error-list, compilation-old-error-list):
8850         "New" compatibility variables.
8851         (compile-buffer-substring, compilation-compat-error-properties)
8852         (compilation-compat-parse-errors, compilation-forget-errors):
8853         New compatibility functions.
8854         (compilation-mode-font-lock-keywords): Use them.
8856 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
8858         * autorevert.el (auto-revert-handler): If point (or a window
8859         point) is at the end of the buffer, keep it there after
8860         reverting.  This allows to tail a file.
8861         Mention this in the `Commentary'.
8863         * format.el (format-write-file): Add optional argument CONFIRM
8864         and make it behave like the analogous argument to `write-file'.
8866 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8868         * progmodes/ebnf2ps.el: Doc fix.
8869         (ebnf-version): New version number (4.2).
8870         (ebnf-syntax): Customization and docstring fix.
8871         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
8872         Put autoloaded funs before first use.
8873         (ebnf-style-database): Add dtd entry.
8874         (ebnf-syntax-alist): Add dtd initialization.
8875         (ebnf-token-sequence): New fun.
8876         (ebnf-comment-table): Add new comment action character.
8877         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
8879         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
8880         Type Definition for XML).
8882         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
8883         * progmodes/ebnf-bnf.el (ebnf-sequence):
8884         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
8885         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
8886         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
8887         Code simplification: call ebnf-token-sequence.
8889 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
8891         * calendar/timeclock.el (timeclock-relative)
8892         (timeclock-get-project-function, timeclock-get-workday-function)
8893         (timeclock-query-out, timeclock-when-to-leave)
8894         (timeclock-when-to-leave-string, timeclock-log-data)
8895         (timeclock-generate-report, timeclock-in): Doc fixes.
8897 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8899         * url/: New dir.  Import the URL package from its repository.
8901 2004-04-03  Andreas Schwab  <schwab@suse.de>
8903         * diff-mode.el (diff-mode): Fix missing quote.
8905 2004-04-03  Juri Linkov  <juri@jurta.org>
8907         * descr-text.el (describe-property-list): Add `font-lock-face'.
8909         * dired.el (dired-font-lock-keywords): Fix permission regexps.
8911 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8913         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
8914         Use utf-16le on little endian machines and utf-16be otherwise.
8916 2004-04-02  David Kastrup  <dak@gnu.org>
8918         * net/browse-url.el (browse-url-generic): Use call-process
8919         instead of start-process to allow browsers that fork and detach.
8921 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
8923         * compile.el (compilation-current-error): New var.
8924         (compilation-setup, compile-mouse-goto-error)
8925         (compile-goto-error, next-error): Use it.
8926         (compilation-skip-to-next-location): Default to t, which gives
8927         contiguous skipping like old compile (where this was redundant).
8928         (compilation-next-error): Prevent previous-* commands from moving
8929         back to message at or just before point.
8931 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
8933         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
8934         (gdb-source-info): Don't display source at startup, if required.
8935         (gdb-show-main): New option.
8936         (gdba): Update documentation.
8937         (gdb-source): Cover case of auto-display output.
8939 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
8941         * autorevert.el: Delete obsolete autoload's and defvar's.
8942         (auto-revert-check-vc-info): New user option.
8943         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8944         (auto-revert-handler-vc): Delete.
8945         (auto-revert-handler): Treat return value `fast' of
8946         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
8948         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
8949         return `fast'.
8951         * files.el (buffer-stale-function): Doc change.
8953 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8955         * printing.el: New tip on Tips section.
8956         (pr-version): New version number (6.7.4).
8957         (pr-shell-file-name): Initialization fix.
8959 2004-03-31  Juri Linkov  <juri@jurta.org>
8961         * dired.el: Add autoload for `dired-do-touch'.
8962         (dired-touch-program): New var.
8963         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
8964         (dired-no-confirm): Add `touch' to docstring.
8966         * dired-aux.el (dired-do-touch): New fun.
8967         (dired-do-chxxx): Add argument -t for touch operation.
8969         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
8970         `dired-move-to-filename-regexp'.
8972 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
8974         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
8976 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8978         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
8979         and only if the buffer was modified.
8981 2004-03-30  Kenichi Handa  <handa@m17n.org>
8983         * international/characters.el: Delete pairs for U+2308..U+230B.
8985 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
8987         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
8988         to detect the beginning of a level 2 or 3 annotation.
8990 2004-03-29  Kenichi Handa  <handa@m17n.org>
8992         * international/ucs-tables.el (ucs-insert): Fix the error message.
8994 2004-03-29  Kenichi Handa  <handa@m17n.org>
8996         * international/mule-util.el (char-displayable-p): Fix generation
8997         of XLFD file name.
8999         * Makefile.in (setwins, setwins_almost): Change directory to $wd
9000         before finding directories by `find'.
9002 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9004         * subr.el (interactive-form): Delete.  Now implemented in C.
9006         * pcvs.el (cvs-parse-process): Workaround for Darwin.
9008         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
9009         (vc-diff-label): New fun.
9010         (vc-diff-internal): Use it.
9012         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
9014 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9016         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
9018         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
9019         specify XML (EBNFX).
9021         * progmodes/ebnf2ps.el: Doc fix.
9022         (ebnf-version): New version number (4.1).
9023         (ebnf-syntax): Adjust customization.
9024         (ebnf-style-database): Add ebnfx entry.
9025         (ebnf-syntax-alist): Add ebnfx initialization.
9026         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
9028         * printing.el: Doc fix.
9029         (pr-version): New version number (6.7.3).
9030         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
9031         returns nil for mouse position.  Reported by Drew Adams
9032         <drew.adams@oracle.com>.
9033         (pr-update-menus): Modify interactive declaration.  Reported by Drew
9034         Adams <drew.adams@oracle.com>.
9036 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
9038         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
9039         (gud-gdba-marker-filter): Log the process input and output, if
9040         required.  From Stefan Monnier.
9041         (gdb-debug-log, gdb-enable-debug-log): New variables.
9042         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
9044 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9046         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
9047         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
9049 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
9051         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
9052         Call vc-find-file-hook here instead of in auto-revert-buffers.
9053         (auto-revert-buffers): Delete call to vc-find-file-hook.
9054         (auto-revert-verbose, global-auto-revert-non-file-buffers)
9055         (global-auto-revert-mode, auto-revert-set-timer)
9056         (auto-revert-handler, auto-revert-buffers): Doc fixes.
9058 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
9060         * woman.el (woman-change-fonts): Rename local variable
9061         woman-font-alist to font-alist to avoid a compiler warning.
9063 2004-03-27  Dave Love  <fx@gnu.org>
9065         * emacs-lisp/rx.el (rx): Doc fix.
9066         Fix copyright years.
9068         * strokes.el (strokes-global-set-stroke-string): New function.
9069         (strokes-list-strokes): Cope with strings, not just commands.
9070         Set foreground colour of image.
9071         (strokes-global-set-stroke): Doc fix.
9073 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
9075         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
9076         Auto Revert mode.
9077         (Buffer-menu-files-only): New variable.
9078         (Buffer-menu-toggle-files-only): New function.
9079         (Buffer-menu-mode-map): Bind it to `T'.
9080         (Buffer-menu-mode): Mention `T' in docstring.
9081         Set buffer-stale-function.
9082         (list-buffers-noselect): Mark buffer non-modified and set
9083         Buffer-menu-files-only.
9085         * dired.el (buffer-stale-function): Remove no longer needed defvar.
9087         * autorevert.el (auto-revert-handler): Print revert message
9088         before, rather than after, reverting.
9089         (buffer-stale-function): Move to files.el.
9091         * files.el (buffer-stale-function): Move here from autorevert.el.
9093 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9095         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
9097         * calc/calc.el (calc-mode-map): Use mapc.
9099         * apropos.el (apropos-mode): Don't autoload.
9100         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
9101         (apropos): Use it.
9102         (apropos-print): Add optional `text' argument.
9103         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
9104         Don't assume point-min == 1.
9106         * bs.el (bs-buffer-list): Use buffer-local-value.
9107         (bs--set-toggle-to-show): Use with-current-buffer.
9109         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
9110         New funs.
9111         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
9113         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
9115         * dabbrev.el (dabbrev-expand): Fix regexp construction.
9116         (dabbrev--find-expansion): Use pop.
9117         (dabbrev--search): Use match-string-no-properties.
9119         * dired.el (dired-mode): Use run-mode-hooks.
9120         (dired-move-to-end-of-filename): Use match-string.
9122         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
9123         is bound before using it.
9124         (ediff-verbose-p): Make it into a var since it's not constant.
9126         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
9128         * faces.el (read-face-font): Don't cons up unnecessarily.
9129         (header-line, tool-bar): Share common parts.
9131         * files.el (file-relative-name): Use compare-strings.
9133         * finder.el (finder-mode): Follow coding convention.
9135         * subr.el (read-number): New function.
9137         * ses.el (ses-read-number): Move to subr.el.
9138         (ses-set-header-row): Use read-number.
9140 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
9142         * vc-hooks.el (vc-arg-list): New function, which handles both
9143         compiled and uncompiled code.
9144         (vc-default-workfile-unchanged-p): Use it.
9146         * vc.el (vc-print-log): Undo prev change, use new function
9147         vc-arg-list from vc-hooks.el.
9149 2004-03-26  Masatake YAMATO  <jet@gyve.org>
9151         * simple.el (completion-setup-function): Emphasize the
9152         first uncommon characters in the completions; and de-emphasize
9153         the common prefix substrings.
9154         (completion-emphasis): New face.
9155         (completion-de-emphasis): New face.
9157 2004-03-25  Juanma Barranquero  <lektu@terra.es>
9159         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
9160         Comment out (it's unused and unfinished code).
9162 2004-03-25  Sam Steingold  <sds@gnu.org>
9164         * vc.el (vc-print-log): Fix a bug in the last patch:
9165         backend-function may be a byte-compiled object, not a lambda.
9167 2004-03-25  Juri Linkov  <juri@jurta.org>
9169         * descr-text.el (describe-property-list): Add a button
9170         for `face' property that calls `describe-face'.
9171         Suggested by luis fernandes <elf@ee.ryerson.ca>
9173         * international/mule.el (keyboard-coding-system):
9174         * kmacro.el (kmacro-call-macro): Fix docstring.
9176         * dired.el: Fix comments.
9178         * textmodes/fill.el (fill): Fix Info link.
9180         * font-lock.el (fast-lock, lazy-lock):
9181         * jit-lock.el (jit-lock): Remove links to removed Support Modes
9182         Info node.
9184         * eshell/eshell.el (eshell): Fix broken info-link.
9186         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
9187         * eshell/em-banner.el (eshell-banner):
9188         * eshell/em-smart.el (eshell-smart):
9189         * eshell/esh-cmd.el (eshell-cmd):
9190         Comment out broken info-links to incomplete Info manual.
9192         * info-xref.el: Fix commentary.
9194 2004-03-25  Kevin Ryde  <user42@zip.com.au>
9196         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
9197         Remove spurious node duplicate suppression, doesn't work, not wanted.
9198         (info-xref-output): Take format style args, add "sit-for 0" to let
9199         user see the results as they progress.
9200         (info-xref-check-all-custom): New function.
9202 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
9204         * gdb-ui.el: Moved to progmodes.
9206 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9208         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
9210 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
9212         * calendar/appt.el (appt-check): Remove superfluous progn.
9213         When finished with diary buffer: if it was not being displayed
9214         before, kill it; otherwise restore its original state.
9215         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
9217         * calendar/calendar.el (calendar-set-mode-line): Use total
9218         available mode-line width, rather than frame-width.
9220         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
9221         after mode change so effect not lost.
9223 2004-03-23  Dave Love  <fx@gnu.org>
9225         * dired.el (dired) <defgroup>: Add link to manual.
9226         (dired-font-lock-keywords): Add highlighting on unusual permissions.
9227         (dired-revert): Use dolist.
9228         (dired-mode-map): Add U binding.
9229         (dired-mode): Add font-lock-beginning-of-syntax-function.
9230         (dired-garbage-files-regexp): Make it a defcustom.
9232 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9234         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
9235         is equivalent to nil.
9236         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
9237         (vc-arch-mode-line-string): Accept `added' state.
9238         (vc-arch-state): Use inode-sigs if available.
9239         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
9240         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
9241         (vc-arch-tagline-re): New var.
9242         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
9243         New functions.
9244         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
9245         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
9247         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
9248         (vc-file-not-found-hook): Use it.
9250         * diff-mode.el (diff-default-read-only): Change default.
9251         (diff-mode-hook): Make it a defcustom.  Add some options.
9252         (diff-mode-map): Bind diff-refine-hook.
9253         (diff-yank-handler): New var.
9254         (diff-yank-function): New fun.
9255         (diff-font-lock-keywords): Use them.
9256         (diff-end-of-file): Handle case where file-header looks like diff text.
9257         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
9258         (diff-file-kill): Delete a subsequent empty line, if applicable.
9259         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
9260         (diff-find-file-name): Use it.
9261         (diff-tell-file-name): New command.
9262         (diff-mode): Be careful with view-mode.
9263         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
9264         New functions, for use in diff-mode-hook.
9265         (diff-find-source-location): Catch "regex too large" errors.
9266         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
9267         (diff-refine-hunk): New command.
9269         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
9270         (smerge-context-menu-map): Remove unused var.
9271         (smerge-keep-all): Preserve markers.
9272         (smerge-keep-n): New fun.
9273         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9274         (smerge-keep-current, smerge-ediff): Use it.
9275         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
9276         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
9277         (smerge-resolve): Resolve trivial 3-part conflicts.
9279 2004-03-23  Juri Linkov  <juri@jurta.org>
9281         * man.el (Man-width): New var.
9282         (Man-getpage-in-background): Use it.
9283         (Man-support-local-filenames): New var and fun.
9284         (Man-build-man-command): Don't add a second %s.
9285         (Man-fontify-manpage): Clean up message.
9286         (Man-mode): Set outline-regexp, outline-level,
9287         imenu-generic-expression.
9289         * woman.el (woman-fill-frame): Doc fix.
9290         (woman-decode-region): Use window-width instead of frame-width.
9292         * abbrevlist.el (list-one-abbrev-table):
9293         * descr-text.el (describe-char):
9294         * international/mule-diag.el (describe-current-coding-system):
9295         * international/quail.el (quail-insert-decode-map):
9296         Use window-width instead of frame-width.
9298         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
9299         (jka-compr-mode-alist-additions): Add tbz.
9300         (jka-compr-write-region, jka-compr-insert-file-contents):
9301         Add message for undefined compress-program.
9302         (jka-compr-write-region): Remove redundant var bindings.
9304         * dired-x.el (dired-guess-shell-alist-default): Add choices for
9305         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
9306         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
9307         (dired-man): Use dired-guess-shell-command.
9308         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
9309         Change default nil to t.
9311         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
9312         (dired-compare-directories): Add default value for empty input.
9314         * help-at-pt.el: Move suggestions for key bindings to Commentary.
9316         * time.el (display-time-string-forms): Fix help-echo date format.
9318 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
9320         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
9321         (buffer-stale-function): New variable.
9322         (auto-revert-list-diff, auto-revert-dired-file-list)
9323         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
9324         (auto-revert-handler): Take over some functionality of deleted
9325         functions.
9326         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
9328         * dired.el (dired-directory-changed-p): New fun, extracted from
9329         dired-internal-noselect.
9330         (dired-buffer-stale-p): New fun.
9331         (dired-internal-noselect): Use dired-directory-changed-p.
9332         Eliminate revert messages.
9333         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
9335 2004-03-23  Kenichi Handa  <handa@m17n.org>
9337         * international/characters.el: Setup syntaxes for more parentheses
9338         Unicode characters.
9340         * international/mule-cmds.el (select-safe-coding-system):
9341         Merge coding-system and auto-cs before comparing them.
9343 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9345         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
9347         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9348         normal-auto-fill-function and comment-indent-function.
9349         The default values now work just as well.
9350         Don't set font-lock-beginning-of-syntax-function since we already set
9351         syntax-begin-function.
9352         (lisp-outline-level): Put ;;;###autoload at same level as (.
9353         (prin1-char): Quote special chars.
9355         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
9356         than with-no-warnings.
9358         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
9359         if the source location can't be found.
9360         (edebug-compute-previous-result): Use prin1-char.
9362         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
9363         (debug-ignored-errors): Add an entry.
9365         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
9366         (byte-compile-file): Output warning when deleting a file.
9368         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
9369         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
9371         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
9372         (byte-compile-inline-expand): Use backquote.
9373         (byte-optimize-pure-func): Rename from byte-optimize-concat.
9374         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
9376         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
9378         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
9380 2004-03-22  Juri Linkov  <juri@jurta.org>
9382         * finder.el (finder-known-keywords): Fix data, tex, unix.
9384         * play/landmark.el: Fix keywords.
9386         * language/ethio-util.el (ethio-find-file): Doc fix.
9388         * emacs-lisp/warnings.el: Doc fix.
9390         * textmodes/ispell.el (ispell-help): Doc fix.
9392 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
9394         * format.el (format-insert-file): Always return a list of two
9395         elements, like insert-file-contents does.
9397 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
9399         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
9400         and vc-BACKEND-diff.
9401         (vc-print-log): If the print-log implementation supports it, use
9402         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
9403         (vc-version-diff, vc-diff-internal): Doc fixes.
9405         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
9406         implementation supports it, let diff output go to *vc*,
9407         not *vc-diff*, since this is an internal call.
9409         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
9411         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
9413         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
9415 2004-03-21  Dave Love  <fx@gnu.org>
9417         * progmodes/cfengine.el (cfengine-mode):
9418         Set parse-sexp-ignore-comments.
9420         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
9422 2004-03-21  Juanma Barranquero  <lektu@terra.es>
9424         * allout.el (allout-mode): Fix docstring.
9426 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
9428         * files.el (insert-directory): Fix bug if SWITCHES is a list.
9430         * autorevert.el (auto-revert-interval): Make new value take
9431         effect immediately when set through Custom.
9432         (auto-revert-set-timer): Add interactive declaration.
9434 2004-03-19  David Ponce  <david@dponce.com>
9436         * ruler-mode.el (ruler-mode-header-line-format-old):
9437         Don't `make-variable-buffer-local'.
9438         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
9439         (ruler-mode-header-line-format): Simply funcall the above.
9440         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
9441         to save/restore a previous header line format.
9442         (ruler-mode-space): Don't depend on a numeric WIDTH value.
9443         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
9444         fringes and margins width.
9445         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
9447 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9449         * log-edit.el (log-edit-font-lock-keywords): Typo.
9451         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
9452         (tex-send-tex-command): Rather than here.
9453         (tex-compilation-parse-errors): Simplify.
9455         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
9457         * time.el (display-time-string-forms): Add help-echo with date on time.
9459         * composite.el (compose-region): Use restore-buffer-modified-p.
9461         * disp-table.el (standard-display-8bit): Simplify.
9463         * server.el (server-process-filter): Delete temp frame.
9465         * add-log.el (add-change-log-entry): Simplify.
9467 2004-03-19  Kim F. Storm  <storm@cua.dk>
9469         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
9470         (hexl-follow-line): Don't require 'fringe.
9472         * progmodes/compile.el (compilation-start): Always set
9473         compilation-last-buffer and return it.
9475 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
9477         * simple.el (clone-buffer): Doc fix.
9479 2004-03-18  Juanma Barranquero  <lektu@terra.es>
9481         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
9483 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9485         * log-edit.el (log-edit-font-lock-keywords): New var.
9486         (log-edit-mode): Use it.
9488 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
9490         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
9491         properly for watching in speedbar.
9493 2004-03-17  Masatake YAMATO  <jet@gyve.org>
9495         * smerge-mode.el (smerge-popup-context-menu):
9496         Put `unwind-protect' around `overlay-put' and `popup-menu'.
9498 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9500         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
9501         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
9502         Take sealed revisions into account.
9503         (vc-arch-checkin): Extract a summary line from the message.
9505 2004-03-16  Masatake YAMATO  <jet@gyve.org>
9507         * register.el (register): Provide `register' feature.
9509 2004-03-15  Masatake YAMATO  <jet@gyve.org>
9511         Added context menu support in smerge mode.
9512         Most of the part is written by Stefan Monnier.
9514         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
9515         New keymap and menu.
9516         (smerge-text-properties): New function.
9517         (smerge-remove-props): New function.
9518         (smerge-popup-context-menu): New function.
9519         (smerge-resolve): Call `smerge-remove-props'.
9520         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
9521         (smerge-keep-current): Ditto.
9522         (smerge-kill-current): New function.
9523         (smerge-match-conflict): Put text properties.
9524         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
9526 2004-03-15  David Ponce  <david@dponce.com>
9528         * ruler-mode.el: (ruler-mode-left-fringe-cols)
9529         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
9530         (ruler-mode-right-scroll-bar-cols): Remove.
9531         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
9532         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
9533         Use fringe-columns and scroll-bar-columns.
9535 2004-03-15  Masatake YAMATO  <jet@gyve.org>
9537         * hl-line.el (hl-line-range-function): New variable.
9538         (hl-line-move): New function.
9539         (global-hl-line-highlight): Use `hl-line-move'.
9540         (hl-line-highlight): Ditto.
9542         * scroll-bar.el (scroll-bar-columns):
9543         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
9545         * ruler-mode.el (top-level): Require scroll-bar and fringe.
9546         (ruler-mode-left-fringe-cols)
9547         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
9548         (ruler-mode-right-scroll-bar-cols)
9549         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
9550         (ruler-mode-ruler-function): New variable.
9551         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
9552         if the value for `ruler-mode-ruler-function'is given.
9554         * hexl.el (hexl-mode-hook): Make the hook customizable.
9555         (hexl-address-area, hexl-ascii-area): New customize variables.
9556         (hexlify-buffer): Put font-lock-faces on the address area and
9557         the ascii area.
9558         (hexl-activate-ruler): New function.
9559         (hexl-follow-line): New function.
9560         (hexl-highlight-line-range): New function.
9561         (hexl-mode-ruler): New function.
9563 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9565         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
9566         (vc-default-find-file-hook): New fun.
9567         (vc-find-file-hook): Call new find-file-hook operation.
9569         * vc-arch.el: New file.
9571 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
9573         * info-look.el (info-lookup): Reuse an existing Info window.
9575 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
9577         * woman.el (woman-preserve-ascii): Default value changed to t and
9578         doc string revised.
9580 2004-03-12  Richard M. Stallman  <rms@gnu.org>
9582         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9583         Fix minor bug.
9585         * replace.el (occur-engine): Change message for count of matches.
9587         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
9588         For strings, do compare text properties.
9590 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
9592         * progmodes/compile.el (compile-auto-highlight)
9593         (compilation-error-list, compilation-old-error-list)
9594         (compilation-parse-errors-function, compilation-parsing-end)
9595         (compilation-error-message, compilation-directory-stack)
9596         (compilation-enter-directory-regexp-alist)
9597         (compilation-leave-directory-regexp-alist)
9598         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
9599         (compilation-current-file, compilation-regexps): Remove vars.
9601         (compile-error-at-point, compilation-error-filedata)
9602         (compilation-error-filedata-file-name, compile-reinitialize-errors)
9603         (compilation-next-error-locus, compilation-forget-errors)
9604         (count-regexp-groupings, compilation-parse-errors)
9605         (compile-collect-regexps, compile-buffer-substring): Remove funs.
9607         (compile-internal): Make obsolete.
9609         (compilation-first-column, compilation-error)
9610         (compilation-directory-matcher, compilation-page-delimiter)
9611         (compilation-mode-font-lock-keywords, compilation-debug)
9612         (compilation-error-face, compilation-warning-face)
9613         (compilation-info-face, compilation-line-face)
9614         (compilation-column-face, compilation-enter-directory-face)
9615         (compilation-leave-directory-face, compilation-skip-threshold)
9616         (compilation-skip-visited, compilation-context-lines): New vars.
9618         (compilation-warning-face, compilation-info-face)
9619         (compilation-message-face): New faces.
9621         (compilation-error-regexp-alist-alist): New constant.
9623         (compilation-face, compilation-directory-properties)
9624         (compilation-assq, compilation-error-properties, compilation-start)
9625         (define-compilation-mode, compilation-loop)
9626         (compilation-set-window): New functions.
9628         (compile): Additional argument for interactive compiles like TeX.
9630         * progmodes/grep.el (kill-grep): Move here from compile.el
9631         (grep-error, grep-hit-face, grep-error-face)
9632         (grep-mode-font-lock-keywords): New variables.
9633         (grep-regexp-alist): Simplify regexp and add `binary' case.
9634         (grep-mode): New mode.
9635         (grep-process-setup): Simplify.
9637 2004-03-11  Jason Rumney  <jasonr@gnu.org>
9639         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
9640         letters on DOS/Windows.
9642 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9644         * server.el (server-name): New var.
9645         (server-socket-dir): New var to replace server-socket-name.
9646         (server-start): Use them.
9648 2004-03-11  Simon Josefsson  <jas@extundo.com>
9650         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
9651         died to avoid infloop.  Reported by Jonathan Glauner
9652         <jglauner@sbum.org>.
9654 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9656         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
9657         (smerge-mode-menu): Use it to deactivate menu entries.
9658         (smerge-keep-current): New fun.
9659         (smerge-keep-current): Use it.
9661 2004-03-10  John Paul Wallington  <jpw@gnu.org>
9663         * foldout.el (foldout-fold-list, foldout-modeline-string):
9664         Declare them as variables, not constants.
9666 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9668         * ps-print.el: Modification to print *Messages* buffer.
9669         (ps-print-version): New version 6.6.4.
9670         (ps-message-log-max): New fun.
9671         (ps-spool-without-faces, ps-spool-with-faces)
9672         (ps-count-lines-preprint): Code fix.
9674         * printing.el: New tips in Tips section.
9676 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9678         * delim-col.el: Doc fix.
9680         * printing.el: Doc fix.  New doc section (Tips).
9682 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9684         * type-break.el (type-break-emacs-variant): Remove.
9685         (type-break-run-at-time, type-break-cancel-function-timers):
9686         Use fboundp rather than version name and number.
9688 2004-03-09  Masatake YAMATO  <jet@gyve.org>
9690         * hexl.el (hexl-mode): Use `make-local-variable' instead of
9691         `make-variable-buffer-local'.
9693 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
9695         * find-dired.el (find-dired): Call `shell-command' instead of
9696         `start-process-shell-command'.  By this, Tramp takes over
9697         handling of remote directories.
9699 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9701         * newcomment.el (comment-use-global-state): New var.
9702         (comment-search-forward): Use it.
9704         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
9706         * cus-edit.el (fill) <defgroup>: Move to fill.el.
9708         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
9709         (enable-kinsoku): Make it a defcustom.
9710         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
9711         paragraph to same-comment-start-marker.
9713 2004-03-07  Dave Love  <fx@gnu.org>
9715         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
9716         (browse-url-mail): Use it.
9718         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
9719         (rfc2368-unhexify-string): Use replace-regexp-in-string.
9721 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
9723         * woman.el (woman-man.conf-path): Doc fix.
9724         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
9726 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
9728         * sort.el (sort-columns): Remove ms-dos from the list of systems
9729         where the external `sort' command is not used.
9731 2004-03-07  Kim F. Storm  <storm@cua.dk>
9733         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
9734         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
9735         from overlay-arrow-variable-list.
9736         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
9738 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
9740         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
9741         overlay arrow string properly for the assembler buffer.
9743 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9745         * mail/sendmail.el (mail-mode): Fix last change.
9747 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
9749         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
9750         for the assembler buffer.
9751         (gdb-assembler-custom): Position the overlay arrow.
9752         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
9754 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9756         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
9758         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
9759         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
9761         * mail/sendmail.el (mail-mode): Set comment-start-skip.
9763         * newcomment.el (uncomment-region): Allow non-terminated comment.
9764         (comment-normalize-vars): Check the user-specified comstart marker.
9766 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9768         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
9769         Otherwise, do use it if the region only contains font-lock text
9770         properties.
9772 2004-03-04  Masatake YAMATO  <jet@gyve.org>
9774         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
9775         as the callback function for eldoc.
9776         (hexl-print-current-point-info): New function.
9777         (hexl-current-address): Print the address in both decimal
9778         and hexadecimal format.
9780 2004-03-04  Richard M. Stallman  <rms@gnu.org>
9782         * mail/rmail.el (rmail-convert-to-babyl-format):
9783         Specify t for UNIBYTE when calling mail-unquote-printable-region.
9785         * mail/mail-utils.el (mail-unquote-printable-region):
9786         New arg UNIBYTE.
9788         * startup.el (command-switch-alist): Doc fix.
9790         * simple.el (undo): Temporarily set this-command to `undo-start',
9791         then set it to `undo' once undo-start returns without error.
9793         * simple.el (minibuffer-history-sexp-flag): Doc fix.
9795         * simple.el (kill-line): Don't disregard trailing whitespace
9796         in eol condition, if show-trailing-whitespace is set.
9798         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
9799         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
9800         When disabling, restore old values only if mouse-sel-has-been-enabled.
9802         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
9803         (isearch-{-char): New function.
9804         (isearch-mode-map): Bind { to isearch-{-char.
9806         * font-lock.el (lisp-font-lock-keywords-2):
9807         Turn off the CL with-... and do-... general patterns.
9808         Instead, recognize several specific with... and do... constructs.
9810         * files.el (switch-to-buffer-other-window):
9811         Bind same-window-buffer-names and same-window-regexps to nil.
9812         (switch-to-buffer-other-frame): Likewise.
9814 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9816         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
9817         recognizing leading comment on code line.
9819 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9821         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
9822         hidden files/directories.
9824 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9826         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
9827         only comment-start (in case the mode hasn't set it).
9829         * Makefile.in (AUTOGENEL): New var.
9830         (bootstrap-prepare): Rename from bootstrap-clean.
9831         Don't remove elc files.
9832         (maintainer-clean): New target.
9834         * xml.el (xml-get-attribute-or-nil): Simplify.
9836 2004-03-02  Juri Linkov  <juri@jurta.org>
9838         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
9839         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
9840         URL to prevent their substitution with the environment variable
9841         values by browsers.
9843 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9845         * ps-print.el: Doc fix.
9846         (ps-print-version): New version number (6.6.3).
9847         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
9848         Docstring fix.
9849         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
9850         before printing.
9851         (ps-time-stamp-yyyy-mm-dd): New fun.
9852         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
9854 2004-03-02  Kim F. Storm  <storm@cua.dk>
9856         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
9858 2004-03-01  Juanma Barranquero  <lektu@terra.es>
9860         * allout.el (allout-rebullet-heading): Fix typo in docstring.
9862         * desktop.el (desktop-file-version)
9863         (desktop-after-read-hook): Fix typos.
9864         (desktop-clear-preserve-buffers): Remove redundant info in
9865         docstring already shown by the obsolescence message.
9866         (desktop-truncate, desktop-internal-v2s)
9867         (desktop-value-to-string): Change argument name to match docstring.
9869         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
9871         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
9872         docstring.
9874 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9876         * printing.el: Replace "As Is..." in PostScript file print/preview by
9877         "No Preprocessing...".  Suggested by Colin Marquardt
9878         <_marquardt_@zmd.de>.
9879         (pr-insert-section-4): Adjust buffer interface.
9881 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
9883         Version 2.0.39 of Tramp released.
9885         * net/tramp.el (tramp-handle-file-local-copy)
9886         (tramp-handle-write-region, tramp-open-connection-rsh):
9887         Variable name typo.  Small change.  From Patrick Tullmann
9888         <tullmann@flux.utah.edu>.
9889         (tramp-process-connection-type): New variable.
9890         (tramp-maybe-open-connection): Use it.
9891         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
9892         (tramp-touch): Set last-modified time of a remote file.
9893         (tramp-handle-write-region): Say which function is used when encoding.
9895 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
9897         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
9898         case of non-existing filename, too.  Reported by Christoph Bauer
9899         <c_bauer@informatik.uni-kl.de>.
9900         (tramp-smb-get-file-entries): The directory in question should
9901         have permissions "drwxrwxrwx".  Just virtual, because we don't
9902         know the real permissions.  Don't we know?
9903         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
9904         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
9905         (tramp-smb-wait-for-output): Optimize algorithm getting pending
9906         output.  If it was received chunkwise, there have been problems.
9907         Remove the "prompt not found" error message; it is obvious.
9908         Simplify algorithm.
9909         (tramp-smb-process-running): Remove.  Since we acknowledge the
9910         virtual prompt for shares, there's no need for distinction of
9911         reading shares (process ends afterwards) and interactive mode of
9912         smblient.
9913         (tramp-smb-open-connection): Setting process sentinel removed.
9914         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
9915         "NT_STATUS_NETWORK_ACCESS_DENIED".
9916         (tramp-smb-maybe-open-connection): Set `process-connection-type'
9917         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
9918         (top-level): Setting default value in `tramp-default-method-alist'
9919         corrected.  Order of USER and HOST have been wrong.
9920         Nobody complained for months ...
9921         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
9922         (tramp-smb-open-connection): Clear password cache if login has failed.
9924         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
9925         `tramp-unified-filenames'.
9926         (tramp-completion-mode): Make test for XEmacs explicitely.
9927         `event-to-character' can exists in Emacs packages too.
9928         Reported by Matt Swift <swift@alum.mit.edu>.
9929         (tramp-buffer-name): Buffer name must contain the user if exists.
9930         Reported by Adrian Phillips <a.phillips@met.no>.
9931         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
9932         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
9933         (tramp-do-copy-or-rename-file-out-of-band): Rename from
9934         `tramp-do-copy-or-rename-file-one-local', because it handles also
9935         the case both files use the same out-of-band method.
9936         Implementation added.
9937         (tramp-handle-file-local-copy, tramp-handle-write-region):
9938         Out-of-band handling removed.  `copy-file' called instead, which
9939         calls `tramp-do-copy-or-rename-file-out-of-band'.
9940         (tramp-action-password): Check for out-of-band method removed.
9941         This function is used for 'login-program.
9942         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
9943         appropriate.
9944         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
9945         and `tramp-parse-sknownhosts'.
9946         (tramp-completion-function-alist): It's a defvar now, because we
9947         want to apply the optimized `tramp-set-completion-function'
9948         instead of a static list.
9949         (tramp-set-completion-function): Implementation tuned.
9950         Avoid double entries, and entries where the function or the
9951         file/directory doesn't exist.
9952         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
9953         for SSH2.
9954         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
9955         (tramp-handle-dired-compress-file): New function.
9956         (tramp-async-proc): New variable.
9957         (tramp-handle-shell-command): Adding asynchronous processes.
9958         They are far from being perfect, but it works at least for
9959         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
9960         (top-level): Require password.el if visible.  Should be mandatory
9961         once No Gnus has found its way into (X)Emacs.
9962         (tramp-read-passwd): Invoke `password-read' if available,
9963         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
9964         fallback any longer.
9965         (tramp-clear-passwd): New function.
9966         (tramp-process-actions, tramp-process-multi-actions):
9967         Clear password cache if login has failed.
9969         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
9970         its own module.
9971         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
9972         `ange-ftp-ftp-name-res'.  There could be incorrect values from
9973         previous calls in case the "ftp" method is used in the Tramp file
9974         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9976 2004-02-28  Richard M. Stallman  <rms@gnu.org>
9978         * term.el (term-mouse-paste): Call mouse-set-point.
9980         * thumbs.el: New file.
9982 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9984         * progmodes/ebnf-abn.el: Doc fix.
9986         * progmodes/ebnf-bnf.el: Doc fix.
9987         (ebnf-repeat): Code fix.
9989         * progmodes/ebnf2ps.el: Doc fix.
9990         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
9992 2004-02-28  Juri Linkov  <juri@jurta.org>
9994         * ffap.el (dired-at-point): Additional writability test for
9995         relative directory names.
9996         (dired-at-point-prompter): Treat directories as a directory, get
9997         the directory component from files.
9998         (ffap-string-at-point): Return string from region if region is active.
9999         (ffap-file-at-point): Remove redundant code.
10001 2004-02-28  Kim F. Storm  <storm@cua.dk>
10003         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
10004         Initialize margin area images to nil.
10005         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
10006         (breakpoint-enabled-bitmap-face)
10007         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
10008         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
10009         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
10010         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
10011         (gdb-reset): Use gdb-remove-breakpoint-icons.
10012         (gdb-put-string): Add dprop arg to specify alternative display
10013         property (for setting fringe bitmap).
10014         (gdb-remove-strings): Doc fix.
10015         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
10016         icon in fringe (if available), or else as icon or text in display
10017         margin.  Creates necessary icons in breakpoint-bitmap,
10018         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
10019         Also make left window margin if required.
10020         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
10021         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
10022         no longer needed.
10023         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
10024         gdb-put-breakpoint-icon.
10025         (gdb-assembler-mode): Don't set left-margin-width here.
10027 2004-02-27  Kevin Ryde  <user42@zip.com.au>
10029         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
10030         comma, so that it DTRT in macros.
10032 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10034         * progmodes/sh-script.el (sh-shell-arg)
10035         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
10036         (sh-leading-keywords, sh-other-keywords): Fix custom type.
10038 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
10040         * faces.el (face-spec-set-match-display): Add a new attribute,
10041         `min-colors'.
10042         (region, highlight, secondary-selection): Use `min-colors'.
10044         * custom.el (defface): Add documentation for `min-colors'.
10046         * font-lock.el (font-lock-comment-face, font-lock-string-face)
10047         (font-lock-keyword-face, font-lock-function-name-face)
10048         (font-lock-variable-name-face, font-lock-constant-face):
10049         Use `min-colors'.
10051         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
10053 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10055         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
10056         define assq-delete-all if it's not defined.
10057         (ebnf-generate-region): Code fix.
10059         * printing.el: Doc fix.
10060         (pr-version): New version number (6.7.2).
10061         (pr-command): Return empty string if command is an empty string.
10063 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10065         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
10067         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
10068         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
10069         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
10070         "tt" ["test"] ).  Reported by Markus Dreyer
10071         <mdreyer@ix.urz.uni-heidelberg.de>.
10072         (ebnf-version): New version number (4.0).
10073         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
10074         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
10075         (ebnf-delete-style): New commands.
10076         (ebnf-directory, ebnf-file): New funs.
10077         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
10078         (ebnf-production-name-p, ebnf-stop-on-error): New options.
10079         (ebnf-syntax-alist): New var.
10080         (ebnf-element-width): New fun replacing ebnf-list-width.
10081         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
10082         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
10083         (ebnf-prologue): Adjust vars.
10084         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
10085         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
10086         (ebnf-check-style-values, ebnf-generate-production)
10087         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
10088         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
10089         (ebnf-token-repeat): Code fix.
10091         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
10092         %right, %left and %prec.  Suggested by Matthew K. Junker
10093         <junker@alum.mit.edu>.
10094         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
10096         * progmodes/ebnf-iso.el: Doc fix.
10097         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
10098         (ebnf-iso-lex): Code fix.
10100         * progmodes/ebnf-bnf.el: Doc fix.
10101         (ebnf-bnf-lex): Code fix.
10103         * progmodes/ebnf-otz.el: Doc fix.
10105 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
10107         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
10108         (abbrev-prefix-mark): Doc fix.
10110 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
10112         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
10113         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
10114         (gdb-var-delete): Make interactive (really).
10115         (gdb-edit-value): Make non-interactive.
10117         * progmodes/gud.el (gud-speedbar-menu-items):
10118         Add gdb-var-delete and, indirectly, gdb-edit-value.
10119         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
10120         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
10121         (gud-gdb-marker-filter): Add comment for annotations.
10123 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10125         * calendar/calendar.el (generate-calendar)
10126         (calendar-read-date): Prevent display of BC calendars once more -
10127         reverts 2003-10-01 change.
10128         (generate-calendar-month): Doc fix.
10130 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
10132         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
10133         return value of increment-calendar-month.
10135 2004-02-21  Stephen Compall  <s11@member.fsf.org>
10137         * saveplace.el (save-place-forget-unreadable-files)
10138         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
10139         (save-place-forget-unreadable-files): New function.
10140         (save-place-alist-to-file): Use it to filter out files that are
10141         no longer readable.
10143         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
10144         current Texinfo environment, using the same method as in
10145         `texinfo-insert-@end', and insert a space rather than a newline if
10146         point in a @table environment.
10148 2004-02-21  Juri Linkov  <juri@jurta.org>
10150         * ffap.el (ffap-file-at-point): Try parent directories.
10152 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
10154         * vcursor.el (vcursor-modifiers): New defcustom.
10155         (vcursor-cs-binding): Use vcursor-modifiers instead of a
10156         hard-coded list.
10158 2004-02-21  Masatake YAMATO  <jet@gyve.org>
10160         * play/animate.el (animate-birthday-present): Accept names other
10161         than `Sarah', too.
10163 2004-02-21  Juri Linkov  <juri@jurta.org>
10165         * startup.el: Remove table of command line arguments from the
10166         Commentary section.
10168 2004-02-20  John Wiegley  <johnw@newartisans.com>
10170         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
10171         again" modifier from 'e' to 'E', since 'e' is also used by the
10172         "file extension" modifier.
10174 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
10176         * help-fns.el (describe-categories): Doc fix.
10178 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10180         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
10181         temporary file for buffer already visiting one.  This change makes
10182         output likely to be directly usable by patch program.
10183         Suggested by Adrian Aichner  <adrian@xemacs.org>
10185 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
10187         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
10188         case of variables defined in compound statements.
10189         (gdb-setup-windows, gdb-source-info, gdb-source-info):
10190         Simplify constructions using switch-to-buffer.
10192 2004-02-19  Simon Josefsson  <jas@extundo.com>
10194         * play/morse.el: Fix typo.
10195         (morse-code): Add @.
10197 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
10199         * calendar/appt.el (appt-display-format): Change default to
10200         'ignore, for backwards compatibility.
10201         (appt-display-message): If appt-display-format is 'ignore,
10202         respect old vars appt-msg-window and appt-visible.
10203         (appt-activate): Don't depend on return value of cancel-timer.
10205         * calendar/calendar.el (calendar-holidays): Doc fix.
10207         * calendar/cal-coptic.el (coptic-prompt-for-date):
10208         Use assoc-string instead of assoc-ignore-case.
10209         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10210         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10211         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10212         * calendar/cal-islam.el (calendar-goto-islamic-date)
10213         (mark-islamic-diary-entries): Ditto.
10214         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10215         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10216         (calendar-read-mayan-tzolkin-date): Ditto.
10217         * calendar/calendar.el (calendar-read-date): Ditto.
10218         * calendar/diary-lib.el (mark-diary-entries): Ditto.
10220 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10222         * progmodes/executable.el (executable-command-find-posix-p):
10223         Fix choice of the directory.
10225 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
10227         * simple.el (interprogram-cut-function)
10228         (interprogram-paste-function, kill-new, kill-append):
10229         Doc fixes.
10230         (kill-region): Make it return nil.  Doc fix.
10231         (yank-pop): Make its argument optional.
10232         (yank): Make ARG `-' equivalent to `-1'.
10234 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
10236         * mail/rmail.el (rmail-get-new-mail): Don't reference
10237         rmail-use-spam-filter if rmail-spam-filter is not loaded.
10239 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
10241         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
10242         if one of global-auto-revert-non-file-buffers or autorevert-mode
10243         is non-nil.
10245 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10247         * subr.el (delete-dups): A better implementation from Karl Heuer
10248         <kwzh@gnu.org>.
10250 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
10252         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
10253         correct place.
10254         * progmodes/icon.el (icon-indent-command): Ditto.
10255         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
10257 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10259         * progmodes/grep.el (grep-compute-defaults): Undo change from
10260         2004-01-29: don't use executable-command-find-posix-p.
10262 2004-02-16  Richard Sharman  <rsharman@pobox.com>
10264         * hilit-chg.el: Use require instead of eval-and-compile.
10265         (highlight-compare-buffers): New function.
10267 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
10269         * man.el (Man-fontify-manpage): Render section headings in
10270         `Man-overstrike-face' even when overstrike was not used by man
10271         formatter for section headings.
10273 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
10275         * rmail-spam-filter.el: (vm-use-spam-filter)
10276         (rsf-min-region-length-added-to-spam-list): New variables.
10277         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
10278         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
10279         spam testing.  Don't delete spam message if automatic deletion
10280         after output via variable rmail-delete-after-output is turned on.
10281         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
10282         rsf-bbdb-dont-create-entries-for-spam.
10283         (check-field): New function, extracted from code in
10284         rmail-spam-filter to ease addition of header fields like content-type.
10285         (message-content-type): New variable to check the content-type:
10286         field added, also in defcustom of rsf-definitions-alist.
10287         (rmail-spam-filter): Replace repeated test code for header fields
10288         by calls to check-field; change the call to
10289         rmail-output-to-rmail-file such that rmail-current-message stays
10290         the same to avoid wrong deletion of unseen flags.
10291         (rsf-add-contents-type): New function to convert old format
10292         of rmail-spam-definitions-alist into new one.
10293         Change prefixes of all variables and functions from
10294         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
10296 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10298         * loadhist.el (unload-hook-features-list): New defvar.
10300 2004-02-16  Dave Love  <fx@gnu.org>
10302         * loadhist.el (unload-feature): Doc fix.  Rename flist to
10303         unload-hook-features-list.
10305 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
10307         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
10308         cookie.  Don't check if we are looking-at open-formula.
10310 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10312         * subr.el (match-string-no-properties): Use substring-no-properties.
10314 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10316         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
10317         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
10318         Use lower-case "rx" in all error message.
10320 2004-02-16  Dave Love  <fx@gnu.org>
10322         * emacs-lisp/rx.el (rx-or): Put group around result.
10323         (rx-constituents): Add backref.
10324         (rx-syntax): Add string-delimiter, comment-delimiter.
10325         (rx-categories): Add combining-diacritic.
10326         (rx-check-not, rx-greedy, rx): Doc fix.
10327         (rx-backref, rx-check-backref): New.
10329 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
10331         * newcomment.el (uncomment-region): Allow eob as comment end.
10333 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
10335         * filecache.el: All message and error commands now use prefix
10336         "Filecache:" to make it easy to read *Messages* buffer.
10338 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
10340         * autorevert.el: Add support to detect changed dired and VC buffers.
10341         (auto-revert-active-p, auto-revert-list-diff)
10342         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
10343         (auto-revert-handler, auto-revert-active-p): New functions.
10344         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
10345         and `auto-revert-active-p'.
10346         (eval-when-compile): Defvar dired-directory and vc-mode.
10347         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10348         (auto-revert-handler-vc): New functions.
10350 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10352         * progmodes/compile.el (compilation-directory): New defvar.
10353         (compile): Save current directory in compilation-directory.
10354         (recompile): Bind default-directory to compilation-directory if
10355         that is non-nil.
10357 2004-02-16  Dave Love  <fx@gnu.org>
10359         * newcomment.el (comment-insert-comment-function)
10360         (comment-region-function, uncomment-region-function): New.
10361         (comment-indent): Use comment-insert-comment-function.
10362         (uncomment-region): Use uncomment-region-function.
10363         (comment-region): Use comment-region-function.
10365         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
10367 2004-02-16  Richard Stallman  <rms@gnu.org>
10369         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
10370         loaddefs* and ldefs-boot*.
10372 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10374         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
10375         and email address at the beginning and end of the address.
10377         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
10378         anchored at the beginning of the email address.
10380 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
10382         * international/ccl.el (ccl-compile-write): Pass `left' to
10383         ccl-embed-code to generate correct code of write-expr-register.
10385 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
10387         * progmodes/grep.el (grep-compute-defaults): Fix typos.
10389 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10391         * x-dnd.el: Mention support for Motif in commentary.
10392         (x-dnd-handle-drag-n-drop-event): Ditto.
10394 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
10396         * ses.el: Use "ses--" prefixes for buffer-local variables.
10397         Use (point-min) instead of 1, even when we know the buffer
10398         is unnarrowed.
10399         (ses-build-load-map): Delete.  Distribute its content to defconst's for
10400         the three maps.
10401         (ses-menu, ses-header-line-menu): New menus.
10402         (ses-mode-map): Use them.
10403         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
10405 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
10407         * Makefile.in: Fix the CC Mode recompile kludge so it works
10408         when building in a different directory.
10410 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
10412         * simple.el (kill-new): Put yank-handler property on the entire string.
10414 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10416         * diff.el: Don't use compile any more, use diff-mode instead.
10417         (diff-regexp-alist, diff-old-file, diff-new-file)
10418         (diff-parse-differences, diff-process-setup): Remove.
10419         (diff-sentinel): New fun.
10420         (diff): Use it.  Run the process ourselves.
10421         Use diff-mode for the rest of the processing.
10423         * diff.el (diff): Simplify code handling `switch'.
10425 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10427         * pcvs-defs.el (cvs-menu): Add `tag'.
10429 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
10431         * simple.el (kill-append): Doc fix.
10433         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10434         Adapt outline-regexp to the new conventions for commenting out code.
10436 2004-02-11  John Paul Wallington  <jpw@gnu.org>
10438         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
10440 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10442         * diff.el (diff-switches): New fun.
10443         (diff, diff-backup): Use it.
10444         (diff): Clean up the args construction.  Use backquote.
10445         Use listp instead of consp to avoid putting a nil arg.
10446         (diff): Add a revert-buffer function.
10448 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10450         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
10451         handled by x-dnd-handle-file-name.
10452         (x-dnd-known-types): Add COMPOUND_TEXT.
10453         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
10454         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
10455         x-dnd-empty-state.
10456         (x-dnd-forget-drop): Ditto.
10457         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
10458         (x-dnd-handle-one-url): Return private when inserting text.
10459         (x-dnd-insert-ctext): New function.
10460         (x-dnd-handle-file-name): New function for FILE_NAME.
10461         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
10462         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
10463         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
10465 2004-02-10  Kenichi Handa  <handa@m17n.org>
10467         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
10468         instead of while loop.
10470 2004-02-10  Miles Bader  <miles@gnu.org>
10472         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
10474 2004-02-09  Kenichi Handa  <handa@m17n.org>
10476         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
10477         have end-of-line.
10479 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
10481         * Makefile.in: Added extra dependencies in the recompile target
10482         needed to cope with the compile time macro expansions in CC Mode.
10484 2004-02-09  Kim F. Storm  <storm@cua.dk>
10486         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
10487         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
10488         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
10489         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
10490         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
10491         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
10492         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
10493         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
10494         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
10495         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
10496         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
10498 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10500         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
10501         Don't allow shrink if there's a window on our right.
10503         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
10504         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
10505         Bring together declaration and initialization.
10506         (prolog-mode-variables): Don't set the syntax table.
10507         Don't set paragraph-start and comment-indent-function.
10508         Add /*..*/ to the comment regexps.
10509         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
10510         (prolog-mode-map): Don't bind TAB.
10511         (prolog-mode): Set the syntax table.
10512         (prolog-comment-indent): Remove.
10513         (inferior-prolog-mode-map): Initialize in the declaration.
10514         (inferior-prolog-mode-syntax-table)
10515         (inferior-prolog-mode-abbrev-table): New vars.
10516         (inferior-prolog-mode): Derive from comint-mode.
10517         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
10518         minibuffer windows.
10520         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
10521         in file names, as long as it is unabmiguous.
10523 2004-02-08  Andreas Schwab  <schwab@suse.de>
10525         * textmodes/reftex-toc.el
10526         (reftex-toc-load-all-files-for-promotion): Remove useless use of
10527         format.  Doc fix.
10529         * textmodes/refer.el (refer-find-entry-internal): Remove extra
10530         format string arguments.
10532         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
10533         string argument.
10535         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
10537         * play/zone.el (zone-call): Fix format string.
10539         * net/webjump.el (webjump-builtin): Add missing format string argument.
10541         * midnight.el (midnight-delay-set): Remove extra format string argument.
10543         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
10545         * hexl.el (hexl-insert-char): Add missing format string argument.
10547         * format.el (format-decode): Fix format string.
10549         * emulation/vi.el (vi-mode): Remove extra format string argument.
10550         (vi-repeat-last-search): Likewise.
10551         (vi-reverse-last-search): Likewise.
10552         (vi-goto-mark): Likewise.
10553         (vi-reverse-last-find-char): Likewise.
10554         (vi-repeat-last-find-char): Likewise.
10555         (vi-locate-def): Likewise.
10557         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
10559         * ediff-util.el (ediff-toggle-read-only): Remove extra format
10560         string argument.
10561         (ediff-toggle-regexp-match): Likewise.
10563         * dired-aux.el (dired-do-query-replace-regexp): Add missing
10564         format string argument.
10566         * calc/calc-map.el (calc-get-operator): Remove extra format
10567         string argument.
10569         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
10571         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
10572         string argument.
10574         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
10576         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
10578         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
10580         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
10581         (cl-struct-setf-expander): Likewise.
10583         * vc.el (with-vc-file): Fix unsafe uses of error.
10584         (vc-cancel-version): Likewise.
10586 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
10588         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
10589         thousands separator; fixes <class>:<line-number> regexp for
10590         non-english locales.
10592 2004-02-08  Andreas Schwab  <schwab@suse.de>
10594         * view.el (view-mode-enable): Revert previous change.
10596 2004-02-07  Kim F. Storm  <storm@cua.dk>
10598         * simple.el (line-number-at-pos): Rename from line-at-pos.
10599         Uses changed (what-line and vc-annotate-warp-version).
10601 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10603         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
10604         (diff-mode): Remove aborted attempt at support for compile.el.
10605         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
10607 2004-02-06  Andreas Schwab  <schwab@suse.de>
10609         * view.el (view-mode-enable): Add view-mode-map to
10610         minor-mode-overriding-map-alist.
10612 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10614         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
10616 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10618         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
10619         with point inside rather than after the paragraph.
10621 2004-02-04  Sam Steingold  <sds@gnu.org>
10623         * mail/smtpmail.el (smtpmail-try-auth-methods):
10624         Do not try authentication when no mechanism is available.
10625         Pass port-name as defaultport to `netrc-machine'.
10627 2004-02-04  Stephen Eglen  <stephen@gnu.org>
10629         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
10630         to show how minibuffer height can be constrained.
10632 2004-02-04  John Paul Wallington  <jpw@gnu.org>
10634         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
10636 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10638         * x-dnd.el: New file for drag and drop.
10640         * term/x-win.el: require x-dnd, set after-make-frame-functions
10641         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
10642         drag-n-drop event.
10644         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
10645         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
10646         (dired-dnd-handle-file): New functions for drag and drop support.
10647         (dired-mode): Initialize drag and drop if x-dnd present.
10649 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10651         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
10652         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
10653         (cperl-mode): Set fill-paragraph-function.
10654         (cperl-fill-paragraph): Make it non-interactive.
10656 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
10658         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
10660 2004-02-02  David Kastrup  <dak@gnu.org>
10662         * replace.el (perform-replace): Allow 'literal argument in
10663         regexp-flag to indicate literal replacement.
10664         (query-replace-regexp-eval): Use it.
10666 2004-02-01  Andreas Schwab  <schwab@suse.de>
10668         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
10670 2004-02-01  Stephen Eglen  <stephen@gnu.org>
10672         * info-look.el: Add support for maxima-mode.  Update commentary
10673         because info-lookup-symbol is now bound to C-h S.
10675 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
10677         * simple.el (edit-and-eval-command): Bind print-level and
10678         minibuffer-history-sexp-flag around call to read-from-minibuffer.
10679         Correct initial position in command-history.
10681 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
10683         * files.el (read-directory-name): Adapt the docstring to recent
10684         change in Fread_file_name.
10686 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
10688         * ses.el (ses-print-cell): If print format too wide for column
10689         width, truncate decimal places if that helps to avoid "#####" fill.
10690         * ses.el (ses-initial-column-width): Revert previous change.
10692 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10694         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
10695         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
10696         Add edebug info.
10697         (jit-lock-mode): Setup/cancel the new timer.
10698         (jit-lock-context-fontify): New fun.  Extracted from
10699         context fontification code of jit-lock-stealth-fontify.
10700         (jit-lock-stealth-fontify): Don't do context fontification any more.
10702         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
10703         (jit-lock-fontify-now): Handle the `quit' case.
10704         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
10706 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
10708         * progmodes/executable.el (executable-command-find-posix-p):
10709         New.  Check if find handles arguments Posix-style.
10711         * progmodes/grep.el (grep-compute-defaults):
10712         Use executable-command-find-posix-p.
10713         (grep-find): Check `grep-find-command'.
10715         * filecache.el (file-cache-find-posix-p): Delete.
10716         (file-cache-add-directory-using-find):
10717         Use `executable-command-find-posix-p'.
10719 2004-01-29  Dave Love  <fx@gnu.org>
10721         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
10722         Iterate the hook function if arg is given.
10723         (mark-defun, narrow-to-defun): Change order of finding the limits.
10725         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
10726         (byte-compile-format-warn): New.
10727         (byte-compile-callargs-warn): Use it.
10728         (Format, message, error): Add byte-compile-format-like property.
10729         (byte-compile-maybe-guarded): New.
10730         (byte-compile-if, byte-compile-cond): Use it.
10731         (byte-compile-lambda): Compile interactive forms,
10732         just to make warnings about them.
10734 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
10736         * ses.el (ses-initial-column-width): Increase to 14, so it will
10737         work well with the default printer of "%.7g" for extreme values
10738         like "-1.234567e+07".
10740 2004-01-29  Kenichi Handa  <handa@m17n.org>
10742         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
10744 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
10746         * dos-w32.el: Added support for the `default-printer-name' function.
10748 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10750         * server.el (server-socket-name): Don't use the hostname in the
10751         socket name since /tmp is local to the host anyway.
10753         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
10754         robust check of widening and fix var-naming.
10756 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
10758         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
10759         or rmail-spam- to rsf- in all function and variable names.
10760         (rsf-min-region-to-spam-list): New variable.
10761         (rsf-bbdb-auto-delete-spam-entries): Rename from
10762         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
10763         scanned together with the recipients field for spam testing; Don't
10764         delete spam message if rmail-delete-after-output is non-nil;
10765         (rsf-check-field): New function, extracted from code in
10766         rmail-spam-filter to ease addition of header fields like
10767         content-type:;
10768         (message-content-type): New variable.  The content-type: field was
10769         added also in defcustom of rsf-definitions-alist;
10770         (rmail-spam-filter): Replace repeated test code for header fields
10771         by calls to check-field; change the call to
10772         rmail-output-to-rmail-file such that rmail-current-message stays
10773         the same to avoid wrong deletion of unseen flags.
10774         (rmail-use-spam-filter): Add autoload cookie.
10776 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
10778         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
10779         (file-cache-add-directory-using-find): Add Cygwin support.
10780         (file-cache-find-command-posix-flag): New user variable.
10782         * filecache.el (file-cache-add-directory): Check for
10783         directories an remove them from dir-files.
10785 2004-01-27  Richard M. Stallman  <rms@gnu.org>
10787         * man.el (Man-fontify-manpage): Clean up message.
10789 2004-01-27  Kenichi Handa  <handa@m17n.org>
10791         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
10792         (sentence-end): Define using sentence-end-without-space.
10794         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
10795         a sentence ends with one of a character in sentence-end-without-space.
10797 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10799         * font-lock.el (font-lock): Add jit-lock as explicit group member.
10800         (jit-lock): Group declaration moved to jit-lock.el.
10801         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
10802         when necessary.
10804         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
10805         (jit-lock-context-unfontify-pos): Rename from
10806         jit-lock-first-unfontify-pos.
10807         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
10809 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
10811         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
10812         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
10813         (fortran-fill): When filling a string, adjust re-search-backward
10814         argument for special case of string just on fill-column.
10815         When filling non-string, allow one extra char if
10816         fortran-break-before-delimiters is non-nil.
10817         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
10818         Use fortran-break-delimiters-re and fortran-no-break-re to
10819         correctly handle cases such as "**".
10821         * progmodes/f90.el (f90-break-delimiters): Doc fix.
10822         (f90-no-break-re): Add some extra tokens.  Doc fix.
10824 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
10826         * mail/rmail-spam-filter.el:
10827         Use two semicolons as Commentary line prefix.
10828         Add ";;; Code:" stylized comment.
10829         Delete end-of-line whitespace.
10830         Wrap (require 'cl) with `eval-when-compile'.
10832 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
10834         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
10835         at the top level of vc.el.
10837 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
10839         * vc.el (vc-current-line): Function removed.  This is now done by
10840         the new function line-at-pos in simple.el.
10841         (vc-annotate-warp-version): Use line-at-pos instead of
10842         vc-current-line.
10844 2004-01-22  Kim F. Storm  <storm@cua.dk>
10846         * simple.el (line-at-pos): New defun.
10847         (what-line): Use it.  Optimize by only counting lines in narrowed
10848         region once.
10850 2004-01-22  Kenichi Handa  <handa@m17n.org>
10852         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
10853         point (register r1) only for charset mule-unicode-0100-24ff.
10855 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10857         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
10858         trailing white space and ensure a final newline.
10860         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
10861         Add autoload cookie.
10863 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
10865         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
10866         activate view-mode explicitly.
10868 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10870         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
10871         use clipboard first.
10873 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10875         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
10876         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
10877         (vc-mcvs-cvs): Remove.
10878         (vc-mcvs-command): Remove use of assert.
10880         * outline.el (outline-insert-heading): Tighten up match.
10881         (outline-demote, outline-move-subtree-down): Don't assume anything
10882         about outline-regexp.
10884         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
10885         (texinfo-show-structure): Explicitly add ^, and simplify.
10887 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
10889         * calendar/appt.el (appt-check): Restore usage of
10890         appt-issue-message deleted in previous change.
10891         (top-level): Activate package when loaded (needed for backwards
10892         compatibility).
10894 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10896         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
10897         following previous change to smtpmail-send-data.
10899 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
10901         * vc.el (vc-default-previous-version): Doc enhancement.
10902         (vc-default-next-version): New function.
10903         (vc-print-log): New arg FOCUS-REV.
10904         (vc-annotate-mode): Derive from view-mode.
10905         (vc-annotate): New args REVISION, DISPLAY-MODE.
10906         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
10907         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
10908         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
10909         (vc-annotate-show-diff-revision-at-line, vc-current-line)
10910         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
10912         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
10914 2004-01-19  Karl Berry  <karl@gnu.org>
10916         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
10917         or "TexInfo".
10919 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
10921         * subr.el (delete-dups): New function.
10923 2004-01-19  Karl Berry  <karl@gnu.org>
10925         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
10926         with ^, since that's what texinfo-show-structure
10927         documentation says (plus it works much better in texinfo.txi).
10929 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
10931         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
10933 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
10935         * progmodes/which-func.el (which-function-mode): Don't cancel
10936         which-func-update-timer if not set.
10938 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
10940         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
10941         Remove spurious left square bracket in XX:XXam regexp.
10943 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
10945         * progmodes/cc-defs.el: Do not require cl at run time.
10947 2004-01-16  Richard M. Stallman  <rms@gnu.org>
10949         * emacs-lisp/cl.el (cl-cannot-unload): New function.
10950         (cl-unload-hook): Defvar this to run cl-cannot-unload.
10952         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
10953         Call rmail-spam-filter.  Delete and expunge spam.
10954         Print number of spam messages deleted.
10955         Save and restore the deletion status of old messages when reading
10956         new mail with spam filter, so that expunging spam does not expunge
10957         msgs deleted by the user.
10958         (rmail-only-expunge): Add an optional argument dont-show to
10959         prevent showing message after expunge.
10961 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
10963         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
10964         * subr.el (declare): New macro.
10966 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
10968         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
10970 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10972         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10973         Test window-system rather than system-type (for X11/Mac).
10975 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
10977         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
10979 2004-01-12  Richard M. Stallman  <rms@gnu.org>
10981         * mail/rmail.el (rmail-convert-to-babyl-format):
10982         Use mail-unquote-printable-region.
10983         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
10984         (rmail-hex-char-to-integer): Functions deleted.
10986         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
10987         (mail-unquote-printable-region): New arg NOERROR.
10988         For invalid encoding, either signal an error to just return nil.
10990 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
10992         * calendar/appt.el: Update copyright and commentary.
10993         (appt-issue-message): Make obsolete.
10994         (appt-visible, appt-msg-window): Make obsolete, in favour of
10995         appt-display-format.
10996         (appt-display-mode-line, appt-display-duration)
10997         (appt-display-diary, appt-time-msg-list, appt-mode-string)
10998         (appt-prev-comp-time, appt-display-count, appt-timer)
10999         (appt-convert-time): Doc change.
11000         (appt-disp-window-function, appt-delete-window-function):
11001         Use defcustom rather than defvar.
11002         (appt-display-format): New variable.
11003         (appt-display-message): New function with display code from appt-check.
11004         (appt-check): Add optional FORCE argument.  Doc change.
11005         Add appt-make-list to diary-hook if displaying diary.
11006         Remove checking of view-diary-entries-initially.
11007         Message display section removed to new function appt-display-message.
11008         (appt-display-window): Doc change.  Remove unused internal var
11009         this-buffer.  Do not beep, since appt-display-message does that.
11010         (appt-make-list): Doc change.  Use caar.
11011         (appt-sort-list): Simplify by using builtin sort function.
11012         (appt-update-list): New function for updating appts when diary is
11013         saved.
11014         (appt-activate): New autoloaded function to toggle package
11015         functionality.
11017         * calendar/cal-x.el: (calendar-one-frame-setup)
11018         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
11020         * calendar/calendar.el: Update copyright.
11021         (view-diary-entries-initially, european-calendar-style): Doc change.
11022         (calendar-setup): Make defcustom rather than defvar.
11023         (mark-visible-calendar-date): Initialize temp-face and faceinfo
11024         in let binding so local to function.
11026         * calendar/diary-lib.el: Update copyright.
11027         (diary, diary-entry-time): Doc change.
11028         (list-diary-entries): Doc change.  Trivial logic change.
11029         (fancy-diary-display): Restore make-face command mistakenly
11030         deleted 2003-05-08.
11031         (show-all-diary-entries): Allow to pop-up frame if needed.
11033 2004-01-09  John Paul Wallington  <jpw@gnu.org>
11035         * bindings.el (mode-line-change-eol): Add EVENT parameter.
11036         Temporarily select EVENT's window for changing eol type.
11038 2004-01-09  Deepak Goel  <deego@gnufans.org>
11040         * calendar/diary-lib.el (diary-entry-time):
11041         Also accept time in the form XX[.XX][am/pm/AM/PM].
11042         (fancy-diary-font-lock-keywords): Likewise.
11043         (diary-font-lock-keywords): Likewise.
11044         * calendar/appt.el (appt-add): Likewise.
11045         (appt-make-list): Likewise.
11046         (appt-convert-time): Likewise.
11048 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
11050         * gdb-ui.el (gdb-ann3): Revert previous change.
11051         (gdb-source-info): Allow for case of where compilation directory
11052         is not recorded.
11054 2004-01-08  John Paul Wallington  <jpw@gnu.org>
11056         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
11058 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
11060         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
11062         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
11063         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
11064         problems.
11065         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
11067 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
11069         * files.el (write-file-functions, write-contents-functions):
11070         Clarify docstrings.
11072 2004-01-07  Kenichi Handa  <handa@m17n.org>
11074         * international/mule.el (set-auto-coding): Fix for the case that
11075         end-of-line is only CR.
11077 2004-01-07  Kim F. Storm  <storm@cua.dk>
11079         * subr.el (event-start, event-end): Doc fix.
11080         (posn-string, posn-image): New defuns.
11081         (posn-object): Return either image or string object.
11082         (posn-object-x-y): Return 8th element of position.
11083         (posn-object-width-height): New defun.
11085 2004-01-06  Andreas Schwab  <schwab@suse.de>
11087         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
11088         output.
11090 2004-01-05  Karl Berry  <karl@gnu.org>
11092         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
11093         / and *, too.
11095 2003-12-31  Simon Josefsson  <jas@extundo.com>
11097         * files.el (before-save-hook): Add.
11098         (basic-save-buffer): Use before-save-hook.
11100         * emacs-lisp/copyright.el: Fix comment to recommend
11101         before-save-hook instead of write-file-functions.
11103 2004-01-05  Richard M. Stallman  <rms@gnu.org>
11105         * finder.el (finder-commentary): Call delete-other-windows.
11107         * net/ange-ftp.el (ange-ftp-file-attributes):
11108         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
11110 2004-01-04  Karl Berry  <karl@gnu.org>
11112         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
11113         comment characters % and # in the copyright year notice,
11114         as well as ;.
11116 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
11118         * wid-edit.el (default): Define dummy :value-delete.
11119         Reported by Jesper Harder <harder@ifa.au.dk>.
11121 2004-01-03  Richard M. Stallman  <rms@gnu.org>
11123         * progmodes/compile.el (compile-internal): Use point, not point-min,
11124         for set-window-point.
11126         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
11128         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
11130         * progmodes/grep.el (grep-mode-map):
11131         Don't remap next-line, previous-line.
11133 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
11135         * speedbar.el (speedbar-edit-line): Change regexp to position
11136         the cursor on the first character of this line's button.
11138 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
11140         * subr.el (functionp): Doc fix.
11142 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11144         * progmodes/idlwave.el (idlwave-make-tags):
11145         * textmodes/flyspell.el (flyspell-large-region):.
11146         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
11147         * emulation/viper-util.el (viper-glob-unix-files):
11148         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
11149         * man.el (Man-init-defvars):
11150         * jka-compr.el (jka-compr-call-process):
11151         * files.el (get-free-disk-space,insert-directory):
11152         * ediff-ptch.el (ediff-test-patch-utility):
11153         * ediff-diff.el (ediff-test-utility):
11154         * dired-aux.el (dired-check-process):
11155         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
11156         test the return value of call-process, because it can be a string.
11158 2003-12-31  John Paul Wallington  <jpw@gnu.org>
11160         * bindings.el (completion-ignored-extensions): Add .pfsl.
11162 2003-12-31  Kim F. Storm  <storm@cua.dk>
11164         * ido.el (ido-nonreadable-directory-p): New defun to check for
11165         nonreadable directory without activating tramp (to avoid problems
11166         with checking incomplete tramp paths).
11167         (ido-set-current-directory, ido-file-internal)
11168         (ido-file-name-all-completions1): Use it.
11170 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
11172         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
11173         documentation if the anchor (or node) name is preceded by `info
11174         anchor' or `Info anchor' in addition to earlier `info node' and
11175         `Info node'.
11176         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
11178 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
11180         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
11181         error in arguments to base64-decode-region.  Remove ^M characters
11182         after decoding base64.
11184 2003-12-30  Simon Josefsson  <jas@extundo.com>
11186         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
11187         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
11188         have only been distributed with Emacs for some years.
11189         (texinfo-mode-hook): Customize.
11191 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
11193         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
11194         cleaner (suggested by Richard Stallman).
11196         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
11197         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
11198         file-name clashes on 8+3 DOS filesystems.
11200         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
11201         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
11202         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
11203         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
11204         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
11205         file-name clashes on 8+3 filesystems.
11207         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
11208         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
11209         file-name clashes on 8+3 DOS filesystems.
11211 2003-12-29  Richard M. Stallman  <rms@gnu.org>
11213         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
11214         Upcase the character.
11216         * textmodes/flyspell.el (mail-mode-flyspell-verify):
11217         Search for header separator alone on a line, literally,
11218         and search for it backward, not forward.
11219         (flyspell-abbrev-table): Always use global-abbrev-table
11220         if there is no local one.
11222         * progmodes/sh-script.el (sh-get-indent-info):
11223         Don't move point back if at bob.
11225         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
11227         * play/handwrite.el (handwrite): Make the handwrite credit message
11228         a comment rather than an output command.
11230         * obsolete/sc.el: Display message that this file is obsolete.
11232         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
11234         * mail/rfc822.el (rfc822-address-start): Declare variable.
11235         Renamed from address-start.  All uses changed.
11237         * term.el (term-exec): Set up sentinel.
11238         (term-sentinel): New function.
11239         (term-handle-exit): New function.
11241         * subr.el (assoc-ignore-case, assoc-ignore-representation):
11242         Use assoc-string, and mark them obsolete.
11243         (delay-mode-hooks): Mark as permanent local.
11245         * simple.el (sendmail-user-agent-compose): Use assoc-string.
11247         * register.el (copy-rectangle-to-register): Doc fix.
11249         * info.el (Info-insert-dir): Use assoc-string.
11251         * info-look.el (info-lookup): Use assoc-string.
11253         * frame.el (pop-up-frame-function): Use quote, not `function'.
11254         (frame-notice-user-settings): Calculate ADJUSTED-TOP
11255         copying with lists as coordinate values.
11257         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
11259         * find-dired.el (kill-find): New command.
11260         (find-dired): Make buffer read-only.
11261         Set up a keymap with C-c C-k running kill-find.
11262         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
11264         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
11266         * filecache.el (file-cache-ignore-case): New variable.
11267         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
11269         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
11270         (comint-dynamic-complete-as-filename): Rename local vars.
11271         (comint-dynamic-list-filename-completions): Likewise.
11273         * comint.el (comint-dynamic-list-completions-config): New var.
11274         (comint-dynamic-list-completions): Handle both SPC and TAB right.
11276         * comint.el (comint-file-name-chars): Add [].
11277         (comint-word): Use skip-chars-backward, not search.
11279         * shell.el (shell-file-name-chars): Add [].
11281         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
11283         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
11285         * generic.el (define-generic-mode): Doc fix.
11287 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11289         * files.el (kill-some-buffers): Doc fix.
11291 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
11293         * comint.el (comint-watch-for-password-prompt): Pass `string' as
11294         arg to send-invisible
11295         (send-invisible): Doc fix.  The argument is now a prompt, not the
11296         string to send.
11297         (comint-read-noecho): Doc fix.
11299 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
11301         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
11302         "@", as required by some ISP hosting service.  Fix defcustom
11303         argument syntax errors that prevented use of customization.
11305 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11307         * xml.el (xml-get-attribute-or-nil): Doc fix.
11309 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
11311         * net/zone-mode.el (zone-mode): Use write-file-functions, not
11312         write-file-hooks.
11314 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11316         * autorevert.el (auto-revert-interval): Doc fix.
11318 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
11320         * xml.el (xml-get-attribute-or-nil): New function, like
11321         xml-get-attribute, but returns nil if the attribute was not found.
11322         (xml-get-attribute): Convert to defsubst, uses
11323         xml-get-attribute-or-nil.
11325 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11327         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
11329 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
11331         * custom.el (custom-declare-theme): Use `value' when putting
11332         properties on `theme'.
11334 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
11336         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
11337         for each yank-handler segment.
11338         (insert-for-yank-1): New function, with the body of the previous
11339         insert-for-yank.
11341         * textmodes/table.el (table-yank-handler): New defcustom.
11342         (table--put-cell-indicator-property): Put yank-handler property
11343         that indicates the yank handler for the table cell.
11345 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11347         * generic-x.el (etc-modules-conf-generic-mode): A more complete
11348         set of keywords.
11350 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11352         * international/mule-cmds.el (reset-language-environment)
11353         (set-language-environment): Don't invoke fontset-related functions
11354         if fontset-list is not fboundp.
11356 2003-12-29  Kenichi Handa  <handa@m17n.org>
11358         * international/mule-cmds.el (reset-language-environment):
11359         Call set-overriding-fontspec-internal with nil.
11360         (set-language-environment): Call set-overriding-fontspec-internal
11361         if the language environment specify `overriding-fontspec'.
11362         (language-info-alist): Doc added.
11364         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
11365         characters of mule-unicode-0100-24ff.
11366         (ccl-encode-windows-1251-font): New CCL program.
11367         ("Bulgarian"): Specify overriding-fontspec.
11368         ("Belarusian"): Likewise.
11370 2003-12-28  Sam Steingold  <sds@gnu.org>
11372         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
11373         parameter ID-FORMAT to conform with the 2003-11-30 patch.
11375 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
11377         * progmodes/gud.el (gud-gdb-command-name): Set default to
11378         "gdb --annotate=3".
11379         (gud-gdb-marker-filter): Look out for annotations.
11380         (gdb-first-pre-prompt): New variable.
11381         Remove trailing white space.
11383         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
11384         if necessary.
11385         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
11386         annotations are detected.
11387         (gud-gdba-marker-filter): Use global variable gud-marker-acc
11388         instead of a local one to allow transition from
11389         gud-gdb-marker-filter.
11390         Remove trailing white space.
11392 2003-12-27  Kim F. Storm  <storm@cua.dk>
11394         * ido.el: Handle non-readable directories.
11395         (ido-decorations): Add 9th element for non-readable directory.
11396         (ido-directory-nonreadable): New dynamic var.
11397         (ido-set-current-directory): Set it.
11398         (ido-read-buffer, ido-file-internal):
11399         (ido-read-file-name, ido-read-directory-name): Let-bind it.
11400         (ido-file-name-all-completions1): Return empty list for
11401         non-readable directory.
11402         (ido-exhibit): Print [Not readable] if directory is not readable.
11403         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
11404         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
11405         Use it.
11407 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
11409         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
11410         calls to directory-files-and-attributes and file-attributes.
11411         (ls-lisp-format): Remove system dependent handling of user and
11412         group id's.
11414 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
11416         * ffap.el (ffap-read-file-or-url): Revert previous change.
11418 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
11420         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
11421         new list of included files called `files-with-node-lines', that
11422         only have node lines.  This way @include commands can include any
11423         file, such as version and update files without node lines, not
11424         just files that are chapters.
11426 2003-12-25  Andreas Schwab  <schwab@suse.de>
11428         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
11429         file not found.
11431 2003-12-08  Miles Bader  <miles@gnu.org>
11433         * dired.el (dired-between-files): Always use dired-move-to-filename,
11434         which is more robust in non-english locales.
11436 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
11438         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
11440 2003-12-24  Andreas Schwab  <schwab@suse.de>
11442         * shell.el (shell-file-name-quote-list): Add backslash.
11444         * comint.el (comint-quote-filename): Correctly handle backslash
11445         in comint-file-name-quote-list.
11447 2003-12-24  Kenichi Handa  <handa@m17n.org>
11449         * international/mule-cmds.el (set-default-coding-systems):
11450         Call ucs-set-table-for-input for all buffers that don't have local
11451         value of buffer-file-coding-system.
11453         * international/ucs-tables.el (ucs-set-table-for-input):
11454         If translation-table-for-encode is a symbol, get its
11455         translation-table property.
11457 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
11459         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
11460         to `completing-read' on a recently fixed bug.
11462         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
11463         instead of SPACE, to get the list of possible fringe modes.
11464         SPACE only works if both `partial-completion-mode' and
11465         `completion-auto-help' are nil.
11467         * complete.el (PC-is-complete-p): Delete.
11468         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
11469         calls to `test-completion'.
11471 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
11473         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
11474         to edit values when there are no children.
11476         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
11477         a mode called "Assembler" already exists.
11478         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
11479         (gud-watch): Use format option.  Remove font properties from string.
11480         (gdb-var-create-handler, gdb-var-list-children-handler):
11481         Don't bother about properties as there are none.
11482         (gdb-var-create-handler, gdb-var-list-children-handler)
11483         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
11484         with two arguments.
11485         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
11486         Let speedbar show value changes with a different font.
11487         (gdb-edit-value): New defun.
11488         (gdb-clear-partial-output, gdb-clear-inferior-io)
11489         (def-gdb-auto-update-handler): Use erase-buffer.
11490         (gdb-frame-handler): Display watch expressions in
11491         FUNCTION::VARIABLE format if required.
11493 2003-12-23  John Paul Wallington  <jpw@gnu.org>
11495         * info.el (Info-unescape-quotes, Info-split-parameter-string)
11496         (Info-goto-emacs-command-node): Doc fixes.
11498 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
11500         * cus-edit.el (custom-add-parent-links): Define "many".
11502 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
11504         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
11505         (widget-child-validate, widget-type-value-create)
11506         (widget-type-default-get, widget-type-match): New functions.
11507         (lazy): New widget.
11508         (menu-choice, checklist, radio-button-choice, editable-list)
11509         (group, documentation-string): Remove redundant (per 2003-10-25
11510         change) calls to `widget-children-value-delete'.
11511         (widget-choice-value-get, widget-choice-value-inline): Remove.
11512         (menu-choice): Update widget.
11514 2003-12-03  Kenichi Handa  <handa@m17n.org>
11516         * language/cyrillic.el: Register "microsoft-cp1251" in
11517         ctext-non-standard-encodings-alist.
11518         ("Bulgarian"): Add ctext-non-standard-encodings.
11519         ("Belarusian"): Likewise.
11521         * international/mule-conf.el (compound-text-with-extensions):
11522         Change the type to 2 (iso-2022 base).
11524         * international/mule.el (ctext-non-standard-encodings-alist):
11525         Change the format.
11526         (ctext-non-standard-encodings): New variable.
11527         (ctext-post-read-conversion): Fully re-written.
11528         (ctext-non-standard-designations-alist): Delete it.
11529         (ctext-non-standard-encodings-table): New function.
11530         (ctext-pre-write-conversion): Fully re-written.
11532 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
11534         * cus-edit.el (custom-add-parent-links): Add documentation links
11535         for parent, if the item has none of its own.
11537 2003-11-30  Richard M. Stallman  <rms@gnu.org>
11539         * dired-aux.el (dired-do-query-replace-regexp):
11540         Report files visited read-only.
11542 2003-11-30  Juri Linkov  <juri@jurta.org>
11544         * dired-aux.el (dired-compare-directories): New command.
11545         (dired-file-set-difference, dired-files-attributes): New functions.
11547 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
11548         Version 2.0.38 of Tramp released.
11550         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
11551         Charles Curley <charlescurley@charlescurley.com>.
11552         (tramp-multi-connection-function-alist): Add ssht entry which adds
11553         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
11554         Aichner.
11555         (tramp-get-method-parameter): New function to retrieve a method
11556         parameter.  This allows for omission of method parameters.
11557         Callers adjusted.
11559 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
11561         * net/tramp.el: Add new optional parameter ID-FORMAT to
11562         `file-attributes'.  Calls of `file-attributes' won't use this
11563         parameter for backward compatibility reasons.
11564         (tramp-perl-file-attributes): Add a new parameter to Perl script
11565         in order to handle uid/gid as strings, if desired.
11566         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
11567         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
11568         order to make the function more general.
11569         (tramp-handle-file-attributes): Replace proprietary optional
11570         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
11571         (tramp-handle-file-attributes-with-perl): Handle parameter
11572         NONNUMERIC if set.  This wasn't done in the past.
11573         (tramp-post-connection): Apply second parameter "$2" if
11574         `tramp-remote-perl' is called.
11576         * net/tramp-smb.el (tramp-smb-handle-delete-file):
11577         Correct cut'n'waste error (`filename' instead of `directory').
11578         (tramp-smb-handle-directory-files-and-attributes)
11579         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
11580         introduced parameter ID-FORMAT.
11581         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
11582         error (`directory' instead of `ldir').
11584         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
11585         `file-attributes' has a second parameter.  If yes, apply it with
11586         value "'integer".  Otherwise, don't use that parameter (default is
11587         integer format).
11589 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
11591         * help.el (help-map): Bind `display-local-help' to `C-h .'.
11592         (help-for-help): Add `C-h .' to the listed Help options.
11593         Remove trailing whitespace.
11595         * help-at-pt.el: New file.
11597 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
11599         * subr.el (noreturn, 1value): New macros for test coverage.
11600         See `testcover.el'.
11602         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
11604         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
11605         for macro `1value'.
11606         (testcover-1value): New function.  Checks that a 1value form
11607         actually returns only one value.  Requested by RMS.
11609 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
11611         * gdb-ui.el (gud-watch, gdb-var-create-handler)
11612         (gdb-var-list-children, gdb-var-list-children-handler)
11613         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
11614         gdb commands that use mi to keep them out of the command history.
11616 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11618         * cus-start.el (all): Add use-file-dialog.
11620 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11622         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
11624 2003-11-27  Kim F. Storm  <storm@cua.dk>
11626         * subr.el (posn-object-x-y): New defun.
11628 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11630         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
11631         Don't use `space' for \\\n.
11632         Be more selective as to which # are comment-starters.
11634 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
11636         * subr.el (number-sequence): Improve handling of floating point
11637         arguments (suggested by Kim Storm).  Allow negative arguments.
11639 2003-11-26  Kenichi Handa  <handa@m17n.org>
11641         * international/mule-cmds.el (standard-display-european-internal):
11642         Cancel the standard-display-table setting for ` and '.
11644 2003-11-26  Kim F. Storm  <storm@cua.dk>
11646         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
11647         New defcustoms to add ffap-like functionality to ido.
11648         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
11649         (ido-no-final-slash): New defun.
11650         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
11651         (ido-read-file-name): ): Toggle VC checking via
11652         vc-handled-backends instead of vc-master-templates.
11653         (ido-file-internal): Handle ido-use-url-at-point and
11654         ido-use-filename-at-point via code borrowed from ffap-guesser.
11655         Handle new ido-exit code ffap.
11656         (ido-sort-list): Ignore final slash when sorting file names.
11658 2003-11-25  Kim F. Storm  <storm@cua.dk>
11660         * emulation/cua-base.el (cua--standard-movement-commands):
11661         Add forward-sentence and backward-sentence.
11663 2003-11-25  Stephen Eglen  <stephen@gnu.org>
11665         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
11666         iswitchb-exit is set to 'usefirst when user selects buffer at head
11667         of list using RET.  (Selecting buffers at the head of the list was
11668         broken if the substring was also a complete buffername.)
11670 2003-11-23  Kim F. Storm  <storm@cua.dk>
11672         * progmodes/compile.el (grep-command, grep-use-null-device)
11673         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
11674         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
11675         (grep-regexp-alist, grep-program, find-program)
11676         (grep-find-use-xargs, grep-history, grep-find-history)
11677         (grep-process-setup, grep-compute-defaults)
11678         (grep-default-command, grep, grep-tag-default, grep-find)
11679         (grep-expand-command-macros, grep-tree-last-regexp)
11680         (grep-tree-last-files, grep-tree): Move grep variables, functions
11681         and commands to new file grep.el.
11682         (compilation-mode-map): Remove grep commands from Compile sub-menu.
11683         (compilation-process-setup-function): Doc fix.
11684         (compilation-highlight-regexp, compilation-highlight-overlay): New
11685         defvars used for highlighting current compile error in source buffer.
11686         (compile-internal): New optional args HIGHLIGHT-REGEXP and
11687         LOCAL-MAP which overrides compilation-highlight-regexp and
11688         compilation-mode-map for this compilation.
11689         Delay calling compilation-set-window-height until after running
11690         compilation-process-setup-function so it can buffer-local override
11691         compilation-window-height.
11692         Check buffer-local value of compilation-scroll-output.
11693         (compilation-set-window-height): Use buffer-local value of
11694         compilation-window-height.
11695         (compilation-revert-buffer): Don't pass (undefined)
11696         preserve-modes arg to revert-buffer.
11697         (next-error-no-select, previous-error-no-select): New commands.
11698         (compilation-goto-locus): Temporarily highlight current match in
11699         source buffer using compilation-highlight-regexp.
11701         * progmodes/grep.el: New file with grep code from compile.el.
11702         (grep): New defcustom group.
11703         (grep-window-height): New defcustom, like compilation-window-height.
11704         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
11705         (grep-scroll-output): New defcustom, like compilation-scroll-output.
11706         (grep-command, grep-use-null-device, grep-find-command)
11707         (grep-tree-files-aliases, grep-tree-ignore-case)
11708         (grep-tree-ignore-CVS-directories): Move to grep custom group.
11709         (grep-setup-hook): New hook variable.
11710         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
11711         (grep-last-buffer): New defvar, override compilation-last-buffer.
11712         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
11713         Call compile-internal with args highlight-regexp and grep-mode-map.
11715 2003-11-23  Kim F. Storm  <storm@cua.dk>
11717         * subr.el (event-start, event-end): Doc fix.
11718         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
11719         (posn-area, posn-actual-col-row, posn-object): New defuns.
11720         (posn-col-row): Simplify doc.  Rewrite to use cond.
11721         (posn-point): Also return buffer position for events outside text
11722         area (that info is now present in the event position).
11724         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
11725         mouse-set-point so that hscroll still works now that clicks on
11726         fringes generate specific mouse events.
11727         (mouse-set-point): Note that it now works in fringes and margins
11728         too due to new semantics of posn-point in fringes and margins.
11730         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
11731         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
11733 2003-11-20  Kim F. Storm  <storm@cua.dk>
11735         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
11736         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
11737         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
11738         to 100 for icons to avoid increasing line height when shown.
11740 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11742         * newcomment.el (comment-normalize-vars): Initialize properly if
11743         comment-start was nil.
11745 2003-11-19  Andreas Schwab  <schwab@suse.de>
11747         * simple.el (set-variable): Fix indentation.
11749 2003-11-17  Kenichi Handa  <handa@m17n.org>
11751         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
11752         Fix docstring.
11754 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11756         * international/latin1-disp.el (latin1-display): Fix docstring.
11758 2003-11-16  John Wiegley  <johnw@newartisans.com>
11760         * eshell/em-ls.el (eshell-ls-file): There are times with
11761         size-width is nil and uncomputed (when directories are created in
11762         dired, for example); in this case, 4 is reasonable default value,
11763         although it may caused skewed new entries (which could be avoided
11764         by returning the original value of 8 in all cases, but 99% of the
11765         time this is a waste of whitespace).
11767 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
11769         * cc-engine.el (c-guess-continued-construct)
11770         (c-guess-basic-syntax): Check a little more carefully if it's a
11771         function declaration when an unknown construct followed by a block
11772         is found inside a statement context.  This avoids macros followed
11773         by blocks to be taken as function declarations.
11775         (c-guess-continued-construct): Change the analysis of a statement
11776         continuation with a brace open to `substatement-block', for
11777         consistency with recognized statements.
11779         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
11780         start is in a position so that `c-beginning-of-statement-1' jumped
11781         to the beginning of the same statement.
11783         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
11784         Don't accept binary operators in the arglist if we're in a function
11785         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
11786         template recognition in cases like "if (a < b || c > d)".
11788         (c-restricted-<>-arglists): New more appropriate name for
11789         `c-disallow-comma-in-<>-arglists'.
11791         Accessing functions updated for the variable name change.
11793         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
11794         match data could get clobbered if NOT-INSIDE-TOKEN is used.
11796         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
11797         labels.
11799         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
11800         instead of duplicating parts of it.  This fixes bogus label
11801         recognition.
11803         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
11804         of checking the context in which to apply the minimum indentation,
11805         so that it isn't enforced in e.g. namespace blocks.
11807         * cc-vars.el (c-inside-block-syms): New constant used by
11808         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
11809         to somewhat reduce the risk of becoming stale.
11811         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
11812         cc-cmds to cc-engine to allow use from cc-align.
11814         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
11815         qualified identifiers containing "::".
11817         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
11818         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
11820         * cc-vars.el (c-emacs-features): Use a space in front of the name
11821         of the temporary buffer.  That also avoids dumping problems in
11822         XEmacs due to undo info being left around after the buffer is killed.
11824         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
11825         arglist to see if it's a K&R style declaration.
11827         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
11828         before returning `knr-argdecl-intro'.
11830 2003-11-16  John Wiegley  <johnw@newartisans.com>
11832         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
11833         field in a long-listing always 8 characters, use `size-width',
11834         which has already been computed.
11836 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
11838         * subr.el (minor-mode-list): Add `hs-minor-mode'.
11840 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
11842         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
11843         Support operation while narrowed, with `diff-restrict-view'.
11845 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
11847         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11848         Take additional optional arg NARROWFUN.  For the generated functions:
11849         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
11850         include frags that arrange to check for and save narrowing state before
11851         the move and then conditionally call NARROWFUN after the move.
11853 2003-11-14  John Wiegley  <johnw@newartisans.com>
11855         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
11856         that was optional, but obviously missing based on surrounding code.
11858         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
11859         string arguments to numbers unless the whole argument was seen as
11860         a number.
11862 2003-11-14  Kenichi Handa  <handa@m17n.org>
11864         * international/mule.el (ctext-non-standard-encodings-alist):
11865         Fix coding systems.
11867 2003-11-10  Kenichi Handa  <handa@m17n.org>
11869         * language/kannada.el ("Kannada"): Add sample-text.
11871         * language/knd-util.el (kannada-compose-region)
11872         (kannada-compose-string, kannada-post-read-conversion):
11873         Add autoload cookie.
11875         * international/quail.el (quail-completion): Change the message
11876         "corresponding translations" to "corresponding characters".
11878 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
11880         * descr-text.el (describe-char): Fix typo.
11882 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
11884         These changes are to support Kannada language/script.
11886         * Makefile.in (DONTCOMPILE): Add kannada.el.
11888         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
11890         * loadup.el: Preload kannada.el.
11892         * language/ind-util.el (ucs-kannada-to-is13194-alist)
11893         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
11894         New variables.
11896         * language/kannada.el: New file.
11898         * language/knd-util.el: New file.
11900 2003-11-07  Andreas Schwab  <schwab@suse.de>
11902         * progmodes/autoconf.el (autoconf-font-lock-keywords):
11903         Also highlight AH_*.
11905         * xml.el (xml-parse-dtd): Fix misplaced paren.
11907 2003-11-07  Kenichi Handa  <handa@m17n.org>
11909         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
11911 2003-11-05  Juri Linkov  <juri@jurta.org>
11913         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
11914         (desktop-buffer-file): Use saved buffer-file-coding-system
11915         for file reading.  Set auto-insert to nil to prevent automatic
11916         insertion into restored empty files.
11918 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
11920         * files.el (risky-local-variable-p): Make second argument optional.
11922 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11924         * subr.el (add-hook): Fix last change.
11926 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
11928         * mail/rmail.el (rmail-convert-to-babyl-format):
11929         If base64-decode-region signals an error, catch it and silently
11930         ignore it.
11932 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
11934         * xml.el (xml-parse-region): Allow comments to appear after the
11935         topmost element has closed.
11936         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
11937         (xml-ns-expand-attr): New functions to do namespace handling.
11938         (xml-intern-attrlist): Back-compatible handling of attribute names.
11939         (xml-parse-tag): Move namespace handling to separate functions.
11940         Now produces elements in the form ((:ns . "element") (attr-list)
11941         children) instead of ('ns:element (attr-list) children).
11942         (xml-parse-attlist): Fix attribute parsing.
11943         (xml-parse-dtd): Change parsing so that it produces strings
11944         instead of interned symbols.
11946 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
11948         * dired.el (dired-ls-sorting-switches): Doc fix.
11950 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
11952         * emacs-lisp/rx.el (rx-or): Fix the case of
11953         "(rx (and ?a (or ?b ?c) ?d))".
11955 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
11957         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
11958         (texinfo-format-region): Use it.
11959         (texinfo-format-buffer-1): Ditto.
11961 2003-11-01  Alan Mackenzie  <acm@muc.de>
11963         Changes to allow scrolling whilst in isearch mode:
11964         * isearch.el (isearch-unread-key-sequence): New function,
11965         extracted from isearch-other-meta-char.
11966         (top level): (put 'foo 'isearch-scroll) on all Emacs's
11967         "scrollable" standard functions.
11968         (isearch-allow-scroll): New customizable variable.
11969         (isearch-string-out-of-window, isearch-back-into-window)
11970         (isearch-reread-key-sequence-naturally)
11971         (isearch-lookup-scroll-key): New functions.
11972         (isearch-other-meta-char): Doc string and functionality enhanced.
11973         Now accepts a prefix argument.
11974         (isearch-lazy-highlight-window-end): New variable.
11975         (isearch-lazy-highlight-new-loop): Pay attention to the window's
11976         end (thru isearch-lazy-highlight-window-end), not only its start.
11978         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
11979         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
11980         (universal-argument, universal-argument-more, negative-argument)
11981         (digit-argument, universal-argument-other-key): Minor changes.
11983 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
11985         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
11986         recursively if the last message is deleted, thus avoiding an
11987         infinite loop.
11989 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11991         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
11992         (tex-main-file): Don't add .tex if the extension is already present.
11993         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
11995 2003-10-29  Lute Kamstra  <lute@gnu.org>
11997         * progmodes/octave-inf.el (inferior-octave-prompt):
11998         Recognize version number in prompt.
12000 2003-10-28  Dave Love  <fx@gnu.org>
12002         * international/characters.el: Fix some Unicode ranges.
12004 2003-10-28  Kenichi Handa  <handa@m17n.org>
12006         * disp-table.el (standard-display-8bit)
12007         (standard-display-default, standard-display-ascii)
12008         (standard-display-g1, standard-display-graphic)
12009         (standard-display-underline): Assure that standard-display-table
12010         is a display table.
12012 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12014         * simple.el (reindent-then-newline-and-indent): Delete space *after*
12015         reindenting the first line.
12017 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
12019         * wid-edit.el (widget-default-delete): Always delete child widgets.
12021 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12023         * newcomment.el (comment-indent): Don't call indent-according-to-mode
12024         if the line has code.
12025         Don't try to line up with something that's too far left.
12027         * progmodes/octave-mod.el (octave-comment-start): Simplify.
12028         (octave-mode-syntax-table): Add % as a comment starter.
12029         (octave-point): Remove.
12030         (octave-in-comment-p, octave-in-string-p)
12031         (octave-not-in-string-or-comment-p, calculate-octave-indent)
12032         (octave-blink-matching-block-open, octave-auto-fill):
12033         Use line-(beginning|end)-position instead.
12035 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12037         * emacs-lisp/authors.el (authors-aliases): Add correct realname
12038         for Francesco Potort\e,Al\e(B.
12040 2003-10-23  Dave Love  <fx@gnu.org>
12042         * international/mule-cmds.el (locale-charset-to-coding-system):
12043         Don't rely on nil being a coding system.
12045         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
12046         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
12047         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
12049 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
12051         * gdb-ui.el (gdb-current-language): New variable.
12052         (gdb-update-flag): Remove variable.
12053         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
12054         (gdb-take-last-elt): Remove function.
12055         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
12056         (gdb-post-prompt): Check for variable object changes here.
12058         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
12059         object changes in gdb-ui.el.
12061 2003-10-21  Richard M. Stallman  <rms@gnu.org>
12063         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
12065         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
12066         Don't check for foo*/ wildcard form here.
12067         (insert-directory): Recognize foo*/ as a wildcard.
12068         Separate wildcard-regexp variable from the arg, wildcard.
12070         * subr.el (add-hook): Correctly detect when make-local-hook was used.
12071         (remove-hook): Correctly handle strange cases about local hooks.
12073 2003-10-21  David Ponce  <david@dponce.com>
12075         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
12076         argument REAL, to return a real number instead of a rounded
12077         integer value.  Define as inline function.
12078         (ruler-mode-right-fringe-cols): Likewise.
12079         (ruler-mode-scroll-bar-cols): New function.
12080         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
12081         (ruler-mode-right-scroll-bar-cols): Likewise.
12082         (ruler-mode-space): New function.
12083         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
12084         scroll bar mode and margins in a more robust way.
12086 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
12088         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
12089         (antlr-c-init-language-vars): New function.
12090         (antlr-mode): Use it with cc-mode before v5.29.
12091         (antlr-c-common-init): Don't set some local vars here.
12092         (antlr-mode): Set them here.
12093         (antlr-c-forward-sws): New function alias.
12094         (antlr-mode): Redefine with cc-mode before v5.30.
12095         (antlr-skip-sexps): Use it.
12096         (antlr-skip-exception-part): Ditto.
12097         (antlr-skip-file-prelude): Ditto.
12098         (antlr-outside-rule-p): Ditto.
12099         (antlr-end-of-body): Ditto.
12100         (antlr-option-kind): Ditto.
12101         (antlr-insert-option-area): Ditto.
12102         (antlr-file-dependencies): Ditto.
12104 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12106         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
12107         Move backward only if point was not inside an entry.
12109 2003-10-21  Richard M. Stallman  <rms@gnu.org>
12111         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
12113 2003-10-21  Juri Linkov  <juri@jurta.org>
12115         * compare-w.el: Automatically skip non-matching text to resync.
12116         (compare-windows-whitespace): Doc fix.
12117         (compare-windows-sync, compare-windows-sync-string-size)
12118         (compare-windows-recenter, compare-ignore-whitespace)
12119         (compare-windows-highlight, compare-windows-face): New variables.
12120         (compare-windows): Use compare-windows-sync.
12121         (compare-windows-highlight, compare-windows-dehighlight)
12122         (compare-windows-sync-regexp)
12123         (compare-windows-sync-default-function): New functions.
12125 2003-10-21  Juri Linkov  <juri@jurta.org>
12127         * diff.el (diff-parse-differences): Don't visit the files now;
12128         instead, just record the error locus.
12130 2003-10-21  Dave Love  <fx@gnu.org>
12132         * progmodes/cfengine.el: New file.
12134 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12136         * complete.el (PC-do-completion): Do not forget to use `pred' as the
12137         default-directory when completing file names.
12139 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
12141         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
12142         followed by the word `face', it gets treated as a face, even if
12143         it is also defined as a variable or a function.
12145 2003-10-20  Dave Love  <fx@gnu.org>
12147         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12148         Avoid incf in macro expansion.
12150 2003-10-20  John Paul Wallington  <jpw@gnu.org>
12152         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
12153         `evenp' so we don't implicitly require cl library at runtime.
12155 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
12157         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
12158         (help-make-xrefs): Only make cross-references for faces if
12159         preceded or followed by the word `face'.  Do not make a
12160         cross-reference for variables without variable documentation,
12161         unless preceded by the word `variable' or `option'.  Update doc
12162         string accordingly.
12164 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
12166         * progmodes/hideshow.el: Rewrite one-armed `if'
12167         constructs using either `when' or `unless'.
12168         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
12170 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
12172         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
12173         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
12174         instead of 12x12.
12176 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
12178         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
12179         message while converting to Babyl.
12181 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
12183         * allout.el (allout-mode): Doc fix.
12185 2003-10-16  Lute Kamstra  <lute@gnu.org>
12187         * subr.el (force-mode-line-update): Fix docstring.
12189 2003-10-14  Dave Love  <fx@gnu.org>
12191         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
12192         (default-input-method): Add :link, improve :type.
12193         (locale-charset-language-names): Fix utf-8 pattern.
12194         (locale-charset-match-p, locale-charset-alist)
12195         (locale-charset-to-coding-system): New.
12196         (set-locale-environment): Deal with codeset part of locale specs.
12198 2003-10-14  Lute Kamstra  <lute@gnu.org>
12200         * fringe.el (fringe-mode): Use active voice in docstring.
12201         (set-fringe-style): Ditto.
12203 2003-10-13  Lute Kamstra  <lute@gnu.org>
12205         * fringe.el (fringe-mode): Fix docstring.
12206         (set-fringe-style): Ditto.
12208 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
12210         * ediff-mult.el (ediff-filegroup-action):
12211         Use ediff-default-filtering-regexp.
12213         * ediff-util.el (ediff-recenter): Don't call
12214         ediff-restore-highlighting twice.
12215         (ediff-select-difference): Set current difference.
12216         (ediff-unselect-and-select-difference): Add comment.
12218         * ediff.el (ediff-directories,ediff-directory-revisions)
12219         (ediff-directories3,ediff-merge-directories)
12220         (ediff-merge-directories-with-ancestor)
12221         (ediff-merge-directory-revisions)
12222         (ediff-merge-directory-revisions-with-ancestor):
12223         Use ediff-default-filtering-regexp.
12225 2003-10-12  Andreas Schwab  <schwab@suse.de>
12227         * international/mule-cmds.el (locale-charset-language-names):
12228         Simplify regex by removing unused grouping.
12230 2003-10-10  Dave Love  <fx@gnu.org>
12232         * bindings.el: Don't bind stop.
12234 2003-10-08  Miles Bader  <miles@gnu.org>
12236         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
12237         face instead of attempting to emulate it.
12239 2003-10-07  Kenichi Handa  <handa@m17n.org>
12241         * international/mule-diag.el (list-coding-systems-1): List coding
12242         systems that are loaded automatically.
12244         * international/code-pages.el (iso-8859-11): Add autoload cookie.
12246         * international/mule.el (autoload-coding-system): New function.
12248 2003-10-07  Andreas Schwab  <schwab@suse.de>
12250         * log-edit.el (log-edit-changelog-entries): Prefer local value of
12251         change-log-default-name in the buffer visiting the file.
12253 2003-10-06  Dave Love  <fx@gnu.org>
12255         * files.el (find-file-hook): Customize.
12256         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
12258         * bindings.el (completion-ignored-extensions): Remove .log.
12259         (global-map): Add again, open, stop keys.
12261 2003-10-05  Richard M. Stallman  <rms@gnu.org>
12263         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
12264         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
12265         Use sh-modify directly.
12266         (sh-select): Use sh-append, not eval.
12268         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
12270         * info.el (Info-following-node-name): New function.
12272         * loadhist.el (unload-feature-special-hooks):
12273         Rename from loadhist-hook-functions.
12274         (loadhist-hook-functions): Now an alias.
12276 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
12278         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
12279         file-name clashes on 8+3 filesystems.
12281         * Makefile.in (DONTCOMPILE, bootstrap-clean):
12282         Rename loaddefs-boot.el to ldefs-boot.el
12284         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
12285         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
12287 2003-10-03  Lute Kamstra  <lute@gnu.org>
12289         * info.el (Info-mode): Revert previous change.
12290         (Info-escape-percent): New function.
12291         (Info-fontify-node): Use it.
12293 2003-10-02  Andreas Schwab  <schwab@suse.de>
12295         * loaddefs-boot.el: Regenerated.
12297 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
12299         * ffap.el: Remove defadvice related code from CVS since `complete'
12300         provides a `PC-completion-as-file-name-predicate' variable that
12301         ffap can override.
12303 2003-10-02  Kenichi Handa  <handa@m17n.org>
12305         * international/utf-8.el (ccl-decode-mule-utf-8):
12306         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
12308         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
12309         * international/subst-big5.el: Likewise.
12310         * international/subst-gb2312.el: Likewise.
12311         * international/subst-ksc.el: Likewise.
12313 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
12315         * calendar/calendar.el (increment-calendar-month)
12316         (calendar-leap-year-p, calendar-absolute-from-gregorian)
12317         (generate-calendar, calendar-read-date, calendar-interval)
12318         (calendar-day-of-week): Handle years BC.
12319         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
12321 2003-10-01  Dave Love  <fx@gnu.org>
12323         * language/cyrillic.el (cp1251): Alias for windows-1251.
12325         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
12326         bootstrap.
12328 2003-10-01  Lute Kamstra  <lute@gnu.org>
12330         * files.el: Fix typo.
12331         * imenu.el (imenu--generic-function): Docstring fix.
12333 2003-09-30  Richard M. Stallman  <rms@gnu.org>
12335         * dired.el (dired-mode): Handle dired-directory as a list.
12337 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
12339         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
12341         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
12343         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
12344         Replace gud-display with gud-watch.
12345         (gud-speedbar-buttons): Add stuff for watching expressions
12346         in the speedbar when using M-x gdba.  Use dolist on old part
12347         of this function.
12349         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
12350         (gdb-update-flag): New variables.
12351         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
12352         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
12353         (gud-watch, gdb-var-create-handler) : New functions.
12354         (gdb-var-list-children, gdb-var-list-children-handler)
12355         (gdb-var-create-regexp, gdb-var-update-regexp)
12356         (gdb-var-list-children-regexp): New constants.
12357         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
12358         (gdb-annotation-rules): Reduce annotation set (level 3).
12359         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
12360         (gdb-post-prompt): Don't update GDB buffers every time speedbar
12361         updates.
12362         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
12363         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
12364         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
12365         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
12366         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
12367         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
12368         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
12369         (gud-display, gud-display1)
12370         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
12371         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
12372         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
12373         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
12374         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
12375         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
12376         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
12377         (gdb-display-display-buffer, gdb-toggle-display)
12378         (gdb-delete-display, gdb-expressions-popup-menu)
12379         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
12380         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
12381         to display buffer.
12383 2003-09-30  Richard M. Stallman  <rms@gnu.org>
12385         * progmodes/ada-mode.el (ada-mode): Don't use advice.
12386         Instead, set which-func-functions.
12388         * progmodes/which-func.el (which-func-modes): Add ada-mode.
12389         (which-func-functions): New variable.
12390         (which-function): Use that.
12392         * info.el (Info-mode): Double each `%' in header line.
12394         * emacs-lisp/lisp-mnt.el (lm-with-file):
12395         When FILE is nil, run BODY in current buffer.
12397         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
12399         * help.el (describe-mode): Start with a brief list of minor modes.
12400         Find them thru minor-mode-list so as to find them all.
12401         Show them in alphabetical order.
12403         * mail/sendmail.el (mail-aliases): Doc fix.
12405         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
12407 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
12409         * mail/rmailsum.el (rmail-make-summary-line-1):
12410         Change comma after last label to a space.
12411         (rmail-summary-font-lock-keywords): Adapt to that change.
12413 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
12415         * progmodes/scheme.el (scheme-mode-variables): When setting
12416         `font-lock-defaults', also specify that "#" should
12417         be interpreted with `word' syntax.
12418         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
12420 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
12422         * desktop.el: A lot of comments updated.
12423         (desktop-save-mode): Minor mode introduced.
12424         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
12425         (desktop-load-default): Function made obsolete.
12426         (desktop-locals-to-save): Variable made customizable.
12427         (desktop-read): Optional parameter `dirname' added.
12428         (desktop-change-dir, desktop-revert): Parameter `dirname' in
12429         `desktop-read' used.
12430         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
12432 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
12434         * whitespace.el (whitespace-clean-msg): Add user customizable message
12435         for displaying ``clean'' output.
12436         (whitespace-buffer): Use `whitespace-clean-msg'.
12437         (whitespace-global-mode): Fix typo.
12439 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
12441         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
12443 2003-09-29  Lute Kamstra  <lute@gnu.org>
12445         * bindings.el (mode-line-modes): Remove superfluous :propertize
12446         construct in initialization.
12447         (mode-line-position): Change cons cell into proper list in
12448         initialization.
12450 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
12452         * international/mule.el (decode-coding-inserted-region): Use car
12453         of the return value of find-operation-coding-system.
12455 2003-09-29  Kenichi Handa  <handa@m17n.org>
12457         * descr-text.el (describe-char): Fix previous change.
12459 2003-09-28  Kenichi Handa  <handa@m17n.org>
12461         * descr-text.el (describe-char-display): New function.
12462         (describe-char): Pay attention to display table on describing how
12463         a character is displayed.
12465         * international/mule-cmds.el (encoded-string-description):
12466         Prepend "0x" to each encoded byte.
12468 2003-09-28  Andreas Schwab  <schwab@suse.de>
12470         * find-file.el (ff-special-constructs): Add autoload cookie.
12472 2003-09-28  Kevin Ryde  <user42@zip.com.au>
12474         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
12475         makeinfo appends to duplicate index entries.
12477 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
12479         * dired-x.el (dired-clean-tex): Doc fix.
12481         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
12482         using a Chinese tutorial.
12484 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12486         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
12487         between "MAIL FROM:" and "RCPT TO:" and the following address.
12489 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12491         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
12493 2003-09-28  David Ponce  <david@dponce.com>
12495         * recentf.el (recentf-initialize-file-name-history): New defcustom.
12496         (recentf-load-list): When `recentf-initialize-file-name-history'
12497         is non-nil, initialize an empty `file-name-history' with the
12498         recent list.
12500 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
12502         * man.el (Man-default-man-entry): Remove the leading `*' from the
12503         word at point.
12505 2003-09-26  Lute Kamstra  <lute@gnu.org>
12507         * bindings.el (mode-line-position): Mention size indication in
12508         docstring.
12510 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
12512         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
12514         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
12515         because it's autoloaded now.
12517 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
12519         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
12520         (sh-font-lock-keywords, sh-feature): Fix previous change of
12521         sh-feature to avoid infloop with sh-font-lock-keywords.
12523 2003-09-25  Kim F. Storm  <storm@cua.dk>
12525         * frame.el (frame-current-scroll-bars): New defun.
12527         * window.el (window-current-scroll-bars): New defun.
12529 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12531         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
12532         cause errors when the state cache contains info on parts that have
12533         been narrowed out.
12535 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12537         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
12538         `c-setup-paragraph-variables' has to be used when this variable is
12539         changed; it doesn't work to reinitialize the mode since that
12540         typically clobbers the variable.
12542         * progmodes/cc-styles.el (c-setup-paragraph-variables):
12543         Make it interactive.
12545 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12547         * progmodes/cc-fonts.el (c-font-lock-declarations):
12548         Fix recognition of constructors and destructors for classes whose
12549         names are matched by `*-font-lock-extra-types'.
12551         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
12552         followed by an identifier in C++ then it's a type.
12554 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12556         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
12557         problem that primarily affected XEmacs.  Don't use faces to find
12558         unterminated strings since Emacs and XEmacs fontify strings
12559         differently - this function should now work better in XEmacs.
12561 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12563         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
12564         `expand-abbrev' workaround which caused braces to misbehave inside
12565         macros.
12567         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
12568         handling.  This bug could cause interactive font locking to bail out.
12570 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12572         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12573         Handle paren-style types in Pike.  Also fixed some cases of
12574         insufficient handling of unbalanced parens.
12576 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
12578         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
12579         common shell prompts that are not common filename or URL characters.
12580         (ffap-file-at-point): Use the new regexp to strip the prompts from
12581         the file names.  This is an issue mostly for user prompts that
12582         don't have a trailing space and find-file-at-point is invoked from
12583         within a shell inside Emacs.
12585 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
12587         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
12588         stamps numerically, rather than textually.
12590 2003-09-24  Kenichi Handa  <handa@m17n.org>
12592         * language/devan-util.el (devanagari-post-read-conversion):
12593         * language/mlm-util.el (malayalam-post-read-conversion):
12594         * language/tml-util.el (tamil-post-read-conversion):
12595         Add autoload cookie.
12597         * international/utf-8.el (utf-8-post-read-conversion):
12598         Call post-read-conversion functions for Devanagari, Malayalam,
12599         and Tamil.
12601 2003-09-23  Dave Love  <fx@gnu.org>
12603         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
12605 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
12607         * progmodes/gud.el (perldb): Add gud-until to list of commands.
12608         Update gud-remove.
12610 2003-09-22  Richard M. Stallman  <rms@gnu.org>
12612         * progmodes/sh-script.el (sh-mode-default-syntax-table):
12613         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
12614         (sh-mode-syntax-table-input): New variable.
12615         (sh-require-final-newline): Don't use eval.
12616         (sh-builtins, sh-leading-keywords, sh-other-keywords)
12617         (sh-variables, sh-font-lock-keywords): Don't use eval.
12618         (sh-set-shell): When setting require-final-newline,
12619         treat value = `require-final-newline' as don't change it.
12620         Set sh-mode-syntax-table locally based on
12621         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
12623         * progmodes/compile.el (compile-internal):
12624         Call compilation-set-window-height before setting window start.
12626 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
12628         * emacs-lisp/bytecomp.el (byte-compile-log-file):
12629         Clear out byte-compile-last-warned-form.
12631 2003-09-22  Richard M. Stallman  <rms@gnu.org>
12633         * woman.el (woman-file-name, woman-follow-word):
12634         If current-word returns nil, use "".
12636         * simple.el (eval-expression): Bind standard-output in to-buffer case.
12638 2003-09-22  Richard M. Stallman  <rms@gnu.org>
12640         * emacs-lisp/lisp-mnt.el (lm-with-file):
12641         Don't visit the file, just use insert-file-contents in temp buffer.
12643 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
12645         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
12646         Add surrounding \\( and \\) around the header, as in
12647         for lm-history-header 'Change Log\\|History'.
12649 2003-09-22  John Paul Wallington  <jpw@gnu.org>
12651         * progmodes/ld-script.el: Add Commentary section,
12652         minor cleanup of file header.
12653         (ld-script-font-lock-keywords): Doc fix.
12654         (toplevel): Provide `ld-script' feature.
12656 2003-09-21  Kim F. Storm  <storm@cua.dk>
12658         * scroll-bar.el (set-scroll-bar-mode): Initialize to
12659         new built-in variable default-frame-scroll-bars.
12660         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
12661         scroll-bar-mode; notably, use it instead of t when we toggle
12662         scroll-bars on.
12663         (toggle-scroll-bar): Use default-frame-scroll-bars.
12665 2003-09-19  Masatake YAMATO  <jet@gyve.org>
12667         * pcvs.el (cvs-do-removal): Change the prompt depending on
12668         `filter' value.
12670 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
12672         * startup.el (command-line-1): Stop startup-echo-area-message
12673         being hidden by "Loading image..." message.
12674         (use-fancy-splash-screens-p, display-splash-screen):
12675         Move display-graphic-p test from latter to former.
12677         * progmodes/sh-script.el (sh-font-lock-keywords):
12678         Highlight escaped EOLs differently from other backslash constructs.
12680 2003-09-19  Richard M. Stallman  <rms@gnu.org>
12682         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
12683         New functions.
12684         (edebug-enter, edebug-outside-excursion): Use them.
12686         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
12687         Fix the condition for whether to print "In WHERE".
12689 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
12691         * finder.el (finder-mode-hook): New variable.
12692         (finder-mode): Run hook finder-mode-hook
12694 2003-09-18  Masatake YAMATO  <jet@gyve.org>
12696         * progmodes/ebrowse.el: Fix broken magic autoload comments.
12698 2003-09-17  Mario Lang  <mlang@delysid.org>
12700         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
12701         "p %e" to actually print the value in the GUD buffer.
12703 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
12705         From David Ponce <david.ponce@wanadoo.fr>:
12706         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
12707         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
12708         from loaddefs-boot.el if necessary.
12710 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
12712         * progmodes/gud.el (gud-find-class): Make jdb work again since
12713         cc-mode changed the syntactic information.
12715 2003-09-15  David Ponce  <david@dponce.com>
12717         * recentf.el: (recentf-exclude): Accept predicates too.
12718         (recentf-file-readable-p): New function.
12719         (recentf-include-p): Handle predicates in recentf-exclude.
12720         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
12721         (recentf-cleanup): Likewise.
12722         (recentf-save-list): Use write-file to handle backup of
12723         recentf-save-file.
12725 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
12727         * loaddefs-boot.el: Renamed from `loaddefs.el'
12728         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
12729         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
12730         necessary.
12732 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
12734         * electric.el (Electric-pop-up-window): For the `one-window' case,
12735         no longer disconcertingly move point in the original buffer.
12737 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12739         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
12741 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
12743         * dired.el (dired-mode-map): Fix typo.
12745 2003-09-11  Richard M. Stallman  <rms@gnu.org>
12747         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
12749 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
12751         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
12752         the function is less noisy.  Now only `kill-buffer' can ask questions.
12754 2003-09-10  Mario Lang  <mlang@delysid.org>
12756         * battery.el: Update Commentary and Copyright.
12757         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
12758         appear due to wrong ordering of the expressions in `or'.
12760 2003-09-09  Lute Kamstra  <lute@gnu.org>
12762         * misc.el (upcase-char): Fix docstring.
12763         (zap-up-to-char): New command.
12765 2003-09-08  David Ponce  <david@dponce.com>
12767         Ensure that recentf correctly updates the menu bar.
12768         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
12769         (recentf-menu-bar): New function.
12770         (recentf-clear-data): Use it
12771         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
12772         of easy-menu-change.
12774 2003-09-08  Lute Kamstra  <lute@gnu.org>
12776         * simple.el (size-indication-mode): New.
12777         * bindings.el (mode-line-position): Add buffer size indicator.
12779 2003-09-04  Mario Lang  <mlang@delysid.org>
12781         * battery.el (battery-linux-proc-acpi): New function.
12782         (battery-status-function): Modify default value calculation to also
12783         check for availability of ACPI.
12784         (battery-echo-area-format): Ditto.
12785         (battery-mode-line-format): Ditto.
12787 2003-09-06  Dave Love  <fx@gnu.org>
12789         * ielm.el (ielm-mode-hook): Add :options.
12791         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
12792         (eldoc-print-current-symbol-info): Use it.
12794 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
12796         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
12797         being displayed in GUD buffer.
12798         (gdb-idle-input-queue): Remove var.  Use just one queue.
12799         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
12800         Remove functions.  Use just one queue.
12801         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
12802         (gdb-invalidate-assembler, gdb-get-current-frame):
12803         Modify functions.  Use just one queue.
12805 2003-09-04  Dave Love  <fx@gnu.org>
12807         * cus-start.el: Add blink-cursor-alist.
12809         * ruler-mode.el (ruler-mode-fill-column-char)
12810         (ruler-mode-current-column-char): Use char-displayable-p,
12811         not window-system.
12813         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
12815         * language/european.el (windows-1252): Move from code-pages.
12817         * language/cyrillic.el ("Windows-1251"): Delete.
12818         ("Bulgarian", "Belarusian"): Remove `features'.
12819         (windows-1251): Move from code-pages.
12821         * international/mule-diag.el (non-iso-charset-alist):
12822         Remove `codepage' stuff.
12823         (print-designation, list-coding-systems-1): Output fixes.
12825         * international/code-pages.el (cp-make-translation-table)
12826         (cp-valid-codes): Made defsubsts.
12827         (cp-fix-safe-chars): Delete.
12828         (mule-diag): Don't require.
12829         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
12830         (top-level): Check for defined coding system when defining
12831         cp... aliases.  Change w32-add-charset-info test to avoid warning.
12832         (non-iso-charset-alist): Defvar when compiling.
12833         (cp-make-coding-system): Doc fix.
12835 2003-09-02  Jason Rumney  <jasonr@gnu.org>
12837         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
12838         line-ends from CVS before doing conversion.
12840 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
12842         * calendar/diary-lib.el (diary-header-line-flag)
12843         (diary-header-line-format): New variables.
12844         (list-diary-entries): Use them to set header line in simple diary.
12846         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
12847         other than font-lock-string-face to highlight backslashes.
12849 2003-09-01  Jason Rumney  <jasonr@gnu.org>
12851         * international/titdic-cnv.el (tit-read-key-value): Include \r in
12852         regexp.
12854 2003-09-01  Dave Love  <fx@gnu.org>
12856         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
12858         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
12859         and :help; also line and column numbers labels.
12861         * international/mule-util.el (char-displayable-p): Move from
12862         latin1-disp, rename and autoload.
12864         * international/latin1-disp.el (latin1-char-displayable-p):
12865         Now obsolete alias.  Replace uses with char-displayable-p.
12866         (latin1-display-ucs-per-lynx): Fix last change.
12868         * international/mule-cmds.el (standard-display-european-internal):
12869         Don't use char code for Latin-1 NBSP.
12870         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
12871         U+2018, U+2019 for `'.
12872         (select-safe-coding-system): Message fix.
12874 2003-09-01  Kenichi Handa  <handa@m17n.org>
12876         * international/fontset.el (setup-default-fontset): For Thai
12877         font, specify "*" family.
12879 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
12881         * progmodes/compile.el (previous-error): Accept a prefix
12882         argument, similarly to next-error.
12884 2003-08-31  Masatake YAMATO  <jet@gyve.org>
12886         * pcvs.el (cvs-do-removal): Use = instead of eq to check
12887         the number of files.  Bind the number of files to a local
12888         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
12890 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
12892         * vc-hooks.el (vc-make-version-backup): Fix the change made on
12893         2003-07-26: msdos-long-file-names is a function, not a variable.
12895 2003-08-29  Richard M. Stallman  <rms@gnu.org>
12897         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
12898         Do nothing with mail-personal-alias-file if it is nil.
12900         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
12901         Do nothing if mail-personal-alias-file is nil.
12903         * term.el (term-exec-1): Bind coding-system-for-read.
12905         * dired.el (dired-mouse-find-file-other-window):
12906         Use dired-view-command-alist here, as in dired-view-file.
12907         (dired-view-command-alist): Use %s to substitute file name.
12908         Handle .ps_pages, .eps, .jpg, .gif, .png.
12910 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
12912         * info.el (Info-mode-map): Bind S-tab and <backtab> to
12913         `Info-prev-reference', instead of M-tab.
12915 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
12917         * simple.el (blink-matching-open): Work correctly on chars that
12918         are designated as parens through the syntax-table text property.
12920 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
12922         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
12923         line break position in the middle of a non-kinsoku (e.g. latin)
12924         word, making it skip until either a space or a character with
12925         category "|".
12926         (kinsoku-longer): Test for end of buffer.
12928 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
12930         * mail/rmail.el (rmail-convert-to-babyl-format):
12931         Detect quoted-printable- and base64-encoded messages and decode them
12932         automatically.  Set the message's encoding from the charset=
12933         header, if any.  Decode base64-encoded messages in Mail format as well.
12935 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
12937         * mail/smtpmail.el: Fix previous change.
12938         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
12939         calling smtpmail-via-smtp.
12940         (smtpmail-via-smtp): Add fall-back values for envelope-from.
12942 2003-08-26  John Paul Wallington  <jpw@gnu.org>
12944         * image.el (image-jpeg-p): Don't search beyond length of data.
12946 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
12948         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
12949         misfeature in `expand-abbrev' which caused electric keywords like
12950         "else" to disappear if an open brace was typed directly afterwards.
12952 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
12954         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
12955         mandatory in `define-widget'.
12957         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
12958         Don't align the operators "!=", "<=" and ">=" as assignment operators.
12960         (c-assignment-operators): New language constant that only contains
12961         the assignment operators.
12963         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
12965 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
12967         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12968         Safeguard against unbalanced sexps.
12970 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
12972         * version.el (emacs-version): Check for gtk.  Include gtk version info.
12974 2003-08-25  John Paul Wallington  <jpw@gnu.org>
12976         * man.el (Man-default-man-entry): Don't whizz past the section
12977         number before looking for it.
12979 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
12981         * progmodes/gud.el (gud-display-line): Don't set window-point if
12982         source buffer is not visible.  (Only happens with M-x gdba.)
12984         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
12985         documentation.
12986         (gdb-source, gdb-source-info): Update to assembler unnecessary
12987         as its done after each GDB command anyway.
12988         (gdb-pre-prompt): Use with-current-buffer.
12989         (gdb-insert-field): Add help-echo text.
12990         (gdb-invalidate-assembler): Re-display of assembler now done in
12991         gdb-info-breakpoints-custom.
12992         (gdb-info-breakpoints-custom): Force re-display of assembler to
12993         happen *after* update of breakpoints buffer.
12994         (gdb-display-source-buffer): Don't choke if gdb-source-window
12995         isn't visible.
12996         (gdb-put-string, gdb-put-arrow): Remove free variables.
12998 2003-08-24  John Paul Wallington  <jpw@gnu.org>
13000         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
13002         * man.el (Man-default-man-entry): Strip text properties when
13003         snarfing parts of entry because `format' preserves properties.
13005 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
13007         * files.el (file-newest-backup): Use `expand-file-name'.
13009         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
13010         Allow the diary to pop up a new frame, if needed.
13012         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
13013         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
13014         (smtpmail-send-it): Make treatment of envelope-from consistent with
13015         sendmail.el.
13017         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
13018         (sh-leading-keywords): Add the bash `time' reserved word.
13019         (sh-variables): Add some bash variables.
13020         (sh-add-completer): Fix nil branch of case statement.
13022 2003-08-24  Masatake YAMATO  <jet@gyve.org>
13024         * progmodes/ld-script.el: New file.
13026 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
13028         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
13030 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
13032         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
13033         Better explain obsolescence, and what to use instead.
13035 2003-08-23  Masatake YAMATO  <jet@gyve.org>
13037         * pcvs.el (cvs-do-removal): Show the deleted file name
13038         on the prompt.
13040 2003-08-20  Dave Love  <fx@gnu.org>
13042         * international/mule.el (make-coding-system)
13043         (set-buffer-file-coding-system): Doc fix.
13045         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
13047         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
13049         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
13051         * international/utf-16.el: Add mime-text-unsuitable coding system
13052         properties.
13054         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
13056         * cus-edit.el: Add some :links.
13057         (bib): Remove.
13059         * textmodes/bib-mode.el (bib): Add :group external.
13061 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
13063         * wid-edit.el (widget-echo-help): Make it handle expressions that
13064         evaluate to strings.
13066 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
13068         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
13070         Simplify selection of SQL products to define highlighting and
13071         interactive mode.  Includes detailed instructions on adding
13072         support for new products.
13074         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
13075         product for use in highlighting and interactive mode.
13076         (sql-interactive-product): New variable.  SQL product for
13077         sql-interactive-mode.
13078         (sql-product-support): New variable.  Specifies product-specific
13079         parameters to drive highlighting and interactive mode.
13080         (sql-imenu-generic-expression): Add more object types.
13081         (sql-sqlite-options): Correct comment.
13082         (sql-ms-program): Use "osql" rather than "isql".
13083         (sql-prompt-regexp, sql-prompt-length): Update comment.
13084         (sql-mode-menu): Add "Start SQLi session" entry.
13085         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
13086         (sql-mode-abbrev-table): Add abbreviations.  Support of
13087         SYSTEM-FLAG on define-abbrev.  Support was removed with last
13088         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
13089         (sql-mode-font-lock-object-name): Add font-lock pattern for object
13090         names.
13091         (sql-mode-ansi-font-lock-keywords): Set as default value.
13092         (sql-mode-oracle-font-lock-keywords): Set as default value.
13093         Support Oracle 9i keywords.
13094         (sql-mode-postgres-font-lock-keywords): Set as default value.
13095         (sql-mode-linter-font-lock-keywords): Set as default value.
13096         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
13097         SQLServer 2000.
13098         (sql-mode-sybase-font-lock-keywords)
13099         (sql-mode-interbase-font-lock-keywords)
13100         (sql-mode-sqlite-font-lock-keywords)
13101         (sql-mode-strong-font-lock-keywords)
13102         (sql-mode-mysql-font-lock-keywords)
13103         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
13104         keywords.
13105         (sql-mode-font-lock-defaults): Update comment.
13106         (sql-product-feature): New function.  Returns feature associated
13107         with a product from `sql-product-support' alist.
13108         (sql-product-font-lock): New function.  Set font-lock support
13109         based on `sql-product'.
13110         (sql-add-product-keywords): New function.  Add font-lock rules to
13111         product-specific keyword variables.
13112         (sql-set-product): New function.  Set `sql-product' and apply
13113         appropriate font-lock highlighting.
13114         (sql-highlight-product): New function.  Set font-lock support
13115         based on a product.  Also set mode name to include product name.
13116         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
13117         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
13118         Use `sql-set-product'.
13119         (sql-highlight-ms-keywords)
13120         (sql-highlight-sybase-keywords)
13121         (sql-highlight-interbase-keywords)
13122         (sql-highlight-strong-keywords)
13123         (sql-highlight-mysql-keywords)
13124         (sql-highlight-sqlite-keywords)
13125         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
13126         (sql-get-login): Prompt in the same order as the tokens.
13127         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
13128         (sql-product-interactive): New function.  Common portions of
13129         product-specific interactive mode wrappers.
13130         (sql-interactive-mode): Rewritten to use product features.
13131         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
13132         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
13133         (sql-db2, sql-linter): Use `sql-product-interactive'.
13134         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
13135         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
13136         (sql-connect-ingres, sql-connect-postgres)
13137         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
13138         New functions.  Format command line parameters and invoke comint on
13139         the appropriate interpreter.  Code was in the corresponding
13140         `sql-xyz' function before.
13141         (sql-connect-ms): New function.  Support -E argument to use
13142         operating system credentials for authentication.
13144 2003-08-18  Kenichi Handa  <handa@m17n.org>
13146         * international/mule.el (encode-char): Fix for the ASCII case.
13148 2003-08-15  Kenichi Handa  <handa@m17n.org>
13150         * international/fontset.el (setup-default-fontset): Change "*" to
13151         nil in the specifications of font family.
13153 2003-08-18  Kim F. Storm  <storm@cua.dk>
13155         * kmacro.el (kmacro-keymap): Group related bindings in
13156         initialization for clarity.  Bind C-s to start macro.
13157         Remove C-r binding.
13158         (kmacro-initial-counter-value): New defvar to hold initial counter
13159         value in case we set the value before defining a macro.
13160         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
13161         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
13162         not defining or executing macro.  Doc fix.
13163         (kmacro-add-counter): Clear kmacro-initial-counter-value.
13164         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
13165         temporarily view older elements on the macro ring without cycling
13166         the ring.
13167         (kmacro-display): Doc fix.
13168         (kmacro-exec-ring-item): New helper function.
13169         (kmacro-call-ring-2nd): Use it.
13170         (kmacro-call-ring-2nd-repeat): Doc fix.
13171         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
13172         (kmacro-end-or-call-macro): Execute last viewed macro (using
13173         kmacro-exec-ring-item) from ring if this follows
13174         kmacro-view-macro.  This allows us to find a macro on the ring
13175         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
13176         the ring to bring it to the head of the ring.
13177         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
13178         Allow binding to reserved keys without specifying C-x C-k prefix.
13179         Ask for confirmation if entered key sequence is already bound to
13180         a non-macro command.
13181         (kmacro-view-macro): Repeating command will show older elements
13182         on the macro ring; C-k will execute the last viewed macro.
13183         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
13184         property from 'ring to 'head.
13186 2003-08-17  Alan Shutko  <ats@acm.org>
13188         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
13189         keeping December out of the alist.
13191 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
13193         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
13194         * calendar/calendar.el (calendar-mode-map): Bind it to key.
13195         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
13196         (calendar-flatten): New function.
13197         (calendar-mouse-view-other-diary-entries)
13198         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
13199         in the menu title and to show multi-line diary entries correctly
13200         in the menu.
13202 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
13204         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
13205         defcustom, because the default was recently changed.
13207 2003-08-16  Richard M. Stallman  <rms@gnu.org>
13209         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
13211         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13212         New subroutine, broken out of eval-last-sexp-1.
13213         (eval-last-sexp-1): Use eval-last-sexp-print-value.
13215         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
13217         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
13219         * simple.el (eval-expression): Use eval-last-sexp-print-value.
13221 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
13223         * progmodes/compile.el (compilation-error-regexp-alist):
13224         Add Java ANt error detection as described in document
13225         http://ant.apache.org/faq.html
13227 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
13229         * simple.el (backward-word, forward-to-indentation)
13230         (backward-to-indentation): Argument changed to optional.
13231         (next-line, previous-line): Use `or' instead of `unless'.
13233 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13235         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
13236         instead of a constant.
13238 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
13240         * shell.el (shell): With prefix-arg, suggest a new buffer name.
13242 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
13244         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
13245         (vc-sccs-workfile-version): Search the entire delta table, rather
13246         than just the first entry, because that might be a deleted version.
13248 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
13250         * menu-bar.el (menu-bar-options-menu): Supply a body for the
13251         [save-place] binding in the Options menu.  Have it require
13252         'saveplace' and then toggle the variable manually, to avoid an an
13253         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
13254         for the bug report.
13256 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
13258         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
13259         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
13260         (gdb-info-threads-custom): Add help-echo text.
13261         (gdb-display-back): Don't use purecopy.
13262         (gdb-info-breakpoints-custom, gdb-reset)
13263         (gdb-assembler-custom): Use display-images-p to test if breakpoint
13264         icons can be displayed.
13266 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
13268         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
13270 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
13272         * bookmark.el (bookmark-completing-read):
13273         Return a string, instead of a list of one string.
13274         Use a popup menu if activated from the mouse.
13275         (bookmark-edit-annotation): Remove unused vars.
13276         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
13277         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
13278         to bookmark-completing-read.
13279         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13280         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
13281         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
13282         and erase-buffer.
13283         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
13284         (bookmark-menu-jump, bookmark-menu-insert)
13285         (bookmark-popup-menu-and-apply-function)
13286         (bookmark-menu-popup-paned-bookmark-menu): Remove.
13287         (bookmark-menu-build-paned-menu): Remove by folding it into
13288         bookmark-menu-popup-paned-menu.
13289         (menu-bar-bookmark-map): Move the define-key statements here.
13290         Use the "non-menu" commands since they now pop up a menu if needed.
13291         (bookmark-exit-hook-internal): Simplify.
13293 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
13295         * reftex-toc.el (reftex-toc-rename-label): New function.
13296         (reftex-toc-check-docstruct): New function.
13298         * reftex.el (reftex-region-active-p): New function.
13300         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
13301         regexp to find the \bibliography macro.
13303         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
13304         which does not exist in LaTeX.
13305         (reftex-cite-format-builtin): Added amsrefs support.
13306         (reftex-toc-confirm-promotion): New option
13308         * reftex-toc.el
13309         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
13310         (reftex-toc-demote, reftex-toc-promote)
13311         (reftex-toc-do-promote, reftex-toc-promote-prepare)
13312         (reftex-toc-promote-action, reftex-toc-extract-section-number)
13313         (reftex-toc-newhead-from-alist)
13314         (reftex-toc-load-all-files-for-promotion): New functions.
13315         (reftex-toc-help): Added description of new keys.
13316         (reftex-toc-split-windows-fraction): New option.
13317         (reftex-recenter-toc-when-idle): Search *toc* window on all
13318         visible frames.
13319         (reftex-toc): Additional parameter REUSE
13320         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
13321         with REUSE argument.
13322         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
13323         the call of `reftex-toc'.
13324         (reftex-make-separate-toc-frame): New function .
13325         (reftex-toc-recenter): When called with triple prefix arg, call
13326         `reftex-make-separate-toc-frame' first.
13327         (reftex-toc-toggle-dedicated-frame): New command.
13328         (reftex-toc-quit): Adapted to delete frame when called in
13329         dedicated frame.
13331         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
13332         all enclosing macros.
13335 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13337         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
13338         first use.
13340 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13342         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
13344 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
13346         * calendar/calendar.el (list-diary-entries-hook)
13347         (diary-display-hook, nongregorian-diary-listing-hook)
13348         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
13349         Add some customize options for these hooks.
13350         (calendar-abbrev-construct): Don't try to take a substring longer
13351         than the original string.
13353 2003-08-05  Richard M. Stallman  <rms@gnu.org>
13355         * emacs-lisp/testcover.el (noreturn): Report error if does return.
13356         (testcover-reinstrument-clauses): Doc fix.
13358         * emacs-lisp/warnings.el: Doc fixes, args renamed.
13359         (warning-type-format): Rename from warning-group-format.
13361         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
13362         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
13363         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
13364         to prevent warnings about defvar for an obsolete variable.
13366         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
13367         warning-group-format renamed to warning-type-format.
13369         * subr.el (read-passwd): Use clear-string instead of fillarray.
13371         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
13372         Use vconcat instead of concat.
13373         (edmacro-sanitize-for-string): New function.
13375 2003-08-05  Dave Love  <fx@gnu.org>
13377         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
13378         line-number-display-limit-width.
13380         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
13382 2003-08-05  Kenichi Handa  <handa@m17n.org>
13384         * international/code-pages.el: Don't require mule-diag.
13386         * international/mule-diag.el (non-iso-charset-alist):
13387         Add autoload cookie.
13389         * language/devan-util.el (dev-glyph-order): Add an entry for the
13390         glyph code #xC4.
13392 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
13394         * calendar/calendar.el (diary-file, diary-file-name-prefix)
13395         (european-calendar-style, diary-date-forms)
13396         (calendar-day-name-array, calendar-month-name-array): Doc change.
13397         (generate-calendar-month): Adapt for new behaviour of
13398         `calendar-day-name' function.
13399         (calendar-abbrev-length, calendar-day-abbrev-array)
13400         (calendar-month-abbrev-array): New variables.
13401         (calendar-abbrev-construct): New function.
13402         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
13403         rather than fixing abbrevs at some width.  Calling syntax change.
13404         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
13405         (calendar-date-string): Adapt for new behaviours of
13406         `calendar-day-name' and `calendar-month-name' functions.
13408         * calendar/diary-lib.el (list-diary-entries): Adapt for new
13409         behaviour of `calendar-day-name' and `calendar-month-name' functions.
13410         (diary-name-pattern): Use abbrev arrays, rather than fixing
13411         abbrevs at three chars.  Calling syntax change.
13412         (mark-diary-entries): Adapt for new behaviours of
13413         `diary-name-pattern' and `calendar-make-alist' functions.
13414         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
13415         `diary-name-pattern' function.
13416         (font-lock-diary-date-forms): Use abbrev arrays, rather than
13417         fixing abbrevs at three chars.  Calling syntax change.
13418         (cal-hebrew, cal-islam): Require when compiling.
13419         (diary-font-lock-keywords): Adapt for new behaviour of
13420         `font-lock-diary-date-forms' function.
13422         * calendar/cal-hebrew.el: Reposition some code so defined before used.
13423         (calendar-hebrew-month-name-array-common-year)
13424         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
13425         (list-hebrew-diary-entries): Adapt for new behaviours of
13426         `calendar-day-name' and `add-to-diary-list' functions.
13427         (mark-hebrew-diary-entries): Adapt for new behaviours of
13428         `diary-name-pattern' and `calendar-make-alist' functions.
13430         * calendar/cal-islam.el (calendar-islamic-month-name-array):
13431         Add doc string.
13432         (list-islamic-diary-entries): Adapt for new behaviours of
13433         `calendar-day-name' and `add-to-diary-list' functions.
13434         (mark-islamic-diary-entries): Adapt for new behaviours of
13435         `diary-name-pattern' and `calendar-make-alist' functions.
13437         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
13438         `calendar-month-name' function.
13440         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
13442         * calendar/solar.el (solar-seasons-data): Move definition before use.
13444         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
13445         (cal-tex-LaTeX-hourbox): Move definition before use.
13447         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
13448         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
13449         lunar.el, solar.el
13450         (displayed-month, displayed-year): Define for compiler.
13452 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
13454         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
13455         MODE.  Renamed from c-init-c-language-vars'.
13456         (c-initialize-cc-mode): Change accordingly.
13457         (c-common-init): Ditto.
13458         (c-mode): Ditto.
13459         (c++-mode): Use `c-init-language-vars-for'.
13460         (objc-mode): Ditto.
13461         (java-mode): Ditto.
13462         (idl-mode): Ditto.
13463         (pike-mode): Ditto.
13464         (awk-mode): Ditto.
13466 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
13468         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
13469         or not the point moved.
13471         (c-search-decl-header-end): Don't trip up on operator identifiers
13472         in C++ and operators like == in all languages.
13474         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13475         Detect leading labels correctly.
13477 2003-08-02  Andreas Schwab  <schwab@suse.de>
13479         * textmodes/ispell.el: Don't redo key bindings on loading, put
13480         them only in loaddefs.el.
13481         * bookmark.el: Likewise.
13482         * dabbrev.el: Likewise.
13483         * emerge.el: Likewise.
13485         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
13486         has more than one member.
13488         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
13490 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13492         * lpr.el (printify-region): It was ending conversion before the
13493         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
13495 2003-07-31  John Paul Wallington  <jpw@gnu.org>
13497         * net/browse-url.el (browse-url-epiphany): Doc fix.
13499 2003-07-30  Kenichi Handa  <handa@m17n.org>
13501         * international/fontset.el (setup-default-fontset):
13502         Change registry names of Akurti fonts.
13504 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13506         * comint.el (comint-read-noecho): Use `clear-string' instead of
13507         `fillarray'.
13509 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
13511         * outline.el (outline-mode-hook): Add defvar.
13513 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
13515         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
13516         Restore assembler in source window if that is what has been selected.
13517         (menu): Add gdb-restore-windows to menu.  Make gdba
13518         specific menus only visible from gdba.
13520 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
13522         * progmodes/compile.el (compilation-environment): New user variable.
13523         (compile-internal): Respect it.
13525 2003-07-23  Masatake YAMATO  <jet@gyve.org>
13527         * progmodes/gud.el (gdb-script-font-lock-keywords):
13528         Put `font-lock-function-name-face' on a symbol which includes
13529         `-' like `hook-run'.  Put font-lock-variable-name-face
13530         on a symbol starting with $.
13532 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
13534         * files.el (set-visited-file-name): Use truename for buffer-file-name.
13536 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
13538         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
13540 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
13542         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
13543         Use with-no-warnings.
13544         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
13545         rather than to find-file-not-found-hook, which doesn't exist.
13547 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
13549         * international/quail.el (quail-translate-key): Fix previous change.
13551 2003-07-25  John Paul Wallington  <jpw@gnu.org>
13553         * server.el (server-start): Check `server-process' is non-nil
13554         before killing it to avoid killing current buffer's process.
13556         * simple.el (choose-completion-string): Use `minibufferp';
13557         test `completion-reference-buffer' if `buffer' arg is nil.
13558         (push-mark): Use `when' and `unless'.
13559         (pop-mark): Use `when'.
13561         * mouse-sel.el (mouse-sel-get-selection-function):
13562         Check `x-last-selected-text-primary'.  Don't barf if it or
13563         `x-last-selected-text' aren't bound.
13565 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13567         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
13569 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
13571         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
13573 2003-07-23  John Paul Wallington  <jpw@gnu.org>
13575         * tooltip.el (defface tooltip): Inherit from variable-pitch.
13577 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
13579         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
13580         string.  Defvar the derived hook.
13582         * macros.el (insert-kbd-macro): Escape double quote character.
13583         From Thomas W Murphy <twm@andrew.cmu.edu>.
13585 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
13587         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
13588         to match the specific mark rather than reusing comment-start-skip.
13590 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
13592         * progmodes/hideshow.el (hs-special-modes-alist):
13593         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
13595 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
13597         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
13598         value using ?\s.
13600 2003-07-21  John Paul Wallington  <jpw@gnu.org>
13602         * subr.el (with-selected-window): Add closing paren.
13604 2003-07-21  Richard M. Stallman  <rms@gnu.org>
13606         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
13607         (lisp-mode): Likewise.
13609         * subr.el (with-selected-window): Copy code form save-selected-window
13610         so as to call select-window with norecord arg.
13611         (dynamic-completion-table): Doc fix.
13612         (lazy-completion-table): Doc fix.
13614         * international/mule-cmds.el (set-locale-environment):
13615         langinfo renamed to locale-info.
13617         * international/mule.el (auto-coding-functions): Doc fix.
13619 2003-07-21  Kenichi Handa  <handa@m17n.org>
13621         * international/quail.el (quail-translate-key):
13622         Update quail-current-str correctly.
13624 2003-07-21  Andreas Schwab  <schwab@suse.de>
13626         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
13627         ?, to "_".
13629 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
13630         Version 2.0.36 of Tramp released.
13632         * net/tramp.el (tramp-default-password-end-of-line): Rename from
13633         tramp-password-end-of-line.
13634         (tramp-password-end-of-line): New method parameter.
13635         (tramp-get-password-end-of-line): Function to access method
13636         parameter `tramp-password-end-of-line', or variable
13637         `tramp-default-password-end-of-line' (default value).
13638         (tramp-methods): Add entries for new parameter
13639         tramp-password-end-of-line.
13640         (tramp-enter-password): Use new function
13641         `tramp-get-password-end-of-line'.
13642         (tramp-handle-insert-file-contents): Do not
13643         unconditionally inhibit the file operation file-local-copy, only
13644         do that when the inhibit-file-name-operation is currently
13645         insert-file-contents.  This fixes finding remote CVS-controlled
13646         files.  (It would barf on inserting the CVS/Entries file
13647         literally, because the file-local-copy handler wasn't called.)
13648         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
13649         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
13650         (tramp-initial-commands): New variable.
13651         (tramp-process-initial-commands): New function, using the variable.
13652         (tramp-open-connection-setup-interactive-shell): Call the new function.
13653         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
13654         method into the buffer name, never use nil.  Reported by Hanak
13655         David <dhanak@inf.bme.hu>.
13656         (tramp-open-connection-setup-interactive-shell): Erase buffer
13657         before sending "stty -onlcr".
13659         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
13661 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
13663         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
13665 2003-07-19  John Paul Wallington  <jpw@gnu.org>
13667         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
13668         (artist-draw-rect, artist-draw-square): Doc fixes.
13670         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
13672         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
13674 2003-07-19  Kenichi Handa  <handa@m17n.org>
13676         * international/kkc.el (kkc-show-conversion-list-update):
13677         Highlight the correct candidate in the message.
13679 2003-07-18  John Paul Wallington  <jpw@gnu.org>
13681         * simple.el (current-word): Don't include punctuation char when
13682         `really-word' arg is non-nil.
13684 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
13686         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
13687         moved to the directory obsolete.
13689 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
13691         * info.el (Info-menu-entry-name-re): Allow newlines in
13692         menu entry names.
13694         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
13695         syntax-ppss-after-change-function.
13696         (syntax-ppss-after-change-function): New alias.  Update uses.
13697         (syntax-ppss): Catch the case where the buffer is narrowed.
13699 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
13701         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
13702         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
13704 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
13706         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
13707         since it might be modified.
13709         * progmodes/cc-langs.el (c++-make-template-syntax-table)
13710         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
13711         names to these language constants.
13713 2003-07-15  Kim F. Storm  <storm@cua.dk>
13715         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
13716         All uses changed.
13718 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
13720         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
13721         Namespace support.
13723 2003-07-13  Juanma Barranquero  <lektu@terra.es>
13725         * frame.el (modify-all-frames-parameters): Reinstall (copyright
13726         papers received).
13728 2003-07-13  Karl Eichwalder  <ke@suse.de>
13730         * textmodes/po.el (po-find-charset): White space at the start of the
13731         Content-Type field body is non-mandatory.
13733 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
13735         * textmodes/texinfo.el (texinfo-section-list):
13736         Append appendixsection; a synonym for appendixsec.
13738 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
13740         * man.el (Man-translate-cleanup): New.
13741         (Man-translate-references): Call `Man-translate-cleanup' to clean
13742         leading, trailing and middle spaces.
13744 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
13746         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
13747         Handle `dired-directory' being a list.
13749 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13751         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
13752         it doesn't exist.
13754 2003-07-12  Richard M. Stallman  <rms@gnu.org>
13756         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
13758         * progmodes/cc-defs.el (c-make-keywords-re):
13759         Don't use delete-duplicates.
13760         (c-lang-const): Don't use mapcan.
13762         * apropos.el (apropos-show-scores): Make it customizable.
13763         Document new meaning.
13764         (apropos): Compute scores from symbols.
13765         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
13767 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13769         * ps-bdf.el: Fix copyright line.
13770         (bdf-directory-list): Fix initialization code.
13772 2003-07-11  John Paul Wallington  <jpw@gnu.org>
13774         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
13775         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
13776         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
13778 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
13780         * emacs-lisp/ring.el (ring-elements): Doc fix.
13782 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
13784         * calendar/timeclock.el (timeclock-relative)
13785         (timeclock-ask-before-exiting, timeclock-use-display-time):
13786         Doc changes.
13787         (timeclock-modeline-display): Give a message if
13788         `timeclock-use-display-time' is non-nil but `display-time-mode'
13789         is not active.
13791 2003-07-11  Kenichi Handa  <handa@m17n.org>
13793         * international/mule-cmds.el (set-language-environment):
13794         Set current-language-environment to the correct string.
13796 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13798         * ps-print.el: Print line number correctly in a region.  Reported by
13799         Tim Allen <timallen@ls83.fsnet.co.uk>.
13800         (ps-print-version): New version number (6.6.2).
13801         (ps-printing-region): Code fix.
13803 2003-07-10  John Paul Wallington  <jpw@gnu.org>
13805         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
13806         this function can be called from `add-completions-from-tags-table'.
13808 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
13810         * calendar/timeclock.el (timeclock-use-display-time)
13811         (timeclock-day-over-hook, timeclock-workday-remaining)
13812         (timeclock-status-string, timeclock-when-to-leave)
13813         (timeclock-when-to-leave-string, timeclock-log-data)
13814         (timeclock-find-discrep, timeclock-day-base)
13815         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
13816         (timeclock-modeline-display): Set the variable
13817         `timeclock-modeline-display'.
13818         (timeclock-update-modeline): Doc fix.  Respect value of
13819         `timeclock-relative'.
13821 2003-07-09  Richard M. Stallman  <rms@gnu.org>
13823         * textmodes/reftex-parse.el (reftex-all-document-files):
13824         Add autoload cookie.
13826         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
13827         (reftex-scanning-info-available-p): Add autoload cookie.
13829         * international/mule-cmds.el
13830         (set-display-table-and-terminal-coding-system): Delete duplicate
13831         aset on standard-display-table.
13833         * view.el (view-file): If existing buffer's major mode is special,
13834         don't go into view mode.
13836         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
13838 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13840         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
13841         buffer changes; there's third party code that calls this function
13842         directly.
13844 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13846         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
13847         (autodoc-font-lock-keywords): Don't byte compile on font lock
13848         initialization when running from byte compiled files.
13850 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13852         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
13853         statement ends with auto-increment "++".
13855 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13857         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13858         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13859         these are changed, so declare them as variables and not constants.
13861 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
13863         * subr.el (dolist, dotimes): Doc fix.
13865 2003-07-08  Kim F. Storm  <storm@cua.dk>
13867         * international/mule-cmds.el
13868         (set-display-table-and-terminal-coding-system): Don't break
13869         bootstrap if standard-display-table isn't setup yet.
13871 2003-07-07  Richard M. Stallman  <rms@gnu.org>
13873         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
13874         Give it a doc string, and autoload it.
13876         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
13877         Use with-no-warnings.
13879         * info.el (Info-search): If find invisible text, search again.
13881         * isearch.el (search-whitespace-regexp): Add a shy group around it.
13883         * man.el (Man-name-regexp): Match + as part of name.
13885         * simple.el (visible-mode): Rename from vis-mode.
13886         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
13888         * simple.el (current-word): New arg REALLY-WORD specifies
13889         don't include punctuation chars.
13891         * emacs-lisp/debug.el (debug, debugger-env-macro):
13892         Use with-no-warnings while accessing and binding unread-command-char.
13894         * international/mule-cmds.el
13895         (set-display-table-and-terminal-coding-system): Use explicit loop
13896         instead of calling standard-display-default.
13898         * net/ange-ftp.el (ange-ftp-file-symlink-p):
13899         Use condition-case to catch error in ange-ftp-get-files.
13901         * net/browse-url.el (browse-url-browser-function):
13902         Add alternative for Epiphany.
13903         (browse-url-epiphany-program, browse-url-epiphany-arguments)
13904         (browse-url-epiphany-startup-arguments)
13905         (browse-url-epiphany-new-window-is-tab): New variables.
13906         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
13908         * progmodes/compile.el (compile-auto-highlight): Default now t.
13909         (compile): Doc fix.
13910         (compilation-next-error): Fix previous change.
13912         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
13914         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
13916 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
13918         * gdb-ui.el (gdb-source-info): Display current frame when
13919         attaching to an existing process.
13920         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
13921         while laying out windows when attaching to an existing process.
13923 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
13925         * info.el (Info-menu): Use Info-menu-entry-name-re.
13927 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
13929         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
13930         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
13932         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
13933         to match the same text.
13935 2003-07-06  John Paul Wallington  <jpw@gnu.org>
13937         * vc.el (vc-annotate-offset): Move defvar up.
13939 2003-07-06  Kim F. Storm  <storm@cua.dk>
13941         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
13942         This should fix the infinite loop when extracting menu names.
13944 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
13946         * files.el (auto-mode-alist, interpreter-mode-alist):
13947         Remove entries to CC Mode modes to avoid duplicates; they are now added
13948         with autoload directives in cc-mode.el.
13950 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
13952         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13953         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13954         these are changed, so declare them as variables and not constants.
13956         * progmodes/cc-mode.el: Fix some autoload problems: Try to
13957         ensure that the entry for ".c" extension comes before the one for
13958         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
13959         Fix incorrect entries that were added to `interpreter-mode-alist'.
13960         Move the autoload directives for AWK to the top level since they
13961         aren't recognized anywhere else.  Do not use the new AWK mode doc
13962         in the autoload form for the old AWK mode.
13964 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13966         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
13967         (bibtex-sort-ignore-string-entries): Default value t.
13968         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
13969         erroneously in previous version.
13970         (bibtex-string-files): Docstring reflects new parsing scheme.
13971         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
13972         docstring, add # as one of the chars to crush
13973         (bibtex-autokey-prefix-string, bibtex-autokey-names)
13974         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
13975         (bibtex-autokey-name-change-strings)
13976         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
13977         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
13978         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
13979         (bibtex-autokey-title-terminators)
13980         (bibtex-autokey-titlewords-stretch)
13981         (bibtex-autokey-titleword-ignore)
13982         (bibtex-autokey-titleword-case-convert)
13983         (bibtex-autokey-titleword-abbrevs)
13984         (bibtex-autokey-titleword-abbrevs)
13985         (bibtex-autokey-titleword-change-strings)
13986         (bibtex-autokey-titleword-length)
13987         (bibtex-autokey-titleword-separator)
13988         (bibtex-autokey-name-year-separator)
13989         (bibtex-autokey-year-title-separator)
13990         (bibtex-autokey-before-presentation-function)
13991         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
13992         Fix docstring.
13993         (bibtex-strings, bibtex-reference-keys):
13994         Use lazy-completion-table and make-variable-buffer-local.
13995         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
13996         (bibtex-braced-string-syntax-table)
13997         (bibtex-quoted-string-syntax-table): New variables.
13998         (bibtex-parse-nested-braces): Remove.
13999         (bibtex-parse-field-string): Use syntax table and forward-sexp.
14000         (bibtex-parse-association): Simplify.
14001         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
14002         (bibtex-parse-field-text): Simplify.
14003         (bibtex-search-forward-field, bibtex-search-backward-field):
14004         argument BOUND can take value t.
14005         (bibtex-start-of-field, bibtex-start-of-name-in-field)
14006         (bibtex-end-of-name-in-field, bibtex-end-of-field)
14007         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
14008         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
14009         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
14010         (bibtex-skip-to-valid-entry): Return buffer position of beginning
14011         and ending of entry.  Update for changes of bibtex-search-entry.
14012         Simplify.
14013         (bibtex-map-entries): FUN is called with three arguments.
14014         (bibtex-search-entry): Return a cons pair with buffer positions of
14015         beginning and end of entry.
14016         (bibtex-enclosing-field): Simplify.
14017         (bibtex-format-entry): Use booktitle to set a missing title.
14018         (bibtex-autokey-get-names): Fiddle with regexps.
14019         (bibtex-generate-autokey): Use identity.
14020         (bibtex-parse-keys): Use simplified parsing algorithm if
14021         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
14022         arguments.  Return alist of keys.
14023         (bibtex-parse-strings): Simplify.  Return alist of strings.
14024         (bibtex-complete-string-cleanup): Fix docstring.
14025         (bibtex-read-key): New function.
14026         (bibtex-mode): Fix docstring.  Do not parse for keys and
14027         strings when the mode is entered.  Set fill-paragraph-function to
14028         bibtex-fill-field.  Setup font-lock-mark-block-function the way
14029         font-lock intended.
14030         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
14031         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
14032         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
14033         (bibtex-Preamble): Avoid hard coded constants.
14034         (bibtex-make-field): Fix docstring.  Simplify.
14035         (bibtex-beginning-of-entry): Always return new position of point.
14036         (bibtex-end-of-entry): Rearrange cond clauses.
14037         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
14038         Update for changes of bibtex-map-entries.
14039         (bibtex-ispell-abstract): Do not move point.
14040         (bibtex-entry-index): Use downcase.  Simplify.
14041         (bibtex-lessp): Handle catch-all.
14042         (bibtex-find-crossref): Turn into a command.
14043         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
14044         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
14045         preamble entries.
14046         (bibtex-fill-field-bounds): New function.
14047         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
14048         (bibtex-fill-entry): Use bibtex-fill-field-bounds
14049         (bibtex-String): Use bibtex-strings.  Always obey
14050         bibtex-sort-ignore-string-entries.
14052 2003-07-05  John Paul Wallington  <jpw@gnu.org>
14054         * cus-theme.el (customize-create-theme):
14055         Call `customize-create-theme' in Reset widget's notify function.
14057         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
14058         (ibuffer-mark-interactive): Use `or' instead of `unless'.
14059         (define-ibuffer-column name): Add summarizer.
14060         (define-ibuffer-column size): Likewise.
14061         (define-ibuffer-column filename): Likewise.
14062         (define-ibuffer-column process): Likewise.  Change BODY's output too.
14063         (define-ibuffer-column filename-and-process): Likewise, likewise.
14064         (ibuffer): Remove local vars `already-in' and `need-update'.
14066         * ibuf-ext.el: Don't require `derived' at compile-time.
14068 2003-07-05  Kim F. Storm  <storm@cua.dk>
14070         * info.el: Disable paragraph refilling.
14071         (Info-refill-paragraphs): New defcustom.
14072         (Info-fontify-node): Use it.
14074 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
14076         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
14077         thingies from constructors created by defstruct.
14079         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
14080         the default value of the variable.
14081         (byte-code-meter): Move declaration to top level.
14083         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
14085         * info.el (Info-following-node-name-re): New fun.
14086         (Info-following-node-name): Remove.
14087         (Info-insert-dir): Use the new fun.
14088         (Info-extract-pointer): Don't save restriction; use new fun.
14089         (Info-menu-entry-name-re): New const.
14090         (Info-menu-entry-name-re): Use it along with new fun.
14091         (Info-node-spec-re): Use new fun.
14092         (Info-complete-menu-item, Info-fontify-node): Use new const.
14093         (Info-goto-node, Info-follow-reference, Info-menu-update):
14094         Use match-string.
14095         (Info-follow-reference): Use assoc-string.
14096         Use a list of strings for the completion table.
14097         (Info-fontify-node): Use match-string, line-end-position.
14098         Limit the search for `node:' to the first line.
14100         * newcomment.el (uncomment-region): Remove padding coming from
14101         comment-start rather than just from comment-padding.
14103         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
14104         (vc-cvs-stay-local-p): Use vc-stay-local-p.
14105         (vc-cvs-rename-file): Remove (use the default).
14106         (vc-cvs-register): Register parent dir if needed.
14107         (vc-cvs-could-register): Return non-nil if parent can be registered.
14108         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
14109         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
14111         * vc-svn.el (vc-svn-use-edit): Make it into a const.
14112         (vc-svn-update): Fix the arguments to `svn'.
14113         (vc-svn-diff-tree): Just use `vc-svn-diff'.
14114         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
14115         Simple implementations, assuming `name' is a URL.
14117         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
14118         set of chars allowed unquoted in a case pattern.
14120         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
14122         * font-lock.el (font-lock-extra-types-widget)
14123         (c-font-lock-extra-types, c++-font-lock-extra-types)
14124         (objc-font-lock-extra-types, java-font-lock-extra-types)
14125         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
14126         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
14127         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
14128         (font-lock-match-c++-structor-declaration)
14129         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
14130         (c++-font-lock-keywords-3, c++-font-lock-keywords)
14131         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
14132         (objc-font-lock-keywords-3, objc-font-lock-keywords)
14133         (java-font-lock-keywords-1, java-font-lock-keywords-2)
14134         (java-font-lock-keywords-3, java-font-lock-keywords)
14135         (java-font-lock-syntactic-face-function): Remove obsolete code
14136         and constants.  It's all in cc-fonts.el now.
14138 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
14140         * mail/sendmail.el (mail-specify-envelope-from)
14141         (mail-envelope-from): Doc fix.
14143 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
14145         * generic-x.el: Do away with the dependency on `c-emacs-features'
14146         when populating `rul-generic-mode-syntax-table'; we already know
14147         this isn't XEmacs.
14149 See ChangeLog.10 for earlier changes.
14151 ;; Local Variables:
14152 ;; coding: iso-2022-7bit
14153 ;; End:
14155     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
14156   Copying and distribution of this file, with or without modification,
14157   are permitted provided the copyright notice and this notice are preserved.
14159 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1