(mail-abbrev-make-syntax-table): New subroutine
[emacs.git] / lisp / ChangeLog
blob9c9c9170c66f47dd241be446ece6bda3768878ee
1 2002-03-23  Richard M. Stallman  <rms@gnu.org>
3         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
4         broken out of sendmail-pre-abbrev-expand-hook.
5         (sendmail-pre-abbrev-expand-hook): Use it.
7 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
9         * Makefile.in (finder-inf.el): Remove.
10         (finder-data): Don't depend on finder-inf.el any more.
11         (compile, compile-always): Handle the case where some files
12         from DONTCOMPILE are missing (it tried to compile them).
13         (bootstrap-clean): Use src/emacs only if executable.
14         (bootstrap): Update subdirs.el and finder-inf.el.
16         * finder.el: Don't load finder-inf.el during byte-compilation.
18         * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
19         Don't consider cvs-removed files as under VC control.
20         VC wouldn't handle them properly anyway and it confuses
21         vc-file-not-found-hook.
23         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
24         Add autoload cookie.
26 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
28         * calendar/calendar.el (calendar): Doc fix.
30 2002-03-22  Juanma Barranquero  <lektu@terra.es>
32         * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
33         (gomoku-font-lock-X-face): Likewise.
34         (gomoku-font-lock-keywords): Use faces instead of variables.
36 2002-03-21  Stefan Monnier  <monnier@cs.yale.edu>
38         * Makefile.in (bootstrap): Make sure subdirs.el is ready.
40 2002-03-21  Kim F. Storm  <storm@cua.dk>
42         * simple.el (open-network-stream, open-network-stream-nowait)
43         (open-network-stream-server): Use featurep to test for
44         supported networking features.
46 2002-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
48         * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
49         directions as the last action.
51 2002-03-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
53         * startup.el (fancy-splash-tail, normal-splash-screen):
54         Update copyright.
56         * novice.el (disabled-command-hook): Clarify output text to match
57         prompt.
59 2002-03-20  Jason Rumney  <jasonr@gnu.org>
61         * frame.el (display-images-p): Do not explicitly check display type.
63 2002-03-20  pmr-sav  <pmr-sav@hamm.pajato.com>
65         * mail-utils.el:
66         Eliminate compilation warnings due to `rfc822-addresses'.
67         (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
68         warning free compile.
70 2002-03-20  Michael Kifer  <kifer@cs.stonybrook.edu>
72         * ediff-diff.el (ediff-install-fine-diff-if-necessary):
73         Take the current highlighting style into account.
74         (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
75         (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
77         * ediff-init.el (ediff-patch-job): New macro.
79         * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
80         (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
82         * ediff-ptch.el (ediff-map-patch-buffer):
83         Use ediff-make-new-meta-list-header.
84         (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
86         * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
87         (ediff-select-difference): Take highlighting style into account.
88         (ediff-clone-buffer-for-region-comparison): New function.
89         (ediff-inferior-compare-regions): Added comparison of current diff
90         regions.
92         * ediff.el (ediff-clone-buffer-for-region-comparison)
93         (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
95 2002-03-19  pmr-sav  <pmr-sav@hamm.pajato.com>
97         * mail-utils.el (rmail-dont-reply-to):
98         Overhaul to correctly apply the regular
99         expressions in the variable `rmail-dont-reply-to-names' to the list of
100         destination addresses.  Contributed by lorentey@elte.hu.
102         * rmail.el (rmail-dont-reply-to-names):
103         Modify the documentation to make it email
104         address centric rather than login name centric.  Contributed by
105         lorentey@elte.hu.
107 2002-03-18  Colin Walters  <walters@verbum.org>
109         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
110         we don't require `cl' at runtime.
111         (sorting mode mode-name): Don't take the symbol-name of a string.
113         * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
114         line after setting the mark.
115         (ibuffer-insert-buffers-and-marks): Invert the test for
116         `ibuffer-sorting-reversep'.
118 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
120         * international/ucs-tables.el (unify-8859-on-decoding-mode)
121         (unify-8859-on-encoding-mode): Remove autoload cookie.
123 2002-03-18  Andre Spiegel  <spiegel@gnu.org>
125         * vc-rcs.el (vc-rcs-register): Fix handling of
126         vc-[rcs-]register-switches.
127         (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
128         Variables removed, since they weren't used yet.
130         * vc-cvs.el (vc-cvs-register): Fix handling of
131         vc-[cvs-]register-switches.
133         * vc-sccs.el (vc-sccs-register): Fix handling of
134         vc-[sccs-]register-switches.
136 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
138         * loadup.el ("emacs-lisp/backquote"): Load earlier.
139         ("international/ucs-tables"): Load and turn on
140         unify-8859-on-encoding-mode unconditionally.
141         (emacs-version): Use `defconst' rather than `setq'.
143         * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
145 2002-03-18  Richard M. Stallman  <rms@gnu.org>
147         * menu-bar.el (menu-bar-options-menu): Cope if
148         text-mode-hook is not a list.
150 2002-03-17  Richard M. Stallman  <rms@gnu.org>
152         * emulation/pc-select.el (pc-selection-mode):
153         Alter the existing global map, don't replace it.
155         * files.el (list-directory): Set default-directory at the end.
157         * dabbrev.el (dabbrev--goto-start-of-abbrev):
158         Put a limit on field-beginning search.
160 2002-03-17  Simon Josefsson  <jas@extundo.com>
162         * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
163         (browse-url-mosaic): Use it.
165         * net/browse-url.el (browse-url-filename-alist): Don't begin
166         docstring with *, you don't want to set this one with M-x
167         set-variable.
169         * net/browse-url.el: Put * in user option doc strings.
171 2002-03-17  Stefan Monnier  <monnier@cs.yale.edu>
173         * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
174         (sgml-xml-guess): Simplify.
175         (sgml-mode-common): Remove (move into sgml-mode).
176         (sgml-mode): Add code from sgml-mode-common.
177         Remove redundant setting of indent-line-function.
178         Don't set skeleton-transformation when in XML mode.
180         * international/mule-diag.el (describe-char-after):
181         Use `internal-describe-syntax-value' again (got lost somewhere).
183         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
184         Use unify-8859-on-decoding-mode.
185         (unify-8859-on-decoding-mode): Also set translation-table-for-input.
186         (ucs-insert): Give an error if the unicode char can't be created.
188         * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
189         (cvs-parse-status): Handle the "used to have a conflict" marker.
191 2002-03-17  Kim F. Storm  <storm@cua.dk>
193         The following changes are related to the enhanced network process
194         support.
196         * simple.el: Update copyright.
197         (clone-process): Use make-network-process to clone network
198         processes.  Get command list via (process-contact ... t).
199         Use set-process-query-on-exit-flag and process-query-on-exit-flag
200         instead of process-kill-without-query.
201         (open-network-stream): Replaces C-version from process.c.
202         (open-network-stream-nowait, open-network-stream-server): New funs.
203         (process-kill-without-query): Replaces C-version from process.c.
205         * files.el: Update copyright.
206         (save-buffers-kill-emacs): Also check for active server
207         processes.  Use process-query-on-exit-flag.  Only list processes
208         which has the query-on-exit flag set in connection with user query.
210         * shadowfile.el: Update copyright.
211         (shadow-save-buffers-kill-emacs): Also check for active server
212         processes.  Use process-query-on-exit-flag.
214 2002-03-16  Simon Marshall  <simon.marshall@misys.com>
216         * imenu.el (imenu-menubar-modified-tick): Renamed from
217         imenu-update-menubar-modified-tick.
218         (imenu-update-menubar): Update imenu-menubar-modified-tick
219         whenever outer condition succeeds.
221         * lazy-lock.el (save-buffer-state):
222         Bind inhibit-modification-hooks and buffer-file-truename
223         instead of before-change-functions and after-change-functions.
225 2002-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
227         * international/codepage.el (codepage-setup): Don't define a
228         codepage if it is already defined.
230         * textmodes/po.el (po-content-type-charset-alist): Convert the
231         car of each association to a string.
232         (po-find-file-coding-system-guts): If the charset matches a name
233         of a codepage, set up that codepage and return it as a coding
234         system to decode the file.
235         (po-find-charset): Search for the Charset= header even if we've
236         read less than 4KB.
237         <top-level>: Remove the setup for all known codepages: it seems
238         to cause crashes in the CCL driver.
240 2002-03-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
242         * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
243         (bibtex-entry-field-alist): Doc fix.
245 2002-03-16  Richard M. Stallman  <rms@gnu.org>
247         * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
248         Move definition above cperl-outline-regexp.
250         * bindings.el (mode-line-mule-info): In computing help-echo prop,
251         avoid using save-window-excursion.  And compile the function.
253 2002-03-15  Stefan Monnier  <monnier@cs.yale.edu>
255         * files.el (load-completion): New function.
256         (load-library): Use it.
258 2002-03-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
260         * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
261         to match the actual code.
263 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
265         * textmodes/po.el (po-find-file-coding-system-guts):
266         Use with-temp-buffer instead of po-with-temp-buffer.
268         * international/mule-conf.el (file-coding-system-alist): Add an
269         association for PO files.
271         * textmodes/po.el: New file.
273 2002-03-15  Gerd Moellmann  <gerd@gnu.org>
275         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
276         Fix simple loop indentation.
278 2002-03-14  Miles Bader  <miles@gnu.org>
280         * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
282 2002-03-14  Richard M. Stallman  <rms@gnu.org>
284         * textmodes/picture.el (picture-insert)
285         (picture-clear-column, picture-draw-rectangle):
286         Use move-to-column, not move-to-column-force.
288         * dired.el (dired-readin): Clear out undo list.
289         (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
290         (dired-delete-entry): New function.
291         (dired-internal-do-deletions): Use dired-fun-in-all-buffers
292         and dired-delete-entry, to update this buffer (and others).
294         * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
296         * facemenu.el (facemenu-add-new-face):
297         Pass region args to facemenu-set-face, when there is a region.
298         (facemenu-set-foreground, facemenu-set-background)
299         (facemenu-add-face): Doc fixes.
301         * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
303 2002-03-14  Miles Bader  <miles@gnu.org>
305         * emacs-lisp/debug.el: Require `button'.
306         (debugger-mode-map): Set the parent keymap to `button-buffer-map',
307         to get TAB and <backtab> bindings.
309         * net/rlogin.el (rlogin-carriage-filter): Function removed.
310         (rlogin): Don't install the `rlogin-carriage-filter' filter, as
311         comint removes carriage returns itself now.
313         * rfn-eshadow.el (rfn-eshadow-update-overlay):
314         Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
315         getting hosed by our own intangible property.
317 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
319         * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
320         Add fortran-comment-line-start-skip to comment-start-skip.
321         (fortran-comment-indent): Keep whole-line comments in column 0.
322         (fortran-find-comment-start-skip): New arg `all'.
323         If ALL is nil, make sure we only match comment-start-skip if we
324         can't match fortran-comment-line-start-skip.
325         Fix bug that made it return t but without moving point when
326         matching '!'! (a false-comment followed by a real comment).
327         (fortran-indent-comment): Use new `all' argument above.
328         Be careful not to add an incorrect comment-starter like "C"
329         in comment-column.
330         (fortran-split-line): When splitting a comment, reuse the comment
331         starter from the current line rather than fortran-comment-line-start.
332         (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
333         cleaner behavior of fortran-find-comment-start-skip.
334         (fortran-fill): Don't be confused by ! inside a comment.
335         (fortran-break-line): Minor cleanup and simplification.
337 2002-03-13  Francesco Potorti`  <pot@gnu.org>
339         * progmodes/etags.el (tag-exact-file-name-match-p)
340         (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
341         simpler regexp.
343 2002-03-12  Colin Walters  <walters@debian.org>
345         * ibuffer.el (ibuffer-redisplay-current): Don't move point when
346         redisplaying a line.
348 2002-03-12  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
350         * term/x-win.el (emacs-session-restore): Take previous id as
351         an argument.
352         (emacs-session-save): Add comment that return t means cancel shutdown
354         * startup.el (command-line): Must check that x-session-previous-id
355         is bound also, for non-X platforms.
357 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
359         * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
360         (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
361         New user options.
362         (extended-loop-p, common-lisp-loop-part-indentation): New functions.
363         (common-lisp-indent-function-1): Renamed from
364         common-lisp-indent-function.
365         (common-lisp-indent-function): Handle loop forms specially.
366         (lisp-indent-defmethod): Use car/cdr instead of first/rest.
367         (lisp-backquote-indentation): New user option.
369 2002-03-12  Francesco Potorti`  <pot@gnu.org>
371         * progmodes/etags.el (tag-exact-file-name-match-p)
372         (tag-file-name-match-p, tag-partial-file-name-match-p):
373         Assume that the header of a tags section has either a number
374         or nothing after the last comma.
376 2002-03-11  Richard M. Stallman  <rms@gnu.org>
378         * imenu.el (imenu-update-menubar-modified-tick): New variable.
379         (imenu-update-menubar): Don't call imenu--make-index-alist
380         if buffer has not changed since last time.
382         * desktop.el (desktop-buffer-handlers): Doc fix.
383         (desktop-buffer-file): Explicitly return BUF.
385         * paren.el (show-paren-function): Move back in other direction
386         to verify the match is correct.
388         * mail/supercite.el (sc-select-attribution): Accept whatever value
389         we get in CHOICE; there is no value meaning "try again".
391 2002-03-11  Colin Walters  <walters@verbum.org>
393         * shell.el (toplevel): Revert previous change to use pcomplete.
394         (shell-mode): Ditto.
395         (shell-pcomplete-setup-done): Remove.
396         (shell-pcomplete): Ditto.
397         (shell-pcomplete-reverse): Ditto.
399         * comint.el: Remove documentation on setting up pcomplete.
401 2002-03-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
403         * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
404         item.  Doc fix.
406         * image.el (image-type-from-file-header): Make temporary buffer
407         unibyte.
409         * subr.el (add-to-list): Doc fix.
411 2002-03-11  Miles Bader  <miles@gnu.org>
413         * pcomplete.el (pcomplete-entries): Expand environment variables
414         in filename.
416 2002-03-10  Daniel Pfeiffer  <occitan@esperanto.org>
418         * play/mpuz.el: Use defface instead of facemenu-get-face.
420 2002-03-10  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
422         * startup.el (command-line): Add call to emacs-session-restore if
423         both x-session-id and x-session-previous-id are strings.
425         * term/x-win.el (x-handle-smid): New function.
426         (emacs-session-filename): New function.
427         (emacs-session-save): New function.
428         (emacs-save-session-functions): New variable.
429         (emacs-session-restore): New function.
431 2002-03-09  Eli Zaretskii  <eliz@is.elta.co.il>
433         * simple.el (shell-command-on-region): Call push-mark with
434         non-nil second arg, to suppress the "Mark set" message.
436 2002-03-08  Richard M. Stallman  <rms@gnu.org>
438         * textmodes/picture.el (picture-forward-column): New arg `interactive'
439         is non-nil for an interactive call.  Use instead of interactive-p.
440         (picture-backward-column): Likewise.
442         * tar-mode.el (tar-untar-buffer): New function.
444         * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
445         Put the mouse-face on the entire xref, like the local keymap.
447         * find-dired.el (find-name-dired): Use shell-quote-argument.
449 2002-03-08  Daniel Pfeiffer  <occitan@esperanto.org>
451         * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
452         (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
453         (mpuz-allow-double-multiplicator): New options for nicer look and
454         new features.
455         (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
456         (mpuz-check-all-solved, mpuz-random-puzzle)
457         (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
458         (mpuz-show-solution): Functions streamlined and removed french
459         style space before punctuation, added face support and optional
460         solving of trivial results.
462 2002-03-07  Colin Walters  <walters@verbum.org>
464         * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
466         * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
467         instead of "recency" for clarity.
468         (ibuffer-compile-format): Document more.  Handle new "summarizer"
469         columns.
470         (ibuffer-fontify-region-function): Ditto.
471         (ibuffer-insert-buffer-line): Ditto.
472         (ibuffer-map-lines): Ditto.
473         (ibuffer-insert-buffers-and-marks): Ditto.
474         (ibuffer-update-title-and-summary): Renamed from
475         `ibuffer-update-title'.  Handle "summarizer" columns.
476         (ibuffer-clear-summary-columns): New function.
478         * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
480 2002-03-07  Gerd Moellmann  <gerd@gnu.org>
482         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
483         Use the other-window instead of the other-frame functions when
484         the window is dedicated.
486 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
488         * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
489         with SILENT so that a new field can be added.
491 2002-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
493         * files.el (make-auto-save-file-name): Make sure the produced file
494         name does not contain characters that are invalid for DOS/Windows
495         filesystems.
497         * dos-fns.el, w32-fns.el (make-auto-save-file-name):
498         Remove replacement functions.
500 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
502         * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
503         the form `:x'.
505         * vc.el (vc-branch-part): Add autoload cookie.  This function can
506         be called from vc-rcs-find-most-recent-rev when visiting a file
507         checked into RCS in a CVS sandbox.
509 2002-03-06  Andreas Schwab  <schwab@suse.de>
511         * progmodes/hideif.el: Augment expression parser to handle
512         conditional expressions.
513         (hif-token-regexp): Also match `?' and `:'.
514         (hif-tokenize): Handle `?' and ':' as tokens.
515         (hif-expr): Parse conditional expressions.
516         (hif-or-expr): Parse `||' expressions.
517         (hif-and-expr): Renamed from hif-term.
518         (hif-conditional): New function to evaluate a conditional
519         expression.
521 2002-03-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
523         * language/czech.el ("Czech"): Fix the documentation.
525         * language/slovak.el ("Slovak"): Likewise.
527 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
529         * xml.el (xml-parse-attlist): Accept empty strings.
531 2002-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
533         * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
534         all terminals now support highlighting of some kind.
536         * language/european.el (mac-roman): Fix the safe-chars property.
538 2002-03-05  Andre Spiegel  <spiegel@gnu.org>
540         * vc.el (vc-transfer-file): Use `make-temp-file'.
541         (vc-default-update-changelog): Remove conditional use of
542         `make-temp-name'.
544         * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
546 2002-03-05  Michael Kifer  <kifer@cs.stonybrook.edu>
548         * ediff-init.el: Comments.
550         * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
551         is loaded.
553         * ediff-mult.el (ediff-intersect-directories)
554         (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
555         Cleanup.
556         (ediff-draw-dir-diffs): Now supports the "C" command in directory
557         difference buffer.
558         (ediff-dir-diff-copy-file): New function that implements copying
559         of files from one Ediff dir to another
560         (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
561         (ediff-append-custom-diff): Better error msgs.
563         * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
564         (ediff-inferior-compare-regions): Use
565         ediff-clone-buffer-for-region-comparison. Better and simpler interface.
567         * ediff.el (ediff-directories-internal): Cleanup.
568         (ediff-clone-buffer-for-region-comparison): Better interface.
570 2002-03-04  Richard M. Stallman  <rms@gnu.org>
572         * emacs-lisp/easy-mmode.el (define-minor-mode):
573         Use "P" in interactive spec of minor mode commands.
575 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
577         * faces.el (face-spec-choose): Allow `t' to appear before the end.
578         (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
579         (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
580         (variable-pitch, trailing-whitespace): Don't use the old-style entries.
581         (mode-line-inactive, header-line): Move the `t' section to the
582         beginning so the `:inherit' setting can be shared.
584 2002-03-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
586         * net/snmp-mode.el: Require tempo when compiling to prevent
587         warnings.  Update copyright notice.
589         * help.el (describe-key-briefly, describe-key): Interpret `undefined'
590         like not defined at all.
592 2002-03-03  Stefan Monnier  <monnier@cs.yale.edu>
594         * textmodes/sgml-mode.el: Change maintainer to FSF.
595         (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
596         (sgml-tags-invisible, sgml-beginning-of-tag):
597         Allow _ : and non-ASCII in tag names, as required for XML.
598         (sgml-name-char): Don't assume anything about charsets handled by
599         encode-char.
601         * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
602         where one of the buffers is narrowed.
604         * hexl.el (hexlify-command, dehexlify-command): Remove.
605         (hexlify-buffer, dehexlify-buffer): Use call-process-region
606         rather than shell-command-on-region.
608         * newcomment.el (comment-forward): Use forward-comment to skip
609         over whitespace (or comments) even when comment-use-syntax is nil.
611         * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
613         * textmodes/xml-lite.el: New file.
615 2002-03-03  Richard M. Stallman  <rms@gnu.org>
617         * textmodes/artist.el (artist-system): Use make-temp-file.
619         * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
621         * mail/sendmail.el (mail-recover-1): Increase non-random-len
622         by 1 since we changed make-auto-save-file-name to add one
623         fewer character to the buffer name.
624         (mail-recover): Really show point at the right place
625         in the *Directory* buffer.
627         * files.el (make-auto-save-file-name): Use make-temp-file.
629         * terminal.el (te-create-terminfo): Use make-temp-file
630         to create the source file in a safe way.
632 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
634         * cus-start.el: Rename automatic-hscroll-step and
635         automatic-hscroll-margin into hscroll-step and hscroll-margin.
637         * frame.el (auto-hscroll-mode): Renamed from
638         automatic-hscrolling.
639         (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
641         * mouse.el (mouse-region-delete-keys): Add deletechar.
643 2002-03-03  Sam Steingold  <sds@gnu.org>
645         * play/snake.el (snake-score-file): Fixed parens (broken by the
646         last patch).
647         * play/tetris.el (tetris-score-file): Ditto.
649 2002-03-03  Richard M. Stallman  <rms@gnu.org>
651         * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
653         * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
655         * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
656         (gamegrid-make-mono-tty-face): Fix usage of condition-case.
658 2002-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
660         * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
661         instead of `buffer-substring-no-properties' to support enriched mode.
663 2002-03-02  Richard M. Stallman  <rms@gnu.org>
665         * find-dired.el (find-grep-dired): Call shell-quote-argument.
666         Specify the -e option.
667         Rename arg to `regexp'.
669 2002-03-02  Milan Zamazal  <pdm@zamazal.org>
671         * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
673 2002-03-02  Miles Bader  <miles@gnu.org>
675         * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
676         event-modifiers before looking up in `mouse-wheel-scroll-amount'.
677         If there's no applicable modifiers entry in the alist in
678         `mouse-wheel-scroll-amount', fall back to the default, not to
679         nil (which causes full screen scrolls).
681 2002-03-01  Andreas Schwab  <schwab@suse.de>
683         * textmodes/texnfo-upd.el (texinfo-start-menu-description):
684         Remove extra paren in regexp.
686 2002-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
688         * mouse.el (mouse-show-mark): Use display-mouse-p, not
689         display-graphic-p, to decide whether to move point or use the
690         highlighting.
692 2002-02-28  Colin Walters  <walters@verbum.org>
694         * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
696         * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
697         `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
698         (calc-temp-file-name): Use `make-temp-file'.
700 2002-02-28  Richard M. Stallman  <rms@gnu.org>
702         * font-lock.el (java-font-lock-extra-types):
703         Match java.net.URL, etc.
705 2002-02-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
707         * hexl.el (hexl-options): Doc fix.
708         Update Commentary section.
710         * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
711         Doc fixes.
713 2002-02-28  Andre Spiegel  <spiegel@gnu.org>
715         * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
716         the user to do that first.
717         (vc-update): New function.
719         * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
720         which calls vc-update.  Use the term "Base Version" instead of
721         "Last Version" for the entries "Revert" and "Compare".
723 2002-02-28  Kim F. Storm  <storm@cua.dk>
725         * simple.el (shell-command-on-region): Report non-zero exit
726         status in mode line instead of buffer.
728 2002-02-27  Richard M. Stallman  <rms@gnu.org>
730         * comint.el (comint-preoutput-filter-functions): Doc fix.
731         (comint-output-filter-functions, comint-input-filter-functions)
732         (comint-redirect-filter-functions): Likewise.
734         (comint-redirect-preoutput-filter): Do the local-hook
735         handling of t when running comint-redirect-filter-functions.
736         (comint-output-filter): Likewise for comint-preoutput-filter-functions.
738 2002-02-26  Richard M. Stallman  <rms@gnu.org>
740         * paths.el (remote-shell-program): Add doc string.
742 2002-02-26  Colin Walters  <walters@debian.org>
744         * ibuf-ext.el (sorter mode-name): New.
745         (ibuffer-do-occur): Don't quote ibuffer-marked-char.
747         * calc/calc-ext.el (calc-scroll-left): Call scroll-left
748         interactively, so they do something.
749         (calc-scroll-right): Ditto.
751 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
753         * international/mule.el (ctext-pre-write-conversion): Handle the
754         case when FROM is a string, and when we are called from
755         build_annotations_2.
757 2002-02-26  Richard M. Stallman  <rms@gnu.org>
759         * rect.el (clear-rectangle-line): Reindent to the same column
760         that move-to-column reached when it tried to go to endcol.
762         * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
764 2002-02-26  Ivar Rummelhoff  <ivarru@math.uio.no>
766         * winner.el (winner-boring-buffers, winner-set): A window which
767         displays a buffer whose name is in the list
768         `winner-boring-buffers', will no longer be restored by `winner-undo'.
769         (winner-sorted-window-list): Used to improve comparison between
770         window configurations.
771         (winner-win-data): Simplified and moved.
772         (winner-conf): Simplified (now uses `winner-win-data').
773         (winner-change-fun, winner-save-old-configurations)
774         (winner-save-(un)conditionally, winner-redo): Changes made while in
775         the minibuffer will be ignored.  (Such changes are undone upon
776         exit for the minibuffer, anyway.)
777         (winner-set-conf): Preserve selected window whenever possible.
778         (winner-make-point-alist): Simplified.
779         (winner-mode, winner-save-unconditionally): Save current window
780         configuration on entering minibuffer.
781         (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
782         since it does not change the overall behavior of Emacs.
784 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
786         * international/mule-conf.el (compound-text): Renamed back from
787         compound-text-no-extensions.
788         (ctext-no-compositions): Remove the mime-charset property.
789         (compound-text-with-extensions): Renamed from compound-text.
790         (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
792 2002-02-26  Juanma Barranquero  <lektu@terra.es>
794         * faces.el (list-faces-display): Fix typo.
796 2002-02-25  Richard M. Stallman  <rms@gnu.org>
798         * frame.el (focus-follows-mouse): Doc fix.
800 2002-02-26  Miles Bader  <miles@gnu.org>
802         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
803         to `define-key', since it no longer accepts the latter.
805 2002-02-25  Jason Rumney  <jasonr@gnu.org>
807         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
808         mouse-wheel-scroll-amount.
810         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
811         mwheel.el.
813         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
815 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
817         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
818         consistent with the others that take a backend name as a symbol.
820         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
822 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
824         * comint.el (comint-replace-by-expanded-filename): Do nothing if
825         comint-match-partial-filename returns nil.
827         * shell.el (shell-pcomplete-setup-done): New variable.
828         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
829         (shell-pcomplete-reverse): Ditto.
831 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
833         * ps-print.el (ps-print-printer): Added `lpr' customize group member.
835 2002-02-25  Juanma Barranquero  <lektu@terra.es>
837         * subr.el (save-match-data): Doc fix.
839         * ielm.el (ielm-prompt): Allow customization; make it read-only.
841 2002-02-25  Kim F. Storm  <storm@cua.dk>
843         * shell.el (shell-mode-map): Add "Complete" header so completion
844         menu is shown on the menu bar in shell mode.
846 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
848         * ielm.el (ielm-match-data): New var.
849         (inferior-emacs-lisp-mode): Make it buffer-local.
850         (ielm-eval-input): Use it to preserve match-data between inputs.
852 2002-02-24  Juanma Barranquero  <lektu@terra.es>
854         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
856 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
858         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
859         `custom-buffer' customize group.
861 2002-02-23  Kim F. Storm  <storm@cua.dk>
863         * help.el (where-is): Use remap-command.
865         * help-fns.el (describe-function-1): Use remap-command.
867         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
868         change (no longer accept a symbol for the KEY argument).
870 2002-02-23  Colin Walters  <walters@debian.org>
872         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
873         * calc/calcalg2.el (math-solve-get-sign): Ditto.
875         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
876         in generated function.
878         * ibuf-ext.el (ibuffer-old-time): Change to hours.
879         (ibuffer-mark-old-buffers): Handle it.
881         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
882         (toplevel): Bind them.
883         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
884         not necessary now that we use pcomplete.
886         * comint.el: Document how use new pcomplete completion facility.
888 2002-02-23  Richard M. Stallman  <rms@gnu.org>
890         * mail/rmailsum.el (rmail-summary-output): Properly advance
891         to next message, by calling rmail-summary-goto-msg.
893         * net/browse-url.el (browse-url-galeon): Specify --existing
894         for an existing window.  Use --noraise rather than --no-raise.
895         Don't use -x.
897 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
899         * progmodes/etags.el (find-tag-noselect, find-tag)
900         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
901         Fix a typo in doc strings.
903 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
905         * play/snake.el (snake-velocity-queue, snake-update-velocity)
906         (snake-final-x-velocity, snake-final-y-velocity):
907         New variable and functions.  Store user's keypresses
908         into a queue and pop from the queue each subsequent turn.
909         (snake-update-game, snake-move-left)
910         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
911         (snake-start-game): Use that queue.
912         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
913         (snake-use-color-flag): Likewise.
914         (snake-mode): Rename uses of those variables.
916 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
918         Support for ICCCM  Extended Segments in X selections:
920         * international/mule-conf.el (ctext-no-compositions): New coding
921         system.
922         (compount-text-no-extensions): Renamed from compound-text.
923         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
924         compound-text-no-extensions.
925         (compound-text): Redefined using post-read and pre-write conversions.
927         * international/mule.el (non-standard-icccm-encodings-alist)
928         (non-standard-designations-alist): New variables.
929         (ctext-post-read-conversion, ctext-pre-write-conversion):
930         New functions.
932 2002-02-21  Jonathan Kamens  <jik@kamens.brookline.ma.us>
934         * vc.el (vc-default-init-version): Update documentation to
935         indicate that the backend can override the default init version.
936         (vc-register): Use the backend init-version function, if it
937         exists, to determine the initial version of a file.
938         (vc-diff-switches-list): Don't symbol-quote backend, since it's
939         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
941         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
942         not version-controlled.  This is necessary, e.g., if the file has
943         just been reverted, and thus was previously under version control
944         but isn't any longer.
945         (vc-find-file-hook): Likewise.
947 2002-02-21  Martin Lorentzson  <Martin.Lorentzson@telia.com>
949         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
950         (vc-cvs-sticky-tag-display): New variable.
951         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
952         (vc-cvs-checkin): If the input revision is a valid symbolic tag
953         name, we create it as a branch, commit and switch to it.
954         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
955         (vc-cvs-valid-symbolic-tag-name-p): New function.
956         (vc-cvs-parse-sticky-tag): New function.
957         (vc-cvs-parse-entry): Added parsing of sticky tags.
959 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
961         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
962         nil, and then explicitly set the standard-value to t.
964 2002-02-20  Sam Steingold  <sds@gnu.org>
966         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
967         since it is used in the menu bar.
969 2002-02-20  Richard M. Stallman  <rms@gnu.org>
971         * simple.el (shell-command-on-region): Display the exit status
972         when a command fails.
974         * subr.el (add-hook): Doc fix.
976         * frame.el (other-frame): Doc fix.
978         * simple.el (yank): Clear `field' property.
980 2002-02-20  Tom Tromey  <tromey@cachet>
982         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
983         natural paragraph boundaries.  Don't fail at beginning of buffer.
985 2002-02-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
987         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
988         call the argument "arg" to match plain next-line and
989         previous-line.  From Kevin Ryde <user42@zip.com.au>.
991 2002-02-19  Sam Steingold  <sds@gnu.org>
993         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
994         scroll amounts for different modifiers now.
995         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
996         format properly.
997         (mouse-wheel-mode): Ditto.
999 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
1001         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
1002         around function body.
1004         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
1005         sense of the comparison, to match the doc strings of functions
1006         that use this macro.
1008 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
1010         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
1012         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
1013         * menu-bar.el (menu-bar-mode): Ditto.
1015 2002-02-18  Andreas Schwab  <schwab@suse.de>
1017         * replace.el (query-replace-regexp-eval): Doc fix.
1019 2002-02-18  Colin Walters  <walters@verbum.org>
1021         * calc/calcalg2.el (math-solve-get-int): Convert return value from
1022         `math-get-from-counter' to a string before calling `concat' on it.
1024         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
1025         (calc-public-autoloads): Obsolete; remove.
1026         (calc-private-autoloads): Ditto.
1027         (calc-add-autoloads): Ditto.
1029         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
1030         for body.
1032 2002-02-17  Jason Rumney  <jasonr@gnu.org>
1034         * w32-win.el (x-option-alist, x-long-option-alist)
1035         (x-switch-definitions): Remove, use command-line-x-option-alist
1036         instead to be consistent with X.
1037         (x-handle-initial-switch): New function.
1039 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
1041         * faces.el (mode-line-inactive, header-line): Add the :inherit
1042         attribute for the tty case.
1044 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
1046         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
1047         invoked from Rmail with full headers displayed.
1049 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1051         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
1052         when repeated.
1053         * textmodes/paragraphs.el (mark-paragraph): Ditto.
1055 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
1057         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
1058         (menu-bar-tools-menu): Removed speedbar.
1060         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
1061         and `flyspell-mode' entries.
1063         * textmodes/flyspell.el (flyspell): Add to ispell group.
1065 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1067         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
1068         repeated.
1069         (mark-defun): Mark more if repeated.
1071 2002-02-17  Colin Walters  <walters@verbum.org>
1073         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
1075         * ibuffer.el (ibuffer-truncate-lines): New option.
1076           (ibuffer-mode):  Use it.
1078 2002-02-17  Kim F. Storm  <storm@cua.dk>
1080         * cus-start.el: Add mouse-highlight.
1082 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1084         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
1086         * cus-start.el: Add automatic-hscroll-margin and
1087         automatic-hscroll-step.
1089 2002-02-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1091         * cus-start.el (x-autoselect-window): Allow customization.
1093         * eshell/em-alias.el (eshell-alias-initialize): Do not use
1094         make-local-hook.
1096         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
1098         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
1100         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
1102         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
1104         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
1106         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
1108         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
1110         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
1112         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
1114         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
1116         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
1118         * eshell/esh-io.el (eshell-io-initialize): Likewise.
1120         * eshell/esh-mode.el (eshell-mode): Likewise.
1122         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
1124         * eshell/esh-var.el (eshell-var-initialize): Likewise.
1126         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
1128         * progmodes/idlwave.el (idlwave-mode): Likewise.
1130         * textmodes/reftex-sel.el (reftex-select-label-mode)
1131         (reftex-select-bib-mode): Likewise.
1133 2002-02-16  John Wiegley  <johnw@gnu.org>
1135         * eshell/em-hist.el (eshell-hist-initialize): When in the
1136         minibuffer, use the global value of `eshell-history-ring', and
1137         never save it to disk, or ask to save it to disk.  This allows
1138         users of session.el to control whether its global state should be
1139         persisted or not.
1140         (eshell-add-command-to-history): Don't write Eshell's history out
1141         to disk, let the governing mode control that upon exit.
1143 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1145         * eshell/eshell.el (eshell-command): Before reading from the
1146         minibuffer, add eshell-add-command-to-history to
1147         minibuffer-exit-hook, and remove it after read-from-minibuffer
1148         returns.
1150         * eshell/em-hist.el (eshell-add-input-to-history): New function,
1151         with most of the code from eshell-add-to-history.
1152         (eshell-add-command-to-history): New function, to record in
1153         eshell-history the commands run via eshell-command.
1154         (eshell-add-to-history): Call eshell-add-command-to-history to do
1155         most of the work.
1157 2002-02-16  John Wiegley  <johnw@gnu.org>
1159         * eshell/esh-ext.el (eshell-external-command): Added a fix for
1160         XEmacs' new dired.el, which adds a global entry in the
1161         `file-name-handler-alist'.
1163 2002-02-16  John Wiegley  <johnw@gnu.org>
1165         * align.el (align-region): Added a missing name argument.
1167 2002-02-16  John Wiegley  <johnw@gnu.org>
1169         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
1170         after the #! of a shell interpretor specification.
1172 2002-02-15  Richard M. Stallman  <rms@gnu.org>
1174         * help.el (describe-key-briefly): Make output in INSERT case
1175         look just like what is displayed in the normal case.
1177 2002-02-15  Andreas Schwab  <schwab@suse.de>
1179         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
1180         non-letter after specials.
1182 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
1184         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
1186 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1188         * simple.el (mark-word): Mark more if repeated.
1189         * textmodes/paragraphs.el (mark-paragraph): Ditto.
1190         (mark-end-of-sentence): Ditto.
1192 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1194         * wid-edit.el (widgetp): Made it more robust.
1196 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
1198         * facemenu.el (describe-text-done): New function.
1199         (describe-text-mode-map): New variable.
1200         (describe-text-mode-hook): New option.
1201         (describe-text-mode): New function.
1202         (describe-text-widget): New function.
1203         (describe-text-sexp): New function.
1204         (describe-text-properties): New function.
1205         (describe-text-category): New command.
1206         (describe-text-at): New command.
1207         (facemenu-menu): Replace `list-text-properties-at' with
1208         `describe-text-at' in the menu.
1210         * wid-edit.el (widgetp): New function.
1211         * wid-edit.el (widget-keymap, widget-insert, widget-setup):
1212         Autoloaded.
1214         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
1216         * wid-browse.el: Removed version and x-url keywords.
1218 2002-02-13  Kim F. Storm  <storm@cua.dk>
1220         * cus-start.el (mode-line-in-non-selected-windows):
1221         Allow customization.
1223 2002-02-13  Richard M. Stallman  <rms@gnu.org>
1225         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
1226         Tell bibtex-parse-keys to output no progress messages.
1228         * international/mule-diag.el (list-input-methods):
1229         Use help-input-method, not describe-input-method, for button type.
1231         * register.el (describe-register-1): Access register contents here.
1233         * textmodes/text-mode.el (text-mode-hook-identify):
1234         Restore previous definition.  Add to text-mode-hook again.
1236         * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
1237         (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
1238         to avoid needing sendmail.el at run time.
1240         * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
1241         Initialization moved up too.
1242         (mode-line-modes): Use :propertize.
1243         (mode-line-mode-menu-keymap): Var deleted.
1244         (mode-line-copied-mode-name): Var deleted.
1245         (mode-line-mode-name): Function deleted.
1246         (mode-line-mode-menu): Each item now shows its mode line lighter.
1247         (minor-mode-alist): Don't call propertize here.
1249 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
1251         * progmodes/pascal.el (pascal-imenu-generic-expression):
1252         Add menu-title and fix parentheses.
1254 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
1256         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
1257         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
1259 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
1261         * menu-bar.el (menu-bar-options-save): Only save
1262         `current-language-environment' and `default-input-method' when
1263         marked as customized.
1265         * international/mule-cmds.el
1266         (setup-specified-language-environment):
1267         Mark `current-language-environment' as customized.
1268         (set-input-method): Mark `default-input-method' as customized when
1269         called interactively.
1270         (toggle-input-method): Ditto.
1272 2002-02-11  Colin Walters  <walters@verbum.org>
1274         * ibuffer.el (ibuffer-switch-format): Supply required argument for
1275         `ibuffer-current-formats'.
1277 2002-02-11  Miles Bader  <miles@gnu.org>
1279         * faces.el (mode-line-inactive): Add dark-background variant.
1281 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
1283         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
1284         * menu-bar.el (menu-bar-mode): Ditto.
1285         * cus-edit.el (customize-mark-to-save): Always save variables
1286         without a standard value.
1288         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
1289         (menu-bar-options-save): Ditto.
1290         (menu-bar-showhide-menu): Ditto.
1291         (menu-bar-options-menu): Ditto.
1292         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
1293         (menu-bar-scroll-bar-none): Remove.
1294         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
1295         expressions instead.
1297         * cus-edit.el (customize-set-value): Return value.
1298         (customize-set-variable): Ditto.
1299         (customize-save-variable): Ditto.
1300         (customize-set-variable): Load dependencies before setting value.
1301         (custom-load-symbol): Autoload it.
1302         (customize-mark-as-set): New function.
1304 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
1306         * cus-start.el: Don't warn about "x-*" symbols when building a
1307         non-GUI version.
1309 2002-02-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1311         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
1312         Doc fix.
1313         (strokes-help): Do not use doubled with-output-to-temp-buffer.
1314         Fix the help string.
1315         (strokes-prompt-user-save-strokes): Fix typo.
1316         (strokes-list-strokes): Use proper exit-action argument for
1317         view-buffer.  Update copyright notice.
1319         * international/mule-diag.el: Various doc and message fixes.
1320         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
1321         codepages already present.
1322         (list-block-of-chars): Display space for null entries in
1323         translation table.  Display tab specially.
1324         (list-non-iso-charset-chars): Check for null charsets.  Use pop
1325         for clarity.  Don't break 8-bit sets into sections between ranges.
1326         (list-charset-chars): Avoid indent-tabs-mode.
1327         (describe-char-after): Maybe use the text property for syntax
1328         table information.  Maybe report char-code-property-table info.
1329         Maybe report character's unicode.  Tweak printing of list info.
1330         (list-input-methods): Add xref buttons.
1331         (dump-charsets, dump-codings): Deleted (obsolete).
1332         From Dave Love <fx@gnu.org>.
1334 2002-02-10  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1336         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
1338 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
1340         * viper-util.el (viper-read-key-sequence): Fix so it'll read
1341         fast key sequences in emacs native mode
1342         (viper-events-to-keys): Delete.
1344         * viper.el (describe-key, describe-key-briefly): Get rid of
1345         viper-events-to-keys.
1347         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
1349         * ediff-wind.el (ediff-setup-control-frame):
1350         Use ediff-has-gutter-support.
1352         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
1353         check if buff is alive.
1355         * ediff.el: Typo in comment.
1357 2002-02-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1359         * menu-bar.el (menu-bar-options-save): Take care of
1360         line-number-mode and column-number-mode variables.
1361         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
1362         "Show Column Number" in "Show/Hide" menu.
1364 2002-02-09  Richard M. Stallman  <rms@gnu.org>
1366         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
1368 2002-02-09  Kim F. Storm  <storm@cua.dk>
1370         * faces.el (mode-line-inactive): New face for mode-line for
1371         non-selected windows.
1372         (mode-line): Doc fix: Only used for selected window.
1374 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
1376         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
1377         name to "Insert Diary Entry".
1379 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
1381         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
1382         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
1384 2002-02-08  Richard M. Stallman  <rms@gnu.org>
1386         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
1388 2002-02-08  Andreas Schwab  <schwab@suse.de>
1390         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
1391         of point-min.
1393 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
1395         * net/ange-ftp.el (ange-ftp-process-handle-line)
1396         (ange-ftp-set-xfer-size): If the file's size is a float, divide
1397         by 1024 instead of using ash.
1399         * international/mule-cmds.el (select-safe-coding-system):
1400         State the buffer's name in the message popped in the *Warning* buffer,
1401         and make sure the offending buffer is displayed.
1403 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
1405         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
1407 2002-02-07  Richard M. Stallman  <rms@gnu.org>
1409         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
1411         * register.el (list-registers): New command.
1412         (describe-register-1): New subroutine, taken out of view-register.
1414         * emacs-lisp/copyright.el (copyright-regexp):
1415         Delete the unibyte copyright symbol; it's redundant.
1416         Fix a spazz in the multibyte encoding here.
1418 2002-02-07  Dave Love  <fx@gnu.org>
1420         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
1421         (cyrillic-encode-alternativnyj-char): Get translation tables from
1422         symbol properties, not as variables.
1423         (standard-display-cyrillic-translit): Include unicodes.
1425 2002-02-06  Kim F. Storm  <storm@cua.dk>
1427         * help.el (where-is): Report remapped commands.
1429         * help-fns.el (describe-function-1): Ditto.
1431         * subr.el (global-set-key, local-set-key): Accept a symbol for the
1432         KEY argument (like define-key).
1434 2002-02-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1436         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
1438 2002-02-06  Richard M. Stallman  <rms@gnu.org>
1440         * mail/mailabbrev.el: Require sendmail only at compile time.
1441         (mail-mode-header-syntax-table): Var deleted.
1442         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
1443         (sendmail-pre-abbrev-expand-hook): Only temporarily change
1444         local-abbrev-table and the syntax table.
1445         Compute mail-abbrev-syntax-table if that has not been done.
1447         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
1449         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
1450         (debugger-frame-number): Figure out the offset directly.
1451         (debugger-setup-buffer): Don't use debugger-frame-offset.
1452         (debugger-frame, debugger-frame-clear): Likewise.
1453         (debugger-jump): Don't alter debugger-frame-offset.
1455         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1456         Replace foo-p as var name with foo-flag, not foo-p-flag.
1458         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
1459         (highlight-changes-passive-string): Default to -Chg.
1460         (highlight-changes-global-modes): Doc fix.
1462         * dired.el (dired-get-filename): Add /: when appropriate
1463         to avoid taking a local name as remote.
1465         * files.el (file-name-non-special): Add special handling for
1466         file-name-sans-versions, file-name-completion, and
1467         file-name-all-completions.
1469         * isearch.el (isearch-update): Don't update display in kbd macro.
1470         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
1472         * subr.el (force-mode-line-update): Doc fix.
1474         * subr.el (atomic-change-group, prepare-change-group)
1475         (activate-change-group, accept-change-group, cancel-change-group):
1476         New functions.
1478         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
1479         (transpose-subr-1): Use atomic-change-group.
1481         * subr.el (add-minor-mode): Include the mode's lighter string
1482         in the minor mode menu item name.
1484         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
1485         rmail-count-screen-lines starting from (point-min).
1487         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
1488         beyond the image height, to use the fancy splash screen.
1490         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
1491         (text-mode): Set text-mode-variant here.
1493 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
1495         * play/pong.el (pong-height): Don't use height that exceeds the
1496         frame height.
1497         (pong-border-options): Make the border colors slightly more bright.
1499         * play/gamegrid.el (gamegrid-display-type): Treat any
1500         color-capable display as color-x, if display-color-p is fboundp.
1501         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
1502         (gamegrid-make-color-tty-face): Use the value of color, not the
1503         symbol itself.  Don't call gamegrid-color.
1505 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
1507         * gud.el (gud-refresh): Call recenter only after we are sure we
1508         are in the right window.
1510 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
1512         * cus-edit.el (customize-mark-to-save): New function.
1513         * menu-bar.el (menu-bar-options-save): Rewrote.
1515 2002-02-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1517         * cus-start.el (x-use-underline-position-properties):
1518         Allow customization.
1520 2002-02-04  Simon Josefsson  <jas@extundo.com>
1522         * dired.el (dired-load-hook, dired-mode-hook)
1523         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
1525 2002-02-03  Colin Walters  <walters@verbum.org>
1527         * ibuf-ext.el (ibuffer-filter-format-alist)
1528         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
1529         New variables.
1530         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
1531         is now the Emacs CVS tree.
1532         (ibuffer-formats): Doc fix.
1533         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
1534         (ibuffer-current-format): Use them.
1535         (ibuffer-recompile-formats, ibuffer-check-formats)
1536         (ibuffer-switch-format, ibuffer-update-title):
1537         Add support for ibuffer-filter-format-alist.
1538         (define-ibuffer-column process): Remove unncessary consing.
1540         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
1541         for a summary column.
1543 2002-02-03  Andreas Schwab  <schwab@suse.de>
1545         * window.el (save-selected-window): Move macro before first use.
1546         (balance-windows): Fix misplaced parenthesis.
1548 2002-02-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1550         * calculator.el (calculator-displayers): Doc fixes.
1552 2002-02-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1554         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
1555         (menu-bar-options-save): Save also the value of `display-time-mode'.
1556         (showhide-date-time): New function.
1557         (menu-bar-showhide-menu): New menu-item "Date and time".
1559 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
1561         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
1562         get-file-buffer to check for rmail buffer existence.
1564         * term.el (term-emulate-terminal): Extract proper command string
1565         which is supplied to term-command-hook.
1567 2002-02-03  Richard M. Stallman  <rms@gnu.org>
1569         * international/quail.el (quail-help): Don't call help-setup-xref.
1571         * international/mule-cmds.el (describe-input-method):
1572         Call help-setup-xref here.
1573         (describe-current-input-method): Doc fix.
1575         * novice.el (disabled-command-hook): Clarify output text.
1576         Indent the paragraph from the command's doc string.
1578         * dabbrev.el (dabbrev--goto-start-of-abbrev):
1579         Exit loop on beginning of field rather than bobp.
1581 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
1583         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
1584         the message text into the *mail* buffer, and restore the pruned
1585         state after that.
1587         * mail/rmail.el (rmail-redecode-body): Prune the headers before
1588         looking for X-Coding-System header, and restore the pruned state
1589         before returning.
1591 2002-02-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1593         * cus-edit.el (customize-save-variable): Fix typo in prompt.
1595         These changes integrate new version of flyspell.el from its
1596         maintainer, Manuel Serrano:
1598         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
1599         (flyspell-mode-on, flyspell-notify-misspell)
1600         (flyspell-small-region, flyspell-external-point-words)
1601         (flyspell-large-region): Use it
1602         (flyspell-before-incorrect-word-string)
1603         (flyspell-after-incorrect-word-string): New user options.
1604         (make-flyspell-overlay): Use them.
1605         (flyspell-version): New function.
1606         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
1607         definitions to use :weight.
1608         (flyspell-insert-function): New user option.
1609         (flyspell-auto-correct-word, flyspell-correct-word)
1610         (flyspell-xemacs-correct): Use it.
1611         (flyspell-define-abbrev): New function.
1612         (flyspell-auto-correct-word, flyspell-correct-word)
1613         (flyspell-xemacs-correct): Use it.
1614         (make-flyspell-overlay): Use `evaporate' property.
1615         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
1616         (flyspell-emacs-popup): Use `session' instead of `accept'.
1617         (flyspell-auto-correct-previous-pos): New variable.
1618         (flyspell-auto-correct-previous-hook)
1619         (flyspell-auto-correct-previous-word): New functions.
1621 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
1623         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
1624         don't alter the user's ~/.emacs.
1625         (disable-command): If user-init-file is nil or does not exist,
1626         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1627         But don't alter the init file if Emacs was invoked as "emacs -q"
1629 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
1631         * mail/sendmail.el (mail-mode): Undo half of last change.
1633         * indent.el (indent-for-tab-command): Remove spurious code.
1635         * hi-lock.el (hi-lock-find-patterns): Save restriction.
1637 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
1639         * calendar/time-date.el: Moved from lisp/gnus.
1641         * calendar/parse-time.el: Ditto.
1643 2002-01-31  Richard M. Stallman  <rms@gnu.org>
1645         * international/iso-acc.el (iso-languages): Fix ", " in French.
1647         * cus-start.el (history-length): Specify customization for it.
1649         * emacs-lisp/debug.el (debugger-setup-buffer):
1650         When an eval-buffer frame was reading from a buffer,
1651         insert indication of the buffer position.
1652         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
1653         (debugger-frame-clear, debugger-frame): Error on non-frame line.
1655         * simple.el (shell-command-on-region): Err if no mark
1656         before reading the command string.
1658         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
1659         Definitions moved down after hl-line-mode var's definition.
1661         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
1662         (hilit-chg-set-face-on-change): Rename arg.
1663         (hilit-chg-make-ov): Detect error earlier.
1665         * ediff-hook.el: Delete autoload cookies.
1667         * comint.el (comint-scroll-show-maximum-output): Default is t.
1669         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
1670         (batch-byte-compile-if-not-done): New function.
1672         * Makefile.in (compile): New target.
1673         (compile-always): Renamed from compile-files.
1674         (compile-after-backup): Renamed from compile.
1675         (bootstrap): Depend on compile-always, not compile-files.
1677         * emulation/pc-select.el (pc-select-save-and-set-mode):
1678         Properly use MODE-VAR.
1680 2002-01-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1682         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
1683         Version" to "About Emacs".
1684         (menu-bar-options-save): Add `default-frame-alist'
1685         to saved variables.
1686         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
1687         of the variable `scroll-bar-mode'.
1689         * startup.el (normal-splash-screen, display-splash-screen):
1690         New functions (separated from command-line-1).
1691         (command-line-1): Use them.
1693 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
1695         * calendar/calendar.el (generate-calendar-month): Doc fix.
1697 2002-01-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1699         * time.el (display-time-mail-directory): New option.
1700         (display-time-mail-function): Update doc-string.
1701         (display-time-mail-icon): Use XPM image when available.
1702         (display-time-string-forms): Use more descriptive text as
1703         help-echo property.
1704         (display-time-mail-check-directory): New function.
1705         (display-time-update): Use it.
1707         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
1708         Quote `window-system'.
1710         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
1711         Add Keywords header.  Update Commentary section.
1712         Update copyright notice.
1714         * menu-bar.el (menu-bar-scroll-bar-right)
1715         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
1716         (showhide-menu-bar): New functions.
1717         (menu-bar-showhide-menu): New submenu "Show/Hide".
1718         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
1719         "Show/Hide".
1720         Update copyright notice.
1722 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
1724         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
1726 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
1728         * pc-select.el (pc-selection-mode-hook)
1729         (pc-select-saved-settings-alist, pc-select-map)
1730         (pc-select-saved-global-map, pc-select-key-bindings-alist)
1731         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
1732         (pc-select-meta-moves-sexps-key-bindings)
1733         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
1734         New variables.
1735         (pc-select-define-keys, pc-select-restore-keys): New functions.
1736         (pc-select-add-to-alist, pc-select-save-and-set-var)
1737         (pc-select-save-and-set-mode, pc-select-restore-var)
1738         (pc-select-restore-mode): New macros.
1739         (pc-selection-mode): Completely rewrote the body of the function;
1740         the main goal was to make pc-selection-mode "turn-off"-able, like
1741         other minor modes.  Use define-minore-mode instead of just a
1742         defun.  Store the key bindings into four alists:
1743         pc-select-default-key-bindings, pc-select-extra-key-bindings,
1744         pc-select-meta-moves-sexps-key-bindings, and
1745         pc-select-tty-key-bindings; then have the pc-select-define-keys
1746         function walk those alists instead of calling define-key
1747         repeatedly.  When the mode is turned on, set the
1748         keybindings in global-map and remember the old keybindings; when
1749         the mode is turned off, restore the previously-saved keybindings.
1750         (pc-selection-mode defcustom): Reflect the fact that the mode is
1751         now "turn-off"-able.
1753 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
1755         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
1756         returns t, don't treat that as an error.
1758 2002-01-25  Jason Rumney  <jasonr@gnu.org>
1760         * faces.el (face-font-registry-alternatives) [windows-nt]:
1761         Add ms-oemlatin as an alternative for iso8859-1.
1763 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
1765         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
1766         args and the absence of an entry.  Don't add -f each time.
1768 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
1770         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
1772         Support for more than 8 colors on character terminals:
1774         * term/rxvt.el: New file.
1776         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
1778         * term/xterm.el (xterm-standard-colors): New variable.
1779         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
1780         (xterm-rxvt-set-background-mode): New functions.
1781         (toplevel): Call xterm-register-default-colors,
1782         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
1783         Add support for more keys from xterm's terminfo entry.
1785         * facemenu.el (list-colors-display): If the argument is nil, don't
1786         show more colors that the number returned by display-color-cells.
1788         * term/pc-win.el (msdos-color-values): Reverse the order of the
1789         colors, since tty-color-define now preserves the registration order.
1791         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
1793         * term/tty-colors.el (tty-standard-colors): Reverse the order.
1794         (tty-register-default-colors): New function; code moved from
1795         startup.el's command-line.
1796         (tty-modify-color-alist): Use nconc instead of cons, to preserve
1797         the order the colors where registered.
1799         * frame.el (display-color-cells): Use tty-display-color-cells.
1801         * startup.el (command-line): Call tty-register-default-colors.
1803 2002-01-25  Richard M. Stallman  <rms@gnu.org>
1805         * subr.el (remove): Doc fix.
1807 2002-01-24  Richard M. Stallman  <rms@gnu.org>
1809         * progmodes/compile.el (compilation-handle-exit):
1810         Add a compilation-handle-exit property to the "finished" message.
1811         (compilation-parse-errors): Stop parsing when that property is seen.
1813         * subr.el (substring-no-properties): New function.
1814         (copy-without-properties): Function deleted.
1816         * term/x-win.el (x-handle-geometry): Put sizes on both
1817         initial-frame-alist and default-frame-alist.
1819         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
1820         for saving .emacs.
1822         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
1824         * calendar/calendar.el (generate-calendar-month): Doc fix.
1826 2002-01-23  Richard M. Stallman  <rms@gnu.org>
1828         * play/tetris.el (tetris): New defgroup.
1829         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
1830         (tetris-default-tick-period): Convert to defcustom.
1831         Added * in docstring to indicate user variable.
1832         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
1833         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
1834         (tetris-buffer-height, tetris-width, tetris-height)
1835         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
1837 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
1839         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
1840         and is already matched by adaptive-fill-regexp.
1842 2002-01-22  Richard M. Stallman  <rms@gnu.org>
1844         * bindings.el (mode-line-copied-mode-name): New variable.
1845         (mode-line-mode-name): Don't modify mode-name itself!
1846         Instead, make a copy and reuse it.
1848         * subr.el (copy-without-properties): New function.
1850         * progmodes/sh-script.el (sh-set-shell): Doc fix.
1852         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
1853         slash if DIR is just slash.
1855         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
1857 2002-01-21  Richard M. Stallman  <rms@gnu.org>
1859         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
1861         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
1862         Move defvar up.
1864         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
1866         * ibuffer.el: Don't require ibuf-ext at load time.
1867         (ibuffer): Require ibuf-ext here.
1869 2002-01-21  Francesco Potorti`  <pot@gnu.org>
1871         * generic-x.el (apache-conf-generic-mode): Highlight the first
1872         word in a line even if preceded by blanks.
1874 2002-01-21  Richard M. Stallman  <rms@gnu.org>
1876         * window.el (window-body-height): Handle minibuffer window specially.
1877         Otherwise, don't return less than 1.
1879 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
1881         * ange-ftp.el: Added support for BS2000, and for raw ftp
1882         login commands (needed in some circumstances).
1883         (ange-ftp-raw-login): New custom var.
1884         (ange-ftp-normal-login): Perform login with raw ftp commands, if
1885         ange-ftp-raw-login is set and account password is needed.
1886         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
1887         (ange-ftp-bs2000-filename-pubset-regexp)
1888         (ange-ftp-bs2000-filename-username-regexp)
1889         (ange-ftp-bs2000-filename-prefix-regexp)
1890         (ange-ftp-bs2000-name-template): New consts.
1891         (ange-ftp-bs2000-short-filename-regexp)
1892         (ange-ftp-bs2000-fix-name-regexp-reverse)
1893         (ange-ftp-bs2000-fix-name-regexp): New consts.
1894         (ange-ftp-bs2000-special-prefix): New custom var.
1895         (ange-ftp-fix-name-for-bs2000)
1896         (ange-ftp-fix-dir-name-for-bs2000): New funs.
1897         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
1898         (ange-ftp-bs2000-posix-hook-installed): New vars.
1899         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
1900         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
1901         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
1902         (ange-ftp-bs2000-filename-regexp): New const.
1903         (ange-ftp-bs2000-additional-pubsets): New custom var.
1904         (ange-ftp-bs2000-cd-to-posix): New fun.
1906 2002-01-20  Colin Walters  <walters@verbum.org>
1908         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
1909         with `byte-compile-dynamic'.
1910         (ibuffer-default-directory, toplevel): Doc files.
1912 2002-01-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1914         * tempo.el (tempo-define-template): Doc fix.
1916         * scroll-bar.el (scroll-bar-mode): Make argument optional.
1918 2002-01-20  Jason Rumney  <jasonr@gnu.org>
1920         * w32-vars.el: New file.
1922         * loadup.el [windows-nt]: Load it.
1924         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
1925         and make them defcustoms.
1927         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
1929 2002-01-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1931         * language/tibet-util.el (tibetan-decompose-region)
1932         (tibetan-decompose-string): Fix typo in docstring.
1934         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
1936 2002-01-18  Richard M. Stallman  <rms@gnu.org>
1938         * comint.el (comint-redirect-send-command-to-process):
1939         Restore previous current buffer.
1941         * window.el (window-body-height): New function.
1943 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
1945         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
1946         "Finish Function" menu map entries for jdb mode.
1947         (gud-jdb-use-classpath): New customization variable.
1948         (gud-jdb-command-name): Add customization.
1949         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
1950         (gud-jdb-classpath-string): New variable.
1951         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
1952         (gud-jdb-build-source-files-list): Likewise.
1953         (gud-jdb-massage-args): Record any command argument classpath
1954         string in `gud-jdb-classpath-string'.
1955         (gud-jdb-lowest-stack-level): New function, finds bottom of current
1956         java call stack in jdb output.
1957         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
1958         (gud-jdb-parse-classpath-string): New functions.
1959         (gud-jdb-marker-filter): Search/detect classpath information in
1960         jdb's output.  marker regexp updated to match oldjdb and jdb output
1961         formats.  Expand search for source files to include new/old methods
1962         using new functions above.  Do not allow `gud-marker-acc' to grow
1963         without bound.
1964         (jdb): Set classpath information (if available) as jdb is started.
1965         Change `gud-break' and `gud-remove'
1966         to use new %c ("class") escape in format strings.  Add
1967         `gud-finish', `gud-up', `gud-down' command string functions, and
1968         add them to the local menu map.  Update `comint-prompt-regexp' for
1969         jdb and oldjdb.  If attaching to an already running java VM and
1970         configured to use classpath, send command to query for classpath,
1971         else use previous method for finding and parsing java
1972         sources.  Set `gud-jdb-find-source' function accordingly.
1973         (gud-mode): Doc fix.
1974         (gud-format-command): Add support for new %c ("class") escape.
1975         (gud-find-class): New function in support of %c escape.
1977 2002-01-17  Richard M. Stallman  <rms@gnu.org>
1979         * ibuf-ext.el: Enable byte-compile-dynamic.
1981 2002-01-17  Jason Rumney  <jasonr@gnu.org>
1983         * term/w32-win.el: Restore conditional require of fontset.
1985 2002-01-16  Richard M. Stallman  <rms@gnu.org>
1987         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
1988         more or less.
1989         (mouse-drag-region): New function.  For a click in the echo area,
1990         show *Messages*.
1992         * ibuf-ext.el: Delete the autoloads for functions defined with
1993         ibuffer-specific commands.
1995         * help.el (describe-distribution): Really call view-file.
1997         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
1998         (ange-ftp-get-process): Pass that arg.
2000         * comint.el (comint-simple-send): Fix previous change.
2002         * net/telnet.el (telnet-simple-send): Fix previous change.
2004         * progmodes/sql.el (sql-escape-newlines-and-send)
2005         (sql-query-placeholders-and-send): Fix previous change.
2007 2002-01-16  Colin Walters  <walters@verbum.org>
2009         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
2010         URL, Compatibility headers.  Update copyright notice.
2011         * ibuf-macs.el (toplevel): Require `cl' when compiling.
2013 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
2015         * startup.el (command-line): Set EOL mnemonics for the Mac.
2017 2002-01-16  Andreas Schwab  <schwab@suse.de>
2019         * mail/feedmail.el (feedmail): Fix :link spec.
2021 2002-01-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2023         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
2024         2 ldapsearch.
2026         * net/eudc.el: New maintainer.  Change author's address.
2027         (eudc-pre-select-window-configuration, eudc-insertion-marker):
2028         Variables removed.
2029         (eudc-insert-selected): Function removed.
2030         (eudc-select): Reimplemented.
2031         (eudc-expand-inline): Delete the strings only after its expansion
2032         is chosen not before.
2034         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
2035         Minor coding style fixes.
2037         * net/eudcb-ldap.el: New maintainer.  Change author's address.
2038         (eudc-attribute-display-method-alist): Display mail with
2039         eudc-display-mail.
2041         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
2042         * net/eudc-vars.el: New maintainer.  Change author's address.
2044         * net/eudc-bob.el: New maintainer.  Change author's address.
2045         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
2046         (eudc-display-mail): New function.
2047         (eudc-bob-play-sound-at-point): Remove XEmacs case.
2049 2002-01-15  Richard M. Stallman  <rms@gnu.org>
2051         * emacs-lisp/autoload.el (make-autoload):
2052         Don't handle define-ibuffer-column, define-ibuffer-filter,
2053         define-ibuffer-sorter, and define-ibuffer-op.
2055 2002-01-14  Richard M. Stallman  <rms@gnu.org>
2057         * calendar/calendar.el (diary-date-forms): Doc fix.
2059 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
2061         * startup.el (command-line): Register the default tty colors even
2062         if the terminal doesn't seem to support colors.
2063         <tty-long-option-alist>: New option --color.
2064         (tty-handle-args): Parse the --color arg.
2066         * term/tty-colors.el (tty-color-mode-alist): New variable.
2068 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
2070         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
2071         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
2072         Use it.
2073         (ange-ftp-hook-function): Preserve match-data.
2074         (ange-ftp-insert-directory): Typo.
2075         (ange-ftp-shell-command): Check if regexp matched.
2077 2002-01-13  Richard M. Stallman  <rms@gnu.org>
2079         * international/mule-cmds.el: help-map bindings moved to help.el.
2081         * help.el (view-echo-area-messages): New function.
2082         (help-map): Add `e' binding.  Delete obsolete `d' binding.
2083         Change old Info bindings C-f, C-k and C-i to F, K, S.
2084         Move view-emacs-FAQ from F to C-f.
2085         Move view-emacs-problems from P to C-e.
2086         Bindings moved here from mule-cmds.el.
2087         C-l binding for describe-language-environment deleted
2088         (help-for-help): Update for all these changes.
2090         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
2092 2002-01-13  Dave Love  <fx@gnu.org>
2094         * emacs-lisp/copyright.el: Doc fixes.
2095         (copyright-regexp): Add Latin-9 copyright sign.
2096         Match comment delimiters in year lists.
2097         (copyright-current-year): Initialize to load-time year.
2099 2002-01-13  Andreas Schwab  <schwab@suse.de>
2101         * dired-aux.el (dired-do-shell-command): Doc fix.
2103 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
2105         * startup.el (command-line-x-option-alist): New options "-fs",
2106         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
2108         * term/x-win.el (x-handle-initial-switch): New function.
2110 2002-01-13  Colin Walters  <walters@debian.org>
2112         * emacs-lisp/autoload.el (make-autoload): Handle
2113         define-ibuffer-column, define-ibuffer-filter,
2114         define-ibuffer-sorter, and define-ibuffer-op.
2116         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
2118         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
2120 2002-01-12  Richard M. Stallman  <rms@gnu.org>
2122         * net/browse-url.el (browse-url-grail):
2123         Use browse-url-maybe-new-window.
2125         * net/telnet.el (telnet-simple-send): Handle
2126         comint-input-sender-no-newline like comint-simple-send.
2128         * progmodes/sql.el (sql-query-placeholders-and-send): Handle
2129         comint-input-sender-no-newline like comint-simple-send.
2130         (sql-escape-newlines-and-send): Likewise.
2132         * comint.el (comint-input-sender): Doc fix.
2133         (comint-input-sender-no-newline): New variable.
2134         (comint-simple-send): If comint-input-sender-no-newline,
2135         don't output newline, but maybe send eof.
2136         (comint-send-input): New arg NO-NEWLINE.
2137         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
2139 2002-01-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2141         * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
2142         delaying when executing keyboard macros.
2144 2002-01-12  Richard M. Stallman  <rms@gnu.org>
2146         * simple.el (line-move): If we can't move enough lines,
2147         go to beginning or end of line.
2149         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
2150         and proper window.
2152         * help.el (describe-mode): Call help-setup-xref in the help buffer.
2153         Switch buffers only after calling `help-buffer'.
2155         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
2156         only when they are surrounded by whitespace.
2157         Use dired-mark-separator when adding one file name to a command.
2158         (dired-do-shell-command): Verify that * is surrounded by whitespace.
2159         Ask for confirmation if * or ? is not surrounded by whitespace.
2160         (dired-bunch-files): Re-reverse the partial file list when it is used.
2162 2002-01-12  Richard M. Stallman  <rms@gnu.org>
2164         * comint.el (comint-dynamic-list-completions): Repeating the command
2165         after displaying a completion list scrolls the list.
2167 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
2169         * files.el (find-file-noselect): Don't consider a buffer as
2170         visiting a file literally if it is in hexl-mode.
2172         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
2174 2002-01-11  Richard M. Stallman  <rms@gnu.org>
2176         * startup.el (initial-scratch-message): Fix custom type, add group.
2178         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
2179         around the decode-coding-region call.
2181         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
2182         after displaying a completion list scrolls the list.
2184 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
2186         * version.el (emacs-version): Bump to 21.2.50.
2188 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
2190         * play/zone.el (zone-timeout): New var.
2191         (zone-hiding-modeline): New macro.
2192         (zone-call): New func.
2194         (zone): Init `modeline-hidden-level' symbol property.
2195         Use `zone-call' instead of `funcall'.
2197         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
2199         (zone-pgm-stress): Use `zone-hiding-modeline'.
2201         (zone-pgm-stress-destress): New zone program.
2203 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
2205         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
2207 2002-01-09  Richard M. Stallman  <rms@gnu.org>
2209         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
2211 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
2213         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
2214         flyspell-mouse-map.
2216 2002-01-08  Richard M. Stallman  <rms@gnu.org>
2218         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
2220         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
2222         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
2224 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2226         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
2227         Do not use make-local-hook.
2229 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
2231         * international/quail.el (quail-start-translation)
2232         (quail-start-conversion): Bind last-command-event, last-command,
2233         and this-command in the first let.  This fixes the change from
2234         2000-08-30.
2236 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
2238         * ediff-hook.el: Add an autoload cookie.
2240 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2242         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
2243         address of the author.
2245 2002-01-08  Richard M. Stallman  <rms@gnu.org>
2247         * replace.el (occur-mode-goto-occurrence-other-window): New command.
2248         (occur-mode-map): Bind `o' to that.
2250 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2252         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
2253         new macro that replaces viper-emacs-p and viper-xemacs-p in many
2254         cases. Used to reduce the number of warnings.
2256         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
2257         (viper-standard-value): Move here from viper.el.
2258         (viper-set-unread-command-events): Move to viper-util.el
2259         (viper-check-minibuffer-overlay): Make sure
2260         viper-minibuffer-overlay is moved to cover the entire input field.
2262         * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
2263         (viper-read-key-sequence, viper-set-unread-command-events)
2264         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
2266         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
2268         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
2270         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
2272         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
2273         (viper-event-vector-p): Move to viper-util.el
2275         * viper.el (viper-standard-value): Move to viper-cmd.el.
2276         Use viper-cond-compile-for-xemacs-or-emacs.
2278         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2280         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2282         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
2283         New macro designed to be used in many places where ediff-emacs-p or
2284         ediff-xemacs-p was previously used.  Reduces the number of warnings.
2285         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
2286         of ediff-xemacs-p.
2287         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
2288         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
2289         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
2290         Move to ediff-util.el.
2291         (ediff-event-key): Moved here.
2293         * ediff-merge.el: Got rid of unreferenced variables.
2295         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2297         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2298         (ediff-cleanup-mess): Improve the way windows are set up after
2299         quitting ediff.
2300         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
2301         (ediff-dispose-of-variant-according-to-user): New function
2302         designed to be smarter and also understands indirect buffers.
2303         (ediff-highlight-diff-in-one-buffer)
2304         (ediff-unhighlight-diff-in-one-buffer)
2305         (ediff-unhighlight-diffs-totally-in-one-buffer)
2306         (ediff-highlight-diff, ediff-highlight-diff)
2307         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
2308         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
2309         (ediff-get-region-contents, ediff-make-current-diff-overlay):
2310         Moved here.
2311         (ediff-format-bindings-of): New function by Hannu Koivisto
2312         <azure@iki.fi>.
2313         (ediff-setup): Make sure the merge buffer is always widened and
2314         modifiable.
2315         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
2316         result of a merge into a file visited by another buffer.
2317         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
2318         is visited by another buffer and ask to save/delete that buffer.
2319         (ediff-verify-file-merge-buffer): New function to do the above.
2321         * ediff-vers.el: Load ediff-init.el at compile time.
2323         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2325         * ediff.el (ediff-windows, ediff-regions-wordwise)
2326         (ediff-regions-linewise): Use indirect buffers to improve
2327         robustness and make it possible to compare regions of the same
2328         buffer (even overlapping regions).
2329         (ediff-clone-buffer-for-region-comparison)
2330         (ediff-clone-buffer-for-window-comparison): New functions.
2331         (ediff-files-internal): Refuse to compare identical files.
2332         (ediff-regions-internal): Get rid of the warning about comparing
2333         regions of the same buffer.
2335         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
2336         Plus the following fixes courtesy of Dave Love: Doc fixes.
2337         (ediff-word-1): Use word class and move - to the
2338         front per regexp documentation.
2339         (ediff-wordify): Bind forward-word-function outside loop.
2340         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
2341         consing buffer contents.
2342         (ediff-goto-word): Move syntax table setting outside loop.
2344 2002-01-07  Richard M. Stallman  <rms@gnu.org>
2346         * dired.el (dired-copy-filename-as-kill): Call kill-append
2347         if following a kill command.
2349         * help-fns.el (describe-variable, describe-function):
2350         Do save-excursion.
2352 2002-01-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2354         * net/ldap.el (ldap-search-internal): Skip error message from
2355         ldapsearch.  Allow listing attribute names only.  Do not open
2356         non-existent files.
2358         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
2359         call non-existent function.
2361         * net/eudc.el (top-level): Revert previous change.
2363         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
2364         variables to prevent warning from byte-compiler.
2366         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
2367         string-match on emacs-version again.
2369         * enriched.el (enriched-make-annotation): Fix the change from
2370         2002-01-05.
2371         (enriched-handle-display-prop): Return proper values.
2373         * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
2374         proper attribute name labeledUri instead of deprecated labeledUrl.
2376 2002-01-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2378         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
2379         editing an empty hotlist.
2381         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
2382         Use buffer-string instead of buffer-substring for the whole
2383         buffer.
2385         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
2386         not free.
2388         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
2389         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
2390         (eudc-bob-save-object): Make the buffer unibyte.
2391         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
2392         object to external program.
2394 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
2396         * vc.el (vc-branch-part): Return nil if there's no `.'
2397         (vc-default-previous-version): Renamed from vc-previous-version.
2398         New args BACKEND and FILE.  Return nil for revision numbers
2399         without a `.'
2400         (vc-version-diff): Call vc-BACKEND-previous-version.
2401         (vc-steal-lock): Steal lock before composing mail, so that no mail
2402         is sent when the stealing goes wrong.  And we'll actually see the
2403         error in that case now.
2404         (vc-finish-steal): Removed.
2406         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
2407         the lock, so that we see expanded headers.
2408         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
2409         vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
2410         available from vc.el.  Updated all callers.
2412 2002-01-05  Richard M. Stallman  <rms@gnu.org>
2414         * enriched.el (enriched-make-annotation): Doc fix.
2416         * format.el (format-replace-strings, format-subtract-regions)
2417         (format-annotate-region, format-annotate-location)
2418         (format-annotate-atomic-property-change)
2419         (format-annotate-single-property-change): Doc fixes.
2421 2002-01-05  Jason Rumney  <jasonr@gnu.org>
2423         * term/w32-win.el: Require fontset unconditionally.
2424         (w32-handle-scroll-bar-event): Remove.
2426 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
2429         copyrights to be updated.
2431 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
2433         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
2434         2001-10-24.
2436         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
2438 2002-01-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2440         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
2441         entry.
2442         (ldap-ignore-attribute-codings): Change the default value to allow
2443         encoding/decoding of attributes.
2444         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
2446 2002-01-03  Richard M. Stallman  <rms@gnu.org>
2448         * files.el (basic-save-buffer): Undo previous change.
2450         * calendar/diary-lib.el (diary-block): Doc fix.
2452         * custom.el (defcustom): Fix syntax of previous change.
2454 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
2456         * custom.el (defcustom): Documented :tag, :link and :load.
2458 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
2460         * mail/sendmail.el (mail-recover-1): New function.
2461         (mail-recover): Switch to the *mail* buffer right away.  Use
2462         buffer-auto-save-file-name instead of calling
2463         make-auto-save-file-name.  Call dired-noselect instead of invoking
2464         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
2465         before reading the auto-save file.  If the buffer's auto-save file
2466         does not exist, call mail-recover-1 to allow recovery from past
2467         auto-saved drafts.
2469 2002-01-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2471         * time.el (display-time-load-average-threshold): Fix defcustom
2472         (add type and group).
2474         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
2475         specification from the hostname.
2477 2002-01-02  Richard M. Stallman  <rms@gnu.org>
2479         * facemenu.el (facemenu-active-faces):
2480         Use face-attributes-as-vector, not face-attributes-vector.
2482 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
2484         * xscheme.el: Eleven years of updates on a private copy.
2486         Extensive changes to support multiple xscheme buffers:
2487         (run-scheme): Break up into new functions to facilitate starting
2488         processes in other buffers.
2489         (xscheme-start, xscheme-read-command-line): New functions.
2490         (start-scheme, select-scheme)
2491         (default-xscheme-runlight)
2492         (global-set-scheme-interaction-buffer)
2493         (local-set-scheme-interaction-buffer)
2494         (local-clear-scheme-interaction-buffer)
2495         (exit-scheme-interaction-mode)
2496         (verify-xscheme-buffer): New functions.
2497         (xscheme-process-name, xscheme-buffer-name)
2498         (xscheme-runlight): New internal vars.
2499         (default-xscheme-runlight): New const.
2500         (xscheme-start-process): Add args for the process/buffer names.
2501         (reset-scheme): Pass process/buffer names.
2502         (scheme-interaction-mode): Initialize new local vars.
2503         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
2504         (xscheme-select-process-buffer, xscheme-process-buffer)
2505         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
2506         (xscheme-goto-output-point, xscheme-write-message-1): Use new
2507         var xscheme-process-name.
2508         (xscheme-start-process): Initialize xscheme-process-name and
2509         xscheme-buffer-name in the process buffer.  Pass buffer name to
2510         xscheme-modeline-initialize.
2511         (xscheme-modeline-initialize): Add argument to specify buffer name
2512         for mode-line vars.
2513         (xscheme-process-sentinel): Make sure sentinel is run in the
2514         process buffer so it sees its local vars.
2515         (xscheme-process-filter-initialize, xscheme-set-runlight): More
2516         elaborate logic to handle multiple-buffer mode lines.
2518         (xscheme-enter-input-wait): Re-enable control-G handler upon
2519         entering input wait.
2521         (scheme-interaction-mode): Add arg to preserve local vars.
2522         (xscheme-enter-interaction-mode)
2523         (xscheme-enter-debugger-mode): Preserve local vars.
2524         (xscheme-start-process): Clobber local vars.
2526         (scheme-interaction-mode-commands): Allow end user to add commands
2527         to scheme-interaction-mode keymap.
2528         (scheme-interaction-mode-commands-alist): New variable.
2530         (xscheme-send-string): Don't use insert-before-markers.
2532         Implement a per-buffer kill ring:
2533         (xscheme-insert-expression)
2534         (xscheme-rotate-yank-pointer, xscheme-yank)
2535         (xscheme-yank-pop, xscheme-yank-push): New functions.
2536         (xscheme-expressions-ring)
2537         (xscheme-expressions-ring-yank-pointer)
2538         (xscheme-expressions-ring-max): New variables.
2539         (xscheme-send-string-1): Call xscheme-insert-expression to save
2540         expression in ring.
2541         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
2542         (xscheme-previous-send): Deleted variable.
2544         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
2545         xscheme-send-control-g-interrupt): Use process-send-string rather
2546         than send-string.
2548         (xscheme-send-region): Insert a newline after an expression that
2549         is submitted in the interaction buffer, for consistency with
2550         recent changes to Edwin.
2552         (xscheme-delete-output): New function mimics comint-delete-output.
2553         (xscheme-last-input-end): New internal variable.
2554         (xscheme-process-filter-output): Update xscheme-last-input-end.
2556         (xscheme-send-control-g-interrupt): Make sure that
2557         xscheme-control-g-disabled-p is looked up in the right buffer.
2559         (xscheme-enable-control-g): Clear C-g message if visible.
2560         (xscheme-control-g-message-string): New internal var.
2561         (xscheme-send-control-g-interrupt): Use new var.
2563         (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
2564         after sending interrupt in order to work around race condition.
2566         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
2567         (xscheme-send-char): Use xscheme-send-char rather than send-string
2568         to send single char.
2570         (xscheme-process-filter, xscheme-process-filter-alist): Add
2571         support for evaluating expressions outside of the call-excursion.
2572         (xscheme-process-filter:string-action-noexcursion): New func.
2574         (xscheme-write-value): Change output string to match that used by
2575         Edwin.
2577         (xscheme-coerce-prompt): Don't write a space after a command
2578         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
2579         for us.
2581         (reset-scheme): Delete process after killing it.
2583 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
2585         * bindings.el (function-key-map): Don't bind shifted keypad
2586         numeric keys.
2588 2002-01-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2590         * enriched.el (enriched-handle-display-prop): Remove unused
2591         variables.
2592         (enriched-mode): Doc fix.
2594 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
2596         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
2597         Hebrew points.
2599 2002-01-01  Richard M. Stallman  <rms@gnu.org>
2601         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
2603 2001-12-31  Richard M. Stallman  <rms@gnu.org>
2605         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
2606         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
2607         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
2608         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
2609         * progmodes/cperl-mode.el, progmodes/idlwave.el:
2610         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
2611         Adapt face definitions to use :weight and :slant.
2613         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
2615         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
2617         * font-lock.el (initializing from font-lock-face-attributes):
2618         Use :weight and :slant, not :bold and :italic.
2620 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
2622         * cus-edit.el (custom-face-edit-fix-value): New function.
2623         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
2625 2001-12-30  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2627         * progmodes/octave-mod.el (octave-abbrev-table):
2628         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
2629         * progmodes/fortran.el (fortran-mode-abbrev-table):
2630         * progmodes/f90.el (f90-mode-abbrev-table):
2631         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
2632         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
2633         predefined abbrevs as "system" abbrevs.
2635 2001-12-30  Richard M. Stallman  <rms@gnu.org>
2637         * info.el (Info-fontify-node): For a **** underline line, put the
2638         invisible and intangible props on the following newline, but not
2639         on the previous newline or the last char of the previous line.
2641         * faces.el (face-set-after-frame-default): Don't change `default' face.
2643         * faces.el (minibuffer-prompt): Adopt some default colors.
2645         * replace.el (query-replace-read-args): Immediate error if read-only.
2647         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
2648         Display the output buffer in a more intelligent way.
2650 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
2652         * ls-lisp.el (insert-directory): Modify the "total" line wording,
2653         in accordance with files.el's insert-directory.
2655 2001-12-29  Richard M. Stallman  <rms@gnu.org>
2657         * files.el (basic-save-buffer): If a before-write hook displays
2658         an echo area message, pause before calling basic-save-buffer-1.
2660 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
2662         * textmodes/reftex-global.el (reftex-query-replace-document)
2663         (reftex-change-label): Doc fix.
2665         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
2667         * progmodes/etags.el (tags-query-replace): Doc fix.
2669 2001-12-29  Richard M. Stallman  <rms@gnu.org>
2671         * progmodes/compile.el (compile-internal): Fix previous change.
2673 2001-12-28  Richard M. Stallman  <rms@gnu.org>
2675         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
2676         shrink the windows above as necessary to get space.
2677         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
2679         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
2680         This fixes a bug that treated all files as directories.
2681         (ange-ftp-insert-directory): Explicitly follow symlinks.
2683         * international/iso-transl.el (iso-transl-char-map) Eliminate the
2684         alias symbols--put the translated sequences here directly.
2686         * progmodes/cc-mode.el (c-mode-abbrev-table)
2687         (c++-mode-abbrev-table, objc-mode-abbrev-table)
2688         (java-mode-abbrev-table, pike-mode-abbrev-table):
2689         Mark all the predefined abbrevs as "system" abbrevs.
2691         * mail/sendmail.el (mail-envelope-from): Fix custom type.
2692         (sendmail-send-it): Check mail-specify-envelope-from
2693         and mail-envelope-from in the mail buffer at start.
2695 2001-12-28  Simon Josefsson  <jas@extundo.com>
2697         * mail/sendmail.el (mail-envelope-from): Fix :type.
2698         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
2700 2001-12-28  Richard M. Stallman  <rms@gnu.org>
2702         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
2704         * simple.el (line-move-invisible): New subroutine.
2705         (line-move-to-column): New subroutine--smarter about advancing over
2706         invisible parts of a line, or lines, but only as long as hpos grows.
2707         (line-move-finish): New subroutine: repeatedly processes desired
2708         column, intangibility, and fields.
2709         (line-move): Use those subroutines.
2710         When moving lines downward, skip invisible text first rather than last.
2712 2001-12-27  Richard M. Stallman  <rms@gnu.org>
2714         * international/mule-diag.el (describe-char-after):
2715         Describe the text properties of the char after point.
2717         * help.el (describe-key): Doc fix.
2719 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
2721         * find-dired.el (find-dired-sentinel): Precede exit message by
2722         two spaces, to match the regexp in dired-between-files.
2724 2001-12-28  Miles Bader  <miles@gnu.org>
2726         * wid-edit.el (widget-toggle-value-create): Don't eval actual
2727         images (which are lists too).
2729 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
2731         * language/european.el: Fix the doc string of "Latin-5" language
2732         environment.
2734 2001-12-26  Richard M. Stallman  <rms@gnu.org>
2736         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
2737         defined as before 2001-11-09.
2738         (add-minor-mode call): Specify the keymap.
2740         * progmodes/compile.el (compile-internal):
2741         Set TERM variable in process-environment.
2743 2001-12-25  Richard M. Stallman  <rms@gnu.org>
2745         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
2746         the buffer.
2748         * startup.el (command-line): Convert command line args
2749         to Emacs internal representation using locale-coding-system.
2751 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
2753         * international/fontset.el: Don't require ind-util when compiling.
2755 2001-12-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2757         * emulation/tpu-edt.el (tpu-reset-screen-size): Use
2758         set-frame-height and set-frame-width instead of set-screen-height
2759         and set-screen-width.
2761         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
2762         of obsolete set-screen-width.
2764         * locate.el (locate): Remove dot at the end of error argument.
2766         * emerge.el (emerge-show-file-name): Use frame-height instead of
2767         obsolete screen-height.
2769         * mail/mh-utils.el (mh-show-msg): Likewise.
2770         (mh-handle-process-error): Use frame-width instead of obsolete
2771         screen-width.
2773 2001-12-25  Richard M. Stallman  <rms@gnu.org>
2775         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
2776         to enlarge-window.  Use save-selected-window.  Don't try
2777         to resize windows that end at the bottom "level".
2778         Retry changing the sizes until the windows get the desired sizes.
2779         Discount the minibuffer when computing total height available.
2781         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
2782         (debugger-make-xrefs): Only make a button for the first symbol
2783         on any line.
2785 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
2787         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
2788         Call IT-setup-unicode-display here instead of adding it to
2789         dos-codepage-setup-hook, so that Unicode display tables are set
2790         before dos-codepage-setup-hook runs.
2792 2001-12-24  Richard M. Stallman  <rms@gnu.org>
2794         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
2795         (nslookup-mode-abbrev-table): Don't define it.
2796         (smbclient-mode-abbrev-table): Don't define it.
2797         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
2798         (nslookup-mode, smbclient-mode): Likewise.
2799         (network-connection-service-abbrev-alist): Variable deleted.
2800         (network-connection-mode-setup): Don't set up abbrev table.
2802         * faces.el (minibuffer-prompt): New face.
2803         (minibuffer-prompt-properties): Add `face' property.
2805         * replace.el (occur-mode-display-occurrence): New function.
2806         (occur-mode-map): Bind C-o to it.
2808 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
2810         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
2811         (viper-special-read-and-insert-char): Make C-m work right in the r
2812         comand.
2813         (viper-buffer-search-enable): Fixed format string.
2815         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
2816         instead of viper-info-on-file.
2817         (ex-set-visited-file-name): New function.
2819         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
2821         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
2822         action argument.
2824         * ediff-init.el: Fixed some doc strings.
2826         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
2827         Got rid of make-local-hook.
2829         * ediff-wind.el (ediff-setup-control-frame): Got rid of
2830         make-local-hook.
2832 2001-12-23  Richard M. Stallman  <rms@gnu.org>
2834         * term/x-win.el (x-handle-geometry): Put height and width
2835         on default-frame-alist, left and top on initial-frame-alist.
2836         * term/w32-win.el (x-handle-geometry): Likewise.
2838         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
2840         * play/yow.el (yow): Use an arg to distinguish interactive calls,
2841         not interactive-p.
2843 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2845         * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
2846         mocklisp entries.
2848         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
2849         Lisp.  Obsoleted.
2851         * emulation/mlconvert.el: File removed.
2853         * emulation/mlsupport.el: Moved to obsolete.
2855         * obsolete/mlsupport.el: Moved there from lisp/emulation.
2857         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
2859         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
2860         mocklisp case.
2862         * help-fns.el (describe-function-1): Remove mocklisp function
2863         case.
2865 2001-12-22  Miles Bader  <miles@gnu.org>
2867         * textmodes/refill.el (refill-mode): Don't barf when redundantly
2868         turning refill-mode off.
2870 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2872         * time.el (display-time-load-average-threshold): New variable.
2873         (display-time-update): Use it.
2875         These changes allow cycling through past 1, 5 and 15 minutes
2876         load-average displayed in the mode-line.
2878         * time.el (display-time-default-load-average): New customizable option.
2879         (display-time-load-average): New variable.
2880         (display-time-cycle-load-average): New function.
2881         (display-time-update): Use them.
2883 2001-12-21  Richard M. Stallman  <rms@gnu.org>
2885         * apropos.el (apropos-print): SPACING is now nil or a separator string.
2886         (apropos-documentation, apropos-value): Pass a suitable string.
2888 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
2890         * dired.el (dired-free-space-program, dired-free-space-args):
2891         Aliases for back-compatibility.
2893         * info.el (Info-select-node): If Info-use-header-line is nil, set
2894         header-line-format to nil.
2895         (Info-fontify-node): Don't put a keymap text property on the
2896         heading if we are not going to display the header line.  Remove
2897         any such text properties left over from past visits to this node.
2899         * ls-lisp.el (insert-directory): Insert the amount of free disk
2900         space, like files.el's insert-directory does.
2902         * files.el (directory-free-space-program): Mention
2903         file-system-info in the doc string.
2904         (get-free-disk-space): New function; code moved from
2905         insert-directory.
2906         (insert-directory): Call get-free-disk-space to get the amount of
2907         free space.
2909 2001-12-21  Richard M. Stallman  <rms@gnu.org>
2911         * help.el (view-order-manuals, view-emacs-news, describe-copying)
2912         (describe-distribution, describe-project): Use view-file.
2914         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
2916         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
2918         * emacs-lisp/easy-mmode.el (define-minor-mode):
2919         Make no arg by default in an interactive call,
2920         so that repeating the command toggles again.
2922         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
2924 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
2926         * antlr-mode.el: More sophisticated indentation of cpp directive.
2927         (antlr-indent-at-bol-alist): New user option.
2928         (antlr-indent-line): Use it.
2929         (antlr-indent-style): New user option.
2930         (antlr-mode): Use it.
2931         (antlr-indent-item-regexp): Customize.
2933         * antlr-mode.el: Syntax highlighting changes.
2934         (antlr-font-lock-literal-regexp): New user option.
2935         (antlr-font-lock-syntax-face): New face used for :, |, ....
2936         (antlr-font-lock-default-face): New face.
2937         (antlr-font-lock-additional-keywords): Use them.
2939         * antlr-mode.el: New command to insert options -- variables.
2940         (antlr-mode-map): New binding [C-c C-o].
2941         (antlr-mode-menu): New submenus.
2942         (antlr-options-use-submenus): New user option.
2943         (antlr-tool-version): New user option.
2944         (antlr-options-auto-colon): New user option.
2945         (antlr-options-style): New user option.
2946         (antlr-options-push-mark): New user option.
2947         (antlr-options-assign-string): New user option.
2948         (antlr-options-headings): New variable.
2950         * antlr-mode.el: New command to insert options -- specific.
2951         (antlr-options-alists): New variable.
2952         (antlr-read-value): New function.
2953         (antlr-read-boolean): New function.
2954         (antlr-language-option-extra): New function.
2955         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
2956         (antlr-c++-mode-extra): New function.
2957         (antlr-grammar-tokens): New function.
2958         (antlr-imenu-create-index-function): New optional argument.
2960         * antlr-mode.el: New command to insert options -- functions.
2961         (antlr-insert-option): New command.
2962         (antlr-insert-option-interactive): New function.
2963         (antlr-options-menu-filter): New function.
2964         (antlr-option-kind): New function.
2965         (antlr-scan-lists): New alias.
2966         (antlr-scan-lists-internal): New function.
2967         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
2968         (antlr-option-level): New function.
2969         (antlr-syntactic-grammar-depth): New function.
2970         (antlr-option-location): New function.
2971         (antlr-insert-option-do): New function.
2972         (antlr-option-spec): New function.
2973         (antlr-version-string): New function.
2974         (antlr-insert-option-existing): New function.
2975         (antlr-insert-option-space): New function.
2976         (antlr-insert-option-area): New function.
2978         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
2979         with narrowing.  Menu change.  Miscellaneous.
2980         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
2981         (antlr-mode-map): New bindings for characters in ":;|&(){}".
2982         (antlr-electric-character): New command.
2983         (antlr-class-header-regexp): New variable.
2984         (antlr-font-lock-additional-keywords): Use it.
2985         (antlr-imenu-create-index-function): Use it.
2986         (antlr-file-dependencies): Use it.
2987         (antlr-indent-line): Also works with restrictions.
2988         (antlr-indent-command): Interactive spec - changes the buffer.
2989         (antlr-language-for-option): Deletia.
2990         (antlr-language-option): New function, defined instead.
2991         (antlr-mode): Use it.
2992 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
2994         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
2995         instead of a literal /dev/null.
2997         * Makefile.in (distclean): Remove Makefile in the build
2998         directory, not in the source directory.
3000 2001-12-21  Simon Josefsson  <jas@extundo.com>.
3002         * mail/smtpmail.el (smtpmail-send-queued-mail): Use
3003         with-temp-buffer instead of find-file-noselect, and bind
3004         coding-system-for-read to no-conversion when reading the queued
3005         messages.  (Simon's code modified slightly by Eli Zaretskii.)
3007 2001-12-20  Werner Lemberg  <wl@gnu.org>
3009         * international/mule-diag.el (describe-coding-system,
3010         print-coding-system-briefly): Make printed output have a similar
3011         format as describe-character-set.
3013 2001-12-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3015         * play/blackbox.el (bb-member): Remove, use member instead.
3016         (bb-delete): Remove, use delete instead.
3017         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
3018         bb-score, bb-detour-count and bb-balls-placed.
3019         Propertize results of rays.
3021 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
3023         * isearch.el (isearch-forward, isearch-edit-string): Make doc
3024         strings mention keybinding for `isearch-yank-word-or-char',
3025         rather than `isearch-yank-word', since the former is bound now
3026         and the latter is not.
3027         (isearch-yank-word-or-char): Fix formatting.
3029 2001-12-19  Werner Lemberg  <wl@gnu.org>
3031         * language/czech.el, language/european.el, language/slovak.el: More
3032         fixes for language info doc strings.
3034 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
3036         * loadup.el: Add "language" to the load-path.
3038 2001-12-19  Richard M. Stallman  <rms@gnu.org>
3040         * international/mule-cmds.el (describe-language-environment):
3041         Fix calls to help-xref-button.
3043 2001-12-19  Miles Bader  <miles@gnu.org>
3045         * international/fontset.el: Require `ind-util' when compiling.
3047 2001-12-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3049         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
3050         instead of decompose-composite-char.
3052 2001-12-18  Richard M. Stallman  <rms@gnu.org>
3054         * simple.el (eval-expression-print-level)
3055         (eval-expression-print-length): Doc fixes.
3057         * international/mule-diag.el (describe-character-set):
3058         Fix the arg to help-xref-button.
3060         * files.el (directory-free-space-program): New variable.
3061         (directory-free-space-args): New variable.
3062         (insert-directory): Use those two variables for getting free space.
3063         Use file-system-info instead, if that is defined.
3065         * dired.el (dired-free-space-program): Variable deleted.
3066         (dired-free-space-args): Variable deleted.
3067         (dired-insert-directory): Don't try to determine free space.
3069         * files.el (font-lock-defaults): Add risky-local-variables prop.
3070         (hack-one-local-variable): Treat various font-lock variables as risky.
3072 2001-12-18  Werner Lemberg  <wl@gnu.org>
3074         * language/chinese.el, language/cyrillic.el:
3075         * language/czech.el, language/european.el, language/greek.el:
3076         * language/hebrew.el, language/indian.el, language/japanese.el:
3077         * language/korean.el, language/lao.el, language/slovak.el:
3078         * language/thai.el, language/tibetan.el, language/vietnamese.el:
3079         Improve documentation strings of coding systems and language infos.
3081 2001-12-18  Werner LEMBERG  <wl@gnu.org>
3083         Add support for EUC-TW decoding/encoding.
3085         * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
3086         euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
3087         New auxiliary functions to build `big5-to-cns'.
3088         (big5-to-cns): New translation alist.
3090         * language/chinese.el: Added new coding system `euc-tw' and its
3091         alias `euc-taiwan'.
3092         Updated language `Chinese-CNS' to include euc-tw encoding also.
3093         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
3094         euc-tw.
3096 2001-12-18  Dave Love  <fx@gnu.org>
3098         * loadup.el: Add language/utf-8-lang, language/georgian.
3100         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
3101         (image-file-name-regexps): Doc fix.
3103         * server.el (server-unload-hook): New function.
3105         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
3106         (lm-crack-copyright): Cope with multi-line copyright `lines'.
3108         * simple.el (newline): Doc fix.
3109         (eval-expression-print-level, eval-expression-print-length): Doc
3110         fix.  Amend :type.
3111         (next-line, previous-line): Make arg optional.
3112         (newline): Doc fix.
3114         * Makefile.in (DONTCOMPILE): Add various language files.
3116         * international/quail.el (quail-input-string-to-events): Don't use
3117         string-to-list.
3119         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
3120         calling `newline'.
3122 2001-12-17  Richard M. Stallman  <rms@gnu.org>
3124         * comint.el (comint-dynamic-list-input-ring-select): New function.
3125         Switches back to the old window configuration.
3126         (comint-dynamic-list-input-ring): Bind RET to that function.
3127         (comint-dynamic-list-input-ring-window-conf): New variable.
3129 2001-12-17  Werner Lemberg  <wl@gnu.org>
3131         * international/mule-conf.el: Improve documentation strings of
3132         character sets.
3134 2001-12-16  Richard M. Stallman  <rms@gnu.org>
3136         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
3137         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
3139         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
3141         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
3142         Add a DESCRIPTION for the makefile item.
3144         * find-file.el (ff-other-file-name): New function.
3146 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
3148         * international/quail.el (quail-input-string-to-events): Fix last
3149         change.
3151 2001-12-16  Richard M. Stallman  <rms@gnu.org>
3153         * isearch.el (isearch-edit-string): When we set isearch-string
3154         to the default, also set isearch-message.
3156         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
3158         * startup.el (command-line-1): Display startup screen
3159         even if there are command line args.
3160         Add a note about how to go to editing your files.
3161         (fancy-splash-head): Add a note about how to go to your files.
3162         (fancy-splash-outer-buffer): New variable.
3163         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
3165         * subr.el (with-temp-message): At the end, always discard
3166         the temp message, even by clearing the echo area.
3168         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
3170 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
3172         * log-view.el (log-view-message-re, log-view-current-tag):
3173         Recognize Subversion's log output format.
3175         * international/fontset.el: Build the list L at compile time.
3177         * language/ind-util.el (mapthread): Make a closure.
3179 2001-12-15  Richard M. Stallman  <rms@gnu.org>
3181         * isearch.el (isearch-start-hscroll): New variable.
3182         (isearch-mode): Set isearch-start-hscroll.
3183         (isearch-update): Restore original hscrolling if possible.
3185         * isearch.el (isearch-edit-string):
3186         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
3188         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
3189         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
3190         rather than regexp search and (2) copying text properties
3191         already set up on text unchanged from the previous backtrace.
3193         * case-table.el (set-case-syntax-pair):
3194         Detect invalid calls and signal an error.
3196 2001-12-15  Richard M. Stallman  <rms@gnu.org>
3198         * language/ind-util.el (range): Function deleted.
3199         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
3200         All calls changed.
3202         * language/devan-util.el (devanagari-range): Renamed from `range'.
3203         All calls changed.
3204         (devanagari-regexp-of-hashtbl-keys):
3205         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
3207 2001-12-15  Dave Love  <fx@gnu.org>
3209         * language/ind-util.el: Don't require cl.
3210         (indian-glyph-char, indian-glyph-max-char)
3211         (indian-char-glyph): Moved from indian.el
3212         (indian--puthash-char, mapthread): Don't quote lambda.
3213         (indian--map): New function.
3214         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
3215         (indian--puthash-cv): Use it.
3217         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
3218         (indian-char-glyph): Moved to ind-util.el
3220         * language/devan-util.el (devanagari-post-read-conversion):
3221         New function.
3223         * language/georgian.el: New file.
3225         * international/mule-cmds.el (locale-language-names): Add various
3226         entries.  Remove utf-8 special case.
3227         (locale-charset-language-names, locale-preferred-coding-systems):
3228         Add utf-8 case.
3229         (set-language-environment): Process required-features earlier.
3231         * international/quail.el (quail-keyboard-layout-alist):
3232         Add pc105-uk.
3233         (quail-keyboard-layout-type): Fix :type.
3234         (quail-choose-completion-string): Simplify.
3235         (quail-update-leim-list-file): Don't get fooled by commented-out code.
3236         (quail-input-string-to-events): Run events through
3237         translation-table-for-input.
3239         * international/mule-conf.el (translation-table-for-input):
3240         New variable.
3241         (latin-iso8859-14): Amend description.
3242         (file-coding-system-alist): Add entry for utf-8.
3244         * language/utf-8-lang.el: New file.
3246         * international/code-pages.el: New file.
3248         * language/hebrew.el ("Windows-1255"): New language.
3250         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
3251         ("Latvian"): New languages.
3253 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
3255         * xml.el: Use setq rather than (set 'foo bar).
3256         Use push+nreverse rather than append.
3257         (xml-node-name, xml-node-attributes, xml-node-children):
3258         Use defsubst rather than macros.
3259         (xml-parse-region): Handle a nil return value from xml-parse-tag.
3260         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
3261         Concat the two strings surrounding a comment into a single string.
3263         * newcomment.el (comment-indent): Jump to the middle of empty comments.
3265 2001-12-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3267         * select.el (xselect-convert-to-class, xselect-convert-to-name):
3268         Document.
3270 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
3272         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
3273         Return nil if FILE is not registered.
3274         (vc-check-master-templates, vc-default-make-version-backups-p):
3275         Doc fix.
3277 2001-12-13  David Ponce  <david@dponce.com>
3279         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
3280         (ruler-mode-left-fringe-cols): New macro.
3281         (ruler-mode-right-fringe-cols): New macro.
3282         (ruler-mode-left-scroll-bar-cols): New macro.
3283         (ruler-mode-right-scroll-bar-cols): New macro.
3284         (ruler-mode-ruler): Use above new macros.
3286 2001-12-13  Richard M. Stallman  <rms@gnu.org>
3288         * files.el (set-auto-mode): Fix previous change.
3290 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
3292         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
3293         (easy-menu-do-define, easy-menu-convert-item-1)
3294         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
3295         (easy-menu-return-item): Only return nil if there is no binding.
3297 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
3299         * whitespace.el (whitespace-version): 3.2
3300         * whitespace.el (whitespace-force-mode-line-update): Replace with
3301         `whitespace-mode-line-update', which is an alias to the correct
3302         function in various emacsen.
3303         * whitespace.el (whitespace-{un,}highlight-the-space):
3304         Add colorized highlighting of the bogus whitespaces in a buffer/file,
3305         using the `whitespace-highlight-face' if
3306         `whitespace-display-spaces-in-color' is set.
3308 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
3310         * international/mule.el (set-auto-coding): Don't search for
3311         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
3313 2001-12-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3315         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
3317         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
3319         * mail/rmailsum.el (rmail-summary-mode): Likewise.
3321 2001-12-13  Richard M. Stallman  <rms@gnu.org>
3323         * simple.el (undo): Always set this-command to `undo',
3324         so that the next undo after an error will not begin redoing.
3326         * simple.el (shell-command): Doc fix.
3327         (shell-command-on-region): If there is output an an error,
3328         add "...Shell command failed" to the output.
3330 2001-12-13  David Ponce  <david@dponce.com>
3332         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
3333         (ruler-mode-left-fringe-cols): Function replaced by more efficient
3334         implementation `ruler-mode-extra-left-cols'.
3335         (ruler-mode-ruler): Use above new function.  Take into account
3336         that the fringe areas can now be resized.
3338 2001-12-12  Richard M. Stallman  <rms@gnu.org>
3340         * international/characters.el (Unicode): Comment out
3341         the specifications for kelvin and angstrom signs.
3343         * international/mule.el (make-translation-table-from-vector):
3344         Allow null elements in VEC.
3346         * international/ucs-tables.el (unify-8859-on-encoding-mode)
3347         (unify-8859-on-decoding-mode): Swap the code in their bodies.
3348         Add :version.
3350 2001-12-11  Richard M. Stallman  <rms@gnu.org>
3352         * derived.el (derived-mode-p): Function moved to subr.el.
3354         * subr.el (derived-mode-p): Moved here from derived.el.
3356         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
3358         * files.el (set-auto-mode-1): New subroutine, broken out of
3359         set-auto-mode.
3360         (set-auto-mode, hack-local-variables-prop-line): Use that.
3362 2001-12-11  Dave Love  <fx@gnu.org>
3364         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
3366         * language/european.el: Remove autoload cookies.  Fix registration
3367         of diacritic composition function.
3369 2001-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3371         * calendar/todo-mode.el: Require time-stamp.
3373         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
3375 2001-12-11  Richard M. Stallman  <rms@gnu.org>
3377         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
3379         * textmodes/ispell.el (ispell-buffer-local-parsing):
3380         Match xml like sgml.
3382         * emacs-lisp/advice.el (ad-compile-function):
3383         Byte compile the function under another (uninterned) name.
3385         * gud.el (gdb): Define and bind gud-jump.
3387         * font-lock.el (font-lock-mode):
3388         Put our function at the end of after-change-functions.
3390         * ediff-diff.el (ediff-cmp-options): Doc fix.
3392         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
3394 2001-12-10  Richard M. Stallman  <rms@gnu.org>
3396         * isearch.el (isearch-yank-word-or-char): New function.
3397         (isearch-mode-map): Bind C-w to that.
3399         * menu-bar.el (menu-bar-mode): Make arg optional.
3401         * simple.el (line-move): Cope if next-single-property-change
3402         or previous-single-property-change returns nil.
3404         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
3405         Don't use interactive-p; instead, pass the proper args
3406         in (interactive...).  Clean up most of the trouble-report strings.
3408 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
3410         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
3411         enqueued messages literally.
3413 2001-12-10  Noah Friedman  <friedman@splode.com>
3415         * battery.el (battery-insert-file-contents): Obsolete function
3416         removed.
3417         (battery-read-function): Obsolete function removed.
3418         (battery-linux-proc-apm): Use insert-file-contents.
3420 2001-12-07  Stephen Eglen  <stephen@gnu.org>
3422         * iswitchb.el (iswitchb-visit-buffer):
3423         Use `select-frame-set-input-focus'--needed when window manager
3424         uses "click to focus" policy.
3426 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3428         * COPYING: Moved back.
3430 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
3432         * term/internal.el (IT-character-translations): Add entries for
3433         more points.
3435         * international/characters.el: Resurrect the Hebrew category
3436         settings for all Hebrew characters removed by the last change.
3437         Add code for setting the Hebrew category of the Unicode Hebrew
3438         characters.  Set syntax entries for Hebrew punctuation characters.
3440         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
3441         points and directional formatting control characters.
3443 2001-12-07  Dave Love  <fx@gnu.org>
3445         * language/lao-util.el: Add Unicode equivalents for rules.
3446         (lao-post-read-conversion): New function.
3448         * language/lao.el: Add Unicode equivalents.
3449         (lao): Add post-read conversion.
3451         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
3452         Use iso2022 encoding.
3453         (latin1-char-displayable-p): Doc fix.
3454         (latin1-display-ucs-per-lynx): New option.
3455         (latin1-display-ucs-per-lynx): New command.
3456         (latin1-display-reset): Special-case arabic.
3457         (ucs-tables): Require.
3458         (latin1-display-sets, latin1-display-setup): Add arabic.
3459         (latin1-display) <variable>: Use function latin1-display.
3460         (latin1-display) <function>: Add mule-unicode stuff.
3461         (latin1-display-check-font): Don't lose if `info' is nil.
3463         * international/iso-transl.el: Insert Latin-1 characters, not
3464         unibyte codes.
3466         * language/european.el (diacritic-composition-pattern): New constant.
3467         (diacritic-compose-region, diacritic-compose-string)
3468         (diacritic-compose-buffer, diacritic-post-read-conversion)
3469         (diacritic-composition-function): New functions.
3471         * international/utf-8.el (ucs-mule-to-mule-unicode):
3472         New translation table.
3473         (ccl-encode-mule-utf-8): Use it.
3474         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
3475         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
3476         (utf-8-subst-table): New variable.
3477         (utf-8-compose-scripts): New option.
3478         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
3480         * international/ucs-tables.el, international/utf-8-subst.el:
3481         New files.
3483         * international/characters.el: Don't set word syntax (the default)
3484         explicitly.  Add a diacritic category.  Add info for Unicode
3485         equivalents of characters in various Mule charsets and for extra
3486         Unicode characters.  Don't define specific categories for
3487         Indian/Devanagari, since they aren't used.
3489 2001-12-06  Richard M. Stallman  <rms@gnu.org>
3491         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
3492         (set-justification-left, set-justification-right): Doc fix.
3494         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
3495         (bug-f90-mode): Variable deleted.
3497 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
3499         * indent.el (indent-line-function): Default is indent-relative again.
3501 2001-12-07  Miles Bader  <miles@gnu.org>
3503         * progmodes/compile.el (compilation-error-regexp-alist):
3504         Added regexps for RXP.
3506 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
3508         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
3509         Add shift-assignment operators to those highlighted, and highlight
3510         the whole operator rather than just the "=".
3512 2001-12-04  Juanma Barranquero  <lektu@terra.es>
3514         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
3515         before saving abbrevs if `save-abbrevs' has the value `silently'.
3517 2001-12-04  Andreas Schwab  <schwab@suse.de>
3519         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
3521 2001-12-04  Colin Walters  <walters@debian.org>
3523         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
3524         for `defmacro*' forms.
3526         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
3527         `defmacro*'.
3529 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
3531         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
3533 2001-12-02  Richard M. Stallman  <rms@gnu.org>
3535         * files.el (insert-directory): If the df output does not look right,
3536         don't try to use it.  Other cleanups in overall code structure.
3538 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
3540         * textmodes/outline.el (outline-mode-prefix-map):
3541         Add bindings for outline-promote and outline-demote.
3542         (outline-minor-mode-menu-bar-map): New var.
3543         (outline-minor-mode): Use it.
3544         (outline-heading-alist): New var (renamed from outline-level-heading).
3545         (outline-level): Use it.
3546         (outline-insert-heading, outline-promote, outline-demote):
3547         Update to use outline-heading-alist.
3549         * disp-table.el (standard-display-european):
3550         Simplify since the function is not interactive any more.
3551         Don't set the existing buffers to unibyte.
3553         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
3555         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
3557         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
3559         * shell.el (shell): Use shell-file-name.
3560         Pop to buffer before calling comint to set COLUMNS properly.
3562         * emacs-lisp/cl.el (svref): New alias.
3564         * progmodes/antlr-mode.el (antlr-c-common-init):
3565         Don't inhibit adaptive-fill-mode any more.
3567         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
3569         * progmodes/etags.el (tags-with-face): Use make-symbol.
3570         (tags-search, tags-query-replace): Use backquotes.
3572         * textmodes/picture.el (picture-mode-map): Don't use defconst
3573         for a variable.
3575 2001-12-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3577         * textmodes/reftex-index.el (reftex-index-mode):
3578         Remove make-local-hook.
3580         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
3582 2001-12-02  Kim F. Storm  <storm@cua.dk>
3584         * isearch.el (isearch-resume-enabled): New variable.
3585         (isearch-done): Use that variable.
3587 2001-12-01  Richard M. Stallman  <rms@gnu.org>
3589         * wid-edit.el (widget-button-click): Don't move point permanently:
3590         Avoid mouse-set-point--instead select the window,
3591         then do save-excursion, then move point.
3592         Specify the buffer for get-char-property.
3593         Don't use `@' in interactive.
3595         * indent.el (indent-line-function):
3596         Default is indent-to-left-margin again.
3598         * replace.el (query-replace-read-args): Display message
3599         if FROM contains `\n' or `\t'.
3601 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
3603         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
3605         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
3607         * emacs-lisp/regexp-opt.el (regexp-opt):
3608         Bind completion-regexp-list to nil.
3610         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
3612 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
3614         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
3615         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
3616         Update maintainer.
3618 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
3620         * mail/smtpmail.el: Use with-current-buffer.
3621         (message-make-date, message-make-message-id): Autoload when needed.
3622         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
3623         headers when missing.
3625         * international/encoded-kb.el (encoded-kbd-mode):
3626         Use define-minor-mode.
3628         * enriched.el (enriched-mode): Use define-minor-mode.
3629         Use dolist and pop and push.
3631         * info.el (Info-find-node-2): Don't call info-insert-file-contents
3632         with the `visit' argument.
3633         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
3635         * progmodes/hideif.el (hide-ifdef-mode): Only modify
3636         `change-major-mode-hook' locally.  Reset invisibility spec.
3638         * man.el (Man-build-section-alist): Remove last Man-match-substring.
3640 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3642         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
3643         Clarify error message.
3645 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3647         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
3649 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
3651         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
3652         don't just return it.
3654 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
3656         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
3657         (menu-bar-read-emacs-man, search-emacs-glossary)
3658         (emacs-index-search, elisp-index-search): New functions.
3659         (apropso-documentation, apropos, apropos-value, apropos-variable)
3660         (apropos-commands): Modify menu item names and help text.
3661         (elisp-index-search, emacs-index-search, emacs-glossary):
3662         New menu items.
3663         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
3664         submenu.
3665         (info-elisp, info-elintro): New menu items.
3666         (apropos): Modify the menu item name.
3668 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
3670         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
3672         * textmodes/outline.el (outline-promote, outline-demote): Typo.
3674         * man.el (man-follow-mouse): New function.
3675         (Man-mode-map): Bind mouse-2 to it.
3676         (Man-match-substring): Remove.  Replace with `match-string'.
3677         (man): Use the `default-value' argument to `read-string'.
3678         (Man-fontify-manpage): Add mouse-face to cross references.
3680         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
3682 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
3684         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
3685         the value of require-match in minibuffer-completion-confirm.
3686         Use crm-local-completion-map.
3688         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
3689         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
3690         (cl-make-type-test): Use char-valid-p for `character'.
3692         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
3693         (Info-complete-menu-item): Rewrite.  Add the ability to search
3694         several sequential nodes.  Add a simple caching mechanism.
3695         (Info-goto-index): New function extracted from Info-index.
3696         (Info-index): Use it.  Add completion to the interactive spec.
3697         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
3699 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3701         * COPYING: Removed.
3703 2001-11-29  Dave Love  <fx@gnu.org>
3705         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
3706         (fortran-window-create, fortran-window-create-momentarily):
3707         Rewrite, moving error condition.
3708         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
3709         (fortran-mode-syntax-table): Revert last change.
3711         * international/mule.el: Doc fixes.
3712         (map-charset-chars): New function.
3713         (register-char-codings): Use it to cope with generic chars in
3714         safe-chars.
3716 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3718         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
3720         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
3722         * play/studly.el (studlify-word, studlify-region)
3723         (studlify-buffer): Fix doc-string.
3724         (studlify-buffer): Add autoload cookie.
3726 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
3728         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
3729         (outline-up-heading-all): Remove.
3730         (hide-sublevels): Move to end-of-heading before calling flag-region.
3731         (outline-copy-overlay, outline-discard-overlays): Remove.
3732         (outline-flag-region): Use `remove-overlays'.
3733         Don't move to end-of-heading.
3734         (outline-next-visible-heading, outline-back-to-heading)
3735         (outline-on-heading-p): Use outline-invisible-p.
3736         (outline-font-lock-level): Use outline-up-heading's new arg.
3737         (outline-minor-mode): Simplify.
3738         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
3739         (outline): Put a `reveal-toggle-invisible' property.
3740         (outline-level-heading): New var.
3741         (outline-insert-heading, outline-promote, outline-demote)
3742         (outline-toggle-children): New commands.
3744         * progmodes/hideif.el (hif-end-of-line): New function.
3745         (hide-ifdef-mode): Set line-move-ignore-invisible.
3746         (hide-ifdef-region-internal): New function.
3747         (hide-ifdef-region): Use it.
3748         (hif-defined): Return an integer.
3749         (hif-infix-to-prefix): Remove.
3750         (hif-tokenize): Parse from the buffer rather than from a string.
3751         Correctly tokenize integers.  Use forward-comment.
3752         (hif-expr): Use hif-or.
3753         (hif-term): Use hif-and.
3754         (hif-factor): Use hif-not.  Handle numbers properly.
3755         Don't require parenthesis around `defined's argument.
3756         (hif-and, hif-or, hif-not): New funs.
3757         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
3758         (hif-hide-line): Don't hide the \n before the line.
3759         (hif-possibly-hide): Correctly handle numeric evaluation results.
3761         * progmodes/make-mode.el: Use line-(end|beginning)-position.
3762         (makefile-mode): Set indent-line-function.
3763         (makefile-browser-insert-continuation): Use with-current-buffer.
3764         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
3766 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
3768         * isearch.el (isearch-yank-internal): New helper function.
3769         (isearch-yank-char): New function.
3770         (isearch-yank-word, isearch-yank-line): Rewrite to use
3771         isearch-yank-internal.
3773 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
3775         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
3776         aren't supported.  Print a message to that effect if invoked.
3778 2001-11-27  Stephen Eglen  <stephen@gnu.org>
3780         * locate.el (locate): Put point at first matching file rather
3781         than top of buffer.
3783 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
3785         * reveal.el: New file.
3787         * progmodes/hideif.el: Misc cleanup.
3788         (hide-ifdef-mode-submap): Put the def in the defvar.
3789         Use substitute-key-definition.
3790         (hide-ifdef-mode): Use define-minor-mode.
3791         (hif-outline-flag-region): Remove.
3792         (hif-show-all): Define in terms of hif-show-ifdef-region.
3793         (hif-after-revert-function): Rename from hif-before-revert-function.
3794         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
3795         (hif-tokenize): Use with-syntax-table.
3796         (hif-make-range): Use `else' also for `else-p'.
3797         (hif-range-else-p): Remove.
3798         (hif-find-range): Simplify.
3799         (hif-hide-line): Don't bother preserving buffer-modified-p.
3800         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
3801         Don't use selective-display and inhibit-read-only.
3803         * subr.el (copy-overlay, remove-overlays): New funs.
3805         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
3807 2001-11-27  Sam Steingold  <sds@gnu.org>
3809         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
3810         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
3811         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
3812         * obsolete/c-mode.el, obsolete/cplus-md.el
3813         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
3814         * term/sun-mouse.el, textmodes/artist.el:
3815         Converted backquote to the new style.
3816         * mouse.el, reposition.el: Likewise (in comments).
3817         * expand.el: Likewise (in a string).
3819 2001-11-27  Richard M. Stallman  <rms@gnu.org>
3821         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
3823 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3825         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
3826         if :on-glyph or :off-glyph is a list, eval it and store it back.
3827         (checkbox): Quote the values for :on-glyph and :off-glyph.
3829         * cus-start.el (recursive-load-depth-limit): Delete item.
3831 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
3833         * help-fns.el (describe-categories, help-describe-category-set): New.
3834         describe-categories moved here from src/category.c.
3836 2001-11-26  Sam Steingold  <sds@gnu.org>
3838         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
3839         arguments to `insert' are strings.
3841 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3843         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
3845 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
3847         * international/mule-diag.el: Require help-fns instead of
3848         help-funs.
3850         * help-fns.el: Renamed from help-funs.el.
3852         * startup.el (command-line-1): Don't try to call process-list if
3853         it is not fboundp.
3855 2001-11-26  Sam Steingold  <sds@gnu.org>
3857         * frame.el (show-trailing-whitespace): Remove :set argument (the
3858         value was essentially identical to the defalt).
3860 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3862         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
3864         * icomplete.el (icomplete-minibuffer-setup): Likewise.
3866         * hilit-chg.el (hilit-chg-set): Likewise.
3868         * speedbar.el (speedbar-mode): Likewise.
3870         * calendar/calendar.el (calendar-mode): Likewise.
3872         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
3873         insert-string.
3875         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
3877         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
3879         * term/sun-mouse.el (sun-yank-selection): Likewise.
3881         * textmodes/bib-mode.el (return-key-bib): Likewise.
3883         * calendar/appt.el (appt-disp-window): Likewise.
3885         * calendar/diary-lib.el (list-diary-entries): Likewise.
3887         * array.el (array-reconfigure-rows): Likewise.
3889         * filecache.el (file-cache-minibuffer-complete): Likewise.
3891         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
3893         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
3895         * allout.el (outline-version, outline-open-topic)
3896         (outline-rebullet-heading, outline-insert-listified)
3897         (outline-latex-verbatim-quote-curr-line)
3898         (outline-latexify-one-item, outlineify-sticky): Likewise.
3900         * vc.el (vc-next-action-on-file): Likewise.
3901         (vc-dired-mode): Remove make-local-hook.
3903 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
3905         * vc.el (vc-find-version): New function.
3906         (vc-version-other-window): Redefined in terms of the above.
3908         * log-view.el (log-view-find-version): New function.
3909         (log-view-mode-map): Bind it to `f'.
3911 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
3913         * language/devan-util.el (dev-char-glyph): Escape `"' in
3914         string literals.
3915         (dev-glyph-glyph, dev-glyph-glyph-2)
3916         (devanagari-compose-syllable-region): Likewise.
3918 2001-11-26  Richard M. Stallman  <rms@gnu.org>
3920         * window.el (save-selected-window): No error if saved window is dead.
3922         * help-funs.el (describe-syntax): Put (interactive) after doc string.
3924 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3926         * international/quail.el (quail-help): Require help-mode in
3927         top-level instead.
3929         * iswitchb.el (iswitchb-exhibit): Use insert instead of
3930         insert-string.
3932         * icomplete.el (icomplete-exhibit): Likewise.
3934 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
3936         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
3937         (diff-hunk-kill): Simplify.
3938         (diff-post-command-hook): Only apply to a single hunk.
3939         (diff-hunk-text): Make `char-offset' non-optional.
3940         (diff-find-text): Return a cons cell.
3941         (diff-find-approx-text): New fun.
3942         (diff-find-source-location): Use it.
3943         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
3944         Adapt to new retval of diff-find-text.
3946         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
3947         rather than integer- representation of dates.
3949         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
3951         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
3952         (syntax-after): New fun.
3954         * help-funs.el (describe-syntax): New fun.
3956         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
3957         (font-lock-ppss-stats, font-lock-ppss): Remove.
3958         (font-lock-fontify-syntactically-region): Remove tuning code.
3959         (font-lock-compile-keywords): Fix off-by-one bug.
3960         (font-lock-set-defaults): Don't set removed vars.
3961         (c-keywords): Add `inline'.
3962         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
3964         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3965         Set syntax-begin-function.
3966         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
3967         (lisp-interaction-mode): Don't set local-abbrev-table any more.
3968         (lisp-mode-auto-fill): Use syntax-ppss and obey
3969         comment-auto-fill-only-comments.
3970         (lisp-fill-paragraph): Use syntax-ppss.
3972 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
3974         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
3975         version of rmail-enable-mime.
3976         (rmail-forward): Use it.
3978 2001-11-25  Richard M. Stallman  <rms@gnu.org>
3980         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
3982         * international/quail.el (quail-keyboard-layout-button):
3983         Define button type.
3984         (quail-keyboard-customize-button): Likewise.
3985         (quail-help): Use those button types.  Require `help-mode'.
3986         Avoid altering the argument `package'.
3988         * help-mode.el (help-function, help-variable, help-face)
3989         (help-coding-system, help-input-method, help-character-set):
3990         Define each button type with its own explicit define-button-type.
3992         * language/devan-util.el: Comment out parts of the file
3993         which apparently are garbled.
3995 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3997         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
3998         insert-string.
4000 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4002         * play/snake.el (snake-mode): Remove make-local-hook.
4004         * play/tetris.el (tetris-mode): Likewise.
4006         * play/decipher.el (decipher-mode): Likewise.
4008         * tmm.el (tmm-add-prompt): Likewise.
4010 2001-11-25  Sam Steingold  <sds@gnu.org>
4012         * menu-bar.el (menu-bar-apropos-menu): New variable.
4013         Moved all `apropos' bindings to this menu.
4014         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
4016 2001-11-24  KAWABATA, Taichi <batta@beige.ocn.ne.jp>
4018         The following changes are for new indian languages support based
4019         on Unicode charset and CDAC fonts.
4021         * international/mule-conf.el: Change indian-1-column charset to
4022         indian-glyph charset.
4024         * international/characters.el: Adjusted for the change of
4025         indian-1-column -> indian-glyph.
4027         * international/fontset.el: Delete the setting for indian-1-column
4028         and add the setting for indian-glyph in the default fontset.
4030         * language/indian.el: Completely re-written.
4032         * language/devanagari.el: Completely re-written.
4034         * language/devan-util.el: Completely re-written.
4036         * language/ind-util.el: New file.
4038 2001-11-24  Richard M. Stallman  <rms@gnu.org>
4040         * startup.el (command-line-1): Don't do startup screen
4041         if a subprocess is running.  Call the startup screen buffer
4042         "GNU Emacs".  Make a special mode-line-format for it.
4044         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
4045         (browse-url-galeon): Use that variable.
4047         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
4048         eval-expression.  Eval and set the variable simply.
4050         * files.el (temporary-file-directory): Use defcustom.
4051         (small-temporary-file-directory): Likewise.
4052         (normal-backup-enable-predicate): Move down in file
4053         after definition of temporary-file-directory.
4055         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
4057 2001-11-24  Colin Walters  <walters@debian.org>
4059         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
4060         autoload names to match files renamed on initial calc import.
4062         * calc/calc.el (Commentary): Cleanup, and add logistic curve
4063         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
4065 2001-11-23  Colin Walters  <walters@debian.org>
4067         * Makefile.in (finder_setwins, setwins): Include Calc again.
4069         * calc/calc-rules.el: Add header comment.
4071 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
4073         * vc.el (with-vc-properties): Don't bind `filename' locally.
4074         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
4075         to avoid name clashes.  Fix `lisp-indent-function' property for
4076         both.
4078 2001-11-23  Francesco Potorti`  <pot@gnu.org>
4080         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
4082 2001-11-22  Colin Walters  <walters@debian.org>
4084         * calc/calc-misc.el (report-calc-bug):
4085         Use `reporter-prompt-for-summary-p'.
4087         * calc/INSTALL, calc/Makefile: Remove.
4089 2001-11-22  Miles Bader  <miles@gnu.org>
4091         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
4092         (reb-match-2, reb-match-3): Add dark-background variants.
4094 2001-11-22  Colin Walters  <walters@debian.org>
4096         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
4097         (info "Calc").
4098         (report-calc-bug): Use reporter.el.
4100         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
4102 2001-11-21  Richard M. Stallman  <rms@gnu.org>
4104         * which-func.el (which-function): Call imenu--make-index-alist
4105         if necessary to get a list of functions.
4106         (which-function-imenu-failed): New variable.
4107         (which-func-update): Handle all visible windows.
4108         (which-func-update-1): New subroutine broken out of which-func-update.
4110         * files.el (temporary-file-directory, null-device)
4111         (small-temporary-file-directory): Definitions moved up.
4113         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
4114         (cperl-non-problems, cperl-praise): Doc fixes.
4116         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
4117         (sh-mode-syntax-table): Function restored.
4118         Variable set up for use by function sh-mode-syntax-table.
4119         (sh-set-shell): Set the syntax table.
4121         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
4123         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
4125         * international/encoded-kb.el: Don't alter minor-map-alist.
4127 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4129         * files.el (auto-save-file-name-transforms): Put remote files in
4130         temporary-file-directory rather than /tmp.
4132 2001-11-21  Colin Walters  <walters@debian.org>
4134         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
4135         of (function ...) wrapper.
4137 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
4139         * derived.el (define-derived-mode): Create the abbrev-table
4140         from inside the `defvar'.
4142         * jit-lock.el (jit-lock-defer-time): New var.
4143         (jit-lock-defer-timer, jit-lock-buffers): New vars.
4144         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
4145         (jit-lock-function): Defer fontification if requested.
4146         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
4147         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
4148         text property.
4149         (jit-lock-deferred-fontify): New fun.
4151 2001-11-20  Richard M. Stallman  <rms@gnu.org>
4153         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
4154         Set local-abbrev-table to lisp-mode-abbrev-table.
4156         * emacs-lisp/re-builder.el (reb-mode):
4157         Don't use define-derived-mode.  Call kill-all-local-variables.
4159         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
4160         Don't use define-derived-mode.
4162         * help-mode.el (help-mode): Undo 2001-10-07 change.
4164         * replace.el (occur-mode): Undo 2001-5-20 change.
4166 2001-11-20  Jason Rumney  <jasonr@gnu.org>
4168         * w32-fns.el (w32-system-coding-system): Change to an alias for
4169         locale-coding-system.
4170         (set-w32-system-coding-system): Document the above change.
4171         Set locale-coding-system instead.
4173 2001-11-20  Richard M. Stallman  <rms@gnu.org>
4175         * ruler-mode.el: Add pagination.
4176         (ruler-mode-toggle-show-tab-stops): No need to
4177         test `ruler-mode' variable.
4179 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
4181         * play/landmark.el: Mark lm-mode as special.
4183         * play/gomoku.el: Mark gomoku-mode as special.
4185 2001-11-20  Juanma Barranquero  <lektu@terra.es>
4187         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
4188         (top-level): Bind it to C-c C-b.
4189         (re-builder): Don't re-enter RE Builder Mode.
4191         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
4193 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
4195         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
4196         `manual-program'.
4198         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
4199         to a line without a comment.
4201 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
4203         * dired.el (dired-listing-switches): Mention in the doc string
4204         that some switches are not supported by ls-lisp.el
4206 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4208         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
4209         (imenu--create-keymap-2): Remove.
4210         (imenu--create-keymap-1): Simplify, remove third argument.
4211         (imenu--generic-function): Use dolist.
4212         (imenu-find-default): New function.
4213         (imenu--completion-buffer): Use it.
4214         (imenu--mouse-menu): Use popup-menu.
4215         (imenu--menubar-select): Return t rather than calling imenu.
4217         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
4218         New functions, extracted from fill-region-as-paragraph.
4219         (fill-region-as-paragraph): Use them.
4220         Use an end marker instead of eob.
4221         Ignore whitespace-only fill-prefixes when indenting according to mode.
4222         Simplify the loop that searches for spaces backwards.
4224         * textmodes/picture.el (picture-vertical-step)
4225         (picture-horizontal-step): Don't use defconst for variables.
4227         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
4228         (mail-extract-address-components): Downcase domain names.
4229         (mail-extr-delete-char): Remove.  Use delete-char instead.
4231         * emulation/pc-select.el: Doc string fixes.
4232         (pc-selection-mode): Don't treat macos as a tty.
4234         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
4236         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
4238         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
4239         (mouse-wheel-progessive-speed): New var.
4240         (mwheel-scroll): Use it and handle float values.
4242         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
4244         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
4245         (iswitchb): Fix the case where the result was selected with the mouse.
4246         (iswitchb-completion-help): Use the normal *Completions* now that
4247         mouse selection works.
4248         (iswitchb-minibuffer-setup): Simplify.
4250         * newcomment.el (comment-column, comment-style, comment-multi-line)
4251         (comment-auto-fill-only-comments): Remove :group arg.
4252         (comment-padding): Add :type.
4253         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
4254         if called interactively.
4256 2001-11-19  Colin Walters  <walters@verbum.org>
4258         * calc/calc.el (toplevel): Add comment and version header.
4259         (calc-init-base): Bump version to 2.02f, update date.
4261 2001-11-19  Richard M. Stallman  <rms@gnu.org>
4263         * net/browse-url.el: Support Mozilla and Galeon.
4264         By default, find the installed browser whichever it is.
4265         (browse-url-mozilla): New function.
4266         (browse-url-mozilla-sentinel): New function.
4267         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
4268         (browse-url-default-browser): New function.
4269         (browse-url-process-environment): Use browse-url-browser-display.
4270         (browse-url-browser-display): Renamed from browse-url-netscape-display.
4271         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
4272         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
4273         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
4274         (browse-url-browser-function): New default, new options.
4276 2001-11-19  Sam Steingold  <sds@gnu.org>
4278         * bindings.el (last-buffer, unbury-buffer): New function.
4279         (mode-line-unbury-buffer): Use `unbury-buffer'.
4281 2001-11-18  Stephen Eglen  <stephen@gnu.org>
4283         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
4284         control behaviour when no further completion is possible.
4286 2001-11-19  Colin Walters  <walters@verbum.org>
4288         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
4289         (math-showing-full-precision, math-with-extra-prec, math-working)
4290         (calc-with-default-simplification)
4291         (calc-with-trail-buffer): Use backtick.
4292         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
4293         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
4294         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
4295         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
4296         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
4297         (Math-num-integerp, Math-bignum-test, Math-equal-int)
4298         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
4299         (calc-record-compilation-date-macro): Deleted.  Callers updated.
4300         (math-format-radix-digit): Move to calc-bin.el.
4302         * calc/calc.el (calc-record-compilation-date): Remove.
4303         (calc-bug-address): Update.
4304         (calc-settings-file): Use `user-init-file'.
4306         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
4307         Handle null `calc-settings-file'.
4309         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
4310         * calc/calc-keypd.el (calc-keypad-mode): New.
4311         (calc-do-keypad): Use it.
4312         (calc-keypad-map): Move into `calc-keypad-mode'.
4314         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
4315         to defalias argument.
4317         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
4318         (calcFunc-floor): Ditto.
4320         * calc-units.el (calcFunc-usimplify): Ditto.
4322         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
4323         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
4324         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
4325         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
4326         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
4327         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
4328         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
4329         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
4330         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
4331         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
4332         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
4333         and move them before their first use.  Use `when', `unless'.
4334         Remove trailing periods from error forms.  Add description and
4335         headers suggested by Emacs Lisp coding conventions.
4337 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4339         * newcomment.el (comment-indent):
4340         Fix misindentation for comment-only lines.
4341         (comment-indent-new-line): Only obey comment-multi-line if the
4342         comment-ender is not the end-of-line.
4344 2001-11-19  Richard M. Stallman  <rms@gnu.org>
4346         * net/net-utils.el (network-connection-service-abbrev-alist):
4347         New variable.
4349         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
4350         Advance to start of 3rd sexp by moving fwd and backing over it.
4351         At first three elements, act like defun.
4353         * delsel.el (delete-selection-pre-hook): Handle and resignal
4354         file-supersession errors to interact properly with userlock.el.
4356 2001-11-18  Richard M. Stallman  <rms@gnu.org>
4358         * progmodes/fortran.el (fortran-mode-syntax-table):
4359         Specify punctuation syntax for backslash.
4361         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
4362         All calls deleted.
4364         * international/mule-util.el (string-to-sequence): Make it obsolete.
4365         (string-to-list, string-to-vector): Implement them directly
4366         using append and vconcat, not with string-to-sequence.
4368         * startup.el (command-line): Set abbrevs-changed to nil after
4369         reading the init file and the abbrevs file.
4371         * isearch.el (isearch): Use magenta2 as bg for (background light)
4373 2001-11-17  Richard M. Stallman  <rms@gnu.org>
4375         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
4377         * simple.el (minibuffer-history-sexp-flag): Doc fix.
4379 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
4381         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
4382         If set and if applicable, add a regexp to highlight defun-like
4383         text inside comments and strings.
4384         (font-lock-fontify-keywords-region): Pass that new arg.
4385         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
4386         to the end and pass that new arg.
4387         (c-font-lock-keywords-2): Fix regex for labels.
4388         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
4389         Make it work when LIMIT is several lines further.
4390         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
4391         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
4392         Use backquote and make the regexes for `int a, b, c;' work on
4393         multiple lines.
4395         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
4396         (font-lock-defaults-alist): Don't change it any more.
4397         (reb-subexp-mode-map): Cleanup.
4399         * custom.el (custom-current-group-alist): New var.
4400         (custom-declare-group): Set it.
4401         (custom-current-group): New fun.
4402         (custom-declare-variable, custom-handle-all-keywords):
4403         Use it as a default if no :group argument is specified.
4405         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
4406         (standard-keyboard-coding-systems): New var.
4407         (set-locale-environment): Use it to decide whether or not to call
4408         set-keyboard-coding-system.
4409         (locale-language-names): Use \"French\" for "fr".
4411 2001-11-17  Richard M. Stallman  <rms@gnu.org>
4413         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
4414         (add-to-list): Delete compatibility code.
4415         (checkdoc-next-message-error): Doc fix.
4417 2001-11-17  Stephen Eglen  <stephen@gnu.org>
4419         * locate.el (locate): Show default locate pattern within the
4420         prompt, but don't insert it into the minibuffer contents.
4421         Catch the case when pattern is the empty string.
4423 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
4425         * language/european.el ("French"): New language environment.
4427 2001-11-16  Richard M. Stallman  <rms@gnu.org>
4429         * calendar/todo-mode.el (todo-save): Fix previous change.
4431         * subr.el (functionp): Do use cdr-safe on object.
4433 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
4435         * bindings.el (mode-line-mode-name): Only put the help-echo property
4436         if the local-map property was put as well.
4437         (global-map): Bind switch-frame, delete-frame, iconify-frame
4438         and make-frame-visible events.
4440         * emacs-lisp/elp.el (elp-not-profilable): New var.
4441         (elp-not-profilable-p): New function.
4442         (elp-instrument-function): Use it.  Use backquotes and push.
4444         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
4445         (byte-stack+-info, byte-compile-last-warned-form)
4446         (byte-compile-last-logged-file): Don't defconst a variable.
4447         (no-byte-compile): Declare.
4448         (byte-compile-file): Don't boundp-check no-byte-compile any more.
4449         (byte-compile-defvar): Leave defconst as is.
4451         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
4452         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
4453         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
4454         (edebug-best-error): Don't defconst a variable.
4455         (edebug-read-syntax-table): Use a char-table.
4456         (edebug-lemacs-specific): Remove.
4457         Toplevel: Eliminate check for Lucid Emacs.
4459         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
4461         * rect.el (move-to-column-force): Mark obsolete.
4462         (operate-on-rectangle, delete-extract-rectangle-line)
4463         (insert-rectangle, delete-whitespace-rectangle-line)
4464         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
4465         (string-rectangle-history): New var.
4466         (string-rectangle, string-insert-rectangle): Use it.
4467         (delete-rectangle-line): Fix pos/column mixup and simplify.
4469         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
4470         (normal-top-level, command-line, command-line-1): Simplify.
4472         * tar-mode.el (tar-mode): Use define-derived-mode.
4474         * view.el (view-mode-enable): Don't use make-local-hook.
4476         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
4478 2001-11-16  Richard M. Stallman  <rms@gnu.org>
4480         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
4481         if it doesn't make sense as anything else.
4482         Don't recognize a "telephone number" at the beginning of the name.
4483         (mail-extr-leading-garbage): Match non-word characters only.
4485 2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4487         * startup.el (command-line-processed): Doc fix.
4489         * apropos.el (apropos-next-label-button): Doc fix.
4491 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
4493         * comint.el (comint-mode): Simplify.
4494         (make-comint-in-buffer): Run `comint-mode' only if necessary.
4496         * subr.el (eval-after-load): Make it work with features as well.
4498         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
4500         * international/mule-cmds.el (describe-input-method): Setup xref.
4501         (set-language-environment): Use functionp.
4502         (locale-language-names, locale-charset-language-names)
4503         (locale-preferred-coding-systems): Defconst and purecopy.
4505         * language/european.el (mac-roman): Add mime-charset property.
4507 2001-11-15  Richard M. Stallman  <rms@gnu.org>
4509         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
4510         (multiple-value-apply, nth-value): Use defsubst rather than defalias
4511         to get better doc strings.
4513 2001-11-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4515         * derived.el: Fix autoload cookie.
4517 2001-11-15  Richard M. Stallman  <rms@gnu.org>
4519         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
4521 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
4523         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
4525 2001-11-15  Richard M. Stallman  <rms@gnu.org>
4527         * dired.el (dired-undo): Display a message to explain
4528         that this does not undo file system changes.
4530 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
4532         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
4533         into `unread-command-events' instead of trying keymap
4534         lookups ourselves.  This makes mouse-clicks do the right
4535         thing even when keymaps of overlays are involved.
4536         (mouse-drag-drag): Likewise.
4538 2001-11-15  Andreas Schwab  <schwab@suse.de>
4540         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
4541         characters and append anchor to pattern added to auto-mode-alist.
4543 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
4545         * server.el (server-process-filter): Run pore/post-comment-hook
4546         before/after visiting the file.
4548         * info-look.el (makefile-mode): Add info for automake.
4549         (autoconf-mode): Fix the name of the index for automake.
4551         * international/latin-9.el: Give pilcrow punctuation syntax.
4553 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
4555         * vc.el: Documentation fixes.
4557 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
4559         * smerge-mode.el (smerge-match-conflict): Fix typo.
4560         (smerge-diff): Be careful to read match-data early enough.
4562 2001-11-14  Colin Walters  <walters@verbum.org>
4564         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
4565         (calcFunc-subst): Use `defalias' instead of `fset' and
4566         `symbol-function'.
4568         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
4569         (calcFunc-ceil, calcFunc-round): Ditto.
4571         * calc/calc-bin.el (calcFunc-clip): Ditto.
4573         * calc/calc-ext.el (calcFunc-evalv): Ditto.
4575         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
4577         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
4578         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
4580         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
4582         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
4583         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
4584         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
4585         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
4586         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
4587         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
4588         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
4589         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
4590         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
4591         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
4592         * calcsel2.el: Style cleanup; don't put closing parens on their
4593         own line, add "foo.el ends here" to each file, and update
4594         copyright date.
4596         * README: Update maintainer.
4598 2001-11-13  Richard M. Stallman  <rms@gnu.org>
4600         * progmodes/compile.el (recompile): Use compilation-arguments if
4601         set, so as to be able to M-x recompile the exact command which
4602         created a compilation-mode buffer.
4604         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
4606 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
4608         * mouse.el (mouse-drag-region): Don't run the up-event
4609         handler if window start changed due to the down-mouse event.
4611 2001-11-13  Richard M. Stallman  <rms@gnu.org>
4613         * mouse.el (mouse-show-mark): Either move point to the mark
4614         or use highlighting, never both.
4615         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
4617 2001-11-13  Simon Josefsson  <jas@extundo.com>
4619         * mail/smtpmail.el (top-level): Change maintainer to Simon
4620         Josefsson, cleanup the smtpmail.el header.
4622         * mail/smtpmail.el (top-level): Don't require cl or base64.
4623         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4624         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
4625         Defsubst instead of defmacro.
4626         (smtpmail-intersection): Return value in reverse order.
4627         (smtpmail-open-stream): Use stringp instead of string-to-list.
4628         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
4629         separated from smtpmail-via-smtp.
4631         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
4632         rfc2104.  Require base64 and cl.
4633         (smtpmail-smtp-service): Doc fix.  :type fix.
4634         (smtpmail-debug-info): Doc fix.
4635         (smtpmail-debug-verb, smtpmail-auth-credentials)
4636         (smtpmail-starttls-credentials, smtpmail-auth-supported):
4637         New variables.
4638         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
4639         mail-utils (it is autoloaded).
4640         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4641         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
4642         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
4643         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
4644         (smtpmail-via-smtp): Support AUTH.
4645         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
4647 2001-11-13  Richard M. Stallman  <rms@gnu.org>
4649         * ebuff-menu.el (electric-buffer-update-highlight): New function.
4650         (electric-buffer-overlay): New variable.
4651         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
4652         (electric-buffer-list): Likewise.
4654         * isearch.el (isearch-whitespace-chars): Doc fix.
4655         (isearch-mode): Handle negative search-slow-window-lines correctly.
4657 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
4659         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
4661         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
4662         From Emmanuel Briot <briot@act-europe.fr>.
4664 2001-11-13  Colin Walters  <walters@debian.org>
4666         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
4668         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
4669         "~/.emacs"; use `read-file-name'.
4671         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
4672         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
4673         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
4674         * calc/calc.el: Use `frame-width' instead of `screen-width',
4675         `frame-height' instead of `screen-height', and,
4676         `executing-kbd-macro' instead of `executing-macro'.
4678         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
4679         correct number of arguments.
4681         * calc/calc-aent.el (calc-do-alg-entry):
4682         Use `blink-paren-function' instead of `blink-paren-hook'.
4684 2001-11-12  Richard M. Stallman  <rms@gnu.org>
4686         * calendar/todo-mode.el (todo-save): Add save-excursion
4687         and save-restriction.
4689         * server.el (server-edit, server-done): Doc fix.
4691         * simple.el (clone-indirect-buffer): Error if major mode symbol
4692         has a no-clone-indirect property.
4693         (clone-buffer): Check for obvious errors before reading clone name.
4695         * info.el (Info-mode): Add a no-clone-indirect property.
4697 2001-11-12  Sam Steingold  <sds@gnu.org>
4699         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
4700         set-buffer-modified-p to nil after `vc-exec-after'.
4701         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
4702         (log-view-mode): Make read-only.
4703         (log-view-current-file): Do final `expand-file-name' in the
4704         current `default-directory'.
4705         (log-view-current-tag): Take an optional `where' arg.
4706         (log-view-diff): New user command.
4708 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4710         * progmodes/cpp.el (cpp-choose-face): Fix typo.
4712 2001-11-12  Sam Steingold  <sds@gnu.org>
4714         * emacs-lisp/cl-indent.el (toplevel): Indent properly
4715         `generic-flet', `generic-labels', `with-accessors',
4716         `with-condition-restarts'.
4718 2001-11-12  Richard M. Stallman  <rms@gnu.org>
4720         * dired.el: Many trivial doc fixes.
4721         (dired-get-file-for-visit): New function.
4722         (dired-find-alternate-file, dired-mouse-find-file-other-window):
4723         (dired-view-file, dired-find-file-other-window, dired-display-file):
4724         (dired-find-file): Use dired-get-file-for-visit.
4726 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
4728         * sql.el (sql-mode): Doc change.
4730         * sql.el (sql-mode-syntax-table): The backslash is no longer an
4731         escape character.
4733 2001-11-12  Colin Walters  <walters@debian.org>
4735         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
4736         (calc-do-keypad): Don't attempt to use nonexistent global
4737         mouse-map, use calc-keypad-map.
4738         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
4739         (calc-keypad-left-click): Don't use mouse-map; update to new event
4740         interface.
4741         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
4742         (calc-keypad-press): Use `unread-command-events' instead of
4743         `unread-command-char'.
4745         * calc/calc-ext.el (calc-init-extensions): Update autoload names
4746         to match files renamed on initial calc import.
4748 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4750         * textmodes/flyspell.el (flyspell-default-dictionary):
4751         Fix previous change.
4753 2001-11-12  Richard M. Stallman  <rms@gnu.org>
4755         * textmodes/flyspell.el (flyspell-default-dictionary):
4756         Fix custom type.
4758 2001-11-11  Richard M. Stallman  <rms@gnu.org>
4760         * calendar/solar.el (solar-sunrise-and-sunset):
4761         Exchange the two extreme values of day-length.
4763         * progmodes/sh-script.el (sh-must-be-shell-mode):
4764         Allow modes derived from sh-mode.
4766         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4767         Turn off error in some re-search-forward calls.
4769         * replace.el (query-replace-skip-read-only): New variable.
4770         (perform-replace): If that variable is non-nil, ignore matches
4771         that have a read-only property.
4773         * derived.el (define-derived-mode): Doc fix.
4775         * server.el (server-buffer-done): Test of server-existing-buffer
4776         was backwards.
4777         (server-existing-buffer): Doc fix.
4779         * textmodes/flyspell.el (flyspell-default-dictionary):
4780         Allow nil as value, and make nil the default.
4782 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
4784         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
4785         it is not fboundp.
4786         (clipboard-yank): Ditto.
4788 2001-11-11  Colin Walters  <walters@verbum.org>
4790         The following changes are based on patches from
4791         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
4792         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
4794         * calc/calc.el (toplevel): Require calc-macs.
4795         (calc-minibuffer-size): New.
4796         (calcDigit-nondigit): Use it instead of `buffer-size'.
4797         (calcDigit-backspace): Likewise.
4798         (calcDigit-nondigit): Use `minibuffer-contents' instead of
4799         `buffer-string'.
4800         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
4801         `point-min'.
4802         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
4803         `save-excursion'.
4805         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
4806         simple `setq' form.
4808         * calc/calc-ext.el: (toplevel): Require calc.
4809         (calc-fancy-prefix-map): New.
4810         (calc-fancy-prefix): Use it.
4811         (calc-fancy-prefix-other-key): New.
4813         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
4814         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
4815         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
4816         (calcAlg-enter): Likewise.
4817         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
4819 2001-11-10  Richard M. Stallman  <rms@gnu.org>
4821         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
4822         (quietly-read-abbrev-file): Doc fix.
4824         * startup.el (command-line): Read standard abbrev
4825         file (abbrev-file-name), if it exists.
4827         * files.el (save-abbrevs): Default value is t.
4829         * progmodes/compile.el (compile-goto-error): Fix previous change
4830         in the case where subsequent errors have not been parsed yet
4831         because they are in a different source file.
4833 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
4835         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4836         Merge two regular expressions into one.
4837         (ps-mode): Make local bindings for `comment-start' and
4838         `comment-start-skip'.
4839         (ps-mode-looking-at-nested): Simplify an if-else construct;
4840         use `set-match-data' to set the result.
4842 2001-11-10  Richard M. Stallman  <rms@gnu.org>
4844         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
4845         Function deleted.
4846         (flyspell-correct-word): Old definition deleted.
4847         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
4848         All references renamed too.
4850 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
4852         * Makefile.in (finder_setwins, setwins): Exclude Calc.
4854 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
4856         * wid-edit.el (checklist): Removed `:menu-tag'.
4857         (radio-button-choice): Ditto.
4858         (editable-list): Ditto.
4860 2001-11-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4862         * play/gomoku.el: Move definitions of constants to the beginning
4863         of file, before their use.
4865 2001-11-09  Richard M. Stallman  <rms@gnu.org>
4867         * textmodes/flyspell.el: Use the keymap property
4868         instead of local-map, and don't use a minor-mode map.
4869         (flyspell-mode-map): Variable deleted.
4870         Don't mess with minor-mode-map-alist.
4871         (calling add-minor-mode): Specify nil for keymap.
4872         And always use add-minor-mode, now that it exists.
4873         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
4874         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
4875         or flyspell-local-mouse-map.
4876         (make-flyspell-overlay): Use flyspell-mouse-map directly.
4877         (flyspell-mode): Doc fix.
4878         (flyspell-mode-on): Don't call make-local-hook.
4880 2001-11-09  Sam Steingold  <sds@gnu.org>
4882         * emacs-lisp/debug.el (debugger-make-xrefs):
4883         Add buttons to all symbols.
4885 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
4887         * vc.el: Add John David Smith to credits.
4889         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
4891         * vc-hooks.el (vc-error-occured): Backquotified.
4892         (vc-file-prop-obarray): Use prime length for better efficiency.
4894         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
4896 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
4898         * info.el (Info-file-list-for-emacs): Add entries for Calc.
4900 2001-11-09  Miles Bader  <miles@gnu.org>
4902         * subr.el (functionp): Don't consider macros as functions.
4904 2001-11-08  Miles Bader  <miles@gnu.org>
4906         * subr.el (functionp): Make work correctly for macros and unbound
4907         symbols.
4909         * comint.el (comint-send-input): Fix description of
4910         `comint-process-echoes' in the doc-string.
4912 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
4914         * international/mule.el (make-translation-table): Doc fix.
4915         Suggested by Alex Schroeder <alex@gnu.org>.
4917 2001-11-07  Richard M. Stallman  <rms@gnu.org>
4919         * info.el (Info-fontify-node): Highlight every third menu item.
4921 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
4923         * cus-edit.el (custom-face-value-create): Don't ignore the
4924         `customized-face' attribute when finding the current face spec.
4926 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
4928         * subr.el (with-local-quit): New macro.
4929         (make-syntax-table): Always inherit.
4930         (functionp): Be more careful when `object' is a symbol.
4932         * dabbrev.el (dabbrev-completion): Use "*Completions*".
4934 2001-11-07  Paul Eggert  <eggert@twinsun.com>
4936         * dired.el (dired-move-to-filename-regexp):
4937         Do not distinguish between ASCII letters and non-ASCII characters.
4938         Don't allow comma except in the form "month day, year".
4939         Don't allow space between month name and comma.
4940         Clean up the code that checks for trailing period, comma, and space.
4941         Remove now-obsolete comments, and add more commentary about
4942         Japanese dates.
4943         Always gobble up trailing spaces, instead of doing it only sometimes.
4945 2001-11-07  Miles Bader  <miles@gnu.org>
4947         * paren.el (show-paren-match-face): Add dark-background variant.
4949 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4951         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
4952         (lisp-mode-variables): Don't set paragraph-{start,separate}.
4953         Don't disable adaptive-fill-mode.
4954         (lisp-fill-paragraph): Use tab-width rather than 8.
4955         Prevent filling the first line of docstrings.
4957 2001-11-06  Richard M. Stallman  <rms@gnu.org>
4959         * play/gomoku.el (gomoku): Doc fix.
4961         * jka-compr.el (jka-compr-partial-uncompress):
4962         Support an alternative of not using dd.
4963         (jka-compr-dd-program): Use defcustom to define this.
4964         (jka-compr-load-suffixes): Use defcustom.
4965         (jka-compr-mode-alist-additions): Use defcustom.
4967 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
4969         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
4970         Also work when LIMIT is further than the end of line.
4972 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
4974         * international/quail.el (quail-update-leim-list-file): Print the
4975         offending file name if some of its quail-define-package forms is broken.
4977 2001-11-05  Richard M. Stallman  <rms@gnu.org>
4979         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
4980         of the evaluated form.
4982 2001-11-05  Paul Eggert  <eggert@twinsun.com>
4984         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
4985         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
4986         stamps always line up by default.  Also, it uses a slightly
4987         different window to determine whether files are "recent".
4989 2001-11-05  Andrew Innes  <andrewi@gnu.org>
4991         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4992         Don't attempt to remake autoloads before nuking .elc files.
4994 2001-11-04  Richard M. Stallman  <rms@gnu.org>
4996         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
4997         previous-single-property-change or next-single-char-property-change
4998         returns nil.
5000         * international/mule-cmds.el (set-locale-environment):
5001         Make it interactive; make arg optional.
5003         * international/mule-diag.el (help-funs): Require help-funs.
5005 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
5007         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
5009 2001-11-04  Miles Bader  <miles@gnu.org>
5011         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
5012         shadow of the splash image grey on a dark background instead of black.
5014 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
5016         * term.el (all faces): Don't (copy-face 'default <foo>).
5018         * term/xterm.el (function-key-map):
5019         Add entry for `ESC [ 3 ~' -> <delete>
5020         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
5021         Use inheritance so that .emacs and terminfo take precedence.
5023 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
5025         * tooltip.el (tooltip-delay): Decrease to 0.7.
5026         (tooltip-hide-delay): Enlarge to 10.
5028 2001-11-03  Richard M. Stallman  <rms@gnu.org>
5030         * startup.el (fancy-splash-tail): Explain how to recover
5031         from a crash, if there was a crash.
5032         (command-line-1): Reorganize display of startup screen,
5033         to simplify the logic.  Use a temp buffer for it.
5035 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
5037         * frame.el (set-background-color, set-foreground-color):
5038         Call face-set-after-frame-default, to propagate the new colors to
5039         the frame's parameters alist.
5041         * calendar/timeclock.el (timeclock-out): Signal an error if
5042         timeclock-last-event is nil.
5044 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
5046         * textmodes/fill.el (fill-context-prefix): Fix braino.
5048         * international/quail.el (quail-help):
5049         Use `help-buffer' and move `help-setup-xref' to beginning.
5051         * international/mule-cmds.el (describe-language-environment):
5052         Use `help-buffer' and move `help-setup-xref' to beginning.
5054         * international/mule-diag.el (list-character-sets)
5055         (sort-listed-character-sets, describe-character-set)
5056         (describe-coding-system, describe-fontset, list-fontsets):
5057         Use `help-buffer' and move `help-setup-xref' to beginning.
5058         (describe-char-after): Use `internal-describe-syntax-value'.
5060 2001-11-02  Richard M. Stallman  <rms@gnu.org>
5062         * mouse.el (popup-menu): If the user refuses to select
5063         from a menu, don't try to invoke the menu.
5065 2001-11-02  Miles Bader  <miles@gnu.org>
5067         * help-mode.el (help-xref): New button type.
5068         (help-function, help-variable, help-face, help-coding-system)
5069         (help-input-method, help-character-set, help-type, help-symbol)
5070         (help-back, help-info, help-customize-variable, help-customize-face)
5071         (help-function-def, help-variable-def): Use it as a supertype.
5072         Remove `action' property.
5074         * international/mule-diag.el (describe-character-set)
5075         (describe-coding-system): Pass correct args to `help-xref-button'.
5076         (sort-listed-character-sets): New button type.
5077         (list-character-sets): Use it.
5078         (list-charset-chars): New button type.
5079         (list-character-sets-1): Use it.
5081 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
5083         * indent.el (tab-always-indent, indent-for-tab-command):
5084         Remove redundant `never' setting.
5086         * fill.el (fill-region-as-paragraph): Don't forget to skip
5087         over current whitespace before looking for a preceding space.
5089 2001-11-01  Richard M. Stallman  <rms@gnu.org>
5091         * files.el (file-newest-backup): Don't pass backup file name
5092         thru file-name-sans-versions, because it never has version numbers.
5094         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
5095         to avoid ambiguous nested loops.
5097         * files.el (find-file-noselect): Offer to change buffer-read-only
5098         only when the file's read-only status has changed from before
5099         as well as disagreeing with the buffer's current status.
5100         (buffer-file-read-only): New var, local in all buffers.
5102         * buff-menu.el (buffer-menu): Doc fix.
5103         (buffer-menu-other-window): Doc fix.
5104         (list-buffers, list-buffers-noselect): Doc fix.
5106 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
5108         * startup.el (command-line): If the terminal Emacs is running on
5109         has erase char set to ^H, use the Backspace key for deleting
5110         backward, and the Delete key for deleting forward.
5112 2001-11-01  Miles Bader  <miles@gnu.org>
5114         * button.el (define-button-type): Make sure every user-defined
5115         button type has a supertype.
5117 2001-10-31  Jason Rumney  <jasonr@gnu.org>
5119         * international/mule-cmds.el (locale-language-names): Add chs and
5120         cht as aliases for Chinese-GB and Chinese-BIG5.
5122 2001-10-31  Richard M. Stallman  <rms@gnu.org>
5124         * bindings.el (mode-line-frame-identification): Add doc string.
5125         (mode-line-position, mode-line-modes): New variables.
5126         (mode-line-format): Use mode-line-position for the part
5127         that displays the position-in-buffer info.
5128         Use mode-line-modes for the part that displays major and minor modes.
5130 2001-10-31  Sam Steingold  <sds@gnu.org>
5132         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
5133         (debugger-setup-buffer): Call it.
5134         (debugger-mode-map): Bind RET and mouse-2.
5136 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5138         * startup.el: Document command line option --no-window-system
5139         instead of --no-windows.
5141 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
5143         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
5145         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
5146         (font-lock-defaults-alist): Use it.
5147         From David Ponce <david.ponce@wanadoo.fr>
5149         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
5150         output of `char-after'.
5152         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
5154         * simple.el (reindent-then-newline-and-indent): Insert the newline
5155         before indenting the first line.
5156         (undo-get-state, undo-revert-to-state): New funs.
5157         (shell-command): Don't kill the buffer even if empty.
5158         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
5159         (transpose-subr-end2): Remove.
5160         (transpose-subr): Add `special' arg and simplify.
5161         (transpose-subr-1): Rewrite.
5162         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
5163         (rfc822-goto-eoh): Simplify.
5165 2001-10-30  Richard M. Stallman  <rms@gnu.org>
5167         * enriched.el (enriched-face-ans): Fix previous change.
5169 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
5171         * international/iso-acc.el (iso-accents-compose): Remove a
5172         superfluous setq.
5174 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
5176         * buff-menu.el (list-buffers-noselect): If the buffer's name
5177         starts with a blank, but it visits a file, do show it (for files
5178         whose names start with a blank).
5180 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
5182         * textmodes/fill.el (sentence-end-double-space)
5183         (sentence-end-without-period): Move to paragraphs.el.
5184         (fill-indent-according-to-mode): Change default to t.
5185         (fill-context-prefix): Simplify control-flow and use a more
5186         sophisticated merge that unifies both previous checks.
5187         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
5188         (fill-nobreak-predicate): Make it into a defcustom'd hook.
5189         (fill-nobreak-p): New fun.
5190         (fill-region-as-paragraph): Use it.
5191         Handle `fill-indent-according-to-mode' slightly differently.
5192         (fill-individual-paragraphs-prefix): Simplify the control-flow.
5193         (fill-individual-paragraphs-citation): Fix.
5195         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
5196         (paragraph-start): Change default to the `text-mode' value.
5197         (sentence-end-double-space, sentence-end-without-period):
5198         Move from fill.el.
5199         (forward-paragraph): Use `parstart' and `parsep' for temp variables
5200         rather than rebinding `paragraph-start' and `paragraph-separate'.
5202         * indent.el (indent-line-function): Change default to indent-relative.
5203         (tab-always-indent): Add an `never' setting.
5204         (indent-according-to-mode): Handle `indent-relative' and
5205         `indent-relative-maybe' specially.
5206         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
5207         Handle the `never' case for `tab-always-indent'.
5208         Don't call indent-according-to-mode for indent-relative' and
5209         `indent-relative-maybe'.
5210         (insert-tab): Rename `prefix-arg' to `arg'.
5211         (indent-region): Indent the first line as well.
5212         (indent-relative): Don't mark the buffer modified if the indentation
5213         is unchanged.
5215         * textmodes/text-mode.el (paragraph-indent-minor-mode):
5216         Don't set paragraph-separate.  Set paragraph-start more carefully.
5217         Set indent-line-function.
5218         (paragraph-indent-text-mode): Use it and define-derived-mode.
5219         (text-mode-map): Remove the \t binding.
5220         (text-mode): Simplify now that the default is more favorable.
5222 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
5224         * emacs-lisp/find-func.el (find-function-search-for-symbol):
5225         If the regexp doesn't match, use a looser one.
5226         (find-variable-noselect): Add `file' argument.
5228         * pcvs.el (cvs-mode-commit-hook): New hook.
5229         (cvs-mode-commit): Run it.
5231         * log-edit.el (log-edit): Run hook after `log-edit-files'.
5233         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
5234         (edebug-instrument-function): Use `find-function-noselect'.
5236 2001-10-29  Richard M. Stallman  <rms@gnu.org>
5238         * term.el (term-if-emacs19): Macro deleted.
5239         Callers changed to use progn instead.
5241         * frame.el (blink-cursor-mode): Doc fix.
5243         * files.el (find-backup-file-name): Use make-backup-file-name.
5245         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
5246         window-live-p.
5247         (edebug-set-conditional-breakpoint): Unconditionally use
5248         the former Emacs >=19 definition.
5249         (edebug-mark): Define unconditionally.
5250         (edebug-eval-expression): Always call read-from-minibuffer
5251         and specify history list.
5252         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
5253         edebug-set-conditional-breakpoint.
5254         (edebug-emacs-version-specific): Function deleted;
5255         do the job at top level.
5256         (edebug-emacs-19-specific): Function deleted, this is the default.
5258 2001-10-29  Sam Steingold  <sds@gnu.org>
5260         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
5261         "/cygdrive/LETTER/" pathnames.
5263 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
5265         * faces.el (invert-face): Check for 'unspecified, not for nil,
5266         when testing whether face colors are not specified.
5267         From David.Kastrup@t-online.de (David Kastrup).
5268         (read-face-name): Doc fix.
5269         (make-face-bold, make-face-unbold, make-face-italic)
5270         (make-face-unitalic, make-face-bold-italic, invert-face):
5271         Remove trailing blank from the prompt passed to read-face-name.
5273 2001-10-29  Sam Steingold  <sds@gnu.org>
5275         * emacs-lisp/bytecomp.el (byte-recompile-directory):
5276         Report numbers of files skipped and failed too.
5277         (byte-compile-file): Return 'no-byte-compile for skipped files.
5279 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5281         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
5282         and `M p'.
5284 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
5286         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
5287         as is on unread-command-events instead of `(SECOND-CHAR)'.
5289 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
5291         * vc.el: Mention vc-*-switches in backend API documentation.
5292         (vc-annotate): Adapt doc string to recent change.
5294 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
5296         * enriched.el (enriched-face-ans): Handle face attributes
5297         of the form `(FACE1 FACE2 ...)'.
5299         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
5301 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
5303         * progmodes/sql.el (sql-mysql): Doc change by RMS.
5305         * progmodes/sql.el (sql-db2): Doc change.
5306         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
5307         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
5309 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
5311         * env.el (substitute-env-vars): Don't quote argument to `rx';
5312         it's a macro.
5314 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
5316         * cus-start.el (recursive-load-depth-limit): Added.
5318 2001-10-28  Richard M. Stallman  <rms@gnu.org>
5320         * textmodes/ispell.el (version18p, version20p): Vars deleted.
5321         All uses removed--assume Emacs version is >= 20.
5323         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
5324         by really checking that it is not version 18.
5326         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
5328 2001-10-28  Miles Bader  <miles@gnu.org>
5330         * faces.el (face-attribute): Add INHERIT argument, consider face
5331         inheritance if it's non-nil.
5332         (face-attribute-merged-with): New function.
5333         (face-attribute-specified-or): New macro.
5334         (face-foreground, face-background, face-stipple): Add INHERIT
5335         argument.  Use `face-attribute-specified-or'.
5337 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
5339         * font-lock.el: Require `syntax'.
5340         (font-lock-defaults-alist): Don't define keywords for lisp languages.
5341         Use `c-font-lock-syntactic-face-function' for c languages.
5342         (font-lock-mode): Don't unset vars when turning the mode off.
5343         (font-lock-default-fontify-buffer): Don't unset vars at the end.
5344         (font-lock-extra-managed-props): New var.
5345         (font-lock-default-unfontify-region): Use it.
5346         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
5347         Don't eval the value when there's no match.
5348         (font-lock-ppss-stats): New var.
5349         (font-lock-ppss): New fun.
5350         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
5351         (font-lock-apply-highlight): Allow `highlight' to set several props.
5352         (font-lock-set-defaults): Use dolist.
5353         (font-lock-unset-defaults): Remove.
5354         (font-lock-match-c-style-declaration-item-and-skip-to-next):
5355         Try to recognize prototypes using `foo P_ ((args))'.
5356         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
5357         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
5358         (c-font-lock-syntactic-face-function): New function.
5359         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
5360         (c++-keywords): Use a more sophisticated regexp to handle
5361         shallowly nested templates.
5363 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
5365         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
5366         (sgml-tag): Use it.  Cleanup with `cond'.
5367         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
5368         Mark the overlays and only delete those that are marked.
5369         (sgml-skip-close-p): Remove.
5370         (sgml-value): Replace sgml-skip-close-p with its definition.
5371         (html-tag-alist): Use sgml-xml a bit more.
5372         (html-mode): Set sgml-empty-tags.
5374         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
5375         (texinfo-update-node, texinfo-sequential-node-update):
5376         Don't bind the obsolete `auto-fill-hook'.
5377         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
5378         Use `set-buffer' rather than `switch-to-buffer'.
5379         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
5380         Use `set-buffer' rather than `switch-to-buffer'.
5382         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
5383         text-mode-syntax-table.
5384         (mail-mode): Use define-derived-mode.
5385         Fix ordering of alternatives in adaptive-fill-regexp.
5386         (mail-mode-map): Don't rely on keymap's internal representation.
5388 2001-10-27  Sam Steingold  <sds@gnu.org>
5390         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
5391         (sgml-xml-guess): Extracted from `html-mode' and generalized.
5392         (sgml-mode-common): Call it.
5393         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
5394         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
5395         (html-horizontal-rule, html-image, html-ordered-list):
5396         (html-unordered-list, html-list-item, html-paragraph):
5397         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
5398         `html-xhtml'.
5400 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
5402         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
5403         (ifnothtml): New alias.
5405 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
5407         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
5408         (toggle-text-mode-auto-fill): Use derived-mode-p.
5410 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
5412         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
5413         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
5415 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
5417         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
5418         Add make-obsolete cookies, to follow faces.el.
5420         These changes avoid warnings from the byte compiler in faces.el:
5422         * faces.el (internal-get-face): Use facep instead of the obsolete
5423         internal-find-face.
5424         (internal-frob-font-weight, internal-frob-font-slant):
5425         New defaliases for obsolete functions.
5426         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
5427         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
5428         (x-make-font-bold-italic): Use internal-frob-font-weight and
5429         internal-frob-font-slant aliases instead of the obsolete
5430         x-frob-... functions.
5432 2001-10-26  Sam Steingold  <sds@gnu.org>
5434         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
5435         DOCTYPE; set `mode-name' based on it.
5436         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
5437         (sgml-tag): Close empty tags in XHTML.
5439 2001-10-26  Jason Rumney  <jasonr@gnu.org>
5441         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
5442         when UNICODE is not defined.
5444 2001-10-26  Sam Steingold  <sds@gnu.org>
5446         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
5447         be alone on the line.
5449 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
5451         * button.el (button): Special face definition for MS-DOS terminals.
5453 2001-10-26  Sam Steingold  <sds@gnu.org>
5455         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5456         Protect the /= test by checking that the args are non-nil.
5457         (sh-font-lock-close-heredoc): Check eof for being non-nil.
5459 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
5461         * textmodes/artist.el (artist-version): 1.2.4.
5462         (artist-butlast-fn): New variable.
5463         (artist-butlast): New function.
5464         (artist-ellipse-mirror-quadrant): Use it.
5465         (artist-mouse-draw-poly): Use nil for `point-list'.
5466         (artist-mouse-draw-poly): Check for point-list being nil.
5468 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
5470         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
5471         lambda expression.
5472         (ps-mode-menu-main): Submenu with options on/off was replaced with
5473         a toggle button.
5474         (ps-mode, ps-run-mode): Define with `define-derived-mode'
5475         (ps-mode): Autoload cookie added on same line as comment
5476         (ps-mode-tabkey, ps-mode-backward-delete-char):
5477         (ps-mode-r-balance): Replace `delete-horizontal-space' and
5478         `indent-to' with `indent-line-to'
5479         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
5480         instead of `eval'.
5481         (ps-mode-print-region): Use `with-temp-buffer'.
5482         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
5483         (numerous places): Add back-tick and tick around names in
5484         docstrings, fix punctuation in docstrings, remove trailing spaces.
5486 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
5488         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
5489         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
5490         (sgml-font-lock-syntactic-keywords): New var.
5491         (sgml-mode-common): Drop the two args.
5492         Don't make buffer-local variables that aren't used.
5493         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
5494         Don't set `before-string' props from sgml-display-text.
5495         (sgml-mode): Use define-derived-mode.
5496         (sgml-tags-invisible): Use sgml-display-text.
5497         (sgml-quote): New command.
5498         (html-tag-alist): Add args for `span'.
5499         (html-mode): Use define-derived-mode.
5500         Set sgml-display-text and sgml-tag-face-alist.
5502 2001-10-25  Sam Steingold  <sds@gnu.org>
5504         * add-log.el (add-log-always-start-new-record): New user option.
5505         (add-change-log-entry): Use it.
5507 2001-10-25  Richard M. Stallman  <rms@gnu.org>
5509         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
5510         bind case-fold-search if FROM is not all lower case.
5512 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
5514         * startup.el (normal-top-level): Check for frame-initial-frame
5515         only if it's really used.
5517         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
5519         * progmodes/compile.el (compilation-parse-errors-filename-function):
5520         New variable.
5521         (compilation-parse-errors): Use it.
5523 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
5525         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
5526         interactively so that C-u M-C-x still does edebug.
5527         (checkdoc-sentencespace-region-engine): Don't force a double-space
5528         after `.' if it doesn't look like an end-of-sentence.
5529         (debug-ignored-errors): Add `disambiguate ...'.
5531 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
5533         * textmodes/texinfo.el (texinfo-environments)
5534         (texinfo-environment-regexp): Hoist.
5535         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
5536         Only highlight the menu name in menu items.
5537         Setup `@foo ... @end foo' as text clones.
5538         (texinfo-clone-environment): New function.
5539         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
5540         (texinfo-insert-block): Simplify.
5541         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
5542         the command is repeated.
5543         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
5544         (texinfo-insert-@end): Simplify.
5546         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
5547         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
5548         (texinfo-subsubsection-level-regexp)
5549         (texinfo-update-menu-same-level-regexps)
5550         (texinfo-update-menu-higher-regexps)
5551         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
5553         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
5554         (derived-mode-p): Autoload.
5556         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
5557         New vars and functions.
5558         (text-clone-maintain, text-clone-create): New functions.
5560 2001-10-25  Miles Bader  <miles@gnu.org>
5562         * facemenu.el (facemenu-add-new-face): Fix variable names.
5564 2001-10-24  Richard M. Stallman  <rms@gnu.org>
5566         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
5567         of t and nil values.
5568         (facemenu-set-face): Handle START and END interactively.
5569         (facemenu-set-foreground): Don't use a face; specify color directly.
5570         (facemenu-set-background): Likewise.
5571         (facemenu-set-face-from-menu): Doc fix.
5572         (facemenu-active-faces): Use face-attribute-vector
5573         to handle bare attributes not in faces.
5574         (facemenu-get-face): Don't handle face names fg:... and bg:...
5575         specially.
5576         (facemenu-add-new-face): New argument MENU.
5577         New way to handle adding colors to the color menus.
5579         * env.el (substitute-env-vars): Quote the arg to rx.
5581 2001-10-24  Sam Steingold  <sds@gnu.org>
5583         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
5584         Control" and "SGML" groups.
5586 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
5588         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5589         Better handling of C++ template args to avoid confusion with `<'
5590         and `>' used as operators in member init expressions.
5592 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
5594         * replace.el (perform-replace): Move START and END parameters
5595         to the end of the argument list and make them optional.
5597         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
5598         perform-replace.
5600         * international/fontset.el (x-must-resolve-font-name): New function.
5601         (x-complement-fontset-spec): Use it.
5603 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
5605         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
5607         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5608         Turn caadr into caar of cdr.
5610 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
5612         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
5613         of mouse-{1,2} since dragging is on the down event.
5615         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
5617         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
5618         if ARG is nil.
5620         * desktop.el (desktop-last-buffer): New variable.
5621         (desktop-create-buffer): Set it.
5622         (desktop-read): Bind it and switch to that buffer.
5624 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
5626         * progmodes/compile.el (compilation-set-window-height):
5627         Select old window only if it's still live.
5629 2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5631         * help-mode.el (help-buffer): Remove debugging code.
5632         From Stefan Monnier <monnier@cs.yale.edu>.
5634 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
5636         * files.el (file-name-sans-extension, file-name-extension):
5637         Don't count the leading dots in file names as signaling an extension.
5639 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
5641         * vc.el (vc-diff-switches): Doc rewritten.
5643 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
5645         * tooltip.el (tooltip-set-param): Doc fix.
5647         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
5648         127 to sgml-maybe-name-self.
5649         (sgml-name-8bit-mode): Doc fix.
5650         (sgml-char-names-table): New variable.
5651         (sgml-name-char): Support non-ASCII and mule-unicode-*
5652         characters.  Doc fix.
5653         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
5655         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
5656         doc string the effect of `left' and `top' parameters in
5657         tooltip-frame-parameters, the default values, and the units.
5658         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
5659         (tooltip-show): Mention in the doc string the `top' and `left'
5660         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
5662 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
5664         Add autoscaling support for vc-annotate.
5665         From J.D. Smith <jdsmith@alum.mit.edu>.
5667         * vc.el (vc-annotate-display-default): Accept colormap scaling
5668         ratio (now deprecated).
5669         (vc-annotate-display-autoscale): Added.
5670         (vc-annotate-add-menu): New autoscaling menu options "Span to
5671         Oldest" and "Span Oldest->Newest".  Easymenu support added for
5672         toggle menus driven by customize variable `vc-annotate-display-mode'.
5673         (vc-annotate-display-select): Added.
5674         (vc-annotate): Changed temp-buffer-show-function to
5675         `vc-annotate-display-select'.
5676         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
5677         Added argument OFFSET.  Instead of backend function, calls now
5678         generic `vc-annotate-difference'.
5679         (vc-annotate-difference): Added as generic function instead of
5680         backend-specific function.  No longer takes argument POINT, but
5681         instead accepts a time OFFSET.
5682         (vc-default-annotate-current-time): Added.
5684         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
5685         version in vc.el, with
5686         (vc-cvs-annotate-current-time): Added, as override of default.
5687         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
5688         `vc-cvs-annotate-difference'.
5690 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
5692         * saveplace.el (save-place): Require `saveplace'.
5694         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
5695         Use `sexp' for :value-type instead of `face'.
5697 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
5699         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
5700         regexps due to 5-digit message IDs.
5702 2001-10-21  Jason Rumney  <jasonr@gnu.org>
5704         * term/w32-win.el (redisplay-dont-pause): Don't set.
5706 2001-10-21  Miles Bader  <miles@gnu.org>
5708         * help-funs.el (help-manyarg-func-alist): Variable removed.
5710 2001-10-21  Miles Bader  <miles@gnu.org>
5712         * help-funs.el (help-manyarg-func-alist): Remove entries for
5713         `insert', `insert-and-inherit', `insert-before-markers',
5714         `insert-before-markers-and-inherit', `message', `message-box',
5715         `message-or-box', `propertize', `format', `encode-time', `append',
5716         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
5717         `insert-string', `ml-if', `ml-provide-prefix-argument', and
5718         `ml-prefix-argument-loop'.
5720 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
5722         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
5723         (vc-default-diff-tree): New functions.
5724         (vc-version-diff): Use them.  As a result, coding systems are now
5725         set up properly for all sorts of diffs, and tree diffs can now
5726         also be done locally.
5727         (vc-diff): With a prefix argument, don't require that it's called
5728         from a buffer under version control.
5729         (diff-switches): Remove duplicate definition.
5731         * vc-cvs.el (vc-cvs-diff-tree): New function.
5733 2001-10-21  Miles Bader  <miles@gnu.org>
5735         * help-funs.el (help-manyarg-func-alist): Remove entries for
5736         `list', `vector', `make-byte-code', `call-process',
5737         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
5738         `logand', `logior', and `logxor'.
5740         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
5741         image bits to compensate.  Use `make-string' instead of
5742         `make-bool-vector' (XBM apparently wants byte-aligned rows).
5744 2001-10-20  Kim F. Storm  <storm@cua.dk>
5746         * simple.el (kill-ring-save): Don't show extent of copied region
5747         if using transient-mark-mode and region is fully visible.
5749 See ChangeLog.9 for earlier changes.
5751 ;; Local Variables:
5752 ;; coding: iso-2022-7bit
5753 ;; End:
5755     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
5756   Copying and distribution of this file, with or without modification,
5757   are permitted provided the copyright notice and this notice are preserved.