(desktop-clear-preserve-buffers): Remove make-obsolete-variable.
[emacs.git] / lisp / ChangeLog
blobb97cc4675db7dd2d02bfd20aba04107fcade3256
1 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
3         * desktop.el (desktop-clear-preserve-buffers): Remove
4         make-obsolete-variable.
6 2004-09-08  Stefan  <monnier@iro.umontreal.ca>
8         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
10 2004-09-08  Juri Linkov  <juri@jurta.org>
12         * replace.el (perform-replace): Use `query-replace-descr'.
14         * cus-start.el (history-delete-duplicates): Specify customization.
16         * diff-mode.el (diff-mode-map):
17         * progmodes/compile.el (compilation-mode-map):
18         * progmodes/grep.el (grep-mode-map):
19         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
20         to `next-error-follow-minor-mode'.
22 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24         * isearch.el (isearch-lazy-highlight-update): Take into account
25         the case of zero-length match at the search bound.
27 2004-09-08  Kim F. Storm  <storm@cua.dk>
29         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
30         change.  Use zero width overlays when necessary.
32 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
34         * subr.el (split-string): Docfix.
36 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
38         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
39         (display-call-tree): Ensure newline after caller/calls blocks.
41 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
43         * startup.el (command-line-1): Make option
44         --directory/-L modify `load-path' straight away.
46 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
48         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
50 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
52         * emacs-lisp/autoload.el (make-autoload):
53         Handle `define-compilation-mode'.
55         * emacs-lisp/lisp-mode.el (define-compilation-mode):
56         Specify `doc-string-elt' property.
58 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
60         * bs.el (bs-mode): Doc fix.
62 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
64         * info.el (Info-insert-dir): Fix temp buffer leak bug.
66 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
68         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
70 2004-09-08  Kenichi Handa  <handa@m17n.org>
72         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
73         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
74         ps-mule-next-point -> 1+).
76         * composite.el (encode-composition-rule): Add autoload cooky.
78 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
80         * format.el (buffer-auto-save-file-format): Make it permanent local.
82 2004-09-07  Kim F. Storm  <storm@cua.dk>
84         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
85         (authors-fixed-entries): Fix typo.
86         (authors-canonical-author-name): Compact multiple spaces.
87         Ignore trivial names (e.g. only first name).
89         * term.el (term-window-width): Only use full window width on
90         window system if overflow-newline-into-fringe is enabled.
91         (term-mode): Don't disable overflow-newline-into-fringe.
93 2004-09-07  Stefan  <monnier@iro.umontreal.ca>
95         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
96         motion as seen on my Mac OS X xterms.
98         * newcomment.el (uncomment-region-default, comment-region-default):
99         New functions extracted from uncomment-region and comment-region.
100         (comment-region, comment-region-function, uncomment-region)
101         (uncomment-region-function): Use them.
103         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
105         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
106         It's not crucial but can make sense at times.
108         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
109         the first commit.
111         * vc.el (vc-buffer-context, vc-restore-buffer-context):
112         Disable obsolete code.
114 2004-09-07  Juri Linkov  <juri@jurta.org>
116         * progmodes/grep.el (grep-highlight-matches): Change default from
117         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
118         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
119         if grep option `--color' is available, or to `nil' otherwise.
120         (grep-process-setup): Call `grep-compute-defaults' if
121         `grep-highlight-matches' is not computed.  Set env-vars only
122         if `grep-highlight-matches' is `t'.
123         (grep-use-null-device): Remove redundant type `boolean' (`choice'
124         is already defined).
126         * progmodes/compile.el (compilation-start): Use copy of
127         `process-environment' created by `copy-sequence' to not
128         modify env-vars in the global `process-environment'.
130 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
132         * simple.el (next-error-follow-minor-mode): Fix last change.
134 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
136         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
137         permanent local.
139 2004-09-04  Richard M. Stallman  <rms@gnu.org>
141         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
142         highlighting if the search string is empty.
144 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
146         * facemenu.el (facemenu-active-faces): Change condition of inner
147         `while' loop to also check the first two elements of `face-atts'
148         and `mask-atts'.
150 2004-09-04  John Paul Wallington  <jpw@gnu.org>
152         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
153         (thumbs-view-image-mode): Make buffer read-only.
155 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
157         * textmodes/ispell.el (ispell-really-aspell): New defvar.
158         (ispell-check-version): Set it.
159         (ispell-send-replacement): New function.
160         (ispell-process-line): Call ispell-send-replacement.
162 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
164         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
165         Support choosing seconds with "s".
167 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
169         * terminal.el (te-escape): Show `?' in prompt for help key.
171 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
173         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
175 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
177         * simple.el (next-error-follow-minor-mode)
178         (next-error-follow-mode-post-command-hook): New functions.
179         (next-error-follow-last-line): New defvar.
181         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
182         * progmodes/compile.el (compilation-mode-map): Likewise.
183         * progmodes/grep.el (grep-mode-map): Likewise.
184         * replace.el (occur-mode-map): Likewise.
186         * newcomment.el (uncomment-region): Bind comment-use-global-state
187         to nil.
189 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
191         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
192         locally around the call to `revert-buffer'.
194 2004-09-03  Juri Linkov  <juri@jurta.org>
196         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
197         `isearch-adjusted' to `t'.
198         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
199         (isearch-message-prefix): Add "pending" for isearch-adjusted.
200         (isearch-other-meta-char): Restore isearch-point unconditionally.
201         (isearch-query-replace): Add new arg `regexp-flag' and use it.
202         Set point to start of match if region is not active in transient
203         mark mode (to include the current match to region boundaries).
204         Push the search string to `query-replace-from-history-variable'.
205         Add prompt "Query replace regexp" for isearch-regexp.
206         Add region beginning/end as last arguments of `perform-replace.'
207         (isearch-query-replace-regexp): Replace code by the call to
208         `isearch-query-replace' with arg `t'.
210 2004-09-03  Richard M. Stallman  <rms@gnu.org>
212         * startup.el (normal-top-level): Undo previous TERM change.
214 2004-09-03  Kim F. Storm  <storm@cua.dk>
216         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
217         highlight overlays; allow using RET when cursor is over a button.
218         (cua--highlight-rectangle): Use it.
219         (cua--rectangle-set-corners): Don't move backwards at eol.
220         (cua--forward-line): Don't move into void after eob.
222         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
223         point is set (and displayed) inside rectangle.
224         (cua--rectangle-operation): Fix for highlight of empty lines.
225         (cua--highlight-rectangle): Fix highlight for tabs.
226         Position cursor at left/right edge of rectangle using new `cursor'
227         property on overlay strings.
228         (cua--indent-rectangle): Don't tabify.
229         (cua-rotate-rectangle): Ignore that point has moved.
231 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
233         * term/mac-win.el: Add ASCII equivalents for some function keys.
234         (mode-line-frame-identification): Sync with x-win.el.
236 2004-09-02  Juri Linkov  <juri@jurta.org>
238         * progmodes/compile.el (compilation-buffer-name): Compare major
239         mode with second element of compilation-arguments instead of third
240         to reflect latest changes in compilation-arguments structure.
241         (recompile): Use global variable `compilation-directory' to get
242         recent compilation directory only when `recompile' is invoked NOT
243         in the compilation buffer.  Otherwise, use `default-directory' of
244         the compilation buffer.
245         (compilation-error-properties): Allow to funcall col and end-col.
246         (compilation-mode-font-lock-keywords): Check col and end-col by
247         `integerp'.
248         (compilation-goto-locus): If end-mk is non-nil in transient mark
249         mode don't activate the mark (and don't display message in
250         push-mark), but highlight overlay between mk and end-mk.
252         * progmodes/grep.el (grep-highlight-matches): New defcustom.
253         (grep-regexp-alist): Add rule to highlight grep matches.
254         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
256         * info.el (Info-fontify-node): Don't compute other-tag
257         if Info-hide-note-references=hide.
259         * help.el (function-called-at-point):
260         * help-fns.el (variable-at-point):
261         Try `find-tag-default' when other methods failed.
263         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
264         Do not push mark if inhibit-mark-movement is non-nil.
266         * textmodes/ispell.el (ispell-html-skip-alists):
267         Fix backslashes in docstring.
269 2004-09-01  Juri Linkov  <juri@jurta.org>
271         * isearch.el (isearch-wrap-function)
272         (isearch-push-state-function): New defvars.
273         (isearch-pop-fun-state): New defsubst.
274         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
275         (isearch-push-state): Set the result of calling
276         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
277         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
278         restore the mode-specific starting point of terminated search.
279         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
280         (isearch-repeat): Call `isearch-wrap-function' if defined.
281         (isearch-message-prefix): Don't add prefix "over" to the message
282         for wrapped search if `isearch-wrap-function' is defined.
283         (isearch-search): Call function saved in `isearch-pop-fun-state' to
284         restore the mode-specific starting point of failed search.
286         * info.el (Info-search-whitespace-regexp): Fix backslashes.
287         (Info-search): Add new optional arguments for the sake of isearch.
288         Replace whitespace in Info-search-whitespace-regexp literally.
289         Add backward search.  Don't call `Info-select-node' if regexp is
290         found in the same Info node.  Don't add node to Info-history for
291         wrapped isearch.
292         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
293         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
294         (Info-mode): Set local variables `isearch-search-fun-function',
295         `isearch-wrap-function', `isearch-push-state-function',
296         `search-whitespace-regexp'.
298         * isearch.el: Remove ancient Change Log section.
299         (isearch-string, isearch-message-string, isearch-point)
300         (isearch-success, isearch-forward-flag, isearch-other-end)
301         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
302         (isearch-barrier, isearch-within-brackets)
303         (isearch-case-fold-search): Add suffix `-state' to state-related
304         defsubsts to avoid name clashes with other function names.
306         * simple.el (next-error): New defgroup and defface.
307         (next-error-highlight, next-error-highlight-no-select):
308         New defcustoms.
309         (next-error-no-select): Let-bind next-error-highlight to the value
310         of next-error-highlight-no-select before calling `next-error'.
312         * progmodes/compile.el (compilation-goto-locus):
313         Use `next-error' face instead of `region'.  Set 4-th argument of
314         `move-overlay' to `current-buffer' to move overlay to different
315         source buffers.  Use new variable `next-error-highlight'.
317         * simple.el (next-error-find-buffer): Move the rule
318         "if current buffer is a next-error capable buffer" after the
319         rule "if next-error-last-buffer is set to a live buffer".
320         Simplify to test all rules in one `or'.
321         (next-error): Doc fix.
322         (next-error, previous-error, first-error)
323         (next-error-no-select, previous-error-no-select):
324         Make arguments optional.
326 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
328         * macros.el (apply-macro-to-region-lines): Make it operate on all
329         lines that begin in the region, rather than on all complete lines
330         in the region.
332 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
334         * x-dnd.el (x-dnd-protocol-alist): Document update.
335         (x-dnd-known-types): Defcustom it.
336         (x-dnd-handle-motif): Print message-atom in error message.
338 2004-08-30  John Paul Wallington  <jpw@gnu.org>
340         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
341         strings rather than programatically constructing message.
343 2004-08-30  Richard M. Stallman  <rms@gnu.org>
345         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
346         Don't return a string that would read as the wrong character code.
348 2004-08-29  Kim F. Storm  <storm@cua.dk>
350         * emulation/cua-base.el (cua-auto-expand-rectangles): Remove
351         automatic rectangle padding feature; replace by non-destructive
352         virtual rectangle edges feature.
353         (cua-virtual-rectangle-edges): New defcustom.
354         (cua-auto-tabify-rectangles): New defcustom.
355         (cua-paste): If paste into a marked rectangle, insert rectangle at
356         current column, even if virtual; also paste exactly as many lines
357         as has been marked (ignore additional lines or add empty lines),
358         but paste whole source if only one line is marked.
359         (cua--update-indications): No longer use overwrite-cursor to
360         indicate rectangle padding
362         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
363         (cua--rectangle-virtual-edges): New defun.
364         (cua--rectangle-get-corners): Remove optional PAD arg.
365         (cua--rectangle-set-corners): Never do padding.
366         (cua--forward-line): Remove optional PAD arg.  Simplify.
367         (cua-resize-rectangle-right, cua-resize-rectangle-left)
368         (cua-resize-rectangle-down, cua-resize-rectangle-up):
369         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
370         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
371         (cua--rectangle-move): Never do padding.  Simplify.
372         (cua--tabify-start): New defun.
373         (cua--rectangle-operation): Add tabify arg.  All callers changed.
374         (cua--pad-rectangle): Remove.
375         (cua--delete-rectangle): Handle delete with virtual edges.
376         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
377         (cua--insert-rectangle): Handle insert at virtual column.
378         Perform auto-tabify if necessary.
379         (cua--activate-rectangle): Remove optional FORCE arg.
380         Never do padding.  Simplify.
381         (cua--highlight-rectangle): Enhance for virtual edges.
382         (cua-toggle-rectangle-padding): Remove command.
383         (cua-toggle-rectangle-virtual-edges): New command.
384         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
385         (cua--rectangle-post-command): Don't force rectangle padding.
386         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
388 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
390         * indent.el (edit-tab-stops-buffer): Doc fix.
392 2004-08-28  Richard M. Stallman  <rms@gnu.org>
394         * progmodes/grep.el (grep-default-command): Use find-tag-default.
395         (grep-tag-default): Function deleted.
397         * subr.el (find-tag-default): Moved from etags.el.
399         * progmodes/etags.el (find-tag-default): Moved to subr.el.
401         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
402         into the basic character if it has an uppercase form.
404 2004-08-27  Kenichi Handa  <handa@m17n.org>
406         * international/utf-8.el (utf-8-post-read-conversion): If the
407         buffer is unibyte, temporarily make it multibyte.
409 2004-08-27  Masatake YAMATO  <jet@gyve.org>
411         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
413 2004-08-25  John Paul Wallington  <jpw@gnu.org>
415         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
416         0, 1, and many mismatches in message.
417         (tex-start-shell): Use `set-process-query-on-exit-flag'.
419         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
420         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
422 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
424         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
425         vc-diff-switches differently.
427 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
429         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
430         before and a real defvar after
431         `speedbar-supported-extension-expressions'.  This is to silence
432         the compiler without breaking bootstrapping.
434 2004-08-22  Richard M. Stallman  <rms@gnu.org>
436         * textmodes/flyspell.el (flyspell-word):
437         Use set-process-query-on-exit-flag.
438         (flyspell-highlight-duplicate-region): Take POSS as arg.
439         (flyspell-word): Pass POSS as arg.
441         * progmodes/ada-xref.el: Many doc and style fixes.
442         (ada-find-any-references): Use compilation-start.
443         (ada-get-ali-file-name): Improve error msg.
444         (ada-get-ada-file-name): Likewise.
446         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
447         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
449         * mail/mail-extr.el (mail-extr-all-top-level-domains):
450         Add forward defvar.
452         * whitespace.el (global-whitespace-mode): New alias
453         for whitespace-global-mode.
455         * speedbar.el (speedbar-file-regexp): Definition moved up.
456         (speedbar-mode, speedbar-set-mode-line-format):
457         Use with-no-warnings.
458         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
460         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
461         controls whether to display the error buffer.
463         * ps-mule.el: Delete compatibility code for old Emacses.
464         (ps-mule-find-wrappoint): Don't use chars-in-region.
466         * frame.el (display-mouse-p, display-selections-p):
467         Use with-no-warnings.
469         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
471 2004-08-22  David Kastrup  <dak@gnu.org>
473         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
474         information.
476         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
478 2004-08-22  Andreas Schwab  <schwab@suse.de>
480         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
482 2004-08-22  Masatake YAMATO  <jet@gyve.org>
484         * cvs-status.el (cvs-status-checkout): New function.
485         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
487 2004-08-21  David Kastrup  <dak@gnu.org>
489         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
490         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
491         has been converted to use hashtables, the relation `nil=none' is
492         no longer valid, as `nil' is not a hashtable.  This patch tries to
493         reduce the number of resulting errors.
495 2004-08-21  John Paul Wallington  <jpw@gnu.org>
497         * subr.el (process-kill-without-query): Made obsolete in
498         version 21.4, not 21.5.
500         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
501         (vc-previous-comment, vc-next-comment)
502         (vc-comment-search-reverse, vc-comment-search-forward)
503         (vc-comment-to-change-log): Likewise.
505         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
507 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
509         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
510         Correct indentation of DEFMETHODS with non-standard method
511         combinations (e.g., PROGN, MIN, MAX).
513 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
515         * startup.el (normal-top-level-add-subdirs-to-load-path):
516         Avoid unnecessarily checking system-type.
517         (normal-top-level): Set TERM to "dumb".  Simplify.
519         * avoid.el (mouse-avoidance-ignore-p): New fun.
520         Also ignore switch-frame, select-window, double, and triple clicks.
521         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
522         (mouse-avoidance-fancy-hook): Use it.
524 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
526         * avoid.el (mouse-avoidance-nudge-mouse)
527         (mouse-avoidance-banish-destination): Stay within the current window
528         to avoid problems with mouse-autoselect-window.
530 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
532         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
533         the newer format of some messages in cvs-1.12.1.
535 2004-08-19  Masatake YAMATO  <jet@gyve.org>
537         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
538         (elp-results-jump-to-definition-by-mouse)
539         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
540         (elp-output-result): Use elp-output-insert-symname.
542 2004-08-18  Kenichi Handa  <handa@m17n.org>
544         * language/cyrillic.el: Register koi8-r in
545         ctext-non-standard-encodings-alist.
546         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
548 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
550         * emacs-lisp/copyright.el (copyright-update-year): Delete code
551         that replaces 20xy with xy.
553 2004-08-17  John Paul Wallington  <jpw@gnu.org>
555         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
556         (reb-force-update): Doc fix.
558 2004-08-16  Richard M. Stallman  <rms@gnu.org>
560         * progmodes/which-func.el (which-func-update-1): Doc fix.
562         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
563         (sh-mode-abbrev-table): New variable.
565         * progmodes/compile.el (compilation-mode): Doc fix.
567         * emacs-lisp/lisp-mode.el (eval-last-sexp):
568         Don't cons a new symbol each time.
569         (eval-last-sexp-fake-value): New variable.
571         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
572         (copyright-update-year): Detect continuation of list of years.
574         * term.el (term-default-fg-color, term-default-bg-color)
575         (ansi-term-color-vector): Use `unspecified', not nil, as default.
577         * imenu.el: Several doc fixes: don't say variables are buffer-local.
579 2004-08-16  Davis Herring <herring@lanl.gov>
581         * isearch.el (isearch-string, isearch-message-string, isearch-point)
582         (isearch-success, isearch-forward-flag, isearch-other-end)
583         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
584         (isearch-barrier, isearch-within-brackets)
585         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
587 2004-08-16  Kenichi Handa  <handa@m17n.org>
589         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
591 2004-08-15  Kenichi Handa  <handa@m17n.org>
593         * term/x-win.el (x-selection-value): If utf8 was successful but
594         ctext was not, use utf8 string.
596 2004-08-14  Davis Herring  <herring@lanl.gov>
598         * isearch.el: Remove accidental changes of March 4.  Fix backing
599         up when a regexp isearch is made more general.  Use symbolic
600         accessor functions for isearch stack frames to make usage clearer.
601         (search-whitespace-regexp): Made groups in documentation shy (as
602         is the group in the default value).
603         (isearch-fallback): New function, addresses problems with regexps
604         liberalized by `\|', adds support for liberalization by `\}' (the
605         general repetition construct), and incorporates behavior for
606         `*'/`?'.
607         (isearch-}-char): New command, calls `isearch-fallback' with
608         arguments appropriate to a typed `}'.
609         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
610         appropriately.
611         (isearch-mode-map): Bind `}' to `isearch-}-char'.
612         (isearch-string, isearch-message,string, isearch-point)
613         (isearch-success, isearch-forward-flag, isearch-other-end)
614         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
615         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
616         New inline functions to read fields of a stack frame.
618 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
620         * battery.el (battery-linux-proc-acpi): Look into battery
621         directories matching the literal string "CMB", too (required for
622         Linux kernel version 2.6.7).
624 2004-08-14  John Paul Wallington  <jpw@gnu.org>
626         * cus-start.el (read-file-name-completion-ignore-case): Add.
627         (blink-cursor-alist): Change version to "21.4".
629         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
631 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
633         * speedbar.el (speedbar-scan-subdirs): New option.
634         (speedbar-file-lists): Don't ignore file-name case on Unix and use
635         dolist.
636         (speedbar-insert-files-at-point): Take an extra argument and use
637         it to optionally find out if a subdir is empty.  Also unreadable
638         files don't get expand buttons.
639         (speedbar-directory): New image (unused pixmap already existed).
640         (speedbar-expand-image-button-alist): Use it.
642 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
644         CC Mode update to 5.30.9:
646         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
647         Move from cc-vars to cc-defs for dependency reasons.  Fix the
648         POSIX char class test to check that it works in
649         `skip-chars-(forward|backward)' too.
651         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
652         first argument starts with a special brace list.
654         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
655         when `c-opt-type-concat-key' is used (i.e. in Pike).
657         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
658         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
659         >)".
661         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
662         whitespace safe.
664         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
665         position for `arglist-intro', `arglist-cont-nonempty' and
666         `arglist-close' when there are two arglist open parens on the same
667         line and there's nothing in front of the first.
669         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
670         locking of qualified names in Java, which previously could fontify
671         common indexing expressions in many cases.  The standard Java
672         naming conventions are used to tell them apart.
674         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
675         Fix inconsistency wrt opening parens on the first line inside a paren
676         block.
678         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
679         compile time for the sake of `c-major-mode-is'.
681         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
682         `c-major-mode-is' in the event that this is used inside a
683         `c-lang-defconst'.
685         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
686         `c-lang-defconst' so that it works better with fallback languages.
688         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
689         it to fail to record the base mode.
691         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
692         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
693         is used.  Reordered the syntax checks to get more efficient
694         skipping in some situations.
696         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
697         continuation which might precede the newly inserted '{'.
699         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
700         Fix cases where it could loop indefinitely.
702         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
703         size specs correctly.  Only fontify identifiers in front of '('
704         with as functions - don't accept any paren char.  Tightened up
705         initializer skipping to stop before function and class blocks.
707         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
708         the point could be left directly after an open paren when finding
709         the beginning of the first decl in the block.
711         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
712         table when filtering out legitimate open parens to be recorded.
713         This could cause cache inconsistencies when e.g.
714         `c++-template-syntax-table' was temporarily in use.
716         * progmodes/cc-engine.el (c-on-identifier)
717         (c-simple-skip-symbol-backward): Small fix for handling "-"
718         correctly in `skip-chars-backward'.  Affected the operator lfun
719         syntax in Pike.
721         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
722         Fix bug that could cause an error from `after-change-functions' when
723         the changed region is at bob.
725 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
727         CC Mode update to 5.30.9:
729         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
730         to say that <TAB> doesn't insert WS into a CPP line.
731         (c-indent-command, c-tab-always-indent): Amend doc strings.
733         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
734         checks for user errors, thus eliminating cryptic and unhelpful
735         Emacs error messages.  (1) Check the arg to `c-set-style' is a
736         string.  (2) Check that settings to `c-offsets-alist' are not
737         spuriously quoted.
739         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
740         which precedes the newly inserted `{'.
742 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
744         Sync with Tramp 2.0.44.
746         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
747         function "tramp_file_attributes".  Otherwise, file names
748         containing spaces are misinterpreted.  Reported by Magnus Henoch
749         <mange@freemail.hu>.
750         (tramp-handle-file-truename): FILENAME must be expanded first.
751         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
752         obscure results.  Reported by D. Goel <deego@gnufans.org>.
753         (tramp-handle-verify-visited-file-modtime): If file does not
754         exist, say it is not modified if and only if that agrees with the
755         buffer's record.  Check whether a file is visiting the buffer, or
756         the buffer has no recorded last modification time.  Return t in
757         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
758         <teirllm@auburn.edu>.
759         (tramp-handle-write-region): Pass modtime explicitely to
760         `set-visited-file-modtime', because filename can be different
761         from (buffer-file-name) if `file-precious-flag' is set.
762         `set-visited-file-modtime' must be called always when `visit' is t
763         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
764         (tramp-handle-set-visited-file-modtime): If `time-list' is not
765         nil, don't apply the whole body.  If the file doesn't exists, set
766         modtime to '(-1 65535).  Suggested by Luc Teirlinck
767         <teirllm@auburn.edu>.
769 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
771         * help.el (describe-bindings): Doc fix.
773         * subr.el (kbd): Doc fix.
775 2004-08-08  John Paul Wallington  <jpw@gnu.org>
777         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
778         instead of `string-to-int'.
779         (define-ibuffer-column mode): Fix indentation.
781 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
783         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
785 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
787         * subr.el (global-unset-key, local-unset-key): Doc fixes.
789         * novice.el (disabled-command-function): New variable renamed from
790         `disabled-command-hook'.
791         (disabled-command-hook): Keep the _variable_ as alias for
792         `disabled-command-function' and make obsolete.
793         (disabled-command-function): Function renamed from
794         `disabled-command-hook'.  Adapt code to name change of the variable.
796 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
798         * simple.el (completion-root-regexp): New defvar.
799         (completion-setup-function): Use it instead of a literal string.
801 2004-08-07  John Paul Wallington  <jpw@gnu.org>
803         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
804         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
805         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
806         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
808 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
810         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
811         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
813 2004-08-04  Kenichi Handa  <handa@m17n.org>
815         * international/encoded-kb.el (encoded-kbd-setup-keymap):
816         Fix previous change.
818 2004-08-03  Kenichi Handa  <handa@m17n.org>
820         * international/encoded-kb.el: The following changes are to
821         utilize key-translation-map instead of minor mode map.
822         (encoded-kbd-iso2022-non-ascii-map): Delete it.
823         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
824         (encoded-kbd-last-key): New function.
825         (encoded-kbd-iso2022-single-shift): New function.
826         (encoded-kbd-iso2022-designation)
827         (encoded-kbd-self-insert-iso2022-7bit)
828         (encoded-kbd-self-insert-iso2022-8bit)
829         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
830         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
831         key-translation-map.
832         (encoded-kbd-setup-keymap): Setup key-translation-map.
833         (saved-key-translation-map): New variable.
834         (encoded-kbd-mode): Save/restore key-translation-map.  Adjusted
835         for the change of encoded-kbd-setup-keymap.
837 2004-08-02  Kim F. Storm  <storm@cua.dk>
839         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
840         and call compute-motion with nil for topos and width to get proper
841         usable width and height for both window and non-window systems.
843         * windmove.el (windmove-coordinates-of-position): Let compute-motion
844         calculate usable window width and height.
846         * window.el (window-buffer-height): Call compute-motion with nil width.
848 2004-08-01  David Kastrup  <dak@gnu.org>
850         * replace.el (query-replace-read-from):
851         Use `query-replace-compile-replacement'.
852         (query-replace-compile-replacement): New function.
853         (query-replace-read-to): Use `query-replace-compile-replacement'
854         for repeating the last command.
856 2004-08-01  John Paul Wallington  <jpw@gnu.org>
858         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
859         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
860         (pr-switches): Remove period from end of error messages.
862         * help-mode.el (help-go-back): Likewise.
864         * abbrev.el (only-global-abbrevs): Doc fix.
865         (edit-abbrevs-map): Define within defvar.
866         (quietly-read-abbrev-file): Doc fix.
868 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
870         * novice.el (enable-command, disable-command): Doc fixes.
872         * subr.el (event-modifiers, event-basic-type): Doc fixes.
874 2004-07-30  Richard M. Stallman  <rms@gnu.org>
876         * subr.el (with-local-quit): Doc fix.
878 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
880         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
882 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
884         * custom.el (defcustom): Doc fix.
886 2004-07-28  Masatake YAMATO  <jet@gyve.org>
888         * progmodes/etags.el (etags-tags-apropos): Show building progress.
890 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
892         * imenu.el (imenu-prev-index-position-function)
893         (imenu-extract-index-name-function, imenu-name-lookup-function)
894         (imenu--index-alist): Docstring redundancy fix.
896 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
898         * wdired.el (wdired-finish-edit): Require dired-aux before locally
899         binding dired-backup-overwrite.
901 2004-07-25  John Paul Wallington  <jpw@gnu.org>
903         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
905 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
907         * term/tty-colors.el (tty-color-approximate): Doc fix.
909         * select.el (x-get-selection, x-set-selection): Doc fixes.
911         * frame.el (make-frame): Doc fix.
913 2004-07-24  Richard M. Stallman  <rms@gnu.org>
915         * mail/rmail.el (rmail-mime-charset-pattern):
916         Don't include semicolon in the charset value.
918         * replace.el (occur-next-error): Call set-window-point.
919         (occur-engine): Handle negative NLINES.
921 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
923         * frame.el (modify-all-frames-parameters): Minor doc fix.
924         (set-frame-configuration): Doc fix.
926 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
928         * simple.el (completion-setup-function): Compute the common parts
929         and the first difference place correctly when
930         partial-completion-mode is on.
932 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
934         * ps-print.el: Doc fix.
935         (ps-print-version): New version 6.6.5.
936         (ps-printing-region): Doc fix.
937         (ps-generate-string-list): Comment fix.
938         (ps-message-log-max): Code fix.
940 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
942         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
943         generated PostScript.
945 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
947         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
948         with Gnus v5_10 branch.)
950 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
952         * calendar/time-date.el (time-to-number-of-days): New function.
953         Imported from from Gnus.
955 2004-07-22  Kim F. Storm  <storm@cua.dk>
957         * progmodes/make-mode.el: Fix comments.
959 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
961         * printing.el: Doc fix.
963 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
965         * frame.el (modify-all-frames-parameters): Minor doc fix.
967 2004-07-20  Richard M. Stallman  <rms@gnu.org>
969         * textmodes/fill.el (fill-nobreak-p): If this break point is
970         at the end of the line, don't consider the newline which follows
971         as a reason to return t.
973 2004-07-19  John Paul Wallington  <jpw@gnu.org>
975         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
977 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
979         * dired-aux.el (dired-do-kill-lines): Expand docstring.
980         Delete irrelevant code.
982 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
984         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
985         New docstring.  From Luc Teirlinck.
987 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
989         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
990         section.
991         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
992         non-file buffers.  We know it is nil.
994 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
996         Sync with Tramp 2.0.43.
998         * net/tramp.el (tramp-handle-verify-visited-file-modtime): Remove
999         outdated comment.
1000         (tramp-locked, tramp-locker): New variables for implementing a
1001         global lock.
1002         (tramp-sh-file-name-handler): Use them to implement the global
1003         lock.
1005 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
1007         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
1008         calls to respective `xxx` calls.
1009         (tramp-process-alive-regexp): Precise doc string.
1010         (tramp-multi-action-process-alive): New defun.
1011         (tramp-multi-actions): Use it.
1012         (tramp-handle-find-backup-file-name): `copy-tree' is available
1013         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
1014         in order to avoid this function.
1015         (tramp-handle-write-region): Set current buffer.  If connection
1016         wasn't open, `file-modes' has changed it accidently.  Reported by
1017         David Kastrup <dak@gnu.org>.
1018         (tramp-enter-password, tramp-read-passwd): New arguments USER and
1019         HOST.
1020         (tramp-action-password, tramp-multi-action-password): Apply it.
1021         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
1022         name must still contain the port number.  Otherwise, we have two
1023         Tramp buffers, with all the confusion.  Reported by Myron Selby
1024         <myron@xytech.com> and Rolf Dubitzky
1025         <Dubitzky@physi.uni-heidelberg.de>.
1027         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
1028         HOST to `tramp-enter-passwd'.
1030         * net/tramp-vc.el (all): Code cleanup.  Change all
1031         `tramp-handle-xxx' calls to respective `xxx` calls.
1033 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
1035         * emacs-lisp/testcover.el: New category "potentially-1valued" for
1036         functions that are not erroneous if either 1-valued or
1037         multi-valued.  Detect functions in this class.
1038         (testcover-1value-functions, testcover-compose-functions,
1039         testcover-progn-functions) Added some additional functions to lists.
1040         (testcover-mark): Bugfix when marking up the definition for an
1041         empty function.
1043 2004-07-17  Richard M. Stallman  <rms@gnu.org>
1045         * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.
1047         * mail/footnote.el (footnote-section-tag): Use defcustom.
1049         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
1050         Compile font-lock-keywords, not KEYWORDS.
1051         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
1052         Add warn, check-type.  Handle cerror like error.
1054 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
1056         * progmodes/which-func.el (which-func-keymap): New var.
1057         (which-func-face): New face.
1058         (which-func-format): Use them.
1060 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
1062         * buff-menu.el (list-buffers-noselect): Append the buffer's
1063         process status to its mode name.
1065 2004-07-16  Kim F. Storm  <storm@cua.dk>
1067         * simple.el (inhibit-mark-movement): New defvar.
1068         (beginning-of-buffer, end-of-buffer): Do not push mark if
1069         inhibit-mark-movement is non-nil or C-u prefix is given.
1071         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
1072         Init to beginning-of-buffer and end-of-buffer.
1073         (cua--undo-push-mark): New defvar.
1074         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
1075         already active and command is in cua--preserve-mark-commands.
1076         Also fix check for shift modifier on non-window systems.
1077         (cua--post-command-handler): Clear inhibit-mark-movement if set.
1079 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
1081         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
1082         of two integers, instead of a cons.
1084         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
1085         `visited-file-modtime' now returns a list of two integers, instead
1086         of a cons.
1088         * dired.el (dired-directory-changed-p): Ditto.
1090         * progmodes/grep.el (grep): Doc fix.
1092 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
1094         * autorevert.el (auto-revert-tail-mode)
1095         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
1096         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
1097         in both at the same time.
1098         (auto-revert-tail-mode): New command.
1099         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
1100         (auto-revert-handler): Revert only either tail or whole file.
1102         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
1103         add auto-revert-tail-mode.
1105 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1107         * printing.el: Doc fix.  Change name of some funs.
1108         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
1109         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
1110         (pr-standard-file-name): New fun.  Replace pr-standard-path.
1111         (pr-call-process): Code fix.
1113 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
1115         * subr.el (with-selected-window): Doc fix.
1117 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
1119         * subr.el (get-buffer-window-list): Doc fix.
1121 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
1123         * files.el (switch-to-buffer-other-window): Doc fix.
1125         * window.el (save-selected-window, one-window-p)
1126         (split-window-keep-point, split-window-vertically)
1127         (split-window-horizontally): Doc fixes.
1129 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1131         * printing.el: Doc fix.  Now it uses call-process instead of
1132         shell-command for low command execution.
1133         (pr-version): New version number (6.8).
1134         (pr-shell-file-name): Option removed.
1135         (pr-shell-command): Fun removed.
1136         (pr-call-process): New fun.  Replace pr-shell-command.
1137         (pr-standard-path, pr-remove-nil-from-list): New funs.
1138         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
1139         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
1140         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
1141         (pr-ps-utility-process, pr-txt-print): Code fix.
1143 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
1145         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
1146         boolean.
1148 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
1150         * wid-edit.el (widget-field-buffer): Doc fix.
1152 2004-07-09  John Paul Wallington  <jpw@gnu.org>
1154         * emacs-lisp/re-builder.el (reb-update-overlays): Distinguish
1155         between one and several matches in message.
1157 2004-07-09  Richard M. Stallman  <rms@gnu.org>
1159         * mouse.el (mouse-set-region-1): If transient-mark-mode
1160         is `identity', change it to `only'.
1162         * simple.el (current-word): Doc fix.
1164 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
1166         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
1167         so that it is more understanding of whitespace.
1169         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
1170         form
1171         (("ns" . "element") (attr-list) children) instead of
1172         ((:ns . "element") (attr-list) children) in order to reduce the
1173         number of symbols used.
1174         (xml-skip-dtd): Change to use xml-parse-dtd but set
1175         xml-validating-parsing to nil.
1176         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
1177         (xml-substitute-entity): Remove in favor of new entity substitution.
1178         (xml-substitute-special): Rewrite in to substitute complex
1179         entities from DOCTYPE declarations.
1180         (xml-parse-fragment): Parse fragments from entity deleclarations.
1181         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
1182         (xml-parse-dtd, xml-substitute-special): Make validity checks
1183         conditioned on xml-validating-parser.  Add "Not Well Formed" to
1184         error messages about well-formedness.
1186 2004-07-08  Steven Tamm  <steventamm@mac.com>
1188         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
1189         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
1190         Do not treat double clicks and triple clicks specially in the
1191         scroll bar (preventing strange repositioning problems)
1193 2004-07-06  Stefan  <monnier@iro.umontreal.ca>
1195         * replace.el (query-replace-regexp-eval): Fix last change.
1197 2004-07-05  Stefan  <monnier@iro.umontreal.ca>
1199         * replace.el (query-replace-descr): New fun.
1200         (query-replace-read-from, query-replace-read-args): Default to the
1201         previous from&to.
1202         (query-replace-read-to): Quote the `from' string when displaying it.
1203         (query-replace-regexp-eval): Immediately check read-only status.
1204         Use query-replace-read-from to get the \n checking.
1205         Quote the `from' string when displaying it.
1206         (map-query-replace-regexp, occur-read-primary-args):
1207         Quote the `from' string when displaying it.
1209         * isearch.el (isearch-query-replace): Pass the regexp-ness and
1210         delimited-ness of the search to query-replace.
1212         * replace.el (query-replace-read-from, query-replace-read-to):
1213         New funs extracted from query-replace-read-args.
1214         (query-replace-read-args): Use them.
1216         * replace.el (query-replace-interactive, query-replace-read-args):
1217         Remove the `initial' special value.
1218         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
1219         (occur-engine): Remove unused var `matchend'.
1221         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
1222         Use the search string without prompting.
1224 2004-07-05  Kenichi Handa  <handa@m17n.org>
1226         * international/mule.el (decode-coding-inserted-region):
1227         Set last-coding-system-used only when coding is nil.
1229 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
1231         * progmodes/grep.el (grep-compute-defaults, grep-command)
1232         (grep-program, find-program, grep-find-use-xargs, grep-history)
1233         (grep-find-history, grep-tag-default, grep-find-command)
1234         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
1235         Add autoload cookies, for unbundled packages that load `compile'
1236         and expect all grep-related symbols to become defined.
1238 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
1240         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
1241         (iimage-mode-image-search-path): New user option to search the
1242         image file.
1243         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
1244         have locate-file.
1245         (iimage-mode-buffer): Use it.
1247 2004-07-03  Nick Roberts  <nickrob@gnu.org>
1249         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
1250         carefully.
1251         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
1253 2004-07-03  Juri Linkov  <juri@jurta.org>
1255         * replace.el (query-replace-read-args): Swallow space after 'foo,
1256         not after (quote foo).  Match space only immediately after symbol,
1257         not anywhere in the whole string.
1259 2004-07-02  Richard M. Stallman  <rms@gnu.org>
1261         * replace.el (query-replace-read-args): Swallow space after
1262         symbols, not after closeparens.  But avoid error if string ends there.
1264         * progmodes/python.el (python-beginning-of-statement):
1265         Exit the loop if backward-up-list gets error.
1267         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
1269 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
1271         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
1272         only if vc-consult-headers is non-nil.
1274 2004-07-02  Juri Linkov  <juri@jurta.org>
1276         * pcvs.el (cvs-mode-diff-repository): New command.
1278         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
1280 2004-07-01  Juri Linkov  <juri@jurta.org>
1282         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
1283         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
1284         C-M-% to isearch-query-replace-regexp.
1285         (minibuffer-local-isearch-map): Add arrow key bindings.
1286         Bind C-f to isearch-yank-char-in-minibuffer.
1287         (isearch-forward): Doc fix.
1288         (isearch-edit-string): Doc fix.
1289         (isearch-query-replace, isearch-query-replace-regexp): New funs.
1290         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
1291         (isearch-yank-char): Add optional arg.
1292         (isearch-yank-char-in-minibuffer): New fun.
1294         * replace.el (query-replace-interactive): Change type from boolean
1295         to choice.  Add value `initial'.
1296         (query-replace-read-args): Handle value `initial' of
1297         query-replace-interactive.
1299 2004-06-29  Kim F. Storm  <storm@cua.dk>
1301         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
1302         (breakpoint-disabled-bitmap-face): Add :group 'gud.
1304         * progmodes/ada-xref.el (ada-tight-gvd-integration):
1305         Add :group 'ada.
1307         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
1309 2004-06-29  Juri Linkov  <juri@jurta.org>
1311         * replace.el (query-replace-read-args): Swallow a space after
1312         everything except )]" which in most cases means after a symbol.
1314         * emacs-lisp/pp.el (pp-buffer): Add autoload.
1316 2004-06-28  Richard M. Stallman  <rms@gnu.org>
1318         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1319         More changes to go with previous change in font-lock.el.
1321 2004-06-26  David Kastrup  <dak@gnu.org>
1323         * replace.el (perform-replace): Highlight the match even in
1324         non-query mode if there is potential replace string editing.
1326 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
1328         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
1329         agree with new return value of `file-remote-p'.
1330         This syncs with Tramp 2.0.42.
1332         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
1333         according to new documentation of `file-remote-p'.
1335         * files.el (file-remote-p): Fix doc to say that return value is
1336         identification of remote system, if not nil.
1337         (file-relative-name): Use new return value of `file-remote-p'.
1339 2004-06-26  Nick Roberts  <nickrob@gnu.org>
1341         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
1342         (gdb-goto-breakpoint): Fix breakage.
1344 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
1346         * man.el (Man-getpage-in-background): Add windows-nt to the list
1347         of systems where shell-file-name should be used instead of
1348         literal "sh".
1350 2004-06-25  Sam Steingold  <sds@gnu.org>
1352         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
1353         function names `(setf symbol)'.
1355 2004-06-24  Richard M. Stallman  <rms@gnu.org>
1357         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
1359         * font-lock.el (font-lock-keywords): Change format of compiled values.
1360         Document it.
1361         (font-lock-add-keywords): If font-lock-keywords is compiled,
1362         extract the uncompiled version, modify, then recompile.
1363         (font-lock-remove-keywords): Likewise.
1364         (font-lock-fontify-keywords-region): Handle changed format.
1365         (font-lock-compile-keywords): Handle changed format.
1366         (font-lock-set-defaults): Compile the keywords explicitly here.
1368 2004-06-24  David Kastrup  <dak@gnu.org>
1370         * replace.el (query-replace-read-args): Implement `\,' and `\#'
1371         replacements here.
1372         (query-replace-regexp): Doc string explaining this and the new
1373         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
1374         is better placed in `query-replace-read-args'.
1375         (replace-regexp): Explain `\,', `\#' and `\?'.
1376         (replace-match-data): New function for thorough reuse/destruction
1377         of old match-data.
1378         (replace-match-maybe-edit): Function for implementing `\?' editing.
1379         (perform-replace): Fix maintaining of the match stack including
1380         already matched regions, implement `\?', fix various problems
1381         with regions while editing and other stuff.
1382         (replace-highlight): Simplify.
1384 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
1386         * progmodes/grep.el (grep-error-screen-columns): New variable.
1387         (grep-regexp-alist): Give it the full functionality of gnu style
1388         compilation messages with line and column ranges.  Ask me for the
1389         perl script I'm working on, that uses these.
1391 2004-06-23  Nick Roberts  <nickrob@gnu.org>
1393         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
1394         Remove.
1395         (comint-insert-input, comint-mouse-insert-input): New functions
1396         based on comint-insert-clicked-input for two bindings but just
1397         one functionality.
1399 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
1401         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
1403 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
1405         * files.el (write-contents-functions): Doc fix.
1407 2004-06-21  Juanma Barranquero  <lektu@terra.es>
1409         * image.el (image-library-alist): Rewrite docstring in active voice.
1411 2004-06-20  Richard M. Stallman  <rms@gnu.org>
1413         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
1415         * isearch.el (isearch-repeat): Avoid testing old match data.
1416         (isearch-message): Display trailing space in special font
1417         when search is failing.
1418         (isearch-search-fun-function): Doc fix.
1420         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
1422 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
1424         * frame.el (show-trailing-whitespace): Doc fix.
1426         * cus-edit.el (custom-variable-documentation): New function.
1427         (custom-variable): Use it.
1429 2004-06-19  Nick Roberts  <nickrob@gnu.org>
1431         * man.el (Man-getpage-in-background): Revert previous change but
1432         make cygwin a special case.
1434 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
1436         * autorevert.el (global-auto-revert-non-file-buffers):
1437         Update docstring.
1439 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
1441         * progmodes/compile.el (compilation-error-properties): Store one
1442         more than end-col, if present, so that transient-mark-mode will
1443         highlight last char too.
1444         * progmodes/grep.el (grep-regexp-alist): Match columns and column
1445         ranges, if present.
1447 2004-06-18  Jason Rumney  <jasonr@gnu.org>
1449         * makefile.w32-in: Double percent signs in for loops.
1451 2004-06-17  David Kastrup  <dak@gnu.org>
1453         * replace.el (query-replace-read-args): Only warn about use of \n
1454         and \t when we are doing a regexp replacement and the actual
1455         escaped character is n or t.
1456         (query-replace-regexp): Add \, and \# interpretation to
1457         interactive call and document it.
1458         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
1459         as shortkey for replace-count.
1460         (replace-quote): New function for doubling backslashes.
1462 2004-06-17  Juanma Barranquero  <lektu@terra.es>
1464         * files.el (parse-colon-path, cd): Mention in docstring that the
1465         path separator is colon in GNU-like systems.
1467         * newcomment.el (comment-region-internal): Fix docstring.
1469         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
1470         (ewoc-invalidate, ewoc-collect): Doc fixes.
1471         (ewoc--create-node, ewoc--delete-node-internal):
1472         Fix typos in docstring.
1474 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
1476         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
1477         manual to docstring.
1479 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1481         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
1483 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
1485         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1486         Add hyperlink to emacs-xtra manual to docstring.
1488         * autorevert.el (global-auto-revert-non-file-buffers):
1489         Add hyperlink to emacs-xtra manual to docstring, as well as an
1490         info-link.
1492 2004-06-14  Juanma Barranquero  <lektu@terra.es>
1494         * image.el (image-library-alist): New variable to map image types
1495         to external libraries.  Initialized to nil, unless system-specific
1496         configs change it.
1497         (image-type-available-p): Determine whether an image type is
1498         available by calling `init-image-library'.
1500         * term/w32-win.el (image-library-alist): Initialize to a known set
1501         of probable library names.
1503 2004-06-14  Kenichi Handa  <handa@m17n.org>
1505         * international/code-pages.el (windows-1256, cp1125): Fix tables
1506         for several characters.
1508         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
1510 2004-06-13  Richard M. Stallman  <rms@gnu.org>
1512         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
1514         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
1515         not "`pc-selection-mode'".
1517         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
1519         * simple.el (previous-matching-history-element): Specify a default.
1521         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
1523         * cus-face.el (custom-declare-face): Simplify code.
1525         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
1527 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
1529         * files.el (before-save-hook): Add `time-stamp' to the options.
1531         * time-stamp.el (time-stamp): Recommend adding it to
1532         `before-save-hook', rather than `write-file-functions'.
1533         Make a similar change in `Commentary' section.
1535 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
1537         * diff-mode.el (diff-current-defun): If at start of hunk, use
1538         position of first change.
1540 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
1542         * dired-x.el (dired-mark-omitted): Bind to "*O".
1544 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
1546         * bookmark.el (bookmark-bmenu-relocate): New function, as
1547         suggested by David J. Biesack <David.Biesack@sas.com>.
1548         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
1549         (bookmark-bmenu-mode): Describe binding in doc string.
1550         (bookmark-set-filename): Save the bookmark list if it's time.
1552 2004-06-13  Kenichi Handa  <handa@m17n.org>
1554         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
1555         (ccl-untranslated-to-ucs): Fix typo.
1557 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
1559         * progmodes/python.el (python-open-block-statement-p):
1560         Fix indentation after a block opening that contains a comment.
1562 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
1564         * bindings.el (completion-ignored-extensions): Add file extensions
1565         of Python byte-compiled files.
1567 2004-06-12  Juri Linkov  <juri@jurta.org>
1569         * info.el (Info-goto-node): Add autoload.
1570         (Info-toc): Add substring-no-properties on Info file name.
1571         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
1572         (Info-mode-map): Bind L to Info-history, T to Info-toc.
1574 2004-06-12  Kenichi Handa  <handa@m17n.org>
1576         * international/mule-cmds.el (set-language-environment):
1577         Load subst tables if necessary.
1579         * international/mule.el (decode-char): Load subst tables if necessary.
1580         (encode-char): Likewise.
1582         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
1583         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
1584         (utf-16le-decode-loop): Set r5 to -1 before loop.
1585         (utf-16be-decode-loop): Likewise.
1586         (ccl-decode-mule-utf-16le): Add EOF processing block.
1587         (ccl-decode-mule-utf-16be): Likewise.
1588         (ccl-decode-mule-utf-16le-with-signature): Likewise.
1589         (ccl-decode-mule-utf-16be-with-signature): Likewise.
1590         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
1591         (ccl-mule-utf-16-encode-untrans): New CCL.
1592         (utf-16-decode-to-ucs): Handle pre-read character.
1593         (utf-16le-encode-loop): Handle surrogate pair.
1594         (utf-16be-encode-loop): Likewise.
1595         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
1596         of utf-16le-encode-loop.
1597         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
1598         of utf-16be-encode-loop.
1599         (mule-utf-16-post-read-conversion):
1600         Call utf-8-post-read-conversion at first.
1601         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
1602         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
1603         Add post-read-conversion and pre-write-conversion.
1605         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
1606         (utf-translate-cjk-unicode-range): New variable.
1607         (utf-translate-cjk-load-tables): New function.
1608         (utf-lookup-subst-table-for-decode): New function.
1609         (utf-lookup-subst-table-for-encode): New function.
1610         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
1611         tables here.  Update safe-charsets of utf-* coding systems.
1612         (ccl-mule-utf-untrans): New CCL.
1613         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
1614         at end of each branch.
1615         (ccl-mule-utf-8-encode-untrans): New CCL.
1616         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
1617         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
1618         length of encoding.  Don't return r0.
1619         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
1620         (utf-8-post-read-conversion): Narrow to region properly.
1621         If utf-translate-cjk-mode is on, load tables if necessary.
1622         Call utf-8-compose with hash-table arg if necessary.
1623         Call XXX-compose-region instead of XXX-post-read-convesion.
1624         (utf-8-pre-write-conversion): New function.
1625         (mule-utf-8): Include CJK charsets in safe-charsets if
1626         utf-translate-cjk-mode is on.  Add pre-write-conversion.
1628         * international/characters.el: Temporarily set
1629         utf-translate-cjk-mode to nil.
1631         * language/devan-util.el (devanagari-compose-region):
1632         Add autoload cookie.
1634         * international/ccl.el (ccl-dump-call): Fix printing the
1635         subroutine name.
1637 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
1639         * dired.el (dired-revert): If buffer is marked unmodified before
1640         reverting, keep it marked unmodified.
1641         Adapt to new conventions for commenting out code.
1642         (dired-make-relative): Adapt to new conventions for commenting out code.
1644 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
1646         * eshell/esh-module.el (eshell-load-defgroups):
1647         Bind `vc-handled-backends' to nil when opening files.
1649 2004-06-11  Juanma Barranquero  <lektu@terra.es>
1651         * files.el (parse-colon-path, cd): Doc fixes (refer to
1652         `path-separator', not colon).
1654 2004-06-10  Juanma Barranquero  <lektu@terra.es>
1656         * newcomment.el (comment-search-forward)
1657         (comment-search-backward): Fix typos in docstring.
1658         (comment-region): Doc fix.
1660 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
1662         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
1663         switch is no longer stored in `dired-switches-alist'.
1665         * dired-aux.el (dired-insert-subdir): Do not store R switch in
1666         `dired-switches-alist'.
1668 2004-06-10  Kim F. Storm  <storm@cua.dk>
1670         * pcvs.el (cvs-mode-diff-yesterday): New command.
1672         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
1674 2004-06-10  Juri Linkov  <juri@jurta.org>
1676         * emacs-lisp/edebug.el (edebug-eval-defun):
1677         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
1678         Fix docstring.
1680         * simple.el (eval-expression-print-format): Don't print additional
1681         information on the first call to `eval-print-last-sexp'.
1682         (next-error-find-buffer): Fix punctuation.
1683         (killing) <defgroup>: Fix punctuation.
1684         (yank-excluded-properties): Change group from editing to killing.
1686         * replace.el (perform-replace): Use `limit' to terminate the
1687         while-loop explicitly.
1689 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1691         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
1692         Use lc-*.xpm as prefix instead of *-locol.xpm.
1694         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
1695         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
1696         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
1697         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
1698         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
1699         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
1700         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
1701         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
1702         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
1703         * toolbar/lc-up_arrow.xpm:
1704         Renamed from *-locol.xpm.
1706 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
1708         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
1709         include forms like &<str>; as valid url patterns.
1711 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
1713         * dired.el (dired-diff, dired-backup-diff)
1714         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
1715         (dired-do-chown, dired-do-touch, dired-do-print)
1716         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
1717         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
1718         (dired-create-directory, dired-do-copy, dired-do-symlink)
1719         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
1720         (dired-do-copy-regexp, dired-do-hardlink-regexp)
1721         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
1722         (dired-maybe-insert-subdir, dired-next-subdir)
1723         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
1724         (dired-kill-subdir, dired-tree-up, dired-tree-down)
1725         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
1726         (dired-run-shell-command, dired-query): Remove redundant,
1727         or incorrect, autoloads.
1729         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
1730         does not end in a slash.  Add optional argument KILL-ROOT.
1731         Update docstring.
1732         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
1733         (dired-query): Add autoloads.
1735 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
1737         * progmodes/compile.el (compilation-set-window-height):
1738         Rearrange the save-* functions because a buffer can have several current
1739         point in different windows.
1740         (compilation-error-regexp-alist-alist): Recognize {standard input}
1741         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
1743 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1745         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
1746         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
1747         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
1748         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
1749         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
1750         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
1751         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
1752         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
1753         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
1754         * toolbar/up_arrow-locol.xpm:
1755         New versions of icons that uses fewer colors.
1757         * toolbar/tool-bar.el (tool-bar-local-item)
1758         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
1759         if display-color-cells is 256 or less.
1761 2004-06-08  Kim F. Storm  <storm@cua.dk>
1763         * wid-edit.el (widget-specify-button): Use hand pointer rather
1764         than mouse-face as visible mouse-over effect.
1766 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
1768         * saveplace.el (save-place-alist-to-file): Bind `print-length'
1769         and `print-level' to nil when writing out `save-place-alist'.
1770         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
1772 2004-06-07  Juanma Barranquero  <lektu@terra.es>
1774         * completion.el (completion-kill-region): Doc fix.
1776         * format.el (format-insert-annotations)
1777         (format-annotate-location): Doc fixes.
1778         (format-subtract-regions): Make arguments match their use in docstring.
1780         * simple.el (kill-region): Doc fix.
1782         * subr.el (insert-buffer-substring-no-properties)
1783         (insert-buffer-substring-as-yank): Doc fixes.
1785 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
1787         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1788         Update docstring.
1789         (dired-reset-subdir-switches): New function.
1791         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
1792         Limit scope of `buffer-read-only' binding.
1794 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
1796         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
1797         eshell-explicit-command-char.
1799 2004-06-06  Juanma Barranquero  <lektu@terra.es>
1801         * help-fns.el (help-argument-name): Inherit from italic face only
1802         if the frame supports it.
1804 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1806         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
1807         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
1808         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
1809         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
1810         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
1811         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
1812         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
1813         New conversions from xpm files.
1815         * toolbar/README: New file.
1817 2004-06-06  Richard M. Stallman  <rms@gnu.org>
1819         * isearch.el (isearch-mode-map): Undo previous change.
1821 2004-06-05  Juri Linkov  <juri@jurta.org>
1823         * bindings.el (debug-ignored-errors): Add regexps for history
1824         related messages.  Remove $ from "No further undo information".
1825         Move Ediff's messages to ediff.el.
1827         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
1829         * cus-edit.el (custom-display): Add `min-colors'.
1831         * custom.el (defface): Add `supports' to docstring.
1833         * help-fns.el (help-argument-name): Add :group 'help.
1835 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
1837         * find-dired.el (find-ls-subdir-switches): New user option.
1838         (find-dired): No longer call `abbreviate-file-name' on DIR.
1839         Set `dired-subdir-switches' buffer-locally.
1841         * locate.el: Merge the two `Commentary' sections.
1842         (locate-ls-subdir-switches): New user option.
1843         (locate): Update for other changes.
1844         (locate-mode-map): Restore Dired binding for mouse-2.
1845         Bind `locate-mouse-view-file' to M-mouse-2.
1846         Bind `l' to `locate-do-redisplay'.
1847         (locate-main-listing-line-p, locate-do-redisplay): New functions.
1848         (locate-mouse-view-file, locate-tags, locate-find-directory):
1849         Print message if used outside main listing.
1850         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
1851         Various changes to support inserted subdirectories.
1852         (locate-insert-header): Change header of *Locate* buffer.
1854         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
1855         Change interactive default switches.
1856         (dired-rename-subdir-2): Update `dired-switches-alist'.
1857         (dired-insert-subdir, dired-kill-subdir):
1858         Handle `dired-switches-alist'.  Do not mark buffer modified.
1859         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
1860         (dired-insert-subdir-doinsert): Omit messages.
1861         Handle `dired-subdir-switches'.
1862         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
1864         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
1865         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
1866         subdirs if -R switch is used for a subdir.
1867         (dired-mode): Set `dired-switches-alist'.
1868         (dired-build-subdir-alist): Only print number of directories in
1869         echo area when invoked interactively.
1871 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
1873         * dired-x.el (dired-omit-mode): Rename from
1874         dired-omit-files-p.  Use define-minor-mode to define it.
1875         (dired-omit-files-p): Add as alias for dired-omit-mode.
1876         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
1877         dired-mark-omitted.
1878         (dired-mark-omitted): Add.  Bind to M-O.
1880 2004-06-05  Kenichi Handa  <handa@m17n.org>
1882         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
1884 2004-06-05  Juanma Barranquero  <lektu@terra.es>
1886         * help-fns.el (help-argument-name): Reintroduce face.
1887         (help-default-arg-highlight): Use it, now that
1888         `face-differs-from-default-p' can be trusted.
1890 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
1892         * textmodes/table.el: Sentence commands added to Point Motion
1893         group; kill and backward-kill commands added to Extraction group.
1895 2004-06-04  Mario Lang  <mlang@delysid.org>
1897         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
1898         systems appear to use mW, make the code handle this.  Fix a
1899         division-by-zero bug while at it, and handle kernels with
1900         a slightly different layout in /proc/acpi.
1902 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
1904         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
1905         because the latter is a CL-ism.  This fixes the bug reported by
1906         Shawn Boyette <mdxi@collapsar.net> in
1907         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
1909 2004-06-04  Miles Bader  <miles@gnu.org>
1911         * faces.el (display-supports-face-attributes-p): Function moved to
1912         C code.  Previously only the tty-related portion of this function
1913         was done in C; however the previous attempt to do a halfway-proper
1914         job for non-tty displays in lisp didn't work properly because of
1915         funny conditions during Emacs startup.
1916         (face-differs-from-default-p): Simplify, now that
1917         display-supports-face-attributes-p works properly on all display
1918         types.  Remove :stipple from comparison; it doesn't really work
1919         in emacs anyway.
1921 2004-06-04  Miles Bader  <miles@gnu.org>
1923         * faces.el (face-differs-from-default-p): Use a different
1924         implementation, so we can really check whether FACE displays
1925         differently or not.
1927 2004-06-04  Miles Bader  <miles@gnu.org>
1929         * faces.el (display-supports-face-attributes-p): Implement a
1930         `different from default' check for non-tty displays.
1932 2004-06-03  David Kastrup  <dak@gnu.org>
1934         * woman.el (woman-mapcan): More concise code.
1935         (woman-topic-all-completions, woman-topic-all-completions-1)
1936         (woman-topic-all-completions-merge): Replace by a simpler and
1937         much faster implementation based on O(n log n) sort/merge instead
1938         of the old O(n^2) behavior.
1940 2004-06-03  Miles Bader  <miles@gnu.org>
1942         * subr.el (read-number): Use canonical format for default in prompt.
1944         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
1945         Add regexp for " [...]" style defaults.
1947 2004-06-02  Romain Francoise  <romain@orebokech.com>
1949         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
1950         groups: if the user asks for a hidden buffer, open the
1951         corresponding filter group to expose it.
1953         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
1954         `ibuffer-jump-to-buffer'.
1955         (ibuffer-jump-offer-only-visible-buffers): New user option.
1957 2004-06-02  Juanma Barranquero  <lektu@terra.es>
1959         * faces.el (frame-update-faces): Add empty docstring so the one
1960         for `ignore' doesn't show through.
1962         * subr.el (process-kill-without-query): Remove spurious "\n" on
1963         obsolescence string.
1964         (focus-frame, unfocus-frame): Add obsolescence declaration and
1965         empty docstring.
1967         * international/mule.el (register-char-codings): Make alias for
1968         `ignore'.  Move docstring to obsolescence info and remove redundancy.
1970 2004-06-02  Kim F. Storm  <storm@cua.dk>
1972         * frame.el (blink-cursor-start): Turn cursor off initially so blink
1973         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
1975 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1977         * comint.el (comint-replace-by-expanded-history-before-point):
1978         Obey `start' as the docstring says.
1979         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
1980         (comint-update-fence): Prevent font-lock from running unnecessarily.
1981         (comint-dynamic-list-completions): Use with-current-buffer.
1983 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1985         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
1986         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
1987         (bibtex-entry-update): Handle alternatives and optional fields.
1988         (bibtex-parse-entry): Bugfix, handle empty key.
1990 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1992         * vc-arch.el (vc-arch-state): Don't assume the file exists.
1994 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
1996         * desktop.el (desktop-save): Don't save minor modes without a
1997         known mode initialization function.
1999 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
2001         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
2003         * autorevert.el: Update `Commentary' section.
2005 2004-05-30  Juanma Barranquero  <lektu@terra.es>
2007         * dos-fns.el (convert-standard-filename):
2008         * files.el (convert-standard-filename):
2009         * w32-fns.el (convert-standard-filename):
2010         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
2012 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
2014         Sync with Tramp.
2016         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
2017         (tramp-let-maybe): Move to an earlier spot in the file.
2018         Patch by Andreas Schwab.
2020 2004-05-30  Andreas Schwab  <schwab@suse.de>
2022         * dired.el (dired-get-filename): Don't use dired-re-dot.
2024 2004-05-30  Richard M. Stallman  <rms@gnu.org>
2026         * files.el (find-file): Doc fix.
2028         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
2030 2004-05-30  Nick Roberts  <nickrob@gnu.org>
2032         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
2033         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
2034         modeline of the locals buffer.
2035         (gdb-goto-breakpoint): Handle gdbmi.
2036         (gdb-get-frame-number): Change for gdbmi.
2038 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
2040         * files.el (file-remote-p): Apply file name handler for operation
2041         `file-remote-p'.  It isn' a property any longer.
2042         (file-relative-name): `fh' and `fd' get the required value via
2043         `find-file-name-handler' already.
2045         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
2046         (top): Remove setting of `file-remote-p' property for
2047         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
2049 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
2051         Version 2.0.41 of Tramp released.
2053         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
2054         Throw away if process has died.
2055         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
2056         (tramp-out-of-band-prompt-regexp): Rename to
2057         `tramp-process-alive-regexp', because its usage is widen.
2058         (tramp-actions-copy-out-of-band): Apply it.
2059         (tramp-actions-before-shell, tramp-multi-actions):
2060         Add `tramp-action-process-alive' action.
2061         (tramp-action-process-alive): New defun.
2062         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2063         Add entry for `file-remote-p'.
2064         (tramp-handle-file-remote-p): New defun.
2065         (top): Remove setting of `file-remote-p'.  Don't set
2066         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
2068         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
2069         `file-remote-p'.
2071         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
2072         counted for (last) line.  [They should or they shouldn't?  --Stef]
2073         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
2075 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
2077         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
2078         not really necessary but seems to keep the shell history smaller
2079         in some cases.  It is no substitute for setting HISTFILE and
2080         HISTSIZE from tramp-open-connection-setup-interactive-shell,
2081         though.  Suggested by Luc Teirlinck.
2082         (tramp-open-connection-setup-interactive-shell): Export variables
2083         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
2084         (tramp-set-process-query-on-exit-flag): New compat function.
2085         (tramp-open-connection-multi, tramp-open-connection-su)
2086         (tramp-open-connection-rsh, tramp-open-connection-telnet)
2087         (tramp-do-copy-or-rename-file-out-of-band): Use it.
2088         (tramp-let-maybe): New macro, let-binds a variable only if it
2089         isn't obsolete.
2090         (tramp-check-ls-commands, tramp-handle-expand-file-name)
2091         (tramp-handle-file-truename): Use it.
2092         (tramp-completion-file-name-regexp-unified): Avoid matching
2093         filenames starting with "/:" -- those are reserved for
2094         file-name-non-special.
2096         * tramp-smb.el (tramp-smb-open-connection):
2097         Use tramp-set-process-query-on-exit-flag compat function.
2099 2004-05-29  Richard M. Stallman  <rms@gnu.org>
2101         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
2103         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
2104         (eval-last-sexp-print-value): Print char equivalent regardless
2105         of standard-output value.
2107         * thumbs.el (thumbs-subst-char-in-string): Delete.
2108         (thumbs-thumbname): Use subst-char-in-string.
2109         (thumbs-resize-image): Use condition-case, not ignore-errors.
2110         (thumbs-kill-buffer): Likewise.
2112         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
2113         (thumbs-mode): Make buffer read-only.
2114         (thumbs-make-thumb): Unconditionally accept an existing file.
2115         (thumbs-insert-thumb): Add thumb-image-file property to the image.
2116         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
2117         (thumbs-show-thumbs-list): Error if images not supported.
2118         (thumbs-save-current-image): Improve prompt string.
2119         (thumbs-mode-map): Define u, R, x.
2120         (thumbs-unmark): New command.
2121         (thumbs-emboss-image): Minor cleanup.
2122         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
2123         (thumbs-rename-images): New command.
2124         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
2126         * thumbs.el (thumbs-current-image): New function.
2127         (thumbs-file-list, thumbs-file-alist): New functions.
2128         (thumbs-find-image): Delete arg L.
2129         Don't set up thumbs-fileL as buffer-local global var.
2130         (thumbs-find-image-at-point): Use thumbs-current-image.
2131         (thumbs-set-image-at-point-to-root-window): Likewise.
2132         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
2133         Record and warn about errors.  Update thumbs-markedL for deletions.
2134         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
2135         (thumbs-redraw-buffer): Use thumbs-file-list.
2136         (thumbs-mark): Use thumbs-current-image.
2137         (thumbs-show-name): Use thumbs-current-image.
2139         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
2140         and imenu--last-menubar-index-alist.
2142         * subr.el (with-selected-window): Undo previous change.
2144 2004-05-29  John Paul Wallington  <jpw@gnu.org>
2146         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
2147         (thumbs-mouse-find-image): New command.
2148         (thumbs-mode-map): Bind it to mouse-2.
2149         (thumbs-mode): Make mode-class special.
2150         (thumbs-view-image-mode): Likewise.
2152 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
2154         * flymake.el: New file.
2156 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
2158         * files.el (find-file-noselect-1): Do not bind
2159         `inhibit-read-only' to t during execution of
2160         `find-file-not-found-functions'.
2162 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2164         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
2165         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
2167 2004-05-28  Juri Linkov  <juri@jurta.org>
2169         * simple.el (eval-expression-print-format): New fun.
2171         * simple.el (eval-expression):
2172         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
2173         * emacs-lisp/edebug.el (edebug-compute-previous-result)
2174         (edebug-eval-expression): Print additionally the value returned by
2175         `eval-expression-print-format'.
2177         * emacs-lisp/lisp.el (insert-pair-alist): New var.
2178         (insert-pair): Make arguments optional.  Find character pair
2179         from `insert-pair-alist' according to the last input event.
2180         (insert-parentheses): Make arguments optional.
2181         (raise-sexp, delete-pair): New funs.
2183         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
2184         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2185         Bind C-M-q to `indent-pp-sexp'.
2187         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
2188         `pp-to-string' modified to be able to format text with newlines.
2189         (pp-to-string): Move the buffer-formatting part of the code to
2190         `pp-buffer'.  Call `pp-buffer'.
2192         * info.el (Info-desktop-buffer-misc-data): Don't save information
2193         about virtual files.
2194         (Info-restore-desktop-buffer): Restore Info buffers in prepared
2195         buffers with names obtained from the desktop file instead of the
2196         default *info* buffer.
2198 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2200         * subr.el (with-selected-window): Only save/restore the selected window.
2202         * progmodes/compile.el (compilation-error-regexp-alist):
2203         Use expand-file-name and data-directory.
2205         * progmodes/grep.el (grep-tree): Rework previous fix.
2207         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
2208         after the user marked text with the mouse.
2210         * startup.el (command-line): Keep the first regexp of
2211         auto-save-file-name-transforms intact.
2213 2004-05-28  Juanma Barranquero  <lektu@terra.es>
2215         * cus-edit.el (customize-face, customize-face-other-window)
2216         (custom-face-edit-delete): Make arguments match their use in
2217         docstring.
2218         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
2219         docstring.
2221         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
2222         not `cvs-butlast'.
2224         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
2225         `nbutlast' are in subr.el).
2227         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
2228         (set-w32-system-coding-system): Doc fixes.
2230         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
2231         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
2232         Make arguments match their use in docstring.
2233         (artist-draw-region-trim-line-endings)
2234         (artist-mouse-choose-operation): Fix typo in docstring.
2235         (artist-key-set-point-common): Doc fix.
2237 2004-05-28  Simon Josefsson  <jas@extundo.com>
2239         * mail/smtpmail.el (smtpmail-open-stream):
2240         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
2242 2004-05-26  Simon Josefsson  <jas@extundo.com>
2244         * starttls.el: Merge with my GNUTLS based starttls.el.
2245         (starttls-gnutls-program, starttls-use-gnutls)
2246         (starttls-extra-arguments, starttls-process-connection-type)
2247         (starttls-connect, starttls-failure, starttls-success): New variables.
2248         (starttls-program, starttls-extra-args): Doc fix.
2249         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
2250         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
2251         and pass on to corresponding *-gnutls function if it is set.
2253 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
2255         * autorevert.el (auto-revert-handler): Disable auto-reverting of
2256         remote files.
2258 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
2260         * files.el (file-name-non-special): There are more operations
2261         which need handling: `find-backup-file-name',
2262         `insert-file-contents', `verify-visited-file-modtime',
2263         `write-region'.  Rename t value of method to `add'.  Add new
2264         methods `quote' and `unquote-then-quote' to file-arg-indices.
2266 2004-05-25  Juri Linkov  <juri@jurta.org>
2268         * info.el (Info-toc): Call Info-mode on intermediate buffer.
2269         (Info-index-nodes): Enclose code in condition-case to catch errors.
2270         (Info-index-node): Don't search all index nodes if request is only
2271         for the current node and file is not in the cache of index nodes.
2272         (Info-mode-map): Bind Info-copy-current-node-name to `w'
2273         for consistency with dired-copy-filename-as-kill.
2274         Bind `S' to Info-search-case-sensitively.
2275         (Info-copy-current-node-name): New arg.  With zero prefix arg put
2276         the name inside a function call to `info'.  Display copied text in
2277         the echo area.
2279 2004-05-25  Sam Steingold  <sds@gnu.org>
2281         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
2282         strip the package prefix from the symbol name, if any.
2283         Make it the `find-tag-default-function' for `lisp-mode'.
2285 2004-05-25  John Paul Wallington  <jpw@gnu.org>
2287         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
2288         instead of obsolete `process-kill-without-query'.
2290         * textmodes/texinfmt.el (texinfo-indexvar-alist):
2291         Declare as variable, not constant.
2293 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
2295         * files.el (find-file-noselect-1): Fix bug introduced by
2296         Revision 1.694.  As a side effect, `inhibit-read-only'
2297         is again, by default, t during execution of
2298         `find-file-not-found-functions'.
2299         (insert-directory): Check that lines were really inserted by
2300         the --dired switch, before erasing them.
2302 2004-05-24  Nick Roberts  <nickrob@gnu.org>
2304         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
2305         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
2306         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
2307         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
2308         gud-minor-mode (gdbmi).
2310 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
2312         * net/browse-url.el (browse-url-interactive-arg): Enable user to
2313         explicitly select the text to be taken as URL.
2315 2004-05-23  Juri Linkov  <juri@jurta.org>
2317         * info.el (Info-index-nodes): New var and fun.
2318         (Info-goto-index, Info-index, info-apropos)
2319         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
2320         (Info-index): Fix docstring.  Store and restore Info-history-list.
2321         (Info-complete-nodes): New var.
2322         (Info-complete-menu-item): Use it.
2323         (Info-index-node): New fun.
2324         (Info-final-node, Info-forward-node, Info-backward-node)
2325         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
2326         Use Info-index-node.
2327         (Info-extract-menu-item, Info-extract-menu-counting): Set second
2328         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
2329         (Info-find-node-2): If a node with period in its name not found,
2330         try to find a node without the name part after period.
2331         (Info-select-node): Call Info-fontify-node only if
2332         Info-fontify-maximum-menu-size is not nil.
2333         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
2334         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
2335         Preserve Info-history-list.
2336         (Info-toc): Set Info-current-file.
2337         (Info-build-toc): Move point to the beginning of the buffer.
2338         Add main-file variable.
2339         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
2340         Use backslashed representation of the control character ^_.
2342         * textmodes/texinfmt.el (texinfo-print-index): Print index line
2343         numbers in the new Texinfo 4.7 format.
2345         * add-log.el (change-log-font-lock-keywords): Remove `:' from
2346         regexps for function and variable names.
2348         * descr-text.el (describe-property-list): Add [show] button for
2349         `syntax-table' property with action to pp to a separate buffer.
2350         (describe-char): Replace search-forward by re-search-forward with
2351         whitespace regexp after "character:" to not fail in too narrow windows.
2353         * simple.el (next-error-find-buffer): Add a rule to return
2354         next-error capable buffer if one window on the selected frame
2355         displays such buffer.
2357 2004-05-23  Nick Roberts  <nickrob@gnu.org>
2359         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
2360         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
2361         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
2362         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
2363         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
2364         Handle new value for gud-minor-mode (gdbmi).
2365         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
2366         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
2367         Change from local to global gdb variable set.
2368         (gdb-ann3): Initialise above gdb variable set.
2369         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
2370         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
2371         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
2372         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
2373         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
2374         (gdb-info-locals-handler, gdb-invalidate-assembler)
2375         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
2376         set as global variables.
2377         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
2378         Handle gdbmi.
2379         (gdb-info-breakpoints-custom): Fix regexp.
2380         (def-gdb-var): Delete.
2382         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
2383         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
2384         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
2385         a new mode.  The file (gdb-mi.el) for this mode will be included
2386         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
2387         primary interface.
2389 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
2391         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
2392         interpreted as a directory.
2394 2004-05-22  Richard M. Stallman  <rms@gnu.org>
2396         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
2397         as a close quote.
2399         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
2401         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
2402         Use assoc-string, not assoc-ignore-case.
2404         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
2406         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
2407         If moving back then fwd gets a defun that ends before point,
2408         try again moving fwd then back.
2410         * files.el (file-name-non-special): Allow t in file-arg-indices
2411         to mean requote the return value.  Use `identity' as an element
2412         rather than as the whole value.
2414         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
2416 2004-05-22  Juanma Barranquero  <lektu@terra.es>
2418         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
2419         `help-make-usage'.
2420         (help-highlight-arguments): Skip function name before searching
2421         for arguments.
2423 2004-05-21  Juanma Barranquero  <lektu@terra.es>
2425         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
2426         Don't mention in the docstring these arguments meant for
2427         internal (recursive) use only.
2428         (allout-char-spec): Comment out (it's not implemented).
2429         (allout-old-expose-topic, allout-exposure): Fix docstring and add
2430         obsolescence declaration.
2431         (allout-flatten-exposed-to-buffer)
2432         (allout-indented-exposed-to-buffer): Fix typos in docstring.
2433         (my-mark-marker): Doc fix.
2434         (produce-allout-mode-map, allout-sibling-index)
2435         (allout-isearch-expose, allout-distinctive-bullet)
2436         (allout-open-topic, allout-reindent-body)
2437         (allout-rebullet-heading, allout-process-exposed)
2438         (allout-insert-listified, allout-latex-verb-quote)
2439         (allout-insert-latex-header, allout-insert-latex-trailer):
2440         Make arguments match their use in docstring.
2441         (allout-primary-bullet, allout-old-style-prefixes)
2442         (allout-inhibit-protection, allout-init, allout-mode)
2443         (allout-before-change-protect, allout-flag-region):
2444         Use "Emacs" instead of "emacs" in docstrings.
2446 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
2448         * international/characters.el: Modify syntax of more characters.
2450 2004-05-21  Masatake YAMATO  <jet@gyve.org>
2452         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
2453         (etags-tags-completion-table): Show parsing progress.
2455 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
2457         * locate.el (locate-prompt-for-command): Shorten first line of
2458         docstring.
2459         (locate-mode): Expand docstring and include keymap summary.
2461         * files.el (find-file-noselect-1): Limit the scope of the
2462         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
2463         is, by default, nil during the execution of
2464         `find-file-not-found-functions' and `find-file-hook'.
2466 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
2468         * facemenu.el (facemenu-color-name-equal): New function.
2469         (list-colors-display): Use it to compare colors instead of
2470         facemenu-color-equal.
2472 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
2474         * compare-w.el (compare-windows-face): Use min-colors instead of
2475         checking for tty or pc types.
2477 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2479         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
2480         (completion-setup-function): Use with-current-buffer.
2481         Properly save excursion.  Simplify.
2482         Don't assume there is necessarily a `mouse-face' property somewhere.
2484         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
2486         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
2488         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
2489         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
2490         Use with-current-buffer.
2491         (byte-goto-log-buffer): Delete.
2492         (byte-compile-log-file): Call compilation-forget-errors.
2494 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
2496         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
2497         output messages into the search result.
2499 2004-05-19  Masatake YAMATO  <jet@gyve.org>
2501         * wid-edit.el (widget-radio-button-notify): Revert my last
2502         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2504 2004-05-19  Kenichi Handa  <handa@m17n.org>
2506         * international/characters.el: Fix syntax (open/close) of CJK chars.
2508 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
2510         * help-mode.el (help-go-back): Don't depend on position of back button.
2512 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2514         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
2515         files files don't contain an accidental additional /.
2517         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
2518         in source buffer.
2520 2004-05-18  Masatake YAMATO  <jet@gyve.org>
2522         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
2523         to widget-apply.  :action method assumes 2 arguments, not 3.
2525 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
2527         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
2528         New constants.
2529         (hs-special-modes-alist): Add an f90-mode entry.
2531 2004-05-17  Sam Steingold  <sds@gnu.org>
2533         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
2534         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
2536 2004-05-16  Kim F. Storm  <storm@cua.dk>
2538         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
2540 2004-05-15  John Wiegley  <johnw@newartisans.com>
2542         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
2543         (eshell-output-object-to-target): Improve output speed 20% by not
2544         calling `eshell-stringify' if something is already known to be a string.
2546 2004-05-15  Alex Ott  <ott@jet.msk.su>
2548         * textmodes/ispell.el (ispell-local-dictionary-alist):
2549         Add windows-1251 to the choice of coding systems.
2550         (ispell-dictionary-alist-6): Add support for "russianw.aff",
2551         encoded in cp1251.
2553 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
2555         * progmodes/compile.el (compilation-warning-face)
2556         (compilation-info-face): Use min-colors.
2558 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2560         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
2561         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
2562         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
2563         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
2564         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
2565         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
2566         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
2567         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
2568         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
2569         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
2570         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
2571         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
2572         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
2573         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
2575 2004-05-15  Kim F. Storm  <storm@cua.dk>
2577         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
2578         Use it to set triggered-p element of timer.
2579         (timer-event-handler): Set triggered-p element non-nil while running
2580         the timer function.
2582 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2584         * descr-text.el (describe-char-unicode-data)
2585         (describe-char-unicodedata-file): Re-enable the unicode code now that
2586         the licensing issues have been cleared in the unicode-4 license.
2587         (describe-text-properties-1): Remove unused `overlay' var.
2588         (describe-char): Remove unused var `buffer'.
2590 2004-05-14  David Ponce  <david@dponce.com>
2592         * tree-widget.el: New file.
2594 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
2596         * language/european.el ("Brazilian Portuguese"): Add support for
2597         Brazilian Portuguese.
2599 2004-05-13  John Wiegley  <johnw@newartisans.com>
2601         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
2602         `recentf-mode' if this variable has been customized to t.
2604         * eshell/esh-test.el (eshell-test): Call the function
2605         `emacs-version' rather than trying to build a custom version string.
2607 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2609         * net/telnet.el (telnet-mode): Use define-derived-mode.
2610         Don't modify the global value of comint-prompt-regexp.
2612 2004-05-13  John Paul Wallington  <jpw@gnu.org>
2614         * version.el (emacs-version): Check for `gtk' feature before
2615         `x-toolkit' feature.
2617 2004-05-13  Juanma Barranquero  <lektu@terra.es>
2619         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
2620         arguments in the docstring, they're used only in recursive calls.
2622         * help-fns.el (help-arg-highlighting-function)
2623         (help-argument-name): Delete.
2624         (help-default-arg-highlight): New function.
2625         (help-do-arg-highlighting): Use it.
2627 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
2629         * calendar/appt.el (appt-disp-window):
2630         Use `calendar-set-mode-line' for a centered mode-line.
2632 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
2634         * calendar/appt.el (appt-disp-window): Do not split window
2635         excessively when `split-height-threshold' is low.
2637 2004-05-12  Nick Roberts  <nickrob@gnu.org>
2639         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
2640         kill-buffer-hook here and make it local.
2641         (gud-kill-buffer-hook): Use kill-process for a sure kill.
2643 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
2645         * progmodes/compile.el (compilation-set-window-height):
2646         Use save-excursion to protect against misplaced marker.
2648 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2650         * custom.el (defface): Document that type can have value gtk.
2652         * faces.el (face-spec-set-match-display): Handle type gtk in display.
2654 2004-05-12  Kenichi Handa  <handa@m17n.org>
2656         * descr-text.el: Require quail at comile time.
2657         (describe-char): If an input method is on and it supports the
2658         character, show how to input it.
2660         * international/quail.el (quail-install-decode-map): Accept a
2661         char-table whose subtype is `quail-decode-map'.
2662         (quail-store-decode-map-key, quail-gen-decode-map1)
2663         (quail-gen-decode-map, quail-find-key1, quail-find-key)
2664         (quail-show-key): New functions.
2666 2004-05-12  Juanma Barranquero  <lektu@terra.es>
2668         * generic.el (define-generic-mode): Remove redundant arglist info.
2670         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
2671         Make arguments match their use in docstring.
2672         (help-arg-highlighting-function): New variable.
2673         (help-argument-name): Mention it in the docstring.
2674         (help-do-arg-highlight): Use it.  Expand regexp to accept also
2675         ARG-xxx and xxx-ARG references.
2677 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
2679         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
2680         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
2681         and "mailto:addr1?to=addr2" equal.
2683 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
2685         * man.el (Man-getpage-in-background): Use shell-file-name
2686         and shell-command-switch variables instead of hard-coded values.
2688 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
2690         * iimage.el: New file.
2692 2004-05-11  Juanma Barranquero  <lektu@terra.es>
2694         * custom.el (custom-initialize-default, defcustom):
2695         Fix typo in docstring.
2697         * files.el (set-visited-file-name, file-expand-wildcards):
2698         Fix docstring.
2700 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2702         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
2704         * subr.el (eventp): Be more discriminating with integers.
2706 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
2708         * progmodes/compile.el (compile): Add universal prefix arg.
2709         (compilation-error-regexp-alist-alist): Add edg patterns.
2711 2004-05-10  Sam Steingold  <sds@gnu.org>
2713         * textmodes/ispell.el (ispell-message):
2714         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
2716 2004-05-10  Dave Love  <fx@gnu.org>
2718         * progmodes/python.el (help-buffer): Autoload when compiling.
2719         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
2720         (run-python): Prepend to any existing PYTHONPATH.
2722 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
2724         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
2725         for pending breakpoints.
2727 2004-05-10  Richard M. Stallman  <rms@gnu.org>
2729         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
2730         directly without calling any functions in Rmail.
2731         (unrmail-unprune): Function deleted.
2733 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2735         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
2736         C-c C-z binding.
2738 2004-05-10  Kenichi Handa  <handa@m17n.org>
2740         * descr-text.el (describe-char): Fix previous change.  Don't make
2741         a unibyte character to multibyte in the *Help* buffer.
2743 2004-05-10  Miles Bader  <miles@gnu.org>
2745         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
2746         buffer an error if the debugger process is actually running.
2748 2004-05-10  Juanma Barranquero  <lektu@terra.es>
2750         * help-fns.el (help-argument-name): Default to italic.
2751         (help-highlight-arguments): Return always (usage . doc), even when
2752         usage is nil.
2754         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
2755         (define-ibuffer-filter): Add usage info.
2756         (define-ibuffer-op): Add usage info (but CL-style defaults for
2757         keyword args are not shown).
2759         * subr.el (remove-overlays, read-passwd): Fix docstring.
2760         (start-process-shell-command): Fix docstring.  Put usage info in a
2761         format usable by `describe-function'.
2762         (open-network-stream, open-network-stream-nowait)
2763         (open-network-stream-server): Fix docstring.
2765 2004-05-09  Jason Rumney  <jasonr@gnu.org>
2767         * international/code-pages (cp932, cp936, cp949, c950): Remove.
2768         Only define cp125* if windows-125* is already defined.
2770         * language/korean.el (cp949): Add alias.
2772         * language/chinese.el (cp936, cp950): Add aliases.
2774         * language/japanese.el (cp932): Add alias.
2776         * term/w32-win.el: Require code-pages.
2778         * international/mule-cmds.el (set-locale-environment):
2779         On MS-Windows use ansi code-page for default coding-systems.
2780         Set up paper sizes for Windows 3 letter languages.
2782         * international/code-pages.el (cp932, cp936, cp949, cp950):
2783         Add aliases.  Also add cp125* if not already defined.
2785 2004-05-09  Juanma Barranquero  <lektu@terra.es>
2787         * help-fns.el (help-highlight-arguments): Don't try to highlight
2788         missing or autoloaded arglists.  Accept structured arguments, like
2789         the first ones of `do' and `flet'.
2791         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
2792         (cvs-get-marked): Remove redundant arglist info.
2794         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
2795         Don't use CL-style default args.
2797 2004-05-08  Andreas Schwab  <schwab@suse.de>
2799         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
2801         * international/subst-ksc.el: Fix references to utf-translate-cjk
2802         into utf-translate-cjk-mode.
2803         * international/subst-big5.el: Likewise.
2804         * international/subst-gb2312.el: Likewise.
2805         * international/subst-jis.el: Likewise.
2806         * international/utf-16.el: Likewise.
2807         * international/utf-8.el: Likewise.
2809 2004-05-08  John Wiegley  <johnw@newartisans.com>
2811         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
2812         "virtual buffers" (off by default), which makes it possible to
2813         switch to the "virtual" buffers of recently visited files.  When a
2814         buffer name search fails, and this option is on, iswitchb will
2815         look at the list of recently visited files, and permit matching
2816         against those names.  When the user hits RET on a match, it will
2817         revisit that file.
2818         (iswitchb-read-buffer): Add two optional arguments, which makes
2819         isearchb.el possible.
2820         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
2821         (iswitchb-next-match): Add support for virtual buffers.
2823         * isearchb.el: This module extends iswitchb to provide "as you
2824         type" buffer selection.
2826         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
2827         Ignore the read-only property when flyspell highlighting is on.
2828         Not ignoring it leads to a series of confusing errors.
2829         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
2830         but also make sure to call flyspell-incorrect-hook.
2831         (flyspell-maybe-correct-transposition): Perform transposition test
2832         by bit twiddling a string, rather than using a temp buffer.
2833         (flyspell-maybe-correct-doubling): Use a string rather than a temp
2834         buffer.  This is also the original version of the code, which
2835         could not be checked in before due to a previous lack of
2836         assignment papers.  This version has seen heavy usage on my system
2837         for several years now.
2839         * calendar/cal-bahai.el: New file, which adds support for the
2840         Baha'i calendar to Emacs.  This calendar is based on a solar year
2841         of 19 months of 19 days, with 4 intercalary days.  Each year
2842         begins on March 21, with the calendar starting in 1844.
2844         * calendar/cal-menu.el, calendar/calendar.el,
2845         calendar/diary-lib.el, calendar/holidays.el: Added support for
2846         using cal-bahai.el.
2848         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
2849         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
2850         function can be used outside of eshell buffers.
2851         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
2853 2004-05-08  Juanma Barranquero  <lektu@terra.es>
2855         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
2856         word constituent so FOO-ARG is not recognized as an arg.
2857         (help-highlight-arguments): Don't skip lists in mandatory arguments.
2859         * simple.el (next-error): Fix typo in docstring.
2860         (open-line): Make argument names match their use in docstring.
2861         (split-line): Fix docstring.
2863         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
2864         usable by `describe-function'.
2865         (gensym, gentemp, typep, ignore-errors): Make argument names match
2866         their use in docstring.
2868         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
2869         argument to `help-setup-xref'.
2871 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
2873         Version 2.0.40 of Tramp released.
2875         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
2876         Use symbol-function to invoke functions only known on some Emacs
2877         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
2878         Scaldeferri <kevin@scaldeferri.com>.
2879         (tramp-do-copy-or-rename-file-via-buffer): Rename from
2880         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
2881         consistent with the other tramp-do-* functions.
2882         (tramp-do-copy-or-rename-file): Calls adjusted.
2883         (tramp-process-initial-commands): Avoid liveness check on shell --
2884         we know that it must be alive since we're opening a connection at
2885         this moment.
2886         (tramp-last-cmd): New internal variable.
2887         (tramp-process-echoes): New tunable.
2888         (tramp-send-command): Set tramp-last-cmd.
2889         (tramp-wait-for-output): Delete echo, if applicable.
2890         (tramp-read-passwd): Construct the key for the password cache in a
2891         way that works for multi methods, too.
2892         (tramp-bug): Add backup-directory-alist and
2893         bkup-backup-directory-info to bug reports, with Tramp counterparts.
2895 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
2897         * net/tramp*.el: Suppress byte-compiler warnings where possible.
2899         * net/tramp.el (tramp-out-of-band-prompt-regexp)
2900         (tramp-actions-copy-out-of-band): New defcustoms.
2901         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
2902         used instead of a synchronous one.  Allows password entering.
2903         (tramp-action-out-of-band): New defun.
2904         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
2905         Remove restriction with password from doc string.
2906         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
2907         `tramp-out-of-band-prompt-regexp',
2908         `tramp-actions-copy-out-of-band', `password-cache' and
2909         `password-cache-expiry'.
2910         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
2911         password caching.
2912         (tramp-touch): FILE can be a local file, too.
2913         (TODO): Remove items done.
2914         (tramp-handle-insert-directory): Properly quote file name also if
2915         not full-directory-p.  Handle wildcard case.  Reported by Andreas
2916         Schwab <schwab@suse.de>.
2917         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
2918         new file.
2919         (tramp-handle-file-local-copy, tramp-handle-write-region):
2920         The permissions of the temporary file are set if filename exists.
2921         Reported by Ted Stern <stern@cray.com>.
2922         (tramp-backup-directory-alist)
2923         (tramp-bkup-backup-directory-info): New defcustoms.
2924         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
2925         (tramp-handle-find-backup-file-name): New function.
2926         Implements Tramp's find-backup-file-name.
2928         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
2929         for `find-backup-file-name'.
2931         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
2932         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
2934 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
2936         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
2938 2004-05-07  Juanma Barranquero  <lektu@terra.es>
2940         * subr.el (lambda): Add arglist description to docstring.
2941         (declare): Fix typo in docstring.
2942         (open-network-stream): Fix docstring.
2943         (process-kill-without-query): Fix docstring and add obsolescence info.
2944         (last, butlast, nbutlast): Make arguments match their use in docstring.
2945         (insert-buffer-substring-no-properties): Likewise.
2946         (insert-buffer-substring-as-yank): Likewise.
2947         (split-string): Fix docstring.
2949         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2950         Make argument names match their use in docstring.
2952         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
2954 2004-05-06  Nick Roberts  <nickrob@gnu.org>
2956         * progmodes/gdb-ui.el: Improve/extend documentation strings.
2957         Fit first sentence on one line for apropos-command.
2959 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2961         Changes largely merged in from Dave Love's code.
2962         * progmodes/python.el: Doc fixes.
2963         (python-mode-map): Add python-complete-symbol.
2964         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
2965         (python-comment-indent, python-complete-symbol)
2966         (python-symbol-completions, python-partial-symbol)
2967         (python-try-complete): New.
2968         (python-indent-line): Remove optional arg.  Use python-block-end-p.
2969         (python-check): Bind compilation-error-regexp-alist.
2970         (inferior-python-mode): Use rx.  Move keybindings to top level.
2971         Set comint-input-filter.
2972         (python-preoutput-filter): Use rx.
2973         (python-input-filter): Re-introduce.
2974         (python-proc): Start new process if necessary.
2975         Check python-buffer non-nil.
2976         (view-return-to-alist): Defvar.
2977         (python-send-receive): New.
2978         (python-eldoc-function): Use it.
2979         (python-mode-running): Don't defvar.
2980         (python-mode): Set comment-indent-function.
2981         Maybe update hippie-expand-try-functions-list.
2982         (python-indentation-levels): Initialize differently.
2983         (python-block-end-p): New.
2984         (python-indent-line): Use it.
2985         (python-compilation-regexp-alist): Augment.
2986         (run-python): Import `emacs' module to Python rather than loading
2987         code directly.  Set python-buffer differently.
2988         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
2989         Use python-proc.
2990         (python-send-command): Go to end of comint buffer.
2991         (python-load-file): Use python-proc, emacs.eimport.
2992         (python-describe-symbol): Simplify interactive form.
2993         Use emacs.help.  Do use temp-buffer-show-hook.
2994         Call print-help-return-message.
2995         (hippie-exp): Require when compiling.
2996         (python-preoutput-continuation): Use rx.
2998         * diff-mode.el (diff-make-unified): Fix regexp.
3000 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
3002         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
3003         filter groups from the buffer when rebuilding the Ibuffer buffer
3004         and `ibuffer-show-empty-filter-groups' is nil.
3006 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3008         * ps-print.el (ps-print-quote): Call ps-value-string.
3009         (ps-setup): Call ps-comment-string.
3010         (ps-value-string, ps-comment-string): New funs.
3012 2004-05-06  Juanma Barranquero  <lektu@terra.es>
3014         * ehelp.el (electric-help-command-loop): Check whether the last
3015         character is visible, not (point-max).
3017         * help-fns.el (help-argument-name): Default to bold; don't inherit
3018         from font-lock-variable-name-face.
3019         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
3021 2004-05-05  Kenichi Handa  <handa@m17n.org>
3023         * descr-text.el (describe-char): Copy the character with text
3024         properties and overlays into the first line, and call
3025         describe-text-properties on it.
3027 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
3029         * iswitchb.el (iswitchb-global-map): Fix typo.
3030         Remove unwanted ###autoloads from source file.
3032 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
3034         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
3035         in run-hooks.  Use substitute-command-keys in message.
3036         (wdired-abort-changes): Add message.
3038 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
3040         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
3041         (sql-emacs20-p): Remove.
3042         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
3043         (sql-builtin-face, sql-doc-face): Remove.
3044         (sql-mode-ansi-font-lock-keywords)
3045         (sql-mode-oracle-font-lock-keywords)
3046         (sql-mode-postgres-font-lock-keywords)
3047         (sql-mode-linter-font-lock-keywords)
3048         (sql-mode-ms-font-lock-keywords)
3049         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
3050         (sql-product-font-lock): Fix font-lock reset when font rules change.
3051         (sql-highlight-product): Remove incorrect font-lock reset logic.
3053 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
3055         * ses.el (ses-set-parameter): Fix typo.
3057 2004-05-04  Kim F. Storm  <storm@cua.dk>
3059         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
3060         Must expand directory for completion to work; and don't mess with
3061         process-environment.
3062         (ido-read-file-name): If command has ido property, don't use ido
3063         if value is ignore, or read as directory if value is dir.
3064         Set ido ignore property for dired-do-rename command.
3066 2004-05-04  Juanma Barranquero  <lektu@terra.es>
3068         * ehelp.el (electric-help-command-loop, electric-help-undefined)
3069         (electric-help-help): Check against unmapped commands.
3071         * help-fns.el (help-argument-name): New face, inheriting from
3072         font-lock-variable-name-face, to highlight function arguments in
3073         `describe-function' and `describe-key'.
3074         (help-do-arg-highlight): Auxiliary function to highlight a given
3075         list of arguments in a string.
3076         (help-highlight-arguments): Highlight the function arguments and
3077         all uses of them in the docstring.
3078         (describe-function-1): Use it.  Do docstring output via `insert',
3079         not 'princ', so text attributes are preserved.
3081         * winner.el (winner-mode-map): Move `winner-undo' and
3082         `winner-redo' to C-c <left> and C-c <right>, respectively (the
3083         previous bindings conflict with `prev-buffer', `next-buffer').
3085 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3087         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
3088         (bibtex-entry-update): New command bound to C-c C-u.
3089         (bibtex-text-in-string): Fix regexp.
3090         (bibtex-assoc-of-regexp): Remove.
3091         (bibtex-progress-message): Fix docstring.
3092         (bibtex-inside-field): Use if.
3093         (bibtex-assoc-regexp): New function.
3094         (bibtex-format-entry): Make code more robust so that it formats
3095         also old entries.
3096         (bibtex-autokey-demangle-title): Merge with obsolete function
3097         bibtex-assoc-of-regexp.
3098         (bibtex-field-list): New function.
3099         (bibtex-entry): Use bibtex-field-list.
3100         (bibtex-parse-entry): Fix docstring.
3101         (bibtex-print-help-message): Use bibtex-field-list.
3102         (bibtex-make-field): Use bibtex-field-list.
3103         (bibtex-entry-index): Bugfix.  Return crossref key if required.
3104         (bibtex-lessp): Fix docstring.
3106 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
3108         * select.el (xselect-convert-to-string): Move comment to intended line.
3110 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3112         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
3113         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
3115 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3117         * term/x-win.el (x-clipboard-yank): Don't exit on error from
3118         x-get-selection.
3120 2004-05-03  Jason Rumney  <jasonr@gnu.org>
3122         * makefile.nt: Remove.
3124 2004-05-03  Kim F. Storm  <storm@cua.dk>
3126         * emulation/cua-base.el (cua--update-indications): Fix last change.
3127         (cua-mode): Deactivate mark when cua-mode is enabled.
3129 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
3131         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
3133 2004-05-03  Nick Roberts  <nickrob@gnu.org>
3135         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
3136         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
3137         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
3138         window over visible frames.
3139         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
3141 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3143         * progmodes/compile.el (compilation-gcpro): New var.
3144         (compilation-fake-loc): Use it.
3145         (compilation-forget-errors): Reset it.
3147 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
3149         * diff-mode.el (diff-header-face, diff-file-header-face):
3150         Use min-colors.
3152 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3154         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
3155         (bibtex-clean-entry): Disentangle code.
3156         (bibtex-realign): New function.
3157         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
3158         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
3159         Remove undocumented optional arg called-by-convert-alien.
3160         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
3161         for sorting instead of bibtex-sort-buffer.
3163 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
3165         * progmodes/compile.el (compilation-start): In the
3166         no-async-subprocesses branch, call sit-for to give redisplay a
3167         chance to show the updated process status in the mode line, and
3168         fontify the buffer explicitly after the process exits.
3170 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3172         * progmodes/python.el (python-compilation-line-number): Remove.
3173         (python-compilation-regexp-alist): Don't use it any more.
3174         (python-orig-start, python-input-filter): Remove.
3175         (inferior-python-mode): Don't set up comint-input-filter-functions.
3176         (python-send-region): Use compilation-fake-loc.
3178         * progmodes/compile.el (compilation-messages-start): New var.
3179         (compilation-mode): Don't setup next-error-function here.
3180         (compilation-setup): Set it up here instead (for minor modes as well).
3181         Make compilation-messages-start buffer local.
3182         (compilation-next-error-function): Use it.
3183         (compilation-forget-errors): Set compilation-messages-start.
3185 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
3187         * ielm.el (ielm-prompt-read-only): Update docstring.
3189         * comint.el (comint-prompt-read-only): Update docstring.
3190         (comint-update-fence, comint-kill-whole-line)
3191         (comint-kill-region): New functions.
3193         * simple.el (kill-whole-line): Use "p" instead of "P" in
3194         interactive form.
3196 2004-05-01  Juanma Barranquero  <lektu@terra.es>
3198         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
3199         format arglist so default values in CL-style argument lists are
3200         correctly shown.
3202 2004-05-01  Jason Rumney  <jasonr@gnu.org>
3204         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
3206 2004-05-01  Kenichi Handa  <handa@m17n.org>
3208         * international/titdic-cnv.el (miscdic-convert): Don't generate a
3209         quail file if it is up to date.
3211 2004-04-30  Juri Linkov  <juri@jurta.org>
3213         * cus-edit.el (custom-mode-map):
3214         Add key binding `C-x C-s' to `Custom-save'.
3216         * outline.el (outline-blank-line): New var.
3217         (outline-next-preface, outline-show-heading)
3218         (outline-end-of-subtree): Use it.
3220         * dired-aux.el (dired-touch-initial): New fun.
3221         (dired-do-chxxx): Call it for op-symbol `touch'.
3222         (dired-diff): Use `dired-dwim-target-directory'
3223         if current dired buffer has no buffer mark.
3225         * bindings.el (propertized-buffer-identification):
3226         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
3227         Add C-M-arrow keys for consistency.
3229         * files.el (confirm-kill-emacs):
3230         Change group from top-level `emacs' to `convenience'.
3232         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3233         Push mark on the first call of successive command calls.
3234         (insert-pair): New fun created from `insert-parentheses' with
3235         `open' and `close' arguments added.  Enclose active regions
3236         in paired characters.  Compare adjacent characters syntax with
3237         inserted characters syntax before inserting a space.
3238         (insert-parentheses): Call `insert-pair' with ?\( ?\).
3240         * delsel.el: Don't put `delete-selection' property
3241         on `insert-parentheses' symbol to take advantage of
3242         region handling in `insert-pair' function.
3243         Suggested by Stephan Stahl <stahl@eos.franken.de>.
3245 2004-04-30  Kim F. Storm  <storm@cua.dk>
3247         * emulation/cua-base.el: Add support for changing cursor types;
3248         based on patch from Michael Mauger.
3249         (cua-normal-cursor-color, cua-read-only-cursor-color)
3250         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
3251         Customization cursor type and/or cursor color.
3252         (cua--update-indications): Handle cursor type changes.
3253         (cua-mode): Update cursor indications if enabled.
3255         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
3257         * mouse.el (mouse-drag-copy-region): New defcustom.
3258         (mouse-set-region, mouse-drag-region-1): Use it.
3260         * simple.el (kill-ring-save): If region face background color is
3261         unspecified (if no highlighting), show extent of fully visible
3262         region even if transient-mark-mode is enabled.
3264         * emulation/cua-base.el (cua--standard-movement-commands):
3265         Add cua-scroll-up and cua-scroll-down.
3266         (cua-scroll-up, cua-scroll-down): New commands.
3267         (cua--init-keymaps): Remap scroll-up and scroll-down.
3269         * emulation/cua-rect.el (cua--convert-rectangle-as):
3270         New defmacro.
3271         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
3272         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
3273         New commands (suggested by Jordan Breeding).
3275 2004-04-30  Juanma Barranquero  <lektu@terra.es>
3277         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
3279 2004-04-30  Mario Lang  <mlang@delysid.org>
3281         * diff.el (diff-switches): Fix typo in docstring.
3283 2004-04-30  Alex Schroeder  <alex@gnu.org>
3285         * xml.el (xml-debug-print-internal): Don't add newline and
3286         indentation to text nodes and write empty elements as empty tags
3287         instead of opening and closing tags.
3288         (xml-debug-print): Take optional indent-string argument.
3289         (xml-print): Alias for xml-debug-print.
3291 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
3293         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
3294         than duplicate call to `line-beginning-position'.
3296         * progmodes/f90.el (f90-get-present-comment-type):
3297         Return whitespace, as well as comment chars, for consistent filling
3298         of comment blocks.  Use `match-string-no-properties'.
3299         (f90-break-line): Trim trailing whitespace when filling comments.
3301 2004-04-30  Dave Love  <fx@gnu.org>
3303         * calendar/diary-lib.el (diary-outlook-formats): New variable.
3304         (diary-from-outlook-internal, diary-from-outlook)
3305         (diary-from-outlook-gnus, diary-from-outlook-rmail):
3306         New functions to import diary entries from Outlook-format
3307         appointments in mail messages.
3309 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3311         * progmodes/python.el (python-send-command): New fun.
3312         (python-send-region, python-load-file): Use it.
3314         * progmodes/compile.el (compilation-last-buffer): Add var alias.
3316         * help-fns.el (help-C-file-name): Use new subr-name.
3317         Prepend `src/' to the file name.
3318         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
3319         (describe-function-1, describe-variable): Only find a C source file
3320         name if DOC is already loaded.
3322         * help-mode.el (help-function-def, help-variable-def):
3323         Use the new find-function-search-for-symbol functionality.
3324         Allow FILE to be `C-source'.
3326         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
3327         (find-function-C-source): New fun.
3328         (find-function-search-for-symbol): Use it.
3330 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
3332         * progmodes/sql.el (sql-product-alist): Rename variable
3333         `sql-product-support'.  Add Postgres login parameters.
3334         (sql-set-product, sql-product-feature): Update with renamed variable.
3335         (sql-connect-postgres): Add username prompt.
3336         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
3337         Make patterns less product specific.
3338         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
3339         (sql-mode-abbrev-table): Modify initialization.
3340         (sql-builtin-face): Add variable.
3341         (sql-keywords-re): Add macro.
3342         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
3343         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
3344         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
3345         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
3346         (sql-mode-linter-font-lock-keywords)
3347         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
3348         (sql-mode-sybase-font-lock-keywords)
3349         (sql-mode-informix-font-lock-keywords)
3350         (sql-mode-interbase-font-lock-keywords)
3351         (sql-mode-ingres-font-lock-keywords)
3352         (sql-mode-solid-font-lock-keywords)
3353         (sql-mode-sqlite-font-lock-keywords)
3354         (sql-mode-db2-font-lock-keywords): Default to nil.
3355         (sql-product-font-lock): Always highlight ANSI keywords.
3356         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
3357         (sql-send-string): Add function.
3359 2004-04-29  Dave Love  <fx@gnu.org>
3361         * progmodes/cfengine.el (cfengine-beginning-of-defun)
3362         (cfengine-end-of-defun): Ensure progress through buffer.
3364         * info-look.el (cfengine-mode): Accept a terminal ().
3366 2004-04-29  Juri Linkov  <juri@jurta.org>
3368         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
3369         instead of isearch-yank-word-or-char.  Add new key bindings for
3370         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
3371         (isearch-del-char): New fun.
3372         (isearch-forward, isearch-edit-string): Update docstring.
3373         (isearch-yank-char): Doc fix.
3374         (isearch-other-meta-char): Restore point after scrolling.
3376         * progmodes/compile.el (compilation-context-lines): Add nil option
3377         to disable compilation output window scrolling.
3378         (compilation-set-window): Use it.
3380         * outline.el (outline-next-preface, outline-show-heading):
3381         Don't leave unhidden blank line before heading.
3382         (outline-end-of-subtree): Include last newline into subtree.
3383         (hide-entry): Leave point at beginning of heading instead of end.
3384         (outline-up-heading): Push mark for the first call of successive
3385         command calls.
3387 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
3389         * comint.el (comint-prompt-read-only): New variable.
3390         (comint-output-filter): Implement it.
3392         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
3393         (ielm-prompt-internal): New variable.
3394         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
3395         (ielm-send-input): Delete unused variable `buf'.
3396         (ielm-eval-input): Use `ielm-prompt-internal'.
3397         (inferior-emacs-lisp-mode): Use new variables
3398         `comint-prompt-read-only' and `ielm-prompt-internal'.
3399         Get rid of obsolete variable `directory-sep-char'.
3400         (ielm): Use `zerop'.
3402 2004-04-29  John Paul Wallington  <jpw@gnu.org>
3404         * thumbs.el (toplevel): Require cl at compile time.
3405         Remove conditional definitions of `ignore-errors' and `caddar'
3406         because they occur at run time.
3408 2004-04-28  Nick Roberts  <nickrob@gnu.org>
3410         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
3411         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
3412         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3413         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
3415         * progmodes/gud.el (gud-common-init): Throw an error if program is
3416         already running under gdb.
3418 2004-04-28  John Paul Wallington  <jpw@gnu.org>
3420         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
3421         (thumbs-show-image-num): Move assignment of
3422         `thumbs-current-image-filename' within scope of `i'.
3423         (thumbs-emboss-image): Don't use `evenp'.
3425 2004-04-28  Richard M. Stallman  <rms@gnu.org>
3427         * progmodes/compile.el (compilation-context-lines): Default now 0.
3429 2004-04-28  Juanma Barranquero  <lektu@terra.es>
3431         Use `time-less-p' from calendar/time-date.el instead of defining
3432         custom versions of it.
3434         * pcomplete.el (pcomplete-time-less-p): Remove.
3436         * thumbs.el (time-less-p): Remove.
3438         * calendar/timeclock.el (timeclock-time-less-p): Remove.
3439         (timeclock-generate-report): Use `time-less-p'.
3441         * emacs-lisp/autoload.el (autoload-before-p): Remove.
3442         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
3444 2004-04-28  Masatake YAMATO  <jet@gyve.org>
3446         * subr.el (remove-overlays): Make arguments optional.
3448         * wid-edit.el (widget-specify-button): Put evaporate to the
3449         overlay for sample.
3450         (widget-specify-sample): Put evaporate to the overlay for sample.
3451         (widget-specify-doc): Put evaporate to the overlay for documentation.
3453 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
3455         * info.el (info-apropos): Make it an index node.  Align node names
3456         like makeinfo.
3458 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
3460         * net/browse-url.el (browse-url-netscape-sentinel)
3461         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
3462         (browse-url-epiphany-sentinel, browse-url-mosaic):
3463         Use browse-url-*-program instead of a literal program name.
3465 2004-04-27  Kevin Ryde  <user42@zip.com.au>
3467         * eshell/em-alias.el:
3468         * eshell/em-dirs.el:
3469         * eshell/em-hist.el:
3470         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
3471         features when M-x customize-group loads modules before the main
3472         eshell.el.
3474 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
3476         * subr.el (momentary-string-display): Support EXIT-CHAR that is
3477         either a character representation of an event or an event
3478         description list.
3480         * type-break.el: Capitalise Emacs and Lisp.
3481         (type-break-good-break-interval, type-break-demo-boring-stats)
3482         (type-break-terse-messages, type-break-file-name): New defcustoms.
3483         (type-break-post-command-hook)
3484         (type-break-warning-countdown-string): Quote variable names in doc.
3485         (type-break-interval-start, type-break-auto-save-file-name): New vars.
3486         (type-break-mode): Document type-break-good-break-interval and the
3487         "session" file.  Schedule break according to the session file.
3488         Kill session file buffer on exit.  Organise for save-some-buffers
3489         to always save the session file.
3490         (type-break-mode-line-message-mode, type-break-query-mode):
3491         Uppercase arguments.
3492         (type-break-file-time, type-break-file-keystroke-count, timep)
3493         (type-break-choose-file, type-break-get-previous-time)
3494         (type-break-get-previous-count): New defuns.
3495         (type-break): Avoid break querying after a completed break in the
3496         case where the query was initiated during user invocation of the
3497         break.  Optional terse messages.
3498         Use type-break-good-break-interval if type-break-good-rest-interval is
3499         nil.  File the break time.
3500         (type-break-schedule): New optional args for overriding the use of
3501         the current time.
3502         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
3503         after a break.
3504         (type-break-check): File the keystroke count.
3505         (type-break-do-query): Prevent a second query when the break is
3506         interrupted.  Optional terse message.
3507         (type-break-keystroke-reset): Record the start of a typing interval.
3508         (type-break-demo-boring): Optional terse messages.  Display word
3509         per minute and keystroke counts according to
3510         type-break-demo-boring-stats.
3512 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
3514         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
3515         directories, make sure they exist under archive-tmpdir.
3517 2004-04-27  Juri Linkov  <juri@jurta.org>
3519         * help.el (view-emacs-news): With argument, display info for the
3520         selected version by finding it among different NEWS files, and
3521         narrowing the buffer to the selected version.
3523         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
3524         same-window-buffer-names.
3525         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
3526         non-numeric prefix argument, append the number to the buffer name
3527         for numeric prefix argument.
3528         (info-other-window): Bind same-window-regexps to nil.
3529         (Info-reference-name): Rename to Info-point-loc.
3530         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
3531         and Info-find-index-name for stringy Info-point-loc.
3532         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
3533         without middle `.', but with final `.' and optional line number
3534         for it.  Set Info-point-loc for index nodes.
3535         (Info-index): Remove middle `.' from index entry regexp.
3536         Modify line number regexp.
3537         (Info-index-next): Decrement line number.
3538         (info-apropos): Remove middle `.' from index entry regexp.
3539         Add optional line number regexp at the end.  Add matched value
3540         for line number to the result list and insert it to the buffer.
3541         Replace match-string by match-string-no-properties.
3542         Reorder result list.
3543         (Info-fontify-node): Hide index line numbers.
3544         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
3545         empty matches.
3546         (Info-follow-reference): Use `str' instead of
3547         Info-following-node-name-re.
3548         (Info-toc): Use full file names.  Set Info-current-node to "Top".
3549         (Info-fontify-node): Compare file names without directory name.
3550         (Info-try-follow-nearest-node): Don't set Info-reference-name.
3551         Set second arg of Info-extract-menu-node-name for index nodes.
3552         (info-xref-visited): Use magenta3 instead of magenta4.
3553         (Info-mode): Add info-apropos to docstring.
3555         * log-view.el (log-view-diff): Replace interactive code "r"
3556         by a list to allow to call it even if region is not active.
3558         * paren.el (show-paren-highlight-openparen): New var.
3559         (show-paren-function): Turn on openparen highlighting when
3560         matching forward if show-paren-highlight-openparen is non-nil.
3562         * simple.el (kill-ring-save): Use blink-matching-delay instead of
3563         the constant value 1.
3564         (completions-common-part): Expand docstring.
3566         * textmodes/picture.el (picture-mode-map): Add arrow keys.
3568 2004-04-27  Kim F. Storm  <storm@cua.dk>
3570         * image.el (insert-sliced-image): Use line-height instead of
3571         line-spacing property on newline.
3573 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
3575         * desktop.el (desktop-buffer-misc-data-function): Rename to
3576         desktop-save-buffer and change docstring.
3577         (desktop-buffer-modes-to-save): Delete.
3578         (desktop-save-buffer-p): Use desktop-save-buffer instead of
3579         desktop-buffer-modes-to-save.
3580         (desktop-save): Rename desktop-buffer-misc-data-function to
3581         desktop-save-buffer and allow non-function value.
3582         (desktop-missing-file-warning): Correct docstring.
3584         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
3585         to desktop-save-buffer.
3587         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
3588         desktop-save-buffer.
3590         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
3592         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
3594 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
3596         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
3598 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
3600         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
3601         (ielm): Only go to the end of the buffer when starting a new process.
3603 2004-04-25  Juanma Barranquero  <lektu@terra.es>
3605         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
3606         mode line.  Bind `inhibit-read-only' to t before modifying
3607         properties of text in the buffer.
3608         (ielm): Force point to the end of buffer, even when running ielm
3609         from inside itself.
3611 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
3613         * info.el (info-apropos): Reset Info-complete-cache.
3615 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
3617         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3618         Also recognize severe Irix et al. messages.
3619         (compilation-normalize-filename, compile-abbreviate-directory):
3620         Delete functions.
3621         (compilation-get-file-structure): New function inherits
3622         functionality of the two preceding ones.
3623         (compilation-internal-error-properties, compilation-fake-loc):
3624         Use it so that different paths to the same file share the same
3625         markers.  Also optimize finding adjacent marker slightly.
3627 2004-04-25  Kim F. Storm  <storm@cua.dk>
3629         * image.el (insert-sliced-image): Add line-spacing t property
3630         to newlines separating image lines.
3632 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
3634         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
3636         * ielm.el (ielm-prompt-read-only): New user option.
3637         (ielm-prompt): Expand docstring to describe new behavior.
3638         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
3639         mention it in the docstring.
3641 2004-04-24  Andreas Schwab  <schwab@suse.de>
3643         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
3645         * diff.el (diff): Set default-directory in diff buffer.
3647 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
3649         * mail/sendmail.el (mail-bury): Don't delete the frame where the
3650         mail was being composed if the terminal cannot display more than
3651         one frame; instead, switch to previous frame.
3653         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
3654         (rmail-start-mail): Support rmail-mail-new-frame even on
3655         terminals that can display only one frame at a time.
3657 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3659         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
3660         (checkdoc-output-font-lock-keywords): Remove error regexp.
3661         (checkdoc-output-mode-map): Remove.
3662         (checkdoc-output-mode): Derive from compilation-mode.
3663         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
3665         * dired.el (dired-mode-map): Add a menu entry for wdired.
3667         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
3668         (rx-bracket, rx-check-any, rx-any): Clean up name space.
3670         * wdired.el: (wdired-mode-map): Move init into declaration.
3671         Fix `return' binding.
3672         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
3673         Use force-mode-line-update.
3674         (wdired-get-filename): Use `unless'.
3675         (wdired-preprocess-files): Don't assume names have no \n and use / for
3676         dir separator.
3677         (wdired-normalize-filename): Use replace-regexp-in-string.
3678         (wdired-load-hooks): Remove.
3679         (wdired-mode-hooks): Rename to wdired-mode-hook.
3681         * info-look.el: Add support for cfengine-mode.
3682         (info-lookup-setup-mode): Use dolist.
3684 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
3686         * wdired.el: New file.
3688 2004-04-23  Juanma Barranquero  <lektu@terra.es>
3690         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
3692         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
3693         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
3694         (pcomplete--help, pcomplete--here): Doc fixes.
3696 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
3698         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
3699         handles wrong-number-of-arguments in backend call.
3701         * vc.el (vc-print-log): Likewise.
3703 2004-04-20  Dave Love  <fx@gnu.org>
3705         * emacs-lisp/rx.el: Doc fixes.
3706         (rx-constituents): Add/extend many forms.
3707         (rx-check): Check form is a list.
3708         (bracket): Defvar.
3709         (rx-check-any, rx-any, rx-check-not): Modify.
3710         (rx-not): Simplify.
3711         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
3712         (rx-kleene): Use rx-trans-forms.
3713         (rx-quote-for-set): Delete.
3714         (rx): Allow multiple args.
3716 2004-04-23  Kenichi Handa  <handa@m17n.org>
3718         * international/mule-util.el (char-displayable-p): Simplify by
3719         using internal-char-font.
3721 2004-04-23  Juanma Barranquero  <lektu@terra.es>
3723         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
3725 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3727         * diff-mode.el (diff-next-error): New fun.
3728         (diff-mode): Use it.
3730         * simple.el (next-error): Change arg name.
3731         Add support for the documented C-u C-x ` usage.
3733         * frame.el (special-display-popup-frame, next-multiframe-window)
3734         (previous-multiframe-window): Only consider frames on same display.
3736 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
3738         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
3739         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
3741 2004-04-22  Kim F. Storm  <storm@cua.dk>
3743         * net/telnet.el (telnet): Add optional port arg.
3745 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3747         * progmodes/compile.el (compilation-mode-font-lock-keywords):
3748         Minor sanity check on the `hyperlink' slot.
3750         * Makefile.in (recompile): Compile new files.
3752         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
3753         Add byte-recompile-directory's optional `arg'.
3755         * cvs-status.el (cvs-tree-use-charset): New var.
3756         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
3757         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
3758         (cvs-status-cvstrees): Use it.
3760         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
3761         Make it a normal major mode.
3762         (checkdoc-buffer-label): Make sure the file name is meaningful.
3763         (checkdoc-output-to-error-buffer): Remove.
3764         (checkdoc-error, checkdoc-start-section): Rewrite.
3766         * info.el (info-node, info-menu-5, info-xref, info-header-node)
3767         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3768         (Info-title-4-face): Use new syntax.
3769         (info-xref-visited): Inherit from info-xref.
3771         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
3773 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3775         * simple.el (next-error-last-buffer, next-error-function):
3776         New variables for the next-error framework.
3777         (next-error-buffer-p): New function.
3778         (next-error-find-buffer): Generalize compilation-find-buffer.
3779         (next-error, previous-error, first-error, next-error-no-select)
3780         (previous-error-no-select): Move from compile.el.
3782         * replace.el (occur-next-error, occur-1): Hook into the next-error
3783         framework.
3785         * progmodes/compile.el (compilation-start):
3786         Set next-error-last-buffer so next-error knows where to jump.
3787         (compilation-setup): Set the buffer-local variable
3788         next-error-function to 'compilation-next-error-function.
3789         (compilation-buffer-p, compilation-buffer-internal-p): Use an
3790         alternate way to find if a buffer is a compilation buffer, for
3791         next-error convenience.
3792         (next-error-no-select, previous-error-no-select, next-error)
3793         (previous-error, first-error): Move to simple.el.
3794         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
3795         (compilation-last-buffer): Remove.
3796         (compilation-start, compilation-next-error, compilation-setup)
3797         (compilation-next-error-function, compilation-find-buffer):
3798         Remove compilation-last-buffer use.
3800 2004-04-21  Juanma Barranquero  <lektu@terra.es>
3802         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
3803         (font-lock-warning-face): Fix spacing.
3805         * makefile.w32-in (WINS): Add url/ directory.
3807 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
3809         * desktop.el (desktop-buffer-mode-handlers): New variable.
3810         Alist of major mode specific functions to restore a desktop buffer.
3811         (desktop-buffer-handlers): Make variable obsolete.
3812         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
3813         Catch errors signaled in handlers.  Update buffer count.
3814         Evaluate desktop-buffer-point.
3815         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
3816         move to dired.el.
3817         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
3818         move to info.el.
3819         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
3820         move to mail/rmail.el.
3821         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
3822         to mh-e/mh-e.el.
3823         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
3824         On fail, print message (to message buffer) even if
3825         desktop-missing-file-warning is nil.
3826         (desktop-buffer-misc-data-function): New buffer local variable.
3827         Function returning major mode specific data.
3828         (desktop-buffer-misc-functions): Make variable obsolete.
3829         (desktop-save): Use desktop-buffer-misc-data-function.
3830         (desktop-buffer-dired-misc-data): Rename to
3831         dired-desktop-buffer-misc-data and move to dired.el.
3832         (desktop-buffer-info-misc-data): Rename to
3833         Info-desktop-buffer-misc-data and move to info.el.
3834         (desktop-read): Add message about number of buffers restored/failed.
3836         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
3837         Add parameters.  Pause to display error only when
3838         desktop-missing-file-warning is non-nil.
3839         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
3840         (dired-mode): Bind desktop-buffer-misc-data-function.
3842         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
3843         Add Parameters.
3844         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
3845         (Info-mode): Bind desktop-buffer-misc-data-function.
3847         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
3848         Add Parameters.
3850         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
3851         Add Parameters.
3853 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
3855         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
3856         the case of letters in case-insensitive expansions when the
3857         abbrev is preceded by characters with letter syntax.
3859 2004-04-21  Richard M. Stallman  <rms@gnu.org>
3861         * progmodes/cperl-mode.el (cperl-putback-char):
3862         Delete Emacs 18 definition.
3864         * international/mule.el (ctext-post-read-conversion):
3865         Use assoc-string, not assoc-ignore-case.
3867         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
3869         * emacs-lisp/easymenu.el (easy-menu-add):
3870         Do call x-popup-menu, but only if it's defined.
3872         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
3874         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
3875         Handle multiple args: compile like progn.
3877         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
3878         take all args as &rest arg.
3880         * autoinsert.el (auto-insert-alist): Insert the user's name in
3881         copyright notice, rather than Free Software Foundation.
3883 2004-04-21  Kenichi Handa  <handa@m17n.org>
3885         * descr-text.el (describe-char): Make it work on *Help* buffer.
3887 2004-04-21  Kim F. Storm  <storm@cua.dk>
3889         * image.el (insert-image): Add optional SLICE arg.
3890         (insert-sliced-image): New defun.
3892 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
3894         * subr.el (read-number): Check whether `default' is nil.
3896 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3898         * progmodes/compile.el (compilation-error-properties):
3899         Split into two.
3900         (compilation-internal-error-properties): New one.
3901         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
3903 2004-04-20  Richard M. Stallman  <rms@gnu.org>
3905         * window.el (split-window-save-restore-data):
3906         Don't update the data if OLD-INFO is nil.
3908         * view.el (view-return-to-alist): Mark it permanent local.
3910         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
3912         * recentf.el (recentf-save-list): Catch and warn about errors.
3914         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
3915         so "Buffers" won't be pure.
3917         * help-mode.el (help-mode-finish): Set help-return-alist first
3918         thing, setting only the entry for the selected window.
3920         * help-fns.el (describe-function-1): If many non-control non-meta
3921         keys run the command, don't list all of them.
3923 2004-04-20  Juanma Barranquero  <lektu@terra.es>
3925         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
3926         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
3928         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
3930 2004-04-20  Kenichi Handa  <handa@m17n.org>
3932         * international/quail.el (quail-lookup-key): New optional arg
3933         NOT-RESET-INDICES.
3934         (quail-get-translations): Call quail-lookup-key with
3935         NOT-RESET-INDICES t.
3936         (quail-completion): Likewise.
3937         (quail-lookup-map-and-concat): Likewise.
3939 2004-04-20  Kenichi Handa  <handa@m17n.org>
3941         * international/quail.el (quail-update-translation): Don't insert
3942         such an unsupported multibyte char in a unibyte buffer.
3944 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
3946         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
3947         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
3948         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
3949         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
3950         (gdb-frame-assembler-buffer): Improve behaviour with
3951         multiple frames.
3952         (gdb-display-buffer): Extend search to all visible frames.
3954 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
3956         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
3957         characters left after base64 decoding.
3958         (rmail-decode-region): Use -dos variety of `coding', to remove any
3959         ^M characters left after qp or base64 decoding.
3961 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3963         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
3964         messages.
3966 2004-04-19  Stephen Eglen  <stephen@gnu.org>
3968         * add-log.el (add-change-log-entry): Update doc string to mention
3969         add-log-full-name and add-log-mailing-address.
3971 2004-04-18  Juri Linkov  <juri@jurta.org>
3973         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
3974         (Info-find-node-2): Simplify error message.
3975         (Info-insert-dir): Use Info-following-node-name.
3976         (Info-goto-node): Remove *info-history* and *info-toc*.
3977         (Info-history): Create a node of the virtual history file.
3978         (Info-toc): Create a node of the virtual toc file.
3979         (Info-insert-toc): New arg `curr-file' for reference file names.
3980         (info-apropos): Remove redundant var binding for temp-file.
3981         (Info-index, Info-index-next, Info-mode): Doc fix.
3982         (Info-goto-emacs-command-node): Don't jump to *info* from
3983         non-*info* Info buffers.
3984         (Info-fontify-node): Don't show the file name of external
3985         references if `Info-hide-note-references' is `hide'.  Don't hide
3986         newlines at the end of paragraphs.
3988         * international/mule-diag.el (list-input-methods):
3989         Fix args to help-xref-button.
3991         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
3992         to put into effect local variables from TUTORIAL files.
3994         * textmodes/paragraphs.el (sentence-end) <function>: New fun
3995         with default value taken from the variable `sentence-end'.
3996         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
3997         Add nil const to :type.
3998         (sentence-end-without-period, sentence-end-double-space)
3999         (sentence-end-without-space): Doc fix.
4001         * textmodes/paragraphs.el (forward-sentence):
4002         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
4003         (fill-delete-newlines):
4004         * progmodes/cc-cmds.el (c-beginning-of-statement):
4005         Use function `sentence-end' instead of variable `sentence-end'.
4007 2004-04-18  Andreas Schwab  <schwab@suse.de>
4009         * progmodes/compile.el (compilation-start): Set window start to
4010         point-min if compilation-scroll-output is nil.
4012 2004-04-18  John Wiegley  <johnw@newartisans.com>
4014         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
4016 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
4018         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
4019         (gdb-info-breakpoints-custom): Revert previous change.
4020         (gdb-view-assembler): Update assembler if necessary.
4021         (gdb-frame-handler): Parse correctly for gdb-current-frame.
4022         (gdb-display-source-buffer): Update properly when both source and
4023         assembler are visible.
4025 2004-04-17  John Wiegley  <johnw@newartisans.com>
4027         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
4028         which limits the number of names shown in the minibuffer.  Off by
4029         default.
4030         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
4031         up iswitchb for users with a multitude of open buffers by showing
4032         only the first and last N/2 buffers in the completion list (which
4033         is enough to aid C-s/C-r, and to know that more characters are
4034         needed to refine the completion list).
4036 2004-04-17  Richard M. Stallman  <rms@gnu.org>
4038         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
4039         (file-truename): Expand all ~ constructs directly.
4040         (insert-directory): Delete any error msg output by the
4041         `insert-directory-program'.
4043         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
4044         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
4045         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
4046         (allout-init): Use find-file-hook, not find-file-hooks.
4047         (allout-mode): Eliminate Emacs 18 support.
4048         Use write-contents-functions, not local-write-file-hooks.
4050 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
4052         * progmodes/compile.el (compilation-error-properties): Fix for
4053         adding messages when there are already markers for their file.
4054         (compilation-fake-loc): New function.
4056 2004-04-16  Dave Love  <fx@gnu.org>
4058         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
4059         (python-load-file): Fix python-orig-start setting.
4061         * progmodes/compile.el: Doc fixes.
4062         (compilation-error-regexp-alist-alist)
4063         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
4064         (compilation-assq): Wrap in eval-when-compile.
4065         (compilation-mode-font-lock-keywords): Don't use list*.
4066         (compilation-start): Avoid warning.
4067         (compilation-compat-error-properties)
4068         (compilation-directory-properties): Add keymap property.
4069         (compilation-parsing-end): Make it a marker for better compatibility.
4071         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
4073 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
4075         * xml.el: Doc fixes.
4076         (xml-get-children): Only looks at sub-tags and ignore strings.
4078         * xml.el (xml-parse-tag): Avoid overwriting node-name.
4080 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4082         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
4084 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
4086         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
4088         * vc.el (vc-print-log): Likewise.
4090 2004-04-16  Masatake YAMATO  <jet@gyve.org>
4092         * simple.el (completion-setup-function): Set an initial value
4093         to `element-common-end' before entering loop.  Set a value
4094         to `element-common-end' at the end of loop.
4095         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
4096         (completions-common-part): Rename from completion-de-emphasis.
4097         (completions-first-difference): Rename from completion-emphasis.
4098         Suggested by RMS.
4100 2004-04-16  Juanma Barranquero  <lektu@terra.es>
4102         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
4103         (bookmark-edit-annotation-mode): Add mode name.
4105 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4107         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
4108         for nested conflict markers.
4109         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
4111 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
4113         * progmodes/gdb-ui.el (gdb-goto-info): New function.
4115         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
4117 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4119         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
4120         Give a backtrace if requested.
4122         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
4124         * progmodes/python.el (python-mouse-2-command, python-RET-command):
4125         Remove unused functions.
4126         (python-orig-start-line, python-orig-file): Remove.
4127         (python-orig-start): New var.
4128         (python-input-filter, python-compilation-line-number)
4129         (python-send-region, python-load-file): Use it.
4131         * info.el (info): Always jump to *info*.
4133         * subr.el (posn-set-point): New function.
4135         * mouse.el (mouse-set-point): Use it.
4137         * progmodes/compile.el (compile-goto-error): Use it.
4138         (compilation-button-map): New keymap.
4139         (compilation-error-properties): Use it.
4140         (compilation-shell-minor-mode-map): Don't bind mouse-2.
4142         * smerge-mode.el (smerge-popup-context-menu): Use it.
4144         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
4145         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
4146         mouse and non-mouse case.
4148         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
4149         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
4151         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
4152         Make it work for non-mouse events.
4154         * pcvs-info.el (cvs-status-map): Update binding name.
4156 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
4158         * xml.el (xml-maybe-do-ns): New function to handle namespace
4159         parsing of both attribute and element names.
4160         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
4161         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
4162         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
4163         (xml-parse-attlist): Make it do its own namespace parsing.
4165 2004-04-14  Dave Love  <fx@gnu.org>
4167         * progmodes/python.el (run-python): Fix use of \n.
4168         (python-load-file): Remove `try' from Python fragment.
4169         (python-describe-symbol): Fix message.
4171         * comint.el: Doc fixes.
4172         (comint-last-input-start, comint-last-input-end)
4173         (comint-last-output-start): Give them values.
4174         (comint-arguments): Avoid warning.
4175         (comint-skip-prompt): Use line-end-position.
4176         (comint-backward-matching-input): Rename arg to agree with doc.
4177         (comint-extract-string): Use syntax-ppss.
4178         (comint-dynamic-simple-complete): Delete useless list construction.
4179         (comint-redirect-subvert-readonly): New.
4180         (comint-redirect-preoutput-filter): Use it.
4182         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
4183         Correctly handle negative arguments when calling hook functions.
4185 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
4187         * info.el (info-apropos): Don't clobber Info-history-list.
4189 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
4191         * progmodes/compile.el (compilation-setup):
4192         Localize overlay-arrow-position.
4193         (compilation-sentinel): Restructure code equivalently.
4194         (compilation-next-error): Find message on same line after point if
4195         not found before point.
4196         (compile-mouse-goto-error): Restore function so that compilation
4197         buffer need not be current and use compile-goto-error.
4198         (compile-goto-error): Restore function.
4199         (next-error): Set overlay-arrow-position.
4200         (compilation-forget-errors): Don't localize already local
4201         compilation-locs and remove FIXME about refontifying.
4203 2004-04-14  Kim F. Storm  <storm@cua.dk>
4205         * startup.el (emacs-quick-startup): New defvar (set by -Q).
4206         (command-line): New option -Q.  Like -q --no-site-file, but
4207         in addition it also disables menu-bar, tool-bar, scroll-bars,
4208         tool-tips, and the blinking cursor.
4209         (command-line-1): Skip startup screen if -Q.
4210         (fancy-splash-head): Use ":align-to center" prop to center splash image.
4212         * emulation/cua-base.el (cua-read-only-cursor-color)
4213         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
4215 2004-04-13  Dave Love  <fx@gnu.org>
4217         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
4218         (syntax): Don't require.
4219         (python) <defgroup>: Add :version.
4220         (python-quote-syntax): Re-written.
4221         (inferior-python-mode): Move stuff here from run-python and add
4222         some more.
4223         (python-preoutput-continuation, python-preoutput-result)
4224         (python-dotty-syntax-table): New.
4225         (python-describe-symbol): Use them.
4226         (run-python): Move stuff to inferior-python-mode.  Modify code
4227         loaded into Python.
4228         (python-send-region): Use python-proc, python-send-string.
4229         (python-send-string): Send newlines too.  Callers changed.
4230         (python-load-file): Re-written.
4231         (python-eldoc-function): New.
4232         (info-look): Don't require.
4233         (python-after-info-look): New.  A modified version of former
4234         top-level code for use with eval-after-load.
4235         (python-maybe-jython, python-guess-indent): Use widened buffer.
4236         (python-fill-paragraph): Re-written.
4237         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
4238         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
4240 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4242         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
4243         Set compilation-error-regexp-alist earlier.
4245         * progmodes/compile.el (compilation-minor-mode-map)
4246         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
4247         (compile-goto-error): Re-merge the mouse and non-mouse commands.
4249 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4251         * progmodes/compile.el (compile-goto-error): Select the buffer/window
4252         corresponding to the event.
4254 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
4256         * loadup.el: Add cygwin to system-type list, for unexec() support.
4258 2004-04-12  John Paul Wallington  <jpw@gnu.org>
4260         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
4261         (ibuffer-restore-window-config-on-quit): New variable to replace
4262         `ibuffer-delete-window-on-quit'.  Update all references.
4263         (ibuffer-prev-window-config): New variable.
4264         (ibuffer-quit): Restore previous window configuration instead of
4265         deleting window.
4266         (ibuffer): Save window configuration before showing Ibuffer buffer.
4268         * help.el (describe-mode): Doc fix.
4270 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4272         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
4273         not to treat nil as a function.
4275         * vc-arch.el (vc-arch-root): Be a bit more careful.
4276         (vc-arch-register): Save the buffer if we modified it.
4277         (vc-arch-delete-rej-if-obsolete): Save excursion.
4278         (vc-arch-find-file-hook): Use the simpler after-save-hook.
4279         (vc-arch-responsible-p, vc-arch-init-version): New functions.
4281         * net/ldap.el (ldap-search): Use list*.
4283 2004-04-12  Juri Linkov  <juri@jurta.org>
4285         * info.el (Info-follow-reference): Allow multiline reference name.
4287 2004-04-11  Dave Love  <fx@gnu.org>
4289         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
4291         * progmodes/python.el: New file.
4293 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
4295         * vc-hooks.el (vc-arg-list): Function removed.
4296         (vc-default-workfile-unchanged-p): Use condition-case to check for
4297         backward compatibility.
4299         * vc.el (vc-print-log): Use condition-case to check for backward
4300         compatibility.
4302 2004-04-11  Juri Linkov  <juri@jurta.org>
4304         * dired.el (dired-faces): New defgroup.
4305         (dired-header, dired-mark, dired-marked, dired-flagged)
4306         (dired-warning, dired-directory, dired-symlink, dired-ignored):
4307         New faces.
4308         (dired-header-face, dired-mark-face, dired-marked-face)
4309         (dired-flagged-face, dired-warning-face, dired-directory-face)
4310         (dired-symlink-face, dired-ignored-face): New face variables.
4311         (dired-font-lock-keywords): Use them instead of font-lock faces.
4312         Split the rule for dired marks into 3 separate rules: for marks,
4313         marked file names and flagged file names.
4315         * help-mode.el (help-make-xrefs): Add a final newline to the
4316         *Help* buffer.
4318 2004-04-11  John Paul Wallington  <jpw@gnu.org>
4320         * replace.el (occur-engine): Distinguish between one and several
4321         matches in the matches per buffer heading.
4323 2004-04-11  Kim F. Storm  <storm@cua.dk>
4325         * ido.el (ido-confirm-unique-completion): New defcustom.
4326         (ido-complete): Use it.
4327         (ido-write-file): Set it to t unconditionally.
4329 2004-04-10  Miles Bader  <miles@gnu.org>
4331         RCS keyword removal (only non-comment changes are enumerated here):
4333         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
4334         (byte-compile-insert-header): Don't use `byte-compile-version'.
4335         * forms.el (forms-version): Variable removed.
4336         (forms-mode): Don't use `forms-version'.
4337         * recentf.el (recentf-version): Variable removed.
4338         * progmodes/delphi.el (delphi-version): Variable removed.
4339         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
4341 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4343         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
4345 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
4347         * info.el (info-apropos): Improve menu item regexp.
4349 2004-04-09  Simon Josefsson  <jas@extundo.com>
4351         * mail/smtpmail.el: Add comment, based on report by
4352         kdc@rcn.com (Kevin D. Clark).
4354 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4356         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4357         Redo one more thing that I didn't notice Daniel had undone.
4359 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
4361         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
4362         (gdb-goto-breakpoint, gdb-display-buffer)
4363         (gdb-display-source-buffer, gdb-view-source-function)
4364         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
4365         (gdb-source-info, gdb-frame-handler): Don't specify a window
4366         for display.
4367         (gdb-info-breakpoints-custom): Remove superfluous update of
4368         assembler buffer.
4369         (gdb-many-windows): Make settable outside gdb.
4371 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
4373         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
4374         Derive from fundamental-mode rather than text-mode.
4376 2004-04-08  Juri Linkov  <juri@jurta.org>
4378         * info.el (Info-history): Doc fix.
4379         (Info-history-list): New var.
4380         (info-xref): Change magenta4 to blue, remove bold for dark and
4381         light backgrounds, change bold to underline for non-color classes.
4382         (info-xref-visited): New face.
4383         (Info-fontify-visited-nodes): New custom.
4384         (Info-hide-note-references): Add new value `hide'.  Doc fix.
4385         (Info-reference-name): New var.
4386         (Info-selection-hook): New custom.
4387         (Info-edit-mode-hook): New var.
4388         (Info-find-file): New fun.
4389         (Info-find-node): Move part of code to Info-find-file.
4390         (Info-find-node-2): Add anchors to Info-history-list.  Move point
4391         to the place with the reference name if name is defined.
4392         (Info-select-node): Add current node to Info-history-list.
4393         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
4394         (Info-search-whitespace-regexp): New custom.
4395         (Info-search-case-fold): New var.
4396         (Info-search): Add "case-sensitively" to the prompt.
4397         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
4398         (Info-search-case-sensitively, Info-search-next): New fun.
4399         (Info-up): Move point to the menu item of the current node.
4400         (Info-history): New fun.  Add *info-history* to
4401         same-window-buffer-names.
4402         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
4403         (Info-insert-toc): New fun.
4404         (Info-build-toc): New fun.
4405         (Info-follow-reference): Add new arg `fork'.  Doc fix.
4406         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
4407         with the same name prefer the reference closest to point.
4408         (Info-next-reference): Replace * by + in the *Note regexp.
4409         Add regexp for http:// and ftp://.  Skip the *Note prefix.
4410         (Info-prev-reference): Replace * by + in the *Note regexp.
4411         Add regexp for http:// and ftp://.  Skip the *Note prefix.
4412         (Info-follow-nearest-node): Add new arg `fork'.
4413         (Info-try-follow-nearest-node): Add new arg `fork'.
4414         Call browse-url for http:// and ftp:// references.
4415         Set Info-reference-name for index entries.
4416         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
4417         Info-search-next, Info-history, Info-toc, clone-buffer.
4418         (Info-menu-update): Replace * by + in the *Note regexp.
4419         (Info-mode): Add documentation for Info-history, Info-toc,
4420         Info-search-case-sensitively, Info-search-next, clone-buffer.
4421         (Info-fontify-menu-headers): Remove fun.  Move code to
4422         Info-fontify-node.
4423         (Info-fontify-node): Add docstring.  Add local vars
4424         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
4425         then fontify header line, titles, menu headers, http and ftp
4426         references, refill paragraphs.  If not-fontified-p is t or
4427         fontify-visited-p is t then fontify cross references, menu items.
4428         Fontify menu headers.  Fontify http and ftp references.
4429         Change regexp for cross references to require whitespace after *Note,
4430         add matching groups for file and node names.  Remove hack for quote.
4431         Use display property for Info-hide-note-references=t.  Use fifth
4432         or fourth match for help-echo.  Display visited nodes in a
4433         different face.  Unhide file names of external references.
4434         Unhide newlines.  Display visited menu items in a different face.
4436 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4438         * progmodes/compile.el: Require CL.
4439         (compilation-mode-font-lock-keywords): Re-install the "line as
4440         function" patch.
4442         * help-fns.el (help-C-source-directory): New var.
4443         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
4444         (describe-function-1, describe-variable): Use them.
4446         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
4447         to C source files specially.
4449 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4451         * info.el (Info-hide-cookies-node): New function.
4452         (Info-select-node): Use it.
4453         (Info-display-images-node): Remove message with image file name.
4455 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
4457         * progmodes/compile.el (compilation-warning-face)
4458         (compilation-info-face, compilation-skip-threshold)
4459         (compilation-skip-visited, compilation-context-lines):
4460         Declare :version when added to Emacs.
4461         (compilation-error-regexp-alist-alist): Extend caml and irix.
4462         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
4463         (compilation-mode-font-lock-keywords): Temporarily undo line as
4464         function patch, which wasn't ready.
4466 2004-04-07  Kenichi Handa  <handa@m17n.org>
4468         * international/latin1-disp.el (latin1-display-setup): Check each
4469         character is displayable or not instead of calling
4470         latin1-display-check-font.
4472 2004-04-06  Kenichi Handa  <handa@m17n.org>
4474         * language/ethio-util.el (ethio-sera-being-called-by-w3):
4475         New variable.
4476         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
4477         instead of sera-being-called-by-w3.
4478         (ethio-fidel-to-sera-buffer): Likewise.
4479         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
4480         instead of sera-being-called-by-w3.
4481         (ethio-write-file): Likewise.
4483 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4485         * printing.el: Doc fix.
4487 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
4489         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
4490         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
4491         (gdb-setup-windows): Only use separate IO buffer if required.
4493 2004-04-06  Kim F. Storm  <storm@cua.dk>
4495         * term.el (term-is-xemacs): Remove.
4496         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
4497         (term-window-width): New function.
4498         (term-mode, term-check-size): Use it.
4499         (term-mode): Disable overflow-newline-into-fringe in term buffer.
4501 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4503         * cus-edit.el (custom-add-parent-links): Change unbound variable
4504         `symbol' to `name'.
4506 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
4507         * info.el (info-apropos): New function.
4508         (Info-mode-menu): Add it.
4509         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
4511         * help-mode.el (help-make-xrefs): Recognize aliased variable with
4512         inherited docstring.
4514         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
4516 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4518         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
4520         * progmodes/compile.el (font-lock): Don't require any more.
4521         (compilation-error-properties, compilation-start, compilation-sentinel)
4522         (compilation-filter, next-error): Use with-current-buffer.
4523         (compilation-skip-to-next-location, compilation-skip-threshold)
4524         (compilation-skip-visited): Move to silence the byte-compiler.
4525         (compilation-setup): Simplify.
4526         (compilation-next-error): Use line-(beginning|end)-position.
4527         Make sure `pt' is non-nil before using compilation-loop.
4528         (compile-goto-error): Add optional event arg.  Use it.
4529         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
4530         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
4531         Update the binding for mouse-2.
4532         (first-error): Set compilation-current-error to nil rather than bob.
4533         (compilation-parsing-end, compilation-parse-errors-function)
4534         (compilation-error-list, compilation-old-error-list):
4535         "New" compatibility variables.
4536         (compile-buffer-substring, compilation-compat-error-properties)
4537         (compilation-compat-parse-errors, compilation-forget-errors):
4538         New compatibility functions.
4539         (compilation-mode-font-lock-keywords): Use them.
4541 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
4543         * autorevert.el (auto-revert-handler): If point (or a window
4544         point) is at the end of the buffer, keep it there after
4545         reverting.  This allows to tail a file.
4546         Mention this in the `Commentary'.
4548         * format.el (format-write-file): Add optional argument CONFIRM
4549         and make it behave like the analogous argument to `write-file'.
4551 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4553         * progmodes/ebnf2ps.el: Doc fix.
4554         (ebnf-version): New version number (4.2).
4555         (ebnf-syntax): Customization and docstring fix.
4556         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
4557         Put autoloaded funs before first use.
4558         (ebnf-style-database): Add dtd entry.
4559         (ebnf-syntax-alist): Add dtd initialization.
4560         (ebnf-token-sequence): New fun.
4561         (ebnf-comment-table): Add new comment action character.
4562         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
4564         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
4565         Type Definition for XML).
4567         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
4568         * progmodes/ebnf-bnf.el (ebnf-sequence):
4569         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
4570         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
4571         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
4572         Code simplification: call ebnf-token-sequence.
4574 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
4576         * calendar/timeclock.el (timeclock-relative)
4577         (timeclock-get-project-function, timeclock-get-workday-function)
4578         (timeclock-query-out, timeclock-when-to-leave)
4579         (timeclock-when-to-leave-string, timeclock-log-data)
4580         (timeclock-generate-report, timeclock-in): Doc fixes.
4582 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4584         * url/: New dir.  Import the URL package from its repository.
4586 2004-04-03  Andreas Schwab  <schwab@suse.de>
4588         * diff-mode.el (diff-mode): Fix missing quote.
4590 2004-04-03  Juri Linkov  <juri@jurta.org>
4592         * descr-text.el (describe-property-list): Add `font-lock-face'.
4594         * dired.el (dired-font-lock-keywords): Fix permission regexps.
4596 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4598         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
4599         Use utf-16le on little endian machines and utf-16be otherwise.
4601 2004-04-02  David Kastrup  <dak@gnu.org>
4603         * net/browse-url.el (browse-url-generic): Use call-process
4604         instead of start-process to allow browsers that fork and detach.
4606 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
4608         * compile.el (compilation-current-error): New var.
4609         (compilation-setup, compile-mouse-goto-error)
4610         (compile-goto-error, next-error): Use it.
4611         (compilation-skip-to-next-location): Default to t, which gives
4612         contiguous skipping like old compile (where this was redundant).
4613         (compilation-next-error): Prevent previous-* commands from moving
4614         back to message at or just before point.
4616 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
4618         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
4619         (gdb-source-info): Don't display source at startup, if required.
4620         (gdb-show-main): New option.
4621         (gdba): Update documentation.
4622         (gdb-source): Cover case of auto-display output.
4624 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
4626         * autorevert.el: Delete obsolete autoload's and defvar's.
4627         (auto-revert-check-vc-info): New user option.
4628         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
4629         (auto-revert-handler-vc): Delete.
4630         (auto-revert-handler): Treat return value `fast' of
4631         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
4633         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
4634         return `fast'.
4636         * files.el (buffer-stale-function): Doc change.
4638 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4640         * printing.el: New tip on Tips section.
4641         (pr-version): New version number (6.7.4).
4642         (pr-shell-file-name): Initialization fix.
4644 2004-03-31  Juri Linkov  <juri@jurta.org>
4646         * dired.el: Add autoload for `dired-do-touch'.
4647         (dired-touch-program): New var.
4648         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
4649         (dired-no-confirm): Add `touch' to docstring.
4651         * dired-aux.el (dired-do-touch): New fun.
4652         (dired-do-chxxx): Add argument -t for touch operation.
4654         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
4655         `dired-move-to-filename-regexp'.
4657 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
4659         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
4661 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4663         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
4664         and only if the buffer was modified.
4666 2004-03-30  Kenichi Handa  <handa@m17n.org>
4668         * international/characters.el: Delete pairs for U+2308..U+230B.
4670 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
4672         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
4673         to detect the beginning of a level 2 or 3 annotation.
4675 2004-03-29  Kenichi Handa  <handa@m17n.org>
4677         * international/ucs-tables.el (ucs-insert): Fix the error message.
4679 2004-03-29  Kenichi Handa  <handa@m17n.org>
4681         * international/mule-util.el (char-displayable-p): Fix generation
4682         of XLFD file name.
4684         * Makefile.in (setwins, setwins_almost): Change directory to $wd
4685         before finding directories by `find'.
4687 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4689         * subr.el (interactive-form): Delete.  Now implemented in C.
4691         * pcvs.el (cvs-parse-process): Workaround for Darwin.
4693         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
4694         (vc-diff-label): New fun.
4695         (vc-diff-internal): Use it.
4697         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
4699 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4701         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
4703         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
4704         specify XML (EBNFX).
4706         * progmodes/ebnf2ps.el: Doc fix.
4707         (ebnf-version): New version number (4.1).
4708         (ebnf-syntax): Adjust customization.
4709         (ebnf-style-database): Add ebnfx entry.
4710         (ebnf-syntax-alist): Add ebnfx initialization.
4711         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
4713         * printing.el: Doc fix.
4714         (pr-version): New version number (6.7.3).
4715         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
4716         returns nil for mouse position.  Reported by Drew Adams
4717         <drew.adams@oracle.com>.
4718         (pr-update-menus): Modify interactive declaration.  Reported by Drew
4719         Adams <drew.adams@oracle.com>.
4721 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
4723         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
4724         (gud-gdba-marker-filter): Log the process input and output, if
4725         required.  From Stefan Monnier.
4726         (gdb-debug-log, gdb-enable-debug-log): New variables.
4727         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
4729 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4731         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
4732         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
4734 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
4736         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
4737         Call vc-find-file-hook here instead of in auto-revert-buffers.
4738         (auto-revert-buffers): Delete call to vc-find-file-hook.
4739         (auto-revert-verbose, global-auto-revert-non-file-buffers)
4740         (global-auto-revert-mode, auto-revert-set-timer)
4741         (auto-revert-handler, auto-revert-buffers): Doc fixes.
4743 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
4745         * woman.el (woman-change-fonts): Rename local variable
4746         woman-font-alist to font-alist to avoid a compiler warning.
4748 2004-03-27  Dave Love  <fx@gnu.org>
4750         * emacs-lisp/rx.el (rx): Doc fix.
4751         Fix copyright years.
4753         * strokes.el (strokes-global-set-stroke-string): New function.
4754         (strokes-list-strokes): Cope with strings, not just commands.
4755         Set foreground colour of image.
4756         (strokes-global-set-stroke): Doc fix.
4758 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
4760         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
4761         Auto Revert mode.
4762         (Buffer-menu-files-only): New variable.
4763         (Buffer-menu-toggle-files-only): New function.
4764         (Buffer-menu-mode-map): Bind it to `T'.
4765         (Buffer-menu-mode): Mention `T' in docstring.
4766         Set buffer-stale-function.
4767         (list-buffers-noselect): Mark buffer non-modified and set
4768         Buffer-menu-files-only.
4770         * dired.el (buffer-stale-function): Remove no longer needed defvar.
4772         * autorevert.el (auto-revert-handler): Print revert message
4773         before, rather than after, reverting.
4774         (buffer-stale-function): Move to files.el.
4776         * files.el (buffer-stale-function): Move here from autorevert.el.
4778 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4780         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
4782         * calc/calc.el (calc-mode-map): Use mapc.
4784         * apropos.el (apropos-mode): Don't autoload.
4785         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
4786         (apropos): Use it.
4787         (apropos-print): Add optional `text' argument.
4788         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
4789         Don't assume point-min == 1.
4791         * bs.el (bs-buffer-list): Use buffer-local-value.
4792         (bs--set-toggle-to-show): Use with-current-buffer.
4794         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
4795         New funs.
4796         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
4798         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
4800         * dabbrev.el (dabbrev-expand): Fix regexp construction.
4801         (dabbrev--find-expansion): Use pop.
4802         (dabbrev--search): Use match-string-no-properties.
4804         * dired.el (dired-mode): Use run-mode-hooks.
4805         (dired-move-to-end-of-filename): Use match-string.
4807         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
4808         is bound before using it.
4809         (ediff-verbose-p): Make it into a var since it's not constant.
4811         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
4813         * faces.el (read-face-font): Don't cons up unnecessarily.
4814         (header-line, tool-bar): Share common parts.
4816         * files.el (file-relative-name): Use compare-strings.
4818         * finder.el (finder-mode): Follow coding convention.
4820         * subr.el (read-number): New function.
4822         * ses.el (ses-read-number): Move to subr.el.
4823         (ses-set-header-row): Use read-number.
4825 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
4827         * vc-hooks.el (vc-arg-list): New function, which handles both
4828         compiled and uncompiled code.
4829         (vc-default-workfile-unchanged-p): Use it.
4831         * vc.el (vc-print-log): Undo prev change, use new function
4832         vc-arg-list from vc-hooks.el.
4834 2004-03-26  Masatake YAMATO  <jet@gyve.org>
4836         * simple.el (completion-setup-function): Emphasize the
4837         first uncommon characters in the completions; and de-emphasize
4838         the common prefix substrings.
4839         (completion-emphasis): New face.
4840         (completion-de-emphasis): New face.
4842 2004-03-25  Juanma Barranquero  <lektu@terra.es>
4844         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
4845         Comment out (it's unused and unfinished code).
4847 2004-03-25  Sam Steingold  <sds@gnu.org>
4849         * vc.el (vc-print-log): Fix a bug in the last patch:
4850         backend-function may be a byte-compiled object, not a lambda.
4852 2004-03-25  Juri Linkov  <juri@jurta.org>
4854         * descr-text.el (describe-property-list): Add a button
4855         for `face' property that calls `describe-face'.
4856         Suggested by luis fernandes <elf@ee.ryerson.ca>
4858         * international/mule.el (keyboard-coding-system):
4859         * kmacro.el (kmacro-call-macro): Fix docstring.
4861         * dired.el: Fix comments.
4863         * textmodes/fill.el (fill): Fix Info link.
4865         * font-lock.el (fast-lock, lazy-lock):
4866         * jit-lock.el (jit-lock): Remove links to removed Support Modes
4867         Info node.
4869         * eshell/eshell.el (eshell): Fix broken info-link.
4871         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
4872         * eshell/em-banner.el (eshell-banner):
4873         * eshell/em-smart.el (eshell-smart):
4874         * eshell/esh-cmd.el (eshell-cmd):
4875         Comment out broken info-links to incomplete Info manual.
4877         * info-xref.el: Fix commentary.
4879 2004-03-25  Kevin Ryde  <user42@zip.com.au>
4881         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
4882         Remove spurious node duplicate suppression, doesn't work, not wanted.
4883         (info-xref-output): Take format style args, add "sit-for 0" to let
4884         user see the results as they progress.
4885         (info-xref-check-all-custom): New function.
4887 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
4889         * gdb-ui.el: Moved to progmodes.
4891 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4893         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
4895 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
4897         * calendar/appt.el (appt-check): Remove superfluous progn.
4898         When finished with diary buffer: if it was not being displayed
4899         before, kill it; otherwise restore its original state.
4900         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
4902         * calendar/calendar.el (calendar-set-mode-line): Use total
4903         available mode-line width, rather than frame-width.
4905         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
4906         after mode change so effect not lost.
4908 2004-03-23  Dave Love  <fx@gnu.org>
4910         * dired.el (dired) <defgroup>: Add link to manual.
4911         (dired-font-lock-keywords): Add highlighting on unusual permissions.
4912         (dired-revert): Use dolist.
4913         (dired-mode-map): Add U binding.
4914         (dired-mode): Add font-lock-beginning-of-syntax-function.
4915         (dired-garbage-files-regexp): Make it a defcustom.
4917 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4919         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
4920         is equivalent to nil.
4921         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
4922         (vc-arch-mode-line-string): Accept `added' state.
4923         (vc-arch-state): Use inode-sigs if available.
4924         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
4925         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
4926         (vc-arch-tagline-re): New var.
4927         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
4928         New functions.
4929         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
4930         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
4932         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
4933         (vc-file-not-found-hook): Use it.
4935         * diff-mode.el (diff-default-read-only): Change default.
4936         (diff-mode-hook): Make it a defcustom.  Add some options.
4937         (diff-mode-map): Bind diff-refine-hook.
4938         (diff-yank-handler): New var.
4939         (diff-yank-function): New fun.
4940         (diff-font-lock-keywords): Use them.
4941         (diff-end-of-file): Handle case where file-header looks like diff text.
4942         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
4943         (diff-file-kill): Delete a subsequent empty line, if applicable.
4944         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
4945         (diff-find-file-name): Use it.
4946         (diff-tell-file-name): New command.
4947         (diff-mode): Be careful with view-mode.
4948         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
4949         New functions, for use in diff-mode-hook.
4950         (diff-find-source-location): Catch "regex too large" errors.
4951         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
4952         (diff-refine-hunk): New command.
4954         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
4955         (smerge-context-menu-map): Remove unused var.
4956         (smerge-keep-all): Preserve markers.
4957         (smerge-keep-n): New fun.
4958         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4959         (smerge-keep-current, smerge-ediff): Use it.
4960         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
4961         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
4962         (smerge-resolve): Resolve trivial 3-part conflicts.
4964 2004-03-23  Juri Linkov  <juri@jurta.org>
4966         * man.el (Man-width): New var.
4967         (Man-getpage-in-background): Use it.
4968         (Man-support-local-filenames): New var and fun.
4969         (Man-build-man-command): Don't add a second %s.
4970         (Man-fontify-manpage): Clean up message.
4971         (Man-mode): Set outline-regexp, outline-level,
4972         imenu-generic-expression.
4974         * woman.el (woman-fill-frame): Doc fix.
4975         (woman-decode-region): Use window-width instead of frame-width.
4977         * abbrevlist.el (list-one-abbrev-table):
4978         * descr-text.el (describe-char):
4979         * international/mule-diag.el (describe-current-coding-system):
4980         * international/quail.el (quail-insert-decode-map):
4981         Use window-width instead of frame-width.
4983         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
4984         (jka-compr-mode-alist-additions): Add tbz.
4985         (jka-compr-write-region, jka-compr-insert-file-contents):
4986         Add message for undefined compress-program.
4987         (jka-compr-write-region): Remove redundant var bindings.
4989         * dired-x.el (dired-guess-shell-alist-default): Add choices for
4990         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
4991         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
4992         (dired-man): Use dired-guess-shell-command.
4993         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
4994         Change default nil to t.
4996         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
4997         (dired-compare-directories): Add default value for empty input.
4999         * help-at-pt.el: Move suggestions for key bindings to Commentary.
5001         * time.el (display-time-string-forms): Fix help-echo date format.
5003 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
5005         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
5006         (buffer-stale-function): New variable.
5007         (auto-revert-list-diff, auto-revert-dired-file-list)
5008         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
5009         (auto-revert-handler): Take over some functionality of deleted
5010         functions.
5011         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
5013         * dired.el (dired-directory-changed-p): New fun, extracted from
5014         dired-internal-noselect.
5015         (dired-buffer-stale-p): New fun.
5016         (dired-internal-noselect): Use dired-directory-changed-p.
5017         Eliminate revert messages.
5018         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
5020 2004-03-23  Kenichi Handa  <handa@m17n.org>
5022         * international/characters.el: Setup syntaxes for more parentheses
5023         Unicode characters.
5025         * international/mule-cmds.el (select-safe-coding-system):
5026         Merge coding-system and auto-cs before comparing them.
5028 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5030         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
5032         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
5033         normal-auto-fill-function and comment-indent-function.
5034         The default values now work just as well.
5035         Don't set font-lock-beginning-of-syntax-function since we already set
5036         syntax-begin-function.
5037         (lisp-outline-level): Put ;;;###autoload at same level as (.
5038         (prin1-char): Quote special chars.
5040         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
5041         than with-no-warnings.
5043         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
5044         if the source location can't be found.
5045         (edebug-compute-previous-result): Use prin1-char.
5047         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
5048         (debug-ignored-errors): Add an entry.
5050         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
5051         (byte-compile-file): Output warning when deleting a file.
5053         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
5054         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
5056         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
5057         (byte-compile-inline-expand): Use backquote.
5058         (byte-optimize-pure-func): Rename from byte-optimize-concat.
5059         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
5061         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
5063         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
5065 2004-03-22  Juri Linkov  <juri@jurta.org>
5067         * finder.el (finder-known-keywords): Fix data, tex, unix.
5069         * play/landmark.el: Fix keywords.
5071         * language/ethio-util.el (ethio-find-file): Doc fix.
5073         * emacs-lisp/warnings.el: Doc fix.
5075         * textmodes/ispell.el (ispell-help): Doc fix.
5077 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
5079         * format.el (format-insert-file): Always return a list of two
5080         elements, like insert-file-contents does.
5082 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
5084         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
5085         and vc-BACKEND-diff.
5086         (vc-print-log): If the print-log implementation supports it, use
5087         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
5088         (vc-version-diff, vc-diff-internal): Doc fixes.
5090         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
5091         implementation supports it, let diff output go to *vc*,
5092         not *vc-diff*, since this is an internal call.
5094         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
5096         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
5098         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
5100 2004-03-21  Dave Love  <fx@gnu.org>
5102         * progmodes/cfengine.el (cfengine-mode):
5103         Set parse-sexp-ignore-comments.
5105         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
5107 2004-03-21  Juanma Barranquero  <lektu@terra.es>
5109         * allout.el (allout-mode): Fix docstring.
5111 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
5113         * files.el (insert-directory): Fix bug if SWITCHES is a list.
5115         * autorevert.el (auto-revert-interval): Make new value take
5116         effect immediately when set through Custom.
5117         (auto-revert-set-timer): Add interactive declaration.
5119 2004-03-19  David Ponce  <david@dponce.com>
5121         * ruler-mode.el (ruler-mode-header-line-format-old):
5122         Don't `make-variable-buffer-local'.
5123         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
5124         (ruler-mode-header-line-format): Simply funcall the above.
5125         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
5126         to save/restore a previous header line format.
5127         (ruler-mode-space): Don't depend on a numeric WIDTH value.
5128         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
5129         fringes and margins width.
5130         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
5132 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5134         * log-edit.el (log-edit-font-lock-keywords): Typo.
5136         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
5137         (tex-send-tex-command): Rather than here.
5138         (tex-compilation-parse-errors): Simplify.
5140         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
5142         * time.el (display-time-string-forms): Add help-echo with date on time.
5144         * composite.el (compose-region): Use restore-buffer-modified-p.
5146         * disp-table.el (standard-display-8bit): Simplify.
5148         * server.el (server-process-filter): Delete temp frame.
5150         * add-log.el (add-change-log-entry): Simplify.
5152 2004-03-19  Kim F. Storm  <storm@cua.dk>
5154         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
5155         (hexl-follow-line): Don't require 'fringe.
5157         * progmodes/compile.el (compilation-start): Always set
5158         compilation-last-buffer and return it.
5160 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
5162         * simple.el (clone-buffer): Doc fix.
5164 2004-03-18  Juanma Barranquero  <lektu@terra.es>
5166         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
5168 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5170         * log-edit.el (log-edit-font-lock-keywords): New var.
5171         (log-edit-mode): Use it.
5173 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
5175         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
5176         properly for watching in speedbar.
5178 2004-03-17  Masatake YAMATO  <jet@gyve.org>
5180         * smerge-mode.el (smerge-popup-context-menu):
5181         Put `unwind-protect' around `overlay-put' and `popup-menu'.
5183 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5185         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
5186         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
5187         Take sealed revisions into account.
5188         (vc-arch-checkin): Extract a summary line from the message.
5190 2004-03-16  Masatake YAMATO  <jet@gyve.org>
5192         * register.el (register): Provide `register' feature.
5194 2004-03-15  Masatake YAMATO  <jet@gyve.org>
5196         Added context menu support in smerge mode.
5197         Most of the part is written by Stefan Monnier.
5199         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
5200         New keymap and menu.
5201         (smerge-text-properties): New function.
5202         (smerge-remove-props): New function.
5203         (smerge-popup-context-menu): New function.
5204         (smerge-resolve): Call `smerge-remove-props'.
5205         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
5206         (smerge-keep-current): Ditto.
5207         (smerge-kill-current): New function.
5208         (smerge-match-conflict): Put text properties.
5209         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
5211 2004-03-15  David Ponce  <david@dponce.com>
5213         * ruler-mode.el: (ruler-mode-left-fringe-cols)
5214         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
5215         (ruler-mode-right-scroll-bar-cols): Remove.
5216         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
5217         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
5218         Use fringe-columns and scroll-bar-columns.
5220 2004-03-15  Masatake YAMATO  <jet@gyve.org>
5222         * hl-line.el (hl-line-range-function): New variable.
5223         (hl-line-move): New function.
5224         (global-hl-line-highlight): Use `hl-line-move'.
5225         (hl-line-highlight): Ditto.
5227         * scroll-bar.el (scroll-bar-columns):
5228         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
5230         * ruler-mode.el (top-level): Require scroll-bar and fringe.
5231         (ruler-mode-left-fringe-cols)
5232         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
5233         (ruler-mode-right-scroll-bar-cols)
5234         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
5235         (ruler-mode-ruler-function): New variable.
5236         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
5237         if the value for `ruler-mode-ruler-function'is given.
5239         * hexl.el (hexl-mode-hook): Make the hook customizable.
5240         (hexl-address-area, hexl-ascii-area): New customize variables.
5241         (hexlify-buffer): Put font-lock-faces on the address area and
5242         the ascii area.
5243         (hexl-activate-ruler): New function.
5244         (hexl-follow-line): New function.
5245         (hexl-highlight-line-range): New function.
5246         (hexl-mode-ruler): New function.
5248 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5250         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
5251         (vc-default-find-file-hook): New fun.
5252         (vc-find-file-hook): Call new find-file-hook operation.
5254         * vc-arch.el: New file.
5256 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
5258         * info-look.el (info-lookup): Reuse an existing Info window.
5260 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
5262         * woman.el (woman-preserve-ascii): Default value changed to t and
5263         doc string revised.
5265 2004-03-12  Richard M. Stallman  <rms@gnu.org>
5267         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5268         Fix minor bug.
5270         * replace.el (occur-engine): Change message for count of matches.
5272         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5273         For strings, do compare text properties.
5275 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
5277         * progmodes/compile.el (compile-auto-highlight)
5278         (compilation-error-list, compilation-old-error-list)
5279         (compilation-parse-errors-function, compilation-parsing-end)
5280         (compilation-error-message, compilation-directory-stack)
5281         (compilation-enter-directory-regexp-alist)
5282         (compilation-leave-directory-regexp-alist)
5283         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
5284         (compilation-current-file, compilation-regexps): Remove vars.
5286         (compile-error-at-point, compilation-error-filedata)
5287         (compilation-error-filedata-file-name, compile-reinitialize-errors)
5288         (compilation-next-error-locus, compilation-forget-errors)
5289         (count-regexp-groupings, compilation-parse-errors)
5290         (compile-collect-regexps, compile-buffer-substring): Remove funs.
5292         (compile-internal): Make obsolete.
5294         (compilation-first-column, compilation-error)
5295         (compilation-directory-matcher, compilation-page-delimiter)
5296         (compilation-mode-font-lock-keywords, compilation-debug)
5297         (compilation-error-face, compilation-warning-face)
5298         (compilation-info-face, compilation-line-face)
5299         (compilation-column-face, compilation-enter-directory-face)
5300         (compilation-leave-directory-face, compilation-skip-threshold)
5301         (compilation-skip-visited, compilation-context-lines): New vars.
5303         (compilation-warning-face, compilation-info-face)
5304         (compilation-message-face): New faces.
5306         (compilation-error-regexp-alist-alist): New constant.
5308         (compilation-face, compilation-directory-properties)
5309         (compilation-assq, compilation-error-properties, compilation-start)
5310         (define-compilation-mode, compilation-loop)
5311         (compilation-set-window): New functions.
5313         (compile): Additional argument for interactive compiles like TeX.
5315         * progmodes/grep.el (kill-grep): Move here from compile.el
5316         (grep-error, grep-hit-face, grep-error-face)
5317         (grep-mode-font-lock-keywords): New variables.
5318         (grep-regexp-alist): Simplify regexp and add `binary' case.
5319         (grep-mode): New mode.
5320         (grep-process-setup): Simplify.
5322 2004-03-11  Jason Rumney  <jasonr@gnu.org>
5324         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
5325         letters on DOS/Windows.
5327 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5329         * server.el (server-name): New var.
5330         (server-socket-dir): New var to replace server-socket-name.
5331         (server-start): Use them.
5333 2004-03-11  Simon Josefsson  <jas@extundo.com>
5335         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
5336         died to avoid infloop.  Reported by Jonathan Glauner
5337         <jglauner@sbum.org>.
5339 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5341         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
5342         (smerge-mode-menu): Use it to deactivate menu entries.
5343         (smerge-keep-current): New fun.
5344         (smerge-keep-current): Use it.
5346 2004-03-10  John Paul Wallington  <jpw@gnu.org>
5348         * foldout.el (foldout-fold-list, foldout-modeline-string):
5349         Declare them as variables, not constants.
5351 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5353         * ps-print.el: Modification to print *Messages* buffer.
5354         (ps-print-version): New version 6.6.4.
5355         (ps-message-log-max): New fun.
5356         (ps-spool-without-faces, ps-spool-with-faces)
5357         (ps-count-lines-preprint): Code fix.
5359         * printing.el: New tips in Tips section.
5361 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5363         * delim-col.el: Doc fix.
5365         * printing.el: Doc fix.  New doc section (Tips).
5367 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5369         * type-break.el (type-break-emacs-variant): Remove.
5370         (type-break-run-at-time, type-break-cancel-function-timers):
5371         Use fboundp rather than version name and number.
5373 2004-03-09  Masatake YAMATO  <jet@gyve.org>
5375         * hexl.el (hexl-mode): Use `make-local-variable' instead of
5376         `make-variable-buffer-local'.
5378 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
5380         * find-dired.el (find-dired): Call `shell-command' instead of
5381         `start-process-shell-command'.  By this, Tramp takes over
5382         handling of remote directories.
5384 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5386         * newcomment.el (comment-use-global-state): New var.
5387         (comment-search-forward): Use it.
5389         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
5391         * cus-edit.el (fill) <defgroup>: Move to fill.el.
5393         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
5394         (enable-kinsoku): Make it a defcustom.
5395         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
5396         paragraph to same-comment-start-marker.
5398 2004-03-07  Dave Love  <fx@gnu.org>
5400         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
5401         (browse-url-mail): Use it.
5403         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
5404         (rfc2368-unhexify-string): Use replace-regexp-in-string.
5406 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
5408         * woman.el (woman-man.conf-path): Doc fix.
5409         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
5411 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
5413         * sort.el (sort-columns): Remove ms-dos from the list of systems
5414         where the external `sort' command is not used.
5416 2004-03-07  Kim F. Storm  <storm@cua.dk>
5418         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
5419         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
5420         from overlay-arrow-variable-list.
5421         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
5423 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
5425         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
5426         overlay arrow string properly for the assembler buffer.
5428 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5430         * mail/sendmail.el (mail-mode): Fix last change.
5432 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
5434         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
5435         for the assembler buffer.
5436         (gdb-assembler-custom): Position the overlay arrow.
5437         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
5439 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5441         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
5443         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
5444         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
5446         * mail/sendmail.el (mail-mode): Set comment-start-skip.
5448         * newcomment.el (uncomment-region): Allow non-terminated comment.
5449         (comment-normalize-vars): Check the user-specified comstart marker.
5451 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
5453         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
5454         Otherwise, do use it if the region only contains font-lock text
5455         properties.
5457 2004-03-04  Masatake YAMATO  <jet@gyve.org>
5459         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
5460         as the callback function for eldoc.
5461         (hexl-print-current-point-info): New function.
5462         (hexl-current-address): Print the address in both decimal
5463         and hexadecimal format.
5465 2004-03-04  Richard M. Stallman  <rms@gnu.org>
5467         * mail/rmail.el (rmail-convert-to-babyl-format):
5468         Specify t for UNIBYTE when calling mail-unquote-printable-region.
5470         * mail/mail-utils.el (mail-unquote-printable-region):
5471         New arg UNIBYTE.
5473         * startup.el (command-switch-alist): Doc fix.
5475         * simple.el (undo): Temporarily set this-command to `undo-start',
5476         then set it to `undo' once undo-start returns without error.
5478         * simple.el (minibuffer-history-sexp-flag): Doc fix.
5480         * simple.el (kill-line): Don't disregard trailing whitespace
5481         in eol condition, if show-trailing-whitespace is set.
5483         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
5484         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
5485         When disabling, restore old values only if mouse-sel-has-been-enabled.
5487         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
5488         (isearch-{-char): New function.
5489         (isearch-mode-map): Bind { to isearch-{-char.
5491         * font-lock.el (lisp-font-lock-keywords-2):
5492         Turn off the CL with-... and do-... general patterns.
5493         Instead, recognize several specific with... and do... constructs.
5495         * files.el (switch-to-buffer-other-window):
5496         Bind same-window-buffer-names and same-window-regexps to nil.
5497         (switch-to-buffer-other-frame): Likewise.
5499 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5501         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
5502         recognizing leading comment on code line.
5504 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5506         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
5507         hidden files/directories.
5509 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5511         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
5512         only comment-start (in case the mode hasn't set it).
5514         * Makefile.in (AUTOGENEL): New var.
5515         (bootstrap-prepare): Rename from bootstrap-clean.
5516         Don't remove elc files.
5517         (maintainer-clean): New target.
5519         * xml.el (xml-get-attribute-or-nil): Simplify.
5521 2004-03-02  Juri Linkov  <juri@jurta.org>
5523         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
5524         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
5525         URL to prevent their substitution with the environment variable
5526         values by browsers.
5528 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5530         * ps-print.el: Doc fix.
5531         (ps-print-version): New version number (6.6.3).
5532         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
5533         Docstring fix.
5534         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
5535         before printing.
5536         (ps-time-stamp-yyyy-mm-dd): New fun.
5537         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
5539 2004-03-02  Kim F. Storm  <storm@cua.dk>
5541         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
5543 2004-03-01  Juanma Barranquero  <lektu@terra.es>
5545         * allout.el (allout-rebullet-heading): Fix typo in docstring.
5547         * desktop.el (desktop-file-version)
5548         (desktop-after-read-hook): Fix typos.
5549         (desktop-clear-preserve-buffers): Remove redundant info in
5550         docstring already shown by the obsolescence message.
5551         (desktop-truncate, desktop-internal-v2s)
5552         (desktop-value-to-string): Change argument name to match docstring.
5554         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
5556         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
5557         docstring.
5559 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5561         * printing.el: Replace "As Is..." in PostScript file print/preview by
5562         "No Preprocessing...".  Suggested by Colin Marquardt
5563         <_marquardt_@zmd.de>.
5564         (pr-insert-section-4): Adjust buffer interface.
5566 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
5568         Version 2.0.39 of Tramp released.
5570         * net/tramp.el (tramp-handle-file-local-copy)
5571         (tramp-handle-write-region, tramp-open-connection-rsh):
5572         Variable name typo.  Small change.  From Patrick Tullmann
5573         <tullmann@flux.utah.edu>.
5574         (tramp-process-connection-type): New variable.
5575         (tramp-maybe-open-connection): Use it.
5576         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5577         (tramp-touch): Set last-modified time of a remote file.
5578         (tramp-handle-write-region): Say which function is used when encoding.
5580 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
5582         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
5583         case of non-existing filename, too.  Reported by Christoph Bauer
5584         <c_bauer@informatik.uni-kl.de>.
5585         (tramp-smb-get-file-entries): The directory in question should
5586         have permissions "drwxrwxrwx".  Just virtual, because we don't
5587         know the real permissions.  Don't we know?
5588         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
5589         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
5590         (tramp-smb-wait-for-output): Optimize algorithm getting pending
5591         output.  If it was received chunkwise, there have been problems.
5592         Remove the "prompt not found" error message; it is obvious.
5593         Simplify algorithm.
5594         (tramp-smb-process-running): Remove.  Since we acknowledge the
5595         virtual prompt for shares, there's no need for distinction of
5596         reading shares (process ends afterwards) and interactive mode of
5597         smblient.
5598         (tramp-smb-open-connection): Setting process sentinel removed.
5599         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
5600         "NT_STATUS_NETWORK_ACCESS_DENIED".
5601         (tramp-smb-maybe-open-connection): Set `process-connection-type'
5602         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
5603         (top-level): Setting default value in `tramp-default-method-alist'
5604         corrected.  Order of USER and HOST have been wrong.
5605         Nobody complained for months ...
5606         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
5607         (tramp-smb-open-connection): Clear password cache if login has failed.
5609         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5610         `tramp-unified-filenames'.
5611         (tramp-completion-mode): Make test for XEmacs explicitely.
5612         `event-to-character' can exists in Emacs packages too.
5613         Reported by Matt Swift <swift@alum.mit.edu>.
5614         (tramp-buffer-name): Buffer name must contain the user if exists.
5615         Reported by Adrian Phillips <a.phillips@met.no>.
5616         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
5617         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
5618         (tramp-do-copy-or-rename-file-out-of-band): Rename from
5619         `tramp-do-copy-or-rename-file-one-local', because it handles also
5620         the case both files use the same out-of-band method.
5621         Implementation added.
5622         (tramp-handle-file-local-copy, tramp-handle-write-region):
5623         Out-of-band handling removed.  `copy-file' called instead, which
5624         calls `tramp-do-copy-or-rename-file-out-of-band'.
5625         (tramp-action-password): Check for out-of-band method removed.
5626         This function is used for 'login-program.
5627         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
5628         appropriate.
5629         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
5630         and `tramp-parse-sknownhosts'.
5631         (tramp-completion-function-alist): It's a defvar now, because we
5632         want to apply the optimized `tramp-set-completion-function'
5633         instead of a static list.
5634         (tramp-set-completion-function): Implementation tuned.
5635         Avoid double entries, and entries where the function or the
5636         file/directory doesn't exist.
5637         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
5638         for SSH2.
5639         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
5640         (tramp-handle-dired-compress-file): New function.
5641         (tramp-async-proc): New variable.
5642         (tramp-handle-shell-command): Adding asynchronous processes.
5643         They are far from being perfect, but it works at least for
5644         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
5645         (top-level): Require password.el if visible.  Should be mandatory
5646         once No Gnus has found its way into (X)Emacs.
5647         (tramp-read-passwd): Invoke `password-read' if available,
5648         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
5649         fallback any longer.
5650         (tramp-clear-passwd): New function.
5651         (tramp-process-actions, tramp-process-multi-actions):
5652         Clear password cache if login has failed.
5654         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
5655         its own module.
5656         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
5657         `ange-ftp-ftp-name-res'.  There could be incorrect values from
5658         previous calls in case the "ftp" method is used in the Tramp file
5659         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5661 2004-02-28  Richard M. Stallman  <rms@gnu.org>
5663         * term.el (term-mouse-paste): Call mouse-set-point.
5665         * thumbs.el: New file.
5667 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5669         * progmodes/ebnf-abn.el: Doc fix.
5671         * progmodes/ebnf-bnf.el: Doc fix.
5672         (ebnf-repeat): Code fix.
5674         * progmodes/ebnf2ps.el: Doc fix.
5675         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
5677 2004-02-28  Juri Linkov  <juri@jurta.org>
5679         * ffap.el (dired-at-point): Additional writability test for
5680         relative directory names.
5681         (dired-at-point-prompter): Treat directories as a directory, get
5682         the directory component from files.
5683         (ffap-string-at-point): Return string from region if region is active.
5684         (ffap-file-at-point): Remove redundant code.
5686 2004-02-28  Kim F. Storm  <storm@cua.dk>
5688         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
5689         Initialize margin area images to nil.
5690         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
5691         (breakpoint-enabled-bitmap-face)
5692         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
5693         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
5694         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
5695         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
5696         (gdb-reset): Use gdb-remove-breakpoint-icons.
5697         (gdb-put-string): Add dprop arg to specify alternative display
5698         property (for setting fringe bitmap).
5699         (gdb-remove-strings): Doc fix.
5700         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
5701         icon in fringe (if available), or else as icon or text in display
5702         margin.  Creates necessary icons in breakpoint-bitmap,
5703         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
5704         Also make left window margin if required.
5705         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
5706         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
5707         no longer needed.
5708         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
5709         gdb-put-breakpoint-icon.
5710         (gdb-assembler-mode): Don't set left-margin-width here.
5712 2004-02-27  Kevin Ryde  <user42@zip.com.au>
5714         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
5715         comma, so that it DTRT in macros.
5717 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5719         * progmodes/sh-script.el (sh-shell-arg)
5720         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
5721         (sh-leading-keywords, sh-other-keywords): Fix custom type.
5723 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
5725         * faces.el (face-spec-set-match-display): Add a new attribute,
5726         `min-colors'.
5727         (region, highlight, secondary-selection): Use `min-colors'.
5729         * custom.el (defface): Add documentation for `min-colors'.
5731         * font-lock.el (font-lock-comment-face, font-lock-string-face)
5732         (font-lock-keyword-face, font-lock-function-name-face)
5733         (font-lock-variable-name-face, font-lock-constant-face):
5734         Use `min-colors'.
5736         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
5738 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5740         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
5741         define assq-delete-all if it's not defined.
5742         (ebnf-generate-region): Code fix.
5744         * printing.el: Doc fix.
5745         (pr-version): New version number (6.7.2).
5746         (pr-command): Return empty string if command is an empty string.
5748 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5750         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
5752         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
5753         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
5754         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
5755         "tt" ["test"] ).  Reported by Markus Dreyer
5756         <mdreyer@ix.urz.uni-heidelberg.de>.
5757         (ebnf-version): New version number (4.0).
5758         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
5759         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
5760         (ebnf-delete-style): New commands.
5761         (ebnf-directory, ebnf-file): New funs.
5762         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
5763         (ebnf-production-name-p, ebnf-stop-on-error): New options.
5764         (ebnf-syntax-alist): New var.
5765         (ebnf-element-width): New fun replacing ebnf-list-width.
5766         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
5767         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
5768         (ebnf-prologue): Adjust vars.
5769         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
5770         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
5771         (ebnf-check-style-values, ebnf-generate-production)
5772         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
5773         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
5774         (ebnf-token-repeat): Code fix.
5776         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
5777         %right, %left and %prec.  Suggested by Matthew K. Junker
5778         <junker@alum.mit.edu>.
5779         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
5781         * progmodes/ebnf-iso.el: Doc fix.
5782         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
5783         (ebnf-iso-lex): Code fix.
5785         * progmodes/ebnf-bnf.el: Doc fix.
5786         (ebnf-bnf-lex): Code fix.
5788         * progmodes/ebnf-otz.el: Doc fix.
5790 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
5792         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
5793         (abbrev-prefix-mark): Doc fix.
5795 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
5797         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
5798         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
5799         (gdb-var-delete): Make interactive (really).
5800         (gdb-edit-value): Make non-interactive.
5802         * progmodes/gud.el (gud-speedbar-menu-items):
5803         Add gdb-var-delete and, indirectly, gdb-edit-value.
5804         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
5805         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
5806         (gud-gdb-marker-filter): Add comment for annotations.
5808 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
5810         * calendar/calendar.el (generate-calendar)
5811         (calendar-read-date): Prevent display of BC calendars once more -
5812         reverts 2003-10-01 change.
5813         (generate-calendar-month): Doc fix.
5815 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
5817         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
5818         return value of increment-calendar-month.
5820 2004-02-21  Stephen Compall  <s11@member.fsf.org>
5822         * saveplace.el (save-place-forget-unreadable-files)
5823         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
5824         (save-place-forget-unreadable-files): New function.
5825         (save-place-alist-to-file): Use it to filter out files that are
5826         no longer readable.
5828         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
5829         current Texinfo environment, using the same method as in
5830         `texinfo-insert-@end', and insert a space rather than a newline if
5831         point in a @table environment.
5833 2004-02-21  Juri Linkov  <juri@jurta.org>
5835         * ffap.el (ffap-file-at-point): Try parent directories.
5837 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
5839         * vcursor.el (vcursor-modifiers): New defcustom.
5840         (vcursor-cs-binding): Use vcursor-modifiers instead of a
5841         hard-coded list.
5843 2004-02-21  Masatake YAMATO  <jet@gyve.org>
5845         * play/animate.el (animate-birthday-present): Accept names other
5846         than `Sarah', too.
5848 2004-02-21  Juri Linkov  <juri@jurta.org>
5850         * startup.el: Remove table of command line arguments from the
5851         Commentary section.
5853 2004-02-20  John Wiegley  <johnw@newartisans.com>
5855         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
5856         again" modifier from 'e' to 'E', since 'e' is also used by the
5857         "file extension" modifier.
5859 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
5861         * help-fns.el (describe-categories): Doc fix.
5863 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
5865         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
5866         temporary file for buffer already visiting one.  This change makes
5867         output likely to be directly usable by patch program.
5868         Suggested by Adrian Aichner  <adrian@xemacs.org>
5870 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
5872         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
5873         case of variables defined in compound statements.
5874         (gdb-setup-windows, gdb-source-info, gdb-source-info):
5875         Simplify constructions using switch-to-buffer.
5877 2004-02-19  Simon Josefsson  <jas@extundo.com>
5879         * play/morse.el: Fix typo.
5880         (morse-code): Add @.
5882 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
5884         * calendar/appt.el (appt-display-format): Change default to
5885         'ignore, for backwards compatibility.
5886         (appt-display-message): If appt-display-format is 'ignore,
5887         respect old vars appt-msg-window and appt-visible.
5888         (appt-activate): Don't depend on return value of cancel-timer.
5890         * calendar/calendar.el (calendar-holidays): Doc fix.
5892         * calendar/cal-coptic.el (coptic-prompt-for-date):
5893         Use assoc-string instead of assoc-ignore-case.
5894         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
5895         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
5896         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
5897         * calendar/cal-islam.el (calendar-goto-islamic-date)
5898         (mark-islamic-diary-entries): Ditto.
5899         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
5900         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
5901         (calendar-read-mayan-tzolkin-date): Ditto.
5902         * calendar/calendar.el (calendar-read-date): Ditto.
5903         * calendar/diary-lib.el (mark-diary-entries): Ditto.
5905 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
5907         * progmodes/executable.el (executable-command-find-posix-p):
5908         Fix choice of the directory.
5910 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
5912         * simple.el (interprogram-cut-function)
5913         (interprogram-paste-function, kill-new, kill-append):
5914         Doc fixes.
5915         (kill-region): Make it return nil.  Doc fix.
5916         (yank-pop): Make its argument optional.
5917         (yank): Make ARG `-' equivalent to `-1'.
5919 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
5921         * mail/rmail.el (rmail-get-new-mail): Don't reference
5922         rmail-use-spam-filter if rmail-spam-filter is not loaded.
5924 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
5926         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
5927         if one of global-auto-revert-non-file-buffers or autorevert-mode
5928         is non-nil.
5930 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
5932         * subr.el (delete-dups): A better implementation from Karl Heuer
5933         <kwzh@gnu.org>.
5935 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
5937         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
5938         correct place.
5939         * progmodes/icon.el (icon-indent-command): Ditto.
5940         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
5942 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
5944         * progmodes/grep.el (grep-compute-defaults): Undo change from
5945         2004-01-29: don't use executable-command-find-posix-p.
5947 2004-02-16  Richard Sharman  <rsharman@pobox.com>
5949         * hilit-chg.el: Use require instead of eval-and-compile.
5950         (highlight-compare-buffers): New function.
5952 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
5954         * man.el (Man-fontify-manpage): Render section headings in
5955         `Man-overstrike-face' even when overstrike was not used by man
5956         formatter for section headings.
5958 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
5960         * rmail-spam-filter.el: (vm-use-spam-filter)
5961         (rsf-min-region-length-added-to-spam-list): New variables.
5962         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
5963         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
5964         spam testing.  Don't delete spam message if automatic deletion
5965         after output via variable rmail-delete-after-output is turned on.
5966         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
5967         rsf-bbdb-dont-create-entries-for-spam.
5968         (check-field): New function, extracted from code in
5969         rmail-spam-filter to ease addition of header fields like content-type.
5970         (message-content-type): New variable to check the content-type:
5971         field added, also in defcustom of rsf-definitions-alist.
5972         (rmail-spam-filter): Replace repeated test code for header fields
5973         by calls to check-field; change the call to
5974         rmail-output-to-rmail-file such that rmail-current-message stays
5975         the same to avoid wrong deletion of unseen flags.
5976         (rsf-add-contents-type): New function to convert old format
5977         of rmail-spam-definitions-alist into new one.
5978         Change prefixes of all variables and functions from
5979         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
5981 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
5983         * loadhist.el (unload-hook-features-list): New defvar.
5985 2004-02-16  Dave Love  <fx@gnu.org>
5987         * loadhist.el (unload-feature): Doc fix.  Rename flist to
5988         unload-hook-features-list.
5990 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
5992         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
5993         cookie.  Don't check if we are looking-at open-formula.
5995 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
5997         * subr.el (match-string-no-properties): Use substring-no-properties.
5999 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
6001         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
6002         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
6003         Use lower-case "rx" in all error message.
6005 2004-02-16  Dave Love  <fx@gnu.org>
6007         * emacs-lisp/rx.el (rx-or): Put group around result.
6008         (rx-constituents): Add backref.
6009         (rx-syntax): Add string-delimiter, comment-delimiter.
6010         (rx-categories): Add combining-diacritic.
6011         (rx-check-not, rx-greedy, rx): Doc fix.
6012         (rx-backref, rx-check-backref): New.
6014 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
6016         * newcomment.el (uncomment-region): Allow eob as comment end.
6018 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
6020         * filecache.el: All message and error commands now use prefix
6021         "Filecache:" to make it easy to read *Messages* buffer.
6023 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
6025         * autorevert.el: Add support to detect changed dired and VC buffers.
6026         (auto-revert-active-p, auto-revert-list-diff)
6027         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
6028         (auto-revert-handler, auto-revert-active-p): New functions.
6029         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
6030         and `auto-revert-active-p'.
6031         (eval-when-compile): Defvar dired-directory and vc-mode.
6032         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6033         (auto-revert-handler-vc): New functions.
6035 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
6037         * progmodes/compile.el (compilation-directory): New defvar.
6038         (compile): Save current directory in compilation-directory.
6039         (recompile): Bind default-directory to compilation-directory if
6040         that is non-nil.
6042 2004-02-16  Dave Love  <fx@gnu.org>
6044         * newcomment.el (comment-insert-comment-function)
6045         (comment-region-function, uncomment-region-function): New.
6046         (comment-indent): Use comment-insert-comment-function.
6047         (uncomment-region): Use uncomment-region-function.
6048         (comment-region): Use comment-region-function.
6050         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
6052 2004-02-16  Richard Stallman  <rms@gnu.org>
6054         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
6055         loaddefs* and ldefs-boot*.
6057 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
6059         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
6060         and email address at the beginning and end of the address.
6062         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
6063         anchored at the beginning of the email address.
6065 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
6067         * international/ccl.el (ccl-compile-write): Pass `left' to
6068         ccl-embed-code to generate correct code of write-expr-register.
6070 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
6072         * progmodes/grep.el (grep-compute-defaults): Fix typos.
6074 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6076         * x-dnd.el: Mention support for Motif in commentary.
6077         (x-dnd-handle-drag-n-drop-event): Ditto.
6079 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
6081         * ses.el: Use "ses--" prefixes for buffer-local variables.
6082         Use (point-min) instead of 1, even when we know the buffer
6083         is unnarrowed.
6084         (ses-build-load-map): Delete.  Distribute its content to defconst's for
6085         the three maps.
6086         (ses-menu, ses-header-line-menu): New menus.
6087         (ses-mode-map): Use them.
6088         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
6090 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
6092         * Makefile.in: Fix the CC Mode recompile kludge so it works
6093         when building in a different directory.
6095 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
6097         * simple.el (kill-new): Put yank-handler property on the entire string.
6099 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6101         * diff.el: Don't use compile any more, use diff-mode instead.
6102         (diff-regexp-alist, diff-old-file, diff-new-file)
6103         (diff-parse-differences, diff-process-setup): Remove.
6104         (diff-sentinel): New fun.
6105         (diff): Use it.  Run the process ourselves.
6106         Use diff-mode for the rest of the processing.
6108         * diff.el (diff): Simplify code handling `switch'.
6110 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6112         * pcvs-defs.el (cvs-menu): Add `tag'.
6114 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
6116         * simple.el (kill-append): Doc fix.
6118         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6119         Adapt outline-regexp to the new conventions for commenting out code.
6121 2004-02-11  John Paul Wallington  <jpw@gnu.org>
6123         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
6125 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6127         * diff.el (diff-switches): New fun.
6128         (diff, diff-backup): Use it.
6129         (diff): Clean up the args construction.  Use backquote.
6130         Use listp instead of consp to avoid putting a nil arg.
6131         (diff): Add a revert-buffer function.
6133 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6135         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
6136         handled by x-dnd-handle-file-name.
6137         (x-dnd-known-types): Add COMPOUND_TEXT.
6138         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
6139         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
6140         x-dnd-empty-state.
6141         (x-dnd-forget-drop): Ditto.
6142         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
6143         (x-dnd-handle-one-url): Return private when inserting text.
6144         (x-dnd-insert-ctext): New function.
6145         (x-dnd-handle-file-name): New function for FILE_NAME.
6146         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
6147         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
6148         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
6150 2004-02-10  Kenichi Handa  <handa@m17n.org>
6152         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
6153         instead of while loop.
6155 2004-02-10  Miles Bader  <miles@gnu.org>
6157         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
6159 2004-02-09  Kenichi Handa  <handa@m17n.org>
6161         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
6162         have end-of-line.
6164 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
6166         * Makefile.in: Added extra dependencies in the recompile target
6167         needed to cope with the compile time macro expansions in CC Mode.
6169 2004-02-09  Kim F. Storm  <storm@cua.dk>
6171         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
6172         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
6173         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
6174         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
6175         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
6176         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
6177         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
6178         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
6179         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
6180         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
6181         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
6183 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6185         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
6186         Don't allow shrink if there's a window on our right.
6188         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
6189         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
6190         Bring together declaration and initialization.
6191         (prolog-mode-variables): Don't set the syntax table.
6192         Don't set paragraph-start and comment-indent-function.
6193         Add /*..*/ to the comment regexps.
6194         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
6195         (prolog-mode-map): Don't bind TAB.
6196         (prolog-mode): Set the syntax table.
6197         (prolog-comment-indent): Remove.
6198         (inferior-prolog-mode-map): Initialize in the declaration.
6199         (inferior-prolog-mode-syntax-table)
6200         (inferior-prolog-mode-abbrev-table): New vars.
6201         (inferior-prolog-mode): Derive from comint-mode.
6202         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
6203         minibuffer windows.
6205         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
6206         in file names, as long as it is unabmiguous.
6208 2004-02-08  Andreas Schwab  <schwab@suse.de>
6210         * textmodes/reftex-toc.el
6211         (reftex-toc-load-all-files-for-promotion): Remove useless use of
6212         format.  Doc fix.
6214         * textmodes/refer.el (refer-find-entry-internal): Remove extra
6215         format string arguments.
6217         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
6218         string argument.
6220         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
6222         * play/zone.el (zone-call): Fix format string.
6224         * net/webjump.el (webjump-builtin): Add missing format string argument.
6226         * midnight.el (midnight-delay-set): Remove extra format string argument.
6228         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
6230         * hexl.el (hexl-insert-char): Add missing format string argument.
6232         * format.el (format-decode): Fix format string.
6234         * emulation/vi.el (vi-mode): Remove extra format string argument.
6235         (vi-repeat-last-search): Likewise.
6236         (vi-reverse-last-search): Likewise.
6237         (vi-goto-mark): Likewise.
6238         (vi-reverse-last-find-char): Likewise.
6239         (vi-repeat-last-find-char): Likewise.
6240         (vi-locate-def): Likewise.
6242         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
6244         * ediff-util.el (ediff-toggle-read-only): Remove extra format
6245         string argument.
6246         (ediff-toggle-regexp-match): Likewise.
6248         * dired-aux.el (dired-do-query-replace-regexp): Add missing
6249         format string argument.
6251         * calc/calc-map.el (calc-get-operator): Remove extra format
6252         string argument.
6254         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
6256         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
6257         string argument.
6259         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
6261         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
6263         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
6265         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
6266         (cl-struct-setf-expander): Likewise.
6268         * vc.el (with-vc-file): Fix unsafe uses of error.
6269         (vc-cancel-version): Likewise.
6271 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
6273         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
6274         thousands separator; fixes <class>:<line-number> regexp for
6275         non-english locales.
6277 2004-02-08  Andreas Schwab  <schwab@suse.de>
6279         * view.el (view-mode-enable): Revert previous change.
6281 2004-02-07  Kim F. Storm  <storm@cua.dk>
6283         * simple.el (line-number-at-pos): Rename from line-at-pos.
6284         Uses changed (what-line and vc-annotate-warp-version).
6286 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6288         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
6289         (diff-mode): Remove aborted attempt at support for compile.el.
6290         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
6292 2004-02-06  Andreas Schwab  <schwab@suse.de>
6294         * view.el (view-mode-enable): Add view-mode-map to
6295         minor-mode-overriding-map-alist.
6297 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6299         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
6301 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6303         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
6304         with point inside rather than after the paragraph.
6306 2004-02-04  Sam Steingold  <sds@gnu.org>
6308         * mail/smtpmail.el (smtpmail-try-auth-methods):
6309         Do not try authentication when no mechanism is available.
6310         Pass port-name as defaultport to `netrc-machine'.
6312 2004-02-04  Stephen Eglen  <stephen@gnu.org>
6314         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
6315         to show how minibuffer height can be constrained.
6317 2004-02-04  John Paul Wallington  <jpw@gnu.org>
6319         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
6321 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6323         * x-dnd.el: New file for drag and drop.
6325         * term/x-win.el: require x-dnd, set after-make-frame-functions
6326         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
6327         drag-n-drop event.
6329         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
6330         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
6331         (dired-dnd-handle-file): New functions for drag and drop support.
6332         (dired-mode): Initialize drag and drop if x-dnd present.
6334 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6336         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
6337         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
6338         (cperl-mode): Set fill-paragraph-function.
6339         (cperl-fill-paragraph): Make it non-interactive.
6341 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
6343         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
6345 2004-02-02  David Kastrup  <dak@gnu.org>
6347         * replace.el (perform-replace): Allow 'literal argument in
6348         regexp-flag to indicate literal replacement.
6349         (query-replace-regexp-eval): Use it.
6351 2004-02-01  Andreas Schwab  <schwab@suse.de>
6353         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
6355 2004-02-01  Stephen Eglen  <stephen@gnu.org>
6357         * info-look.el: Add support for maxima-mode.  Update commentary
6358         because info-lookup-symbol is now bound to C-h S.
6360 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
6362         * simple.el (edit-and-eval-command): Bind print-level and
6363         minibuffer-history-sexp-flag around call to read-from-minibuffer.
6364         Correct initial position in command-history.
6366 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
6368         * files.el (read-directory-name): Adapt the docstring to recent
6369         change in Fread_file_name.
6371 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
6373         * ses.el (ses-print-cell): If print format too wide for column
6374         width, truncate decimal places if that helps to avoid "#####" fill.
6375         * ses.el (ses-initial-column-width): Revert previous change.
6377 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6379         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
6380         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
6381         Add edebug info.
6382         (jit-lock-mode): Setup/cancel the new timer.
6383         (jit-lock-context-fontify): New fun.  Extracted from
6384         context fontification code of jit-lock-stealth-fontify.
6385         (jit-lock-stealth-fontify): Don't do context fontification any more.
6387         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
6388         (jit-lock-fontify-now): Handle the `quit' case.
6389         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
6391 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
6393         * progmodes/executable.el (executable-command-find-posix-p):
6394         New.  Check if find handles arguments Posix-style.
6396         * progmodes/grep.el (grep-compute-defaults):
6397         Use executable-command-find-posix-p.
6398         (grep-find): Check `grep-find-command'.
6400         * filecache.el (file-cache-find-posix-p): Delete.
6401         (file-cache-add-directory-using-find):
6402         Use `executable-command-find-posix-p'.
6404 2004-01-29  Dave Love  <fx@gnu.org>
6406         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6407         Iterate the hook function if arg is given.
6408         (mark-defun, narrow-to-defun): Change order of finding the limits.
6410         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
6411         (byte-compile-format-warn): New.
6412         (byte-compile-callargs-warn): Use it.
6413         (Format, message, error): Add byte-compile-format-like property.
6414         (byte-compile-maybe-guarded): New.
6415         (byte-compile-if, byte-compile-cond): Use it.
6416         (byte-compile-lambda): Compile interactive forms,
6417         just to make warnings about them.
6419 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
6421         * ses.el (ses-initial-column-width): Increase to 14, so it will
6422         work well with the default printer of "%.7g" for extreme values
6423         like "-1.234567e+07".
6425 2004-01-29  Kenichi Handa  <handa@m17n.org>
6427         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
6429 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
6431         * dos-w32.el: Added support for the `default-printer-name' function.
6433 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6435         * server.el (server-socket-name): Don't use the hostname in the
6436         socket name since /tmp is local to the host anyway.
6438         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
6439         robust check of widening and fix var-naming.
6441 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
6443         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
6444         or rmail-spam- to rsf- in all function and variable names.
6445         (rsf-min-region-to-spam-list): New variable.
6446         (rsf-bbdb-auto-delete-spam-entries): Rename from
6447         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
6448         scanned together with the recipients field for spam testing; Don't
6449         delete spam message if rmail-delete-after-output is non-nil;
6450         (rsf-check-field): New function, extracted from code in
6451         rmail-spam-filter to ease addition of header fields like
6452         content-type:;
6453         (message-content-type): New variable.  The content-type: field was
6454         added also in defcustom of rsf-definitions-alist;
6455         (rmail-spam-filter): Replace repeated test code for header fields
6456         by calls to check-field; change the call to
6457         rmail-output-to-rmail-file such that rmail-current-message stays
6458         the same to avoid wrong deletion of unseen flags.
6459         (rmail-use-spam-filter): Add autoload cookie.
6461 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
6463         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
6464         (file-cache-add-directory-using-find): Add Cygwin support.
6465         (file-cache-find-command-posix-flag): New user variable.
6467         * filecache.el (file-cache-add-directory): Check for
6468         directories an remove them from dir-files.
6470 2004-01-27  Richard M. Stallman  <rms@gnu.org>
6472         * man.el (Man-fontify-manpage): Clean up message.
6474 2004-01-27  Kenichi Handa  <handa@m17n.org>
6476         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
6477         (sentence-end): Define using sentence-end-without-space.
6479         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
6480         a sentence ends with one of a character in sentence-end-without-space.
6482 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6484         * font-lock.el (font-lock): Add jit-lock as explicit group member.
6485         (jit-lock): Group declaration moved to jit-lock.el.
6486         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
6487         when necessary.
6489         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
6490         (jit-lock-context-unfontify-pos): Rename from
6491         jit-lock-first-unfontify-pos.
6492         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
6494 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
6496         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
6497         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
6498         (fortran-fill): When filling a string, adjust re-search-backward
6499         argument for special case of string just on fill-column.
6500         When filling non-string, allow one extra char if
6501         fortran-break-before-delimiters is non-nil.
6502         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
6503         Use fortran-break-delimiters-re and fortran-no-break-re to
6504         correctly handle cases such as "**".
6506         * progmodes/f90.el (f90-break-delimiters): Doc fix.
6507         (f90-no-break-re): Add some extra tokens.  Doc fix.
6509 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
6511         * mail/rmail-spam-filter.el:
6512         Use two semicolons as Commentary line prefix.
6513         Add ";;; Code:" stylized comment.
6514         Delete end-of-line whitespace.
6515         Wrap (require 'cl) with `eval-when-compile'.
6517 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
6519         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
6520         at the top level of vc.el.
6522 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
6524         * vc.el (vc-current-line): Function removed.  This is now done by
6525         the new function line-at-pos in simple.el.
6526         (vc-annotate-warp-version): Use line-at-pos instead of
6527         vc-current-line.
6529 2004-01-22  Kim F. Storm  <storm@cua.dk>
6531         * simple.el (line-at-pos): New defun.
6532         (what-line): Use it.  Optimize by only counting lines in narrowed
6533         region once.
6535 2004-01-22  Kenichi Handa  <handa@m17n.org>
6537         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
6538         point (register r1) only for charset mule-unicode-0100-24ff.
6540 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
6542         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
6543         trailing white space and ensure a final newline.
6545         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
6546         Add autoload cookie.
6548 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
6550         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
6551         activate view-mode explicitly.
6553 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6555         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
6556         use clipboard first.
6558 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6560         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
6561         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
6562         (vc-mcvs-cvs): Remove.
6563         (vc-mcvs-command): Remove use of assert.
6565         * outline.el (outline-insert-heading): Tighten up match.
6566         (outline-demote, outline-move-subtree-down): Don't assume anything
6567         about outline-regexp.
6569         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
6570         (texinfo-show-structure): Explicitly add ^, and simplify.
6572 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
6574         * calendar/appt.el (appt-check): Restore usage of
6575         appt-issue-message deleted in previous change.
6576         (top-level): Activate package when loaded (needed for backwards
6577         compatibility).
6579 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
6581         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
6582         following previous change to smtpmail-send-data.
6584 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
6586         * vc.el (vc-default-previous-version): Doc enhancement.
6587         (vc-default-next-version): New function.
6588         (vc-print-log): New arg FOCUS-REV.
6589         (vc-annotate-mode): Derive from view-mode.
6590         (vc-annotate): New args REVISION, DISPLAY-MODE.
6591         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
6592         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
6593         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
6594         (vc-annotate-show-diff-revision-at-line, vc-current-line)
6595         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
6597         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
6599 2004-01-19  Karl Berry  <karl@gnu.org>
6601         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
6602         or "TexInfo".
6604 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
6606         * subr.el (delete-dups): New function.
6608 2004-01-19  Karl Berry  <karl@gnu.org>
6610         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
6611         with ^, since that's what texinfo-show-structure
6612         documentation says (plus it works much better in texinfo.txi).
6614 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
6616         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
6618 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
6620         * progmodes/which-func.el (which-function-mode): Don't cancel
6621         which-func-update-timer if not set.
6623 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
6625         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
6626         Remove spurious left square bracket in XX:XXam regexp.
6628 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
6630         * progmodes/cc-defs.el: Do not require cl at run time.
6632 2004-01-16  Richard M. Stallman  <rms@gnu.org>
6634         * emacs-lisp/cl.el (cl-cannot-unload): New function.
6635         (cl-unload-hook): Defvar this to run cl-cannot-unload.
6637         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
6638         Call rmail-spam-filter.  Delete and expunge spam.
6639         Print number of spam messages deleted.
6640         Save and restore the deletion status of old messages when reading
6641         new mail with spam filter, so that expunging spam does not expunge
6642         msgs deleted by the user.
6643         (rmail-only-expunge): Add an optional argument dont-show to
6644         prevent showing message after expunge.
6646 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
6648         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
6649         * subr.el (declare): New macro.
6651 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
6653         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
6655 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6657         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6658         Test window-system rather than system-type (for X11/Mac).
6660 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
6662         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
6664 2004-01-12  Richard M. Stallman  <rms@gnu.org>
6666         * mail/rmail.el (rmail-convert-to-babyl-format):
6667         Use mail-unquote-printable-region.
6668         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
6669         (rmail-hex-char-to-integer): Functions deleted.
6671         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
6672         (mail-unquote-printable-region): New arg NOERROR.
6673         For invalid encoding, either signal an error to just return nil.
6675 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
6677         * calendar/appt.el: Update copyright and commentary.
6678         (appt-issue-message): Make obsolete.
6679         (appt-visible, appt-msg-window): Make obsolete, in favour of
6680         appt-display-format.
6681         (appt-display-mode-line, appt-display-duration)
6682         (appt-display-diary, appt-time-msg-list, appt-mode-string)
6683         (appt-prev-comp-time, appt-display-count, appt-timer)
6684         (appt-convert-time): Doc change.
6685         (appt-disp-window-function, appt-delete-window-function):
6686         Use defcustom rather than defvar.
6687         (appt-display-format): New variable.
6688         (appt-display-message): New function with display code from appt-check.
6689         (appt-check): Add optional FORCE argument.  Doc change.
6690         Add appt-make-list to diary-hook if displaying diary.
6691         Remove checking of view-diary-entries-initially.
6692         Message display section removed to new function appt-display-message.
6693         (appt-display-window): Doc change.  Remove unused internal var
6694         this-buffer.  Do not beep, since appt-display-message does that.
6695         (appt-make-list): Doc change.  Use caar.
6696         (appt-sort-list): Simplify by using builtin sort function.
6697         (appt-update-list): New function for updating appts when diary is
6698         saved.
6699         (appt-activate): New autoloaded function to toggle package
6700         functionality.
6702         * calendar/cal-x.el: (calendar-one-frame-setup)
6703         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
6705         * calendar/calendar.el: Update copyright.
6706         (view-diary-entries-initially, european-calendar-style): Doc change.
6707         (calendar-setup): Make defcustom rather than defvar.
6708         (mark-visible-calendar-date): Initialize temp-face and faceinfo
6709         in let binding so local to function.
6711         * calendar/diary-lib.el: Update copyright.
6712         (diary, diary-entry-time): Doc change.
6713         (list-diary-entries): Doc change.  Trivial logic change.
6714         (fancy-diary-display): Restore make-face command mistakenly
6715         deleted 2003-05-08.
6716         (show-all-diary-entries): Allow to pop-up frame if needed.
6718 2004-01-09  John Paul Wallington  <jpw@gnu.org>
6720         * bindings.el (mode-line-change-eol): Add EVENT parameter.
6721         Temporarily select EVENT's window for changing eol type.
6723 2004-01-09  Deepak Goel  <deego@gnufans.org>
6725         * calendar/diary-lib.el (diary-entry-time):
6726         Also accept time in the form XX[.XX][am/pm/AM/PM].
6727         (fancy-diary-font-lock-keywords): Likewise.
6728         (diary-font-lock-keywords): Likewise.
6729         * calendar/appt.el (appt-add): Likewise.
6730         (appt-make-list): Likewise.
6731         (appt-convert-time): Likewise.
6733 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
6735         * gdb-ui.el (gdb-ann3): Revert previous change.
6736         (gdb-source-info): Allow for case of where compilation directory
6737         is not recorded.
6739 2004-01-08  John Paul Wallington  <jpw@gnu.org>
6741         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
6743 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
6745         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
6747         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
6748         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
6749         problems.
6750         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
6752 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
6754         * files.el (write-file-functions, write-contents-functions):
6755         Clarify docstrings.
6757 2004-01-07  Kenichi Handa  <handa@m17n.org>
6759         * international/mule.el (set-auto-coding): Fix for the case that
6760         end-of-line is only CR.
6762 2004-01-07  Kim F. Storm  <storm@cua.dk>
6764         * subr.el (event-start, event-end): Doc fix.
6765         (posn-string, posn-image): New defuns.
6766         (posn-object): Return either image or string object.
6767         (posn-object-x-y): Return 8th element of position.
6768         (posn-object-width-height): New defun.
6770 2004-01-06  Andreas Schwab  <schwab@suse.de>
6772         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
6773         output.
6775 2004-01-05  Karl Berry  <karl@gnu.org>
6777         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
6778         / and *, too.
6780 2003-12-31  Simon Josefsson  <jas@extundo.com>
6782         * files.el (before-save-hook): Add.
6783         (basic-save-buffer): Use before-save-hook.
6785         * emacs-lisp/copyright.el: Fix comment to recommend
6786         before-save-hook instead of write-file-functions.
6788 2004-01-05  Richard M. Stallman  <rms@gnu.org>
6790         * finder.el (finder-commentary): Call delete-other-windows.
6792         * net/ange-ftp.el (ange-ftp-file-attributes):
6793         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
6795 2004-01-04  Karl Berry  <karl@gnu.org>
6797         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
6798         comment characters % and # in the copyright year notice,
6799         as well as ;.
6801 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
6803         * wid-edit.el (default): Define dummy :value-delete.
6804         Reported by Jesper Harder <harder@ifa.au.dk>.
6806 2004-01-03  Richard M. Stallman  <rms@gnu.org>
6808         * progmodes/compile.el (compile-internal): Use point, not point-min,
6809         for set-window-point.
6811         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
6813         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
6815         * progmodes/grep.el (grep-mode-map):
6816         Don't remap next-line, previous-line.
6818 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
6820         * speedbar.el (speedbar-edit-line): Change regexp to position
6821         the cursor on the first character of this line's button.
6823 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
6825         * subr.el (functionp): Doc fix.
6827 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
6829         * progmodes/idlwave.el (idlwave-make-tags):
6830         * textmodes/flyspell.el (flyspell-large-region):.
6831         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6832         * emulation/viper-util.el (viper-glob-unix-files):
6833         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
6834         * man.el (Man-init-defvars):
6835         * jka-compr.el (jka-compr-call-process):
6836         * files.el (get-free-disk-space,insert-directory):
6837         * ediff-ptch.el (ediff-test-patch-utility):
6838         * ediff-diff.el (ediff-test-utility):
6839         * dired-aux.el (dired-check-process):
6840         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
6841         test the return value of call-process, because it can be a string.
6843 2003-12-31  John Paul Wallington  <jpw@gnu.org>
6845         * bindings.el (completion-ignored-extensions): Add .pfsl.
6847 2003-12-31  Kim F. Storm  <storm@cua.dk>
6849         * ido.el (ido-nonreadable-directory-p): New defun to check for
6850         nonreadable directory without activating tramp (to avoid problems
6851         with checking incomplete tramp paths).
6852         (ido-set-current-directory, ido-file-internal)
6853         (ido-file-name-all-completions1): Use it.
6855 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
6857         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
6858         documentation if the anchor (or node) name is preceded by `info
6859         anchor' or `Info anchor' in addition to earlier `info node' and
6860         `Info node'.
6861         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
6863 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
6865         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
6866         error in arguments to base64-decode-region.  Remove ^M characters
6867         after decoding base64.
6869 2003-12-30  Simon Josefsson  <jas@extundo.com>
6871         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
6872         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
6873         have only been distributed with Emacs for some years.
6874         (texinfo-mode-hook): Customize.
6876 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
6878         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
6879         cleaner (suggested by Richard Stallman).
6881         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
6882         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
6883         file-name clashes on 8+3 DOS filesystems.
6885         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
6886         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
6887         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
6888         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
6889         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
6890         file-name clashes on 8+3 filesystems.
6892         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
6893         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
6894         file-name clashes on 8+3 DOS filesystems.
6896 2003-12-29  Richard M. Stallman  <rms@gnu.org>
6898         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
6899         Upcase the character.
6901         * textmodes/flyspell.el (mail-mode-flyspell-verify):
6902         Search for header separator alone on a line, literally,
6903         and search for it backward, not forward.
6904         (flyspell-abbrev-table): Always use global-abbrev-table
6905         if there is no local one.
6907         * progmodes/sh-script.el (sh-get-indent-info):
6908         Don't move point back if at bob.
6910         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
6912         * play/handwrite.el (handwrite): Make the handwrite credit message
6913         a comment rather than an output command.
6915         * obsolete/sc.el: Display message that this file is obsolete.
6917         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
6919         * mail/rfc822.el (rfc822-address-start): Declare variable.
6920         Renamed from address-start.  All uses changed.
6922         * term.el (term-exec): Set up sentinel.
6923         (term-sentinel): New function.
6924         (term-handle-exit): New function.
6926         * subr.el (assoc-ignore-case, assoc-ignore-representation):
6927         Use assoc-string, and mark them obsolete.
6928         (delay-mode-hooks): Mark as permanent local.
6930         * simple.el (sendmail-user-agent-compose): Use assoc-string.
6932         * register.el (copy-rectangle-to-register): Doc fix.
6934         * info.el (Info-insert-dir): Use assoc-string.
6936         * info-look.el (info-lookup): Use assoc-string.
6938         * frame.el (pop-up-frame-function): Use quote, not `function'.
6939         (frame-notice-user-settings): Calculate ADJUSTED-TOP
6940         copying with lists as coordinate values.
6942         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
6944         * find-dired.el (kill-find): New command.
6945         (find-dired): Make buffer read-only.
6946         Set up a keymap with C-c C-k running kill-find.
6947         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
6949         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
6951         * filecache.el (file-cache-ignore-case): New variable.
6952         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
6954         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
6955         (comint-dynamic-complete-as-filename): Rename local vars.
6956         (comint-dynamic-list-filename-completions): Likewise.
6958         * comint.el (comint-dynamic-list-completions-config): New var.
6959         (comint-dynamic-list-completions): Handle both SPC and TAB right.
6961         * comint.el (comint-file-name-chars): Add [].
6962         (comint-word): Use skip-chars-backward, not search.
6964         * shell.el (shell-file-name-chars): Add [].
6966         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
6968         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
6970         * generic.el (define-generic-mode): Doc fix.
6972 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
6974         * files.el (kill-some-buffers): Doc fix.
6976 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
6978         * comint.el (comint-watch-for-password-prompt): Pass `string' as
6979         arg to send-invisible
6980         (send-invisible): Doc fix.  The argument is now a prompt, not the
6981         string to send.
6982         (comint-read-noecho): Doc fix.
6984 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
6986         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
6987         "@", as required by some ISP hosting service.  Fix defcustom
6988         argument syntax errors that prevented use of customization.
6990 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
6992         * xml.el (xml-get-attribute-or-nil): Doc fix.
6994 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
6996         * net/zone-mode.el (zone-mode): Use write-file-functions, not
6997         write-file-hooks.
6999 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
7001         * autorevert.el (auto-revert-interval): Doc fix.
7003 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
7005         * xml.el (xml-get-attribute-or-nil): New function, like
7006         xml-get-attribute, but returns nil if the attribute was not found.
7007         (xml-get-attribute): Convert to defsubst, uses
7008         xml-get-attribute-or-nil.
7010 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
7012         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
7014 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
7016         * custom.el (custom-declare-theme): Use `value' when putting
7017         properties on `theme'.
7019 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
7021         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
7022         for each yank-handler segment.
7023         (insert-for-yank-1): New function, with the body of the previous
7024         insert-for-yank.
7026         * textmodes/table.el (table-yank-handler): New defcustom.
7027         (table--put-cell-indicator-property): Put yank-handler property
7028         that indicates the yank handler for the table cell.
7030 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7032         * generic-x.el (etc-modules-conf-generic-mode): A more complete
7033         set of keywords.
7035 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
7037         * international/mule-cmds.el (reset-language-environment)
7038         (set-language-environment): Don't invoke fontset-related functions
7039         if fontset-list is not fboundp.
7041 2003-12-29  Kenichi Handa  <handa@m17n.org>
7043         * international/mule-cmds.el (reset-language-environment):
7044         Call set-overriding-fontspec-internal with nil.
7045         (set-language-environment): Call set-overriding-fontspec-internal
7046         if the language environment specify `overriding-fontspec'.
7047         (language-info-alist): Doc added.
7049         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
7050         characters of mule-unicode-0100-24ff.
7051         (ccl-encode-windows-1251-font): New CCL program.
7052         ("Bulgarian"): Specify overriding-fontspec.
7053         ("Belarusian"): Likewise.
7055 2003-12-28  Sam Steingold  <sds@gnu.org>
7057         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
7058         parameter ID-FORMAT to conform with the 2003-11-30 patch.
7060 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
7062         * progmodes/gud.el (gud-gdb-command-name): Set default to
7063         "gdb --annotate=3".
7064         (gud-gdb-marker-filter): Look out for annotations.
7065         (gdb-first-pre-prompt): New variable.
7066         Remove trailing white space.
7068         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
7069         if necessary.
7070         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
7071         annotations are detected.
7072         (gud-gdba-marker-filter): Use global variable gud-marker-acc
7073         instead of a local one to allow transition from
7074         gud-gdb-marker-filter.
7075         Remove trailing white space.
7077 2003-12-27  Kim F. Storm  <storm@cua.dk>
7079         * ido.el: Handle non-readable directories.
7080         (ido-decorations): Add 9th element for non-readable directory.
7081         (ido-directory-nonreadable): New dynamic var.
7082         (ido-set-current-directory): Set it.
7083         (ido-read-buffer, ido-file-internal):
7084         (ido-read-file-name, ido-read-directory-name): Let-bind it.
7085         (ido-file-name-all-completions1): Return empty list for
7086         non-readable directory.
7087         (ido-exhibit): Print [Not readable] if directory is not readable.
7088         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
7089         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
7090         Use it.
7092 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
7094         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
7095         calls to directory-files-and-attributes and file-attributes.
7096         (ls-lisp-format): Remove system dependent handling of user and
7097         group id's.
7099 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
7101         * ffap.el (ffap-read-file-or-url): Revert previous change.
7103 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
7105         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
7106         new list of included files called `files-with-node-lines', that
7107         only have node lines.  This way @include commands can include any
7108         file, such as version and update files without node lines, not
7109         just files that are chapters.
7111 2003-12-25  Andreas Schwab  <schwab@suse.de>
7113         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
7114         file not found.
7116 2003-12-08  Miles Bader  <miles@gnu.org>
7118         * dired.el (dired-between-files): Always use dired-move-to-filename,
7119         which is more robust in non-english locales.
7121 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
7123         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
7125 2003-12-24  Andreas Schwab  <schwab@suse.de>
7127         * shell.el (shell-file-name-quote-list): Add backslash.
7129         * comint.el (comint-quote-filename): Correctly handle backslash
7130         in comint-file-name-quote-list.
7132 2003-12-24  Kenichi Handa  <handa@m17n.org>
7134         * international/mule-cmds.el (set-default-coding-systems):
7135         Call ucs-set-table-for-input for all buffers that don't have local
7136         value of buffer-file-coding-system.
7138         * international/ucs-tables.el (ucs-set-table-for-input):
7139         If translation-table-for-encode is a symbol, get its
7140         translation-table property.
7142 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
7144         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
7145         to `completing-read' on a recently fixed bug.
7147         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
7148         instead of SPACE, to get the list of possible fringe modes.
7149         SPACE only works if both `partial-completion-mode' and
7150         `completion-auto-help' are nil.
7152         * complete.el (PC-is-complete-p): Delete.
7153         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
7154         calls to `test-completion'.
7156 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
7158         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
7159         to edit values when there are no children.
7161         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
7162         a mode called "Assembler" already exists.
7163         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
7164         (gud-watch): Use format option.  Remove font properties from string.
7165         (gdb-var-create-handler, gdb-var-list-children-handler):
7166         Don't bother about properties as there are none.
7167         (gdb-var-create-handler, gdb-var-list-children-handler)
7168         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
7169         with two arguments.
7170         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
7171         Let speedbar show value changes with a different font.
7172         (gdb-edit-value): New defun.
7173         (gdb-clear-partial-output, gdb-clear-inferior-io)
7174         (def-gdb-auto-update-handler): Use erase-buffer.
7175         (gdb-frame-handler): Display watch expressions in
7176         FUNCTION::VARIABLE format if required.
7178 2003-12-23  John Paul Wallington  <jpw@gnu.org>
7180         * info.el (Info-unescape-quotes, Info-split-parameter-string)
7181         (Info-goto-emacs-command-node): Doc fixes.
7183 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
7185         * cus-edit.el (custom-add-parent-links): Define "many".
7187 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
7189         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
7190         (widget-child-validate, widget-type-value-create)
7191         (widget-type-default-get, widget-type-match): New functions.
7192         (lazy): New widget.
7193         (menu-choice, checklist, radio-button-choice, editable-list)
7194         (group, documentation-string): Remove redundant (per 2003-10-25
7195         change) calls to `widget-children-value-delete'.
7196         (widget-choice-value-get, widget-choice-value-inline): Remove.
7197         (menu-choice): Update widget.
7199 2003-12-03  Kenichi Handa  <handa@m17n.org>
7201         * language/cyrillic.el: Register "microsoft-cp1251" in
7202         ctext-non-standard-encodings-alist.
7203         ("Bulgarian"): Add ctext-non-standard-encodings.
7204         ("Belarusian"): Likewise.
7206         * international/mule-conf.el (compound-text-with-extensions):
7207         Change the type to 2 (iso-2022 base).
7209         * international/mule.el (ctext-non-standard-encodings-alist):
7210         Change the format.
7211         (ctext-non-standard-encodings): New variable.
7212         (ctext-post-read-conversion): Fully re-written.
7213         (ctext-non-standard-designations-alist): Delete it.
7214         (ctext-non-standard-encodings-table): New function.
7215         (ctext-pre-write-conversion): Fully re-written.
7217 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
7219         * cus-edit.el (custom-add-parent-links): Add documentation links
7220         for parent, if the item has none of its own.
7222 2003-11-30  Richard M. Stallman  <rms@gnu.org>
7224         * dired-aux.el (dired-do-query-replace-regexp):
7225         Report files visited read-only.
7227 2003-11-30  Juri Linkov  <juri@jurta.org>
7229         * dired-aux.el (dired-compare-directories): New command.
7230         (dired-file-set-difference, dired-files-attributes): New functions.
7232 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
7233         Version 2.0.38 of Tramp released.
7235         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
7236         Charles Curley <charlescurley@charlescurley.com>.
7237         (tramp-multi-connection-function-alist): Add ssht entry which adds
7238         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
7239         Aichner.
7240         (tramp-get-method-parameter): New function to retrieve a method
7241         parameter.  This allows for omission of method parameters.
7242         Callers adjusted.
7244 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
7246         * net/tramp.el: Add new optional parameter ID-FORMAT to
7247         `file-attributes'.  Calls of `file-attributes' won't use this
7248         parameter for backward compatibility reasons.
7249         (tramp-perl-file-attributes): Add a new parameter to Perl script
7250         in order to handle uid/gid as strings, if desired.
7251         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
7252         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
7253         order to make the function more general.
7254         (tramp-handle-file-attributes): Replace proprietary optional
7255         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
7256         (tramp-handle-file-attributes-with-perl): Handle parameter
7257         NONNUMERIC if set.  This wasn't done in the past.
7258         (tramp-post-connection): Apply second parameter "$2" if
7259         `tramp-remote-perl' is called.
7261         * net/tramp-smb.el (tramp-smb-handle-delete-file):
7262         Correct cut'n'waste error (`filename' instead of `directory').
7263         (tramp-smb-handle-directory-files-and-attributes)
7264         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
7265         introduced parameter ID-FORMAT.
7266         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
7267         error (`directory' instead of `ldir').
7269         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
7270         `file-attributes' has a second parameter.  If yes, apply it with
7271         value "'integer".  Otherwise, don't use that parameter (default is
7272         integer format).
7274 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
7276         * help.el (help-map): Bind `display-local-help' to `C-h .'.
7277         (help-for-help): Add `C-h .' to the listed Help options.
7278         Remove trailing whitespace.
7280         * help-at-pt.el: New file.
7282 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
7284         * subr.el (noreturn, 1value): New macros for test coverage.
7285         See `testcover.el'.
7287         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
7289         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
7290         for macro `1value'.
7291         (testcover-1value): New function.  Checks that a 1value form
7292         actually returns only one value.  Requested by RMS.
7294 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
7296         * gdb-ui.el (gud-watch, gdb-var-create-handler)
7297         (gdb-var-list-children, gdb-var-list-children-handler)
7298         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
7299         gdb commands that use mi to keep them out of the command history.
7301 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7303         * cus-start.el (all): Add use-file-dialog.
7305 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7307         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
7309 2003-11-27  Kim F. Storm  <storm@cua.dk>
7311         * subr.el (posn-object-x-y): New defun.
7313 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7315         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
7316         Don't use `space' for \\\n.
7317         Be more selective as to which # are comment-starters.
7319 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
7321         * subr.el (number-sequence): Improve handling of floating point
7322         arguments (suggested by Kim Storm).  Allow negative arguments.
7324 2003-11-26  Kenichi Handa  <handa@m17n.org>
7326         * international/mule-cmds.el (standard-display-european-internal):
7327         Cancel the standard-display-table setting for ` and '.
7329 2003-11-26  Kim F. Storm  <storm@cua.dk>
7331         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
7332         New defcustoms to add ffap-like functionality to ido.
7333         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
7334         (ido-no-final-slash): New defun.
7335         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
7336         (ido-read-file-name): ): Toggle VC checking via
7337         vc-handled-backends instead of vc-master-templates.
7338         (ido-file-internal): Handle ido-use-url-at-point and
7339         ido-use-filename-at-point via code borrowed from ffap-guesser.
7340         Handle new ido-exit code ffap.
7341         (ido-sort-list): Ignore final slash when sorting file names.
7343 2003-11-25  Kim F. Storm  <storm@cua.dk>
7345         * emulation/cua-base.el (cua--standard-movement-commands):
7346         Add forward-sentence and backward-sentence.
7348 2003-11-25  Stephen Eglen  <stephen@gnu.org>
7350         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
7351         iswitchb-exit is set to 'usefirst when user selects buffer at head
7352         of list using RET.  (Selecting buffers at the head of the list was
7353         broken if the substring was also a complete buffername.)
7355 2003-11-23  Kim F. Storm  <storm@cua.dk>
7357         * progmodes/compile.el (grep-command, grep-use-null-device)
7358         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
7359         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
7360         (grep-regexp-alist, grep-program, find-program)
7361         (grep-find-use-xargs, grep-history, grep-find-history)
7362         (grep-process-setup, grep-compute-defaults)
7363         (grep-default-command, grep, grep-tag-default, grep-find)
7364         (grep-expand-command-macros, grep-tree-last-regexp)
7365         (grep-tree-last-files, grep-tree): Move grep variables, functions
7366         and commands to new file grep.el.
7367         (compilation-mode-map): Remove grep commands from Compile sub-menu.
7368         (compilation-process-setup-function): Doc fix.
7369         (compilation-highlight-regexp, compilation-highlight-overlay): New
7370         defvars used for highlighting current compile error in source buffer.
7371         (compile-internal): New optional args HIGHLIGHT-REGEXP and
7372         LOCAL-MAP which overrides compilation-highlight-regexp and
7373         compilation-mode-map for this compilation.
7374         Delay calling compilation-set-window-height until after running
7375         compilation-process-setup-function so it can buffer-local override
7376         compilation-window-height.
7377         Check buffer-local value of compilation-scroll-output.
7378         (compilation-set-window-height): Use buffer-local value of
7379         compilation-window-height.
7380         (compilation-revert-buffer): Don't pass (undefined)
7381         preserve-modes arg to revert-buffer.
7382         (next-error-no-select, previous-error-no-select): New commands.
7383         (compilation-goto-locus): Temporarily highlight current match in
7384         source buffer using compilation-highlight-regexp.
7386         * progmodes/grep.el: New file with grep code from compile.el.
7387         (grep): New defcustom group.
7388         (grep-window-height): New defcustom, like compilation-window-height.
7389         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
7390         (grep-scroll-output): New defcustom, like compilation-scroll-output.
7391         (grep-command, grep-use-null-device, grep-find-command)
7392         (grep-tree-files-aliases, grep-tree-ignore-case)
7393         (grep-tree-ignore-CVS-directories): Move to grep custom group.
7394         (grep-setup-hook): New hook variable.
7395         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
7396         (grep-last-buffer): New defvar, override compilation-last-buffer.
7397         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
7398         Call compile-internal with args highlight-regexp and grep-mode-map.
7400 2003-11-23  Kim F. Storm  <storm@cua.dk>
7402         * subr.el (event-start, event-end): Doc fix.
7403         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
7404         (posn-area, posn-actual-col-row, posn-object): New defuns.
7405         (posn-col-row): Simplify doc.  Rewrite to use cond.
7406         (posn-point): Also return buffer position for events outside text
7407         area (that info is now present in the event position).
7409         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
7410         mouse-set-point so that hscroll still works now that clicks on
7411         fringes generate specific mouse events.
7412         (mouse-set-point): Note that it now works in fringes and margins
7413         too due to new semantics of posn-point in fringes and margins.
7415         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
7416         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
7418 2003-11-20  Kim F. Storm  <storm@cua.dk>
7420         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
7421         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
7422         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
7423         to 100 for icons to avoid increasing line height when shown.
7425 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7427         * newcomment.el (comment-normalize-vars): Initialize properly if
7428         comment-start was nil.
7430 2003-11-19  Andreas Schwab  <schwab@suse.de>
7432         * simple.el (set-variable): Fix indentation.
7434 2003-11-17  Kenichi Handa  <handa@m17n.org>
7436         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
7437         Fix docstring.
7439 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
7441         * international/latin1-disp.el (latin1-display): Fix docstring.
7443 2003-11-16  John Wiegley  <johnw@newartisans.com>
7445         * eshell/em-ls.el (eshell-ls-file): There are times with
7446         size-width is nil and uncomputed (when directories are created in
7447         dired, for example); in this case, 4 is reasonable default value,
7448         although it may caused skewed new entries (which could be avoided
7449         by returning the original value of 8 in all cases, but 99% of the
7450         time this is a waste of whitespace).
7452 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
7454         * cc-engine.el (c-guess-continued-construct)
7455         (c-guess-basic-syntax): Check a little more carefully if it's a
7456         function declaration when an unknown construct followed by a block
7457         is found inside a statement context.  This avoids macros followed
7458         by blocks to be taken as function declarations.
7460         (c-guess-continued-construct): Change the analysis of a statement
7461         continuation with a brace open to `substatement-block', for
7462         consistency with recognized statements.
7464         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
7465         start is in a position so that `c-beginning-of-statement-1' jumped
7466         to the beginning of the same statement.
7468         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
7469         Don't accept binary operators in the arglist if we're in a function
7470         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
7471         template recognition in cases like "if (a < b || c > d)".
7473         (c-restricted-<>-arglists): New more appropriate name for
7474         `c-disallow-comma-in-<>-arglists'.
7476         Accessing functions updated for the variable name change.
7478         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
7479         match data could get clobbered if NOT-INSIDE-TOKEN is used.
7481         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
7482         labels.
7484         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
7485         instead of duplicating parts of it.  This fixes bogus label
7486         recognition.
7488         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
7489         of checking the context in which to apply the minimum indentation,
7490         so that it isn't enforced in e.g. namespace blocks.
7492         * cc-vars.el (c-inside-block-syms): New constant used by
7493         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
7494         to somewhat reduce the risk of becoming stale.
7496         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
7497         cc-cmds to cc-engine to allow use from cc-align.
7499         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
7500         qualified identifiers containing "::".
7502         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
7503         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
7505         * cc-vars.el (c-emacs-features): Use a space in front of the name
7506         of the temporary buffer.  That also avoids dumping problems in
7507         XEmacs due to undo info being left around after the buffer is killed.
7509         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
7510         arglist to see if it's a K&R style declaration.
7512         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
7513         before returning `knr-argdecl-intro'.
7515 2003-11-16  John Wiegley  <johnw@newartisans.com>
7517         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
7518         field in a long-listing always 8 characters, use `size-width',
7519         which has already been computed.
7521 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
7523         * subr.el (minor-mode-list): Add `hs-minor-mode'.
7525 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
7527         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
7528         Support operation while narrowed, with `diff-restrict-view'.
7530 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
7532         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7533         Take additional optional arg NARROWFUN.  For the generated functions:
7534         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
7535         include frags that arrange to check for and save narrowing state before
7536         the move and then conditionally call NARROWFUN after the move.
7538 2003-11-14  John Wiegley  <johnw@newartisans.com>
7540         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
7541         that was optional, but obviously missing based on surrounding code.
7543         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
7544         string arguments to numbers unless the whole argument was seen as
7545         a number.
7547 2003-11-14  Kenichi Handa  <handa@m17n.org>
7549         * international/mule.el (ctext-non-standard-encodings-alist):
7550         Fix coding systems.
7552 2003-11-10  Kenichi Handa  <handa@m17n.org>
7554         * language/kannada.el ("Kannada"): Add sample-text.
7556         * language/knd-util.el (kannada-compose-region)
7557         (kannada-compose-string, kannada-post-read-conversion):
7558         Add autoload cookie.
7560         * international/quail.el (quail-completion): Change the message
7561         "corresponding translations" to "corresponding characters".
7563 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
7565         * descr-text.el (describe-char): Fix typo.
7567 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
7569         These changes are to support Kannada language/script.
7571         * Makefile.in (DONTCOMPILE): Add kannada.el.
7573         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
7575         * loadup.el: Preload kannada.el.
7577         * language/ind-util.el (ucs-kannada-to-is13194-alist)
7578         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
7579         New variables.
7581         * language/kannada.el: New file.
7583         * language/knd-util.el: New file.
7585 2003-11-07  Andreas Schwab  <schwab@suse.de>
7587         * progmodes/autoconf.el (autoconf-font-lock-keywords):
7588         Also highlight AH_*.
7590         * xml.el (xml-parse-dtd): Fix misplaced paren.
7592 2003-11-07  Kenichi Handa  <handa@m17n.org>
7594         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
7596 2003-11-05  Juri Linkov  <juri@jurta.org>
7598         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
7599         (desktop-buffer-file): Use saved buffer-file-coding-system
7600         for file reading.  Set auto-insert to nil to prevent automatic
7601         insertion into restored empty files.
7603 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
7605         * files.el (risky-local-variable-p): Make second argument optional.
7607 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7609         * subr.el (add-hook): Fix last change.
7611 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
7613         * mail/rmail.el (rmail-convert-to-babyl-format):
7614         If base64-decode-region signals an error, catch it and silently
7615         ignore it.
7617 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
7619         * xml.el (xml-parse-region): Allow comments to appear after the
7620         topmost element has closed.
7621         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
7622         (xml-ns-expand-attr): New functions to do namespace handling.
7623         (xml-intern-attrlist): Back-compatible handling of attribute names.
7624         (xml-parse-tag): Move namespace handling to separate functions.
7625         Now produces elements in the form ((:ns . "element") (attr-list)
7626         children) instead of ('ns:element (attr-list) children).
7627         (xml-parse-attlist): Fix attribute parsing.
7628         (xml-parse-dtd): Change parsing so that it produces strings
7629         instead of interned symbols.
7631 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
7633         * dired.el (dired-ls-sorting-switches): Doc fix.
7635 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
7637         * emacs-lisp/rx.el (rx-or): Fix the case of
7638         "(rx (and ?a (or ?b ?c) ?d))".
7640 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
7642         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
7643         (texinfo-format-region): Use it.
7644         (texinfo-format-buffer-1): Ditto.
7646 2003-11-01  Alan Mackenzie  <acm@muc.de>
7648         Changes to allow scrolling whilst in isearch mode:
7649         * isearch.el (isearch-unread-key-sequence): New function,
7650         extracted from isearch-other-meta-char.
7651         (top level): (put 'foo 'isearch-scroll) on all Emacs's
7652         "scrollable" standard functions.
7653         (isearch-allow-scroll): New customizable variable.
7654         (isearch-string-out-of-window, isearch-back-into-window)
7655         (isearch-reread-key-sequence-naturally)
7656         (isearch-lookup-scroll-key): New functions.
7657         (isearch-other-meta-char): Doc string and functionality enhanced.
7658         Now accepts a prefix argument.
7659         (isearch-lazy-highlight-window-end): New variable.
7660         (isearch-lazy-highlight-new-loop): Pay attention to the window's
7661         end (thru isearch-lazy-highlight-window-end), not only its start.
7663         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
7664         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
7665         (universal-argument, universal-argument-more, negative-argument)
7666         (digit-argument, universal-argument-other-key): Minor changes.
7668 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
7670         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
7671         recursively if the last message is deleted, thus avoiding an
7672         infinite loop.
7674 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7676         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
7677         (tex-main-file): Don't add .tex if the extension is already present.
7678         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
7680 2003-10-29  Lute Kamstra  <lute@gnu.org>
7682         * progmodes/octave-inf.el (inferior-octave-prompt):
7683         Recognize version number in prompt.
7685 2003-10-28  Dave Love  <fx@gnu.org>
7687         * international/characters.el: Fix some Unicode ranges.
7689 2003-10-28  Kenichi Handa  <handa@m17n.org>
7691         * disp-table.el (standard-display-8bit)
7692         (standard-display-default, standard-display-ascii)
7693         (standard-display-g1, standard-display-graphic)
7694         (standard-display-underline): Assure that standard-display-table
7695         is a display table.
7697 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7699         * simple.el (reindent-then-newline-and-indent): Delete space *after*
7700         reindenting the first line.
7702 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
7704         * wid-edit.el (widget-default-delete): Always delete child widgets.
7706 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7708         * newcomment.el (comment-indent): Don't call indent-according-to-mode
7709         if the line has code.
7710         Don't try to line up with something that's too far left.
7712         * progmodes/octave-mod.el (octave-comment-start): Simplify.
7713         (octave-mode-syntax-table): Add % as a comment starter.
7714         (octave-point): Remove.
7715         (octave-in-comment-p, octave-in-string-p)
7716         (octave-not-in-string-or-comment-p, calculate-octave-indent)
7717         (octave-blink-matching-block-open, octave-auto-fill):
7718         Use line-(beginning|end)-position instead.
7720 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
7722         * emacs-lisp/authors.el (authors-aliases): Add correct realname
7723         for Francesco Potort\e,Al\e(B.
7725 2003-10-23  Dave Love  <fx@gnu.org>
7727         * international/mule-cmds.el (locale-charset-to-coding-system):
7728         Don't rely on nil being a coding system.
7730         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
7731         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
7732         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
7734 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
7736         * gdb-ui.el (gdb-current-language): New variable.
7737         (gdb-update-flag): Remove variable.
7738         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
7739         (gdb-take-last-elt): Remove function.
7740         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
7741         (gdb-post-prompt): Check for variable object changes here.
7743         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
7744         object changes in gdb-ui.el.
7746 2003-10-21  Richard M. Stallman  <rms@gnu.org>
7748         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
7750         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
7751         Don't check for foo*/ wildcard form here.
7752         (insert-directory): Recognize foo*/ as a wildcard.
7753         Separate wildcard-regexp variable from the arg, wildcard.
7755         * subr.el (add-hook): Correctly detect when make-local-hook was used.
7756         (remove-hook): Correctly handle strange cases about local hooks.
7758 2003-10-21  David Ponce  <david@dponce.com>
7760         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
7761         argument REAL, to return a real number instead of a rounded
7762         integer value.  Define as inline function.
7763         (ruler-mode-right-fringe-cols): Likewise.
7764         (ruler-mode-scroll-bar-cols): New function.
7765         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
7766         (ruler-mode-right-scroll-bar-cols): Likewise.
7767         (ruler-mode-space): New function.
7768         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
7769         scroll bar mode and margins in a more robust way.
7771 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
7773         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
7774         (antlr-c-init-language-vars): New function.
7775         (antlr-mode): Use it with cc-mode before v5.29.
7776         (antlr-c-common-init): Don't set some local vars here.
7777         (antlr-mode): Set them here.
7778         (antlr-c-forward-sws): New function alias.
7779         (antlr-mode): Redefine with cc-mode before v5.30.
7780         (antlr-skip-sexps): Use it.
7781         (antlr-skip-exception-part): Ditto.
7782         (antlr-skip-file-prelude): Ditto.
7783         (antlr-outside-rule-p): Ditto.
7784         (antlr-end-of-body): Ditto.
7785         (antlr-option-kind): Ditto.
7786         (antlr-insert-option-area): Ditto.
7787         (antlr-file-dependencies): Ditto.
7789 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7791         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
7792         Move backward only if point was not inside an entry.
7794 2003-10-21  Richard M. Stallman  <rms@gnu.org>
7796         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
7798 2003-10-21  Juri Linkov  <juri@jurta.org>
7800         * compare-w.el: Automatically skip non-matching text to resync.
7801         (compare-windows-whitespace): Doc fix.
7802         (compare-windows-sync, compare-windows-sync-string-size)
7803         (compare-windows-recenter, compare-ignore-whitespace)
7804         (compare-windows-highlight, compare-windows-face): New variables.
7805         (compare-windows): Use compare-windows-sync.
7806         (compare-windows-highlight, compare-windows-dehighlight)
7807         (compare-windows-sync-regexp)
7808         (compare-windows-sync-default-function): New functions.
7810 2003-10-21  Juri Linkov  <juri@jurta.org>
7812         * diff.el (diff-parse-differences): Don't visit the files now;
7813         instead, just record the error locus.
7815 2003-10-21  Dave Love  <fx@gnu.org>
7817         * progmodes/cfengine.el: New file.
7819 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7821         * complete.el (PC-do-completion): Do not forget to use `pred' as the
7822         default-directory when completing file names.
7824 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
7826         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
7827         followed by the word `face', it gets treated as a face, even if
7828         it is also defined as a variable or a function.
7830 2003-10-20  Dave Love  <fx@gnu.org>
7832         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7833         Avoid incf in macro expansion.
7835 2003-10-20  John Paul Wallington  <jpw@gnu.org>
7837         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
7838         `evenp' so we don't implicitly require cl library at runtime.
7840 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
7842         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
7843         (help-make-xrefs): Only make cross-references for faces if
7844         preceded or followed by the word `face'.  Do not make a
7845         cross-reference for variables without variable documentation,
7846         unless preceded by the word `variable' or `option'.  Update doc
7847         string accordingly.
7849 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
7851         * progmodes/hideshow.el: Rewrite one-armed `if'
7852         constructs using either `when' or `unless'.
7853         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
7855 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
7857         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
7858         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
7859         instead of 12x12.
7861 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
7863         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
7864         message while converting to Babyl.
7866 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
7868         * allout.el (allout-mode): Doc fix.
7870 2003-10-16  Lute Kamstra  <lute@gnu.org>
7872         * subr.el (force-mode-line-update): Fix docstring.
7874 2003-10-14  Dave Love  <fx@gnu.org>
7876         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
7877         (default-input-method): Add :link, improve :type.
7878         (locale-charset-language-names): Fix utf-8 pattern.
7879         (locale-charset-match-p, locale-charset-alist)
7880         (locale-charset-to-coding-system): New.
7881         (set-locale-environment): Deal with codeset part of locale specs.
7883 2003-10-14  Lute Kamstra  <lute@gnu.org>
7885         * fringe.el (fringe-mode): Use active voice in docstring.
7886         (set-fringe-style): Ditto.
7888 2003-10-13  Lute Kamstra  <lute@gnu.org>
7890         * fringe.el (fringe-mode): Fix docstring.
7891         (set-fringe-style): Ditto.
7893 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
7895         * ediff-mult.el (ediff-filegroup-action):
7896         Use ediff-default-filtering-regexp.
7898         * ediff-util.el (ediff-recenter): Don't call
7899         ediff-restore-highlighting twice.
7900         (ediff-select-difference): Set current difference.
7901         (ediff-unselect-and-select-difference): Add comment.
7903         * ediff.el (ediff-directories,ediff-directory-revisions)
7904         (ediff-directories3,ediff-merge-directories)
7905         (ediff-merge-directories-with-ancestor)
7906         (ediff-merge-directory-revisions)
7907         (ediff-merge-directory-revisions-with-ancestor):
7908         Use ediff-default-filtering-regexp.
7910 2003-10-12  Andreas Schwab  <schwab@suse.de>
7912         * international/mule-cmds.el (locale-charset-language-names):
7913         Simplify regex by removing unused grouping.
7915 2003-10-10  Dave Love  <fx@gnu.org>
7917         * bindings.el: Don't bind stop.
7919 2003-10-08  Miles Bader  <miles@gnu.org>
7921         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
7922         face instead of attempting to emulate it.
7924 2003-10-07  Kenichi Handa  <handa@m17n.org>
7926         * international/mule-diag.el (list-coding-systems-1): List coding
7927         systems that are loaded automatically.
7929         * international/code-pages.el (iso-8859-11): Add autoload cookie.
7931         * international/mule.el (autoload-coding-system): New function.
7933 2003-10-07  Andreas Schwab  <schwab@suse.de>
7935         * log-edit.el (log-edit-changelog-entries): Prefer local value of
7936         change-log-default-name in the buffer visiting the file.
7938 2003-10-06  Dave Love  <fx@gnu.org>
7940         * files.el (find-file-hook): Customize.
7941         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
7943         * bindings.el (completion-ignored-extensions): Remove .log.
7944         (global-map): Add again, open, stop keys.
7946 2003-10-05  Richard M. Stallman  <rms@gnu.org>
7948         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
7949         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
7950         Use sh-modify directly.
7951         (sh-select): Use sh-append, not eval.
7953         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
7955         * info.el (Info-following-node-name): New function.
7957         * loadhist.el (unload-feature-special-hooks):
7958         Rename from loadhist-hook-functions.
7959         (loadhist-hook-functions): Now an alias.
7961 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
7963         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
7964         file-name clashes on 8+3 filesystems.
7966         * Makefile.in (DONTCOMPILE, bootstrap-clean):
7967         Rename loaddefs-boot.el to ldefs-boot.el
7969         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
7970         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
7972 2003-10-03  Lute Kamstra  <lute@gnu.org>
7974         * info.el (Info-mode): Revert previous change.
7975         (Info-escape-percent): New function.
7976         (Info-fontify-node): Use it.
7978 2003-10-02  Andreas Schwab  <schwab@suse.de>
7980         * loaddefs-boot.el: Regenerated.
7982 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
7984         * ffap.el: Remove defadvice related code from CVS since `complete'
7985         provides a `PC-completion-as-file-name-predicate' variable that
7986         ffap can override.
7988 2003-10-02  Kenichi Handa  <handa@m17n.org>
7990         * international/utf-8.el (ccl-decode-mule-utf-8):
7991         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
7993         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
7994         * international/subst-big5.el: Likewise.
7995         * international/subst-gb2312.el: Likewise.
7996         * international/subst-ksc.el: Likewise.
7998 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
8000         * calendar/calendar.el (increment-calendar-month)
8001         (calendar-leap-year-p, calendar-absolute-from-gregorian)
8002         (generate-calendar, calendar-read-date, calendar-interval)
8003         (calendar-day-of-week): Handle years BC.
8004         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
8006 2003-10-01  Dave Love  <fx@gnu.org>
8008         * language/cyrillic.el (cp1251): Alias for windows-1251.
8010         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
8011         bootstrap.
8013 2003-10-01  Lute Kamstra  <lute@gnu.org>
8015         * files.el: Fix typo.
8016         * imenu.el (imenu--generic-function): Docstring fix.
8018 2003-09-30  Richard M. Stallman  <rms@gnu.org>
8020         * dired.el (dired-mode): Handle dired-directory as a list.
8022 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
8024         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
8026         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
8028         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
8029         Replace gud-display with gud-watch.
8030         (gud-speedbar-buttons): Add stuff for watching expressions
8031         in the speedbar when using M-x gdba.  Use dolist on old part
8032         of this function.
8034         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
8035         (gdb-update-flag): New variables.
8036         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
8037         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
8038         (gud-watch, gdb-var-create-handler) : New functions.
8039         (gdb-var-list-children, gdb-var-list-children-handler)
8040         (gdb-var-create-regexp, gdb-var-update-regexp)
8041         (gdb-var-list-children-regexp): New constants.
8042         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
8043         (gdb-annotation-rules): Reduce annotation set (level 3).
8044         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
8045         (gdb-post-prompt): Don't update GDB buffers every time speedbar
8046         updates.
8047         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
8048         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
8049         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
8050         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
8051         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
8052         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
8053         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
8054         (gud-display, gud-display1)
8055         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
8056         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
8057         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
8058         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
8059         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
8060         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
8061         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
8062         (gdb-display-display-buffer, gdb-toggle-display)
8063         (gdb-delete-display, gdb-expressions-popup-menu)
8064         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
8065         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
8066         to display buffer.
8068 2003-09-30  Richard M. Stallman  <rms@gnu.org>
8070         * progmodes/ada-mode.el (ada-mode): Don't use advice.
8071         Instead, set which-func-functions.
8073         * progmodes/which-func.el (which-func-modes): Add ada-mode.
8074         (which-func-functions): New variable.
8075         (which-function): Use that.
8077         * info.el (Info-mode): Double each `%' in header line.
8079         * emacs-lisp/lisp-mnt.el (lm-with-file):
8080         When FILE is nil, run BODY in current buffer.
8082         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
8084         * help.el (describe-mode): Start with a brief list of minor modes.
8085         Find them thru minor-mode-list so as to find them all.
8086         Show them in alphabetical order.
8088         * mail/sendmail.el (mail-aliases): Doc fix.
8090         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
8092 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
8094         * mail/rmailsum.el (rmail-make-summary-line-1):
8095         Change comma after last label to a space.
8096         (rmail-summary-font-lock-keywords): Adapt to that change.
8098 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
8100         * progmodes/scheme.el (scheme-mode-variables): When setting
8101         `font-lock-defaults', also specify that "#" should
8102         be interpreted with `word' syntax.
8103         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
8105 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
8107         * desktop.el: A lot of comments updated.
8108         (desktop-save-mode): Minor mode introduced.
8109         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
8110         (desktop-load-default): Function made obsolete.
8111         (desktop-locals-to-save): Variable made customizable.
8112         (desktop-read): Optional parameter `dirname' added.
8113         (desktop-change-dir, desktop-revert): Parameter `dirname' in
8114         `desktop-read' used.
8115         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
8117 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
8119         * whitespace.el (whitespace-clean-msg): Add user customizable message
8120         for displaying ``clean'' output.
8121         (whitespace-buffer): Use `whitespace-clean-msg'.
8122         (whitespace-global-mode): Fix typo.
8124 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
8126         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
8128 2003-09-29  Lute Kamstra  <lute@gnu.org>
8130         * bindings.el (mode-line-modes): Remove superfluous :propertize
8131         construct in initialization.
8132         (mode-line-position): Change cons cell into proper list in
8133         initialization.
8135 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
8137         * international/mule.el (decode-coding-inserted-region): Use car
8138         of the return value of find-operation-coding-system.
8140 2003-09-29  Kenichi Handa  <handa@m17n.org>
8142         * descr-text.el (describe-char): Fix previous change.
8144 2003-09-28  Kenichi Handa  <handa@m17n.org>
8146         * descr-text.el (describe-char-display): New function.
8147         (describe-char): Pay attention to display table on describing how
8148         a character is displayed.
8150         * international/mule-cmds.el (encoded-string-description):
8151         Prepend "0x" to each encoded byte.
8153 2003-09-28  Andreas Schwab  <schwab@suse.de>
8155         * find-file.el (ff-special-constructs): Add autoload cookie.
8157 2003-09-28  Kevin Ryde  <user42@zip.com.au>
8159         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
8160         makeinfo appends to duplicate index entries.
8162 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
8164         * dired-x.el (dired-clean-tex): Doc fix.
8166         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
8167         using a Chinese tutorial.
8169 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8171         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
8172         between "MAIL FROM:" and "RCPT TO:" and the following address.
8174 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8176         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
8178 2003-09-28  David Ponce  <david@dponce.com>
8180         * recentf.el (recentf-initialize-file-name-history): New defcustom.
8181         (recentf-load-list): When `recentf-initialize-file-name-history'
8182         is non-nil, initialize an empty `file-name-history' with the
8183         recent list.
8185 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
8187         * man.el (Man-default-man-entry): Remove the leading `*' from the
8188         word at point.
8190 2003-09-26  Lute Kamstra  <lute@gnu.org>
8192         * bindings.el (mode-line-position): Mention size indication in
8193         docstring.
8195 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
8197         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
8199         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
8200         because it's autoloaded now.
8202 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
8204         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
8205         (sh-font-lock-keywords, sh-feature): Fix previous change of
8206         sh-feature to avoid infloop with sh-font-lock-keywords.
8208 2003-09-25  Kim F. Storm  <storm@cua.dk>
8210         * frame.el (frame-current-scroll-bars): New defun.
8212         * window.el (window-current-scroll-bars): New defun.
8214 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8216         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
8217         cause errors when the state cache contains info on parts that have
8218         been narrowed out.
8220 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8222         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
8223         `c-setup-paragraph-variables' has to be used when this variable is
8224         changed; it doesn't work to reinitialize the mode since that
8225         typically clobbers the variable.
8227         * progmodes/cc-styles.el (c-setup-paragraph-variables):
8228         Make it interactive.
8230 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8232         * progmodes/cc-fonts.el (c-font-lock-declarations):
8233         Fix recognition of constructors and destructors for classes whose
8234         names are matched by `*-font-lock-extra-types'.
8236         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
8237         followed by an identifier in C++ then it's a type.
8239 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8241         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
8242         problem that primarily affected XEmacs.  Don't use faces to find
8243         unterminated strings since Emacs and XEmacs fontify strings
8244         differently - this function should now work better in XEmacs.
8246 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8248         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
8249         `expand-abbrev' workaround which caused braces to misbehave inside
8250         macros.
8252         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
8253         handling.  This bug could cause interactive font locking to bail out.
8255 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
8257         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8258         Handle paren-style types in Pike.  Also fixed some cases of
8259         insufficient handling of unbalanced parens.
8261 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
8263         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
8264         common shell prompts that are not common filename or URL characters.
8265         (ffap-file-at-point): Use the new regexp to strip the prompts from
8266         the file names.  This is an issue mostly for user prompts that
8267         don't have a trailing space and find-file-at-point is invoked from
8268         within a shell inside Emacs.
8270 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
8272         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
8273         stamps numerically, rather than textually.
8275 2003-09-24  Kenichi Handa  <handa@m17n.org>
8277         * language/devan-util.el (devanagari-post-read-conversion):
8278         * language/mlm-util.el (malayalam-post-read-conversion):
8279         * language/tml-util.el (tamil-post-read-conversion):
8280         Add autoload cookie.
8282         * international/utf-8.el (utf-8-post-read-conversion):
8283         Call post-read-conversion functions for Devanagari, Malayalam,
8284         and Tamil.
8286 2003-09-23  Dave Love  <fx@gnu.org>
8288         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
8290 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
8292         * progmodes/gud.el (perldb): Add gud-until to list of commands.
8293         Update gud-remove.
8295 2003-09-22  Richard M. Stallman  <rms@gnu.org>
8297         * progmodes/sh-script.el (sh-mode-default-syntax-table):
8298         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
8299         (sh-mode-syntax-table-input): New variable.
8300         (sh-require-final-newline): Don't use eval.
8301         (sh-builtins, sh-leading-keywords, sh-other-keywords)
8302         (sh-variables, sh-font-lock-keywords): Don't use eval.
8303         (sh-set-shell): When setting require-final-newline,
8304         treat value = `require-final-newline' as don't change it.
8305         Set sh-mode-syntax-table locally based on
8306         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
8308         * progmodes/compile.el (compile-internal):
8309         Call compilation-set-window-height before setting window start.
8311 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
8313         * emacs-lisp/bytecomp.el (byte-compile-log-file):
8314         Clear out byte-compile-last-warned-form.
8316 2003-09-22  Richard M. Stallman  <rms@gnu.org>
8318         * woman.el (woman-file-name, woman-follow-word):
8319         If current-word returns nil, use "".
8321         * simple.el (eval-expression): Bind standard-output in to-buffer case.
8323 2003-09-22  Richard M. Stallman  <rms@gnu.org>
8325         * emacs-lisp/lisp-mnt.el (lm-with-file):
8326         Don't visit the file, just use insert-file-contents in temp buffer.
8328 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
8330         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
8331         Add surrounding \\( and \\) around the header, as in
8332         for lm-history-header 'Change Log\\|History'.
8334 2003-09-22  John Paul Wallington  <jpw@gnu.org>
8336         * progmodes/ld-script.el: Add Commentary section,
8337         minor cleanup of file header.
8338         (ld-script-font-lock-keywords): Doc fix.
8339         (toplevel): Provide `ld-script' feature.
8341 2003-09-21  Kim F. Storm  <storm@cua.dk>
8343         * scroll-bar.el (set-scroll-bar-mode): Initialize to
8344         new built-in variable default-frame-scroll-bars.
8345         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
8346         scroll-bar-mode; notably, use it instead of t when we toggle
8347         scroll-bars on.
8348         (toggle-scroll-bar): Use default-frame-scroll-bars.
8350 2003-09-19  Masatake YAMATO  <jet@gyve.org>
8352         * pcvs.el (cvs-do-removal): Change the prompt depending on
8353         `filter' value.
8355 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
8357         * startup.el (command-line-1): Stop startup-echo-area-message
8358         being hidden by "Loading image..." message.
8359         (use-fancy-splash-screens-p, display-splash-screen):
8360         Move display-graphic-p test from latter to former.
8362         * progmodes/sh-script.el (sh-font-lock-keywords):
8363         Highlight escaped EOLs differently from other backslash constructs.
8365 2003-09-19  Richard M. Stallman  <rms@gnu.org>
8367         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
8368         New functions.
8369         (edebug-enter, edebug-outside-excursion): Use them.
8371         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
8372         Fix the condition for whether to print "In WHERE".
8374 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
8376         * finder.el (finder-mode-hook): New variable.
8377         (finder-mode): Run hook finder-mode-hook
8379 2003-09-18  Masatake YAMATO  <jet@gyve.org>
8381         * progmodes/ebrowse.el: Fix broken magic autoload comments.
8383 2003-09-17  Mario Lang  <mlang@delysid.org>
8385         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
8386         "p %e" to actually print the value in the GUD buffer.
8388 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
8390         From David Ponce <david.ponce@wanadoo.fr>:
8391         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
8392         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
8393         from loaddefs-boot.el if necessary.
8395 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
8397         * progmodes/gud.el (gud-find-class): Make jdb work again since
8398         cc-mode changed the syntactic information.
8400 2003-09-15  David Ponce  <david@dponce.com>
8402         * recentf.el: (recentf-exclude): Accept predicates too.
8403         (recentf-file-readable-p): New function.
8404         (recentf-include-p): Handle predicates in recentf-exclude.
8405         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
8406         (recentf-cleanup): Likewise.
8407         (recentf-save-list): Use write-file to handle backup of
8408         recentf-save-file.
8410 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
8412         * loaddefs-boot.el: Renamed from `loaddefs.el'
8413         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
8414         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
8415         necessary.
8417 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
8419         * electric.el (Electric-pop-up-window): For the `one-window' case,
8420         no longer disconcertingly move point in the original buffer.
8422 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8424         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
8426 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
8428         * dired.el (dired-mode-map): Fix typo.
8430 2003-09-11  Richard M. Stallman  <rms@gnu.org>
8432         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
8434 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
8436         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
8437         the function is less noisy.  Now only `kill-buffer' can ask questions.
8439 2003-09-10  Mario Lang  <mlang@delysid.org>
8441         * battery.el: Update Commentary and Copyright.
8442         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
8443         appear due to wrong ordering of the expressions in `or'.
8445 2003-09-09  Lute Kamstra  <lute@gnu.org>
8447         * misc.el (upcase-char): Fix docstring.
8448         (zap-up-to-char): New command.
8450 2003-09-08  David Ponce  <david@dponce.com>
8452         Ensure that recentf correctly updates the menu bar.
8453         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
8454         (recentf-menu-bar): New function.
8455         (recentf-clear-data): Use it
8456         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
8457         of easy-menu-change.
8459 2003-09-08  Lute Kamstra  <lute@gnu.org>
8461         * simple.el (size-indication-mode): New.
8462         * bindings.el (mode-line-position): Add buffer size indicator.
8464 2003-09-04  Mario Lang  <mlang@delysid.org>
8466         * battery.el (battery-linux-proc-acpi): New function.
8467         (battery-status-function): Modify default value calculation to also
8468         check for availability of ACPI.
8469         (battery-echo-area-format): Ditto.
8470         (battery-mode-line-format): Ditto.
8472 2003-09-06  Dave Love  <fx@gnu.org>
8474         * ielm.el (ielm-mode-hook): Add :options.
8476         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
8477         (eldoc-print-current-symbol-info): Use it.
8479 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
8481         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
8482         being displayed in GUD buffer.
8483         (gdb-idle-input-queue): Remove var.  Use just one queue.
8484         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
8485         Remove functions.  Use just one queue.
8486         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
8487         (gdb-invalidate-assembler, gdb-get-current-frame):
8488         Modify functions.  Use just one queue.
8490 2003-09-04  Dave Love  <fx@gnu.org>
8492         * cus-start.el: Add blink-cursor-alist.
8494         * ruler-mode.el (ruler-mode-fill-column-char)
8495         (ruler-mode-current-column-char): Use char-displayable-p,
8496         not window-system.
8498         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
8500         * language/european.el (windows-1252): Move from code-pages.
8502         * language/cyrillic.el ("Windows-1251"): Delete.
8503         ("Bulgarian", "Belarusian"): Remove `features'.
8504         (windows-1251): Move from code-pages.
8506         * international/mule-diag.el (non-iso-charset-alist):
8507         Remove `codepage' stuff.
8508         (print-designation, list-coding-systems-1): Output fixes.
8510         * international/code-pages.el (cp-make-translation-table)
8511         (cp-valid-codes): Made defsubsts.
8512         (cp-fix-safe-chars): Delete.
8513         (mule-diag): Don't require.
8514         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
8515         (top-level): Check for defined coding system when defining
8516         cp... aliases.  Change w32-add-charset-info test to avoid warning.
8517         (non-iso-charset-alist): Defvar when compiling.
8518         (cp-make-coding-system): Doc fix.
8520 2003-09-02  Jason Rumney  <jasonr@gnu.org>
8522         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
8523         line-ends from CVS before doing conversion.
8525 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
8527         * calendar/diary-lib.el (diary-header-line-flag)
8528         (diary-header-line-format): New variables.
8529         (list-diary-entries): Use them to set header line in simple diary.
8531         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
8532         other than font-lock-string-face to highlight backslashes.
8534 2003-09-01  Jason Rumney  <jasonr@gnu.org>
8536         * international/titdic-cnv.el (tit-read-key-value): Include \r in
8537         regexp.
8539 2003-09-01  Dave Love  <fx@gnu.org>
8541         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
8543         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
8544         and :help; also line and column numbers labels.
8546         * international/mule-util.el (char-displayable-p): Move from
8547         latin1-disp, rename and autoload.
8549         * international/latin1-disp.el (latin1-char-displayable-p):
8550         Now obsolete alias.  Replace uses with char-displayable-p.
8551         (latin1-display-ucs-per-lynx): Fix last change.
8553         * international/mule-cmds.el (standard-display-european-internal):
8554         Don't use char code for Latin-1 NBSP.
8555         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
8556         U+2018, U+2019 for `'.
8557         (select-safe-coding-system): Message fix.
8559 2003-09-01  Kenichi Handa  <handa@m17n.org>
8561         * international/fontset.el (setup-default-fontset): For Thai
8562         font, specify "*" family.
8564 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
8566         * progmodes/compile.el (previous-error): Accept a prefix
8567         argument, similarly to next-error.
8569 2003-08-31  Masatake YAMATO  <jet@gyve.org>
8571         * pcvs.el (cvs-do-removal): Use = instead of eq to check
8572         the number of files.  Bind the number of files to a local
8573         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
8575 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
8577         * vc-hooks.el (vc-make-version-backup): Fix the change made on
8578         2003-07-26: msdos-long-file-names is a function, not a variable.
8580 2003-08-29  Richard M. Stallman  <rms@gnu.org>
8582         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
8583         Do nothing with mail-personal-alias-file if it is nil.
8585         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
8586         Do nothing if mail-personal-alias-file is nil.
8588         * term.el (term-exec-1): Bind coding-system-for-read.
8590         * dired.el (dired-mouse-find-file-other-window):
8591         Use dired-view-command-alist here, as in dired-view-file.
8592         (dired-view-command-alist): Use %s to substitute file name.
8593         Handle .ps_pages, .eps, .jpg, .gif, .png.
8595 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
8597         * info.el (Info-mode-map): Bind S-tab and <backtab> to
8598         `Info-prev-reference', instead of M-tab.
8600 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
8602         * simple.el (blink-matching-open): Work correctly on chars that
8603         are designated as parens through the syntax-table text property.
8605 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
8607         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
8608         line break position in the middle of a non-kinsoku (e.g. latin)
8609         word, making it skip until either a space or a character with
8610         category "|".
8611         (kinsoku-longer): Test for end of buffer.
8613 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
8615         * mail/rmail.el (rmail-convert-to-babyl-format):
8616         Detect quoted-printable- and base64-encoded messages and decode them
8617         automatically.  Set the message's encoding from the charset=
8618         header, if any.  Decode base64-encoded messages in Mail format as well.
8620 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
8622         * mail/smtpmail.el: Fix previous change.
8623         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
8624         calling smtpmail-via-smtp.
8625         (smtpmail-via-smtp): Add fall-back values for envelope-from.
8627 2003-08-26  John Paul Wallington  <jpw@gnu.org>
8629         * image.el (image-jpeg-p): Don't search beyond length of data.
8631 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
8633         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
8634         misfeature in `expand-abbrev' which caused electric keywords like
8635         "else" to disappear if an open brace was typed directly afterwards.
8637 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
8639         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
8640         mandatory in `define-widget'.
8642         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
8643         Don't align the operators "!=", "<=" and ">=" as assignment operators.
8645         (c-assignment-operators): New language constant that only contains
8646         the assignment operators.
8648         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
8650 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
8652         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
8653         Safeguard against unbalanced sexps.
8655 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
8657         * version.el (emacs-version): Check for gtk.  Include gtk version info.
8659 2003-08-25  John Paul Wallington  <jpw@gnu.org>
8661         * man.el (Man-default-man-entry): Don't whizz past the section
8662         number before looking for it.
8664 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
8666         * progmodes/gud.el (gud-display-line): Don't set window-point if
8667         source buffer is not visible.  (Only happens with M-x gdba.)
8669         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
8670         documentation.
8671         (gdb-source, gdb-source-info): Update to assembler unnecessary
8672         as its done after each GDB command anyway.
8673         (gdb-pre-prompt): Use with-current-buffer.
8674         (gdb-insert-field): Add help-echo text.
8675         (gdb-invalidate-assembler): Re-display of assembler now done in
8676         gdb-info-breakpoints-custom.
8677         (gdb-info-breakpoints-custom): Force re-display of assembler to
8678         happen *after* update of breakpoints buffer.
8679         (gdb-display-source-buffer): Don't choke if gdb-source-window
8680         isn't visible.
8681         (gdb-put-string, gdb-put-arrow): Remove free variables.
8683 2003-08-24  John Paul Wallington  <jpw@gnu.org>
8685         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
8687         * man.el (Man-default-man-entry): Strip text properties when
8688         snarfing parts of entry because `format' preserves properties.
8690 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
8692         * files.el (file-newest-backup): Use `expand-file-name'.
8694         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
8695         Allow the diary to pop up a new frame, if needed.
8697         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
8698         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
8699         (smtpmail-send-it): Make treatment of envelope-from consistent with
8700         sendmail.el.
8702         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
8703         (sh-leading-keywords): Add the bash `time' reserved word.
8704         (sh-variables): Add some bash variables.
8705         (sh-add-completer): Fix nil branch of case statement.
8707 2003-08-24  Masatake YAMATO  <jet@gyve.org>
8709         * progmodes/ld-script.el: New file.
8711 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
8713         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
8715 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
8717         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
8718         Better explain obsolescence, and what to use instead.
8720 2003-08-23  Masatake YAMATO  <jet@gyve.org>
8722         * pcvs.el (cvs-do-removal): Show the deleted file name
8723         on the prompt.
8725 2003-08-20  Dave Love  <fx@gnu.org>
8727         * international/mule.el (make-coding-system)
8728         (set-buffer-file-coding-system): Doc fix.
8730         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
8732         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
8734         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
8736         * international/utf-16.el: Add mime-text-unsuitable coding system
8737         properties.
8739         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
8741         * cus-edit.el: Add some :links.
8742         (bib): Remove.
8744         * textmodes/bib-mode.el (bib): Add :group external.
8746 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
8748         * wid-edit.el (widget-echo-help): Make it handle expressions that
8749         evaluate to strings.
8751 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
8753         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
8755         Simplify selection of SQL products to define highlighting and
8756         interactive mode.  Includes detailed instructions on adding
8757         support for new products.
8759         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
8760         product for use in highlighting and interactive mode.
8761         (sql-interactive-product): New variable.  SQL product for
8762         sql-interactive-mode.
8763         (sql-product-support): New variable.  Specifies product-specific
8764         parameters to drive highlighting and interactive mode.
8765         (sql-imenu-generic-expression): Add more object types.
8766         (sql-sqlite-options): Correct comment.
8767         (sql-ms-program): Use "osql" rather than "isql".
8768         (sql-prompt-regexp, sql-prompt-length): Update comment.
8769         (sql-mode-menu): Add "Start SQLi session" entry.
8770         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
8771         (sql-mode-abbrev-table): Add abbreviations.  Support of
8772         SYSTEM-FLAG on define-abbrev.  Support was removed with last
8773         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
8774         (sql-mode-font-lock-object-name): Add font-lock pattern for object
8775         names.
8776         (sql-mode-ansi-font-lock-keywords): Set as default value.
8777         (sql-mode-oracle-font-lock-keywords): Set as default value.
8778         Support Oracle 9i keywords.
8779         (sql-mode-postgres-font-lock-keywords): Set as default value.
8780         (sql-mode-linter-font-lock-keywords): Set as default value.
8781         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
8782         SQLServer 2000.
8783         (sql-mode-sybase-font-lock-keywords)
8784         (sql-mode-interbase-font-lock-keywords)
8785         (sql-mode-sqlite-font-lock-keywords)
8786         (sql-mode-strong-font-lock-keywords)
8787         (sql-mode-mysql-font-lock-keywords)
8788         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
8789         keywords.
8790         (sql-mode-font-lock-defaults): Update comment.
8791         (sql-product-feature): New function.  Returns feature associated
8792         with a product from `sql-product-support' alist.
8793         (sql-product-font-lock): New function.  Set font-lock support
8794         based on `sql-product'.
8795         (sql-add-product-keywords): New function.  Add font-lock rules to
8796         product-specific keyword variables.
8797         (sql-set-product): New function.  Set `sql-product' and apply
8798         appropriate font-lock highlighting.
8799         (sql-highlight-product): New function.  Set font-lock support
8800         based on a product.  Also set mode name to include product name.
8801         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
8802         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
8803         Use `sql-set-product'.
8804         (sql-highlight-ms-keywords)
8805         (sql-highlight-sybase-keywords)
8806         (sql-highlight-interbase-keywords)
8807         (sql-highlight-strong-keywords)
8808         (sql-highlight-mysql-keywords)
8809         (sql-highlight-sqlite-keywords)
8810         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
8811         (sql-get-login): Prompt in the same order as the tokens.
8812         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
8813         (sql-product-interactive): New function.  Common portions of
8814         product-specific interactive mode wrappers.
8815         (sql-interactive-mode): Rewritten to use product features.
8816         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
8817         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
8818         (sql-db2, sql-linter): Use `sql-product-interactive'.
8819         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
8820         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
8821         (sql-connect-ingres, sql-connect-postgres)
8822         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
8823         New functions.  Format command line parameters and invoke comint on
8824         the appropriate interpreter.  Code was in the corresponding
8825         `sql-xyz' function before.
8826         (sql-connect-ms): New function.  Support -E argument to use
8827         operating system credentials for authentication.
8829 2003-08-18  Kenichi Handa  <handa@m17n.org>
8831         * international/mule.el (encode-char): Fix for the ASCII case.
8833 2003-08-15  Kenichi Handa  <handa@m17n.org>
8835         * international/fontset.el (setup-default-fontset): Change "*" to
8836         nil in the specifications of font family.
8838 2003-08-18  Kim F. Storm  <storm@cua.dk>
8840         * kmacro.el (kmacro-keymap): Group related bindings in
8841         initialization for clarity.  Bind C-s to start macro.
8842         Remove C-r binding.
8843         (kmacro-initial-counter-value): New defvar to hold initial counter
8844         value in case we set the value before defining a macro.
8845         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
8846         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
8847         not defining or executing macro.  Doc fix.
8848         (kmacro-add-counter): Clear kmacro-initial-counter-value.
8849         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
8850         temporarily view older elements on the macro ring without cycling
8851         the ring.
8852         (kmacro-display): Doc fix.
8853         (kmacro-exec-ring-item): New helper function.
8854         (kmacro-call-ring-2nd): Use it.
8855         (kmacro-call-ring-2nd-repeat): Doc fix.
8856         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
8857         (kmacro-end-or-call-macro): Execute last viewed macro (using
8858         kmacro-exec-ring-item) from ring if this follows
8859         kmacro-view-macro.  This allows us to find a macro on the ring
8860         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
8861         the ring to bring it to the head of the ring.
8862         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
8863         Allow binding to reserved keys without specifying C-x C-k prefix.
8864         Ask for confirmation if entered key sequence is already bound to
8865         a non-macro command.
8866         (kmacro-view-macro): Repeating command will show older elements
8867         on the macro ring; C-k will execute the last viewed macro.
8868         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
8869         property from 'ring to 'head.
8871 2003-08-17  Alan Shutko  <ats@acm.org>
8873         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
8874         keeping December out of the alist.
8876 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
8878         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
8879         * calendar/calendar.el (calendar-mode-map): Bind it to key.
8880         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
8881         (calendar-flatten): New function.
8882         (calendar-mouse-view-other-diary-entries)
8883         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
8884         in the menu title and to show multi-line diary entries correctly
8885         in the menu.
8887 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
8889         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
8890         defcustom, because the default was recently changed.
8892 2003-08-16  Richard M. Stallman  <rms@gnu.org>
8894         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
8896         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8897         New subroutine, broken out of eval-last-sexp-1.
8898         (eval-last-sexp-1): Use eval-last-sexp-print-value.
8900         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
8902         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
8904         * simple.el (eval-expression): Use eval-last-sexp-print-value.
8906 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
8908         * progmodes/compile.el (compilation-error-regexp-alist):
8909         Add Java ANt error detection as described in document
8910         http://ant.apache.org/faq.html
8912 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
8914         * simple.el (backward-word, forward-to-indentation)
8915         (backward-to-indentation): Argument changed to optional.
8916         (next-line, previous-line): Use `or' instead of `unless'.
8918 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8920         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
8921         instead of a constant.
8923 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
8925         * shell.el (shell): With prefix-arg, suggest a new buffer name.
8927 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
8929         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
8930         (vc-sccs-workfile-version): Search the entire delta table, rather
8931         than just the first entry, because that might be a deleted version.
8933 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
8935         * menu-bar.el (menu-bar-options-menu): Supply a body for the
8936         [save-place] binding in the Options menu.  Have it require
8937         'saveplace' and then toggle the variable manually, to avoid an an
8938         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
8939         for the bug report.
8941 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
8943         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
8944         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
8945         (gdb-info-threads-custom): Add help-echo text.
8946         (gdb-display-back): Don't use purecopy.
8947         (gdb-info-breakpoints-custom, gdb-reset)
8948         (gdb-assembler-custom): Use display-images-p to test if breakpoint
8949         icons can be displayed.
8951 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
8953         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
8955 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
8957         * bookmark.el (bookmark-completing-read):
8958         Return a string, instead of a list of one string.
8959         Use a popup menu if activated from the mouse.
8960         (bookmark-edit-annotation): Remove unused vars.
8961         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
8962         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
8963         to bookmark-completing-read.
8964         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8965         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
8966         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
8967         and erase-buffer.
8968         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
8969         (bookmark-menu-jump, bookmark-menu-insert)
8970         (bookmark-popup-menu-and-apply-function)
8971         (bookmark-menu-popup-paned-bookmark-menu): Remove.
8972         (bookmark-menu-build-paned-menu): Remove by folding it into
8973         bookmark-menu-popup-paned-menu.
8974         (menu-bar-bookmark-map): Move the define-key statements here.
8975         Use the "non-menu" commands since they now pop up a menu if needed.
8976         (bookmark-exit-hook-internal): Simplify.
8978 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
8980         * reftex-toc.el (reftex-toc-rename-label): New function.
8981         (reftex-toc-check-docstruct): New function.
8983         * reftex.el (reftex-region-active-p): New function.
8985         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
8986         regexp to find the \bibliography macro.
8988         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
8989         which does not exist in LaTeX.
8990         (reftex-cite-format-builtin): Added amsrefs support.
8991         (reftex-toc-confirm-promotion): New option
8993         * reftex-toc.el
8994         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
8995         (reftex-toc-demote, reftex-toc-promote)
8996         (reftex-toc-do-promote, reftex-toc-promote-prepare)
8997         (reftex-toc-promote-action, reftex-toc-extract-section-number)
8998         (reftex-toc-newhead-from-alist)
8999         (reftex-toc-load-all-files-for-promotion): New functions.
9000         (reftex-toc-help): Added description of new keys.
9001         (reftex-toc-split-windows-fraction): New option.
9002         (reftex-recenter-toc-when-idle): Search *toc* window on all
9003         visible frames.
9004         (reftex-toc): Additional parameter REUSE
9005         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
9006         with REUSE argument.
9007         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
9008         the call of `reftex-toc'.
9009         (reftex-make-separate-toc-frame): New function .
9010         (reftex-toc-recenter): When called with triple prefix arg, call
9011         `reftex-make-separate-toc-frame' first.
9012         (reftex-toc-toggle-dedicated-frame): New command.
9013         (reftex-toc-quit): Adapted to delete frame when called in
9014         dedicated frame.
9016         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
9017         all enclosing macros.
9020 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9022         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
9023         first use.
9025 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9027         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
9029 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
9031         * calendar/calendar.el (list-diary-entries-hook)
9032         (diary-display-hook, nongregorian-diary-listing-hook)
9033         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
9034         Add some customize options for these hooks.
9035         (calendar-abbrev-construct): Don't try to take a substring longer
9036         than the original string.
9038 2003-08-05  Richard M. Stallman  <rms@gnu.org>
9040         * emacs-lisp/testcover.el (noreturn): Report error if does return.
9041         (testcover-reinstrument-clauses): Doc fix.
9043         * emacs-lisp/warnings.el: Doc fixes, args renamed.
9044         (warning-type-format): Rename from warning-group-format.
9046         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
9047         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
9048         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
9049         to prevent warnings about defvar for an obsolete variable.
9051         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
9052         warning-group-format renamed to warning-type-format.
9054         * subr.el (read-passwd): Use clear-string instead of fillarray.
9056         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
9057         Use vconcat instead of concat.
9058         (edmacro-sanitize-for-string): New function.
9060 2003-08-05  Dave Love  <fx@gnu.org>
9062         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
9063         line-number-display-limit-width.
9065         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
9067 2003-08-05  Kenichi Handa  <handa@m17n.org>
9069         * international/code-pages.el: Don't require mule-diag.
9071         * international/mule-diag.el (non-iso-charset-alist):
9072         Add autoload cookie.
9074         * language/devan-util.el (dev-glyph-order): Add an entry for the
9075         glyph code #xC4.
9077 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
9079         * calendar/calendar.el (diary-file, diary-file-name-prefix)
9080         (european-calendar-style, diary-date-forms)
9081         (calendar-day-name-array, calendar-month-name-array): Doc change.
9082         (generate-calendar-month): Adapt for new behaviour of
9083         `calendar-day-name' function.
9084         (calendar-abbrev-length, calendar-day-abbrev-array)
9085         (calendar-month-abbrev-array): New variables.
9086         (calendar-abbrev-construct): New function.
9087         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
9088         rather than fixing abbrevs at some width.  Calling syntax change.
9089         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
9090         (calendar-date-string): Adapt for new behaviours of
9091         `calendar-day-name' and `calendar-month-name' functions.
9093         * calendar/diary-lib.el (list-diary-entries): Adapt for new
9094         behaviour of `calendar-day-name' and `calendar-month-name' functions.
9095         (diary-name-pattern): Use abbrev arrays, rather than fixing
9096         abbrevs at three chars.  Calling syntax change.
9097         (mark-diary-entries): Adapt for new behaviours of
9098         `diary-name-pattern' and `calendar-make-alist' functions.
9099         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
9100         `diary-name-pattern' function.
9101         (font-lock-diary-date-forms): Use abbrev arrays, rather than
9102         fixing abbrevs at three chars.  Calling syntax change.
9103         (cal-hebrew, cal-islam): Require when compiling.
9104         (diary-font-lock-keywords): Adapt for new behaviour of
9105         `font-lock-diary-date-forms' function.
9107         * calendar/cal-hebrew.el: Reposition some code so defined before used.
9108         (calendar-hebrew-month-name-array-common-year)
9109         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
9110         (list-hebrew-diary-entries): Adapt for new behaviours of
9111         `calendar-day-name' and `add-to-diary-list' functions.
9112         (mark-hebrew-diary-entries): Adapt for new behaviours of
9113         `diary-name-pattern' and `calendar-make-alist' functions.
9115         * calendar/cal-islam.el (calendar-islamic-month-name-array):
9116         Add doc string.
9117         (list-islamic-diary-entries): Adapt for new behaviours of
9118         `calendar-day-name' and `add-to-diary-list' functions.
9119         (mark-islamic-diary-entries): Adapt for new behaviours of
9120         `diary-name-pattern' and `calendar-make-alist' functions.
9122         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
9123         `calendar-month-name' function.
9125         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
9127         * calendar/solar.el (solar-seasons-data): Move definition before use.
9129         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
9130         (cal-tex-LaTeX-hourbox): Move definition before use.
9132         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
9133         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
9134         lunar.el, solar.el
9135         (displayed-month, displayed-year): Define for compiler.
9137 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
9139         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
9140         MODE.  Renamed from c-init-c-language-vars'.
9141         (c-initialize-cc-mode): Change accordingly.
9142         (c-common-init): Ditto.
9143         (c-mode): Ditto.
9144         (c++-mode): Use `c-init-language-vars-for'.
9145         (objc-mode): Ditto.
9146         (java-mode): Ditto.
9147         (idl-mode): Ditto.
9148         (pike-mode): Ditto.
9149         (awk-mode): Ditto.
9151 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
9153         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
9154         or not the point moved.
9156         (c-search-decl-header-end): Don't trip up on operator identifiers
9157         in C++ and operators like == in all languages.
9159         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9160         Detect leading labels correctly.
9162 2003-08-02  Andreas Schwab  <schwab@suse.de>
9164         * textmodes/ispell.el: Don't redo key bindings on loading, put
9165         them only in loaddefs.el.
9166         * bookmark.el: Likewise.
9167         * dabbrev.el: Likewise.
9168         * emerge.el: Likewise.
9170         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
9171         has more than one member.
9173         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
9175 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9177         * lpr.el (printify-region): It was ending conversion before the
9178         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
9180 2003-07-31  John Paul Wallington  <jpw@gnu.org>
9182         * net/browse-url.el (browse-url-epiphany): Doc fix.
9184 2003-07-30  Kenichi Handa  <handa@m17n.org>
9186         * international/fontset.el (setup-default-fontset):
9187         Change registry names of Akurti fonts.
9189 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9191         * comint.el (comint-read-noecho): Use `clear-string' instead of
9192         `fillarray'.
9194 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
9196         * outline.el (outline-mode-hook): Add defvar.
9198 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
9200         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
9201         Restore assembler in source window if that is what has been selected.
9202         (menu): Add gdb-restore-windows to menu.  Make gdba
9203         specific menus only visible from gdba.
9205 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
9207         * progmodes/compile.el (compilation-environment): New user variable.
9208         (compile-internal): Respect it.
9210 2003-07-23  Masatake YAMATO  <jet@gyve.org>
9212         * progmodes/gud.el (gdb-script-font-lock-keywords):
9213         Put `font-lock-function-name-face' on a symbol which includes
9214         `-' like `hook-run'.  Put font-lock-variable-name-face
9215         on a symbol starting with $.
9217 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
9219         * files.el (set-visited-file-name): Use truename for buffer-file-name.
9221 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
9223         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
9225 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
9227         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
9228         Use with-no-warnings.
9229         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
9230         rather than to find-file-not-found-hook, which doesn't exist.
9232 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
9234         * international/quail.el (quail-translate-key): Fix previous change.
9236 2003-07-25  John Paul Wallington  <jpw@gnu.org>
9238         * server.el (server-start): Check `server-process' is non-nil
9239         before killing it to avoid killing current buffer's process.
9241         * simple.el (choose-completion-string): Use `minibufferp';
9242         test `completion-reference-buffer' if `buffer' arg is nil.
9243         (push-mark): Use `when' and `unless'.
9244         (pop-mark): Use `when'.
9246         * mouse-sel.el (mouse-sel-get-selection-function):
9247         Check `x-last-selected-text-primary'.  Don't barf if it or
9248         `x-last-selected-text' aren't bound.
9250 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
9252         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
9254 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
9256         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
9258 2003-07-23  John Paul Wallington  <jpw@gnu.org>
9260         * tooltip.el (defface tooltip): Inherit from variable-pitch.
9262 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
9264         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
9265         string.  Defvar the derived hook.
9267         * macros.el (insert-kbd-macro): Escape double quote character.
9268         From Thomas W Murphy <twm@andrew.cmu.edu>.
9270 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
9272         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
9273         to match the specific mark rather than reusing comment-start-skip.
9275 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
9277         * progmodes/hideshow.el (hs-special-modes-alist):
9278         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
9280 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
9282         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
9283         value using ?\s.
9285 2003-07-21  John Paul Wallington  <jpw@gnu.org>
9287         * subr.el (with-selected-window): Add closing paren.
9289 2003-07-21  Richard M. Stallman  <rms@gnu.org>
9291         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
9292         (lisp-mode): Likewise.
9294         * subr.el (with-selected-window): Copy code form save-selected-window
9295         so as to call select-window with norecord arg.
9296         (dynamic-completion-table): Doc fix.
9297         (lazy-completion-table): Doc fix.
9299         * international/mule-cmds.el (set-locale-environment):
9300         langinfo renamed to locale-info.
9302         * international/mule.el (auto-coding-functions): Doc fix.
9304 2003-07-21  Kenichi Handa  <handa@m17n.org>
9306         * international/quail.el (quail-translate-key):
9307         Update quail-current-str correctly.
9309 2003-07-21  Andreas Schwab  <schwab@suse.de>
9311         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
9312         ?, to "_".
9314 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
9315         Version 2.0.36 of Tramp released.
9317         * net/tramp.el (tramp-default-password-end-of-line): Rename from
9318         tramp-password-end-of-line.
9319         (tramp-password-end-of-line): New method parameter.
9320         (tramp-get-password-end-of-line): Function to access method
9321         parameter `tramp-password-end-of-line', or variable
9322         `tramp-default-password-end-of-line' (default value).
9323         (tramp-methods): Add entries for new parameter
9324         tramp-password-end-of-line.
9325         (tramp-enter-password): Use new function
9326         `tramp-get-password-end-of-line'.
9327         (tramp-handle-insert-file-contents): Do not
9328         unconditionally inhibit the file operation file-local-copy, only
9329         do that when the inhibit-file-name-operation is currently
9330         insert-file-contents.  This fixes finding remote CVS-controlled
9331         files.  (It would barf on inserting the CVS/Entries file
9332         literally, because the file-local-copy handler wasn't called.)
9333         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
9334         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
9335         (tramp-initial-commands): New variable.
9336         (tramp-process-initial-commands): New function, using the variable.
9337         (tramp-open-connection-setup-interactive-shell): Call the new function.
9338         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
9339         method into the buffer name, never use nil.  Reported by Hanak
9340         David <dhanak@inf.bme.hu>.
9341         (tramp-open-connection-setup-interactive-shell): Erase buffer
9342         before sending "stty -onlcr".
9344         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
9346 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
9348         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
9350 2003-07-19  John Paul Wallington  <jpw@gnu.org>
9352         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
9353         (artist-draw-rect, artist-draw-square): Doc fixes.
9355         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
9357         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
9359 2003-07-19  Kenichi Handa  <handa@m17n.org>
9361         * international/kkc.el (kkc-show-conversion-list-update):
9362         Highlight the correct candidate in the message.
9364 2003-07-18  John Paul Wallington  <jpw@gnu.org>
9366         * simple.el (current-word): Don't include punctuation char when
9367         `really-word' arg is non-nil.
9369 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
9371         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
9372         moved to the directory obsolete.
9374 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
9376         * info.el (Info-menu-entry-name-re): Allow newlines in
9377         menu entry names.
9379         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
9380         syntax-ppss-after-change-function.
9381         (syntax-ppss-after-change-function): New alias.  Update uses.
9382         (syntax-ppss): Catch the case where the buffer is narrowed.
9384 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
9386         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
9387         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
9389 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
9391         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
9392         since it might be modified.
9394         * progmodes/cc-langs.el (c++-make-template-syntax-table)
9395         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
9396         names to these language constants.
9398 2003-07-15  Kim F. Storm  <storm@cua.dk>
9400         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
9401         All uses changed.
9403 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
9405         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
9406         Namespace support.
9408 2003-07-13  Juanma Barranquero  <lektu@terra.es>
9410         * frame.el (modify-all-frames-parameters): Reinstall (copyright
9411         papers received).
9413 2003-07-13  Karl Eichwalder  <ke@suse.de>
9415         * textmodes/po.el (po-find-charset): White space at the start of the
9416         Content-Type field body is non-mandatory.
9418 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
9420         * textmodes/texinfo.el (texinfo-section-list):
9421         Append appendixsection; a synonym for appendixsec.
9423 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
9425         * man.el (Man-translate-cleanup): New.
9426         (Man-translate-references): Call `Man-translate-cleanup' to clean
9427         leading, trailing and middle spaces.
9429 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
9431         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
9432         Handle `dired-directory' being a list.
9434 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9436         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
9437         it doesn't exist.
9439 2003-07-12  Richard M. Stallman  <rms@gnu.org>
9441         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
9443         * progmodes/cc-defs.el (c-make-keywords-re):
9444         Don't use delete-duplicates.
9445         (c-lang-const): Don't use mapcan.
9447         * apropos.el (apropos-show-scores): Make it customizable.
9448         Document new meaning.
9449         (apropos): Compute scores from symbols.
9450         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
9452 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9454         * ps-bdf.el: Fix copyright line.
9455         (bdf-directory-list): Fix initialization code.
9457 2003-07-11  John Paul Wallington  <jpw@gnu.org>
9459         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
9460         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
9461         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
9463 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
9465         * emacs-lisp/ring.el (ring-elements): Doc fix.
9467 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
9469         * calendar/timeclock.el (timeclock-relative)
9470         (timeclock-ask-before-exiting, timeclock-use-display-time):
9471         Doc changes.
9472         (timeclock-modeline-display): Give a message if
9473         `timeclock-use-display-time' is non-nil but `display-time-mode'
9474         is not active.
9476 2003-07-11  Kenichi Handa  <handa@m17n.org>
9478         * international/mule-cmds.el (set-language-environment):
9479         Set current-language-environment to the correct string.
9481 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9483         * ps-print.el: Print line number correctly in a region.  Reported by
9484         Tim Allen <timallen@ls83.fsnet.co.uk>.
9485         (ps-print-version): New version number (6.6.2).
9486         (ps-printing-region): Code fix.
9488 2003-07-10  John Paul Wallington  <jpw@gnu.org>
9490         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
9491         this function can be called from `add-completions-from-tags-table'.
9493 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
9495         * calendar/timeclock.el (timeclock-use-display-time)
9496         (timeclock-day-over-hook, timeclock-workday-remaining)
9497         (timeclock-status-string, timeclock-when-to-leave)
9498         (timeclock-when-to-leave-string, timeclock-log-data)
9499         (timeclock-find-discrep, timeclock-day-base)
9500         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
9501         (timeclock-modeline-display): Set the variable
9502         `timeclock-modeline-display'.
9503         (timeclock-update-modeline): Doc fix.  Respect value of
9504         `timeclock-relative'.
9506 2003-07-09  Richard M. Stallman  <rms@gnu.org>
9508         * textmodes/reftex-parse.el (reftex-all-document-files):
9509         Add autoload cookie.
9511         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
9512         (reftex-scanning-info-available-p): Add autoload cookie.
9514         * international/mule-cmds.el
9515         (set-display-table-and-terminal-coding-system): Delete duplicate
9516         aset on standard-display-table.
9518         * view.el (view-file): If existing buffer's major mode is special,
9519         don't go into view mode.
9521         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
9523 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9525         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
9526         buffer changes; there's third party code that calls this function
9527         directly.
9529 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9531         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
9532         (autodoc-font-lock-keywords): Don't byte compile on font lock
9533         initialization when running from byte compiled files.
9535 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
9537         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
9538         statement ends with auto-increment "++".
9540 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
9542         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9543         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9544         these are changed, so declare them as variables and not constants.
9546 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
9548         * subr.el (dolist, dotimes): Doc fix.
9550 2003-07-08  Kim F. Storm  <storm@cua.dk>
9552         * international/mule-cmds.el
9553         (set-display-table-and-terminal-coding-system): Don't break
9554         bootstrap if standard-display-table isn't setup yet.
9556 2003-07-07  Richard M. Stallman  <rms@gnu.org>
9558         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
9559         Give it a doc string, and autoload it.
9561         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
9562         Use with-no-warnings.
9564         * info.el (Info-search): If find invisible text, search again.
9566         * isearch.el (search-whitespace-regexp): Add a shy group around it.
9568         * man.el (Man-name-regexp): Match + as part of name.
9570         * simple.el (visible-mode): Rename from vis-mode.
9571         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
9573         * simple.el (current-word): New arg REALLY-WORD specifies
9574         don't include punctuation chars.
9576         * emacs-lisp/debug.el (debug, debugger-env-macro):
9577         Use with-no-warnings while accessing and binding unread-command-char.
9579         * international/mule-cmds.el
9580         (set-display-table-and-terminal-coding-system): Use explicit loop
9581         instead of calling standard-display-default.
9583         * net/ange-ftp.el (ange-ftp-file-symlink-p):
9584         Use condition-case to catch error in ange-ftp-get-files.
9586         * net/browse-url.el (browse-url-browser-function):
9587         Add alternative for Epiphany.
9588         (browse-url-epiphany-program, browse-url-epiphany-arguments)
9589         (browse-url-epiphany-startup-arguments)
9590         (browse-url-epiphany-new-window-is-tab): New variables.
9591         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
9593         * progmodes/compile.el (compile-auto-highlight): Default now t.
9594         (compile): Doc fix.
9595         (compilation-next-error): Fix previous change.
9597         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
9599         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
9601 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
9603         * gdb-ui.el (gdb-source-info): Display current frame when
9604         attaching to an existing process.
9605         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
9606         while laying out windows when attaching to an existing process.
9608 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
9610         * info.el (Info-menu): Use Info-menu-entry-name-re.
9612 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
9614         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
9615         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
9617         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
9618         to match the same text.
9620 2003-07-06  John Paul Wallington  <jpw@gnu.org>
9622         * vc.el (vc-annotate-offset): Move defvar up.
9624 2003-07-06  Kim F. Storm  <storm@cua.dk>
9626         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
9627         This should fix the infinite loop when extracting menu names.
9629 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
9631         * files.el (auto-mode-alist, interpreter-mode-alist):
9632         Remove entries to CC Mode modes to avoid duplicates; they are now added
9633         with autoload directives in cc-mode.el.
9635 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
9637         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
9638         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
9639         these are changed, so declare them as variables and not constants.
9641         * progmodes/cc-mode.el: Fix some autoload problems: Try to
9642         ensure that the entry for ".c" extension comes before the one for
9643         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
9644         Fix incorrect entries that were added to `interpreter-mode-alist'.
9645         Move the autoload directives for AWK to the top level since they
9646         aren't recognized anywhere else.  Do not use the new AWK mode doc
9647         in the autoload form for the old AWK mode.
9649 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9651         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
9652         (bibtex-sort-ignore-string-entries): Default value t.
9653         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
9654         erroneously in previous version.
9655         (bibtex-string-files): Docstring reflects new parsing scheme.
9656         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
9657         docstring, add # as one of the chars to crush
9658         (bibtex-autokey-prefix-string, bibtex-autokey-names)
9659         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
9660         (bibtex-autokey-name-change-strings)
9661         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
9662         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
9663         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
9664         (bibtex-autokey-title-terminators)
9665         (bibtex-autokey-titlewords-stretch)
9666         (bibtex-autokey-titleword-ignore)
9667         (bibtex-autokey-titleword-case-convert)
9668         (bibtex-autokey-titleword-abbrevs)
9669         (bibtex-autokey-titleword-abbrevs)
9670         (bibtex-autokey-titleword-change-strings)
9671         (bibtex-autokey-titleword-length)
9672         (bibtex-autokey-titleword-separator)
9673         (bibtex-autokey-name-year-separator)
9674         (bibtex-autokey-year-title-separator)
9675         (bibtex-autokey-before-presentation-function)
9676         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
9677         Fix docstring.
9678         (bibtex-strings, bibtex-reference-keys):
9679         Use lazy-completion-table and make-variable-buffer-local.
9680         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
9681         (bibtex-braced-string-syntax-table)
9682         (bibtex-quoted-string-syntax-table): New variables.
9683         (bibtex-parse-nested-braces): Remove.
9684         (bibtex-parse-field-string): Use syntax table and forward-sexp.
9685         (bibtex-parse-association): Simplify.
9686         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
9687         (bibtex-parse-field-text): Simplify.
9688         (bibtex-search-forward-field, bibtex-search-backward-field):
9689         argument BOUND can take value t.
9690         (bibtex-start-of-field, bibtex-start-of-name-in-field)
9691         (bibtex-end-of-name-in-field, bibtex-end-of-field)
9692         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
9693         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
9694         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
9695         (bibtex-skip-to-valid-entry): Return buffer position of beginning
9696         and ending of entry.  Update for changes of bibtex-search-entry.
9697         Simplify.
9698         (bibtex-map-entries): FUN is called with three arguments.
9699         (bibtex-search-entry): Return a cons pair with buffer positions of
9700         beginning and end of entry.
9701         (bibtex-enclosing-field): Simplify.
9702         (bibtex-format-entry): Use booktitle to set a missing title.
9703         (bibtex-autokey-get-names): Fiddle with regexps.
9704         (bibtex-generate-autokey): Use identity.
9705         (bibtex-parse-keys): Use simplified parsing algorithm if
9706         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
9707         arguments.  Return alist of keys.
9708         (bibtex-parse-strings): Simplify.  Return alist of strings.
9709         (bibtex-complete-string-cleanup): Fix docstring.
9710         (bibtex-read-key): New function.
9711         (bibtex-mode): Fix docstring.  Do not parse for keys and
9712         strings when the mode is entered.  Set fill-paragraph-function to
9713         bibtex-fill-field.  Setup font-lock-mark-block-function the way
9714         font-lock intended.
9715         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
9716         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
9717         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
9718         (bibtex-Preamble): Avoid hard coded constants.
9719         (bibtex-make-field): Fix docstring.  Simplify.
9720         (bibtex-beginning-of-entry): Always return new position of point.
9721         (bibtex-end-of-entry): Rearrange cond clauses.
9722         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
9723         Update for changes of bibtex-map-entries.
9724         (bibtex-ispell-abstract): Do not move point.
9725         (bibtex-entry-index): Use downcase.  Simplify.
9726         (bibtex-lessp): Handle catch-all.
9727         (bibtex-find-crossref): Turn into a command.
9728         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
9729         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
9730         preamble entries.
9731         (bibtex-fill-field-bounds): New function.
9732         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
9733         (bibtex-fill-entry): Use bibtex-fill-field-bounds
9734         (bibtex-String): Use bibtex-strings.  Always obey
9735         bibtex-sort-ignore-string-entries.
9737 2003-07-05  John Paul Wallington  <jpw@gnu.org>
9739         * cus-theme.el (customize-create-theme):
9740         Call `customize-create-theme' in Reset widget's notify function.
9742         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
9743         (ibuffer-mark-interactive): Use `or' instead of `unless'.
9744         (define-ibuffer-column name): Add summarizer.
9745         (define-ibuffer-column size): Likewise.
9746         (define-ibuffer-column filename): Likewise.
9747         (define-ibuffer-column process): Likewise.  Change BODY's output too.
9748         (define-ibuffer-column filename-and-process): Likewise, likewise.
9749         (ibuffer): Remove local vars `already-in' and `need-update'.
9751         * ibuf-ext.el: Don't require `derived' at compile-time.
9753 2003-07-05  Kim F. Storm  <storm@cua.dk>
9755         * info.el: Disable paragraph refilling.
9756         (Info-refill-paragraphs): New defcustom.
9757         (Info-fontify-node): Use it.
9759 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
9761         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
9762         thingies from constructors created by defstruct.
9764         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
9765         the default value of the variable.
9766         (byte-code-meter): Move declaration to top level.
9768         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
9770         * info.el (Info-following-node-name-re): New fun.
9771         (Info-following-node-name): Remove.
9772         (Info-insert-dir): Use the new fun.
9773         (Info-extract-pointer): Don't save restriction; use new fun.
9774         (Info-menu-entry-name-re): New const.
9775         (Info-menu-entry-name-re): Use it along with new fun.
9776         (Info-node-spec-re): Use new fun.
9777         (Info-complete-menu-item, Info-fontify-node): Use new const.
9778         (Info-goto-node, Info-follow-reference, Info-menu-update):
9779         Use match-string.
9780         (Info-follow-reference): Use assoc-string.
9781         Use a list of strings for the completion table.
9782         (Info-fontify-node): Use match-string, line-end-position.
9783         Limit the search for `node:' to the first line.
9785         * newcomment.el (uncomment-region): Remove padding coming from
9786         comment-start rather than just from comment-padding.
9788         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
9789         (vc-cvs-stay-local-p): Use vc-stay-local-p.
9790         (vc-cvs-rename-file): Remove (use the default).
9791         (vc-cvs-register): Register parent dir if needed.
9792         (vc-cvs-could-register): Return non-nil if parent can be registered.
9793         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
9794         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
9796         * vc-svn.el (vc-svn-use-edit): Make it into a const.
9797         (vc-svn-update): Fix the arguments to `svn'.
9798         (vc-svn-diff-tree): Just use `vc-svn-diff'.
9799         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
9800         Simple implementations, assuming `name' is a URL.
9802         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
9803         set of chars allowed unquoted in a case pattern.
9805         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
9807         * font-lock.el (font-lock-extra-types-widget)
9808         (c-font-lock-extra-types, c++-font-lock-extra-types)
9809         (objc-font-lock-extra-types, java-font-lock-extra-types)
9810         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
9811         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
9812         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
9813         (font-lock-match-c++-structor-declaration)
9814         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
9815         (c++-font-lock-keywords-3, c++-font-lock-keywords)
9816         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
9817         (objc-font-lock-keywords-3, objc-font-lock-keywords)
9818         (java-font-lock-keywords-1, java-font-lock-keywords-2)
9819         (java-font-lock-keywords-3, java-font-lock-keywords)
9820         (java-font-lock-syntactic-face-function): Remove obsolete code
9821         and constants.  It's all in cc-fonts.el now.
9823 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
9825         * mail/sendmail.el (mail-specify-envelope-from)
9826         (mail-envelope-from): Doc fix.
9828 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
9830         * generic-x.el: Do away with the dependency on `c-emacs-features'
9831         when populating `rul-generic-mode-syntax-table'; we already know
9832         this isn't XEmacs.
9834 See ChangeLog.10 for earlier changes.
9836 ;; Local Variables:
9837 ;; coding: iso-2022-7bit
9838 ;; End:
9840     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
9841   Copying and distribution of this file, with or without modification,
9842   are permitted provided the copyright notice and this notice are preserved.
9844 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1