Add the ChangeLog entry for lisp/hexl.el 2004-12-27T11:59:49Z!jet@gyve.org.
[emacs.git] / lisp / ChangeLog
blobc69d9a8cec35782b7b7e0798b957daad51cf1d6b
1 2004-12-27  Masatake YAMATO  <jet@gyve.org>
3         * hexl.el (hexlify-buffer): Remove fontification here.
4         Use font lock mechanism instead.
5         (hexl-font-lock-keywords): New font lock kewords.
6         (hexl-mode-old-font-lock-keywords): New variable.
7         (hexl-mode): Store the old font lock keywords.
8         (hexl-mode-exit): Restore the old font lock keywords.
10 2004-12-27  Richard M. Stallman  <rms@gnu.org>
12         * simple.el (undo): Fix previous change.
14 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
17         Call mac-clear-font-name-table if invoked on Mac OS 8/9.  Call
18         x-open-connection on Mac OS X.
20 2004-12-27  Richard M. Stallman  <rms@gnu.org>
22         * files.el (buffer-save-without-query): New var (buffer-local).
23         (save-some-buffers): Save those buffers first, w/o asking.
25         * files.el (insert-directory-ls-version): New variable.
26         (insert-directory): When ls returns an error, test the version
27         number to decide what the return code means.
28         With --dired output format, detect and distinguish lines
29         that are really error messages.
30         (insert-directory-adj-pos): New function.
31         
32         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
34         * battery.el (battery-mode-line-format): Remove initial spaces.
36         * uniquify.el (uniquify-rationalize-file-buffer-names):
37         Delete interactive spec.
39         * type-break.el (type-break-mode): Set buffer-save-without-query.
40         Remove code that tried to set save-some-buffers-always.
41         (type-break-file-keystroke-count): Bind deactivate-mark.
43         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
45         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
46         Test that the buffer is live, and maybe reject current buffer too.
47         Clarify.
48         (next-error-find-buffer): Rewrite for clarity.
50         * loadup.el: Don't use buffer-disable-undo; do it directly.
52         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
53         (describe-variable): Call symbol-file with `defvar'.
55         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
56         (symbol-file): Rewritten to handle new load-history format.
57         Now takes an arg TYPE to specify looking for a particular
58         type of definition only.
60         * emacs-lisp/debug.el (debugger-make-xrefs): 
61         Call symbol-file with `defun'.
63         * emacs-lisp/find-func.el (find-function-noselect): 
64         Call symbol-file with `defun'.
65         (find-variable-noselect): Call symbol-file with `defvar'.
67         * eshell/esh-cmd.el (eshell-find-alias-function): 
68         Call symbol-file with `defun'.
70         * eshell/esh-test.el (eshell-test-goto-func):
71         Call symbol-file with `defun'.
73         * mail/rmail.el (rmail-resend):
74         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
76         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
78         * progmodes/compile.el (compilation-find-buffer): Rename arg.
80         * textmodes/texinfmt.el (texinfo-format-buffer-1):
81         Call buffer-disable-undo.
83         * simple.el (undo-list-saved): New variable (buffer-local).
84         (undo): Set and test it.
85         (buffer-disable-undo): Moved here from buffer.c.
86         Clear out undo-list-saved.
87         
88         * international/mule.el (decode-coding-inserted-region): 
89         Set buffer-undo-list in a correct and optimal way.
91         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
92         (cperl-font-lock-unfontify-region-function): No need to save and
93         restore info, since font-lock.el does it for us.
94         
95         * ansi-color.el (save-buffer-state): Definition deleted.
96         (ansi-color-unfontify-region): Don't use save-buffer-state.
98 2004-12-27  Dave Love  <fx@gnu.org>
100         * wid-edit.el (function): Use restricted-sexp as parent.
102 2004-12-27  Kevin Ryde  <user42@zip.com.au>
104         * simple.el (next-matching-history-element): Use same
105         `interactive' form as previous-matching-history-element.
107         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
108         it can appear unencoded and has been seen from yahoo.
110 2004-12-27  Sergey Poznyakoff <gray@Mirddin.farlep.net>
112         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
113         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
115 2004-12-27  Kenichi Handa  <handa@m17n.org>
117         * international/utf-8.el (utf-translate-cjk-load-tables): Bind
118         coding-system-for-read to nil while loading subst-*.
120 2004-12-26  Jay Belanger  <belanger@truman.edu>
122         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
123         default input.
125 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
127         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
128         before reverting and disable undo recording while reverting.
130 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
132         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
133         (hs-make-overlay): New function.
134         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
135         (hs-flag-region): Delete function.
136         (hs-hide-comment-region): No longer use `hs-flag-region'.
137         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
138         (hs-hide-block-at-point): Likewise.
139         (hs-hide-level-recursive): Use `hs-discard-overlays'.
140         (hs-hide-all, hs-show-all): Likewise.
141         (hs-show-block): Likewise.
142         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
144 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
146         * progmodes/hideshow.el: Require `cl' when compiling.
147         Remove XEmacs and Emacs 19 compatibility.
148         Use `dolist' and `add-to-list' for load-time actions.
149         (hs-discard-overlays): Use `dolist'.
150         (hs-show-block): Likewise.
152 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
154         * faces.el (mode-line, mode-line-inactive): Use min-colors.
156 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
158         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
159         When extending backwards, move outside the current comment first.
161 2004-12-22  Kenichi Handa  <handa@m17n.org>
163         * international/quail.el (quail-start-translation): Fix prompt
164         string for the case if input-method-use-echo-area being non-nil.
165         (quail-start-conversion): Likewise.
166         (quail-show-guidance): Don't show guidance if
167         input-method-use-echo-area is non-nil.
169 2004-12-21  Richard M. Stallman  <rms@gnu.org>
171         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
173 2004-12-21  Markus Rost  <rost@ias.edu>
175         * calendar/diary-lib.el (mark-diary-entries): Set
176         mark-diary-entries-in-calendar only after checking for diary-file.
178 2004-12-21  Richard M. Stallman  <rms@gnu.org>
180         * faces.el (escape-glyph): Use blue against light foreground.
182         * simple.el (undo-outer-limit-truncate): New function.
183         (undo-outer-limit-function): Use undo-outer-limit-truncate.
185 2004-12-21  Eli Barzilay  <eli@barzilay.org>
187         * calculator.el: (calculator-radix-grouping-mode)
188         (calculator-radix-grouping-digits)
189         (calculator-radix-grouping-separator):
190         New defcustoms for the new radix grouping mode functionality.
191         (calculator-mode-hook): Now used in electric mode too,
192         (calculator): Call it.
193         (calculator-mode-map): Some new keys.
194         (calculator-message): New function.  Some new calls.
195         (calculator-op, calculator-set-register): Use it.
196         (calculator-string-to-number): New function, mostly moved and
197         updated code from calculator-curnum-value.
198         (calculator-curnum-value): Use it.
199         (calculator-paste): Use it, and update grabbing the
200         current-kill.
201         (calculator-rotate-displayer)
202         (calculator-rotate-displayer-back): Toggle digit grouping when
203         in radix mode, use calculator-message.
204         (calculator-displayer-prev, calculator-displayer-next): Change
205         digit group size when in radix mode.
206         (calculator-number-to-string): Renamed from
207         calculator-num-to-string.  Now deals with digit grouping in
208         radix mode.
209         (calculator-update-display, calculator-put-value): Use the new
210         name.
211         (calculator-fact): Return a floating point number.
212         (calculator-mode): Doc fix.
214 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
216         * calendar/calendar.el (view-other-diary-entries): Add autoload.
217         * calendar/diary-lib.el (view-other-diary-entries): Use
218         current-prefix-arg in interactive spec.
220 2004-12-19  Jay Belanger  <belanger@truman.edu>
222         * calc/calc-aent.el (calcAlg-blank-matching-open):
223         Temporarily adjust the syntax of both delimiters of half-open
224         intervals.
226 2004-12-19  Kim F. Storm  <storm@cua.dk>
228         * mouse.el (mouse-1-click-follows-link): Doc fix.
230 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
232         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
233         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
234         instead of centraleuropean as the name
236 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
238         Sync with Tramp 2.0.46.
240         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
241         parameters wrt Tramp convention.
242         (tramp-handle-file-attributes-with-perl)
243         (tramp-handle-directory-files-and-attributes): Apply it.
244         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
245         `copy-program'.  Reported by Zack Weinberg
246         <zack@codesourcery.com>.
247         (top): Set `edebug-form-spec' property directly rather than
248         calling `def-edebug-spec'.
250         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
251         advice less fragile.  Surround temporary redefinition of
252         `substitute-in-file-name' with `unwind-protect'.  Suggested by
253         Matt Hodges <MPHodges@member.fsf.org>.
255 2004-12-17  Juri Linkov  <juri@jurta.org>
257         * replace.el (occur-accumulate-lines, occur-engine):
258         Make forcing deferred font-lock fontification jit-specific.
260 2004-12-17  Kim F. Storm  <storm@cua.dk>
262         * mouse.el (mouse-1-click-follows-link): New defcustom.
263         (mouse-on-link-p): New function.
264         (mouse-drag-region-1): Implement mouse-1-click-follows-link
265         functionality.  Map a mouse-1 click event into a mouse-2 (or
266         other) event when position is inside a link.
268         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
269         prefix in tooltip text with "mouse-1" when this is a link
270         recognized by mouse-1-click-follows-link functionality.
272         * help.el (describe-key): Report effective and original binding
273         for mouse-1 when clicked on a link.
274         (describe-mode): Add follow-link property to "minor-mode" button.
276         * help-fns.el (describe-variable): Add follow-link property to
277         "below" button.
279         * help-mode.el (help-xref): Add follow-link property.
281         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
282         (apropos-command, apropos-variable, apropos-face, apropos-group)
283         (apropos-widget, apropos-plist): Add follow-link property.
285         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
286         checks if position is in a filename, rather than some other
287         clickable item.  Function looks for cvs-filename-face at position.
289         * wid-edit.el (widget-specify-field, widget-specify-button):
290         Map a :follow-link keyword into a follow-link property.
291         (link): Add :follow-link keyword, map to RET binding.
293         * dired.el (dired-mode-map): Map follow-link to mouse-face.
295         * progmodes/compile.el (compilation-minor-mode-map)
296         (compilation-button-map, compilation-mode-map): Likewise.
298 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
300         * play/zone.el (zone): Init `line-spacing' from orig buffer.
301         (zone-replace-char): Take `count' and `del-count'
302         instead of `direction'.  Update callers.  When `del-count' is
303         non-nil, delete that many characters, otherwise `count' characters
304         backwards.  Insert the newly-replaced string `count' times.
305         (zone-fret): Handle chars w/ width greater than one.
306         (zone-fall-through-ws): No longer take window width `ww'.
307         Update callers.  Add handling for `char-width' greater than one.
308         (zone-pgm-drip): Update var holding window-end position every cycle.
310 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
312         * vc.el (vc-default-update-changelog): Use insert-file-contents,
313         rather than insert-file.
315 2004-12-16  Jay Belanger  <belanger@truman.edu>
317         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
318         (math-init-random-base, math-random-digit): Check to see if
319         var-RandSeed is bound.
320         (math-random-last): Declare it.
321         (math-random-digit): Don't make math-random-last local.
323 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
325         * play/zone.el (zone): Fix omission bug: Use a self-disabling
326         one-shot thunk for uniform (error, quit, normal) recovery.
327         Reported by John Paul Wallington.
328         (zone-pgm-random-life): Fix bug:
329         Recognize empty initial field by lack of "@" chars.
331 2004-12-16  Juri Linkov  <juri@jurta.org>
333         * help.el (function-called-at-point):
334         * help-fns.el (variable-at-point): As a last resort try striping
335         non-word prefixes and suffixes.
337         * descr-text.el (describe-property-list): Don't treat syntax-table
338         specially.  Use describe-text-sexp which inserts [show] button
339         for large objects and handles printing errors.  Sort properties
340         by names in alphabetical order instead of by value sizes.
341         Add `mouse-face' to list of properties for `describe-face' widget.
342         (describe-char): Mask out face-id from 19 bits of character.
343         Print face-id separately.
345         * replace.el (occur-accumulate-lines, occur-engine):
346         Fontify unfontified matching lines in the source buffer
347         before copying them.
348         (occur-engine): Don't put mouse-face on context lines.
349         (occur-next-error): Set point to line beginning/end
350         before searching for prev/next property to skip multiple
351         matches on a line (not supported by occur engine).
352         Remove redundant prefix-numeric-value.
354 2004-12-15  Juri Linkov  <juri@jurta.org>
356         * replace.el (match): New face.
357         (list-matching-lines-face): Change default from `bold' to `match'.
359         * progmodes/grep.el (grep-match-face): New defvar.
360         (grep-mode-font-lock-keywords): Use grep-match-face instead of
361         compilation-column-face to highlight grep matches.
363         * apropos.el (apropos-match-face): Change default from
364         `secondary-selection' to `match'.
366         * info-look.el (info-lookup-highlight-face): Change default from
367         `highlight' to `match'.
369 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
371         * progmodes/executable.el (executable-interpret): Eliminate
372         obsolete compile-internal, and switch to comint for interaction.
374 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
376         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
377         `&&' when skipping multiple statements on a line.
379 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
381         * play/zone.el (zone): Set `truncate-lines'.
382         Also, init `tab-width' with value from original buffer.
383         (zone-shift-up): Rewrite for speed.
384         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
385         (zone-pgm-jitter): Remove redundant entries from ops vector.
386         (zone-exploding-remove): Reduce iteration count.
387         (zone-cpos): Convert to defsubst.
388         (zone-replace-char): New defsubst.
389         (zone-park/sit-for): Likewise.
390         (zone-fret): Take window-start arg.
391         Update callers. Use `zone-park/sit-for'.
392         (zone-fill-out-screen): Rewrite.
393         (zone-fall-through-ws): Likewise. Update callers.
394         (zone-pgm-drip): Use `zone-replace-char'.
395         Move var inits before while-loop. Use `zone-park/sit-for'.
396         (zone-pgm-random-life): Handle empty initial field.
397         Use `zone-replace-char' and `zone-park/sit-for'.
399 2004-12-15  Juri Linkov  <juri@jurta.org>
401         * isearch.el (isearch-update): Test isearch-lazy-highlight
402         before calling isearch-lazy-highlight-new-loop.
403         (isearch-lazy-highlight-new-loop):
404         Don't test isearch-lazy-highlight.
406         * replace.el (perform-replace): Add isearch-case-fold-search.
407         Use delimited-flag for isearch-regexp.
408         Reset isearch-lazy-highlight-last-string to force lazy
409         highlighting when called from isearch mode.
410         (query-replace-highlight): Revert defcustom type to boolean.
411         (query-replace-lazy-highlight): New defcustom.
412         (query-replace): New face.
413         (perform-replace, replace-highlight, replace-dehighlight):
414         Test query-replace-lazy-highlight instead of special value
415         `isearch' of query-replace-highlight.
416         (replace-dehighlight): Don't call isearch-dehighlight.
417         (replace-highlight): Don't call isearch-highlight.
418         Use face `query-replace' unconditionally.
420 2004-12-14  Kim F. Storm  <storm@cua.dk>
422         * simple.el (inhibit-mark-movement): Remove defvar.
423         (beginning-of-buffer, end-of-buffer): Don't use it.
425         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): Don't
426         use inhibit-mark-movement.
428         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
429         (cua--undo-push-mark): Remove.
430         (cua--pre-command-handler, cua--post-command-handler): Don't
431         fiddle with inhibit-mark-movement.
433 2004-12-14  Juri Linkov  <juri@jurta.org>
435         * buff-menu.el (list-buffers-noselect): Collect internal info
436         for every buffer in BUFFER-LIST arg too.
437         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
438         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
439         Bind same-window-buffer-names and same-window-regexps to nil.
441 2004-12-13  Juri Linkov  <juri@jurta.org>
443         * simple.el (next-error-buffer-p, next-error-find-buffer):
444         Doc fix.
446         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
447         (sc-cite-region, sc-uncite-region, sc-recite-region):
448         Fix previous change to handle not alist as a symbol, but
449         a citation frame as a symbol that represents a variable name.
451 2004-12-13  Richard M. Stallman  <rms@gnu.org>
453         * filecache.el (file-cache-add-directory-using-find):
454         Only set up file-cache-find-command-posix-flag if we will use it.
456         * bindings.el (mode-line-buffer-identification-keymap):
457         Don't cancel the mode-line's usual down-mouse-1 binding.
459         * cus-edit.el (custom-face-selected): Handle `default' specs.
460         (custom-face-edit): Increase extra-offset.
461         (custom-display): Handle `default' specs.
463         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
465         * emacs-lisp/elint.el (elint-standard-variables)
466         (elint-unknown-builtin-args): Move definitions up.
468         * net/browse-url.el (browse-url-url-at-point): Add autoload.
470         * info.el (info-xref-visited): Use `default' instead of t.
471         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
473         * faces.el (header-line, mode-line-inactive, tool-bar):
474         Use `default' instead of t for setting the defaults.
475         (face-spec-choose): Separate `t' from `default'.
477         * subr.el (while-no-input): New macro.
479 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
481         * filecache.el (file-cache-add-directory-using-find):
482         Only test file-cache-find-command-posix-flag on some systems.
484 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
486         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
487         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
488         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
489         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
490         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
492 2004-12-12  Juri Linkov  <juri@jurta.org>
494         * files.el (find-file-other-window, find-file-other-frame):
495         Add the first buffer to the returned value to return the complete
496         list of all visited buffers.
497         (find-file-read-only, find-file-read-only-other-window)
498         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
499         `find-file-read-args'.  Signal an error about non-existent file
500         only if file name doesn't contain wildcards.  Toggle read-only in
501         all visited buffers.
502         (find-alternate-file, find-alternate-file-other-window):
503         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
504         called interactively.  Pass arg `wildcards' to other functions.
505         (find-file-noselect): Doc fix.
507         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
508         Doc fix.
509         (ffap-directory-finder): New variable.
510         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
511         (ffap-file-at-point): Add /* to immediately rejected names.
512         Return absolute file names matching ffap-dired-wildcards.
513         (ffap-read-file-or-url): Set default value for `completing-read'
514         to `buffer-file-name'.
515         (find-file-at-point): When filename matches ffap-dired-wildcards,
516         call ffap-file-finder with t arg `wildcards', instead of dired.
517         (ffap-other-window, ffap-other-frame): Return visited buffers.
518         (ffap-read-only, ffap-read-only-other-window)
519         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
520         (dired-at-point): Call ffap-directory-finder instead of dired.
521         (ffap-dired-other-window, ffap-dired-other-frame)
522         (ffap-list-directory): New commands.
523         (ffap-bindings): New keybindings for new commands.
525 2004-12-12  Juri Linkov  <juri@jurta.org>
527         * simple.el (beginning-of-buffer, end-of-buffer):
528         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
529         Do not push mark when mark is active in transient-mark-mode.
531         * simple.el (mark-word):
532         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
533         * textmodes/paragraphs.el (mark-paragraph):
534         Extend the region when mark is active in transient-mark-mode,
535         regardless of the last command.  Doc fix.
537         * simple.el (mark-word): Preserve direction when repeating.
538         Make arg optional.  Interactive "p" -> "P".
539         (transient-mark-mode, inhibit-mark-movement): Doc fix.
541         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
542         preserving direction, to mark forward instead of backward when mark
543         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
545 2004-12-12  Juri Linkov  <juri@jurta.org>
547         * isearch.el (isearch-edit-string): Set 7th arg of
548         `read-from-minibuffer' to `t' to inherit the current input
549         method (whose name is indicated by [IM] in the minibuffer prompt)
550         from the current buffer to the minibuffer.
551         (isearch-lazy-highlight-update): Put body to `with-local-quit'
552         to allow C-g quitting for lazy highlighting looping inside the
553         search with nested repetition operators.  Add overlay to the list
554         before setting its face and other properties to avoid the case of
555         code quitting after placing the new overlay but before it's
556         recorded on the list.  Select the window where isearch was
557         activated, to highlight matches in the right window when isearch
558         switches the current window to the minibuffer.
560         * international/isearch-x.el
561         (isearch-process-search-multibyte-characters):
562         Use `isearch-message' as initial input for `read-string' instead
563         of adding it to the minibuffer prompt.  After reading a string
564         remove the initial value of `isearch-message' from the string.
566         * replace.el (replace-match-maybe-edit): Doc fix.
567         (perform-replace): Don't call `replace-highlight' when automatic
568         replacement is requested in literal mode, since it is intended
569         only to highlight words during entering a new replacement string
570         for \? in non-literal mode.
572         * replace.el (query-replace-highlight): Add new value `isearch'
573         that allows query replacement to use isearch highlighting.
574         Change type from `boolean' to `choice'.  Doc fix.
575         (replace-highlight, replace-dehighlight, perform-replace):
576         Use isearch highlighting if query-replace-highlight eq `isearch'.
578 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
580         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
581         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
583         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
584         case of \end{verbatim}.
586 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
588         * term.el (term-termcap-format): Synchronyze with terminfo.
589         (term-emulate-terminal): Handle reset.
590         (term-reset-terminal): New function.
592 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
594         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
595         (zone-fill-out-screen): New func.
596         (zone-pgm-drip): Use `zone-fill-out-screen'.
597         Also, no longer go to point-min on every cycle.
598         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
599         (zone-pgm-random-life-wait): New user var.
600         (zone-pgm-random-life): New func.
602 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
604         * files.el (auto-mode-alist): Map .com to DCL mode.
606 2004-12-09  Richard M. Stallman  <rms@gnu.org>
608         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
610 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
612         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
613         buffer with a display margin.
615 2004-12-08  Jay Belanger  <belanger@truman.edu>
617         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
618         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
620 2004-12-08  Richard M. Stallman  <rms@gnu.org>
622         * faces.el: Delete code to set display table.
623         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
625 2004-12-08  Jay Belanger  <belanger@truman.edu>
627         * calc/calc.el: Add math-read-preprocess-string to autoloads.
629         * calc/calc-ext.el (math-read-replacement-list)
630         (math-read-superscripts, math-read-preprocess-string): Move to
631         calc-aent.el.
633         * calc/calc-aent.el (math-read-replacement-list)
634         (math-read-superscripts, math-read-preprocess-string): Move from
635         calc-ext.el.
637 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
639         * isearch.el (isearch-quote-char): Fix up typo in last change.
641 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
643         * mouse.el (mouse-set-font): Handle the case where the command was
644         not invoked using the mouse.
646         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
647         (edmacro-finish-edit): Further update for keyboard macros that are
648         lambda forms.
649         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
651 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
653         * font-lock.el (font-lock-unfontify-region): Save buffer state.
654         (font-lock-default-unfontify-region): Don't save buffer state any more.
656 2004-12-07  Jay Belanger  <belanger@truman.edu>
658         * calc/calc-help.el (calc-describe-key):
659         Set calc-summary-indentation even when Calc Summary buffer exists.
661 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
663         * calendar/holidays.el (holiday-easter-etc): Make arguments
664         optional for backwards compatibility.  Doc fix.
665         Remove un-necessary local vars mandatory, output-list.
666         (holiday-advent):  Make arguments optional for backwards
667         compatibility.  Doc fix.
669 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
671         * paren.el (show-paren-function): Fix last change (2004-12-02).
673         * international/mule-util.el (char-displayable-p): Return nil for
674         unibyte mode.
676         * subr.el (subregexp-context-p): New function.
678         * isearch.el (isearch-quote-char): Use it.
680         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
681         (regexp-opt-not-groupie*-re): Remove.
682         (regexp-opt): Properly handle inputs with duplicate entries.
684 2004-12-06  Richard M. Stallman  <rms@gnu.org>
686         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
688         * cus-edit.el (custom-file): Doc fix.
690         * textmodes/org.el: New file.
692 2004-12-06  Kenichi Handa  <handa@m17n.org>
694         * ldefs-boot.el: Update international/mule-util.el section.
696 2004-12-05  Sam Steingold  <sds@gnu.org>
698         * net/tramp.el (tramp-handle-file-accessible-directory-p):
699         Fix `tramp-time-diff' comparison logic.
701 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
703         * progmodes/which-func.el (which-function):
704         Use `run-hook-with-args-until-success' instead of a custom loop.
705         Fixes bug with local hooks.
707 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
709         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
710         Use delete-dups when calculating the initial value.
711         (bibtex-autokey-get-title): Use <=.
712         (bibtex-goto-line): New function.
713         (bibtex-reposition-window): Use line numbers instead of point
714         positions.  Use window-body-height.
715         (bibtex-find-crossref): Use bibtex-reposition-window.
716         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
717         position of entry if key is found or nil if not found.
719 2004-12-05  Richard M. Stallman  <rms@gnu.org>
721         * cus-edit.el (custom-file): Doc fix.
723         * progmodes/sh-script.el (sh-indent-for-then): Change default.
725 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
727         * simple.el (blink-matching-open):
728         * textmodes/tex-mode.el (tex-validate-region):
729         Obey syntax-table text properties.
731 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
733         * wid-edit.el (widget-specify-field): Add `real-field' property to
734         boundary.
735         (widget-field-at): Use it.
737 2004-12-02  Richard M. Stallman  <rms@gnu.org>
739         * progmodes/cc-mode.el (awk-mode autoload):
740         Supply t meaning interactive function.
742         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
743         (isearch-mode-map): No special definition for space.
744         (isearch-whitespace-chars): Command deleted.
745         (isearch-forward-regexp): Doc fix.
746         (isearch-quote-char): When a space is not inside brackets,
747         use `[ ]' instead of just space.
748         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
750         * imenu.el (imenu--generic-function): Delete code to exclude
751         matches in comments.
753         * man.el (Man-reverse-face): Change default to `highlight'.
755         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
756         (occur-engine): Use `face' prop rather than `font-lock-face'
757         when specifying use of `match-face'.
758         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
760         * emacs-lisp/elint.el (elint-standard-variables): Update list.
762         * add-log.el (add-log-current-defun): Handle the case where point
763         is in the header part of a DEFUN construct.
765 2004-12-02  Dave Love  <fx@gnu.org>
767         * progmodes/python.el (python-font-lock-syntactic-keywords):
768         Fix previous change.
770 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
772         * paren.el (show-paren-function): Check for matching chars
773         specified by text props.
775 2004-12-02  Jay Belanger  <belanger@truman.edu>
777         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
778         when reading a new key sequence.
780 2004-12-02  Kim F. Storm  <storm@cua.dk>
782         * faces.el (escape-glyph): Rename from glyph.
783         (standard-display-table): Set it here.  Add escape-glyph face to
784         extra slot characters.
786         * disp-table.el: Undo 2004-12-01 change.  Display table is now
787         setup in faces.el.
789 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
791         * xml.el (xml-parse-dtd): Don't show validity messages when
792         xml-validating-parser is nil.
793         (xml-substitute-special): Fix validity error messages to
794         actually show the unexpandable entity.  Added validity error if &
795         isn't followed by an entity.
796         (xml-parse-tag): Concatenate any string following the a
797         <![CDATA[]]> section to the parsed CDATA.
798         (xml-parse-dtd): Skip parameter entity declarations and use of
799         parameter entities.
801 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
803         * kmacro.el (kmacro-default-counter-format): New var.
804         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
805         (kmacro-display): Remove `nil' from `and' form.  Delete call to
806         `format' inside `message'.
807         (kmacro-start-macro): Use `kmacro-default-counter-format'.
809 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
811         * pcvs.el (cvs-header-msg): New function.
812         (cvs-update-header): Use it.  Change calling convention.
813         Correctly handle the case of having simultaneous active processes.
814         (cvs-sentinel): Don't call cvs-update-header any more.
815         (cvs-mode-run): Update call and add cvs-update-header to postproc.
817 2004-12-01  Jay Belanger  <belanger@truman.edu>
819         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
820         Change message.
822 2004-12-01  Juri Linkov  <juri@jurta.org>
824         * progmodes/prolog.el (prolog-mode-variables):
825         Fix imenu-generic-expression.
827 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
829         * faces.el (glyph): New face.
831         * disp-table.el: Add an autoloaded table, that doesn't require
832         this library, with glyph face.
834         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
835         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
836         (conf-quote-normal): Allow normalizing only ' or ".
837         (conf-mode): Regexp-quote constructed comment-start and don't
838         match section {} where "name" contains braces.
840         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
841         files.
843 2004-12-01  Kenichi Handa  <handa@m17n.org>
845         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
846         (x-select-text): Don't treat eight-bit-control/graphic chars
847         specially.  Store the encoded text in the X cut buffer.
848         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
849         with x-last-selected-text-cut-encoded.
851 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
853         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
855 2004-11-30  Markus Rost  <rost@ias.edu>
857         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
858         AUCTeX.
860 2004-11-30  Jay Belanger  <belanger@truman.edu>
862         * calc/calc-arith.el (math-possible-signs): Made stronger checks
863         on signs of intervals.
864         (math-pow-of-zero): Strengthen checks for positive and negative
865         exponents.
867         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
868         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
869         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
870         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
871         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
872         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
873         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
874         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
875         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
876         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
877         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
878         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
879         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
880         with provide statements.
882         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
884         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
886         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
887         (calc-load-everything, math-defsimplify): Replace dummy autoloading
888         functions by require statements.
889         (math-defsimplify): Move to calc-alg.el, add to autoloads.
891         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
892         (calc-gnuplot-print): Give them values.
894         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
895         autoloads.
896         Add calc-do-embedded-activate to autoloads.
897         (calc-gnuplot-name, calc-gnuplot-plot-command)
898         (calc-gnuplot-print-command): Move them to calc-graph.el.
900 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
902         * term/mac-win.el (ccl-encode-mac-roman-font)
903         (ccl-encode-mac-cyrillic-font)
904         (ccl-encode-mac-centraleuropean-font, encoder-list)
905         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
906         Support Cyrillic, CentralEuropean, and Dingbat font display
908 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
910         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
912         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
913         still nil.
915 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
917         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
918         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
920 2004-11-29  Jay Belanger  <belanger@truman.edu>
922         * calc/calc-arith.el (math-pow-of-zero): Take into account different
923         cases of the base and exponent.
925 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
927         * simple.el (next-error-buffer-p): Allow for inclusive and
928         exclusive tests for finding a buffer.
929         (next-error-find-buffer): Pass the exclusive and inclusive tests
930         to next-error-buffer-p.
932         * replace.el (occur-next-error): Switch to the Occur buffer when
933         appropriate, use the exclusive filter to next-error-find-buffer to
934         do it.  Use the absolute value of the motion amount.
936 2004-11-29  Kenichi Handa  <handa@m17n.org>
938         * startup.el (command-line): Decode all default-directory by
939         locale-coding-system.
941 2004-11-29  Jay Belanger  <belanger@truman.edu>
943         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
944         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
945         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
946         Replace calls to calc-extensions by appropriate require, replace
947         calc-extensions-loaded by appropriate featurep.
949         * calc/calc-ext.el: Move require to end of file.
950         Remove redundant loading of calc.el.
951         (calc-extensions-loaded): Remove unnecessary variable.
952         (calc-extensions): Remove unnecessary function.
953         (calc-load-everything): Replace calc-need-macros by appropriate require.
955         * calc/calc-macs.el: Move provide to end of file.
956         (calc-need-macros): Remove unnecessary function.
958         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
959         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
960         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
961         Replace calc-extensions by appropriate require.
962         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
964         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
965         Replace calc-need-macros by appropriate require.
967         * calc/calc.el: Move require to end of file.
968         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
969         Remove unnecessary variable.
970         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
971         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
972         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
973         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
974         (math-stack-value-offset, math-format-value, math-format-flat-expr)
975         (math-format-number, math-format-bignum, math-read-number)
976         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
977         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
978         by appropriate require.
979         (calc-check-defines): Replace calc-need-macros by appropriate require.
981 2004-11-29  Kim F. Storm  <storm@cua.dk>
983         * macros.el (insert-kbd-macro): Handle kmacro functions.
985 2004-11-28  Juri Linkov  <juri@jurta.org>
987         * compare-w.el (compare-windows-highlight): Attach each overlay
988         to its window to properly highlight differences while comparing
989         two windows of the same buffer.  Fix arguments.
990         (compare-windows-sync-default-function): Fix arguments of
991         `compare-windows-highlight'.
993         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
994         Use `read-expression-history'.  Set initial contents only if
995         `edebug-global-break-condition' is non-nil.  Set histpos to 1
996         if initial contents is equal to the last history element.
997         (edebug-set-conditional-breakpoint): Instead of temporarily
998         prepending the current condition to the history, set initial
999         contents to the current condition.  Set histpos to 1 if initial
1000         contents is equal to the last history element.
1002         * info.el (Info-search-whitespace-regexp): Remove shy group.
1003         (Info-search): Forward line if search is on the header line.
1004         Use search-whitespace-regexp in two other places.
1006 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
1008         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
1009         warning.  Delay real definition, which uses
1010         `set-fringe-indicators-1' till after the definition of that function.
1012 2004-11-28  Kim F. Storm  <storm@cua.dk>
1014         * fringe.el (fringe): New defgroup.
1015         (fringe-mode): Move to fringe group.
1016         (fringe-indicators): New defcustom.
1017         (set-fringe-indicators-1): New defun.
1019         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
1020         (menu-bar-showhide-fringe-ind-menu): New keymap.
1021         (menu-bar-showhide-fringe-ind-empty)
1022         (menu-bar-showhide-fringe-ind-mixed)
1023         (menu-bar-showhide-fringe-ind-box)
1024         (menu-bar-showhide-fringe-ind-right)
1025         (menu-bar-showhide-fringe-ind-left)
1026         (menu-bar-showhide-fringe-ind-none): New defuns.
1027         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
1029 2004-11-27  Richard M. Stallman  <rms@gnu.org>
1031         * comint.el (comint-read-noecho): Add trivial compatibility definition.
1033         * generic.el (define-generic-mode): Doc fix.
1035         * menu-bar.el (menu-bar-options-save): For the options
1036         that are toggled with menu-bar-make-mm-toggle, don't check
1037         for customized-value prop.
1039 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
1041         * mail/supercite.el (sc-cite-region): Handle the case where
1042         sc-cite-frame-alist is a symbol.
1043         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
1044         a symbol.
1045         (sc-recite-region): Handle the case where sc-recite-frame-alist is
1046         a symbol.
1048 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
1050         * wid-edit.el (widget-narrow-to-field): New function.
1051         (widget-complete): Use it.
1053 2004-11-27  Jay Belanger  <belanger@truman.edu>
1055         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
1056         variable.
1057         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
1058         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
1059         (math-alg-inequalities): Move declaration to earlier in the file.
1061         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
1062         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
1063         Declare them.
1065         * calc/calc-lang.el (math-expr-data, math-expr-token)
1066         (math-exp-old-pos): Declare them.
1068         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
1069         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
1071 2004-11-27  Kim F. Storm  <storm@cua.dk>
1073         * progmodes/flymake.el: Use (featurep 'xemacs).
1074         (flymake-makehash): Change to defsubst.  Use fboundp.
1075         (flymake-time-to-float): Remove.
1076         (flymake-float-time): Merge code from flymake-time-to-float here.
1077         (flymake-replace-regexp-in-string): Change to defsubst.
1078         (flymake-split-string-remove-empty-edges):
1079         Rename to flymake-split-string.
1080         (flymake-split-string): Remove previous defalias.
1081         (flymake-get-temp-dir): Change to defsubst.
1082         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
1083         Define for xemacs only.
1084         (flymake-master-file-count-limit): Change into compiler defvar only.
1085         (flymake-find-possible-master-files): Let-bind it dynamically while
1086         sorting files using flymake-master-file-compare.
1088 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1090         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
1091         of defun-prompt-regexp matches inside a comment/string but the
1092         beginning is correctly outside everything.
1094         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
1095         appears within a string or a comment.
1097         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
1098         rather than make-symbol for symbols which are used in
1099         a symbol-macrolet or equivalent.
1101 2004-11-26  Jay Belanger  <belanger@truman.edu>
1103         * calc-misc.el (calc-last-why-command): Declare it.
1105         * calc-vec.el (math-grade-vec): New variable.
1106         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
1107         Replace variable grade-vec by declared variable.
1108         (math-rb-close): New variable.
1109         (math-read-brackets, math-read-vector): Replace variable close by
1110         declared variable.
1112         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
1113         (calc-one-window, calc-edit-handler, calc-restore-trail)
1114         (calc-allow-ret): Declare them.
1116         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
1117         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
1118         (math-radix-float-cache-tag, math-random-cache)
1119         (math-max-digits-cache, math-integral-cache, math-units-table)
1120         (math-format-date-cache, math-holidays-cache-tag): Declare them.
1121         (math-moc-func): New variable.
1122         (math-map-over-constants, math-map-over-constants-rec):
1123         Replace variable func by declared variable.
1125         * calc/calc-store.el (calc-given-value, calc-store-opers):
1126         Declare them.
1127         (calc-var-name-map): Move declaration to earlier in the file.
1128         (calc-pv-pos): New variable.
1129         (calc-permanent-variable, calc-insert-permanent-variable):
1130         Replace variable pos by declared variable.
1132         * calc/calc-mtx.el (calc-det-lu): New variable.
1133         (math-det-raw, math-det-step): Replace variable lu by declared variable.
1135         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
1136         (math-multi-subst, math-multi-subst-rec): Replace variables temp
1137         and arg by declared variables.
1138         (calcFunc-reducer): Fix incorrect variable.
1139         (math-inner-mul-func, math-inner-add-func): New variables.
1140         (calcFunc-inner, math-inner-mats): Replace variables mul-func
1141         and add-func by declared variables.
1143         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
1144         (calc-digit-value): Declare them.
1146         * calc/calc-help.el (Info-history): Declare it.
1147         (calc-describe-key): Make calc-summary-indentation a local variable.
1148         (calc-help-long-names): Move declaration to earlier in file.
1150         * calc/calc-embed.el (calc-original-buffer): Declare it.
1151         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
1152         (calc-embed-bot): New variables.
1153         (calc-do-embedded, calc-embedded-mark-formula)
1154         (calc-embedded-find-bounds, calc-embedded-duplicate)
1155         (calc-embedded-new-formula, calc-embedded-make-info):
1156         Replace vars outer-top, outer-bot, bot and top by declared variables.
1157         (calc-embed-prev-modes): New variable.
1158         (calc-embedded-set-modes, calc-embedded-update): Replace variable
1159         prev-modes with declared variable.
1160         (calc-embed-vars-used): New variable.
1161         (calc-embedded-make-info, calc-embedded-evaluate-expr)
1162         (calc-embedded-update, calc-embedded-find-vars): Replace variable
1163         vars-used by declared variable.
1165         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
1166         (math-format-radix-float): Remove unnecessary setq.
1167         (math-radix-float-cache): Declare it.
1169         * calc/calcsel2.el (calc-keep-selection): Declare it.
1171         * calc/calc-maint.el: Remove file.
1173 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1175         * textmodes/bibtex.el (bibtex-sort-entry-class)
1176         (bibtex-comment-start): Use defcustom.
1177         (bibtex-entry-field-alist): Use nil if initial content of the
1178         field is undefined.  Fix docstring.
1179         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
1180         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
1181         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
1182         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
1183         Fix docstring.
1184         (bibtex-autokey-title-terminators): Use only one regexp.
1185         (bibtex-string-maybe-empty-head): New variable.
1186         (bibtex-remove-delimiters-string): New function.
1187         (bibtex-text-in-field-bounds, bibtex-text-in-string):
1188         Use bibtex-remove-delimiters-string.
1189         (bibtex-progress-message, bibtex-field-left-delimiter)
1190         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
1191         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
1192         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
1193         Simplify.
1194         (bibtex-format-entry): Use save-excursion for inherited booktitle.
1195         Use eq and bibtex-remove-delimiters-string.  For end markers use
1196         insertion type so that marker stays after inserted text.
1197         (bibtex-autokey-get-names): Return empty string if name is missing.
1198         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
1199         calling bibtex-autokey-name-case-convert.
1200         (bibtex-autokey-demangle-title):
1201         Call bibtex-autokey-titleword-case-convert.  Remove call to
1202         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
1203         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
1204         (bibtex-read-key): New optional arg global.
1205         (bibtex-files-expand): New optional arg force.
1206         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
1207         (bibtex-complete-crossref-cleanup): Rename from
1208         bibtex-complete-key-cleanup.  Simplify code.
1209         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
1210         Operate on current entry.
1211         (bibtex-button): Add docstring.
1212         (bibtex-entry): Simplify.
1213         (bibtex-make-field): Replace optional arg called-by-yank with more
1214         specific args move and interactive.
1215         (bibtex-end-of-entry): Use forward-sexp.
1216         (bibtex-find-entry-globally): Remove.
1217         (bibtex-find-crossref): Allow for crossref key located in other buffer.
1218         Bound to C-c C-x.
1219         (bibtex-find-entry): New optional args global and display.
1220         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
1221         (bibtex-validate): Use arg force of bibtex-files-expand.
1222         (bibtex-clean-entry): Bugfix, clean string entries properly.
1223         Always keep point at beginning of entry.
1224         (bibtex-complete): Bugfix.  Handle string entries properly.
1225         Call cleanup functions only if needed.
1226         (bibtex-String): Use bibtex-read-string-key.
1227         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
1228         case of replacement text.
1230 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
1232         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
1233         (tramp-perl-directory-files-and-attributes): New constant.
1234         (tramp-file-name-handler-alist): Delete file-directory-files, add
1235         directory-files-and-attributes.
1236         (tramp-perl-file-attributes): Surround uid and gid by double
1237         quotes. Change parameter id-format from nonnumeric.
1238         (tramp-convert-file-attributes): New function.
1239         (tramp-handle-file-attributes): Use it.
1240         (tramp-maybe-send-perl-script): New function.
1241         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
1242         file mode. Change parameter id-format from nonnumeric.
1243         (tramp-handle-file-attributes-with-ls): Change parameter id-format
1244         from nonnumeric.
1245         (tramp-post-connection): Don't send tramp-perl-file-attributes
1246         script. Reset connection property "perl-scripts".
1247         (tramp-handle-insert-directory): Run real handler when ls-lisp is
1248         in use.
1250 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
1252         * desktop.el (desktop-read): Replace mapcar with mapc.
1253         (desktop-create-buffer): Replace mapcar with mapc.
1254         Remove redundant piece of code.
1256 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
1258         * progmodes/gud.el (gud-display-line): Use display-buffer
1259         for GDB-UI as for GUD.
1261         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
1262         Delete variables.
1263         (gdb-ann3): Don't make GUD buffer dedicated.
1264         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
1265         (gdb-display-source-buffer): Delete function.
1266         (gdb-view-source-function, gdb-view-assembler): Delete functions.
1267         (menu): Delete menu bindings for viewing source/assembler.
1268         (gdb-setup-windows, gdb-restore-windows):
1269         Don't dedicate GUD. No assembler now.
1270         (gdb-reset): No need to undedicate source buffers now.
1271         (gdb-source-info): No assembler now.
1273 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
1275         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
1276         width to those for special frames.
1277         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
1278         Use display-buffer.
1279         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
1280         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1281         (gdb-frame-assembler-buffer): Rework like
1282         gdb-frame-breakpoints-buffer.
1284 2004-11-25  Richard M. Stallman  <rms@gnu.org>
1286         * progmodes/flymake.el: Reindent.
1287         (flymake-split-string): Turn into defalias.
1288         (flymake-fix-file-name): Rename from flymake-fix-path-name.
1289         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
1290         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
1291         (flymake-build-relative-filename): Rename from ...path.
1292         Fix error message.
1294 2004-11-25  Cheng Gao  <chenggao@gmail.com>
1296         * progmodes/flymake.el: Much whitespace and capitalization change.
1297         Move `provide' to end.  Require `compile' only when compiling.
1299 2004-11-24  Jay Belanger  <belanger@truman.edu>
1301         * calc/calc-alg.el: Added comment.
1302         (math-polynomial-base): Replace variable mpb-top-expr by
1303         math-poly-base-top-expr.
1305         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
1306         (math-polynomial-p1): Replace variable mpb-top-expr by declared
1307         variable.
1308         (math-poly-base-total-base): New variable.
1309         (math-total-polynomial-base, math-polynomial-p1): Replace variable
1310         mpb-total-base by declared variable.
1311         (math-factored-vars, math-to-list): Declare it.
1312         (math-fact-expr): New variable.
1313         (calcFunc-factors, calcFunc-factor, math-factor-expr)
1314         (math-factor-expr-try, math-factor-expr-part): Replace variable
1315         expr by declared variable.
1316         (math-fet-x): New variable.
1317         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
1318         by declared variable.
1319         (math-factor-poly-coefs): Make temp a local variable.
1321         * calc/calc-units.el (calc-convert-units): Make units a local
1322         variable.
1323         (calc-num-units, calc-den-units): New variables.
1324         (calc-explain-units, calc-explain-units-rec): Replace variables
1325         num-units and den-units by declared variables.
1326         (math-cu-unit-list): New variable.
1327         (math-build-units-table, math-compare-unit-names)
1328         (math-convert-units, math-convert-units-rec): Replace variable
1329         unit-list by declared variable.
1330         (math-fbu-base, math-fbu-entry): New variables.
1331         (math-find-base-units, math-find-base-units-rec): Replace variables
1332         base and entry by declared variables.
1333         (math-which-standard): New variable.
1334         (math-to-standard-units, math-to-standard-rec): Replace variable
1335         which-standard by declared variable.
1336         (math-fcu-u): New variable.
1337         (math-find-compatible-unit, math-find-compatible-unit-rec):
1338         Replace variable u by declared variable.
1339         (math-cu-new-units, math-cu-pure): New variables.
1340         (math-convert-units, math-convert-units-rec): Replace variables
1341         new-units and pure by declared variables.
1342         (math-try-cancel-units): New variable.
1343         (math-simplify-units-quotient): Replace variable try-cancel-units by
1344         declared variable.
1346 2004-11-24  Richard M. Stallman  <rms@gnu.org>
1348         * textmodes/ispell.el (ispell-check-version):
1349         If default-directory is nonexistent, use home dir.
1351         * progmodes/grep.el (grep-regexp-alist):
1352         Don't match parens around line numbers.
1354         * progmodes/cperl-mode.el (cperl-indent-region)
1355         (cperl-imenu--create-perl-index, cperl-xsub-scan):
1356         Don't print progress messages.
1358         * progmodes/compile.el (compilation-mode-map):
1359         Don't inherit from compilation-minor-mode-map;
1360         copy its bindings instead.  But the menu bar Compile
1361         entry now does inherit from compilation-menu-map.
1363         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1364         Use with-no-warnings around compiler-macroexpand.
1366         * imenu.el: Don't always require newcomment.
1367         (imenu--generic-function): Call comment-normalize-vars
1368         if we have a comment syntax.
1369         Exit the loop if REGEXP matches the null string.
1370         Test comment-start as well as comment-start-skip
1371         when deciding whether to check for comments.
1373         * tooltip.el (tooltip-mode): Doc fix.
1375         * term.el (term-escape-char, term-mode): Doc fixes.
1377 2004-11-24  Dave Love  <fx@gnu.org>
1379         * progmodes/python.el (python-font-lock-syntactic-keywords):
1380         Check for escapes in the regexp.
1381         (python-quote-syntax): Don't do it here.
1383 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
1385         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1386         (gdb-frames-mode-map, gdb-threads-mode-map)
1387         (gdb-registers-mode-map, gdb-locals-mode-map)
1388         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
1389         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
1391         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
1392         (dedicated-switch-to-buffer): Rework.
1393         (gdb-var-evaluate-expression-handler, gdb-put-string):
1394         Remove unused variable bindings.
1395         (gdb-setup-windows, gdb-display-buffer):
1396         Simplify. Use pop-to-buffer.
1397         (gdb-view-source-function): Simplify.
1398         (gdb-frame-breakpoints-buffer):
1399         Use pop-to-buffer, special-display-regexps.
1401 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
1403         * progmodes/f90.el (f90-smart-end)
1404         (f90-previous-statement, f90-beginning-of-block): Doc fix.
1405         (f90-calculate-indent): Handle un-named PROGRAM blocks.
1406         (f90-end-of-block): Doc fix.  Make check of outermost block
1407         conditional on value of `f90-smart-end'.
1408         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
1409         Handle case where END-BLOCK is nil.
1410         (f90-match-end): Handle un-named PROGRAM blocks.
1411         (f90-backslash-not-special): New function.
1413 2004-11-24  Jay Belanger  <belanger@truman.edu>
1415         * calc/calc.el (calc-embedded-active): Removed unnecessary
1416         declaration.
1417         (calc-show-banner): Removed redundant declaration.
1419         * calc/calc-graph.el (calc-gnuplot-default-device)
1420         (calc-gnuplot-default-output, calc-gnuplot-print-device)
1421         (calc-gnuplot-print-output, calc-gnuplot-geometry)
1422         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
1423         Remove redundant initial values.
1425         * calc/calc-arith.el (math-scalar-functions)
1426         (math-nonscalar-functions, math-scalar-if-args-functions)
1427         (math-real-functions, math-positive-functions)
1428         (math-nonnegative-functions, math-real-scalar-functions)
1429         (math-real-if-arg-functions, math-integer-functions)
1430         (math-num-integer-functions, math-rounding-functions)
1431         (math-float-rounding-functions, math-integer-if-args-functions)
1432         (math-super-types): Move declarations to earlier in file.
1433         (math-unit-prefixes): Declared it.
1434         (math-floor-prec, math-trunc-prec): New variables.
1435         (math-trunc-fancy): Replace variable prec by declared variable.
1436         (math-floor-fancy): Replace variable prec by declared variable.
1437         (math-com-bterms): New variable.
1438         (math-commutative-equal, math-commutative-collect):
1439         Replace variable bterms by declared variable.
1441         * calc/calc-misc.el (math-trunc): Replace variable prec by
1442         math-trunc-prec.
1443         (math-floor): Replace variable prec by math-floor-prec.
1445         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
1446         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
1447         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
1448         (math-format-date, math-format-date-part): Replace variables
1449         date, dt, year, month, day, weekday, hour, minute, second and
1450         bc-flag by declared variables.
1451         (math-pd-str): New variable.
1452         (math-parse-date, math-parse-date-word, math-parse-standard-date):
1453         Replace variable str by declared variable.
1454         (math-daylight-savings-hook, math-tzone-names): Move definitions
1455         to earlier in the file.
1456         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
1457         (math-sh-year): New variable.
1458         (math-setup-add-holidays, math-setup-holidays)
1459         (math-setup-year-holidays): Replace variable `year' by declared
1460         variable.
1462         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
1463         New variables.
1464         (math-nth-root-float, math-nth-root-float-iter): Replace variables
1465         n, nf and nfm1 by declared variables.
1466         (math-nri-n): New variable.
1467         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
1468         n by declared variable.
1469         (calcFunc-log): Removed misplaced condition.
1471 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1473         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
1475 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
1477         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
1478         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
1479         Dedicate gdb-related windows.
1480         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
1481         other frames.
1482         (gdb-reset): Remove dedicated property after debugging.
1484 2004-11-24  Jay Belanger <belanger@truman.edu>
1486         * calc/calc-sel.el: Add comment.
1488         * calc/calc.el (math-stack-value-offset): Replace variables c,
1489         wid and off with math-svo-c, math-svo-wid and math-svo-off.
1491         * calc/calccomp.el (math-comp-sel-tag): Declare it.
1492         (math-svo-c, math-svo-wid, math-svo-off): New variables.
1493         (math-stack-value-offset-fancy): Replace variables c, wid and off
1494         by declared variables.
1495         (math-comp-just, math-comp-comma-spc): New variables.
1496         (math-compose-expr, math-compose-matrix): Replace variables `just'
1497         and comma-spc by declared variable.
1498         (math-comp-vector-prec): New variable.
1499         (math-compose-expr, math-compose-matrix, math-compose-rows):
1500         Replace variable vector-prec by declared variable.
1501         (math-comp-left-bracket, math-comp-right-bracket)
1502         (math-comp-comma): New variables.
1503         (math-compose-expr, math-compose-rows): Replace variables
1504         left-bracket, right-bracket and comma by declared variables.
1505         (math-comp-full-width): New variable.
1506         (math-comp-to-string-flat, math-comp-to-string-flat-term):
1507         Replace variable full-width by declared variable.
1508         (math-comp-highlight, math-comp-word, math-comp-level)
1509         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
1510         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
1511         New variables.
1512         (math-comp-to-string-flat, math-comp-to-string-flat-term)
1513         (math-comp-sel-flat-term): Replace variables comp-highlight,
1514         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
1515         declared variables.
1516         (math-comp-simplify, math-comp-simplify-term)
1517         (math-comp-add-string, math-comp-add-string-sel):
1518         Replace variables comp-highlight, comp-buf, comp-base,
1519         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
1521 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1523         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
1525         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
1526         and x-server-version may throw.
1528 2004-11-23  Kim F. Storm  <storm@cua.dk>
1530         * subr.el (substitute-key-definition-key): Optimize.
1531         Don't call indirect-function for nil defn (always signals error).
1533         * ido.el (ido-read-internal): Fix require-match check when
1534         ido-directory-too-big is set.
1536 2004-11-23  Jay Belanger  <belanger@truman.edu>
1538         * calc/calc-ext.el (math-read-replacement-list)
1539         (math-read-superscripts): New variables.
1540         (math-read-preprocess-string): New function.
1541         (math-read-expr): Filter input through math-read-preprocess-string.
1543         * calc/calc-aent.el (math-read-exprs): Filter input through
1544         math-read-preprocess-string.
1546 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
1548         * progmodes/compile.el (compilation-start): In cd command use
1549         substitute-env-vars -- not quite shell compatible but better than
1550         nothing.
1551         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
1552         handle the newer versions messages, which are more parseable.
1554 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1556         * reveal.el (reveal-mode-map): New var.
1557         (reveal-mode): Use it.
1559 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
1561         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
1562         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
1564 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1566         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
1567         header-line when needed.
1568         Use fixed-pitch only in the header-line.
1569         Build the underline automatically.  Use emdash if available.
1571 2004-11-22  Richard M. Stallman  <rms@gnu.org>
1573         * dired.el (dired-recursive-copies): Move from dired-aux.el.
1574         * dired-aux.el (dired-recursive-copies): Move to dired.el.
1576 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
1578         * progmodes/gdb-ui.el (gdb-resync): New function.
1579         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
1580         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
1581         Use it to fail more gracefully.
1582         (gdb-variables): Delete variable.
1583         Re-order variables to reduce byte-compiler warnings.
1585 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1587         * descr-text.el (describe-char):
1588         * paren.el (show-paren-function):
1589         * subr.el (syntax-after): Undo last change.
1591         * progmodes/python.el (run-python): Don't hard code *Python*.
1592         Don't modify global process-environment.
1593         (python-send-region, python-load-file): Don't assume that
1594         python-buffer == (process-buffer (python-proc)).
1595         (python-switch-to-python): Simplify.
1597         * dired.el (dired-align-file): Don't assume line starts with spaces.
1599 2004-11-21  Jay Belanger  <belanger@truman.edu>
1601         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
1602         Replace variable `lines' by math-read-big-lines.
1603         (math-read-big-expr): Replace variables the-baseline, the-h2
1604         and err-msg by math-read-big-baseline, math-read-big-h2 and
1605         math-read-err-msg.
1606         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
1608         * calc/calc-lang.el (math-read-big-rec): Fix typo.
1609         (math-read-big-balance): Replace unbound variable by value.
1610         (math-read-big-lines): New variable.
1611         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
1612         (math-read-big-error, math-read-big-balance): Replace variable
1613         `lines' by declared variable.
1614         (math-read-big-baseline, math-read-big-h2): New variables.
1615         (math-read-big-rec): Replace variables the-baseline and the-h2
1616         by declared variables.
1617         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
1618         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
1619         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
1620         declared variables.
1621         (math-read-big-err-msg): New variable.
1622         (math-read-big-error): Replace variable err-msg by declared variable.
1624 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1626         * ses.el: Add coding cookie.
1627         Fix up docstrings, follow new commenting conventions.
1628         (ses-header-line-menu): Fix missing variable rename for header-row.
1629         (ses-cell-size): Remove.
1630         (ses-make-cell): New function.
1631         (ses-cell, ses-insert-row, ses-insert-column): Use it.
1632         (ses-calculate-cell): Remove unused var `symbol'.
1633         (ses-narrowed-p): New function.
1634         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
1635         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
1636         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
1637         (ses-setup): Use restore-buffer-modified-p.
1638         (ses-cleanup): Remove unused var `end'.
1639         (ses-header-string-left-offset): Remove.
1640         (ses-create-header-string): Adjust to new behavior of `align-to'.
1641         Truncate excessively large fields to preserve alignment.
1642         (ses-reconstruct-all): Remove unused var `refs'.
1643         (ses-read-cell-printer): Remove unused var `prompt'.
1644         (ses-delete-row): Remove unused var `pos'.
1645         (ses-delete-column): Remove unused var `new'.
1647 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1649         * ps-print.el: Insert :version tag into all defgroup and defcustom.
1650         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1651         Eliminate eval-and-compile usage.
1652         (ps-insert-file): Use insert-file-contents instead of insert-file.
1653         (ps-setup): Code fix.
1655         * printing.el (pr-setup, lpr-setup): Code fix.
1657 2004-11-21  Jay Belanger  <belanger@truman.edu>
1659         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
1660         (calc-original-buffer): Declare them.
1661         (calc-user-formula-alist): New variable.
1662         (calc-user-define-formula, calc-fix-user-formula)
1663         (calc-user-define-composition, calc-finish-formula-edit):
1664         Replace variable `alist' by declared variable.
1665         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
1666         (var-q7, var-q7, var-q8, var-q9): Declare them.
1667         (calc-kbd-push): Don't check to see if var-q0 through var-q9
1668         are bound.
1669         (calcFunc-typeof): Replace undeclared variable by expression.
1670         (math-exp-env): New variable.
1671         (math-define-body, math-define-exp): Replace exp-env by declared var.
1672         (math-define-exp): Replace misplaced variable by expression.
1674         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
1675         (calc-curve-model, calc-curve-coefnames): New variables.
1676         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
1677         varnames, model and coefnames by declared variables.
1678         (math-root-widen): New variable.
1679         (math-search-root, math-find-root): Replace variable root-widen by
1680         declared variable.
1681         (var-DUMMY): Declare it.
1682         (math-root-vars, math-min-vars): Move the declarations to earlier in
1683         the file.
1684         (math-brent-min): Make d a local variable.
1685         (math-find-minimum): Replace non-existent variable.
1686         (math-ninteg-romberg): Remove unnecessary variable.
1687         (math-ninteg-temp): New variable.
1688         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
1689         integ-temp by declared variable.
1690         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
1691         New variables.
1692         (math-general-fit): Replace variables first-var, first-coef and
1693         new-coefs by declared variables.
1694         (calcFunc-fitvar): Replace variable first-var by declared variable.
1695         (calcFunc-fitparam): Replace variable first-coef by declared variable.
1696         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
1697         (math-all-vars-vars, math-all-vars-found): New variables.
1698         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
1699         found by declared variable math-all-vars-vars.
1701 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
1703         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
1704         of `defconst'.
1706 2004-11-20  Richard M. Stallman  <rms@gnu.org>
1708         * isearch.el (isearch-mode-map): Don't bind SPC.
1709         (isearch-whitespace-chars): Function deleted.
1710         (isearch-search): Bind search-spaces-regexp.
1711         (isearch-lazy-highlight-search): Likewise.
1712         (search-whitespace-regexp): Doc fix.
1713         (isearch-forward-regexp): Doc fix.
1715         * emacs-lisp/bytecomp.el (byte-compile-form):
1716         Move the calls to byte-compile-set-symbol-position,
1717         to avoid having two for the same symbol occurrence.
1719         * comint.el (comint-input-ring-size): Increase to 150.
1721         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
1722         New variables.
1723         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
1724         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
1726         * imenu.el (imenu--generic-function):
1727         Ensure we keep moving backward even if BEG isn't further back.
1729         * replace.el (query-replace-read-to, query-replace-read-from):
1730         Specify t for KEEP-ALL in read-from-minibuffer.
1732         * progmodes/python.el (python-switch-to-python):
1733         If Python isn't running, start it.
1734         Don't alter debug-ignored-errors.
1736         * progmodes/cperl-mode.el (cperl-indent-region):
1737         Don't mind imenu-scanning-message.
1739         * bindings.el (global-map): Bind C-e to move-end-of-line.
1741         * simple.el (line-move-finish): New arg FORWARD.
1742         Ignore invisible newlines, not intangible ones.
1743         Conditions for acceptable stopping positions depend on FORWARD.
1744         (line-move): Pass FORWARD arg to line-move-finish.
1746         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
1747         of HEADER.  Compensate for this change in the code to add display
1748         properties.  Don't make the first line intangible.
1750         * info.el (Info-search): Fix previous change.
1752 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
1754         * Makefile.in (recompile): Revert 2004-11-19 change.
1755         (compile): Likewise.
1757 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
1759         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
1761 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1763         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
1764         defgroup and defcustom.  Eliminate eval-and-compile usage.
1766         * progmodes/ebnf-otz.el: Fix typos.
1768 2004-11-19  Jay Belanger  <belanger@truman.edu>
1770         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
1771         (calc-edit-finish, calc-finish-stack-edit): Replace variable
1772         disp-trail by declared variable.
1774         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
1775         (calc-finish-selection-edit):  Replace variable disp-trail by
1776         declared variable.
1777         (calc-selection-cache-entry): Move declaration to earlier in the file.
1778         (calc-selection-cache-num, calc-selection-cache-comp)
1779         (calc-selection-cache-offset, calc-selection-true-num)
1780         (calc-final-point-line, calc-final-point-column)
1781         (calc-original-buffer): Declare them.
1782         (calc-fnp-op, calc-fnp-num): New variables.
1783         (calc-find-nth-part, calc-find-nth-part-rec)
1784         (calc-select-previous): Replace op and num by declared variables.
1785         (calc-rsf-old, calc-rsf-new): New variables.
1786         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
1787         Replace variables old and new by declared variables.
1788         (calc-sel-reselect): New variable.
1789         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
1790         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
1791         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
1792         reselect with declared variable.
1794         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
1795         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
1796         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
1797         (math-import-list, math-rewrite-phase): Declare them.
1798         (math-rewrite):  Use let* to declare variables.
1799         (calc-rewrite-selection): Make rules a local variable.
1800         (calc-rewr-sel): New variable.
1801         (calc-rewrite-selection, calc-locate-selection-marker)
1802         (calc-rewrite): Use the declared variable calc-rewr-sel instead
1803         of sel.
1804         (math-rewrite-whole-expr): New variable.
1805         (math-rewrite, math-rewrite-phase): Replace variable expr by
1806         declared variable.
1807         (math-rewrite-heads-heads, math-rewrite-heads-skips)
1808         (math-rewrite-heads-blanks ): New variables.
1809         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
1810         heads, skips and blanks by declared variables.
1811         (math-rwcomp-subst-old, math-rwcomp-subst-new)
1812         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
1813         New variables.
1814         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
1815         old, new, old-func and new-func by declared variables.
1816         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
1817         Remove unnecessary variable.
1818         (math-apply-rw-regs): New variable.
1819         (math-apply-rewrites, math-rwapply-replace-regs)
1820         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
1821         (math-apply-rw-ruleset): New variable.
1822         (math-apply-rewrites, math-rwapply-remember): Replace variable
1823         ruleset by declared variable.
1825 2004-11-19  Richard M. Stallman  <rms@gnu.org>
1827         * info.el (Info-search): Use search-whitespace-regexp.
1829 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
1831         * vc-rcs.el (vc-rcs-parse): New function.
1832         (vc-rcs-annotate-command): Likewise.
1833         (vc-rcs-annotate-current-time): Likewise.
1834         (vc-rcs-annotate-time): Likewise.
1835         (vc-rcs-annotate-extract-revision-at-line): Likewise.
1837 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
1839         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
1841 2004-11-18  Jay Belanger  <belanger@truman.edu>
1843         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
1845 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1847         * printing.el: Eliminate use of interactive-p and eval-and-compile.
1848         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1849         Use make-temp-file to generate PostScript files in any situation.
1850         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
1851         (pr-interactive-p): Eliminate var.
1852         (pr-save-interactive): Eliminate macro.
1853         (pr-interface, pr-ps-directory-preview)
1854         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1855         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1856         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1857         (pr-ps-buffer-ps-print, pr-ps-region-preview)
1858         (pr-ps-region-using-ghostscript, pr-ps-region-print)
1859         (pr-ps-region-ps-print, pr-ps-mode-preview)
1860         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1861         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1862         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
1863         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1864         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1865         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1866         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1867         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1868         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1869         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1870         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1871         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
1872         Eliminate pr-save-interactive usage.
1873         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
1874         Eliminate pr-interactive-p usage.
1875         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
1876         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
1877         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
1878         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
1879         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
1880         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
1881         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
1882         New funs.
1883         (pr-ps-file): Use make-temp-file to generate a temporary file.
1885 2004-11-17  Jay Belanger  <belanger@truman.edu>
1887         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
1888         a local variable.
1889         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
1890         (math-top-only): New variable.
1891         (math-simplify, math-simplify-step): Replace variable top-only by
1892         declared variable math-top-only.
1893         (math-simplify-expr): Declare it.
1894         Replace argument expr in all calls of math-defsimplify by
1895         math-simplify-expr.
1896         (math-simplify-plus, math-simplify-times, math-simplify-divide)
1897         (math-simplify-divisor, math-simplify-one-divisor)
1898         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
1899         (math-simplify-pow): Replace variable expr by declared variable
1900         math-simplify-expr.
1901         (math-simplify-divisor): Remove local variables temp and op.
1902         (math-simplify-one-divisor): Make temp and op local variables.
1903         (math-simplify-divisor-nover, math-simplify-divisor-dover):
1904         New variables.
1905         (math-simplify-divisor, math-simplify-one-divisor):
1906         Replace variables nover and dover by declared variables.
1907         (math-expr-subst-new, math-expr-subst-old): New variables.
1908         (math-expr-subst, math-expr-subst-rec): Replace variables new
1909         and old by declared variables.
1910         (math-is-poly-degree, math-is-poly-loose): New variables.
1911         (math-is-polynomial, math-is-poly-rec): Replace variables degree
1912         and loose by declared variables.
1913         (math-poly-base-const-ok, math-poly-base-pred): New variables.
1914         (math-polynomial-base, math-polynomial-base-rec):
1915         Replace variables const-ok and mpb-pred by declared variables.
1917         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
1919         * calc/calc-ext.el (math-defsimplify): Change the argument in
1920         the created function to math-simplify-expr.
1922         * calc/calc-units.el (math-simplify-expr): Declare it.
1923         Replace argument expr in all calls of math-defsimplify by
1924         math-simplify-expr.
1925         (math-simplify-units-prod): Replace variable expr by declared
1926         variable math-simplify-expr.
1928 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1930         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
1931         Replace mapcar->dolist, format->string.
1933 2004-11-17  Miles Bader  <miles@gnu.org>
1935         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
1936         * progmodes/idlwave.el: Remove RCS keywords.
1938 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
1940         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
1941         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
1942         Update to IDLWAVE version 5.5.  Too many changes to list them here.
1943         * progmodes/idlw-help.el: New file.
1945 2004-11-16  Richard M. Stallman  <rms@gnu.org>
1947         * international/iso-cvt.el (iso-tex2iso-trans-tab):
1948         Discard spaces after \i according to TeX rules.
1950         * international/mule.el (set-buffer-file-coding-system):
1951         New arg NOMODIFY.
1952         (after-insert-file-set-coding): Pass that new arg.
1953         Prevent set-buffer-multibyte from trying to lock the file.
1955         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
1957         * saveplace.el (save-place): Doc fix.
1959         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
1960         temporarily widen before finding the following word to copy.
1962         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
1963         (cl-map-keymap): Definition deleted.
1965         * subr.el (map-keymap-internal): New function.
1967 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1969         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
1970         when pressing rather than when releasing mouse-2.  Simplify.
1972 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1974         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
1975         (compilation-mode): Set it here instead.
1977         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
1979         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
1980         (loop, cl-parse-loop-clause, defsetf): Use backquote.
1982 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1984         * progmodes/compile.el (compilation-internal-error-properties):
1985         Fix up a transposition-typo.  Check end-col before using it.
1987 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
1989         * international/iso-cvt.el (iso-tex2iso-trans-tab):
1990         Discard whitespace after macro \i when converting it.
1992 2004-11-16  Juri Linkov  <juri@jurta.org>
1994         * emacs-lisp/find-func.el (find-function-regexp):
1995         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
1996         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
1997         Remove invalid `\W' from [^cgv\W].  Doc fix.
1998         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
2000 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
2002         * play/life.el: Maintainer is now FSF.
2003         (life-patterns, life-neighbor-deltas, life-window-start)
2004         (life-current-generation, life-generation-string): Use defvar
2005         instead of defconst.
2007 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2009         * progmodes/compile.el (compilation-move-to-column): New fun.
2010         (compilation-internal-error-properties)
2011         (compilation-next-error-function): Use it to make sure we don't go past
2012         the end of line.
2014 2004-11-15  John Paul Wallington  <jpw@gnu.org>
2016         * autoinsert.el (auto-insert-alist): Insert the user's name in
2017         copyright notice, rather than Free Software Foundation, for the
2018         Emacs Lisp header case too.
2020 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2022         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
2023         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2024         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
2025         return the list of string in a string.
2026         (pr-call-process): Message if calling process returns an error, that
2027         is, the exit status is different of zero.
2029 2004-11-15  Jay Belanger  <belanger@truman.edu>
2031         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
2032         variable var-thing.
2033         (math-integ-depth, math-integ-level, math-integral-limit)
2034         (math-enable-subst, math-any-substs, math-integ-msg)
2035         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
2036         (math-int-threshold, math-int-factors, math-double-roots)
2037         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
2038         (var-GenCount):  Declare these variables.
2039         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
2040         (math-integral-cache, math-integral-cache-state):
2041         Move declarations to earlier in the file.
2042         (math-deriv-var, math-deriv-total, math-deriv-symb)
2043         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
2044         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
2045         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
2046         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
2047         (math-solve-res):  New variables
2048         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
2049         (math-integral, math-replace-integral-parts)
2050         (math-integrate-by-parts, calc-dump-integral-cache)
2051         (math-try-integral, math-do-integral, math-do-integral)
2052         (math-do-integral-methods, math-try-solve-for)
2053         (math-try-solve-prod, math-solve-poly-funny-powers)
2054         (math-solve-crunch-poly, math-decompose-poly)
2055         (math-solve-find-root-term, math-find-root-in-prod)
2056         (math-integ-try-linear-substitutions)
2057         (math-integ-try-substitutions, math-expr-rational-in)
2058         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
2059         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
2060         (math-solve-for, math-solve-system, math-solve-system-rec)
2061         (math-solve-get-sign, math-solve-get-int)
2062         (math-solve-system-subst): Replace undeclared variables with newly
2063         declared variables.
2065 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2067         * winner.el (winner-active-region, winner-edges, winner-window-list):
2068         Define at toplevel.
2069         (winner-mode-map): Move init inside declaration.
2071 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
2073         * files.el (convert-standard-filename): Doc fix.
2075 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
2077         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
2078         passwd, group, shadow, default/* and pam.d/*.
2080 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2082         * printing.el (pr-menu-spec): Adjust menu specification.
2084 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2086         * printing.el: Doc fix.  Insert :version tag into all defcustom.
2087         Handle interactive-p as is recommended in Emacs Lisp Reference.
2088         Set the file permission bits for newly created files.
2089         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
2090         The printing menu specification (in `pr-menu-spec') was merged.
2091         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2092         (pr-version): New version number (6.8.3).
2093         (pr-file-modes): New option.
2094         (pr-interactive-p): New var.
2095         (pr-save-interactive, pr-save-file-modes): New macros.
2096         (pr-setup): Code fix.
2097         (pr-menu-spec): Menu specification merged.
2098         (pr-call-process, pr-text2ps): Set file permission bits.
2099         (pr-despool-print): Set file permission bits.  Handle interactive-p as
2100         is recommended.
2101         (pr-interface, pr-ps-directory-preview)
2102         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
2103         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
2104         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
2105         (pr-ps-buffer-ps-print, pr-ps-region-preview)
2106         (pr-ps-region-using-ghostscript, pr-ps-region-print)
2107         (pr-ps-region-ps-print, pr-ps-mode-preview)
2108         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
2109         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
2110         (pr-despool-using-ghostscript, pr-despool-ps-print)
2111         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
2112         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
2113         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
2114         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
2115         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
2116         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
2117         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
2118         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
2119         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
2120         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
2121         Handle interactive-p as is recommended.
2123 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2125         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
2126         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
2128         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
2129         so it doesn't forget to highlight the beginning of the region either.
2131 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
2133         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
2134         (c-font-lock-init): Eliminate obsolete make-local-hook.
2135         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
2136         (awk-mode): Use run-mode-hooks.
2138         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
2140 2004-11-13  Kim F. Storm  <storm@cua.dk>
2142         * mouse.el (mouse-drag-copy-region): Add :version.
2143         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
2144         while dragging mode line, so mode line can be dragged downwards.
2145         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
2146         while pressing mouse button so window doesn't scroll until we
2147         release the mouse if clicking on partially visible line.
2149 2004-11-12  Jay Belanger  <belanger@truman.edu>
2151         * calc/calc-graph.el (calc-dumb-map):  Declare it.
2152         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
2153         than unbound.
2154         (calc-graph-name):  Made `end' a local variable.
2155         (calc-graph-lookup):  Made `varname' a local variable.
2156         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
2157         Declare them.
2158         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
2159         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
2160         the unused variable y3vec.
2161         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
2162         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
2163         calc-graph-prev-kill-hook.
2164         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
2165         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
2166         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
2167         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
2168         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
2169         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
2170         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
2171         (calc-graph-y3value, calc-graph-y3name)
2172         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
2173         (calc-graph-stepcount, calc-graph-is-splot)
2174         (calc-graph-surprise-splot, calc-graph-blank)
2175         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
2176         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
2177         (calc-graph-recompute-2d, calc-graph-compute-3d)
2178         (calc-graph-format-data): Replace undeclared variables with the
2179         above newly declared variables.
2181 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
2183         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
2184         `rsf-beep' and `rsf-sleep-after-message'.
2186         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
2187         list if `message-sender' is non-nil.
2189 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
2191         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
2192         consing by using mapc instead of mapcar.
2194 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
2196         * tooltip.el (require): Explain why CL is needed.
2198 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2200         * printing.el: Insert :version into defgroup (printing).  All reference
2201         to Files option in menubar were changed to File.
2202         (pr-version): New version number (6.8.2).
2203         (pr-get-symbol): Call easy-menu-intern.
2204         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
2205         compilation gripes.
2207 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2209         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
2210         new byte-compile-function-environment binding to t.
2212         * font-lock.el (font-lock-fontify-syntactically-region):
2213         Don't forget to highlight the last char when we hit `end'.
2215         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
2216         (mwheel-scroll): Adjust accordingly.
2218         * cvs-status.el: Reduce spurious warnings.
2219         (cvs-status-checkout): Remove.
2220         (cvs-status-mode-map): Use cvs-mode-checkout instead.
2222         * pcvs.el (cvs-mode-checkout): New command.
2224         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
2226         * tooltip.el: Require CL.
2228         * emacs-lisp/bytecomp.el: Use push.
2229         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
2230         (defalias): Remove the `byte-compile' property and add
2231         a `byte-hunk-handler'.
2233 2004-11-11  Juri Linkov  <juri@jurta.org>
2235         * info.el (Info-search): Save match data for isearch.
2236         Skip Tag Table node.
2238         * descr-text.el (describe-char): Replace syntax-after with code
2239         from its previous version.
2241         * files.el (magic-mode-alist): Use optimization for SGML mode too.
2242         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
2244         * international/mule.el (sgml-html-meta-auto-coding-function):
2245         Remove > after <html to allow HTML attributes.
2247 2004-11-11  Jay Belanger  <belanger@truman.edu>
2249         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
2250         a variable.
2251         (calcFunc-dfac):  Replace unbound max by n.
2252         (math-stirling-local-cache):  New variable.
2253         (math-stirling-number, math-stirling-1, math-stirling-2):
2254         Replace the variable `cache' by the declared variable
2255         math-stirling-local-cache.
2256         (var-RandSeed):  Declare it as a variable.
2257         (math-init-random-base, math-random-digit):  Don't check to see if
2258         var-RandSeed is bound.
2259         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
2260         Declare them instead of just setting them.
2261         (math-init-random-base):  Made i a local variable.
2262         (math-random-digit):  Made math-random-last a local variable.
2263         (math-prime-test-cache):  Move declaration to before it is used.
2264         (math-prime-test-cache-k, math-prime-test-cache-q)
2265         (math-prime-test-cache-nm1, math-prime-factors-finished):
2266         Declare them as variables.
2268 2004-11-11  Jay Belanger  <belanger@truman.edu>
2270         * calc/calc-ext.el (math-defcache):  Use defvar for the new
2271         variables it creates.
2273 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
2275         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
2276         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
2277         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
2278         (desktop-save): Add :version.
2280 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2282         * printing.el (pr-get-symbol): Don't downcase.
2284 2004-11-10  Jay Belanger  <belanger@truman.edu>
2286         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
2287         string to kill-ring.
2289         * calc/calc-aent.el (calc-alg-exp, math-toks)
2290         (math-exp-pos,math-exp-old-pos, math-exp-token)
2291         (math-exp-keep-spaces, math-exp-str):  New variables.
2292         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
2293         (calcAlg-enter):  Use declared variable calc-alg-exp.
2294         (math-build-parse-table, math-find-user-token):  Use declared
2295         variable math-toks.
2296         (math-read-exprs, math-read-token, calc-check-user-syntax)
2297         (calc-match-user-syntax, match-factor-after, math-read-factor):
2298         Use declared variables math-exp-pos math-exp-old-pos.
2299         (math-read-exprs, math-read-token, math-read-expr-level)
2300         (calc-check-user-syntax, calc-match-user-syntax)
2301         (match-factor-after, math-read-factor):  Use declared variable
2302         math-exp-token.
2303         (math-read-exprs, math-read-expr-list, math-read-token)
2304         (math-read-factor):  Use declared variable math-exp-keep-spaces.
2305         (math-read-exprs, math-read-token):  Use declared variable
2306         math-exp-str.
2307         (calc-match-user-syntax):  Make m a local variable.
2309         * calc/calc-ext.el (math-read-expr):  Use declared variables
2310         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
2311         math-exp-keep-spaces.
2313         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
2314         variables math-exp-pos, math-exp-str.
2316         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
2317         math-exp-old-pos.
2318         (math-parse-fortran-vector, math-parse-fortran-vector-end)
2319         (math-parse-eqn-prime):  Use declared variable math-exp-token.
2321         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
2322         Use declared variable math-exp-pos.
2323         (math-check-for-commas):  Use declared variable math-exp-str.
2324         (math-read-brackets):  Use declared variables math-exp-old-pos,
2325         math-exp-keep-spaces.
2326         (math-read-brackets, math-read-vector, math-read-matrix):
2327         Use declared variable math-exp-token.
2329 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2331         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
2332         where the keymap is a symbol.
2333         (easy-menu-add-item): Use keymap-prompt.  Simplify.
2335         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
2337         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
2338         (sgml-parse-tag-backward): Use it to skip spurious < or >.
2340 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
2342         * ebuff-menu.el: Doc fixes throughout.
2343         (electric-buffer-menu-mode-hook): New defvar.
2345 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
2347         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
2348         compilation. The resulting compiler warnings appear to be harmless.
2350 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
2352         * textmodes/conf-mode.el: New file.
2354         * files.el (auto-mode-alist, magic-mode-alist): Use it.
2356 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2358         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
2360 2004-11-09  Jay Belanger  <belanger@truman.edu>
2362         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
2364         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
2365         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
2366         (calc-z-prefix-help, calc-user-function-list):  Use declared
2367         variables calc-z-prefix-buf, calc-z-prefix-msgs.
2368         (math-map-tree, math-map-tree-rec):  Use declared variables
2369         math-mt-many, math-mt-func.
2370         (math-read-expression, math-read-string):  Use declared variable
2371         math-expr-data.
2373         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
2374         variable math-normalize-a.
2376         * calc/calc.el (math-normalize-a):  New variable.
2377         (math-normalize):  Use declared variable math-normalize-a.
2379         * calc/calc-poly.el (math-expand-form):  Use declared variable
2380         math-mt-many.
2382         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2383         Use declared variable math-mt-many.
2384         (math-rewrite):  Use declared variable math-mt-func.
2386         * calc/calc-vec.el (math-read-brackets, math-read-vector)
2387         (math-read-matrix):  Use declared variable math-expr-data.
2389         * calc/calc-lang.el (math-parse-fortran-vector)
2390         (math-parse-fortran-vector-end, math-parse-tex-sum)
2391         (math-parse-eqn-matrix, math-parse-eqn-prime)
2392         (math-read-math-subscr):  Use declared variable math-expr-data.
2394         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
2395         (math-read-expr-level, math-read-token, calc-check-user-syntax)
2396         (calc-match-user-syntax, math-read-if, math-factor-after)
2397         (math-read-factor):  Use declared variable math-expr-data.
2399 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
2401         * calendar/diary-lib.el (diary-from-outlook)
2402         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
2403         interactive-p; but rather new optional argument NOCONFIRM.
2405 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2407         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
2408         (easy-menu-name-match): Revert correspondingly.
2410 2004-11-09  Richard M. Stallman  <rms@gnu.org>
2412         * emacs-lisp/bytecomp.el (byte-compile-defalias):
2413         Turn off warnings for the new function even if definition not constant.
2414         If the definition isn't a quoted symbol, record (FUNCTION . t).
2415         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
2416         (byte-compile-callargs-warn): Handle (FUNCTION . t).
2417         (display-call-tree, byte-compile-arglist-warn):
2418         Handle t returned by byte-compile-fdefinition.
2420 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2422         * Makefile.in (maintainer-clean): Depend on distclean.
2424         * help-fns.el (help-C-file-name): File name must be in build-files
2425         to be returned.
2427 2004-11-09  Jay Belanger  <belanger@truman.edu>
2429         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
2430         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
2432         * calc/calc.el (calc, calc-trail-display, calc-mode):
2433         Remove obsolete sections.
2435         * calc/calc.el (calc-x-paste-text):  Remove.
2437         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
2438         mouse-2.
2440 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
2442         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
2443         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
2444         current frame (in case of recursive calls).
2445         (gdb-show-changed-values): Add :version keyword.
2447 2004-11-09  Kenichi Handa  <handa@m17n.org>
2449         * international/mule-cmds.el: Change coding: tag back to
2450         iso-2022-7bit.
2452 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2454         * international/mule-cmds.el: Change coding-system to utf-8.
2455         (select-safe-coding-system-interactively):
2456         New function extracted from select-safe-coding-system.
2457         (select-safe-coding-system): Use it.
2459 2004-11-08  Richard M. Stallman  <rms@gnu.org>
2461         * subr.el (syntax-after): Doc fix.
2463         * paren.el (show-paren-function): Change calls to syntax-after
2464         for new way of returning the value.
2466         * menu-bar.el (menu-bar-file-menu): Make this the real name
2467         and menu-bar-files-menu the alias.  Use the former.
2468         (global-map): Use `file', not `files', as the symbol.
2470         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
2472         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
2473         Don't use beginning-of-buffer.
2474         (filesets-cmd-show-result): Use with-no-warnings.
2476 2004-11-08  Juri Linkov  <juri@jurta.org>
2478         * progmodes/compile.el (compile): Don't overwrite last command in
2479         minibuffer history with default command if they are not equal.
2481 2004-11-08  Jay Belanger  <belanger@truman.edu>
2483         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
2484         non-linear substitutions.
2486 2004-11-08  Jay Belanger  <belanger@truman.edu>
2488         * calc/calcalg2.el (math-linear-subst-tried): New variable.
2489         (math-do-integral):  Set `math-linear-subst-tried' to nil.
2490         (math-do-integral-methods):  Use `math-linear-subst-tried' to
2491         determine what type of substitution to try.
2492         (math-integ-try-linear-substituion):
2493         Set `math-linear-subst-tried' to t.
2495 2004-11-08  Kim F. Storm  <storm@cua.dk>
2497         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
2499 2004-11-07  Juri Linkov  <juri@jurta.org>
2501         * info-look.el (info-lookup): Allow reusing in the current buffer
2502         not only *info* buffer, but all (even renamed) Info buffers
2503         by checking for major-mode instead of *info* buffer name.
2504         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
2505         (octave-mode, maxima-mode) <doc-spec>:
2506         Allow long dashes generated by Texinfo 4.7 before definitions.
2507         (texinfo-mode) <doc-spec>: Add space to suffix to find command
2508         definitions with argument separated by space.
2510 2004-11-06  Richard M. Stallman  <rms@gnu.org>
2512         * simple.el (next-error group, face): Move before first use.
2513         (next-error-highlight, next-error-highlight-no-select): Likewise.
2515         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
2516         (line-move): New args NOERROR and TO-END.
2517         Return t if if succeed in moving specified number of lines.
2518         (move-end-of-line): New function.
2520         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
2521         (end-of-buffer-other-window): Likewise.
2523         * simple.el (line-move-ignore-invisible): Default to t.
2525         * subr.el (syntax-after): Return the syntax letter, not the raw code.
2527         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
2529         * international/iso-cvt.el (iso-cvt-define-menu):
2530         Rename menu-bar-files-menu to menu-bar-file-menu.
2532         * net/browse-url.el (browse-url-gnome-moz-program)
2533         (browse-url-gnome-moz-arguments): Move up before first use.
2535         * net/tramp.el (tramp group): Add :version.
2537         * progmodes/ada-xref.el (ada-gdb-application):
2538         Use goto-char instead of beginning-of-buffer.
2540         * progmodes/cperl-mode.el (cperl-info-on-command):
2541         Use goto-char instead of beginning-of-buffer.
2543         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
2544         Move up before first use.
2545         (idlwave-shell-temp-pro-file): Likewise.
2546         (idlwave-shell-temp-rinfo-save-file): Likewise.
2547         (idlwave-shell-temp-file): Minor doc fix.
2549         * textmodes/flyspell.el (flyspell-external-point-words):
2550         Use goto-char instead of beginning-of-buffer.
2552 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
2554         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
2555         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
2556         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
2558 2004-11-06  David Ponce  <david@dponce.com>
2560         * recentf.el (recentf-menu-path): Use menu item name.
2562 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
2564         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
2565         display doesn't support images.
2567 2004-11-06  Andreas Schwab  <schwab@suse.de>
2569         * tempo.el (tempo-match-finder): Doc fix.
2571         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
2573 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2575         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
2576         (easy-menu-lookup-name): New fun to replace it.
2577         (easy-menu-get-map): Use it to obey menu item names (rather than just
2578         keys) when looking up `path'.
2579         (easy-menu-always-true-p): Rename from easy-menu-always-true.
2580         (easy-menu-convert-item-1): Adjust to new name.
2582 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
2584         * outline.el (hide-body): Don't hide lines at the top of the file
2585         that precede the first header line.
2587 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
2589         * align.el (align-areas): Delete whitespace before reindenting, so
2590         that tabs are never placed after spaces.
2592 2004-11-06  Alan Shutko  <ats@acm.org>
2594         * macros.el (insert-kbd-macro): Do completions based on macros,
2595         rather than all commands.
2597 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
2599         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
2600         to solve a bug whereby tags with 'b' don't match.
2602 2004-11-05  Juri Linkov  <juri@jurta.org>
2604         * info.el (Info-search): Don't search in node header lines
2605         and file headers.
2607         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
2608         symbol-constituent characters after dot, not only digits.
2610 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
2612         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
2614 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2616         * dired.el (dired-read-dir-and-switches): Call read-directory-name
2617         if a dialog will be used, read-file-name otherwise.
2619 2004-11-04  Richard M. Stallman  <rms@gnu.org>
2621         * textmodes/table.el (table group): Add :version.
2623         * textmodes/ispell.el (ispell-word):
2624         Don't alter args; set them only thru `interactive' spec.
2626         * textmodes/flyspell.el (flyspell-word):
2627         Don't alter FOLLOWING; set it only thru `interactive' spec.
2629         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
2631         * net/browse-url.el (browse-url-maybe-new-window):
2632         Use called-interactively-p.
2634         * mail/supercite.el (sc-cite-region):
2635         Don't use interactive-p.  Add arg INTERACTIVE.
2636         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
2638         * international/mule-cmds.el (set-input-method, toggle-input-method):
2639         Don't use interactive-p.  Add arg INTERACTIVE.
2641         * eshell/esh-mode.el (eshell-show-maximum-output):
2642         Don't use interactive-p.
2643         (eshell-truncate-buffer): Just message, no error, if buffer is short.
2645         * mouse.el (mouse-show-mark): Get positions to delete from mark
2646         and point, not from mouse-drag-overlay.
2648         * imenu.el (imenu-eager-completion-buffer): Add :version.
2650         * filesets.el (filesets group): Add :version.
2652 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
2654         * files.el (xml-based-modes): Delete var.
2655         (magic-mode-alist): New more general var.
2656         (set-auto-mode): Use it.
2658         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
2659         when clicking from another window.
2661 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
2663         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
2664         (vc-cvs-annotate-time): Incorporate value of deleted var.
2665         Remove special-case handling of beginning-of-buffer cruft.
2666         Cache ending position (point) and return value in text property
2667         `vc-cvs-annotate-time', and consult it on subsequent invocations.
2669         * vc-cvs.el (vc-cvs-annotate-command):
2670         Delete extraneous lines from beginning of buffer.
2671         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
2673         * progmodes/grep.el (grep-default-command): Take empty string
2674         for tag if all other methods yield nil.  Shell-quote the tag.
2676         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
2677         spec in `interactive' form, and mention it in the docstring.
2678         Also, make sure point is at bol after calling `annotate-time'.
2680 2004-11-02  Richard M. Stallman  <rms@gnu.org>
2682         * cus-edit.el (customize-group-other-window):
2683         Select the window that displays the custom buffer.
2684         (custom-buffer-create-other-window): Likewise.
2686         * comint.el (comint-insert-input): Fix previous change.
2688         * emacs-lisp/elp.el (elp-instrument-function):
2689         Use called-interactively-p.
2691         * emacs-lisp/easymenu.el (easy-menu-intern):
2692         Don't downcase; rather, case-flip the first letter of each word.
2694         * emacs-lisp/easy-mmode.el (define-minor-mode):
2695         Use called-interactively-p.
2697         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
2698         Add interactive-only.
2699         (byte-compile-warnings): Add interactive-only as option.
2700         (byte-compile-interactive-only-functions): New variable.
2701         (byte-compile-form): Warn about calls to functions
2702         in byte-compile-interactive-only-functions.
2704         * emacs-lisp/autoload.el (update-file-autoloads):
2705         Don't use interactive-p; take new arg SAVE-AFTER.
2707         * emacs-lisp/advice.el (ad-make-advised-definition):
2708         Use called-interactively-p.
2710 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2712         * files.el (find-file-existing): New function.
2714         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
2715         find-file-existing.  Add "New File..." that calls find-file.
2717         * diropen.pbm diropen.xpm: New files.
2719         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
2720         icon diropen.  New tool bar item find-file-existing uses icon open.
2722         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
2723         instead of read-file-name.
2725 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
2727         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
2728         (icalendar--split-value): Change name of work buffer.
2729         (icalendar--get-weekday-abbrev): Return nil on error.
2730         (icalendar--date-to-isodate): New function.
2731         (icalendar-convert-diary-to-ical)
2732         (icalendar-extract-ical-from-buffer): Use only two args for
2733         make-obsolete (XEmacs compatibility).
2734         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
2735         (icalendar-export-region): Doc fix.
2736         If error, return non-nil and write errors to a buffer.
2737         Use correct weekday for weekly recurring events.
2738         Check whether date has been parsed for ordinary events.
2739         Make weekly events start in the year 2000.
2740         DTEND is non-inclusive, shift end date by one day if
2741         necessary (not for entries that have date and time).
2742         Rename local let variables: oops -> found-error, datestring ->
2743         startdatestring.
2745 2004-11-02  Kim F. Storm  <storm@cua.dk>
2747         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
2748         keep-mode-if-same variable.  Add it as optional arg instead.
2749         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
2751         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
2752         substitute-command-keys will select lower-case bindings like those
2753         used in the static help texts.
2755         * descr-text.el (describe-text-properties): Don't err if called in
2756         the *Help* buffer; output to *Help-2* buffer instead.
2758         * kmacro.el (group kmacro): Add :version.
2759         (kmacro-keyboard-quit): New function to cleanup on C-g.
2760         (kmacro-start-macro): Set defining-kbd-macro to append when
2761         appending to last macro.
2763         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
2765 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
2767         * progmodes/gdb-ui.el (gdb-enable-debug-log)
2768         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
2769         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
2770         Add :version keyword.
2772 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
2774         * progmodes/flymake.el (flymake-err-line-patterns):
2775         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
2776         `compilation-error-regexp-alist-alist' to internal Flymake format.
2778         * progmodes/flymake.el: Eliminate byte-compiler warnings.
2780 2004-11-01  Jay Belanger  <belanger@truman.edu>
2782         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
2783         with `interactive "s"'.
2785 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2787         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2788         Revert change from 2004-10-16.  '*' checks the current buffer, but the
2789         mouse click may be in another buffer.
2791 2004-11-01  John Paul Wallington  <jpw@gnu.org>
2793         * files.el (large-file-warning-threshold): Add :version keyword.
2794         (kill-some-buffers): Doc fix.
2796         * thumbs.el (group thumbs): Add :version keyword.
2798         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
2800 2004-11-01  Richard M. Stallman  <rms@gnu.org>
2802         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
2804         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
2806         * allout.el (allout group): Add :version.
2807         (allout-init): Don't use interactive-p.
2808         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
2809         (allout-forward-current-level, allout-backward-current-level):
2810         Don't use interactive-p.
2812         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
2813         (bibtex-find-text): Likewise.
2815         * progmodes/vhdl-mode.el (vhdl-fill-region)
2816         (vhdl-beginning-of-statement): Don't use interactive-p.
2818         * progmodes/idlwave.el (idlwave-update-routine-info):
2819         Don't use interactive-p.
2821         * progmodes/idlw-shell.el (idlwave-shell-send-char):
2822         Don't use interactive-p.
2824         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
2825         Don't use interactive-p.
2827         * progmodes/ada-xref.el (ada-make-body-gnatstub):
2828         Don't use interactive-p.
2830         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
2831         (fortune-in-buffer): Doc fix.
2833         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
2835         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
2836         don't select the temporary buffer.
2837         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
2838         (eudc-get-phone): Likewise.
2840 2004-11-01  Kim F. Storm  <storm@cua.dk>
2842         * man.el (Man-xref-normal-file): Fix help-echo.
2844 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2846         * reveal.el (reveal-last-tick): New var.
2847         (reveal-post-command): Use it to avoid closing overlays when we're
2848         appending text to them.
2850 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2852         * textmodes/bibtex.el: Require button.
2853         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
2854         (bibtex-reference-keys): Distinguish between header keys and
2855         crossref keys.
2856         (bibtex-beginning-of-field): New function.
2857         (bibtex-url-map): Remove.
2858         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
2859         (bibtex-font-lock-url-regexp): Assume that field names begin at
2860         the beginning of a line.
2861         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
2862         Remove field delimiters.  Use bibtex-beginning-of-field.
2863         Bugfix, point can be inside a field with a url.
2864         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
2865         New functions.
2866         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
2867         (bibtex-key-in-head): Simplify.
2868         (bibtex-current-line): Use bolp.
2869         (bibtex-parse-keys): Remove unused arg `add'.
2870         Use bibtex-type-in-head and bibtex-key-in-head.
2871         (bibtex-parse-entry, bibtex-autofill-entry):
2872         Use bibtex-type-in-head and bibtex-key-in-head.
2873         (bibtex-autokey-get-field): Do not alter case of replacement text.
2874         (bibtex-autokey-get-names): Do all processing of name list.
2875         (bibtex-autokey-get-year): New function.
2876         (bibtex-autokey-get-title): Do all processing of title words.
2877         (bibtex-generate-autokey): Simplify.
2878         (bibtex-string-files-init): Use default-directory.
2879         Allow for absolute file names in bibtex-string-files.
2880         (bibtex-files, bibtex-file-path): New variables.
2881         (bibtex-files-expand): New function.
2882         (bibtex-find-entry-globally): New command.
2883         (bibtex-summary-function): New variable.
2884         (bibtex-summary): Default value of bibtex-summary-function.
2885         (bibtex-find-crossref): New optional args pnt and split.
2886         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
2887         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
2888         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
2889         Fix handling of required and alternative fields.
2890         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
2891         Use cons and display-buffer.
2892         (bibtex-validate-globally): New command.
2893         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
2894         bibtex-parse-keys and bibtex-parse-strings for updating
2895         bibtex-reference-keys and bibtex-strings.
2896         (bibtex-realign): Remove blank lines past the last entry.
2897         (bibtex-reformat): Use bibtex-entry-format as default.
2898         (bibtex-choose-completion-string): Remove.
2899         (bibtex-complete): Do not use bibtex-choose-completion-string.
2900         (bibtex-url): Simplify.
2902 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2904         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
2905         (x-dnd-types-alist, x-dnd-open-file-other-window)
2906         (x-dnd-known-types): Add :version.
2908 2004-10-31  John Paul Wallington  <jpw@gnu.org>
2910         * ibuffer.el (group ibuffer): Add :version keyword.
2912 2004-10-31  Kim F. Storm  <storm@cua.dk>
2914         * ido.el (group ido): Add :version keyword.
2915         (ido-mode): Remove :version keyword.
2917         * emulation/cua-base.el (group cua): Add :version keyword.
2918         (cua-mode): Remove :version keyword.
2920 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
2922         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
2924         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
2925         compiler warning.
2926         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
2927         function.
2928         (help-at-pt-display-when-idle): Remove autoload.
2930 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2932         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
2934 2004-10-30  Juri Linkov  <juri@jurta.org>
2936         * help.el (function-called-at-point):
2937         * help-fns.el (variable-at-point): Read -> intern.
2939 2004-10-30  Simon Josefsson  <jas@extundo.com>
2941         * progmodes/autoconf.el (autoconf-font-lock-keywords):
2942         Recognize AS_* too.
2944 2004-10-29  Simon Josefsson  <jas@extundo.com>
2946         * subr.el (read-passwd): Move back from password.el.
2948         * password.el: Remove, not ready yet.
2950 2004-10-29  Andreas Schwab  <schwab@suse.de>
2952         * speedbar.el (speedbar-frame-parameters): Improve customize type.
2954 2004-10-29  Sam Steingold  <sds@gnu.org>
2956         * mouse.el (mouse-show-mark): Replace the last occurrence of
2957         x-lost-selection-hooks with x-lost-selection-functions.
2959 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2961         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
2962         x-lost-selection-functions is bound.
2964         * mouse-sel.el (mouse-sel-mode):
2965         * emacs-lisp/lselect.el: Adjust to new names for
2966         x-(lost|sent)-selection-functions.
2968         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
2969         New obsolete aliases of x-lost-selection-functions and
2970         x-sent-selection-functions.
2972 2004-10-28  Kim F. Storm  <storm@cua.dk>
2974         * imenu.el (imenu-scanning-message): Remove.
2975         (imenu-progress-message): Make it a no-op.
2977 2004-10-28  John Paul Wallington  <jpw@gnu.org>
2979         * files.el (set-auto-mode): Call `throw' correctly.
2981 2004-10-28  Juri Linkov  <juri@jurta.org>
2983         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
2984         to search `Info-...' commands in `info' manual.
2985         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
2986         Add 'info-file "emacs" property.
2987         (Info-find-emacs-command-nodes): Fix index line number regexp.
2988         Set real line number (instead of fake 0) in first element of the
2989         returned list.
2990         (Info-goto-emacs-command-node): Use line number of first element
2991         to set point in the first found Info node.
2993         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
2994         code to `grep-mode-font-lock-keywords'.
2995         (grep-mode-font-lock-keywords): Delete grep markers instead
2996         of making them invisible.
2998 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3000         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
3001         and x-server-version in bug report.
3003 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
3005         * files.el (set-auto-mode-0): New function.
3006         (set-auto-mode): Use it to handle aliased modes and to
3007         be consistent between C-x C-f and C-x C-w.
3009 2004-10-28  Kenichi Handa  <handa@m17n.org>
3011         * international/utf-8.el (utf-translate-cjk-charsets):
3012         Add katakana-jisx0201.
3014         * international/subst-jis.el: Add data for JISX0201.
3016 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3018         * obsolete/hilit19.el (hilit-mode): New function.
3019         Move all the toplevel side-effecting stuff into it, so that loading
3020         hilit19 doesn't mess everything up any more.
3022 2004-10-27  Richard M. Stallman  <rms@gnu.org>
3024         * add-log.el (add-change-log-entry): Set up mailing address
3025         and full name later, and don't alter add-log-mailing-address
3026         or add-log-full-name.
3028         * elide-head.el (elide-head): Change error to message.
3029         (elide-head-show): Likewise.
3031         * apropos.el (apropos-macrop): Doc fix.
3033         * mouse.el (mouse-show-mark): Do most processing the same
3034         regardless of transient-mark-mode.
3036         * shadowfile.el (shadow-copy-files): Use interactive-p
3037         only to control whether to print a message.
3039         * tar-mode.el (tar-mode): Use write-contents-functions,
3040         not write-contents-hooks.
3042         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
3043         directory-sep-char.
3045 2004-10-27  Richard M. Stallman  <rms@gnu.org>
3047         * strokes.el (strokes-unload-hook): Fix previous change.
3049         * type-break.el (type-break-run-at-time): Always use run-at-time;
3050         forget the alternatives.
3051         (type-break-cancel-function-timers): Always use cancel-function-timers;
3052         forget the alternatives.
3054         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
3056 2004-10-27  Kenichi Handa  <handa@m17n.org>
3058         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
3060         * international/subst-gb2312.el: Likewise.
3062         * international/subst-big5.el: Likewise.
3064         * international/subst-ksc.el: Likewise.
3066         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
3067         New variable.
3068         (utf-translate-cjk-set-unicode-range): New function.
3069         (utf-translate-cjk-unicode-range): Make it customizable.
3070         (utf-8-post-read-conversion):
3071         Use utf-translate-cjk-unicode-range-string.
3072         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
3073         Unicode ranges.
3075 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
3077         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
3078         trivial variants to shorten the list.
3079         (xml-based-modes): New var.
3080         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
3081         declaration higher priority than auto-mode-alist.
3083         * find-file.el (cc-other-file-alist): Bring it in line with
3084         cc-mode's auto-mode-alist entries and use \' instead of $.
3086         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
3087         and add "Id" and "Name" submenus to it.
3089         * imenu.el (imenu--generic-function): Skip matches in comments.
3091 2004-10-26  Jay Belanger  <belanger@truman.edu>
3093         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
3094         (full-calc-keypad, calc-trail-display):  Use an extra argument
3095         instead of `interactive-p'.
3097         * calc/calc-misc.el (calc-other-window): Use an extra argument
3098         instead of `interactive-p'.
3100         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
3101         `interactive-p'.
3103 2004-10-26  Kim F. Storm  <storm@cua.dk>
3105         * help.el (describe-key): Describe both down-event and up-event
3106         for a mouse click.
3108 2004-10-26  Richard M. Stallman  <rms@gnu.org>
3110         * woman.el (woman): Don't call interactive-p.
3112         * pcomplete.el (pcomplete): Instead of interactive-p,
3113         use an arg set non-nil by the interactive spec.
3115         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
3116         use an arg set non-nil by the interactive spec.
3118         * man.el (Man-cleanup-manpage): Instead of interactive-p,
3119         use an arg set non-nil by the interactive spec.
3121 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
3123         * progmodes/flymake.el (flymake-split-string):
3124         Use `flymake-split-string-remove-empty-edges' in any case.
3126 2004-10-26  Masatake YAMATO  <jet@gyve.org>
3128         * progmodes/flymake.el (flymake-err-line-patterns):
3129         Use `compilation-error-regexp-alist-alist' instead of
3130         `compilation-error-regexp-alist'.
3132 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3134         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
3135         verbatim face on the \ of \end{verbatim}.
3137 2004-10-25  Jay Belanger  <belanger@truman.edu>
3139         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
3140         erasing minibuffer.
3142 2004-10-25  Simon Josefsson  <jas@extundo.com>
3144         * subr.el (read-passwd): Move to net/password.el.
3146         * net/password.el (read-passwd): Add.  Autoload it.
3148 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
3150         * mouse-sel.el (mouse-sel-mode): Specify custom group.
3152         * simple.el (process-file): Fix logic.
3154 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
3156         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
3157         (increase-right-margin): Remove erroneous call to `interactive-p'.
3159 2004-10-24  Kim F. Storm  <storm@cua.dk>
3161         * help.el (describe-mode): Fix 2004-10-13 change.
3162         Copy pure "Auto Fill" string so it can be propertized later
3163         without causing a read-only error.
3165 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
3167         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
3168         style indexes.
3170 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
3172         * simple.el (process-file): Accept nil for INFILE.  Reported by
3173         Luc Teirlinck.
3175 2004-10-24  Masatake YAMATO  <jet@gyve.org>
3177         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
3178         Handle periods and underscores in a function name.
3179         Remove the address fontification.
3181 2004-10-24 Masatake YAMATO <jet@gyve.org>
3183         * progmodes/asm-mode.el (asm-font-lock-keywords):
3184         Use font-lock-variable-name-face for registers.
3186 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
3188         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
3189         kill-all-local-variables.
3190         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
3191         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
3192         Use kill-all-local-variables and provide mode-hooks.
3193         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
3194         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
3195         Suggested by Masatake YAMATO <jet@gyve.org>.
3197 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
3199         * simple.el (process-file): New function, similar to call-process
3200         but supports file handlers.
3201         * vc.el (vc-do-command): Use it, instead of call-process.
3202         * net/tramp-vc.el (vc-do-command): Do not advise it if
3203         process-file is fboundp.
3204         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
3205         process-file.
3206         (tramp-handle-process-file): New function.
3207         (tramp-file-name-for-operation): Support process-file.
3209 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
3211         * calendar/icalendar.el (icalendar--weekday-array): New constant.
3212         (icalendar-weekdayabbrev-table)
3213         (icalendar-monthnumber-table): Delete.
3214         (icalendar--get-month-number): Use calendar-month-name-array.
3215         (icalendar--get-weekday-number): New function.
3216         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
3217         (icalendar-export-region): Handle multi-line entries.
3218         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
3220 2004-10-23  John Paul Wallington  <jpw@gnu.org>
3222         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
3223         `wildcards' set to t in interactive spec.
3225         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
3226         interactive spec rather than use `interactive-p'.
3227         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
3228         rather than use function `interactive-p'.
3230 2004-10-22  Kenichi Handa  <handa@m17n.org>
3232         * international/mule.el (translate-region): Implement it in Lisp
3233         as a front end of translate-region-internal.
3235 2004-10-21  Jay Belanger  <belanger@truman.edu>
3237         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
3238         Declare these variables with defvar.
3240         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
3241         is bound, only check to see if it is bound.
3243 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3245         * textmodes/tex-mode.el (tex-compilation-parse-errors):
3246         Don't output messages.
3248         * calc/calc-help.el (calc-describe-bindings): Fix last change.
3250 2004-10-21  John Paul Wallington  <jpw@gnu.org>
3252         * calc/calc-graph.el (calc-graph-init):
3253         Use `set-process-query-on-exit-flag'.
3255 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
3257         * progmodes/compile.el (compilation-start): Rely on `cd' to get
3258         dir right and also allow argumentless cd.
3260 2004-10-19  Richard M. Stallman  <rms@gnu.org>
3262         * textmodes/flyspell.el (flyspell-mode): Doc fix.
3264         * eshell/em-unix.el (eshell-grep):
3265         Don't bind compilation-process-setup-function.
3267         * comint.el (comint-insert-input): Use @ in `interactive'.
3268         (comint-input-filter-functions): Doc fix.
3269         (comint-kill-whole-line, comint-get-source): Doc fix.
3271         * progmodes/compile.el (compilation-setup):
3272         Don't set buffer-read-only if MINOR is non-nil.
3274 2004-10-19  Jay Belanger  <belanger@truman.edu>
3276         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
3277         (calc-emacs-type-gnu19): Remove.
3278         (calc-digit-map, calc-read-key-sequence, calc-read-key):
3279         Remove check for old emacs versions.
3281         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
3282         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
3283         for current Emacs.
3285         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
3286         the end of the minibuffer.
3287         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
3288         copy `esc-map'.
3290         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
3292         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
3293         call that would be given when the current emacs was used.
3295 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
3297         * calendar/icalendar.el: Set coding to utf-8.
3298         (icalendar-version): Increase to 0.07.
3299         (icalendar-monthnumber-table): Change March pattern.
3300         (icalendar-get-all-event-properties)
3301         (icalendar-set-event-property): Delete.
3302         (icalendar-all-events): No longer interactive.
3303         (icalendar-convert-diary-to-ical)
3304         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
3305         their replacements.
3306         (icalendar-export-file, icalendar-export-region): New functions;
3307         essentially old `icalendar-convert-diary-to-ical' but appending to
3308         target rather than overwriting.
3309         (icalendar-import-file): Append to target file rather than
3310         overwriting.  Fourth arg deleted.
3311         (icalendar-import-buffer): New name for old
3312         `icalendar-extract-ical-from-buffer'.
3313         (icalendar--convert-string-for-import): New name for
3314         old `icalendar-convert-for-import'.
3315         (include-icalendar-files): Delete.
3316         Prefix for all internal functions changed from `icalendar-'
3317         to `icalendar--'.
3319 2004-10-19  Richard M. Stallman  <rms@gnu.org>
3321         * paths.el (news-path): Fix previous change.
3323 2004-10-18 Jay Belanger  <belanger@truman.edu>
3325         * calc/calc-help.el (calc-describe-bindings):
3326         Set `buffer-read-only' to nil while working in the keybindings buffer;
3327         remove some extra information from the keybindings buffer.
3329 2004-10-18  David Ponce  <david@dponce.com>
3331         * mouse.el (mouse-drag-move-window-top): New function.
3332         (mouse-drag-mode-line-1): Use it.
3334 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
3336         * info.el (Info-fontify-node): For multiline refs,
3337         arrange to unfontify newline and surrounding whitespace.
3339 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3341         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
3342         directory is missing.
3344 2004-10-17  John Paul Wallington  <jpw@gnu.org>
3346         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
3347         New customizable variable; whether to display buffers that match
3348         `ibuffer-maybe-show-predicates' by default.
3349         (ibuffer-maybe-show-predicates): Mention it in docstring.
3350         (ibuffer-display-maybe-show-predicates): New variable.
3351         (ibuffer-update): Prefix arg now toggles whether buffers that
3352         match `ibuffer-maybe-show-predicates' should be displayed.
3353         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
3354         locally to heed `ibuffer-default-display-maybe-show-predicates'.
3355         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
3357 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
3359         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
3360         work correctly.
3362 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
3364         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
3365         (Buffer-menu-beginning): New helper function.
3366         (Buffer-menu-execute): Use it.
3367         (Buffer-menu-select): Use it.
3368         (Buffer-menu-sort): Use it and also keep markers.
3370 2004-10-17  Richard M. Stallman  <rms@gnu.org>
3372         * paths.el (news-directory): Rename from news-path.  Old name alias.
3373         (rmail-spool-directory): Use defvar.
3374         (sendmail-program): Use defcustom.
3375         (remote-shell-program): Use defcustom.
3376         (term-file-prefix): Use defvar.
3377         (abbrev-file-name): Use defvar.
3379         * term.el: Add maintainer.
3381         * subr.el (with-local-quit): Return nil if there's a quit.
3382         (read-passwd): Use with-local-quit.  Doc fix.
3384         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
3385         (strokes-unload-hook): Set as a variable with add-hook.
3387         * startup.el (fancy-splash-tail, normal-splash-screen):
3388         Update copyright year.
3390         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
3392         * server.el (server-unload-hook): Set as a variable with add-hook.
3394         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
3396         * frame.el (special-display-popup-frame):
3397         Make the buffer current as its frame is created.
3399         * delsel.el (delsel-unload-hook): Set as a variable.
3401         * comint.el (comint-output-filter-functions):
3402         Add comint-watch-for-password-prompt.
3403         (comint-read-noecho): Function deleted.
3404         (send-invisible): Use read-passwd.
3406         * fringe.el (fringe-mode-initialize): New function.
3407         (fringe-mode): Use fringe-mode-initialize as :initialize.
3409 2004-10-17  Kim F. Storm  <storm@cua.dk>
3411         * language/indian.el (indian-script-language-alist): Swap value and doc.
3412         (indian-font-char-index-table): Doc fix.
3414 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3416         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
3418 2004-10-16  Juri Linkov  <juri@jurta.org>
3420         * progmodes/compile.el (compilation-start): Move let-binding of
3421         `process-environment' into `with-current-buffer' body.
3422         Reported by Matt Hodges <MPHodges@member.fsf.org>.
3424 2004-10-16  Richard M. Stallman  <rms@gnu.org>
3426         * pcvs-util.el (cvs-bury-buffer):
3427         Don't call get-buffer-window for effect.
3429         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
3431         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
3433         * msb.el (msb-unload-hook): Set the variable.
3435         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3436         Use * to err if buffer is readonly.
3438         * subr.el (looking-back): Return only t or nil.
3440         * whitespace.el (whitespace-unload-hook): Set the variable.
3442         * view.el (view-mode-enable): Set view-page-size and
3443         view-half-page-size to nil.
3444         (view-set-half-page-size-default): view-half-page-size = nil
3445         means the default.
3446         (View-scroll-page-forward): Use view-page-size-default.
3447         (View-scroll-page-backward): Likewise.
3448         (view-page-size, view-half-page-size): Doc fixes.
3450         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
3452         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
3454         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
3455         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
3456         (byte-compile-log-1): Bind inhibit-read-only.
3457         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
3458         (byte-compile-log-warning): Likewise.
3459         (byte-compile-file-form-require): Detect "cl" from the arg value.
3461         * progmodes/compile.el (compilation-start): Assume compilation-mode
3462         will make the buffer read-only.
3463         (compilation-mode): Take arg name-of-mode.
3464         (compilation-setup): Make buffer read-only.
3465         (compilation-handle-exit): Bind inhibit-read-only.
3467         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
3468         (ispell-message): Likewise.
3469         (ispell-show-choices): Don't call get-buffer-window uselessly.
3470         (ispell-init-process): Use set-process-query-on-exit-flag.
3472 2004-10-16  Kim F. Storm  <storm@cua.dk>
3474         * fringe.el (fringe-bitmaps): Only initialize when defined.
3476         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
3477         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
3479         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
3481 2004-10-15  Simon Josefsson  <jas@extundo.com>
3483         * net/password.el: Add.
3485 2004-10-14  Masatake YAMATO  <jet@gyve.org>
3487         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
3488         (gdb-script-end-of-defun): New function.
3489         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
3490         `gdb-script-end-of-defun' as *-of-defun-function.
3492 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
3494         * button.el (button-activate): Allow a marker to display as an action.
3496         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
3498         * help.el (describe-mode): Use it to make minor mode list into
3499         hyperlinks.
3501 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3503         * vc.el (vc-annotate-display-select): Fix typo.
3505         * subr.el (substitute-key-definition-key): New function.
3506         (substitute-key-definition): Use it with map-keymap.
3507         (event-modifiers): Use push.
3508         (mouse-movement-p, with-temp-buffer): Simplify.
3510 2004-10-12  Jay Belanger  <belanger@truman.edu>
3512         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
3513         New variables.
3514         (calc-help-index-entries): New function.
3515         (calc-describe-function): Use `calc-help-function-list' instead of
3516         obarray for completion.
3517         (calc-describe-variable): Use `calc-help-variable-list' instead
3518         of obarray for completion.
3520 2004-10-12  Richard M. Stallman  <rms@gnu.org>
3522         * info-look.el (info-lookup-file): Add info-file property.
3523         (info-lookup-symbol): Likewise.
3525         * info.el (info-xref): Add underlining.
3526         (info): Add info-file property.
3527         (Info-find-emacs-command-nodes): Specify case-sensitive search.
3529 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
3531         Sync with Tramp 2.0.45.
3533         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
3534         defined.  This is not the case for XEmacs without package "edebug".
3535         (tramp-set-auto-save-file-modes): Set permissions of autosaved
3536         remote files to the permissions of the original file.  This is not
3537         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
3538         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
3539         (tramp-perl-decode): Fix an error in Perl implementation.
3540         $pending must be cleared every loop.  Reported by Benjamin Place
3541         <benjaminplace@sprintmail.com>
3543         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
3544         Don't activate advice during definition.  This is done later on,
3545         depending on test result of `substitute-in-file-name'.
3546         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3548 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3550         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
3552         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
3554 2004-10-12  David Ponce  <david@dponce.com>
3556         * recentf.el (recentf-edit-list): Update the menu when the recentf
3557         list has been modified.
3559 2004-10-12  Simon Josefsson  <jas@extundo.com>
3561         * net/tls.el (tls-certtool-program): New variable.
3562         (tls-certificate-information): New function, based on
3563         ssl-certificate-information.
3565 2004-10-12  Kenichi Handa  <handa@m17n.org>
3567         * international/mule.el (coding-system-equal): Move from mule-util.el.
3569         * international/mule-util.el (coding-system-equal): Move to mule.el.
3571 2004-10-12  Kim F. Storm  <storm@cua.dk>
3573         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
3574         reset kmacro-initial-counter-value if set.
3575         (kmacro-set-counter): Only set kmacro-counter if defining or executing
3576         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
3577         (kmacro-display): Show macro counter if non-zero.
3579         * subr.el (substitute-key-definition): Mention command remapping
3580         in doc string.
3582 2004-10-11  Jay Belanger  <belanger@truman.edu>
3584         * calc/calc-misc.el (calc-info-goto-node): New function.
3585         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
3586         node in one step.
3587         (calc-describe-copying, calc-describe-distribution)
3588         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
3589         Go to appropriate info node in one step.
3591 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3593         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
3595         * font-lock.el (font-lock-apply-highlight): Fix last change.
3597 2004-10-11  Simon Josefsson  <jas@extundo.com>
3599         * mail/smtpmail.el (smtpmail-open-stream): Look for
3600         starttls-gnutls-program instead of starttls-program iff
3601         starttls-use-gnutls is non-nil.
3602         (smtpmail-open-stream): Don't overwrite user settings of
3603         starttls-extra-arguments and starttls-extra-args.
3605 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3607         * comint.el (comint-mouse-insert-input): Remove.
3608         (comint-insert-input): Make it work for mouse bindings.
3609         (comint-mode-map): Move defs into the declaration.
3610         (comint-output-filter): Typo.
3612         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
3614 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
3616         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
3617         (ange-ftp-call-chmod): Reference remote-shell-program instead of
3618         ange-ftp-remote-shell.
3620 2004-10-10  Andreas Schwab  <schwab@suse.de>
3622         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
3623         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
3624         Reported by <sri@asu.edu>.
3626 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
3628         * vc.el (vc-annotate-mode): Remove variable.
3629         (vc-annotate-display-select): Only call vc-annotate-mode
3630         if we're not in that mode already.
3632 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3634         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
3635         (imenu-choose-buffer-index): Check here for rescan instead.
3637         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
3638         where the face expression evals to nil.
3640         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
3641         (tex-font-lock-keywords-2): Use it.
3642         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
3644         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
3646 2004-10-09  Kim F. Storm  <storm@cua.dk>
3648         * subr.el (progress-reporter-update): Define before first usage.
3649         (make-progress-reporter): Doc fix.
3651 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
3653         * textmodes/paragraphs.el (sentence-end-double-space)
3654         (sentence-end-without-period, sentence-end-without-space)
3655         (sentence-end): Doc fixes.
3657 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
3659         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
3660         Change paragraph-start regexp so we don't fill code starting with #'(.
3662 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
3664         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
3665         New defcustom.
3666         (extract-address-components): Use it.
3668 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
3670         * subr.el (make-progress-reporter, progress-reporter-update)
3671         (progress-reporter-force-update, progress-reporter-do-update)
3672         (progress-reporter-done): New functions.
3674         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
3676         * progmodes/etags.el (etags-tags-completion-table): Use progress
3677         reporter.
3678         (etags-tags-apropos): Likewise.
3680 2004-10-08  Alan Mackenzie  <acm@muc.de>
3682         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
3683         of current line.
3685 2004-10-08  Masatake YAMATO  <jet@gyve.org>
3687         * server.el (server-process-filter): Wrap `process-send-region'
3688         by `condition-case' to guard the case when the pipe to PROC is closed.
3690 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
3692         * xml.el (xml-substitute-special): Limit handling of external entities.
3694 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
3696         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
3698 2004-10-06  John Paul Wallington  <jpw@gnu.org>
3700         * xml.el (xml-parse-dtd): Fix `error' call.
3702 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
3704         * xml.el (xml-substitute-special): Return a single string instead
3705         of a list of strings if an entity substitution is made.
3707 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
3709         * calendar/icalendar.el: New file.
3711 2004-10-05  Juri Linkov  <juri@jurta.org>
3713         * isearch.el (isearch-done): Set mark after running hook.
3714         Reported by Drew Adams <drew.adams@oracle.com>.
3716         * info.el (Info-history, Info-toc): Fix Info headers.
3717         (Info-toc): Narrow buffer before Info-fontify-node.
3718         (Info-build-toc): Don't check for special Info file names.
3719         Set main-file to nil if Info-find-file returns a symbol.
3721 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
3723         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
3724         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
3725         * calendar/cal-menu.el (calendar-mode-map): Ditto.
3727 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
3729         * calendar/cal-iso.el (calendar-iso-read-args): New function,
3730         for old interactive spec from calendar-goto-iso-date.
3731         (calendar-goto-iso-date): Use it.
3732         (calendar-goto-iso-week): New function.  Suggested by Emilio
3733         C. Lopes <eclig@gmx.net>.
3735 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
3737         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
3738         `set-right-margin' bindings that follow the minor mode conventions.
3740 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3742         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
3743         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
3744         (latex-block-args-alist): Add minipage and picture.
3745         (latex-block-body-alist): Use reftex-label if enabled.
3746         (latex-insert-block): Don't insert a \n if not necessary.
3747         (tex-compile-commands): Make sure dvips doesn't send to printer.
3748         (tex-compile-default): Handle the case where no executable is found.
3749         (latex-noindent-environments): New var.
3750         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
3751         If tex-indent-allhanging is non-nil, make sure we only align for macros
3752         at beginning of line.
3754 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
3756         * newcomment.el (comment-beginning): Doc fix and don't choke on
3757         unset `comment-end-skip' when at beginning of comment.
3759 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
3761         * term.el (term-adjust-current-row-cache): Don't allow the current
3762         row to become negative.
3763         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
3764         the end of the line. Fix scroll down. Add comments.
3765         (term-handle-ansi-escape): Don't exceed terminal width when moving
3766         right.
3767         (term-scroll-region): Move the cursor after setting the scroll region.
3769 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
3771         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
3772         to `width' for consistency with docstring.  Doc fix.
3774 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
3776         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
3777         This is necessary for derived modes.
3779 2004-09-30  Kim F. Storm  <storm@cua.dk>
3781         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
3782         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
3784         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
3785         kmacro-extract-lambda functions.
3786         (edit-kbd-macro): Handle kmacro lambda forms.
3787         Include counter and counter format in edit buffer.
3788         (edmacro-finish-edit): Get counter and format from edit buffer and
3789         update kmacro bindings when found.
3791 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
3793         * textmodes/paragraphs.el (forward-paragraph):
3794         Avoid args-out-of-range error when point winds up at the beginning of
3795         the buffer and hard newlines are enabled.
3797         * newcomment.el (comment-multi-line): Doc fix.
3799 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3801         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
3802         (diff-fixup-modifs): Catch unified-diff file-headers.
3804 2004-09-29  Kim F. Storm  <storm@cua.dk>
3806         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
3807         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
3808         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
3810         * fringe.el (fringe-bitmap-p): New macro.
3811         (fringe-bitmaps): Add standard fringe bitmaps on load.
3813 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3815         * dired.el (dired-view-command-alist): Use more efficient regexps.
3816         Remove dubious arguments.
3817         (dired-align-file): New function.
3818         (dired-insert-directory): Use it.
3819         (dired-move-to-end-of-filename): Make the " -> " search more specific.
3820         (dired-buffers-for-dir): Remove unused var `pattern'.
3822 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
3824         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
3825         from diary display excursion.  Store diary buffer's point for
3826         `simple-diary-display'.
3827         (simple-diary-display): Set window point and start when
3828         displaying buffer, to preserve point.
3830 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
3832         * textmodes/enriched.el (enriched-translations): Replace defconst
3833         with defvar.
3835 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3837         * printing.el: Doc fix.
3838         (pr-version): New version number (6.8.1).
3839         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
3840         make-temp-name.
3841         (pr-delete-file): Check if file exists before deleting it.
3842         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
3844 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3846         * term.el (term-display-table): New variable.
3847         (term-mode): Use it.
3848         (term-exec-1): Set the coding system to binary.
3849         (term-emulate-terminal): Decode the string before inserting it.
3851 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
3853         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
3854         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
3855         (map): Bind S-prior, S-next and S-insert.
3856         (term-mode): Set `indent-tabs-mode' to nil.
3857         (term-paste): New function to be bound to S-insert.
3858         (term-send-del, term-send-backspace): Change the strings sent.
3859         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
3860         (term-handle-colors-array): Fix handling of underline and reverse.
3861         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
3862         (term-erase-in-line): Fix comparison.
3863         (term-emulate-terminal): Fix line wrap handling.
3864         (term-start-output-log): Rename from `term-set-output-log'.
3865         (term-stop-output-log): Rename from `term-stop-photo'.
3866         (term-switch-to-alternate-sub-buffer): Comment out, unused.
3868 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3870         * dired.el (dired-move-to-filename): Don't output a message if
3871         raise-error is non-nil.  Fix return position and value.
3873         * files.el (insert-directory): Obey --dired even with symlinks.
3875 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
3877         * ls-lisp.el (ls-lisp-format): Mark file names with property
3878         dired-filename.
3880 2004-09-25  Kim F. Storm  <storm@cua.dk>
3882         * ido.el (ido-max-directory-size): New defcustom.
3883         (ido-decorations): Add "too big" element.
3884         (ido-directory-too-big): New dynamic var.
3885         (ido-may-cache-directory): Don't cache big directories.
3886         (ido-directory-too-big-p): New defun.
3887         (ido-set-current-directory): Update ido-directory-too-big.
3888         (ido-read-internal): Make empty ido-cur-item if too-big.
3889         (ido-buffer-internal): Use ido-read-internal directly instead of
3890         ido-read-buffer.
3891         (ido-file-internal): Init ido-directory-too-big.
3892         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
3893         and redo completion with full list.
3894         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
3895         it, and show completions.
3896         (ido-all-completions): Let bind ido-directory-too-big to nil.
3897         (ido-exhibit): Handle ido-directory-too-big.
3898         (ido-read-buffer): Handle fallback to read-buffer.
3899         Init ido-directory-too-big.
3900         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
3901         Init ido-directory-too-big.
3903 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
3905         * subr.el (delay-mode-hooks): Doc fix.
3907 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
3909         * textmodes/enriched.el
3910         (enriched-default-text-properties-local-flag): New variable.
3911         (enriched-mode): Make sure that enabling and disabling the mode is
3912         a no-op.  Doc fix.
3914 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
3916         * calendar/holidays.el (holiday-advent): Report on a specified day
3917         offset from advent, not just advent.
3918         (holiday-easter-etc): Report on one specified day offset from
3919         easter, not all easter holidays. Various Easter holidays moved to
3920         `christian-holidays' variable in calendar.el.
3921         * calendar/calendar.el (christian-holidays): Adapt for new
3922         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
3924 2004-09-23  Kim F. Storm  <storm@cua.dk>
3926         * image.el (insert-sliced-image): Add doc string.
3928         * ido.el (ido-choice-list): New dynamic var for `list' context.
3929         (ido-context-switch-command): New dynamic var.
3930         (ido-define-mode-map): Generalize switch between file/buffer contexts.
3931         (ido-read-internal): Handle new `list' context.
3932         Handle insert-buffer and insert-file ido-exit values.
3933         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
3934         ido-context-switch-command. Handle insert-file ido-exit value.
3935         (ido-read-buffer): Set ido-context-switch-command to 'ignore
3936         unless it is already bound by caller.
3937         (ido-file-internal): New arg switch-cmd.  Use it to setup
3938         ido-context-switch-command.  Handle insert-buffer ido-exit value.
3939         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
3940         used for context switching.
3941         (ido-all-completions): Handle new `list' context.
3942         (ido-make-choice-list): Return choices for `list' context.
3943         (ido-find-file-in-dir, ido-display-file, ido-write-file)
3944         (ido-display-buffer, ido-kill-buffer): Disable context switching.
3945         (ido-insert-buffer, ido-insert-file): Setup context switching.
3946         (ido-exhibit): Handle `list' context.
3947         (ido-read-file-name): Disable context switching.  Handle fallback.
3948         (ido-read-directory-name): Disable context switching.
3949         (ido-completing-read): New defun like completing-read.  Setup and
3950         use new `list' context.
3952 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
3954         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
3956 2004-09-21  Jay Belanger  <belanger@truman.edu>
3958         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
3959         `calc-graph-set-styles' so the gnuplot buffer will appear in a
3960         separate window.
3962 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
3964         * subr.el (after-change-major-mode-hook): Doc fix.
3966 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3968         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
3969         of ghostscript for monochrome PostScript file in Windows.
3971 2004-09-21  Kenichi Handa  <handa@m17n.org>
3973         * descr-text.el (describe-char): Checking of quail activation
3974         fixed.
3976 2004-09-21  Jay Belanger  <belanger@truman.edu>
3978         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
3980 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
3982         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
3983         after the mode hooks instead of before.  Doc fix.
3985 2004-09-20  Jason Rumney  <jasonr@gnu.org>
3987         * startup.el (command-line) [windows-nt]: Try .emacs first, then
3988         _emacs, but revert to .emacs if neither exists in home directory.
3990 2004-09-20  John Paul Wallington  <jpw@gnu.org>
3992         * bindings.el (completion-ignored-extensions): Add .dfsl.
3994 2004-09-20  Richard M. Stallman  <rms@gnu.org>
3996         * bindings.el (scroll-left): Make it disabled.
3998         * files.el (enable-local-eval): Doc fix.
4000         * indent.el (move-to-left-margin): Special case for minibuffer.
4002         * term.el (term-emulate-terminal): Turn off undo for output.
4003         Use with-current-buffer and save-selected-window.
4005         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
4007         * progmodes/make-mode.el (makefile-fill-paragraph):
4008         Don't insist on spaces when looking for comments.  # is enough.
4010         * files.el (hack-local-variables): Copy the variables list
4011         to another buffer, strip prefixes and suffixes there, then read.
4012         (enable-local-eval): Doc fix.
4013         (ignored-local-variables): Initialize to nil.
4014         (risky-local-variable-p): Don't check ignored-local-variables here.
4015         (hack-one-local-variable): Ignore var if in ignored-local-variables.
4017 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
4019         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
4020         of = to "." (punctuation).
4022 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4024         * subr.el (event-basic-type): Fix mask (extend to 22bits).
4026 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
4028         * textmodes/enriched.el (enriched-rerun-flag): New variable.
4029         (enriched-before-change-major-mode): New function.
4030         Add it to `change-major-mode-hook'.
4031         (enriched-after-change-major-mode): New function.
4032         Add it to `after-change-major-mode-hook'.
4033         (enriched-mode): Make it work correctly if called from
4034         `after-change-major-mode-hook'.
4035         No longer set `indent-line-function'.
4037         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
4039         * subr.el (after-change-major-mode-hook): New variable.
4040         (run-mode-hooks): Implement it.
4042 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4044         * battery.el (battery-linux-proc-apm): Use string-to-number.
4045         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
4046         Use dolist (and less indentation).  Use erase-buffer.
4047         Pre-initialize `design-capacity', `warn', and `low'.
4048         (battery-format): Use replace-regexp-in-string.
4050 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
4052         * battery.el: Delete superfluous empty lines.
4053         (battery-linux-proc-acpi): Attempt to gather information from all
4054         battery subdirectories regardless of their file name.
4055         (battery-linux-proc-apm): Replace all occurrences of
4056         battery-hex-to-int-2 with string-to-int (base 16).
4057         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
4058         (battery-hex-map): Delete variable.
4060 2004-09-18  John Paul Wallington  <jpw@gnu.org>
4062         * calc/calc-units.el (calc-quick-units): Fix overzealous
4063         s/or/unless/.
4065 2004-09-17  Jay Belanger  <belanger@truman.edu>
4067         * calc/calc.el (calc-mode-var-list): Fix the value of
4068         `calc-matrix-brackets'.
4070 2004-09-17  Romain Francoise  <romain@orebokech.com>
4072         * ibuf-ext.el (define-ibuffer-filter filename):
4073         Expand dired-directory since buffer-file-name is absolute.
4075 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
4077         * ediff-init.el (ediff-current-diff-face-A)
4078         (ediff-current-diff-face-B, ediff-current-diff-face-C)
4079         (ediff-current-diff-face-Ancestor)
4080         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
4081         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
4082         (ediff-even-diff-face-A, ediff-even-diff-face-B)
4083         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
4084         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
4085         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
4086         Use min-colors.
4088         * term.el (term-down): Perform vertical motion if DOWN is negative.
4089         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
4090         (term-termcap-format): Synchronyze with the eterm terminfo entry
4091         in etc/e/eterm.ti.
4092         (term-handle-colors-array): If the current foreground or
4093         background are zero (i.e. unspecified), use the foreground and
4094         background of the default face for reverse video.
4095         (term-ansi-at-eval-string, term-ansi-default-fg)
4096         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
4097         (term-mem): Delete ununsed function.
4098         (term-protocol-version): Increment.
4099         (term-current-face): Set to default.
4101 2004-09-15  Jay Belanger  <belanger@truman.edu>
4103         * calc/calc.el (calc-mode-var-list): Define this variable.
4104         (calc-always-load-extensions, calc-line-numbering)
4105         (calc-line-breaking, calc-display-just, calc-display-origin)
4106         (calc-number-radix, calc-leading-zeros, calc-group-digits)
4107         (calc-group-char, calc-point-char, calc-frac-format)
4108         (calc-prefer-frac, calc-hms-format, calc-date-format)
4109         (calc-float-format, calc-full-float-format, calc-complex-format)
4110         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
4111         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
4112         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
4113         (calc-matrix-brackets, calc-language, calc-language-option)
4114         (calc-left-label, calc-right-label, calc-word-size)
4115         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4116         (calc-display-raw, calc-internal-prec, calc-angle-mode)
4117         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4118         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4119         (calc-window-height, calc-display-trail, calc-show-selections)
4120         (calc-use-selections, calc-assoc-selections)
4121         (calc-display-working-message, calc-auto-why, calc-timing)
4122         (calc-mode-save-mode, calc-standard-date-formats)
4123         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4124         (calc-user-parse-tables, calc-gnuplot-default-device)
4125         (calc-gnuplot-default-output, calc-gnuplot-print-device)
4126         (calc-gnuplot-print-output, calc-gnuplot-geometry)
4127         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4128         (calc-invocation-macro, calc-show-banner): Give these values as
4129         part of `calc-mode-var-list's initialization after the variables
4130         are declared with defvar.
4131         (calc-bug-address):  Change email address to send bug reports to.
4132         Change the maintainer address at the top.
4133         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
4134         than "\\.emacs" to determine if it is the user-init-file.
4136         * calc/calc-embed.el (calc-embedded-set-modes): Use
4137         `calc-mode-var-list' correctly.
4139 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
4141         * vc.el (annotate-time): Document point handling.
4142         (vc-annotate-display-autoscale): Doc fix.
4144 2004-09-15  Miles Bader  <miles@gnu.org>
4146         * generic.el (generic-make-keywords-list): Use symbol rather than
4147         word anchors in regexp.
4149 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
4151         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
4152         no file name consider `dired-directory'.
4154 2004-09-14  Kim F. Storm  <storm@cua.dk>
4156         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
4158 2004-09-14  Simon Josefsson  <jas@extundo.com>
4160         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
4162         * textmodes/dns-mode.el: Add.
4164 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4166         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
4167         (disabled-command-function): Make the ?\  char more obvious.
4169         * vc-arch.el (vc-arch-root, vc-arch-registered):
4170         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
4172 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
4174         * windmove.el (windmove-frame-edges): Report coordinates of
4175         outside edges of frame, not inside edges.
4176         (windmove-coordinates-of-position): Convert into wrapper to new
4177         function `windmove-coordinates-of-window-position';
4178         `compute-motion' always applies to selected window.
4179         (windmove-coordinates-of-position): Update documentation to refer
4180         to Emacs 21 Lisp Reference Manual.
4181         (windmove-find-other-window): Fix off-by-one errors for max x,y.
4183 2004-09-13  Kim F. Storm  <storm@cua.dk>
4185         * isearch.el (isearch-resume-in-command-history): Rename from
4186         isearch-resume-enabled and change default to nil.
4188 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4190         * vc-hooks.el (vc-ignore-dir-regexp): New var.
4191         (vc-registered): Use it.
4192         (vc-find-root): New fun.
4194         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4195         Don't tell to use \\{...} when it's already done.
4197         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
4198         Provide a sample complex default.
4199         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
4200         (bibtex-entry): Use mapc.
4202 2004-09-12  Kim F. Storm  <storm@cua.dk>
4204         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
4206         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
4207         inhibit-field-text-motion to t so rectangles work in comint buffers.
4209         * simple.el (choose-completion-string): Set buffer before running
4210         choose-completion-string-functions hook so it can be buffer-local.
4212 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
4214         * progmodes/compile.el (compilation-start): Parse command to see
4215         if it starts with a cd, and if so perform it for the *compilation*
4216         buffer.  Change the header to reflect this.
4218 2004-09-11  Kim F. Storm  <storm@cua.dk>
4220         * ido.el (ido-enable-dot-prefix): Doc fix.
4221         (ido-enable-dot-prefix): New defcustom.
4222         (ido-set-matches1): Use it.
4224 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4226         * textmodes/bibtex.el (bibtex-mark-active)
4227         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
4229 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4231         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
4232         used in a case insensitive environment.
4233         (bibtex-mode-map): Rearrange order of menus.
4234         (bibtex-quoted-string-re): Obsolete.
4235         (bibtex-complete-key-cleanup): Variable replaced by new function.
4236         (bibtex-font-lock-keywords): Use backquotes.
4237         (bibtex-font-lock-url-regexp): New internal variable.
4238         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
4239         "OPT" and "ALT".
4240         (bibtex-insert-current-kill, bibtex-make-field)
4241         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
4242         (bibtex-parse-field-text): Simplify.
4243         (bibtex-string=): New helper function.
4244         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
4245         (bibtex-map-entries): Use bibtex-string=.
4246         (bibtex-search-entry): Use not.
4247         (bibtex-enclosing-field): Fix docstring.
4248         (bibtex-assoc-regexp): Obsolete.
4249         (bibtex-format-entry): Use assoc-string and bibtex-string=.
4250         (bibtex-autokey-get-names): Handle empty name field.
4251         (bibtex-parse-strings): Use assoc-string and unless.
4252         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
4253         Use assoc-string.
4254         (bibtex-pop): Simplify.
4255         (bibtex-mode): Set font-lock-extra-managed-props.
4256         (bibtex-entry-update): Use assoc-string.
4257         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
4258         (bibtex-autofill-entry): Use bibtex-string=.
4259         (bibtex-print-help-message): Simplify.
4260         (bibtex-find-entry): New optional arg START.
4261         (bibtex-validate): Use bibtex-string= and assoc-string.
4262         Do not call obsolete function compilation-parse-errors.
4263         (bibtex-remove-delimiters): Only remove delimiters if present.
4264         (bibtex-copy-entry-as-kill): Add docstring.
4265         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
4266         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
4267         (bibtex-complete): Use bibtex-predefined-month-strings,
4268         bibtex-string=, and new function bibtex-complete-key-cleanup.
4269         (bibtex-generate-url-list): New variable.
4270         (bibtex-url): New command bound to C-c C-l and mouse-2.
4271         (bibtex-url-map): New local keymap for bibtex-url-mouse.
4272         (bibtex-font-lock-url): New function.
4274 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4276         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
4278 2004-09-09  Kim F. Storm  <storm@cua.dk>
4280         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
4281         counter and format with binding.
4282         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
4283         the declared macro uses own macro counter and format.  Give symbol
4284         kmacro property.
4285         (kmacro-keymap): Bind kmacro-name-last-macro to n.
4286         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
4287         (kmacro-end-and-call-macro): Doc fix.
4289 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
4291         * desktop.el (desktop-clear-preserve-buffers):
4292         Remove make-obsolete-variable.
4294 2004-09-08  Richard M. Stallman  <rms@gnu.org>
4296         * buff-menu.el (list-buffers-noselect): Call format-mode-line
4297         with the buffer as argument.
4299 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4301         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
4303 2004-09-08  Juri Linkov  <juri@jurta.org>
4305         * replace.el (perform-replace): Use `query-replace-descr'.
4307         * cus-start.el (history-delete-duplicates): Specify customization.
4309         * diff-mode.el (diff-mode-map):
4310         * progmodes/compile.el (compilation-mode-map):
4311         * progmodes/grep.el (grep-mode-map):
4312         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
4313         to `next-error-follow-minor-mode'.
4315 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4317         * isearch.el (isearch-lazy-highlight-update): Take into account
4318         the case of zero-length match at the search bound.
4320 2004-09-08  Kim F. Storm  <storm@cua.dk>
4322         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
4323         change.  Use zero width overlays when necessary.
4325 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4327         * subr.el (split-string): Docfix.
4329 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4331         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
4332         (display-call-tree): Ensure newline after caller/calls blocks.
4334 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4336         * startup.el (command-line-1): Make option
4337         --directory/-L modify `load-path' straight away.
4339 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4341         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
4343 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4345         * emacs-lisp/autoload.el (make-autoload):
4346         Handle `define-compilation-mode'.
4348         * emacs-lisp/lisp-mode.el (define-compilation-mode):
4349         Specify `doc-string-elt' property.
4351 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4353         * bs.el (bs-mode): Doc fix.
4355 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4357         * info.el (Info-insert-dir): Fix temp buffer leak bug.
4359 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
4361         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
4363 2004-09-08  Kenichi Handa  <handa@m17n.org>
4365         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
4366         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
4367         ps-mule-next-point -> 1+).
4369         * composite.el (encode-composition-rule): Add autoload cooky.
4371 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
4373         * format.el (buffer-auto-save-file-format): Make it permanent local.
4375 2004-09-07  Kim F. Storm  <storm@cua.dk>
4377         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
4378         (authors-fixed-entries): Fix typo.
4379         (authors-canonical-author-name): Compact multiple spaces.
4380         Ignore trivial names (e.g. only first name).
4382         * term.el (term-window-width): Only use full window width on
4383         window system if overflow-newline-into-fringe is enabled.
4384         (term-mode): Don't disable overflow-newline-into-fringe.
4386 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4388         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
4389         motion as seen on my Mac OS X xterms.
4391         * newcomment.el (uncomment-region-default, comment-region-default):
4392         New functions extracted from uncomment-region and comment-region.
4393         (comment-region, comment-region-function, uncomment-region)
4394         (uncomment-region-function): Use them.
4396         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
4398         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
4399         It's not crucial but can make sense at times.
4401         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
4402         the first commit.
4404         * vc.el (vc-buffer-context, vc-restore-buffer-context):
4405         Disable obsolete code.
4407 2004-09-07  Juri Linkov  <juri@jurta.org>
4409         * progmodes/grep.el (grep-highlight-matches): Change default from
4410         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
4411         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
4412         if grep option `--color' is available, or to `nil' otherwise.
4413         (grep-process-setup): Call `grep-compute-defaults' if
4414         `grep-highlight-matches' is not computed.  Set env-vars only
4415         if `grep-highlight-matches' is `t'.
4416         (grep-use-null-device): Remove redundant type `boolean' (`choice'
4417         is already defined).
4419         * progmodes/compile.el (compilation-start): Use copy of
4420         `process-environment' created by `copy-sequence' to not
4421         modify env-vars in the global `process-environment'.
4423 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
4425         * simple.el (next-error-follow-minor-mode): Fix last change.
4427 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
4429         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
4430         permanent local.
4432 2004-09-04  Richard M. Stallman  <rms@gnu.org>
4434         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
4435         highlighting if the search string is empty.
4437 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
4439         * facemenu.el (facemenu-active-faces): Change condition of inner
4440         `while' loop to also check the first two elements of `face-atts'
4441         and `mask-atts'.
4443 2004-09-04  John Paul Wallington  <jpw@gnu.org>
4445         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
4446         (thumbs-view-image-mode): Make buffer read-only.
4448 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
4450         * textmodes/ispell.el (ispell-really-aspell): New defvar.
4451         (ispell-check-version): Set it.
4452         (ispell-send-replacement): New function.
4453         (ispell-process-line): Call ispell-send-replacement.
4455 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
4457         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
4458         Support choosing seconds with "s".
4460 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
4462         * terminal.el (te-escape): Show `?' in prompt for help key.
4464 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
4466         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
4468 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
4470         * simple.el (next-error-follow-minor-mode)
4471         (next-error-follow-mode-post-command-hook): New functions.
4472         (next-error-follow-last-line): New defvar.
4474         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
4475         * progmodes/compile.el (compilation-mode-map): Likewise.
4476         * progmodes/grep.el (grep-mode-map): Likewise.
4477         * replace.el (occur-mode-map): Likewise.
4479         * newcomment.el (uncomment-region): Bind comment-use-global-state
4480         to nil.
4482 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
4484         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
4485         locally around the call to `revert-buffer'.
4487 2004-09-03  Juri Linkov  <juri@jurta.org>
4489         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
4490         `isearch-adjusted' to `t'.
4491         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
4492         (isearch-message-prefix): Add "pending" for isearch-adjusted.
4493         (isearch-other-meta-char): Restore isearch-point unconditionally.
4494         (isearch-query-replace): Add new arg `regexp-flag' and use it.
4495         Set point to start of match if region is not active in transient
4496         mark mode (to include the current match to region boundaries).
4497         Push the search string to `query-replace-from-history-variable'.
4498         Add prompt "Query replace regexp" for isearch-regexp.
4499         Add region beginning/end as last arguments of `perform-replace.'
4500         (isearch-query-replace-regexp): Replace code by the call to
4501         `isearch-query-replace' with arg `t'.
4503 2004-09-03  Richard M. Stallman  <rms@gnu.org>
4505         * startup.el (normal-top-level): Undo previous TERM change.
4507 2004-09-03  Kim F. Storm  <storm@cua.dk>
4509         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
4510         highlight overlays; allow using RET when cursor is over a button.
4511         (cua--highlight-rectangle): Use it.
4512         (cua--rectangle-set-corners): Don't move backwards at eol.
4513         (cua--forward-line): Don't move into void after eob.
4515         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
4516         point is set (and displayed) inside rectangle.
4517         (cua--rectangle-operation): Fix for highlight of empty lines.
4518         (cua--highlight-rectangle): Fix highlight for tabs.
4519         Position cursor at left/right edge of rectangle using new `cursor'
4520         property on overlay strings.
4521         (cua--indent-rectangle): Don't tabify.
4522         (cua-rotate-rectangle): Ignore that point has moved.
4524 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4526         * term/mac-win.el: Add ASCII equivalents for some function keys.
4527         (mode-line-frame-identification): Sync with x-win.el.
4529 2004-09-02  Juri Linkov  <juri@jurta.org>
4531         * progmodes/compile.el (compilation-buffer-name): Compare major
4532         mode with second element of compilation-arguments instead of third
4533         to reflect latest changes in compilation-arguments structure.
4534         (recompile): Use global variable `compilation-directory' to get
4535         recent compilation directory only when `recompile' is invoked NOT
4536         in the compilation buffer.  Otherwise, use `default-directory' of
4537         the compilation buffer.
4538         (compilation-error-properties): Allow to funcall col and end-col.
4539         (compilation-mode-font-lock-keywords): Check col and end-col by
4540         `integerp'.
4541         (compilation-goto-locus): If end-mk is non-nil in transient mark
4542         mode don't activate the mark (and don't display message in
4543         push-mark), but highlight overlay between mk and end-mk.
4545         * progmodes/grep.el (grep-highlight-matches): New defcustom.
4546         (grep-regexp-alist): Add rule to highlight grep matches.
4547         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
4549         * info.el (Info-fontify-node): Don't compute other-tag
4550         if Info-hide-note-references=hide.
4552         * help.el (function-called-at-point):
4553         * help-fns.el (variable-at-point):
4554         Try `find-tag-default' when other methods failed.
4556         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4557         Do not push mark if inhibit-mark-movement is non-nil.
4559         * textmodes/ispell.el (ispell-html-skip-alists):
4560         Fix backslashes in docstring.
4562 2004-09-01  Juri Linkov  <juri@jurta.org>
4564         * isearch.el (isearch-wrap-function)
4565         (isearch-push-state-function): New defvars.
4566         (isearch-pop-fun-state): New defsubst.
4567         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
4568         (isearch-push-state): Set the result of calling
4569         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
4570         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
4571         restore the mode-specific starting point of terminated search.
4572         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
4573         (isearch-repeat): Call `isearch-wrap-function' if defined.
4574         (isearch-message-prefix): Don't add prefix "over" to the message
4575         for wrapped search if `isearch-wrap-function' is defined.
4576         (isearch-search): Call function saved in `isearch-pop-fun-state' to
4577         restore the mode-specific starting point of failed search.
4579         * info.el (Info-search-whitespace-regexp): Fix backslashes.
4580         (Info-search): Add new optional arguments for the sake of isearch.
4581         Replace whitespace in Info-search-whitespace-regexp literally.
4582         Add backward search.  Don't call `Info-select-node' if regexp is
4583         found in the same Info node.  Don't add node to Info-history for
4584         wrapped isearch.
4585         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
4586         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
4587         (Info-mode): Set local variables `isearch-search-fun-function',
4588         `isearch-wrap-function', `isearch-push-state-function',
4589         `search-whitespace-regexp'.
4591         * isearch.el: Remove ancient Change Log section.
4592         (isearch-string, isearch-message-string, isearch-point)
4593         (isearch-success, isearch-forward-flag, isearch-other-end)
4594         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4595         (isearch-barrier, isearch-within-brackets)
4596         (isearch-case-fold-search): Add suffix `-state' to state-related
4597         defsubsts to avoid name clashes with other function names.
4599         * simple.el (next-error): New defgroup and defface.
4600         (next-error-highlight, next-error-highlight-no-select):
4601         New defcustoms.
4602         (next-error-no-select): Let-bind next-error-highlight to the value
4603         of next-error-highlight-no-select before calling `next-error'.
4605         * progmodes/compile.el (compilation-goto-locus):
4606         Use `next-error' face instead of `region'.  Set 4-th argument of
4607         `move-overlay' to `current-buffer' to move overlay to different
4608         source buffers.  Use new variable `next-error-highlight'.
4610         * simple.el (next-error-find-buffer): Move the rule
4611         "if current buffer is a next-error capable buffer" after the
4612         rule "if next-error-last-buffer is set to a live buffer".
4613         Simplify to test all rules in one `or'.
4614         (next-error): Doc fix.
4615         (next-error, previous-error, first-error)
4616         (next-error-no-select, previous-error-no-select):
4617         Make arguments optional.
4619 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
4621         * macros.el (apply-macro-to-region-lines): Make it operate on all
4622         lines that begin in the region, rather than on all complete lines
4623         in the region.
4625 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4627         * x-dnd.el (x-dnd-protocol-alist): Document update.
4628         (x-dnd-known-types): Defcustom it.
4629         (x-dnd-handle-motif): Print message-atom in error message.
4631 2004-08-30  John Paul Wallington  <jpw@gnu.org>
4633         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
4634         strings rather than programatically constructing message.
4636 2004-08-30  Richard M. Stallman  <rms@gnu.org>
4638         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
4639         Don't return a string that would read as the wrong character code.
4641 2004-08-29  Kim F. Storm  <storm@cua.dk>
4643         * emulation/cua-base.el (cua-auto-expand-rectangles):
4644         Remove automatic rectangle padding feature; replace by non-destructive
4645         virtual rectangle edges feature.
4646         (cua-virtual-rectangle-edges): New defcustom.
4647         (cua-auto-tabify-rectangles): New defcustom.
4648         (cua-paste): If paste into a marked rectangle, insert rectangle at
4649         current column, even if virtual; also paste exactly as many lines
4650         as has been marked (ignore additional lines or add empty lines),
4651         but paste whole source if only one line is marked.
4652         (cua--update-indications): No longer use overwrite-cursor to
4653         indicate rectangle padding
4655         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
4656         (cua--rectangle-virtual-edges): New defun.
4657         (cua--rectangle-get-corners): Remove optional PAD arg.
4658         (cua--rectangle-set-corners): Never do padding.
4659         (cua--forward-line): Remove optional PAD arg.  Simplify.
4660         (cua-resize-rectangle-right, cua-resize-rectangle-left)
4661         (cua-resize-rectangle-down, cua-resize-rectangle-up):
4662         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
4663         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
4664         (cua--rectangle-move): Never do padding.  Simplify.
4665         (cua--tabify-start): New defun.
4666         (cua--rectangle-operation): Add tabify arg.  All callers changed.
4667         (cua--pad-rectangle): Remove.
4668         (cua--delete-rectangle): Handle delete with virtual edges.
4669         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
4670         (cua--insert-rectangle): Handle insert at virtual column.
4671         Perform auto-tabify if necessary.
4672         (cua--activate-rectangle): Remove optional FORCE arg.
4673         Never do padding.  Simplify.
4674         (cua--highlight-rectangle): Enhance for virtual edges.
4675         (cua-toggle-rectangle-padding): Remove command.
4676         (cua-toggle-rectangle-virtual-edges): New command.
4677         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
4678         (cua--rectangle-post-command): Don't force rectangle padding.
4679         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
4681 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
4683         * indent.el (edit-tab-stops-buffer): Doc fix.
4685 2004-08-28  Richard M. Stallman  <rms@gnu.org>
4687         * progmodes/grep.el (grep-default-command): Use find-tag-default.
4688         (grep-tag-default): Function deleted.
4690         * subr.el (find-tag-default): Move from etags.el.
4692         * progmodes/etags.el (find-tag-default): Move to subr.el.
4694         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
4695         into the basic character if it has an uppercase form.
4697 2004-08-27  Kenichi Handa  <handa@m17n.org>
4699         * international/utf-8.el (utf-8-post-read-conversion): If the
4700         buffer is unibyte, temporarily make it multibyte.
4702 2004-08-27  Masatake YAMATO  <jet@gyve.org>
4704         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
4706 2004-08-25  John Paul Wallington  <jpw@gnu.org>
4708         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
4709         0, 1, and many mismatches in message.
4710         (tex-start-shell): Use `set-process-query-on-exit-flag'.
4712         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
4713         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
4715 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4717         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
4718         vc-diff-switches differently.
4720 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
4722         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
4723         before and a real defvar after
4724         `speedbar-supported-extension-expressions'.  This is to silence
4725         the compiler without breaking bootstrapping.
4727 2004-08-22  Richard M. Stallman  <rms@gnu.org>
4729         * textmodes/flyspell.el (flyspell-word):
4730         Use set-process-query-on-exit-flag.
4731         (flyspell-highlight-duplicate-region): Take POSS as arg.
4732         (flyspell-word): Pass POSS as arg.
4734         * progmodes/ada-xref.el: Many doc and style fixes.
4735         (ada-find-any-references): Use compilation-start.
4736         (ada-get-ali-file-name): Improve error msg.
4737         (ada-get-ada-file-name): Likewise.
4739         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
4740         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
4742         * mail/mail-extr.el (mail-extr-all-top-level-domains):
4743         Add forward defvar.
4745         * whitespace.el (global-whitespace-mode): New alias
4746         for whitespace-global-mode.
4748         * speedbar.el (speedbar-file-regexp): Move definition up.
4749         (speedbar-mode, speedbar-set-mode-line-format):
4750         Use with-no-warnings.
4751         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
4753         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
4754         controls whether to display the error buffer.
4756         * ps-mule.el: Delete compatibility code for old Emacses.
4757         (ps-mule-find-wrappoint): Don't use chars-in-region.
4759         * frame.el (display-mouse-p, display-selections-p):
4760         Use with-no-warnings.
4762         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
4764 2004-08-22  David Kastrup  <dak@gnu.org>
4766         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
4767         information.
4769         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
4771 2004-08-22  Andreas Schwab  <schwab@suse.de>
4773         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
4775 2004-08-22  Masatake YAMATO  <jet@gyve.org>
4777         * cvs-status.el (cvs-status-checkout): New function.
4778         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
4780 2004-08-21  David Kastrup  <dak@gnu.org>
4782         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
4783         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
4784         has been converted to use hashtables, the relation `nil=none' is
4785         no longer valid, as `nil' is not a hashtable.  This patch tries to
4786         reduce the number of resulting errors.
4788 2004-08-21  John Paul Wallington  <jpw@gnu.org>
4790         * subr.el (process-kill-without-query): Made obsolete in
4791         version 21.4, not 21.5.
4793         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
4794         (vc-previous-comment, vc-next-comment)
4795         (vc-comment-search-reverse, vc-comment-search-forward)
4796         (vc-comment-to-change-log): Likewise.
4798         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
4800 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
4802         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
4803         Correct indentation of DEFMETHODS with non-standard method
4804         combinations (e.g., PROGN, MIN, MAX).
4806 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4808         * startup.el (normal-top-level-add-subdirs-to-load-path):
4809         Avoid unnecessarily checking system-type.
4810         (normal-top-level): Set TERM to "dumb".  Simplify.
4812         * avoid.el (mouse-avoidance-ignore-p): New fun.
4813         Also ignore switch-frame, select-window, double, and triple clicks.
4814         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
4815         (mouse-avoidance-fancy-hook): Use it.
4817 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
4819         * avoid.el (mouse-avoidance-nudge-mouse)
4820         (mouse-avoidance-banish-destination): Stay within the current window
4821         to avoid problems with mouse-autoselect-window.
4823 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4825         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
4826         the newer format of some messages in cvs-1.12.1.
4828 2004-08-19  Masatake YAMATO  <jet@gyve.org>
4830         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
4831         (elp-results-jump-to-definition-by-mouse)
4832         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
4833         (elp-output-result): Use elp-output-insert-symname.
4835 2004-08-18  Kenichi Handa  <handa@m17n.org>
4837         * language/cyrillic.el: Register koi8-r in
4838         ctext-non-standard-encodings-alist.
4839         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
4841 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
4843         * emacs-lisp/copyright.el (copyright-update-year): Delete code
4844         that replaces 20xy with xy.
4846 2004-08-17  John Paul Wallington  <jpw@gnu.org>
4848         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
4849         (reb-force-update): Doc fix.
4851 2004-08-16  Richard M. Stallman  <rms@gnu.org>
4853         * progmodes/which-func.el (which-func-update-1): Doc fix.
4855         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
4856         (sh-mode-abbrev-table): New variable.
4858         * progmodes/compile.el (compilation-mode): Doc fix.
4860         * emacs-lisp/lisp-mode.el (eval-last-sexp):
4861         Don't cons a new symbol each time.
4862         (eval-last-sexp-fake-value): New variable.
4864         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
4865         (copyright-update-year): Detect continuation of list of years.
4867         * term.el (term-default-fg-color, term-default-bg-color)
4868         (ansi-term-color-vector): Use `unspecified', not nil, as default.
4870         * imenu.el: Several doc fixes: don't say variables are buffer-local.
4872 2004-08-16  Davis Herring <herring@lanl.gov>
4874         * isearch.el (isearch-string, isearch-message-string, isearch-point)
4875         (isearch-success, isearch-forward-flag, isearch-other-end)
4876         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4877         (isearch-barrier, isearch-within-brackets)
4878         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
4880 2004-08-16  Kenichi Handa  <handa@m17n.org>
4882         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
4884 2004-08-15  Kenichi Handa  <handa@m17n.org>
4886         * term/x-win.el (x-selection-value): If utf8 was successful but
4887         ctext was not, use utf8 string.
4889 2004-08-14  Davis Herring  <herring@lanl.gov>
4891         * isearch.el: Remove accidental changes of March 4.  Fix backing
4892         up when a regexp isearch is made more general.  Use symbolic
4893         accessor functions for isearch stack frames to make usage clearer.
4894         (search-whitespace-regexp): Made groups in documentation shy (as
4895         is the group in the default value).
4896         (isearch-fallback): New function, addresses problems with regexps
4897         liberalized by `\|', adds support for liberalization by `\}' (the
4898         general repetition construct), and incorporates behavior for
4899         `*'/`?'.
4900         (isearch-}-char): New command, calls `isearch-fallback' with
4901         arguments appropriate to a typed `}'.
4902         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
4903         appropriately.
4904         (isearch-mode-map): Bind `}' to `isearch-}-char'.
4905         (isearch-string, isearch-message,string, isearch-point)
4906         (isearch-success, isearch-forward-flag, isearch-other-end)
4907         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4908         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
4909         New inline functions to read fields of a stack frame.
4911 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
4913         * battery.el (battery-linux-proc-acpi): Look into battery
4914         directories matching the literal string "CMB", too (required for
4915         Linux kernel version 2.6.7).
4917 2004-08-14  John Paul Wallington  <jpw@gnu.org>
4919         * cus-start.el (read-file-name-completion-ignore-case): Add.
4920         (blink-cursor-alist): Change version to "21.4".
4922         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
4924 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
4926         * speedbar.el (speedbar-scan-subdirs): New option.
4927         (speedbar-file-lists): Don't ignore file-name case on Unix and use
4928         dolist.
4929         (speedbar-insert-files-at-point): Take an extra argument and use
4930         it to optionally find out if a subdir is empty.  Also unreadable
4931         files don't get expand buttons.
4932         (speedbar-directory): New image (unused pixmap already existed).
4933         (speedbar-expand-image-button-alist): Use it.
4935 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
4937         CC Mode update to 5.30.9:
4939         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
4940         Move from cc-vars to cc-defs for dependency reasons.  Fix the
4941         POSIX char class test to check that it works in
4942         `skip-chars-(forward|backward)' too.
4944         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
4945         first argument starts with a special brace list.
4947         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
4948         when `c-opt-type-concat-key' is used (i.e. in Pike).
4950         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
4951         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
4952         >)".
4954         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
4955         whitespace safe.
4957         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
4958         position for `arglist-intro', `arglist-cont-nonempty' and
4959         `arglist-close' when there are two arglist open parens on the same
4960         line and there's nothing in front of the first.
4962         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
4963         locking of qualified names in Java, which previously could fontify
4964         common indexing expressions in many cases.  The standard Java
4965         naming conventions are used to tell them apart.
4967         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
4968         Fix inconsistency wrt opening parens on the first line inside a paren
4969         block.
4971         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
4972         compile time for the sake of `c-major-mode-is'.
4974         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
4975         `c-major-mode-is' in the event that this is used inside a
4976         `c-lang-defconst'.
4978         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
4979         `c-lang-defconst' so that it works better with fallback languages.
4981         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
4982         it to fail to record the base mode.
4984         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4985         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
4986         is used.  Reorder the syntax checks to get more efficient
4987         skipping in some situations.
4989         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
4990         continuation which might precede the newly inserted '{'.
4992         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4993         Fix cases where it could loop indefinitely.
4995         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
4996         size specs correctly.  Only fontify identifiers in front of '('
4997         with as functions - don't accept any paren char.  Tighten up
4998         initializer skipping to stop before function and class blocks.
5000         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5001         the point could be left directly after an open paren when finding
5002         the beginning of the first decl in the block.
5004         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
5005         table when filtering out legitimate open parens to be recorded.
5006         This could cause cache inconsistencies when e.g.
5007         `c++-template-syntax-table' was temporarily in use.
5009         * progmodes/cc-engine.el (c-on-identifier)
5010         (c-simple-skip-symbol-backward): Small fix for handling "-"
5011         correctly in `skip-chars-backward'.  Affected the operator lfun
5012         syntax in Pike.
5014         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
5015         Fix bug that could cause an error from `after-change-functions' when
5016         the changed region is at bob.
5018 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
5020         CC Mode update to 5.30.9:
5022         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
5023         to say that <TAB> doesn't insert WS into a CPP line.
5024         (c-indent-command, c-tab-always-indent): Amend doc strings.
5026         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
5027         checks for user errors, thus eliminating cryptic and unhelpful
5028         Emacs error messages.  (1) Check the arg to `c-set-style' is a
5029         string.  (2) Check that settings to `c-offsets-alist' are not
5030         spuriously quoted.
5032         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
5033         which precedes the newly inserted `{'.
5035 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
5037         Sync with Tramp 2.0.44.
5039         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
5040         function "tramp_file_attributes".  Otherwise, file names
5041         containing spaces are misinterpreted.  Reported by Magnus Henoch
5042         <mange@freemail.hu>.
5043         (tramp-handle-file-truename): FILENAME must be expanded first.
5044         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
5045         obscure results.  Reported by D. Goel <deego@gnufans.org>.
5046         (tramp-handle-verify-visited-file-modtime): If file does not
5047         exist, say it is not modified if and only if that agrees with the
5048         buffer's record.  Check whether a file is visiting the buffer, or
5049         the buffer has no recorded last modification time.  Return t in
5050         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
5051         <teirllm@auburn.edu>.
5052         (tramp-handle-write-region): Pass modtime explicitely to
5053         `set-visited-file-modtime', because filename can be different
5054         from (buffer-file-name) if `file-precious-flag' is set.
5055         `set-visited-file-modtime' must be called always when `visit' is t
5056         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
5057         (tramp-handle-set-visited-file-modtime): If `time-list' is not
5058         nil, don't apply the whole body.  If the file doesn't exists, set
5059         modtime to '(-1 65535).  Suggested by Luc Teirlinck
5060         <teirllm@auburn.edu>.
5062 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
5064         * help.el (describe-bindings): Doc fix.
5066         * subr.el (kbd): Doc fix.
5068 2004-08-08  John Paul Wallington  <jpw@gnu.org>
5070         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
5071         instead of `string-to-int'.
5072         (define-ibuffer-column mode): Fix indentation.
5074 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
5076         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
5078 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
5080         * subr.el (global-unset-key, local-unset-key): Doc fixes.
5082         * novice.el (disabled-command-function): New variable renamed from
5083         `disabled-command-hook'.
5084         (disabled-command-hook): Keep the _variable_ as alias for
5085         `disabled-command-function' and make obsolete.
5086         (disabled-command-function): Function renamed from
5087         `disabled-command-hook'.  Adapt code to name change of the variable.
5089 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
5091         * simple.el (completion-root-regexp): New defvar.
5092         (completion-setup-function): Use it instead of a literal string.
5094 2004-08-07  John Paul Wallington  <jpw@gnu.org>
5096         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
5097         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
5098         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
5099         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
5101 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
5103         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
5104         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
5106 2004-08-04  Kenichi Handa  <handa@m17n.org>
5108         * international/encoded-kb.el (encoded-kbd-setup-keymap):
5109         Fix previous change.
5111 2004-08-03  Kenichi Handa  <handa@m17n.org>
5113         * international/encoded-kb.el: The following changes are to
5114         utilize key-translation-map instead of minor mode map.
5115         (encoded-kbd-iso2022-non-ascii-map): Delete it.
5116         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
5117         (encoded-kbd-last-key): New function.
5118         (encoded-kbd-iso2022-single-shift): New function.
5119         (encoded-kbd-iso2022-designation)
5120         (encoded-kbd-self-insert-iso2022-7bit)
5121         (encoded-kbd-self-insert-iso2022-8bit)
5122         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
5123         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
5124         key-translation-map.
5125         (encoded-kbd-setup-keymap): Setup key-translation-map.
5126         (saved-key-translation-map): New variable.
5127         (encoded-kbd-mode): Save/restore key-translation-map.
5128         Adjust for the change of encoded-kbd-setup-keymap.
5130 2004-08-02  Kim F. Storm  <storm@cua.dk>
5132         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
5133         and call compute-motion with nil for topos and width to get proper
5134         usable width and height for both window and non-window systems.
5136         * windmove.el (windmove-coordinates-of-position): Let compute-motion
5137         calculate usable window width and height.
5139         * window.el (window-buffer-height): Call compute-motion with nil width.
5141 2004-08-01  David Kastrup  <dak@gnu.org>
5143         * replace.el (query-replace-read-from):
5144         Use `query-replace-compile-replacement'.
5145         (query-replace-compile-replacement): New function.
5146         (query-replace-read-to): Use `query-replace-compile-replacement'
5147         for repeating the last command.
5149 2004-08-01  John Paul Wallington  <jpw@gnu.org>
5151         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
5152         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
5153         (pr-switches): Remove period from end of error messages.
5155         * help-mode.el (help-go-back): Likewise.
5157         * abbrev.el (only-global-abbrevs): Doc fix.
5158         (edit-abbrevs-map): Define within defvar.
5159         (quietly-read-abbrev-file): Doc fix.
5161 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
5163         * novice.el (enable-command, disable-command): Doc fixes.
5165         * subr.el (event-modifiers, event-basic-type): Doc fixes.
5167 2004-07-30  Richard M. Stallman  <rms@gnu.org>
5169         * subr.el (with-local-quit): Doc fix.
5171 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
5173         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
5175 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
5177         * custom.el (defcustom): Doc fix.
5179 2004-07-28  Masatake YAMATO  <jet@gyve.org>
5181         * progmodes/etags.el (etags-tags-apropos): Show building progress.
5183 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5185         * imenu.el (imenu-prev-index-position-function)
5186         (imenu-extract-index-name-function, imenu-name-lookup-function)
5187         (imenu--index-alist): Docstring redundancy fix.
5189 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
5191         * wdired.el (wdired-finish-edit): Require dired-aux before locally
5192         binding dired-backup-overwrite.
5194 2004-07-25  John Paul Wallington  <jpw@gnu.org>
5196         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
5198 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
5200         * term/tty-colors.el (tty-color-approximate): Doc fix.
5202         * select.el (x-get-selection, x-set-selection): Doc fixes.
5204         * frame.el (make-frame): Doc fix.
5206 2004-07-24  Richard M. Stallman  <rms@gnu.org>
5208         * mail/rmail.el (rmail-mime-charset-pattern):
5209         Don't include semicolon in the charset value.
5211         * replace.el (occur-next-error): Call set-window-point.
5212         (occur-engine): Handle negative NLINES.
5214 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
5216         * frame.el (modify-all-frames-parameters): Minor doc fix.
5217         (set-frame-configuration): Doc fix.
5219 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
5221         * simple.el (completion-setup-function): Compute the common parts
5222         and the first difference place correctly when
5223         partial-completion-mode is on.
5225 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5227         * ps-print.el: Doc fix.
5228         (ps-print-version): New version 6.6.5.
5229         (ps-printing-region): Doc fix.
5230         (ps-generate-string-list): Comment fix.
5231         (ps-message-log-max): Code fix.
5233 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5235         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
5236         generated PostScript.
5238 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
5240         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
5241         with Gnus v5_10 branch.)
5243 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
5245         * calendar/time-date.el (time-to-number-of-days): New function.
5246         Imported from from Gnus.
5248 2004-07-22  Kim F. Storm  <storm@cua.dk>
5250         * progmodes/make-mode.el: Fix comments.
5252 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5254         * printing.el: Doc fix.
5256 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
5258         * frame.el (modify-all-frames-parameters): Minor doc fix.
5260 2004-07-20  Richard M. Stallman  <rms@gnu.org>
5262         * textmodes/fill.el (fill-nobreak-p): If this break point is
5263         at the end of the line, don't consider the newline which follows
5264         as a reason to return t.
5266 2004-07-19  John Paul Wallington  <jpw@gnu.org>
5268         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
5270 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
5272         * dired-aux.el (dired-do-kill-lines): Expand docstring.
5273         Delete irrelevant code.
5275 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
5277         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5278         New docstring.  From Luc Teirlinck.
5280 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
5282         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
5283         section.
5284         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
5285         non-file buffers.  We know it is nil.
5287 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
5289         Sync with Tramp 2.0.43.
5291         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5292         Remove outdated comment.
5293         (tramp-locked, tramp-locker): New variables for implementing a
5294         global lock.
5295         (tramp-sh-file-name-handler): Use them to implement the global lock.
5297 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
5299         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
5300         calls to respective `xxx` calls.
5301         (tramp-process-alive-regexp): Precise doc string.
5302         (tramp-multi-action-process-alive): New defun.
5303         (tramp-multi-actions): Use it.
5304         (tramp-handle-find-backup-file-name): `copy-tree' is available
5305         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
5306         in order to avoid this function.
5307         (tramp-handle-write-region): Set current buffer.  If connection
5308         wasn't open, `file-modes' has changed it accidently.  Reported by
5309         David Kastrup <dak@gnu.org>.
5310         (tramp-enter-password, tramp-read-passwd): New arguments USER and
5311         HOST.
5312         (tramp-action-password, tramp-multi-action-password): Apply it.
5313         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
5314         name must still contain the port number.  Otherwise, we have two
5315         Tramp buffers, with all the confusion.  Reported by Myron Selby
5316         <myron@xytech.com> and Rolf Dubitzky
5317         <Dubitzky@physi.uni-heidelberg.de>.
5319         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
5320         HOST to `tramp-enter-passwd'.
5322         * net/tramp-vc.el (all): Code cleanup.  Change all
5323         `tramp-handle-xxx' calls to respective `xxx` calls.
5325 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
5327         * emacs-lisp/testcover.el: New category "potentially-1valued" for
5328         functions that are not erroneous if either 1-valued or
5329         multi-valued.  Detect functions in this class.
5330         (testcover-1value-functions, testcover-compose-functions)
5331         (testcover-progn-functions) Add some additional functions to lists.
5332         (testcover-mark): Bugfix when marking up the definition for an
5333         empty function.
5335 2004-07-17  Richard M. Stallman  <rms@gnu.org>
5337         * replace.el (occur-read-primary-args): Pass default to
5338         read-from-minibuffer.
5340         * mail/footnote.el (footnote-section-tag): Use defcustom.
5342         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
5343         Compile font-lock-keywords, not KEYWORDS.
5344         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
5345         Add warn, check-type.  Handle cerror like error.
5347 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
5349         * progmodes/which-func.el (which-func-keymap): New var.
5350         (which-func-face): New face.
5351         (which-func-format): Use them.
5353 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
5355         * buff-menu.el (list-buffers-noselect): Append the buffer's
5356         process status to its mode name.
5358 2004-07-16  Kim F. Storm  <storm@cua.dk>
5360         * simple.el (inhibit-mark-movement): New defvar.
5361         (beginning-of-buffer, end-of-buffer): Do not push mark if
5362         inhibit-mark-movement is non-nil or C-u prefix is given.
5364         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
5365         Init to beginning-of-buffer and end-of-buffer.
5366         (cua--undo-push-mark): New defvar.
5367         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
5368         already active and command is in cua--preserve-mark-commands.
5369         Also fix check for shift modifier on non-window systems.
5370         (cua--post-command-handler): Clear inhibit-mark-movement if set.
5372 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
5374         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
5375         of two integers, instead of a cons.
5377         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5378         `visited-file-modtime' now returns a list of two integers, instead
5379         of a cons.
5381         * dired.el (dired-directory-changed-p): Ditto.
5383         * progmodes/grep.el (grep): Doc fix.
5385 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
5387         * autorevert.el (auto-revert-tail-mode)
5388         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
5389         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
5390         in both at the same time.
5391         (auto-revert-tail-mode): New command.
5392         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
5393         (auto-revert-handler): Revert only either tail or whole file.
5395         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
5396         add auto-revert-tail-mode.
5398 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5400         * printing.el: Doc fix.  Change name of some funs.
5401         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
5402         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
5403         (pr-standard-file-name): New fun.  Replace pr-standard-path.
5404         (pr-call-process): Code fix.
5406 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
5408         * subr.el (with-selected-window): Doc fix.
5410 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
5412         * subr.el (get-buffer-window-list): Doc fix.
5414 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
5416         * files.el (switch-to-buffer-other-window): Doc fix.
5418         * window.el (save-selected-window, one-window-p)
5419         (split-window-keep-point, split-window-vertically)
5420         (split-window-horizontally): Doc fixes.
5422 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5424         * printing.el: Doc fix.  Now it uses call-process instead of
5425         shell-command for low command execution.
5426         (pr-version): New version number (6.8).
5427         (pr-shell-file-name): Option removed.
5428         (pr-shell-command): Fun removed.
5429         (pr-call-process): New fun.  Replace pr-shell-command.
5430         (pr-standard-path, pr-remove-nil-from-list): New funs.
5431         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
5432         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
5433         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
5434         (pr-ps-utility-process, pr-txt-print): Code fix.
5436 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
5438         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
5439         boolean.
5441 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
5443         * wid-edit.el (widget-field-buffer): Doc fix.
5445 2004-07-09  John Paul Wallington  <jpw@gnu.org>
5447         * emacs-lisp/re-builder.el (reb-update-overlays):
5448         Distinguish between one and several matches in message.
5450 2004-07-09  Richard M. Stallman  <rms@gnu.org>
5452         * mouse.el (mouse-set-region-1): If transient-mark-mode
5453         is `identity', change it to `only'.
5455         * simple.el (current-word): Doc fix.
5457 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
5459         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
5460         so that it is more understanding of whitespace.
5462         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
5463         form
5464         (("ns" . "element") (attr-list) children) instead of
5465         ((:ns . "element") (attr-list) children) in order to reduce the
5466         number of symbols used.
5467         (xml-skip-dtd): Change to use xml-parse-dtd but set
5468         xml-validating-parsing to nil.
5469         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
5470         (xml-substitute-entity): Remove in favor of new entity substitution.
5471         (xml-substitute-special): Rewrite in to substitute complex
5472         entities from DOCTYPE declarations.
5473         (xml-parse-fragment): Parse fragments from entity deleclarations.
5474         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
5475         (xml-parse-dtd, xml-substitute-special): Make validity checks
5476         conditioned on xml-validating-parser.  Add "Not Well Formed" to
5477         error messages about well-formedness.
5479 2004-07-08  Steven Tamm  <steventamm@mac.com>
5481         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
5482         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
5483         Do not treat double clicks and triple clicks specially in the
5484         scroll bar (preventing strange repositioning problems)
5486 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5488         * replace.el (query-replace-regexp-eval): Fix last change.
5490 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5492         * replace.el (query-replace-descr): New fun.
5493         (query-replace-read-from, query-replace-read-args): Default to the
5494         previous from&to.
5495         (query-replace-read-to): Quote the `from' string when displaying it.
5496         (query-replace-regexp-eval): Immediately check read-only status.
5497         Use query-replace-read-from to get the \n checking.
5498         Quote the `from' string when displaying it.
5499         (map-query-replace-regexp, occur-read-primary-args):
5500         Quote the `from' string when displaying it.
5502         * isearch.el (isearch-query-replace): Pass the regexp-ness and
5503         delimited-ness of the search to query-replace.
5505         * replace.el (query-replace-read-from, query-replace-read-to):
5506         New funs extracted from query-replace-read-args.
5507         (query-replace-read-args): Use them.
5509         * replace.el (query-replace-interactive, query-replace-read-args):
5510         Remove the `initial' special value.
5511         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
5512         (occur-engine): Remove unused var `matchend'.
5514         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5515         Use the search string without prompting.
5517 2004-07-05  Kenichi Handa  <handa@m17n.org>
5519         * international/mule.el (decode-coding-inserted-region):
5520         Set last-coding-system-used only when coding is nil.
5522 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
5524         * progmodes/grep.el (grep-compute-defaults, grep-command)
5525         (grep-program, find-program, grep-find-use-xargs, grep-history)
5526         (grep-find-history, grep-tag-default, grep-find-command)
5527         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
5528         Add autoload cookies, for unbundled packages that load `compile'
5529         and expect all grep-related symbols to become defined.
5531 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
5533         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
5534         (iimage-mode-image-search-path): New user option to search the
5535         image file.
5536         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
5537         have locate-file.
5538         (iimage-mode-buffer): Use it.
5540 2004-07-03  Nick Roberts  <nickrob@gnu.org>
5542         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
5543         carefully.
5544         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
5546 2004-07-03  Juri Linkov  <juri@jurta.org>
5548         * replace.el (query-replace-read-args): Swallow space after 'foo,
5549         not after (quote foo).  Match space only immediately after symbol,
5550         not anywhere in the whole string.
5552 2004-07-02  Richard M. Stallman  <rms@gnu.org>
5554         * replace.el (query-replace-read-args): Swallow space after
5555         symbols, not after closeparens.  But avoid error if string ends there.
5557         * progmodes/python.el (python-beginning-of-statement):
5558         Exit the loop if backward-up-list gets error.
5560         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
5562 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
5564         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
5565         only if vc-consult-headers is non-nil.
5567 2004-07-02  Juri Linkov  <juri@jurta.org>
5569         * pcvs.el (cvs-mode-diff-repository): New command.
5571         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
5573 2004-07-01  Juri Linkov  <juri@jurta.org>
5575         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
5576         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
5577         C-M-% to isearch-query-replace-regexp.
5578         (minibuffer-local-isearch-map): Add arrow key bindings.
5579         Bind C-f to isearch-yank-char-in-minibuffer.
5580         (isearch-forward): Doc fix.
5581         (isearch-edit-string): Doc fix.
5582         (isearch-query-replace, isearch-query-replace-regexp): New funs.
5583         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
5584         (isearch-yank-char): Add optional arg.
5585         (isearch-yank-char-in-minibuffer): New fun.
5587         * replace.el (query-replace-interactive): Change type from boolean
5588         to choice.  Add value `initial'.
5589         (query-replace-read-args): Handle value `initial' of
5590         query-replace-interactive.
5592 2004-06-29  Kim F. Storm  <storm@cua.dk>
5594         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
5595         (breakpoint-disabled-bitmap-face): Add :group 'gud.
5597         * progmodes/ada-xref.el (ada-tight-gvd-integration):
5598         Add :group 'ada.
5600         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
5602 2004-06-29  Juri Linkov  <juri@jurta.org>
5604         * replace.el (query-replace-read-args): Swallow a space after
5605         everything except )]" which in most cases means after a symbol.
5607         * emacs-lisp/pp.el (pp-buffer): Add autoload.
5609 2004-06-28  Richard M. Stallman  <rms@gnu.org>
5611         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
5612         More changes to go with previous change in font-lock.el.
5614 2004-06-26  David Kastrup  <dak@gnu.org>
5616         * replace.el (perform-replace): Highlight the match even in
5617         non-query mode if there is potential replace string editing.
5619 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
5621         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
5622         agree with new return value of `file-remote-p'.
5623         This syncs with Tramp 2.0.42.
5625         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
5626         according to new documentation of `file-remote-p'.
5628         * files.el (file-remote-p): Fix doc to say that return value is
5629         identification of remote system, if not nil.
5630         (file-relative-name): Use new return value of `file-remote-p'.
5632 2004-06-26  Nick Roberts  <nickrob@gnu.org>
5634         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
5635         (gdb-goto-breakpoint): Fix breakage.
5637 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
5639         * man.el (Man-getpage-in-background): Add windows-nt to the list
5640         of systems where shell-file-name should be used instead of
5641         literal "sh".
5643 2004-06-25  Sam Steingold  <sds@gnu.org>
5645         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
5646         function names `(setf symbol)'.
5648 2004-06-24  Richard M. Stallman  <rms@gnu.org>
5650         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
5652         * font-lock.el (font-lock-keywords): Change format of compiled values.
5653         Document it.
5654         (font-lock-add-keywords): If font-lock-keywords is compiled,
5655         extract the uncompiled version, modify, then recompile.
5656         (font-lock-remove-keywords): Likewise.
5657         (font-lock-fontify-keywords-region): Handle changed format.
5658         (font-lock-compile-keywords): Handle changed format.
5659         (font-lock-set-defaults): Compile the keywords explicitly here.
5661 2004-06-24  David Kastrup  <dak@gnu.org>
5663         * replace.el (query-replace-read-args): Implement `\,' and `\#'
5664         replacements here.
5665         (query-replace-regexp): Doc string explaining this and the new
5666         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
5667         is better placed in `query-replace-read-args'.
5668         (replace-regexp): Explain `\,', `\#' and `\?'.
5669         (replace-match-data): New function for thorough reuse/destruction
5670         of old match-data.
5671         (replace-match-maybe-edit): Function for implementing `\?' editing.
5672         (perform-replace): Fix maintaining of the match stack including
5673         already matched regions, implement `\?', fix various problems
5674         with regions while editing and other stuff.
5675         (replace-highlight): Simplify.
5677 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
5679         * progmodes/grep.el (grep-error-screen-columns): New variable.
5680         (grep-regexp-alist): Give it the full functionality of gnu style
5681         compilation messages with line and column ranges.  Ask me for the
5682         perl script I'm working on, that uses these.
5684 2004-06-23  Nick Roberts  <nickrob@gnu.org>
5686         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
5687         Remove.
5688         (comint-insert-input, comint-mouse-insert-input): New functions
5689         based on comint-insert-clicked-input for two bindings but just
5690         one functionality.
5692 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
5694         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
5696 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
5698         * files.el (write-contents-functions): Doc fix.
5700 2004-06-21  Juanma Barranquero  <lektu@terra.es>
5702         * image.el (image-library-alist): Rewrite docstring in active voice.
5704 2004-06-20  Richard M. Stallman  <rms@gnu.org>
5706         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
5708         * isearch.el (isearch-repeat): Avoid testing old match data.
5709         (isearch-message): Display trailing space in special font
5710         when search is failing.
5711         (isearch-search-fun-function): Doc fix.
5713         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
5715 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
5717         * frame.el (show-trailing-whitespace): Doc fix.
5719         * cus-edit.el (custom-variable-documentation): New function.
5720         (custom-variable): Use it.
5722 2004-06-19  Nick Roberts  <nickrob@gnu.org>
5724         * man.el (Man-getpage-in-background): Revert previous change but
5725         make cygwin a special case.
5727 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
5729         * autorevert.el (global-auto-revert-non-file-buffers):
5730         Update docstring.
5732 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
5734         * progmodes/compile.el (compilation-error-properties): Store one
5735         more than end-col, if present, so that transient-mark-mode will
5736         highlight last char too.
5737         * progmodes/grep.el (grep-regexp-alist): Match columns and column
5738         ranges, if present.
5740 2004-06-18  Jason Rumney  <jasonr@gnu.org>
5742         * makefile.w32-in: Double percent signs in for loops.
5744 2004-06-17  David Kastrup  <dak@gnu.org>
5746         * replace.el (query-replace-read-args): Only warn about use of \n
5747         and \t when we are doing a regexp replacement and the actual
5748         escaped character is n or t.
5749         (query-replace-regexp): Add \, and \# interpretation to
5750         interactive call and document it.
5751         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
5752         as shortkey for replace-count.
5753         (replace-quote): New function for doubling backslashes.
5755 2004-06-17  Juanma Barranquero  <lektu@terra.es>
5757         * files.el (parse-colon-path, cd): Mention in docstring that the
5758         path separator is colon in GNU-like systems.
5760         * newcomment.el (comment-region-internal): Fix docstring.
5762         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
5763         (ewoc-invalidate, ewoc-collect): Doc fixes.
5764         (ewoc--create-node, ewoc--delete-node-internal):
5765         Fix typos in docstring.
5767 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
5769         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
5770         manual to docstring.
5772 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5774         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
5776 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
5778         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5779         Add hyperlink to emacs-xtra manual to docstring.
5781         * autorevert.el (global-auto-revert-non-file-buffers):
5782         Add hyperlink to emacs-xtra manual to docstring, as well as an
5783         info-link.
5785 2004-06-14  Juanma Barranquero  <lektu@terra.es>
5787         * image.el (image-library-alist): New variable to map image types
5788         to external libraries.  Initialized to nil, unless system-specific
5789         configs change it.
5790         (image-type-available-p): Determine whether an image type is
5791         available by calling `init-image-library'.
5793         * term/w32-win.el (image-library-alist): Initialize to a known set
5794         of probable library names.
5796 2004-06-14  Kenichi Handa  <handa@m17n.org>
5798         * international/code-pages.el (windows-1256, cp1125): Fix tables
5799         for several characters.
5801         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
5803 2004-06-13  Richard M. Stallman  <rms@gnu.org>
5805         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
5807         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
5808         not "`pc-selection-mode'".
5810         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
5812         * simple.el (previous-matching-history-element): Specify a default.
5814         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
5816         * cus-face.el (custom-declare-face): Simplify code.
5818         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
5820 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
5822         * files.el (before-save-hook): Add `time-stamp' to the options.
5824         * time-stamp.el (time-stamp): Recommend adding it to
5825         `before-save-hook', rather than `write-file-functions'.
5826         Make a similar change in `Commentary' section.
5828 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
5830         * diff-mode.el (diff-current-defun): If at start of hunk, use
5831         position of first change.
5833 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
5835         * dired-x.el (dired-mark-omitted): Bind to "*O".
5837 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
5839         * bookmark.el (bookmark-bmenu-relocate): New function, as
5840         suggested by David J. Biesack <David.Biesack@sas.com>.
5841         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
5842         (bookmark-bmenu-mode): Describe binding in doc string.
5843         (bookmark-set-filename): Save the bookmark list if it's time.
5845 2004-06-13  Kenichi Handa  <handa@m17n.org>
5847         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
5848         (ccl-untranslated-to-ucs): Fix typo.
5850 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
5852         * progmodes/python.el (python-open-block-statement-p):
5853         Fix indentation after a block opening that contains a comment.
5855 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
5857         * bindings.el (completion-ignored-extensions): Add file extensions
5858         of Python byte-compiled files.
5860 2004-06-12  Juri Linkov  <juri@jurta.org>
5862         * info.el (Info-goto-node): Add autoload.
5863         (Info-toc): Add substring-no-properties on Info file name.
5864         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
5865         (Info-mode-map): Bind L to Info-history, T to Info-toc.
5867 2004-06-12  Kenichi Handa  <handa@m17n.org>
5869         * international/mule-cmds.el (set-language-environment):
5870         Load subst tables if necessary.
5872         * international/mule.el (decode-char): Load subst tables if necessary.
5873         (encode-char): Likewise.
5875         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
5876         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
5877         (utf-16le-decode-loop): Set r5 to -1 before loop.
5878         (utf-16be-decode-loop): Likewise.
5879         (ccl-decode-mule-utf-16le): Add EOF processing block.
5880         (ccl-decode-mule-utf-16be): Likewise.
5881         (ccl-decode-mule-utf-16le-with-signature): Likewise.
5882         (ccl-decode-mule-utf-16be-with-signature): Likewise.
5883         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
5884         (ccl-mule-utf-16-encode-untrans): New CCL.
5885         (utf-16-decode-to-ucs): Handle pre-read character.
5886         (utf-16le-encode-loop): Handle surrogate pair.
5887         (utf-16be-encode-loop): Likewise.
5888         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
5889         of utf-16le-encode-loop.
5890         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
5891         of utf-16be-encode-loop.
5892         (mule-utf-16-post-read-conversion):
5893         Call utf-8-post-read-conversion at first.
5894         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
5895         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
5896         Add post-read-conversion and pre-write-conversion.
5898         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
5899         (utf-translate-cjk-unicode-range): New variable.
5900         (utf-translate-cjk-load-tables): New function.
5901         (utf-lookup-subst-table-for-decode): New function.
5902         (utf-lookup-subst-table-for-encode): New function.
5903         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
5904         tables here.  Update safe-charsets of utf-* coding systems.
5905         (ccl-mule-utf-untrans): New CCL.
5906         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
5907         at end of each branch.
5908         (ccl-mule-utf-8-encode-untrans): New CCL.
5909         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
5910         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
5911         length of encoding.  Don't return r0.
5912         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
5913         (utf-8-post-read-conversion): Narrow to region properly.
5914         If utf-translate-cjk-mode is on, load tables if necessary.
5915         Call utf-8-compose with hash-table arg if necessary.
5916         Call XXX-compose-region instead of XXX-post-read-convesion.
5917         (utf-8-pre-write-conversion): New function.
5918         (mule-utf-8): Include CJK charsets in safe-charsets if
5919         utf-translate-cjk-mode is on.  Add pre-write-conversion.
5921         * international/characters.el: Temporarily set
5922         utf-translate-cjk-mode to nil.
5924         * language/devan-util.el (devanagari-compose-region):
5925         Add autoload cookie.
5927         * international/ccl.el (ccl-dump-call): Fix printing the
5928         subroutine name.
5930 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
5932         * dired.el (dired-revert): If buffer is marked unmodified before
5933         reverting, keep it marked unmodified.
5934         Adapt to new conventions for commenting out code.
5935         (dired-make-relative): Adapt to new conventions for commenting out code.
5937 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
5939         * eshell/esh-module.el (eshell-load-defgroups):
5940         Bind `vc-handled-backends' to nil when opening files.
5942 2004-06-11  Juanma Barranquero  <lektu@terra.es>
5944         * files.el (parse-colon-path, cd): Doc fixes (refer to
5945         `path-separator', not colon).
5947 2004-06-10  Juanma Barranquero  <lektu@terra.es>
5949         * newcomment.el (comment-search-forward)
5950         (comment-search-backward): Fix typos in docstring.
5951         (comment-region): Doc fix.
5953 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5955         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
5956         switch is no longer stored in `dired-switches-alist'.
5958         * dired-aux.el (dired-insert-subdir): Do not store R switch in
5959         `dired-switches-alist'.
5961 2004-06-10  Kim F. Storm  <storm@cua.dk>
5963         * pcvs.el (cvs-mode-diff-yesterday): New command.
5965         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
5967 2004-06-10  Juri Linkov  <juri@jurta.org>
5969         * emacs-lisp/edebug.el (edebug-eval-defun):
5970         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
5971         Fix docstring.
5973         * simple.el (eval-expression-print-format): Don't print additional
5974         information on the first call to `eval-print-last-sexp'.
5975         (next-error-find-buffer): Fix punctuation.
5976         (killing) <defgroup>: Fix punctuation.
5977         (yank-excluded-properties): Change group from editing to killing.
5979         * replace.el (perform-replace): Use `limit' to terminate the
5980         while-loop explicitly.
5982 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5984         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
5985         Use lc-*.xpm as prefix instead of *-locol.xpm.
5987         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
5988         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
5989         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
5990         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
5991         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
5992         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
5993         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
5994         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
5995         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
5996         * toolbar/lc-up_arrow.xpm:
5997         Rename from *-locol.xpm.
5999 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
6001         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
6002         include forms like &<str>; as valid url patterns.
6004 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
6006         * dired.el (dired-diff, dired-backup-diff)
6007         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
6008         (dired-do-chown, dired-do-touch, dired-do-print)
6009         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
6010         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
6011         (dired-create-directory, dired-do-copy, dired-do-symlink)
6012         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
6013         (dired-do-copy-regexp, dired-do-hardlink-regexp)
6014         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
6015         (dired-maybe-insert-subdir, dired-next-subdir)
6016         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
6017         (dired-kill-subdir, dired-tree-up, dired-tree-down)
6018         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
6019         (dired-run-shell-command, dired-query): Remove redundant,
6020         or incorrect, autoloads.
6022         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
6023         does not end in a slash.  Add optional argument KILL-ROOT.
6024         Update docstring.
6025         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
6026         (dired-query): Add autoloads.
6028 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
6030         * progmodes/compile.el (compilation-set-window-height):
6031         Rearrange the save-* functions because a buffer can have several current
6032         point in different windows.
6033         (compilation-error-regexp-alist-alist): Recognize {standard input}
6034         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
6036 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6038         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
6039         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
6040         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
6041         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
6042         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
6043         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
6044         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
6045         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
6046         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
6047         * toolbar/up_arrow-locol.xpm:
6048         New versions of icons that uses fewer colors.
6050         * toolbar/tool-bar.el (tool-bar-local-item)
6051         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
6052         if display-color-cells is 256 or less.
6054 2004-06-08  Kim F. Storm  <storm@cua.dk>
6056         * wid-edit.el (widget-specify-button): Use hand pointer rather
6057         than mouse-face as visible mouse-over effect.
6059 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
6061         * saveplace.el (save-place-alist-to-file): Bind `print-length'
6062         and `print-level' to nil when writing out `save-place-alist'.
6063         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
6065 2004-06-07  Juanma Barranquero  <lektu@terra.es>
6067         * completion.el (completion-kill-region): Doc fix.
6069         * format.el (format-insert-annotations)
6070         (format-annotate-location): Doc fixes.
6071         (format-subtract-regions): Make arguments match their use in docstring.
6073         * simple.el (kill-region): Doc fix.
6075         * subr.el (insert-buffer-substring-no-properties)
6076         (insert-buffer-substring-as-yank): Doc fixes.
6078 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
6080         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6081         Update docstring.
6082         (dired-reset-subdir-switches): New function.
6084         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
6085         Limit scope of `buffer-read-only' binding.
6087 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
6089         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
6090         eshell-explicit-command-char.
6092 2004-06-06  Juanma Barranquero  <lektu@terra.es>
6094         * help-fns.el (help-argument-name): Inherit from italic face only
6095         if the frame supports it.
6097 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6099         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
6100         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
6101         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
6102         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
6103         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
6104         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
6105         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
6106         New conversions from xpm files.
6108         * toolbar/README: New file.
6110 2004-06-06  Richard M. Stallman  <rms@gnu.org>
6112         * isearch.el (isearch-mode-map): Undo previous change.
6114 2004-06-05  Juri Linkov  <juri@jurta.org>
6116         * bindings.el (debug-ignored-errors): Add regexps for history
6117         related messages.  Remove $ from "No further undo information".
6118         Move Ediff's messages to ediff.el.
6120         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
6122         * cus-edit.el (custom-display): Add `min-colors'.
6124         * custom.el (defface): Add `supports' to docstring.
6126         * help-fns.el (help-argument-name): Add :group 'help.
6128 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
6130         * find-dired.el (find-ls-subdir-switches): New user option.
6131         (find-dired): No longer call `abbreviate-file-name' on DIR.
6132         Set `dired-subdir-switches' buffer-locally.
6134         * locate.el: Merge the two `Commentary' sections.
6135         (locate-ls-subdir-switches): New user option.
6136         (locate): Update for other changes.
6137         (locate-mode-map): Restore Dired binding for mouse-2.
6138         Bind `locate-mouse-view-file' to M-mouse-2.
6139         Bind `l' to `locate-do-redisplay'.
6140         (locate-main-listing-line-p, locate-do-redisplay): New functions.
6141         (locate-mouse-view-file, locate-tags, locate-find-directory):
6142         Print message if used outside main listing.
6143         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
6144         Various changes to support inserted subdirectories.
6145         (locate-insert-header): Change header of *Locate* buffer.
6147         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
6148         Change interactive default switches.
6149         (dired-rename-subdir-2): Update `dired-switches-alist'.
6150         (dired-insert-subdir, dired-kill-subdir):
6151         Handle `dired-switches-alist'.  Do not mark buffer modified.
6152         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
6153         (dired-insert-subdir-doinsert): Omit messages.
6154         Handle `dired-subdir-switches'.
6155         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
6157         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
6158         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
6159         subdirs if -R switch is used for a subdir.
6160         (dired-mode): Set `dired-switches-alist'.
6161         (dired-build-subdir-alist): Only print number of directories in
6162         echo area when invoked interactively.
6164 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
6166         * dired-x.el (dired-omit-mode): Rename from
6167         dired-omit-files-p.  Use define-minor-mode to define it.
6168         (dired-omit-files-p): Add as alias for dired-omit-mode.
6169         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
6170         dired-mark-omitted.
6171         (dired-mark-omitted): Add.  Bind to M-O.
6173 2004-06-05  Kenichi Handa  <handa@m17n.org>
6175         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
6177 2004-06-05  Juanma Barranquero  <lektu@terra.es>
6179         * help-fns.el (help-argument-name): Reintroduce face.
6180         (help-default-arg-highlight): Use it, now that
6181         `face-differs-from-default-p' can be trusted.
6183 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
6185         * textmodes/table.el: Sentence commands added to Point Motion
6186         group; kill and backward-kill commands added to Extraction group.
6188 2004-06-04  Mario Lang  <mlang@delysid.org>
6190         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
6191         systems appear to use mW, make the code handle this.  Fix a
6192         division-by-zero bug while at it, and handle kernels with
6193         a slightly different layout in /proc/acpi.
6195 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
6197         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
6198         because the latter is a CL-ism.  This fixes the bug reported by
6199         Shawn Boyette <mdxi@collapsar.net> in
6200         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
6202 2004-06-04  Miles Bader  <miles@gnu.org>
6204         * faces.el (display-supports-face-attributes-p): Function moved to
6205         C code.  Previously only the tty-related portion of this function
6206         was done in C; however the previous attempt to do a halfway-proper
6207         job for non-tty displays in lisp didn't work properly because of
6208         funny conditions during Emacs startup.
6209         (face-differs-from-default-p): Simplify, now that
6210         display-supports-face-attributes-p works properly on all display
6211         types.  Remove :stipple from comparison; it doesn't really work
6212         in emacs anyway.
6214 2004-06-04  Miles Bader  <miles@gnu.org>
6216         * faces.el (face-differs-from-default-p): Use a different
6217         implementation, so we can really check whether FACE displays
6218         differently or not.
6220 2004-06-04  Miles Bader  <miles@gnu.org>
6222         * faces.el (display-supports-face-attributes-p): Implement a
6223         `different from default' check for non-tty displays.
6225 2004-06-03  David Kastrup  <dak@gnu.org>
6227         * woman.el (woman-mapcan): More concise code.
6228         (woman-topic-all-completions, woman-topic-all-completions-1)
6229         (woman-topic-all-completions-merge): Replace by a simpler and
6230         much faster implementation based on O(n log n) sort/merge instead
6231         of the old O(n^2) behavior.
6233 2004-06-03  Miles Bader  <miles@gnu.org>
6235         * subr.el (read-number): Use canonical format for default in prompt.
6237         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
6238         Add regexp for " [...]" style defaults.
6240 2004-06-02  Romain Francoise  <romain@orebokech.com>
6242         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
6243         groups: if the user asks for a hidden buffer, open the
6244         corresponding filter group to expose it.
6246         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
6247         `ibuffer-jump-to-buffer'.
6248         (ibuffer-jump-offer-only-visible-buffers): New user option.
6250 2004-06-02  Juanma Barranquero  <lektu@terra.es>
6252         * faces.el (frame-update-faces): Add empty docstring so the one
6253         for `ignore' doesn't show through.
6255         * subr.el (process-kill-without-query): Remove spurious "\n" on
6256         obsolescence string.
6257         (focus-frame, unfocus-frame): Add obsolescence declaration and
6258         empty docstring.
6260         * international/mule.el (register-char-codings): Make alias for
6261         `ignore'.  Move docstring to obsolescence info and remove redundancy.
6263 2004-06-02  Kim F. Storm  <storm@cua.dk>
6265         * frame.el (blink-cursor-start): Turn cursor off initially so blink
6266         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
6268 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6270         * comint.el (comint-replace-by-expanded-history-before-point):
6271         Obey `start' as the docstring says.
6272         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
6273         (comint-update-fence): Prevent font-lock from running unnecessarily.
6274         (comint-dynamic-list-completions): Use with-current-buffer.
6276 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6278         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
6279         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
6280         (bibtex-entry-update): Handle alternatives and optional fields.
6281         (bibtex-parse-entry): Bugfix, handle empty key.
6283 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6285         * vc-arch.el (vc-arch-state): Don't assume the file exists.
6287 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
6289         * desktop.el (desktop-save): Don't save minor modes without a
6290         known mode initialization function.
6292 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
6294         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
6296         * autorevert.el: Update `Commentary' section.
6298 2004-05-30  Juanma Barranquero  <lektu@terra.es>
6300         * dos-fns.el (convert-standard-filename):
6301         * files.el (convert-standard-filename):
6302         * w32-fns.el (convert-standard-filename):
6303         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
6305 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
6307         Sync with Tramp.
6309         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
6310         (tramp-let-maybe): Move to an earlier spot in the file.
6311         Patch by Andreas Schwab.
6313 2004-05-30  Andreas Schwab  <schwab@suse.de>
6315         * dired.el (dired-get-filename): Don't use dired-re-dot.
6317 2004-05-30  Richard M. Stallman  <rms@gnu.org>
6319         * files.el (find-file): Doc fix.
6321         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
6323 2004-05-30  Nick Roberts  <nickrob@gnu.org>
6325         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
6326         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
6327         modeline of the locals buffer.
6328         (gdb-goto-breakpoint): Handle gdbmi.
6329         (gdb-get-frame-number): Change for gdbmi.
6331 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
6333         * files.el (file-remote-p): Apply file name handler for operation
6334         `file-remote-p'.  It isn' a property any longer.
6335         (file-relative-name): `fh' and `fd' get the required value via
6336         `find-file-name-handler' already.
6338         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
6339         (top): Remove setting of `file-remote-p' property for
6340         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
6342 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
6344         Version 2.0.41 of Tramp released.
6346         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
6347         Throw away if process has died.
6348         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
6349         (tramp-out-of-band-prompt-regexp): Rename to
6350         `tramp-process-alive-regexp', because its usage is widen.
6351         (tramp-actions-copy-out-of-band): Apply it.
6352         (tramp-actions-before-shell, tramp-multi-actions):
6353         Add `tramp-action-process-alive' action.
6354         (tramp-action-process-alive): New defun.
6355         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6356         Add entry for `file-remote-p'.
6357         (tramp-handle-file-remote-p): New defun.
6358         (top): Remove setting of `file-remote-p'.  Don't set
6359         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
6361         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6362         `file-remote-p'.
6364         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
6365         counted for (last) line.  [They should or they shouldn't?  --Stef]
6366         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
6368 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
6370         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
6371         not really necessary but seems to keep the shell history smaller
6372         in some cases.  It is no substitute for setting HISTFILE and
6373         HISTSIZE from tramp-open-connection-setup-interactive-shell,
6374         though.  Suggested by Luc Teirlinck.
6375         (tramp-open-connection-setup-interactive-shell): Export variables
6376         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
6377         (tramp-set-process-query-on-exit-flag): New compat function.
6378         (tramp-open-connection-multi, tramp-open-connection-su)
6379         (tramp-open-connection-rsh, tramp-open-connection-telnet)
6380         (tramp-do-copy-or-rename-file-out-of-band): Use it.
6381         (tramp-let-maybe): New macro, let-binds a variable only if it
6382         isn't obsolete.
6383         (tramp-check-ls-commands, tramp-handle-expand-file-name)
6384         (tramp-handle-file-truename): Use it.
6385         (tramp-completion-file-name-regexp-unified): Avoid matching
6386         filenames starting with "/:" -- those are reserved for
6387         file-name-non-special.
6389         * tramp-smb.el (tramp-smb-open-connection):
6390         Use tramp-set-process-query-on-exit-flag compat function.
6392 2004-05-29  Richard M. Stallman  <rms@gnu.org>
6394         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
6396         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
6397         (eval-last-sexp-print-value): Print char equivalent regardless
6398         of standard-output value.
6400         * thumbs.el (thumbs-subst-char-in-string): Delete.
6401         (thumbs-thumbname): Use subst-char-in-string.
6402         (thumbs-resize-image): Use condition-case, not ignore-errors.
6403         (thumbs-kill-buffer): Likewise.
6405         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
6406         (thumbs-mode): Make buffer read-only.
6407         (thumbs-make-thumb): Unconditionally accept an existing file.
6408         (thumbs-insert-thumb): Add thumb-image-file property to the image.
6409         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
6410         (thumbs-show-thumbs-list): Error if images not supported.
6411         (thumbs-save-current-image): Improve prompt string.
6412         (thumbs-mode-map): Define u, R, x.
6413         (thumbs-unmark): New command.
6414         (thumbs-emboss-image): Minor cleanup.
6415         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
6416         (thumbs-rename-images): New command.
6417         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
6419         * thumbs.el (thumbs-current-image): New function.
6420         (thumbs-file-list, thumbs-file-alist): New functions.
6421         (thumbs-find-image): Delete arg L.
6422         Don't set up thumbs-fileL as buffer-local global var.
6423         (thumbs-find-image-at-point): Use thumbs-current-image.
6424         (thumbs-set-image-at-point-to-root-window): Likewise.
6425         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
6426         Record and warn about errors.  Update thumbs-markedL for deletions.
6427         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
6428         (thumbs-redraw-buffer): Use thumbs-file-list.
6429         (thumbs-mark): Use thumbs-current-image.
6430         (thumbs-show-name): Use thumbs-current-image.
6432         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
6433         and imenu--last-menubar-index-alist.
6435         * subr.el (with-selected-window): Undo previous change.
6437 2004-05-29  John Paul Wallington  <jpw@gnu.org>
6439         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
6440         (thumbs-mouse-find-image): New command.
6441         (thumbs-mode-map): Bind it to mouse-2.
6442         (thumbs-mode): Make mode-class special.
6443         (thumbs-view-image-mode): Likewise.
6445 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
6447         * flymake.el: New file.
6449 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
6451         * files.el (find-file-noselect-1): Do not bind
6452         `inhibit-read-only' to t during execution of
6453         `find-file-not-found-functions'.
6455 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6457         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
6458         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
6460 2004-05-28  Juri Linkov  <juri@jurta.org>
6462         * simple.el (eval-expression-print-format): New fun.
6464         * simple.el (eval-expression):
6465         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6466         * emacs-lisp/edebug.el (edebug-compute-previous-result)
6467         (edebug-eval-expression): Print additionally the value returned by
6468         `eval-expression-print-format'.
6470         * emacs-lisp/lisp.el (insert-pair-alist): New var.
6471         (insert-pair): Make arguments optional.  Find character pair
6472         from `insert-pair-alist' according to the last input event.
6473         (insert-parentheses): Make arguments optional.
6474         (raise-sexp, delete-pair): New funs.
6476         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
6477         (emacs-lisp-mode-map, lisp-interaction-mode-map):
6478         Bind C-M-q to `indent-pp-sexp'.
6480         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
6481         `pp-to-string' modified to be able to format text with newlines.
6482         (pp-to-string): Move the buffer-formatting part of the code to
6483         `pp-buffer'.  Call `pp-buffer'.
6485         * info.el (Info-desktop-buffer-misc-data): Don't save information
6486         about virtual files.
6487         (Info-restore-desktop-buffer): Restore Info buffers in prepared
6488         buffers with names obtained from the desktop file instead of the
6489         default *info* buffer.
6491 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6493         * subr.el (with-selected-window): Only save/restore the selected window.
6495         * progmodes/compile.el (compilation-error-regexp-alist):
6496         Use expand-file-name and data-directory.
6498         * progmodes/grep.el (grep-tree): Rework previous fix.
6500         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
6501         after the user marked text with the mouse.
6503         * startup.el (command-line): Keep the first regexp of
6504         auto-save-file-name-transforms intact.
6506 2004-05-28  Juanma Barranquero  <lektu@terra.es>
6508         * cus-edit.el (customize-face, customize-face-other-window)
6509         (custom-face-edit-delete): Make arguments match their use in
6510         docstring.
6511         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
6512         docstring.
6514         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
6515         not `cvs-butlast'.
6517         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
6518         `nbutlast' are in subr.el).
6520         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
6521         (set-w32-system-coding-system): Doc fixes.
6523         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
6524         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
6525         Make arguments match their use in docstring.
6526         (artist-draw-region-trim-line-endings)
6527         (artist-mouse-choose-operation): Fix typo in docstring.
6528         (artist-key-set-point-common): Doc fix.
6530 2004-05-28  Simon Josefsson  <jas@extundo.com>
6532         * mail/smtpmail.el (smtpmail-open-stream):
6533         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
6535 2004-05-26  Simon Josefsson  <jas@extundo.com>
6537         * starttls.el: Merge with my GNUTLS based starttls.el.
6538         (starttls-gnutls-program, starttls-use-gnutls)
6539         (starttls-extra-arguments, starttls-process-connection-type)
6540         (starttls-connect, starttls-failure, starttls-success): New variables.
6541         (starttls-program, starttls-extra-args): Doc fix.
6542         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
6543         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
6544         and pass on to corresponding *-gnutls function if it is set.
6546 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
6548         * autorevert.el (auto-revert-handler): Disable auto-reverting of
6549         remote files.
6551 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
6553         * files.el (file-name-non-special): There are more operations
6554         which need handling: `find-backup-file-name',
6555         `insert-file-contents', `verify-visited-file-modtime',
6556         `write-region'.  Rename t value of method to `add'.  Add new
6557         methods `quote' and `unquote-then-quote' to file-arg-indices.
6559 2004-05-25  Juri Linkov  <juri@jurta.org>
6561         * info.el (Info-toc): Call Info-mode on intermediate buffer.
6562         (Info-index-nodes): Enclose code in condition-case to catch errors.
6563         (Info-index-node): Don't search all index nodes if request is only
6564         for the current node and file is not in the cache of index nodes.
6565         (Info-mode-map): Bind Info-copy-current-node-name to `w'
6566         for consistency with dired-copy-filename-as-kill.
6567         Bind `S' to Info-search-case-sensitively.
6568         (Info-copy-current-node-name): New arg.  With zero prefix arg put
6569         the name inside a function call to `info'.  Display copied text in
6570         the echo area.
6572 2004-05-25  Sam Steingold  <sds@gnu.org>
6574         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
6575         strip the package prefix from the symbol name, if any.
6576         Make it the `find-tag-default-function' for `lisp-mode'.
6578 2004-05-25  John Paul Wallington  <jpw@gnu.org>
6580         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
6581         instead of obsolete `process-kill-without-query'.
6583         * textmodes/texinfmt.el (texinfo-indexvar-alist):
6584         Declare as variable, not constant.
6586 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
6588         * files.el (find-file-noselect-1): Fix bug introduced by
6589         Revision 1.694.  As a side effect, `inhibit-read-only'
6590         is again, by default, t during execution of
6591         `find-file-not-found-functions'.
6592         (insert-directory): Check that lines were really inserted by
6593         the --dired switch, before erasing them.
6595 2004-05-24  Nick Roberts  <nickrob@gnu.org>
6597         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
6598         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
6599         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
6600         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
6601         gud-minor-mode (gdbmi).
6603 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
6605         * net/browse-url.el (browse-url-interactive-arg): Enable user to
6606         explicitly select the text to be taken as URL.
6608 2004-05-23  Juri Linkov  <juri@jurta.org>
6610         * info.el (Info-index-nodes): New var and fun.
6611         (Info-goto-index, Info-index, info-apropos)
6612         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
6613         (Info-index): Fix docstring.  Store and restore Info-history-list.
6614         (Info-complete-nodes): New var.
6615         (Info-complete-menu-item): Use it.
6616         (Info-index-node): New fun.
6617         (Info-final-node, Info-forward-node, Info-backward-node)
6618         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
6619         Use Info-index-node.
6620         (Info-extract-menu-item, Info-extract-menu-counting): Set second
6621         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
6622         (Info-find-node-2): If a node with period in its name not found,
6623         try to find a node without the name part after period.
6624         (Info-select-node): Call Info-fontify-node only if
6625         Info-fontify-maximum-menu-size is not nil.
6626         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
6627         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
6628         Preserve Info-history-list.
6629         (Info-toc): Set Info-current-file.
6630         (Info-build-toc): Move point to the beginning of the buffer.
6631         Add main-file variable.
6632         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
6633         Use backslashed representation of the control character ^_.
6635         * textmodes/texinfmt.el (texinfo-print-index): Print index line
6636         numbers in the new Texinfo 4.7 format.
6638         * add-log.el (change-log-font-lock-keywords): Remove `:' from
6639         regexps for function and variable names.
6641         * descr-text.el (describe-property-list): Add [show] button for
6642         `syntax-table' property with action to pp to a separate buffer.
6643         (describe-char): Replace search-forward by re-search-forward with
6644         whitespace regexp after "character:" to not fail in too narrow windows.
6646         * simple.el (next-error-find-buffer): Add a rule to return
6647         next-error capable buffer if one window on the selected frame
6648         displays such buffer.
6650 2004-05-23  Nick Roberts  <nickrob@gnu.org>
6652         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
6653         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
6654         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
6655         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
6656         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
6657         Handle new value for gud-minor-mode (gdbmi).
6658         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
6659         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
6660         Change from local to global gdb variable set.
6661         (gdb-ann3): Initialise above gdb variable set.
6662         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
6663         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
6664         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
6665         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
6666         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
6667         (gdb-info-locals-handler, gdb-invalidate-assembler)
6668         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
6669         set as global variables.
6670         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
6671         Handle gdbmi.
6672         (gdb-info-breakpoints-custom): Fix regexp.
6673         (def-gdb-var): Delete.
6675         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
6676         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
6677         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
6678         a new mode.  The file (gdb-mi.el) for this mode will be included
6679         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
6680         primary interface.
6682 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
6684         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
6685         interpreted as a directory.
6687 2004-05-22  Richard M. Stallman  <rms@gnu.org>
6689         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
6690         as a close quote.
6692         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
6694         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
6695         Use assoc-string, not assoc-ignore-case.
6697         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
6699         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
6700         If moving back then fwd gets a defun that ends before point,
6701         try again moving fwd then back.
6703         * files.el (file-name-non-special): Allow t in file-arg-indices
6704         to mean requote the return value.  Use `identity' as an element
6705         rather than as the whole value.
6707         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
6709 2004-05-22  Juanma Barranquero  <lektu@terra.es>
6711         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
6712         `help-make-usage'.
6713         (help-highlight-arguments): Skip function name before searching
6714         for arguments.
6716 2004-05-21  Juanma Barranquero  <lektu@terra.es>
6718         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
6719         Don't mention in the docstring these arguments meant for
6720         internal (recursive) use only.
6721         (allout-char-spec): Comment out (it's not implemented).
6722         (allout-old-expose-topic, allout-exposure): Fix docstring and add
6723         obsolescence declaration.
6724         (allout-flatten-exposed-to-buffer)
6725         (allout-indented-exposed-to-buffer): Fix typos in docstring.
6726         (my-mark-marker): Doc fix.
6727         (produce-allout-mode-map, allout-sibling-index)
6728         (allout-isearch-expose, allout-distinctive-bullet)
6729         (allout-open-topic, allout-reindent-body)
6730         (allout-rebullet-heading, allout-process-exposed)
6731         (allout-insert-listified, allout-latex-verb-quote)
6732         (allout-insert-latex-header, allout-insert-latex-trailer):
6733         Make arguments match their use in docstring.
6734         (allout-primary-bullet, allout-old-style-prefixes)
6735         (allout-inhibit-protection, allout-init, allout-mode)
6736         (allout-before-change-protect, allout-flag-region):
6737         Use "Emacs" instead of "emacs" in docstrings.
6739 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
6741         * international/characters.el: Modify syntax of more characters.
6743 2004-05-21  Masatake YAMATO  <jet@gyve.org>
6745         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
6746         (etags-tags-completion-table): Show parsing progress.
6748 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
6750         * locate.el (locate-prompt-for-command): Shorten first line of
6751         docstring.
6752         (locate-mode): Expand docstring and include keymap summary.
6754         * files.el (find-file-noselect-1): Limit the scope of the
6755         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
6756         is, by default, nil during the execution of
6757         `find-file-not-found-functions' and `find-file-hook'.
6759 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
6761         * facemenu.el (facemenu-color-name-equal): New function.
6762         (list-colors-display): Use it to compare colors instead of
6763         facemenu-color-equal.
6765 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
6767         * compare-w.el (compare-windows-face): Use min-colors instead of
6768         checking for tty or pc types.
6770 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6772         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
6773         (completion-setup-function): Use with-current-buffer.
6774         Properly save excursion.  Simplify.
6775         Don't assume there is necessarily a `mouse-face' property somewhere.
6777         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
6779         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
6781         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
6782         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
6783         Use with-current-buffer.
6784         (byte-goto-log-buffer): Delete.
6785         (byte-compile-log-file): Call compilation-forget-errors.
6787 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
6789         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
6790         output messages into the search result.
6792 2004-05-19  Masatake YAMATO  <jet@gyve.org>
6794         * wid-edit.el (widget-radio-button-notify): Revert my last
6795         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6797 2004-05-19  Kenichi Handa  <handa@m17n.org>
6799         * international/characters.el: Fix syntax (open/close) of CJK chars.
6801 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
6803         * help-mode.el (help-go-back): Don't depend on position of back button.
6805 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6807         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
6808         files files don't contain an accidental additional /.
6810         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
6811         in source buffer.
6813 2004-05-18  Masatake YAMATO  <jet@gyve.org>
6815         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
6816         to widget-apply.  :action method assumes 2 arguments, not 3.
6818 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
6820         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6821         New constants.
6822         (hs-special-modes-alist): Add an f90-mode entry.
6824 2004-05-17  Sam Steingold  <sds@gnu.org>
6826         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
6827         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
6829 2004-05-16  Kim F. Storm  <storm@cua.dk>
6831         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
6833 2004-05-15  John Wiegley  <johnw@newartisans.com>
6835         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
6836         (eshell-output-object-to-target): Improve output speed 20% by not
6837         calling `eshell-stringify' if something is already known to be a string.
6839 2004-05-15  Alex Ott  <ott@jet.msk.su>
6841         * textmodes/ispell.el (ispell-local-dictionary-alist):
6842         Add windows-1251 to the choice of coding systems.
6843         (ispell-dictionary-alist-6): Add support for "russianw.aff",
6844         encoded in cp1251.
6846 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
6848         * progmodes/compile.el (compilation-warning-face)
6849         (compilation-info-face): Use min-colors.
6851 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6853         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
6854         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
6855         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
6856         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
6857         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
6858         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
6859         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
6860         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
6861         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
6862         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
6863         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
6864         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
6865         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
6866         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
6868 2004-05-15  Kim F. Storm  <storm@cua.dk>
6870         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
6871         Use it to set triggered-p element of timer.
6872         (timer-event-handler): Set triggered-p element non-nil while running
6873         the timer function.
6875 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6877         * descr-text.el (describe-char-unicode-data)
6878         (describe-char-unicodedata-file): Re-enable the unicode code now that
6879         the licensing issues have been cleared in the unicode-4 license.
6880         (describe-text-properties-1): Remove unused `overlay' var.
6881         (describe-char): Remove unused var `buffer'.
6883 2004-05-14  David Ponce  <david@dponce.com>
6885         * tree-widget.el: New file.
6887 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
6889         * language/european.el ("Brazilian Portuguese"): Add support for
6890         Brazilian Portuguese.
6892 2004-05-13  John Wiegley  <johnw@newartisans.com>
6894         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
6895         `recentf-mode' if this variable has been customized to t.
6897         * eshell/esh-test.el (eshell-test): Call the function
6898         `emacs-version' rather than trying to build a custom version string.
6900 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6902         * net/telnet.el (telnet-mode): Use define-derived-mode.
6903         Don't modify the global value of comint-prompt-regexp.
6905 2004-05-13  John Paul Wallington  <jpw@gnu.org>
6907         * version.el (emacs-version): Check for `gtk' feature before
6908         `x-toolkit' feature.
6910 2004-05-13  Juanma Barranquero  <lektu@terra.es>
6912         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
6913         arguments in the docstring, they're used only in recursive calls.
6915         * help-fns.el (help-arg-highlighting-function)
6916         (help-argument-name): Delete.
6917         (help-default-arg-highlight): New function.
6918         (help-do-arg-highlighting): Use it.
6920 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
6922         * calendar/appt.el (appt-disp-window):
6923         Use `calendar-set-mode-line' for a centered mode-line.
6925 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
6927         * calendar/appt.el (appt-disp-window): Do not split window
6928         excessively when `split-height-threshold' is low.
6930 2004-05-12  Nick Roberts  <nickrob@gnu.org>
6932         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
6933         kill-buffer-hook here and make it local.
6934         (gud-kill-buffer-hook): Use kill-process for a sure kill.
6936 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
6938         * progmodes/compile.el (compilation-set-window-height):
6939         Use save-excursion to protect against misplaced marker.
6941 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6943         * custom.el (defface): Document that type can have value gtk.
6945         * faces.el (face-spec-set-match-display): Handle type gtk in display.
6947 2004-05-12  Kenichi Handa  <handa@m17n.org>
6949         * descr-text.el: Require quail at comile time.
6950         (describe-char): If an input method is on and it supports the
6951         character, show how to input it.
6953         * international/quail.el (quail-install-decode-map): Accept a
6954         char-table whose subtype is `quail-decode-map'.
6955         (quail-store-decode-map-key, quail-gen-decode-map1)
6956         (quail-gen-decode-map, quail-find-key1, quail-find-key)
6957         (quail-show-key): New functions.
6959 2004-05-12  Juanma Barranquero  <lektu@terra.es>
6961         * generic.el (define-generic-mode): Remove redundant arglist info.
6963         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
6964         Make arguments match their use in docstring.
6965         (help-arg-highlighting-function): New variable.
6966         (help-argument-name): Mention it in the docstring.
6967         (help-do-arg-highlight): Use it.  Expand regexp to accept also
6968         ARG-xxx and xxx-ARG references.
6970 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
6972         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
6973         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
6974         and "mailto:addr1?to=addr2" equal.
6976 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
6978         * man.el (Man-getpage-in-background): Use shell-file-name
6979         and shell-command-switch variables instead of hard-coded values.
6981 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
6983         * iimage.el: New file.
6985 2004-05-11  Juanma Barranquero  <lektu@terra.es>
6987         * custom.el (custom-initialize-default, defcustom):
6988         Fix typo in docstring.
6990         * files.el (set-visited-file-name, file-expand-wildcards):
6991         Fix docstring.
6993 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6995         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
6997         * subr.el (eventp): Be more discriminating with integers.
6999 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
7001         * progmodes/compile.el (compile): Add universal prefix arg.
7002         (compilation-error-regexp-alist-alist): Add edg patterns.
7004 2004-05-10  Sam Steingold  <sds@gnu.org>
7006         * textmodes/ispell.el (ispell-message):
7007         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
7009 2004-05-10  Dave Love  <fx@gnu.org>
7011         * progmodes/python.el (help-buffer): Autoload when compiling.
7012         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
7013         (run-python): Prepend to any existing PYTHONPATH.
7015 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
7017         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
7018         for pending breakpoints.
7020 2004-05-10  Richard M. Stallman  <rms@gnu.org>
7022         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
7023         directly without calling any functions in Rmail.
7024         (unrmail-unprune): Function deleted.
7026 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7028         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
7029         C-c C-z binding.
7031 2004-05-10  Kenichi Handa  <handa@m17n.org>
7033         * descr-text.el (describe-char): Fix previous change.  Don't make
7034         a unibyte character to multibyte in the *Help* buffer.
7036 2004-05-10  Miles Bader  <miles@gnu.org>
7038         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
7039         buffer an error if the debugger process is actually running.
7041 2004-05-10  Juanma Barranquero  <lektu@terra.es>
7043         * help-fns.el (help-argument-name): Default to italic.
7044         (help-highlight-arguments): Return always (usage . doc), even when
7045         usage is nil.
7047         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
7048         (define-ibuffer-filter): Add usage info.
7049         (define-ibuffer-op): Add usage info (but CL-style defaults for
7050         keyword args are not shown).
7052         * subr.el (remove-overlays, read-passwd): Fix docstring.
7053         (start-process-shell-command): Fix docstring.  Put usage info in a
7054         format usable by `describe-function'.
7055         (open-network-stream, open-network-stream-nowait)
7056         (open-network-stream-server): Fix docstring.
7058 2004-05-09  Jason Rumney  <jasonr@gnu.org>
7060         * international/code-pages (cp932, cp936, cp949, c950): Remove.
7061         Only define cp125* if windows-125* is already defined.
7063         * language/korean.el (cp949): Add alias.
7065         * language/chinese.el (cp936, cp950): Add aliases.
7067         * language/japanese.el (cp932): Add alias.
7069         * term/w32-win.el: Require code-pages.
7071         * international/mule-cmds.el (set-locale-environment):
7072         On MS-Windows use ansi code-page for default coding-systems.
7073         Set up paper sizes for Windows 3 letter languages.
7075         * international/code-pages.el (cp932, cp936, cp949, cp950):
7076         Add aliases.  Also add cp125* if not already defined.
7078 2004-05-09  Juanma Barranquero  <lektu@terra.es>
7080         * help-fns.el (help-highlight-arguments): Don't try to highlight
7081         missing or autoloaded arglists.  Accept structured arguments, like
7082         the first ones of `do' and `flet'.
7084         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
7085         (cvs-get-marked): Remove redundant arglist info.
7087         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
7088         Don't use CL-style default args.
7090 2004-05-08  Andreas Schwab  <schwab@suse.de>
7092         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
7094         * international/subst-ksc.el: Fix references to utf-translate-cjk
7095         into utf-translate-cjk-mode.
7096         * international/subst-big5.el: Likewise.
7097         * international/subst-gb2312.el: Likewise.
7098         * international/subst-jis.el: Likewise.
7099         * international/utf-16.el: Likewise.
7100         * international/utf-8.el: Likewise.
7102 2004-05-08  John Wiegley  <johnw@newartisans.com>
7104         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
7105         "virtual buffers" (off by default), which makes it possible to
7106         switch to the "virtual" buffers of recently visited files.  When a
7107         buffer name search fails, and this option is on, iswitchb will
7108         look at the list of recently visited files, and permit matching
7109         against those names.  When the user hits RET on a match, it will
7110         revisit that file.
7111         (iswitchb-read-buffer): Add two optional arguments, which makes
7112         isearchb.el possible.
7113         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
7114         (iswitchb-next-match): Add support for virtual buffers.
7116         * isearchb.el: This module extends iswitchb to provide "as you
7117         type" buffer selection.
7119         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
7120         Ignore the read-only property when flyspell highlighting is on.
7121         Not ignoring it leads to a series of confusing errors.
7122         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
7123         but also make sure to call flyspell-incorrect-hook.
7124         (flyspell-maybe-correct-transposition): Perform transposition test
7125         by bit twiddling a string, rather than using a temp buffer.
7126         (flyspell-maybe-correct-doubling): Use a string rather than a temp
7127         buffer.  This is also the original version of the code, which
7128         could not be checked in before due to a previous lack of
7129         assignment papers.  This version has seen heavy usage on my system
7130         for several years now.
7132         * calendar/cal-bahai.el: New file, which adds support for the
7133         Baha'i calendar to Emacs.  This calendar is based on a solar year
7134         of 19 months of 19 days, with 4 intercalary days.  Each year
7135         begins on March 21, with the calendar starting in 1844.
7137         * calendar/cal-menu.el, calendar/calendar.el,
7138         calendar/diary-lib.el, calendar/holidays.el: Added support for
7139         using cal-bahai.el.
7141         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
7142         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
7143         function can be used outside of eshell buffers.
7144         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
7146 2004-05-08  Juanma Barranquero  <lektu@terra.es>
7148         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
7149         word constituent so FOO-ARG is not recognized as an arg.
7150         (help-highlight-arguments): Don't skip lists in mandatory arguments.
7152         * simple.el (next-error): Fix typo in docstring.
7153         (open-line): Make argument names match their use in docstring.
7154         (split-line): Fix docstring.
7156         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
7157         usable by `describe-function'.
7158         (gensym, gentemp, typep, ignore-errors): Make argument names match
7159         their use in docstring.
7161         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
7162         argument to `help-setup-xref'.
7164 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
7166         Version 2.0.40 of Tramp released.
7168         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
7169         Use symbol-function to invoke functions only known on some Emacs
7170         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
7171         Scaldeferri <kevin@scaldeferri.com>.
7172         (tramp-do-copy-or-rename-file-via-buffer): Rename from
7173         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
7174         consistent with the other tramp-do-* functions.
7175         (tramp-do-copy-or-rename-file): Calls adjusted.
7176         (tramp-process-initial-commands): Avoid liveness check on shell --
7177         we know that it must be alive since we're opening a connection at
7178         this moment.
7179         (tramp-last-cmd): New internal variable.
7180         (tramp-process-echoes): New tunable.
7181         (tramp-send-command): Set tramp-last-cmd.
7182         (tramp-wait-for-output): Delete echo, if applicable.
7183         (tramp-read-passwd): Construct the key for the password cache in a
7184         way that works for multi methods, too.
7185         (tramp-bug): Add backup-directory-alist and
7186         bkup-backup-directory-info to bug reports, with Tramp counterparts.
7188 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
7190         * net/tramp*.el: Suppress byte-compiler warnings where possible.
7192         * net/tramp.el (tramp-out-of-band-prompt-regexp)
7193         (tramp-actions-copy-out-of-band): New defcustoms.
7194         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
7195         used instead of a synchronous one.  Allows password entering.
7196         (tramp-action-out-of-band): New defun.
7197         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
7198         Remove restriction with password from doc string.
7199         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
7200         `tramp-out-of-band-prompt-regexp',
7201         `tramp-actions-copy-out-of-band', `password-cache' and
7202         `password-cache-expiry'.
7203         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
7204         password caching.
7205         (tramp-touch): FILE can be a local file, too.
7206         (TODO): Remove items done.
7207         (tramp-handle-insert-directory): Properly quote file name also if
7208         not full-directory-p.  Handle wildcard case.  Reported by Andreas
7209         Schwab <schwab@suse.de>.
7210         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
7211         new file.
7212         (tramp-handle-file-local-copy, tramp-handle-write-region):
7213         The permissions of the temporary file are set if filename exists.
7214         Reported by Ted Stern <stern@cray.com>.
7215         (tramp-backup-directory-alist)
7216         (tramp-bkup-backup-directory-info): New defcustoms.
7217         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
7218         (tramp-handle-find-backup-file-name): New function.
7219         Implements Tramp's find-backup-file-name.
7221         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
7222         for `find-backup-file-name'.
7224         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
7225         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
7227 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
7229         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
7231 2004-05-07  Juanma Barranquero  <lektu@terra.es>
7233         * subr.el (lambda): Add arglist description to docstring.
7234         (declare): Fix typo in docstring.
7235         (open-network-stream): Fix docstring.
7236         (process-kill-without-query): Fix docstring and add obsolescence info.
7237         (last, butlast, nbutlast): Make arguments match their use in docstring.
7238         (insert-buffer-substring-no-properties): Likewise.
7239         (insert-buffer-substring-as-yank): Likewise.
7240         (split-string): Fix docstring.
7242         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7243         Make argument names match their use in docstring.
7245         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
7247 2004-05-06  Nick Roberts  <nickrob@gnu.org>
7249         * progmodes/gdb-ui.el: Improve/extend documentation strings.
7250         Fit first sentence on one line for apropos-command.
7252 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7254         Changes largely merged in from Dave Love's code.
7255         * progmodes/python.el: Doc fixes.
7256         (python-mode-map): Add python-complete-symbol.
7257         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
7258         (python-comment-indent, python-complete-symbol)
7259         (python-symbol-completions, python-partial-symbol)
7260         (python-try-complete): New.
7261         (python-indent-line): Remove optional arg.  Use python-block-end-p.
7262         (python-check): Bind compilation-error-regexp-alist.
7263         (inferior-python-mode): Use rx.  Move keybindings to top level.
7264         Set comint-input-filter.
7265         (python-preoutput-filter): Use rx.
7266         (python-input-filter): Re-introduce.
7267         (python-proc): Start new process if necessary.
7268         Check python-buffer non-nil.
7269         (view-return-to-alist): Defvar.
7270         (python-send-receive): New.
7271         (python-eldoc-function): Use it.
7272         (python-mode-running): Don't defvar.
7273         (python-mode): Set comment-indent-function.
7274         Maybe update hippie-expand-try-functions-list.
7275         (python-indentation-levels): Initialize differently.
7276         (python-block-end-p): New.
7277         (python-indent-line): Use it.
7278         (python-compilation-regexp-alist): Augment.
7279         (run-python): Import `emacs' module to Python rather than loading
7280         code directly.  Set python-buffer differently.
7281         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
7282         Use python-proc.
7283         (python-send-command): Go to end of comint buffer.
7284         (python-load-file): Use python-proc, emacs.eimport.
7285         (python-describe-symbol): Simplify interactive form.
7286         Use emacs.help.  Do use temp-buffer-show-hook.
7287         Call print-help-return-message.
7288         (hippie-exp): Require when compiling.
7289         (python-preoutput-continuation): Use rx.
7291         * diff-mode.el (diff-make-unified): Fix regexp.
7293 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
7295         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
7296         filter groups from the buffer when rebuilding the Ibuffer buffer
7297         and `ibuffer-show-empty-filter-groups' is nil.
7299 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7301         * ps-print.el (ps-print-quote): Call ps-value-string.
7302         (ps-setup): Call ps-comment-string.
7303         (ps-value-string, ps-comment-string): New funs.
7305 2004-05-06  Juanma Barranquero  <lektu@terra.es>
7307         * ehelp.el (electric-help-command-loop): Check whether the last
7308         character is visible, not (point-max).
7310         * help-fns.el (help-argument-name): Default to bold; don't inherit
7311         from font-lock-variable-name-face.
7312         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
7314 2004-05-05  Kenichi Handa  <handa@m17n.org>
7316         * descr-text.el (describe-char): Copy the character with text
7317         properties and overlays into the first line, and call
7318         describe-text-properties on it.
7320 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
7322         * iswitchb.el (iswitchb-global-map): Fix typo.
7323         Remove unwanted ###autoloads from source file.
7325 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
7327         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
7328         in run-hooks.  Use substitute-command-keys in message.
7329         (wdired-abort-changes): Add message.
7331 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
7333         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
7334         (sql-emacs20-p): Remove.
7335         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
7336         (sql-builtin-face, sql-doc-face): Remove.
7337         (sql-mode-ansi-font-lock-keywords)
7338         (sql-mode-oracle-font-lock-keywords)
7339         (sql-mode-postgres-font-lock-keywords)
7340         (sql-mode-linter-font-lock-keywords)
7341         (sql-mode-ms-font-lock-keywords)
7342         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
7343         (sql-product-font-lock): Fix font-lock reset when font rules change.
7344         (sql-highlight-product): Remove incorrect font-lock reset logic.
7346 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
7348         * ses.el (ses-set-parameter): Fix typo.
7350 2004-05-04  Kim F. Storm  <storm@cua.dk>
7352         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
7353         Must expand directory for completion to work; and don't mess with
7354         process-environment.
7355         (ido-read-file-name): If command has ido property, don't use ido
7356         if value is ignore, or read as directory if value is dir.
7357         Set ido ignore property for dired-do-rename command.
7359 2004-05-04  Juanma Barranquero  <lektu@terra.es>
7361         * ehelp.el (electric-help-command-loop, electric-help-undefined)
7362         (electric-help-help): Check against unmapped commands.
7364         * help-fns.el (help-argument-name): New face, inheriting from
7365         font-lock-variable-name-face, to highlight function arguments in
7366         `describe-function' and `describe-key'.
7367         (help-do-arg-highlight): Auxiliary function to highlight a given
7368         list of arguments in a string.
7369         (help-highlight-arguments): Highlight the function arguments and
7370         all uses of them in the docstring.
7371         (describe-function-1): Use it.  Do docstring output via `insert',
7372         not 'princ', so text attributes are preserved.
7374         * winner.el (winner-mode-map): Move `winner-undo' and
7375         `winner-redo' to C-c <left> and C-c <right>, respectively (the
7376         previous bindings conflict with `prev-buffer', `next-buffer').
7378 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7380         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
7381         (bibtex-entry-update): New command bound to C-c C-u.
7382         (bibtex-text-in-string): Fix regexp.
7383         (bibtex-assoc-of-regexp): Remove.
7384         (bibtex-progress-message): Fix docstring.
7385         (bibtex-inside-field): Use if.
7386         (bibtex-assoc-regexp): New function.
7387         (bibtex-format-entry): Make code more robust so that it formats
7388         also old entries.
7389         (bibtex-autokey-demangle-title): Merge with obsolete function
7390         bibtex-assoc-of-regexp.
7391         (bibtex-field-list): New function.
7392         (bibtex-entry): Use bibtex-field-list.
7393         (bibtex-parse-entry): Fix docstring.
7394         (bibtex-print-help-message): Use bibtex-field-list.
7395         (bibtex-make-field): Use bibtex-field-list.
7396         (bibtex-entry-index): Bugfix.  Return crossref key if required.
7397         (bibtex-lessp): Fix docstring.
7399 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
7401         * select.el (xselect-convert-to-string): Move comment to intended line.
7403 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7405         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
7406         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
7408 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7410         * term/x-win.el (x-clipboard-yank): Don't exit on error from
7411         x-get-selection.
7413 2004-05-03  Jason Rumney  <jasonr@gnu.org>
7415         * makefile.nt: Remove.
7417 2004-05-03  Kim F. Storm  <storm@cua.dk>
7419         * emulation/cua-base.el (cua--update-indications): Fix last change.
7420         (cua-mode): Deactivate mark when cua-mode is enabled.
7422 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
7424         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
7426 2004-05-03  Nick Roberts  <nickrob@gnu.org>
7428         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
7429         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
7430         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
7431         window over visible frames.
7432         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
7434 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7436         * progmodes/compile.el (compilation-gcpro): New var.
7437         (compilation-fake-loc): Use it.
7438         (compilation-forget-errors): Reset it.
7440 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
7442         * diff-mode.el (diff-header-face, diff-file-header-face):
7443         Use min-colors.
7445 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7447         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
7448         (bibtex-clean-entry): Disentangle code.
7449         (bibtex-realign): New function.
7450         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
7451         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
7452         Remove undocumented optional arg called-by-convert-alien.
7453         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
7454         for sorting instead of bibtex-sort-buffer.
7456 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
7458         * progmodes/compile.el (compilation-start): In the
7459         no-async-subprocesses branch, call sit-for to give redisplay a
7460         chance to show the updated process status in the mode line, and
7461         fontify the buffer explicitly after the process exits.
7463 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7465         * progmodes/python.el (python-compilation-line-number): Remove.
7466         (python-compilation-regexp-alist): Don't use it any more.
7467         (python-orig-start, python-input-filter): Remove.
7468         (inferior-python-mode): Don't set up comint-input-filter-functions.
7469         (python-send-region): Use compilation-fake-loc.
7471         * progmodes/compile.el (compilation-messages-start): New var.
7472         (compilation-mode): Don't setup next-error-function here.
7473         (compilation-setup): Set it up here instead (for minor modes as well).
7474         Make compilation-messages-start buffer local.
7475         (compilation-next-error-function): Use it.
7476         (compilation-forget-errors): Set compilation-messages-start.
7478 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
7480         * ielm.el (ielm-prompt-read-only): Update docstring.
7482         * comint.el (comint-prompt-read-only): Update docstring.
7483         (comint-update-fence, comint-kill-whole-line)
7484         (comint-kill-region): New functions.
7486         * simple.el (kill-whole-line): Use "p" instead of "P" in
7487         interactive form.
7489 2004-05-01  Juanma Barranquero  <lektu@terra.es>
7491         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
7492         format arglist so default values in CL-style argument lists are
7493         correctly shown.
7495 2004-05-01  Jason Rumney  <jasonr@gnu.org>
7497         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
7499 2004-05-01  Kenichi Handa  <handa@m17n.org>
7501         * international/titdic-cnv.el (miscdic-convert): Don't generate a
7502         quail file if it is up to date.
7504 2004-04-30  Juri Linkov  <juri@jurta.org>
7506         * cus-edit.el (custom-mode-map):
7507         Add key binding `C-x C-s' to `Custom-save'.
7509         * outline.el (outline-blank-line): New var.
7510         (outline-next-preface, outline-show-heading)
7511         (outline-end-of-subtree): Use it.
7513         * dired-aux.el (dired-touch-initial): New fun.
7514         (dired-do-chxxx): Call it for op-symbol `touch'.
7515         (dired-diff): Use `dired-dwim-target-directory'
7516         if current dired buffer has no buffer mark.
7518         * bindings.el (propertized-buffer-identification):
7519         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
7520         Add C-M-arrow keys for consistency.
7522         * files.el (confirm-kill-emacs):
7523         Change group from top-level `emacs' to `convenience'.
7525         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7526         Push mark on the first call of successive command calls.
7527         (insert-pair): New fun created from `insert-parentheses' with
7528         `open' and `close' arguments added.  Enclose active regions
7529         in paired characters.  Compare adjacent characters syntax with
7530         inserted characters syntax before inserting a space.
7531         (insert-parentheses): Call `insert-pair' with ?\( ?\).
7533         * delsel.el: Don't put `delete-selection' property
7534         on `insert-parentheses' symbol to take advantage of
7535         region handling in `insert-pair' function.
7536         Suggested by Stephan Stahl <stahl@eos.franken.de>.
7538 2004-04-30  Kim F. Storm  <storm@cua.dk>
7540         * emulation/cua-base.el: Add support for changing cursor types;
7541         based on patch from Michael Mauger.
7542         (cua-normal-cursor-color, cua-read-only-cursor-color)
7543         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
7544         Customization cursor type and/or cursor color.
7545         (cua--update-indications): Handle cursor type changes.
7546         (cua-mode): Update cursor indications if enabled.
7548         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
7550         * mouse.el (mouse-drag-copy-region): New defcustom.
7551         (mouse-set-region, mouse-drag-region-1): Use it.
7553         * simple.el (kill-ring-save): If region face background color is
7554         unspecified (if no highlighting), show extent of fully visible
7555         region even if transient-mark-mode is enabled.
7557         * emulation/cua-base.el (cua--standard-movement-commands):
7558         Add cua-scroll-up and cua-scroll-down.
7559         (cua-scroll-up, cua-scroll-down): New commands.
7560         (cua--init-keymaps): Remap scroll-up and scroll-down.
7562         * emulation/cua-rect.el (cua--convert-rectangle-as):
7563         New defmacro.
7564         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
7565         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
7566         New commands (suggested by Jordan Breeding).
7568 2004-04-30  Juanma Barranquero  <lektu@terra.es>
7570         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
7572 2004-04-30  Mario Lang  <mlang@delysid.org>
7574         * diff.el (diff-switches): Fix typo in docstring.
7576 2004-04-30  Alex Schroeder  <alex@gnu.org>
7578         * xml.el (xml-debug-print-internal): Don't add newline and
7579         indentation to text nodes and write empty elements as empty tags
7580         instead of opening and closing tags.
7581         (xml-debug-print): Take optional indent-string argument.
7582         (xml-print): Alias for xml-debug-print.
7584 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
7586         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
7587         than duplicate call to `line-beginning-position'.
7589         * progmodes/f90.el (f90-get-present-comment-type):
7590         Return whitespace, as well as comment chars, for consistent filling
7591         of comment blocks.  Use `match-string-no-properties'.
7592         (f90-break-line): Trim trailing whitespace when filling comments.
7594 2004-04-30  Dave Love  <fx@gnu.org>
7596         * calendar/diary-lib.el (diary-outlook-formats): New variable.
7597         (diary-from-outlook-internal, diary-from-outlook)
7598         (diary-from-outlook-gnus, diary-from-outlook-rmail):
7599         New functions to import diary entries from Outlook-format
7600         appointments in mail messages.
7602 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7604         * progmodes/python.el (python-send-command): New fun.
7605         (python-send-region, python-load-file): Use it.
7607         * progmodes/compile.el (compilation-last-buffer): Add var alias.
7609         * help-fns.el (help-C-file-name): Use new subr-name.
7610         Prepend `src/' to the file name.
7611         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
7612         (describe-function-1, describe-variable): Only find a C source file
7613         name if DOC is already loaded.
7615         * help-mode.el (help-function-def, help-variable-def):
7616         Use the new find-function-search-for-symbol functionality.
7617         Allow FILE to be `C-source'.
7619         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
7620         (find-function-C-source): New fun.
7621         (find-function-search-for-symbol): Use it.
7623 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
7625         * progmodes/sql.el (sql-product-alist): Rename variable
7626         `sql-product-support'.  Add Postgres login parameters.
7627         (sql-set-product, sql-product-feature): Update with renamed variable.
7628         (sql-connect-postgres): Add username prompt.
7629         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
7630         Make patterns less product specific.
7631         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
7632         (sql-mode-abbrev-table): Modify initialization.
7633         (sql-builtin-face): Add variable.
7634         (sql-keywords-re): Add macro.
7635         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
7636         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
7637         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
7638         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
7639         (sql-mode-linter-font-lock-keywords)
7640         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
7641         (sql-mode-sybase-font-lock-keywords)
7642         (sql-mode-informix-font-lock-keywords)
7643         (sql-mode-interbase-font-lock-keywords)
7644         (sql-mode-ingres-font-lock-keywords)
7645         (sql-mode-solid-font-lock-keywords)
7646         (sql-mode-sqlite-font-lock-keywords)
7647         (sql-mode-db2-font-lock-keywords): Default to nil.
7648         (sql-product-font-lock): Always highlight ANSI keywords.
7649         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
7650         (sql-send-string): Add function.
7652 2004-04-29  Dave Love  <fx@gnu.org>
7654         * progmodes/cfengine.el (cfengine-beginning-of-defun)
7655         (cfengine-end-of-defun): Ensure progress through buffer.
7657         * info-look.el (cfengine-mode): Accept a terminal ().
7659 2004-04-29  Juri Linkov  <juri@jurta.org>
7661         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
7662         instead of isearch-yank-word-or-char.  Add new key bindings for
7663         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
7664         (isearch-del-char): New fun.
7665         (isearch-forward, isearch-edit-string): Update docstring.
7666         (isearch-yank-char): Doc fix.
7667         (isearch-other-meta-char): Restore point after scrolling.
7669         * progmodes/compile.el (compilation-context-lines): Add nil option
7670         to disable compilation output window scrolling.
7671         (compilation-set-window): Use it.
7673         * outline.el (outline-next-preface, outline-show-heading):
7674         Don't leave unhidden blank line before heading.
7675         (outline-end-of-subtree): Include last newline into subtree.
7676         (hide-entry): Leave point at beginning of heading instead of end.
7677         (outline-up-heading): Push mark for the first call of successive
7678         command calls.
7680 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
7682         * comint.el (comint-prompt-read-only): New variable.
7683         (comint-output-filter): Implement it.
7685         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
7686         (ielm-prompt-internal): New variable.
7687         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
7688         (ielm-send-input): Delete unused variable `buf'.
7689         (ielm-eval-input): Use `ielm-prompt-internal'.
7690         (inferior-emacs-lisp-mode): Use new variables
7691         `comint-prompt-read-only' and `ielm-prompt-internal'.
7692         Get rid of obsolete variable `directory-sep-char'.
7693         (ielm): Use `zerop'.
7695 2004-04-29  John Paul Wallington  <jpw@gnu.org>
7697         * thumbs.el (toplevel): Require cl at compile time.
7698         Remove conditional definitions of `ignore-errors' and `caddar'
7699         because they occur at run time.
7701 2004-04-28  Nick Roberts  <nickrob@gnu.org>
7703         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
7704         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
7705         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
7706         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
7708         * progmodes/gud.el (gud-common-init): Throw an error if program is
7709         already running under gdb.
7711 2004-04-28  John Paul Wallington  <jpw@gnu.org>
7713         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
7714         (thumbs-show-image-num): Move assignment of
7715         `thumbs-current-image-filename' within scope of `i'.
7716         (thumbs-emboss-image): Don't use `evenp'.
7718 2004-04-28  Richard M. Stallman  <rms@gnu.org>
7720         * progmodes/compile.el (compilation-context-lines): Default now 0.
7722 2004-04-28  Juanma Barranquero  <lektu@terra.es>
7724         Use `time-less-p' from calendar/time-date.el instead of defining
7725         custom versions of it.
7727         * pcomplete.el (pcomplete-time-less-p): Remove.
7729         * thumbs.el (time-less-p): Remove.
7731         * calendar/timeclock.el (timeclock-time-less-p): Remove.
7732         (timeclock-generate-report): Use `time-less-p'.
7734         * emacs-lisp/autoload.el (autoload-before-p): Remove.
7735         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
7737 2004-04-28  Masatake YAMATO  <jet@gyve.org>
7739         * subr.el (remove-overlays): Make arguments optional.
7741         * wid-edit.el (widget-specify-button): Put evaporate to the
7742         overlay for sample.
7743         (widget-specify-sample): Put evaporate to the overlay for sample.
7744         (widget-specify-doc): Put evaporate to the overlay for documentation.
7746 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
7748         * info.el (info-apropos): Make it an index node.  Align node names
7749         like makeinfo.
7751 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
7753         * net/browse-url.el (browse-url-netscape-sentinel)
7754         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
7755         (browse-url-epiphany-sentinel, browse-url-mosaic):
7756         Use browse-url-*-program instead of a literal program name.
7758 2004-04-27  Kevin Ryde  <user42@zip.com.au>
7760         * eshell/em-alias.el:
7761         * eshell/em-dirs.el:
7762         * eshell/em-hist.el:
7763         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
7764         features when M-x customize-group loads modules before the main
7765         eshell.el.
7767 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
7769         * subr.el (momentary-string-display): Support EXIT-CHAR that is
7770         either a character representation of an event or an event
7771         description list.
7773         * type-break.el: Capitalise Emacs and Lisp.
7774         (type-break-good-break-interval, type-break-demo-boring-stats)
7775         (type-break-terse-messages, type-break-file-name): New defcustoms.
7776         (type-break-post-command-hook)
7777         (type-break-warning-countdown-string): Quote variable names in doc.
7778         (type-break-interval-start, type-break-auto-save-file-name): New vars.
7779         (type-break-mode): Document type-break-good-break-interval and the
7780         "session" file.  Schedule break according to the session file.
7781         Kill session file buffer on exit.  Organise for save-some-buffers
7782         to always save the session file.
7783         (type-break-mode-line-message-mode, type-break-query-mode):
7784         Uppercase arguments.
7785         (type-break-file-time, type-break-file-keystroke-count, timep)
7786         (type-break-choose-file, type-break-get-previous-time)
7787         (type-break-get-previous-count): New defuns.
7788         (type-break): Avoid break querying after a completed break in the
7789         case where the query was initiated during user invocation of the
7790         break.  Optional terse messages.
7791         Use type-break-good-break-interval if type-break-good-rest-interval is
7792         nil.  File the break time.
7793         (type-break-schedule): New optional args for overriding the use of
7794         the current time.
7795         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
7796         after a break.
7797         (type-break-check): File the keystroke count.
7798         (type-break-do-query): Prevent a second query when the break is
7799         interrupted.  Optional terse message.
7800         (type-break-keystroke-reset): Record the start of a typing interval.
7801         (type-break-demo-boring): Optional terse messages.  Display word
7802         per minute and keystroke counts according to
7803         type-break-demo-boring-stats.
7805 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
7807         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
7808         directories, make sure they exist under archive-tmpdir.
7810 2004-04-27  Juri Linkov  <juri@jurta.org>
7812         * help.el (view-emacs-news): With argument, display info for the
7813         selected version by finding it among different NEWS files, and
7814         narrowing the buffer to the selected version.
7816         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
7817         same-window-buffer-names.
7818         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
7819         non-numeric prefix argument, append the number to the buffer name
7820         for numeric prefix argument.
7821         (info-other-window): Bind same-window-regexps to nil.
7822         (Info-reference-name): Rename to Info-point-loc.
7823         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
7824         and Info-find-index-name for stringy Info-point-loc.
7825         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
7826         without middle `.', but with final `.' and optional line number
7827         for it.  Set Info-point-loc for index nodes.
7828         (Info-index): Remove middle `.' from index entry regexp.
7829         Modify line number regexp.
7830         (Info-index-next): Decrement line number.
7831         (info-apropos): Remove middle `.' from index entry regexp.
7832         Add optional line number regexp at the end.  Add matched value
7833         for line number to the result list and insert it to the buffer.
7834         Replace match-string by match-string-no-properties.
7835         Reorder result list.
7836         (Info-fontify-node): Hide index line numbers.
7837         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
7838         empty matches.
7839         (Info-follow-reference): Use `str' instead of
7840         Info-following-node-name-re.
7841         (Info-toc): Use full file names.  Set Info-current-node to "Top".
7842         (Info-fontify-node): Compare file names without directory name.
7843         (Info-try-follow-nearest-node): Don't set Info-reference-name.
7844         Set second arg of Info-extract-menu-node-name for index nodes.
7845         (info-xref-visited): Use magenta3 instead of magenta4.
7846         (Info-mode): Add info-apropos to docstring.
7848         * log-view.el (log-view-diff): Replace interactive code "r"
7849         by a list to allow to call it even if region is not active.
7851         * paren.el (show-paren-highlight-openparen): New var.
7852         (show-paren-function): Turn on openparen highlighting when
7853         matching forward if show-paren-highlight-openparen is non-nil.
7855         * simple.el (kill-ring-save): Use blink-matching-delay instead of
7856         the constant value 1.
7857         (completions-common-part): Expand docstring.
7859         * textmodes/picture.el (picture-mode-map): Add arrow keys.
7861 2004-04-27  Kim F. Storm  <storm@cua.dk>
7863         * image.el (insert-sliced-image): Use line-height instead of
7864         line-spacing property on newline.
7866 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
7868         * desktop.el (desktop-buffer-misc-data-function): Rename to
7869         desktop-save-buffer and change docstring.
7870         (desktop-buffer-modes-to-save): Delete.
7871         (desktop-save-buffer-p): Use desktop-save-buffer instead of
7872         desktop-buffer-modes-to-save.
7873         (desktop-save): Rename desktop-buffer-misc-data-function to
7874         desktop-save-buffer and allow non-function value.
7875         (desktop-missing-file-warning): Correct docstring.
7877         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
7878         to desktop-save-buffer.
7880         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
7881         desktop-save-buffer.
7883         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
7885         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
7887 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
7889         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
7891 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
7893         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
7894         (ielm): Only go to the end of the buffer when starting a new process.
7896 2004-04-25  Juanma Barranquero  <lektu@terra.es>
7898         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
7899         mode line.  Bind `inhibit-read-only' to t before modifying
7900         properties of text in the buffer.
7901         (ielm): Force point to the end of buffer, even when running ielm
7902         from inside itself.
7904 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
7906         * info.el (info-apropos): Reset Info-complete-cache.
7908 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
7910         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7911         Also recognize severe Irix et al. messages.
7912         (compilation-normalize-filename, compile-abbreviate-directory):
7913         Delete functions.
7914         (compilation-get-file-structure): New function inherits
7915         functionality of the two preceding ones.
7916         (compilation-internal-error-properties, compilation-fake-loc):
7917         Use it so that different paths to the same file share the same
7918         markers.  Also optimize finding adjacent marker slightly.
7920 2004-04-25  Kim F. Storm  <storm@cua.dk>
7922         * image.el (insert-sliced-image): Add line-spacing t property
7923         to newlines separating image lines.
7925 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
7927         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
7929         * ielm.el (ielm-prompt-read-only): New user option.
7930         (ielm-prompt): Expand docstring to describe new behavior.
7931         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
7932         mention it in the docstring.
7934 2004-04-24  Andreas Schwab  <schwab@suse.de>
7936         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
7938         * diff.el (diff): Set default-directory in diff buffer.
7940 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
7942         * mail/sendmail.el (mail-bury): Don't delete the frame where the
7943         mail was being composed if the terminal cannot display more than
7944         one frame; instead, switch to previous frame.
7946         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
7947         (rmail-start-mail): Support rmail-mail-new-frame even on
7948         terminals that can display only one frame at a time.
7950 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7952         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
7953         (checkdoc-output-font-lock-keywords): Remove error regexp.
7954         (checkdoc-output-mode-map): Remove.
7955         (checkdoc-output-mode): Derive from compilation-mode.
7956         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
7958         * dired.el (dired-mode-map): Add a menu entry for wdired.
7960         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
7961         (rx-bracket, rx-check-any, rx-any): Clean up name space.
7963         * wdired.el: (wdired-mode-map): Move init into declaration.
7964         Fix `return' binding.
7965         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7966         Use force-mode-line-update.
7967         (wdired-get-filename): Use `unless'.
7968         (wdired-preprocess-files): Don't assume names have no \n and use / for
7969         dir separator.
7970         (wdired-normalize-filename): Use replace-regexp-in-string.
7971         (wdired-load-hooks): Remove.
7972         (wdired-mode-hooks): Rename to wdired-mode-hook.
7974         * info-look.el: Add support for cfengine-mode.
7975         (info-lookup-setup-mode): Use dolist.
7977 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
7979         * wdired.el: New file.
7981 2004-04-23  Juanma Barranquero  <lektu@terra.es>
7983         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
7985         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
7986         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
7987         (pcomplete--help, pcomplete--here): Doc fixes.
7989 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
7991         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
7992         handles wrong-number-of-arguments in backend call.
7994         * vc.el (vc-print-log): Likewise.
7996 2004-04-20  Dave Love  <fx@gnu.org>
7998         * emacs-lisp/rx.el: Doc fixes.
7999         (rx-constituents): Add/extend many forms.
8000         (rx-check): Check form is a list.
8001         (bracket): Defvar.
8002         (rx-check-any, rx-any, rx-check-not): Modify.
8003         (rx-not): Simplify.
8004         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
8005         (rx-kleene): Use rx-trans-forms.
8006         (rx-quote-for-set): Delete.
8007         (rx): Allow multiple args.
8009 2004-04-23  Kenichi Handa  <handa@m17n.org>
8011         * international/mule-util.el (char-displayable-p): Simplify by
8012         using internal-char-font.
8014 2004-04-23  Juanma Barranquero  <lektu@terra.es>
8016         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8018 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8020         * diff-mode.el (diff-next-error): New fun.
8021         (diff-mode): Use it.
8023         * simple.el (next-error): Change arg name.
8024         Add support for the documented C-u C-x ` usage.
8026         * frame.el (special-display-popup-frame, next-multiframe-window)
8027         (previous-multiframe-window): Only consider frames on same display.
8029 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
8031         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
8032         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
8034 2004-04-22  Kim F. Storm  <storm@cua.dk>
8036         * net/telnet.el (telnet): Add optional port arg.
8038 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8040         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8041         Minor sanity check on the `hyperlink' slot.
8043         * Makefile.in (recompile): Compile new files.
8045         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
8046         Add byte-recompile-directory's optional `arg'.
8048         * cvs-status.el (cvs-tree-use-charset): New var.
8049         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
8050         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
8051         (cvs-status-cvstrees): Use it.
8053         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
8054         Make it a normal major mode.
8055         (checkdoc-buffer-label): Make sure the file name is meaningful.
8056         (checkdoc-output-to-error-buffer): Remove.
8057         (checkdoc-error, checkdoc-start-section): Rewrite.
8059         * info.el (info-node, info-menu-5, info-xref, info-header-node)
8060         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8061         (Info-title-4-face): Use new syntax.
8062         (info-xref-visited): Inherit from info-xref.
8064         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
8066 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8068         * simple.el (next-error-last-buffer, next-error-function):
8069         New variables for the next-error framework.
8070         (next-error-buffer-p): New function.
8071         (next-error-find-buffer): Generalize compilation-find-buffer.
8072         (next-error, previous-error, first-error, next-error-no-select)
8073         (previous-error-no-select): Move from compile.el.
8075         * replace.el (occur-next-error, occur-1): Hook into the next-error
8076         framework.
8078         * progmodes/compile.el (compilation-start):
8079         Set next-error-last-buffer so next-error knows where to jump.
8080         (compilation-setup): Set the buffer-local variable
8081         next-error-function to 'compilation-next-error-function.
8082         (compilation-buffer-p, compilation-buffer-internal-p): Use an
8083         alternate way to find if a buffer is a compilation buffer, for
8084         next-error convenience.
8085         (next-error-no-select, previous-error-no-select, next-error)
8086         (previous-error, first-error): Move to simple.el.
8087         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
8088         (compilation-last-buffer): Remove.
8089         (compilation-start, compilation-next-error, compilation-setup)
8090         (compilation-next-error-function, compilation-find-buffer):
8091         Remove compilation-last-buffer use.
8093 2004-04-21  Juanma Barranquero  <lektu@terra.es>
8095         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
8096         (font-lock-warning-face): Fix spacing.
8098         * makefile.w32-in (WINS): Add url/ directory.
8100 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
8102         * desktop.el (desktop-buffer-mode-handlers): New variable.
8103         Alist of major mode specific functions to restore a desktop buffer.
8104         (desktop-buffer-handlers): Make variable obsolete.
8105         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
8106         Catch errors signaled in handlers.  Update buffer count.
8107         Evaluate desktop-buffer-point.
8108         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
8109         move to dired.el.
8110         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
8111         move to info.el.
8112         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
8113         move to mail/rmail.el.
8114         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
8115         to mh-e/mh-e.el.
8116         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
8117         On fail, print message (to message buffer) even if
8118         desktop-missing-file-warning is nil.
8119         (desktop-buffer-misc-data-function): New buffer local variable.
8120         Function returning major mode specific data.
8121         (desktop-buffer-misc-functions): Make variable obsolete.
8122         (desktop-save): Use desktop-buffer-misc-data-function.
8123         (desktop-buffer-dired-misc-data): Rename to
8124         dired-desktop-buffer-misc-data and move to dired.el.
8125         (desktop-buffer-info-misc-data): Rename to
8126         Info-desktop-buffer-misc-data and move to info.el.
8127         (desktop-read): Add message about number of buffers restored/failed.
8129         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
8130         Add parameters.  Pause to display error only when
8131         desktop-missing-file-warning is non-nil.
8132         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
8133         (dired-mode): Bind desktop-buffer-misc-data-function.
8135         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
8136         Add Parameters.
8137         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
8138         (Info-mode): Bind desktop-buffer-misc-data-function.
8140         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
8141         Add Parameters.
8143         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
8144         Add Parameters.
8146 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
8148         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
8149         the case of letters in case-insensitive expansions when the
8150         abbrev is preceded by characters with letter syntax.
8152 2004-04-21  Richard M. Stallman  <rms@gnu.org>
8154         * progmodes/cperl-mode.el (cperl-putback-char):
8155         Delete Emacs 18 definition.
8157         * international/mule.el (ctext-post-read-conversion):
8158         Use assoc-string, not assoc-ignore-case.
8160         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
8162         * emacs-lisp/easymenu.el (easy-menu-add):
8163         Do call x-popup-menu, but only if it's defined.
8165         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
8167         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
8168         Handle multiple args: compile like progn.
8170         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
8171         take all args as &rest arg.
8173         * autoinsert.el (auto-insert-alist): Insert the user's name in
8174         copyright notice, rather than Free Software Foundation.
8176 2004-04-21  Kenichi Handa  <handa@m17n.org>
8178         * descr-text.el (describe-char): Make it work on *Help* buffer.
8180 2004-04-21  Kim F. Storm  <storm@cua.dk>
8182         * image.el (insert-image): Add optional SLICE arg.
8183         (insert-sliced-image): New defun.
8185 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
8187         * subr.el (read-number): Check whether `default' is nil.
8189 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8191         * progmodes/compile.el (compilation-error-properties):
8192         Split into two.
8193         (compilation-internal-error-properties): New one.
8194         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
8196 2004-04-20  Richard M. Stallman  <rms@gnu.org>
8198         * window.el (split-window-save-restore-data):
8199         Don't update the data if OLD-INFO is nil.
8201         * view.el (view-return-to-alist): Mark it permanent local.
8203         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
8205         * recentf.el (recentf-save-list): Catch and warn about errors.
8207         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
8208         so "Buffers" won't be pure.
8210         * help-mode.el (help-mode-finish): Set help-return-alist first
8211         thing, setting only the entry for the selected window.
8213         * help-fns.el (describe-function-1): If many non-control non-meta
8214         keys run the command, don't list all of them.
8216 2004-04-20  Juanma Barranquero  <lektu@terra.es>
8218         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
8219         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
8221         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
8223 2004-04-20  Kenichi Handa  <handa@m17n.org>
8225         * international/quail.el (quail-lookup-key): New optional arg
8226         NOT-RESET-INDICES.
8227         (quail-get-translations): Call quail-lookup-key with
8228         NOT-RESET-INDICES t.
8229         (quail-completion): Likewise.
8230         (quail-lookup-map-and-concat): Likewise.
8232 2004-04-20  Kenichi Handa  <handa@m17n.org>
8234         * international/quail.el (quail-update-translation): Don't insert
8235         such an unsupported multibyte char in a unibyte buffer.
8237 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
8239         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
8240         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
8241         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
8242         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
8243         (gdb-frame-assembler-buffer): Improve behaviour with
8244         multiple frames.
8245         (gdb-display-buffer): Extend search to all visible frames.
8247 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
8249         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
8250         characters left after base64 decoding.
8251         (rmail-decode-region): Use -dos variety of `coding', to remove any
8252         ^M characters left after qp or base64 decoding.
8254 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8256         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
8257         messages.
8259 2004-04-19  Stephen Eglen  <stephen@gnu.org>
8261         * add-log.el (add-change-log-entry): Update doc string to mention
8262         add-log-full-name and add-log-mailing-address.
8264 2004-04-18  Juri Linkov  <juri@jurta.org>
8266         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
8267         (Info-find-node-2): Simplify error message.
8268         (Info-insert-dir): Use Info-following-node-name.
8269         (Info-goto-node): Remove *info-history* and *info-toc*.
8270         (Info-history): Create a node of the virtual history file.
8271         (Info-toc): Create a node of the virtual toc file.
8272         (Info-insert-toc): New arg `curr-file' for reference file names.
8273         (info-apropos): Remove redundant var binding for temp-file.
8274         (Info-index, Info-index-next, Info-mode): Doc fix.
8275         (Info-goto-emacs-command-node): Don't jump to *info* from
8276         non-*info* Info buffers.
8277         (Info-fontify-node): Don't show the file name of external
8278         references if `Info-hide-note-references' is `hide'.  Don't hide
8279         newlines at the end of paragraphs.
8281         * international/mule-diag.el (list-input-methods):
8282         Fix args to help-xref-button.
8284         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
8285         to put into effect local variables from TUTORIAL files.
8287         * textmodes/paragraphs.el (sentence-end) <function>: New fun
8288         with default value taken from the variable `sentence-end'.
8289         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
8290         Add nil const to :type.
8291         (sentence-end-without-period, sentence-end-double-space)
8292         (sentence-end-without-space): Doc fix.
8294         * textmodes/paragraphs.el (forward-sentence):
8295         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
8296         (fill-delete-newlines):
8297         * progmodes/cc-cmds.el (c-beginning-of-statement):
8298         Use function `sentence-end' instead of variable `sentence-end'.
8300 2004-04-18  Andreas Schwab  <schwab@suse.de>
8302         * progmodes/compile.el (compilation-start): Set window start to
8303         point-min if compilation-scroll-output is nil.
8305 2004-04-18  John Wiegley  <johnw@newartisans.com>
8307         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8309 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
8311         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
8312         (gdb-info-breakpoints-custom): Revert previous change.
8313         (gdb-view-assembler): Update assembler if necessary.
8314         (gdb-frame-handler): Parse correctly for gdb-current-frame.
8315         (gdb-display-source-buffer): Update properly when both source and
8316         assembler are visible.
8318 2004-04-17  John Wiegley  <johnw@newartisans.com>
8320         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
8321         which limits the number of names shown in the minibuffer.  Off by
8322         default.
8323         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
8324         up iswitchb for users with a multitude of open buffers by showing
8325         only the first and last N/2 buffers in the completion list (which
8326         is enough to aid C-s/C-r, and to know that more characters are
8327         needed to refine the completion list).
8329 2004-04-17  Richard M. Stallman  <rms@gnu.org>
8331         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
8332         (file-truename): Expand all ~ constructs directly.
8333         (insert-directory): Delete any error msg output by the
8334         `insert-directory-program'.
8336         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
8337         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
8338         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
8339         (allout-init): Use find-file-hook, not find-file-hooks.
8340         (allout-mode): Eliminate Emacs 18 support.
8341         Use write-contents-functions, not local-write-file-hooks.
8343 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
8345         * progmodes/compile.el (compilation-error-properties): Fix for
8346         adding messages when there are already markers for their file.
8347         (compilation-fake-loc): New function.
8349 2004-04-16  Dave Love  <fx@gnu.org>
8351         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
8352         (python-load-file): Fix python-orig-start setting.
8354         * progmodes/compile.el: Doc fixes.
8355         (compilation-error-regexp-alist-alist)
8356         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
8357         (compilation-assq): Wrap in eval-when-compile.
8358         (compilation-mode-font-lock-keywords): Don't use list*.
8359         (compilation-start): Avoid warning.
8360         (compilation-compat-error-properties)
8361         (compilation-directory-properties): Add keymap property.
8362         (compilation-parsing-end): Make it a marker for better compatibility.
8364         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
8366 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
8368         * xml.el: Doc fixes.
8369         (xml-get-children): Only looks at sub-tags and ignore strings.
8371         * xml.el (xml-parse-tag): Avoid overwriting node-name.
8373 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8375         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
8377 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
8379         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
8381         * vc.el (vc-print-log): Likewise.
8383 2004-04-16  Masatake YAMATO  <jet@gyve.org>
8385         * simple.el (completion-setup-function): Set an initial value
8386         to `element-common-end' before entering loop.  Set a value
8387         to `element-common-end' at the end of loop.
8388         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
8389         (completions-common-part): Rename from completion-de-emphasis.
8390         (completions-first-difference): Rename from completion-emphasis.
8391         Suggested by RMS.
8393 2004-04-16  Juanma Barranquero  <lektu@terra.es>
8395         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
8396         (bookmark-edit-annotation-mode): Add mode name.
8398 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8400         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
8401         for nested conflict markers.
8402         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
8404 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
8406         * progmodes/gdb-ui.el (gdb-goto-info): New function.
8408         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
8410 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8412         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
8413         Give a backtrace if requested.
8415         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
8417         * progmodes/python.el (python-mouse-2-command, python-RET-command):
8418         Remove unused functions.
8419         (python-orig-start-line, python-orig-file): Remove.
8420         (python-orig-start): New var.
8421         (python-input-filter, python-compilation-line-number)
8422         (python-send-region, python-load-file): Use it.
8424         * info.el (info): Always jump to *info*.
8426         * subr.el (posn-set-point): New function.
8428         * mouse.el (mouse-set-point): Use it.
8430         * progmodes/compile.el (compile-goto-error): Use it.
8431         (compilation-button-map): New keymap.
8432         (compilation-error-properties): Use it.
8433         (compilation-shell-minor-mode-map): Don't bind mouse-2.
8435         * smerge-mode.el (smerge-popup-context-menu): Use it.
8437         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
8438         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
8439         mouse and non-mouse case.
8441         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
8442         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
8444         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
8445         Make it work for non-mouse events.
8447         * pcvs-info.el (cvs-status-map): Update binding name.
8449 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
8451         * xml.el (xml-maybe-do-ns): New function to handle namespace
8452         parsing of both attribute and element names.
8453         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
8454         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
8455         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
8456         (xml-parse-attlist): Make it do its own namespace parsing.
8458 2004-04-14  Dave Love  <fx@gnu.org>
8460         * progmodes/python.el (run-python): Fix use of \n.
8461         (python-load-file): Remove `try' from Python fragment.
8462         (python-describe-symbol): Fix message.
8464         * comint.el: Doc fixes.
8465         (comint-last-input-start, comint-last-input-end)
8466         (comint-last-output-start): Give them values.
8467         (comint-arguments): Avoid warning.
8468         (comint-skip-prompt): Use line-end-position.
8469         (comint-backward-matching-input): Rename arg to agree with doc.
8470         (comint-extract-string): Use syntax-ppss.
8471         (comint-dynamic-simple-complete): Delete useless list construction.
8472         (comint-redirect-subvert-readonly): New.
8473         (comint-redirect-preoutput-filter): Use it.
8475         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8476         Correctly handle negative arguments when calling hook functions.
8478 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
8480         * info.el (info-apropos): Don't clobber Info-history-list.
8482 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
8484         * progmodes/compile.el (compilation-setup):
8485         Localize overlay-arrow-position.
8486         (compilation-sentinel): Restructure code equivalently.
8487         (compilation-next-error): Find message on same line after point if
8488         not found before point.
8489         (compile-mouse-goto-error): Restore function so that compilation
8490         buffer need not be current and use compile-goto-error.
8491         (compile-goto-error): Restore function.
8492         (next-error): Set overlay-arrow-position.
8493         (compilation-forget-errors): Don't localize already local
8494         compilation-locs and remove FIXME about refontifying.
8496 2004-04-14  Kim F. Storm  <storm@cua.dk>
8498         * startup.el (emacs-quick-startup): New defvar (set by -Q).
8499         (command-line): New option -Q.  Like -q --no-site-file, but
8500         in addition it also disables menu-bar, tool-bar, scroll-bars,
8501         tool-tips, and the blinking cursor.
8502         (command-line-1): Skip startup screen if -Q.
8503         (fancy-splash-head): Use ":align-to center" prop to center splash image.
8505         * emulation/cua-base.el (cua-read-only-cursor-color)
8506         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
8508 2004-04-13  Dave Love  <fx@gnu.org>
8510         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
8511         (syntax): Don't require.
8512         (python) <defgroup>: Add :version.
8513         (python-quote-syntax): Re-written.
8514         (inferior-python-mode): Move stuff here from run-python and add
8515         some more.
8516         (python-preoutput-continuation, python-preoutput-result)
8517         (python-dotty-syntax-table): New.
8518         (python-describe-symbol): Use them.
8519         (run-python): Move stuff to inferior-python-mode.  Modify code
8520         loaded into Python.
8521         (python-send-region): Use python-proc, python-send-string.
8522         (python-send-string): Send newlines too.  Callers changed.
8523         (python-load-file): Re-written.
8524         (python-eldoc-function): New.
8525         (info-look): Don't require.
8526         (python-after-info-look): New.  A modified version of former
8527         top-level code for use with eval-after-load.
8528         (python-maybe-jython, python-guess-indent): Use widened buffer.
8529         (python-fill-paragraph): Re-written.
8530         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
8531         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
8533 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8535         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
8536         Set compilation-error-regexp-alist earlier.
8538         * progmodes/compile.el (compilation-minor-mode-map)
8539         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
8540         (compile-goto-error): Re-merge the mouse and non-mouse commands.
8542 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8544         * progmodes/compile.el (compile-goto-error): Select the buffer/window
8545         corresponding to the event.
8547 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
8549         * loadup.el: Add cygwin to system-type list, for unexec() support.
8551 2004-04-12  John Paul Wallington  <jpw@gnu.org>
8553         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
8554         (ibuffer-restore-window-config-on-quit): New variable to replace
8555         `ibuffer-delete-window-on-quit'.  Update all references.
8556         (ibuffer-prev-window-config): New variable.
8557         (ibuffer-quit): Restore previous window configuration instead of
8558         deleting window.
8559         (ibuffer): Save window configuration before showing Ibuffer buffer.
8561         * help.el (describe-mode): Doc fix.
8563 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8565         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
8566         not to treat nil as a function.
8568         * vc-arch.el (vc-arch-root): Be a bit more careful.
8569         (vc-arch-register): Save the buffer if we modified it.
8570         (vc-arch-delete-rej-if-obsolete): Save excursion.
8571         (vc-arch-find-file-hook): Use the simpler after-save-hook.
8572         (vc-arch-responsible-p, vc-arch-init-version): New functions.
8574         * net/ldap.el (ldap-search): Use list*.
8576 2004-04-12  Juri Linkov  <juri@jurta.org>
8578         * info.el (Info-follow-reference): Allow multiline reference name.
8580 2004-04-11  Dave Love  <fx@gnu.org>
8582         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
8584         * progmodes/python.el: New file.
8586 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
8588         * vc-hooks.el (vc-arg-list): Function removed.
8589         (vc-default-workfile-unchanged-p): Use condition-case to check for
8590         backward compatibility.
8592         * vc.el (vc-print-log): Use condition-case to check for backward
8593         compatibility.
8595 2004-04-11  Juri Linkov  <juri@jurta.org>
8597         * dired.el (dired-faces): New defgroup.
8598         (dired-header, dired-mark, dired-marked, dired-flagged)
8599         (dired-warning, dired-directory, dired-symlink, dired-ignored):
8600         New faces.
8601         (dired-header-face, dired-mark-face, dired-marked-face)
8602         (dired-flagged-face, dired-warning-face, dired-directory-face)
8603         (dired-symlink-face, dired-ignored-face): New face variables.
8604         (dired-font-lock-keywords): Use them instead of font-lock faces.
8605         Split the rule for dired marks into 3 separate rules: for marks,
8606         marked file names and flagged file names.
8608         * help-mode.el (help-make-xrefs): Add a final newline to the
8609         *Help* buffer.
8611 2004-04-11  John Paul Wallington  <jpw@gnu.org>
8613         * replace.el (occur-engine): Distinguish between one and several
8614         matches in the matches per buffer heading.
8616 2004-04-11  Kim F. Storm  <storm@cua.dk>
8618         * ido.el (ido-confirm-unique-completion): New defcustom.
8619         (ido-complete): Use it.
8620         (ido-write-file): Set it to t unconditionally.
8622 2004-04-10  Miles Bader  <miles@gnu.org>
8624         RCS keyword removal (only non-comment changes are enumerated here):
8626         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
8627         (byte-compile-insert-header): Don't use `byte-compile-version'.
8628         * forms.el (forms-version): Variable removed.
8629         (forms-mode): Don't use `forms-version'.
8630         * recentf.el (recentf-version): Variable removed.
8631         * progmodes/delphi.el (delphi-version): Variable removed.
8632         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
8634 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8636         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
8638 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
8640         * info.el (info-apropos): Improve menu item regexp.
8642 2004-04-09  Simon Josefsson  <jas@extundo.com>
8644         * mail/smtpmail.el: Add comment, based on report by
8645         kdc@rcn.com (Kevin D. Clark).
8647 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8649         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8650         Redo one more thing that I didn't notice Daniel had undone.
8652 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
8654         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
8655         (gdb-goto-breakpoint, gdb-display-buffer)
8656         (gdb-display-source-buffer, gdb-view-source-function)
8657         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
8658         (gdb-source-info, gdb-frame-handler): Don't specify a window
8659         for display.
8660         (gdb-info-breakpoints-custom): Remove superfluous update of
8661         assembler buffer.
8662         (gdb-many-windows): Make settable outside gdb.
8664 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
8666         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
8667         Derive from fundamental-mode rather than text-mode.
8669 2004-04-08  Juri Linkov  <juri@jurta.org>
8671         * info.el (Info-history): Doc fix.
8672         (Info-history-list): New var.
8673         (info-xref): Change magenta4 to blue, remove bold for dark and
8674         light backgrounds, change bold to underline for non-color classes.
8675         (info-xref-visited): New face.
8676         (Info-fontify-visited-nodes): New custom.
8677         (Info-hide-note-references): Add new value `hide'.  Doc fix.
8678         (Info-reference-name): New var.
8679         (Info-selection-hook): New custom.
8680         (Info-edit-mode-hook): New var.
8681         (Info-find-file): New fun.
8682         (Info-find-node): Move part of code to Info-find-file.
8683         (Info-find-node-2): Add anchors to Info-history-list.  Move point
8684         to the place with the reference name if name is defined.
8685         (Info-select-node): Add current node to Info-history-list.
8686         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
8687         (Info-search-whitespace-regexp): New custom.
8688         (Info-search-case-fold): New var.
8689         (Info-search): Add "case-sensitively" to the prompt.
8690         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
8691         (Info-search-case-sensitively, Info-search-next): New fun.
8692         (Info-up): Move point to the menu item of the current node.
8693         (Info-history): New fun.  Add *info-history* to
8694         same-window-buffer-names.
8695         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
8696         (Info-insert-toc): New fun.
8697         (Info-build-toc): New fun.
8698         (Info-follow-reference): Add new arg `fork'.  Doc fix.
8699         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
8700         with the same name prefer the reference closest to point.
8701         (Info-next-reference): Replace * by + in the *Note regexp.
8702         Add regexp for http:// and ftp://.  Skip the *Note prefix.
8703         (Info-prev-reference): Replace * by + in the *Note regexp.
8704         Add regexp for http:// and ftp://.  Skip the *Note prefix.
8705         (Info-follow-nearest-node): Add new arg `fork'.
8706         (Info-try-follow-nearest-node): Add new arg `fork'.
8707         Call browse-url for http:// and ftp:// references.
8708         Set Info-reference-name for index entries.
8709         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
8710         Info-search-next, Info-history, Info-toc, clone-buffer.
8711         (Info-menu-update): Replace * by + in the *Note regexp.
8712         (Info-mode): Add documentation for Info-history, Info-toc,
8713         Info-search-case-sensitively, Info-search-next, clone-buffer.
8714         (Info-fontify-menu-headers): Remove fun.  Move code to
8715         Info-fontify-node.
8716         (Info-fontify-node): Add docstring.  Add local vars
8717         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
8718         then fontify header line, titles, menu headers, http and ftp
8719         references, refill paragraphs.  If not-fontified-p is t or
8720         fontify-visited-p is t then fontify cross references, menu items.
8721         Fontify menu headers.  Fontify http and ftp references.
8722         Change regexp for cross references to require whitespace after *Note,
8723         add matching groups for file and node names.  Remove hack for quote.
8724         Use display property for Info-hide-note-references=t.  Use fifth
8725         or fourth match for help-echo.  Display visited nodes in a
8726         different face.  Unhide file names of external references.
8727         Unhide newlines.  Display visited menu items in a different face.
8729 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8731         * progmodes/compile.el: Require CL.
8732         (compilation-mode-font-lock-keywords): Re-install the "line as
8733         function" patch.
8735         * help-fns.el (help-C-source-directory): New var.
8736         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
8737         (describe-function-1, describe-variable): Use them.
8739         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
8740         to C source files specially.
8742 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8744         * info.el (Info-hide-cookies-node): New function.
8745         (Info-select-node): Use it.
8746         (Info-display-images-node): Remove message with image file name.
8748 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
8750         * progmodes/compile.el (compilation-warning-face)
8751         (compilation-info-face, compilation-skip-threshold)
8752         (compilation-skip-visited, compilation-context-lines):
8753         Declare :version when added to Emacs.
8754         (compilation-error-regexp-alist-alist): Extend caml and irix.
8755         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
8756         (compilation-mode-font-lock-keywords): Temporarily undo line as
8757         function patch, which wasn't ready.
8759 2004-04-07  Kenichi Handa  <handa@m17n.org>
8761         * international/latin1-disp.el (latin1-display-setup): Check each
8762         character is displayable or not instead of calling
8763         latin1-display-check-font.
8765 2004-04-06  Kenichi Handa  <handa@m17n.org>
8767         * language/ethio-util.el (ethio-sera-being-called-by-w3):
8768         New variable.
8769         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
8770         instead of sera-being-called-by-w3.
8771         (ethio-fidel-to-sera-buffer): Likewise.
8772         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
8773         instead of sera-being-called-by-w3.
8774         (ethio-write-file): Likewise.
8776 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8778         * printing.el: Doc fix.
8780 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
8782         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
8783         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
8784         (gdb-setup-windows): Only use separate IO buffer if required.
8786 2004-04-06  Kim F. Storm  <storm@cua.dk>
8788         * term.el (term-is-xemacs): Remove.
8789         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
8790         (term-window-width): New function.
8791         (term-mode, term-check-size): Use it.
8792         (term-mode): Disable overflow-newline-into-fringe in term buffer.
8794 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8796         * cus-edit.el (custom-add-parent-links): Change unbound variable
8797         `symbol' to `name'.
8799 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8800         * info.el (info-apropos): New function.
8801         (Info-mode-menu): Add it.
8802         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
8804         * help-mode.el (help-make-xrefs): Recognize aliased variable with
8805         inherited docstring.
8807         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
8809 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8811         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
8813         * progmodes/compile.el (font-lock): Don't require any more.
8814         (compilation-error-properties, compilation-start, compilation-sentinel)
8815         (compilation-filter, next-error): Use with-current-buffer.
8816         (compilation-skip-to-next-location, compilation-skip-threshold)
8817         (compilation-skip-visited): Move to silence the byte-compiler.
8818         (compilation-setup): Simplify.
8819         (compilation-next-error): Use line-(beginning|end)-position.
8820         Make sure `pt' is non-nil before using compilation-loop.
8821         (compile-goto-error): Add optional event arg.  Use it.
8822         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
8823         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
8824         Update the binding for mouse-2.
8825         (first-error): Set compilation-current-error to nil rather than bob.
8826         (compilation-parsing-end, compilation-parse-errors-function)
8827         (compilation-error-list, compilation-old-error-list):
8828         "New" compatibility variables.
8829         (compile-buffer-substring, compilation-compat-error-properties)
8830         (compilation-compat-parse-errors, compilation-forget-errors):
8831         New compatibility functions.
8832         (compilation-mode-font-lock-keywords): Use them.
8834 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
8836         * autorevert.el (auto-revert-handler): If point (or a window
8837         point) is at the end of the buffer, keep it there after
8838         reverting.  This allows to tail a file.
8839         Mention this in the `Commentary'.
8841         * format.el (format-write-file): Add optional argument CONFIRM
8842         and make it behave like the analogous argument to `write-file'.
8844 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8846         * progmodes/ebnf2ps.el: Doc fix.
8847         (ebnf-version): New version number (4.2).
8848         (ebnf-syntax): Customization and docstring fix.
8849         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
8850         Put autoloaded funs before first use.
8851         (ebnf-style-database): Add dtd entry.
8852         (ebnf-syntax-alist): Add dtd initialization.
8853         (ebnf-token-sequence): New fun.
8854         (ebnf-comment-table): Add new comment action character.
8855         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
8857         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
8858         Type Definition for XML).
8860         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
8861         * progmodes/ebnf-bnf.el (ebnf-sequence):
8862         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
8863         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
8864         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
8865         Code simplification: call ebnf-token-sequence.
8867 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
8869         * calendar/timeclock.el (timeclock-relative)
8870         (timeclock-get-project-function, timeclock-get-workday-function)
8871         (timeclock-query-out, timeclock-when-to-leave)
8872         (timeclock-when-to-leave-string, timeclock-log-data)
8873         (timeclock-generate-report, timeclock-in): Doc fixes.
8875 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8877         * url/: New dir.  Import the URL package from its repository.
8879 2004-04-03  Andreas Schwab  <schwab@suse.de>
8881         * diff-mode.el (diff-mode): Fix missing quote.
8883 2004-04-03  Juri Linkov  <juri@jurta.org>
8885         * descr-text.el (describe-property-list): Add `font-lock-face'.
8887         * dired.el (dired-font-lock-keywords): Fix permission regexps.
8889 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8891         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
8892         Use utf-16le on little endian machines and utf-16be otherwise.
8894 2004-04-02  David Kastrup  <dak@gnu.org>
8896         * net/browse-url.el (browse-url-generic): Use call-process
8897         instead of start-process to allow browsers that fork and detach.
8899 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
8901         * compile.el (compilation-current-error): New var.
8902         (compilation-setup, compile-mouse-goto-error)
8903         (compile-goto-error, next-error): Use it.
8904         (compilation-skip-to-next-location): Default to t, which gives
8905         contiguous skipping like old compile (where this was redundant).
8906         (compilation-next-error): Prevent previous-* commands from moving
8907         back to message at or just before point.
8909 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
8911         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
8912         (gdb-source-info): Don't display source at startup, if required.
8913         (gdb-show-main): New option.
8914         (gdba): Update documentation.
8915         (gdb-source): Cover case of auto-display output.
8917 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
8919         * autorevert.el: Delete obsolete autoload's and defvar's.
8920         (auto-revert-check-vc-info): New user option.
8921         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8922         (auto-revert-handler-vc): Delete.
8923         (auto-revert-handler): Treat return value `fast' of
8924         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
8926         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
8927         return `fast'.
8929         * files.el (buffer-stale-function): Doc change.
8931 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8933         * printing.el: New tip on Tips section.
8934         (pr-version): New version number (6.7.4).
8935         (pr-shell-file-name): Initialization fix.
8937 2004-03-31  Juri Linkov  <juri@jurta.org>
8939         * dired.el: Add autoload for `dired-do-touch'.
8940         (dired-touch-program): New var.
8941         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
8942         (dired-no-confirm): Add `touch' to docstring.
8944         * dired-aux.el (dired-do-touch): New fun.
8945         (dired-do-chxxx): Add argument -t for touch operation.
8947         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
8948         `dired-move-to-filename-regexp'.
8950 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
8952         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
8954 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8956         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
8957         and only if the buffer was modified.
8959 2004-03-30  Kenichi Handa  <handa@m17n.org>
8961         * international/characters.el: Delete pairs for U+2308..U+230B.
8963 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
8965         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
8966         to detect the beginning of a level 2 or 3 annotation.
8968 2004-03-29  Kenichi Handa  <handa@m17n.org>
8970         * international/ucs-tables.el (ucs-insert): Fix the error message.
8972 2004-03-29  Kenichi Handa  <handa@m17n.org>
8974         * international/mule-util.el (char-displayable-p): Fix generation
8975         of XLFD file name.
8977         * Makefile.in (setwins, setwins_almost): Change directory to $wd
8978         before finding directories by `find'.
8980 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8982         * subr.el (interactive-form): Delete.  Now implemented in C.
8984         * pcvs.el (cvs-parse-process): Workaround for Darwin.
8986         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
8987         (vc-diff-label): New fun.
8988         (vc-diff-internal): Use it.
8990         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
8992 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8994         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
8996         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
8997         specify XML (EBNFX).
8999         * progmodes/ebnf2ps.el: Doc fix.
9000         (ebnf-version): New version number (4.1).
9001         (ebnf-syntax): Adjust customization.
9002         (ebnf-style-database): Add ebnfx entry.
9003         (ebnf-syntax-alist): Add ebnfx initialization.
9004         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
9006         * printing.el: Doc fix.
9007         (pr-version): New version number (6.7.3).
9008         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
9009         returns nil for mouse position.  Reported by Drew Adams
9010         <drew.adams@oracle.com>.
9011         (pr-update-menus): Modify interactive declaration.  Reported by Drew
9012         Adams <drew.adams@oracle.com>.
9014 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
9016         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
9017         (gud-gdba-marker-filter): Log the process input and output, if
9018         required.  From Stefan Monnier.
9019         (gdb-debug-log, gdb-enable-debug-log): New variables.
9020         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
9022 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9024         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
9025         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
9027 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
9029         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
9030         Call vc-find-file-hook here instead of in auto-revert-buffers.
9031         (auto-revert-buffers): Delete call to vc-find-file-hook.
9032         (auto-revert-verbose, global-auto-revert-non-file-buffers)
9033         (global-auto-revert-mode, auto-revert-set-timer)
9034         (auto-revert-handler, auto-revert-buffers): Doc fixes.
9036 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
9038         * woman.el (woman-change-fonts): Rename local variable
9039         woman-font-alist to font-alist to avoid a compiler warning.
9041 2004-03-27  Dave Love  <fx@gnu.org>
9043         * emacs-lisp/rx.el (rx): Doc fix.
9044         Fix copyright years.
9046         * strokes.el (strokes-global-set-stroke-string): New function.
9047         (strokes-list-strokes): Cope with strings, not just commands.
9048         Set foreground colour of image.
9049         (strokes-global-set-stroke): Doc fix.
9051 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
9053         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
9054         Auto Revert mode.
9055         (Buffer-menu-files-only): New variable.
9056         (Buffer-menu-toggle-files-only): New function.
9057         (Buffer-menu-mode-map): Bind it to `T'.
9058         (Buffer-menu-mode): Mention `T' in docstring.
9059         Set buffer-stale-function.
9060         (list-buffers-noselect): Mark buffer non-modified and set
9061         Buffer-menu-files-only.
9063         * dired.el (buffer-stale-function): Remove no longer needed defvar.
9065         * autorevert.el (auto-revert-handler): Print revert message
9066         before, rather than after, reverting.
9067         (buffer-stale-function): Move to files.el.
9069         * files.el (buffer-stale-function): Move here from autorevert.el.
9071 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9073         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
9075         * calc/calc.el (calc-mode-map): Use mapc.
9077         * apropos.el (apropos-mode): Don't autoload.
9078         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
9079         (apropos): Use it.
9080         (apropos-print): Add optional `text' argument.
9081         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
9082         Don't assume point-min == 1.
9084         * bs.el (bs-buffer-list): Use buffer-local-value.
9085         (bs--set-toggle-to-show): Use with-current-buffer.
9087         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
9088         New funs.
9089         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
9091         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
9093         * dabbrev.el (dabbrev-expand): Fix regexp construction.
9094         (dabbrev--find-expansion): Use pop.
9095         (dabbrev--search): Use match-string-no-properties.
9097         * dired.el (dired-mode): Use run-mode-hooks.
9098         (dired-move-to-end-of-filename): Use match-string.
9100         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
9101         is bound before using it.
9102         (ediff-verbose-p): Make it into a var since it's not constant.
9104         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
9106         * faces.el (read-face-font): Don't cons up unnecessarily.
9107         (header-line, tool-bar): Share common parts.
9109         * files.el (file-relative-name): Use compare-strings.
9111         * finder.el (finder-mode): Follow coding convention.
9113         * subr.el (read-number): New function.
9115         * ses.el (ses-read-number): Move to subr.el.
9116         (ses-set-header-row): Use read-number.
9118 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
9120         * vc-hooks.el (vc-arg-list): New function, which handles both
9121         compiled and uncompiled code.
9122         (vc-default-workfile-unchanged-p): Use it.
9124         * vc.el (vc-print-log): Undo prev change, use new function
9125         vc-arg-list from vc-hooks.el.
9127 2004-03-26  Masatake YAMATO  <jet@gyve.org>
9129         * simple.el (completion-setup-function): Emphasize the
9130         first uncommon characters in the completions; and de-emphasize
9131         the common prefix substrings.
9132         (completion-emphasis): New face.
9133         (completion-de-emphasis): New face.
9135 2004-03-25  Juanma Barranquero  <lektu@terra.es>
9137         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
9138         Comment out (it's unused and unfinished code).
9140 2004-03-25  Sam Steingold  <sds@gnu.org>
9142         * vc.el (vc-print-log): Fix a bug in the last patch:
9143         backend-function may be a byte-compiled object, not a lambda.
9145 2004-03-25  Juri Linkov  <juri@jurta.org>
9147         * descr-text.el (describe-property-list): Add a button
9148         for `face' property that calls `describe-face'.
9149         Suggested by luis fernandes <elf@ee.ryerson.ca>
9151         * international/mule.el (keyboard-coding-system):
9152         * kmacro.el (kmacro-call-macro): Fix docstring.
9154         * dired.el: Fix comments.
9156         * textmodes/fill.el (fill): Fix Info link.
9158         * font-lock.el (fast-lock, lazy-lock):
9159         * jit-lock.el (jit-lock): Remove links to removed Support Modes
9160         Info node.
9162         * eshell/eshell.el (eshell): Fix broken info-link.
9164         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
9165         * eshell/em-banner.el (eshell-banner):
9166         * eshell/em-smart.el (eshell-smart):
9167         * eshell/esh-cmd.el (eshell-cmd):
9168         Comment out broken info-links to incomplete Info manual.
9170         * info-xref.el: Fix commentary.
9172 2004-03-25  Kevin Ryde  <user42@zip.com.au>
9174         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
9175         Remove spurious node duplicate suppression, doesn't work, not wanted.
9176         (info-xref-output): Take format style args, add "sit-for 0" to let
9177         user see the results as they progress.
9178         (info-xref-check-all-custom): New function.
9180 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
9182         * gdb-ui.el: Moved to progmodes.
9184 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9186         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
9188 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
9190         * calendar/appt.el (appt-check): Remove superfluous progn.
9191         When finished with diary buffer: if it was not being displayed
9192         before, kill it; otherwise restore its original state.
9193         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
9195         * calendar/calendar.el (calendar-set-mode-line): Use total
9196         available mode-line width, rather than frame-width.
9198         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
9199         after mode change so effect not lost.
9201 2004-03-23  Dave Love  <fx@gnu.org>
9203         * dired.el (dired) <defgroup>: Add link to manual.
9204         (dired-font-lock-keywords): Add highlighting on unusual permissions.
9205         (dired-revert): Use dolist.
9206         (dired-mode-map): Add U binding.
9207         (dired-mode): Add font-lock-beginning-of-syntax-function.
9208         (dired-garbage-files-regexp): Make it a defcustom.
9210 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9212         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
9213         is equivalent to nil.
9214         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
9215         (vc-arch-mode-line-string): Accept `added' state.
9216         (vc-arch-state): Use inode-sigs if available.
9217         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
9218         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
9219         (vc-arch-tagline-re): New var.
9220         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
9221         New functions.
9222         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
9223         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
9225         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
9226         (vc-file-not-found-hook): Use it.
9228         * diff-mode.el (diff-default-read-only): Change default.
9229         (diff-mode-hook): Make it a defcustom.  Add some options.
9230         (diff-mode-map): Bind diff-refine-hook.
9231         (diff-yank-handler): New var.
9232         (diff-yank-function): New fun.
9233         (diff-font-lock-keywords): Use them.
9234         (diff-end-of-file): Handle case where file-header looks like diff text.
9235         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
9236         (diff-file-kill): Delete a subsequent empty line, if applicable.
9237         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
9238         (diff-find-file-name): Use it.
9239         (diff-tell-file-name): New command.
9240         (diff-mode): Be careful with view-mode.
9241         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
9242         New functions, for use in diff-mode-hook.
9243         (diff-find-source-location): Catch "regex too large" errors.
9244         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
9245         (diff-refine-hunk): New command.
9247         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
9248         (smerge-context-menu-map): Remove unused var.
9249         (smerge-keep-all): Preserve markers.
9250         (smerge-keep-n): New fun.
9251         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
9252         (smerge-keep-current, smerge-ediff): Use it.
9253         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
9254         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
9255         (smerge-resolve): Resolve trivial 3-part conflicts.
9257 2004-03-23  Juri Linkov  <juri@jurta.org>
9259         * man.el (Man-width): New var.
9260         (Man-getpage-in-background): Use it.
9261         (Man-support-local-filenames): New var and fun.
9262         (Man-build-man-command): Don't add a second %s.
9263         (Man-fontify-manpage): Clean up message.
9264         (Man-mode): Set outline-regexp, outline-level,
9265         imenu-generic-expression.
9267         * woman.el (woman-fill-frame): Doc fix.
9268         (woman-decode-region): Use window-width instead of frame-width.
9270         * abbrevlist.el (list-one-abbrev-table):
9271         * descr-text.el (describe-char):
9272         * international/mule-diag.el (describe-current-coding-system):
9273         * international/quail.el (quail-insert-decode-map):
9274         Use window-width instead of frame-width.
9276         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
9277         (jka-compr-mode-alist-additions): Add tbz.
9278         (jka-compr-write-region, jka-compr-insert-file-contents):
9279         Add message for undefined compress-program.
9280         (jka-compr-write-region): Remove redundant var bindings.
9282         * dired-x.el (dired-guess-shell-alist-default): Add choices for
9283         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
9284         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
9285         (dired-man): Use dired-guess-shell-command.
9286         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
9287         Change default nil to t.
9289         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
9290         (dired-compare-directories): Add default value for empty input.
9292         * help-at-pt.el: Move suggestions for key bindings to Commentary.
9294         * time.el (display-time-string-forms): Fix help-echo date format.
9296 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
9298         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
9299         (buffer-stale-function): New variable.
9300         (auto-revert-list-diff, auto-revert-dired-file-list)
9301         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
9302         (auto-revert-handler): Take over some functionality of deleted
9303         functions.
9304         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
9306         * dired.el (dired-directory-changed-p): New fun, extracted from
9307         dired-internal-noselect.
9308         (dired-buffer-stale-p): New fun.
9309         (dired-internal-noselect): Use dired-directory-changed-p.
9310         Eliminate revert messages.
9311         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
9313 2004-03-23  Kenichi Handa  <handa@m17n.org>
9315         * international/characters.el: Setup syntaxes for more parentheses
9316         Unicode characters.
9318         * international/mule-cmds.el (select-safe-coding-system):
9319         Merge coding-system and auto-cs before comparing them.
9321 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9323         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
9325         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9326         normal-auto-fill-function and comment-indent-function.
9327         The default values now work just as well.
9328         Don't set font-lock-beginning-of-syntax-function since we already set
9329         syntax-begin-function.
9330         (lisp-outline-level): Put ;;;###autoload at same level as (.
9331         (prin1-char): Quote special chars.
9333         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
9334         than with-no-warnings.
9336         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
9337         if the source location can't be found.
9338         (edebug-compute-previous-result): Use prin1-char.
9340         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
9341         (debug-ignored-errors): Add an entry.
9343         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
9344         (byte-compile-file): Output warning when deleting a file.
9346         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
9347         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
9349         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
9350         (byte-compile-inline-expand): Use backquote.
9351         (byte-optimize-pure-func): Rename from byte-optimize-concat.
9352         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
9354         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
9356         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
9358 2004-03-22  Juri Linkov  <juri@jurta.org>
9360         * finder.el (finder-known-keywords): Fix data, tex, unix.
9362         * play/landmark.el: Fix keywords.
9364         * language/ethio-util.el (ethio-find-file): Doc fix.
9366         * emacs-lisp/warnings.el: Doc fix.
9368         * textmodes/ispell.el (ispell-help): Doc fix.
9370 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
9372         * format.el (format-insert-file): Always return a list of two
9373         elements, like insert-file-contents does.
9375 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
9377         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
9378         and vc-BACKEND-diff.
9379         (vc-print-log): If the print-log implementation supports it, use
9380         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
9381         (vc-version-diff, vc-diff-internal): Doc fixes.
9383         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
9384         implementation supports it, let diff output go to *vc*,
9385         not *vc-diff*, since this is an internal call.
9387         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
9389         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
9391         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
9393 2004-03-21  Dave Love  <fx@gnu.org>
9395         * progmodes/cfengine.el (cfengine-mode):
9396         Set parse-sexp-ignore-comments.
9398         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
9400 2004-03-21  Juanma Barranquero  <lektu@terra.es>
9402         * allout.el (allout-mode): Fix docstring.
9404 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
9406         * files.el (insert-directory): Fix bug if SWITCHES is a list.
9408         * autorevert.el (auto-revert-interval): Make new value take
9409         effect immediately when set through Custom.
9410         (auto-revert-set-timer): Add interactive declaration.
9412 2004-03-19  David Ponce  <david@dponce.com>
9414         * ruler-mode.el (ruler-mode-header-line-format-old):
9415         Don't `make-variable-buffer-local'.
9416         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
9417         (ruler-mode-header-line-format): Simply funcall the above.
9418         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
9419         to save/restore a previous header line format.
9420         (ruler-mode-space): Don't depend on a numeric WIDTH value.
9421         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
9422         fringes and margins width.
9423         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
9425 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9427         * log-edit.el (log-edit-font-lock-keywords): Typo.
9429         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
9430         (tex-send-tex-command): Rather than here.
9431         (tex-compilation-parse-errors): Simplify.
9433         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
9435         * time.el (display-time-string-forms): Add help-echo with date on time.
9437         * composite.el (compose-region): Use restore-buffer-modified-p.
9439         * disp-table.el (standard-display-8bit): Simplify.
9441         * server.el (server-process-filter): Delete temp frame.
9443         * add-log.el (add-change-log-entry): Simplify.
9445 2004-03-19  Kim F. Storm  <storm@cua.dk>
9447         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
9448         (hexl-follow-line): Don't require 'fringe.
9450         * progmodes/compile.el (compilation-start): Always set
9451         compilation-last-buffer and return it.
9453 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
9455         * simple.el (clone-buffer): Doc fix.
9457 2004-03-18  Juanma Barranquero  <lektu@terra.es>
9459         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
9461 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9463         * log-edit.el (log-edit-font-lock-keywords): New var.
9464         (log-edit-mode): Use it.
9466 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
9468         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
9469         properly for watching in speedbar.
9471 2004-03-17  Masatake YAMATO  <jet@gyve.org>
9473         * smerge-mode.el (smerge-popup-context-menu):
9474         Put `unwind-protect' around `overlay-put' and `popup-menu'.
9476 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9478         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
9479         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
9480         Take sealed revisions into account.
9481         (vc-arch-checkin): Extract a summary line from the message.
9483 2004-03-16  Masatake YAMATO  <jet@gyve.org>
9485         * register.el (register): Provide `register' feature.
9487 2004-03-15  Masatake YAMATO  <jet@gyve.org>
9489         Added context menu support in smerge mode.
9490         Most of the part is written by Stefan Monnier.
9492         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
9493         New keymap and menu.
9494         (smerge-text-properties): New function.
9495         (smerge-remove-props): New function.
9496         (smerge-popup-context-menu): New function.
9497         (smerge-resolve): Call `smerge-remove-props'.
9498         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
9499         (smerge-keep-current): Ditto.
9500         (smerge-kill-current): New function.
9501         (smerge-match-conflict): Put text properties.
9502         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
9504 2004-03-15  David Ponce  <david@dponce.com>
9506         * ruler-mode.el: (ruler-mode-left-fringe-cols)
9507         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
9508         (ruler-mode-right-scroll-bar-cols): Remove.
9509         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
9510         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
9511         Use fringe-columns and scroll-bar-columns.
9513 2004-03-15  Masatake YAMATO  <jet@gyve.org>
9515         * hl-line.el (hl-line-range-function): New variable.
9516         (hl-line-move): New function.
9517         (global-hl-line-highlight): Use `hl-line-move'.
9518         (hl-line-highlight): Ditto.
9520         * scroll-bar.el (scroll-bar-columns):
9521         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
9523         * ruler-mode.el (top-level): Require scroll-bar and fringe.
9524         (ruler-mode-left-fringe-cols)
9525         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
9526         (ruler-mode-right-scroll-bar-cols)
9527         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
9528         (ruler-mode-ruler-function): New variable.
9529         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
9530         if the value for `ruler-mode-ruler-function'is given.
9532         * hexl.el (hexl-mode-hook): Make the hook customizable.
9533         (hexl-address-area, hexl-ascii-area): New customize variables.
9534         (hexlify-buffer): Put font-lock-faces on the address area and
9535         the ascii area.
9536         (hexl-activate-ruler): New function.
9537         (hexl-follow-line): New function.
9538         (hexl-highlight-line-range): New function.
9539         (hexl-mode-ruler): New function.
9541 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9543         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
9544         (vc-default-find-file-hook): New fun.
9545         (vc-find-file-hook): Call new find-file-hook operation.
9547         * vc-arch.el: New file.
9549 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
9551         * info-look.el (info-lookup): Reuse an existing Info window.
9553 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
9555         * woman.el (woman-preserve-ascii): Default value changed to t and
9556         doc string revised.
9558 2004-03-12  Richard M. Stallman  <rms@gnu.org>
9560         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9561         Fix minor bug.
9563         * replace.el (occur-engine): Change message for count of matches.
9565         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
9566         For strings, do compare text properties.
9568 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
9570         * progmodes/compile.el (compile-auto-highlight)
9571         (compilation-error-list, compilation-old-error-list)
9572         (compilation-parse-errors-function, compilation-parsing-end)
9573         (compilation-error-message, compilation-directory-stack)
9574         (compilation-enter-directory-regexp-alist)
9575         (compilation-leave-directory-regexp-alist)
9576         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
9577         (compilation-current-file, compilation-regexps): Remove vars.
9579         (compile-error-at-point, compilation-error-filedata)
9580         (compilation-error-filedata-file-name, compile-reinitialize-errors)
9581         (compilation-next-error-locus, compilation-forget-errors)
9582         (count-regexp-groupings, compilation-parse-errors)
9583         (compile-collect-regexps, compile-buffer-substring): Remove funs.
9585         (compile-internal): Make obsolete.
9587         (compilation-first-column, compilation-error)
9588         (compilation-directory-matcher, compilation-page-delimiter)
9589         (compilation-mode-font-lock-keywords, compilation-debug)
9590         (compilation-error-face, compilation-warning-face)
9591         (compilation-info-face, compilation-line-face)
9592         (compilation-column-face, compilation-enter-directory-face)
9593         (compilation-leave-directory-face, compilation-skip-threshold)
9594         (compilation-skip-visited, compilation-context-lines): New vars.
9596         (compilation-warning-face, compilation-info-face)
9597         (compilation-message-face): New faces.
9599         (compilation-error-regexp-alist-alist): New constant.
9601         (compilation-face, compilation-directory-properties)
9602         (compilation-assq, compilation-error-properties, compilation-start)
9603         (define-compilation-mode, compilation-loop)
9604         (compilation-set-window): New functions.
9606         (compile): Additional argument for interactive compiles like TeX.
9608         * progmodes/grep.el (kill-grep): Move here from compile.el
9609         (grep-error, grep-hit-face, grep-error-face)
9610         (grep-mode-font-lock-keywords): New variables.
9611         (grep-regexp-alist): Simplify regexp and add `binary' case.
9612         (grep-mode): New mode.
9613         (grep-process-setup): Simplify.
9615 2004-03-11  Jason Rumney  <jasonr@gnu.org>
9617         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
9618         letters on DOS/Windows.
9620 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9622         * server.el (server-name): New var.
9623         (server-socket-dir): New var to replace server-socket-name.
9624         (server-start): Use them.
9626 2004-03-11  Simon Josefsson  <jas@extundo.com>
9628         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
9629         died to avoid infloop.  Reported by Jonathan Glauner
9630         <jglauner@sbum.org>.
9632 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9634         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
9635         (smerge-mode-menu): Use it to deactivate menu entries.
9636         (smerge-keep-current): New fun.
9637         (smerge-keep-current): Use it.
9639 2004-03-10  John Paul Wallington  <jpw@gnu.org>
9641         * foldout.el (foldout-fold-list, foldout-modeline-string):
9642         Declare them as variables, not constants.
9644 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9646         * ps-print.el: Modification to print *Messages* buffer.
9647         (ps-print-version): New version 6.6.4.
9648         (ps-message-log-max): New fun.
9649         (ps-spool-without-faces, ps-spool-with-faces)
9650         (ps-count-lines-preprint): Code fix.
9652         * printing.el: New tips in Tips section.
9654 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9656         * delim-col.el: Doc fix.
9658         * printing.el: Doc fix.  New doc section (Tips).
9660 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9662         * type-break.el (type-break-emacs-variant): Remove.
9663         (type-break-run-at-time, type-break-cancel-function-timers):
9664         Use fboundp rather than version name and number.
9666 2004-03-09  Masatake YAMATO  <jet@gyve.org>
9668         * hexl.el (hexl-mode): Use `make-local-variable' instead of
9669         `make-variable-buffer-local'.
9671 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
9673         * find-dired.el (find-dired): Call `shell-command' instead of
9674         `start-process-shell-command'.  By this, Tramp takes over
9675         handling of remote directories.
9677 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9679         * newcomment.el (comment-use-global-state): New var.
9680         (comment-search-forward): Use it.
9682         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
9684         * cus-edit.el (fill) <defgroup>: Move to fill.el.
9686         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
9687         (enable-kinsoku): Make it a defcustom.
9688         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
9689         paragraph to same-comment-start-marker.
9691 2004-03-07  Dave Love  <fx@gnu.org>
9693         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
9694         (browse-url-mail): Use it.
9696         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
9697         (rfc2368-unhexify-string): Use replace-regexp-in-string.
9699 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
9701         * woman.el (woman-man.conf-path): Doc fix.
9702         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
9704 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
9706         * sort.el (sort-columns): Remove ms-dos from the list of systems
9707         where the external `sort' command is not used.
9709 2004-03-07  Kim F. Storm  <storm@cua.dk>
9711         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
9712         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
9713         from overlay-arrow-variable-list.
9714         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
9716 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
9718         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
9719         overlay arrow string properly for the assembler buffer.
9721 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9723         * mail/sendmail.el (mail-mode): Fix last change.
9725 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
9727         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
9728         for the assembler buffer.
9729         (gdb-assembler-custom): Position the overlay arrow.
9730         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
9732 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9734         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
9736         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
9737         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
9739         * mail/sendmail.el (mail-mode): Set comment-start-skip.
9741         * newcomment.el (uncomment-region): Allow non-terminated comment.
9742         (comment-normalize-vars): Check the user-specified comstart marker.
9744 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
9746         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
9747         Otherwise, do use it if the region only contains font-lock text
9748         properties.
9750 2004-03-04  Masatake YAMATO  <jet@gyve.org>
9752         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
9753         as the callback function for eldoc.
9754         (hexl-print-current-point-info): New function.
9755         (hexl-current-address): Print the address in both decimal
9756         and hexadecimal format.
9758 2004-03-04  Richard M. Stallman  <rms@gnu.org>
9760         * mail/rmail.el (rmail-convert-to-babyl-format):
9761         Specify t for UNIBYTE when calling mail-unquote-printable-region.
9763         * mail/mail-utils.el (mail-unquote-printable-region):
9764         New arg UNIBYTE.
9766         * startup.el (command-switch-alist): Doc fix.
9768         * simple.el (undo): Temporarily set this-command to `undo-start',
9769         then set it to `undo' once undo-start returns without error.
9771         * simple.el (minibuffer-history-sexp-flag): Doc fix.
9773         * simple.el (kill-line): Don't disregard trailing whitespace
9774         in eol condition, if show-trailing-whitespace is set.
9776         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
9777         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
9778         When disabling, restore old values only if mouse-sel-has-been-enabled.
9780         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
9781         (isearch-{-char): New function.
9782         (isearch-mode-map): Bind { to isearch-{-char.
9784         * font-lock.el (lisp-font-lock-keywords-2):
9785         Turn off the CL with-... and do-... general patterns.
9786         Instead, recognize several specific with... and do... constructs.
9788         * files.el (switch-to-buffer-other-window):
9789         Bind same-window-buffer-names and same-window-regexps to nil.
9790         (switch-to-buffer-other-frame): Likewise.
9792 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9794         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
9795         recognizing leading comment on code line.
9797 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9799         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
9800         hidden files/directories.
9802 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9804         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
9805         only comment-start (in case the mode hasn't set it).
9807         * Makefile.in (AUTOGENEL): New var.
9808         (bootstrap-prepare): Rename from bootstrap-clean.
9809         Don't remove elc files.
9810         (maintainer-clean): New target.
9812         * xml.el (xml-get-attribute-or-nil): Simplify.
9814 2004-03-02  Juri Linkov  <juri@jurta.org>
9816         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
9817         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
9818         URL to prevent their substitution with the environment variable
9819         values by browsers.
9821 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9823         * ps-print.el: Doc fix.
9824         (ps-print-version): New version number (6.6.3).
9825         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
9826         Docstring fix.
9827         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
9828         before printing.
9829         (ps-time-stamp-yyyy-mm-dd): New fun.
9830         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
9832 2004-03-02  Kim F. Storm  <storm@cua.dk>
9834         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
9836 2004-03-01  Juanma Barranquero  <lektu@terra.es>
9838         * allout.el (allout-rebullet-heading): Fix typo in docstring.
9840         * desktop.el (desktop-file-version)
9841         (desktop-after-read-hook): Fix typos.
9842         (desktop-clear-preserve-buffers): Remove redundant info in
9843         docstring already shown by the obsolescence message.
9844         (desktop-truncate, desktop-internal-v2s)
9845         (desktop-value-to-string): Change argument name to match docstring.
9847         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
9849         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
9850         docstring.
9852 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9854         * printing.el: Replace "As Is..." in PostScript file print/preview by
9855         "No Preprocessing...".  Suggested by Colin Marquardt
9856         <_marquardt_@zmd.de>.
9857         (pr-insert-section-4): Adjust buffer interface.
9859 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
9861         Version 2.0.39 of Tramp released.
9863         * net/tramp.el (tramp-handle-file-local-copy)
9864         (tramp-handle-write-region, tramp-open-connection-rsh):
9865         Variable name typo.  Small change.  From Patrick Tullmann
9866         <tullmann@flux.utah.edu>.
9867         (tramp-process-connection-type): New variable.
9868         (tramp-maybe-open-connection): Use it.
9869         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
9870         (tramp-touch): Set last-modified time of a remote file.
9871         (tramp-handle-write-region): Say which function is used when encoding.
9873 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
9875         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
9876         case of non-existing filename, too.  Reported by Christoph Bauer
9877         <c_bauer@informatik.uni-kl.de>.
9878         (tramp-smb-get-file-entries): The directory in question should
9879         have permissions "drwxrwxrwx".  Just virtual, because we don't
9880         know the real permissions.  Don't we know?
9881         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
9882         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
9883         (tramp-smb-wait-for-output): Optimize algorithm getting pending
9884         output.  If it was received chunkwise, there have been problems.
9885         Remove the "prompt not found" error message; it is obvious.
9886         Simplify algorithm.
9887         (tramp-smb-process-running): Remove.  Since we acknowledge the
9888         virtual prompt for shares, there's no need for distinction of
9889         reading shares (process ends afterwards) and interactive mode of
9890         smblient.
9891         (tramp-smb-open-connection): Setting process sentinel removed.
9892         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
9893         "NT_STATUS_NETWORK_ACCESS_DENIED".
9894         (tramp-smb-maybe-open-connection): Set `process-connection-type'
9895         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
9896         (top-level): Setting default value in `tramp-default-method-alist'
9897         corrected.  Order of USER and HOST have been wrong.
9898         Nobody complained for months ...
9899         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
9900         (tramp-smb-open-connection): Clear password cache if login has failed.
9902         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
9903         `tramp-unified-filenames'.
9904         (tramp-completion-mode): Make test for XEmacs explicitely.
9905         `event-to-character' can exists in Emacs packages too.
9906         Reported by Matt Swift <swift@alum.mit.edu>.
9907         (tramp-buffer-name): Buffer name must contain the user if exists.
9908         Reported by Adrian Phillips <a.phillips@met.no>.
9909         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
9910         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
9911         (tramp-do-copy-or-rename-file-out-of-band): Rename from
9912         `tramp-do-copy-or-rename-file-one-local', because it handles also
9913         the case both files use the same out-of-band method.
9914         Implementation added.
9915         (tramp-handle-file-local-copy, tramp-handle-write-region):
9916         Out-of-band handling removed.  `copy-file' called instead, which
9917         calls `tramp-do-copy-or-rename-file-out-of-band'.
9918         (tramp-action-password): Check for out-of-band method removed.
9919         This function is used for 'login-program.
9920         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
9921         appropriate.
9922         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
9923         and `tramp-parse-sknownhosts'.
9924         (tramp-completion-function-alist): It's a defvar now, because we
9925         want to apply the optimized `tramp-set-completion-function'
9926         instead of a static list.
9927         (tramp-set-completion-function): Implementation tuned.
9928         Avoid double entries, and entries where the function or the
9929         file/directory doesn't exist.
9930         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
9931         for SSH2.
9932         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
9933         (tramp-handle-dired-compress-file): New function.
9934         (tramp-async-proc): New variable.
9935         (tramp-handle-shell-command): Adding asynchronous processes.
9936         They are far from being perfect, but it works at least for
9937         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
9938         (top-level): Require password.el if visible.  Should be mandatory
9939         once No Gnus has found its way into (X)Emacs.
9940         (tramp-read-passwd): Invoke `password-read' if available,
9941         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
9942         fallback any longer.
9943         (tramp-clear-passwd): New function.
9944         (tramp-process-actions, tramp-process-multi-actions):
9945         Clear password cache if login has failed.
9947         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
9948         its own module.
9949         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
9950         `ange-ftp-ftp-name-res'.  There could be incorrect values from
9951         previous calls in case the "ftp" method is used in the Tramp file
9952         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9954 2004-02-28  Richard M. Stallman  <rms@gnu.org>
9956         * term.el (term-mouse-paste): Call mouse-set-point.
9958         * thumbs.el: New file.
9960 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9962         * progmodes/ebnf-abn.el: Doc fix.
9964         * progmodes/ebnf-bnf.el: Doc fix.
9965         (ebnf-repeat): Code fix.
9967         * progmodes/ebnf2ps.el: Doc fix.
9968         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
9970 2004-02-28  Juri Linkov  <juri@jurta.org>
9972         * ffap.el (dired-at-point): Additional writability test for
9973         relative directory names.
9974         (dired-at-point-prompter): Treat directories as a directory, get
9975         the directory component from files.
9976         (ffap-string-at-point): Return string from region if region is active.
9977         (ffap-file-at-point): Remove redundant code.
9979 2004-02-28  Kim F. Storm  <storm@cua.dk>
9981         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
9982         Initialize margin area images to nil.
9983         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
9984         (breakpoint-enabled-bitmap-face)
9985         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
9986         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
9987         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
9988         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
9989         (gdb-reset): Use gdb-remove-breakpoint-icons.
9990         (gdb-put-string): Add dprop arg to specify alternative display
9991         property (for setting fringe bitmap).
9992         (gdb-remove-strings): Doc fix.
9993         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
9994         icon in fringe (if available), or else as icon or text in display
9995         margin.  Creates necessary icons in breakpoint-bitmap,
9996         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
9997         Also make left window margin if required.
9998         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
9999         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
10000         no longer needed.
10001         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
10002         gdb-put-breakpoint-icon.
10003         (gdb-assembler-mode): Don't set left-margin-width here.
10005 2004-02-27  Kevin Ryde  <user42@zip.com.au>
10007         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
10008         comma, so that it DTRT in macros.
10010 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10012         * progmodes/sh-script.el (sh-shell-arg)
10013         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
10014         (sh-leading-keywords, sh-other-keywords): Fix custom type.
10016 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
10018         * faces.el (face-spec-set-match-display): Add a new attribute,
10019         `min-colors'.
10020         (region, highlight, secondary-selection): Use `min-colors'.
10022         * custom.el (defface): Add documentation for `min-colors'.
10024         * font-lock.el (font-lock-comment-face, font-lock-string-face)
10025         (font-lock-keyword-face, font-lock-function-name-face)
10026         (font-lock-variable-name-face, font-lock-constant-face):
10027         Use `min-colors'.
10029         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
10031 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10033         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
10034         define assq-delete-all if it's not defined.
10035         (ebnf-generate-region): Code fix.
10037         * printing.el: Doc fix.
10038         (pr-version): New version number (6.7.2).
10039         (pr-command): Return empty string if command is an empty string.
10041 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10043         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
10045         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
10046         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
10047         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
10048         "tt" ["test"] ).  Reported by Markus Dreyer
10049         <mdreyer@ix.urz.uni-heidelberg.de>.
10050         (ebnf-version): New version number (4.0).
10051         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
10052         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
10053         (ebnf-delete-style): New commands.
10054         (ebnf-directory, ebnf-file): New funs.
10055         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
10056         (ebnf-production-name-p, ebnf-stop-on-error): New options.
10057         (ebnf-syntax-alist): New var.
10058         (ebnf-element-width): New fun replacing ebnf-list-width.
10059         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
10060         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
10061         (ebnf-prologue): Adjust vars.
10062         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
10063         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
10064         (ebnf-check-style-values, ebnf-generate-production)
10065         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
10066         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
10067         (ebnf-token-repeat): Code fix.
10069         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
10070         %right, %left and %prec.  Suggested by Matthew K. Junker
10071         <junker@alum.mit.edu>.
10072         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
10074         * progmodes/ebnf-iso.el: Doc fix.
10075         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
10076         (ebnf-iso-lex): Code fix.
10078         * progmodes/ebnf-bnf.el: Doc fix.
10079         (ebnf-bnf-lex): Code fix.
10081         * progmodes/ebnf-otz.el: Doc fix.
10083 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
10085         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
10086         (abbrev-prefix-mark): Doc fix.
10088 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
10090         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
10091         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
10092         (gdb-var-delete): Make interactive (really).
10093         (gdb-edit-value): Make non-interactive.
10095         * progmodes/gud.el (gud-speedbar-menu-items):
10096         Add gdb-var-delete and, indirectly, gdb-edit-value.
10097         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
10098         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
10099         (gud-gdb-marker-filter): Add comment for annotations.
10101 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10103         * calendar/calendar.el (generate-calendar)
10104         (calendar-read-date): Prevent display of BC calendars once more -
10105         reverts 2003-10-01 change.
10106         (generate-calendar-month): Doc fix.
10108 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
10110         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
10111         return value of increment-calendar-month.
10113 2004-02-21  Stephen Compall  <s11@member.fsf.org>
10115         * saveplace.el (save-place-forget-unreadable-files)
10116         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
10117         (save-place-forget-unreadable-files): New function.
10118         (save-place-alist-to-file): Use it to filter out files that are
10119         no longer readable.
10121         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
10122         current Texinfo environment, using the same method as in
10123         `texinfo-insert-@end', and insert a space rather than a newline if
10124         point in a @table environment.
10126 2004-02-21  Juri Linkov  <juri@jurta.org>
10128         * ffap.el (ffap-file-at-point): Try parent directories.
10130 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
10132         * vcursor.el (vcursor-modifiers): New defcustom.
10133         (vcursor-cs-binding): Use vcursor-modifiers instead of a
10134         hard-coded list.
10136 2004-02-21  Masatake YAMATO  <jet@gyve.org>
10138         * play/animate.el (animate-birthday-present): Accept names other
10139         than `Sarah', too.
10141 2004-02-21  Juri Linkov  <juri@jurta.org>
10143         * startup.el: Remove table of command line arguments from the
10144         Commentary section.
10146 2004-02-20  John Wiegley  <johnw@newartisans.com>
10148         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
10149         again" modifier from 'e' to 'E', since 'e' is also used by the
10150         "file extension" modifier.
10152 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
10154         * help-fns.el (describe-categories): Doc fix.
10156 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
10158         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
10159         temporary file for buffer already visiting one.  This change makes
10160         output likely to be directly usable by patch program.
10161         Suggested by Adrian Aichner  <adrian@xemacs.org>
10163 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
10165         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
10166         case of variables defined in compound statements.
10167         (gdb-setup-windows, gdb-source-info, gdb-source-info):
10168         Simplify constructions using switch-to-buffer.
10170 2004-02-19  Simon Josefsson  <jas@extundo.com>
10172         * play/morse.el: Fix typo.
10173         (morse-code): Add @.
10175 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
10177         * calendar/appt.el (appt-display-format): Change default to
10178         'ignore, for backwards compatibility.
10179         (appt-display-message): If appt-display-format is 'ignore,
10180         respect old vars appt-msg-window and appt-visible.
10181         (appt-activate): Don't depend on return value of cancel-timer.
10183         * calendar/calendar.el (calendar-holidays): Doc fix.
10185         * calendar/cal-coptic.el (coptic-prompt-for-date):
10186         Use assoc-string instead of assoc-ignore-case.
10187         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10188         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10189         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10190         * calendar/cal-islam.el (calendar-goto-islamic-date)
10191         (mark-islamic-diary-entries): Ditto.
10192         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10193         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10194         (calendar-read-mayan-tzolkin-date): Ditto.
10195         * calendar/calendar.el (calendar-read-date): Ditto.
10196         * calendar/diary-lib.el (mark-diary-entries): Ditto.
10198 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10200         * progmodes/executable.el (executable-command-find-posix-p):
10201         Fix choice of the directory.
10203 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
10205         * simple.el (interprogram-cut-function)
10206         (interprogram-paste-function, kill-new, kill-append):
10207         Doc fixes.
10208         (kill-region): Make it return nil.  Doc fix.
10209         (yank-pop): Make its argument optional.
10210         (yank): Make ARG `-' equivalent to `-1'.
10212 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
10214         * mail/rmail.el (rmail-get-new-mail): Don't reference
10215         rmail-use-spam-filter if rmail-spam-filter is not loaded.
10217 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
10219         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
10220         if one of global-auto-revert-non-file-buffers or autorevert-mode
10221         is non-nil.
10223 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10225         * subr.el (delete-dups): A better implementation from Karl Heuer
10226         <kwzh@gnu.org>.
10228 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
10230         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
10231         correct place.
10232         * progmodes/icon.el (icon-indent-command): Ditto.
10233         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
10235 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10237         * progmodes/grep.el (grep-compute-defaults): Undo change from
10238         2004-01-29: don't use executable-command-find-posix-p.
10240 2004-02-16  Richard Sharman  <rsharman@pobox.com>
10242         * hilit-chg.el: Use require instead of eval-and-compile.
10243         (highlight-compare-buffers): New function.
10245 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
10247         * man.el (Man-fontify-manpage): Render section headings in
10248         `Man-overstrike-face' even when overstrike was not used by man
10249         formatter for section headings.
10251 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
10253         * rmail-spam-filter.el: (vm-use-spam-filter)
10254         (rsf-min-region-length-added-to-spam-list): New variables.
10255         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
10256         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
10257         spam testing.  Don't delete spam message if automatic deletion
10258         after output via variable rmail-delete-after-output is turned on.
10259         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
10260         rsf-bbdb-dont-create-entries-for-spam.
10261         (check-field): New function, extracted from code in
10262         rmail-spam-filter to ease addition of header fields like content-type.
10263         (message-content-type): New variable to check the content-type:
10264         field added, also in defcustom of rsf-definitions-alist.
10265         (rmail-spam-filter): Replace repeated test code for header fields
10266         by calls to check-field; change the call to
10267         rmail-output-to-rmail-file such that rmail-current-message stays
10268         the same to avoid wrong deletion of unseen flags.
10269         (rsf-add-contents-type): New function to convert old format
10270         of rmail-spam-definitions-alist into new one.
10271         Change prefixes of all variables and functions from
10272         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
10274 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10276         * loadhist.el (unload-hook-features-list): New defvar.
10278 2004-02-16  Dave Love  <fx@gnu.org>
10280         * loadhist.el (unload-feature): Doc fix.  Rename flist to
10281         unload-hook-features-list.
10283 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
10285         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
10286         cookie.  Don't check if we are looking-at open-formula.
10288 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10290         * subr.el (match-string-no-properties): Use substring-no-properties.
10292 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10294         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
10295         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
10296         Use lower-case "rx" in all error message.
10298 2004-02-16  Dave Love  <fx@gnu.org>
10300         * emacs-lisp/rx.el (rx-or): Put group around result.
10301         (rx-constituents): Add backref.
10302         (rx-syntax): Add string-delimiter, comment-delimiter.
10303         (rx-categories): Add combining-diacritic.
10304         (rx-check-not, rx-greedy, rx): Doc fix.
10305         (rx-backref, rx-check-backref): New.
10307 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
10309         * newcomment.el (uncomment-region): Allow eob as comment end.
10311 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
10313         * filecache.el: All message and error commands now use prefix
10314         "Filecache:" to make it easy to read *Messages* buffer.
10316 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
10318         * autorevert.el: Add support to detect changed dired and VC buffers.
10319         (auto-revert-active-p, auto-revert-list-diff)
10320         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
10321         (auto-revert-handler, auto-revert-active-p): New functions.
10322         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
10323         and `auto-revert-active-p'.
10324         (eval-when-compile): Defvar dired-directory and vc-mode.
10325         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10326         (auto-revert-handler-vc): New functions.
10328 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
10330         * progmodes/compile.el (compilation-directory): New defvar.
10331         (compile): Save current directory in compilation-directory.
10332         (recompile): Bind default-directory to compilation-directory if
10333         that is non-nil.
10335 2004-02-16  Dave Love  <fx@gnu.org>
10337         * newcomment.el (comment-insert-comment-function)
10338         (comment-region-function, uncomment-region-function): New.
10339         (comment-indent): Use comment-insert-comment-function.
10340         (uncomment-region): Use uncomment-region-function.
10341         (comment-region): Use comment-region-function.
10343         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
10345 2004-02-16  Richard Stallman  <rms@gnu.org>
10347         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
10348         loaddefs* and ldefs-boot*.
10350 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
10352         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
10353         and email address at the beginning and end of the address.
10355         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
10356         anchored at the beginning of the email address.
10358 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
10360         * international/ccl.el (ccl-compile-write): Pass `left' to
10361         ccl-embed-code to generate correct code of write-expr-register.
10363 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
10365         * progmodes/grep.el (grep-compute-defaults): Fix typos.
10367 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10369         * x-dnd.el: Mention support for Motif in commentary.
10370         (x-dnd-handle-drag-n-drop-event): Ditto.
10372 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
10374         * ses.el: Use "ses--" prefixes for buffer-local variables.
10375         Use (point-min) instead of 1, even when we know the buffer
10376         is unnarrowed.
10377         (ses-build-load-map): Delete.  Distribute its content to defconst's for
10378         the three maps.
10379         (ses-menu, ses-header-line-menu): New menus.
10380         (ses-mode-map): Use them.
10381         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
10383 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
10385         * Makefile.in: Fix the CC Mode recompile kludge so it works
10386         when building in a different directory.
10388 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
10390         * simple.el (kill-new): Put yank-handler property on the entire string.
10392 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10394         * diff.el: Don't use compile any more, use diff-mode instead.
10395         (diff-regexp-alist, diff-old-file, diff-new-file)
10396         (diff-parse-differences, diff-process-setup): Remove.
10397         (diff-sentinel): New fun.
10398         (diff): Use it.  Run the process ourselves.
10399         Use diff-mode for the rest of the processing.
10401         * diff.el (diff): Simplify code handling `switch'.
10403 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10405         * pcvs-defs.el (cvs-menu): Add `tag'.
10407 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
10409         * simple.el (kill-append): Doc fix.
10411         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10412         Adapt outline-regexp to the new conventions for commenting out code.
10414 2004-02-11  John Paul Wallington  <jpw@gnu.org>
10416         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
10418 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10420         * diff.el (diff-switches): New fun.
10421         (diff, diff-backup): Use it.
10422         (diff): Clean up the args construction.  Use backquote.
10423         Use listp instead of consp to avoid putting a nil arg.
10424         (diff): Add a revert-buffer function.
10426 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10428         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
10429         handled by x-dnd-handle-file-name.
10430         (x-dnd-known-types): Add COMPOUND_TEXT.
10431         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
10432         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
10433         x-dnd-empty-state.
10434         (x-dnd-forget-drop): Ditto.
10435         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
10436         (x-dnd-handle-one-url): Return private when inserting text.
10437         (x-dnd-insert-ctext): New function.
10438         (x-dnd-handle-file-name): New function for FILE_NAME.
10439         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
10440         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
10441         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
10443 2004-02-10  Kenichi Handa  <handa@m17n.org>
10445         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
10446         instead of while loop.
10448 2004-02-10  Miles Bader  <miles@gnu.org>
10450         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
10452 2004-02-09  Kenichi Handa  <handa@m17n.org>
10454         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
10455         have end-of-line.
10457 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
10459         * Makefile.in: Added extra dependencies in the recompile target
10460         needed to cope with the compile time macro expansions in CC Mode.
10462 2004-02-09  Kim F. Storm  <storm@cua.dk>
10464         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
10465         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
10466         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
10467         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
10468         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
10469         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
10470         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
10471         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
10472         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
10473         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
10474         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
10476 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10478         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
10479         Don't allow shrink if there's a window on our right.
10481         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
10482         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
10483         Bring together declaration and initialization.
10484         (prolog-mode-variables): Don't set the syntax table.
10485         Don't set paragraph-start and comment-indent-function.
10486         Add /*..*/ to the comment regexps.
10487         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
10488         (prolog-mode-map): Don't bind TAB.
10489         (prolog-mode): Set the syntax table.
10490         (prolog-comment-indent): Remove.
10491         (inferior-prolog-mode-map): Initialize in the declaration.
10492         (inferior-prolog-mode-syntax-table)
10493         (inferior-prolog-mode-abbrev-table): New vars.
10494         (inferior-prolog-mode): Derive from comint-mode.
10495         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
10496         minibuffer windows.
10498         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
10499         in file names, as long as it is unabmiguous.
10501 2004-02-08  Andreas Schwab  <schwab@suse.de>
10503         * textmodes/reftex-toc.el
10504         (reftex-toc-load-all-files-for-promotion): Remove useless use of
10505         format.  Doc fix.
10507         * textmodes/refer.el (refer-find-entry-internal): Remove extra
10508         format string arguments.
10510         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
10511         string argument.
10513         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
10515         * play/zone.el (zone-call): Fix format string.
10517         * net/webjump.el (webjump-builtin): Add missing format string argument.
10519         * midnight.el (midnight-delay-set): Remove extra format string argument.
10521         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
10523         * hexl.el (hexl-insert-char): Add missing format string argument.
10525         * format.el (format-decode): Fix format string.
10527         * emulation/vi.el (vi-mode): Remove extra format string argument.
10528         (vi-repeat-last-search): Likewise.
10529         (vi-reverse-last-search): Likewise.
10530         (vi-goto-mark): Likewise.
10531         (vi-reverse-last-find-char): Likewise.
10532         (vi-repeat-last-find-char): Likewise.
10533         (vi-locate-def): Likewise.
10535         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
10537         * ediff-util.el (ediff-toggle-read-only): Remove extra format
10538         string argument.
10539         (ediff-toggle-regexp-match): Likewise.
10541         * dired-aux.el (dired-do-query-replace-regexp): Add missing
10542         format string argument.
10544         * calc/calc-map.el (calc-get-operator): Remove extra format
10545         string argument.
10547         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
10549         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
10550         string argument.
10552         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
10554         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
10556         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
10558         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
10559         (cl-struct-setf-expander): Likewise.
10561         * vc.el (with-vc-file): Fix unsafe uses of error.
10562         (vc-cancel-version): Likewise.
10564 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
10566         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
10567         thousands separator; fixes <class>:<line-number> regexp for
10568         non-english locales.
10570 2004-02-08  Andreas Schwab  <schwab@suse.de>
10572         * view.el (view-mode-enable): Revert previous change.
10574 2004-02-07  Kim F. Storm  <storm@cua.dk>
10576         * simple.el (line-number-at-pos): Rename from line-at-pos.
10577         Uses changed (what-line and vc-annotate-warp-version).
10579 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10581         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
10582         (diff-mode): Remove aborted attempt at support for compile.el.
10583         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
10585 2004-02-06  Andreas Schwab  <schwab@suse.de>
10587         * view.el (view-mode-enable): Add view-mode-map to
10588         minor-mode-overriding-map-alist.
10590 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10592         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
10594 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10596         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
10597         with point inside rather than after the paragraph.
10599 2004-02-04  Sam Steingold  <sds@gnu.org>
10601         * mail/smtpmail.el (smtpmail-try-auth-methods):
10602         Do not try authentication when no mechanism is available.
10603         Pass port-name as defaultport to `netrc-machine'.
10605 2004-02-04  Stephen Eglen  <stephen@gnu.org>
10607         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
10608         to show how minibuffer height can be constrained.
10610 2004-02-04  John Paul Wallington  <jpw@gnu.org>
10612         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
10614 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10616         * x-dnd.el: New file for drag and drop.
10618         * term/x-win.el: require x-dnd, set after-make-frame-functions
10619         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
10620         drag-n-drop event.
10622         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
10623         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
10624         (dired-dnd-handle-file): New functions for drag and drop support.
10625         (dired-mode): Initialize drag and drop if x-dnd present.
10627 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10629         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
10630         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
10631         (cperl-mode): Set fill-paragraph-function.
10632         (cperl-fill-paragraph): Make it non-interactive.
10634 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
10636         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
10638 2004-02-02  David Kastrup  <dak@gnu.org>
10640         * replace.el (perform-replace): Allow 'literal argument in
10641         regexp-flag to indicate literal replacement.
10642         (query-replace-regexp-eval): Use it.
10644 2004-02-01  Andreas Schwab  <schwab@suse.de>
10646         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
10648 2004-02-01  Stephen Eglen  <stephen@gnu.org>
10650         * info-look.el: Add support for maxima-mode.  Update commentary
10651         because info-lookup-symbol is now bound to C-h S.
10653 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
10655         * simple.el (edit-and-eval-command): Bind print-level and
10656         minibuffer-history-sexp-flag around call to read-from-minibuffer.
10657         Correct initial position in command-history.
10659 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
10661         * files.el (read-directory-name): Adapt the docstring to recent
10662         change in Fread_file_name.
10664 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
10666         * ses.el (ses-print-cell): If print format too wide for column
10667         width, truncate decimal places if that helps to avoid "#####" fill.
10668         * ses.el (ses-initial-column-width): Revert previous change.
10670 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10672         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
10673         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
10674         Add edebug info.
10675         (jit-lock-mode): Setup/cancel the new timer.
10676         (jit-lock-context-fontify): New fun.  Extracted from
10677         context fontification code of jit-lock-stealth-fontify.
10678         (jit-lock-stealth-fontify): Don't do context fontification any more.
10680         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
10681         (jit-lock-fontify-now): Handle the `quit' case.
10682         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
10684 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
10686         * progmodes/executable.el (executable-command-find-posix-p):
10687         New.  Check if find handles arguments Posix-style.
10689         * progmodes/grep.el (grep-compute-defaults):
10690         Use executable-command-find-posix-p.
10691         (grep-find): Check `grep-find-command'.
10693         * filecache.el (file-cache-find-posix-p): Delete.
10694         (file-cache-add-directory-using-find):
10695         Use `executable-command-find-posix-p'.
10697 2004-01-29  Dave Love  <fx@gnu.org>
10699         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
10700         Iterate the hook function if arg is given.
10701         (mark-defun, narrow-to-defun): Change order of finding the limits.
10703         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
10704         (byte-compile-format-warn): New.
10705         (byte-compile-callargs-warn): Use it.
10706         (Format, message, error): Add byte-compile-format-like property.
10707         (byte-compile-maybe-guarded): New.
10708         (byte-compile-if, byte-compile-cond): Use it.
10709         (byte-compile-lambda): Compile interactive forms,
10710         just to make warnings about them.
10712 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
10714         * ses.el (ses-initial-column-width): Increase to 14, so it will
10715         work well with the default printer of "%.7g" for extreme values
10716         like "-1.234567e+07".
10718 2004-01-29  Kenichi Handa  <handa@m17n.org>
10720         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
10722 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
10724         * dos-w32.el: Added support for the `default-printer-name' function.
10726 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10728         * server.el (server-socket-name): Don't use the hostname in the
10729         socket name since /tmp is local to the host anyway.
10731         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
10732         robust check of widening and fix var-naming.
10734 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
10736         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
10737         or rmail-spam- to rsf- in all function and variable names.
10738         (rsf-min-region-to-spam-list): New variable.
10739         (rsf-bbdb-auto-delete-spam-entries): Rename from
10740         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
10741         scanned together with the recipients field for spam testing; Don't
10742         delete spam message if rmail-delete-after-output is non-nil;
10743         (rsf-check-field): New function, extracted from code in
10744         rmail-spam-filter to ease addition of header fields like
10745         content-type:;
10746         (message-content-type): New variable.  The content-type: field was
10747         added also in defcustom of rsf-definitions-alist;
10748         (rmail-spam-filter): Replace repeated test code for header fields
10749         by calls to check-field; change the call to
10750         rmail-output-to-rmail-file such that rmail-current-message stays
10751         the same to avoid wrong deletion of unseen flags.
10752         (rmail-use-spam-filter): Add autoload cookie.
10754 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
10756         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
10757         (file-cache-add-directory-using-find): Add Cygwin support.
10758         (file-cache-find-command-posix-flag): New user variable.
10760         * filecache.el (file-cache-add-directory): Check for
10761         directories an remove them from dir-files.
10763 2004-01-27  Richard M. Stallman  <rms@gnu.org>
10765         * man.el (Man-fontify-manpage): Clean up message.
10767 2004-01-27  Kenichi Handa  <handa@m17n.org>
10769         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
10770         (sentence-end): Define using sentence-end-without-space.
10772         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
10773         a sentence ends with one of a character in sentence-end-without-space.
10775 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10777         * font-lock.el (font-lock): Add jit-lock as explicit group member.
10778         (jit-lock): Group declaration moved to jit-lock.el.
10779         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
10780         when necessary.
10782         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
10783         (jit-lock-context-unfontify-pos): Rename from
10784         jit-lock-first-unfontify-pos.
10785         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
10787 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
10789         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
10790         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
10791         (fortran-fill): When filling a string, adjust re-search-backward
10792         argument for special case of string just on fill-column.
10793         When filling non-string, allow one extra char if
10794         fortran-break-before-delimiters is non-nil.
10795         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
10796         Use fortran-break-delimiters-re and fortran-no-break-re to
10797         correctly handle cases such as "**".
10799         * progmodes/f90.el (f90-break-delimiters): Doc fix.
10800         (f90-no-break-re): Add some extra tokens.  Doc fix.
10802 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
10804         * mail/rmail-spam-filter.el:
10805         Use two semicolons as Commentary line prefix.
10806         Add ";;; Code:" stylized comment.
10807         Delete end-of-line whitespace.
10808         Wrap (require 'cl) with `eval-when-compile'.
10810 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
10812         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
10813         at the top level of vc.el.
10815 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
10817         * vc.el (vc-current-line): Function removed.  This is now done by
10818         the new function line-at-pos in simple.el.
10819         (vc-annotate-warp-version): Use line-at-pos instead of
10820         vc-current-line.
10822 2004-01-22  Kim F. Storm  <storm@cua.dk>
10824         * simple.el (line-at-pos): New defun.
10825         (what-line): Use it.  Optimize by only counting lines in narrowed
10826         region once.
10828 2004-01-22  Kenichi Handa  <handa@m17n.org>
10830         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
10831         point (register r1) only for charset mule-unicode-0100-24ff.
10833 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10835         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
10836         trailing white space and ensure a final newline.
10838         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
10839         Add autoload cookie.
10841 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
10843         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
10844         activate view-mode explicitly.
10846 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10848         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
10849         use clipboard first.
10851 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10853         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
10854         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
10855         (vc-mcvs-cvs): Remove.
10856         (vc-mcvs-command): Remove use of assert.
10858         * outline.el (outline-insert-heading): Tighten up match.
10859         (outline-demote, outline-move-subtree-down): Don't assume anything
10860         about outline-regexp.
10862         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
10863         (texinfo-show-structure): Explicitly add ^, and simplify.
10865 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
10867         * calendar/appt.el (appt-check): Restore usage of
10868         appt-issue-message deleted in previous change.
10869         (top-level): Activate package when loaded (needed for backwards
10870         compatibility).
10872 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10874         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
10875         following previous change to smtpmail-send-data.
10877 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
10879         * vc.el (vc-default-previous-version): Doc enhancement.
10880         (vc-default-next-version): New function.
10881         (vc-print-log): New arg FOCUS-REV.
10882         (vc-annotate-mode): Derive from view-mode.
10883         (vc-annotate): New args REVISION, DISPLAY-MODE.
10884         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
10885         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
10886         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
10887         (vc-annotate-show-diff-revision-at-line, vc-current-line)
10888         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
10890         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
10892 2004-01-19  Karl Berry  <karl@gnu.org>
10894         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
10895         or "TexInfo".
10897 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
10899         * subr.el (delete-dups): New function.
10901 2004-01-19  Karl Berry  <karl@gnu.org>
10903         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
10904         with ^, since that's what texinfo-show-structure
10905         documentation says (plus it works much better in texinfo.txi).
10907 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
10909         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
10911 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
10913         * progmodes/which-func.el (which-function-mode): Don't cancel
10914         which-func-update-timer if not set.
10916 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
10918         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
10919         Remove spurious left square bracket in XX:XXam regexp.
10921 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
10923         * progmodes/cc-defs.el: Do not require cl at run time.
10925 2004-01-16  Richard M. Stallman  <rms@gnu.org>
10927         * emacs-lisp/cl.el (cl-cannot-unload): New function.
10928         (cl-unload-hook): Defvar this to run cl-cannot-unload.
10930         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
10931         Call rmail-spam-filter.  Delete and expunge spam.
10932         Print number of spam messages deleted.
10933         Save and restore the deletion status of old messages when reading
10934         new mail with spam filter, so that expunging spam does not expunge
10935         msgs deleted by the user.
10936         (rmail-only-expunge): Add an optional argument dont-show to
10937         prevent showing message after expunge.
10939 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
10941         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
10942         * subr.el (declare): New macro.
10944 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
10946         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
10948 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10950         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10951         Test window-system rather than system-type (for X11/Mac).
10953 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
10955         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
10957 2004-01-12  Richard M. Stallman  <rms@gnu.org>
10959         * mail/rmail.el (rmail-convert-to-babyl-format):
10960         Use mail-unquote-printable-region.
10961         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
10962         (rmail-hex-char-to-integer): Functions deleted.
10964         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
10965         (mail-unquote-printable-region): New arg NOERROR.
10966         For invalid encoding, either signal an error to just return nil.
10968 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
10970         * calendar/appt.el: Update copyright and commentary.
10971         (appt-issue-message): Make obsolete.
10972         (appt-visible, appt-msg-window): Make obsolete, in favour of
10973         appt-display-format.
10974         (appt-display-mode-line, appt-display-duration)
10975         (appt-display-diary, appt-time-msg-list, appt-mode-string)
10976         (appt-prev-comp-time, appt-display-count, appt-timer)
10977         (appt-convert-time): Doc change.
10978         (appt-disp-window-function, appt-delete-window-function):
10979         Use defcustom rather than defvar.
10980         (appt-display-format): New variable.
10981         (appt-display-message): New function with display code from appt-check.
10982         (appt-check): Add optional FORCE argument.  Doc change.
10983         Add appt-make-list to diary-hook if displaying diary.
10984         Remove checking of view-diary-entries-initially.
10985         Message display section removed to new function appt-display-message.
10986         (appt-display-window): Doc change.  Remove unused internal var
10987         this-buffer.  Do not beep, since appt-display-message does that.
10988         (appt-make-list): Doc change.  Use caar.
10989         (appt-sort-list): Simplify by using builtin sort function.
10990         (appt-update-list): New function for updating appts when diary is
10991         saved.
10992         (appt-activate): New autoloaded function to toggle package
10993         functionality.
10995         * calendar/cal-x.el: (calendar-one-frame-setup)
10996         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
10998         * calendar/calendar.el: Update copyright.
10999         (view-diary-entries-initially, european-calendar-style): Doc change.
11000         (calendar-setup): Make defcustom rather than defvar.
11001         (mark-visible-calendar-date): Initialize temp-face and faceinfo
11002         in let binding so local to function.
11004         * calendar/diary-lib.el: Update copyright.
11005         (diary, diary-entry-time): Doc change.
11006         (list-diary-entries): Doc change.  Trivial logic change.
11007         (fancy-diary-display): Restore make-face command mistakenly
11008         deleted 2003-05-08.
11009         (show-all-diary-entries): Allow to pop-up frame if needed.
11011 2004-01-09  John Paul Wallington  <jpw@gnu.org>
11013         * bindings.el (mode-line-change-eol): Add EVENT parameter.
11014         Temporarily select EVENT's window for changing eol type.
11016 2004-01-09  Deepak Goel  <deego@gnufans.org>
11018         * calendar/diary-lib.el (diary-entry-time):
11019         Also accept time in the form XX[.XX][am/pm/AM/PM].
11020         (fancy-diary-font-lock-keywords): Likewise.
11021         (diary-font-lock-keywords): Likewise.
11022         * calendar/appt.el (appt-add): Likewise.
11023         (appt-make-list): Likewise.
11024         (appt-convert-time): Likewise.
11026 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
11028         * gdb-ui.el (gdb-ann3): Revert previous change.
11029         (gdb-source-info): Allow for case of where compilation directory
11030         is not recorded.
11032 2004-01-08  John Paul Wallington  <jpw@gnu.org>
11034         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
11036 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
11038         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
11040         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
11041         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
11042         problems.
11043         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
11045 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
11047         * files.el (write-file-functions, write-contents-functions):
11048         Clarify docstrings.
11050 2004-01-07  Kenichi Handa  <handa@m17n.org>
11052         * international/mule.el (set-auto-coding): Fix for the case that
11053         end-of-line is only CR.
11055 2004-01-07  Kim F. Storm  <storm@cua.dk>
11057         * subr.el (event-start, event-end): Doc fix.
11058         (posn-string, posn-image): New defuns.
11059         (posn-object): Return either image or string object.
11060         (posn-object-x-y): Return 8th element of position.
11061         (posn-object-width-height): New defun.
11063 2004-01-06  Andreas Schwab  <schwab@suse.de>
11065         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
11066         output.
11068 2004-01-05  Karl Berry  <karl@gnu.org>
11070         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
11071         / and *, too.
11073 2003-12-31  Simon Josefsson  <jas@extundo.com>
11075         * files.el (before-save-hook): Add.
11076         (basic-save-buffer): Use before-save-hook.
11078         * emacs-lisp/copyright.el: Fix comment to recommend
11079         before-save-hook instead of write-file-functions.
11081 2004-01-05  Richard M. Stallman  <rms@gnu.org>
11083         * finder.el (finder-commentary): Call delete-other-windows.
11085         * net/ange-ftp.el (ange-ftp-file-attributes):
11086         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
11088 2004-01-04  Karl Berry  <karl@gnu.org>
11090         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
11091         comment characters % and # in the copyright year notice,
11092         as well as ;.
11094 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
11096         * wid-edit.el (default): Define dummy :value-delete.
11097         Reported by Jesper Harder <harder@ifa.au.dk>.
11099 2004-01-03  Richard M. Stallman  <rms@gnu.org>
11101         * progmodes/compile.el (compile-internal): Use point, not point-min,
11102         for set-window-point.
11104         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
11106         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
11108         * progmodes/grep.el (grep-mode-map):
11109         Don't remap next-line, previous-line.
11111 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
11113         * speedbar.el (speedbar-edit-line): Change regexp to position
11114         the cursor on the first character of this line's button.
11116 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
11118         * subr.el (functionp): Doc fix.
11120 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11122         * progmodes/idlwave.el (idlwave-make-tags):
11123         * textmodes/flyspell.el (flyspell-large-region):.
11124         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
11125         * emulation/viper-util.el (viper-glob-unix-files):
11126         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
11127         * man.el (Man-init-defvars):
11128         * jka-compr.el (jka-compr-call-process):
11129         * files.el (get-free-disk-space,insert-directory):
11130         * ediff-ptch.el (ediff-test-patch-utility):
11131         * ediff-diff.el (ediff-test-utility):
11132         * dired-aux.el (dired-check-process):
11133         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
11134         test the return value of call-process, because it can be a string.
11136 2003-12-31  John Paul Wallington  <jpw@gnu.org>
11138         * bindings.el (completion-ignored-extensions): Add .pfsl.
11140 2003-12-31  Kim F. Storm  <storm@cua.dk>
11142         * ido.el (ido-nonreadable-directory-p): New defun to check for
11143         nonreadable directory without activating tramp (to avoid problems
11144         with checking incomplete tramp paths).
11145         (ido-set-current-directory, ido-file-internal)
11146         (ido-file-name-all-completions1): Use it.
11148 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
11150         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
11151         documentation if the anchor (or node) name is preceded by `info
11152         anchor' or `Info anchor' in addition to earlier `info node' and
11153         `Info node'.
11154         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
11156 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
11158         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
11159         error in arguments to base64-decode-region.  Remove ^M characters
11160         after decoding base64.
11162 2003-12-30  Simon Josefsson  <jas@extundo.com>
11164         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
11165         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
11166         have only been distributed with Emacs for some years.
11167         (texinfo-mode-hook): Customize.
11169 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
11171         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
11172         cleaner (suggested by Richard Stallman).
11174         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
11175         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
11176         file-name clashes on 8+3 DOS filesystems.
11178         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
11179         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
11180         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
11181         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
11182         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
11183         file-name clashes on 8+3 filesystems.
11185         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
11186         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
11187         file-name clashes on 8+3 DOS filesystems.
11189 2003-12-29  Richard M. Stallman  <rms@gnu.org>
11191         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
11192         Upcase the character.
11194         * textmodes/flyspell.el (mail-mode-flyspell-verify):
11195         Search for header separator alone on a line, literally,
11196         and search for it backward, not forward.
11197         (flyspell-abbrev-table): Always use global-abbrev-table
11198         if there is no local one.
11200         * progmodes/sh-script.el (sh-get-indent-info):
11201         Don't move point back if at bob.
11203         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
11205         * play/handwrite.el (handwrite): Make the handwrite credit message
11206         a comment rather than an output command.
11208         * obsolete/sc.el: Display message that this file is obsolete.
11210         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
11212         * mail/rfc822.el (rfc822-address-start): Declare variable.
11213         Renamed from address-start.  All uses changed.
11215         * term.el (term-exec): Set up sentinel.
11216         (term-sentinel): New function.
11217         (term-handle-exit): New function.
11219         * subr.el (assoc-ignore-case, assoc-ignore-representation):
11220         Use assoc-string, and mark them obsolete.
11221         (delay-mode-hooks): Mark as permanent local.
11223         * simple.el (sendmail-user-agent-compose): Use assoc-string.
11225         * register.el (copy-rectangle-to-register): Doc fix.
11227         * info.el (Info-insert-dir): Use assoc-string.
11229         * info-look.el (info-lookup): Use assoc-string.
11231         * frame.el (pop-up-frame-function): Use quote, not `function'.
11232         (frame-notice-user-settings): Calculate ADJUSTED-TOP
11233         copying with lists as coordinate values.
11235         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
11237         * find-dired.el (kill-find): New command.
11238         (find-dired): Make buffer read-only.
11239         Set up a keymap with C-c C-k running kill-find.
11240         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
11242         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
11244         * filecache.el (file-cache-ignore-case): New variable.
11245         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
11247         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
11248         (comint-dynamic-complete-as-filename): Rename local vars.
11249         (comint-dynamic-list-filename-completions): Likewise.
11251         * comint.el (comint-dynamic-list-completions-config): New var.
11252         (comint-dynamic-list-completions): Handle both SPC and TAB right.
11254         * comint.el (comint-file-name-chars): Add [].
11255         (comint-word): Use skip-chars-backward, not search.
11257         * shell.el (shell-file-name-chars): Add [].
11259         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
11261         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
11263         * generic.el (define-generic-mode): Doc fix.
11265 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11267         * files.el (kill-some-buffers): Doc fix.
11269 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
11271         * comint.el (comint-watch-for-password-prompt): Pass `string' as
11272         arg to send-invisible
11273         (send-invisible): Doc fix.  The argument is now a prompt, not the
11274         string to send.
11275         (comint-read-noecho): Doc fix.
11277 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
11279         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
11280         "@", as required by some ISP hosting service.  Fix defcustom
11281         argument syntax errors that prevented use of customization.
11283 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11285         * xml.el (xml-get-attribute-or-nil): Doc fix.
11287 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
11289         * net/zone-mode.el (zone-mode): Use write-file-functions, not
11290         write-file-hooks.
11292 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11294         * autorevert.el (auto-revert-interval): Doc fix.
11296 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
11298         * xml.el (xml-get-attribute-or-nil): New function, like
11299         xml-get-attribute, but returns nil if the attribute was not found.
11300         (xml-get-attribute): Convert to defsubst, uses
11301         xml-get-attribute-or-nil.
11303 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11305         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
11307 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
11309         * custom.el (custom-declare-theme): Use `value' when putting
11310         properties on `theme'.
11312 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
11314         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
11315         for each yank-handler segment.
11316         (insert-for-yank-1): New function, with the body of the previous
11317         insert-for-yank.
11319         * textmodes/table.el (table-yank-handler): New defcustom.
11320         (table--put-cell-indicator-property): Put yank-handler property
11321         that indicates the yank handler for the table cell.
11323 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11325         * generic-x.el (etc-modules-conf-generic-mode): A more complete
11326         set of keywords.
11328 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
11330         * international/mule-cmds.el (reset-language-environment)
11331         (set-language-environment): Don't invoke fontset-related functions
11332         if fontset-list is not fboundp.
11334 2003-12-29  Kenichi Handa  <handa@m17n.org>
11336         * international/mule-cmds.el (reset-language-environment):
11337         Call set-overriding-fontspec-internal with nil.
11338         (set-language-environment): Call set-overriding-fontspec-internal
11339         if the language environment specify `overriding-fontspec'.
11340         (language-info-alist): Doc added.
11342         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
11343         characters of mule-unicode-0100-24ff.
11344         (ccl-encode-windows-1251-font): New CCL program.
11345         ("Bulgarian"): Specify overriding-fontspec.
11346         ("Belarusian"): Likewise.
11348 2003-12-28  Sam Steingold  <sds@gnu.org>
11350         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
11351         parameter ID-FORMAT to conform with the 2003-11-30 patch.
11353 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
11355         * progmodes/gud.el (gud-gdb-command-name): Set default to
11356         "gdb --annotate=3".
11357         (gud-gdb-marker-filter): Look out for annotations.
11358         (gdb-first-pre-prompt): New variable.
11359         Remove trailing white space.
11361         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
11362         if necessary.
11363         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
11364         annotations are detected.
11365         (gud-gdba-marker-filter): Use global variable gud-marker-acc
11366         instead of a local one to allow transition from
11367         gud-gdb-marker-filter.
11368         Remove trailing white space.
11370 2003-12-27  Kim F. Storm  <storm@cua.dk>
11372         * ido.el: Handle non-readable directories.
11373         (ido-decorations): Add 9th element for non-readable directory.
11374         (ido-directory-nonreadable): New dynamic var.
11375         (ido-set-current-directory): Set it.
11376         (ido-read-buffer, ido-file-internal):
11377         (ido-read-file-name, ido-read-directory-name): Let-bind it.
11378         (ido-file-name-all-completions1): Return empty list for
11379         non-readable directory.
11380         (ido-exhibit): Print [Not readable] if directory is not readable.
11381         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
11382         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
11383         Use it.
11385 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
11387         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
11388         calls to directory-files-and-attributes and file-attributes.
11389         (ls-lisp-format): Remove system dependent handling of user and
11390         group id's.
11392 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
11394         * ffap.el (ffap-read-file-or-url): Revert previous change.
11396 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
11398         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
11399         new list of included files called `files-with-node-lines', that
11400         only have node lines.  This way @include commands can include any
11401         file, such as version and update files without node lines, not
11402         just files that are chapters.
11404 2003-12-25  Andreas Schwab  <schwab@suse.de>
11406         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
11407         file not found.
11409 2003-12-08  Miles Bader  <miles@gnu.org>
11411         * dired.el (dired-between-files): Always use dired-move-to-filename,
11412         which is more robust in non-english locales.
11414 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
11416         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
11418 2003-12-24  Andreas Schwab  <schwab@suse.de>
11420         * shell.el (shell-file-name-quote-list): Add backslash.
11422         * comint.el (comint-quote-filename): Correctly handle backslash
11423         in comint-file-name-quote-list.
11425 2003-12-24  Kenichi Handa  <handa@m17n.org>
11427         * international/mule-cmds.el (set-default-coding-systems):
11428         Call ucs-set-table-for-input for all buffers that don't have local
11429         value of buffer-file-coding-system.
11431         * international/ucs-tables.el (ucs-set-table-for-input):
11432         If translation-table-for-encode is a symbol, get its
11433         translation-table property.
11435 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
11437         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
11438         to `completing-read' on a recently fixed bug.
11440         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
11441         instead of SPACE, to get the list of possible fringe modes.
11442         SPACE only works if both `partial-completion-mode' and
11443         `completion-auto-help' are nil.
11445         * complete.el (PC-is-complete-p): Delete.
11446         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
11447         calls to `test-completion'.
11449 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
11451         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
11452         to edit values when there are no children.
11454         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
11455         a mode called "Assembler" already exists.
11456         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
11457         (gud-watch): Use format option.  Remove font properties from string.
11458         (gdb-var-create-handler, gdb-var-list-children-handler):
11459         Don't bother about properties as there are none.
11460         (gdb-var-create-handler, gdb-var-list-children-handler)
11461         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
11462         with two arguments.
11463         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
11464         Let speedbar show value changes with a different font.
11465         (gdb-edit-value): New defun.
11466         (gdb-clear-partial-output, gdb-clear-inferior-io)
11467         (def-gdb-auto-update-handler): Use erase-buffer.
11468         (gdb-frame-handler): Display watch expressions in
11469         FUNCTION::VARIABLE format if required.
11471 2003-12-23  John Paul Wallington  <jpw@gnu.org>
11473         * info.el (Info-unescape-quotes, Info-split-parameter-string)
11474         (Info-goto-emacs-command-node): Doc fixes.
11476 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
11478         * cus-edit.el (custom-add-parent-links): Define "many".
11480 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
11482         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
11483         (widget-child-validate, widget-type-value-create)
11484         (widget-type-default-get, widget-type-match): New functions.
11485         (lazy): New widget.
11486         (menu-choice, checklist, radio-button-choice, editable-list)
11487         (group, documentation-string): Remove redundant (per 2003-10-25
11488         change) calls to `widget-children-value-delete'.
11489         (widget-choice-value-get, widget-choice-value-inline): Remove.
11490         (menu-choice): Update widget.
11492 2003-12-03  Kenichi Handa  <handa@m17n.org>
11494         * language/cyrillic.el: Register "microsoft-cp1251" in
11495         ctext-non-standard-encodings-alist.
11496         ("Bulgarian"): Add ctext-non-standard-encodings.
11497         ("Belarusian"): Likewise.
11499         * international/mule-conf.el (compound-text-with-extensions):
11500         Change the type to 2 (iso-2022 base).
11502         * international/mule.el (ctext-non-standard-encodings-alist):
11503         Change the format.
11504         (ctext-non-standard-encodings): New variable.
11505         (ctext-post-read-conversion): Fully re-written.
11506         (ctext-non-standard-designations-alist): Delete it.
11507         (ctext-non-standard-encodings-table): New function.
11508         (ctext-pre-write-conversion): Fully re-written.
11510 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
11512         * cus-edit.el (custom-add-parent-links): Add documentation links
11513         for parent, if the item has none of its own.
11515 2003-11-30  Richard M. Stallman  <rms@gnu.org>
11517         * dired-aux.el (dired-do-query-replace-regexp):
11518         Report files visited read-only.
11520 2003-11-30  Juri Linkov  <juri@jurta.org>
11522         * dired-aux.el (dired-compare-directories): New command.
11523         (dired-file-set-difference, dired-files-attributes): New functions.
11525 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
11526         Version 2.0.38 of Tramp released.
11528         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
11529         Charles Curley <charlescurley@charlescurley.com>.
11530         (tramp-multi-connection-function-alist): Add ssht entry which adds
11531         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
11532         Aichner.
11533         (tramp-get-method-parameter): New function to retrieve a method
11534         parameter.  This allows for omission of method parameters.
11535         Callers adjusted.
11537 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
11539         * net/tramp.el: Add new optional parameter ID-FORMAT to
11540         `file-attributes'.  Calls of `file-attributes' won't use this
11541         parameter for backward compatibility reasons.
11542         (tramp-perl-file-attributes): Add a new parameter to Perl script
11543         in order to handle uid/gid as strings, if desired.
11544         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
11545         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
11546         order to make the function more general.
11547         (tramp-handle-file-attributes): Replace proprietary optional
11548         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
11549         (tramp-handle-file-attributes-with-perl): Handle parameter
11550         NONNUMERIC if set.  This wasn't done in the past.
11551         (tramp-post-connection): Apply second parameter "$2" if
11552         `tramp-remote-perl' is called.
11554         * net/tramp-smb.el (tramp-smb-handle-delete-file):
11555         Correct cut'n'waste error (`filename' instead of `directory').
11556         (tramp-smb-handle-directory-files-and-attributes)
11557         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
11558         introduced parameter ID-FORMAT.
11559         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
11560         error (`directory' instead of `ldir').
11562         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
11563         `file-attributes' has a second parameter.  If yes, apply it with
11564         value "'integer".  Otherwise, don't use that parameter (default is
11565         integer format).
11567 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
11569         * help.el (help-map): Bind `display-local-help' to `C-h .'.
11570         (help-for-help): Add `C-h .' to the listed Help options.
11571         Remove trailing whitespace.
11573         * help-at-pt.el: New file.
11575 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
11577         * subr.el (noreturn, 1value): New macros for test coverage.
11578         See `testcover.el'.
11580         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
11582         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
11583         for macro `1value'.
11584         (testcover-1value): New function.  Checks that a 1value form
11585         actually returns only one value.  Requested by RMS.
11587 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
11589         * gdb-ui.el (gud-watch, gdb-var-create-handler)
11590         (gdb-var-list-children, gdb-var-list-children-handler)
11591         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
11592         gdb commands that use mi to keep them out of the command history.
11594 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11596         * cus-start.el (all): Add use-file-dialog.
11598 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11600         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
11602 2003-11-27  Kim F. Storm  <storm@cua.dk>
11604         * subr.el (posn-object-x-y): New defun.
11606 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11608         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
11609         Don't use `space' for \\\n.
11610         Be more selective as to which # are comment-starters.
11612 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
11614         * subr.el (number-sequence): Improve handling of floating point
11615         arguments (suggested by Kim Storm).  Allow negative arguments.
11617 2003-11-26  Kenichi Handa  <handa@m17n.org>
11619         * international/mule-cmds.el (standard-display-european-internal):
11620         Cancel the standard-display-table setting for ` and '.
11622 2003-11-26  Kim F. Storm  <storm@cua.dk>
11624         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
11625         New defcustoms to add ffap-like functionality to ido.
11626         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
11627         (ido-no-final-slash): New defun.
11628         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
11629         (ido-read-file-name): ): Toggle VC checking via
11630         vc-handled-backends instead of vc-master-templates.
11631         (ido-file-internal): Handle ido-use-url-at-point and
11632         ido-use-filename-at-point via code borrowed from ffap-guesser.
11633         Handle new ido-exit code ffap.
11634         (ido-sort-list): Ignore final slash when sorting file names.
11636 2003-11-25  Kim F. Storm  <storm@cua.dk>
11638         * emulation/cua-base.el (cua--standard-movement-commands):
11639         Add forward-sentence and backward-sentence.
11641 2003-11-25  Stephen Eglen  <stephen@gnu.org>
11643         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
11644         iswitchb-exit is set to 'usefirst when user selects buffer at head
11645         of list using RET.  (Selecting buffers at the head of the list was
11646         broken if the substring was also a complete buffername.)
11648 2003-11-23  Kim F. Storm  <storm@cua.dk>
11650         * progmodes/compile.el (grep-command, grep-use-null-device)
11651         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
11652         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
11653         (grep-regexp-alist, grep-program, find-program)
11654         (grep-find-use-xargs, grep-history, grep-find-history)
11655         (grep-process-setup, grep-compute-defaults)
11656         (grep-default-command, grep, grep-tag-default, grep-find)
11657         (grep-expand-command-macros, grep-tree-last-regexp)
11658         (grep-tree-last-files, grep-tree): Move grep variables, functions
11659         and commands to new file grep.el.
11660         (compilation-mode-map): Remove grep commands from Compile sub-menu.
11661         (compilation-process-setup-function): Doc fix.
11662         (compilation-highlight-regexp, compilation-highlight-overlay): New
11663         defvars used for highlighting current compile error in source buffer.
11664         (compile-internal): New optional args HIGHLIGHT-REGEXP and
11665         LOCAL-MAP which overrides compilation-highlight-regexp and
11666         compilation-mode-map for this compilation.
11667         Delay calling compilation-set-window-height until after running
11668         compilation-process-setup-function so it can buffer-local override
11669         compilation-window-height.
11670         Check buffer-local value of compilation-scroll-output.
11671         (compilation-set-window-height): Use buffer-local value of
11672         compilation-window-height.
11673         (compilation-revert-buffer): Don't pass (undefined)
11674         preserve-modes arg to revert-buffer.
11675         (next-error-no-select, previous-error-no-select): New commands.
11676         (compilation-goto-locus): Temporarily highlight current match in
11677         source buffer using compilation-highlight-regexp.
11679         * progmodes/grep.el: New file with grep code from compile.el.
11680         (grep): New defcustom group.
11681         (grep-window-height): New defcustom, like compilation-window-height.
11682         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
11683         (grep-scroll-output): New defcustom, like compilation-scroll-output.
11684         (grep-command, grep-use-null-device, grep-find-command)
11685         (grep-tree-files-aliases, grep-tree-ignore-case)
11686         (grep-tree-ignore-CVS-directories): Move to grep custom group.
11687         (grep-setup-hook): New hook variable.
11688         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
11689         (grep-last-buffer): New defvar, override compilation-last-buffer.
11690         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
11691         Call compile-internal with args highlight-regexp and grep-mode-map.
11693 2003-11-23  Kim F. Storm  <storm@cua.dk>
11695         * subr.el (event-start, event-end): Doc fix.
11696         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
11697         (posn-area, posn-actual-col-row, posn-object): New defuns.
11698         (posn-col-row): Simplify doc.  Rewrite to use cond.
11699         (posn-point): Also return buffer position for events outside text
11700         area (that info is now present in the event position).
11702         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
11703         mouse-set-point so that hscroll still works now that clicks on
11704         fringes generate specific mouse events.
11705         (mouse-set-point): Note that it now works in fringes and margins
11706         too due to new semantics of posn-point in fringes and margins.
11708         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
11709         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
11711 2003-11-20  Kim F. Storm  <storm@cua.dk>
11713         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
11714         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
11715         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
11716         to 100 for icons to avoid increasing line height when shown.
11718 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11720         * newcomment.el (comment-normalize-vars): Initialize properly if
11721         comment-start was nil.
11723 2003-11-19  Andreas Schwab  <schwab@suse.de>
11725         * simple.el (set-variable): Fix indentation.
11727 2003-11-17  Kenichi Handa  <handa@m17n.org>
11729         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
11730         Fix docstring.
11732 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11734         * international/latin1-disp.el (latin1-display): Fix docstring.
11736 2003-11-16  John Wiegley  <johnw@newartisans.com>
11738         * eshell/em-ls.el (eshell-ls-file): There are times with
11739         size-width is nil and uncomputed (when directories are created in
11740         dired, for example); in this case, 4 is reasonable default value,
11741         although it may caused skewed new entries (which could be avoided
11742         by returning the original value of 8 in all cases, but 99% of the
11743         time this is a waste of whitespace).
11745 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
11747         * cc-engine.el (c-guess-continued-construct)
11748         (c-guess-basic-syntax): Check a little more carefully if it's a
11749         function declaration when an unknown construct followed by a block
11750         is found inside a statement context.  This avoids macros followed
11751         by blocks to be taken as function declarations.
11753         (c-guess-continued-construct): Change the analysis of a statement
11754         continuation with a brace open to `substatement-block', for
11755         consistency with recognized statements.
11757         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
11758         start is in a position so that `c-beginning-of-statement-1' jumped
11759         to the beginning of the same statement.
11761         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
11762         Don't accept binary operators in the arglist if we're in a function
11763         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
11764         template recognition in cases like "if (a < b || c > d)".
11766         (c-restricted-<>-arglists): New more appropriate name for
11767         `c-disallow-comma-in-<>-arglists'.
11769         Accessing functions updated for the variable name change.
11771         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
11772         match data could get clobbered if NOT-INSIDE-TOKEN is used.
11774         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
11775         labels.
11777         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
11778         instead of duplicating parts of it.  This fixes bogus label
11779         recognition.
11781         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
11782         of checking the context in which to apply the minimum indentation,
11783         so that it isn't enforced in e.g. namespace blocks.
11785         * cc-vars.el (c-inside-block-syms): New constant used by
11786         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
11787         to somewhat reduce the risk of becoming stale.
11789         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
11790         cc-cmds to cc-engine to allow use from cc-align.
11792         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
11793         qualified identifiers containing "::".
11795         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
11796         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
11798         * cc-vars.el (c-emacs-features): Use a space in front of the name
11799         of the temporary buffer.  That also avoids dumping problems in
11800         XEmacs due to undo info being left around after the buffer is killed.
11802         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
11803         arglist to see if it's a K&R style declaration.
11805         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
11806         before returning `knr-argdecl-intro'.
11808 2003-11-16  John Wiegley  <johnw@newartisans.com>
11810         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
11811         field in a long-listing always 8 characters, use `size-width',
11812         which has already been computed.
11814 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
11816         * subr.el (minor-mode-list): Add `hs-minor-mode'.
11818 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
11820         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
11821         Support operation while narrowed, with `diff-restrict-view'.
11823 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
11825         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11826         Take additional optional arg NARROWFUN.  For the generated functions:
11827         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
11828         include frags that arrange to check for and save narrowing state before
11829         the move and then conditionally call NARROWFUN after the move.
11831 2003-11-14  John Wiegley  <johnw@newartisans.com>
11833         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
11834         that was optional, but obviously missing based on surrounding code.
11836         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
11837         string arguments to numbers unless the whole argument was seen as
11838         a number.
11840 2003-11-14  Kenichi Handa  <handa@m17n.org>
11842         * international/mule.el (ctext-non-standard-encodings-alist):
11843         Fix coding systems.
11845 2003-11-10  Kenichi Handa  <handa@m17n.org>
11847         * language/kannada.el ("Kannada"): Add sample-text.
11849         * language/knd-util.el (kannada-compose-region)
11850         (kannada-compose-string, kannada-post-read-conversion):
11851         Add autoload cookie.
11853         * international/quail.el (quail-completion): Change the message
11854         "corresponding translations" to "corresponding characters".
11856 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
11858         * descr-text.el (describe-char): Fix typo.
11860 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
11862         These changes are to support Kannada language/script.
11864         * Makefile.in (DONTCOMPILE): Add kannada.el.
11866         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
11868         * loadup.el: Preload kannada.el.
11870         * language/ind-util.el (ucs-kannada-to-is13194-alist)
11871         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
11872         New variables.
11874         * language/kannada.el: New file.
11876         * language/knd-util.el: New file.
11878 2003-11-07  Andreas Schwab  <schwab@suse.de>
11880         * progmodes/autoconf.el (autoconf-font-lock-keywords):
11881         Also highlight AH_*.
11883         * xml.el (xml-parse-dtd): Fix misplaced paren.
11885 2003-11-07  Kenichi Handa  <handa@m17n.org>
11887         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
11889 2003-11-05  Juri Linkov  <juri@jurta.org>
11891         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
11892         (desktop-buffer-file): Use saved buffer-file-coding-system
11893         for file reading.  Set auto-insert to nil to prevent automatic
11894         insertion into restored empty files.
11896 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
11898         * files.el (risky-local-variable-p): Make second argument optional.
11900 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11902         * subr.el (add-hook): Fix last change.
11904 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
11906         * mail/rmail.el (rmail-convert-to-babyl-format):
11907         If base64-decode-region signals an error, catch it and silently
11908         ignore it.
11910 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
11912         * xml.el (xml-parse-region): Allow comments to appear after the
11913         topmost element has closed.
11914         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
11915         (xml-ns-expand-attr): New functions to do namespace handling.
11916         (xml-intern-attrlist): Back-compatible handling of attribute names.
11917         (xml-parse-tag): Move namespace handling to separate functions.
11918         Now produces elements in the form ((:ns . "element") (attr-list)
11919         children) instead of ('ns:element (attr-list) children).
11920         (xml-parse-attlist): Fix attribute parsing.
11921         (xml-parse-dtd): Change parsing so that it produces strings
11922         instead of interned symbols.
11924 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
11926         * dired.el (dired-ls-sorting-switches): Doc fix.
11928 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
11930         * emacs-lisp/rx.el (rx-or): Fix the case of
11931         "(rx (and ?a (or ?b ?c) ?d))".
11933 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
11935         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
11936         (texinfo-format-region): Use it.
11937         (texinfo-format-buffer-1): Ditto.
11939 2003-11-01  Alan Mackenzie  <acm@muc.de>
11941         Changes to allow scrolling whilst in isearch mode:
11942         * isearch.el (isearch-unread-key-sequence): New function,
11943         extracted from isearch-other-meta-char.
11944         (top level): (put 'foo 'isearch-scroll) on all Emacs's
11945         "scrollable" standard functions.
11946         (isearch-allow-scroll): New customizable variable.
11947         (isearch-string-out-of-window, isearch-back-into-window)
11948         (isearch-reread-key-sequence-naturally)
11949         (isearch-lookup-scroll-key): New functions.
11950         (isearch-other-meta-char): Doc string and functionality enhanced.
11951         Now accepts a prefix argument.
11952         (isearch-lazy-highlight-window-end): New variable.
11953         (isearch-lazy-highlight-new-loop): Pay attention to the window's
11954         end (thru isearch-lazy-highlight-window-end), not only its start.
11956         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
11957         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
11958         (universal-argument, universal-argument-more, negative-argument)
11959         (digit-argument, universal-argument-other-key): Minor changes.
11961 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
11963         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
11964         recursively if the last message is deleted, thus avoiding an
11965         infinite loop.
11967 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11969         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
11970         (tex-main-file): Don't add .tex if the extension is already present.
11971         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
11973 2003-10-29  Lute Kamstra  <lute@gnu.org>
11975         * progmodes/octave-inf.el (inferior-octave-prompt):
11976         Recognize version number in prompt.
11978 2003-10-28  Dave Love  <fx@gnu.org>
11980         * international/characters.el: Fix some Unicode ranges.
11982 2003-10-28  Kenichi Handa  <handa@m17n.org>
11984         * disp-table.el (standard-display-8bit)
11985         (standard-display-default, standard-display-ascii)
11986         (standard-display-g1, standard-display-graphic)
11987         (standard-display-underline): Assure that standard-display-table
11988         is a display table.
11990 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11992         * simple.el (reindent-then-newline-and-indent): Delete space *after*
11993         reindenting the first line.
11995 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11997         * wid-edit.el (widget-default-delete): Always delete child widgets.
11999 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12001         * newcomment.el (comment-indent): Don't call indent-according-to-mode
12002         if the line has code.
12003         Don't try to line up with something that's too far left.
12005         * progmodes/octave-mod.el (octave-comment-start): Simplify.
12006         (octave-mode-syntax-table): Add % as a comment starter.
12007         (octave-point): Remove.
12008         (octave-in-comment-p, octave-in-string-p)
12009         (octave-not-in-string-or-comment-p, calculate-octave-indent)
12010         (octave-blink-matching-block-open, octave-auto-fill):
12011         Use line-(beginning|end)-position instead.
12013 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12015         * emacs-lisp/authors.el (authors-aliases): Add correct realname
12016         for Francesco Potort\e,Al\e(B.
12018 2003-10-23  Dave Love  <fx@gnu.org>
12020         * international/mule-cmds.el (locale-charset-to-coding-system):
12021         Don't rely on nil being a coding system.
12023         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
12024         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
12025         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
12027 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
12029         * gdb-ui.el (gdb-current-language): New variable.
12030         (gdb-update-flag): Remove variable.
12031         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
12032         (gdb-take-last-elt): Remove function.
12033         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
12034         (gdb-post-prompt): Check for variable object changes here.
12036         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
12037         object changes in gdb-ui.el.
12039 2003-10-21  Richard M. Stallman  <rms@gnu.org>
12041         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
12043         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
12044         Don't check for foo*/ wildcard form here.
12045         (insert-directory): Recognize foo*/ as a wildcard.
12046         Separate wildcard-regexp variable from the arg, wildcard.
12048         * subr.el (add-hook): Correctly detect when make-local-hook was used.
12049         (remove-hook): Correctly handle strange cases about local hooks.
12051 2003-10-21  David Ponce  <david@dponce.com>
12053         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
12054         argument REAL, to return a real number instead of a rounded
12055         integer value.  Define as inline function.
12056         (ruler-mode-right-fringe-cols): Likewise.
12057         (ruler-mode-scroll-bar-cols): New function.
12058         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
12059         (ruler-mode-right-scroll-bar-cols): Likewise.
12060         (ruler-mode-space): New function.
12061         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
12062         scroll bar mode and margins in a more robust way.
12064 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
12066         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
12067         (antlr-c-init-language-vars): New function.
12068         (antlr-mode): Use it with cc-mode before v5.29.
12069         (antlr-c-common-init): Don't set some local vars here.
12070         (antlr-mode): Set them here.
12071         (antlr-c-forward-sws): New function alias.
12072         (antlr-mode): Redefine with cc-mode before v5.30.
12073         (antlr-skip-sexps): Use it.
12074         (antlr-skip-exception-part): Ditto.
12075         (antlr-skip-file-prelude): Ditto.
12076         (antlr-outside-rule-p): Ditto.
12077         (antlr-end-of-body): Ditto.
12078         (antlr-option-kind): Ditto.
12079         (antlr-insert-option-area): Ditto.
12080         (antlr-file-dependencies): Ditto.
12082 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12084         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
12085         Move backward only if point was not inside an entry.
12087 2003-10-21  Richard M. Stallman  <rms@gnu.org>
12089         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
12091 2003-10-21  Juri Linkov  <juri@jurta.org>
12093         * compare-w.el: Automatically skip non-matching text to resync.
12094         (compare-windows-whitespace): Doc fix.
12095         (compare-windows-sync, compare-windows-sync-string-size)
12096         (compare-windows-recenter, compare-ignore-whitespace)
12097         (compare-windows-highlight, compare-windows-face): New variables.
12098         (compare-windows): Use compare-windows-sync.
12099         (compare-windows-highlight, compare-windows-dehighlight)
12100         (compare-windows-sync-regexp)
12101         (compare-windows-sync-default-function): New functions.
12103 2003-10-21  Juri Linkov  <juri@jurta.org>
12105         * diff.el (diff-parse-differences): Don't visit the files now;
12106         instead, just record the error locus.
12108 2003-10-21  Dave Love  <fx@gnu.org>
12110         * progmodes/cfengine.el: New file.
12112 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12114         * complete.el (PC-do-completion): Do not forget to use `pred' as the
12115         default-directory when completing file names.
12117 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
12119         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
12120         followed by the word `face', it gets treated as a face, even if
12121         it is also defined as a variable or a function.
12123 2003-10-20  Dave Love  <fx@gnu.org>
12125         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12126         Avoid incf in macro expansion.
12128 2003-10-20  John Paul Wallington  <jpw@gnu.org>
12130         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
12131         `evenp' so we don't implicitly require cl library at runtime.
12133 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
12135         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
12136         (help-make-xrefs): Only make cross-references for faces if
12137         preceded or followed by the word `face'.  Do not make a
12138         cross-reference for variables without variable documentation,
12139         unless preceded by the word `variable' or `option'.  Update doc
12140         string accordingly.
12142 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
12144         * progmodes/hideshow.el: Rewrite one-armed `if'
12145         constructs using either `when' or `unless'.
12146         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
12148 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
12150         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
12151         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
12152         instead of 12x12.
12154 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
12156         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
12157         message while converting to Babyl.
12159 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
12161         * allout.el (allout-mode): Doc fix.
12163 2003-10-16  Lute Kamstra  <lute@gnu.org>
12165         * subr.el (force-mode-line-update): Fix docstring.
12167 2003-10-14  Dave Love  <fx@gnu.org>
12169         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
12170         (default-input-method): Add :link, improve :type.
12171         (locale-charset-language-names): Fix utf-8 pattern.
12172         (locale-charset-match-p, locale-charset-alist)
12173         (locale-charset-to-coding-system): New.
12174         (set-locale-environment): Deal with codeset part of locale specs.
12176 2003-10-14  Lute Kamstra  <lute@gnu.org>
12178         * fringe.el (fringe-mode): Use active voice in docstring.
12179         (set-fringe-style): Ditto.
12181 2003-10-13  Lute Kamstra  <lute@gnu.org>
12183         * fringe.el (fringe-mode): Fix docstring.
12184         (set-fringe-style): Ditto.
12186 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
12188         * ediff-mult.el (ediff-filegroup-action):
12189         Use ediff-default-filtering-regexp.
12191         * ediff-util.el (ediff-recenter): Don't call
12192         ediff-restore-highlighting twice.
12193         (ediff-select-difference): Set current difference.
12194         (ediff-unselect-and-select-difference): Add comment.
12196         * ediff.el (ediff-directories,ediff-directory-revisions)
12197         (ediff-directories3,ediff-merge-directories)
12198         (ediff-merge-directories-with-ancestor)
12199         (ediff-merge-directory-revisions)
12200         (ediff-merge-directory-revisions-with-ancestor):
12201         Use ediff-default-filtering-regexp.
12203 2003-10-12  Andreas Schwab  <schwab@suse.de>
12205         * international/mule-cmds.el (locale-charset-language-names):
12206         Simplify regex by removing unused grouping.
12208 2003-10-10  Dave Love  <fx@gnu.org>
12210         * bindings.el: Don't bind stop.
12212 2003-10-08  Miles Bader  <miles@gnu.org>
12214         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
12215         face instead of attempting to emulate it.
12217 2003-10-07  Kenichi Handa  <handa@m17n.org>
12219         * international/mule-diag.el (list-coding-systems-1): List coding
12220         systems that are loaded automatically.
12222         * international/code-pages.el (iso-8859-11): Add autoload cookie.
12224         * international/mule.el (autoload-coding-system): New function.
12226 2003-10-07  Andreas Schwab  <schwab@suse.de>
12228         * log-edit.el (log-edit-changelog-entries): Prefer local value of
12229         change-log-default-name in the buffer visiting the file.
12231 2003-10-06  Dave Love  <fx@gnu.org>
12233         * files.el (find-file-hook): Customize.
12234         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
12236         * bindings.el (completion-ignored-extensions): Remove .log.
12237         (global-map): Add again, open, stop keys.
12239 2003-10-05  Richard M. Stallman  <rms@gnu.org>
12241         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
12242         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
12243         Use sh-modify directly.
12244         (sh-select): Use sh-append, not eval.
12246         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
12248         * info.el (Info-following-node-name): New function.
12250         * loadhist.el (unload-feature-special-hooks):
12251         Rename from loadhist-hook-functions.
12252         (loadhist-hook-functions): Now an alias.
12254 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
12256         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
12257         file-name clashes on 8+3 filesystems.
12259         * Makefile.in (DONTCOMPILE, bootstrap-clean):
12260         Rename loaddefs-boot.el to ldefs-boot.el
12262         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
12263         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
12265 2003-10-03  Lute Kamstra  <lute@gnu.org>
12267         * info.el (Info-mode): Revert previous change.
12268         (Info-escape-percent): New function.
12269         (Info-fontify-node): Use it.
12271 2003-10-02  Andreas Schwab  <schwab@suse.de>
12273         * loaddefs-boot.el: Regenerated.
12275 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
12277         * ffap.el: Remove defadvice related code from CVS since `complete'
12278         provides a `PC-completion-as-file-name-predicate' variable that
12279         ffap can override.
12281 2003-10-02  Kenichi Handa  <handa@m17n.org>
12283         * international/utf-8.el (ccl-decode-mule-utf-8):
12284         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
12286         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
12287         * international/subst-big5.el: Likewise.
12288         * international/subst-gb2312.el: Likewise.
12289         * international/subst-ksc.el: Likewise.
12291 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
12293         * calendar/calendar.el (increment-calendar-month)
12294         (calendar-leap-year-p, calendar-absolute-from-gregorian)
12295         (generate-calendar, calendar-read-date, calendar-interval)
12296         (calendar-day-of-week): Handle years BC.
12297         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
12299 2003-10-01  Dave Love  <fx@gnu.org>
12301         * language/cyrillic.el (cp1251): Alias for windows-1251.
12303         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
12304         bootstrap.
12306 2003-10-01  Lute Kamstra  <lute@gnu.org>
12308         * files.el: Fix typo.
12309         * imenu.el (imenu--generic-function): Docstring fix.
12311 2003-09-30  Richard M. Stallman  <rms@gnu.org>
12313         * dired.el (dired-mode): Handle dired-directory as a list.
12315 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
12317         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
12319         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
12321         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
12322         Replace gud-display with gud-watch.
12323         (gud-speedbar-buttons): Add stuff for watching expressions
12324         in the speedbar when using M-x gdba.  Use dolist on old part
12325         of this function.
12327         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
12328         (gdb-update-flag): New variables.
12329         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
12330         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
12331         (gud-watch, gdb-var-create-handler) : New functions.
12332         (gdb-var-list-children, gdb-var-list-children-handler)
12333         (gdb-var-create-regexp, gdb-var-update-regexp)
12334         (gdb-var-list-children-regexp): New constants.
12335         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
12336         (gdb-annotation-rules): Reduce annotation set (level 3).
12337         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
12338         (gdb-post-prompt): Don't update GDB buffers every time speedbar
12339         updates.
12340         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
12341         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
12342         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
12343         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
12344         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
12345         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
12346         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
12347         (gud-display, gud-display1)
12348         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
12349         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
12350         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
12351         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
12352         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
12353         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
12354         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
12355         (gdb-display-display-buffer, gdb-toggle-display)
12356         (gdb-delete-display, gdb-expressions-popup-menu)
12357         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
12358         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
12359         to display buffer.
12361 2003-09-30  Richard M. Stallman  <rms@gnu.org>
12363         * progmodes/ada-mode.el (ada-mode): Don't use advice.
12364         Instead, set which-func-functions.
12366         * progmodes/which-func.el (which-func-modes): Add ada-mode.
12367         (which-func-functions): New variable.
12368         (which-function): Use that.
12370         * info.el (Info-mode): Double each `%' in header line.
12372         * emacs-lisp/lisp-mnt.el (lm-with-file):
12373         When FILE is nil, run BODY in current buffer.
12375         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
12377         * help.el (describe-mode): Start with a brief list of minor modes.
12378         Find them thru minor-mode-list so as to find them all.
12379         Show them in alphabetical order.
12381         * mail/sendmail.el (mail-aliases): Doc fix.
12383         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
12385 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
12387         * mail/rmailsum.el (rmail-make-summary-line-1):
12388         Change comma after last label to a space.
12389         (rmail-summary-font-lock-keywords): Adapt to that change.
12391 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
12393         * progmodes/scheme.el (scheme-mode-variables): When setting
12394         `font-lock-defaults', also specify that "#" should
12395         be interpreted with `word' syntax.
12396         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
12398 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
12400         * desktop.el: A lot of comments updated.
12401         (desktop-save-mode): Minor mode introduced.
12402         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
12403         (desktop-load-default): Function made obsolete.
12404         (desktop-locals-to-save): Variable made customizable.
12405         (desktop-read): Optional parameter `dirname' added.
12406         (desktop-change-dir, desktop-revert): Parameter `dirname' in
12407         `desktop-read' used.
12408         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
12410 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
12412         * whitespace.el (whitespace-clean-msg): Add user customizable message
12413         for displaying ``clean'' output.
12414         (whitespace-buffer): Use `whitespace-clean-msg'.
12415         (whitespace-global-mode): Fix typo.
12417 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
12419         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
12421 2003-09-29  Lute Kamstra  <lute@gnu.org>
12423         * bindings.el (mode-line-modes): Remove superfluous :propertize
12424         construct in initialization.
12425         (mode-line-position): Change cons cell into proper list in
12426         initialization.
12428 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
12430         * international/mule.el (decode-coding-inserted-region): Use car
12431         of the return value of find-operation-coding-system.
12433 2003-09-29  Kenichi Handa  <handa@m17n.org>
12435         * descr-text.el (describe-char): Fix previous change.
12437 2003-09-28  Kenichi Handa  <handa@m17n.org>
12439         * descr-text.el (describe-char-display): New function.
12440         (describe-char): Pay attention to display table on describing how
12441         a character is displayed.
12443         * international/mule-cmds.el (encoded-string-description):
12444         Prepend "0x" to each encoded byte.
12446 2003-09-28  Andreas Schwab  <schwab@suse.de>
12448         * find-file.el (ff-special-constructs): Add autoload cookie.
12450 2003-09-28  Kevin Ryde  <user42@zip.com.au>
12452         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
12453         makeinfo appends to duplicate index entries.
12455 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
12457         * dired-x.el (dired-clean-tex): Doc fix.
12459         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
12460         using a Chinese tutorial.
12462 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12464         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
12465         between "MAIL FROM:" and "RCPT TO:" and the following address.
12467 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12469         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
12471 2003-09-28  David Ponce  <david@dponce.com>
12473         * recentf.el (recentf-initialize-file-name-history): New defcustom.
12474         (recentf-load-list): When `recentf-initialize-file-name-history'
12475         is non-nil, initialize an empty `file-name-history' with the
12476         recent list.
12478 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
12480         * man.el (Man-default-man-entry): Remove the leading `*' from the
12481         word at point.
12483 2003-09-26  Lute Kamstra  <lute@gnu.org>
12485         * bindings.el (mode-line-position): Mention size indication in
12486         docstring.
12488 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
12490         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
12492         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
12493         because it's autoloaded now.
12495 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
12497         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
12498         (sh-font-lock-keywords, sh-feature): Fix previous change of
12499         sh-feature to avoid infloop with sh-font-lock-keywords.
12501 2003-09-25  Kim F. Storm  <storm@cua.dk>
12503         * frame.el (frame-current-scroll-bars): New defun.
12505         * window.el (window-current-scroll-bars): New defun.
12507 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12509         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
12510         cause errors when the state cache contains info on parts that have
12511         been narrowed out.
12513 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12515         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
12516         `c-setup-paragraph-variables' has to be used when this variable is
12517         changed; it doesn't work to reinitialize the mode since that
12518         typically clobbers the variable.
12520         * progmodes/cc-styles.el (c-setup-paragraph-variables):
12521         Make it interactive.
12523 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12525         * progmodes/cc-fonts.el (c-font-lock-declarations):
12526         Fix recognition of constructors and destructors for classes whose
12527         names are matched by `*-font-lock-extra-types'.
12529         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
12530         followed by an identifier in C++ then it's a type.
12532 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12534         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
12535         problem that primarily affected XEmacs.  Don't use faces to find
12536         unterminated strings since Emacs and XEmacs fontify strings
12537         differently - this function should now work better in XEmacs.
12539 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12541         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
12542         `expand-abbrev' workaround which caused braces to misbehave inside
12543         macros.
12545         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
12546         handling.  This bug could cause interactive font locking to bail out.
12548 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12550         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12551         Handle paren-style types in Pike.  Also fixed some cases of
12552         insufficient handling of unbalanced parens.
12554 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
12556         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
12557         common shell prompts that are not common filename or URL characters.
12558         (ffap-file-at-point): Use the new regexp to strip the prompts from
12559         the file names.  This is an issue mostly for user prompts that
12560         don't have a trailing space and find-file-at-point is invoked from
12561         within a shell inside Emacs.
12563 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
12565         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
12566         stamps numerically, rather than textually.
12568 2003-09-24  Kenichi Handa  <handa@m17n.org>
12570         * language/devan-util.el (devanagari-post-read-conversion):
12571         * language/mlm-util.el (malayalam-post-read-conversion):
12572         * language/tml-util.el (tamil-post-read-conversion):
12573         Add autoload cookie.
12575         * international/utf-8.el (utf-8-post-read-conversion):
12576         Call post-read-conversion functions for Devanagari, Malayalam,
12577         and Tamil.
12579 2003-09-23  Dave Love  <fx@gnu.org>
12581         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
12583 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
12585         * progmodes/gud.el (perldb): Add gud-until to list of commands.
12586         Update gud-remove.
12588 2003-09-22  Richard M. Stallman  <rms@gnu.org>
12590         * progmodes/sh-script.el (sh-mode-default-syntax-table):
12591         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
12592         (sh-mode-syntax-table-input): New variable.
12593         (sh-require-final-newline): Don't use eval.
12594         (sh-builtins, sh-leading-keywords, sh-other-keywords)
12595         (sh-variables, sh-font-lock-keywords): Don't use eval.
12596         (sh-set-shell): When setting require-final-newline,
12597         treat value = `require-final-newline' as don't change it.
12598         Set sh-mode-syntax-table locally based on
12599         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
12601         * progmodes/compile.el (compile-internal):
12602         Call compilation-set-window-height before setting window start.
12604 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
12606         * emacs-lisp/bytecomp.el (byte-compile-log-file):
12607         Clear out byte-compile-last-warned-form.
12609 2003-09-22  Richard M. Stallman  <rms@gnu.org>
12611         * woman.el (woman-file-name, woman-follow-word):
12612         If current-word returns nil, use "".
12614         * simple.el (eval-expression): Bind standard-output in to-buffer case.
12616 2003-09-22  Richard M. Stallman  <rms@gnu.org>
12618         * emacs-lisp/lisp-mnt.el (lm-with-file):
12619         Don't visit the file, just use insert-file-contents in temp buffer.
12621 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
12623         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
12624         Add surrounding \\( and \\) around the header, as in
12625         for lm-history-header 'Change Log\\|History'.
12627 2003-09-22  John Paul Wallington  <jpw@gnu.org>
12629         * progmodes/ld-script.el: Add Commentary section,
12630         minor cleanup of file header.
12631         (ld-script-font-lock-keywords): Doc fix.
12632         (toplevel): Provide `ld-script' feature.
12634 2003-09-21  Kim F. Storm  <storm@cua.dk>
12636         * scroll-bar.el (set-scroll-bar-mode): Initialize to
12637         new built-in variable default-frame-scroll-bars.
12638         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
12639         scroll-bar-mode; notably, use it instead of t when we toggle
12640         scroll-bars on.
12641         (toggle-scroll-bar): Use default-frame-scroll-bars.
12643 2003-09-19  Masatake YAMATO  <jet@gyve.org>
12645         * pcvs.el (cvs-do-removal): Change the prompt depending on
12646         `filter' value.
12648 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
12650         * startup.el (command-line-1): Stop startup-echo-area-message
12651         being hidden by "Loading image..." message.
12652         (use-fancy-splash-screens-p, display-splash-screen):
12653         Move display-graphic-p test from latter to former.
12655         * progmodes/sh-script.el (sh-font-lock-keywords):
12656         Highlight escaped EOLs differently from other backslash constructs.
12658 2003-09-19  Richard M. Stallman  <rms@gnu.org>
12660         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
12661         New functions.
12662         (edebug-enter, edebug-outside-excursion): Use them.
12664         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
12665         Fix the condition for whether to print "In WHERE".
12667 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
12669         * finder.el (finder-mode-hook): New variable.
12670         (finder-mode): Run hook finder-mode-hook
12672 2003-09-18  Masatake YAMATO  <jet@gyve.org>
12674         * progmodes/ebrowse.el: Fix broken magic autoload comments.
12676 2003-09-17  Mario Lang  <mlang@delysid.org>
12678         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
12679         "p %e" to actually print the value in the GUD buffer.
12681 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
12683         From David Ponce <david.ponce@wanadoo.fr>:
12684         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
12685         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
12686         from loaddefs-boot.el if necessary.
12688 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
12690         * progmodes/gud.el (gud-find-class): Make jdb work again since
12691         cc-mode changed the syntactic information.
12693 2003-09-15  David Ponce  <david@dponce.com>
12695         * recentf.el: (recentf-exclude): Accept predicates too.
12696         (recentf-file-readable-p): New function.
12697         (recentf-include-p): Handle predicates in recentf-exclude.
12698         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
12699         (recentf-cleanup): Likewise.
12700         (recentf-save-list): Use write-file to handle backup of
12701         recentf-save-file.
12703 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
12705         * loaddefs-boot.el: Renamed from `loaddefs.el'
12706         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
12707         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
12708         necessary.
12710 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
12712         * electric.el (Electric-pop-up-window): For the `one-window' case,
12713         no longer disconcertingly move point in the original buffer.
12715 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12717         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
12719 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
12721         * dired.el (dired-mode-map): Fix typo.
12723 2003-09-11  Richard M. Stallman  <rms@gnu.org>
12725         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
12727 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
12729         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
12730         the function is less noisy.  Now only `kill-buffer' can ask questions.
12732 2003-09-10  Mario Lang  <mlang@delysid.org>
12734         * battery.el: Update Commentary and Copyright.
12735         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
12736         appear due to wrong ordering of the expressions in `or'.
12738 2003-09-09  Lute Kamstra  <lute@gnu.org>
12740         * misc.el (upcase-char): Fix docstring.
12741         (zap-up-to-char): New command.
12743 2003-09-08  David Ponce  <david@dponce.com>
12745         Ensure that recentf correctly updates the menu bar.
12746         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
12747         (recentf-menu-bar): New function.
12748         (recentf-clear-data): Use it
12749         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
12750         of easy-menu-change.
12752 2003-09-08  Lute Kamstra  <lute@gnu.org>
12754         * simple.el (size-indication-mode): New.
12755         * bindings.el (mode-line-position): Add buffer size indicator.
12757 2003-09-04  Mario Lang  <mlang@delysid.org>
12759         * battery.el (battery-linux-proc-acpi): New function.
12760         (battery-status-function): Modify default value calculation to also
12761         check for availability of ACPI.
12762         (battery-echo-area-format): Ditto.
12763         (battery-mode-line-format): Ditto.
12765 2003-09-06  Dave Love  <fx@gnu.org>
12767         * ielm.el (ielm-mode-hook): Add :options.
12769         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
12770         (eldoc-print-current-symbol-info): Use it.
12772 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
12774         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
12775         being displayed in GUD buffer.
12776         (gdb-idle-input-queue): Remove var.  Use just one queue.
12777         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
12778         Remove functions.  Use just one queue.
12779         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
12780         (gdb-invalidate-assembler, gdb-get-current-frame):
12781         Modify functions.  Use just one queue.
12783 2003-09-04  Dave Love  <fx@gnu.org>
12785         * cus-start.el: Add blink-cursor-alist.
12787         * ruler-mode.el (ruler-mode-fill-column-char)
12788         (ruler-mode-current-column-char): Use char-displayable-p,
12789         not window-system.
12791         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
12793         * language/european.el (windows-1252): Move from code-pages.
12795         * language/cyrillic.el ("Windows-1251"): Delete.
12796         ("Bulgarian", "Belarusian"): Remove `features'.
12797         (windows-1251): Move from code-pages.
12799         * international/mule-diag.el (non-iso-charset-alist):
12800         Remove `codepage' stuff.
12801         (print-designation, list-coding-systems-1): Output fixes.
12803         * international/code-pages.el (cp-make-translation-table)
12804         (cp-valid-codes): Made defsubsts.
12805         (cp-fix-safe-chars): Delete.
12806         (mule-diag): Don't require.
12807         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
12808         (top-level): Check for defined coding system when defining
12809         cp... aliases.  Change w32-add-charset-info test to avoid warning.
12810         (non-iso-charset-alist): Defvar when compiling.
12811         (cp-make-coding-system): Doc fix.
12813 2003-09-02  Jason Rumney  <jasonr@gnu.org>
12815         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
12816         line-ends from CVS before doing conversion.
12818 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
12820         * calendar/diary-lib.el (diary-header-line-flag)
12821         (diary-header-line-format): New variables.
12822         (list-diary-entries): Use them to set header line in simple diary.
12824         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
12825         other than font-lock-string-face to highlight backslashes.
12827 2003-09-01  Jason Rumney  <jasonr@gnu.org>
12829         * international/titdic-cnv.el (tit-read-key-value): Include \r in
12830         regexp.
12832 2003-09-01  Dave Love  <fx@gnu.org>
12834         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
12836         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
12837         and :help; also line and column numbers labels.
12839         * international/mule-util.el (char-displayable-p): Move from
12840         latin1-disp, rename and autoload.
12842         * international/latin1-disp.el (latin1-char-displayable-p):
12843         Now obsolete alias.  Replace uses with char-displayable-p.
12844         (latin1-display-ucs-per-lynx): Fix last change.
12846         * international/mule-cmds.el (standard-display-european-internal):
12847         Don't use char code for Latin-1 NBSP.
12848         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
12849         U+2018, U+2019 for `'.
12850         (select-safe-coding-system): Message fix.
12852 2003-09-01  Kenichi Handa  <handa@m17n.org>
12854         * international/fontset.el (setup-default-fontset): For Thai
12855         font, specify "*" family.
12857 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
12859         * progmodes/compile.el (previous-error): Accept a prefix
12860         argument, similarly to next-error.
12862 2003-08-31  Masatake YAMATO  <jet@gyve.org>
12864         * pcvs.el (cvs-do-removal): Use = instead of eq to check
12865         the number of files.  Bind the number of files to a local
12866         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
12868 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
12870         * vc-hooks.el (vc-make-version-backup): Fix the change made on
12871         2003-07-26: msdos-long-file-names is a function, not a variable.
12873 2003-08-29  Richard M. Stallman  <rms@gnu.org>
12875         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
12876         Do nothing with mail-personal-alias-file if it is nil.
12878         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
12879         Do nothing if mail-personal-alias-file is nil.
12881         * term.el (term-exec-1): Bind coding-system-for-read.
12883         * dired.el (dired-mouse-find-file-other-window):
12884         Use dired-view-command-alist here, as in dired-view-file.
12885         (dired-view-command-alist): Use %s to substitute file name.
12886         Handle .ps_pages, .eps, .jpg, .gif, .png.
12888 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
12890         * info.el (Info-mode-map): Bind S-tab and <backtab> to
12891         `Info-prev-reference', instead of M-tab.
12893 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
12895         * simple.el (blink-matching-open): Work correctly on chars that
12896         are designated as parens through the syntax-table text property.
12898 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
12900         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
12901         line break position in the middle of a non-kinsoku (e.g. latin)
12902         word, making it skip until either a space or a character with
12903         category "|".
12904         (kinsoku-longer): Test for end of buffer.
12906 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
12908         * mail/rmail.el (rmail-convert-to-babyl-format):
12909         Detect quoted-printable- and base64-encoded messages and decode them
12910         automatically.  Set the message's encoding from the charset=
12911         header, if any.  Decode base64-encoded messages in Mail format as well.
12913 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
12915         * mail/smtpmail.el: Fix previous change.
12916         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
12917         calling smtpmail-via-smtp.
12918         (smtpmail-via-smtp): Add fall-back values for envelope-from.
12920 2003-08-26  John Paul Wallington  <jpw@gnu.org>
12922         * image.el (image-jpeg-p): Don't search beyond length of data.
12924 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
12926         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
12927         misfeature in `expand-abbrev' which caused electric keywords like
12928         "else" to disappear if an open brace was typed directly afterwards.
12930 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
12932         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
12933         mandatory in `define-widget'.
12935         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
12936         Don't align the operators "!=", "<=" and ">=" as assignment operators.
12938         (c-assignment-operators): New language constant that only contains
12939         the assignment operators.
12941         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
12943 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
12945         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12946         Safeguard against unbalanced sexps.
12948 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
12950         * version.el (emacs-version): Check for gtk.  Include gtk version info.
12952 2003-08-25  John Paul Wallington  <jpw@gnu.org>
12954         * man.el (Man-default-man-entry): Don't whizz past the section
12955         number before looking for it.
12957 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
12959         * progmodes/gud.el (gud-display-line): Don't set window-point if
12960         source buffer is not visible.  (Only happens with M-x gdba.)
12962         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
12963         documentation.
12964         (gdb-source, gdb-source-info): Update to assembler unnecessary
12965         as its done after each GDB command anyway.
12966         (gdb-pre-prompt): Use with-current-buffer.
12967         (gdb-insert-field): Add help-echo text.
12968         (gdb-invalidate-assembler): Re-display of assembler now done in
12969         gdb-info-breakpoints-custom.
12970         (gdb-info-breakpoints-custom): Force re-display of assembler to
12971         happen *after* update of breakpoints buffer.
12972         (gdb-display-source-buffer): Don't choke if gdb-source-window
12973         isn't visible.
12974         (gdb-put-string, gdb-put-arrow): Remove free variables.
12976 2003-08-24  John Paul Wallington  <jpw@gnu.org>
12978         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
12980         * man.el (Man-default-man-entry): Strip text properties when
12981         snarfing parts of entry because `format' preserves properties.
12983 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
12985         * files.el (file-newest-backup): Use `expand-file-name'.
12987         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
12988         Allow the diary to pop up a new frame, if needed.
12990         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
12991         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
12992         (smtpmail-send-it): Make treatment of envelope-from consistent with
12993         sendmail.el.
12995         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
12996         (sh-leading-keywords): Add the bash `time' reserved word.
12997         (sh-variables): Add some bash variables.
12998         (sh-add-completer): Fix nil branch of case statement.
13000 2003-08-24  Masatake YAMATO  <jet@gyve.org>
13002         * progmodes/ld-script.el: New file.
13004 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
13006         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
13008 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
13010         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
13011         Better explain obsolescence, and what to use instead.
13013 2003-08-23  Masatake YAMATO  <jet@gyve.org>
13015         * pcvs.el (cvs-do-removal): Show the deleted file name
13016         on the prompt.
13018 2003-08-20  Dave Love  <fx@gnu.org>
13020         * international/mule.el (make-coding-system)
13021         (set-buffer-file-coding-system): Doc fix.
13023         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
13025         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
13027         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
13029         * international/utf-16.el: Add mime-text-unsuitable coding system
13030         properties.
13032         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
13034         * cus-edit.el: Add some :links.
13035         (bib): Remove.
13037         * textmodes/bib-mode.el (bib): Add :group external.
13039 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
13041         * wid-edit.el (widget-echo-help): Make it handle expressions that
13042         evaluate to strings.
13044 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
13046         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
13048         Simplify selection of SQL products to define highlighting and
13049         interactive mode.  Includes detailed instructions on adding
13050         support for new products.
13052         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
13053         product for use in highlighting and interactive mode.
13054         (sql-interactive-product): New variable.  SQL product for
13055         sql-interactive-mode.
13056         (sql-product-support): New variable.  Specifies product-specific
13057         parameters to drive highlighting and interactive mode.
13058         (sql-imenu-generic-expression): Add more object types.
13059         (sql-sqlite-options): Correct comment.
13060         (sql-ms-program): Use "osql" rather than "isql".
13061         (sql-prompt-regexp, sql-prompt-length): Update comment.
13062         (sql-mode-menu): Add "Start SQLi session" entry.
13063         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
13064         (sql-mode-abbrev-table): Add abbreviations.  Support of
13065         SYSTEM-FLAG on define-abbrev.  Support was removed with last
13066         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
13067         (sql-mode-font-lock-object-name): Add font-lock pattern for object
13068         names.
13069         (sql-mode-ansi-font-lock-keywords): Set as default value.
13070         (sql-mode-oracle-font-lock-keywords): Set as default value.
13071         Support Oracle 9i keywords.
13072         (sql-mode-postgres-font-lock-keywords): Set as default value.
13073         (sql-mode-linter-font-lock-keywords): Set as default value.
13074         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
13075         SQLServer 2000.
13076         (sql-mode-sybase-font-lock-keywords)
13077         (sql-mode-interbase-font-lock-keywords)
13078         (sql-mode-sqlite-font-lock-keywords)
13079         (sql-mode-strong-font-lock-keywords)
13080         (sql-mode-mysql-font-lock-keywords)
13081         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
13082         keywords.
13083         (sql-mode-font-lock-defaults): Update comment.
13084         (sql-product-feature): New function.  Returns feature associated
13085         with a product from `sql-product-support' alist.
13086         (sql-product-font-lock): New function.  Set font-lock support
13087         based on `sql-product'.
13088         (sql-add-product-keywords): New function.  Add font-lock rules to
13089         product-specific keyword variables.
13090         (sql-set-product): New function.  Set `sql-product' and apply
13091         appropriate font-lock highlighting.
13092         (sql-highlight-product): New function.  Set font-lock support
13093         based on a product.  Also set mode name to include product name.
13094         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
13095         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
13096         Use `sql-set-product'.
13097         (sql-highlight-ms-keywords)
13098         (sql-highlight-sybase-keywords)
13099         (sql-highlight-interbase-keywords)
13100         (sql-highlight-strong-keywords)
13101         (sql-highlight-mysql-keywords)
13102         (sql-highlight-sqlite-keywords)
13103         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
13104         (sql-get-login): Prompt in the same order as the tokens.
13105         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
13106         (sql-product-interactive): New function.  Common portions of
13107         product-specific interactive mode wrappers.
13108         (sql-interactive-mode): Rewritten to use product features.
13109         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
13110         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
13111         (sql-db2, sql-linter): Use `sql-product-interactive'.
13112         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
13113         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
13114         (sql-connect-ingres, sql-connect-postgres)
13115         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
13116         New functions.  Format command line parameters and invoke comint on
13117         the appropriate interpreter.  Code was in the corresponding
13118         `sql-xyz' function before.
13119         (sql-connect-ms): New function.  Support -E argument to use
13120         operating system credentials for authentication.
13122 2003-08-18  Kenichi Handa  <handa@m17n.org>
13124         * international/mule.el (encode-char): Fix for the ASCII case.
13126 2003-08-15  Kenichi Handa  <handa@m17n.org>
13128         * international/fontset.el (setup-default-fontset): Change "*" to
13129         nil in the specifications of font family.
13131 2003-08-18  Kim F. Storm  <storm@cua.dk>
13133         * kmacro.el (kmacro-keymap): Group related bindings in
13134         initialization for clarity.  Bind C-s to start macro.
13135         Remove C-r binding.
13136         (kmacro-initial-counter-value): New defvar to hold initial counter
13137         value in case we set the value before defining a macro.
13138         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
13139         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
13140         not defining or executing macro.  Doc fix.
13141         (kmacro-add-counter): Clear kmacro-initial-counter-value.
13142         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
13143         temporarily view older elements on the macro ring without cycling
13144         the ring.
13145         (kmacro-display): Doc fix.
13146         (kmacro-exec-ring-item): New helper function.
13147         (kmacro-call-ring-2nd): Use it.
13148         (kmacro-call-ring-2nd-repeat): Doc fix.
13149         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
13150         (kmacro-end-or-call-macro): Execute last viewed macro (using
13151         kmacro-exec-ring-item) from ring if this follows
13152         kmacro-view-macro.  This allows us to find a macro on the ring
13153         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
13154         the ring to bring it to the head of the ring.
13155         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
13156         Allow binding to reserved keys without specifying C-x C-k prefix.
13157         Ask for confirmation if entered key sequence is already bound to
13158         a non-macro command.
13159         (kmacro-view-macro): Repeating command will show older elements
13160         on the macro ring; C-k will execute the last viewed macro.
13161         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
13162         property from 'ring to 'head.
13164 2003-08-17  Alan Shutko  <ats@acm.org>
13166         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
13167         keeping December out of the alist.
13169 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
13171         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
13172         * calendar/calendar.el (calendar-mode-map): Bind it to key.
13173         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
13174         (calendar-flatten): New function.
13175         (calendar-mouse-view-other-diary-entries)
13176         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
13177         in the menu title and to show multi-line diary entries correctly
13178         in the menu.
13180 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
13182         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
13183         defcustom, because the default was recently changed.
13185 2003-08-16  Richard M. Stallman  <rms@gnu.org>
13187         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
13189         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13190         New subroutine, broken out of eval-last-sexp-1.
13191         (eval-last-sexp-1): Use eval-last-sexp-print-value.
13193         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
13195         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
13197         * simple.el (eval-expression): Use eval-last-sexp-print-value.
13199 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
13201         * progmodes/compile.el (compilation-error-regexp-alist):
13202         Add Java ANt error detection as described in document
13203         http://ant.apache.org/faq.html
13205 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
13207         * simple.el (backward-word, forward-to-indentation)
13208         (backward-to-indentation): Argument changed to optional.
13209         (next-line, previous-line): Use `or' instead of `unless'.
13211 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13213         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
13214         instead of a constant.
13216 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
13218         * shell.el (shell): With prefix-arg, suggest a new buffer name.
13220 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
13222         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
13223         (vc-sccs-workfile-version): Search the entire delta table, rather
13224         than just the first entry, because that might be a deleted version.
13226 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
13228         * menu-bar.el (menu-bar-options-menu): Supply a body for the
13229         [save-place] binding in the Options menu.  Have it require
13230         'saveplace' and then toggle the variable manually, to avoid an an
13231         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
13232         for the bug report.
13234 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
13236         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
13237         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
13238         (gdb-info-threads-custom): Add help-echo text.
13239         (gdb-display-back): Don't use purecopy.
13240         (gdb-info-breakpoints-custom, gdb-reset)
13241         (gdb-assembler-custom): Use display-images-p to test if breakpoint
13242         icons can be displayed.
13244 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
13246         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
13248 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
13250         * bookmark.el (bookmark-completing-read):
13251         Return a string, instead of a list of one string.
13252         Use a popup menu if activated from the mouse.
13253         (bookmark-edit-annotation): Remove unused vars.
13254         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
13255         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
13256         to bookmark-completing-read.
13257         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13258         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
13259         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
13260         and erase-buffer.
13261         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
13262         (bookmark-menu-jump, bookmark-menu-insert)
13263         (bookmark-popup-menu-and-apply-function)
13264         (bookmark-menu-popup-paned-bookmark-menu): Remove.
13265         (bookmark-menu-build-paned-menu): Remove by folding it into
13266         bookmark-menu-popup-paned-menu.
13267         (menu-bar-bookmark-map): Move the define-key statements here.
13268         Use the "non-menu" commands since they now pop up a menu if needed.
13269         (bookmark-exit-hook-internal): Simplify.
13271 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
13273         * reftex-toc.el (reftex-toc-rename-label): New function.
13274         (reftex-toc-check-docstruct): New function.
13276         * reftex.el (reftex-region-active-p): New function.
13278         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
13279         regexp to find the \bibliography macro.
13281         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
13282         which does not exist in LaTeX.
13283         (reftex-cite-format-builtin): Added amsrefs support.
13284         (reftex-toc-confirm-promotion): New option
13286         * reftex-toc.el
13287         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
13288         (reftex-toc-demote, reftex-toc-promote)
13289         (reftex-toc-do-promote, reftex-toc-promote-prepare)
13290         (reftex-toc-promote-action, reftex-toc-extract-section-number)
13291         (reftex-toc-newhead-from-alist)
13292         (reftex-toc-load-all-files-for-promotion): New functions.
13293         (reftex-toc-help): Added description of new keys.
13294         (reftex-toc-split-windows-fraction): New option.
13295         (reftex-recenter-toc-when-idle): Search *toc* window on all
13296         visible frames.
13297         (reftex-toc): Additional parameter REUSE
13298         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
13299         with REUSE argument.
13300         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
13301         the call of `reftex-toc'.
13302         (reftex-make-separate-toc-frame): New function .
13303         (reftex-toc-recenter): When called with triple prefix arg, call
13304         `reftex-make-separate-toc-frame' first.
13305         (reftex-toc-toggle-dedicated-frame): New command.
13306         (reftex-toc-quit): Adapted to delete frame when called in
13307         dedicated frame.
13309         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
13310         all enclosing macros.
13313 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13315         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
13316         first use.
13318 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13320         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
13322 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
13324         * calendar/calendar.el (list-diary-entries-hook)
13325         (diary-display-hook, nongregorian-diary-listing-hook)
13326         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
13327         Add some customize options for these hooks.
13328         (calendar-abbrev-construct): Don't try to take a substring longer
13329         than the original string.
13331 2003-08-05  Richard M. Stallman  <rms@gnu.org>
13333         * emacs-lisp/testcover.el (noreturn): Report error if does return.
13334         (testcover-reinstrument-clauses): Doc fix.
13336         * emacs-lisp/warnings.el: Doc fixes, args renamed.
13337         (warning-type-format): Rename from warning-group-format.
13339         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
13340         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
13341         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
13342         to prevent warnings about defvar for an obsolete variable.
13344         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
13345         warning-group-format renamed to warning-type-format.
13347         * subr.el (read-passwd): Use clear-string instead of fillarray.
13349         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
13350         Use vconcat instead of concat.
13351         (edmacro-sanitize-for-string): New function.
13353 2003-08-05  Dave Love  <fx@gnu.org>
13355         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
13356         line-number-display-limit-width.
13358         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
13360 2003-08-05  Kenichi Handa  <handa@m17n.org>
13362         * international/code-pages.el: Don't require mule-diag.
13364         * international/mule-diag.el (non-iso-charset-alist):
13365         Add autoload cookie.
13367         * language/devan-util.el (dev-glyph-order): Add an entry for the
13368         glyph code #xC4.
13370 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
13372         * calendar/calendar.el (diary-file, diary-file-name-prefix)
13373         (european-calendar-style, diary-date-forms)
13374         (calendar-day-name-array, calendar-month-name-array): Doc change.
13375         (generate-calendar-month): Adapt for new behaviour of
13376         `calendar-day-name' function.
13377         (calendar-abbrev-length, calendar-day-abbrev-array)
13378         (calendar-month-abbrev-array): New variables.
13379         (calendar-abbrev-construct): New function.
13380         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
13381         rather than fixing abbrevs at some width.  Calling syntax change.
13382         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
13383         (calendar-date-string): Adapt for new behaviours of
13384         `calendar-day-name' and `calendar-month-name' functions.
13386         * calendar/diary-lib.el (list-diary-entries): Adapt for new
13387         behaviour of `calendar-day-name' and `calendar-month-name' functions.
13388         (diary-name-pattern): Use abbrev arrays, rather than fixing
13389         abbrevs at three chars.  Calling syntax change.
13390         (mark-diary-entries): Adapt for new behaviours of
13391         `diary-name-pattern' and `calendar-make-alist' functions.
13392         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
13393         `diary-name-pattern' function.
13394         (font-lock-diary-date-forms): Use abbrev arrays, rather than
13395         fixing abbrevs at three chars.  Calling syntax change.
13396         (cal-hebrew, cal-islam): Require when compiling.
13397         (diary-font-lock-keywords): Adapt for new behaviour of
13398         `font-lock-diary-date-forms' function.
13400         * calendar/cal-hebrew.el: Reposition some code so defined before used.
13401         (calendar-hebrew-month-name-array-common-year)
13402         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
13403         (list-hebrew-diary-entries): Adapt for new behaviours of
13404         `calendar-day-name' and `add-to-diary-list' functions.
13405         (mark-hebrew-diary-entries): Adapt for new behaviours of
13406         `diary-name-pattern' and `calendar-make-alist' functions.
13408         * calendar/cal-islam.el (calendar-islamic-month-name-array):
13409         Add doc string.
13410         (list-islamic-diary-entries): Adapt for new behaviours of
13411         `calendar-day-name' and `add-to-diary-list' functions.
13412         (mark-islamic-diary-entries): Adapt for new behaviours of
13413         `diary-name-pattern' and `calendar-make-alist' functions.
13415         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
13416         `calendar-month-name' function.
13418         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
13420         * calendar/solar.el (solar-seasons-data): Move definition before use.
13422         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
13423         (cal-tex-LaTeX-hourbox): Move definition before use.
13425         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
13426         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
13427         lunar.el, solar.el
13428         (displayed-month, displayed-year): Define for compiler.
13430 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
13432         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
13433         MODE.  Renamed from c-init-c-language-vars'.
13434         (c-initialize-cc-mode): Change accordingly.
13435         (c-common-init): Ditto.
13436         (c-mode): Ditto.
13437         (c++-mode): Use `c-init-language-vars-for'.
13438         (objc-mode): Ditto.
13439         (java-mode): Ditto.
13440         (idl-mode): Ditto.
13441         (pike-mode): Ditto.
13442         (awk-mode): Ditto.
13444 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
13446         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
13447         or not the point moved.
13449         (c-search-decl-header-end): Don't trip up on operator identifiers
13450         in C++ and operators like == in all languages.
13452         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13453         Detect leading labels correctly.
13455 2003-08-02  Andreas Schwab  <schwab@suse.de>
13457         * textmodes/ispell.el: Don't redo key bindings on loading, put
13458         them only in loaddefs.el.
13459         * bookmark.el: Likewise.
13460         * dabbrev.el: Likewise.
13461         * emerge.el: Likewise.
13463         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
13464         has more than one member.
13466         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
13468 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13470         * lpr.el (printify-region): It was ending conversion before the
13471         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
13473 2003-07-31  John Paul Wallington  <jpw@gnu.org>
13475         * net/browse-url.el (browse-url-epiphany): Doc fix.
13477 2003-07-30  Kenichi Handa  <handa@m17n.org>
13479         * international/fontset.el (setup-default-fontset):
13480         Change registry names of Akurti fonts.
13482 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13484         * comint.el (comint-read-noecho): Use `clear-string' instead of
13485         `fillarray'.
13487 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
13489         * outline.el (outline-mode-hook): Add defvar.
13491 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
13493         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
13494         Restore assembler in source window if that is what has been selected.
13495         (menu): Add gdb-restore-windows to menu.  Make gdba
13496         specific menus only visible from gdba.
13498 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
13500         * progmodes/compile.el (compilation-environment): New user variable.
13501         (compile-internal): Respect it.
13503 2003-07-23  Masatake YAMATO  <jet@gyve.org>
13505         * progmodes/gud.el (gdb-script-font-lock-keywords):
13506         Put `font-lock-function-name-face' on a symbol which includes
13507         `-' like `hook-run'.  Put font-lock-variable-name-face
13508         on a symbol starting with $.
13510 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
13512         * files.el (set-visited-file-name): Use truename for buffer-file-name.
13514 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
13516         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
13518 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
13520         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
13521         Use with-no-warnings.
13522         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
13523         rather than to find-file-not-found-hook, which doesn't exist.
13525 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
13527         * international/quail.el (quail-translate-key): Fix previous change.
13529 2003-07-25  John Paul Wallington  <jpw@gnu.org>
13531         * server.el (server-start): Check `server-process' is non-nil
13532         before killing it to avoid killing current buffer's process.
13534         * simple.el (choose-completion-string): Use `minibufferp';
13535         test `completion-reference-buffer' if `buffer' arg is nil.
13536         (push-mark): Use `when' and `unless'.
13537         (pop-mark): Use `when'.
13539         * mouse-sel.el (mouse-sel-get-selection-function):
13540         Check `x-last-selected-text-primary'.  Don't barf if it or
13541         `x-last-selected-text' aren't bound.
13543 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13545         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
13547 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
13549         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
13551 2003-07-23  John Paul Wallington  <jpw@gnu.org>
13553         * tooltip.el (defface tooltip): Inherit from variable-pitch.
13555 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
13557         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
13558         string.  Defvar the derived hook.
13560         * macros.el (insert-kbd-macro): Escape double quote character.
13561         From Thomas W Murphy <twm@andrew.cmu.edu>.
13563 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
13565         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
13566         to match the specific mark rather than reusing comment-start-skip.
13568 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
13570         * progmodes/hideshow.el (hs-special-modes-alist):
13571         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
13573 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
13575         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
13576         value using ?\s.
13578 2003-07-21  John Paul Wallington  <jpw@gnu.org>
13580         * subr.el (with-selected-window): Add closing paren.
13582 2003-07-21  Richard M. Stallman  <rms@gnu.org>
13584         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
13585         (lisp-mode): Likewise.
13587         * subr.el (with-selected-window): Copy code form save-selected-window
13588         so as to call select-window with norecord arg.
13589         (dynamic-completion-table): Doc fix.
13590         (lazy-completion-table): Doc fix.
13592         * international/mule-cmds.el (set-locale-environment):
13593         langinfo renamed to locale-info.
13595         * international/mule.el (auto-coding-functions): Doc fix.
13597 2003-07-21  Kenichi Handa  <handa@m17n.org>
13599         * international/quail.el (quail-translate-key):
13600         Update quail-current-str correctly.
13602 2003-07-21  Andreas Schwab  <schwab@suse.de>
13604         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
13605         ?, to "_".
13607 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
13608         Version 2.0.36 of Tramp released.
13610         * net/tramp.el (tramp-default-password-end-of-line): Rename from
13611         tramp-password-end-of-line.
13612         (tramp-password-end-of-line): New method parameter.
13613         (tramp-get-password-end-of-line): Function to access method
13614         parameter `tramp-password-end-of-line', or variable
13615         `tramp-default-password-end-of-line' (default value).
13616         (tramp-methods): Add entries for new parameter
13617         tramp-password-end-of-line.
13618         (tramp-enter-password): Use new function
13619         `tramp-get-password-end-of-line'.
13620         (tramp-handle-insert-file-contents): Do not
13621         unconditionally inhibit the file operation file-local-copy, only
13622         do that when the inhibit-file-name-operation is currently
13623         insert-file-contents.  This fixes finding remote CVS-controlled
13624         files.  (It would barf on inserting the CVS/Entries file
13625         literally, because the file-local-copy handler wasn't called.)
13626         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
13627         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
13628         (tramp-initial-commands): New variable.
13629         (tramp-process-initial-commands): New function, using the variable.
13630         (tramp-open-connection-setup-interactive-shell): Call the new function.
13631         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
13632         method into the buffer name, never use nil.  Reported by Hanak
13633         David <dhanak@inf.bme.hu>.
13634         (tramp-open-connection-setup-interactive-shell): Erase buffer
13635         before sending "stty -onlcr".
13637         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
13639 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
13641         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
13643 2003-07-19  John Paul Wallington  <jpw@gnu.org>
13645         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
13646         (artist-draw-rect, artist-draw-square): Doc fixes.
13648         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
13650         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
13652 2003-07-19  Kenichi Handa  <handa@m17n.org>
13654         * international/kkc.el (kkc-show-conversion-list-update):
13655         Highlight the correct candidate in the message.
13657 2003-07-18  John Paul Wallington  <jpw@gnu.org>
13659         * simple.el (current-word): Don't include punctuation char when
13660         `really-word' arg is non-nil.
13662 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
13664         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
13665         moved to the directory obsolete.
13667 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
13669         * info.el (Info-menu-entry-name-re): Allow newlines in
13670         menu entry names.
13672         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
13673         syntax-ppss-after-change-function.
13674         (syntax-ppss-after-change-function): New alias.  Update uses.
13675         (syntax-ppss): Catch the case where the buffer is narrowed.
13677 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
13679         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
13680         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
13682 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
13684         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
13685         since it might be modified.
13687         * progmodes/cc-langs.el (c++-make-template-syntax-table)
13688         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
13689         names to these language constants.
13691 2003-07-15  Kim F. Storm  <storm@cua.dk>
13693         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
13694         All uses changed.
13696 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
13698         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
13699         Namespace support.
13701 2003-07-13  Juanma Barranquero  <lektu@terra.es>
13703         * frame.el (modify-all-frames-parameters): Reinstall (copyright
13704         papers received).
13706 2003-07-13  Karl Eichwalder  <ke@suse.de>
13708         * textmodes/po.el (po-find-charset): White space at the start of the
13709         Content-Type field body is non-mandatory.
13711 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
13713         * textmodes/texinfo.el (texinfo-section-list):
13714         Append appendixsection; a synonym for appendixsec.
13716 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
13718         * man.el (Man-translate-cleanup): New.
13719         (Man-translate-references): Call `Man-translate-cleanup' to clean
13720         leading, trailing and middle spaces.
13722 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
13724         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
13725         Handle `dired-directory' being a list.
13727 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
13729         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
13730         it doesn't exist.
13732 2003-07-12  Richard M. Stallman  <rms@gnu.org>
13734         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
13736         * progmodes/cc-defs.el (c-make-keywords-re):
13737         Don't use delete-duplicates.
13738         (c-lang-const): Don't use mapcan.
13740         * apropos.el (apropos-show-scores): Make it customizable.
13741         Document new meaning.
13742         (apropos): Compute scores from symbols.
13743         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
13745 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13747         * ps-bdf.el: Fix copyright line.
13748         (bdf-directory-list): Fix initialization code.
13750 2003-07-11  John Paul Wallington  <jpw@gnu.org>
13752         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
13753         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
13754         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
13756 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
13758         * emacs-lisp/ring.el (ring-elements): Doc fix.
13760 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
13762         * calendar/timeclock.el (timeclock-relative)
13763         (timeclock-ask-before-exiting, timeclock-use-display-time):
13764         Doc changes.
13765         (timeclock-modeline-display): Give a message if
13766         `timeclock-use-display-time' is non-nil but `display-time-mode'
13767         is not active.
13769 2003-07-11  Kenichi Handa  <handa@m17n.org>
13771         * international/mule-cmds.el (set-language-environment):
13772         Set current-language-environment to the correct string.
13774 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13776         * ps-print.el: Print line number correctly in a region.  Reported by
13777         Tim Allen <timallen@ls83.fsnet.co.uk>.
13778         (ps-print-version): New version number (6.6.2).
13779         (ps-printing-region): Code fix.
13781 2003-07-10  John Paul Wallington  <jpw@gnu.org>
13783         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
13784         this function can be called from `add-completions-from-tags-table'.
13786 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
13788         * calendar/timeclock.el (timeclock-use-display-time)
13789         (timeclock-day-over-hook, timeclock-workday-remaining)
13790         (timeclock-status-string, timeclock-when-to-leave)
13791         (timeclock-when-to-leave-string, timeclock-log-data)
13792         (timeclock-find-discrep, timeclock-day-base)
13793         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
13794         (timeclock-modeline-display): Set the variable
13795         `timeclock-modeline-display'.
13796         (timeclock-update-modeline): Doc fix.  Respect value of
13797         `timeclock-relative'.
13799 2003-07-09  Richard M. Stallman  <rms@gnu.org>
13801         * textmodes/reftex-parse.el (reftex-all-document-files):
13802         Add autoload cookie.
13804         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
13805         (reftex-scanning-info-available-p): Add autoload cookie.
13807         * international/mule-cmds.el
13808         (set-display-table-and-terminal-coding-system): Delete duplicate
13809         aset on standard-display-table.
13811         * view.el (view-file): If existing buffer's major mode is special,
13812         don't go into view mode.
13814         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
13816 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13818         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
13819         buffer changes; there's third party code that calls this function
13820         directly.
13822 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13824         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
13825         (autodoc-font-lock-keywords): Don't byte compile on font lock
13826         initialization when running from byte compiled files.
13828 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13830         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
13831         statement ends with auto-increment "++".
13833 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13835         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13836         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13837         these are changed, so declare them as variables and not constants.
13839 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
13841         * subr.el (dolist, dotimes): Doc fix.
13843 2003-07-08  Kim F. Storm  <storm@cua.dk>
13845         * international/mule-cmds.el
13846         (set-display-table-and-terminal-coding-system): Don't break
13847         bootstrap if standard-display-table isn't setup yet.
13849 2003-07-07  Richard M. Stallman  <rms@gnu.org>
13851         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
13852         Give it a doc string, and autoload it.
13854         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
13855         Use with-no-warnings.
13857         * info.el (Info-search): If find invisible text, search again.
13859         * isearch.el (search-whitespace-regexp): Add a shy group around it.
13861         * man.el (Man-name-regexp): Match + as part of name.
13863         * simple.el (visible-mode): Rename from vis-mode.
13864         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
13866         * simple.el (current-word): New arg REALLY-WORD specifies
13867         don't include punctuation chars.
13869         * emacs-lisp/debug.el (debug, debugger-env-macro):
13870         Use with-no-warnings while accessing and binding unread-command-char.
13872         * international/mule-cmds.el
13873         (set-display-table-and-terminal-coding-system): Use explicit loop
13874         instead of calling standard-display-default.
13876         * net/ange-ftp.el (ange-ftp-file-symlink-p):
13877         Use condition-case to catch error in ange-ftp-get-files.
13879         * net/browse-url.el (browse-url-browser-function):
13880         Add alternative for Epiphany.
13881         (browse-url-epiphany-program, browse-url-epiphany-arguments)
13882         (browse-url-epiphany-startup-arguments)
13883         (browse-url-epiphany-new-window-is-tab): New variables.
13884         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
13886         * progmodes/compile.el (compile-auto-highlight): Default now t.
13887         (compile): Doc fix.
13888         (compilation-next-error): Fix previous change.
13890         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
13892         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
13894 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
13896         * gdb-ui.el (gdb-source-info): Display current frame when
13897         attaching to an existing process.
13898         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
13899         while laying out windows when attaching to an existing process.
13901 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
13903         * info.el (Info-menu): Use Info-menu-entry-name-re.
13905 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
13907         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
13908         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
13910         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
13911         to match the same text.
13913 2003-07-06  John Paul Wallington  <jpw@gnu.org>
13915         * vc.el (vc-annotate-offset): Move defvar up.
13917 2003-07-06  Kim F. Storm  <storm@cua.dk>
13919         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
13920         This should fix the infinite loop when extracting menu names.
13922 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
13924         * files.el (auto-mode-alist, interpreter-mode-alist):
13925         Remove entries to CC Mode modes to avoid duplicates; they are now added
13926         with autoload directives in cc-mode.el.
13928 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
13930         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13931         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13932         these are changed, so declare them as variables and not constants.
13934         * progmodes/cc-mode.el: Fix some autoload problems: Try to
13935         ensure that the entry for ".c" extension comes before the one for
13936         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
13937         Fix incorrect entries that were added to `interpreter-mode-alist'.
13938         Move the autoload directives for AWK to the top level since they
13939         aren't recognized anywhere else.  Do not use the new AWK mode doc
13940         in the autoload form for the old AWK mode.
13942 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13944         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
13945         (bibtex-sort-ignore-string-entries): Default value t.
13946         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
13947         erroneously in previous version.
13948         (bibtex-string-files): Docstring reflects new parsing scheme.
13949         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
13950         docstring, add # as one of the chars to crush
13951         (bibtex-autokey-prefix-string, bibtex-autokey-names)
13952         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
13953         (bibtex-autokey-name-change-strings)
13954         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
13955         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
13956         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
13957         (bibtex-autokey-title-terminators)
13958         (bibtex-autokey-titlewords-stretch)
13959         (bibtex-autokey-titleword-ignore)
13960         (bibtex-autokey-titleword-case-convert)
13961         (bibtex-autokey-titleword-abbrevs)
13962         (bibtex-autokey-titleword-abbrevs)
13963         (bibtex-autokey-titleword-change-strings)
13964         (bibtex-autokey-titleword-length)
13965         (bibtex-autokey-titleword-separator)
13966         (bibtex-autokey-name-year-separator)
13967         (bibtex-autokey-year-title-separator)
13968         (bibtex-autokey-before-presentation-function)
13969         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
13970         Fix docstring.
13971         (bibtex-strings, bibtex-reference-keys):
13972         Use lazy-completion-table and make-variable-buffer-local.
13973         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
13974         (bibtex-braced-string-syntax-table)
13975         (bibtex-quoted-string-syntax-table): New variables.
13976         (bibtex-parse-nested-braces): Remove.
13977         (bibtex-parse-field-string): Use syntax table and forward-sexp.
13978         (bibtex-parse-association): Simplify.
13979         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
13980         (bibtex-parse-field-text): Simplify.
13981         (bibtex-search-forward-field, bibtex-search-backward-field):
13982         argument BOUND can take value t.
13983         (bibtex-start-of-field, bibtex-start-of-name-in-field)
13984         (bibtex-end-of-name-in-field, bibtex-end-of-field)
13985         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
13986         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
13987         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
13988         (bibtex-skip-to-valid-entry): Return buffer position of beginning
13989         and ending of entry.  Update for changes of bibtex-search-entry.
13990         Simplify.
13991         (bibtex-map-entries): FUN is called with three arguments.
13992         (bibtex-search-entry): Return a cons pair with buffer positions of
13993         beginning and end of entry.
13994         (bibtex-enclosing-field): Simplify.
13995         (bibtex-format-entry): Use booktitle to set a missing title.
13996         (bibtex-autokey-get-names): Fiddle with regexps.
13997         (bibtex-generate-autokey): Use identity.
13998         (bibtex-parse-keys): Use simplified parsing algorithm if
13999         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
14000         arguments.  Return alist of keys.
14001         (bibtex-parse-strings): Simplify.  Return alist of strings.
14002         (bibtex-complete-string-cleanup): Fix docstring.
14003         (bibtex-read-key): New function.
14004         (bibtex-mode): Fix docstring.  Do not parse for keys and
14005         strings when the mode is entered.  Set fill-paragraph-function to
14006         bibtex-fill-field.  Setup font-lock-mark-block-function the way
14007         font-lock intended.
14008         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
14009         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
14010         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
14011         (bibtex-Preamble): Avoid hard coded constants.
14012         (bibtex-make-field): Fix docstring.  Simplify.
14013         (bibtex-beginning-of-entry): Always return new position of point.
14014         (bibtex-end-of-entry): Rearrange cond clauses.
14015         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
14016         Update for changes of bibtex-map-entries.
14017         (bibtex-ispell-abstract): Do not move point.
14018         (bibtex-entry-index): Use downcase.  Simplify.
14019         (bibtex-lessp): Handle catch-all.
14020         (bibtex-find-crossref): Turn into a command.
14021         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
14022         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
14023         preamble entries.
14024         (bibtex-fill-field-bounds): New function.
14025         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
14026         (bibtex-fill-entry): Use bibtex-fill-field-bounds
14027         (bibtex-String): Use bibtex-strings.  Always obey
14028         bibtex-sort-ignore-string-entries.
14030 2003-07-05  John Paul Wallington  <jpw@gnu.org>
14032         * cus-theme.el (customize-create-theme):
14033         Call `customize-create-theme' in Reset widget's notify function.
14035         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
14036         (ibuffer-mark-interactive): Use `or' instead of `unless'.
14037         (define-ibuffer-column name): Add summarizer.
14038         (define-ibuffer-column size): Likewise.
14039         (define-ibuffer-column filename): Likewise.
14040         (define-ibuffer-column process): Likewise.  Change BODY's output too.
14041         (define-ibuffer-column filename-and-process): Likewise, likewise.
14042         (ibuffer): Remove local vars `already-in' and `need-update'.
14044         * ibuf-ext.el: Don't require `derived' at compile-time.
14046 2003-07-05  Kim F. Storm  <storm@cua.dk>
14048         * info.el: Disable paragraph refilling.
14049         (Info-refill-paragraphs): New defcustom.
14050         (Info-fontify-node): Use it.
14052 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
14054         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
14055         thingies from constructors created by defstruct.
14057         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
14058         the default value of the variable.
14059         (byte-code-meter): Move declaration to top level.
14061         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
14063         * info.el (Info-following-node-name-re): New fun.
14064         (Info-following-node-name): Remove.
14065         (Info-insert-dir): Use the new fun.
14066         (Info-extract-pointer): Don't save restriction; use new fun.
14067         (Info-menu-entry-name-re): New const.
14068         (Info-menu-entry-name-re): Use it along with new fun.
14069         (Info-node-spec-re): Use new fun.
14070         (Info-complete-menu-item, Info-fontify-node): Use new const.
14071         (Info-goto-node, Info-follow-reference, Info-menu-update):
14072         Use match-string.
14073         (Info-follow-reference): Use assoc-string.
14074         Use a list of strings for the completion table.
14075         (Info-fontify-node): Use match-string, line-end-position.
14076         Limit the search for `node:' to the first line.
14078         * newcomment.el (uncomment-region): Remove padding coming from
14079         comment-start rather than just from comment-padding.
14081         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
14082         (vc-cvs-stay-local-p): Use vc-stay-local-p.
14083         (vc-cvs-rename-file): Remove (use the default).
14084         (vc-cvs-register): Register parent dir if needed.
14085         (vc-cvs-could-register): Return non-nil if parent can be registered.
14086         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
14087         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
14089         * vc-svn.el (vc-svn-use-edit): Make it into a const.
14090         (vc-svn-update): Fix the arguments to `svn'.
14091         (vc-svn-diff-tree): Just use `vc-svn-diff'.
14092         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
14093         Simple implementations, assuming `name' is a URL.
14095         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
14096         set of chars allowed unquoted in a case pattern.
14098         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
14100         * font-lock.el (font-lock-extra-types-widget)
14101         (c-font-lock-extra-types, c++-font-lock-extra-types)
14102         (objc-font-lock-extra-types, java-font-lock-extra-types)
14103         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
14104         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
14105         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
14106         (font-lock-match-c++-structor-declaration)
14107         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
14108         (c++-font-lock-keywords-3, c++-font-lock-keywords)
14109         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
14110         (objc-font-lock-keywords-3, objc-font-lock-keywords)
14111         (java-font-lock-keywords-1, java-font-lock-keywords-2)
14112         (java-font-lock-keywords-3, java-font-lock-keywords)
14113         (java-font-lock-syntactic-face-function): Remove obsolete code
14114         and constants.  It's all in cc-fonts.el now.
14116 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
14118         * mail/sendmail.el (mail-specify-envelope-from)
14119         (mail-envelope-from): Doc fix.
14121 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
14123         * generic-x.el: Do away with the dependency on `c-emacs-features'
14124         when populating `rul-generic-mode-syntax-table'; we already know
14125         this isn't XEmacs.
14127 See ChangeLog.10 for earlier changes.
14129 ;; Local Variables:
14130 ;; coding: iso-2022-7bit
14131 ;; End:
14133     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
14134   Copying and distribution of this file, with or without modification,
14135   are permitted provided the copyright notice and this notice are preserved.
14137 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1