Comment change.
[emacs.git] / lisp / ChangeLog
blob23872fea6b2422da97cdd7d93ff2f025590cedb1
1 2002-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
3         * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
4         directions as the last action.
6 2002-03-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
8         * startup.el (fancy-splash-tail, normal-splash-screen): Update
9         copyright.
11         * novice.el (disabled-command-hook): Clarify output text to match
12         prompt.
14 2002-03-20  Jason Rumney  <jasonr@gnu.org>
16         * frame.el (display-images-p): Do not explicitly check display type.
18 2002-03-20  pmr-sav  <pmr-sav@hamm.pajato.com>
20         * mail-utils.el:
21         Eliminate compilation warnings due to `rfc822-addresses'.
22         (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
23         warning free compile.
25 2002-03-20  Michael Kifer  <kifer@cs.stonybrook.edu>
27         * ediff-diff.el (ediff-install-fine-diff-if-necessary): take
28         the current highlighting style into account.
29         (ediff-forward-word-function,ediff-whitespace,ediff-word-1,
30         ediff-word-2,ediff-word-3,ediff-word-4): make them buffer local.
32         * ediff-init.el (ediff-patch-job): new macro.
34         * ediff-mult.el (ediff-make-new-meta-list-header): new API function.
35         (ediff-intersect-directories): use ediff-make-new-meta-list-header.
37         * ediff-ptch.el (ediff-map-patch-buffer): use
38         ediff-make-new-meta-list-header.
39         (ediff-fixup-patch-map): use the meta-list API from ediff-mult.el.
41         * ediff-util.el (ediff-toggle-hilit): fix toggling of highliting.
42         (ediff-select-difference): take highlighting style into account.
43         (ediff-clone-buffer-for-region-comparison): new function.
44         (ediff-inferior-compare-regions): added comparison of current diff
45         regions.
47         * ediff.el (ediff-clone-buffer-for-region-comparison,
48         ediff-clone-buffer-for-window-comparison): moved to ediff-util.el.
50 2002-03-19  pmr-sav  <pmr-sav@hamm.pajato.com>
52         * mail-utils.el (rmail-dont-reply-to):
53         Overhaul to correctly apply the regular
54         expressions in the variable `rmail-dont-reply-to-names' to the list of
55         destination addresses.  Contributed by lorentey@elte.hu.
57         * rmail.el (rmail-dont-reply-to-names):
58         Modify the documentation to make it email
59         address centric rather than login name centric.  Contributed by
60         lorentey@elte.hu.
62 2002-03-18  Colin Walters  <walters@verbum.org>
64         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
65         we don't require `cl' at runtime.
66         (sorting mode mode-name): Don't take the symbol-name of a string.
68         * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
69         line after setting the mark.
70         (ibuffer-insert-buffers-and-marks): Invert the test for
71         `ibuffer-sorting-reversep'.
73 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
75         * international/ucs-tables.el (unify-8859-on-decoding-mode)
76         (unify-8859-on-encoding-mode): Remove autoload cookie.
78 2002-03-18  Andre Spiegel  <spiegel@gnu.org>
80         * vc-rcs.el (vc-rcs-register): Fix handling of
81         vc-[rcs-]register-switches.
82         (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
83         Variables removed, since they weren't used yet.
85         * vc-cvs.el (vc-cvs-register): Fix handling of
86         vc-[cvs-]register-switches.
88         * vc-sccs.el (vc-sccs-register): Fix handling of
89         vc-[sccs-]register-switches.
91 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
93         * loadup.el ("emacs-lisp/backquote"): Load earlier.
94         ("international/ucs-tables"): Load and turn on
95         unify-8859-on-encoding-mode unconditionally.
96         (emacs-version): Use `defconst' rather than `setq'.
98         * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
100 2002-03-18  Richard M. Stallman  <rms@gnu.org>
102         * menu-bar.el (menu-bar-options-menu): Cope if
103         text-mode-hook is not a list.
105 2002-03-17  Richard M. Stallman  <rms@gnu.org>
107         * emulation/pc-select.el (pc-selection-mode):
108         Alter the existing global map, don't replace it.
110         * files.el (list-directory): Set default-directory at the end.
112         * dabbrev.el (dabbrev--goto-start-of-abbrev):
113         Put a limit on field-beginning search.
115 2002-03-17  Simon Josefsson  <jas@extundo.com>
117         * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
118         (browse-url-mosaic): Use it.
120         * net/browse-url.el (browse-url-filename-alist): Don't begin
121         docstring with *, you don't want to set this one with M-x
122         set-variable.
124         * net/browse-url.el: Put * in user option doc strings.
126 2002-03-17  Stefan Monnier  <monnier@cs.yale.edu>
128         * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
129         (sgml-xml-guess): Simplify.
130         (sgml-mode-common): Remove (move into sgml-mode).
131         (sgml-mode): Add code from sgml-mode-common.
132         Remove redundant setting of indent-line-function.
133         Don't set skeleton-transformation when in XML mode.
135         * international/mule-diag.el (describe-char-after):
136         Use `internal-describe-syntax-value' again (got lost somewhere).
138         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
139         Use unify-8859-on-decoding-mode.
140         (unify-8859-on-decoding-mode): Also set translation-table-for-input.
141         (ucs-insert): Give an error if the unicode char can't be created.
143         * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
144         (cvs-parse-status): Handle the "used to have a conflict" marker.
146 2002-03-17  Kim F. Storm  <storm@cua.dk>
148         The following changes are related to the enhanced network process
149         support.
151         * simple.el: Update copyright.
152         (clone-process): Use make-network-process to clone network
153         processes.  Get command list via (process-contact ... t).
154         Use set-process-query-on-exit-flag and process-query-on-exit-flag
155         instead of process-kill-without-query.
156         (open-network-stream): Replaces C-version from process.c.
157         (open-network-stream-nowait, open-network-stream-server): New funs.
158         (process-kill-without-query): Replaces C-version from process.c.
160         * files.el: Update copyright.
161         (save-buffers-kill-emacs): Also check for active server
162         processes.  Use process-query-on-exit-flag.  Only list processes
163         which has the query-on-exit flag set in connection with user query.
165         * shadowfile.el: Update copyright.
166         (shadow-save-buffers-kill-emacs): Also check for active server
167         processes.  Use process-query-on-exit-flag.
169 2002-03-16  Simon Marshall  <simon.marshall@misys.com>
171         * imenu.el (imenu-menubar-modified-tick): Renamed from
172         imenu-update-menubar-modified-tick.
173         (imenu-update-menubar): Update imenu-menubar-modified-tick
174         whenever outer condition succeeds.
176         * lazy-lock.el (save-buffer-state):
177         Bind inhibit-modification-hooks and buffer-file-truename
178         instead of before-change-functions and after-change-functions.
180 2002-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
182         * international/codepage.el (codepage-setup): Don't define a
183         codepage if it is already defined.
185         * textmodes/po.el (po-content-type-charset-alist): Convert the
186         car of each association to a string.
187         (po-find-file-coding-system-guts): If the charset matches a name
188         of a codepage, set up that codepage and return it as a coding
189         system to decode the file.
190         (po-find-charset): Search for the Charset= header even if we've
191         read less than 4KB.
192         <top-level>: Remove the setup for all known codepages: it seems
193         to cause crashes in the CCL driver.
195 2002-03-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
197         * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
198         (bibtex-entry-field-alist): Doc fix.
200 2002-03-16  Richard M. Stallman  <rms@gnu.org>
202         * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
203         Move definition above cperl-outline-regexp.
205         * bindings.el (mode-line-mule-info): In computing help-echo prop,
206         avoid using save-window-excursion.  And compile the function.
208 2002-03-15  Stefan Monnier  <monnier@cs.yale.edu>
210         * files.el (load-completion): New function.
211         (load-library): Use it.
213 2002-03-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
215         * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
216         to match the actual code.
218 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
220         * textmodes/po.el (po-find-file-coding-system-guts):
221         Use with-temp-buffer instead of po-with-temp-buffer.
223         * international/mule-conf.el (file-coding-system-alist): Add an
224         association for PO files.
226         * textmodes/po.el: New file.
228 2002-03-15  Gerd Moellmann  <gerd@gnu.org>
230         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
231         Fix simple loop indentation.
233 2002-03-14  Miles Bader  <miles@gnu.org>
235         * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
237 2002-03-14  Richard M. Stallman  <rms@gnu.org>
239         * textmodes/picture.el (picture-insert)
240         (picture-clear-column, picture-draw-rectangle):
241         Use move-to-column, not move-to-column-force.
243         * dired.el (dired-readin): Clear out undo list.
244         (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
245         (dired-delete-entry): New function.
246         (dired-internal-do-deletions): Use dired-fun-in-all-buffers
247         and dired-delete-entry, to update this buffer (and others).
249         * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
251         * facemenu.el (facemenu-add-new-face):
252         Pass region args to facemenu-set-face, when there is a region.
253         (facemenu-set-foreground, facemenu-set-background)
254         (facemenu-add-face): Doc fixes.
256         * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
258 2002-03-14  Miles Bader  <miles@gnu.org>
260         * emacs-lisp/debug.el: Require `button'.
261         (debugger-mode-map): Set the parent keymap to `button-buffer-map',
262         to get TAB and <backtab> bindings.
264         * net/rlogin.el (rlogin-carriage-filter): Function removed.
265         (rlogin): Don't install the `rlogin-carriage-filter' filter, as
266         comint removes carriage returns itself now.
268         * rfn-eshadow.el (rfn-eshadow-update-overlay):
269         Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
270         getting hosed by our own intangible property.
272 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
274         * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
275         Add fortran-comment-line-start-skip to comment-start-skip.
276         (fortran-comment-indent): Keep whole-line comments in column 0.
277         (fortran-find-comment-start-skip): New arg `all'.
278         If ALL is nil, make sure we only match comment-start-skip if we
279         can't match fortran-comment-line-start-skip.
280         Fix bug that made it return t but without moving point when
281         matching '!'! (a false-comment followed by a real comment).
282         (fortran-indent-comment): Use new `all' argument above.
283         Be careful not to add an incorrect comment-starter like "C"
284         in comment-column.
285         (fortran-split-line): When splitting a comment, reuse the comment
286         starter from the current line rather than fortran-comment-line-start.
287         (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
288         cleaner behavior of fortran-find-comment-start-skip.
289         (fortran-fill): Don't be confused by ! inside a comment.
290         (fortran-break-line): Minor cleanup and simplification.
292 2002-03-13  Francesco Potorti`  <pot@gnu.org>
294         * progmodes/etags.el (tag-exact-file-name-match-p)
295         (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
296         simpler regexp.
298 2002-03-12  Colin Walters  <walters@debian.org>
300         * ibuffer.el (ibuffer-redisplay-current): Don't move point when
301         redisplaying a line.
303 2002-03-12  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
305         * term/x-win.el (emacs-session-restore): Take previous id as
306         an argument.
307         (emacs-session-save): Add comment that return t means cancel shutdown
309         * startup.el (command-line): Must check that x-session-previous-id
310         is bound also, for non-X platforms.
312 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
314         * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
315         (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
316         New user options.
317         (extended-loop-p, common-lisp-loop-part-indentation): New functions.
318         (common-lisp-indent-function-1): Renamed from
319         common-lisp-indent-function.
320         (common-lisp-indent-function): Handle loop forms specially.
321         (lisp-indent-defmethod): Use car/cdr instead of first/rest.
322         (lisp-backquote-indentation): New user option.
324 2002-03-12  Francesco Potorti`  <pot@gnu.org>
326         * progmodes/etags.el (tag-exact-file-name-match-p)
327         (tag-file-name-match-p, tag-partial-file-name-match-p):
328         Assume that the header of a tags section has either a number
329         or nothing after the last comma.
331 2002-03-11  Richard M. Stallman  <rms@gnu.org>
333         * imenu.el (imenu-update-menubar-modified-tick): New variable.
334         (imenu-update-menubar): Don't call imenu--make-index-alist
335         if buffer has not changed since last time.
337         * desktop.el (desktop-buffer-handlers): Doc fix.
338         (desktop-buffer-file): Explicitly return BUF.
340         * paren.el (show-paren-function): Move back in other direction
341         to verify the match is correct.
343         * mail/supercite.el (sc-select-attribution): Accept whatever value
344         we get in CHOICE; there is no value meaning "try again".
346 2002-03-11  Colin Walters  <walters@verbum.org>
348         * shell.el (toplevel): Revert previous change to use pcomplete.
349         (shell-mode): Ditto.
350         (shell-pcomplete-setup-done): Remove.
351         (shell-pcomplete): Ditto.
352         (shell-pcomplete-reverse): Ditto.
354         * comint.el: Remove documentation on setting up pcomplete.
356 2002-03-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
358         * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
359         item.  Doc fix.
361         * image.el (image-type-from-file-header): Make temporary buffer
362         unibyte.
364         * subr.el (add-to-list): Doc fix.
366 2002-03-11  Miles Bader  <miles@gnu.org>
368         * pcomplete.el (pcomplete-entries): Expand environment variables
369         in filename.
371 2002-03-10  Daniel Pfeiffer  <occitan@esperanto.org>
373         * play/mpuz.el: Use defface instead of facemenu-get-face.
375 2002-03-10  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
377         * startup.el (command-line): Add call to emacs-session-restore if
378         both x-session-id and x-session-previous-id are strings.
380         * term/x-win.el (x-handle-smid): New function.
381         (emacs-session-filename): New function.
382         (emacs-session-save): New function.
383         (emacs-save-session-functions): New variable.
384         (emacs-session-restore): New function.
386 2002-03-09  Eli Zaretskii  <eliz@is.elta.co.il>
388         * simple.el (shell-command-on-region): Call push-mark with
389         non-nil second arg, to suppress the "Mark set" message.
391 2002-03-08  Richard M. Stallman  <rms@gnu.org>
393         * textmodes/picture.el (picture-forward-column): New arg `interactive'
394         is non-nil for an interactive call.  Use instead of interactive-p.
395         (picture-backward-column): Likewise.
397         * tar-mode.el (tar-untar-buffer): New function.
399         * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
400         Put the mouse-face on the entire xref, like the local keymap.
402         * find-dired.el (find-name-dired): Use shell-quote-argument.
404 2002-03-08  Daniel Pfeiffer  <occitan@esperanto.org>
406         * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
407         (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
408         (mpuz-allow-double-multiplicator): New options for nicer look and
409         new features.
410         (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
411         (mpuz-check-all-solved, mpuz-random-puzzle)
412         (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
413         (mpuz-show-solution): Functions streamlined and removed french
414         style space before punctuation, added face support and optional
415         solving of trivial results.
417 2002-03-07  Colin Walters  <walters@verbum.org>
419         * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
421         * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
422         instead of "recency" for clarity.
423         (ibuffer-compile-format): Document more.  Handle new "summarizer"
424         columns.
425         (ibuffer-fontify-region-function): Ditto.
426         (ibuffer-insert-buffer-line): Ditto.
427         (ibuffer-map-lines): Ditto.
428         (ibuffer-insert-buffers-and-marks): Ditto.
429         (ibuffer-update-title-and-summary): Renamed from
430         `ibuffer-update-title'.  Handle "summarizer" columns.
431         (ibuffer-clear-summary-columns): New function.
433         * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
435 2002-03-07  Gerd Moellmann  <gerd@gnu.org>
437         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
438         Use the other-window instead of the other-frame functions when
439         the window is dedicated.
441 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
443         * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
444         with SILENT so that a new field can be added.
446 2002-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
448         * files.el (make-auto-save-file-name): Make sure the produced file
449         name does not contain characters that are invalid for DOS/Windows
450         filesystems.
452         * dos-fns.el, w32-fns.el (make-auto-save-file-name):
453         Remove replacement functions.
455 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
457         * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
458         the form `:x'.
460         * vc.el (vc-branch-part): Add autoload cookie.  This function can
461         be called from vc-rcs-find-most-recent-rev when visiting a file
462         checked into RCS in a CVS sandbox.
464 2002-03-06  Andreas Schwab  <schwab@suse.de>
466         * progmodes/hideif.el: Augment expression parser to handle
467         conditional expressions.
468         (hif-token-regexp): Also match `?' and `:'.
469         (hif-tokenize): Handle `?' and ':' as tokens.
470         (hif-expr): Parse conditional expressions.
471         (hif-or-expr): Parse `||' expressions.
472         (hif-and-expr): Renamed from hif-term.
473         (hif-conditional): New function to evaluate a conditional
474         expression.
476 2002-03-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
478         * language/czech.el ("Czech"): Fix the documentation.
480         * language/slovak.el ("Slovak"): Likewise.
482 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
484         * xml.el (xml-parse-attlist): Accept empty strings.
486 2002-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
488         * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
489         all terminals now support highlighting of some kind.
491         * language/european.el (mac-roman): Fix the safe-chars property.
493 2002-03-05  Andre Spiegel  <spiegel@gnu.org>
495         * vc.el (vc-transfer-file): Use `make-temp-file'.
496         (vc-default-update-changelog): Remove conditional use of
497         `make-temp-name'.
499         * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
501 2002-03-05  Michael Kifer  <kifer@cs.stonybrook.edu>
503         * ediff-init.el: Comments.
505         * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
506         is loaded.
508         * ediff-mult.el (ediff-intersect-directories)
509         (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
510         Cleanup.
511         (ediff-draw-dir-diffs): Now supports the "C" command in directory
512         difference buffer.
513         (ediff-dir-diff-copy-file): New function that implements copying
514         of files from one Ediff dir to another
515         (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
516         (ediff-append-custom-diff): Better error msgs.
518         * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
519         (ediff-inferior-compare-regions): Use
520         ediff-clone-buffer-for-region-comparison. Better and simpler interface.
522         * ediff.el (ediff-directories-internal): Cleanup.
523         (ediff-clone-buffer-for-region-comparison): Better interface.
525 2002-03-04  Richard M. Stallman  <rms@gnu.org>
527         * emacs-lisp/easy-mmode.el (define-minor-mode):
528         Use "P" in interactive spec of minor mode commands.
530 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
532         * faces.el (face-spec-choose): Allow `t' to appear before the end.
533         (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
534         (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
535         (variable-pitch, trailing-whitespace): Don't use the old-style entries.
536         (mode-line-inactive, header-line): Move the `t' section to the
537         beginning so the `:inherit' setting can be shared.
539 2002-03-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
541         * net/snmp-mode.el: Require tempo when compiling to prevent
542         warnings.  Update copyright notice.
544         * help.el (describe-key-briefly, describe-key): Interpret `undefined'
545         like not defined at all.
547 2002-03-03  Stefan Monnier  <monnier@cs.yale.edu>
549         * textmodes/sgml-mode.el: Change maintainer to FSF.
550         (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
551         (sgml-tags-invisible, sgml-beginning-of-tag):
552         Allow _ : and non-ASCII in tag names, as required for XML.
553         (sgml-name-char): Don't assume anything about charsets handled by
554         encode-char.
556         * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
557         where one of the buffers is narrowed.
559         * hexl.el (hexlify-command, dehexlify-command): Remove.
560         (hexlify-buffer, dehexlify-buffer): Use call-process-region
561         rather than shell-command-on-region.
563         * newcomment.el (comment-forward): Use forward-comment to skip
564         over whitespace (or comments) even when comment-use-syntax is nil.
566         * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
568         * textmodes/xml-lite.el: New file.
570 2002-03-03  Richard M. Stallman  <rms@gnu.org>
572         * textmodes/artist.el (artist-system): Use make-temp-file.
574         * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
576         * mail/sendmail.el (mail-recover-1): Increase non-random-len
577         by 1 since we changed make-auto-save-file-name to add one
578         fewer character to the buffer name.
579         (mail-recover): Really show point at the right place
580         in the *Directory* buffer.
582         * files.el (make-auto-save-file-name): Use make-temp-file.
584         * terminal.el (te-create-terminfo): Use make-temp-file
585         to create the source file in a safe way.
587 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
589         * cus-start.el: Rename automatic-hscroll-step and
590         automatic-hscroll-margin into hscroll-step and hscroll-margin.
592         * frame.el (auto-hscroll-mode): Renamed from
593         automatic-hscrolling.
594         (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
596         * mouse.el (mouse-region-delete-keys): Add deletechar.
598 2002-03-03  Sam Steingold  <sds@gnu.org>
600         * play/snake.el (snake-score-file): Fixed parens (broken by the
601         last patch).
602         * play/tetris.el (tetris-score-file): Ditto.
604 2002-03-03  Richard M. Stallman  <rms@gnu.org>
606         * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
608         * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
610         * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
611         (gamegrid-make-mono-tty-face): Fix usage of condition-case.
613 2002-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
615         * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
616         instead of `buffer-substring-no-properties' to support enriched mode.
618 2002-03-02  Richard M. Stallman  <rms@gnu.org>
620         * find-dired.el (find-grep-dired): Call shell-quote-argument.
621         Specify the -e option.
622         Rename arg to `regexp'.
624 2002-03-02  Milan Zamazal  <pdm@zamazal.org>
626         * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
628 2002-03-02  Miles Bader  <miles@gnu.org>
630         * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
631         event-modifiers before looking up in `mouse-wheel-scroll-amount'.
632         If there's no applicable modifiers entry in the alist in
633         `mouse-wheel-scroll-amount', fall back to the default, not to
634         nil (which causes full screen scrolls).
636 2002-03-01  Andreas Schwab  <schwab@suse.de>
638         * textmodes/texnfo-upd.el (texinfo-start-menu-description):
639         Remove extra paren in regexp.
641 2002-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
643         * mouse.el (mouse-show-mark): Use display-mouse-p, not
644         display-graphic-p, to decide whether to move point or use the
645         highlighting.
647 2002-02-28  Colin Walters  <walters@verbum.org>
649         * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
651         * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
652         `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
653         (calc-temp-file-name): Use `make-temp-file'.
655 2002-02-28  Richard M. Stallman  <rms@gnu.org>
657         * font-lock.el (java-font-lock-extra-types):
658         Match java.net.URL, etc.
660 2002-02-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
662         * hexl.el (hexl-options): Doc fix.
663         Update Commentary section.
665         * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
666         Doc fixes.
668 2002-02-28  Andre Spiegel  <spiegel@gnu.org>
670         * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
671         the user to do that first.
672         (vc-update): New function.
674         * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
675         which calls vc-update.  Use the term "Base Version" instead of
676         "Last Version" for the entries "Revert" and "Compare".
678 2002-02-28  Kim F. Storm  <storm@cua.dk>
680         * simple.el (shell-command-on-region): Report non-zero exit
681         status in mode line instead of buffer.
683 2002-02-27  Richard M. Stallman  <rms@gnu.org>
685         * comint.el (comint-preoutput-filter-functions): Doc fix.
686         (comint-output-filter-functions, comint-input-filter-functions)
687         (comint-redirect-filter-functions): Likewise.
689         (comint-redirect-preoutput-filter): Do the local-hook
690         handling of t when running comint-redirect-filter-functions.
691         (comint-output-filter): Likewise for comint-preoutput-filter-functions.
693 2002-02-26  Richard M. Stallman  <rms@gnu.org>
695         * paths.el (remote-shell-program): Add doc string.
697 2002-02-26  Colin Walters  <walters@debian.org>
699         * ibuf-ext.el (sorter mode-name): New.
700         (ibuffer-do-occur): Don't quote ibuffer-marked-char.
702         * calc/calc-ext.el (calc-scroll-left): Call scroll-left
703         interactively, so they do something.
704         (calc-scroll-right): Ditto.
706 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
708         * international/mule.el (ctext-pre-write-conversion): Handle the
709         case when FROM is a string, and when we are called from
710         build_annotations_2.
712 2002-02-26  Richard M. Stallman  <rms@gnu.org>
714         * rect.el (clear-rectangle-line): Reindent to the same column
715         that move-to-column reached when it tried to go to endcol.
717         * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
719 2002-02-26  Ivar Rummelhoff  <ivarru@math.uio.no>
721         * winner.el (winner-boring-buffers, winner-set): A window which
722         displays a buffer whose name is in the list
723         `winner-boring-buffers', will no longer be restored by `winner-undo'.
724         (winner-sorted-window-list): Used to improve comparison between
725         window configurations.
726         (winner-win-data): Simplified and moved.
727         (winner-conf): Simplified (now uses `winner-win-data').
728         (winner-change-fun, winner-save-old-configurations)
729         (winner-save-(un)conditionally, winner-redo): Changes made while in
730         the minibuffer will be ignored.  (Such changes are undone upon
731         exit for the minibuffer, anyway.)
732         (winner-set-conf): Preserve selected window whenever possible.
733         (winner-make-point-alist): Simplified.
734         (winner-mode, winner-save-unconditionally): Save current window
735         configuration on entering minibuffer.
736         (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
737         since it does not change the overall behavior of Emacs.
739 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
741         * international/mule-conf.el (compound-text): Renamed back from
742         compound-text-no-extensions.
743         (ctext-no-compositions): Remove the mime-charset property.
744         (compound-text-with-extensions): Renamed from compound-text.
745         (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
747 2002-02-26  Juanma Barranquero  <lektu@terra.es>
749         * faces.el (list-faces-display): Fix typo.
751 2002-02-25  Richard M. Stallman  <rms@gnu.org>
753         * frame.el (focus-follows-mouse): Doc fix.
755 2002-02-26  Miles Bader  <miles@gnu.org>
757         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
758         to `define-key', since it no longer accepts the latter.
760 2002-02-25  Jason Rumney  <jasonr@gnu.org>
762         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
763         mouse-wheel-scroll-amount.
765         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
766         mwheel.el.
768         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
770 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
772         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
773         consistent with the others that take a backend name as a symbol.
775         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
777 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
779         * comint.el (comint-replace-by-expanded-filename): Do nothing if
780         comint-match-partial-filename returns nil.
782         * shell.el (shell-pcomplete-setup-done): New variable.
783         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
784         (shell-pcomplete-reverse): Ditto.
786 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
788         * ps-print.el (ps-print-printer): Added `lpr' customize group member.
790 2002-02-25  Juanma Barranquero  <lektu@terra.es>
792         * subr.el (save-match-data): Doc fix.
794         * ielm.el (ielm-prompt): Allow customization; make it read-only.
796 2002-02-25  Kim F. Storm  <storm@cua.dk>
798         * shell.el (shell-mode-map): Add "Complete" header so completion
799         menu is shown on the menu bar in shell mode.
801 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
803         * ielm.el (ielm-match-data): New var.
804         (inferior-emacs-lisp-mode): Make it buffer-local.
805         (ielm-eval-input): Use it to preserve match-data between inputs.
807 2002-02-24  Juanma Barranquero  <lektu@terra.es>
809         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
811 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
813         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
814         `custom-buffer' customize group.
816 2002-02-23  Kim F. Storm  <storm@cua.dk>
818         * help.el (where-is): Use remap-command.
820         * help-fns.el (describe-function-1): Use remap-command.
822         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
823         change (no longer accept a symbol for the KEY argument).
825 2002-02-23  Colin Walters  <walters@debian.org>
827         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
828         * calc/calcalg2.el (math-solve-get-sign): Ditto.
830         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
831         in generated function.
833         * ibuf-ext.el (ibuffer-old-time): Change to hours.
834         (ibuffer-mark-old-buffers): Handle it.
836         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
837         (toplevel): Bind them.
838         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
839         not necessary now that we use pcomplete.
841         * comint.el: Document how use new pcomplete completion facility.
843 2002-02-23  Richard M. Stallman  <rms@gnu.org>
845         * mail/rmailsum.el (rmail-summary-output): Properly advance
846         to next message, by calling rmail-summary-goto-msg.
848         * net/browse-url.el (browse-url-galeon): Specify --existing
849         for an existing window.  Use --noraise rather than --no-raise.
850         Don't use -x.
852 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
854         * progmodes/etags.el (find-tag-noselect, find-tag)
855         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
856         Fix a typo in doc strings.
858 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
860         * play/snake.el (snake-velocity-queue, snake-update-velocity)
861         (snake-final-x-velocity, snake-final-y-velocity):
862         New variable and functions.  Store user's keypresses
863         into a queue and pop from the queue each subsequent turn.
864         (snake-update-game, snake-move-left)
865         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
866         (snake-start-game): Use that queue.
867         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
868         (snake-use-color-flag): Likewise.
869         (snake-mode): Rename uses of those variables.
871 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
873         Support for ICCCM  Extended Segments in X selections:
875         * international/mule-conf.el (ctext-no-compositions): New coding
876         system.
877         (compount-text-no-extensions): Renamed from compound-text.
878         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
879         compound-text-no-extensions.
880         (compound-text): Redefined using post-read and pre-write conversions.
882         * international/mule.el (non-standard-icccm-encodings-alist)
883         (non-standard-designations-alist): New variables.
884         (ctext-post-read-conversion, ctext-pre-write-conversion):
885         New functions.
887 2002-02-21  Jonathan Kamens  <jik@kamens.brookline.ma.us>
889         * vc.el (vc-default-init-version): Update documentation to
890         indicate that the backend can override the default init version.
891         (vc-register): Use the backend init-version function, if it
892         exists, to determine the initial version of a file.
893         (vc-diff-switches-list): Don't symbol-quote backend, since it's
894         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
896         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
897         not version-controlled.  This is necessary, e.g., if the file has
898         just been reverted, and thus was previously under version control
899         but isn't any longer.
900         (vc-find-file-hook): Likewise.
902 2002-02-21  Martin Lorentzson  <Martin.Lorentzson@telia.com>
904         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
905         (vc-cvs-sticky-tag-display): New variable.
906         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
907         (vc-cvs-checkin): If the input revision is a valid symbolic tag
908         name, we create it as a branch, commit and switch to it.
909         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
910         (vc-cvs-valid-symbolic-tag-name-p): New function.
911         (vc-cvs-parse-sticky-tag): New function.
912         (vc-cvs-parse-entry): Added parsing of sticky tags.
914 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
916         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
917         nil, and then explicitly set the standard-value to t.
919 2002-02-20  Sam Steingold  <sds@gnu.org>
921         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
922         since it is used in the menu bar.
924 2002-02-20  Richard M. Stallman  <rms@gnu.org>
926         * simple.el (shell-command-on-region): Display the exit status
927         when a command fails.
929         * subr.el (add-hook): Doc fix.
931         * frame.el (other-frame): Doc fix.
933         * simple.el (yank): Clear `field' property.
935 2002-02-20  Tom Tromey  <tromey@cachet>
937         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
938         natural paragraph boundaries.  Don't fail at beginning of buffer.
940 2002-02-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
942         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
943         call the argument "arg" to match plain next-line and
944         previous-line.  From Kevin Ryde <user42@zip.com.au>.
946 2002-02-19  Sam Steingold  <sds@gnu.org>
948         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
949         scroll amounts for different modifiers now.
950         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
951         format properly.
952         (mouse-wheel-mode): Ditto.
954 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
956         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
957         around function body.
959         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
960         sense of the comparison, to match the doc strings of functions
961         that use this macro.
963 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
965         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
967         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
968         * menu-bar.el (menu-bar-mode): Ditto.
970 2002-02-18  Andreas Schwab  <schwab@suse.de>
972         * replace.el (query-replace-regexp-eval): Doc fix.
974 2002-02-18  Colin Walters  <walters@verbum.org>
976         * calc/calcalg2.el (math-solve-get-int): Convert return value from
977         `math-get-from-counter' to a string before calling `concat' on it.
979         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
980         (calc-public-autoloads): Obsolete; remove.
981         (calc-private-autoloads): Ditto.
982         (calc-add-autoloads): Ditto.
984         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
985         for body.
987 2002-02-17  Jason Rumney  <jasonr@gnu.org>
989         * w32-win.el (x-option-alist, x-long-option-alist)
990         (x-switch-definitions): Remove, use command-line-x-option-alist
991         instead to be consistent with X.
992         (x-handle-initial-switch): New function.
994 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
996         * faces.el (mode-line-inactive, header-line): Add the :inherit
997         attribute for the tty case.
999 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
1001         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
1002         invoked from Rmail with full headers displayed.
1004 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1006         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
1007         when repeated.
1008         * textmodes/paragraphs.el (mark-paragraph): Ditto.
1010 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
1012         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
1013         (menu-bar-tools-menu): Removed speedbar.
1015         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
1016         and `flyspell-mode' entries.
1018         * textmodes/flyspell.el (flyspell): Add to ispell group.
1020 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1022         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
1023         repeated.
1024         (mark-defun): Mark more if repeated.
1026 2002-02-17  Colin Walters  <walters@verbum.org>
1028         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
1030         * ibuffer.el (ibuffer-truncate-lines): New option.
1031           (ibuffer-mode):  Use it.
1033 2002-02-17  Kim F. Storm  <storm@cua.dk>
1035         * cus-start.el: Add mouse-highlight.
1037 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1039         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
1041         * cus-start.el: Add automatic-hscroll-margin and
1042         automatic-hscroll-step.
1044 2002-02-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1046         * cus-start.el (x-autoselect-window): Allow customization.
1048         * eshell/em-alias.el (eshell-alias-initialize): Do not use
1049         make-local-hook.
1051         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
1053         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
1055         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
1057         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
1059         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
1061         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
1063         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
1065         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
1067         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
1069         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
1071         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
1073         * eshell/esh-io.el (eshell-io-initialize): Likewise.
1075         * eshell/esh-mode.el (eshell-mode): Likewise.
1077         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
1079         * eshell/esh-var.el (eshell-var-initialize): Likewise.
1081         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
1083         * progmodes/idlwave.el (idlwave-mode): Likewise.
1085         * textmodes/reftex-sel.el (reftex-select-label-mode)
1086         (reftex-select-bib-mode): Likewise.
1088 2002-02-16  John Wiegley  <johnw@gnu.org>
1090         * eshell/em-hist.el (eshell-hist-initialize): When in the
1091         minibuffer, use the global value of `eshell-history-ring', and
1092         never save it to disk, or ask to save it to disk.  This allows
1093         users of session.el to control whether its global state should be
1094         persisted or not.
1095         (eshell-add-command-to-history): Don't write Eshell's history out
1096         to disk, let the governing mode control that upon exit.
1098 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1100         * eshell/eshell.el (eshell-command): Before reading from the
1101         minibuffer, add eshell-add-command-to-history to
1102         minibuffer-exit-hook, and remove it after read-from-minibuffer
1103         returns.
1105         * eshell/em-hist.el (eshell-add-input-to-history): New function,
1106         with most of the code from eshell-add-to-history.
1107         (eshell-add-command-to-history): New function, to record in
1108         eshell-history the commands run via eshell-command.
1109         (eshell-add-to-history): Call eshell-add-command-to-history to do
1110         most of the work.
1112 2002-02-16  John Wiegley  <johnw@gnu.org>
1114         * eshell/esh-ext.el (eshell-external-command): Added a fix for
1115         XEmacs' new dired.el, which adds a global entry in the
1116         `file-name-handler-alist'.
1118 2002-02-16  John Wiegley  <johnw@gnu.org>
1120         * align.el (align-region): Added a missing name argument.
1122 2002-02-16  John Wiegley  <johnw@gnu.org>
1124         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
1125         after the #! of a shell interpretor specification.
1127 2002-02-15  Richard M. Stallman  <rms@gnu.org>
1129         * help.el (describe-key-briefly): Make output in INSERT case
1130         look just like what is displayed in the normal case.
1132 2002-02-15  Andreas Schwab  <schwab@suse.de>
1134         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
1135         non-letter after specials.
1137 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
1139         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
1141 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1143         * simple.el (mark-word): Mark more if repeated.
1144         * textmodes/paragraphs.el (mark-paragraph): Ditto.
1145         (mark-end-of-sentence): Ditto.
1147 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1149         * wid-edit.el (widgetp): Made it more robust.
1151 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
1153         * facemenu.el (describe-text-done): New function.
1154         (describe-text-mode-map): New variable.
1155         (describe-text-mode-hook): New option.
1156         (describe-text-mode): New function.
1157         (describe-text-widget): New function.
1158         (describe-text-sexp): New function.
1159         (describe-text-properties): New function.
1160         (describe-text-category): New command.
1161         (describe-text-at): New command.
1162         (facemenu-menu): Replace `list-text-properties-at' with
1163         `describe-text-at' in the menu.
1165         * wid-edit.el (widgetp): New function.
1166         * wid-edit.el (widget-keymap, widget-insert, widget-setup):
1167         Autoloaded.
1169         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
1171         * wid-browse.el: Removed version and x-url keywords.
1173 2002-02-13  Kim F. Storm  <storm@cua.dk>
1175         * cus-start.el (mode-line-in-non-selected-windows):
1176         Allow customization.
1178 2002-02-13  Richard M. Stallman  <rms@gnu.org>
1180         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
1181         Tell bibtex-parse-keys to output no progress messages.
1183         * international/mule-diag.el (list-input-methods):
1184         Use help-input-method, not describe-input-method, for button type.
1186         * register.el (describe-register-1): Access register contents here.
1188         * textmodes/text-mode.el (text-mode-hook-identify):
1189         Restore previous definition.  Add to text-mode-hook again.
1191         * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
1192         (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
1193         to avoid needing sendmail.el at run time.
1195         * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
1196         Initialization moved up too.
1197         (mode-line-modes): Use :propertize.
1198         (mode-line-mode-menu-keymap): Var deleted.
1199         (mode-line-copied-mode-name): Var deleted.
1200         (mode-line-mode-name): Function deleted.
1201         (mode-line-mode-menu): Each item now shows its mode line lighter.
1202         (minor-mode-alist): Don't call propertize here.
1204 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
1206         * progmodes/pascal.el (pascal-imenu-generic-expression):
1207         Add menu-title and fix parentheses.
1209 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
1211         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
1212         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
1214 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
1216         * menu-bar.el (menu-bar-options-save): Only save
1217         `current-language-environment' and `default-input-method' when
1218         marked as customized.
1220         * international/mule-cmds.el
1221         (setup-specified-language-environment):
1222         Mark `current-language-environment' as customized.
1223         (set-input-method): Mark `default-input-method' as customized when
1224         called interactively.
1225         (toggle-input-method): Ditto.
1227 2002-02-11  Colin Walters  <walters@verbum.org>
1229         * ibuffer.el (ibuffer-switch-format): Supply required argument for
1230         `ibuffer-current-formats'.
1232 2002-02-11  Miles Bader  <miles@gnu.org>
1234         * faces.el (mode-line-inactive): Add dark-background variant.
1236 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
1238         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
1239         * menu-bar.el (menu-bar-mode): Ditto.
1240         * cus-edit.el (customize-mark-to-save): Always save variables
1241         without a standard value.
1243         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
1244         (menu-bar-options-save): Ditto.
1245         (menu-bar-showhide-menu): Ditto.
1246         (menu-bar-options-menu): Ditto.
1247         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
1248         (menu-bar-scroll-bar-none): Remove.
1249         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
1250         expressions instead.
1252         * cus-edit.el (customize-set-value): Return value.
1253         (customize-set-variable): Ditto.
1254         (customize-save-variable): Ditto.
1255         (customize-set-variable): Load dependencies before setting value.
1256         (custom-load-symbol): Autoload it.
1257         (customize-mark-as-set): New function.
1259 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
1261         * cus-start.el: Don't warn about "x-*" symbols when building a
1262         non-GUI version.
1264 2002-02-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1266         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
1267         Doc fix.
1268         (strokes-help): Do not use doubled with-output-to-temp-buffer.
1269         Fix the help string.
1270         (strokes-prompt-user-save-strokes): Fix typo.
1271         (strokes-list-strokes): Use proper exit-action argument for
1272         view-buffer.  Update copyright notice.
1274         * international/mule-diag.el: Various doc and message fixes.
1275         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
1276         codepages already present.
1277         (list-block-of-chars): Display space for null entries in
1278         translation table.  Display tab specially.
1279         (list-non-iso-charset-chars): Check for null charsets.  Use pop
1280         for clarity.  Don't break 8-bit sets into sections between ranges.
1281         (list-charset-chars): Avoid indent-tabs-mode.
1282         (describe-char-after): Maybe use the text property for syntax
1283         table information.  Maybe report char-code-property-table info.
1284         Maybe report character's unicode.  Tweak printing of list info.
1285         (list-input-methods): Add xref buttons.
1286         (dump-charsets, dump-codings): Deleted (obsolete).
1287         From Dave Love <fx@gnu.org>.
1289 2002-02-10  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1291         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
1293 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
1295         * viper-util.el (viper-read-key-sequence): Fix so it'll read
1296         fast key sequences in emacs native mode
1297         (viper-events-to-keys): Delete.
1299         * viper.el (describe-key, describe-key-briefly): Get rid of
1300         viper-events-to-keys.
1302         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
1304         * ediff-wind.el (ediff-setup-control-frame):
1305         Use ediff-has-gutter-support.
1307         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
1308         check if buff is alive.
1310         * ediff.el: Typo in comment.
1312 2002-02-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1314         * menu-bar.el (menu-bar-options-save): Take care of
1315         line-number-mode and column-number-mode variables.
1316         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
1317         "Show Column Number" in "Show/Hide" menu.
1319 2002-02-09  Richard M. Stallman  <rms@gnu.org>
1321         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
1323 2002-02-09  Kim F. Storm  <storm@cua.dk>
1325         * faces.el (mode-line-inactive): New face for mode-line for
1326         non-selected windows.
1327         (mode-line): Doc fix: Only used for selected window.
1329 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
1331         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
1332         name to "Insert Diary Entry".
1334 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
1336         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
1337         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
1339 2002-02-08  Richard M. Stallman  <rms@gnu.org>
1341         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
1343 2002-02-08  Andreas Schwab  <schwab@suse.de>
1345         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
1346         of point-min.
1348 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
1350         * net/ange-ftp.el (ange-ftp-process-handle-line)
1351         (ange-ftp-set-xfer-size): If the file's size is a float, divide
1352         by 1024 instead of using ash.
1354         * international/mule-cmds.el (select-safe-coding-system):
1355         State the buffer's name in the message popped in the *Warning* buffer,
1356         and make sure the offending buffer is displayed.
1358 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
1360         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
1362 2002-02-07  Richard M. Stallman  <rms@gnu.org>
1364         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
1366         * register.el (list-registers): New command.
1367         (describe-register-1): New subroutine, taken out of view-register.
1369         * emacs-lisp/copyright.el (copyright-regexp):
1370         Delete the unibyte copyright symbol; it's redundant.
1371         Fix a spazz in the multibyte encoding here.
1373 2002-02-07  Dave Love  <fx@gnu.org>
1375         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
1376         (cyrillic-encode-alternativnyj-char): Get translation tables from
1377         symbol properties, not as variables.
1378         (standard-display-cyrillic-translit): Include unicodes.
1380 2002-02-06  Kim F. Storm  <storm@cua.dk>
1382         * help.el (where-is): Report remapped commands.
1384         * help-fns.el (describe-function-1): Ditto.
1386         * subr.el (global-set-key, local-set-key): Accept a symbol for the
1387         KEY argument (like define-key).
1389 2002-02-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1391         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
1393 2002-02-06  Richard M. Stallman  <rms@gnu.org>
1395         * mail/mailabbrev.el: Require sendmail only at compile time.
1396         (mail-mode-header-syntax-table): Var deleted.
1397         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
1398         (sendmail-pre-abbrev-expand-hook): Only temporarily change
1399         local-abbrev-table and the syntax table.
1400         Compute mail-abbrev-syntax-table if that has not been done.
1402         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
1404         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
1405         (debugger-frame-number): Figure out the offset directly.
1406         (debugger-setup-buffer): Don't use debugger-frame-offset.
1407         (debugger-frame, debugger-frame-clear): Likewise.
1408         (debugger-jump): Don't alter debugger-frame-offset.
1410         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1411         Replace foo-p as var name with foo-flag, not foo-p-flag.
1413         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
1414         (highlight-changes-passive-string): Default to -Chg.
1415         (highlight-changes-global-modes): Doc fix.
1417         * dired.el (dired-get-filename): Add /: when appropriate
1418         to avoid taking a local name as remote.
1420         * files.el (file-name-non-special): Add special handling for
1421         file-name-sans-versions, file-name-completion, and
1422         file-name-all-completions.
1424         * isearch.el (isearch-update): Don't update display in kbd macro.
1425         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
1427         * subr.el (force-mode-line-update): Doc fix.
1429         * subr.el (atomic-change-group, prepare-change-group)
1430         (activate-change-group, accept-change-group, cancel-change-group):
1431         New functions.
1433         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
1434         (transpose-subr-1): Use atomic-change-group.
1436         * subr.el (add-minor-mode): Include the mode's lighter string
1437         in the minor mode menu item name.
1439         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
1440         rmail-count-screen-lines starting from (point-min).
1442         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
1443         beyond the image height, to use the fancy splash screen.
1445         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
1446         (text-mode): Set text-mode-variant here.
1448 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
1450         * play/pong.el (pong-height): Don't use height that exceeds the
1451         frame height.
1452         (pong-border-options): Make the border colors slightly more bright.
1454         * play/gamegrid.el (gamegrid-display-type): Treat any
1455         color-capable display as color-x, if display-color-p is fboundp.
1456         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
1457         (gamegrid-make-color-tty-face): Use the value of color, not the
1458         symbol itself.  Don't call gamegrid-color.
1460 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
1462         * gud.el (gud-refresh): Call recenter only after we are sure we
1463         are in the right window.
1465 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1467         * cus-edit.el (customize-mark-to-save): New function.
1468         * menu-bar.el (menu-bar-options-save): Rewrote.
1470 2002-02-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1472         * cus-start.el (x-use-underline-position-properties):
1473         Allow customization.
1475 2002-02-04  Simon Josefsson  <jas@extundo.com>
1477         * dired.el (dired-load-hook, dired-mode-hook)
1478         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
1480 2002-02-03  Colin Walters  <walters@verbum.org>
1482         * ibuf-ext.el (ibuffer-filter-format-alist)
1483         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
1484         New variables.
1485         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
1486         is now the Emacs CVS tree.
1487         (ibuffer-formats): Doc fix.
1488         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
1489         (ibuffer-current-format): Use them.
1490         (ibuffer-recompile-formats, ibuffer-check-formats)
1491         (ibuffer-switch-format, ibuffer-update-title):
1492         Add support for ibuffer-filter-format-alist.
1493         (define-ibuffer-column process): Remove unncessary consing.
1495         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
1496         for a summary column.
1498 2002-02-03  Andreas Schwab  <schwab@suse.de>
1500         * window.el (save-selected-window): Move macro before first use.
1501         (balance-windows): Fix misplaced parenthesis.
1503 2002-02-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1505         * calculator.el (calculator-displayers): Doc fixes.
1507 2002-02-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1509         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
1510         (menu-bar-options-save): Save also the value of `display-time-mode'.
1511         (showhide-date-time): New function.
1512         (menu-bar-showhide-menu): New menu-item "Date and time".
1514 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
1516         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
1517         get-file-buffer to check for rmail buffer existence.
1519         * term.el (term-emulate-terminal): Extract proper command string
1520         which is supplied to term-command-hook.
1522 2002-02-03  Richard M. Stallman  <rms@gnu.org>
1524         * international/quail.el (quail-help): Don't call help-setup-xref.
1526         * international/mule-cmds.el (describe-input-method):
1527         Call help-setup-xref here.
1528         (describe-current-input-method): Doc fix.
1530         * novice.el (disabled-command-hook): Clarify output text.
1531         Indent the paragraph from the command's doc string.
1533         * dabbrev.el (dabbrev--goto-start-of-abbrev):
1534         Exit loop on beginning of field rather than bobp.
1536 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
1538         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
1539         the message text into the *mail* buffer, and restore the pruned
1540         state after that.
1542         * mail/rmail.el (rmail-redecode-body): Prune the headers before
1543         looking for X-Coding-System header, and restore the pruned state
1544         before returning.
1546 2002-02-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1548         * cus-edit.el (customize-save-variable): Fix typo in prompt.
1550         These changes integrate new version of flyspell.el from its
1551         maintainer, Manuel Serrano:
1553         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
1554         (flyspell-mode-on, flyspell-notify-misspell)
1555         (flyspell-small-region, flyspell-external-point-words)
1556         (flyspell-large-region): Use it
1557         (flyspell-before-incorrect-word-string)
1558         (flyspell-after-incorrect-word-string): New user options.
1559         (make-flyspell-overlay): Use them.
1560         (flyspell-version): New function.
1561         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
1562         definitions to use :weight.
1563         (flyspell-insert-function): New user option.
1564         (flyspell-auto-correct-word, flyspell-correct-word)
1565         (flyspell-xemacs-correct): Use it.
1566         (flyspell-define-abbrev): New function.
1567         (flyspell-auto-correct-word, flyspell-correct-word)
1568         (flyspell-xemacs-correct): Use it.
1569         (make-flyspell-overlay): Use `evaporate' property.
1570         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
1571         (flyspell-emacs-popup): Use `session' instead of `accept'.
1572         (flyspell-auto-correct-previous-pos): New variable.
1573         (flyspell-auto-correct-previous-hook)
1574         (flyspell-auto-correct-previous-word): New functions.
1576 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
1578         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
1579         don't alter the user's ~/.emacs.
1580         (disable-command): If user-init-file is nil or does not exist,
1581         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1582         But don't alter the init file if Emacs was invoked as "emacs -q"
1584 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
1586         * mail/sendmail.el (mail-mode): Undo half of last change.
1588         * indent.el (indent-for-tab-command): Remove spurious code.
1590         * hi-lock.el (hi-lock-find-patterns): Save restriction.
1592 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
1594         * calendar/time-date.el: Moved from lisp/gnus.
1596         * calendar/parse-time.el: Ditto.
1598 2002-01-31  Richard M. Stallman  <rms@gnu.org>
1600         * international/iso-acc.el (iso-languages): Fix ", " in French.
1602         * cus-start.el (history-length): Specify customization for it.
1604         * emacs-lisp/debug.el (debugger-setup-buffer):
1605         When an eval-buffer frame was reading from a buffer,
1606         insert indication of the buffer position.
1607         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
1608         (debugger-frame-clear, debugger-frame): Error on non-frame line.
1610         * simple.el (shell-command-on-region): Err if no mark
1611         before reading the command string.
1613         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
1614         Definitions moved down after hl-line-mode var's definition.
1616         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
1617         (hilit-chg-set-face-on-change): Rename arg.
1618         (hilit-chg-make-ov): Detect error earlier.
1620         * ediff-hook.el: Delete autoload cookies.
1622         * comint.el (comint-scroll-show-maximum-output): Default is t.
1624         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
1625         (batch-byte-compile-if-not-done): New function.
1627         * Makefile.in (compile): New target.
1628         (compile-always): Renamed from compile-files.
1629         (compile-after-backup): Renamed from compile.
1630         (bootstrap): Depend on compile-always, not compile-files.
1632         * emulation/pc-select.el (pc-select-save-and-set-mode):
1633         Properly use MODE-VAR.
1635 2002-01-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1637         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
1638         Version" to "About Emacs".
1639         (menu-bar-options-save): Add `default-frame-alist'
1640         to saved variables.
1641         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
1642         of the variable `scroll-bar-mode'.
1644         * startup.el (normal-splash-screen, display-splash-screen):
1645         New functions (separated from command-line-1).
1646         (command-line-1): Use them.
1648 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
1650         * calendar/calendar.el (generate-calendar-month): Doc fix.
1652 2002-01-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1654         * time.el (display-time-mail-directory): New option.
1655         (display-time-mail-function): Update doc-string.
1656         (display-time-mail-icon): Use XPM image when available.
1657         (display-time-string-forms): Use more descriptive text as
1658         help-echo property.
1659         (display-time-mail-check-directory): New function.
1660         (display-time-update): Use it.
1662         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
1663         Quote `window-system'.
1665         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
1666         Add Keywords header.  Update Commentary section.
1667         Update copyright notice.
1669         * menu-bar.el (menu-bar-scroll-bar-right)
1670         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
1671         (showhide-menu-bar): New functions.
1672         (menu-bar-showhide-menu): New submenu "Show/Hide".
1673         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
1674         "Show/Hide".
1675         Update copyright notice.
1677 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
1679         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
1681 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
1683         * pc-select.el (pc-selection-mode-hook)
1684         (pc-select-saved-settings-alist, pc-select-map)
1685         (pc-select-saved-global-map, pc-select-key-bindings-alist)
1686         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
1687         (pc-select-meta-moves-sexps-key-bindings)
1688         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
1689         New variables.
1690         (pc-select-define-keys, pc-select-restore-keys): New functions.
1691         (pc-select-add-to-alist, pc-select-save-and-set-var)
1692         (pc-select-save-and-set-mode, pc-select-restore-var)
1693         (pc-select-restore-mode): New macros.
1694         (pc-selection-mode): Completely rewrote the body of the function;
1695         the main goal was to make pc-selection-mode "turn-off"-able, like
1696         other minor modes.  Use define-minore-mode instead of just a
1697         defun.  Store the key bindings into four alists:
1698         pc-select-default-key-bindings, pc-select-extra-key-bindings,
1699         pc-select-meta-moves-sexps-key-bindings, and
1700         pc-select-tty-key-bindings; then have the pc-select-define-keys
1701         function walk those alists instead of calling define-key
1702         repeatedly.  When the mode is turned on, set the
1703         keybindings in global-map and remember the old keybindings; when
1704         the mode is turned off, restore the previously-saved keybindings.
1705         (pc-selection-mode defcustom): Reflect the fact that the mode is
1706         now "turn-off"-able.
1708 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
1710         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
1711         returns t, don't treat that as an error.
1713 2002-01-25  Jason Rumney  <jasonr@gnu.org>
1715         * faces.el (face-font-registry-alternatives) [windows-nt]:
1716         Add ms-oemlatin as an alternative for iso8859-1.
1718 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
1720         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
1721         args and the absence of an entry.  Don't add -f each time.
1723 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
1725         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
1727         Support for more than 8 colors on character terminals:
1729         * term/rxvt.el: New file.
1731         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
1733         * term/xterm.el (xterm-standard-colors): New variable.
1734         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
1735         (xterm-rxvt-set-background-mode): New functions.
1736         (toplevel): Call xterm-register-default-colors,
1737         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
1738         Add support for more keys from xterm's terminfo entry.
1740         * facemenu.el (list-colors-display): If the argument is nil, don't
1741         show more colors that the number returned by display-color-cells.
1743         * term/pc-win.el (msdos-color-values): Reverse the order of the
1744         colors, since tty-color-define now preserves the registration order.
1746         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
1748         * term/tty-colors.el (tty-standard-colors): Reverse the order.
1749         (tty-register-default-colors): New function; code moved from
1750         startup.el's command-line.
1751         (tty-modify-color-alist): Use nconc instead of cons, to preserve
1752         the order the colors where registered.
1754         * frame.el (display-color-cells): Use tty-display-color-cells.
1756         * startup.el (command-line): Call tty-register-default-colors.
1758 2002-01-25  Richard M. Stallman  <rms@gnu.org>
1760         * subr.el (remove): Doc fix.
1762 2002-01-24  Richard M. Stallman  <rms@gnu.org>
1764         * progmodes/compile.el (compilation-handle-exit):
1765         Add a compilation-handle-exit property to the "finished" message.
1766         (compilation-parse-errors): Stop parsing when that property is seen.
1768         * subr.el (substring-no-properties): New function.
1769         (copy-without-properties): Function deleted.
1771         * term/x-win.el (x-handle-geometry): Put sizes on both
1772         initial-frame-alist and default-frame-alist.
1774         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
1775         for saving .emacs.
1777         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
1779         * calendar/calendar.el (generate-calendar-month): Doc fix.
1781 2002-01-23  Richard M. Stallman  <rms@gnu.org>
1783         * play/tetris.el (tetris): New defgroup.
1784         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
1785         (tetris-default-tick-period): Convert to defcustom.
1786         Added * in docstring to indicate user variable.
1787         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
1788         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
1789         (tetris-buffer-height, tetris-width, tetris-height)
1790         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
1792 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
1794         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
1795         and is already matched by adaptive-fill-regexp.
1797 2002-01-22  Richard M. Stallman  <rms@gnu.org>
1799         * bindings.el (mode-line-copied-mode-name): New variable.
1800         (mode-line-mode-name): Don't modify mode-name itself!
1801         Instead, make a copy and reuse it.
1803         * subr.el (copy-without-properties): New function.
1805         * progmodes/sh-script.el (sh-set-shell): Doc fix.
1807         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
1808         slash if DIR is just slash.
1810         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
1812 2002-01-21  Richard M. Stallman  <rms@gnu.org>
1814         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
1816         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
1817         Move defvar up.
1819         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
1821         * ibuffer.el: Don't require ibuf-ext at load time.
1822         (ibuffer): Require ibuf-ext here.
1824 2002-01-21  Francesco Potorti`  <pot@gnu.org>
1826         * generic-x.el (apache-conf-generic-mode): Highlight the first
1827         word in a line even if preceded by blanks.
1829 2002-01-21  Richard M. Stallman  <rms@gnu.org>
1831         * window.el (window-body-height): Handle minibuffer window specially.
1832         Otherwise, don't return less than 1.
1834 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
1836         * ange-ftp.el: Added support for BS2000, and for raw ftp
1837         login commands (needed in some circumstances).
1838         (ange-ftp-raw-login): New custom var.
1839         (ange-ftp-normal-login): Perform login with raw ftp commands, if
1840         ange-ftp-raw-login is set and account password is needed.
1841         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
1842         (ange-ftp-bs2000-filename-pubset-regexp)
1843         (ange-ftp-bs2000-filename-username-regexp)
1844         (ange-ftp-bs2000-filename-prefix-regexp)
1845         (ange-ftp-bs2000-name-template): New consts.
1846         (ange-ftp-bs2000-short-filename-regexp)
1847         (ange-ftp-bs2000-fix-name-regexp-reverse)
1848         (ange-ftp-bs2000-fix-name-regexp): New consts.
1849         (ange-ftp-bs2000-special-prefix): New custom var.
1850         (ange-ftp-fix-name-for-bs2000)
1851         (ange-ftp-fix-dir-name-for-bs2000): New funs.
1852         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
1853         (ange-ftp-bs2000-posix-hook-installed): New vars.
1854         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
1855         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
1856         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
1857         (ange-ftp-bs2000-filename-regexp): New const.
1858         (ange-ftp-bs2000-additional-pubsets): New custom var.
1859         (ange-ftp-bs2000-cd-to-posix): New fun.
1861 2002-01-20  Colin Walters  <walters@verbum.org>
1863         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
1864         with `byte-compile-dynamic'.
1865         (ibuffer-default-directory, toplevel): Doc files.
1867 2002-01-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1869         * tempo.el (tempo-define-template): Doc fix.
1871         * scroll-bar.el (scroll-bar-mode): Make argument optional.
1873 2002-01-20  Jason Rumney  <jasonr@gnu.org>
1875         * w32-vars.el: New file.
1877         * loadup.el [windows-nt]: Load it.
1879         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
1880         and make them defcustoms.
1882         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
1884 2002-01-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1886         * language/tibet-util.el (tibetan-decompose-region)
1887         (tibetan-decompose-string): Fix typo in docstring.
1889         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
1891 2002-01-18  Richard M. Stallman  <rms@gnu.org>
1893         * comint.el (comint-redirect-send-command-to-process):
1894         Restore previous current buffer.
1896         * window.el (window-body-height): New function.
1898 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
1900         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
1901         "Finish Function" menu map entries for jdb mode.
1902         (gud-jdb-use-classpath): New customization variable.
1903         (gud-jdb-command-name): Add customization.
1904         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
1905         (gud-jdb-classpath-string): New variable.
1906         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
1907         (gud-jdb-build-source-files-list): Likewise.
1908         (gud-jdb-massage-args): Record any command argument classpath
1909         string in `gud-jdb-classpath-string'.
1910         (gud-jdb-lowest-stack-level): New function, finds bottom of current
1911         java call stack in jdb output.
1912         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
1913         (gud-jdb-parse-classpath-string): New functions.
1914         (gud-jdb-marker-filter): Search/detect classpath information in
1915         jdb's output.  marker regexp updated to match oldjdb and jdb output
1916         formats.  Expand search for source files to include new/old methods
1917         using new functions above.  Do not allow `gud-marker-acc' to grow
1918         without bound.
1919         (jdb): Set classpath information (if available) as jdb is started.
1920         Change `gud-break' and `gud-remove'
1921         to use new %c ("class") escape in format strings.  Add
1922         `gud-finish', `gud-up', `gud-down' command string functions, and
1923         add them to the local menu map.  Update `comint-prompt-regexp' for
1924         jdb and oldjdb.  If attaching to an already running java VM and
1925         configured to use classpath, send command to query for classpath,
1926         else use previous method for finding and parsing java
1927         sources.  Set `gud-jdb-find-source' function accordingly.
1928         (gud-mode): Doc fix.
1929         (gud-format-command): Add support for new %c ("class") escape.
1930         (gud-find-class): New function in support of %c escape.
1932 2002-01-17  Richard M. Stallman  <rms@gnu.org>
1934         * ibuf-ext.el: Enable byte-compile-dynamic.
1936 2002-01-17  Jason Rumney  <jasonr@gnu.org>
1938         * term/w32-win.el: Restore conditional require of fontset.
1940 2002-01-16  Richard M. Stallman  <rms@gnu.org>
1942         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
1943         more or less.
1944         (mouse-drag-region): New function.  For a click in the echo area,
1945         show *Messages*.
1947         * ibuf-ext.el: Delete the autoloads for functions defined with
1948         ibuffer-specific commands.
1950         * help.el (describe-distribution): Really call view-file.
1952         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
1953         (ange-ftp-get-process): Pass that arg.
1955         * comint.el (comint-simple-send): Fix previous change.
1957         * net/telnet.el (telnet-simple-send): Fix previous change.
1959         * progmodes/sql.el (sql-escape-newlines-and-send)
1960         (sql-query-placeholders-and-send): Fix previous change.
1962 2002-01-16  Colin Walters  <walters@verbum.org>
1964         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
1965         URL, Compatibility headers.  Update copyright notice.
1966         * ibuf-macs.el (toplevel): Require `cl' when compiling.
1968 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
1970         * startup.el (command-line): Set EOL mnemonics for the Mac.
1972 2002-01-16  Andreas Schwab  <schwab@suse.de>
1974         * mail/feedmail.el (feedmail): Fix :link spec.
1976 2002-01-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1978         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
1979         2 ldapsearch.
1981         * net/eudc.el: New maintainer.  Change author's address.
1982         (eudc-pre-select-window-configuration, eudc-insertion-marker):
1983         Variables removed.
1984         (eudc-insert-selected): Function removed.
1985         (eudc-select): Reimplemented.
1986         (eudc-expand-inline): Delete the strings only after its expansion
1987         is chosen not before.
1989         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
1990         Minor coding style fixes.
1992         * net/eudcb-ldap.el: New maintainer.  Change author's address.
1993         (eudc-attribute-display-method-alist): Display mail with
1994         eudc-display-mail.
1996         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
1997         * net/eudc-vars.el: New maintainer.  Change author's address.
1999         * net/eudc-bob.el: New maintainer.  Change author's address.
2000         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
2001         (eudc-display-mail): New function.
2002         (eudc-bob-play-sound-at-point): Remove XEmacs case.
2004 2002-01-15  Richard M. Stallman  <rms@gnu.org>
2006         * emacs-lisp/autoload.el (make-autoload):
2007         Don't handle define-ibuffer-column, define-ibuffer-filter,
2008         define-ibuffer-sorter, and define-ibuffer-op.
2010 2002-01-14  Richard M. Stallman  <rms@gnu.org>
2012         * calendar/calendar.el (diary-date-forms): Doc fix.
2014 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
2016         * startup.el (command-line): Register the default tty colors even
2017         if the terminal doesn't seem to support colors.
2018         <tty-long-option-alist>: New option --color.
2019         (tty-handle-args): Parse the --color arg.
2021         * term/tty-colors.el (tty-color-mode-alist): New variable.
2023 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
2025         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
2026         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
2027         Use it.
2028         (ange-ftp-hook-function): Preserve match-data.
2029         (ange-ftp-insert-directory): Typo.
2030         (ange-ftp-shell-command): Check if regexp matched.
2032 2002-01-13  Richard M. Stallman  <rms@gnu.org>
2034         * international/mule-cmds.el: help-map bindings moved to help.el.
2036         * help.el (view-echo-area-messages): New function.
2037         (help-map): Add `e' binding.  Delete obsolete `d' binding.
2038         Change old Info bindings C-f, C-k and C-i to F, K, S.
2039         Move view-emacs-FAQ from F to C-f.
2040         Move view-emacs-problems from P to C-e.
2041         Bindings moved here from mule-cmds.el.
2042         C-l binding for describe-language-environment deleted
2043         (help-for-help): Update for all these changes.
2045         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
2047 2002-01-13  Dave Love  <fx@gnu.org>
2049         * emacs-lisp/copyright.el: Doc fixes.
2050         (copyright-regexp): Add Latin-9 copyright sign.
2051         Match comment delimiters in year lists.
2052         (copyright-current-year): Initialize to load-time year.
2054 2002-01-13  Andreas Schwab  <schwab@suse.de>
2056         * dired-aux.el (dired-do-shell-command): Doc fix.
2058 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
2060         * startup.el (command-line-x-option-alist): New options "-fs",
2061         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
2063         * term/x-win.el (x-handle-initial-switch): New function.
2065 2002-01-13  Colin Walters  <walters@debian.org>
2067         * emacs-lisp/autoload.el (make-autoload): Handle
2068         define-ibuffer-column, define-ibuffer-filter,
2069         define-ibuffer-sorter, and define-ibuffer-op.
2071         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
2073         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
2075 2002-01-12  Richard M. Stallman  <rms@gnu.org>
2077         * net/browse-url.el (browse-url-grail):
2078         Use browse-url-maybe-new-window.
2080         * net/telnet.el (telnet-simple-send): Handle
2081         comint-input-sender-no-newline like comint-simple-send.
2083         * progmodes/sql.el (sql-query-placeholders-and-send): Handle
2084         comint-input-sender-no-newline like comint-simple-send.
2085         (sql-escape-newlines-and-send): Likewise.
2087         * comint.el (comint-input-sender): Doc fix.
2088         (comint-input-sender-no-newline): New variable.
2089         (comint-simple-send): If comint-input-sender-no-newline,
2090         don't output newline, but maybe send eof.
2091         (comint-send-input): New arg NO-NEWLINE.
2092         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
2094 2002-01-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2096         * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
2097         delaying when executing keyboard macros.
2099 2002-01-12  Richard M. Stallman  <rms@gnu.org>
2101         * simple.el (line-move): If we can't move enough lines,
2102         go to beginning or end of line.
2104         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
2105         and proper window.
2107         * help.el (describe-mode): Call help-setup-xref in the help buffer.
2108         Switch buffers only after calling `help-buffer'.
2110         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
2111         only when they are surrounded by whitespace.
2112         Use dired-mark-separator when adding one file name to a command.
2113         (dired-do-shell-command): Verify that * is surrounded by whitespace.
2114         Ask for confirmation if * or ? is not surrounded by whitespace.
2115         (dired-bunch-files): Re-reverse the partial file list when it is used.
2117 2002-01-12  Richard M. Stallman  <rms@gnu.org>
2119         * comint.el (comint-dynamic-list-completions): Repeating the command
2120         after displaying a completion list scrolls the list.
2122 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
2124         * files.el (find-file-noselect): Don't consider a buffer as
2125         visiting a file literally if it is in hexl-mode.
2127         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
2129 2002-01-11  Richard M. Stallman  <rms@gnu.org>
2131         * startup.el (initial-scratch-message): Fix custom type, add group.
2133         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
2134         around the decode-coding-region call.
2136         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
2137         after displaying a completion list scrolls the list.
2139 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
2141         * version.el (emacs-version): Bump to 21.2.50.
2143 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
2145         * play/zone.el (zone-timeout): New var.
2146         (zone-hiding-modeline): New macro.
2147         (zone-call): New func.
2149         (zone): Init `modeline-hidden-level' symbol property.
2150         Use `zone-call' instead of `funcall'.
2152         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
2154         (zone-pgm-stress): Use `zone-hiding-modeline'.
2156         (zone-pgm-stress-destress): New zone program.
2158 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
2160         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
2162 2002-01-09  Richard M. Stallman  <rms@gnu.org>
2164         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
2166 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
2168         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
2169         flyspell-mouse-map.
2171 2002-01-08  Richard M. Stallman  <rms@gnu.org>
2173         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
2175         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
2177         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
2179 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2181         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
2182         Do not use make-local-hook.
2184 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
2186         * international/quail.el (quail-start-translation)
2187         (quail-start-conversion): Bind last-command-event, last-command,
2188         and this-command in the first let.  This fixes the change from
2189         2000-08-30.
2191 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
2193         * ediff-hook.el: Add an autoload cookie.
2195 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2197         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
2198         address of the author.
2200 2002-01-08  Richard M. Stallman  <rms@gnu.org>
2202         * replace.el (occur-mode-goto-occurrence-other-window): New command.
2203         (occur-mode-map): Bind `o' to that.
2205 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2207         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
2208         new macro that replaces viper-emacs-p and viper-xemacs-p in many
2209         cases. Used to reduce the number of warnings.
2211         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
2212         (viper-standard-value): Move here from viper.el.
2213         (viper-set-unread-command-events): Move to viper-util.el
2214         (viper-check-minibuffer-overlay): Make sure
2215         viper-minibuffer-overlay is moved to cover the entire input field.
2217         * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
2218         (viper-read-key-sequence, viper-set-unread-command-events)
2219         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
2221         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
2223         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
2225         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
2227         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
2228         (viper-event-vector-p): Move to viper-util.el
2230         * viper.el (viper-standard-value): Move to viper-cmd.el.
2231         Use viper-cond-compile-for-xemacs-or-emacs.
2233         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2235         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2237         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
2238         New macro designed to be used in many places where ediff-emacs-p or
2239         ediff-xemacs-p was previously used.  Reduces the number of warnings.
2240         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
2241         of ediff-xemacs-p.
2242         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
2243         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
2244         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
2245         Move to ediff-util.el.
2246         (ediff-event-key): Moved here.
2248         * ediff-merge.el: Got rid of unreferenced variables.
2250         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2252         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2253         (ediff-cleanup-mess): Improve the way windows are set up after
2254         quitting ediff.
2255         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
2256         (ediff-dispose-of-variant-according-to-user): New function
2257         designed to be smarter and also understands indirect buffers.
2258         (ediff-highlight-diff-in-one-buffer)
2259         (ediff-unhighlight-diff-in-one-buffer)
2260         (ediff-unhighlight-diffs-totally-in-one-buffer)
2261         (ediff-highlight-diff, ediff-highlight-diff)
2262         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
2263         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
2264         (ediff-get-region-contents, ediff-make-current-diff-overlay):
2265         Moved here.
2266         (ediff-format-bindings-of): New function by Hannu Koivisto
2267         <azure@iki.fi>.
2268         (ediff-setup): Make sure the merge buffer is always widened and
2269         modifiable.
2270         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
2271         result of a merge into a file visited by another buffer.
2272         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
2273         is visited by another buffer and ask to save/delete that buffer.
2274         (ediff-verify-file-merge-buffer): New function to do the above.
2276         * ediff-vers.el: Load ediff-init.el at compile time.
2278         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2280         * ediff.el (ediff-windows, ediff-regions-wordwise)
2281         (ediff-regions-linewise): Use indirect buffers to improve
2282         robustness and make it possible to compare regions of the same
2283         buffer (even overlapping regions).
2284         (ediff-clone-buffer-for-region-comparison)
2285         (ediff-clone-buffer-for-window-comparison): New functions.
2286         (ediff-files-internal): Refuse to compare identical files.
2287         (ediff-regions-internal): Get rid of the warning about comparing
2288         regions of the same buffer.
2290         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
2291         Plus the following fixes courtesy of Dave Love: Doc fixes.
2292         (ediff-word-1): Use word class and move - to the
2293         front per regexp documentation.
2294         (ediff-wordify): Bind forward-word-function outside loop.
2295         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
2296         consing buffer contents.
2297         (ediff-goto-word): Move syntax table setting outside loop.
2299 2002-01-07  Richard M. Stallman  <rms@gnu.org>
2301         * dired.el (dired-copy-filename-as-kill): Call kill-append
2302         if following a kill command.
2304         * help-fns.el (describe-variable, describe-function):
2305         Do save-excursion.
2307 2002-01-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2309         * net/ldap.el (ldap-search-internal): Skip error message from
2310         ldapsearch.  Allow listing attribute names only.  Do not open
2311         non-existent files.
2313         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
2314         call non-existent function.
2316         * net/eudc.el (top-level): Revert previous change.
2318         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
2319         variables to prevent warning from byte-compiler.
2321         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
2322         string-match on emacs-version again.
2324         * enriched.el (enriched-make-annotation): Fix the change from
2325         2002-01-05.
2326         (enriched-handle-display-prop): Return proper values.
2328         * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
2329         proper attribute name labeledUri instead of deprecated labeledUrl.
2331 2002-01-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2333         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
2334         editing an empty hotlist.
2336         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
2337         Use buffer-string instead of buffer-substring for the whole
2338         buffer.
2340         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
2341         not free.
2343         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
2344         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
2345         (eudc-bob-save-object): Make the buffer unibyte.
2346         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
2347         object to external program.
2349 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
2351         * vc.el (vc-branch-part): Return nil if there's no `.'
2352         (vc-default-previous-version): Renamed from vc-previous-version.
2353         New args BACKEND and FILE.  Return nil for revision numbers
2354         without a `.'
2355         (vc-version-diff): Call vc-BACKEND-previous-version.
2356         (vc-steal-lock): Steal lock before composing mail, so that no mail
2357         is sent when the stealing goes wrong.  And we'll actually see the
2358         error in that case now.
2359         (vc-finish-steal): Removed.
2361         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
2362         the lock, so that we see expanded headers.
2363         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
2364         vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
2365         available from vc.el.  Updated all callers.
2367 2002-01-05  Richard M. Stallman  <rms@gnu.org>
2369         * enriched.el (enriched-make-annotation): Doc fix.
2371         * format.el (format-replace-strings, format-subtract-regions)
2372         (format-annotate-region, format-annotate-location)
2373         (format-annotate-atomic-property-change)
2374         (format-annotate-single-property-change): Doc fixes.
2376 2002-01-05  Jason Rumney  <jasonr@gnu.org>
2378         * term/w32-win.el: Require fontset unconditionally.
2379         (w32-handle-scroll-bar-event): Remove.
2381 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2383         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
2384         copyrights to be updated.
2386 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
2388         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
2389         2001-10-24.
2391         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
2393 2002-01-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2395         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
2396         entry.
2397         (ldap-ignore-attribute-codings): Change the default value to allow
2398         encoding/decoding of attributes.
2399         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
2401 2002-01-03  Richard M. Stallman  <rms@gnu.org>
2403         * files.el (basic-save-buffer): Undo previous change.
2405         * calendar/diary-lib.el (diary-block): Doc fix.
2407         * custom.el (defcustom): Fix syntax of previous change.
2409 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
2411         * custom.el (defcustom): Documented :tag, :link and :load.
2413 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
2415         * mail/sendmail.el (mail-recover-1): New function.
2416         (mail-recover): Switch to the *mail* buffer right away.  Use
2417         buffer-auto-save-file-name instead of calling
2418         make-auto-save-file-name.  Call dired-noselect instead of invoking
2419         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
2420         before reading the auto-save file.  If the buffer's auto-save file
2421         does not exist, call mail-recover-1 to allow recovery from past
2422         auto-saved drafts.
2424 2002-01-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2426         * time.el (display-time-load-average-threshold): Fix defcustom
2427         (add type and group).
2429         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
2430         specification from the hostname.
2432 2002-01-02  Richard M. Stallman  <rms@gnu.org>
2434         * facemenu.el (facemenu-active-faces):
2435         Use face-attributes-as-vector, not face-attributes-vector.
2437 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
2439         * xscheme.el: Eleven years of updates on a private copy.
2441         Extensive changes to support multiple xscheme buffers:
2442         (run-scheme): Break up into new functions to facilitate starting
2443         processes in other buffers.
2444         (xscheme-start, xscheme-read-command-line): New functions.
2445         (start-scheme, select-scheme)
2446         (default-xscheme-runlight)
2447         (global-set-scheme-interaction-buffer)
2448         (local-set-scheme-interaction-buffer)
2449         (local-clear-scheme-interaction-buffer)
2450         (exit-scheme-interaction-mode)
2451         (verify-xscheme-buffer): New functions.
2452         (xscheme-process-name, xscheme-buffer-name)
2453         (xscheme-runlight): New internal vars.
2454         (default-xscheme-runlight): New const.
2455         (xscheme-start-process): Add args for the process/buffer names.
2456         (reset-scheme): Pass process/buffer names.
2457         (scheme-interaction-mode): Initialize new local vars.
2458         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
2459         (xscheme-select-process-buffer, xscheme-process-buffer)
2460         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
2461         (xscheme-goto-output-point, xscheme-write-message-1): Use new
2462         var xscheme-process-name.
2463         (xscheme-start-process): Initialize xscheme-process-name and
2464         xscheme-buffer-name in the process buffer.  Pass buffer name to
2465         xscheme-modeline-initialize.
2466         (xscheme-modeline-initialize): Add argument to specify buffer name
2467         for mode-line vars.
2468         (xscheme-process-sentinel): Make sure sentinel is run in the
2469         process buffer so it sees its local vars.
2470         (xscheme-process-filter-initialize, xscheme-set-runlight): More
2471         elaborate logic to handle multiple-buffer mode lines.
2473         (xscheme-enter-input-wait): Re-enable control-G handler upon
2474         entering input wait.
2476         (scheme-interaction-mode): Add arg to preserve local vars.
2477         (xscheme-enter-interaction-mode)
2478         (xscheme-enter-debugger-mode): Preserve local vars.
2479         (xscheme-start-process): Clobber local vars.
2481         (scheme-interaction-mode-commands): Allow end user to add commands
2482         to scheme-interaction-mode keymap.
2483         (scheme-interaction-mode-commands-alist): New variable.
2485         (xscheme-send-string): Don't use insert-before-markers.
2487         Implement a per-buffer kill ring:
2488         (xscheme-insert-expression)
2489         (xscheme-rotate-yank-pointer, xscheme-yank)
2490         (xscheme-yank-pop, xscheme-yank-push): New functions.
2491         (xscheme-expressions-ring)
2492         (xscheme-expressions-ring-yank-pointer)
2493         (xscheme-expressions-ring-max): New variables.
2494         (xscheme-send-string-1): Call xscheme-insert-expression to save
2495         expression in ring.
2496         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
2497         (xscheme-previous-send): Deleted variable.
2499         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
2500         xscheme-send-control-g-interrupt): Use process-send-string rather
2501         than send-string.
2503         (xscheme-send-region): Insert a newline after an expression that
2504         is submitted in the interaction buffer, for consistency with
2505         recent changes to Edwin.
2507         (xscheme-delete-output): New function mimics comint-delete-output.
2508         (xscheme-last-input-end): New internal variable.
2509         (xscheme-process-filter-output): Update xscheme-last-input-end.
2511         (xscheme-send-control-g-interrupt): Make sure that
2512         xscheme-control-g-disabled-p is looked up in the right buffer.
2514         (xscheme-enable-control-g): Clear C-g message if visible.
2515         (xscheme-control-g-message-string): New internal var.
2516         (xscheme-send-control-g-interrupt): Use new var.
2518         (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
2519         after sending interrupt in order to work around race condition.
2521         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
2522         (xscheme-send-char): Use xscheme-send-char rather than send-string
2523         to send single char.
2525         (xscheme-process-filter, xscheme-process-filter-alist): Add
2526         support for evaluating expressions outside of the call-excursion.
2527         (xscheme-process-filter:string-action-noexcursion): New func.
2529         (xscheme-write-value): Change output string to match that used by
2530         Edwin.
2532         (xscheme-coerce-prompt): Don't write a space after a command
2533         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
2534         for us.
2536         (reset-scheme): Delete process after killing it.
2538 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
2540         * bindings.el (function-key-map): Don't bind shifted keypad
2541         numeric keys.
2543 2002-01-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2545         * enriched.el (enriched-handle-display-prop): Remove unused
2546         variables.
2547         (enriched-mode): Doc fix.
2549 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
2551         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
2552         Hebrew points.
2554 2002-01-01  Richard M. Stallman  <rms@gnu.org>
2556         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
2558 2001-12-31  Richard M. Stallman  <rms@gnu.org>
2560         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
2561         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
2562         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
2563         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
2564         * progmodes/cperl-mode.el, progmodes/idlwave.el:
2565         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
2566         Adapt face definitions to use :weight and :slant.
2568         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
2570         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
2572         * font-lock.el (initializing from font-lock-face-attributes):
2573         Use :weight and :slant, not :bold and :italic.
2575 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
2577         * cus-edit.el (custom-face-edit-fix-value): New function.
2578         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
2580 2001-12-30  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2582         * progmodes/octave-mod.el (octave-abbrev-table):
2583         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
2584         * progmodes/fortran.el (fortran-mode-abbrev-table):
2585         * progmodes/f90.el (f90-mode-abbrev-table):
2586         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
2587         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
2588         predefined abbrevs as "system" abbrevs.
2590 2001-12-30  Richard M. Stallman  <rms@gnu.org>
2592         * info.el (Info-fontify-node): For a **** underline line, put the
2593         invisible and intangible props on the following newline, but not
2594         on the previous newline or the last char of the previous line.
2596         * faces.el (face-set-after-frame-default): Don't change `default' face.
2598         * faces.el (minibuffer-prompt): Adopt some default colors.
2600         * replace.el (query-replace-read-args): Immediate error if read-only.
2602         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
2603         Display the output buffer in a more intelligent way.
2605 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
2607         * ls-lisp.el (insert-directory): Modify the "total" line wording,
2608         in accordance with files.el's insert-directory.
2610 2001-12-29  Richard M. Stallman  <rms@gnu.org>
2612         * files.el (basic-save-buffer): If a before-write hook displays
2613         an echo area message, pause before calling basic-save-buffer-1.
2615 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
2617         * textmodes/reftex-global.el (reftex-query-replace-document)
2618         (reftex-change-label): Doc fix.
2620         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
2622         * progmodes/etags.el (tags-query-replace): Doc fix.
2624 2001-12-29  Richard M. Stallman  <rms@gnu.org>
2626         * progmodes/compile.el (compile-internal): Fix previous change.
2628 2001-12-28  Richard M. Stallman  <rms@gnu.org>
2630         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
2631         shrink the windows above as necessary to get space.
2632         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
2634         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
2635         This fixes a bug that treated all files as directories.
2636         (ange-ftp-insert-directory): Explicitly follow symlinks.
2638         * international/iso-transl.el (iso-transl-char-map) Eliminate the
2639         alias symbols--put the translated sequences here directly.
2641         * progmodes/cc-mode.el (c-mode-abbrev-table)
2642         (c++-mode-abbrev-table, objc-mode-abbrev-table)
2643         (java-mode-abbrev-table, pike-mode-abbrev-table):
2644         Mark all the predefined abbrevs as "system" abbrevs.
2646         * mail/sendmail.el (mail-envelope-from): Fix custom type.
2647         (sendmail-send-it): Check mail-specify-envelope-from
2648         and mail-envelope-from in the mail buffer at start.
2650 2001-12-28  Simon Josefsson  <jas@extundo.com>
2652         * mail/sendmail.el (mail-envelope-from): Fix :type.
2653         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
2655 2001-12-28  Richard M. Stallman  <rms@gnu.org>
2657         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
2659         * simple.el (line-move-invisible): New subroutine.
2660         (line-move-to-column): New subroutine--smarter about advancing over
2661         invisible parts of a line, or lines, but only as long as hpos grows.
2662         (line-move-finish): New subroutine: repeatedly processes desired
2663         column, intangibility, and fields.
2664         (line-move): Use those subroutines.
2665         When moving lines downward, skip invisible text first rather than last.
2667 2001-12-27  Richard M. Stallman  <rms@gnu.org>
2669         * international/mule-diag.el (describe-char-after):
2670         Describe the text properties of the char after point.
2672         * help.el (describe-key): Doc fix.
2674 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
2676         * find-dired.el (find-dired-sentinel): Precede exit message by
2677         two spaces, to match the regexp in dired-between-files.
2679 2001-12-28  Miles Bader  <miles@gnu.org>
2681         * wid-edit.el (widget-toggle-value-create): Don't eval actual
2682         images (which are lists too).
2684 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
2686         * language/european.el: Fix the doc string of "Latin-5" language
2687         environment.
2689 2001-12-26  Richard M. Stallman  <rms@gnu.org>
2691         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
2692         defined as before 2001-11-09.
2693         (add-minor-mode call): Specify the keymap.
2695         * progmodes/compile.el (compile-internal):
2696         Set TERM variable in process-environment.
2698 2001-12-25  Richard M. Stallman  <rms@gnu.org>
2700         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
2701         the buffer.
2703         * startup.el (command-line): Convert command line args
2704         to Emacs internal representation using locale-coding-system.
2706 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
2708         * international/fontset.el: Don't require ind-util when compiling.
2710 2001-12-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2712         * emulation/tpu-edt.el (tpu-reset-screen-size): Use
2713         set-frame-height and set-frame-width instead of set-screen-height
2714         and set-screen-width.
2716         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
2717         of obsolete set-screen-width.
2719         * locate.el (locate): Remove dot at the end of error argument.
2721         * emerge.el (emerge-show-file-name): Use frame-height instead of
2722         obsolete screen-height.
2724         * mail/mh-utils.el (mh-show-msg): Likewise.
2725         (mh-handle-process-error): Use frame-width instead of obsolete
2726         screen-width.
2728 2001-12-25  Richard M. Stallman  <rms@gnu.org>
2730         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
2731         to enlarge-window.  Use save-selected-window.  Don't try
2732         to resize windows that end at the bottom "level".
2733         Retry changing the sizes until the windows get the desired sizes.
2734         Discount the minibuffer when computing total height available.
2736         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
2737         (debugger-make-xrefs): Only make a button for the first symbol
2738         on any line.
2740 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
2742         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
2743         Call IT-setup-unicode-display here instead of adding it to
2744         dos-codepage-setup-hook, so that Unicode display tables are set
2745         before dos-codepage-setup-hook runs.
2747 2001-12-24  Richard M. Stallman  <rms@gnu.org>
2749         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
2750         (nslookup-mode-abbrev-table): Don't define it.
2751         (smbclient-mode-abbrev-table): Don't define it.
2752         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
2753         (nslookup-mode, smbclient-mode): Likewise.
2754         (network-connection-service-abbrev-alist): Variable deleted.
2755         (network-connection-mode-setup): Don't set up abbrev table.
2757         * faces.el (minibuffer-prompt): New face.
2758         (minibuffer-prompt-properties): Add `face' property.
2760         * replace.el (occur-mode-display-occurrence): New function.
2761         (occur-mode-map): Bind C-o to it.
2763 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
2765         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
2766         (viper-special-read-and-insert-char): Make C-m work right in the r
2767         comand.
2768         (viper-buffer-search-enable): Fixed format string.
2770         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
2771         instead of viper-info-on-file.
2772         (ex-set-visited-file-name): New function.
2774         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
2776         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
2777         action argument.
2779         * ediff-init.el: Fixed some doc strings.
2781         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
2782         Got rid of make-local-hook.
2784         * ediff-wind.el (ediff-setup-control-frame): Got rid of
2785         make-local-hook.
2787 2001-12-23  Richard M. Stallman  <rms@gnu.org>
2789         * term/x-win.el (x-handle-geometry): Put height and width
2790         on default-frame-alist, left and top on initial-frame-alist.
2791         * term/w32-win.el (x-handle-geometry): Likewise.
2793         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
2795         * play/yow.el (yow): Use an arg to distinguish interactive calls,
2796         not interactive-p.
2798 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2800         * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
2801         mocklisp entries.
2803         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
2804         Lisp.  Obsoleted.
2806         * emulation/mlconvert.el: File removed.
2808         * emulation/mlsupport.el: Moved to obsolete.
2810         * obsolete/mlsupport.el: Moved there from lisp/emulation.
2812         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
2814         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
2815         mocklisp case.
2817         * help-fns.el (describe-function-1): Remove mocklisp function
2818         case.
2820 2001-12-22  Miles Bader  <miles@gnu.org>
2822         * textmodes/refill.el (refill-mode): Don't barf when redundantly
2823         turning refill-mode off.
2825 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2827         * time.el (display-time-load-average-threshold): New variable.
2828         (display-time-update): Use it.
2830         These changes allow cycling through past 1, 5 and 15 minutes
2831         load-average displayed in the mode-line.
2833         * time.el (display-time-default-load-average): New customizable option.
2834         (display-time-load-average): New variable.
2835         (display-time-cycle-load-average): New function.
2836         (display-time-update): Use them.
2838 2001-12-21  Richard M. Stallman  <rms@gnu.org>
2840         * apropos.el (apropos-print): SPACING is now nil or a separator string.
2841         (apropos-documentation, apropos-value): Pass a suitable string.
2843 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
2845         * dired.el (dired-free-space-program, dired-free-space-args):
2846         Aliases for back-compatibility.
2848         * info.el (Info-select-node): If Info-use-header-line is nil, set
2849         header-line-format to nil.
2850         (Info-fontify-node): Don't put a keymap text property on the
2851         heading if we are not going to display the header line.  Remove
2852         any such text properties left over from past visits to this node.
2854         * ls-lisp.el (insert-directory): Insert the amount of free disk
2855         space, like files.el's insert-directory does.
2857         * files.el (directory-free-space-program): Mention
2858         file-system-info in the doc string.
2859         (get-free-disk-space): New function; code moved from
2860         insert-directory.
2861         (insert-directory): Call get-free-disk-space to get the amount of
2862         free space.
2864 2001-12-21  Richard M. Stallman  <rms@gnu.org>
2866         * help.el (view-order-manuals, view-emacs-news, describe-copying)
2867         (describe-distribution, describe-project): Use view-file.
2869         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
2871         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
2873         * emacs-lisp/easy-mmode.el (define-minor-mode):
2874         Make no arg by default in an interactive call,
2875         so that repeating the command toggles again.
2877         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
2879 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
2881         * antlr-mode.el: More sophisticated indentation of cpp directive.
2882         (antlr-indent-at-bol-alist): New user option.
2883         (antlr-indent-line): Use it.
2884         (antlr-indent-style): New user option.
2885         (antlr-mode): Use it.
2886         (antlr-indent-item-regexp): Customize.
2888         * antlr-mode.el: Syntax highlighting changes.
2889         (antlr-font-lock-literal-regexp): New user option.
2890         (antlr-font-lock-syntax-face): New face used for :, |, ....
2891         (antlr-font-lock-default-face): New face.
2892         (antlr-font-lock-additional-keywords): Use them.
2894         * antlr-mode.el: New command to insert options -- variables.
2895         (antlr-mode-map): New binding [C-c C-o].
2896         (antlr-mode-menu): New submenus.
2897         (antlr-options-use-submenus): New user option.
2898         (antlr-tool-version): New user option.
2899         (antlr-options-auto-colon): New user option.
2900         (antlr-options-style): New user option.
2901         (antlr-options-push-mark): New user option.
2902         (antlr-options-assign-string): New user option.
2903         (antlr-options-headings): New variable.
2905         * antlr-mode.el: New command to insert options -- specific.
2906         (antlr-options-alists): New variable.
2907         (antlr-read-value): New function.
2908         (antlr-read-boolean): New function.
2909         (antlr-language-option-extra): New function.
2910         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
2911         (antlr-c++-mode-extra): New function.
2912         (antlr-grammar-tokens): New function.
2913         (antlr-imenu-create-index-function): New optional argument.
2915         * antlr-mode.el: New command to insert options -- functions.
2916         (antlr-insert-option): New command.
2917         (antlr-insert-option-interactive): New function.
2918         (antlr-options-menu-filter): New function.
2919         (antlr-option-kind): New function.
2920         (antlr-scan-lists): New alias.
2921         (antlr-scan-lists-internal): New function.
2922         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
2923         (antlr-option-level): New function.
2924         (antlr-syntactic-grammar-depth): New function.
2925         (antlr-option-location): New function.
2926         (antlr-insert-option-do): New function.
2927         (antlr-option-spec): New function.
2928         (antlr-version-string): New function.
2929         (antlr-insert-option-existing): New function.
2930         (antlr-insert-option-space): New function.
2931         (antlr-insert-option-area): New function.
2933         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
2934         with narrowing.  Menu change.  Miscellaneous.
2935         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
2936         (antlr-mode-map): New bindings for characters in ":;|&(){}".
2937         (antlr-electric-character): New command.
2938         (antlr-class-header-regexp): New variable.
2939         (antlr-font-lock-additional-keywords): Use it.
2940         (antlr-imenu-create-index-function): Use it.
2941         (antlr-file-dependencies): Use it.
2942         (antlr-indent-line): Also works with restrictions.
2943         (antlr-indent-command): Interactive spec - changes the buffer.
2944         (antlr-language-for-option): Deletia.
2945         (antlr-language-option): New function, defined instead.
2946         (antlr-mode): Use it.
2947 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
2949         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
2950         instead of a literal /dev/null.
2952         * Makefile.in (distclean): Remove Makefile in the build
2953         directory, not in the source directory.
2955 2001-12-21  Simon Josefsson  <jas@extundo.com>.
2957         * mail/smtpmail.el (smtpmail-send-queued-mail): Use
2958         with-temp-buffer instead of find-file-noselect, and bind
2959         coding-system-for-read to no-conversion when reading the queued
2960         messages.  (Simon's code modified slightly by Eli Zaretskii.)
2962 2001-12-20  Werner Lemberg  <wl@gnu.org>
2964         * international/mule-diag.el (describe-coding-system,
2965         print-coding-system-briefly): Make printed output have a similar
2966         format as describe-character-set.
2968 2001-12-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2970         * play/blackbox.el (bb-member): Remove, use member instead.
2971         (bb-delete): Remove, use delete instead.
2972         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
2973         bb-score, bb-detour-count and bb-balls-placed.
2974         Propertize results of rays.
2976 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
2978         * isearch.el (isearch-forward, isearch-edit-string): Make doc
2979         strings mention keybinding for `isearch-yank-word-or-char',
2980         rather than `isearch-yank-word', since the former is bound now
2981         and the latter is not.
2982         (isearch-yank-word-or-char): Fix formatting.
2984 2001-12-19  Werner Lemberg  <wl@gnu.org>
2986         * language/czech.el, language/european.el, language/slovak.el: More
2987         fixes for language info doc strings.
2989 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
2991         * loadup.el: Add "language" to the load-path.
2993 2001-12-19  Richard M. Stallman  <rms@gnu.org>
2995         * international/mule-cmds.el (describe-language-environment):
2996         Fix calls to help-xref-button.
2998 2001-12-19  Miles Bader  <miles@gnu.org>
3000         * international/fontset.el: Require `ind-util' when compiling.
3002 2001-12-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3004         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
3005         instead of decompose-composite-char.
3007 2001-12-18  Richard M. Stallman  <rms@gnu.org>
3009         * simple.el (eval-expression-print-level)
3010         (eval-expression-print-length): Doc fixes.
3012         * international/mule-diag.el (describe-character-set):
3013         Fix the arg to help-xref-button.
3015         * files.el (directory-free-space-program): New variable.
3016         (directory-free-space-args): New variable.
3017         (insert-directory): Use those two variables for getting free space.
3018         Use file-system-info instead, if that is defined.
3020         * dired.el (dired-free-space-program): Variable deleted.
3021         (dired-free-space-args): Variable deleted.
3022         (dired-insert-directory): Don't try to determine free space.
3024         * files.el (font-lock-defaults): Add risky-local-variables prop.
3025         (hack-one-local-variable): Treat various font-lock variables as risky.
3027 2001-12-18  Werner Lemberg  <wl@gnu.org>
3029         * language/chinese.el, language/cyrillic.el:
3030         * language/czech.el, language/european.el, language/greek.el:
3031         * language/hebrew.el, language/indian.el, language/japanese.el:
3032         * language/korean.el, language/lao.el, language/slovak.el:
3033         * language/thai.el, language/tibetan.el, language/vietnamese.el:
3034         Improve documentation strings of coding systems and language infos.
3036 2001-12-18  Werner LEMBERG  <wl@gnu.org>
3038         Add support for EUC-TW decoding/encoding.
3040         * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
3041         euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
3042         New auxiliary functions to build `big5-to-cns'.
3043         (big5-to-cns): New translation alist.
3045         * language/chinese.el: Added new coding system `euc-tw' and its
3046         alias `euc-taiwan'.
3047         Updated language `Chinese-CNS' to include euc-tw encoding also.
3048         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
3049         euc-tw.
3051 2001-12-18  Dave Love  <fx@gnu.org>
3053         * loadup.el: Add language/utf-8-lang, language/georgian.
3055         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
3056         (image-file-name-regexps): Doc fix.
3058         * server.el (server-unload-hook): New function.
3060         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
3061         (lm-crack-copyright): Cope with multi-line copyright `lines'.
3063         * simple.el (newline): Doc fix.
3064         (eval-expression-print-level, eval-expression-print-length): Doc
3065         fix.  Amend :type.
3066         (next-line, previous-line): Make arg optional.
3067         (newline): Doc fix.
3069         * Makefile.in (DONTCOMPILE): Add various language files.
3071         * international/quail.el (quail-input-string-to-events): Don't use
3072         string-to-list.
3074         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
3075         calling `newline'.
3077 2001-12-17  Richard M. Stallman  <rms@gnu.org>
3079         * comint.el (comint-dynamic-list-input-ring-select): New function.
3080         Switches back to the old window configuration.
3081         (comint-dynamic-list-input-ring): Bind RET to that function.
3082         (comint-dynamic-list-input-ring-window-conf): New variable.
3084 2001-12-17  Werner Lemberg  <wl@gnu.org>
3086         * international/mule-conf.el: Improve documentation strings of
3087         character sets.
3089 2001-12-16  Richard M. Stallman  <rms@gnu.org>
3091         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
3092         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
3094         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
3096         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
3097         Add a DESCRIPTION for the makefile item.
3099         * find-file.el (ff-other-file-name): New function.
3101 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
3103         * international/quail.el (quail-input-string-to-events): Fix last
3104         change.
3106 2001-12-16  Richard M. Stallman  <rms@gnu.org>
3108         * isearch.el (isearch-edit-string): When we set isearch-string
3109         to the default, also set isearch-message.
3111         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
3113         * startup.el (command-line-1): Display startup screen
3114         even if there are command line args.
3115         Add a note about how to go to editing your files.
3116         (fancy-splash-head): Add a note about how to go to your files.
3117         (fancy-splash-outer-buffer): New variable.
3118         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
3120         * subr.el (with-temp-message): At the end, always discard
3121         the temp message, even by clearing the echo area.
3123         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
3125 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
3127         * log-view.el (log-view-message-re, log-view-current-tag):
3128         Recognize Subversion's log output format.
3130         * international/fontset.el: Build the list L at compile time.
3132         * language/ind-util.el (mapthread): Make a closure.
3134 2001-12-15  Richard M. Stallman  <rms@gnu.org>
3136         * isearch.el (isearch-start-hscroll): New variable.
3137         (isearch-mode): Set isearch-start-hscroll.
3138         (isearch-update): Restore original hscrolling if possible.
3140         * isearch.el (isearch-edit-string):
3141         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
3143         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
3144         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
3145         rather than regexp search and (2) copying text properties
3146         already set up on text unchanged from the previous backtrace.
3148         * case-table.el (set-case-syntax-pair):
3149         Detect invalid calls and signal an error.
3151 2001-12-15  Richard M. Stallman  <rms@gnu.org>
3153         * language/ind-util.el (range): Function deleted.
3154         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
3155         All calls changed.
3157         * language/devan-util.el (devanagari-range): Renamed from `range'.
3158         All calls changed.
3159         (devanagari-regexp-of-hashtbl-keys):
3160         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
3162 2001-12-15  Dave Love  <fx@gnu.org>
3164         * language/ind-util.el: Don't require cl.
3165         (indian-glyph-char, indian-glyph-max-char)
3166         (indian-char-glyph): Moved from indian.el
3167         (indian--puthash-char, mapthread): Don't quote lambda.
3168         (indian--map): New function.
3169         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
3170         (indian--puthash-cv): Use it.
3172         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
3173         (indian-char-glyph): Moved to ind-util.el
3175         * language/devan-util.el (devanagari-post-read-conversion):
3176         New function.
3178         * language/georgian.el: New file.
3180         * international/mule-cmds.el (locale-language-names): Add various
3181         entries.  Remove utf-8 special case.
3182         (locale-charset-language-names, locale-preferred-coding-systems):
3183         Add utf-8 case.
3184         (set-language-environment): Process required-features earlier.
3186         * international/quail.el (quail-keyboard-layout-alist):
3187         Add pc105-uk.
3188         (quail-keyboard-layout-type): Fix :type.
3189         (quail-choose-completion-string): Simplify.
3190         (quail-update-leim-list-file): Don't get fooled by commented-out code.
3191         (quail-input-string-to-events): Run events through
3192         translation-table-for-input.
3194         * international/mule-conf.el (translation-table-for-input):
3195         New variable.
3196         (latin-iso8859-14): Amend description.
3197         (file-coding-system-alist): Add entry for utf-8.
3199         * language/utf-8-lang.el: New file.
3201         * international/code-pages.el: New file.
3203         * language/hebrew.el ("Windows-1255"): New language.
3205         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
3206         ("Latvian"): New languages.
3208 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
3210         * xml.el: Use setq rather than (set 'foo bar).
3211         Use push+nreverse rather than append.
3212         (xml-node-name, xml-node-attributes, xml-node-children):
3213         Use defsubst rather than macros.
3214         (xml-parse-region): Handle a nil return value from xml-parse-tag.
3215         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
3216         Concat the two strings surrounding a comment into a single string.
3218         * newcomment.el (comment-indent): Jump to the middle of empty comments.
3220 2001-12-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3222         * select.el (xselect-convert-to-class, xselect-convert-to-name):
3223         Document.
3225 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
3227         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
3228         Return nil if FILE is not registered.
3229         (vc-check-master-templates, vc-default-make-version-backups-p):
3230         Doc fix.
3232 2001-12-13  David Ponce  <david@dponce.com>
3234         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
3235         (ruler-mode-left-fringe-cols): New macro.
3236         (ruler-mode-right-fringe-cols): New macro.
3237         (ruler-mode-left-scroll-bar-cols): New macro.
3238         (ruler-mode-right-scroll-bar-cols): New macro.
3239         (ruler-mode-ruler): Use above new macros.
3241 2001-12-13  Richard M. Stallman  <rms@gnu.org>
3243         * files.el (set-auto-mode): Fix previous change.
3245 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
3247         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
3248         (easy-menu-do-define, easy-menu-convert-item-1)
3249         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
3250         (easy-menu-return-item): Only return nil if there is no binding.
3252 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
3254         * whitespace.el (whitespace-version): 3.2
3255         * whitespace.el (whitespace-force-mode-line-update): Replace with
3256         `whitespace-mode-line-update', which is an alias to the correct
3257         function in various emacsen.
3258         * whitespace.el (whitespace-{un,}highlight-the-space):
3259         Add colorized highlighting of the bogus whitespaces in a buffer/file,
3260         using the `whitespace-highlight-face' if
3261         `whitespace-display-spaces-in-color' is set.
3263 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
3265         * international/mule.el (set-auto-coding): Don't search for
3266         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
3268 2001-12-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3270         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
3272         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
3274         * mail/rmailsum.el (rmail-summary-mode): Likewise.
3276 2001-12-13  Richard M. Stallman  <rms@gnu.org>
3278         * simple.el (undo): Always set this-command to `undo',
3279         so that the next undo after an error will not begin redoing.
3281         * simple.el (shell-command): Doc fix.
3282         (shell-command-on-region): If there is output an an error,
3283         add "...Shell command failed" to the output.
3285 2001-12-13  David Ponce  <david@dponce.com>
3287         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
3288         (ruler-mode-left-fringe-cols): Function replaced by more efficient
3289         implementation `ruler-mode-extra-left-cols'.
3290         (ruler-mode-ruler): Use above new function.  Take into account
3291         that the fringe areas can now be resized.
3293 2001-12-12  Richard M. Stallman  <rms@gnu.org>
3295         * international/characters.el (Unicode): Comment out
3296         the specifications for kelvin and angstrom signs.
3298         * international/mule.el (make-translation-table-from-vector):
3299         Allow null elements in VEC.
3301         * international/ucs-tables.el (unify-8859-on-encoding-mode)
3302         (unify-8859-on-decoding-mode): Swap the code in their bodies.
3303         Add :version.
3305 2001-12-11  Richard M. Stallman  <rms@gnu.org>
3307         * derived.el (derived-mode-p): Function moved to subr.el.
3309         * subr.el (derived-mode-p): Moved here from derived.el.
3311         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
3313         * files.el (set-auto-mode-1): New subroutine, broken out of
3314         set-auto-mode.
3315         (set-auto-mode, hack-local-variables-prop-line): Use that.
3317 2001-12-11  Dave Love  <fx@gnu.org>
3319         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
3321         * language/european.el: Remove autoload cookies.  Fix registration
3322         of diacritic composition function.
3324 2001-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3326         * calendar/todo-mode.el: Require time-stamp.
3328         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
3330 2001-12-11  Richard M. Stallman  <rms@gnu.org>
3332         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
3334         * textmodes/ispell.el (ispell-buffer-local-parsing):
3335         Match xml like sgml.
3337         * emacs-lisp/advice.el (ad-compile-function):
3338         Byte compile the function under another (uninterned) name.
3340         * gud.el (gdb): Define and bind gud-jump.
3342         * font-lock.el (font-lock-mode):
3343         Put our function at the end of after-change-functions.
3345         * ediff-diff.el (ediff-cmp-options): Doc fix.
3347         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
3349 2001-12-10  Richard M. Stallman  <rms@gnu.org>
3351         * isearch.el (isearch-yank-word-or-char): New function.
3352         (isearch-mode-map): Bind C-w to that.
3354         * menu-bar.el (menu-bar-mode): Make arg optional.
3356         * simple.el (line-move): Cope if next-single-property-change
3357         or previous-single-property-change returns nil.
3359         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
3360         Don't use interactive-p; instead, pass the proper args
3361         in (interactive...).  Clean up most of the trouble-report strings.
3363 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
3365         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
3366         enqueued messages literally.
3368 2001-12-10  Noah Friedman  <friedman@splode.com>
3370         * battery.el (battery-insert-file-contents): Obsolete function
3371         removed.
3372         (battery-read-function): Obsolete function removed.
3373         (battery-linux-proc-apm): Use insert-file-contents.
3375 2001-12-07  Stephen Eglen  <stephen@gnu.org>
3377         * iswitchb.el (iswitchb-visit-buffer):
3378         Use `select-frame-set-input-focus'--needed when window manager
3379         uses "click to focus" policy.
3381 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3383         * COPYING: Moved back.
3385 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
3387         * term/internal.el (IT-character-translations): Add entries for
3388         more points.
3390         * international/characters.el: Resurrect the Hebrew category
3391         settings for all Hebrew characters removed by the last change.
3392         Add code for setting the Hebrew category of the Unicode Hebrew
3393         characters.  Set syntax entries for Hebrew punctuation characters.
3395         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
3396         points and directional formatting control characters.
3398 2001-12-07  Dave Love  <fx@gnu.org>
3400         * language/lao-util.el: Add Unicode equivalents for rules.
3401         (lao-post-read-conversion): New function.
3403         * language/lao.el: Add Unicode equivalents.
3404         (lao): Add post-read conversion.
3406         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
3407         Use iso2022 encoding.
3408         (latin1-char-displayable-p): Doc fix.
3409         (latin1-display-ucs-per-lynx): New option.
3410         (latin1-display-ucs-per-lynx): New command.
3411         (latin1-display-reset): Special-case arabic.
3412         (ucs-tables): Require.
3413         (latin1-display-sets, latin1-display-setup): Add arabic.
3414         (latin1-display) <variable>: Use function latin1-display.
3415         (latin1-display) <function>: Add mule-unicode stuff.
3416         (latin1-display-check-font): Don't lose if `info' is nil.
3418         * international/iso-transl.el: Insert Latin-1 characters, not
3419         unibyte codes.
3421         * language/european.el (diacritic-composition-pattern): New constant.
3422         (diacritic-compose-region, diacritic-compose-string)
3423         (diacritic-compose-buffer, diacritic-post-read-conversion)
3424         (diacritic-composition-function): New functions.
3426         * international/utf-8.el (ucs-mule-to-mule-unicode):
3427         New translation table.
3428         (ccl-encode-mule-utf-8): Use it.
3429         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
3430         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
3431         (utf-8-subst-table): New variable.
3432         (utf-8-compose-scripts): New option.
3433         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
3435         * international/ucs-tables.el, international/utf-8-subst.el:
3436         New files.
3438         * international/characters.el: Don't set word syntax (the default)
3439         explicitly.  Add a diacritic category.  Add info for Unicode
3440         equivalents of characters in various Mule charsets and for extra
3441         Unicode characters.  Don't define specific categories for
3442         Indian/Devanagari, since they aren't used.
3444 2001-12-06  Richard M. Stallman  <rms@gnu.org>
3446         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
3447         (set-justification-left, set-justification-right): Doc fix.
3449         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
3450         (bug-f90-mode): Variable deleted.
3452 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
3454         * indent.el (indent-line-function): Default is indent-relative again.
3456 2001-12-07  Miles Bader  <miles@gnu.org>
3458         * progmodes/compile.el (compilation-error-regexp-alist):
3459         Added regexps for RXP.
3461 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
3463         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
3464         Add shift-assignment operators to those highlighted, and highlight
3465         the whole operator rather than just the "=".
3467 2001-12-04  Juanma Barranquero  <lektu@terra.es>
3469         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
3470         before saving abbrevs if `save-abbrevs' has the value `silently'.
3472 2001-12-04  Andreas Schwab  <schwab@suse.de>
3474         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
3476 2001-12-04  Colin Walters  <walters@debian.org>
3478         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
3479         for `defmacro*' forms.
3481         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
3482         `defmacro*'.
3484 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
3486         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
3488 2001-12-02  Richard M. Stallman  <rms@gnu.org>
3490         * files.el (insert-directory): If the df output does not look right,
3491         don't try to use it.  Other cleanups in overall code structure.
3493 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
3495         * textmodes/outline.el (outline-mode-prefix-map):
3496         Add bindings for outline-promote and outline-demote.
3497         (outline-minor-mode-menu-bar-map): New var.
3498         (outline-minor-mode): Use it.
3499         (outline-heading-alist): New var (renamed from outline-level-heading).
3500         (outline-level): Use it.
3501         (outline-insert-heading, outline-promote, outline-demote):
3502         Update to use outline-heading-alist.
3504         * disp-table.el (standard-display-european):
3505         Simplify since the function is not interactive any more.
3506         Don't set the existing buffers to unibyte.
3508         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
3510         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
3512         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
3514         * shell.el (shell): Use shell-file-name.
3515         Pop to buffer before calling comint to set COLUMNS properly.
3517         * emacs-lisp/cl.el (svref): New alias.
3519         * progmodes/antlr-mode.el (antlr-c-common-init):
3520         Don't inhibit adaptive-fill-mode any more.
3522         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
3524         * progmodes/etags.el (tags-with-face): Use make-symbol.
3525         (tags-search, tags-query-replace): Use backquotes.
3527         * textmodes/picture.el (picture-mode-map): Don't use defconst
3528         for a variable.
3530 2001-12-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3532         * textmodes/reftex-index.el (reftex-index-mode):
3533         Remove make-local-hook.
3535         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
3537 2001-12-02  Kim F. Storm  <storm@cua.dk>
3539         * isearch.el (isearch-resume-enabled): New variable.
3540         (isearch-done): Use that variable.
3542 2001-12-01  Richard M. Stallman  <rms@gnu.org>
3544         * wid-edit.el (widget-button-click): Don't move point permanently:
3545         Avoid mouse-set-point--instead select the window,
3546         then do save-excursion, then move point.
3547         Specify the buffer for get-char-property.
3548         Don't use `@' in interactive.
3550         * indent.el (indent-line-function):
3551         Default is indent-to-left-margin again.
3553         * replace.el (query-replace-read-args): Display message
3554         if FROM contains `\n' or `\t'.
3556 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
3558         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
3560         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
3562         * emacs-lisp/regexp-opt.el (regexp-opt):
3563         Bind completion-regexp-list to nil.
3565         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
3567 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
3569         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
3570         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
3571         Update maintainer.
3573 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
3575         * mail/smtpmail.el: Use with-current-buffer.
3576         (message-make-date, message-make-message-id): Autoload when needed.
3577         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
3578         headers when missing.
3580         * international/encoded-kb.el (encoded-kbd-mode):
3581         Use define-minor-mode.
3583         * enriched.el (enriched-mode): Use define-minor-mode.
3584         Use dolist and pop and push.
3586         * info.el (Info-find-node-2): Don't call info-insert-file-contents
3587         with the `visit' argument.
3588         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
3590         * progmodes/hideif.el (hide-ifdef-mode): Only modify
3591         `change-major-mode-hook' locally.  Reset invisibility spec.
3593         * man.el (Man-build-section-alist): Remove last Man-match-substring.
3595 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3597         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
3598         Clarify error message.
3600 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3602         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
3604 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
3606         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
3607         don't just return it.
3609 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
3611         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
3612         (menu-bar-read-emacs-man, search-emacs-glossary)
3613         (emacs-index-search, elisp-index-search): New functions.
3614         (apropso-documentation, apropos, apropos-value, apropos-variable)
3615         (apropos-commands): Modify menu item names and help text.
3616         (elisp-index-search, emacs-index-search, emacs-glossary):
3617         New menu items.
3618         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
3619         submenu.
3620         (info-elisp, info-elintro): New menu items.
3621         (apropos): Modify the menu item name.
3623 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
3625         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
3627         * textmodes/outline.el (outline-promote, outline-demote): Typo.
3629         * man.el (man-follow-mouse): New function.
3630         (Man-mode-map): Bind mouse-2 to it.
3631         (Man-match-substring): Remove.  Replace with `match-string'.
3632         (man): Use the `default-value' argument to `read-string'.
3633         (Man-fontify-manpage): Add mouse-face to cross references.
3635         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
3637 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
3639         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
3640         the value of require-match in minibuffer-completion-confirm.
3641         Use crm-local-completion-map.
3643         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
3644         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
3645         (cl-make-type-test): Use char-valid-p for `character'.
3647         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
3648         (Info-complete-menu-item): Rewrite.  Add the ability to search
3649         several sequential nodes.  Add a simple caching mechanism.
3650         (Info-goto-index): New function extracted from Info-index.
3651         (Info-index): Use it.  Add completion to the interactive spec.
3652         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
3654 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3656         * COPYING: Removed.
3658 2001-11-29  Dave Love  <fx@gnu.org>
3660         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
3661         (fortran-window-create, fortran-window-create-momentarily):
3662         Rewrite, moving error condition.
3663         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
3664         (fortran-mode-syntax-table): Revert last change.
3666         * international/mule.el: Doc fixes.
3667         (map-charset-chars): New function.
3668         (register-char-codings): Use it to cope with generic chars in
3669         safe-chars.
3671 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3673         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
3675         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
3677         * play/studly.el (studlify-word, studlify-region)
3678         (studlify-buffer): Fix doc-string.
3679         (studlify-buffer): Add autoload cookie.
3681 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
3683         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
3684         (outline-up-heading-all): Remove.
3685         (hide-sublevels): Move to end-of-heading before calling flag-region.
3686         (outline-copy-overlay, outline-discard-overlays): Remove.
3687         (outline-flag-region): Use `remove-overlays'.
3688         Don't move to end-of-heading.
3689         (outline-next-visible-heading, outline-back-to-heading)
3690         (outline-on-heading-p): Use outline-invisible-p.
3691         (outline-font-lock-level): Use outline-up-heading's new arg.
3692         (outline-minor-mode): Simplify.
3693         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
3694         (outline): Put a `reveal-toggle-invisible' property.
3695         (outline-level-heading): New var.
3696         (outline-insert-heading, outline-promote, outline-demote)
3697         (outline-toggle-children): New commands.
3699         * progmodes/hideif.el (hif-end-of-line): New function.
3700         (hide-ifdef-mode): Set line-move-ignore-invisible.
3701         (hide-ifdef-region-internal): New function.
3702         (hide-ifdef-region): Use it.
3703         (hif-defined): Return an integer.
3704         (hif-infix-to-prefix): Remove.
3705         (hif-tokenize): Parse from the buffer rather than from a string.
3706         Correctly tokenize integers.  Use forward-comment.
3707         (hif-expr): Use hif-or.
3708         (hif-term): Use hif-and.
3709         (hif-factor): Use hif-not.  Handle numbers properly.
3710         Don't require parenthesis around `defined's argument.
3711         (hif-and, hif-or, hif-not): New funs.
3712         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
3713         (hif-hide-line): Don't hide the \n before the line.
3714         (hif-possibly-hide): Correctly handle numeric evaluation results.
3716         * progmodes/make-mode.el: Use line-(end|beginning)-position.
3717         (makefile-mode): Set indent-line-function.
3718         (makefile-browser-insert-continuation): Use with-current-buffer.
3719         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
3721 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
3723         * isearch.el (isearch-yank-internal): New helper function.
3724         (isearch-yank-char): New function.
3725         (isearch-yank-word, isearch-yank-line): Rewrite to use
3726         isearch-yank-internal.
3728 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
3730         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
3731         aren't supported.  Print a message to that effect if invoked.
3733 2001-11-27  Stephen Eglen  <stephen@gnu.org>
3735         * locate.el (locate): Put point at first matching file rather
3736         than top of buffer.
3738 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
3740         * reveal.el: New file.
3742         * progmodes/hideif.el: Misc cleanup.
3743         (hide-ifdef-mode-submap): Put the def in the defvar.
3744         Use substitute-key-definition.
3745         (hide-ifdef-mode): Use define-minor-mode.
3746         (hif-outline-flag-region): Remove.
3747         (hif-show-all): Define in terms of hif-show-ifdef-region.
3748         (hif-after-revert-function): Rename from hif-before-revert-function.
3749         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
3750         (hif-tokenize): Use with-syntax-table.
3751         (hif-make-range): Use `else' also for `else-p'.
3752         (hif-range-else-p): Remove.
3753         (hif-find-range): Simplify.
3754         (hif-hide-line): Don't bother preserving buffer-modified-p.
3755         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
3756         Don't use selective-display and inhibit-read-only.
3758         * subr.el (copy-overlay, remove-overlays): New funs.
3760         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
3762 2001-11-27  Sam Steingold  <sds@gnu.org>
3764         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
3765         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
3766         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
3767         * obsolete/c-mode.el, obsolete/cplus-md.el
3768         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
3769         * term/sun-mouse.el, textmodes/artist.el:
3770         Converted backquote to the new style.
3771         * mouse.el, reposition.el: Likewise (in comments).
3772         * expand.el: Likewise (in a string).
3774 2001-11-27  Richard M. Stallman  <rms@gnu.org>
3776         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
3778 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3780         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
3781         if :on-glyph or :off-glyph is a list, eval it and store it back.
3782         (checkbox): Quote the values for :on-glyph and :off-glyph.
3784         * cus-start.el (recursive-load-depth-limit): Delete item.
3786 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
3788         * help-fns.el (describe-categories, help-describe-category-set): New.
3789         describe-categories moved here from src/category.c.
3791 2001-11-26  Sam Steingold  <sds@gnu.org>
3793         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
3794         arguments to `insert' are strings.
3796 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3798         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
3800 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
3802         * international/mule-diag.el: Require help-fns instead of
3803         help-funs.
3805         * help-fns.el: Renamed from help-funs.el.
3807         * startup.el (command-line-1): Don't try to call process-list if
3808         it is not fboundp.
3810 2001-11-26  Sam Steingold  <sds@gnu.org>
3812         * frame.el (show-trailing-whitespace): Remove :set argument (the
3813         value was essentially identical to the defalt).
3815 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3817         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
3819         * icomplete.el (icomplete-minibuffer-setup): Likewise.
3821         * hilit-chg.el (hilit-chg-set): Likewise.
3823         * speedbar.el (speedbar-mode): Likewise.
3825         * calendar/calendar.el (calendar-mode): Likewise.
3827         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
3828         insert-string.
3830         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
3832         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
3834         * term/sun-mouse.el (sun-yank-selection): Likewise.
3836         * textmodes/bib-mode.el (return-key-bib): Likewise.
3838         * calendar/appt.el (appt-disp-window): Likewise.
3840         * calendar/diary-lib.el (list-diary-entries): Likewise.
3842         * array.el (array-reconfigure-rows): Likewise.
3844         * filecache.el (file-cache-minibuffer-complete): Likewise.
3846         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
3848         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
3850         * allout.el (outline-version, outline-open-topic)
3851         (outline-rebullet-heading, outline-insert-listified)
3852         (outline-latex-verbatim-quote-curr-line)
3853         (outline-latexify-one-item, outlineify-sticky): Likewise.
3855         * vc.el (vc-next-action-on-file): Likewise.
3856         (vc-dired-mode): Remove make-local-hook.
3858 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
3860         * vc.el (vc-find-version): New function.
3861         (vc-version-other-window): Redefined in terms of the above.
3863         * log-view.el (log-view-find-version): New function.
3864         (log-view-mode-map): Bind it to `f'.
3866 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
3868         * language/devan-util.el (dev-char-glyph): Escape `"' in
3869         string literals.
3870         (dev-glyph-glyph, dev-glyph-glyph-2)
3871         (devanagari-compose-syllable-region): Likewise.
3873 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3875         * window.el (save-selected-window): No error if saved window is dead.
3877         * help-funs.el (describe-syntax): Put (interactive) after doc string.
3879 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3881         * international/quail.el (quail-help): Require help-mode in
3882         top-level instead.
3884         * iswitchb.el (iswitchb-exhibit): Use insert instead of
3885         insert-string.
3887         * icomplete.el (icomplete-exhibit): Likewise.
3889 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
3891         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
3892         (diff-hunk-kill): Simplify.
3893         (diff-post-command-hook): Only apply to a single hunk.
3894         (diff-hunk-text): Make `char-offset' non-optional.
3895         (diff-find-text): Return a cons cell.
3896         (diff-find-approx-text): New fun.
3897         (diff-find-source-location): Use it.
3898         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
3899         Adapt to new retval of diff-find-text.
3901         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
3902         rather than integer- representation of dates.
3904         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
3906         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
3907         (syntax-after): New fun.
3909         * help-funs.el (describe-syntax): New fun.
3911         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
3912         (font-lock-ppss-stats, font-lock-ppss): Remove.
3913         (font-lock-fontify-syntactically-region): Remove tuning code.
3914         (font-lock-compile-keywords): Fix off-by-one bug.
3915         (font-lock-set-defaults): Don't set removed vars.
3916         (c-keywords): Add `inline'.
3917         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
3919         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3920         Set syntax-begin-function.
3921         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
3922         (lisp-interaction-mode): Don't set local-abbrev-table any more.
3923         (lisp-mode-auto-fill): Use syntax-ppss and obey
3924         comment-auto-fill-only-comments.
3925         (lisp-fill-paragraph): Use syntax-ppss.
3927 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3929         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
3930         version of rmail-enable-mime.
3931         (rmail-forward): Use it.
3933 2001-11-25  Richard M. Stallman  <rms@gnu.org>
3935         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
3937         * international/quail.el (quail-keyboard-layout-button):
3938         Define button type.
3939         (quail-keyboard-customize-button): Likewise.
3940         (quail-help): Use those button types.  Require `help-mode'.
3941         Avoid altering the argument `package'.
3943         * help-mode.el (help-function, help-variable, help-face)
3944         (help-coding-system, help-input-method, help-character-set):
3945         Define each button type with its own explicit define-button-type.
3947         * language/devan-util.el: Comment out parts of the file
3948         which apparently are garbled.
3950 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3952         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
3953         insert-string.
3955 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3957         * play/snake.el (snake-mode): Remove make-local-hook.
3959         * play/tetris.el (tetris-mode): Likewise.
3961         * play/decipher.el (decipher-mode): Likewise.
3963         * tmm.el (tmm-add-prompt): Likewise.
3965 2001-11-25  Sam Steingold  <sds@gnu.org>
3967         * menu-bar.el (menu-bar-apropos-menu): New variable.
3968         Moved all `apropos' bindings to this menu.
3969         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
3971 2001-11-24  KAWABATA, Taichi <batta@beige.ocn.ne.jp>
3973         The following changes are for new indian languages support based
3974         on Unicode charset and CDAC fonts.
3976         * international/mule-conf.el: Change indian-1-column charset to
3977         indian-glyph charset.
3979         * international/characters.el: Adjusted for the change of
3980         indian-1-column -> indian-glyph.
3982         * international/fontset.el: Delete the setting for indian-1-column
3983         and add the setting for indian-glyph in the default fontset.
3985         * language/indian.el: Completely re-written.
3987         * language/devanagari.el: Completely re-written.
3989         * language/devan-util.el: Completely re-written.
3991         * language/ind-util.el: New file.
3993 2001-11-24  Richard M. Stallman  <rms@gnu.org>
3995         * startup.el (command-line-1): Don't do startup screen
3996         if a subprocess is running.  Call the startup screen buffer
3997         "GNU Emacs".  Make a special mode-line-format for it.
3999         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
4000         (browse-url-galeon): Use that variable.
4002         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
4003         eval-expression.  Eval and set the variable simply.
4005         * files.el (temporary-file-directory): Use defcustom.
4006         (small-temporary-file-directory): Likewise.
4007         (normal-backup-enable-predicate): Move down in file
4008         after definition of temporary-file-directory.
4010         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
4012 2001-11-24  Colin Walters  <walters@debian.org>
4014         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
4015         autoload names to match files renamed on initial calc import.
4017         * calc/calc.el (Commentary): Cleanup, and add logistic curve
4018         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
4020 2001-11-23  Colin Walters  <walters@debian.org>
4022         * Makefile.in (finder_setwins, setwins): Include Calc again.
4024         * calc/calc-rules.el: Add header comment.
4026 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
4028         * vc.el (with-vc-properties): Don't bind `filename' locally.
4029         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
4030         to avoid name clashes.  Fix `lisp-indent-function' property for
4031         both.
4033 2001-11-23  Francesco Potorti`  <pot@gnu.org>
4035         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
4037 2001-11-22  Colin Walters  <walters@debian.org>
4039         * calc/calc-misc.el (report-calc-bug):
4040         Use `reporter-prompt-for-summary-p'.
4042         * calc/INSTALL, calc/Makefile: Remove.
4044 2001-11-22  Miles Bader  <miles@gnu.org>
4046         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
4047         (reb-match-2, reb-match-3): Add dark-background variants.
4049 2001-11-22  Colin Walters  <walters@debian.org>
4051         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
4052         (info "Calc").
4053         (report-calc-bug): Use reporter.el.
4055         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
4057 2001-11-21  Richard M. Stallman  <rms@gnu.org>
4059         * which-func.el (which-function): Call imenu--make-index-alist
4060         if necessary to get a list of functions.
4061         (which-function-imenu-failed): New variable.
4062         (which-func-update): Handle all visible windows.
4063         (which-func-update-1): New subroutine broken out of which-func-update.
4065         * files.el (temporary-file-directory, null-device)
4066         (small-temporary-file-directory): Definitions moved up.
4068         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
4069         (cperl-non-problems, cperl-praise): Doc fixes.
4071         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
4072         (sh-mode-syntax-table): Function restored.
4073         Variable set up for use by function sh-mode-syntax-table.
4074         (sh-set-shell): Set the syntax table.
4076         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
4078         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
4080         * international/encoded-kb.el: Don't alter minor-map-alist.
4082 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4084         * files.el (auto-save-file-name-transforms): Put remote files in
4085         temporary-file-directory rather than /tmp.
4087 2001-11-21  Colin Walters  <walters@debian.org>
4089         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
4090         of (function ...) wrapper.
4092 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
4094         * derived.el (define-derived-mode): Create the abbrev-table
4095         from inside the `defvar'.
4097         * jit-lock.el (jit-lock-defer-time): New var.
4098         (jit-lock-defer-timer, jit-lock-buffers): New vars.
4099         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
4100         (jit-lock-function): Defer fontification if requested.
4101         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
4102         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
4103         text property.
4104         (jit-lock-deferred-fontify): New fun.
4106 2001-11-20  Richard M. Stallman  <rms@gnu.org>
4108         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
4109         Set local-abbrev-table to lisp-mode-abbrev-table.
4111         * emacs-lisp/re-builder.el (reb-mode):
4112         Don't use define-derived-mode.  Call kill-all-local-variables.
4114         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
4115         Don't use define-derived-mode.
4117         * help-mode.el (help-mode): Undo 2001-10-07 change.
4119         * replace.el (occur-mode): Undo 2001-5-20 change.
4121 2001-11-20  Jason Rumney  <jasonr@gnu.org>
4123         * w32-fns.el (w32-system-coding-system): Change to an alias for
4124         locale-coding-system.
4125         (set-w32-system-coding-system): Document the above change.
4126         Set locale-coding-system instead.
4128 2001-11-20  Richard M. Stallman  <rms@gnu.org>
4130         * ruler-mode.el: Add pagination.
4131         (ruler-mode-toggle-show-tab-stops): No need to
4132         test `ruler-mode' variable.
4134 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
4136         * play/landmark.el: Mark lm-mode as special.
4138         * play/gomoku.el: Mark gomoku-mode as special.
4140 2001-11-20  Juanma Barranquero  <lektu@terra.es>
4142         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
4143         (top-level): Bind it to C-c C-b.
4144         (re-builder): Don't re-enter RE Builder Mode.
4146         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
4148 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
4150         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
4151         `manual-program'.
4153         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
4154         to a line without a comment.
4156 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
4158         * dired.el (dired-listing-switches): Mention in the doc string
4159         that some switches are not supported by ls-lisp.el
4161 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4163         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
4164         (imenu--create-keymap-2): Remove.
4165         (imenu--create-keymap-1): Simplify, remove third argument.
4166         (imenu--generic-function): Use dolist.
4167         (imenu-find-default): New function.
4168         (imenu--completion-buffer): Use it.
4169         (imenu--mouse-menu): Use popup-menu.
4170         (imenu--menubar-select): Return t rather than calling imenu.
4172         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
4173         New functions, extracted from fill-region-as-paragraph.
4174         (fill-region-as-paragraph): Use them.
4175         Use an end marker instead of eob.
4176         Ignore whitespace-only fill-prefixes when indenting according to mode.
4177         Simplify the loop that searches for spaces backwards.
4179         * textmodes/picture.el (picture-vertical-step)
4180         (picture-horizontal-step): Don't use defconst for variables.
4182         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
4183         (mail-extract-address-components): Downcase domain names.
4184         (mail-extr-delete-char): Remove.  Use delete-char instead.
4186         * emulation/pc-select.el: Doc string fixes.
4187         (pc-selection-mode): Don't treat macos as a tty.
4189         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
4191         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
4193         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
4194         (mouse-wheel-progessive-speed): New var.
4195         (mwheel-scroll): Use it and handle float values.
4197         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
4199         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
4200         (iswitchb): Fix the case where the result was selected with the mouse.
4201         (iswitchb-completion-help): Use the normal *Completions* now that
4202         mouse selection works.
4203         (iswitchb-minibuffer-setup): Simplify.
4205         * newcomment.el (comment-column, comment-style, comment-multi-line)
4206         (comment-auto-fill-only-comments): Remove :group arg.
4207         (comment-padding): Add :type.
4208         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
4209         if called interactively.
4211 2001-11-19  Colin Walters  <walters@verbum.org>
4213         * calc/calc.el (toplevel): Add comment and version header.
4214         (calc-init-base): Bump version to 2.02f, update date.
4216 2001-11-19  Richard M. Stallman  <rms@gnu.org>
4218         * net/browse-url.el: Support Mozilla and Galeon.
4219         By default, find the installed browser whichever it is.
4220         (browse-url-mozilla): New function.
4221         (browse-url-mozilla-sentinel): New function.
4222         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
4223         (browse-url-default-browser): New function.
4224         (browse-url-process-environment): Use browse-url-browser-display.
4225         (browse-url-browser-display): Renamed from browse-url-netscape-display.
4226         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
4227         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
4228         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
4229         (browse-url-browser-function): New default, new options.
4231 2001-11-19  Sam Steingold  <sds@gnu.org>
4233         * bindings.el (last-buffer, unbury-buffer): New function.
4234         (mode-line-unbury-buffer): Use `unbury-buffer'.
4236 2001-11-18  Stephen Eglen  <stephen@gnu.org>
4238         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
4239         control behaviour when no further completion is possible.
4241 2001-11-19  Colin Walters  <walters@verbum.org>
4243         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
4244         (math-showing-full-precision, math-with-extra-prec, math-working)
4245         (calc-with-default-simplification)
4246         (calc-with-trail-buffer): Use backtick.
4247         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
4248         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
4249         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
4250         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
4251         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
4252         (Math-num-integerp, Math-bignum-test, Math-equal-int)
4253         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
4254         (calc-record-compilation-date-macro): Deleted.  Callers updated.
4255         (math-format-radix-digit): Move to calc-bin.el.
4257         * calc/calc.el (calc-record-compilation-date): Remove.
4258         (calc-bug-address): Update.
4259         (calc-settings-file): Use `user-init-file'.
4261         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
4262         Handle null `calc-settings-file'.
4264         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
4265         * calc/calc-keypd.el (calc-keypad-mode): New.
4266         (calc-do-keypad): Use it.
4267         (calc-keypad-map): Move into `calc-keypad-mode'.
4269         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
4270         to defalias argument.
4272         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
4273         (calcFunc-floor): Ditto.
4275         * calc-units.el (calcFunc-usimplify): Ditto.
4277         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
4278         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
4279         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
4280         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
4281         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
4282         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
4283         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
4284         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
4285         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
4286         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
4287         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
4288         and move them before their first use.  Use `when', `unless'.
4289         Remove trailing periods from error forms.  Add description and
4290         headers suggested by Emacs Lisp coding conventions.
4292 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4294         * newcomment.el (comment-indent):
4295         Fix misindentation for comment-only lines.
4296         (comment-indent-new-line): Only obey comment-multi-line if the
4297         comment-ender is not the end-of-line.
4299 2001-11-19  Richard M. Stallman  <rms@gnu.org>
4301         * net/net-utils.el (network-connection-service-abbrev-alist):
4302         New variable.
4304         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
4305         Advance to start of 3rd sexp by moving fwd and backing over it.
4306         At first three elements, act like defun.
4308         * delsel.el (delete-selection-pre-hook): Handle and resignal
4309         file-supersession errors to interact properly with userlock.el.
4311 2001-11-18  Richard M. Stallman  <rms@gnu.org>
4313         * progmodes/fortran.el (fortran-mode-syntax-table):
4314         Specify punctuation syntax for backslash.
4316         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
4317         All calls deleted.
4319         * international/mule-util.el (string-to-sequence): Make it obsolete.
4320         (string-to-list, string-to-vector): Implement them directly
4321         using append and vconcat, not with string-to-sequence.
4323         * startup.el (command-line): Set abbrevs-changed to nil after
4324         reading the init file and the abbrevs file.
4326         * isearch.el (isearch): Use magenta2 as bg for (background light)
4328 2001-11-17  Richard M. Stallman  <rms@gnu.org>
4330         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
4332         * simple.el (minibuffer-history-sexp-flag): Doc fix.
4334 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
4336         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
4337         If set and if applicable, add a regexp to highlight defun-like
4338         text inside comments and strings.
4339         (font-lock-fontify-keywords-region): Pass that new arg.
4340         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
4341         to the end and pass that new arg.
4342         (c-font-lock-keywords-2): Fix regex for labels.
4343         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
4344         Make it work when LIMIT is several lines further.
4345         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
4346         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
4347         Use backquote and make the regexes for `int a, b, c;' work on
4348         multiple lines.
4350         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
4351         (font-lock-defaults-alist): Don't change it any more.
4352         (reb-subexp-mode-map): Cleanup.
4354         * custom.el (custom-current-group-alist): New var.
4355         (custom-declare-group): Set it.
4356         (custom-current-group): New fun.
4357         (custom-declare-variable, custom-handle-all-keywords):
4358         Use it as a default if no :group argument is specified.
4360         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
4361         (standard-keyboard-coding-systems): New var.
4362         (set-locale-environment): Use it to decide whether or not to call
4363         set-keyboard-coding-system.
4364         (locale-language-names): Use \"French\" for "fr".
4366 2001-11-17  Richard M. Stallman  <rms@gnu.org>
4368         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
4369         (add-to-list): Delete compatibility code.
4370         (checkdoc-next-message-error): Doc fix.
4372 2001-11-17  Stephen Eglen  <stephen@gnu.org>
4374         * locate.el (locate): Show default locate pattern within the
4375         prompt, but don't insert it into the minibuffer contents.
4376         Catch the case when pattern is the empty string.
4378 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
4380         * language/european.el ("French"): New language environment.
4382 2001-11-16  Richard M. Stallman  <rms@gnu.org>
4384         * calendar/todo-mode.el (todo-save): Fix previous change.
4386         * subr.el (functionp): Do use cdr-safe on object.
4388 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
4390         * bindings.el (mode-line-mode-name): Only put the help-echo property
4391         if the local-map property was put as well.
4392         (global-map): Bind switch-frame, delete-frame, iconify-frame
4393         and make-frame-visible events.
4395         * emacs-lisp/elp.el (elp-not-profilable): New var.
4396         (elp-not-profilable-p): New function.
4397         (elp-instrument-function): Use it.  Use backquotes and push.
4399         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
4400         (byte-stack+-info, byte-compile-last-warned-form)
4401         (byte-compile-last-logged-file): Don't defconst a variable.
4402         (no-byte-compile): Declare.
4403         (byte-compile-file): Don't boundp-check no-byte-compile any more.
4404         (byte-compile-defvar): Leave defconst as is.
4406         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
4407         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
4408         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
4409         (edebug-best-error): Don't defconst a variable.
4410         (edebug-read-syntax-table): Use a char-table.
4411         (edebug-lemacs-specific): Remove.
4412         Toplevel: Eliminate check for Lucid Emacs.
4414         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
4416         * rect.el (move-to-column-force): Mark obsolete.
4417         (operate-on-rectangle, delete-extract-rectangle-line)
4418         (insert-rectangle, delete-whitespace-rectangle-line)
4419         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
4420         (string-rectangle-history): New var.
4421         (string-rectangle, string-insert-rectangle): Use it.
4422         (delete-rectangle-line): Fix pos/column mixup and simplify.
4424         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
4425         (normal-top-level, command-line, command-line-1): Simplify.
4427         * tar-mode.el (tar-mode): Use define-derived-mode.
4429         * view.el (view-mode-enable): Don't use make-local-hook.
4431         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
4433 2001-11-16  Richard M. Stallman  <rms@gnu.org>
4435         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
4436         if it doesn't make sense as anything else.
4437         Don't recognize a "telephone number" at the beginning of the name.
4438         (mail-extr-leading-garbage): Match non-word characters only.
4440 2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4442         * startup.el (command-line-processed): Doc fix.
4444         * apropos.el (apropos-next-label-button): Doc fix.
4446 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
4448         * comint.el (comint-mode): Simplify.
4449         (make-comint-in-buffer): Run `comint-mode' only if necessary.
4451         * subr.el (eval-after-load): Make it work with features as well.
4453         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
4455         * international/mule-cmds.el (describe-input-method): Setup xref.
4456         (set-language-environment): Use functionp.
4457         (locale-language-names, locale-charset-language-names)
4458         (locale-preferred-coding-systems): Defconst and purecopy.
4460         * language/european.el (mac-roman): Add mime-charset property.
4462 2001-11-15  Richard M. Stallman  <rms@gnu.org>
4464         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
4465         (multiple-value-apply, nth-value): Use defsubst rather than defalias
4466         to get better doc strings.
4468 2001-11-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4470         * derived.el: Fix autoload cookie.
4472 2001-11-15  Richard M. Stallman  <rms@gnu.org>
4474         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
4476 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
4478         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
4480 2001-11-15  Richard M. Stallman  <rms@gnu.org>
4482         * dired.el (dired-undo): Display a message to explain
4483         that this does not undo file system changes.
4485 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
4487         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
4488         into `unread-command-events' instead of trying keymap
4489         lookups ourselves.  This makes mouse-clicks do the right
4490         thing even when keymaps of overlays are involved.
4491         (mouse-drag-drag): Likewise.
4493 2001-11-15  Andreas Schwab  <schwab@suse.de>
4495         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
4496         characters and append anchor to pattern added to auto-mode-alist.
4498 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
4500         * server.el (server-process-filter): Run pore/post-comment-hook
4501         before/after visiting the file.
4503         * info-look.el (makefile-mode): Add info for automake.
4504         (autoconf-mode): Fix the name of the index for automake.
4506         * international/latin-9.el: Give pilcrow punctuation syntax.
4508 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
4510         * vc.el: Documentation fixes.
4512 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
4514         * smerge-mode.el (smerge-match-conflict): Fix typo.
4515         (smerge-diff): Be careful to read match-data early enough.
4517 2001-11-14  Colin Walters  <walters@verbum.org>
4519         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
4520         (calcFunc-subst): Use `defalias' instead of `fset' and
4521         `symbol-function'.
4523         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
4524         (calcFunc-ceil, calcFunc-round): Ditto.
4526         * calc/calc-bin.el (calcFunc-clip): Ditto.
4528         * calc/calc-ext.el (calcFunc-evalv): Ditto.
4530         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
4532         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
4533         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
4535         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
4537         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
4538         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
4539         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
4540         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
4541         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
4542         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
4543         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
4544         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
4545         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
4546         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
4547         * calcsel2.el: Style cleanup; don't put closing parens on their
4548         own line, add "foo.el ends here" to each file, and update
4549         copyright date.
4551         * README: Update maintainer.
4553 2001-11-13  Richard M. Stallman  <rms@gnu.org>
4555         * progmodes/compile.el (recompile): Use compilation-arguments if
4556         set, so as to be able to M-x recompile the exact command which
4557         created a compilation-mode buffer.
4559         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
4561 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
4563         * mouse.el (mouse-drag-region): Don't run the up-event
4564         handler if window start changed due to the down-mouse event.
4566 2001-11-13  Richard M. Stallman  <rms@gnu.org>
4568         * mouse.el (mouse-show-mark): Either move point to the mark
4569         or use highlighting, never both.
4570         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
4572 2001-11-13  Simon Josefsson  <jas@extundo.com>
4574         * mail/smtpmail.el (top-level): Change maintainer to Simon
4575         Josefsson, cleanup the smtpmail.el header.
4577         * mail/smtpmail.el (top-level): Don't require cl or base64.
4578         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4579         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
4580         Defsubst instead of defmacro.
4581         (smtpmail-intersection): Return value in reverse order.
4582         (smtpmail-open-stream): Use stringp instead of string-to-list.
4583         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
4584         separated from smtpmail-via-smtp.
4586         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
4587         rfc2104.  Require base64 and cl.
4588         (smtpmail-smtp-service): Doc fix.  :type fix.
4589         (smtpmail-debug-info): Doc fix.
4590         (smtpmail-debug-verb, smtpmail-auth-credentials)
4591         (smtpmail-starttls-credentials, smtpmail-auth-supported):
4592         New variables.
4593         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
4594         mail-utils (it is autoloaded).
4595         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4596         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
4597         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
4598         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
4599         (smtpmail-via-smtp): Support AUTH.
4600         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
4602 2001-11-13  Richard M. Stallman  <rms@gnu.org>
4604         * ebuff-menu.el (electric-buffer-update-highlight): New function.
4605         (electric-buffer-overlay): New variable.
4606         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
4607         (electric-buffer-list): Likewise.
4609         * isearch.el (isearch-whitespace-chars): Doc fix.
4610         (isearch-mode): Handle negative search-slow-window-lines correctly.
4612 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
4614         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
4616         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
4617         From Emmanuel Briot <briot@act-europe.fr>.
4619 2001-11-13  Colin Walters  <walters@debian.org>
4621         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
4623         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
4624         "~/.emacs"; use `read-file-name'.
4626         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
4627         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
4628         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
4629         * calc/calc.el: Use `frame-width' instead of `screen-width',
4630         `frame-height' instead of `screen-height', and,
4631         `executing-kbd-macro' instead of `executing-macro'.
4633         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
4634         correct number of arguments.
4636         * calc/calc-aent.el (calc-do-alg-entry):
4637         Use `blink-paren-function' instead of `blink-paren-hook'.
4639 2001-11-12  Richard M. Stallman  <rms@gnu.org>
4641         * calendar/todo-mode.el (todo-save): Add save-excursion
4642         and save-restriction.
4644         * server.el (server-edit, server-done): Doc fix.
4646         * simple.el (clone-indirect-buffer): Error if major mode symbol
4647         has a no-clone-indirect property.
4648         (clone-buffer): Check for obvious errors before reading clone name.
4650         * info.el (Info-mode): Add a no-clone-indirect property.
4652 2001-11-12  Sam Steingold  <sds@gnu.org>
4654         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
4655         set-buffer-modified-p to nil after `vc-exec-after'.
4656         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
4657         (log-view-mode): Make read-only.
4658         (log-view-current-file): Do final `expand-file-name' in the
4659         current `default-directory'.
4660         (log-view-current-tag): Take an optional `where' arg.
4661         (log-view-diff): New user command.
4663 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4665         * progmodes/cpp.el (cpp-choose-face): Fix typo.
4667 2001-11-12  Sam Steingold  <sds@gnu.org>
4669         * emacs-lisp/cl-indent.el (toplevel): Indent properly
4670         `generic-flet', `generic-labels', `with-accessors',
4671         `with-condition-restarts'.
4673 2001-11-12  Richard M. Stallman  <rms@gnu.org>
4675         * dired.el: Many trivial doc fixes.
4676         (dired-get-file-for-visit): New function.
4677         (dired-find-alternate-file, dired-mouse-find-file-other-window):
4678         (dired-view-file, dired-find-file-other-window, dired-display-file):
4679         (dired-find-file): Use dired-get-file-for-visit.
4681 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
4683         * sql.el (sql-mode): Doc change.
4685         * sql.el (sql-mode-syntax-table): The backslash is no longer an
4686         escape character.
4688 2001-11-12  Colin Walters  <walters@debian.org>
4690         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
4691         (calc-do-keypad): Don't attempt to use nonexistent global
4692         mouse-map, use calc-keypad-map.
4693         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
4694         (calc-keypad-left-click): Don't use mouse-map; update to new event
4695         interface.
4696         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
4697         (calc-keypad-press): Use `unread-command-events' instead of
4698         `unread-command-char'.
4700         * calc/calc-ext.el (calc-init-extensions): Update autoload names
4701         to match files renamed on initial calc import.
4703 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4705         * textmodes/flyspell.el (flyspell-default-dictionary):
4706         Fix previous change.
4708 2001-11-12  Richard M. Stallman  <rms@gnu.org>
4710         * textmodes/flyspell.el (flyspell-default-dictionary):
4711         Fix custom type.
4713 2001-11-11  Richard M. Stallman  <rms@gnu.org>
4715         * calendar/solar.el (solar-sunrise-and-sunset):
4716         Exchange the two extreme values of day-length.
4718         * progmodes/sh-script.el (sh-must-be-shell-mode):
4719         Allow modes derived from sh-mode.
4721         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4722         Turn off error in some re-search-forward calls.
4724         * replace.el (query-replace-skip-read-only): New variable.
4725         (perform-replace): If that variable is non-nil, ignore matches
4726         that have a read-only property.
4728         * derived.el (define-derived-mode): Doc fix.
4730         * server.el (server-buffer-done): Test of server-existing-buffer
4731         was backwards.
4732         (server-existing-buffer): Doc fix.
4734         * textmodes/flyspell.el (flyspell-default-dictionary):
4735         Allow nil as value, and make nil the default.
4737 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
4739         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
4740         it is not fboundp.
4741         (clipboard-yank): Ditto.
4743 2001-11-11  Colin Walters  <walters@verbum.org>
4745         The following changes are based on patches from
4746         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
4747         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
4749         * calc/calc.el (toplevel): Require calc-macs.
4750         (calc-minibuffer-size): New.
4751         (calcDigit-nondigit): Use it instead of `buffer-size'.
4752         (calcDigit-backspace): Likewise.
4753         (calcDigit-nondigit): Use `minibuffer-contents' instead of
4754         `buffer-string'.
4755         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
4756         `point-min'.
4757         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
4758         `save-excursion'.
4760         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
4761         simple `setq' form.
4763         * calc/calc-ext.el: (toplevel): Require calc.
4764         (calc-fancy-prefix-map): New.
4765         (calc-fancy-prefix): Use it.
4766         (calc-fancy-prefix-other-key): New.
4768         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
4769         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
4770         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
4771         (calcAlg-enter): Likewise.
4772         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
4774 2001-11-10  Richard M. Stallman  <rms@gnu.org>
4776         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
4777         (quietly-read-abbrev-file): Doc fix.
4779         * startup.el (command-line): Read standard abbrev
4780         file (abbrev-file-name), if it exists.
4782         * files.el (save-abbrevs): Default value is t.
4784         * progmodes/compile.el (compile-goto-error): Fix previous change
4785         in the case where subsequent errors have not been parsed yet
4786         because they are in a different source file.
4788 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
4790         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4791         Merge two regular expressions into one.
4792         (ps-mode): Make local bindings for `comment-start' and
4793         `comment-start-skip'.
4794         (ps-mode-looking-at-nested): Simplify an if-else construct;
4795         use `set-match-data' to set the result.
4797 2001-11-10  Richard M. Stallman  <rms@gnu.org>
4799         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
4800         Function deleted.
4801         (flyspell-correct-word): Old definition deleted.
4802         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
4803         All references renamed too.
4805 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
4807         * Makefile.in (finder_setwins, setwins): Exclude Calc.
4809 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
4811         * wid-edit.el (checklist): Removed `:menu-tag'.
4812         (radio-button-choice): Ditto.
4813         (editable-list): Ditto.
4815 2001-11-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4817         * play/gomoku.el: Move definitions of constants to the beginning
4818         of file, before their use.
4820 2001-11-09  Richard M. Stallman  <rms@gnu.org>
4822         * textmodes/flyspell.el: Use the keymap property
4823         instead of local-map, and don't use a minor-mode map.
4824         (flyspell-mode-map): Variable deleted.
4825         Don't mess with minor-mode-map-alist.
4826         (calling add-minor-mode): Specify nil for keymap.
4827         And always use add-minor-mode, now that it exists.
4828         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
4829         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
4830         or flyspell-local-mouse-map.
4831         (make-flyspell-overlay): Use flyspell-mouse-map directly.
4832         (flyspell-mode): Doc fix.
4833         (flyspell-mode-on): Don't call make-local-hook.
4835 2001-11-09  Sam Steingold  <sds@gnu.org>
4837         * emacs-lisp/debug.el (debugger-make-xrefs):
4838         Add buttons to all symbols.
4840 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
4842         * vc.el: Add John David Smith to credits.
4844         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
4846         * vc-hooks.el (vc-error-occured): Backquotified.
4847         (vc-file-prop-obarray): Use prime length for better efficiency.
4849         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
4851 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
4853         * info.el (Info-file-list-for-emacs): Add entries for Calc.
4855 2001-11-09  Miles Bader  <miles@gnu.org>
4857         * subr.el (functionp): Don't consider macros as functions.
4859 2001-11-08  Miles Bader  <miles@gnu.org>
4861         * subr.el (functionp): Make work correctly for macros and unbound
4862         symbols.
4864         * comint.el (comint-send-input): Fix description of
4865         `comint-process-echoes' in the doc-string.
4867 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
4869         * international/mule.el (make-translation-table): Doc fix.
4870         Suggested by Alex Schroeder <alex@gnu.org>.
4872 2001-11-07  Richard M. Stallman  <rms@gnu.org>
4874         * info.el (Info-fontify-node): Highlight every third menu item.
4876 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
4878         * cus-edit.el (custom-face-value-create): Don't ignore the
4879         `customized-face' attribute when finding the current face spec.
4881 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
4883         * subr.el (with-local-quit): New macro.
4884         (make-syntax-table): Always inherit.
4885         (functionp): Be more careful when `object' is a symbol.
4887         * dabbrev.el (dabbrev-completion): Use "*Completions*".
4889 2001-11-07  Paul Eggert  <eggert@twinsun.com>
4891         * dired.el (dired-move-to-filename-regexp):
4892         Do not distinguish between ASCII letters and non-ASCII characters.
4893         Don't allow comma except in the form "month day, year".
4894         Don't allow space between month name and comma.
4895         Clean up the code that checks for trailing period, comma, and space.
4896         Remove now-obsolete comments, and add more commentary about
4897         Japanese dates.
4898         Always gobble up trailing spaces, instead of doing it only sometimes.
4900 2001-11-07  Miles Bader  <miles@gnu.org>
4902         * paren.el (show-paren-match-face): Add dark-background variant.
4904 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4906         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
4907         (lisp-mode-variables): Don't set paragraph-{start,separate}.
4908         Don't disable adaptive-fill-mode.
4909         (lisp-fill-paragraph): Use tab-width rather than 8.
4910         Prevent filling the first line of docstrings.
4912 2001-11-06  Richard M. Stallman  <rms@gnu.org>
4914         * play/gomoku.el (gomoku): Doc fix.
4916         * jka-compr.el (jka-compr-partial-uncompress):
4917         Support an alternative of not using dd.
4918         (jka-compr-dd-program): Use defcustom to define this.
4919         (jka-compr-load-suffixes): Use defcustom.
4920         (jka-compr-mode-alist-additions): Use defcustom.
4922 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4924         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
4925         Also work when LIMIT is further than the end of line.
4927 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
4929         * international/quail.el (quail-update-leim-list-file): Print the
4930         offending file name if some of its quail-define-package forms is broken.
4932 2001-11-05  Richard M. Stallman  <rms@gnu.org>
4934         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
4935         of the evaluated form.
4937 2001-11-05  Paul Eggert  <eggert@twinsun.com>
4939         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
4940         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
4941         stamps always line up by default.  Also, it uses a slightly
4942         different window to determine whether files are "recent".
4944 2001-11-05  Andrew Innes  <andrewi@gnu.org>
4946         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4947         Don't attempt to remake autoloads before nuking .elc files.
4949 2001-11-04  Richard M. Stallman  <rms@gnu.org>
4951         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
4952         previous-single-property-change or next-single-char-property-change
4953         returns nil.
4955         * international/mule-cmds.el (set-locale-environment):
4956         Make it interactive; make arg optional.
4958         * international/mule-diag.el (help-funs): Require help-funs.
4960 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
4962         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
4964 2001-11-04  Miles Bader  <miles@gnu.org>
4966         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
4967         shadow of the splash image grey on a dark background instead of black.
4969 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
4971         * term.el (all faces): Don't (copy-face 'default <foo>).
4973         * term/xterm.el (function-key-map):
4974         Add entry for `ESC [ 3 ~' -> <delete>
4975         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
4976         Use inheritance so that .emacs and terminfo take precedence.
4978 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
4980         * tooltip.el (tooltip-delay): Decrease to 0.7.
4981         (tooltip-hide-delay): Enlarge to 10.
4983 2001-11-03  Richard M. Stallman  <rms@gnu.org>
4985         * startup.el (fancy-splash-tail): Explain how to recover
4986         from a crash, if there was a crash.
4987         (command-line-1): Reorganize display of startup screen,
4988         to simplify the logic.  Use a temp buffer for it.
4990 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
4992         * frame.el (set-background-color, set-foreground-color):
4993         Call face-set-after-frame-default, to propagate the new colors to
4994         the frame's parameters alist.
4996         * calendar/timeclock.el (timeclock-out): Signal an error if
4997         timeclock-last-event is nil.
4999 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
5001         * textmodes/fill.el (fill-context-prefix): Fix braino.
5003         * international/quail.el (quail-help):
5004         Use `help-buffer' and move `help-setup-xref' to beginning.
5006         * international/mule-cmds.el (describe-language-environment):
5007         Use `help-buffer' and move `help-setup-xref' to beginning.
5009         * international/mule-diag.el (list-character-sets)
5010         (sort-listed-character-sets, describe-character-set)
5011         (describe-coding-system, describe-fontset, list-fontsets):
5012         Use `help-buffer' and move `help-setup-xref' to beginning.
5013         (describe-char-after): Use `internal-describe-syntax-value'.
5015 2001-11-02  Richard M. Stallman  <rms@gnu.org>
5017         * mouse.el (popup-menu): If the user refuses to select
5018         from a menu, don't try to invoke the menu.
5020 2001-11-02  Miles Bader  <miles@gnu.org>
5022         * help-mode.el (help-xref): New button type.
5023         (help-function, help-variable, help-face, help-coding-system)
5024         (help-input-method, help-character-set, help-type, help-symbol)
5025         (help-back, help-info, help-customize-variable, help-customize-face)
5026         (help-function-def, help-variable-def): Use it as a supertype.
5027         Remove `action' property.
5029         * international/mule-diag.el (describe-character-set)
5030         (describe-coding-system): Pass correct args to `help-xref-button'.
5031         (sort-listed-character-sets): New button type.
5032         (list-character-sets): Use it.
5033         (list-charset-chars): New button type.
5034         (list-character-sets-1): Use it.
5036 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
5038         * indent.el (tab-always-indent, indent-for-tab-command):
5039         Remove redundant `never' setting.
5041         * fill.el (fill-region-as-paragraph): Don't forget to skip
5042         over current whitespace before looking for a preceding space.
5044 2001-11-01  Richard M. Stallman  <rms@gnu.org>
5046         * files.el (file-newest-backup): Don't pass backup file name
5047         thru file-name-sans-versions, because it never has version numbers.
5049         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
5050         to avoid ambiguous nested loops.
5052         * files.el (find-file-noselect): Offer to change buffer-read-only
5053         only when the file's read-only status has changed from before
5054         as well as disagreeing with the buffer's current status.
5055         (buffer-file-read-only): New var, local in all buffers.
5057         * buff-menu.el (buffer-menu): Doc fix.
5058         (buffer-menu-other-window): Doc fix.
5059         (list-buffers, list-buffers-noselect): Doc fix.
5061 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
5063         * startup.el (command-line): If the terminal Emacs is running on
5064         has erase char set to ^H, use the Backspace key for deleting
5065         backward, and the Delete key for deleting forward.
5067 2001-11-01  Miles Bader  <miles@gnu.org>
5069         * button.el (define-button-type): Make sure every user-defined
5070         button type has a supertype.
5072 2001-10-31  Jason Rumney  <jasonr@gnu.org>
5074         * international/mule-cmds.el (locale-language-names): Add chs and
5075         cht as aliases for Chinese-GB and Chinese-BIG5.
5077 2001-10-31  Richard M. Stallman  <rms@gnu.org>
5079         * bindings.el (mode-line-frame-identification): Add doc string.
5080         (mode-line-position, mode-line-modes): New variables.
5081         (mode-line-format): Use mode-line-position for the part
5082         that displays the position-in-buffer info.
5083         Use mode-line-modes for the part that displays major and minor modes.
5085 2001-10-31  Sam Steingold  <sds@gnu.org>
5087         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
5088         (debugger-setup-buffer): Call it.
5089         (debugger-mode-map): Bind RET and mouse-2.
5091 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5093         * startup.el: Document command line option --no-window-system
5094         instead of --no-windows.
5096 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
5098         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
5100         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
5101         (font-lock-defaults-alist): Use it.
5102         From David Ponce <david.ponce@wanadoo.fr>
5104         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
5105         output of `char-after'.
5107         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
5109         * simple.el (reindent-then-newline-and-indent): Insert the newline
5110         before indenting the first line.
5111         (undo-get-state, undo-revert-to-state): New funs.
5112         (shell-command): Don't kill the buffer even if empty.
5113         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
5114         (transpose-subr-end2): Remove.
5115         (transpose-subr): Add `special' arg and simplify.
5116         (transpose-subr-1): Rewrite.
5117         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
5118         (rfc822-goto-eoh): Simplify.
5120 2001-10-30  Richard M. Stallman  <rms@gnu.org>
5122         * enriched.el (enriched-face-ans): Fix previous change.
5124 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
5126         * international/iso-acc.el (iso-accents-compose): Remove a
5127         superfluous setq.
5129 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
5131         * buff-menu.el (list-buffers-noselect): If the buffer's name
5132         starts with a blank, but it visits a file, do show it (for files
5133         whose names start with a blank).
5135 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
5137         * textmodes/fill.el (sentence-end-double-space)
5138         (sentence-end-without-period): Move to paragraphs.el.
5139         (fill-indent-according-to-mode): Change default to t.
5140         (fill-context-prefix): Simplify control-flow and use a more
5141         sophisticated merge that unifies both previous checks.
5142         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
5143         (fill-nobreak-predicate): Make it into a defcustom'd hook.
5144         (fill-nobreak-p): New fun.
5145         (fill-region-as-paragraph): Use it.
5146         Handle `fill-indent-according-to-mode' slightly differently.
5147         (fill-individual-paragraphs-prefix): Simplify the control-flow.
5148         (fill-individual-paragraphs-citation): Fix.
5150         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
5151         (paragraph-start): Change default to the `text-mode' value.
5152         (sentence-end-double-space, sentence-end-without-period):
5153         Move from fill.el.
5154         (forward-paragraph): Use `parstart' and `parsep' for temp variables
5155         rather than rebinding `paragraph-start' and `paragraph-separate'.
5157         * indent.el (indent-line-function): Change default to indent-relative.
5158         (tab-always-indent): Add an `never' setting.
5159         (indent-according-to-mode): Handle `indent-relative' and
5160         `indent-relative-maybe' specially.
5161         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
5162         Handle the `never' case for `tab-always-indent'.
5163         Don't call indent-according-to-mode for indent-relative' and
5164         `indent-relative-maybe'.
5165         (insert-tab): Rename `prefix-arg' to `arg'.
5166         (indent-region): Indent the first line as well.
5167         (indent-relative): Don't mark the buffer modified if the indentation
5168         is unchanged.
5170         * textmodes/text-mode.el (paragraph-indent-minor-mode):
5171         Don't set paragraph-separate.  Set paragraph-start more carefully.
5172         Set indent-line-function.
5173         (paragraph-indent-text-mode): Use it and define-derived-mode.
5174         (text-mode-map): Remove the \t binding.
5175         (text-mode): Simplify now that the default is more favorable.
5177 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
5179         * emacs-lisp/find-func.el (find-function-search-for-symbol):
5180         If the regexp doesn't match, use a looser one.
5181         (find-variable-noselect): Add `file' argument.
5183         * pcvs.el (cvs-mode-commit-hook): New hook.
5184         (cvs-mode-commit): Run it.
5186         * log-edit.el (log-edit): Run hook after `log-edit-files'.
5188         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
5189         (edebug-instrument-function): Use `find-function-noselect'.
5191 2001-10-29  Richard M. Stallman  <rms@gnu.org>
5193         * term.el (term-if-emacs19): Macro deleted.
5194         Callers changed to use progn instead.
5196         * frame.el (blink-cursor-mode): Doc fix.
5198         * files.el (find-backup-file-name): Use make-backup-file-name.
5200         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
5201         window-live-p.
5202         (edebug-set-conditional-breakpoint): Unconditionally use
5203         the former Emacs >=19 definition.
5204         (edebug-mark): Define unconditionally.
5205         (edebug-eval-expression): Always call read-from-minibuffer
5206         and specify history list.
5207         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
5208         edebug-set-conditional-breakpoint.
5209         (edebug-emacs-version-specific): Function deleted;
5210         do the job at top level.
5211         (edebug-emacs-19-specific): Function deleted, this is the default.
5213 2001-10-29  Sam Steingold  <sds@gnu.org>
5215         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
5216         "/cygdrive/LETTER/" pathnames.
5218 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
5220         * faces.el (invert-face): Check for 'unspecified, not for nil,
5221         when testing whether face colors are not specified.
5222         From David.Kastrup@t-online.de (David Kastrup).
5223         (read-face-name): Doc fix.
5224         (make-face-bold, make-face-unbold, make-face-italic)
5225         (make-face-unitalic, make-face-bold-italic, invert-face):
5226         Remove trailing blank from the prompt passed to read-face-name.
5228 2001-10-29  Sam Steingold  <sds@gnu.org>
5230         * emacs-lisp/bytecomp.el (byte-recompile-directory):
5231         Report numbers of files skipped and failed too.
5232         (byte-compile-file): Return 'no-byte-compile for skipped files.
5234 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5236         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
5237         and `M p'.
5239 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
5241         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
5242         as is on unread-command-events instead of `(SECOND-CHAR)'.
5244 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
5246         * vc.el: Mention vc-*-switches in backend API documentation.
5247         (vc-annotate): Adapt doc string to recent change.
5249 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
5251         * enriched.el (enriched-face-ans): Handle face attributes
5252         of the form `(FACE1 FACE2 ...)'.
5254         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
5256 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
5258         * progmodes/sql.el (sql-mysql): Doc change by RMS.
5260         * progmodes/sql.el (sql-db2): Doc change.
5261         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
5262         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
5264 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
5266         * env.el (substitute-env-vars): Don't quote argument to `rx';
5267         it's a macro.
5269 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
5271         * cus-start.el (recursive-load-depth-limit): Added.
5273 2001-10-28  Richard M. Stallman  <rms@gnu.org>
5275         * textmodes/ispell.el (version18p, version20p): Vars deleted.
5276         All uses removed--assume Emacs version is >= 20.
5278         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
5279         by really checking that it is not version 18.
5281         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
5283 2001-10-28  Miles Bader  <miles@gnu.org>
5285         * faces.el (face-attribute): Add INHERIT argument, consider face
5286         inheritance if it's non-nil.
5287         (face-attribute-merged-with): New function.
5288         (face-attribute-specified-or): New macro.
5289         (face-foreground, face-background, face-stipple): Add INHERIT
5290         argument.  Use `face-attribute-specified-or'.
5292 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
5294         * font-lock.el: Require `syntax'.
5295         (font-lock-defaults-alist): Don't define keywords for lisp languages.
5296         Use `c-font-lock-syntactic-face-function' for c languages.
5297         (font-lock-mode): Don't unset vars when turning the mode off.
5298         (font-lock-default-fontify-buffer): Don't unset vars at the end.
5299         (font-lock-extra-managed-props): New var.
5300         (font-lock-default-unfontify-region): Use it.
5301         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
5302         Don't eval the value when there's no match.
5303         (font-lock-ppss-stats): New var.
5304         (font-lock-ppss): New fun.
5305         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
5306         (font-lock-apply-highlight): Allow `highlight' to set several props.
5307         (font-lock-set-defaults): Use dolist.
5308         (font-lock-unset-defaults): Remove.
5309         (font-lock-match-c-style-declaration-item-and-skip-to-next):
5310         Try to recognize prototypes using `foo P_ ((args))'.
5311         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
5312         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
5313         (c-font-lock-syntactic-face-function): New function.
5314         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
5315         (c++-keywords): Use a more sophisticated regexp to handle
5316         shallowly nested templates.
5318 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
5320         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
5321         (sgml-tag): Use it.  Cleanup with `cond'.
5322         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
5323         Mark the overlays and only delete those that are marked.
5324         (sgml-skip-close-p): Remove.
5325         (sgml-value): Replace sgml-skip-close-p with its definition.
5326         (html-tag-alist): Use sgml-xml a bit more.
5327         (html-mode): Set sgml-empty-tags.
5329         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
5330         (texinfo-update-node, texinfo-sequential-node-update):
5331         Don't bind the obsolete `auto-fill-hook'.
5332         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
5333         Use `set-buffer' rather than `switch-to-buffer'.
5334         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
5335         Use `set-buffer' rather than `switch-to-buffer'.
5337         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
5338         text-mode-syntax-table.
5339         (mail-mode): Use define-derived-mode.
5340         Fix ordering of alternatives in adaptive-fill-regexp.
5341         (mail-mode-map): Don't rely on keymap's internal representation.
5343 2001-10-27  Sam Steingold  <sds@gnu.org>
5345         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
5346         (sgml-xml-guess): Extracted from `html-mode' and generalized.
5347         (sgml-mode-common): Call it.
5348         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
5349         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
5350         (html-horizontal-rule, html-image, html-ordered-list):
5351         (html-unordered-list, html-list-item, html-paragraph):
5352         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
5353         `html-xhtml'.
5355 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
5357         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
5358         (ifnothtml): New alias.
5360 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
5362         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
5363         (toggle-text-mode-auto-fill): Use derived-mode-p.
5365 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
5367         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
5368         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
5370 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
5372         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
5373         Add make-obsolete cookies, to follow faces.el.
5375         These changes avoid warnings from the byte compiler in faces.el:
5377         * faces.el (internal-get-face): Use facep instead of the obsolete
5378         internal-find-face.
5379         (internal-frob-font-weight, internal-frob-font-slant):
5380         New defaliases for obsolete functions.
5381         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
5382         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
5383         (x-make-font-bold-italic): Use internal-frob-font-weight and
5384         internal-frob-font-slant aliases instead of the obsolete
5385         x-frob-... functions.
5387 2001-10-26  Sam Steingold  <sds@gnu.org>
5389         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
5390         DOCTYPE; set `mode-name' based on it.
5391         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
5392         (sgml-tag): Close empty tags in XHTML.
5394 2001-10-26  Jason Rumney  <jasonr@gnu.org>
5396         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
5397         when UNICODE is not defined.
5399 2001-10-26  Sam Steingold  <sds@gnu.org>
5401         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
5402         be alone on the line.
5404 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
5406         * button.el (button): Special face definition for MS-DOS terminals.
5408 2001-10-26  Sam Steingold  <sds@gnu.org>
5410         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5411         Protect the /= test by checking that the args are non-nil.
5412         (sh-font-lock-close-heredoc): Check eof for being non-nil.
5414 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
5416         * textmodes/artist.el (artist-version): 1.2.4.
5417         (artist-butlast-fn): New variable.
5418         (artist-butlast): New function.
5419         (artist-ellipse-mirror-quadrant): Use it.
5420         (artist-mouse-draw-poly): Use nil for `point-list'.
5421         (artist-mouse-draw-poly): Check for point-list being nil.
5423 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
5425         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
5426         lambda expression.
5427         (ps-mode-menu-main): Submenu with options on/off was replaced with
5428         a toggle button.
5429         (ps-mode, ps-run-mode): Define with `define-derived-mode'
5430         (ps-mode): Autoload cookie added on same line as comment
5431         (ps-mode-tabkey, ps-mode-backward-delete-char):
5432         (ps-mode-r-balance): Replace `delete-horizontal-space' and
5433         `indent-to' with `indent-line-to'
5434         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
5435         instead of `eval'.
5436         (ps-mode-print-region): Use `with-temp-buffer'.
5437         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
5438         (numerous places): Add back-tick and tick around names in
5439         docstrings, fix punctuation in docstrings, remove trailing spaces.
5441 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
5443         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
5444         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
5445         (sgml-font-lock-syntactic-keywords): New var.
5446         (sgml-mode-common): Drop the two args.
5447         Don't make buffer-local variables that aren't used.
5448         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
5449         Don't set `before-string' props from sgml-display-text.
5450         (sgml-mode): Use define-derived-mode.
5451         (sgml-tags-invisible): Use sgml-display-text.
5452         (sgml-quote): New command.
5453         (html-tag-alist): Add args for `span'.
5454         (html-mode): Use define-derived-mode.
5455         Set sgml-display-text and sgml-tag-face-alist.
5457 2001-10-25  Sam Steingold  <sds@gnu.org>
5459         * add-log.el (add-log-always-start-new-record): New user option.
5460         (add-change-log-entry): Use it.
5462 2001-10-25  Richard M. Stallman  <rms@gnu.org>
5464         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
5465         bind case-fold-search if FROM is not all lower case.
5467 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
5469         * startup.el (normal-top-level): Check for frame-initial-frame
5470         only if it's really used.
5472         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
5474         * progmodes/compile.el (compilation-parse-errors-filename-function):
5475         New variable.
5476         (compilation-parse-errors): Use it.
5478 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
5480         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
5481         interactively so that C-u M-C-x still does edebug.
5482         (checkdoc-sentencespace-region-engine): Don't force a double-space
5483         after `.' if it doesn't look like an end-of-sentence.
5484         (debug-ignored-errors): Add `disambiguate ...'.
5486 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
5488         * textmodes/texinfo.el (texinfo-environments)
5489         (texinfo-environment-regexp): Hoist.
5490         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
5491         Only highlight the menu name in menu items.
5492         Setup `@foo ... @end foo' as text clones.
5493         (texinfo-clone-environment): New function.
5494         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
5495         (texinfo-insert-block): Simplify.
5496         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
5497         the command is repeated.
5498         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
5499         (texinfo-insert-@end): Simplify.
5501         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
5502         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
5503         (texinfo-subsubsection-level-regexp)
5504         (texinfo-update-menu-same-level-regexps)
5505         (texinfo-update-menu-higher-regexps)
5506         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
5508         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
5509         (derived-mode-p): Autoload.
5511         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
5512         New vars and functions.
5513         (text-clone-maintain, text-clone-create): New functions.
5515 2001-10-25  Miles Bader  <miles@gnu.org>
5517         * facemenu.el (facemenu-add-new-face): Fix variable names.
5519 2001-10-24  Richard M. Stallman  <rms@gnu.org>
5521         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
5522         of t and nil values.
5523         (facemenu-set-face): Handle START and END interactively.
5524         (facemenu-set-foreground): Don't use a face; specify color directly.
5525         (facemenu-set-background): Likewise.
5526         (facemenu-set-face-from-menu): Doc fix.
5527         (facemenu-active-faces): Use face-attribute-vector
5528         to handle bare attributes not in faces.
5529         (facemenu-get-face): Don't handle face names fg:... and bg:...
5530         specially.
5531         (facemenu-add-new-face): New argument MENU.
5532         New way to handle adding colors to the color menus.
5534         * env.el (substitute-env-vars): Quote the arg to rx.
5536 2001-10-24  Sam Steingold  <sds@gnu.org>
5538         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
5539         Control" and "SGML" groups.
5541 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5543         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5544         Better handling of C++ template args to avoid confusion with `<'
5545         and `>' used as operators in member init expressions.
5547 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
5549         * replace.el (perform-replace): Move START and END parameters
5550         to the end of the argument list and make them optional.
5552         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
5553         perform-replace.
5555         * international/fontset.el (x-must-resolve-font-name): New function.
5556         (x-complement-fontset-spec): Use it.
5558 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
5560         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
5562         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5563         Turn caadr into caar of cdr.
5565 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
5567         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
5568         of mouse-{1,2} since dragging is on the down event.
5570         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
5572         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
5573         if ARG is nil.
5575         * desktop.el (desktop-last-buffer): New variable.
5576         (desktop-create-buffer): Set it.
5577         (desktop-read): Bind it and switch to that buffer.
5579 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
5581         * progmodes/compile.el (compilation-set-window-height):
5582         Select old window only if it's still live.
5584 2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5586         * help-mode.el (help-buffer): Remove debugging code.
5587         From Stefan Monnier <monnier@cs.yale.edu>.
5589 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
5591         * files.el (file-name-sans-extension, file-name-extension):
5592         Don't count the leading dots in file names as signaling an extension.
5594 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
5596         * vc.el (vc-diff-switches): Doc rewritten.
5598 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
5600         * tooltip.el (tooltip-set-param): Doc fix.
5602         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
5603         127 to sgml-maybe-name-self.
5604         (sgml-name-8bit-mode): Doc fix.
5605         (sgml-char-names-table): New variable.
5606         (sgml-name-char): Support non-ASCII and mule-unicode-*
5607         characters.  Doc fix.
5608         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
5610         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
5611         doc string the effect of `left' and `top' parameters in
5612         tooltip-frame-parameters, the default values, and the units.
5613         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
5614         (tooltip-show): Mention in the doc string the `top' and `left'
5615         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
5617 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
5619         Add autoscaling support for vc-annotate.
5620         From J.D. Smith <jdsmith@alum.mit.edu>.
5622         * vc.el (vc-annotate-display-default): Accept colormap scaling
5623         ratio (now deprecated).
5624         (vc-annotate-display-autoscale): Added.
5625         (vc-annotate-add-menu): New autoscaling menu options "Span to
5626         Oldest" and "Span Oldest->Newest".  Easymenu support added for
5627         toggle menus driven by customize variable `vc-annotate-display-mode'.
5628         (vc-annotate-display-select): Added.
5629         (vc-annotate): Changed temp-buffer-show-function to
5630         `vc-annotate-display-select'.
5631         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
5632         Added argument OFFSET.  Instead of backend function, calls now
5633         generic `vc-annotate-difference'.
5634         (vc-annotate-difference): Added as generic function instead of
5635         backend-specific function.  No longer takes argument POINT, but
5636         instead accepts a time OFFSET.
5637         (vc-default-annotate-current-time): Added.
5639         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
5640         version in vc.el, with
5641         (vc-cvs-annotate-current-time): Added, as override of default.
5642         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
5643         `vc-cvs-annotate-difference'.
5645 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
5647         * saveplace.el (save-place): Require `saveplace'.
5649         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
5650         Use `sexp' for :value-type instead of `face'.
5652 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
5654         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
5655         regexps due to 5-digit message IDs.
5657 2001-10-21  Jason Rumney  <jasonr@gnu.org>
5659         * term/w32-win.el (redisplay-dont-pause): Don't set.
5661 2001-10-21  Miles Bader  <miles@gnu.org>
5663         * help-funs.el (help-manyarg-func-alist): Variable removed.
5665 2001-10-21  Miles Bader  <miles@gnu.org>
5667         * help-funs.el (help-manyarg-func-alist): Remove entries for
5668         `insert', `insert-and-inherit', `insert-before-markers',
5669         `insert-before-markers-and-inherit', `message', `message-box',
5670         `message-or-box', `propertize', `format', `encode-time', `append',
5671         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
5672         `insert-string', `ml-if', `ml-provide-prefix-argument', and
5673         `ml-prefix-argument-loop'.
5675 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
5677         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
5678         (vc-default-diff-tree): New functions.
5679         (vc-version-diff): Use them.  As a result, coding systems are now
5680         set up properly for all sorts of diffs, and tree diffs can now
5681         also be done locally.
5682         (vc-diff): With a prefix argument, don't require that it's called
5683         from a buffer under version control.
5684         (diff-switches): Remove duplicate definition.
5686         * vc-cvs.el (vc-cvs-diff-tree): New function.
5688 2001-10-21  Miles Bader  <miles@gnu.org>
5690         * help-funs.el (help-manyarg-func-alist): Remove entries for
5691         `list', `vector', `make-byte-code', `call-process',
5692         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
5693         `logand', `logior', and `logxor'.
5695         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
5696         image bits to compensate.  Use `make-string' instead of
5697         `make-bool-vector' (XBM apparently wants byte-aligned rows).
5699 2001-10-20  Kim F. Storm  <storm@cua.dk>
5701         * simple.el (kill-ring-save): Don't show extent of copied region
5702         if using transient-mark-mode and region is fully visible.
5704 See ChangeLog.9 for earlier changes.
5706 ;; Local Variables:
5707 ;; coding: iso-2022-7bit
5708 ;; End:
5710     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
5711   Copying and distribution of this file, with or without modification,
5712   are permitted provided the copyright notice and this notice are preserved.