Update commentary to include new function iswitchb-exclude-nonmatching.
[emacs.git] / lisp / ChangeLog
blobcc76c713f4996b86492d1c0270bc01452575aad6
1 2002-04-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3         * iswitchb.el: Update commentary to include new function
4         iswitchb-exclude-nonmatching.
6 2002-04-12  John Wiegley  <johnw@gnu.org>
8         * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
9         operating systems to the regexp used to detect a script's
10         interpretor.
12 2002-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
14         * frame.el (frames-on-display-list): Use `equal' to compare the
15         `display' frame parameter to the argument DISPLAY.
17 2002-04-12  Dave Love  <fx@gnu.org>
19         * help.el (string-key-binding): Deal with margin events.
21 2002-04-12  Francesco Potorti`  <pot@gnu.org>
23         * comint.el (comint-password-prompt-regexp): Match " SMB password".
25 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
27         * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
29         * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
31         * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
32         (buffer-syntactic-context-depth): New funs.
34         * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
35         on variables.
37         * emacs-lisp/debug.el (debug-on-entry): Use push.
38         (debugger-make-xrefs): Don't assume point-min == 1.
40         * progmodes/cc-engine.el (c-backward-to-start-of-if):
41         Don't assume point-min == 1.
43         * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
44         (etags-list-tags, etags-tags-apropos, select-tags-table):
45         Don't assume point-min == 1.
47 2002-04-12  Mike Williams  <mdub@bigfoot.com>
49         * textmodes/sgml-mode.el (sgml-guess-indent): New function.
51 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
53         * textmodes/fill.el (fill-context-prefix): Fix up last change.
55         * simple.el (line-move): Use memq rather than or.
56         (transpose-sexps): Don't presume as much of forward-sexp's behavior.
57         (do-auto-fill): Use fill-move-to-break-point.
58         (syntax-code-table): Remove.
60         * textmodes/fill.el (canonically-space-region): Obey sentence-end.
61         Don't add spaces at end of sentences at end of line.
62         (fill-move-to-break-point): Make sure the result is always greater
63         than linebeg, so we ensure forward progress.
64         (fill-region-as-paragraph): Compare to `to' rather than eobp.
65         (fill-paragraph): Don't rebind fill-paragraph-function.
67 2002-04-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
69         * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
71 2002-04-11  Andreas Schwab  <schwab@suse.de>
73         * files.el (file-name-non-special): Handle return value of t from
74         `file-name-completion'.
76 2002-04-10  Stefan Monnier  <monnier@cs.yale.edu>
78         * textmodes/fill.el (fill-context-prefix): Match the two prefixes
79         differently to avoid pathological exponential-time case.
80         (adaptive-fill-regexp): Add ! and %.
81         (fill-delete-prefix): Remove indentation while removing prefix.
82         (fill-delete-newlines): Obey sentence-end.
83         (fill-move-to-break-point, fill-newline): New functions extracted
84         from fill-region-as-paragraph.
85         (fill-region-as-paragraph): Use them.
86         Don't fiddle with fill-indent-according-to-mode.
88 2002-04-10  Colin Walters  <walters@verbum.org>
90         * play/snake.el (snake-score-file): Default to just "snake-scores".
92         * play/tetris.el (tetris-score-file): Likewise.
94         * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
95         use `update-game-score'.
97         * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
98         (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
99         ourselves; take it as an argument.  Caller updated.
100         (ibuffer-mode): Make mode-class special.
102 2002-04-10  Richard M. Stallman  <rms@gnu.org>
104         * dired.el (dired-view-command-alist): New variable.
105         (dired-view-file): Use external viewers for some files names.
107         * mouse.el (mouse-drag-region-1): Display region highlight
108         only in the selected window.
110         * subr.el (remove-hook): When there are no more local hooks,
111         kill the buffer-local value.
113         * isearch.el (isearch-mode): Don't call make-frame-visible
114         if frame is already visible.
116         * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
118 2002-04-09  Emmanuel Briot  <briot@act-europe.fr>
120         * progmodes/ada-prj.el: Add support for the new project file
121         fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.  Fix
122         widget handling for Emacs 21.  ada-mode now only supports a single
123         active project file, instead of one per buffer.  This is far less
124         confusing.
126         * progmodes/ada-stmt.el: Menu changed from Statements to
127         Templates.
128         (ada-func-or-proc-name): Get real subprogram name, after change in
129         ada-mode.el.
131         * progmodes/ada-xref.el: Ada-mode no longer supports a different
132         project file per buffer.  This was too complex.  Instead, there is
133         now a single active project file at any given time, and the user
134         can switch the active one through the Ada menu.  This revision
135         also provides better handling of the Windows command line, and the
136         various available shells on that platform.  ada-mode is now fully
137         integrated with the GNU visual debugger gvd, see
138         http://libre.act-europe.fr.
139         (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.  This
140         is only available with GNAT 3.14.
141         (ada-prj-gnatfind-switches, ada-cd-command): New variable.
142         (ada-quote-cmd): New function.
143         (ada-initialize-runtime-library): Get the location of the actual
144         runtime the compiler will be using, including support for
145         cross-platform environments.
146         (ada-treat-cmd-string): Add support for the new variable
147         ${full_current} add support for debug-pre-cmd and debug-post-cmd,
148         two commands to run just prior to running the debugger, and just
149         after starting it.  This provide better support for cross-platform
150         and remote debugging.
151         (ada-get-absolute-dir): Remove, replace with expand-file-name.
152         (ada-gdb-application): New parameter executable-name.
153         (ada-get-ali-file-name): Better handling of separate packages.
154         Checkin on behalf of the ada-mode maintainer.
156         * progmodes/ada-mode.el (ada-case-exception-file)
157         (ada-indent-handle-comment-special): New variables.
158         (ada-case-exception-substring): New variable.  Casing exceptions
159         can now also be defined for substrings, in addition to full
160         identifier names.  This provides more flexibility.
161         (ada-align-list): New function, provide support for align.el in
162         ada-mode.
163         (ada-procedure-start-regexp): Add support for operators and
164         generic formal subprograms and packages.
165         (ada-imenu-comment-re): New variable.
166         (ada-imenu-generic-expression): Add support for protected types.
167         (ada-mode): Set comment-start only after running ada-mode-hook, so
168         that the user can change ada-comment-start in the hook.  Add
169         support for ispell in comments.  Add support for align.el.
170         (ada-save-exception-file, ada-create-case-exception-substring)
171         (ada-adjust-case-substring): New functions.
172         (ada-get-current-indent): Properly handles keywords with
173         uppercases.
174         (ada-goto-matching-end): Rewritten, fixes problems in the handling
175         of nested blocks.
176         (ada-untab-hard): Do not touch the contents of comments and
177         strings.
179 2002-04-09  Mike Williams  <mdub@bigfoot.com>
181         * textmodes/sgml-mode.el (sgml-lexical-context):
182         Use sgml-parse-tag-backward to find start point.
183         (sgml-looking-back-at): Doc fix.
185 2002-04-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
187         * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
188         for prompt.
190 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
192         * autorevert.el (auto-revert-mode, global-auto-revert-mode):
193         Use define-minor-mode.
194         (auto-revert-buffers): Use with-current-buffer.
195         Avoid changing the minor modes.
197         * international/iso-acc.el (iso-accents-accent-key): Use `vector'
198         rather than char-to-string since last-input-char can be any event.
200         * international/titdic-cnv.el (tit-dictionary):
201         Use defvar for non-constants.
203         * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
204         (global-cwarn-mode): Use easy-mmode-define-global-mode.
205         (cwarn-font-lock-keywords): New function.
206         Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
207         (cwarn-font-lock-match): New macro.
208         (cwarn-font-lock-match-assignment-in-expression)
209         (cwarn-font-lock-match-dangerous-semicolon)
210         (cwarn-font-lock-match-reference): Use it.
212         * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
213         Use defvar rather than defconst since it's meant to be settable.
214         (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
215         (cperl-fix-line-spacing): Add missing \ in [ t].
217         * loadup.el: Call ucs-unify-8859 directly rather than
218         unify-8859-on-encoding-mode.
219         (fns-*.el): Don't use it anymore.  Keep the load-history in purespace.
221         * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
222         (sgml-mode): Use it for comment-line-break-function.
224 2002-04-08  Jason Rumney  <jasonr@gnu.org>
226         * international/mule-cmds.el (reset-language-environment):
227         Handle coding-systems not being defined yet.
229 2002-04-08  Sam Steingold  <sds@gnu.org>
231         * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
232         (vc-cvs-checkin): Use it.
234 2002-04-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
236         * files.el (display-time-string): Fix last change.
238 2002-04-07  Sam Steingold  <sds@gnu.org>
240         * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
242 2002-04-07  Jason Rumney  <jasonr@gnu.org>
244         * international/mule-cmds.el (set-default-coding-systems)
245         (reset-language-environment): Preserve eols on
246         default-process-coding-system.
247         (coding-system-change-text-conversion): Fix case where CODING is nil.
249 2002-04-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
251         * subr.el (play-sound): Move here from simple.el.
253         * simple.el (play-sound): Move to subr.el.
255 2002-04-06  Richard M. Stallman  <rms@gnu.org>
257         * files.el (display-time-string-forms): Mark as risky.
259         * enriched.el (enriched-decode-foreground, enriched-decode-background):
260         Use proper format for desired elts of `face' property.
261         Don't test display-color-p; make the properties unconditionally.
263         * progmodes/compile.el (compilation-error-regexp-alist):
264         New alternatives for FILE:LINE.COL and for ranges of columns and lines.
266 2002-04-06  Per Abrahamsen  <abraham@dina.kvl.dk>
268         * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
269         for customization type.
270         Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
272 2002-04-06  Mike Williams  <mdub@bigfoot.com>
274         * textmodes/xml-lite.el: Remove.
276 2002-04-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
278         * simple.el (play-sound): New function (uses play-sound-internal).
280 2002-04-04  Richard M. Stallman  <rms@gnu.org>
282         * files.el (mode-line-format, mode-line-modified)
283         (mode-line-mule-info, mode-line-buffer-identification)
284         (mode-line-modes, mode-line-position): Explicitly mark as risky.
285         (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
287         * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
289         * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
290         Use (syntax-table), not old-syntax-table.
292         * enriched.el (enriched-decode-foreground)
293         (enriched-decode-background): Don't call facemenu-get-face.
295 2002-04-04  Mike Williams  <mdub@bigfoot.com>
297         * textmodes/sgml-mode.el: Add missing require.
298         (sgml-lexical-context): Fix up CDATA detection for boundary cases.
300 2002-04-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
302         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
303         spot indicated by text property `cvs-goal-column', if present.
305         * pcvs-info.el (cvs-fileinfo-pp): Use text property
306         `cvs-goal-column' to indicate position of file name (if present).
308 2002-04-03  Richard M. Stallman  <rms@gnu.org>
310         * mail/mailabbrev.el (mail-abbrev-complete-alias):
311         Call mail-abbrev-make-syntax-table.
313         * format.el (format-deannotate-region): Doc fix.
315         * enriched.el (enriched-face-ans): Delete special treatment
316         for fg:... and bg:... faces.
317         (enriched-decode-foreground): Return a list that specifies
318         the foreground color, rather than creating a face.
319         (enriched-decode-background): Likewise.
321         * shell.el (shell-mode): Don't reinit comint-input-ring
322         if that was already done.
324 2002-04-03  Edward M. Reingold  <reingold@emr.cs.iit.edu>
326         * solar.el (solar-spring-or-summer-season): Delete.
327         (solar-northern-spring-or-summer-season): New variable.
328         (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
329         Rewrite.
331         * solar.el (diary-sabbath-candles-minutes): New variable.
332         (diary-sabbath-candles): Use it instead of fixed 18 minutes.
334         * calendar.el (update-calendar-mode-line): Force mode-line update.
335         Make date under the cursor available as `date' in
336         calendar-mode-line-format.
337         Eval items in calendar-mode-line-format list.
339         * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
340         (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
342         * cal-tex.el (cal-tex-latexify-list): Fix doc string.
344         * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
345         (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
346         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
347         (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
349         * cal-tex.el: Change all instances (interactive "P") to
350         (interactive "p").
351         (cal-tex-cursor-month): Add hfill and newline at end of month that
352         ended on Saturday.
353         (cal-tex-preamble): Change to LaTeX2e.
354         (cal-tex-cursor-filofax-year): Don't use default month names in
355         LaTeX macros in case user changes them.
356         (cal-tex-month-name): New function.  Used throughout in case user
357         has done something funny with month names.
359         * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
360         (diary-rosh-hodesh): Spelling correction.
362 2002-04-03  Mike Williams  <mdub@bigfoot.com>
364         * textmodes/sgml-mode.el (sgml-lexical-context)
365         (sgml-parse-tag-backward): Extend support for CDATA to include
366         conditional sections.
368 2002-04-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
370         * cus-start.el: Rename `autoselect-window' to
371         `mouse-autoselect-window'.
373 2002-04-02  Richard M. Stallman  <rms@gnu.org>
375         * files.el (hack-one-local-variable):
376         Clear text props from string value.
378 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
380         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
381         (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
382         Use regexp-opt.
383         (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
384         from F95.
385         (f90-procedures-re): Add `null' and `cpu_time' from F95.
386         (f90-font-lock-keywords-1): Minor reorganization so we don't need
387         `override' any more.
388         (f90-font-lock-keywords-3): Use `keep' rather than `override'.
389         (f90-indent-subprogram): Use indent-region.
390         (f90-break-line): Use indent-according-to-mode.
392 2002-04-02  Mike Williams  <mdub@bigfoot.com>
394         * textmodes/sgml-mode.el (sgml-close-tag): Rename from
395         sgml-insert-end-tag. Simplify by using sgml-lexical-context.
396         (sgml-get-context): Remove use of sgml-inside-tag-p.
397         (sgml-inside-tag-p): Remove.
398         (sgml-looking-back-at): Short-circuit at beg of buffer.
399         (sgml-lexical-context, sgml-calculate-indent): Add support for
400         CDATA sections.
402 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
404         * help.el (help-key-description): New fun.
405         (describe-key-briefly, describe-key): Use it and
406         this-single-command-raw-keys plus new arg `untranslated'.
408         * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
409         (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
410         (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
411         (sgml-insert-end-tag): New funs taken from xml-lite.el.
412         (sgml-calculate-indent): Use them.
413         (sgml-slash-matching): Rename from sgml-slash.
414         (sgml-slash): Copied from xml-lite and changed to use
415         sgml-slash-matching and sgml-quick-keys.
417         * international/mule-cmds.el (standard-keyboard-coding-systems):
418         Add koi8-u and koi8-r.
420         * eshell/.cvsignore: New file.
422         * eshell/esh-groups.el: Remove.
424         * progmodes/tcl.el: Change maintainer.
425         (tcl-electric-hash-style): Change default to nil.
426         (tcl-imenu-generic-expression): Use tcl-proc-regexp.
427         (tcl-do-auto-fill): Remove.
428         (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
430 2002-04-01  Mike Williams  <mdub@bigfoot.com>
432         * textmodes/sgml-mode.el: Doc fixes.
433         (sgml-mode): Set indent-line-function to sgml-indent-line.
434         (sgml-calculate-indent): Add an explicit check for 'text syntax,
435         to protect against future enhancements to sgml-lexical-context.
436         (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
438         * textmodes/xml-lite.el: Removed much redundant stuff.
439         (xml-lite-parse-tag-backward): Simplify parsing by assuming we
440         always start within text. Make use of sgml-unclosed-tag-p.
442 2002-04-01  Ville Skytt\e,Ad\e(B  <ville.skytta@xemacs.org>
444         * tcl.el (tcl-imenu-generic-expression): New value.
445         (tcl-imenu-create-index-function): Function deleted.
446         (tcl-mode): Check for filladapt-mode.
447         Use tcl-imenu-generic-expression instead of
448         tcl-imenu-create-index-function.
449         (inferior-tcl-mode): Doc fix.
450         Change not legally significant.
452 2002-04-01  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
454         * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
456         * window.el (handle-select-window): New function.
457         Update copyright.
459 2002-04-01  Richard M. Stallman  <rms@gnu.org>
461         * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
463         * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
464         tool-bar-add-item, and new arg MAP.
465         (tool-bar-add-item): Now calls tool-bar-local-item.
466         (tool-bar-local-item-from-menu): Renamed from
467         tool-bar-add-item-from-menu, and new arg IN-MAP.
468         (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
470         * help-fns.el (help-with-tutorial): Allow various ways
471         to specify the text in the [...] line, in handling the <...> line.
473         * progmodes/idlw-rinfo.el (idlwave-system-routines):
474         WOLRDTITLE => WORLDTITLE.  SUPRESS_VALUE => SUPPRESS_VALUE.
476         * subr.el (redraw-modeline): Define alias.
478 2002-03-31  Richard M. Stallman  <rms@gnu.org>
480         * files.el (file-expand-wildcards): Use save-match-data.
482         * files.el (format-alist): Mark as risky.
484         * simple.el (kill-new): Doc fix.
486         * emacs-lisp/byte-opt.el (side-effect-free-fns)
487         (side-effect-and-error-free-fns): Add many functions, remove some.
489 2002-03-30  Richard M. Stallman  <rms@gnu.org>
491         * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
493 2002-03-30  Eli Zaretskii  <eliz@gnu.org>
495         * font-lock.el (save-buffer-state): Fix last change.
497         * files.el (auto-save-file-name-transforms): Fix last change.
499         * startup.el (command-line): Fix last change.
501 2002-03-29  Richard M. Stallman  <rms@gnu.org>
503         * subr.el (play-sound-file): Moved to simple.el.
505         * simple.el (play-sound-file): Moved from subr.el, made unconditional.
507 2002-03-29  Colin Walters  <walters@verbum.org>
509         * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
510         instead of `forward-line'.
511         (ibuffer-forward-line): Be sure to skip over special properties
512         before moving, too.
514         * calc/calc.el (calc-was-split): Var deleted.
515         (calc): Remove reference to it.
516         (calc): Ditto.
517         (calc-quit): Ditto.
518         (calc-init-base): Ditto.
520         * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
522 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
524         * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
525         instead of nil when point is outside of any tag.
526         (sgml-beginning-of-tag): Adjust to the change.
527         (sgml-calculate-indent): Use the new info returned by
528         sgml-lexical-context.  Try to handle unclosed tags.
530         * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
531         at unclosed tags unless it is at indentation.
532         Kill nested unclosed tags.
533         (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
534         (xml-lite-mode): Use sgml-indent-line instead.
536 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
538         * files.el (auto-save-file-name-transforms): Don't run "\\2" via
539         expand-file-name.
541         * startup.el (command-line): Recompute auto-save-file-name-transforms
542         using the updated value of temporary-file-directory.
544 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
546         * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
547         even with an empty context.  Don't save excursion any more.
548         Don't complain about unmatched start-tags in sgml-unclosed-tags.
549         Ignore end-tags in sgml-empty-tags.
550         (xml-lite-get-context, xml-lite-calculate-indent)
551         (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
552         (xml-lite-indent-line): Use back-to-indentation.
554         * textmodes/sgml-mode.el (sgml-basic-offset): New var.
555         (sgml-name-re, sgml-attrs-re): New consts.
556         (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
557         (sgml-mode): Use them.
558         (sgml-lexical-context): Default to (point-min) if nothing else works.
559         (sgml-calculate-indent): Indent slightly differently.
560         (sgml-indent-line): Use back-to-indentation.
561         (sgml-parse-dtd): New function.
562         (sgml-unclosed-tags): New var.
563         (html-mode): Set it.
565 2002-03-29  Simon Marshall  <simon.marshall@misys.com>
567         * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
569 2002-03-29  Richard M. Stallman  <rms@gnu.org>
571         * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
572         Use FILTER arg in dired-get-marked-files to exclude directories.
573         (dired-nondirectory-p): New function.
575         * dired.el (dired-get-marked-files): New arg FILTER
576         allows selection of some files.
578         * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
580 2002-03-29  Eric M. Ludlam  <eric@siege-engine.com>
582         * speedbar.el (speedbar-default-directory-list): Made robust
583         against deleted directories.
585 2002-03-28  Richard M. Stallman  <rms@gnu.org>
587         * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
588         Bindings changed.
590         * progmodes/compile.el (compilation-handle-exit):
591         If compilation-window-height is 0, display status in echo area.
593         * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
595         * rect.el (replace-rectangle): Add autoload.
597         * files.el: Mark many more variables as risky.
598         (hack-one-local-variable): Recognize several additional
599         patterns as risky.
601         * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
603 2002-03-28  Stefan Monnier  <monnier@cs.yale.edu>
605         * textmodes/xml-lite.el (xml-lite-in-string-p):
606         Use sgml-lexical-context.
607         (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
608         (xml-lite-get-context): Check that open/close tags match.
609         Don't stop scanning while we're ignoring matching tags.
611         * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
612         (sgml-mode-syntax-table): Use it.
613         (sgml-tag-syntax-table, sgml-tag-name-re): New const.
614         (sgml-tags-invisible): Use it.
615         (sgml-lexical-context): New fun.
616         (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
617         (sgml-quote): Accept \n as entity reference terminator.
618         (sgml-calculate-indent, sgml-indent-line): New funs.
620 2002-03-28  Andre Spiegel  <spiegel@gnu.org>
622         * vc-cvs.el (vc-cvs-global-switches): New user option.
623         (vc-cvs-command): New function.  Update all callers of
624         `vc-do-command' in vc-cvs.el to use this instead.
626 2002-03-27  Andrew Innes  <andrewi@gnu.org>
628         * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
629         relying on shell globbing.
631 2002-03-27  Colin Walters  <walters@debian.org>
633         * ibuffer.el (ibuffer-help-buffer-modes): New variable.
634         (ibuffer-fontification-alist): Use it.
635         (ibuffer-backward-line): Handle `ibuffer-summary' area.
636         (ibuffer-forward-line): Ditto.
638         * ibuf-ext.el (sorter mode-name): Doc fix.
639         (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
640         (operation query-replace): Use new `noerror' arg for
641         `query-replace-read-args'.
642         (operation query-replace-regexp): Ditto.
644 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
646         * textmodes/xml-lite.el: Fix copyright notice.
647         (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
648         (xml-lite-indent-comment-offset): Remove.
649         (xml-lite-calculate-indent): Use new name.  Use natural alignment
650         for comments.
651         (xml-lite-in-string-p): Simplify.
653 2002-03-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
655         * allout.el (outline-layout): Doc fix.
657 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
659         * textmodes/xml-lite.el: Don't require `custom'.
660         (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
661         (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
662         (xml-lite-get-context): Drop nested tags not just for comments.
663         (xml-lite-indent-line): Be more careful about moving point.
664         (xml-lite-insert-end-tag, xml-lite-slash):
665         Use indent-according-to-mode instead of xml-lite-indent-line.
666         (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
667         Set sgml-xml-mode.  Don't call force-mode-line-update.
668         (xml-lite-mode-map): Don't bind TAB.
670 2002-03-27  Zoltan Kemenczy  <zoltan@ieee.org>
672         * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
673         parameter value.
674         (gud-jdb-build-source-files-list): Comment clarification.
675         (gud-jdb-massage-args): Reworked into loop-based argument list
676         processing in order to support -classpath and -sourcepath argument
677         processing.
678         (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
679         to gud-jdb-classpath to obtain search list.
680         (gud-jdb-parse-classpath-string): Remove any trailing slashes from
681         directory names in classpath/sourcepath lists, update comment.
682         (jdb): Add setting of gud-jdb-sourcepath, update comment.
683         (gud-find-class): Add gud-jdb-sourcepath use, and correct
684         behaviour for the case when classpath is not used--backward
685         compatibility fix.
687 2002-03-27  Eli Zaretskii  <eliz@is.elta.co.il>
689         * Makefile.in (compile, compile-always): Don't try to compile
690         non-existent files or files in empty directories.
692 2002-03-26  Michael Ernst  <mernst@alum.mit.edu>
694         * compare-w.el (compare-windows-whitespace): Match all whitespace.
696         * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
697         copy of standard Lisp directories.
699         * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
700         Support "next has longname" link type.
702 2002-03-26  Stefan Monnier  <monnier@cs.yale.edu>
704         * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
705         (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
706         New functions.
707         (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
708         (end-of-xml-tag): Remove.
709         (xml-lite-get-context): Better handling of comments.
710         (xml-lite-calculate-indent): Use xml-lite-in-string-p.
711         (xml-lite-parse-tag-backward): Rewrite.
713 2002-03-26  Juanma Barranquero  <lektu@terra.es>
715         * makefile.w32-in (WINS): Add the toolbar directory.
717 2002-03-26  Richard M. Stallman  <rms@gnu.org>
719         * subr.el (substring-no-properties): Function deleted (now in C).
721 2002-03-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
723         * mwheel.el (mouse-wheel-mode): Use global-set-key and
724         global-unset-key.
726 2002-03-24  Richard M. Stallman  <rms@gnu.org>
728         * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
730         * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
731         to query-replace-read-args.
733         * progmodes/compile.el (compilation-forget-errors):
734         Don't adjust compilation-parsing-end if it's nil.
736         * replace.el (query-replace-read-args): New optional arg NOERROR.
737         (perform-replace): Use save-window-excursion around recursive edit.
739 2002-03-24  Colin Walters  <walters@verbum.org>
741         * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
742         non-nil, then always use another window.
744 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
746         * subr.el (macro-declaration-function): New function.  Set the
747         variable macro-declaration-function to it.
749         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
750         Handle declarations in macro definitions.
752 2002-03-24  Eli Zaretskii  <eliz@is.elta.co.il>
754         * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
756         * enriched.el (enriched-face-ans): Support FACE of the form
757         (:foreground COLOR) and (:background COLOR).
758         (enriched-decode-foreground, enriched-decode-background): Set the
759         fore- and background colors of the faces we create, since facemenu
760         doesn't.
762 2002-03-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
764         * mwheel.el (mouse-wheel-mode): Use the result of
765         current-global-map instead of the variable `global-map'.
767 2002-03-23  Richard M. Stallman  <rms@gnu.org>
769         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
770         broken out of sendmail-pre-abbrev-expand-hook.
771         (sendmail-pre-abbrev-expand-hook): Use it.
773 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
775         * Makefile.in (finder-inf.el): Remove.
776         (finder-data): Don't depend on finder-inf.el any more.
777         (compile, compile-always): Handle the case where some files
778         from DONTCOMPILE are missing (it tried to compile them).
779         (bootstrap-clean): Use src/emacs only if executable.
780         (bootstrap): Update subdirs.el and finder-inf.el.
782         * finder.el: Don't load finder-inf.el during byte-compilation.
784         * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
785         Don't consider cvs-removed files as under VC control.
786         VC wouldn't handle them properly anyway and it confuses
787         vc-file-not-found-hook.
789         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
790         Add autoload cookie.
792 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
794         * calendar/calendar.el (calendar): Doc fix.
796 2002-03-22  Juanma Barranquero  <lektu@terra.es>
798         * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
799         (gomoku-font-lock-X-face): Likewise.
800         (gomoku-font-lock-keywords): Use faces instead of variables.
802 2002-03-21  Stefan Monnier  <monnier@cs.yale.edu>
804         * Makefile.in (bootstrap): Make sure subdirs.el is ready.
806 2002-03-21  Kim F. Storm  <storm@cua.dk>
808         * simple.el (open-network-stream, open-network-stream-nowait)
809         (open-network-stream-server): Use featurep to test for
810         supported networking features.
812 2002-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
814         * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
815         directions as the last action.
817 2002-03-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
819         * startup.el (fancy-splash-tail, normal-splash-screen):
820         Update copyright.
822         * novice.el (disabled-command-hook): Clarify output text to match
823         prompt.
825 2002-03-20  Jason Rumney  <jasonr@gnu.org>
827         * frame.el (display-images-p): Do not explicitly check display type.
829 2002-03-20  pmr-sav  <pmr-sav@hamm.pajato.com>
831         * mail-utils.el:
832         Eliminate compilation warnings due to `rfc822-addresses'.
833         (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
834         warning free compile.
836 2002-03-20  Michael Kifer  <kifer@cs.stonybrook.edu>
838         * ediff-diff.el (ediff-install-fine-diff-if-necessary):
839         Take the current highlighting style into account.
840         (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
841         (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
843         * ediff-init.el (ediff-patch-job): New macro.
845         * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
846         (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
848         * ediff-ptch.el (ediff-map-patch-buffer):
849         Use ediff-make-new-meta-list-header.
850         (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
852         * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
853         (ediff-select-difference): Take highlighting style into account.
854         (ediff-clone-buffer-for-region-comparison): New function.
855         (ediff-inferior-compare-regions): Added comparison of current diff
856         regions.
858         * ediff.el (ediff-clone-buffer-for-region-comparison)
859         (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
861 2002-03-19  pmr-sav  <pmr-sav@hamm.pajato.com>
863         * mail-utils.el (rmail-dont-reply-to):
864         Overhaul to correctly apply the regular
865         expressions in the variable `rmail-dont-reply-to-names' to the list of
866         destination addresses.  Contributed by lorentey@elte.hu.
868         * rmail.el (rmail-dont-reply-to-names):
869         Modify the documentation to make it email
870         address centric rather than login name centric.  Contributed by
871         lorentey@elte.hu.
873 2002-03-18  Colin Walters  <walters@verbum.org>
875         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
876         we don't require `cl' at runtime.
877         (sorting mode mode-name): Don't take the symbol-name of a string.
879         * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
880         line after setting the mark.
881         (ibuffer-insert-buffers-and-marks): Invert the test for
882         `ibuffer-sorting-reversep'.
884 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
886         * international/ucs-tables.el (unify-8859-on-decoding-mode)
887         (unify-8859-on-encoding-mode): Remove autoload cookie.
889 2002-03-18  Andre Spiegel  <spiegel@gnu.org>
891         * vc-rcs.el (vc-rcs-register): Fix handling of
892         vc-[rcs-]register-switches.
893         (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
894         Variables removed, since they weren't used yet.
896         * vc-cvs.el (vc-cvs-register): Fix handling of
897         vc-[cvs-]register-switches.
899         * vc-sccs.el (vc-sccs-register): Fix handling of
900         vc-[sccs-]register-switches.
902 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
904         * loadup.el ("emacs-lisp/backquote"): Load earlier.
905         ("international/ucs-tables"): Load and turn on
906         unify-8859-on-encoding-mode unconditionally.
907         (emacs-version): Use `defconst' rather than `setq'.
909         * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
911 2002-03-18  Richard M. Stallman  <rms@gnu.org>
913         * menu-bar.el (menu-bar-options-menu): Cope if
914         text-mode-hook is not a list.
916 2002-03-17  Richard M. Stallman  <rms@gnu.org>
918         * emulation/pc-select.el (pc-selection-mode):
919         Alter the existing global map, don't replace it.
921         * files.el (list-directory): Set default-directory at the end.
923         * dabbrev.el (dabbrev--goto-start-of-abbrev):
924         Put a limit on field-beginning search.
926 2002-03-17  Simon Josefsson  <jas@extundo.com>
928         * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
929         (browse-url-mosaic): Use it.
931         * net/browse-url.el (browse-url-filename-alist): Don't begin
932         docstring with *, you don't want to set this one with M-x
933         set-variable.
935         * net/browse-url.el: Put * in user option doc strings.
937 2002-03-17  Stefan Monnier  <monnier@cs.yale.edu>
939         * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
940         (sgml-xml-guess): Simplify.
941         (sgml-mode-common): Remove (move into sgml-mode).
942         (sgml-mode): Add code from sgml-mode-common.
943         Remove redundant setting of indent-line-function.
944         Don't set skeleton-transformation when in XML mode.
946         * international/mule-diag.el (describe-char-after):
947         Use `internal-describe-syntax-value' again (got lost somewhere).
949         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
950         Use unify-8859-on-decoding-mode.
951         (unify-8859-on-decoding-mode): Also set translation-table-for-input.
952         (ucs-insert): Give an error if the unicode char can't be created.
954         * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
955         (cvs-parse-status): Handle the "used to have a conflict" marker.
957 2002-03-17  Kim F. Storm  <storm@cua.dk>
959         The following changes are related to the enhanced network process
960         support.
962         * simple.el: Update copyright.
963         (clone-process): Use make-network-process to clone network
964         processes.  Get command list via (process-contact ... t).
965         Use set-process-query-on-exit-flag and process-query-on-exit-flag
966         instead of process-kill-without-query.
967         (open-network-stream): Replaces C-version from process.c.
968         (open-network-stream-nowait, open-network-stream-server): New funs.
969         (process-kill-without-query): Replaces C-version from process.c.
971         * files.el: Update copyright.
972         (save-buffers-kill-emacs): Also check for active server
973         processes.  Use process-query-on-exit-flag.  Only list processes
974         which has the query-on-exit flag set in connection with user query.
976         * shadowfile.el: Update copyright.
977         (shadow-save-buffers-kill-emacs): Also check for active server
978         processes.  Use process-query-on-exit-flag.
980 2002-03-16  Simon Marshall  <simon.marshall@misys.com>
982         * imenu.el (imenu-menubar-modified-tick): Renamed from
983         imenu-update-menubar-modified-tick.
984         (imenu-update-menubar): Update imenu-menubar-modified-tick
985         whenever outer condition succeeds.
987         * lazy-lock.el (save-buffer-state):
988         Bind inhibit-modification-hooks and buffer-file-truename
989         instead of before-change-functions and after-change-functions.
991 2002-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
993         * international/codepage.el (codepage-setup): Don't define a
994         codepage if it is already defined.
996         * textmodes/po.el (po-content-type-charset-alist): Convert the
997         car of each association to a string.
998         (po-find-file-coding-system-guts): If the charset matches a name
999         of a codepage, set up that codepage and return it as a coding
1000         system to decode the file.
1001         (po-find-charset): Search for the Charset= header even if we've
1002         read less than 4KB.
1003         <top-level>: Remove the setup for all known codepages: it seems
1004         to cause crashes in the CCL driver.
1006 2002-03-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1008         * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
1009         (bibtex-entry-field-alist): Doc fix.
1011 2002-03-16  Richard M. Stallman  <rms@gnu.org>
1013         * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
1014         Move definition above cperl-outline-regexp.
1016         * bindings.el (mode-line-mule-info): In computing help-echo prop,
1017         avoid using save-window-excursion.  And compile the function.
1019 2002-03-15  Stefan Monnier  <monnier@cs.yale.edu>
1021         * files.el (load-completion): New function.
1022         (load-library): Use it.
1024 2002-03-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1026         * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
1027         to match the actual code.
1029 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
1031         * textmodes/po.el (po-find-file-coding-system-guts):
1032         Use with-temp-buffer instead of po-with-temp-buffer.
1034         * international/mule-conf.el (file-coding-system-alist): Add an
1035         association for PO files.
1037         * textmodes/po.el: New file.
1039 2002-03-15  Gerd Moellmann  <gerd@gnu.org>
1041         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
1042         Fix simple loop indentation.
1044 2002-03-14  Miles Bader  <miles@gnu.org>
1046         * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
1048 2002-03-14  Richard M. Stallman  <rms@gnu.org>
1050         * textmodes/picture.el (picture-insert)
1051         (picture-clear-column, picture-draw-rectangle):
1052         Use move-to-column, not move-to-column-force.
1054         * dired.el (dired-readin): Clear out undo list.
1055         (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
1056         (dired-delete-entry): New function.
1057         (dired-internal-do-deletions): Use dired-fun-in-all-buffers
1058         and dired-delete-entry, to update this buffer (and others).
1060         * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
1062         * facemenu.el (facemenu-add-new-face):
1063         Pass region args to facemenu-set-face, when there is a region.
1064         (facemenu-set-foreground, facemenu-set-background)
1065         (facemenu-add-face): Doc fixes.
1067         * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
1069 2002-03-14  Miles Bader  <miles@gnu.org>
1071         * emacs-lisp/debug.el: Require `button'.
1072         (debugger-mode-map): Set the parent keymap to `button-buffer-map',
1073         to get TAB and <backtab> bindings.
1075         * net/rlogin.el (rlogin-carriage-filter): Function removed.
1076         (rlogin): Don't install the `rlogin-carriage-filter' filter, as
1077         comint removes carriage returns itself now.
1079         * rfn-eshadow.el (rfn-eshadow-update-overlay):
1080         Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
1081         getting hosed by our own intangible property.
1083 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
1085         * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
1086         Add fortran-comment-line-start-skip to comment-start-skip.
1087         (fortran-comment-indent): Keep whole-line comments in column 0.
1088         (fortran-find-comment-start-skip): New arg `all'.
1089         If ALL is nil, make sure we only match comment-start-skip if we
1090         can't match fortran-comment-line-start-skip.
1091         Fix bug that made it return t but without moving point when
1092         matching '!'! (a false-comment followed by a real comment).
1093         (fortran-indent-comment): Use new `all' argument above.
1094         Be careful not to add an incorrect comment-starter like "C"
1095         in comment-column.
1096         (fortran-split-line): When splitting a comment, reuse the comment
1097         starter from the current line rather than fortran-comment-line-start.
1098         (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
1099         cleaner behavior of fortran-find-comment-start-skip.
1100         (fortran-fill): Don't be confused by ! inside a comment.
1101         (fortran-break-line): Minor cleanup and simplification.
1103 2002-03-13  Francesco Potorti`  <pot@gnu.org>
1105         * progmodes/etags.el (tag-exact-file-name-match-p)
1106         (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
1107         simpler regexp.
1109 2002-03-12  Colin Walters  <walters@debian.org>
1111         * ibuffer.el (ibuffer-redisplay-current): Don't move point when
1112         redisplaying a line.
1114 2002-03-12  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
1116         * term/x-win.el (emacs-session-restore): Take previous id as
1117         an argument.
1118         (emacs-session-save): Add comment that return t means cancel shutdown
1120         * startup.el (command-line): Must check that x-session-previous-id
1121         is bound also, for non-X platforms.
1123 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
1125         * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
1126         (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
1127         New user options.
1128         (extended-loop-p, common-lisp-loop-part-indentation): New functions.
1129         (common-lisp-indent-function-1): Renamed from
1130         common-lisp-indent-function.
1131         (common-lisp-indent-function): Handle loop forms specially.
1132         (lisp-indent-defmethod): Use car/cdr instead of first/rest.
1133         (lisp-backquote-indentation): New user option.
1135 2002-03-12  Francesco Potorti`  <pot@gnu.org>
1137         * progmodes/etags.el (tag-exact-file-name-match-p)
1138         (tag-file-name-match-p, tag-partial-file-name-match-p):
1139         Assume that the header of a tags section has either a number
1140         or nothing after the last comma.
1142 2002-03-11  Richard M. Stallman  <rms@gnu.org>
1144         * imenu.el (imenu-update-menubar-modified-tick): New variable.
1145         (imenu-update-menubar): Don't call imenu--make-index-alist
1146         if buffer has not changed since last time.
1148         * desktop.el (desktop-buffer-handlers): Doc fix.
1149         (desktop-buffer-file): Explicitly return BUF.
1151         * paren.el (show-paren-function): Move back in other direction
1152         to verify the match is correct.
1154         * mail/supercite.el (sc-select-attribution): Accept whatever value
1155         we get in CHOICE; there is no value meaning "try again".
1157 2002-03-11  Colin Walters  <walters@verbum.org>
1159         * shell.el (toplevel): Revert previous change to use pcomplete.
1160         (shell-mode): Ditto.
1161         (shell-pcomplete-setup-done): Remove.
1162         (shell-pcomplete): Ditto.
1163         (shell-pcomplete-reverse): Ditto.
1165         * comint.el: Remove documentation on setting up pcomplete.
1167 2002-03-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1169         * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
1170         item.  Doc fix.
1172         * image.el (image-type-from-file-header): Make temporary buffer
1173         unibyte.
1175         * subr.el (add-to-list): Doc fix.
1177 2002-03-11  Miles Bader  <miles@gnu.org>
1179         * pcomplete.el (pcomplete-entries): Expand environment variables
1180         in filename.
1182 2002-03-10  Daniel Pfeiffer  <occitan@esperanto.org>
1184         * play/mpuz.el: Use defface instead of facemenu-get-face.
1186 2002-03-10  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
1188         * startup.el (command-line): Add call to emacs-session-restore if
1189         both x-session-id and x-session-previous-id are strings.
1191         * term/x-win.el (x-handle-smid): New function.
1192         (emacs-session-filename): New function.
1193         (emacs-session-save): New function.
1194         (emacs-save-session-functions): New variable.
1195         (emacs-session-restore): New function.
1197 2002-03-09  Eli Zaretskii  <eliz@is.elta.co.il>
1199         * simple.el (shell-command-on-region): Call push-mark with
1200         non-nil second arg, to suppress the "Mark set" message.
1202 2002-03-08  Richard M. Stallman  <rms@gnu.org>
1204         * textmodes/picture.el (picture-forward-column): New arg `interactive'
1205         is non-nil for an interactive call.  Use instead of interactive-p.
1206         (picture-backward-column): Likewise.
1208         * tar-mode.el (tar-untar-buffer): New function.
1210         * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
1211         Put the mouse-face on the entire xref, like the local keymap.
1213         * find-dired.el (find-name-dired): Use shell-quote-argument.
1215 2002-03-08  Daniel Pfeiffer  <occitan@esperanto.org>
1217         * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
1218         (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
1219         (mpuz-allow-double-multiplicator): New options for nicer look and
1220         new features.
1221         (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
1222         (mpuz-check-all-solved, mpuz-random-puzzle)
1223         (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
1224         (mpuz-show-solution): Functions streamlined and removed french
1225         style space before punctuation, added face support and optional
1226         solving of trivial results.
1228 2002-03-07  Colin Walters  <walters@verbum.org>
1230         * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
1232         * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
1233         instead of "recency" for clarity.
1234         (ibuffer-compile-format): Document more.  Handle new "summarizer"
1235         columns.
1236         (ibuffer-fontify-region-function): Ditto.
1237         (ibuffer-insert-buffer-line): Ditto.
1238         (ibuffer-map-lines): Ditto.
1239         (ibuffer-insert-buffers-and-marks): Ditto.
1240         (ibuffer-update-title-and-summary): Renamed from
1241         `ibuffer-update-title'.  Handle "summarizer" columns.
1242         (ibuffer-clear-summary-columns): New function.
1244         * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
1246 2002-03-07  Gerd Moellmann  <gerd@gnu.org>
1248         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
1249         Use the other-window instead of the other-frame functions when
1250         the window is dedicated.
1252 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
1254         * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
1255         with SILENT so that a new field can be added.
1257 2002-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
1259         * files.el (make-auto-save-file-name): Make sure the produced file
1260         name does not contain characters that are invalid for DOS/Windows
1261         filesystems.
1263         * dos-fns.el, w32-fns.el (make-auto-save-file-name):
1264         Remove replacement functions.
1266 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
1268         * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
1269         the form `:x'.
1271         * vc.el (vc-branch-part): Add autoload cookie.  This function can
1272         be called from vc-rcs-find-most-recent-rev when visiting a file
1273         checked into RCS in a CVS sandbox.
1275 2002-03-06  Andreas Schwab  <schwab@suse.de>
1277         * progmodes/hideif.el: Augment expression parser to handle
1278         conditional expressions.
1279         (hif-token-regexp): Also match `?' and `:'.
1280         (hif-tokenize): Handle `?' and ':' as tokens.
1281         (hif-expr): Parse conditional expressions.
1282         (hif-or-expr): Parse `||' expressions.
1283         (hif-and-expr): Renamed from hif-term.
1284         (hif-conditional): New function to evaluate a conditional
1285         expression.
1287 2002-03-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1289         * language/czech.el ("Czech"): Fix the documentation.
1291         * language/slovak.el ("Slovak"): Likewise.
1293 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
1295         * xml.el (xml-parse-attlist): Accept empty strings.
1297 2002-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
1299         * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
1300         all terminals now support highlighting of some kind.
1302         * language/european.el (mac-roman): Fix the safe-chars property.
1304 2002-03-05  Andre Spiegel  <spiegel@gnu.org>
1306         * vc.el (vc-transfer-file): Use `make-temp-file'.
1307         (vc-default-update-changelog): Remove conditional use of
1308         `make-temp-name'.
1310         * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
1312 2002-03-05  Michael Kifer  <kifer@cs.stonybrook.edu>
1314         * ediff-init.el: Comments.
1316         * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
1317         is loaded.
1319         * ediff-mult.el (ediff-intersect-directories)
1320         (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
1321         Cleanup.
1322         (ediff-draw-dir-diffs): Now supports the "C" command in directory
1323         difference buffer.
1324         (ediff-dir-diff-copy-file): New function that implements copying
1325         of files from one Ediff dir to another
1326         (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
1327         (ediff-append-custom-diff): Better error msgs.
1329         * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
1330         (ediff-inferior-compare-regions): Use
1331         ediff-clone-buffer-for-region-comparison. Better and simpler interface.
1333         * ediff.el (ediff-directories-internal): Cleanup.
1334         (ediff-clone-buffer-for-region-comparison): Better interface.
1336 2002-03-04  Richard M. Stallman  <rms@gnu.org>
1338         * emacs-lisp/easy-mmode.el (define-minor-mode):
1339         Use "P" in interactive spec of minor mode commands.
1341 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
1343         * faces.el (face-spec-choose): Allow `t' to appear before the end.
1344         (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
1345         (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
1346         (variable-pitch, trailing-whitespace): Don't use the old-style entries.
1347         (mode-line-inactive, header-line): Move the `t' section to the
1348         beginning so the `:inherit' setting can be shared.
1350 2002-03-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1352         * net/snmp-mode.el: Require tempo when compiling to prevent
1353         warnings.  Update copyright notice.
1355         * help.el (describe-key-briefly, describe-key): Interpret `undefined'
1356         like not defined at all.
1358 2002-03-03  Stefan Monnier  <monnier@cs.yale.edu>
1360         * textmodes/sgml-mode.el: Change maintainer to FSF.
1361         (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
1362         (sgml-tags-invisible, sgml-beginning-of-tag):
1363         Allow _ : and non-ASCII in tag names, as required for XML.
1364         (sgml-name-char): Don't assume anything about charsets handled by
1365         encode-char.
1367         * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
1368         where one of the buffers is narrowed.
1370         * hexl.el (hexlify-command, dehexlify-command): Remove.
1371         (hexlify-buffer, dehexlify-buffer): Use call-process-region
1372         rather than shell-command-on-region.
1374         * newcomment.el (comment-forward): Use forward-comment to skip
1375         over whitespace (or comments) even when comment-use-syntax is nil.
1377         * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
1379         * textmodes/xml-lite.el: New file.
1381 2002-03-03  Richard M. Stallman  <rms@gnu.org>
1383         * textmodes/artist.el (artist-system): Use make-temp-file.
1385         * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
1387         * mail/sendmail.el (mail-recover-1): Increase non-random-len
1388         by 1 since we changed make-auto-save-file-name to add one
1389         fewer character to the buffer name.
1390         (mail-recover): Really show point at the right place
1391         in the *Directory* buffer.
1393         * files.el (make-auto-save-file-name): Use make-temp-file.
1395         * terminal.el (te-create-terminfo): Use make-temp-file
1396         to create the source file in a safe way.
1398 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
1400         * cus-start.el: Rename automatic-hscroll-step and
1401         automatic-hscroll-margin into hscroll-step and hscroll-margin.
1403         * frame.el (auto-hscroll-mode): Renamed from
1404         automatic-hscrolling.
1405         (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
1407         * mouse.el (mouse-region-delete-keys): Add deletechar.
1409 2002-03-03  Sam Steingold  <sds@gnu.org>
1411         * play/snake.el (snake-score-file): Fixed parens (broken by the
1412         last patch).
1413         * play/tetris.el (tetris-score-file): Ditto.
1415 2002-03-03  Richard M. Stallman  <rms@gnu.org>
1417         * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
1419         * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
1421         * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
1422         (gamegrid-make-mono-tty-face): Fix usage of condition-case.
1424 2002-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
1426         * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
1427         instead of `buffer-substring-no-properties' to support enriched mode.
1429 2002-03-02  Richard M. Stallman  <rms@gnu.org>
1431         * find-dired.el (find-grep-dired): Call shell-quote-argument.
1432         Specify the -e option.
1433         Rename arg to `regexp'.
1435 2002-03-02  Milan Zamazal  <pdm@zamazal.org>
1437         * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
1439 2002-03-02  Miles Bader  <miles@gnu.org>
1441         * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
1442         event-modifiers before looking up in `mouse-wheel-scroll-amount'.
1443         If there's no applicable modifiers entry in the alist in
1444         `mouse-wheel-scroll-amount', fall back to the default, not to
1445         nil (which causes full screen scrolls).
1447 2002-03-01  Andreas Schwab  <schwab@suse.de>
1449         * textmodes/texnfo-upd.el (texinfo-start-menu-description):
1450         Remove extra paren in regexp.
1452 2002-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
1454         * mouse.el (mouse-show-mark): Use display-mouse-p, not
1455         display-graphic-p, to decide whether to move point or use the
1456         highlighting.
1458 2002-02-28  Colin Walters  <walters@verbum.org>
1460         * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
1462         * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
1463         `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
1464         (calc-temp-file-name): Use `make-temp-file'.
1466 2002-02-28  Richard M. Stallman  <rms@gnu.org>
1468         * font-lock.el (java-font-lock-extra-types):
1469         Match java.net.URL, etc.
1471 2002-02-28  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1473         * hexl.el (hexl-options): Doc fix.
1474         Update Commentary section.
1476         * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
1477         Doc fixes.
1479 2002-02-28  Andre Spiegel  <spiegel@gnu.org>
1481         * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
1482         the user to do that first.
1483         (vc-update): New function.
1485         * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
1486         which calls vc-update.  Use the term "Base Version" instead of
1487         "Last Version" for the entries "Revert" and "Compare".
1489 2002-02-28  Kim F. Storm  <storm@cua.dk>
1491         * simple.el (shell-command-on-region): Report non-zero exit
1492         status in mode line instead of buffer.
1494 2002-02-27  Richard M. Stallman  <rms@gnu.org>
1496         * comint.el (comint-preoutput-filter-functions): Doc fix.
1497         (comint-output-filter-functions, comint-input-filter-functions)
1498         (comint-redirect-filter-functions): Likewise.
1500         (comint-redirect-preoutput-filter): Do the local-hook
1501         handling of t when running comint-redirect-filter-functions.
1502         (comint-output-filter): Likewise for comint-preoutput-filter-functions.
1504 2002-02-26  Richard M. Stallman  <rms@gnu.org>
1506         * paths.el (remote-shell-program): Add doc string.
1508 2002-02-26  Colin Walters  <walters@debian.org>
1510         * ibuf-ext.el (sorter mode-name): New.
1511         (ibuffer-do-occur): Don't quote ibuffer-marked-char.
1513         * calc/calc-ext.el (calc-scroll-left): Call scroll-left
1514         interactively, so they do something.
1515         (calc-scroll-right): Ditto.
1517 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
1519         * international/mule.el (ctext-pre-write-conversion): Handle the
1520         case when FROM is a string, and when we are called from
1521         build_annotations_2.
1523 2002-02-26  Richard M. Stallman  <rms@gnu.org>
1525         * rect.el (clear-rectangle-line): Reindent to the same column
1526         that move-to-column reached when it tried to go to endcol.
1528         * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
1530 2002-02-26  Ivar Rummelhoff  <ivarru@math.uio.no>
1532         * winner.el (winner-boring-buffers, winner-set): A window which
1533         displays a buffer whose name is in the list
1534         `winner-boring-buffers', will no longer be restored by `winner-undo'.
1535         (winner-sorted-window-list): Used to improve comparison between
1536         window configurations.
1537         (winner-win-data): Simplified and moved.
1538         (winner-conf): Simplified (now uses `winner-win-data').
1539         (winner-change-fun, winner-save-old-configurations)
1540         (winner-save-(un)conditionally, winner-redo): Changes made while in
1541         the minibuffer will be ignored.  (Such changes are undone upon
1542         exit for the minibuffer, anyway.)
1543         (winner-set-conf): Preserve selected window whenever possible.
1544         (winner-make-point-alist): Simplified.
1545         (winner-mode, winner-save-unconditionally): Save current window
1546         configuration on entering minibuffer.
1547         (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
1548         since it does not change the overall behavior of Emacs.
1550 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
1552         * international/mule-conf.el (compound-text): Renamed back from
1553         compound-text-no-extensions.
1554         (ctext-no-compositions): Remove the mime-charset property.
1555         (compound-text-with-extensions): Renamed from compound-text.
1556         (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
1558 2002-02-26  Juanma Barranquero  <lektu@terra.es>
1560         * faces.el (list-faces-display): Fix typo.
1562 2002-02-25  Richard M. Stallman  <rms@gnu.org>
1564         * frame.el (focus-follows-mouse): Doc fix.
1566 2002-02-26  Miles Bader  <miles@gnu.org>
1568         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
1569         to `define-key', since it no longer accepts the latter.
1571 2002-02-25  Jason Rumney  <jasonr@gnu.org>
1573         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
1574         mouse-wheel-scroll-amount.
1576         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
1577         mwheel.el.
1579         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
1581 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
1583         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
1584         consistent with the others that take a backend name as a symbol.
1586         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
1588 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
1590         * comint.el (comint-replace-by-expanded-filename): Do nothing if
1591         comint-match-partial-filename returns nil.
1593         * shell.el (shell-pcomplete-setup-done): New variable.
1594         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
1595         (shell-pcomplete-reverse): Ditto.
1597 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
1599         * ps-print.el (ps-print-printer): Added `lpr' customize group member.
1601 2002-02-25  Juanma Barranquero  <lektu@terra.es>
1603         * subr.el (save-match-data): Doc fix.
1605         * ielm.el (ielm-prompt): Allow customization; make it read-only.
1607 2002-02-25  Kim F. Storm  <storm@cua.dk>
1609         * shell.el (shell-mode-map): Add "Complete" header so completion
1610         menu is shown on the menu bar in shell mode.
1612 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
1614         * ielm.el (ielm-match-data): New var.
1615         (inferior-emacs-lisp-mode): Make it buffer-local.
1616         (ielm-eval-input): Use it to preserve match-data between inputs.
1618 2002-02-24  Juanma Barranquero  <lektu@terra.es>
1620         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
1622 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
1624         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
1625         `custom-buffer' customize group.
1627 2002-02-23  Kim F. Storm  <storm@cua.dk>
1629         * help.el (where-is): Use remap-command.
1631         * help-fns.el (describe-function-1): Use remap-command.
1633         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
1634         change (no longer accept a symbol for the KEY argument).
1636 2002-02-23  Colin Walters  <walters@debian.org>
1638         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
1639         * calc/calcalg2.el (math-solve-get-sign): Ditto.
1641         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
1642         in generated function.
1644         * ibuf-ext.el (ibuffer-old-time): Change to hours.
1645         (ibuffer-mark-old-buffers): Handle it.
1647         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
1648         (toplevel): Bind them.
1649         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
1650         not necessary now that we use pcomplete.
1652         * comint.el: Document how use new pcomplete completion facility.
1654 2002-02-23  Richard M. Stallman  <rms@gnu.org>
1656         * mail/rmailsum.el (rmail-summary-output): Properly advance
1657         to next message, by calling rmail-summary-goto-msg.
1659         * net/browse-url.el (browse-url-galeon): Specify --existing
1660         for an existing window.  Use --noraise rather than --no-raise.
1661         Don't use -x.
1663 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
1665         * progmodes/etags.el (find-tag-noselect, find-tag)
1666         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
1667         Fix a typo in doc strings.
1669 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
1671         * play/snake.el (snake-velocity-queue, snake-update-velocity)
1672         (snake-final-x-velocity, snake-final-y-velocity):
1673         New variable and functions.  Store user's keypresses
1674         into a queue and pop from the queue each subsequent turn.
1675         (snake-update-game, snake-move-left)
1676         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
1677         (snake-start-game): Use that queue.
1678         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
1679         (snake-use-color-flag): Likewise.
1680         (snake-mode): Rename uses of those variables.
1682 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
1684         Support for ICCCM  Extended Segments in X selections:
1686         * international/mule-conf.el (ctext-no-compositions): New coding
1687         system.
1688         (compount-text-no-extensions): Renamed from compound-text.
1689         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
1690         compound-text-no-extensions.
1691         (compound-text): Redefined using post-read and pre-write conversions.
1693         * international/mule.el (non-standard-icccm-encodings-alist)
1694         (non-standard-designations-alist): New variables.
1695         (ctext-post-read-conversion, ctext-pre-write-conversion):
1696         New functions.
1698 2002-02-21  Jonathan Kamens  <jik@kamens.brookline.ma.us>
1700         * vc.el (vc-default-init-version): Update documentation to
1701         indicate that the backend can override the default init version.
1702         (vc-register): Use the backend init-version function, if it
1703         exists, to determine the initial version of a file.
1704         (vc-diff-switches-list): Don't symbol-quote backend, since it's
1705         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
1707         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
1708         not version-controlled.  This is necessary, e.g., if the file has
1709         just been reverted, and thus was previously under version control
1710         but isn't any longer.
1711         (vc-find-file-hook): Likewise.
1713 2002-02-21  Martin Lorentzson  <Martin.Lorentzson@telia.com>
1715         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
1716         (vc-cvs-sticky-tag-display): New variable.
1717         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
1718         (vc-cvs-checkin): If the input revision is a valid symbolic tag
1719         name, we create it as a branch, commit and switch to it.
1720         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
1721         (vc-cvs-valid-symbolic-tag-name-p): New function.
1722         (vc-cvs-parse-sticky-tag): New function.
1723         (vc-cvs-parse-entry): Added parsing of sticky tags.
1725 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
1727         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
1728         nil, and then explicitly set the standard-value to t.
1730 2002-02-20  Sam Steingold  <sds@gnu.org>
1732         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
1733         since it is used in the menu bar.
1735 2002-02-20  Richard M. Stallman  <rms@gnu.org>
1737         * simple.el (shell-command-on-region): Display the exit status
1738         when a command fails.
1740         * subr.el (add-hook): Doc fix.
1742         * frame.el (other-frame): Doc fix.
1744         * simple.el (yank): Clear `field' property.
1746 2002-02-20  Tom Tromey  <tromey@cachet>
1748         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
1749         natural paragraph boundaries.  Don't fail at beginning of buffer.
1751 2002-02-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1753         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
1754         call the argument "arg" to match plain next-line and
1755         previous-line.  From Kevin Ryde <user42@zip.com.au>.
1757 2002-02-19  Sam Steingold  <sds@gnu.org>
1759         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
1760         scroll amounts for different modifiers now.
1761         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
1762         format properly.
1763         (mouse-wheel-mode): Ditto.
1765 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
1767         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
1768         around function body.
1770         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
1771         sense of the comparison, to match the doc strings of functions
1772         that use this macro.
1774 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
1776         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
1778         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
1779         * menu-bar.el (menu-bar-mode): Ditto.
1781 2002-02-18  Andreas Schwab  <schwab@suse.de>
1783         * replace.el (query-replace-regexp-eval): Doc fix.
1785 2002-02-18  Colin Walters  <walters@verbum.org>
1787         * calc/calcalg2.el (math-solve-get-int): Convert return value from
1788         `math-get-from-counter' to a string before calling `concat' on it.
1790         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
1791         (calc-public-autoloads): Obsolete; remove.
1792         (calc-private-autoloads): Ditto.
1793         (calc-add-autoloads): Ditto.
1795         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
1796         for body.
1798 2002-02-17  Jason Rumney  <jasonr@gnu.org>
1800         * w32-win.el (x-option-alist, x-long-option-alist)
1801         (x-switch-definitions): Remove, use command-line-x-option-alist
1802         instead to be consistent with X.
1803         (x-handle-initial-switch): New function.
1805 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
1807         * faces.el (mode-line-inactive, header-line): Add the :inherit
1808         attribute for the tty case.
1810 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
1812         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
1813         invoked from Rmail with full headers displayed.
1815 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1817         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
1818         when repeated.
1819         * textmodes/paragraphs.el (mark-paragraph): Ditto.
1821 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
1823         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
1824         (menu-bar-tools-menu): Removed speedbar.
1826         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
1827         and `flyspell-mode' entries.
1829         * textmodes/flyspell.el (flyspell): Add to ispell group.
1831 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1833         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
1834         repeated.
1835         (mark-defun): Mark more if repeated.
1837 2002-02-17  Colin Walters  <walters@verbum.org>
1839         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
1841         * ibuffer.el (ibuffer-truncate-lines): New option.
1842           (ibuffer-mode):  Use it.
1844 2002-02-17  Kim F. Storm  <storm@cua.dk>
1846         * cus-start.el: Add mouse-highlight.
1848 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1850         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
1852         * cus-start.el: Add automatic-hscroll-margin and
1853         automatic-hscroll-step.
1855 2002-02-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1857         * cus-start.el (x-autoselect-window): Allow customization.
1859         * eshell/em-alias.el (eshell-alias-initialize): Do not use
1860         make-local-hook.
1862         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
1864         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
1866         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
1868         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
1870         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
1872         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
1874         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
1876         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
1878         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
1880         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
1882         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
1884         * eshell/esh-io.el (eshell-io-initialize): Likewise.
1886         * eshell/esh-mode.el (eshell-mode): Likewise.
1888         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
1890         * eshell/esh-var.el (eshell-var-initialize): Likewise.
1892         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
1894         * progmodes/idlwave.el (idlwave-mode): Likewise.
1896         * textmodes/reftex-sel.el (reftex-select-label-mode)
1897         (reftex-select-bib-mode): Likewise.
1899 2002-02-16  John Wiegley  <johnw@gnu.org>
1901         * eshell/em-hist.el (eshell-hist-initialize): When in the
1902         minibuffer, use the global value of `eshell-history-ring', and
1903         never save it to disk, or ask to save it to disk.  This allows
1904         users of session.el to control whether its global state should be
1905         persisted or not.
1906         (eshell-add-command-to-history): Don't write Eshell's history out
1907         to disk, let the governing mode control that upon exit.
1909 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
1911         * eshell/eshell.el (eshell-command): Before reading from the
1912         minibuffer, add eshell-add-command-to-history to
1913         minibuffer-exit-hook, and remove it after read-from-minibuffer
1914         returns.
1916         * eshell/em-hist.el (eshell-add-input-to-history): New function,
1917         with most of the code from eshell-add-to-history.
1918         (eshell-add-command-to-history): New function, to record in
1919         eshell-history the commands run via eshell-command.
1920         (eshell-add-to-history): Call eshell-add-command-to-history to do
1921         most of the work.
1923 2002-02-16  John Wiegley  <johnw@gnu.org>
1925         * eshell/esh-ext.el (eshell-external-command): Added a fix for
1926         XEmacs' new dired.el, which adds a global entry in the
1927         `file-name-handler-alist'.
1929 2002-02-16  John Wiegley  <johnw@gnu.org>
1931         * align.el (align-region): Added a missing name argument.
1933 2002-02-16  John Wiegley  <johnw@gnu.org>
1935         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
1936         after the #! of a shell interpretor specification.
1938 2002-02-15  Richard M. Stallman  <rms@gnu.org>
1940         * help.el (describe-key-briefly): Make output in INSERT case
1941         look just like what is displayed in the normal case.
1943 2002-02-15  Andreas Schwab  <schwab@suse.de>
1945         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
1946         non-letter after specials.
1948 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
1950         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
1952 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1954         * simple.el (mark-word): Mark more if repeated.
1955         * textmodes/paragraphs.el (mark-paragraph): Ditto.
1956         (mark-end-of-sentence): Ditto.
1958 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
1960         * wid-edit.el (widgetp): Made it more robust.
1962 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
1964         * facemenu.el (describe-text-done): New function.
1965         (describe-text-mode-map): New variable.
1966         (describe-text-mode-hook): New option.
1967         (describe-text-mode): New function.
1968         (describe-text-widget): New function.
1969         (describe-text-sexp): New function.
1970         (describe-text-properties): New function.
1971         (describe-text-category): New command.
1972         (describe-text-at): New command.
1973         (facemenu-menu): Replace `list-text-properties-at' with
1974         `describe-text-at' in the menu.
1976         * wid-edit.el (widgetp): New function.
1977         * wid-edit.el (widget-keymap, widget-insert, widget-setup):
1978         Autoloaded.
1980         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
1982         * wid-browse.el: Removed version and x-url keywords.
1984 2002-02-13  Kim F. Storm  <storm@cua.dk>
1986         * cus-start.el (mode-line-in-non-selected-windows):
1987         Allow customization.
1989 2002-02-13  Richard M. Stallman  <rms@gnu.org>
1991         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
1992         Tell bibtex-parse-keys to output no progress messages.
1994         * international/mule-diag.el (list-input-methods):
1995         Use help-input-method, not describe-input-method, for button type.
1997         * register.el (describe-register-1): Access register contents here.
1999         * textmodes/text-mode.el (text-mode-hook-identify):
2000         Restore previous definition.  Add to text-mode-hook again.
2002         * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
2003         (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
2004         to avoid needing sendmail.el at run time.
2006         * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
2007         Initialization moved up too.
2008         (mode-line-modes): Use :propertize.
2009         (mode-line-mode-menu-keymap): Var deleted.
2010         (mode-line-copied-mode-name): Var deleted.
2011         (mode-line-mode-name): Function deleted.
2012         (mode-line-mode-menu): Each item now shows its mode line lighter.
2013         (minor-mode-alist): Don't call propertize here.
2015 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
2017         * progmodes/pascal.el (pascal-imenu-generic-expression):
2018         Add menu-title and fix parentheses.
2020 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
2022         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
2023         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
2025 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
2027         * menu-bar.el (menu-bar-options-save): Only save
2028         `current-language-environment' and `default-input-method' when
2029         marked as customized.
2031         * international/mule-cmds.el
2032         (setup-specified-language-environment):
2033         Mark `current-language-environment' as customized.
2034         (set-input-method): Mark `default-input-method' as customized when
2035         called interactively.
2036         (toggle-input-method): Ditto.
2038 2002-02-11  Colin Walters  <walters@verbum.org>
2040         * ibuffer.el (ibuffer-switch-format): Supply required argument for
2041         `ibuffer-current-formats'.
2043 2002-02-11  Miles Bader  <miles@gnu.org>
2045         * faces.el (mode-line-inactive): Add dark-background variant.
2047 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
2049         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
2050         * menu-bar.el (menu-bar-mode): Ditto.
2051         * cus-edit.el (customize-mark-to-save): Always save variables
2052         without a standard value.
2054         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
2055         (menu-bar-options-save): Ditto.
2056         (menu-bar-showhide-menu): Ditto.
2057         (menu-bar-options-menu): Ditto.
2058         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
2059         (menu-bar-scroll-bar-none): Remove.
2060         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
2061         expressions instead.
2063         * cus-edit.el (customize-set-value): Return value.
2064         (customize-set-variable): Ditto.
2065         (customize-save-variable): Ditto.
2066         (customize-set-variable): Load dependencies before setting value.
2067         (custom-load-symbol): Autoload it.
2068         (customize-mark-as-set): New function.
2070 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
2072         * cus-start.el: Don't warn about "x-*" symbols when building a
2073         non-GUI version.
2075 2002-02-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2077         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
2078         Doc fix.
2079         (strokes-help): Do not use doubled with-output-to-temp-buffer.
2080         Fix the help string.
2081         (strokes-prompt-user-save-strokes): Fix typo.
2082         (strokes-list-strokes): Use proper exit-action argument for
2083         view-buffer.  Update copyright notice.
2085         * international/mule-diag.el: Various doc and message fixes.
2086         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
2087         codepages already present.
2088         (list-block-of-chars): Display space for null entries in
2089         translation table.  Display tab specially.
2090         (list-non-iso-charset-chars): Check for null charsets.  Use pop
2091         for clarity.  Don't break 8-bit sets into sections between ranges.
2092         (list-charset-chars): Avoid indent-tabs-mode.
2093         (describe-char-after): Maybe use the text property for syntax
2094         table information.  Maybe report char-code-property-table info.
2095         Maybe report character's unicode.  Tweak printing of list info.
2096         (list-input-methods): Add xref buttons.
2097         (dump-charsets, dump-codings): Deleted (obsolete).
2098         From Dave Love <fx@gnu.org>.
2100 2002-02-10  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2102         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
2104 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
2106         * viper-util.el (viper-read-key-sequence): Fix so it'll read
2107         fast key sequences in emacs native mode
2108         (viper-events-to-keys): Delete.
2110         * viper.el (describe-key, describe-key-briefly): Get rid of
2111         viper-events-to-keys.
2113         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
2115         * ediff-wind.el (ediff-setup-control-frame):
2116         Use ediff-has-gutter-support.
2118         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
2119         check if buff is alive.
2121         * ediff.el: Typo in comment.
2123 2002-02-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2125         * menu-bar.el (menu-bar-options-save): Take care of
2126         line-number-mode and column-number-mode variables.
2127         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
2128         "Show Column Number" in "Show/Hide" menu.
2130 2002-02-09  Richard M. Stallman  <rms@gnu.org>
2132         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
2134 2002-02-09  Kim F. Storm  <storm@cua.dk>
2136         * faces.el (mode-line-inactive): New face for mode-line for
2137         non-selected windows.
2138         (mode-line): Doc fix: Only used for selected window.
2140 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
2142         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
2143         name to "Insert Diary Entry".
2145 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
2147         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
2148         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
2150 2002-02-08  Richard M. Stallman  <rms@gnu.org>
2152         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
2154 2002-02-08  Andreas Schwab  <schwab@suse.de>
2156         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
2157         of point-min.
2159 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
2161         * net/ange-ftp.el (ange-ftp-process-handle-line)
2162         (ange-ftp-set-xfer-size): If the file's size is a float, divide
2163         by 1024 instead of using ash.
2165         * international/mule-cmds.el (select-safe-coding-system):
2166         State the buffer's name in the message popped in the *Warning* buffer,
2167         and make sure the offending buffer is displayed.
2169 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
2171         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
2173 2002-02-07  Richard M. Stallman  <rms@gnu.org>
2175         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
2177         * register.el (list-registers): New command.
2178         (describe-register-1): New subroutine, taken out of view-register.
2180         * emacs-lisp/copyright.el (copyright-regexp):
2181         Delete the unibyte copyright symbol; it's redundant.
2182         Fix a spazz in the multibyte encoding here.
2184 2002-02-07  Dave Love  <fx@gnu.org>
2186         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
2187         (cyrillic-encode-alternativnyj-char): Get translation tables from
2188         symbol properties, not as variables.
2189         (standard-display-cyrillic-translit): Include unicodes.
2191 2002-02-06  Kim F. Storm  <storm@cua.dk>
2193         * help.el (where-is): Report remapped commands.
2195         * help-fns.el (describe-function-1): Ditto.
2197         * subr.el (global-set-key, local-set-key): Accept a symbol for the
2198         KEY argument (like define-key).
2200 2002-02-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2202         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
2204 2002-02-06  Richard M. Stallman  <rms@gnu.org>
2206         * mail/mailabbrev.el: Require sendmail only at compile time.
2207         (mail-mode-header-syntax-table): Var deleted.
2208         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
2209         (sendmail-pre-abbrev-expand-hook): Only temporarily change
2210         local-abbrev-table and the syntax table.
2211         Compute mail-abbrev-syntax-table if that has not been done.
2213         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
2215         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
2216         (debugger-frame-number): Figure out the offset directly.
2217         (debugger-setup-buffer): Don't use debugger-frame-offset.
2218         (debugger-frame, debugger-frame-clear): Likewise.
2219         (debugger-jump): Don't alter debugger-frame-offset.
2221         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2222         Replace foo-p as var name with foo-flag, not foo-p-flag.
2224         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
2225         (highlight-changes-passive-string): Default to -Chg.
2226         (highlight-changes-global-modes): Doc fix.
2228         * dired.el (dired-get-filename): Add /: when appropriate
2229         to avoid taking a local name as remote.
2231         * files.el (file-name-non-special): Add special handling for
2232         file-name-sans-versions, file-name-completion, and
2233         file-name-all-completions.
2235         * isearch.el (isearch-update): Don't update display in kbd macro.
2236         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
2238         * subr.el (force-mode-line-update): Doc fix.
2240         * subr.el (atomic-change-group, prepare-change-group)
2241         (activate-change-group, accept-change-group, cancel-change-group):
2242         New functions.
2244         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
2245         (transpose-subr-1): Use atomic-change-group.
2247         * subr.el (add-minor-mode): Include the mode's lighter string
2248         in the minor mode menu item name.
2250         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
2251         rmail-count-screen-lines starting from (point-min).
2253         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
2254         beyond the image height, to use the fancy splash screen.
2256         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
2257         (text-mode): Set text-mode-variant here.
2259 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
2261         * play/pong.el (pong-height): Don't use height that exceeds the
2262         frame height.
2263         (pong-border-options): Make the border colors slightly more bright.
2265         * play/gamegrid.el (gamegrid-display-type): Treat any
2266         color-capable display as color-x, if display-color-p is fboundp.
2267         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
2268         (gamegrid-make-color-tty-face): Use the value of color, not the
2269         symbol itself.  Don't call gamegrid-color.
2271 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
2273         * gud.el (gud-refresh): Call recenter only after we are sure we
2274         are in the right window.
2276 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
2278         * cus-edit.el (customize-mark-to-save): New function.
2279         * menu-bar.el (menu-bar-options-save): Rewrote.
2281 2002-02-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2283         * cus-start.el (x-use-underline-position-properties):
2284         Allow customization.
2286 2002-02-04  Simon Josefsson  <jas@extundo.com>
2288         * dired.el (dired-load-hook, dired-mode-hook)
2289         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
2291 2002-02-03  Colin Walters  <walters@verbum.org>
2293         * ibuf-ext.el (ibuffer-filter-format-alist)
2294         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
2295         New variables.
2296         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
2297         is now the Emacs CVS tree.
2298         (ibuffer-formats): Doc fix.
2299         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
2300         (ibuffer-current-format): Use them.
2301         (ibuffer-recompile-formats, ibuffer-check-formats)
2302         (ibuffer-switch-format, ibuffer-update-title):
2303         Add support for ibuffer-filter-format-alist.
2304         (define-ibuffer-column process): Remove unncessary consing.
2306         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
2307         for a summary column.
2309 2002-02-03  Andreas Schwab  <schwab@suse.de>
2311         * window.el (save-selected-window): Move macro before first use.
2312         (balance-windows): Fix misplaced parenthesis.
2314 2002-02-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2316         * calculator.el (calculator-displayers): Doc fixes.
2318 2002-02-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2320         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
2321         (menu-bar-options-save): Save also the value of `display-time-mode'.
2322         (showhide-date-time): New function.
2323         (menu-bar-showhide-menu): New menu-item "Date and time".
2325 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
2327         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
2328         get-file-buffer to check for rmail buffer existence.
2330         * term.el (term-emulate-terminal): Extract proper command string
2331         which is supplied to term-command-hook.
2333 2002-02-03  Richard M. Stallman  <rms@gnu.org>
2335         * international/quail.el (quail-help): Don't call help-setup-xref.
2337         * international/mule-cmds.el (describe-input-method):
2338         Call help-setup-xref here.
2339         (describe-current-input-method): Doc fix.
2341         * novice.el (disabled-command-hook): Clarify output text.
2342         Indent the paragraph from the command's doc string.
2344         * dabbrev.el (dabbrev--goto-start-of-abbrev):
2345         Exit loop on beginning of field rather than bobp.
2347 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
2349         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
2350         the message text into the *mail* buffer, and restore the pruned
2351         state after that.
2353         * mail/rmail.el (rmail-redecode-body): Prune the headers before
2354         looking for X-Coding-System header, and restore the pruned state
2355         before returning.
2357 2002-02-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2359         * cus-edit.el (customize-save-variable): Fix typo in prompt.
2361         These changes integrate new version of flyspell.el from its
2362         maintainer, Manuel Serrano:
2364         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
2365         (flyspell-mode-on, flyspell-notify-misspell)
2366         (flyspell-small-region, flyspell-external-point-words)
2367         (flyspell-large-region): Use it
2368         (flyspell-before-incorrect-word-string)
2369         (flyspell-after-incorrect-word-string): New user options.
2370         (make-flyspell-overlay): Use them.
2371         (flyspell-version): New function.
2372         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
2373         definitions to use :weight.
2374         (flyspell-insert-function): New user option.
2375         (flyspell-auto-correct-word, flyspell-correct-word)
2376         (flyspell-xemacs-correct): Use it.
2377         (flyspell-define-abbrev): New function.
2378         (flyspell-auto-correct-word, flyspell-correct-word)
2379         (flyspell-xemacs-correct): Use it.
2380         (make-flyspell-overlay): Use `evaporate' property.
2381         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
2382         (flyspell-emacs-popup): Use `session' instead of `accept'.
2383         (flyspell-auto-correct-previous-pos): New variable.
2384         (flyspell-auto-correct-previous-hook)
2385         (flyspell-auto-correct-previous-word): New functions.
2387 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
2389         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
2390         don't alter the user's ~/.emacs.
2391         (disable-command): If user-init-file is nil or does not exist,
2392         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2393         But don't alter the init file if Emacs was invoked as "emacs -q"
2395 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
2397         * mail/sendmail.el (mail-mode): Undo half of last change.
2399         * indent.el (indent-for-tab-command): Remove spurious code.
2401         * hi-lock.el (hi-lock-find-patterns): Save restriction.
2403 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
2405         * calendar/time-date.el: Moved from lisp/gnus.
2407         * calendar/parse-time.el: Ditto.
2409 2002-01-31  Richard M. Stallman  <rms@gnu.org>
2411         * international/iso-acc.el (iso-languages): Fix ", " in French.
2413         * cus-start.el (history-length): Specify customization for it.
2415         * emacs-lisp/debug.el (debugger-setup-buffer):
2416         When an eval-buffer frame was reading from a buffer,
2417         insert indication of the buffer position.
2418         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
2419         (debugger-frame-clear, debugger-frame): Error on non-frame line.
2421         * simple.el (shell-command-on-region): Err if no mark
2422         before reading the command string.
2424         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
2425         Definitions moved down after hl-line-mode var's definition.
2427         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
2428         (hilit-chg-set-face-on-change): Rename arg.
2429         (hilit-chg-make-ov): Detect error earlier.
2431         * ediff-hook.el: Delete autoload cookies.
2433         * comint.el (comint-scroll-show-maximum-output): Default is t.
2435         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
2436         (batch-byte-compile-if-not-done): New function.
2438         * Makefile.in (compile): New target.
2439         (compile-always): Renamed from compile-files.
2440         (compile-after-backup): Renamed from compile.
2441         (bootstrap): Depend on compile-always, not compile-files.
2443         * emulation/pc-select.el (pc-select-save-and-set-mode):
2444         Properly use MODE-VAR.
2446 2002-01-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2448         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
2449         Version" to "About Emacs".
2450         (menu-bar-options-save): Add `default-frame-alist'
2451         to saved variables.
2452         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
2453         of the variable `scroll-bar-mode'.
2455         * startup.el (normal-splash-screen, display-splash-screen):
2456         New functions (separated from command-line-1).
2457         (command-line-1): Use them.
2459 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
2461         * calendar/calendar.el (generate-calendar-month): Doc fix.
2463 2002-01-27  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2465         * time.el (display-time-mail-directory): New option.
2466         (display-time-mail-function): Update doc-string.
2467         (display-time-mail-icon): Use XPM image when available.
2468         (display-time-string-forms): Use more descriptive text as
2469         help-echo property.
2470         (display-time-mail-check-directory): New function.
2471         (display-time-update): Use it.
2473         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
2474         Quote `window-system'.
2476         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
2477         Add Keywords header.  Update Commentary section.
2478         Update copyright notice.
2480         * menu-bar.el (menu-bar-scroll-bar-right)
2481         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
2482         (showhide-menu-bar): New functions.
2483         (menu-bar-showhide-menu): New submenu "Show/Hide".
2484         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
2485         "Show/Hide".
2486         Update copyright notice.
2488 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
2490         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
2492 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
2494         * pc-select.el (pc-selection-mode-hook)
2495         (pc-select-saved-settings-alist, pc-select-map)
2496         (pc-select-saved-global-map, pc-select-key-bindings-alist)
2497         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
2498         (pc-select-meta-moves-sexps-key-bindings)
2499         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
2500         New variables.
2501         (pc-select-define-keys, pc-select-restore-keys): New functions.
2502         (pc-select-add-to-alist, pc-select-save-and-set-var)
2503         (pc-select-save-and-set-mode, pc-select-restore-var)
2504         (pc-select-restore-mode): New macros.
2505         (pc-selection-mode): Completely rewrote the body of the function;
2506         the main goal was to make pc-selection-mode "turn-off"-able, like
2507         other minor modes.  Use define-minore-mode instead of just a
2508         defun.  Store the key bindings into four alists:
2509         pc-select-default-key-bindings, pc-select-extra-key-bindings,
2510         pc-select-meta-moves-sexps-key-bindings, and
2511         pc-select-tty-key-bindings; then have the pc-select-define-keys
2512         function walk those alists instead of calling define-key
2513         repeatedly.  When the mode is turned on, set the
2514         keybindings in global-map and remember the old keybindings; when
2515         the mode is turned off, restore the previously-saved keybindings.
2516         (pc-selection-mode defcustom): Reflect the fact that the mode is
2517         now "turn-off"-able.
2519 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
2521         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
2522         returns t, don't treat that as an error.
2524 2002-01-25  Jason Rumney  <jasonr@gnu.org>
2526         * faces.el (face-font-registry-alternatives) [windows-nt]:
2527         Add ms-oemlatin as an alternative for iso8859-1.
2529 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
2531         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
2532         args and the absence of an entry.  Don't add -f each time.
2534 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
2536         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
2538         Support for more than 8 colors on character terminals:
2540         * term/rxvt.el: New file.
2542         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
2544         * term/xterm.el (xterm-standard-colors): New variable.
2545         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
2546         (xterm-rxvt-set-background-mode): New functions.
2547         (toplevel): Call xterm-register-default-colors,
2548         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
2549         Add support for more keys from xterm's terminfo entry.
2551         * facemenu.el (list-colors-display): If the argument is nil, don't
2552         show more colors that the number returned by display-color-cells.
2554         * term/pc-win.el (msdos-color-values): Reverse the order of the
2555         colors, since tty-color-define now preserves the registration order.
2557         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
2559         * term/tty-colors.el (tty-standard-colors): Reverse the order.
2560         (tty-register-default-colors): New function; code moved from
2561         startup.el's command-line.
2562         (tty-modify-color-alist): Use nconc instead of cons, to preserve
2563         the order the colors where registered.
2565         * frame.el (display-color-cells): Use tty-display-color-cells.
2567         * startup.el (command-line): Call tty-register-default-colors.
2569 2002-01-25  Richard M. Stallman  <rms@gnu.org>
2571         * subr.el (remove): Doc fix.
2573 2002-01-24  Richard M. Stallman  <rms@gnu.org>
2575         * progmodes/compile.el (compilation-handle-exit):
2576         Add a compilation-handle-exit property to the "finished" message.
2577         (compilation-parse-errors): Stop parsing when that property is seen.
2579         * subr.el (substring-no-properties): New function.
2580         (copy-without-properties): Function deleted.
2582         * term/x-win.el (x-handle-geometry): Put sizes on both
2583         initial-frame-alist and default-frame-alist.
2585         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
2586         for saving .emacs.
2588         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
2590         * calendar/calendar.el (generate-calendar-month): Doc fix.
2592 2002-01-23  Richard M. Stallman  <rms@gnu.org>
2594         * play/tetris.el (tetris): New defgroup.
2595         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
2596         (tetris-default-tick-period): Convert to defcustom.
2597         Added * in docstring to indicate user variable.
2598         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
2599         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
2600         (tetris-buffer-height, tetris-width, tetris-height)
2601         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
2603 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
2605         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
2606         and is already matched by adaptive-fill-regexp.
2608 2002-01-22  Richard M. Stallman  <rms@gnu.org>
2610         * bindings.el (mode-line-copied-mode-name): New variable.
2611         (mode-line-mode-name): Don't modify mode-name itself!
2612         Instead, make a copy and reuse it.
2614         * subr.el (copy-without-properties): New function.
2616         * progmodes/sh-script.el (sh-set-shell): Doc fix.
2618         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
2619         slash if DIR is just slash.
2621         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
2623 2002-01-21  Richard M. Stallman  <rms@gnu.org>
2625         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
2627         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
2628         Move defvar up.
2630         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
2632         * ibuffer.el: Don't require ibuf-ext at load time.
2633         (ibuffer): Require ibuf-ext here.
2635 2002-01-21  Francesco Potorti`  <pot@gnu.org>
2637         * generic-x.el (apache-conf-generic-mode): Highlight the first
2638         word in a line even if preceded by blanks.
2640 2002-01-21  Richard M. Stallman  <rms@gnu.org>
2642         * window.el (window-body-height): Handle minibuffer window specially.
2643         Otherwise, don't return less than 1.
2645 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
2647         * ange-ftp.el: Added support for BS2000, and for raw ftp
2648         login commands (needed in some circumstances).
2649         (ange-ftp-raw-login): New custom var.
2650         (ange-ftp-normal-login): Perform login with raw ftp commands, if
2651         ange-ftp-raw-login is set and account password is needed.
2652         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
2653         (ange-ftp-bs2000-filename-pubset-regexp)
2654         (ange-ftp-bs2000-filename-username-regexp)
2655         (ange-ftp-bs2000-filename-prefix-regexp)
2656         (ange-ftp-bs2000-name-template): New consts.
2657         (ange-ftp-bs2000-short-filename-regexp)
2658         (ange-ftp-bs2000-fix-name-regexp-reverse)
2659         (ange-ftp-bs2000-fix-name-regexp): New consts.
2660         (ange-ftp-bs2000-special-prefix): New custom var.
2661         (ange-ftp-fix-name-for-bs2000)
2662         (ange-ftp-fix-dir-name-for-bs2000): New funs.
2663         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
2664         (ange-ftp-bs2000-posix-hook-installed): New vars.
2665         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
2666         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
2667         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
2668         (ange-ftp-bs2000-filename-regexp): New const.
2669         (ange-ftp-bs2000-additional-pubsets): New custom var.
2670         (ange-ftp-bs2000-cd-to-posix): New fun.
2672 2002-01-20  Colin Walters  <walters@verbum.org>
2674         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
2675         with `byte-compile-dynamic'.
2676         (ibuffer-default-directory, toplevel): Doc files.
2678 2002-01-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2680         * tempo.el (tempo-define-template): Doc fix.
2682         * scroll-bar.el (scroll-bar-mode): Make argument optional.
2684 2002-01-20  Jason Rumney  <jasonr@gnu.org>
2686         * w32-vars.el: New file.
2688         * loadup.el [windows-nt]: Load it.
2690         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
2691         and make them defcustoms.
2693         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
2695 2002-01-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2697         * language/tibet-util.el (tibetan-decompose-region)
2698         (tibetan-decompose-string): Fix typo in docstring.
2700         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
2702 2002-01-18  Richard M. Stallman  <rms@gnu.org>
2704         * comint.el (comint-redirect-send-command-to-process):
2705         Restore previous current buffer.
2707         * window.el (window-body-height): New function.
2709 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
2711         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
2712         "Finish Function" menu map entries for jdb mode.
2713         (gud-jdb-use-classpath): New customization variable.
2714         (gud-jdb-command-name): Add customization.
2715         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
2716         (gud-jdb-classpath-string): New variable.
2717         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
2718         (gud-jdb-build-source-files-list): Likewise.
2719         (gud-jdb-massage-args): Record any command argument classpath
2720         string in `gud-jdb-classpath-string'.
2721         (gud-jdb-lowest-stack-level): New function, finds bottom of current
2722         java call stack in jdb output.
2723         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
2724         (gud-jdb-parse-classpath-string): New functions.
2725         (gud-jdb-marker-filter): Search/detect classpath information in
2726         jdb's output.  marker regexp updated to match oldjdb and jdb output
2727         formats.  Expand search for source files to include new/old methods
2728         using new functions above.  Do not allow `gud-marker-acc' to grow
2729         without bound.
2730         (jdb): Set classpath information (if available) as jdb is started.
2731         Change `gud-break' and `gud-remove'
2732         to use new %c ("class") escape in format strings.  Add
2733         `gud-finish', `gud-up', `gud-down' command string functions, and
2734         add them to the local menu map.  Update `comint-prompt-regexp' for
2735         jdb and oldjdb.  If attaching to an already running java VM and
2736         configured to use classpath, send command to query for classpath,
2737         else use previous method for finding and parsing java
2738         sources.  Set `gud-jdb-find-source' function accordingly.
2739         (gud-mode): Doc fix.
2740         (gud-format-command): Add support for new %c ("class") escape.
2741         (gud-find-class): New function in support of %c escape.
2743 2002-01-17  Richard M. Stallman  <rms@gnu.org>
2745         * ibuf-ext.el: Enable byte-compile-dynamic.
2747 2002-01-17  Jason Rumney  <jasonr@gnu.org>
2749         * term/w32-win.el: Restore conditional require of fontset.
2751 2002-01-16  Richard M. Stallman  <rms@gnu.org>
2753         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
2754         more or less.
2755         (mouse-drag-region): New function.  For a click in the echo area,
2756         show *Messages*.
2758         * ibuf-ext.el: Delete the autoloads for functions defined with
2759         ibuffer-specific commands.
2761         * help.el (describe-distribution): Really call view-file.
2763         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
2764         (ange-ftp-get-process): Pass that arg.
2766         * comint.el (comint-simple-send): Fix previous change.
2768         * net/telnet.el (telnet-simple-send): Fix previous change.
2770         * progmodes/sql.el (sql-escape-newlines-and-send)
2771         (sql-query-placeholders-and-send): Fix previous change.
2773 2002-01-16  Colin Walters  <walters@verbum.org>
2775         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
2776         URL, Compatibility headers.  Update copyright notice.
2777         * ibuf-macs.el (toplevel): Require `cl' when compiling.
2779 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
2781         * startup.el (command-line): Set EOL mnemonics for the Mac.
2783 2002-01-16  Andreas Schwab  <schwab@suse.de>
2785         * mail/feedmail.el (feedmail): Fix :link spec.
2787 2002-01-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2789         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
2790         2 ldapsearch.
2792         * net/eudc.el: New maintainer.  Change author's address.
2793         (eudc-pre-select-window-configuration, eudc-insertion-marker):
2794         Variables removed.
2795         (eudc-insert-selected): Function removed.
2796         (eudc-select): Reimplemented.
2797         (eudc-expand-inline): Delete the strings only after its expansion
2798         is chosen not before.
2800         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
2801         Minor coding style fixes.
2803         * net/eudcb-ldap.el: New maintainer.  Change author's address.
2804         (eudc-attribute-display-method-alist): Display mail with
2805         eudc-display-mail.
2807         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
2808         * net/eudc-vars.el: New maintainer.  Change author's address.
2810         * net/eudc-bob.el: New maintainer.  Change author's address.
2811         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
2812         (eudc-display-mail): New function.
2813         (eudc-bob-play-sound-at-point): Remove XEmacs case.
2815 2002-01-15  Richard M. Stallman  <rms@gnu.org>
2817         * emacs-lisp/autoload.el (make-autoload):
2818         Don't handle define-ibuffer-column, define-ibuffer-filter,
2819         define-ibuffer-sorter, and define-ibuffer-op.
2821 2002-01-14  Richard M. Stallman  <rms@gnu.org>
2823         * calendar/calendar.el (diary-date-forms): Doc fix.
2825 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
2827         * startup.el (command-line): Register the default tty colors even
2828         if the terminal doesn't seem to support colors.
2829         <tty-long-option-alist>: New option --color.
2830         (tty-handle-args): Parse the --color arg.
2832         * term/tty-colors.el (tty-color-mode-alist): New variable.
2834 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
2836         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
2837         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
2838         Use it.
2839         (ange-ftp-hook-function): Preserve match-data.
2840         (ange-ftp-insert-directory): Typo.
2841         (ange-ftp-shell-command): Check if regexp matched.
2843 2002-01-13  Richard M. Stallman  <rms@gnu.org>
2845         * international/mule-cmds.el: help-map bindings moved to help.el.
2847         * help.el (view-echo-area-messages): New function.
2848         (help-map): Add `e' binding.  Delete obsolete `d' binding.
2849         Change old Info bindings C-f, C-k and C-i to F, K, S.
2850         Move view-emacs-FAQ from F to C-f.
2851         Move view-emacs-problems from P to C-e.
2852         Bindings moved here from mule-cmds.el.
2853         C-l binding for describe-language-environment deleted
2854         (help-for-help): Update for all these changes.
2856         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
2858 2002-01-13  Dave Love  <fx@gnu.org>
2860         * emacs-lisp/copyright.el: Doc fixes.
2861         (copyright-regexp): Add Latin-9 copyright sign.
2862         Match comment delimiters in year lists.
2863         (copyright-current-year): Initialize to load-time year.
2865 2002-01-13  Andreas Schwab  <schwab@suse.de>
2867         * dired-aux.el (dired-do-shell-command): Doc fix.
2869 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
2871         * startup.el (command-line-x-option-alist): New options "-fs",
2872         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
2874         * term/x-win.el (x-handle-initial-switch): New function.
2876 2002-01-13  Colin Walters  <walters@debian.org>
2878         * emacs-lisp/autoload.el (make-autoload): Handle
2879         define-ibuffer-column, define-ibuffer-filter,
2880         define-ibuffer-sorter, and define-ibuffer-op.
2882         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
2884         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
2886 2002-01-12  Richard M. Stallman  <rms@gnu.org>
2888         * net/browse-url.el (browse-url-grail):
2889         Use browse-url-maybe-new-window.
2891         * net/telnet.el (telnet-simple-send): Handle
2892         comint-input-sender-no-newline like comint-simple-send.
2894         * progmodes/sql.el (sql-query-placeholders-and-send): Handle
2895         comint-input-sender-no-newline like comint-simple-send.
2896         (sql-escape-newlines-and-send): Likewise.
2898         * comint.el (comint-input-sender): Doc fix.
2899         (comint-input-sender-no-newline): New variable.
2900         (comint-simple-send): If comint-input-sender-no-newline,
2901         don't output newline, but maybe send eof.
2902         (comint-send-input): New arg NO-NEWLINE.
2903         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
2905 2002-01-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2907         * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
2908         delaying when executing keyboard macros.
2910 2002-01-12  Richard M. Stallman  <rms@gnu.org>
2912         * simple.el (line-move): If we can't move enough lines,
2913         go to beginning or end of line.
2915         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
2916         and proper window.
2918         * help.el (describe-mode): Call help-setup-xref in the help buffer.
2919         Switch buffers only after calling `help-buffer'.
2921         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
2922         only when they are surrounded by whitespace.
2923         Use dired-mark-separator when adding one file name to a command.
2924         (dired-do-shell-command): Verify that * is surrounded by whitespace.
2925         Ask for confirmation if * or ? is not surrounded by whitespace.
2926         (dired-bunch-files): Re-reverse the partial file list when it is used.
2928 2002-01-12  Richard M. Stallman  <rms@gnu.org>
2930         * comint.el (comint-dynamic-list-completions): Repeating the command
2931         after displaying a completion list scrolls the list.
2933 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
2935         * files.el (find-file-noselect): Don't consider a buffer as
2936         visiting a file literally if it is in hexl-mode.
2938         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
2940 2002-01-11  Richard M. Stallman  <rms@gnu.org>
2942         * startup.el (initial-scratch-message): Fix custom type, add group.
2944         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
2945         around the decode-coding-region call.
2947         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
2948         after displaying a completion list scrolls the list.
2950 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
2952         * version.el (emacs-version): Bump to 21.2.50.
2954 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
2956         * play/zone.el (zone-timeout): New var.
2957         (zone-hiding-modeline): New macro.
2958         (zone-call): New func.
2960         (zone): Init `modeline-hidden-level' symbol property.
2961         Use `zone-call' instead of `funcall'.
2963         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
2965         (zone-pgm-stress): Use `zone-hiding-modeline'.
2967         (zone-pgm-stress-destress): New zone program.
2969 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
2971         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
2973 2002-01-09  Richard M. Stallman  <rms@gnu.org>
2975         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
2977 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
2979         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
2980         flyspell-mouse-map.
2982 2002-01-08  Richard M. Stallman  <rms@gnu.org>
2984         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
2986         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
2988         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
2990 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
2992         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
2993         Do not use make-local-hook.
2995 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
2997         * international/quail.el (quail-start-translation)
2998         (quail-start-conversion): Bind last-command-event, last-command,
2999         and this-command in the first let.  This fixes the change from
3000         2000-08-30.
3002 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
3004         * ediff-hook.el: Add an autoload cookie.
3006 2002-01-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3008         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
3009         address of the author.
3011 2002-01-08  Richard M. Stallman  <rms@gnu.org>
3013         * replace.el (occur-mode-goto-occurrence-other-window): New command.
3014         (occur-mode-map): Bind `o' to that.
3016 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
3018         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
3019         new macro that replaces viper-emacs-p and viper-xemacs-p in many
3020         cases. Used to reduce the number of warnings.
3022         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
3023         (viper-standard-value): Move here from viper.el.
3024         (viper-set-unread-command-events): Move to viper-util.el
3025         (viper-check-minibuffer-overlay): Make sure
3026         viper-minibuffer-overlay is moved to cover the entire input field.
3028         * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
3029         (viper-read-key-sequence, viper-set-unread-command-events)
3030         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
3032         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
3034         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
3036         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
3038         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
3039         (viper-event-vector-p): Move to viper-util.el
3041         * viper.el (viper-standard-value): Move to viper-cmd.el.
3042         Use viper-cond-compile-for-xemacs-or-emacs.
3044         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
3046         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
3048         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
3049         New macro designed to be used in many places where ediff-emacs-p or
3050         ediff-xemacs-p was previously used.  Reduces the number of warnings.
3051         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
3052         of ediff-xemacs-p.
3053         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
3054         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
3055         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
3056         Move to ediff-util.el.
3057         (ediff-event-key): Moved here.
3059         * ediff-merge.el: Got rid of unreferenced variables.
3061         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
3063         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
3064         (ediff-cleanup-mess): Improve the way windows are set up after
3065         quitting ediff.
3066         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
3067         (ediff-dispose-of-variant-according-to-user): New function
3068         designed to be smarter and also understands indirect buffers.
3069         (ediff-highlight-diff-in-one-buffer)
3070         (ediff-unhighlight-diff-in-one-buffer)
3071         (ediff-unhighlight-diffs-totally-in-one-buffer)
3072         (ediff-highlight-diff, ediff-highlight-diff)
3073         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
3074         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
3075         (ediff-get-region-contents, ediff-make-current-diff-overlay):
3076         Moved here.
3077         (ediff-format-bindings-of): New function by Hannu Koivisto
3078         <azure@iki.fi>.
3079         (ediff-setup): Make sure the merge buffer is always widened and
3080         modifiable.
3081         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
3082         result of a merge into a file visited by another buffer.
3083         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
3084         is visited by another buffer and ask to save/delete that buffer.
3085         (ediff-verify-file-merge-buffer): New function to do the above.
3087         * ediff-vers.el: Load ediff-init.el at compile time.
3089         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
3091         * ediff.el (ediff-windows, ediff-regions-wordwise)
3092         (ediff-regions-linewise): Use indirect buffers to improve
3093         robustness and make it possible to compare regions of the same
3094         buffer (even overlapping regions).
3095         (ediff-clone-buffer-for-region-comparison)
3096         (ediff-clone-buffer-for-window-comparison): New functions.
3097         (ediff-files-internal): Refuse to compare identical files.
3098         (ediff-regions-internal): Get rid of the warning about comparing
3099         regions of the same buffer.
3101         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
3102         Plus the following fixes courtesy of Dave Love: Doc fixes.
3103         (ediff-word-1): Use word class and move - to the
3104         front per regexp documentation.
3105         (ediff-wordify): Bind forward-word-function outside loop.
3106         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
3107         consing buffer contents.
3108         (ediff-goto-word): Move syntax table setting outside loop.
3110 2002-01-07  Richard M. Stallman  <rms@gnu.org>
3112         * dired.el (dired-copy-filename-as-kill): Call kill-append
3113         if following a kill command.
3115         * help-fns.el (describe-variable, describe-function):
3116         Do save-excursion.
3118 2002-01-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3120         * net/ldap.el (ldap-search-internal): Skip error message from
3121         ldapsearch.  Allow listing attribute names only.  Do not open
3122         non-existent files.
3124         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
3125         call non-existent function.
3127         * net/eudc.el (top-level): Revert previous change.
3129         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
3130         variables to prevent warning from byte-compiler.
3132         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
3133         string-match on emacs-version again.
3135         * enriched.el (enriched-make-annotation): Fix the change from
3136         2002-01-05.
3137         (enriched-handle-display-prop): Return proper values.
3139         * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
3140         proper attribute name labeledUri instead of deprecated labeledUrl.
3142 2002-01-05  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3144         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
3145         editing an empty hotlist.
3147         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
3148         Use buffer-string instead of buffer-substring for the whole
3149         buffer.
3151         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
3152         not free.
3154         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
3155         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
3156         (eudc-bob-save-object): Make the buffer unibyte.
3157         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
3158         object to external program.
3160 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
3162         * vc.el (vc-branch-part): Return nil if there's no `.'
3163         (vc-default-previous-version): Renamed from vc-previous-version.
3164         New args BACKEND and FILE.  Return nil for revision numbers
3165         without a `.'
3166         (vc-version-diff): Call vc-BACKEND-previous-version.
3167         (vc-steal-lock): Steal lock before composing mail, so that no mail
3168         is sent when the stealing goes wrong.  And we'll actually see the
3169         error in that case now.
3170         (vc-finish-steal): Removed.
3172         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
3173         the lock, so that we see expanded headers.
3174         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
3175         vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
3176         available from vc.el.  Updated all callers.
3178 2002-01-05  Richard M. Stallman  <rms@gnu.org>
3180         * enriched.el (enriched-make-annotation): Doc fix.
3182         * format.el (format-replace-strings, format-subtract-regions)
3183         (format-annotate-region, format-annotate-location)
3184         (format-annotate-atomic-property-change)
3185         (format-annotate-single-property-change): Doc fixes.
3187 2002-01-05  Jason Rumney  <jasonr@gnu.org>
3189         * term/w32-win.el: Require fontset unconditionally.
3190         (w32-handle-scroll-bar-event): Remove.
3192 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
3195         copyrights to be updated.
3197 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
3199         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
3200         2001-10-24.
3202         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
3204 2002-01-04  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3206         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
3207         entry.
3208         (ldap-ignore-attribute-codings): Change the default value to allow
3209         encoding/decoding of attributes.
3210         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
3212 2002-01-03  Richard M. Stallman  <rms@gnu.org>
3214         * files.el (basic-save-buffer): Undo previous change.
3216         * calendar/diary-lib.el (diary-block): Doc fix.
3218         * custom.el (defcustom): Fix syntax of previous change.
3220 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
3222         * custom.el (defcustom): Documented :tag, :link and :load.
3224 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
3226         * mail/sendmail.el (mail-recover-1): New function.
3227         (mail-recover): Switch to the *mail* buffer right away.  Use
3228         buffer-auto-save-file-name instead of calling
3229         make-auto-save-file-name.  Call dired-noselect instead of invoking
3230         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
3231         before reading the auto-save file.  If the buffer's auto-save file
3232         does not exist, call mail-recover-1 to allow recovery from past
3233         auto-saved drafts.
3235 2002-01-03  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3237         * time.el (display-time-load-average-threshold): Fix defcustom
3238         (add type and group).
3240         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
3241         specification from the hostname.
3243 2002-01-02  Richard M. Stallman  <rms@gnu.org>
3245         * facemenu.el (facemenu-active-faces):
3246         Use face-attributes-as-vector, not face-attributes-vector.
3248 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
3250         * xscheme.el: Eleven years of updates on a private copy.
3252         Extensive changes to support multiple xscheme buffers:
3253         (run-scheme): Break up into new functions to facilitate starting
3254         processes in other buffers.
3255         (xscheme-start, xscheme-read-command-line): New functions.
3256         (start-scheme, select-scheme)
3257         (default-xscheme-runlight)
3258         (global-set-scheme-interaction-buffer)
3259         (local-set-scheme-interaction-buffer)
3260         (local-clear-scheme-interaction-buffer)
3261         (exit-scheme-interaction-mode)
3262         (verify-xscheme-buffer): New functions.
3263         (xscheme-process-name, xscheme-buffer-name)
3264         (xscheme-runlight): New internal vars.
3265         (default-xscheme-runlight): New const.
3266         (xscheme-start-process): Add args for the process/buffer names.
3267         (reset-scheme): Pass process/buffer names.
3268         (scheme-interaction-mode): Initialize new local vars.
3269         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
3270         (xscheme-select-process-buffer, xscheme-process-buffer)
3271         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
3272         (xscheme-goto-output-point, xscheme-write-message-1): Use new
3273         var xscheme-process-name.
3274         (xscheme-start-process): Initialize xscheme-process-name and
3275         xscheme-buffer-name in the process buffer.  Pass buffer name to
3276         xscheme-modeline-initialize.
3277         (xscheme-modeline-initialize): Add argument to specify buffer name
3278         for mode-line vars.
3279         (xscheme-process-sentinel): Make sure sentinel is run in the
3280         process buffer so it sees its local vars.
3281         (xscheme-process-filter-initialize, xscheme-set-runlight): More
3282         elaborate logic to handle multiple-buffer mode lines.
3284         (xscheme-enter-input-wait): Re-enable control-G handler upon
3285         entering input wait.
3287         (scheme-interaction-mode): Add arg to preserve local vars.
3288         (xscheme-enter-interaction-mode)
3289         (xscheme-enter-debugger-mode): Preserve local vars.
3290         (xscheme-start-process): Clobber local vars.
3292         (scheme-interaction-mode-commands): Allow end user to add commands
3293         to scheme-interaction-mode keymap.
3294         (scheme-interaction-mode-commands-alist): New variable.
3296         (xscheme-send-string): Don't use insert-before-markers.
3298         Implement a per-buffer kill ring:
3299         (xscheme-insert-expression)
3300         (xscheme-rotate-yank-pointer, xscheme-yank)
3301         (xscheme-yank-pop, xscheme-yank-push): New functions.
3302         (xscheme-expressions-ring)
3303         (xscheme-expressions-ring-yank-pointer)
3304         (xscheme-expressions-ring-max): New variables.
3305         (xscheme-send-string-1): Call xscheme-insert-expression to save
3306         expression in ring.
3307         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
3308         (xscheme-previous-send): Deleted variable.
3310         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
3311         xscheme-send-control-g-interrupt): Use process-send-string rather
3312         than send-string.
3314         (xscheme-send-region): Insert a newline after an expression that
3315         is submitted in the interaction buffer, for consistency with
3316         recent changes to Edwin.
3318         (xscheme-delete-output): New function mimics comint-delete-output.
3319         (xscheme-last-input-end): New internal variable.
3320         (xscheme-process-filter-output): Update xscheme-last-input-end.
3322         (xscheme-send-control-g-interrupt): Make sure that
3323         xscheme-control-g-disabled-p is looked up in the right buffer.
3325         (xscheme-enable-control-g): Clear C-g message if visible.
3326         (xscheme-control-g-message-string): New internal var.
3327         (xscheme-send-control-g-interrupt): Use new var.
3329         (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
3330         after sending interrupt in order to work around race condition.
3332         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
3333         (xscheme-send-char): Use xscheme-send-char rather than send-string
3334         to send single char.
3336         (xscheme-process-filter, xscheme-process-filter-alist): Add
3337         support for evaluating expressions outside of the call-excursion.
3338         (xscheme-process-filter:string-action-noexcursion): New func.
3340         (xscheme-write-value): Change output string to match that used by
3341         Edwin.
3343         (xscheme-coerce-prompt): Don't write a space after a command
3344         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
3345         for us.
3347         (reset-scheme): Delete process after killing it.
3349 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
3351         * bindings.el (function-key-map): Don't bind shifted keypad
3352         numeric keys.
3354 2002-01-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3356         * enriched.el (enriched-handle-display-prop): Remove unused
3357         variables.
3358         (enriched-mode): Doc fix.
3360 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
3362         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
3363         Hebrew points.
3365 2002-01-01  Richard M. Stallman  <rms@gnu.org>
3367         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
3369 2001-12-31  Richard M. Stallman  <rms@gnu.org>
3371         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
3372         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
3373         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
3374         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
3375         * progmodes/cperl-mode.el, progmodes/idlwave.el:
3376         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
3377         Adapt face definitions to use :weight and :slant.
3379         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
3381         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
3383         * font-lock.el (initializing from font-lock-face-attributes):
3384         Use :weight and :slant, not :bold and :italic.
3386 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
3388         * cus-edit.el (custom-face-edit-fix-value): New function.
3389         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
3391 2001-12-30  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3393         * progmodes/octave-mod.el (octave-abbrev-table):
3394         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
3395         * progmodes/fortran.el (fortran-mode-abbrev-table):
3396         * progmodes/f90.el (f90-mode-abbrev-table):
3397         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
3398         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
3399         predefined abbrevs as "system" abbrevs.
3401 2001-12-30  Richard M. Stallman  <rms@gnu.org>
3403         * info.el (Info-fontify-node): For a **** underline line, put the
3404         invisible and intangible props on the following newline, but not
3405         on the previous newline or the last char of the previous line.
3407         * faces.el (face-set-after-frame-default): Don't change `default' face.
3409         * faces.el (minibuffer-prompt): Adopt some default colors.
3411         * replace.el (query-replace-read-args): Immediate error if read-only.
3413         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
3414         Display the output buffer in a more intelligent way.
3416 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
3418         * ls-lisp.el (insert-directory): Modify the "total" line wording,
3419         in accordance with files.el's insert-directory.
3421 2001-12-29  Richard M. Stallman  <rms@gnu.org>
3423         * files.el (basic-save-buffer): If a before-write hook displays
3424         an echo area message, pause before calling basic-save-buffer-1.
3426 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
3428         * textmodes/reftex-global.el (reftex-query-replace-document)
3429         (reftex-change-label): Doc fix.
3431         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
3433         * progmodes/etags.el (tags-query-replace): Doc fix.
3435 2001-12-29  Richard M. Stallman  <rms@gnu.org>
3437         * progmodes/compile.el (compile-internal): Fix previous change.
3439 2001-12-28  Richard M. Stallman  <rms@gnu.org>
3441         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
3442         shrink the windows above as necessary to get space.
3443         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
3445         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
3446         This fixes a bug that treated all files as directories.
3447         (ange-ftp-insert-directory): Explicitly follow symlinks.
3449         * international/iso-transl.el (iso-transl-char-map) Eliminate the
3450         alias symbols--put the translated sequences here directly.
3452         * progmodes/cc-mode.el (c-mode-abbrev-table)
3453         (c++-mode-abbrev-table, objc-mode-abbrev-table)
3454         (java-mode-abbrev-table, pike-mode-abbrev-table):
3455         Mark all the predefined abbrevs as "system" abbrevs.
3457         * mail/sendmail.el (mail-envelope-from): Fix custom type.
3458         (sendmail-send-it): Check mail-specify-envelope-from
3459         and mail-envelope-from in the mail buffer at start.
3461 2001-12-28  Simon Josefsson  <jas@extundo.com>
3463         * mail/sendmail.el (mail-envelope-from): Fix :type.
3464         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
3466 2001-12-28  Richard M. Stallman  <rms@gnu.org>
3468         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
3470         * simple.el (line-move-invisible): New subroutine.
3471         (line-move-to-column): New subroutine--smarter about advancing over
3472         invisible parts of a line, or lines, but only as long as hpos grows.
3473         (line-move-finish): New subroutine: repeatedly processes desired
3474         column, intangibility, and fields.
3475         (line-move): Use those subroutines.
3476         When moving lines downward, skip invisible text first rather than last.
3478 2001-12-27  Richard M. Stallman  <rms@gnu.org>
3480         * international/mule-diag.el (describe-char-after):
3481         Describe the text properties of the char after point.
3483         * help.el (describe-key): Doc fix.
3485 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
3487         * find-dired.el (find-dired-sentinel): Precede exit message by
3488         two spaces, to match the regexp in dired-between-files.
3490 2001-12-28  Miles Bader  <miles@gnu.org>
3492         * wid-edit.el (widget-toggle-value-create): Don't eval actual
3493         images (which are lists too).
3495 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
3497         * language/european.el: Fix the doc string of "Latin-5" language
3498         environment.
3500 2001-12-26  Richard M. Stallman  <rms@gnu.org>
3502         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
3503         defined as before 2001-11-09.
3504         (add-minor-mode call): Specify the keymap.
3506         * progmodes/compile.el (compile-internal):
3507         Set TERM variable in process-environment.
3509 2001-12-25  Richard M. Stallman  <rms@gnu.org>
3511         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
3512         the buffer.
3514         * startup.el (command-line): Convert command line args
3515         to Emacs internal representation using locale-coding-system.
3517 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
3519         * international/fontset.el: Don't require ind-util when compiling.
3521 2001-12-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3523         * emulation/tpu-edt.el (tpu-reset-screen-size): Use
3524         set-frame-height and set-frame-width instead of set-screen-height
3525         and set-screen-width.
3527         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
3528         of obsolete set-screen-width.
3530         * locate.el (locate): Remove dot at the end of error argument.
3532         * emerge.el (emerge-show-file-name): Use frame-height instead of
3533         obsolete screen-height.
3535         * mail/mh-utils.el (mh-show-msg): Likewise.
3536         (mh-handle-process-error): Use frame-width instead of obsolete
3537         screen-width.
3539 2001-12-25  Richard M. Stallman  <rms@gnu.org>
3541         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
3542         to enlarge-window.  Use save-selected-window.  Don't try
3543         to resize windows that end at the bottom "level".
3544         Retry changing the sizes until the windows get the desired sizes.
3545         Discount the minibuffer when computing total height available.
3547         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
3548         (debugger-make-xrefs): Only make a button for the first symbol
3549         on any line.
3551 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
3553         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
3554         Call IT-setup-unicode-display here instead of adding it to
3555         dos-codepage-setup-hook, so that Unicode display tables are set
3556         before dos-codepage-setup-hook runs.
3558 2001-12-24  Richard M. Stallman  <rms@gnu.org>
3560         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
3561         (nslookup-mode-abbrev-table): Don't define it.
3562         (smbclient-mode-abbrev-table): Don't define it.
3563         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
3564         (nslookup-mode, smbclient-mode): Likewise.
3565         (network-connection-service-abbrev-alist): Variable deleted.
3566         (network-connection-mode-setup): Don't set up abbrev table.
3568         * faces.el (minibuffer-prompt): New face.
3569         (minibuffer-prompt-properties): Add `face' property.
3571         * replace.el (occur-mode-display-occurrence): New function.
3572         (occur-mode-map): Bind C-o to it.
3574 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
3576         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
3577         (viper-special-read-and-insert-char): Make C-m work right in the r
3578         comand.
3579         (viper-buffer-search-enable): Fixed format string.
3581         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
3582         instead of viper-info-on-file.
3583         (ex-set-visited-file-name): New function.
3585         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
3587         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
3588         action argument.
3590         * ediff-init.el: Fixed some doc strings.
3592         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
3593         Got rid of make-local-hook.
3595         * ediff-wind.el (ediff-setup-control-frame): Got rid of
3596         make-local-hook.
3598 2001-12-23  Richard M. Stallman  <rms@gnu.org>
3600         * term/x-win.el (x-handle-geometry): Put height and width
3601         on default-frame-alist, left and top on initial-frame-alist.
3602         * term/w32-win.el (x-handle-geometry): Likewise.
3604         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
3606         * play/yow.el (yow): Use an arg to distinguish interactive calls,
3607         not interactive-p.
3609 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3611         * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
3612         mocklisp entries.
3614         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
3615         Lisp.  Obsoleted.
3617         * emulation/mlconvert.el: File removed.
3619         * emulation/mlsupport.el: Moved to obsolete.
3621         * obsolete/mlsupport.el: Moved there from lisp/emulation.
3623         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
3625         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
3626         mocklisp case.
3628         * help-fns.el (describe-function-1): Remove mocklisp function
3629         case.
3631 2001-12-22  Miles Bader  <miles@gnu.org>
3633         * textmodes/refill.el (refill-mode): Don't barf when redundantly
3634         turning refill-mode off.
3636 2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3638         * time.el (display-time-load-average-threshold): New variable.
3639         (display-time-update): Use it.
3641         These changes allow cycling through past 1, 5 and 15 minutes
3642         load-average displayed in the mode-line.
3644         * time.el (display-time-default-load-average): New customizable option.
3645         (display-time-load-average): New variable.
3646         (display-time-cycle-load-average): New function.
3647         (display-time-update): Use them.
3649 2001-12-21  Richard M. Stallman  <rms@gnu.org>
3651         * apropos.el (apropos-print): SPACING is now nil or a separator string.
3652         (apropos-documentation, apropos-value): Pass a suitable string.
3654 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
3656         * dired.el (dired-free-space-program, dired-free-space-args):
3657         Aliases for back-compatibility.
3659         * info.el (Info-select-node): If Info-use-header-line is nil, set
3660         header-line-format to nil.
3661         (Info-fontify-node): Don't put a keymap text property on the
3662         heading if we are not going to display the header line.  Remove
3663         any such text properties left over from past visits to this node.
3665         * ls-lisp.el (insert-directory): Insert the amount of free disk
3666         space, like files.el's insert-directory does.
3668         * files.el (directory-free-space-program): Mention
3669         file-system-info in the doc string.
3670         (get-free-disk-space): New function; code moved from
3671         insert-directory.
3672         (insert-directory): Call get-free-disk-space to get the amount of
3673         free space.
3675 2001-12-21  Richard M. Stallman  <rms@gnu.org>
3677         * help.el (view-order-manuals, view-emacs-news, describe-copying)
3678         (describe-distribution, describe-project): Use view-file.
3680         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
3682         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
3684         * emacs-lisp/easy-mmode.el (define-minor-mode):
3685         Make no arg by default in an interactive call,
3686         so that repeating the command toggles again.
3688         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
3690 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
3692         * antlr-mode.el: More sophisticated indentation of cpp directive.
3693         (antlr-indent-at-bol-alist): New user option.
3694         (antlr-indent-line): Use it.
3695         (antlr-indent-style): New user option.
3696         (antlr-mode): Use it.
3697         (antlr-indent-item-regexp): Customize.
3699         * antlr-mode.el: Syntax highlighting changes.
3700         (antlr-font-lock-literal-regexp): New user option.
3701         (antlr-font-lock-syntax-face): New face used for :, |, ....
3702         (antlr-font-lock-default-face): New face.
3703         (antlr-font-lock-additional-keywords): Use them.
3705         * antlr-mode.el: New command to insert options -- variables.
3706         (antlr-mode-map): New binding [C-c C-o].
3707         (antlr-mode-menu): New submenus.
3708         (antlr-options-use-submenus): New user option.
3709         (antlr-tool-version): New user option.
3710         (antlr-options-auto-colon): New user option.
3711         (antlr-options-style): New user option.
3712         (antlr-options-push-mark): New user option.
3713         (antlr-options-assign-string): New user option.
3714         (antlr-options-headings): New variable.
3716         * antlr-mode.el: New command to insert options -- specific.
3717         (antlr-options-alists): New variable.
3718         (antlr-read-value): New function.
3719         (antlr-read-boolean): New function.
3720         (antlr-language-option-extra): New function.
3721         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
3722         (antlr-c++-mode-extra): New function.
3723         (antlr-grammar-tokens): New function.
3724         (antlr-imenu-create-index-function): New optional argument.
3726         * antlr-mode.el: New command to insert options -- functions.
3727         (antlr-insert-option): New command.
3728         (antlr-insert-option-interactive): New function.
3729         (antlr-options-menu-filter): New function.
3730         (antlr-option-kind): New function.
3731         (antlr-scan-lists): New alias.
3732         (antlr-scan-lists-internal): New function.
3733         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
3734         (antlr-option-level): New function.
3735         (antlr-syntactic-grammar-depth): New function.
3736         (antlr-option-location): New function.
3737         (antlr-insert-option-do): New function.
3738         (antlr-option-spec): New function.
3739         (antlr-version-string): New function.
3740         (antlr-insert-option-existing): New function.
3741         (antlr-insert-option-space): New function.
3742         (antlr-insert-option-area): New function.
3744         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
3745         with narrowing.  Menu change.  Miscellaneous.
3746         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
3747         (antlr-mode-map): New bindings for characters in ":;|&(){}".
3748         (antlr-electric-character): New command.
3749         (antlr-class-header-regexp): New variable.
3750         (antlr-font-lock-additional-keywords): Use it.
3751         (antlr-imenu-create-index-function): Use it.
3752         (antlr-file-dependencies): Use it.
3753         (antlr-indent-line): Also works with restrictions.
3754         (antlr-indent-command): Interactive spec - changes the buffer.
3755         (antlr-language-for-option): Deletia.
3756         (antlr-language-option): New function, defined instead.
3757         (antlr-mode): Use it.
3758 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
3760         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
3761         instead of a literal /dev/null.
3763         * Makefile.in (distclean): Remove Makefile in the build
3764         directory, not in the source directory.
3766 2001-12-21  Simon Josefsson  <jas@extundo.com>.
3768         * mail/smtpmail.el (smtpmail-send-queued-mail): Use
3769         with-temp-buffer instead of find-file-noselect, and bind
3770         coding-system-for-read to no-conversion when reading the queued
3771         messages.  (Simon's code modified slightly by Eli Zaretskii.)
3773 2001-12-20  Werner Lemberg  <wl@gnu.org>
3775         * international/mule-diag.el (describe-coding-system,
3776         print-coding-system-briefly): Make printed output have a similar
3777         format as describe-character-set.
3779 2001-12-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3781         * play/blackbox.el (bb-member): Remove, use member instead.
3782         (bb-delete): Remove, use delete instead.
3783         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
3784         bb-score, bb-detour-count and bb-balls-placed.
3785         Propertize results of rays.
3787 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
3789         * isearch.el (isearch-forward, isearch-edit-string): Make doc
3790         strings mention keybinding for `isearch-yank-word-or-char',
3791         rather than `isearch-yank-word', since the former is bound now
3792         and the latter is not.
3793         (isearch-yank-word-or-char): Fix formatting.
3795 2001-12-19  Werner Lemberg  <wl@gnu.org>
3797         * language/czech.el, language/european.el, language/slovak.el: More
3798         fixes for language info doc strings.
3800 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
3802         * loadup.el: Add "language" to the load-path.
3804 2001-12-19  Richard M. Stallman  <rms@gnu.org>
3806         * international/mule-cmds.el (describe-language-environment):
3807         Fix calls to help-xref-button.
3809 2001-12-19  Miles Bader  <miles@gnu.org>
3811         * international/fontset.el: Require `ind-util' when compiling.
3813 2001-12-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
3815         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
3816         instead of decompose-composite-char.
3818 2001-12-18  Richard M. Stallman  <rms@gnu.org>
3820         * simple.el (eval-expression-print-level)
3821         (eval-expression-print-length): Doc fixes.
3823         * international/mule-diag.el (describe-character-set):
3824         Fix the arg to help-xref-button.
3826         * files.el (directory-free-space-program): New variable.
3827         (directory-free-space-args): New variable.
3828         (insert-directory): Use those two variables for getting free space.
3829         Use file-system-info instead, if that is defined.
3831         * dired.el (dired-free-space-program): Variable deleted.
3832         (dired-free-space-args): Variable deleted.
3833         (dired-insert-directory): Don't try to determine free space.
3835         * files.el (font-lock-defaults): Add risky-local-variables prop.
3836         (hack-one-local-variable): Treat various font-lock variables as risky.
3838 2001-12-18  Werner Lemberg  <wl@gnu.org>
3840         * language/chinese.el, language/cyrillic.el:
3841         * language/czech.el, language/european.el, language/greek.el:
3842         * language/hebrew.el, language/indian.el, language/japanese.el:
3843         * language/korean.el, language/lao.el, language/slovak.el:
3844         * language/thai.el, language/tibetan.el, language/vietnamese.el:
3845         Improve documentation strings of coding systems and language infos.
3847 2001-12-18  Werner LEMBERG  <wl@gnu.org>
3849         Add support for EUC-TW decoding/encoding.
3851         * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
3852         euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
3853         New auxiliary functions to build `big5-to-cns'.
3854         (big5-to-cns): New translation alist.
3856         * language/chinese.el: Added new coding system `euc-tw' and its
3857         alias `euc-taiwan'.
3858         Updated language `Chinese-CNS' to include euc-tw encoding also.
3859         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
3860         euc-tw.
3862 2001-12-18  Dave Love  <fx@gnu.org>
3864         * loadup.el: Add language/utf-8-lang, language/georgian.
3866         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
3867         (image-file-name-regexps): Doc fix.
3869         * server.el (server-unload-hook): New function.
3871         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
3872         (lm-crack-copyright): Cope with multi-line copyright `lines'.
3874         * simple.el (newline): Doc fix.
3875         (eval-expression-print-level, eval-expression-print-length): Doc
3876         fix.  Amend :type.
3877         (next-line, previous-line): Make arg optional.
3878         (newline): Doc fix.
3880         * Makefile.in (DONTCOMPILE): Add various language files.
3882         * international/quail.el (quail-input-string-to-events): Don't use
3883         string-to-list.
3885         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
3886         calling `newline'.
3888 2001-12-17  Richard M. Stallman  <rms@gnu.org>
3890         * comint.el (comint-dynamic-list-input-ring-select): New function.
3891         Switches back to the old window configuration.
3892         (comint-dynamic-list-input-ring): Bind RET to that function.
3893         (comint-dynamic-list-input-ring-window-conf): New variable.
3895 2001-12-17  Werner Lemberg  <wl@gnu.org>
3897         * international/mule-conf.el: Improve documentation strings of
3898         character sets.
3900 2001-12-16  Richard M. Stallman  <rms@gnu.org>
3902         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
3903         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
3905         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
3907         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
3908         Add a DESCRIPTION for the makefile item.
3910         * find-file.el (ff-other-file-name): New function.
3912 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
3914         * international/quail.el (quail-input-string-to-events): Fix last
3915         change.
3917 2001-12-16  Richard M. Stallman  <rms@gnu.org>
3919         * isearch.el (isearch-edit-string): When we set isearch-string
3920         to the default, also set isearch-message.
3922         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
3924         * startup.el (command-line-1): Display startup screen
3925         even if there are command line args.
3926         Add a note about how to go to editing your files.
3927         (fancy-splash-head): Add a note about how to go to your files.
3928         (fancy-splash-outer-buffer): New variable.
3929         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
3931         * subr.el (with-temp-message): At the end, always discard
3932         the temp message, even by clearing the echo area.
3934         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
3936 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
3938         * log-view.el (log-view-message-re, log-view-current-tag):
3939         Recognize Subversion's log output format.
3941         * international/fontset.el: Build the list L at compile time.
3943         * language/ind-util.el (mapthread): Make a closure.
3945 2001-12-15  Richard M. Stallman  <rms@gnu.org>
3947         * isearch.el (isearch-start-hscroll): New variable.
3948         (isearch-mode): Set isearch-start-hscroll.
3949         (isearch-update): Restore original hscrolling if possible.
3951         * isearch.el (isearch-edit-string):
3952         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
3954         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
3955         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
3956         rather than regexp search and (2) copying text properties
3957         already set up on text unchanged from the previous backtrace.
3959         * case-table.el (set-case-syntax-pair):
3960         Detect invalid calls and signal an error.
3962 2001-12-15  Richard M. Stallman  <rms@gnu.org>
3964         * language/ind-util.el (range): Function deleted.
3965         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
3966         All calls changed.
3968         * language/devan-util.el (devanagari-range): Renamed from `range'.
3969         All calls changed.
3970         (devanagari-regexp-of-hashtbl-keys):
3971         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
3973 2001-12-15  Dave Love  <fx@gnu.org>
3975         * language/ind-util.el: Don't require cl.
3976         (indian-glyph-char, indian-glyph-max-char)
3977         (indian-char-glyph): Moved from indian.el
3978         (indian--puthash-char, mapthread): Don't quote lambda.
3979         (indian--map): New function.
3980         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
3981         (indian--puthash-cv): Use it.
3983         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
3984         (indian-char-glyph): Moved to ind-util.el
3986         * language/devan-util.el (devanagari-post-read-conversion):
3987         New function.
3989         * language/georgian.el: New file.
3991         * international/mule-cmds.el (locale-language-names): Add various
3992         entries.  Remove utf-8 special case.
3993         (locale-charset-language-names, locale-preferred-coding-systems):
3994         Add utf-8 case.
3995         (set-language-environment): Process required-features earlier.
3997         * international/quail.el (quail-keyboard-layout-alist):
3998         Add pc105-uk.
3999         (quail-keyboard-layout-type): Fix :type.
4000         (quail-choose-completion-string): Simplify.
4001         (quail-update-leim-list-file): Don't get fooled by commented-out code.
4002         (quail-input-string-to-events): Run events through
4003         translation-table-for-input.
4005         * international/mule-conf.el (translation-table-for-input):
4006         New variable.
4007         (latin-iso8859-14): Amend description.
4008         (file-coding-system-alist): Add entry for utf-8.
4010         * language/utf-8-lang.el: New file.
4012         * international/code-pages.el: New file.
4014         * language/hebrew.el ("Windows-1255"): New language.
4016         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
4017         ("Latvian"): New languages.
4019 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
4021         * xml.el: Use setq rather than (set 'foo bar).
4022         Use push+nreverse rather than append.
4023         (xml-node-name, xml-node-attributes, xml-node-children):
4024         Use defsubst rather than macros.
4025         (xml-parse-region): Handle a nil return value from xml-parse-tag.
4026         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
4027         Concat the two strings surrounding a comment into a single string.
4029         * newcomment.el (comment-indent): Jump to the middle of empty comments.
4031 2001-12-14  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4033         * select.el (xselect-convert-to-class, xselect-convert-to-name):
4034         Document.
4036 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
4038         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
4039         Return nil if FILE is not registered.
4040         (vc-check-master-templates, vc-default-make-version-backups-p):
4041         Doc fix.
4043 2001-12-13  David Ponce  <david@dponce.com>
4045         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
4046         (ruler-mode-left-fringe-cols): New macro.
4047         (ruler-mode-right-fringe-cols): New macro.
4048         (ruler-mode-left-scroll-bar-cols): New macro.
4049         (ruler-mode-right-scroll-bar-cols): New macro.
4050         (ruler-mode-ruler): Use above new macros.
4052 2001-12-13  Richard M. Stallman  <rms@gnu.org>
4054         * files.el (set-auto-mode): Fix previous change.
4056 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
4058         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
4059         (easy-menu-do-define, easy-menu-convert-item-1)
4060         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
4061         (easy-menu-return-item): Only return nil if there is no binding.
4063 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
4065         * whitespace.el (whitespace-version): 3.2
4066         * whitespace.el (whitespace-force-mode-line-update): Replace with
4067         `whitespace-mode-line-update', which is an alias to the correct
4068         function in various emacsen.
4069         * whitespace.el (whitespace-{un,}highlight-the-space):
4070         Add colorized highlighting of the bogus whitespaces in a buffer/file,
4071         using the `whitespace-highlight-face' if
4072         `whitespace-display-spaces-in-color' is set.
4074 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
4076         * international/mule.el (set-auto-coding): Don't search for
4077         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
4079 2001-12-13  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4081         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
4083         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
4085         * mail/rmailsum.el (rmail-summary-mode): Likewise.
4087 2001-12-13  Richard M. Stallman  <rms@gnu.org>
4089         * simple.el (undo): Always set this-command to `undo',
4090         so that the next undo after an error will not begin redoing.
4092         * simple.el (shell-command): Doc fix.
4093         (shell-command-on-region): If there is output an an error,
4094         add "...Shell command failed" to the output.
4096 2001-12-13  David Ponce  <david@dponce.com>
4098         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
4099         (ruler-mode-left-fringe-cols): Function replaced by more efficient
4100         implementation `ruler-mode-extra-left-cols'.
4101         (ruler-mode-ruler): Use above new function.  Take into account
4102         that the fringe areas can now be resized.
4104 2001-12-12  Richard M. Stallman  <rms@gnu.org>
4106         * international/characters.el (Unicode): Comment out
4107         the specifications for kelvin and angstrom signs.
4109         * international/mule.el (make-translation-table-from-vector):
4110         Allow null elements in VEC.
4112         * international/ucs-tables.el (unify-8859-on-encoding-mode)
4113         (unify-8859-on-decoding-mode): Swap the code in their bodies.
4114         Add :version.
4116 2001-12-11  Richard M. Stallman  <rms@gnu.org>
4118         * derived.el (derived-mode-p): Function moved to subr.el.
4120         * subr.el (derived-mode-p): Moved here from derived.el.
4122         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
4124         * files.el (set-auto-mode-1): New subroutine, broken out of
4125         set-auto-mode.
4126         (set-auto-mode, hack-local-variables-prop-line): Use that.
4128 2001-12-11  Dave Love  <fx@gnu.org>
4130         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
4132         * language/european.el: Remove autoload cookies.  Fix registration
4133         of diacritic composition function.
4135 2001-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4137         * calendar/todo-mode.el: Require time-stamp.
4139         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
4141 2001-12-11  Richard M. Stallman  <rms@gnu.org>
4143         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
4145         * textmodes/ispell.el (ispell-buffer-local-parsing):
4146         Match xml like sgml.
4148         * emacs-lisp/advice.el (ad-compile-function):
4149         Byte compile the function under another (uninterned) name.
4151         * gud.el (gdb): Define and bind gud-jump.
4153         * font-lock.el (font-lock-mode):
4154         Put our function at the end of after-change-functions.
4156         * ediff-diff.el (ediff-cmp-options): Doc fix.
4158         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
4160 2001-12-10  Richard M. Stallman  <rms@gnu.org>
4162         * isearch.el (isearch-yank-word-or-char): New function.
4163         (isearch-mode-map): Bind C-w to that.
4165         * menu-bar.el (menu-bar-mode): Make arg optional.
4167         * simple.el (line-move): Cope if next-single-property-change
4168         or previous-single-property-change returns nil.
4170         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
4171         Don't use interactive-p; instead, pass the proper args
4172         in (interactive...).  Clean up most of the trouble-report strings.
4174 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
4176         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
4177         enqueued messages literally.
4179 2001-12-10  Noah Friedman  <friedman@splode.com>
4181         * battery.el (battery-insert-file-contents): Obsolete function
4182         removed.
4183         (battery-read-function): Obsolete function removed.
4184         (battery-linux-proc-apm): Use insert-file-contents.
4186 2001-12-07  Stephen Eglen  <stephen@gnu.org>
4188         * iswitchb.el (iswitchb-visit-buffer):
4189         Use `select-frame-set-input-focus'--needed when window manager
4190         uses "click to focus" policy.
4192 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4194         * COPYING: Moved back.
4196 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
4198         * term/internal.el (IT-character-translations): Add entries for
4199         more points.
4201         * international/characters.el: Resurrect the Hebrew category
4202         settings for all Hebrew characters removed by the last change.
4203         Add code for setting the Hebrew category of the Unicode Hebrew
4204         characters.  Set syntax entries for Hebrew punctuation characters.
4206         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
4207         points and directional formatting control characters.
4209 2001-12-07  Dave Love  <fx@gnu.org>
4211         * language/lao-util.el: Add Unicode equivalents for rules.
4212         (lao-post-read-conversion): New function.
4214         * language/lao.el: Add Unicode equivalents.
4215         (lao): Add post-read conversion.
4217         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
4218         Use iso2022 encoding.
4219         (latin1-char-displayable-p): Doc fix.
4220         (latin1-display-ucs-per-lynx): New option.
4221         (latin1-display-ucs-per-lynx): New command.
4222         (latin1-display-reset): Special-case arabic.
4223         (ucs-tables): Require.
4224         (latin1-display-sets, latin1-display-setup): Add arabic.
4225         (latin1-display) <variable>: Use function latin1-display.
4226         (latin1-display) <function>: Add mule-unicode stuff.
4227         (latin1-display-check-font): Don't lose if `info' is nil.
4229         * international/iso-transl.el: Insert Latin-1 characters, not
4230         unibyte codes.
4232         * language/european.el (diacritic-composition-pattern): New constant.
4233         (diacritic-compose-region, diacritic-compose-string)
4234         (diacritic-compose-buffer, diacritic-post-read-conversion)
4235         (diacritic-composition-function): New functions.
4237         * international/utf-8.el (ucs-mule-to-mule-unicode):
4238         New translation table.
4239         (ccl-encode-mule-utf-8): Use it.
4240         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
4241         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
4242         (utf-8-subst-table): New variable.
4243         (utf-8-compose-scripts): New option.
4244         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
4246         * international/ucs-tables.el, international/utf-8-subst.el:
4247         New files.
4249         * international/characters.el: Don't set word syntax (the default)
4250         explicitly.  Add a diacritic category.  Add info for Unicode
4251         equivalents of characters in various Mule charsets and for extra
4252         Unicode characters.  Don't define specific categories for
4253         Indian/Devanagari, since they aren't used.
4255 2001-12-06  Richard M. Stallman  <rms@gnu.org>
4257         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
4258         (set-justification-left, set-justification-right): Doc fix.
4260         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
4261         (bug-f90-mode): Variable deleted.
4263 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
4265         * indent.el (indent-line-function): Default is indent-relative again.
4267 2001-12-07  Miles Bader  <miles@gnu.org>
4269         * progmodes/compile.el (compilation-error-regexp-alist):
4270         Added regexps for RXP.
4272 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
4274         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
4275         Add shift-assignment operators to those highlighted, and highlight
4276         the whole operator rather than just the "=".
4278 2001-12-04  Juanma Barranquero  <lektu@terra.es>
4280         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
4281         before saving abbrevs if `save-abbrevs' has the value `silently'.
4283 2001-12-04  Andreas Schwab  <schwab@suse.de>
4285         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
4287 2001-12-04  Colin Walters  <walters@debian.org>
4289         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
4290         for `defmacro*' forms.
4292         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
4293         `defmacro*'.
4295 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
4297         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
4299 2001-12-02  Richard M. Stallman  <rms@gnu.org>
4301         * files.el (insert-directory): If the df output does not look right,
4302         don't try to use it.  Other cleanups in overall code structure.
4304 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
4306         * textmodes/outline.el (outline-mode-prefix-map):
4307         Add bindings for outline-promote and outline-demote.
4308         (outline-minor-mode-menu-bar-map): New var.
4309         (outline-minor-mode): Use it.
4310         (outline-heading-alist): New var (renamed from outline-level-heading).
4311         (outline-level): Use it.
4312         (outline-insert-heading, outline-promote, outline-demote):
4313         Update to use outline-heading-alist.
4315         * disp-table.el (standard-display-european):
4316         Simplify since the function is not interactive any more.
4317         Don't set the existing buffers to unibyte.
4319         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
4321         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
4323         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
4325         * shell.el (shell): Use shell-file-name.
4326         Pop to buffer before calling comint to set COLUMNS properly.
4328         * emacs-lisp/cl.el (svref): New alias.
4330         * progmodes/antlr-mode.el (antlr-c-common-init):
4331         Don't inhibit adaptive-fill-mode any more.
4333         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
4335         * progmodes/etags.el (tags-with-face): Use make-symbol.
4336         (tags-search, tags-query-replace): Use backquotes.
4338         * textmodes/picture.el (picture-mode-map): Don't use defconst
4339         for a variable.
4341 2001-12-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4343         * textmodes/reftex-index.el (reftex-index-mode):
4344         Remove make-local-hook.
4346         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
4348 2001-12-02  Kim F. Storm  <storm@cua.dk>
4350         * isearch.el (isearch-resume-enabled): New variable.
4351         (isearch-done): Use that variable.
4353 2001-12-01  Richard M. Stallman  <rms@gnu.org>
4355         * wid-edit.el (widget-button-click): Don't move point permanently:
4356         Avoid mouse-set-point--instead select the window,
4357         then do save-excursion, then move point.
4358         Specify the buffer for get-char-property.
4359         Don't use `@' in interactive.
4361         * indent.el (indent-line-function):
4362         Default is indent-to-left-margin again.
4364         * replace.el (query-replace-read-args): Display message
4365         if FROM contains `\n' or `\t'.
4367 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
4369         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
4371         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
4373         * emacs-lisp/regexp-opt.el (regexp-opt):
4374         Bind completion-regexp-list to nil.
4376         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
4378 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
4380         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
4381         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
4382         Update maintainer.
4384 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
4386         * mail/smtpmail.el: Use with-current-buffer.
4387         (message-make-date, message-make-message-id): Autoload when needed.
4388         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
4389         headers when missing.
4391         * international/encoded-kb.el (encoded-kbd-mode):
4392         Use define-minor-mode.
4394         * enriched.el (enriched-mode): Use define-minor-mode.
4395         Use dolist and pop and push.
4397         * info.el (Info-find-node-2): Don't call info-insert-file-contents
4398         with the `visit' argument.
4399         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
4401         * progmodes/hideif.el (hide-ifdef-mode): Only modify
4402         `change-major-mode-hook' locally.  Reset invisibility spec.
4404         * man.el (Man-build-section-alist): Remove last Man-match-substring.
4406 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4408         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
4409         Clarify error message.
4411 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4413         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
4415 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
4417         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
4418         don't just return it.
4420 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
4422         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
4423         (menu-bar-read-emacs-man, search-emacs-glossary)
4424         (emacs-index-search, elisp-index-search): New functions.
4425         (apropso-documentation, apropos, apropos-value, apropos-variable)
4426         (apropos-commands): Modify menu item names and help text.
4427         (elisp-index-search, emacs-index-search, emacs-glossary):
4428         New menu items.
4429         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
4430         submenu.
4431         (info-elisp, info-elintro): New menu items.
4432         (apropos): Modify the menu item name.
4434 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
4436         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
4438         * textmodes/outline.el (outline-promote, outline-demote): Typo.
4440         * man.el (man-follow-mouse): New function.
4441         (Man-mode-map): Bind mouse-2 to it.
4442         (Man-match-substring): Remove.  Replace with `match-string'.
4443         (man): Use the `default-value' argument to `read-string'.
4444         (Man-fontify-manpage): Add mouse-face to cross references.
4446         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
4448 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
4450         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
4451         the value of require-match in minibuffer-completion-confirm.
4452         Use crm-local-completion-map.
4454         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
4455         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
4456         (cl-make-type-test): Use char-valid-p for `character'.
4458         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
4459         (Info-complete-menu-item): Rewrite.  Add the ability to search
4460         several sequential nodes.  Add a simple caching mechanism.
4461         (Info-goto-index): New function extracted from Info-index.
4462         (Info-index): Use it.  Add completion to the interactive spec.
4463         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
4465 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4467         * COPYING: Removed.
4469 2001-11-29  Dave Love  <fx@gnu.org>
4471         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
4472         (fortran-window-create, fortran-window-create-momentarily):
4473         Rewrite, moving error condition.
4474         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
4475         (fortran-mode-syntax-table): Revert last change.
4477         * international/mule.el: Doc fixes.
4478         (map-charset-chars): New function.
4479         (register-char-codings): Use it to cope with generic chars in
4480         safe-chars.
4482 2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4484         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
4486         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
4488         * play/studly.el (studlify-word, studlify-region)
4489         (studlify-buffer): Fix doc-string.
4490         (studlify-buffer): Add autoload cookie.
4492 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
4494         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
4495         (outline-up-heading-all): Remove.
4496         (hide-sublevels): Move to end-of-heading before calling flag-region.
4497         (outline-copy-overlay, outline-discard-overlays): Remove.
4498         (outline-flag-region): Use `remove-overlays'.
4499         Don't move to end-of-heading.
4500         (outline-next-visible-heading, outline-back-to-heading)
4501         (outline-on-heading-p): Use outline-invisible-p.
4502         (outline-font-lock-level): Use outline-up-heading's new arg.
4503         (outline-minor-mode): Simplify.
4504         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
4505         (outline): Put a `reveal-toggle-invisible' property.
4506         (outline-level-heading): New var.
4507         (outline-insert-heading, outline-promote, outline-demote)
4508         (outline-toggle-children): New commands.
4510         * progmodes/hideif.el (hif-end-of-line): New function.
4511         (hide-ifdef-mode): Set line-move-ignore-invisible.
4512         (hide-ifdef-region-internal): New function.
4513         (hide-ifdef-region): Use it.
4514         (hif-defined): Return an integer.
4515         (hif-infix-to-prefix): Remove.
4516         (hif-tokenize): Parse from the buffer rather than from a string.
4517         Correctly tokenize integers.  Use forward-comment.
4518         (hif-expr): Use hif-or.
4519         (hif-term): Use hif-and.
4520         (hif-factor): Use hif-not.  Handle numbers properly.
4521         Don't require parenthesis around `defined's argument.
4522         (hif-and, hif-or, hif-not): New funs.
4523         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
4524         (hif-hide-line): Don't hide the \n before the line.
4525         (hif-possibly-hide): Correctly handle numeric evaluation results.
4527         * progmodes/make-mode.el: Use line-(end|beginning)-position.
4528         (makefile-mode): Set indent-line-function.
4529         (makefile-browser-insert-continuation): Use with-current-buffer.
4530         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
4532 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
4534         * isearch.el (isearch-yank-internal): New helper function.
4535         (isearch-yank-char): New function.
4536         (isearch-yank-word, isearch-yank-line): Rewrite to use
4537         isearch-yank-internal.
4539 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
4541         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
4542         aren't supported.  Print a message to that effect if invoked.
4544 2001-11-27  Stephen Eglen  <stephen@gnu.org>
4546         * locate.el (locate): Put point at first matching file rather
4547         than top of buffer.
4549 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
4551         * reveal.el: New file.
4553         * progmodes/hideif.el: Misc cleanup.
4554         (hide-ifdef-mode-submap): Put the def in the defvar.
4555         Use substitute-key-definition.
4556         (hide-ifdef-mode): Use define-minor-mode.
4557         (hif-outline-flag-region): Remove.
4558         (hif-show-all): Define in terms of hif-show-ifdef-region.
4559         (hif-after-revert-function): Rename from hif-before-revert-function.
4560         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
4561         (hif-tokenize): Use with-syntax-table.
4562         (hif-make-range): Use `else' also for `else-p'.
4563         (hif-range-else-p): Remove.
4564         (hif-find-range): Simplify.
4565         (hif-hide-line): Don't bother preserving buffer-modified-p.
4566         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
4567         Don't use selective-display and inhibit-read-only.
4569         * subr.el (copy-overlay, remove-overlays): New funs.
4571         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
4573 2001-11-27  Sam Steingold  <sds@gnu.org>
4575         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
4576         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
4577         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
4578         * obsolete/c-mode.el, obsolete/cplus-md.el
4579         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
4580         * term/sun-mouse.el, textmodes/artist.el:
4581         Converted backquote to the new style.
4582         * mouse.el, reposition.el: Likewise (in comments).
4583         * expand.el: Likewise (in a string).
4585 2001-11-27  Richard M. Stallman  <rms@gnu.org>
4587         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
4589 2001-11-26  Richard M. Stallman  <rms@gnu.org>
4591         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
4592         if :on-glyph or :off-glyph is a list, eval it and store it back.
4593         (checkbox): Quote the values for :on-glyph and :off-glyph.
4595         * cus-start.el (recursive-load-depth-limit): Delete item.
4597 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
4599         * help-fns.el (describe-categories, help-describe-category-set): New.
4600         describe-categories moved here from src/category.c.
4602 2001-11-26  Sam Steingold  <sds@gnu.org>
4604         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
4605         arguments to `insert' are strings.
4607 2001-11-26  Richard M. Stallman  <rms@gnu.org>
4609         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
4611 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
4613         * international/mule-diag.el: Require help-fns instead of
4614         help-funs.
4616         * help-fns.el: Renamed from help-funs.el.
4618         * startup.el (command-line-1): Don't try to call process-list if
4619         it is not fboundp.
4621 2001-11-26  Sam Steingold  <sds@gnu.org>
4623         * frame.el (show-trailing-whitespace): Remove :set argument (the
4624         value was essentially identical to the defalt).
4626 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4628         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
4630         * icomplete.el (icomplete-minibuffer-setup): Likewise.
4632         * hilit-chg.el (hilit-chg-set): Likewise.
4634         * speedbar.el (speedbar-mode): Likewise.
4636         * calendar/calendar.el (calendar-mode): Likewise.
4638         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
4639         insert-string.
4641         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
4643         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
4645         * term/sun-mouse.el (sun-yank-selection): Likewise.
4647         * textmodes/bib-mode.el (return-key-bib): Likewise.
4649         * calendar/appt.el (appt-disp-window): Likewise.
4651         * calendar/diary-lib.el (list-diary-entries): Likewise.
4653         * array.el (array-reconfigure-rows): Likewise.
4655         * filecache.el (file-cache-minibuffer-complete): Likewise.
4657         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
4659         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
4661         * allout.el (outline-version, outline-open-topic)
4662         (outline-rebullet-heading, outline-insert-listified)
4663         (outline-latex-verbatim-quote-curr-line)
4664         (outline-latexify-one-item, outlineify-sticky): Likewise.
4666         * vc.el (vc-next-action-on-file): Likewise.
4667         (vc-dired-mode): Remove make-local-hook.
4669 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
4671         * vc.el (vc-find-version): New function.
4672         (vc-version-other-window): Redefined in terms of the above.
4674         * log-view.el (log-view-find-version): New function.
4675         (log-view-mode-map): Bind it to `f'.
4677 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
4679         * language/devan-util.el (dev-char-glyph): Escape `"' in
4680         string literals.
4681         (dev-glyph-glyph, dev-glyph-glyph-2)
4682         (devanagari-compose-syllable-region): Likewise.
4684 2001-11-26  Richard M. Stallman  <rms@gnu.org>
4686         * window.el (save-selected-window): No error if saved window is dead.
4688         * help-funs.el (describe-syntax): Put (interactive) after doc string.
4690 2001-11-26  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4692         * international/quail.el (quail-help): Require help-mode in
4693         top-level instead.
4695         * iswitchb.el (iswitchb-exhibit): Use insert instead of
4696         insert-string.
4698         * icomplete.el (icomplete-exhibit): Likewise.
4700 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
4702         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
4703         (diff-hunk-kill): Simplify.
4704         (diff-post-command-hook): Only apply to a single hunk.
4705         (diff-hunk-text): Make `char-offset' non-optional.
4706         (diff-find-text): Return a cons cell.
4707         (diff-find-approx-text): New fun.
4708         (diff-find-source-location): Use it.
4709         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
4710         Adapt to new retval of diff-find-text.
4712         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
4713         rather than integer- representation of dates.
4715         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
4717         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
4718         (syntax-after): New fun.
4720         * help-funs.el (describe-syntax): New fun.
4722         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
4723         (font-lock-ppss-stats, font-lock-ppss): Remove.
4724         (font-lock-fontify-syntactically-region): Remove tuning code.
4725         (font-lock-compile-keywords): Fix off-by-one bug.
4726         (font-lock-set-defaults): Don't set removed vars.
4727         (c-keywords): Add `inline'.
4728         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
4730         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4731         Set syntax-begin-function.
4732         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
4733         (lisp-interaction-mode): Don't set local-abbrev-table any more.
4734         (lisp-mode-auto-fill): Use syntax-ppss and obey
4735         comment-auto-fill-only-comments.
4736         (lisp-fill-paragraph): Use syntax-ppss.
4738 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4740         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
4741         version of rmail-enable-mime.
4742         (rmail-forward): Use it.
4744 2001-11-25  Richard M. Stallman  <rms@gnu.org>
4746         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
4748         * international/quail.el (quail-keyboard-layout-button):
4749         Define button type.
4750         (quail-keyboard-customize-button): Likewise.
4751         (quail-help): Use those button types.  Require `help-mode'.
4752         Avoid altering the argument `package'.
4754         * help-mode.el (help-function, help-variable, help-face)
4755         (help-coding-system, help-input-method, help-character-set):
4756         Define each button type with its own explicit define-button-type.
4758         * language/devan-util.el: Comment out parts of the file
4759         which apparently are garbled.
4761 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4763         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
4764         insert-string.
4766 2001-11-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
4768         * play/snake.el (snake-mode): Remove make-local-hook.
4770         * play/tetris.el (tetris-mode): Likewise.
4772         * play/decipher.el (decipher-mode): Likewise.
4774         * tmm.el (tmm-add-prompt): Likewise.
4776 2001-11-25  Sam Steingold  <sds@gnu.org>
4778         * menu-bar.el (menu-bar-apropos-menu): New variable.
4779         Moved all `apropos' bindings to this menu.
4780         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
4782 2001-11-24  KAWABATA, Taichi <batta@beige.ocn.ne.jp>
4784         The following changes are for new indian languages support based
4785         on Unicode charset and CDAC fonts.
4787         * international/mule-conf.el: Change indian-1-column charset to
4788         indian-glyph charset.
4790         * international/characters.el: Adjusted for the change of
4791         indian-1-column -> indian-glyph.
4793         * international/fontset.el: Delete the setting for indian-1-column
4794         and add the setting for indian-glyph in the default fontset.
4796         * language/indian.el: Completely re-written.
4798         * language/devanagari.el: Completely re-written.
4800         * language/devan-util.el: Completely re-written.
4802         * language/ind-util.el: New file.
4804 2001-11-24  Richard M. Stallman  <rms@gnu.org>
4806         * startup.el (command-line-1): Don't do startup screen
4807         if a subprocess is running.  Call the startup screen buffer
4808         "GNU Emacs".  Make a special mode-line-format for it.
4810         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
4811         (browse-url-galeon): Use that variable.
4813         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
4814         eval-expression.  Eval and set the variable simply.
4816         * files.el (temporary-file-directory): Use defcustom.
4817         (small-temporary-file-directory): Likewise.
4818         (normal-backup-enable-predicate): Move down in file
4819         after definition of temporary-file-directory.
4821         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
4823 2001-11-24  Colin Walters  <walters@debian.org>
4825         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
4826         autoload names to match files renamed on initial calc import.
4828         * calc/calc.el (Commentary): Cleanup, and add logistic curve
4829         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
4831 2001-11-23  Colin Walters  <walters@debian.org>
4833         * Makefile.in (finder_setwins, setwins): Include Calc again.
4835         * calc/calc-rules.el: Add header comment.
4837 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
4839         * vc.el (with-vc-properties): Don't bind `filename' locally.
4840         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
4841         to avoid name clashes.  Fix `lisp-indent-function' property for
4842         both.
4844 2001-11-23  Francesco Potorti`  <pot@gnu.org>
4846         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
4848 2001-11-22  Colin Walters  <walters@debian.org>
4850         * calc/calc-misc.el (report-calc-bug):
4851         Use `reporter-prompt-for-summary-p'.
4853         * calc/INSTALL, calc/Makefile: Remove.
4855 2001-11-22  Miles Bader  <miles@gnu.org>
4857         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
4858         (reb-match-2, reb-match-3): Add dark-background variants.
4860 2001-11-22  Colin Walters  <walters@debian.org>
4862         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
4863         (info "Calc").
4864         (report-calc-bug): Use reporter.el.
4866         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
4868 2001-11-21  Richard M. Stallman  <rms@gnu.org>
4870         * which-func.el (which-function): Call imenu--make-index-alist
4871         if necessary to get a list of functions.
4872         (which-function-imenu-failed): New variable.
4873         (which-func-update): Handle all visible windows.
4874         (which-func-update-1): New subroutine broken out of which-func-update.
4876         * files.el (temporary-file-directory, null-device)
4877         (small-temporary-file-directory): Definitions moved up.
4879         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
4880         (cperl-non-problems, cperl-praise): Doc fixes.
4882         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
4883         (sh-mode-syntax-table): Function restored.
4884         Variable set up for use by function sh-mode-syntax-table.
4885         (sh-set-shell): Set the syntax table.
4887         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
4889         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
4891         * international/encoded-kb.el: Don't alter minor-map-alist.
4893 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4895         * files.el (auto-save-file-name-transforms): Put remote files in
4896         temporary-file-directory rather than /tmp.
4898 2001-11-21  Colin Walters  <walters@debian.org>
4900         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
4901         of (function ...) wrapper.
4903 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
4905         * derived.el (define-derived-mode): Create the abbrev-table
4906         from inside the `defvar'.
4908         * jit-lock.el (jit-lock-defer-time): New var.
4909         (jit-lock-defer-timer, jit-lock-buffers): New vars.
4910         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
4911         (jit-lock-function): Defer fontification if requested.
4912         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
4913         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
4914         text property.
4915         (jit-lock-deferred-fontify): New fun.
4917 2001-11-20  Richard M. Stallman  <rms@gnu.org>
4919         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
4920         Set local-abbrev-table to lisp-mode-abbrev-table.
4922         * emacs-lisp/re-builder.el (reb-mode):
4923         Don't use define-derived-mode.  Call kill-all-local-variables.
4925         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
4926         Don't use define-derived-mode.
4928         * help-mode.el (help-mode): Undo 2001-10-07 change.
4930         * replace.el (occur-mode): Undo 2001-5-20 change.
4932 2001-11-20  Jason Rumney  <jasonr@gnu.org>
4934         * w32-fns.el (w32-system-coding-system): Change to an alias for
4935         locale-coding-system.
4936         (set-w32-system-coding-system): Document the above change.
4937         Set locale-coding-system instead.
4939 2001-11-20  Richard M. Stallman  <rms@gnu.org>
4941         * ruler-mode.el: Add pagination.
4942         (ruler-mode-toggle-show-tab-stops): No need to
4943         test `ruler-mode' variable.
4945 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
4947         * play/landmark.el: Mark lm-mode as special.
4949         * play/gomoku.el: Mark gomoku-mode as special.
4951 2001-11-20  Juanma Barranquero  <lektu@terra.es>
4953         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
4954         (top-level): Bind it to C-c C-b.
4955         (re-builder): Don't re-enter RE Builder Mode.
4957         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
4959 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
4961         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
4962         `manual-program'.
4964         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
4965         to a line without a comment.
4967 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
4969         * dired.el (dired-listing-switches): Mention in the doc string
4970         that some switches are not supported by ls-lisp.el
4972 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4974         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
4975         (imenu--create-keymap-2): Remove.
4976         (imenu--create-keymap-1): Simplify, remove third argument.
4977         (imenu--generic-function): Use dolist.
4978         (imenu-find-default): New function.
4979         (imenu--completion-buffer): Use it.
4980         (imenu--mouse-menu): Use popup-menu.
4981         (imenu--menubar-select): Return t rather than calling imenu.
4983         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
4984         New functions, extracted from fill-region-as-paragraph.
4985         (fill-region-as-paragraph): Use them.
4986         Use an end marker instead of eob.
4987         Ignore whitespace-only fill-prefixes when indenting according to mode.
4988         Simplify the loop that searches for spaces backwards.
4990         * textmodes/picture.el (picture-vertical-step)
4991         (picture-horizontal-step): Don't use defconst for variables.
4993         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
4994         (mail-extract-address-components): Downcase domain names.
4995         (mail-extr-delete-char): Remove.  Use delete-char instead.
4997         * emulation/pc-select.el: Doc string fixes.
4998         (pc-selection-mode): Don't treat macos as a tty.
5000         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
5002         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
5004         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
5005         (mouse-wheel-progessive-speed): New var.
5006         (mwheel-scroll): Use it and handle float values.
5008         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
5010         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
5011         (iswitchb): Fix the case where the result was selected with the mouse.
5012         (iswitchb-completion-help): Use the normal *Completions* now that
5013         mouse selection works.
5014         (iswitchb-minibuffer-setup): Simplify.
5016         * newcomment.el (comment-column, comment-style, comment-multi-line)
5017         (comment-auto-fill-only-comments): Remove :group arg.
5018         (comment-padding): Add :type.
5019         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
5020         if called interactively.
5022 2001-11-19  Colin Walters  <walters@verbum.org>
5024         * calc/calc.el (toplevel): Add comment and version header.
5025         (calc-init-base): Bump version to 2.02f, update date.
5027 2001-11-19  Richard M. Stallman  <rms@gnu.org>
5029         * net/browse-url.el: Support Mozilla and Galeon.
5030         By default, find the installed browser whichever it is.
5031         (browse-url-mozilla): New function.
5032         (browse-url-mozilla-sentinel): New function.
5033         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
5034         (browse-url-default-browser): New function.
5035         (browse-url-process-environment): Use browse-url-browser-display.
5036         (browse-url-browser-display): Renamed from browse-url-netscape-display.
5037         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
5038         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
5039         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
5040         (browse-url-browser-function): New default, new options.
5042 2001-11-19  Sam Steingold  <sds@gnu.org>
5044         * bindings.el (last-buffer, unbury-buffer): New function.
5045         (mode-line-unbury-buffer): Use `unbury-buffer'.
5047 2001-11-18  Stephen Eglen  <stephen@gnu.org>
5049         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
5050         control behaviour when no further completion is possible.
5052 2001-11-19  Colin Walters  <walters@verbum.org>
5054         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
5055         (math-showing-full-precision, math-with-extra-prec, math-working)
5056         (calc-with-default-simplification)
5057         (calc-with-trail-buffer): Use backtick.
5058         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
5059         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
5060         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
5061         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
5062         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
5063         (Math-num-integerp, Math-bignum-test, Math-equal-int)
5064         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
5065         (calc-record-compilation-date-macro): Deleted.  Callers updated.
5066         (math-format-radix-digit): Move to calc-bin.el.
5068         * calc/calc.el (calc-record-compilation-date): Remove.
5069         (calc-bug-address): Update.
5070         (calc-settings-file): Use `user-init-file'.
5072         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
5073         Handle null `calc-settings-file'.
5075         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
5076         * calc/calc-keypd.el (calc-keypad-mode): New.
5077         (calc-do-keypad): Use it.
5078         (calc-keypad-map): Move into `calc-keypad-mode'.
5080         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
5081         to defalias argument.
5083         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
5084         (calcFunc-floor): Ditto.
5086         * calc-units.el (calcFunc-usimplify): Ditto.
5088         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
5089         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
5090         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
5091         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
5092         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
5093         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
5094         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
5095         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
5096         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
5097         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
5098         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
5099         and move them before their first use.  Use `when', `unless'.
5100         Remove trailing periods from error forms.  Add description and
5101         headers suggested by Emacs Lisp coding conventions.
5103 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
5105         * newcomment.el (comment-indent):
5106         Fix misindentation for comment-only lines.
5107         (comment-indent-new-line): Only obey comment-multi-line if the
5108         comment-ender is not the end-of-line.
5110 2001-11-19  Richard M. Stallman  <rms@gnu.org>
5112         * net/net-utils.el (network-connection-service-abbrev-alist):
5113         New variable.
5115         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
5116         Advance to start of 3rd sexp by moving fwd and backing over it.
5117         At first three elements, act like defun.
5119         * delsel.el (delete-selection-pre-hook): Handle and resignal
5120         file-supersession errors to interact properly with userlock.el.
5122 2001-11-18  Richard M. Stallman  <rms@gnu.org>
5124         * progmodes/fortran.el (fortran-mode-syntax-table):
5125         Specify punctuation syntax for backslash.
5127         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
5128         All calls deleted.
5130         * international/mule-util.el (string-to-sequence): Make it obsolete.
5131         (string-to-list, string-to-vector): Implement them directly
5132         using append and vconcat, not with string-to-sequence.
5134         * startup.el (command-line): Set abbrevs-changed to nil after
5135         reading the init file and the abbrevs file.
5137         * isearch.el (isearch): Use magenta2 as bg for (background light)
5139 2001-11-17  Richard M. Stallman  <rms@gnu.org>
5141         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
5143         * simple.el (minibuffer-history-sexp-flag): Doc fix.
5145 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
5147         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
5148         If set and if applicable, add a regexp to highlight defun-like
5149         text inside comments and strings.
5150         (font-lock-fontify-keywords-region): Pass that new arg.
5151         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
5152         to the end and pass that new arg.
5153         (c-font-lock-keywords-2): Fix regex for labels.
5154         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
5155         Make it work when LIMIT is several lines further.
5156         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
5157         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
5158         Use backquote and make the regexes for `int a, b, c;' work on
5159         multiple lines.
5161         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
5162         (font-lock-defaults-alist): Don't change it any more.
5163         (reb-subexp-mode-map): Cleanup.
5165         * custom.el (custom-current-group-alist): New var.
5166         (custom-declare-group): Set it.
5167         (custom-current-group): New fun.
5168         (custom-declare-variable, custom-handle-all-keywords):
5169         Use it as a default if no :group argument is specified.
5171         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
5172         (standard-keyboard-coding-systems): New var.
5173         (set-locale-environment): Use it to decide whether or not to call
5174         set-keyboard-coding-system.
5175         (locale-language-names): Use \"French\" for "fr".
5177 2001-11-17  Richard M. Stallman  <rms@gnu.org>
5179         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
5180         (add-to-list): Delete compatibility code.
5181         (checkdoc-next-message-error): Doc fix.
5183 2001-11-17  Stephen Eglen  <stephen@gnu.org>
5185         * locate.el (locate): Show default locate pattern within the
5186         prompt, but don't insert it into the minibuffer contents.
5187         Catch the case when pattern is the empty string.
5189 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
5191         * language/european.el ("French"): New language environment.
5193 2001-11-16  Richard M. Stallman  <rms@gnu.org>
5195         * calendar/todo-mode.el (todo-save): Fix previous change.
5197         * subr.el (functionp): Do use cdr-safe on object.
5199 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
5201         * bindings.el (mode-line-mode-name): Only put the help-echo property
5202         if the local-map property was put as well.
5203         (global-map): Bind switch-frame, delete-frame, iconify-frame
5204         and make-frame-visible events.
5206         * emacs-lisp/elp.el (elp-not-profilable): New var.
5207         (elp-not-profilable-p): New function.
5208         (elp-instrument-function): Use it.  Use backquotes and push.
5210         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
5211         (byte-stack+-info, byte-compile-last-warned-form)
5212         (byte-compile-last-logged-file): Don't defconst a variable.
5213         (no-byte-compile): Declare.
5214         (byte-compile-file): Don't boundp-check no-byte-compile any more.
5215         (byte-compile-defvar): Leave defconst as is.
5217         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
5218         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
5219         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
5220         (edebug-best-error): Don't defconst a variable.
5221         (edebug-read-syntax-table): Use a char-table.
5222         (edebug-lemacs-specific): Remove.
5223         Toplevel: Eliminate check for Lucid Emacs.
5225         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
5227         * rect.el (move-to-column-force): Mark obsolete.
5228         (operate-on-rectangle, delete-extract-rectangle-line)
5229         (insert-rectangle, delete-whitespace-rectangle-line)
5230         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
5231         (string-rectangle-history): New var.
5232         (string-rectangle, string-insert-rectangle): Use it.
5233         (delete-rectangle-line): Fix pos/column mixup and simplify.
5235         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
5236         (normal-top-level, command-line, command-line-1): Simplify.
5238         * tar-mode.el (tar-mode): Use define-derived-mode.
5240         * view.el (view-mode-enable): Don't use make-local-hook.
5242         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
5244 2001-11-16  Richard M. Stallman  <rms@gnu.org>
5246         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
5247         if it doesn't make sense as anything else.
5248         Don't recognize a "telephone number" at the beginning of the name.
5249         (mail-extr-leading-garbage): Match non-word characters only.
5251 2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5253         * startup.el (command-line-processed): Doc fix.
5255         * apropos.el (apropos-next-label-button): Doc fix.
5257 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
5259         * comint.el (comint-mode): Simplify.
5260         (make-comint-in-buffer): Run `comint-mode' only if necessary.
5262         * subr.el (eval-after-load): Make it work with features as well.
5264         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
5266         * international/mule-cmds.el (describe-input-method): Setup xref.
5267         (set-language-environment): Use functionp.
5268         (locale-language-names, locale-charset-language-names)
5269         (locale-preferred-coding-systems): Defconst and purecopy.
5271         * language/european.el (mac-roman): Add mime-charset property.
5273 2001-11-15  Richard M. Stallman  <rms@gnu.org>
5275         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
5276         (multiple-value-apply, nth-value): Use defsubst rather than defalias
5277         to get better doc strings.
5279 2001-11-15  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5281         * derived.el: Fix autoload cookie.
5283 2001-11-15  Richard M. Stallman  <rms@gnu.org>
5285         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
5287 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
5289         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
5291 2001-11-15  Richard M. Stallman  <rms@gnu.org>
5293         * dired.el (dired-undo): Display a message to explain
5294         that this does not undo file system changes.
5296 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
5298         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
5299         into `unread-command-events' instead of trying keymap
5300         lookups ourselves.  This makes mouse-clicks do the right
5301         thing even when keymaps of overlays are involved.
5302         (mouse-drag-drag): Likewise.
5304 2001-11-15  Andreas Schwab  <schwab@suse.de>
5306         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
5307         characters and append anchor to pattern added to auto-mode-alist.
5309 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
5311         * server.el (server-process-filter): Run pore/post-comment-hook
5312         before/after visiting the file.
5314         * info-look.el (makefile-mode): Add info for automake.
5315         (autoconf-mode): Fix the name of the index for automake.
5317         * international/latin-9.el: Give pilcrow punctuation syntax.
5319 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
5321         * vc.el: Documentation fixes.
5323 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
5325         * smerge-mode.el (smerge-match-conflict): Fix typo.
5326         (smerge-diff): Be careful to read match-data early enough.
5328 2001-11-14  Colin Walters  <walters@verbum.org>
5330         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
5331         (calcFunc-subst): Use `defalias' instead of `fset' and
5332         `symbol-function'.
5334         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
5335         (calcFunc-ceil, calcFunc-round): Ditto.
5337         * calc/calc-bin.el (calcFunc-clip): Ditto.
5339         * calc/calc-ext.el (calcFunc-evalv): Ditto.
5341         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
5343         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
5344         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
5346         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
5348         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
5349         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
5350         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
5351         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
5352         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
5353         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
5354         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
5355         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
5356         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
5357         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
5358         * calcsel2.el: Style cleanup; don't put closing parens on their
5359         own line, add "foo.el ends here" to each file, and update
5360         copyright date.
5362         * README: Update maintainer.
5364 2001-11-13  Richard M. Stallman  <rms@gnu.org>
5366         * progmodes/compile.el (recompile): Use compilation-arguments if
5367         set, so as to be able to M-x recompile the exact command which
5368         created a compilation-mode buffer.
5370         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
5372 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
5374         * mouse.el (mouse-drag-region): Don't run the up-event
5375         handler if window start changed due to the down-mouse event.
5377 2001-11-13  Richard M. Stallman  <rms@gnu.org>
5379         * mouse.el (mouse-show-mark): Either move point to the mark
5380         or use highlighting, never both.
5381         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
5383 2001-11-13  Simon Josefsson  <jas@extundo.com>
5385         * mail/smtpmail.el (top-level): Change maintainer to Simon
5386         Josefsson, cleanup the smtpmail.el header.
5388         * mail/smtpmail.el (top-level): Don't require cl or base64.
5389         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
5390         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
5391         Defsubst instead of defmacro.
5392         (smtpmail-intersection): Return value in reverse order.
5393         (smtpmail-open-stream): Use stringp instead of string-to-list.
5394         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
5395         separated from smtpmail-via-smtp.
5397         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
5398         rfc2104.  Require base64 and cl.
5399         (smtpmail-smtp-service): Doc fix.  :type fix.
5400         (smtpmail-debug-info): Doc fix.
5401         (smtpmail-debug-verb, smtpmail-auth-credentials)
5402         (smtpmail-starttls-credentials, smtpmail-auth-supported):
5403         New variables.
5404         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
5405         mail-utils (it is autoloaded).
5406         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
5407         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
5408         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
5409         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
5410         (smtpmail-via-smtp): Support AUTH.
5411         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
5413 2001-11-13  Richard M. Stallman  <rms@gnu.org>
5415         * ebuff-menu.el (electric-buffer-update-highlight): New function.
5416         (electric-buffer-overlay): New variable.
5417         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
5418         (electric-buffer-list): Likewise.
5420         * isearch.el (isearch-whitespace-chars): Doc fix.
5421         (isearch-mode): Handle negative search-slow-window-lines correctly.
5423 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
5425         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
5427         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
5428         From Emmanuel Briot <briot@act-europe.fr>.
5430 2001-11-13  Colin Walters  <walters@debian.org>
5432         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
5434         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
5435         "~/.emacs"; use `read-file-name'.
5437         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
5438         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
5439         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
5440         * calc/calc.el: Use `frame-width' instead of `screen-width',
5441         `frame-height' instead of `screen-height', and,
5442         `executing-kbd-macro' instead of `executing-macro'.
5444         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
5445         correct number of arguments.
5447         * calc/calc-aent.el (calc-do-alg-entry):
5448         Use `blink-paren-function' instead of `blink-paren-hook'.
5450 2001-11-12  Richard M. Stallman  <rms@gnu.org>
5452         * calendar/todo-mode.el (todo-save): Add save-excursion
5453         and save-restriction.
5455         * server.el (server-edit, server-done): Doc fix.
5457         * simple.el (clone-indirect-buffer): Error if major mode symbol
5458         has a no-clone-indirect property.
5459         (clone-buffer): Check for obvious errors before reading clone name.
5461         * info.el (Info-mode): Add a no-clone-indirect property.
5463 2001-11-12  Sam Steingold  <sds@gnu.org>
5465         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
5466         set-buffer-modified-p to nil after `vc-exec-after'.
5467         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
5468         (log-view-mode): Make read-only.
5469         (log-view-current-file): Do final `expand-file-name' in the
5470         current `default-directory'.
5471         (log-view-current-tag): Take an optional `where' arg.
5472         (log-view-diff): New user command.
5474 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5476         * progmodes/cpp.el (cpp-choose-face): Fix typo.
5478 2001-11-12  Sam Steingold  <sds@gnu.org>
5480         * emacs-lisp/cl-indent.el (toplevel): Indent properly
5481         `generic-flet', `generic-labels', `with-accessors',
5482         `with-condition-restarts'.
5484 2001-11-12  Richard M. Stallman  <rms@gnu.org>
5486         * dired.el: Many trivial doc fixes.
5487         (dired-get-file-for-visit): New function.
5488         (dired-find-alternate-file, dired-mouse-find-file-other-window):
5489         (dired-view-file, dired-find-file-other-window, dired-display-file):
5490         (dired-find-file): Use dired-get-file-for-visit.
5492 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
5494         * sql.el (sql-mode): Doc change.
5496         * sql.el (sql-mode-syntax-table): The backslash is no longer an
5497         escape character.
5499 2001-11-12  Colin Walters  <walters@debian.org>
5501         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
5502         (calc-do-keypad): Don't attempt to use nonexistent global
5503         mouse-map, use calc-keypad-map.
5504         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
5505         (calc-keypad-left-click): Don't use mouse-map; update to new event
5506         interface.
5507         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
5508         (calc-keypad-press): Use `unread-command-events' instead of
5509         `unread-command-char'.
5511         * calc/calc-ext.el (calc-init-extensions): Update autoload names
5512         to match files renamed on initial calc import.
5514 2001-11-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5516         * textmodes/flyspell.el (flyspell-default-dictionary):
5517         Fix previous change.
5519 2001-11-12  Richard M. Stallman  <rms@gnu.org>
5521         * textmodes/flyspell.el (flyspell-default-dictionary):
5522         Fix custom type.
5524 2001-11-11  Richard M. Stallman  <rms@gnu.org>
5526         * calendar/solar.el (solar-sunrise-and-sunset):
5527         Exchange the two extreme values of day-length.
5529         * progmodes/sh-script.el (sh-must-be-shell-mode):
5530         Allow modes derived from sh-mode.
5532         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5533         Turn off error in some re-search-forward calls.
5535         * replace.el (query-replace-skip-read-only): New variable.
5536         (perform-replace): If that variable is non-nil, ignore matches
5537         that have a read-only property.
5539         * derived.el (define-derived-mode): Doc fix.
5541         * server.el (server-buffer-done): Test of server-existing-buffer
5542         was backwards.
5543         (server-existing-buffer): Doc fix.
5545         * textmodes/flyspell.el (flyspell-default-dictionary):
5546         Allow nil as value, and make nil the default.
5548 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
5550         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
5551         it is not fboundp.
5552         (clipboard-yank): Ditto.
5554 2001-11-11  Colin Walters  <walters@verbum.org>
5556         The following changes are based on patches from
5557         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
5558         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
5560         * calc/calc.el (toplevel): Require calc-macs.
5561         (calc-minibuffer-size): New.
5562         (calcDigit-nondigit): Use it instead of `buffer-size'.
5563         (calcDigit-backspace): Likewise.
5564         (calcDigit-nondigit): Use `minibuffer-contents' instead of
5565         `buffer-string'.
5566         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
5567         `point-min'.
5568         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
5569         `save-excursion'.
5571         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
5572         simple `setq' form.
5574         * calc/calc-ext.el: (toplevel): Require calc.
5575         (calc-fancy-prefix-map): New.
5576         (calc-fancy-prefix): Use it.
5577         (calc-fancy-prefix-other-key): New.
5579         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
5580         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
5581         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
5582         (calcAlg-enter): Likewise.
5583         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
5585 2001-11-10  Richard M. Stallman  <rms@gnu.org>
5587         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
5588         (quietly-read-abbrev-file): Doc fix.
5590         * startup.el (command-line): Read standard abbrev
5591         file (abbrev-file-name), if it exists.
5593         * files.el (save-abbrevs): Default value is t.
5595         * progmodes/compile.el (compile-goto-error): Fix previous change
5596         in the case where subsequent errors have not been parsed yet
5597         because they are in a different source file.
5599 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
5601         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5602         Merge two regular expressions into one.
5603         (ps-mode): Make local bindings for `comment-start' and
5604         `comment-start-skip'.
5605         (ps-mode-looking-at-nested): Simplify an if-else construct;
5606         use `set-match-data' to set the result.
5608 2001-11-10  Richard M. Stallman  <rms@gnu.org>
5610         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
5611         Function deleted.
5612         (flyspell-correct-word): Old definition deleted.
5613         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
5614         All references renamed too.
5616 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
5618         * Makefile.in (finder_setwins, setwins): Exclude Calc.
5620 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
5622         * wid-edit.el (checklist): Removed `:menu-tag'.
5623         (radio-button-choice): Ditto.
5624         (editable-list): Ditto.
5626 2001-11-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5628         * play/gomoku.el: Move definitions of constants to the beginning
5629         of file, before their use.
5631 2001-11-09  Richard M. Stallman  <rms@gnu.org>
5633         * textmodes/flyspell.el: Use the keymap property
5634         instead of local-map, and don't use a minor-mode map.
5635         (flyspell-mode-map): Variable deleted.
5636         Don't mess with minor-mode-map-alist.
5637         (calling add-minor-mode): Specify nil for keymap.
5638         And always use add-minor-mode, now that it exists.
5639         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
5640         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
5641         or flyspell-local-mouse-map.
5642         (make-flyspell-overlay): Use flyspell-mouse-map directly.
5643         (flyspell-mode): Doc fix.
5644         (flyspell-mode-on): Don't call make-local-hook.
5646 2001-11-09  Sam Steingold  <sds@gnu.org>
5648         * emacs-lisp/debug.el (debugger-make-xrefs):
5649         Add buttons to all symbols.
5651 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
5653         * vc.el: Add John David Smith to credits.
5655         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
5657         * vc-hooks.el (vc-error-occured): Backquotified.
5658         (vc-file-prop-obarray): Use prime length for better efficiency.
5660         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
5662 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
5664         * info.el (Info-file-list-for-emacs): Add entries for Calc.
5666 2001-11-09  Miles Bader  <miles@gnu.org>
5668         * subr.el (functionp): Don't consider macros as functions.
5670 2001-11-08  Miles Bader  <miles@gnu.org>
5672         * subr.el (functionp): Make work correctly for macros and unbound
5673         symbols.
5675         * comint.el (comint-send-input): Fix description of
5676         `comint-process-echoes' in the doc-string.
5678 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
5680         * international/mule.el (make-translation-table): Doc fix.
5681         Suggested by Alex Schroeder <alex@gnu.org>.
5683 2001-11-07  Richard M. Stallman  <rms@gnu.org>
5685         * info.el (Info-fontify-node): Highlight every third menu item.
5687 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
5689         * cus-edit.el (custom-face-value-create): Don't ignore the
5690         `customized-face' attribute when finding the current face spec.
5692 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
5694         * subr.el (with-local-quit): New macro.
5695         (make-syntax-table): Always inherit.
5696         (functionp): Be more careful when `object' is a symbol.
5698         * dabbrev.el (dabbrev-completion): Use "*Completions*".
5700 2001-11-07  Paul Eggert  <eggert@twinsun.com>
5702         * dired.el (dired-move-to-filename-regexp):
5703         Do not distinguish between ASCII letters and non-ASCII characters.
5704         Don't allow comma except in the form "month day, year".
5705         Don't allow space between month name and comma.
5706         Clean up the code that checks for trailing period, comma, and space.
5707         Remove now-obsolete comments, and add more commentary about
5708         Japanese dates.
5709         Always gobble up trailing spaces, instead of doing it only sometimes.
5711 2001-11-07  Miles Bader  <miles@gnu.org>
5713         * paren.el (show-paren-match-face): Add dark-background variant.
5715 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
5717         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
5718         (lisp-mode-variables): Don't set paragraph-{start,separate}.
5719         Don't disable adaptive-fill-mode.
5720         (lisp-fill-paragraph): Use tab-width rather than 8.
5721         Prevent filling the first line of docstrings.
5723 2001-11-06  Richard M. Stallman  <rms@gnu.org>
5725         * play/gomoku.el (gomoku): Doc fix.
5727         * jka-compr.el (jka-compr-partial-uncompress):
5728         Support an alternative of not using dd.
5729         (jka-compr-dd-program): Use defcustom to define this.
5730         (jka-compr-load-suffixes): Use defcustom.
5731         (jka-compr-mode-alist-additions): Use defcustom.
5733 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
5735         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
5736         Also work when LIMIT is further than the end of line.
5738 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
5740         * international/quail.el (quail-update-leim-list-file): Print the
5741         offending file name if some of its quail-define-package forms is broken.
5743 2001-11-05  Richard M. Stallman  <rms@gnu.org>
5745         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
5746         of the evaluated form.
5748 2001-11-05  Paul Eggert  <eggert@twinsun.com>
5750         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
5751         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
5752         stamps always line up by default.  Also, it uses a slightly
5753         different window to determine whether files are "recent".
5755 2001-11-05  Andrew Innes  <andrewi@gnu.org>
5757         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5758         Don't attempt to remake autoloads before nuking .elc files.
5760 2001-11-04  Richard M. Stallman  <rms@gnu.org>
5762         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
5763         previous-single-property-change or next-single-char-property-change
5764         returns nil.
5766         * international/mule-cmds.el (set-locale-environment):
5767         Make it interactive; make arg optional.
5769         * international/mule-diag.el (help-funs): Require help-funs.
5771 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
5773         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
5775 2001-11-04  Miles Bader  <miles@gnu.org>
5777         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
5778         shadow of the splash image grey on a dark background instead of black.
5780 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
5782         * term.el (all faces): Don't (copy-face 'default <foo>).
5784         * term/xterm.el (function-key-map):
5785         Add entry for `ESC [ 3 ~' -> <delete>
5786         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
5787         Use inheritance so that .emacs and terminfo take precedence.
5789 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
5791         * tooltip.el (tooltip-delay): Decrease to 0.7.
5792         (tooltip-hide-delay): Enlarge to 10.
5794 2001-11-03  Richard M. Stallman  <rms@gnu.org>
5796         * startup.el (fancy-splash-tail): Explain how to recover
5797         from a crash, if there was a crash.
5798         (command-line-1): Reorganize display of startup screen,
5799         to simplify the logic.  Use a temp buffer for it.
5801 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
5803         * frame.el (set-background-color, set-foreground-color):
5804         Call face-set-after-frame-default, to propagate the new colors to
5805         the frame's parameters alist.
5807         * calendar/timeclock.el (timeclock-out): Signal an error if
5808         timeclock-last-event is nil.
5810 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
5812         * textmodes/fill.el (fill-context-prefix): Fix braino.
5814         * international/quail.el (quail-help):
5815         Use `help-buffer' and move `help-setup-xref' to beginning.
5817         * international/mule-cmds.el (describe-language-environment):
5818         Use `help-buffer' and move `help-setup-xref' to beginning.
5820         * international/mule-diag.el (list-character-sets)
5821         (sort-listed-character-sets, describe-character-set)
5822         (describe-coding-system, describe-fontset, list-fontsets):
5823         Use `help-buffer' and move `help-setup-xref' to beginning.
5824         (describe-char-after): Use `internal-describe-syntax-value'.
5826 2001-11-02  Richard M. Stallman  <rms@gnu.org>
5828         * mouse.el (popup-menu): If the user refuses to select
5829         from a menu, don't try to invoke the menu.
5831 2001-11-02  Miles Bader  <miles@gnu.org>
5833         * help-mode.el (help-xref): New button type.
5834         (help-function, help-variable, help-face, help-coding-system)
5835         (help-input-method, help-character-set, help-type, help-symbol)
5836         (help-back, help-info, help-customize-variable, help-customize-face)
5837         (help-function-def, help-variable-def): Use it as a supertype.
5838         Remove `action' property.
5840         * international/mule-diag.el (describe-character-set)
5841         (describe-coding-system): Pass correct args to `help-xref-button'.
5842         (sort-listed-character-sets): New button type.
5843         (list-character-sets): Use it.
5844         (list-charset-chars): New button type.
5845         (list-character-sets-1): Use it.
5847 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
5849         * indent.el (tab-always-indent, indent-for-tab-command):
5850         Remove redundant `never' setting.
5852         * fill.el (fill-region-as-paragraph): Don't forget to skip
5853         over current whitespace before looking for a preceding space.
5855 2001-11-01  Richard M. Stallman  <rms@gnu.org>
5857         * files.el (file-newest-backup): Don't pass backup file name
5858         thru file-name-sans-versions, because it never has version numbers.
5860         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
5861         to avoid ambiguous nested loops.
5863         * files.el (find-file-noselect): Offer to change buffer-read-only
5864         only when the file's read-only status has changed from before
5865         as well as disagreeing with the buffer's current status.
5866         (buffer-file-read-only): New var, local in all buffers.
5868         * buff-menu.el (buffer-menu): Doc fix.
5869         (buffer-menu-other-window): Doc fix.
5870         (list-buffers, list-buffers-noselect): Doc fix.
5872 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
5874         * startup.el (command-line): If the terminal Emacs is running on
5875         has erase char set to ^H, use the Backspace key for deleting
5876         backward, and the Delete key for deleting forward.
5878 2001-11-01  Miles Bader  <miles@gnu.org>
5880         * button.el (define-button-type): Make sure every user-defined
5881         button type has a supertype.
5883 2001-10-31  Jason Rumney  <jasonr@gnu.org>
5885         * international/mule-cmds.el (locale-language-names): Add chs and
5886         cht as aliases for Chinese-GB and Chinese-BIG5.
5888 2001-10-31  Richard M. Stallman  <rms@gnu.org>
5890         * bindings.el (mode-line-frame-identification): Add doc string.
5891         (mode-line-position, mode-line-modes): New variables.
5892         (mode-line-format): Use mode-line-position for the part
5893         that displays the position-in-buffer info.
5894         Use mode-line-modes for the part that displays major and minor modes.
5896 2001-10-31  Sam Steingold  <sds@gnu.org>
5898         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
5899         (debugger-setup-buffer): Call it.
5900         (debugger-mode-map): Bind RET and mouse-2.
5902 2001-10-31  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
5904         * startup.el: Document command line option --no-window-system
5905         instead of --no-windows.
5907 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
5909         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
5911         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
5912         (font-lock-defaults-alist): Use it.
5913         From David Ponce <david.ponce@wanadoo.fr>
5915         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
5916         output of `char-after'.
5918         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
5920         * simple.el (reindent-then-newline-and-indent): Insert the newline
5921         before indenting the first line.
5922         (undo-get-state, undo-revert-to-state): New funs.
5923         (shell-command): Don't kill the buffer even if empty.
5924         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
5925         (transpose-subr-end2): Remove.
5926         (transpose-subr): Add `special' arg and simplify.
5927         (transpose-subr-1): Rewrite.
5928         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
5929         (rfc822-goto-eoh): Simplify.
5931 2001-10-30  Richard M. Stallman  <rms@gnu.org>
5933         * enriched.el (enriched-face-ans): Fix previous change.
5935 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
5937         * international/iso-acc.el (iso-accents-compose): Remove a
5938         superfluous setq.
5940 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
5942         * buff-menu.el (list-buffers-noselect): If the buffer's name
5943         starts with a blank, but it visits a file, do show it (for files
5944         whose names start with a blank).
5946 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
5948         * textmodes/fill.el (sentence-end-double-space)
5949         (sentence-end-without-period): Move to paragraphs.el.
5950         (fill-indent-according-to-mode): Change default to t.
5951         (fill-context-prefix): Simplify control-flow and use a more
5952         sophisticated merge that unifies both previous checks.
5953         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
5954         (fill-nobreak-predicate): Make it into a defcustom'd hook.
5955         (fill-nobreak-p): New fun.
5956         (fill-region-as-paragraph): Use it.
5957         Handle `fill-indent-according-to-mode' slightly differently.
5958         (fill-individual-paragraphs-prefix): Simplify the control-flow.
5959         (fill-individual-paragraphs-citation): Fix.
5961         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
5962         (paragraph-start): Change default to the `text-mode' value.
5963         (sentence-end-double-space, sentence-end-without-period):
5964         Move from fill.el.
5965         (forward-paragraph): Use `parstart' and `parsep' for temp variables
5966         rather than rebinding `paragraph-start' and `paragraph-separate'.
5968         * indent.el (indent-line-function): Change default to indent-relative.
5969         (tab-always-indent): Add an `never' setting.
5970         (indent-according-to-mode): Handle `indent-relative' and
5971         `indent-relative-maybe' specially.
5972         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
5973         Handle the `never' case for `tab-always-indent'.
5974         Don't call indent-according-to-mode for indent-relative' and
5975         `indent-relative-maybe'.
5976         (insert-tab): Rename `prefix-arg' to `arg'.
5977         (indent-region): Indent the first line as well.
5978         (indent-relative): Don't mark the buffer modified if the indentation
5979         is unchanged.
5981         * textmodes/text-mode.el (paragraph-indent-minor-mode):
5982         Don't set paragraph-separate.  Set paragraph-start more carefully.
5983         Set indent-line-function.
5984         (paragraph-indent-text-mode): Use it and define-derived-mode.
5985         (text-mode-map): Remove the \t binding.
5986         (text-mode): Simplify now that the default is more favorable.
5988 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
5990         * emacs-lisp/find-func.el (find-function-search-for-symbol):
5991         If the regexp doesn't match, use a looser one.
5992         (find-variable-noselect): Add `file' argument.
5994         * pcvs.el (cvs-mode-commit-hook): New hook.
5995         (cvs-mode-commit): Run it.
5997         * log-edit.el (log-edit): Run hook after `log-edit-files'.
5999         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
6000         (edebug-instrument-function): Use `find-function-noselect'.
6002 2001-10-29  Richard M. Stallman  <rms@gnu.org>
6004         * term.el (term-if-emacs19): Macro deleted.
6005         Callers changed to use progn instead.
6007         * frame.el (blink-cursor-mode): Doc fix.
6009         * files.el (find-backup-file-name): Use make-backup-file-name.
6011         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
6012         window-live-p.
6013         (edebug-set-conditional-breakpoint): Unconditionally use
6014         the former Emacs >=19 definition.
6015         (edebug-mark): Define unconditionally.
6016         (edebug-eval-expression): Always call read-from-minibuffer
6017         and specify history list.
6018         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
6019         edebug-set-conditional-breakpoint.
6020         (edebug-emacs-version-specific): Function deleted;
6021         do the job at top level.
6022         (edebug-emacs-19-specific): Function deleted, this is the default.
6024 2001-10-29  Sam Steingold  <sds@gnu.org>
6026         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
6027         "/cygdrive/LETTER/" pathnames.
6029 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
6031         * faces.el (invert-face): Check for 'unspecified, not for nil,
6032         when testing whether face colors are not specified.
6033         From David.Kastrup@t-online.de (David Kastrup).
6034         (read-face-name): Doc fix.
6035         (make-face-bold, make-face-unbold, make-face-italic)
6036         (make-face-unitalic, make-face-bold-italic, invert-face):
6037         Remove trailing blank from the prompt passed to read-face-name.
6039 2001-10-29  Sam Steingold  <sds@gnu.org>
6041         * emacs-lisp/bytecomp.el (byte-recompile-directory):
6042         Report numbers of files skipped and failed too.
6043         (byte-compile-file): Return 'no-byte-compile for skipped files.
6045 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6047         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
6048         and `M p'.
6050 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
6052         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
6053         as is on unread-command-events instead of `(SECOND-CHAR)'.
6055 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
6057         * vc.el: Mention vc-*-switches in backend API documentation.
6058         (vc-annotate): Adapt doc string to recent change.
6060 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
6062         * enriched.el (enriched-face-ans): Handle face attributes
6063         of the form `(FACE1 FACE2 ...)'.
6065         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
6067 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
6069         * progmodes/sql.el (sql-mysql): Doc change by RMS.
6071         * progmodes/sql.el (sql-db2): Doc change.
6072         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
6073         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
6075 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
6077         * env.el (substitute-env-vars): Don't quote argument to `rx';
6078         it's a macro.
6080 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
6082         * cus-start.el (recursive-load-depth-limit): Added.
6084 2001-10-28  Richard M. Stallman  <rms@gnu.org>
6086         * textmodes/ispell.el (version18p, version20p): Vars deleted.
6087         All uses removed--assume Emacs version is >= 20.
6089         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
6090         by really checking that it is not version 18.
6092         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
6094 2001-10-28  Miles Bader  <miles@gnu.org>
6096         * faces.el (face-attribute): Add INHERIT argument, consider face
6097         inheritance if it's non-nil.
6098         (face-attribute-merged-with): New function.
6099         (face-attribute-specified-or): New macro.
6100         (face-foreground, face-background, face-stipple): Add INHERIT
6101         argument.  Use `face-attribute-specified-or'.
6103 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
6105         * font-lock.el: Require `syntax'.
6106         (font-lock-defaults-alist): Don't define keywords for lisp languages.
6107         Use `c-font-lock-syntactic-face-function' for c languages.
6108         (font-lock-mode): Don't unset vars when turning the mode off.
6109         (font-lock-default-fontify-buffer): Don't unset vars at the end.
6110         (font-lock-extra-managed-props): New var.
6111         (font-lock-default-unfontify-region): Use it.
6112         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
6113         Don't eval the value when there's no match.
6114         (font-lock-ppss-stats): New var.
6115         (font-lock-ppss): New fun.
6116         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
6117         (font-lock-apply-highlight): Allow `highlight' to set several props.
6118         (font-lock-set-defaults): Use dolist.
6119         (font-lock-unset-defaults): Remove.
6120         (font-lock-match-c-style-declaration-item-and-skip-to-next):
6121         Try to recognize prototypes using `foo P_ ((args))'.
6122         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
6123         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
6124         (c-font-lock-syntactic-face-function): New function.
6125         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
6126         (c++-keywords): Use a more sophisticated regexp to handle
6127         shallowly nested templates.
6129 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
6131         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
6132         (sgml-tag): Use it.  Cleanup with `cond'.
6133         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
6134         Mark the overlays and only delete those that are marked.
6135         (sgml-skip-close-p): Remove.
6136         (sgml-value): Replace sgml-skip-close-p with its definition.
6137         (html-tag-alist): Use sgml-xml a bit more.
6138         (html-mode): Set sgml-empty-tags.
6140         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
6141         (texinfo-update-node, texinfo-sequential-node-update):
6142         Don't bind the obsolete `auto-fill-hook'.
6143         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
6144         Use `set-buffer' rather than `switch-to-buffer'.
6145         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
6146         Use `set-buffer' rather than `switch-to-buffer'.
6148         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
6149         text-mode-syntax-table.
6150         (mail-mode): Use define-derived-mode.
6151         Fix ordering of alternatives in adaptive-fill-regexp.
6152         (mail-mode-map): Don't rely on keymap's internal representation.
6154 2001-10-27  Sam Steingold  <sds@gnu.org>
6156         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
6157         (sgml-xml-guess): Extracted from `html-mode' and generalized.
6158         (sgml-mode-common): Call it.
6159         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
6160         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
6161         (html-horizontal-rule, html-image, html-ordered-list):
6162         (html-unordered-list, html-list-item, html-paragraph):
6163         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
6164         `html-xhtml'.
6166 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
6168         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
6169         (ifnothtml): New alias.
6171 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
6173         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
6174         (toggle-text-mode-auto-fill): Use derived-mode-p.
6176 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
6178         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
6179         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
6181 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
6183         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6184         Add make-obsolete cookies, to follow faces.el.
6186         These changes avoid warnings from the byte compiler in faces.el:
6188         * faces.el (internal-get-face): Use facep instead of the obsolete
6189         internal-find-face.
6190         (internal-frob-font-weight, internal-frob-font-slant):
6191         New defaliases for obsolete functions.
6192         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6193         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6194         (x-make-font-bold-italic): Use internal-frob-font-weight and
6195         internal-frob-font-slant aliases instead of the obsolete
6196         x-frob-... functions.
6198 2001-10-26  Sam Steingold  <sds@gnu.org>
6200         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
6201         DOCTYPE; set `mode-name' based on it.
6202         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
6203         (sgml-tag): Close empty tags in XHTML.
6205 2001-10-26  Jason Rumney  <jasonr@gnu.org>
6207         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
6208         when UNICODE is not defined.
6210 2001-10-26  Sam Steingold  <sds@gnu.org>
6212         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
6213         be alone on the line.
6215 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
6217         * button.el (button): Special face definition for MS-DOS terminals.
6219 2001-10-26  Sam Steingold  <sds@gnu.org>
6221         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
6222         Protect the /= test by checking that the args are non-nil.
6223         (sh-font-lock-close-heredoc): Check eof for being non-nil.
6225 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
6227         * textmodes/artist.el (artist-version): 1.2.4.
6228         (artist-butlast-fn): New variable.
6229         (artist-butlast): New function.
6230         (artist-ellipse-mirror-quadrant): Use it.
6231         (artist-mouse-draw-poly): Use nil for `point-list'.
6232         (artist-mouse-draw-poly): Check for point-list being nil.
6234 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
6236         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
6237         lambda expression.
6238         (ps-mode-menu-main): Submenu with options on/off was replaced with
6239         a toggle button.
6240         (ps-mode, ps-run-mode): Define with `define-derived-mode'
6241         (ps-mode): Autoload cookie added on same line as comment
6242         (ps-mode-tabkey, ps-mode-backward-delete-char):
6243         (ps-mode-r-balance): Replace `delete-horizontal-space' and
6244         `indent-to' with `indent-line-to'
6245         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
6246         instead of `eval'.
6247         (ps-mode-print-region): Use `with-temp-buffer'.
6248         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
6249         (numerous places): Add back-tick and tick around names in
6250         docstrings, fix punctuation in docstrings, remove trailing spaces.
6252 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
6254         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
6255         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
6256         (sgml-font-lock-syntactic-keywords): New var.
6257         (sgml-mode-common): Drop the two args.
6258         Don't make buffer-local variables that aren't used.
6259         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
6260         Don't set `before-string' props from sgml-display-text.
6261         (sgml-mode): Use define-derived-mode.
6262         (sgml-tags-invisible): Use sgml-display-text.
6263         (sgml-quote): New command.
6264         (html-tag-alist): Add args for `span'.
6265         (html-mode): Use define-derived-mode.
6266         Set sgml-display-text and sgml-tag-face-alist.
6268 2001-10-25  Sam Steingold  <sds@gnu.org>
6270         * add-log.el (add-log-always-start-new-record): New user option.
6271         (add-change-log-entry): Use it.
6273 2001-10-25  Richard M. Stallman  <rms@gnu.org>
6275         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
6276         bind case-fold-search if FROM is not all lower case.
6278 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
6280         * startup.el (normal-top-level): Check for frame-initial-frame
6281         only if it's really used.
6283         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
6285         * progmodes/compile.el (compilation-parse-errors-filename-function):
6286         New variable.
6287         (compilation-parse-errors): Use it.
6289 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
6291         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
6292         interactively so that C-u M-C-x still does edebug.
6293         (checkdoc-sentencespace-region-engine): Don't force a double-space
6294         after `.' if it doesn't look like an end-of-sentence.
6295         (debug-ignored-errors): Add `disambiguate ...'.
6297 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
6299         * textmodes/texinfo.el (texinfo-environments)
6300         (texinfo-environment-regexp): Hoist.
6301         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
6302         Only highlight the menu name in menu items.
6303         Setup `@foo ... @end foo' as text clones.
6304         (texinfo-clone-environment): New function.
6305         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
6306         (texinfo-insert-block): Simplify.
6307         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
6308         the command is repeated.
6309         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
6310         (texinfo-insert-@end): Simplify.
6312         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
6313         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
6314         (texinfo-subsubsection-level-regexp)
6315         (texinfo-update-menu-same-level-regexps)
6316         (texinfo-update-menu-higher-regexps)
6317         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
6319         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
6320         (derived-mode-p): Autoload.
6322         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
6323         New vars and functions.
6324         (text-clone-maintain, text-clone-create): New functions.
6326 2001-10-25  Miles Bader  <miles@gnu.org>
6328         * facemenu.el (facemenu-add-new-face): Fix variable names.
6330 2001-10-24  Richard M. Stallman  <rms@gnu.org>
6332         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
6333         of t and nil values.
6334         (facemenu-set-face): Handle START and END interactively.
6335         (facemenu-set-foreground): Don't use a face; specify color directly.
6336         (facemenu-set-background): Likewise.
6337         (facemenu-set-face-from-menu): Doc fix.
6338         (facemenu-active-faces): Use face-attribute-vector
6339         to handle bare attributes not in faces.
6340         (facemenu-get-face): Don't handle face names fg:... and bg:...
6341         specially.
6342         (facemenu-add-new-face): New argument MENU.
6343         New way to handle adding colors to the color menus.
6345         * env.el (substitute-env-vars): Quote the arg to rx.
6347 2001-10-24  Sam Steingold  <sds@gnu.org>
6349         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
6350         Control" and "SGML" groups.
6352 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
6354         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6355         Better handling of C++ template args to avoid confusion with `<'
6356         and `>' used as operators in member init expressions.
6358 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
6360         * replace.el (perform-replace): Move START and END parameters
6361         to the end of the argument list and make them optional.
6363         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
6364         perform-replace.
6366         * international/fontset.el (x-must-resolve-font-name): New function.
6367         (x-complement-fontset-spec): Use it.
6369 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
6371         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
6373         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
6374         Turn caadr into caar of cdr.
6376 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
6378         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
6379         of mouse-{1,2} since dragging is on the down event.
6381         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
6383         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
6384         if ARG is nil.
6386         * desktop.el (desktop-last-buffer): New variable.
6387         (desktop-create-buffer): Set it.
6388         (desktop-read): Bind it and switch to that buffer.
6390 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
6392         * progmodes/compile.el (compilation-set-window-height):
6393         Select old window only if it's still live.
6395 2001-10-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
6397         * help-mode.el (help-buffer): Remove debugging code.
6398         From Stefan Monnier <monnier@cs.yale.edu>.
6400 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
6402         * files.el (file-name-sans-extension, file-name-extension):
6403         Don't count the leading dots in file names as signaling an extension.
6405 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
6407         * vc.el (vc-diff-switches): Doc rewritten.
6409 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
6411         * tooltip.el (tooltip-set-param): Doc fix.
6413         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
6414         127 to sgml-maybe-name-self.
6415         (sgml-name-8bit-mode): Doc fix.
6416         (sgml-char-names-table): New variable.
6417         (sgml-name-char): Support non-ASCII and mule-unicode-*
6418         characters.  Doc fix.
6419         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
6421         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
6422         doc string the effect of `left' and `top' parameters in
6423         tooltip-frame-parameters, the default values, and the units.
6424         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
6425         (tooltip-show): Mention in the doc string the `top' and `left'
6426         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
6428 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
6430         Add autoscaling support for vc-annotate.
6431         From J.D. Smith <jdsmith@alum.mit.edu>.
6433         * vc.el (vc-annotate-display-default): Accept colormap scaling
6434         ratio (now deprecated).
6435         (vc-annotate-display-autoscale): Added.
6436         (vc-annotate-add-menu): New autoscaling menu options "Span to
6437         Oldest" and "Span Oldest->Newest".  Easymenu support added for
6438         toggle menus driven by customize variable `vc-annotate-display-mode'.
6439         (vc-annotate-display-select): Added.
6440         (vc-annotate): Changed temp-buffer-show-function to
6441         `vc-annotate-display-select'.
6442         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
6443         Added argument OFFSET.  Instead of backend function, calls now
6444         generic `vc-annotate-difference'.
6445         (vc-annotate-difference): Added as generic function instead of
6446         backend-specific function.  No longer takes argument POINT, but
6447         instead accepts a time OFFSET.
6448         (vc-default-annotate-current-time): Added.
6450         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
6451         version in vc.el, with
6452         (vc-cvs-annotate-current-time): Added, as override of default.
6453         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
6454         `vc-cvs-annotate-difference'.
6456 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
6458         * saveplace.el (save-place): Require `saveplace'.
6460         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
6461         Use `sexp' for :value-type instead of `face'.
6463 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
6465         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
6466         regexps due to 5-digit message IDs.
6468 2001-10-21  Jason Rumney  <jasonr@gnu.org>
6470         * term/w32-win.el (redisplay-dont-pause): Don't set.
6472 2001-10-21  Miles Bader  <miles@gnu.org>
6474         * help-funs.el (help-manyarg-func-alist): Variable removed.
6476 2001-10-21  Miles Bader  <miles@gnu.org>
6478         * help-funs.el (help-manyarg-func-alist): Remove entries for
6479         `insert', `insert-and-inherit', `insert-before-markers',
6480         `insert-before-markers-and-inherit', `message', `message-box',
6481         `message-or-box', `propertize', `format', `encode-time', `append',
6482         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
6483         `insert-string', `ml-if', `ml-provide-prefix-argument', and
6484         `ml-prefix-argument-loop'.
6486 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
6488         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
6489         (vc-default-diff-tree): New functions.
6490         (vc-version-diff): Use them.  As a result, coding systems are now
6491         set up properly for all sorts of diffs, and tree diffs can now
6492         also be done locally.
6493         (vc-diff): With a prefix argument, don't require that it's called
6494         from a buffer under version control.
6495         (diff-switches): Remove duplicate definition.
6497         * vc-cvs.el (vc-cvs-diff-tree): New function.
6499 2001-10-21  Miles Bader  <miles@gnu.org>
6501         * help-funs.el (help-manyarg-func-alist): Remove entries for
6502         `list', `vector', `make-byte-code', `call-process',
6503         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
6504         `logand', `logior', and `logxor'.
6506         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
6507         image bits to compensate.  Use `make-string' instead of
6508         `make-bool-vector' (XBM apparently wants byte-aligned rows).
6510 2001-10-20  Kim F. Storm  <storm@cua.dk>
6512         * simple.el (kill-ring-save): Don't show extent of copied region
6513         if using transient-mark-mode and region is fully visible.
6515 See ChangeLog.9 for earlier changes.
6517 ;; Local Variables:
6518 ;; coding: iso-2022-7bit
6519 ;; End:
6521     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
6522   Copying and distribution of this file, with or without modification,
6523   are permitted provided the copyright notice and this notice are preserved.