*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e32ddb14
CW
12002-04-13 Colin Walters <walters@verbum.org>
2
3 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
4 only moving one line forward.
5 (ibuffer-map-lines): Preserve point position even if we delete
6 lines. Only call mapping functions with buffer and mark
7 arguments; the other two were unused.
8 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
9
e9d1f248
CW
10 * ibuf-macs.el, ibuf-ext.el: Update callers of
11 `ibuffer-map-lines'.
12
13 * calc/calc-bin.el (math-format-radix-float): Use `when'.
14
15 * calc/calc.el (math-format-number): Load `calc-ext' before we
16 call `math-group-float'.
e32ddb14
CW
17
18 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19 Renamed from `gamegrid-add-score'.
20 (gamegrid-add-score-insecure): Restored from the old
e9d1f248 21 `gamegrid-add-score'.
e32ddb14
CW
22 (gamegrid-add-score): Just dispatch on `system-type' to one of the
23 previous two functions.
24
a2c060f6
PJ
252002-04-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
26
27 * iswitchb.el: Update commentary to include new function
28 iswitchb-exclude-nonmatching.
29
a248d53d
JW
302002-04-12 John Wiegley <johnw@gnu.org>
31
32 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
33 operating systems to the regexp used to detect a script's
34 interpretor.
35
f29173c9
EZ
362002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
37
38 * frame.el (frames-on-display-list): Use `equal' to compare the
39 `display' frame parameter to the argument DISPLAY.
40
e9f8a3ab
GM
412002-04-12 Dave Love <fx@gnu.org>
42
43 * help.el (string-key-binding): Deal with margin events.
44
e5837600
FP
452002-04-12 Francesco Potorti` <pot@gnu.org>
46
a2c060f6 47 * comint.el (comint-password-prompt-regexp): Match " SMB password".
e5837600 48
d7565649
SM
492002-04-11 Stefan Monnier <monnier@cs.yale.edu>
50
51 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
52
53 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
54
55 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
56 (buffer-syntactic-context-depth): New funs.
57
58 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
59 on variables.
60
61 * emacs-lisp/debug.el (debug-on-entry): Use push.
62 (debugger-make-xrefs): Don't assume point-min == 1.
63
64 * progmodes/cc-engine.el (c-backward-to-start-of-if):
65 Don't assume point-min == 1.
66
67 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
68 (etags-list-tags, etags-tags-apropos, select-tags-table):
69 Don't assume point-min == 1.
70
2871b07a
MW
712002-04-12 Mike Williams <mdub@bigfoot.com>
72
73 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
74
9f4e3c26
SM
752002-04-11 Stefan Monnier <monnier@cs.yale.edu>
76
d7565649
SM
77 * textmodes/fill.el (fill-context-prefix): Fix up last change.
78
9f4e3c26
SM
79 * simple.el (line-move): Use memq rather than or.
80 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
81 (do-auto-fill): Use fill-move-to-break-point.
82 (syntax-code-table): Remove.
83
84 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
85 Don't add spaces at end of sentences at end of line.
86 (fill-move-to-break-point): Make sure the result is always greater
87 than linebeg, so we ensure forward progress.
88 (fill-region-as-paragraph): Compare to `to' rather than eobp.
89 (fill-paragraph): Don't rebind fill-paragraph-function.
90
bc6f3791
PJ
912002-04-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
92
93 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
94
e7572209
AS
952002-04-11 Andreas Schwab <schwab@suse.de>
96
97 * files.el (file-name-non-special): Handle return value of t from
98 `file-name-completion'.
99
9f4e3c26
SM
1002002-04-10 Stefan Monnier <monnier@cs.yale.edu>
101
102 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
103 differently to avoid pathological exponential-time case.
104 (adaptive-fill-regexp): Add ! and %.
105 (fill-delete-prefix): Remove indentation while removing prefix.
106 (fill-delete-newlines): Obey sentence-end.
107 (fill-move-to-break-point, fill-newline): New functions extracted
108 from fill-region-as-paragraph.
109 (fill-region-as-paragraph): Use them.
110 Don't fiddle with fill-indent-according-to-mode.
111
e82defd1
CW
1122002-04-10 Colin Walters <walters@verbum.org>
113
b5fb996c
CW
114 * play/snake.el (snake-score-file): Default to just "snake-scores".
115
116 * play/tetris.el (tetris-score-file): Likewise.
9f4e3c26 117
b5fb996c
CW
118 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
119 use `update-game-score'.
120
9f4e3c26 121 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
e82defd1
CW
122 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
123 ourselves; take it as an argument. Caller updated.
124 (ibuffer-mode): Make mode-class special.
125
05ea8efd
RS
1262002-04-10 Richard M. Stallman <rms@gnu.org>
127
128 * dired.el (dired-view-command-alist): New variable.
129 (dired-view-file): Use external viewers for some files names.
130
131 * mouse.el (mouse-drag-region-1): Display region highlight
132 only in the selected window.
133
134 * subr.el (remove-hook): When there are no more local hooks,
135 kill the buffer-local value.
136
137 * isearch.el (isearch-mode): Don't call make-frame-visible
138 if frame is already visible.
139
140 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
141
f9cf4c2c
SM
1422002-04-09 Emmanuel Briot <briot@act-europe.fr>
143
e9f8a3ab
GM
144 * progmodes/ada-prj.el: Add support for the new project file
145 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd. Fix
146 widget handling for Emacs 21. ada-mode now only supports a single
147 active project file, instead of one per buffer. This is far less
148 confusing.
f9cf4c2c 149
e9f8a3ab
GM
150 * progmodes/ada-stmt.el: Menu changed from Statements to
151 Templates.
f9cf4c2c
SM
152 (ada-func-or-proc-name): Get real subprogram name, after change in
153 ada-mode.el.
154
e9f8a3ab
GM
155 * progmodes/ada-xref.el: Ada-mode no longer supports a different
156 project file per buffer. This was too complex. Instead, there is
157 now a single active project file at any given time, and the user
158 can switch the active one through the Ada menu. This revision
159 also provides better handling of the Windows command line, and the
160 various available shells on that platform. ada-mode is now fully
161 integrated with the GNU visual debugger gvd, see
162 http://libre.act-europe.fr.
163 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ. This
164 is only available with GNAT 3.14.
f9cf4c2c
SM
165 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
166 (ada-quote-cmd): New function.
167 (ada-initialize-runtime-library): Get the location of the actual
168 runtime the compiler will be using, including support for
169 cross-platform environments.
170 (ada-treat-cmd-string): Add support for the new variable
e9f8a3ab
GM
171 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
172 two commands to run just prior to running the debugger, and just
173 after starting it. This provide better support for cross-platform
174 and remote debugging.
f9cf4c2c
SM
175 (ada-get-absolute-dir): Remove, replace with expand-file-name.
176 (ada-gdb-application): New parameter executable-name.
177 (ada-get-ali-file-name): Better handling of separate packages.
178 Checkin on behalf of the ada-mode maintainer.
179
180 * progmodes/ada-mode.el (ada-case-exception-file)
181 (ada-indent-handle-comment-special): New variables.
e9f8a3ab
GM
182 (ada-case-exception-substring): New variable. Casing exceptions
183 can now also be defined for substrings, in addition to full
184 identifier names. This provides more flexibility.
185 (ada-align-list): New function, provide support for align.el in
186 ada-mode.
187 (ada-procedure-start-regexp): Add support for operators and
188 generic formal subprograms and packages.
f9cf4c2c
SM
189 (ada-imenu-comment-re): New variable.
190 (ada-imenu-generic-expression): Add support for protected types.
e9f8a3ab
GM
191 (ada-mode): Set comment-start only after running ada-mode-hook, so
192 that the user can change ada-comment-start in the hook. Add
193 support for ispell in comments. Add support for align.el.
f9cf4c2c
SM
194 (ada-save-exception-file, ada-create-case-exception-substring)
195 (ada-adjust-case-substring): New functions.
e9f8a3ab
GM
196 (ada-get-current-indent): Properly handles keywords with
197 uppercases.
198 (ada-goto-matching-end): Rewritten, fixes problems in the handling
199 of nested blocks.
200 (ada-untab-hard): Do not touch the contents of comments and
201 strings.
f9cf4c2c 202
41bfcbee
MW
2032002-04-09 Mike Williams <mdub@bigfoot.com>
204
f9cf4c2c
SM
205 * textmodes/sgml-mode.el (sgml-lexical-context):
206 Use sgml-parse-tag-backward to find start point.
41bfcbee
MW
207 (sgml-looking-back-at): Doc fix.
208
153a9b8c
PJ
2092002-04-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
210
211 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
212 for prompt.
213
4e0e3588
SM
2142002-04-08 Stefan Monnier <monnier@cs.yale.edu>
215
9f4e3c26
SM
216 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
217 Use define-minor-mode.
218 (auto-revert-buffers): Use with-current-buffer.
219 Avoid changing the minor modes.
220
4e0e3588
SM
221 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
222 rather than char-to-string since last-input-char can be any event.
223
224 * international/titdic-cnv.el (tit-dictionary):
225 Use defvar for non-constants.
226
227 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
228 (global-cwarn-mode): Use easy-mmode-define-global-mode.
229 (cwarn-font-lock-keywords): New function.
230 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
231 (cwarn-font-lock-match): New macro.
232 (cwarn-font-lock-match-assignment-in-expression)
233 (cwarn-font-lock-match-dangerous-semicolon)
234 (cwarn-font-lock-match-reference): Use it.
235
236 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
237 Use defvar rather than defconst since it's meant to be settable.
238 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
239 (cperl-fix-line-spacing): Add missing \ in [ t].
240
241 * loadup.el: Call ucs-unify-8859 directly rather than
242 unify-8859-on-encoding-mode.
243 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
244
245 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
246 (sgml-mode): Use it for comment-line-break-function.
247
a099a2ff
JR
2482002-04-08 Jason Rumney <jasonr@gnu.org>
249
4e0e3588
SM
250 * international/mule-cmds.el (reset-language-environment):
251 Handle coding-systems not being defined yet.
a099a2ff 252
93bcb353 2532002-04-08 Sam Steingold <sds@gnu.org>
968b980c 254
93bcb353
SS
255 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
256 (vc-cvs-checkin): Use it.
968b980c 257
2bbbe4f6
PJ
2582002-04-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
259
260 * files.el (display-time-string): Fix last change.
261
93bcb353
SS
2622002-04-07 Sam Steingold <sds@gnu.org>
263
264 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
265
1d77e15a
JR
2662002-04-07 Jason Rumney <jasonr@gnu.org>
267
268 * international/mule-cmds.el (set-default-coding-systems)
269 (reset-language-environment): Preserve eols on
270 default-process-coding-system.
4e0e3588 271 (coding-system-change-text-conversion): Fix case where CODING is nil.
1d77e15a 272
cf6f437f
PJ
2732002-04-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
274
275 * subr.el (play-sound): Move here from simple.el.
276
277 * simple.el (play-sound): Move to subr.el.
278
fb49f36a
RS
2792002-04-06 Richard M. Stallman <rms@gnu.org>
280
596d02bc
RS
281 * files.el (display-time-string-forms): Mark as risky.
282
2a9cfe6a
RS
283 * enriched.el (enriched-decode-foreground, enriched-decode-background):
284 Use proper format for desired elts of `face' property.
285 Don't test display-color-p; make the properties unconditionally.
286
fb49f36a
RS
287 * progmodes/compile.el (compilation-error-regexp-alist):
288 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
289
232c8d4c
PA
2902002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
291
292 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
293 for customization type.
294 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
295
5b4b6625
MW
2962002-04-06 Mike Williams <mdub@bigfoot.com>
297
298 * textmodes/xml-lite.el: Remove.
299
368ab68f
PJ
3002002-04-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
301
302 * simple.el (play-sound): New function (uses play-sound-internal).
303
f436b1cb
RS
3042002-04-04 Richard M. Stallman <rms@gnu.org>
305
2bbbe4f6
PJ
306 * files.el (mode-line-format, mode-line-modified)
307 (mode-line-mule-info, mode-line-buffer-identification)
fb49f36a
RS
308 (mode-line-modes, mode-line-position): Explicitly mark as risky.
309 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
310
d3012189
RS
311 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
312
f436b1cb
RS
313 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
314 Use (syntax-table), not old-syntax-table.
315
2bbbe4f6 316 * enriched.el (enriched-decode-foreground)
f436b1cb
RS
317 (enriched-decode-background): Don't call facemenu-get-face.
318
01c7e612
MW
3192002-04-04 Mike Williams <mdub@bigfoot.com>
320
321 * textmodes/sgml-mode.el: Add missing require.
322 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
323
6efa25a1
KG
3242002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
325
326 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
327 spot indicated by text property `cvs-goal-column', if present.
328
329 * pcvs-info.el (cvs-fileinfo-pp): Use text property
330 `cvs-goal-column' to indicate position of file name (if present).
331
ee8107c0
RS
3322002-04-03 Richard M. Stallman <rms@gnu.org>
333
da00bb18
RS
334 * mail/mailabbrev.el (mail-abbrev-complete-alias):
335 Call mail-abbrev-make-syntax-table.
336
92308d3a
RS
337 * format.el (format-deannotate-region): Doc fix.
338
339 * enriched.el (enriched-face-ans): Delete special treatment
340 for fg:... and bg:... faces.
341 (enriched-decode-foreground): Return a list that specifies
342 the foreground color, rather than creating a face.
343 (enriched-decode-background): Likewise.
344
ee8107c0
RS
345 * shell.el (shell-mode): Don't reinit comint-input-ring
346 if that was already done.
347
a39f5a80
RS
3482002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
349
ad77ae0b 350 * solar.el (solar-spring-or-summer-season): Delete.
a39f5a80
RS
351 (solar-northern-spring-or-summer-season): New variable.
352 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
ad77ae0b 353 Rewrite.
a39f5a80
RS
354
355 * solar.el (diary-sabbath-candles-minutes): New variable.
356 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
357
358 * calendar.el (update-calendar-mode-line): Force mode-line update.
359 Make date under the cursor available as `date' in
360 calendar-mode-line-format.
361 Eval items in calendar-mode-line-format list.
362
ad77ae0b
SM
363 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
364 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
a39f5a80
RS
365
366 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
367
368 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
369 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
370 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
371 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
372
373 * cal-tex.el: Change all instances (interactive "P") to
374 (interactive "p").
375 (cal-tex-cursor-month): Add hfill and newline at end of month that
376 ended on Saturday.
377 (cal-tex-preamble): Change to LaTeX2e.
378 (cal-tex-cursor-filofax-year): Don't use default month names in
379 LaTeX macros in case user changes them.
380 (cal-tex-month-name): New function. Used throughout in case user
381 has done something funny with month names.
382
383 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
384 (diary-rosh-hodesh): Spelling correction.
385
2cfd19d4
MW
3862002-04-03 Mike Williams <mdub@bigfoot.com>
387
388 * textmodes/sgml-mode.el (sgml-lexical-context)
389 (sgml-parse-tag-backward): Extend support for CDATA to include
390 conditional sections.
391
dc8cd652
PJ
3922002-04-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
393
394 * cus-start.el: Rename `autoselect-window' to
395 `mouse-autoselect-window'.
396
87a6a5d8
RS
3972002-04-02 Richard M. Stallman <rms@gnu.org>
398
399 * files.el (hack-one-local-variable):
400 Clear text props from string value.
401
ad77ae0b
SM
4022002-04-02 Stefan Monnier <monnier@cs.yale.edu>
403
404 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
405 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
406 Use regexp-opt.
407 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
408 from F95.
409 (f90-procedures-re): Add `null' and `cpu_time' from F95.
410 (f90-font-lock-keywords-1): Minor reorganization so we don't need
411 `override' any more.
412 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
413 (f90-indent-subprogram): Use indent-region.
414 (f90-break-line): Use indent-according-to-mode.
415
34e839fd
MW
4162002-04-02 Mike Williams <mdub@bigfoot.com>
417
80fc318e 418 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
34e839fd
MW
419 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
420 (sgml-get-context): Remove use of sgml-inside-tag-p.
421 (sgml-inside-tag-p): Remove.
80fc318e 422 (sgml-looking-back-at): Short-circuit at beg of buffer.
ad77ae0b
SM
423 (sgml-lexical-context, sgml-calculate-indent): Add support for
424 CDATA sections.
34e839fd 425
c5e5e1f8
SM
4262002-04-01 Stefan Monnier <monnier@cs.yale.edu>
427
ad77ae0b
SM
428 * help.el (help-key-description): New fun.
429 (describe-key-briefly, describe-key): Use it and
430 this-single-command-raw-keys plus new arg `untranslated'.
431
c5e5e1f8
SM
432 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
433 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
434 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
435 (sgml-insert-end-tag): New funs taken from xml-lite.el.
436 (sgml-calculate-indent): Use them.
437 (sgml-slash-matching): Rename from sgml-slash.
438 (sgml-slash): Copied from xml-lite and changed to use
439 sgml-slash-matching and sgml-quick-keys.
440
441 * international/mule-cmds.el (standard-keyboard-coding-systems):
442 Add koi8-u and koi8-r.
443
444 * eshell/.cvsignore: New file.
445
446 * eshell/esh-groups.el: Remove.
447
448 * progmodes/tcl.el: Change maintainer.
449 (tcl-electric-hash-style): Change default to nil.
450 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
451 (tcl-do-auto-fill): Remove.
452 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
453
34e839fd
MW
4542002-04-01 Mike Williams <mdub@bigfoot.com>
455
456 * textmodes/sgml-mode.el: Doc fixes.
457 (sgml-mode): Set indent-line-function to sgml-indent-line.
458 (sgml-calculate-indent): Add an explicit check for 'text syntax,
459 to protect against future enhancements to sgml-lexical-context.
460 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
461
462 * textmodes/xml-lite.el: Removed much redundant stuff.
463 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
464 always start within text. Make use of sgml-unclosed-tag-p.
465
031a5886
RS
4662002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
467
468 * tcl.el (tcl-imenu-generic-expression): New value.
469 (tcl-imenu-create-index-function): Function deleted.
470 (tcl-mode): Check for filladapt-mode.
471 Use tcl-imenu-generic-expression instead of
472 tcl-imenu-create-index-function.
473 (inferior-tcl-mode): Doc fix.
474 Change not legally significant.
c5e5e1f8 475
4e1a58d5
PJ
4762002-04-01 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
477
76200eb8 478 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
83512b21 479
4e1a58d5
PJ
480 * window.el (handle-select-window): New function.
481 Update copyright.
76200eb8 482
79aa3211
RS
4832002-04-01 Richard M. Stallman <rms@gnu.org>
484
4f4fada2
RS
485 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
486
487 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
488 tool-bar-add-item, and new arg MAP.
489 (tool-bar-add-item): Now calls tool-bar-local-item.
76200eb8 490 (tool-bar-local-item-from-menu): Renamed from
4f4fada2
RS
491 tool-bar-add-item-from-menu, and new arg IN-MAP.
492 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
493
7dd3ed35
RS
494 * help-fns.el (help-with-tutorial): Allow various ways
495 to specify the text in the [...] line, in handling the <...> line.
496
76200eb8 497 * progmodes/idlw-rinfo.el (idlwave-system-routines):
79aa3211
RS
498 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
499
500 * subr.el (redraw-modeline): Define alias.
501
1fc9ee97
RS
5022002-03-31 Richard M. Stallman <rms@gnu.org>
503
032388f3
RS
504 * files.el (file-expand-wildcards): Use save-match-data.
505
506 * files.el (format-alist): Mark as risky.
76200eb8 507
3e505153
RS
508 * simple.el (kill-new): Doc fix.
509
1fc9ee97
RS
510 * emacs-lisp/byte-opt.el (side-effect-free-fns)
511 (side-effect-and-error-free-fns): Add many functions, remove some.
512
39328775
RS
5132002-03-30 Richard M. Stallman <rms@gnu.org>
514
515 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
516
64bcea62
EZ
5172002-03-30 Eli Zaretskii <eliz@gnu.org>
518
b74bd4a3
EZ
519 * font-lock.el (save-buffer-state): Fix last change.
520
64bcea62
EZ
521 * files.el (auto-save-file-name-transforms): Fix last change.
522
523 * startup.el (command-line): Fix last change.
524
2d88b556
RS
5252002-03-29 Richard M. Stallman <rms@gnu.org>
526
527 * subr.el (play-sound-file): Moved to simple.el.
528
529 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
530
214b39be
CW
5312002-03-29 Colin Walters <walters@verbum.org>
532
76200eb8
SM
533 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
534 instead of `forward-line'.
214b39be
CW
535 (ibuffer-forward-line): Be sure to skip over special properties
536 before moving, too.
537
538 * calc/calc.el (calc-was-split): Var deleted.
539 (calc): Remove reference to it.
540 (calc): Ditto.
541 (calc-quit): Ditto.
afa717ec 542 (calc-init-base): Ditto.
214b39be
CW
543
544 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
545
76200eb8
SM
5462002-03-29 Stefan Monnier <monnier@cs.yale.edu>
547
548 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
549 instead of nil when point is outside of any tag.
550 (sgml-beginning-of-tag): Adjust to the change.
551 (sgml-calculate-indent): Use the new info returned by
552 sgml-lexical-context. Try to handle unclosed tags.
553
554 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
555 at unclosed tags unless it is at indentation.
556 Kill nested unclosed tags.
557 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
558 (xml-lite-mode): Use sgml-indent-line instead.
559
d88c92eb
EZ
5602002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
561
562 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
563 expand-file-name.
564
565 * startup.el (command-line): Recompute auto-save-file-name-transforms
566 using the updated value of temporary-file-directory.
567
76200eb8
SM
5682002-03-29 Stefan Monnier <monnier@cs.yale.edu>
569
570 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
571 even with an empty context. Don't save excursion any more.
572 Don't complain about unmatched start-tags in sgml-unclosed-tags.
573 Ignore end-tags in sgml-empty-tags.
574 (xml-lite-get-context, xml-lite-calculate-indent)
575 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
576 (xml-lite-indent-line): Use back-to-indentation.
577
578 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
579 (sgml-name-re, sgml-attrs-re): New consts.
580 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
581 (sgml-mode): Use them.
582 (sgml-lexical-context): Default to (point-min) if nothing else works.
583 (sgml-calculate-indent): Indent slightly differently.
584 (sgml-indent-line): Use back-to-indentation.
585 (sgml-parse-dtd): New function.
586 (sgml-unclosed-tags): New var.
587 (html-mode): Set it.
588
8bff61e5
EZ
5892002-03-29 Simon Marshall <simon.marshall@misys.com>
590
5e514c27 591 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
8bff61e5 592
9ad79cb4
RS
5932002-03-29 Richard M. Stallman <rms@gnu.org>
594
76200eb8 595 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
5e514c27
RS
596 Use FILTER arg in dired-get-marked-files to exclude directories.
597 (dired-nondirectory-p): New function.
598
599 * dired.el (dired-get-marked-files): New arg FILTER
600 allows selection of some files.
601
9ad79cb4
RS
602 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
603
6b52944e
RS
6042002-03-29 Eric M. Ludlam <eric@siege-engine.com>
605
606 * speedbar.el (speedbar-default-directory-list): Made robust
607 against deleted directories.
608
db6b2ec6
RS
6092002-03-28 Richard M. Stallman <rms@gnu.org>
610
611 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
612 Bindings changed.
613
614 * progmodes/compile.el (compilation-handle-exit):
615 If compilation-window-height is 0, display status in echo area.
616
617 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
618
619 * rect.el (replace-rectangle): Add autoload.
620
621 * files.el: Mark many more variables as risky.
622 (hack-one-local-variable): Recognize several additional
623 patterns as risky.
624
625 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
626
76200eb8
SM
6272002-03-28 Stefan Monnier <monnier@cs.yale.edu>
628
629 * textmodes/xml-lite.el (xml-lite-in-string-p):
630 Use sgml-lexical-context.
631 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
632 (xml-lite-get-context): Check that open/close tags match.
633 Don't stop scanning while we're ignoring matching tags.
634
635 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
636 (sgml-mode-syntax-table): Use it.
637 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
638 (sgml-tags-invisible): Use it.
639 (sgml-lexical-context): New fun.
640 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
641 (sgml-quote): Accept \n as entity reference terminator.
642 (sgml-calculate-indent, sgml-indent-line): New funs.
643
bbce0417
AS
6442002-03-28 Andre Spiegel <spiegel@gnu.org>
645
646 * vc-cvs.el (vc-cvs-global-switches): New user option.
647 (vc-cvs-command): New function. Update all callers of
648 `vc-do-command' in vc-cvs.el to use this instead.
649
a3599c30
AI
6502002-03-27 Andrew Innes <andrewi@gnu.org>
651
652 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
653 relying on shell globbing.
654
7a5fb450
CW
6552002-03-27 Colin Walters <walters@debian.org>
656
657 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
658 (ibuffer-fontification-alist): Use it.
659 (ibuffer-backward-line): Handle `ibuffer-summary' area.
660 (ibuffer-forward-line): Ditto.
661
662 * ibuf-ext.el (sorter mode-name): Doc fix.
663 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
193f8525
CW
664 (operation query-replace): Use new `noerror' arg for
665 `query-replace-read-args'.
43f5319a 666 (operation query-replace-regexp): Ditto.
7a5fb450 667
76200eb8
SM
6682002-03-27 Stefan Monnier <monnier@cs.yale.edu>
669
670 * textmodes/xml-lite.el: Fix copyright notice.
671 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
672 (xml-lite-indent-comment-offset): Remove.
673 (xml-lite-calculate-indent): Use new name. Use natural alignment
674 for comments.
675 (xml-lite-in-string-p): Simplify.
676
5162c705
PJ
6772002-03-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
678
679 * allout.el (outline-layout): Doc fix.
680
3521e4b3
SM
6812002-03-27 Stefan Monnier <monnier@cs.yale.edu>
682
683 * textmodes/xml-lite.el: Don't require `custom'.
684 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
685 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
686 (xml-lite-get-context): Drop nested tags not just for comments.
687 (xml-lite-indent-line): Be more careful about moving point.
688 (xml-lite-insert-end-tag, xml-lite-slash):
689 Use indent-according-to-mode instead of xml-lite-indent-line.
690 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
691 Set sgml-xml-mode. Don't call force-mode-line-update.
692 (xml-lite-mode-map): Don't bind TAB.
693
93fc6fbe
EZ
6942002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
695
696 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
697 parameter value.
698 (gud-jdb-build-source-files-list): Comment clarification.
699 (gud-jdb-massage-args): Reworked into loop-based argument list
700 processing in order to support -classpath and -sourcepath argument
701 processing.
702 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
703 to gud-jdb-classpath to obtain search list.
704 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
705 directory names in classpath/sourcepath lists, update comment.
706 (jdb): Add setting of gud-jdb-sourcepath, update comment.
707 (gud-find-class): Add gud-jdb-sourcepath use, and correct
708 behaviour for the case when classpath is not used--backward
709 compatibility fix.
710
6ad1de49
EZ
7112002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
712
713 * Makefile.in (compile, compile-always): Don't try to compile
714 non-existent files or files in empty directories.
715
db6b2ec6
RS
7162002-03-26 Michael Ernst <mernst@alum.mit.edu>
717
718 * compare-w.el (compare-windows-whitespace): Match all whitespace.
719
720 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
721 copy of standard Lisp directories.
722
723 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
724 Support "next has longname" link type.
725
63080afc
SM
7262002-03-26 Stefan Monnier <monnier@cs.yale.edu>
727
728 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
729 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
730 New functions.
731 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
732 (end-of-xml-tag): Remove.
733 (xml-lite-get-context): Better handling of comments.
734 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
735 (xml-lite-parse-tag-backward): Rewrite.
736
b036f5d8
JB
7372002-03-26 Juanma Barranquero <lektu@terra.es>
738
739 * makefile.w32-in (WINS): Add the toolbar directory.
740
9356fe5a
RS
7412002-03-26 Richard M. Stallman <rms@gnu.org>
742
743 * subr.el (substring-no-properties): Function deleted (now in C).
744
7ad8cd8e
PJ
7452002-03-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
746
747 * mwheel.el (mouse-wheel-mode): Use global-set-key and
748 global-unset-key.
749
e643ceae
RS
7502002-03-24 Richard M. Stallman <rms@gnu.org>
751
752 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
753
754 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
755 to query-replace-read-args.
756
757 * progmodes/compile.el (compilation-forget-errors):
758 Don't adjust compilation-parsing-end if it's nil.
759
760 * replace.el (query-replace-read-args): New optional arg NOERROR.
761 (perform-replace): Use save-window-excursion around recursive edit.
762
34cf93c0
CW
7632002-03-24 Colin Walters <walters@verbum.org>
764
765 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
766 non-nil, then always use another window.
767
985b4686
GM
7682002-03-24 Gerd Moellmann <gerd@gnu.org>
769
770 * subr.el (macro-declaration-function): New function. Set the
771 variable macro-declaration-function to it.
772
63080afc 773 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
985b4686
GM
774 Handle declarations in macro definitions.
775
1896206d
EZ
7762002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
777
63080afc 778 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
1896206d
EZ
779
780 * enriched.el (enriched-face-ans): Support FACE of the form
781 (:foreground COLOR) and (:background COLOR).
782 (enriched-decode-foreground, enriched-decode-background): Set the
783 fore- and background colors of the faces we create, since facemenu
784 doesn't.
785
bb2f7e35
PJ
7862002-03-24 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
787
788 * mwheel.el (mouse-wheel-mode): Use the result of
789 current-global-map instead of the variable `global-map'.
790
cf8b484f
RS
7912002-03-23 Richard M. Stallman <rms@gnu.org>
792
793 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
794 broken out of sendmail-pre-abbrev-expand-hook.
795 (sendmail-pre-abbrev-expand-hook): Use it.
796
44d38e8d
SM
7972002-03-22 Stefan Monnier <monnier@cs.yale.edu>
798
799 * Makefile.in (finder-inf.el): Remove.
800 (finder-data): Don't depend on finder-inf.el any more.
801 (compile, compile-always): Handle the case where some files
802 from DONTCOMPILE are missing (it tried to compile them).
803 (bootstrap-clean): Use src/emacs only if executable.
804 (bootstrap): Update subdirs.el and finder-inf.el.
805
806 * finder.el: Don't load finder-inf.el during byte-compilation.
807
808 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
809 Don't consider cvs-removed files as under VC control.
810 VC wouldn't handle them properly anyway and it confuses
811 vc-file-not-found-hook.
812
813 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
814 Add autoload cookie.
815
b9b1a853
EZ
8162002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
817
818 * calendar/calendar.el (calendar): Doc fix.
819
6e71749d
JB
8202002-03-22 Juanma Barranquero <lektu@terra.es>
821
822 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
823 (gomoku-font-lock-X-face): Likewise.
824 (gomoku-font-lock-keywords): Use faces instead of variables.
825
898a52c9
SM
8262002-03-21 Stefan Monnier <monnier@cs.yale.edu>
827
828 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
829
3ae1b884
KS
8302002-03-21 Kim F. Storm <storm@cua.dk>
831
832 * simple.el (open-network-stream, open-network-stream-nowait)
833 (open-network-stream-server): Use featurep to test for
834 supported networking features.
835
ea33ba73
TTN
8362002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
837
838 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
839 directions as the last action.
840
eb4cb84f
PJ
8412002-03-21 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
842
898a52c9
SM
843 * startup.el (fancy-splash-tail, normal-splash-screen):
844 Update copyright.
84691156 845
eb4cb84f
PJ
846 * novice.el (disabled-command-hook): Clarify output text to match
847 prompt.
848
47bcdab2
JR
8492002-03-20 Jason Rumney <jasonr@gnu.org>
850
851 * frame.el (display-images-p): Do not explicitly check display type.
852
7fab5ded
PR
8532002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
854
855 * mail-utils.el:
856 Eliminate compilation warnings due to `rfc822-addresses'.
857 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
858 warning free compile.
859
743a79af 8602002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
ea33ba73 861
898a52c9
SM
862 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
863 Take the current highlighting style into account.
864 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
865 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
ea33ba73 866
898a52c9 867 * ediff-init.el (ediff-patch-job): New macro.
ea33ba73 868
898a52c9
SM
869 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
870 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
ea33ba73 871
898a52c9
SM
872 * ediff-ptch.el (ediff-map-patch-buffer):
873 Use ediff-make-new-meta-list-header.
874 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
ea33ba73 875
898a52c9
SM
876 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
877 (ediff-select-difference): Take highlighting style into account.
878 (ediff-clone-buffer-for-region-comparison): New function.
879 (ediff-inferior-compare-regions): Added comparison of current diff
743a79af 880 regions.
ea33ba73 881
898a52c9
SM
882 * ediff.el (ediff-clone-buffer-for-region-comparison)
883 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
ea33ba73 884
c45d9dcf
PR
8852002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
886
887 * mail-utils.el (rmail-dont-reply-to):
888 Overhaul to correctly apply the regular
889 expressions in the variable `rmail-dont-reply-to-names' to the list of
890 destination addresses. Contributed by lorentey@elte.hu.
891
892 * rmail.el (rmail-dont-reply-to-names):
893 Modify the documentation to make it email
894 address centric rather than login name centric. Contributed by
895 lorentey@elte.hu.
896
6e668118
CW
8972002-03-18 Colin Walters <walters@verbum.org>
898
899 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
900 we don't require `cl' at runtime.
901 (sorting mode mode-name): Don't take the symbol-name of a string.
902
903 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
904 line after setting the mark.
905 (ibuffer-insert-buffers-and-marks): Invert the test for
906 `ibuffer-sorting-reversep'.
907
8f9891ab
SM
9082002-03-18 Stefan Monnier <monnier@cs.yale.edu>
909
910 * international/ucs-tables.el (unify-8859-on-decoding-mode)
911 (unify-8859-on-encoding-mode): Remove autoload cookie.
912
fbca60c4
AS
9132002-03-18 Andre Spiegel <spiegel@gnu.org>
914
915 * vc-rcs.el (vc-rcs-register): Fix handling of
916 vc-[rcs-]register-switches.
86db31d5
SM
917 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
918 Variables removed, since they weren't used yet.
fbca60c4
AS
919
920 * vc-cvs.el (vc-cvs-register): Fix handling of
921 vc-[cvs-]register-switches.
922
923 * vc-sccs.el (vc-sccs-register): Fix handling of
924 vc-[sccs-]register-switches.
925
194c8d98
SM
9262002-03-18 Stefan Monnier <monnier@cs.yale.edu>
927
86db31d5
SM
928 * loadup.el ("emacs-lisp/backquote"): Load earlier.
929 ("international/ucs-tables"): Load and turn on
930 unify-8859-on-encoding-mode unconditionally.
931 (emacs-version): Use `defconst' rather than `setq'.
932
194c8d98
SM
933 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
934
7665519d
RS
9352002-03-18 Richard M. Stallman <rms@gnu.org>
936
937 * menu-bar.el (menu-bar-options-menu): Cope if
938 text-mode-hook is not a list.
939
6147334f
RS
9402002-03-17 Richard M. Stallman <rms@gnu.org>
941
942 * emulation/pc-select.el (pc-selection-mode):
943 Alter the existing global map, don't replace it.
944
945 * files.el (list-directory): Set default-directory at the end.
946
194c8d98 947 * dabbrev.el (dabbrev--goto-start-of-abbrev):
6147334f
RS
948 Put a limit on field-beginning search.
949
9502002-03-17 Simon Josefsson <jas@extundo.com>
951
952 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
953 (browse-url-mosaic): Use it.
954
955 * net/browse-url.el (browse-url-filename-alist): Don't begin
956 docstring with *, you don't want to set this one with M-x
957 set-variable.
958
959 * net/browse-url.el: Put * in user option doc strings.
960
2154a297
SM
9612002-03-17 Stefan Monnier <monnier@cs.yale.edu>
962
194c8d98
SM
963 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
964 (sgml-xml-guess): Simplify.
965 (sgml-mode-common): Remove (move into sgml-mode).
966 (sgml-mode): Add code from sgml-mode-common.
967 Remove redundant setting of indent-line-function.
968 Don't set skeleton-transformation when in XML mode.
969
ec96e747
SM
970 * international/mule-diag.el (describe-char-after):
971 Use `internal-describe-syntax-value' again (got lost somewhere).
972
2154a297
SM
973 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
974 Use unify-8859-on-decoding-mode.
975 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
976 (ucs-insert): Give an error if the unicode char can't be created.
977
978 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
979 (cvs-parse-status): Handle the "used to have a conflict" marker.
980
5439f987
KS
9812002-03-17 Kim F. Storm <storm@cua.dk>
982
983 The following changes are related to the enhanced network process
984 support.
985
986 * simple.el: Update copyright.
987 (clone-process): Use make-network-process to clone network
2154a297 988 processes. Get command list via (process-contact ... t).
5439f987
KS
989 Use set-process-query-on-exit-flag and process-query-on-exit-flag
990 instead of process-kill-without-query.
991 (open-network-stream): Replaces C-version from process.c.
2154a297 992 (open-network-stream-nowait, open-network-stream-server): New funs.
5439f987
KS
993 (process-kill-without-query): Replaces C-version from process.c.
994
995 * files.el: Update copyright.
996 (save-buffers-kill-emacs): Also check for active server
997 processes. Use process-query-on-exit-flag. Only list processes
998 which has the query-on-exit flag set in connection with user query.
999
1000 * shadowfile.el: Update copyright.
1001 (shadow-save-buffers-kill-emacs): Also check for active server
1002 processes. Use process-query-on-exit-flag.
1003
6147334f
RS
10042002-03-16 Simon Marshall <simon.marshall@misys.com>
1005
1006 * imenu.el (imenu-menubar-modified-tick): Renamed from
1007 imenu-update-menubar-modified-tick.
1008 (imenu-update-menubar): Update imenu-menubar-modified-tick
1009 whenever outer condition succeeds.
1010
1011 * lazy-lock.el (save-buffer-state):
1012 Bind inhibit-modification-hooks and buffer-file-truename
1013 instead of before-change-functions and after-change-functions.
1014
55859ca7 10152002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
0cd9a1a9 1016
7dd4fd43
EZ
1017 * international/codepage.el (codepage-setup): Don't define a
1018 codepage if it is already defined.
1019
efe7ebe3
EZ
1020 * textmodes/po.el (po-content-type-charset-alist): Convert the
1021 car of each association to a string.
1022 (po-find-file-coding-system-guts): If the charset matches a name
1023 of a codepage, set up that codepage and return it as a coding
1024 system to decode the file.
1025 (po-find-charset): Search for the Charset= header even if we've
1026 read less than 4KB.
55859ca7
EZ
1027 <top-level>: Remove the setup for all known codepages: it seems
1028 to cause crashes in the CCL driver.
0cd9a1a9 1029
73cc75b5
PJ
10302002-03-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1031
1032 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
1033 (bibtex-entry-field-alist): Doc fix.
1034
a9c1a157
RS
10352002-03-16 Richard M. Stallman <rms@gnu.org>
1036
1037 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
1038 Move definition above cperl-outline-regexp.
1039
1040 * bindings.el (mode-line-mule-info): In computing help-echo prop,
1041 avoid using save-window-excursion. And compile the function.
1042
2154a297
SM
10432002-03-15 Stefan Monnier <monnier@cs.yale.edu>
1044
1045 * files.el (load-completion): New function.
1046 (load-library): Use it.
1047
1ba92e5d
PJ
10482002-03-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1049
1050 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
1051 to match the actual code.
1052
f6e28751
EZ
10532002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
1054
2154a297
SM
1055 * textmodes/po.el (po-find-file-coding-system-guts):
1056 Use with-temp-buffer instead of po-with-temp-buffer.
2ca51445 1057
518a0981
EZ
1058 * international/mule-conf.el (file-coding-system-alist): Add an
1059 association for PO files.
1060
f6e28751
EZ
1061 * textmodes/po.el: New file.
1062
93097873
GM
10632002-03-15 Gerd Moellmann <gerd@gnu.org>
1064
1065 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
1066 Fix simple loop indentation.
1067
cf232e4d
MB
10682002-03-14 Miles Bader <miles@gnu.org>
1069
1070 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
1071
afcdd7bd
RS
10722002-03-14 Richard M. Stallman <rms@gnu.org>
1073
1074 * textmodes/picture.el (picture-insert)
2154a297 1075 (picture-clear-column, picture-draw-rectangle):
afcdd7bd 1076 Use move-to-column, not move-to-column-force.
2154a297 1077
afcdd7bd
RS
1078 * dired.el (dired-readin): Clear out undo list.
1079 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
1080 (dired-delete-entry): New function.
1081 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
1082 and dired-delete-entry, to update this buffer (and others).
1083
1084 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
2154a297 1085
afcdd7bd
RS
1086 * facemenu.el (facemenu-add-new-face):
1087 Pass region args to facemenu-set-face, when there is a region.
1088 (facemenu-set-foreground, facemenu-set-background)
1089 (facemenu-add-face): Doc fixes.
2154a297 1090
afcdd7bd
RS
1091 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
1092
17230c90
MB
10932002-03-14 Miles Bader <miles@gnu.org>
1094
5b905677
MB
1095 * emacs-lisp/debug.el: Require `button'.
1096 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
1097 to get TAB and <backtab> bindings.
1098
0fd2d581
MB
1099 * net/rlogin.el (rlogin-carriage-filter): Function removed.
1100 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
1101 comint removes carriage returns itself now.
1102
2154a297
SM
1103 * rfn-eshadow.el (rfn-eshadow-update-overlay):
1104 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
17230c90
MB
1105 getting hosed by our own intangible property.
1106
2154a297
SM
11072002-03-13 Stefan Monnier <monnier@cs.yale.edu>
1108
1109 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
1110 Add fortran-comment-line-start-skip to comment-start-skip.
1111 (fortran-comment-indent): Keep whole-line comments in column 0.
1112 (fortran-find-comment-start-skip): New arg `all'.
1113 If ALL is nil, make sure we only match comment-start-skip if we
1114 can't match fortran-comment-line-start-skip.
1115 Fix bug that made it return t but without moving point when
1116 matching '!'! (a false-comment followed by a real comment).
1117 (fortran-indent-comment): Use new `all' argument above.
1118 Be careful not to add an incorrect comment-starter like "C"
1119 in comment-column.
1120 (fortran-split-line): When splitting a comment, reuse the comment
1121 starter from the current line rather than fortran-comment-line-start.
1122 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
1123 cleaner behavior of fortran-find-comment-start-skip.
1124 (fortran-fill): Don't be confused by ! inside a comment.
1125 (fortran-break-line): Minor cleanup and simplification.
1126
f6010b54
FP
11272002-03-13 Francesco Potorti` <pot@gnu.org>
1128
1129 * progmodes/etags.el (tag-exact-file-name-match-p)
1130 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
1131 simpler regexp.
1132
6b16ab48
CW
11332002-03-12 Colin Walters <walters@debian.org>
1134
1135 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
1136 redisplaying a line.
1137
1e4f6cec
JD
11382002-03-12 Jan D. <Jan.Djarv@mbox200.swipnet.se>
1139
1140 * term/x-win.el (emacs-session-restore): Take previous id as
1141 an argument.
363a4df6 1142 (emacs-session-save): Add comment that return t means cancel shutdown
1e4f6cec
JD
1143
1144 * startup.el (command-line): Must check that x-session-previous-id
1145 is bound also, for non-X platforms.
1146
59e0f579
GM
11472002-03-12 Gerd Moellmann <gerd@gnu.org>
1148
1149 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
2154a297
SM
1150 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
1151 New user options.
1152 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
59e0f579
GM
1153 (common-lisp-indent-function-1): Renamed from
1154 common-lisp-indent-function.
1155 (common-lisp-indent-function): Handle loop forms specially.
1156 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
8460b689 1157 (lisp-backquote-indentation): New user option.
59e0f579 1158
aad00fb0
FP
11592002-03-12 Francesco Potorti` <pot@gnu.org>
1160
1161 * progmodes/etags.el (tag-exact-file-name-match-p)
2154a297
SM
1162 (tag-file-name-match-p, tag-partial-file-name-match-p):
1163 Assume that the header of a tags section has either a number
1164 or nothing after the last comma.
aad00fb0 1165
6e75414a
EZ
11662002-03-11 Richard M. Stallman <rms@gnu.org>
1167
1168 * imenu.el (imenu-update-menubar-modified-tick): New variable.
1169 (imenu-update-menubar): Don't call imenu--make-index-alist
1170 if buffer has not changed since last time.
1171
1172 * desktop.el (desktop-buffer-handlers): Doc fix.
1173 (desktop-buffer-file): Explicitly return BUF.
1174
1175 * paren.el (show-paren-function): Move back in other direction
1176 to verify the match is correct.
1177
1178 * mail/supercite.el (sc-select-attribution): Accept whatever value
1179 we get in CHOICE; there is no value meaning "try again".
1180
4ecee85b
CW
11812002-03-11 Colin Walters <walters@verbum.org>
1182
1183 * shell.el (toplevel): Revert previous change to use pcomplete.
1184 (shell-mode): Ditto.
1185 (shell-pcomplete-setup-done): Remove.
1186 (shell-pcomplete): Ditto.
1187 (shell-pcomplete-reverse): Ditto.
1188
1189 * comint.el: Remove documentation on setting up pcomplete.
1190
b3f1e48a
PJ
11912002-03-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1192
1193 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
1194 item. Doc fix.
1195
1196 * image.el (image-type-from-file-header): Make temporary buffer
1197 unibyte.
1198
1199 * subr.el (add-to-list): Doc fix.
1200
6e75414a 12012002-03-11 Miles Bader <miles@gnu.org>
8a5782b5
MB
1202
1203 * pcomplete.el (pcomplete-entries): Expand environment variables
1204 in filename.
1205
a0db0bbf
EZ
12062002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
1207
1208 * play/mpuz.el: Use defface instead of facemenu-get-face.
1209
d873ec96
JD
12102002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
1211
1212 * startup.el (command-line): Add call to emacs-session-restore if
b3f1e48a 1213 both x-session-id and x-session-previous-id are strings.
d873ec96
JD
1214
1215 * term/x-win.el (x-handle-smid): New function.
1216 (emacs-session-filename): New function.
1217 (emacs-session-save): New function.
1218 (emacs-save-session-functions): New variable.
1219 (emacs-session-restore): New function.
1220
30883773
EZ
12212002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
1222
1223 * simple.el (shell-command-on-region): Call push-mark with
1224 non-nil second arg, to suppress the "Mark set" message.
1225
cc054b63
EZ
12262002-03-08 Richard M. Stallman <rms@gnu.org>
1227
1228 * textmodes/picture.el (picture-forward-column): New arg `interactive'
1229 is non-nil for an interactive call. Use instead of interactive-p.
1230 (picture-backward-column): Likewise.
1231
1232 * tar-mode.el (tar-untar-buffer): New function.
1233
1234 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
1235 Put the mouse-face on the entire xref, like the local keymap.
1236
1237 * find-dired.el (find-name-dired): Use shell-quote-argument.
1238
6d8ccf7a
EZ
12392002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
1240
f2c7b04f 1241 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
6d8ccf7a
EZ
1242 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
1243 (mpuz-allow-double-multiplicator): New options for nicer look and
1244 new features.
2154a297 1245 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
6d8ccf7a
EZ
1246 (mpuz-check-all-solved, mpuz-random-puzzle)
1247 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
1248 (mpuz-show-solution): Functions streamlined and removed french
1249 style space before punctuation, added face support and optional
1250 solving of trivial results.
1251
2ef3551d
CW
12522002-03-07 Colin Walters <walters@verbum.org>
1253
1254 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
1255
1256 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
1257 instead of "recency" for clarity.
1258 (ibuffer-compile-format): Document more. Handle new "summarizer"
1259 columns.
1260 (ibuffer-fontify-region-function): Ditto.
1261 (ibuffer-insert-buffer-line): Ditto.
1262 (ibuffer-map-lines): Ditto.
1263 (ibuffer-insert-buffers-and-marks): Ditto.
1264 (ibuffer-update-title-and-summary): Renamed from
1265 `ibuffer-update-title'. Handle "summarizer" columns.
1266 (ibuffer-clear-summary-columns): New function.
1267
1268 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
aad00fb0 1269
52db9321
GM
12702002-03-07 Gerd Moellmann <gerd@gnu.org>
1271
aad00fb0 1272 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
52db9321
GM
1273 Use the other-window instead of the other-frame functions when
1274 the window is dedicated.
1275
3e549b18
SZ
12762002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
1277
1278 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
1279 with SILENT so that a new field can be added.
1280
a730e850
EZ
12812002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1282
1283 * files.el (make-auto-save-file-name): Make sure the produced file
1284 name does not contain characters that are invalid for DOS/Windows
1285 filesystems.
1286
52db9321 1287 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
d88c5449 1288 Remove replacement functions.
a730e850 1289
6b3daede
GM
12902002-03-06 Gerd Moellmann <gerd@gnu.org>
1291
1292 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
1293 the form `:x'.
1294
1295 * vc.el (vc-branch-part): Add autoload cookie. This function can
1296 be called from vc-rcs-find-most-recent-rev when visiting a file
1297 checked into RCS in a CVS sandbox.
1298
2dc2ec3d
AS
12992002-03-06 Andreas Schwab <schwab@suse.de>
1300
1301 * progmodes/hideif.el: Augment expression parser to handle
1302 conditional expressions.
1303 (hif-token-regexp): Also match `?' and `:'.
1304 (hif-tokenize): Handle `?' and ':' as tokens.
1305 (hif-expr): Parse conditional expressions.
1306 (hif-or-expr): Parse `||' expressions.
1307 (hif-and-expr): Renamed from hif-term.
1308 (hif-conditional): New function to evaluate a conditional
1309 expression.
1310
0c9bf0c3
PJ
13112002-03-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1312
1313 * language/czech.el ("Czech"): Fix the documentation.
1314
c1a227ea
PJ
1315 * language/slovak.el ("Slovak"): Likewise.
1316
01adac0d
SZ
13172002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
1318
1319 * xml.el (xml-parse-attlist): Accept empty strings.
01adac0d 1320
022d6ae8
EZ
13212002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
1322
f4b60fe6
EZ
1323 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
1324 all terminals now support highlighting of some kind.
1325
022d6ae8
EZ
1326 * language/european.el (mac-roman): Fix the safe-chars property.
1327
e993e35c
AS
13282002-03-05 Andre Spiegel <spiegel@gnu.org>
1329
1330 * vc.el (vc-transfer-file): Use `make-temp-file'.
1331 (vc-default-update-changelog): Remove conditional use of
1332 `make-temp-name'.
1333
11a93899 1334 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
d88c5449 1335
c3912d54 13362002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
d88c5449 1337
52db9321 1338 * ediff-init.el: Comments.
d88c5449 1339
c3912d54
MK
1340 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
1341 is loaded.
d88c5449
SM
1342
1343 * ediff-mult.el (ediff-intersect-directories)
1344 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
1345 Cleanup.
1346 (ediff-draw-dir-diffs): Now supports the "C" command in directory
c3912d54 1347 difference buffer.
d88c5449 1348 (ediff-dir-diff-copy-file): New function that implements copying
c3912d54 1349 of files from one Ediff dir to another
d88c5449
SM
1350 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
1351 (ediff-append-custom-diff): Better error msgs.
1352
1353 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
c3912d54
MK
1354 (ediff-inferior-compare-regions): Use
1355 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
d88c5449 1356
c3912d54
MK
1357 * ediff.el (ediff-directories-internal): Cleanup.
1358 (ediff-clone-buffer-for-region-comparison): Better interface.
d88c5449 1359
3881a186
RS
13602002-03-04 Richard M. Stallman <rms@gnu.org>
1361
d88c5449 1362 * emacs-lisp/easy-mmode.el (define-minor-mode):
3881a186
RS
1363 Use "P" in interactive spec of minor mode commands.
1364
d88c5449
SM
13652002-03-04 Stefan Monnier <monnier@cs.yale.edu>
1366
1367 * faces.el (face-spec-choose): Allow `t' to appear before the end.
1368 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
1369 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
1370 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
1371 (mode-line-inactive, header-line): Move the `t' section to the
1372 beginning so the `:inherit' setting can be shared.
1373
d61ac4a6
PJ
13742002-03-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1375
c6dc7fdd
PJ
1376 * net/snmp-mode.el: Require tempo when compiling to prevent
1377 warnings. Update copyright notice.
1378
d88c5449
SM
1379 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
1380 like not defined at all.
d61ac4a6 1381
0fda8eff
SM
13822002-03-03 Stefan Monnier <monnier@cs.yale.edu>
1383
1384 * textmodes/sgml-mode.el: Change maintainer to FSF.
1385 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
1386 (sgml-tags-invisible, sgml-beginning-of-tag):
1387 Allow _ : and non-ASCII in tag names, as required for XML.
1388 (sgml-name-char): Don't assume anything about charsets handled by
1389 encode-char.
1390
1391 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
1392 where one of the buffers is narrowed.
1393
1394 * hexl.el (hexlify-command, dehexlify-command): Remove.
1395 (hexlify-buffer, dehexlify-buffer): Use call-process-region
1396 rather than shell-command-on-region.
1397
1398 * newcomment.el (comment-forward): Use forward-comment to skip
1399 over whitespace (or comments) even when comment-use-syntax is nil.
1400
1401 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
1402
1403 * textmodes/xml-lite.el: New file.
1404
73344256
RS
14052002-03-03 Richard M. Stallman <rms@gnu.org>
1406
1407 * textmodes/artist.el (artist-system): Use make-temp-file.
1408
1409 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
1410
1411 * mail/sendmail.el (mail-recover-1): Increase non-random-len
1412 by 1 since we changed make-auto-save-file-name to add one
1413 fewer character to the buffer name.
1414 (mail-recover): Really show point at the right place
1415 in the *Directory* buffer.
1416
1417 * files.el (make-auto-save-file-name): Use make-temp-file.
1418
1419 * terminal.el (te-create-terminfo): Use make-temp-file
1420 to create the source file in a safe way.
1421
88f20a3d
EZ
14222002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
1423
63d5d1ee
EZ
1424 * cus-start.el: Rename automatic-hscroll-step and
1425 automatic-hscroll-margin into hscroll-step and hscroll-margin.
1426
1427 * frame.el (auto-hscroll-mode): Renamed from
1428 automatic-hscrolling.
1429 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
1430
88f20a3d
EZ
1431 * mouse.el (mouse-region-delete-keys): Add deletechar.
1432
adcce7d5
SS
14332002-03-03 Sam Steingold <sds@gnu.org>
1434
1435 * play/snake.el (snake-score-file): Fixed parens (broken by the
1436 last patch).
1437 * play/tetris.el (tetris-score-file): Ditto.
1438
279b254c
RS
14392002-03-03 Richard M. Stallman <rms@gnu.org>
1440
9caf26fe
RS
1441 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
1442
279b254c
RS
1443 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
1444
adcce7d5 1445 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
279b254c
RS
1446 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
1447
159bf288
TTN
14482002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
1449
d88c5449
SM
1450 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
1451 instead of `buffer-substring-no-properties' to support enriched mode.
159bf288 1452
4367c5a2
RS
14532002-03-02 Richard M. Stallman <rms@gnu.org>
1454
1455 * find-dired.el (find-grep-dired): Call shell-quote-argument.
1456 Specify the -e option.
1457 Rename arg to `regexp'.
1458
e5787c30 14592002-03-02 Milan Zamazal <pdm@zamazal.org>
905a39b8 1460
e5787c30 1461 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
905a39b8 1462
adf953ac
MB
14632002-03-02 Miles Bader <miles@gnu.org>
1464
1465 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
1466 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
1467 If there's no applicable modifiers entry in the alist in
1468 `mouse-wheel-scroll-amount', fall back to the default, not to
1469 nil (which causes full screen scrolls).
1470
857b864a
AS
14712002-03-01 Andreas Schwab <schwab@suse.de>
1472
d88c5449
SM
1473 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
1474 Remove extra paren in regexp.
857b864a 1475
7948c248
EZ
14762002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
1477
1478 * mouse.el (mouse-show-mark): Use display-mouse-p, not
1479 display-graphic-p, to decide whether to move point or use the
1480 highlighting.
1481
73c2f6c4
CW
14822002-02-28 Colin Walters <walters@verbum.org>
1483
d88c5449 1484 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
1ae720ac 1485
73c2f6c4 1486 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
d88c5449 1487 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
73c2f6c4
CW
1488 (calc-temp-file-name): Use `make-temp-file'.
1489
f1ee82b4
RS
14902002-02-28 Richard M. Stallman <rms@gnu.org>
1491
1492 * font-lock.el (java-font-lock-extra-types):
1493 Match java.net.URL, etc.
1494
140d71ba
PJ
14952002-02-28 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1496
a0164df5
PJ
1497 * hexl.el (hexl-options): Doc fix.
1498 Update Commentary section.
1499
140d71ba
PJ
1500 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
1501 Doc fixes.
1502
d607ebcc
AS
15032002-02-28 Andre Spiegel <spiegel@gnu.org>
1504
1505 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
1506 the user to do that first.
c1cd70af 1507 (vc-update): New function.
d607ebcc 1508
c1cd70af
AS
1509 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
1510 which calls vc-update. Use the term "Base Version" instead of
1511 "Last Version" for the entries "Revert" and "Compare".
159bf288 1512
9a98fa64
KS
15132002-02-28 Kim F. Storm <storm@cua.dk>
1514
1515 * simple.el (shell-command-on-region): Report non-zero exit
1516 status in mode line instead of buffer.
1517
458a4810
RS
15182002-02-27 Richard M. Stallman <rms@gnu.org>
1519
1520 * comint.el (comint-preoutput-filter-functions): Doc fix.
1521 (comint-output-filter-functions, comint-input-filter-functions)
1522 (comint-redirect-filter-functions): Likewise.
1523
1524 (comint-redirect-preoutput-filter): Do the local-hook
1525 handling of t when running comint-redirect-filter-functions.
1526 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
1527
b6d2e45e
RS
15282002-02-26 Richard M. Stallman <rms@gnu.org>
1529
1530 * paths.el (remote-shell-program): Add doc string.
1531
688c8ec5
CW
15322002-02-26 Colin Walters <walters@debian.org>
1533
1534 * ibuf-ext.el (sorter mode-name): New.
1535 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
1536
1537 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
1538 interactively, so they do something.
1539 (calc-scroll-right): Ditto.
1540
3dfdc066
EZ
15412002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
1542
1543 * international/mule.el (ctext-pre-write-conversion): Handle the
1544 case when FROM is a string, and when we are called from
1545 build_annotations_2.
1546
4a81d892
RS
15472002-02-26 Richard M. Stallman <rms@gnu.org>
1548
1549 * rect.el (clear-rectangle-line): Reindent to the same column
1550 that move-to-column reached when it tried to go to endcol.
1551
1552 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
1553
15542002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
1555
1556 * winner.el (winner-boring-buffers, winner-set): A window which
1557 displays a buffer whose name is in the list
d88c5449 1558 `winner-boring-buffers', will no longer be restored by `winner-undo'.
4a81d892
RS
1559 (winner-sorted-window-list): Used to improve comparison between
1560 window configurations.
1561 (winner-win-data): Simplified and moved.
1562 (winner-conf): Simplified (now uses `winner-win-data').
1563 (winner-change-fun, winner-save-old-configurations)
1564 (winner-save-(un)conditionally, winner-redo): Changes made while in
1565 the minibuffer will be ignored. (Such changes are undone upon
1566 exit for the minibuffer, anyway.)
1567 (winner-set-conf): Preserve selected window whenever possible.
1568 (winner-make-point-alist): Simplified.
1569 (winner-mode, winner-save-unconditionally): Save current window
1570 configuration on entering minibuffer.
1571 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
1572 since it does not change the overall behavior of Emacs.
1573
cb5be6c9
EZ
15742002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
1575
1576 * international/mule-conf.el (compound-text): Renamed back from
1577 compound-text-no-extensions.
1578 (ctext-no-compositions): Remove the mime-charset property.
1579 (compound-text-with-extensions): Renamed from compound-text.
1580 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
1581
46057f5f
JB
15822002-02-26 Juanma Barranquero <lektu@terra.es>
1583
1584 * faces.el (list-faces-display): Fix typo.
1585
6527c9b7
RS
15862002-02-25 Richard M. Stallman <rms@gnu.org>
1587
1588 * frame.el (focus-follows-mouse): Doc fix.
1589
f5b92c89
MB
15902002-02-26 Miles Bader <miles@gnu.org>
1591
1592 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
1593 to `define-key', since it no longer accepts the latter.
1594
42d8c110
JR
15952002-02-25 Jason Rumney <jasonr@gnu.org>
1596
ed81ee80
JR
1597 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
1598 mouse-wheel-scroll-amount.
1599
3bd7d448
JR
1600 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
1601 mwheel.el.
1602
42d8c110
JR
1603 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
1604
3c0766fe
AS
16052002-02-25 Andre Spiegel <spiegel@gnu.org>
1606
1607 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
1608 consistent with the others that take a backend name as a symbol.
1609
5764f671 1610 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
3c0766fe 1611
bb671f9e
KS
16122002-02-25 Kim F. Storm <no-spam@cua.dk>
1613
1614 * comint.el (comint-replace-by-expanded-filename): Do nothing if
1615 comint-match-partial-filename returns nil.
1616
1617 * shell.el (shell-pcomplete-setup-done): New variable.
1618 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
1619 (shell-pcomplete-reverse): Ditto.
1620
1426742b
PA
16212002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
1622
d88c5449 1623 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
1426742b 1624
50ce1f62
JB
16252002-02-25 Juanma Barranquero <lektu@terra.es>
1626
e4d03691
JB
1627 * subr.el (save-match-data): Doc fix.
1628
50ce1f62
JB
1629 * ielm.el (ielm-prompt): Allow customization; make it read-only.
1630
cdf07453
KS
16312002-02-25 Kim F. Storm <storm@cua.dk>
1632
1633 * shell.el (shell-mode-map): Add "Complete" header so completion
1634 menu is shown on the menu bar in shell mode.
1635
565f89ec
SM
16362002-02-25 Stefan Monnier <monnier@cs.yale.edu>
1637
1638 * ielm.el (ielm-match-data): New var.
1639 (inferior-emacs-lisp-mode): Make it buffer-local.
1640 (ielm-eval-input): Use it to preserve match-data between inputs.
1641
e4d03691 16422002-02-24 Juanma Barranquero <lektu@terra.es>
c6a33288
JR
1643
1644 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
1645
42b4edc5
PA
16462002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
1647
1648 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
1649 `custom-buffer' customize group.
1650
b66bc4a4
KS
16512002-02-23 Kim F. Storm <storm@cua.dk>
1652
1653 * help.el (where-is): Use remap-command.
1654
1655 * help-fns.el (describe-function-1): Use remap-command.
1656
1657 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
1658 change (no longer accept a symbol for the KEY argument).
1659
0edda6b8
CW
16602002-02-23 Colin Walters <walters@debian.org>
1661
565f89ec 1662 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
120deb3d 1663 * calc/calcalg2.el (math-solve-get-sign): Ditto.
0edda6b8
CW
1664
1665 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
1666 in generated function.
1667
1668 * ibuf-ext.el (ibuffer-old-time): Change to hours.
1669 (ibuffer-mark-old-buffers): Handle it.
1670
565f89ec 1671 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
0edda6b8
CW
1672 (toplevel): Bind them.
1673 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
1674 not necessary now that we use pcomplete.
1675
1676 * comint.el: Document how use new pcomplete completion facility.
1677
5a7a27be
RS
16782002-02-23 Richard M. Stallman <rms@gnu.org>
1679
1680 * mail/rmailsum.el (rmail-summary-output): Properly advance
1681 to next message, by calling rmail-summary-goto-msg.
1682
1683 * net/browse-url.el (browse-url-galeon): Specify --existing
1684 for an existing window. Use --noraise rather than --no-raise.
1685 Don't use -x.
1686
a70ea557
EZ
16872002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1688
565f89ec 1689 * progmodes/etags.el (find-tag-noselect, find-tag)
a70ea557
EZ
1690 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
1691 Fix a typo in doc strings.
1692
3a84ed60
RS
16932002-02-20 Deepak Goel <deego@glue.umd.edu>
1694
1695 * play/snake.el (snake-velocity-queue, snake-update-velocity)
565f89ec 1696 (snake-final-x-velocity, snake-final-y-velocity):
3a84ed60
RS
1697 New variable and functions. Store user's keypresses
1698 into a queue and pop from the queue each subsequent turn.
1699 (snake-update-game, snake-move-left)
1700 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
1701 (snake-start-game): Use that queue.
1702 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
1703 (snake-use-color-flag): Likewise.
565f89ec 1704 (snake-mode): Rename uses of those variables.
3a84ed60 1705
9feba281
EZ
17062002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1707
1708 Support for ICCCM Extended Segments in X selections:
1709
1710 * international/mule-conf.el (ctext-no-compositions): New coding
1711 system.
1712 (compount-text-no-extensions): Renamed from compound-text.
1713 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
1714 compound-text-no-extensions.
565f89ec 1715 (compound-text): Redefined using post-read and pre-write conversions.
9feba281
EZ
1716
1717 * international/mule.el (non-standard-icccm-encodings-alist)
1718 (non-standard-designations-alist): New variables.
565f89ec
SM
1719 (ctext-post-read-conversion, ctext-pre-write-conversion):
1720 New functions.
9feba281 1721
277ec2af 17222002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
565f89ec 1723
f5a55627
AS
1724 * vc.el (vc-default-init-version): Update documentation to
1725 indicate that the backend can override the default init version.
1726 (vc-register): Use the backend init-version function, if it
1727 exists, to determine the initial version of a file.
1728 (vc-diff-switches-list): Don't symbol-quote backend, since it's
565f89ec 1729 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
f5a55627
AS
1730
1731 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
1732 not version-controlled. This is necessary, e.g., if the file has
1733 just been reverted, and thus was previously under version control
1734 but isn't any longer.
1735 (vc-find-file-hook): Likewise.
1736
277ec2af 17372002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
565f89ec 1738
aced8001
AS
1739 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
1740 (vc-cvs-sticky-tag-display): New variable.
1741 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
1742 (vc-cvs-checkin): If the input revision is a valid symbolic tag
1743 name, we create it as a branch, commit and switch to it.
1744 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
1745 (vc-cvs-valid-symbolic-tag-name-p): New function.
1746 (vc-cvs-parse-sticky-tag): New function.
1747 (vc-cvs-parse-entry): Added parsing of sticky tags.
1748
929e8487
PA
17492002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
1750
1751 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
1752 nil, and then explicitly set the standard-value to t.
1753
ee803b5b
SS
17542002-02-20 Sam Steingold <sds@gnu.org>
1755
1756 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
1757 since it is used in the menu bar.
1758
3a84ed60
RS
17592002-02-20 Richard M. Stallman <rms@gnu.org>
1760
1761 * simple.el (shell-command-on-region): Display the exit status
1762 when a command fails.
1763
1764 * subr.el (add-hook): Doc fix.
1765
1766 * frame.el (other-frame): Doc fix.
1767
1768 * simple.el (yank): Clear `field' property.
1769
17702002-02-20 Tom Tromey <tromey@cachet>
1771
1772 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
1773 natural paragraph boundaries. Don't fail at beginning of buffer.
1774
210f943e
PJ
17752002-02-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1776
1777 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
1778 call the argument "arg" to match plain next-line and
1779 previous-line. From Kevin Ryde <user42@zip.com.au>.
1780
a2372cfd
SS
17812002-02-19 Sam Steingold <sds@gnu.org>
1782
1783 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
1784 scroll amounts for different modifiers now.
1785 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
1786 format properly.
1787 (mouse-wheel-mode): Ditto.
1788
f1ec0007
EZ
17892002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
1790
f8565280
EZ
1791 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
1792 around function body.
1793
f1ec0007
EZ
1794 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
1795 sense of the comparison, to match the doc strings of functions
1796 that use this macro.
1797
9b2d1d40
PA
17982002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
1799
1800 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
1801
1802 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
1803 * menu-bar.el (menu-bar-mode): Ditto.
1804
653479ad
AS
18052002-02-18 Andreas Schwab <schwab@suse.de>
1806
1807 * replace.el (query-replace-regexp-eval): Doc fix.
1808
96cc56b5
CW
18092002-02-18 Colin Walters <walters@verbum.org>
1810
1811 * calc/calcalg2.el (math-solve-get-int): Convert return value from
1812 `math-get-from-counter' to a string before calling `concat' on it.
1813
1814 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
1815 (calc-public-autoloads): Obsolete; remove.
1816 (calc-private-autoloads): Ditto.
1817 (calc-add-autoloads): Ditto.
1818
1819 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
1820 for body.
1821
f7b9d4d1
JR
18222002-02-17 Jason Rumney <jasonr@gnu.org>
1823
1824 * w32-win.el (x-option-alist, x-long-option-alist)
1825 (x-switch-definitions): Remove, use command-line-x-option-alist
1826 instead to be consistent with X.
1827 (x-handle-initial-switch): New function.
1828
9ef4c8ea
EZ
18292002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
1830
1831 * faces.el (mode-line-inactive, header-line): Add the :inherit
1832 attribute for the tty case.
1833
78d4f409
RS
18342002-02-17 stanislav shalunov <shalunov@internet2.edu>
1835
1836 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
1837 invoked from Rmail with full headers displayed.
1838
be0d25b6
KG
18392002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1840
1841 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
1842 when repeated.
1843 * textmodes/paragraphs.el (mark-paragraph): Ditto.
1844
a9c6d330
PA
18452002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
1846
1847 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
1848 (menu-bar-tools-menu): Removed speedbar.
1849
1850 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
1851 and `flyspell-mode' entries.
1852
1853 * textmodes/flyspell.el (flyspell): Add to ispell group.
1854
d39d90c2
KG
18552002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1856
1857 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
1858 repeated.
1859 (mark-defun): Mark more if repeated.
1860
9b25ea40
CW
18612002-02-17 Colin Walters <walters@verbum.org>
1862
3a84ed60 1863 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
9b25ea40 1864
d22c2211
CW
1865 * ibuffer.el (ibuffer-truncate-lines): New option.
1866 (ibuffer-mode): Use it.
1867
140fb7ff
KS
18682002-02-17 Kim F. Storm <storm@cua.dk>
1869
1870 * cus-start.el: Add mouse-highlight.
1871
386c4076
EZ
18722002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1873
760627fa
EZ
1874 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
1875
386c4076
EZ
1876 * cus-start.el: Add automatic-hscroll-margin and
1877 automatic-hscroll-step.
1878
5d2200aa
PJ
18792002-02-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1880
3996d07a
PJ
1881 * cus-start.el (x-autoselect-window): Allow customization.
1882
5d2200aa
PJ
1883 * eshell/em-alias.el (eshell-alias-initialize): Do not use
1884 make-local-hook.
1885
1886 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
1887
1888 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
1889
1890 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
1891
1892 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
1893
1894 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
1895
1896 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
1897
1898 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
1899
1900 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
1901
1902 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
1903
1904 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
1905
1906 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
1907
1908 * eshell/esh-io.el (eshell-io-initialize): Likewise.
1909
1910 * eshell/esh-mode.el (eshell-mode): Likewise.
1911
1912 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
1913
1914 * eshell/esh-var.el (eshell-var-initialize): Likewise.
1915
73a276be
PJ
1916 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
1917
1918 * progmodes/idlwave.el (idlwave-mode): Likewise.
1919
1920 * textmodes/reftex-sel.el (reftex-select-label-mode)
1921 (reftex-select-bib-mode): Likewise.
1922
fc909dbb
JW
19232002-02-16 John Wiegley <johnw@gnu.org>
1924
1925 * eshell/em-hist.el (eshell-hist-initialize): When in the
1926 minibuffer, use the global value of `eshell-history-ring', and
1927 never save it to disk, or ask to save it to disk. This allows
1928 users of session.el to control whether its global state should be
1929 persisted or not.
1930 (eshell-add-command-to-history): Don't write Eshell's history out
1931 to disk, let the governing mode control that upon exit.
1932
acc24704 19332002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
fc909dbb
JW
1934
1935 * eshell/eshell.el (eshell-command): Before reading from the
1936 minibuffer, add eshell-add-command-to-history to
1937 minibuffer-exit-hook, and remove it after read-from-minibuffer
1938 returns.
1939
1940 * eshell/em-hist.el (eshell-add-input-to-history): New function,
1941 with most of the code from eshell-add-to-history.
1942 (eshell-add-command-to-history): New function, to record in
1943 eshell-history the commands run via eshell-command.
1944 (eshell-add-to-history): Call eshell-add-command-to-history to do
1945 most of the work.
1946
acc24704 19472002-02-16 John Wiegley <johnw@gnu.org>
c0c16d45
JW
1948
1949 * eshell/esh-ext.el (eshell-external-command): Added a fix for
1950 XEmacs' new dired.el, which adds a global entry in the
1951 `file-name-handler-alist'.
1952
acc24704 19532002-02-16 John Wiegley <johnw@gnu.org>
c0c16d45
JW
1954
1955 * align.el (align-region): Added a missing name argument.
1956
acc24704 19572002-02-16 John Wiegley <johnw@gnu.org>
c0c16d45
JW
1958
1959 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
1960 after the #! of a shell interpretor specification.
1961
95bc7904
RS
19622002-02-15 Richard M. Stallman <rms@gnu.org>
1963
1964 * help.el (describe-key-briefly): Make output in INSERT case
1965 look just like what is displayed in the normal case.
1966
1b741d9e
AS
19672002-02-15 Andreas Schwab <schwab@suse.de>
1968
1969 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
1970 non-letter after specials.
1971
9a45aa3d
EZ
19722002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
1973
1974 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
1975
cad113ae
KG
19762002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1977
1978 * simple.el (mark-word): Mark more if repeated.
1979 * textmodes/paragraphs.el (mark-paragraph): Ditto.
1980 (mark-end-of-sentence): Ditto.
1981
bbc562cc
PA
19822002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
1983
66c8296f 1984 * wid-edit.el (widgetp): Made it more robust.
bbc562cc 1985
0e520006
PA
19862002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
1987
1988 * facemenu.el (describe-text-done): New function.
1989 (describe-text-mode-map): New variable.
1990 (describe-text-mode-hook): New option.
1991 (describe-text-mode): New function.
1992 (describe-text-widget): New function.
1993 (describe-text-sexp): New function.
1994 (describe-text-properties): New function.
1995 (describe-text-category): New command.
1996 (describe-text-at): New command.
1997 (facemenu-menu): Replace `list-text-properties-at' with
a2372cfd
SS
1998 `describe-text-at' in the menu.
1999
0e520006
PA
2000 * wid-edit.el (widgetp): New function.
2001 * wid-edit.el (widget-keymap, widget-insert, widget-setup):
a2372cfd 2002 Autoloaded.
0e520006
PA
2003
2004 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
2005
2006 * wid-browse.el: Removed version and x-url keywords.
2007
a48b709b
KS
20082002-02-13 Kim F. Storm <storm@cua.dk>
2009
2010 * cus-start.el (mode-line-in-non-selected-windows):
2011 Allow customization.
2012
db54c53a
RS
20132002-02-13 Richard M. Stallman <rms@gnu.org>
2014
8df9f2a3
RS
2015 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
2016 Tell bibtex-parse-keys to output no progress messages.
2017
2018 * international/mule-diag.el (list-input-methods):
2019 Use help-input-method, not describe-input-method, for button type.
2020
2021 * register.el (describe-register-1): Access register contents here.
2022
565f89ec
SM
2023 * textmodes/text-mode.el (text-mode-hook-identify):
2024 Restore previous definition. Add to text-mode-hook again.
ebda95a2 2025
db54c53a
RS
2026 * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
2027 (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
2028 to avoid needing sendmail.el at run time.
2029
2030 * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
2031 Initialization moved up too.
2032 (mode-line-modes): Use :propertize.
2033 (mode-line-mode-menu-keymap): Var deleted.
2034 (mode-line-copied-mode-name): Var deleted.
2035 (mode-line-mode-name): Function deleted.
2036 (mode-line-mode-menu): Each item now shows its mode line lighter.
2037 (minor-mode-alist): Don't call propertize here.
2038
099175be
EZ
20392002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2040
565f89ec
SM
2041 * progmodes/pascal.el (pascal-imenu-generic-expression):
2042 Add menu-title and fix parentheses.
099175be 2043
0ac1c4cf
PA
20442002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
2045
2046 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
565f89ec 2047 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
0ac1c4cf 2048
f4990970
PA
20492002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
2050
2051 * menu-bar.el (menu-bar-options-save): Only save
2052 `current-language-environment' and `default-input-method' when
2053 marked as customized.
2054
2055 * international/mule-cmds.el
565f89ec
SM
2056 (setup-specified-language-environment):
2057 Mark `current-language-environment' as customized.
2058 (set-input-method): Mark `default-input-method' as customized when
2059 called interactively.
f4990970
PA
2060 (toggle-input-method): Ditto.
2061
80a06d64
CW
20622002-02-11 Colin Walters <walters@verbum.org>
2063
2064 * ibuffer.el (ibuffer-switch-format): Supply required argument for
2065 `ibuffer-current-formats'.
2066
acc24704 20672002-02-11 Miles Bader <miles@gnu.org>
53a2f6e1
MB
2068
2069 * faces.el (mode-line-inactive): Add dark-background variant.
2070
4f9b9060
PA
20712002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
2072
2073 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
2074 * menu-bar.el (menu-bar-mode): Ditto.
2075 * cus-edit.el (customize-mark-to-save): Always save variables
2076 without a standard value.
2077
2078 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
2079 (menu-bar-options-save): Ditto.
2080 (menu-bar-showhide-menu): Ditto.
2081 (menu-bar-options-menu): Ditto.
9feba281 2082 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
565f89ec 2083 (menu-bar-scroll-bar-none): Remove.
4f9b9060
PA
2084 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
2085 expressions instead.
2086
2087 * cus-edit.el (customize-set-value): Return value.
2088 (customize-set-variable): Ditto.
2089 (customize-save-variable): Ditto.
a2372cfd 2090 (customize-set-variable): Load dependencies before setting value.
565f89ec 2091 (custom-load-symbol): Autoload it.
4f9b9060
PA
2092 (customize-mark-as-set): New function.
2093
573a237a
EZ
20942002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
2095
2096 * cus-start.el: Don't warn about "x-*" symbols when building a
2097 non-GUI version.
2098
acc24704 20992002-02-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7cc8aac3 2100
a81b56d5
PJ
2101 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
2102 Doc fix.
2103 (strokes-help): Do not use doubled with-output-to-temp-buffer.
2104 Fix the help string.
2105 (strokes-prompt-user-save-strokes): Fix typo.
565f89ec
SM
2106 (strokes-list-strokes): Use proper exit-action argument for
2107 view-buffer. Update copyright notice.
a81b56d5 2108
7cc8aac3
PJ
2109 * international/mule-diag.el: Various doc and message fixes.
2110 (non-iso-charset-alist): Add mac-roman. Don't add entries for
2111 codepages already present.
2112 (list-block-of-chars): Display space for null entries in
2113 translation table. Display tab specially.
2114 (list-non-iso-charset-chars): Check for null charsets. Use pop
2115 for clarity. Don't break 8-bit sets into sections between ranges.
2116 (list-charset-chars): Avoid indent-tabs-mode.
2117 (describe-char-after): Maybe use the text property for syntax
2118 table information. Maybe report char-code-property-table info.
2119 Maybe report character's unicode. Tweak printing of list info.
2120 (list-input-methods): Add xref buttons.
2121 (dump-charsets, dump-codings): Deleted (obsolete).
2122 From Dave Love <fx@gnu.org>.
2123
acc24704 21242002-02-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
d38c4312 2125
565f89ec 2126 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
d38c4312 2127
b17591a9 21282002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
a2372cfd 2129
565f89ec 2130 * viper-util.el (viper-read-key-sequence): Fix so it'll read
b17591a9 2131 fast key sequences in emacs native mode
565f89ec 2132 (viper-events-to-keys): Delete.
a2372cfd 2133
565f89ec 2134 * viper.el (describe-key, describe-key-briefly): Get rid of
b17591a9
KS
2135 viper-events-to-keys.
2136
2137 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
a2372cfd 2138
565f89ec
SM
2139 * ediff-wind.el (ediff-setup-control-frame):
2140 Use ediff-has-gutter-support.
a2372cfd 2141
b17591a9
KS
2142 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
2143 check if buff is alive.
a2372cfd 2144
565f89ec 2145 * ediff.el: Typo in comment.
a2372cfd 2146
acc24704 21472002-02-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
06f5e6b4
PJ
2148
2149 * menu-bar.el (menu-bar-options-save): Take care of
2150 line-number-mode and column-number-mode variables.
2151 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
2152 "Show Column Number" in "Show/Hide" menu.
2153
f526e65a
RS
21542002-02-09 Richard M. Stallman <rms@gnu.org>
2155
2156 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
2157
cdefda26
KS
21582002-02-09 Kim F. Storm <storm@cua.dk>
2159
2160 * faces.el (mode-line-inactive): New face for mode-line for
2161 non-selected windows.
2162 (mode-line): Doc fix: Only used for selected window.
2163
b5d40ceb
EZ
21642002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
2165
2166 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
2167 name to "Insert Diary Entry".
2168
6a229a63
SM
21692002-02-08 Stefan Monnier <monnier@cs.yale.edu>
2170
2171 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
2172 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
2173
b735b2ab
RS
21742002-02-08 Richard M. Stallman <rms@gnu.org>
2175
2176 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
2177
cd01f5b9
AS
21782002-02-08 Andreas Schwab <schwab@suse.de>
2179
2180 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
2181 of point-min.
2182
45610c98
EZ
21832002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
2184
6a229a63 2185 * net/ange-ftp.el (ange-ftp-process-handle-line)
4f759c80
EZ
2186 (ange-ftp-set-xfer-size): If the file's size is a float, divide
2187 by 1024 instead of using ash.
2188
6a229a63
SM
2189 * international/mule-cmds.el (select-safe-coding-system):
2190 State the buffer's name in the message popped in the *Warning* buffer,
45610c98
EZ
2191 and make sure the offending buffer is displayed.
2192
001f5583
RS
21932002-02-07 Markus Rost <rost@math.ohio-state.edu>
2194
2195 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
2196
a1970a1d
RS
21972002-02-07 Richard M. Stallman <rms@gnu.org>
2198
2199 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
2200
2201 * register.el (list-registers): New command.
2202 (describe-register-1): New subroutine, taken out of view-register.
2203
6a229a63 2204 * emacs-lisp/copyright.el (copyright-regexp):
a1970a1d
RS
2205 Delete the unibyte copyright symbol; it's redundant.
2206 Fix a spazz in the multibyte encoding here.
2207
22082002-02-07 Dave Love <fx@gnu.org>
2209
6a229a63 2210 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
a1970a1d
RS
2211 (cyrillic-encode-alternativnyj-char): Get translation tables from
2212 symbol properties, not as variables.
2213 (standard-display-cyrillic-translit): Include unicodes.
2214
93607efd
KS
22152002-02-06 Kim F. Storm <storm@cua.dk>
2216
2217 * help.el (where-is): Report remapped commands.
2218
2219 * help-fns.el (describe-function-1): Ditto.
2220
2221 * subr.el (global-set-key, local-set-key): Accept a symbol for the
2222 KEY argument (like define-key).
2223
acc24704 22242002-02-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2642a29e
PJ
2225
2226 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
2227
108eaabb
RS
22282002-02-06 Richard M. Stallman <rms@gnu.org>
2229
2230 * mail/mailabbrev.el: Require sendmail only at compile time.
2231 (mail-mode-header-syntax-table): Var deleted.
2232 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
2233 (sendmail-pre-abbrev-expand-hook): Only temporarily change
2234 local-abbrev-table and the syntax table.
2235 Compute mail-abbrev-syntax-table if that has not been done.
2236
2237 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
2238
2239 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
2240 (debugger-frame-number): Figure out the offset directly.
2241 (debugger-setup-buffer): Don't use debugger-frame-offset.
2242 (debugger-frame, debugger-frame-clear): Likewise.
2243 (debugger-jump): Don't alter debugger-frame-offset.
2244
2245 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2246 Replace foo-p as var name with foo-flag, not foo-p-flag.
2247
2248 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
2249 (highlight-changes-passive-string): Default to -Chg.
2250 (highlight-changes-global-modes): Doc fix.
2251
2252 * dired.el (dired-get-filename): Add /: when appropriate
2253 to avoid taking a local name as remote.
2254
2255 * files.el (file-name-non-special): Add special handling for
2256 file-name-sans-versions, file-name-completion, and
2257 file-name-all-completions.
2258
2259 * isearch.el (isearch-update): Don't update display in kbd macro.
2260 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
2261
2262 * subr.el (force-mode-line-update): Doc fix.
2263
6a229a63 2264 * subr.el (atomic-change-group, prepare-change-group)
108eaabb
RS
2265 (activate-change-group, accept-change-group, cancel-change-group):
2266 New functions.
2267
2268 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
2269 (transpose-subr-1): Use atomic-change-group.
2270
2271 * subr.el (add-minor-mode): Include the mode's lighter string
2272 in the minor mode menu item name.
2273
2274 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
2275 rmail-count-screen-lines starting from (point-min).
2276
2277 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
2278 beyond the image height, to use the fancy splash screen.
2279
2280 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
2281 (text-mode): Set text-mode-variant here.
2282
e029dcaf
EZ
22832002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2284
2285 * play/pong.el (pong-height): Don't use height that exceeds the
2286 frame height.
6a229a63 2287 (pong-border-options): Make the border colors slightly more bright.
e029dcaf
EZ
2288
2289 * play/gamegrid.el (gamegrid-display-type): Treat any
2290 color-capable display as color-x, if display-color-p is fboundp.
2291 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
2292 (gamegrid-make-color-tty-face): Use the value of color, not the
2293 symbol itself. Don't call gamegrid-color.
2294
7ff24607
EZ
22952002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2296
2297 * gud.el (gud-refresh): Call recenter only after we are sure we
2298 are in the right window.
2299
8ff1bc94
PA
23002002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
2301
2302 * cus-edit.el (customize-mark-to-save): New function.
2303 * menu-bar.el (menu-bar-options-save): Rewrote.
2304
acc24704 23052002-02-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cfdc786d
PJ
2306
2307 * cus-start.el (x-use-underline-position-properties):
2308 Allow customization.
2309
c2792945
EZ
23102002-02-04 Simon Josefsson <jas@extundo.com>
2311
6a229a63 2312 * dired.el (dired-load-hook, dired-mode-hook)
c2792945
EZ
2313 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
2314
523304ed
CW
23152002-02-03 Colin Walters <walters@verbum.org>
2316
6a229a63
SM
2317 * ibuf-ext.el (ibuffer-filter-format-alist)
2318 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
2319 New variables.
523304ed
CW
2320 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
2321 is now the Emacs CVS tree.
2322 (ibuffer-formats): Doc fix.
6a229a63 2323 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
523304ed 2324 (ibuffer-current-format): Use them.
6a229a63
SM
2325 (ibuffer-recompile-formats, ibuffer-check-formats)
2326 (ibuffer-switch-format, ibuffer-update-title):
2327 Add support for ibuffer-filter-format-alist.
523304ed 2328 (define-ibuffer-column process): Remove unncessary consing.
6a229a63 2329
523304ed
CW
2330 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
2331 for a summary column.
2332
471af22c
AS
23332002-02-03 Andreas Schwab <schwab@suse.de>
2334
2335 * window.el (save-selected-window): Move macro before first use.
e1ff49ba 2336 (balance-windows): Fix misplaced parenthesis.
471af22c 2337
acc24704 23382002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2188f2d4
PJ
2339
2340 * calculator.el (calculator-displayers): Doc fixes.
2341
acc24704 23422002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
0c0d3c65 2343
6a229a63
SM
2344 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
2345 (menu-bar-options-save): Save also the value of `display-time-mode'.
0c0d3c65
PJ
2346 (showhide-date-time): New function.
2347 (menu-bar-showhide-menu): New menu-item "Date and time".
2348
51eacfef 23492002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
46ea0665 2350
be813944
EZ
2351 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
2352 get-file-buffer to check for rmail buffer existence.
2353
46ea0665
EZ
2354 * term.el (term-emulate-terminal): Extract proper command string
2355 which is supplied to term-command-hook.
2356
bd3567fa
RS
23572002-02-03 Richard M. Stallman <rms@gnu.org>
2358
2359 * international/quail.el (quail-help): Don't call help-setup-xref.
2360
2361 * international/mule-cmds.el (describe-input-method):
2362 Call help-setup-xref here.
2363 (describe-current-input-method): Doc fix.
2364
2365 * novice.el (disabled-command-hook): Clarify output text.
2366 Indent the paragraph from the command's doc string.
2367
2368 * dabbrev.el (dabbrev--goto-start-of-abbrev):
2369 Exit loop on beginning of field rather than bobp.
2370
f04f5c76
EZ
23712002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2372
2373 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
2374 the message text into the *mail* buffer, and restore the pruned
2375 state after that.
2376
2377 * mail/rmail.el (rmail-redecode-body): Prune the headers before
2378 looking for X-Coding-System header, and restore the pruned state
2379 before returning.
2380
acc24704 23812002-02-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
420cfdf2
PJ
2382
2383 * cus-edit.el (customize-save-variable): Fix typo in prompt.
2384
2385 These changes integrate new version of flyspell.el from its
2386 maintainer, Manuel Serrano:
2387
6a229a63 2388 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
420cfdf2
PJ
2389 (flyspell-mode-on, flyspell-notify-misspell)
2390 (flyspell-small-region, flyspell-external-point-words)
2391 (flyspell-large-region): Use it
2392 (flyspell-before-incorrect-word-string)
2393 (flyspell-after-incorrect-word-string): New user options.
2394 (make-flyspell-overlay): Use them.
2395 (flyspell-version): New function.
2396 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
2397 definitions to use :weight.
2398 (flyspell-insert-function): New user option.
2399 (flyspell-auto-correct-word, flyspell-correct-word)
2400 (flyspell-xemacs-correct): Use it.
2401 (flyspell-define-abbrev): New function.
2402 (flyspell-auto-correct-word, flyspell-correct-word)
2403 (flyspell-xemacs-correct): Use it.
2404 (make-flyspell-overlay): Use `evaporate' property.
2405 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
2406 (flyspell-emacs-popup): Use `session' instead of `accept'.
2407 (flyspell-auto-correct-previous-pos): New variable.
2408 (flyspell-auto-correct-previous-hook)
2409 (flyspell-auto-correct-previous-word): New functions.
2410
2308fe27
EZ
24112002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2412
2413 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
2414 don't alter the user's ~/.emacs.
2415 (disable-command): If user-init-file is nil or does not exist,
6a229a63
SM
2416 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2417 But don't alter the init file if Emacs was invoked as "emacs -q"
2308fe27 2418
62cec9fe
SM
24192002-02-01 Stefan Monnier <monnier@cs.yale.edu>
2420
40035487
SM
2421 * mail/sendmail.el (mail-mode): Undo half of last change.
2422
e30ce098
SM
2423 * indent.el (indent-for-tab-command): Remove spurious code.
2424
62cec9fe
SM
2425 * hi-lock.el (hi-lock-find-patterns): Save restriction.
2426
cbd5582a
EZ
24272002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
2428
2429 * calendar/time-date.el: Moved from lisp/gnus.
2430
2431 * calendar/parse-time.el: Ditto.
2432
5e101746
RS
24332002-01-31 Richard M. Stallman <rms@gnu.org>
2434
2435 * international/iso-acc.el (iso-languages): Fix ", " in French.
2436
2437 * cus-start.el (history-length): Specify customization for it.
2438
2439 * emacs-lisp/debug.el (debugger-setup-buffer):
2440 When an eval-buffer frame was reading from a buffer,
2441 insert indication of the buffer position.
2442 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
2443 (debugger-frame-clear, debugger-frame): Error on non-frame line.
2444
2445 * simple.el (shell-command-on-region): Err if no mark
2446 before reading the command string.
2447
2448 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
2449 Definitions moved down after hl-line-mode var's definition.
2450
2451 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
2452 (hilit-chg-set-face-on-change): Rename arg.
2453 (hilit-chg-make-ov): Detect error earlier.
2454
2455 * ediff-hook.el: Delete autoload cookies.
2456
2457 * comint.el (comint-scroll-show-maximum-output): Default is t.
2458
2459 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
2460 (batch-byte-compile-if-not-done): New function.
2461
2462 * Makefile.in (compile): New target.
2463 (compile-always): Renamed from compile-files.
2464 (compile-after-backup): Renamed from compile.
2465 (bootstrap): Depend on compile-always, not compile-files.
62cec9fe 2466
5e101746
RS
2467 * emulation/pc-select.el (pc-select-save-and-set-mode):
2468 Properly use MODE-VAR.
2469
acc24704 24702002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
008cea2c
PJ
2471
2472 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
2473 Version" to "About Emacs".
c2ca4bab
PJ
2474 (menu-bar-options-save): Add `default-frame-alist'
2475 to saved variables.
2476 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
2477 of the variable `scroll-bar-mode'.
008cea2c
PJ
2478
2479 * startup.el (normal-splash-screen, display-splash-screen):
2480 New functions (separated from command-line-1).
2481 (command-line-1): Use them.
2482
f2172a68
EZ
24832002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2484
2485 * calendar/calendar.el (generate-calendar-month): Doc fix.
2486
acc24704 24872002-01-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1acb1b0c 2488
7a4b11ca
PJ
2489 * time.el (display-time-mail-directory): New option.
2490 (display-time-mail-function): Update doc-string.
2491 (display-time-mail-icon): Use XPM image when available.
2492 (display-time-string-forms): Use more descriptive text as
2493 help-echo property.
2494 (display-time-mail-check-directory): New function.
2495 (display-time-update): Use it.
2496
7df78bc8
SM
2497 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
2498 Quote `window-system'.
a27aa320 2499
1acb1b0c
PJ
2500 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
2501 Add Keywords header. Update Commentary section.
2502 Update copyright notice.
2503
2504 * menu-bar.el (menu-bar-scroll-bar-right)
2505 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
2506 (showhide-menu-bar): New functions.
2507 (menu-bar-showhide-menu): New submenu "Show/Hide".
2508 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
2509 "Show/Hide".
2510 Update copyright notice.
2511
d8359893
EZ
25122002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2513
2514 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
2515
f5798fbd
RS
25162002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
2517
2518 * pc-select.el (pc-selection-mode-hook)
2519 (pc-select-saved-settings-alist, pc-select-map)
2520 (pc-select-saved-global-map, pc-select-key-bindings-alist)
2521 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
2522 (pc-select-meta-moves-sexps-key-bindings)
2523 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
2524 New variables.
2525 (pc-select-define-keys, pc-select-restore-keys): New functions.
2526 (pc-select-add-to-alist, pc-select-save-and-set-var)
2527 (pc-select-save-and-set-mode, pc-select-restore-var)
2528 (pc-select-restore-mode): New macros.
2529 (pc-selection-mode): Completely rewrote the body of the function;
2530 the main goal was to make pc-selection-mode "turn-off"-able, like
2531 other minor modes. Use define-minore-mode instead of just a
2532 defun. Store the key bindings into four alists:
2533 pc-select-default-key-bindings, pc-select-extra-key-bindings,
2534 pc-select-meta-moves-sexps-key-bindings, and
2535 pc-select-tty-key-bindings; then have the pc-select-define-keys
2536 function walk those alists instead of calling define-key
2537 repeatedly. When the mode is turned on, set the
2538 keybindings in global-map and remember the old keybindings; when
2539 the mode is turned off, restore the previously-saved keybindings.
2540 (pc-selection-mode defcustom): Reflect the fact that the mode is
2541 now "turn-off"-able.
2542
4c334f5b
EZ
25432002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2544
2545 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
2546 returns t, don't treat that as an error.
2547
990d68dd
JR
25482002-01-25 Jason Rumney <jasonr@gnu.org>
2549
7df78bc8
SM
2550 * faces.el (face-font-registry-alternatives) [windows-nt]:
2551 Add ms-oemlatin as an alternative for iso8859-1.
2552
25532002-01-25 Stefan Monnier <monnier@cs.yale.edu>
2554
2555 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
2556 args and the absence of an entry. Don't add -f each time.
990d68dd 2557
0011f346
EZ
25582002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2559
d22f8da4
EZ
2560 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
2561
0011f346
EZ
2562 Support for more than 8 colors on character terminals:
2563
2564 * term/rxvt.el: New file.
2565
2566 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
2567
2568 * term/xterm.el (xterm-standard-colors): New variable.
2569 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
2570 (xterm-rxvt-set-background-mode): New functions.
2571 (toplevel): Call xterm-register-default-colors,
2572 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
2573 Add support for more keys from xterm's terminfo entry.
2574
2575 * facemenu.el (list-colors-display): If the argument is nil, don't
2576 show more colors that the number returned by display-color-cells.
2577
2578 * term/pc-win.el (msdos-color-values): Reverse the order of the
7df78bc8 2579 colors, since tty-color-define now preserves the registration order.
0011f346
EZ
2580
2581 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
2582
2583 * term/tty-colors.el (tty-standard-colors): Reverse the order.
2584 (tty-register-default-colors): New function; code moved from
2585 startup.el's command-line.
2586 (tty-modify-color-alist): Use nconc instead of cons, to preserve
2587 the order the colors where registered.
2588
2589 * frame.el (display-color-cells): Use tty-display-color-cells.
2590
2591 * startup.el (command-line): Call tty-register-default-colors.
2592
75f70c1c
RS
25932002-01-25 Richard M. Stallman <rms@gnu.org>
2594
2595 * subr.el (remove): Doc fix.
2596
59488c6b
RS
25972002-01-24 Richard M. Stallman <rms@gnu.org>
2598
9ade4a7d
RS
2599 * progmodes/compile.el (compilation-handle-exit):
2600 Add a compilation-handle-exit property to the "finished" message.
2601 (compilation-parse-errors): Stop parsing when that property is seen.
2602
2603 * subr.el (substring-no-properties): New function.
2604 (copy-without-properties): Function deleted.
7df78bc8 2605
bfabe882
RS
2606 * term/x-win.el (x-handle-geometry): Put sizes on both
2607 initial-frame-alist and default-frame-alist.
2608
82d3d694
RS
2609 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
2610 for saving .emacs.
2611
2612 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
2613
59488c6b
RS
2614 * calendar/calendar.el (generate-calendar-month): Doc fix.
2615
67ec1c1a
RS
26162002-01-23 Richard M. Stallman <rms@gnu.org>
2617
1acb1b0c 2618 * play/tetris.el (tetris): New defgroup.
b42b4924
SM
2619 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
2620 (tetris-default-tick-period): Convert to defcustom.
67ec1c1a 2621 Added * in docstring to indicate user variable.
b42b4924
SM
2622 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
2623 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
2624 (tetris-buffer-height, tetris-width, tetris-height)
2625 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
2626
26272002-01-22 Stefan Monnier <monnier@cs.yale.edu>
2628
2629 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
2630 and is already matched by adaptive-fill-regexp.
67ec1c1a 2631
9f2e5ef3
RS
26322002-01-22 Richard M. Stallman <rms@gnu.org>
2633
973a0461
RS
2634 * bindings.el (mode-line-copied-mode-name): New variable.
2635 (mode-line-mode-name): Don't modify mode-name itself!
2636 Instead, make a copy and reuse it.
2637
2638 * subr.el (copy-without-properties): New function.
2639
d89b617d
RS
2640 * progmodes/sh-script.el (sh-set-shell): Doc fix.
2641
c69fe360
RS
2642 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
2643 slash if DIR is just slash.
2644
9f2e5ef3
RS
2645 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
2646
5b2977e4
RS
26472002-01-21 Richard M. Stallman <rms@gnu.org>
2648
2db0da92
RS
2649 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
2650
2651 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
2652 Move defvar up.
2653
41b495af
RS
2654 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
2655
5b2977e4
RS
2656 * ibuffer.el: Don't require ibuf-ext at load time.
2657 (ibuffer): Require ibuf-ext here.
2658
17f8ff6a
FP
26592002-01-21 Francesco Potorti` <pot@gnu.org>
2660
2661 * generic-x.el (apache-conf-generic-mode): Highlight the first
2662 word in a line even if preceded by blanks.
2663
8cc0e0cf
RS
26642002-01-21 Richard M. Stallman <rms@gnu.org>
2665
2666 * window.el (window-body-height): Handle minibuffer window specially.
2667 Otherwise, don't return less than 1.
2668
ca64d378
RS
26692002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
2670
2671 * ange-ftp.el: Added support for BS2000, and for raw ftp
2672 login commands (needed in some circumstances).
2673 (ange-ftp-raw-login): New custom var.
2674 (ange-ftp-normal-login): Perform login with raw ftp commands, if
2675 ange-ftp-raw-login is set and account password is needed.
2676 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
2677 (ange-ftp-bs2000-filename-pubset-regexp)
2678 (ange-ftp-bs2000-filename-username-regexp)
2679 (ange-ftp-bs2000-filename-prefix-regexp)
2680 (ange-ftp-bs2000-name-template): New consts.
2681 (ange-ftp-bs2000-short-filename-regexp)
2682 (ange-ftp-bs2000-fix-name-regexp-reverse)
2683 (ange-ftp-bs2000-fix-name-regexp): New consts.
2684 (ange-ftp-bs2000-special-prefix): New custom var.
2685 (ange-ftp-fix-name-for-bs2000)
2686 (ange-ftp-fix-dir-name-for-bs2000): New funs.
2687 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
2688 (ange-ftp-bs2000-posix-hook-installed): New vars.
2689 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
2690 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
2691 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
2692 (ange-ftp-bs2000-filename-regexp): New const.
2693 (ange-ftp-bs2000-additional-pubsets): New custom var.
2694 (ange-ftp-bs2000-cd-to-posix): New fun.
2695
362b0a59
CW
26962002-01-20 Colin Walters <walters@verbum.org>
2697
2698 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
2699 with `byte-compile-dynamic'.
2700 (ibuffer-default-directory, toplevel): Doc files.
2701
acc24704 27022002-01-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
b1ad7c13 2703
3c17e062
PJ
2704 * tempo.el (tempo-define-template): Doc fix.
2705
b1ad7c13
PJ
2706 * scroll-bar.el (scroll-bar-mode): Make argument optional.
2707
aa06cb9c
JR
27082002-01-20 Jason Rumney <jasonr@gnu.org>
2709
2710 * w32-vars.el: New file.
2711
2712 * loadup.el [windows-nt]: Load it.
2713
2714 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
2715 and make them defcustoms.
2716
2717 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
2718
acc24704 27192002-01-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
37082f8d 2720
80dadb9e
PJ
2721 * language/tibet-util.el (tibetan-decompose-region)
2722 (tibetan-decompose-string): Fix typo in docstring.
2723
37082f8d
PJ
2724 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
2725
d33c4505
RS
27262002-01-18 Richard M. Stallman <rms@gnu.org>
2727
98bd0dd3
RS
2728 * comint.el (comint-redirect-send-command-to-process):
2729 Restore previous current buffer.
2730
d33c4505
RS
2731 * window.el (window-body-height): New function.
2732
a1e3dda0
RS
27332002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
2734
2735 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
2736 "Finish Function" menu map entries for jdb mode.
2737 (gud-jdb-use-classpath): New customization variable.
2738 (gud-jdb-command-name): Add customization.
2739 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
2740 (gud-jdb-classpath-string): New variable.
2741 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
2742 (gud-jdb-build-source-files-list): Likewise.
2743 (gud-jdb-massage-args): Record any command argument classpath
2744 string in `gud-jdb-classpath-string'.
2745 (gud-jdb-lowest-stack-level): New function, finds bottom of current
2746 java call stack in jdb output.
2747 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
2748 (gud-jdb-parse-classpath-string): New functions.
2749 (gud-jdb-marker-filter): Search/detect classpath information in
2750 jdb's output. marker regexp updated to match oldjdb and jdb output
2751 formats. Expand search for source files to include new/old methods
2752 using new functions above. Do not allow `gud-marker-acc' to grow
2753 without bound.
2754 (jdb): Set classpath information (if available) as jdb is started.
2755 Change `gud-break' and `gud-remove'
2756 to use new %c ("class") escape in format strings. Add
2757 `gud-finish', `gud-up', `gud-down' command string functions, and
2758 add them to the local menu map. Update `comint-prompt-regexp' for
2759 jdb and oldjdb. If attaching to an already running java VM and
2760 configured to use classpath, send command to query for classpath,
2761 else use previous method for finding and parsing java
2762 sources. Set `gud-jdb-find-source' function accordingly.
2763 (gud-mode): Doc fix.
2764 (gud-format-command): Add support for new %c ("class") escape.
2765 (gud-find-class): New function in support of %c escape.
2766
33c18c83
RS
27672002-01-17 Richard M. Stallman <rms@gnu.org>
2768
2769 * ibuf-ext.el: Enable byte-compile-dynamic.
2770
64f41d64
JR
27712002-01-17 Jason Rumney <jasonr@gnu.org>
2772
2773 * term/w32-win.el: Restore conditional require of fontset.
2774
dfb9f8af
RS
27752002-01-16 Richard M. Stallman <rms@gnu.org>
2776
7adfc0d7
RS
2777 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
2778 more or less.
2779 (mouse-drag-region): New function. For a click in the echo area,
2780 show *Messages*.
2781
dfb9f8af
RS
2782 * ibuf-ext.el: Delete the autoloads for functions defined with
2783 ibuffer-specific commands.
2784
2785 * help.el (describe-distribution): Really call view-file.
2786
2787 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
2788 (ange-ftp-get-process): Pass that arg.
2789
2790 * comint.el (comint-simple-send): Fix previous change.
2791
2792 * net/telnet.el (telnet-simple-send): Fix previous change.
2793
17f8ff6a 2794 * progmodes/sql.el (sql-escape-newlines-and-send)
dfb9f8af
RS
2795 (sql-query-placeholders-and-send): Fix previous change.
2796
bbfdedef
CW
27972002-01-16 Colin Walters <walters@verbum.org>
2798
2799 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
2800 URL, Compatibility headers. Update copyright notice.
2801 * ibuf-macs.el (toplevel): Require `cl' when compiling.
2802
bde61f8b
EZ
28032002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
2804
2805 * startup.el (command-line): Set EOL mnemonics for the Mac.
2806
adb92798
AS
28072002-01-16 Andreas Schwab <schwab@suse.de>
2808
2809 * mail/feedmail.el (feedmail): Fix :link spec.
2810
acc24704 28112002-01-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
774f6cf4 2812
5a9af4e1
PJ
2813 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
2814 2 ldapsearch.
2815
53015965
PJ
2816 * net/eudc.el: New maintainer. Change author's address.
2817 (eudc-pre-select-window-configuration, eudc-insertion-marker):
2818 Variables removed.
2819 (eudc-insert-selected): Function removed.
2820 (eudc-select): Reimplemented.
2821 (eudc-expand-inline): Delete the strings only after its expansion
2822 is chosen not before.
2823
2824 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
2825 Minor coding style fixes.
2826
2827 * net/eudcb-ldap.el: New maintainer. Change author's address.
2828 (eudc-attribute-display-method-alist): Display mail with
2829 eudc-display-mail.
2830
2831 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
2832 * net/eudc-vars.el: New maintainer. Change author's address.
774f6cf4
PJ
2833
2834 * net/eudc-bob.el: New maintainer. Change author's address.
2835 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
2836 (eudc-display-mail): New function.
2837 (eudc-bob-play-sound-at-point): Remove XEmacs case.
2838
863fd6a7
RS
28392002-01-15 Richard M. Stallman <rms@gnu.org>
2840
17f8ff6a 2841 * emacs-lisp/autoload.el (make-autoload):
863fd6a7
RS
2842 Don't handle define-ibuffer-column, define-ibuffer-filter,
2843 define-ibuffer-sorter, and define-ibuffer-op.
2844
afb05cf3
RS
28452002-01-14 Richard M. Stallman <rms@gnu.org>
2846
2847 * calendar/calendar.el (diary-date-forms): Doc fix.
2848
3947677c
EZ
28492002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2850
2851 * startup.el (command-line): Register the default tty colors even
2852 if the terminal doesn't seem to support colors.
2853 <tty-long-option-alist>: New option --color.
2854 (tty-handle-args): Parse the --color arg.
2855
2856 * term/tty-colors.el (tty-color-mode-alist): New variable.
2857
ae0bec0b
SM
28582002-01-14 Stefan Monnier <monnier@cs.yale.edu>
2859
2860 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
2861 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
2862 Use it.
2863 (ange-ftp-hook-function): Preserve match-data.
2864 (ange-ftp-insert-directory): Typo.
2865 (ange-ftp-shell-command): Check if regexp matched.
2866
9c05459c
RS
28672002-01-13 Richard M. Stallman <rms@gnu.org>
2868
ad394bee
RS
2869 * international/mule-cmds.el: help-map bindings moved to help.el.
2870
2871 * help.el (view-echo-area-messages): New function.
2872 (help-map): Add `e' binding. Delete obsolete `d' binding.
2873 Change old Info bindings C-f, C-k and C-i to F, K, S.
2874 Move view-emacs-FAQ from F to C-f.
2875 Move view-emacs-problems from P to C-e.
2876 Bindings moved here from mule-cmds.el.
ae0bec0b 2877 C-l binding for describe-language-environment deleted
ad394bee 2878 (help-for-help): Update for all these changes.
ae0bec0b 2879
9c05459c
RS
2880 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
2881
28822002-01-13 Dave Love <fx@gnu.org>
2883
2884 * emacs-lisp/copyright.el: Doc fixes.
2885 (copyright-regexp): Add Latin-9 copyright sign.
2886 Match comment delimiters in year lists.
2887 (copyright-current-year): Initialize to load-time year.
2888
b544496d
AS
28892002-01-13 Andreas Schwab <schwab@suse.de>
2890
2891 * dired-aux.el (dired-do-shell-command): Doc fix.
2892
8a8e19a3 28932002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
cf225974
EZ
2894
2895 * startup.el (command-line-x-option-alist): New options "-fs",
2896 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
2897
2898 * term/x-win.el (x-handle-initial-switch): New function.
2899
12a87d0f 29002002-01-13 Colin Walters <walters@debian.org>
ae0bec0b 2901
12a87d0f
CW
2902 * emacs-lisp/autoload.el (make-autoload): Handle
2903 define-ibuffer-column, define-ibuffer-filter,
2904 define-ibuffer-sorter, and define-ibuffer-op.
ae0bec0b 2905
12a87d0f 2906 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
c494f663
CW
2907
2908 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
ae0bec0b 2909
732576c8
RS
29102002-01-12 Richard M. Stallman <rms@gnu.org>
2911
0deef26e
RS
2912 * net/browse-url.el (browse-url-grail):
2913 Use browse-url-maybe-new-window.
2914
732576c8
RS
2915 * net/telnet.el (telnet-simple-send): Handle
2916 comint-input-sender-no-newline like comint-simple-send.
2917
2918 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
2919 comint-input-sender-no-newline like comint-simple-send.
2920 (sql-escape-newlines-and-send): Likewise.
2921
2922 * comint.el (comint-input-sender): Doc fix.
2923 (comint-input-sender-no-newline): New variable.
2924 (comint-simple-send): If comint-input-sender-no-newline,
2925 don't output newline, but maybe send eof.
2926 (comint-send-input): New arg NO-NEWLINE.
2927 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
ae0bec0b 2928
acc24704 29292002-01-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
f30fe18b
PJ
2930
2931 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
2932 delaying when executing keyboard macros.
2933
8f3f2fe5
RS
29342002-01-12 Richard M. Stallman <rms@gnu.org>
2935
e9cd25fe
RS
2936 * simple.el (line-move): If we can't move enough lines,
2937 go to beginning or end of line.
2938
6ab3cbb5
RS
2939 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
2940 and proper window.
2941
2942 * help.el (describe-mode): Call help-setup-xref in the help buffer.
2943 Switch buffers only after calling `help-buffer'.
2944
8f3f2fe5
RS
2945 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
2946 only when they are surrounded by whitespace.
2947 Use dired-mark-separator when adding one file name to a command.
2948 (dired-do-shell-command): Verify that * is surrounded by whitespace.
2949 Ask for confirmation if * or ? is not surrounded by whitespace.
2950 (dired-bunch-files): Re-reverse the partial file list when it is used.
2951
29522002-01-12 Richard M. Stallman <rms@gnu.org>
2953
2954 * comint.el (comint-dynamic-list-completions): Repeating the command
2955 after displaying a completion list scrolls the list.
2956
95014d62
EZ
29572002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
2958
ef59dd3b
EZ
2959 * files.el (find-file-noselect): Don't consider a buffer as
2960 visiting a file literally if it is in hexl-mode.
2961
95014d62
EZ
2962 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
2963
b58e3ca1
RS
29642002-01-11 Richard M. Stallman <rms@gnu.org>
2965
d57966d7
RS
2966 * startup.el (initial-scratch-message): Fix custom type, add group.
2967
b58e3ca1
RS
2968 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
2969 around the decode-coding-region call.
2970
2971 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
2972 after displaying a completion list scrolls the list.
2973
f3b812da
EZ
29742002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2975
2976 * version.el (emacs-version): Bump to 21.2.50.
2977
df9d055e
TTN
29782002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
2979
2980 * play/zone.el (zone-timeout): New var.
2981 (zone-hiding-modeline): New macro.
2982 (zone-call): New func.
2983
2984 (zone): Init `modeline-hidden-level' symbol property.
2985 Use `zone-call' instead of `funcall'.
2986
2987 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
2988
2989 (zone-pgm-stress): Use `zone-hiding-modeline'.
2990
2991 (zone-pgm-stress-destress): New zone program.
2992
0e9f0c44
EZ
29932002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
2994
2995 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
2996
aad1cc5a
RS
29972002-01-09 Richard M. Stallman <rms@gnu.org>
2998
2999 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
3000
b93e5ce2 30012002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
df9d055e 3002
ae0bec0b 3003 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
b93e5ce2 3004 flyspell-mouse-map.
df9d055e 3005
e3b2eba1
RS
30062002-01-08 Richard M. Stallman <rms@gnu.org>
3007
f3bd3e5f
RS
3008 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
3009
e3b2eba1
RS
3010 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
3011
3012 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
3013
acc24704 30142002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
fda1bf2c 3015
ae0bec0b
SM
3016 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
3017 Do not use make-local-hook.
fda1bf2c 3018
414ecccc
EZ
30192002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3020
3021 * international/quail.el (quail-start-translation)
3022 (quail-start-conversion): Bind last-command-event, last-command,
3023 and this-command in the first let. This fixes the change from
3024 2000-08-30.
3025
ec781075 30262002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
df9d055e 3027
ae0bec0b 3028 * ediff-hook.el: Add an autoload cookie.
df9d055e 3029
acc24704 30302002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
741b7ef3
PJ
3031
3032 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
3033 address of the author.
3034
a474d59c
RS
30352002-01-08 Richard M. Stallman <rms@gnu.org>
3036
3037 * replace.el (occur-mode-goto-occurrence-other-window): New command.
3038 (occur-mode-map): Bind `o' to that.
3039
50a07e18 30402002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
df9d055e 3041
50a07e18
MK
3042 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
3043 new macro that replaces viper-emacs-p and viper-xemacs-p in many
3044 cases. Used to reduce the number of warnings.
df9d055e 3045
ae0bec0b
SM
3046 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
3047 (viper-standard-value): Move here from viper.el.
3048 (viper-set-unread-command-events): Move to viper-util.el
3049 (viper-check-minibuffer-overlay): Make sure
50a07e18 3050 viper-minibuffer-overlay is moved to cover the entire input field.
df9d055e 3051
50a07e18 3052 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
ae0bec0b
SM
3053 (viper-read-key-sequence, viper-set-unread-command-events)
3054 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
df9d055e 3055
ae0bec0b 3056 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
df9d055e 3057
ae0bec0b 3058 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
df9d055e 3059
ae0bec0b 3060 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
df9d055e 3061
ae0bec0b
SM
3062 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
3063 (viper-event-vector-p): Move to viper-util.el
df9d055e 3064
ae0bec0b 3065 * viper.el (viper-standard-value): Move to viper-cmd.el.
50a07e18
MK
3066 Use viper-cond-compile-for-xemacs-or-emacs.
3067
ae0bec0b 3068 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 3069
ae0bec0b 3070 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 3071
ae0bec0b
SM
3072 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
3073 New macro designed to be used in many places where ediff-emacs-p or
3074 ediff-xemacs-p was previously used. Reduces the number of warnings.
3075 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
50a07e18 3076 of ediff-xemacs-p.
ae0bec0b
SM
3077 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
3078 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
3079 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
3080 Move to ediff-util.el.
3081 (ediff-event-key): Moved here.
df9d055e 3082
ae0bec0b 3083 * ediff-merge.el: Got rid of unreferenced variables.
df9d055e 3084
ae0bec0b 3085 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 3086
ae0bec0b
SM
3087 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
3088 (ediff-cleanup-mess): Improve the way windows are set up after
50a07e18 3089 quitting ediff.
ae0bec0b
SM
3090 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
3091 (ediff-dispose-of-variant-according-to-user): New function
50a07e18 3092 designed to be smarter and also understands indirect buffers.
ae0bec0b
SM
3093 (ediff-highlight-diff-in-one-buffer)
3094 (ediff-unhighlight-diff-in-one-buffer)
3095 (ediff-unhighlight-diffs-totally-in-one-buffer)
3096 (ediff-highlight-diff, ediff-highlight-diff)
3097 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
3098 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
3099 (ediff-get-region-contents, ediff-make-current-diff-overlay):
3100 Moved here.
3101 (ediff-format-bindings-of): New function by Hannu Koivisto
50a07e18 3102 <azure@iki.fi>.
ae0bec0b 3103 (ediff-setup): Make sure the merge buffer is always widened and
50a07e18 3104 modifiable.
ae0bec0b 3105 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
50a07e18 3106 result of a merge into a file visited by another buffer.
ae0bec0b 3107 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
50a07e18 3108 is visited by another buffer and ask to save/delete that buffer.
ae0bec0b 3109 (ediff-verify-file-merge-buffer): New function to do the above.
df9d055e 3110
ae0bec0b 3111 * ediff-vers.el: Load ediff-init.el at compile time.
df9d055e 3112
ae0bec0b 3113 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 3114
ae0bec0b
SM
3115 * ediff.el (ediff-windows, ediff-regions-wordwise)
3116 (ediff-regions-linewise): Use indirect buffers to improve
50a07e18
MK
3117 robustness and make it possible to compare regions of the same
3118 buffer (even overlapping regions).
ae0bec0b
SM
3119 (ediff-clone-buffer-for-region-comparison)
3120 (ediff-clone-buffer-for-window-comparison): New functions.
3121 (ediff-files-internal): Refuse to compare identical files.
3122 (ediff-regions-internal): Get rid of the warning about comparing
50a07e18 3123 regions of the same buffer.
df9d055e 3124
ae0bec0b
SM
3125 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
3126 Plus the following fixes courtesy of Dave Love: Doc fixes.
50a07e18
MK
3127 (ediff-word-1): Use word class and move - to the
3128 front per regexp documentation.
3129 (ediff-wordify): Bind forward-word-function outside loop.
3130 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
3131 consing buffer contents.
3132 (ediff-goto-word): Move syntax table setting outside loop.
df9d055e 3133
5a6a8d3b
RS
31342002-01-07 Richard M. Stallman <rms@gnu.org>
3135
4de547e4
RS
3136 * dired.el (dired-copy-filename-as-kill): Call kill-append
3137 if following a kill command.
3138
5a6a8d3b
RS
3139 * help-fns.el (describe-variable, describe-function):
3140 Do save-excursion.
3141
acc24704 31422002-01-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
13019081 3143
b4ac0cdb
PJ
3144 * net/ldap.el (ldap-search-internal): Skip error message from
3145 ldapsearch. Allow listing attribute names only. Do not open
3146 non-existent files.
3147
3148 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
3149 call non-existent function.
3150
ff41c6f6
PJ
3151 * net/eudc.el (top-level): Revert previous change.
3152
c2e6c8d1
PJ
3153 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
3154 variables to prevent warning from byte-compiler.
3155
3156 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
3157 string-match on emacs-version again.
3158
687a9f30
PJ
3159 * enriched.el (enriched-make-annotation): Fix the change from
3160 2002-01-05.
3161 (enriched-handle-display-prop): Return proper values.
3162
13019081
PJ
3163 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
3164 proper attribute name labeledUri instead of deprecated labeledUrl.
3165
acc24704 31662002-01-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
665e6193
PJ
3167
3168 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
3169 editing an empty hotlist.
3170
3171 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
3172 Use buffer-string instead of buffer-substring for the whole
3173 buffer.
3174
3175 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
3176 not free.
3177
3178 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
3179 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
3180 (eudc-bob-save-object): Make the buffer unibyte.
3181 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
3182 object to external program.
3183
bd635c0e
AS
31842002-01-05 Andre Spiegel <spiegel@gnu.org>
3185
3186 * vc.el (vc-branch-part): Return nil if there's no `.'
3187 (vc-default-previous-version): Renamed from vc-previous-version.
3188 New args BACKEND and FILE. Return nil for revision numbers
3189 without a `.'
3190 (vc-version-diff): Call vc-BACKEND-previous-version.
3191 (vc-steal-lock): Steal lock before composing mail, so that no mail
3192 is sent when the stealing goes wrong. And we'll actually see the
3193 error in that case now.
3194 (vc-finish-steal): Removed.
3195
3196 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
3197 the lock, so that we see expanded headers.
3198 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
3199 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
3200 available from vc.el. Updated all callers.
3201
a62d9f30
RS
32022002-01-05 Richard M. Stallman <rms@gnu.org>
3203
3204 * enriched.el (enriched-make-annotation): Doc fix.
3205
df9d055e
TTN
3206 * format.el (format-replace-strings, format-subtract-regions)
3207 (format-annotate-region, format-annotate-location)
a62d9f30
RS
3208 (format-annotate-atomic-property-change)
3209 (format-annotate-single-property-change): Doc fixes.
3210
44368f8f
JR
32112002-01-05 Jason Rumney <jasonr@gnu.org>
3212
3213 * term/w32-win.el: Require fontset unconditionally.
3214 (w32-handle-scroll-bar-event): Remove.
3215
56a0c173
RS
32162002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3217
3218 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
3219 copyrights to be updated.
3220
5c3cb846
EZ
32212002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3222
62993ed6
EZ
3223 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
3224 2001-10-24.
3225
5c3cb846
EZ
3226 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
3227
acc24704 32282002-01-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
c69b943f
PJ
3229
3230 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
3231 entry.
3232 (ldap-ignore-attribute-codings): Change the default value to allow
3233 encoding/decoding of attributes.
3234 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
3235
3dc5f18e
RS
32362002-01-03 Richard M. Stallman <rms@gnu.org>
3237
2cce20c0
RS
3238 * files.el (basic-save-buffer): Undo previous change.
3239
5860ba6e
RS
3240 * calendar/diary-lib.el (diary-block): Doc fix.
3241
3dc5f18e
RS
3242 * custom.el (defcustom): Fix syntax of previous change.
3243
121f67fa
EZ
32442002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
3245
3246 * custom.el (defcustom): Documented :tag, :link and :load.
3247
6cd4cfc5
EZ
32482002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3249
3250 * mail/sendmail.el (mail-recover-1): New function.
3251 (mail-recover): Switch to the *mail* buffer right away. Use
3252 buffer-auto-save-file-name instead of calling
3253 make-auto-save-file-name. Call dired-noselect instead of invoking
3254 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
3255 before reading the auto-save file. If the buffer's auto-save file
3256 does not exist, call mail-recover-1 to allow recovery from past
3257 auto-saved drafts.
3258
acc24704 32592002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cdc51589
PJ
3260
3261 * time.el (display-time-load-average-threshold): Fix defcustom
3262 (add type and group).
3263
3264 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
3265 specification from the hostname.
3266
f790dddf
RS
32672002-01-02 Richard M. Stallman <rms@gnu.org>
3268
3269 * facemenu.el (facemenu-active-faces):
3270 Use face-attributes-as-vector, not face-attributes-vector.
3271
0c5e191f
RS
32722002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
3273
3274 * xscheme.el: Eleven years of updates on a private copy.
df9d055e 3275
0c5e191f
RS
3276 Extensive changes to support multiple xscheme buffers:
3277 (run-scheme): Break up into new functions to facilitate starting
3278 processes in other buffers.
3279 (xscheme-start, xscheme-read-command-line): New functions.
3280 (start-scheme, select-scheme)
3281 (default-xscheme-runlight)
3282 (global-set-scheme-interaction-buffer)
3283 (local-set-scheme-interaction-buffer)
3284 (local-clear-scheme-interaction-buffer)
3285 (exit-scheme-interaction-mode)
3286 (verify-xscheme-buffer): New functions.
3287 (xscheme-process-name, xscheme-buffer-name)
3288 (xscheme-runlight): New internal vars.
3289 (default-xscheme-runlight): New const.
3290 (xscheme-start-process): Add args for the process/buffer names.
3291 (reset-scheme): Pass process/buffer names.
3292 (scheme-interaction-mode): Initialize new local vars.
3293 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
3294 (xscheme-select-process-buffer, xscheme-process-buffer)
3295 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
3296 (xscheme-goto-output-point, xscheme-write-message-1): Use new
3297 var xscheme-process-name.
3298 (xscheme-start-process): Initialize xscheme-process-name and
3299 xscheme-buffer-name in the process buffer. Pass buffer name to
3300 xscheme-modeline-initialize.
3301 (xscheme-modeline-initialize): Add argument to specify buffer name
3302 for mode-line vars.
3303 (xscheme-process-sentinel): Make sure sentinel is run in the
3304 process buffer so it sees its local vars.
3305 (xscheme-process-filter-initialize, xscheme-set-runlight): More
3306 elaborate logic to handle multiple-buffer mode lines.
3307
3308 (xscheme-enter-input-wait): Re-enable control-G handler upon
3309 entering input wait.
3310
3311 (scheme-interaction-mode): Add arg to preserve local vars.
3312 (xscheme-enter-interaction-mode)
3313 (xscheme-enter-debugger-mode): Preserve local vars.
3314 (xscheme-start-process): Clobber local vars.
3315
3316 (scheme-interaction-mode-commands): Allow end user to add commands
3317 to scheme-interaction-mode keymap.
3318 (scheme-interaction-mode-commands-alist): New variable.
3319
3320 (xscheme-send-string): Don't use insert-before-markers.
3321
3322 Implement a per-buffer kill ring:
3323 (xscheme-insert-expression)
3324 (xscheme-rotate-yank-pointer, xscheme-yank)
3325 (xscheme-yank-pop, xscheme-yank-push): New functions.
3326 (xscheme-expressions-ring)
3327 (xscheme-expressions-ring-yank-pointer)
3328 (xscheme-expressions-ring-max): New variables.
3329 (xscheme-send-string-1): Call xscheme-insert-expression to save
3330 expression in ring.
3331 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
3332 (xscheme-previous-send): Deleted variable.
3333
3334 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
3335 xscheme-send-control-g-interrupt): Use process-send-string rather
3336 than send-string.
3337
3338 (xscheme-send-region): Insert a newline after an expression that
3339 is submitted in the interaction buffer, for consistency with
3340 recent changes to Edwin.
3341
3342 (xscheme-delete-output): New function mimics comint-delete-output.
3343 (xscheme-last-input-end): New internal variable.
3344 (xscheme-process-filter-output): Update xscheme-last-input-end.
3345
3346 (xscheme-send-control-g-interrupt): Make sure that
3347 xscheme-control-g-disabled-p is looked up in the right buffer.
3348
3349 (xscheme-enable-control-g): Clear C-g message if visible.
3350 (xscheme-control-g-message-string): New internal var.
3351 (xscheme-send-control-g-interrupt): Use new var.
3352
3353 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
3354 after sending interrupt in order to work around race condition.
3355
3356 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
3357 (xscheme-send-char): Use xscheme-send-char rather than send-string
3358 to send single char.
3359
3360 (xscheme-process-filter, xscheme-process-filter-alist): Add
3361 support for evaluating expressions outside of the call-excursion.
3362 (xscheme-process-filter:string-action-noexcursion): New func.
3363
3364 (xscheme-write-value): Change output string to match that used by
3365 Edwin.
3366
3367 (xscheme-coerce-prompt): Don't write a space after a command
3368 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
3369 for us.
3370
3371 (reset-scheme): Delete process after killing it.
3372
7bc60154
EZ
33732002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3374
3375 * bindings.el (function-key-map): Don't bind shifted keypad
3376 numeric keys.
3377
acc24704 33782002-01-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5e442abf
PJ
3379
3380 * enriched.el (enriched-handle-display-prop): Remove unused
3381 variables.
3382 (enriched-mode): Doc fix.
3383
a4e9932a
EZ
33842002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3385
3386 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
3387 Hebrew points.
3388
1996baee
RS
33892002-01-01 Richard M. Stallman <rms@gnu.org>
3390
3391 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
3392
741d51eb
RS
33932001-12-31 Richard M. Stallman <rms@gnu.org>
3394
3395 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
3396 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
3397 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
df9d055e 3398 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
741d51eb
RS
3399 * progmodes/cperl-mode.el, progmodes/idlwave.el:
3400 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
3401 Adapt face definitions to use :weight and :slant.
df9d055e 3402
741d51eb
RS
3403 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
3404
3405 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
3406
3407 * font-lock.el (initializing from font-lock-face-attributes):
3408 Use :weight and :slant, not :bold and :italic.
3409
34102001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
3411
3412 * cus-edit.el (custom-face-edit-fix-value): New function.
3413 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
3414
acc24704 34152001-12-30 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
99158127
PJ
3416
3417 * progmodes/octave-mod.el (octave-abbrev-table):
3418 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
3419 * progmodes/fortran.el (fortran-mode-abbrev-table):
3420 * progmodes/f90.el (f90-mode-abbrev-table):
3421 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
3422 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
3423 predefined abbrevs as "system" abbrevs.
3424
1b8c66fe
RS
34252001-12-30 Richard M. Stallman <rms@gnu.org>
3426
ef8aee62
RS
3427 * info.el (Info-fontify-node): For a **** underline line, put the
3428 invisible and intangible props on the following newline, but not
3429 on the previous newline or the last char of the previous line.
3430
3431 * faces.el (face-set-after-frame-default): Don't change `default' face.
3432
3433 * faces.el (minibuffer-prompt): Adopt some default colors.
3434
3435 * replace.el (query-replace-read-args): Immediate error if read-only.
3436
df9d055e 3437 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
1b8c66fe
RS
3438 Display the output buffer in a more intelligent way.
3439
7ad0c1c3
EZ
34402001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
3441
3442 * ls-lisp.el (insert-directory): Modify the "total" line wording,
3443 in accordance with files.el's insert-directory.
3444
0065bb74
RS
34452001-12-29 Richard M. Stallman <rms@gnu.org>
3446
3447 * files.el (basic-save-buffer): If a before-write hook displays
3448 an echo area message, pause before calling basic-save-buffer-1.
3449
44fc58f2
RS
34502001-12-29 Markus Rost <rost@math.ohio-state.edu>
3451
3452 * textmodes/reftex-global.el (reftex-query-replace-document)
3453 (reftex-change-label): Doc fix.
3454
3455 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
3456
3457 * progmodes/etags.el (tags-query-replace): Doc fix.
3458
0d8466cc
RS
34592001-12-29 Richard M. Stallman <rms@gnu.org>
3460
3461 * progmodes/compile.el (compile-internal): Fix previous change.
3462
07025a55
RS
34632001-12-28 Richard M. Stallman <rms@gnu.org>
3464
4a4fa24d
RS
3465 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
3466 shrink the windows above as necessary to get space.
3467 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
3468
1d0653f8
RS
3469 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
3470 This fixes a bug that treated all files as directories.
8839c4a6 3471 (ange-ftp-insert-directory): Explicitly follow symlinks.
1d0653f8
RS
3472
3473 * international/iso-transl.el (iso-transl-char-map) Eliminate the
3474 alias symbols--put the translated sequences here directly.
3475
df9d055e
TTN
3476 * progmodes/cc-mode.el (c-mode-abbrev-table)
3477 (c++-mode-abbrev-table, objc-mode-abbrev-table)
1d0653f8
RS
3478 (java-mode-abbrev-table, pike-mode-abbrev-table):
3479 Mark all the predefined abbrevs as "system" abbrevs.
3480
07025a55
RS
3481 * mail/sendmail.el (mail-envelope-from): Fix custom type.
3482 (sendmail-send-it): Check mail-specify-envelope-from
3483 and mail-envelope-from in the mail buffer at start.
3484
31bc27f6
EZ
34852001-12-28 Simon Josefsson <jas@extundo.com>
3486
3487 * mail/sendmail.el (mail-envelope-from): Fix :type.
3488 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
3489
4e02881b
RS
34902001-12-28 Richard M. Stallman <rms@gnu.org>
3491
cf3b69c4
RS
3492 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
3493
4e02881b
RS
3494 * simple.el (line-move-invisible): New subroutine.
3495 (line-move-to-column): New subroutine--smarter about advancing over
3496 invisible parts of a line, or lines, but only as long as hpos grows.
3497 (line-move-finish): New subroutine: repeatedly processes desired
3498 column, intangibility, and fields.
3499 (line-move): Use those subroutines.
3500 When moving lines downward, skip invisible text first rather than last.
3501
0e842e15
RS
35022001-12-27 Richard M. Stallman <rms@gnu.org>
3503
a228c48e
RS
3504 * international/mule-diag.el (describe-char-after):
3505 Describe the text properties of the char after point.
3506
0e842e15
RS
3507 * help.el (describe-key): Doc fix.
3508
35092001-12-26 Markus Rost <rost@math.ohio-state.edu>
3510
3511 * find-dired.el (find-dired-sentinel): Precede exit message by
3512 two spaces, to match the regexp in dired-between-files.
3513
3058e436
MB
35142001-12-28 Miles Bader <miles@gnu.org>
3515
3516 * wid-edit.el (widget-toggle-value-create): Don't eval actual
3517 images (which are lists too).
3518
b24cd22e
EZ
35192001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3520
3521 * language/european.el: Fix the doc string of "Latin-5" language
3522 environment.
3523
492e159b
RS
35242001-12-26 Richard M. Stallman <rms@gnu.org>
3525
d2fb04df
RS
3526 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
3527 defined as before 2001-11-09.
3528 (add-minor-mode call): Specify the keymap.
3529
492e159b
RS
3530 * progmodes/compile.el (compile-internal):
3531 Set TERM variable in process-environment.
3532
da3ab9c7
RS
35332001-12-25 Richard M. Stallman <rms@gnu.org>
3534
5a97a3c2
RS
3535 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
3536 the buffer.
3537
da3ab9c7
RS
3538 * startup.el (command-line): Convert command line args
3539 to Emacs internal representation using locale-coding-system.
3540
9ac9525c
EZ
35412001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
3542
3543 * international/fontset.el: Don't require ind-util when compiling.
3544
acc24704 35452001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
19d62fda 3546
04b7de79
PJ
3547 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
3548 set-frame-height and set-frame-width instead of set-screen-height
3549 and set-screen-width.
3550
2cb48ea3
PJ
3551 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
3552 of obsolete set-screen-width.
3553
c19813f3
PJ
3554 * locate.el (locate): Remove dot at the end of error argument.
3555
19d62fda
PJ
3556 * emerge.el (emerge-show-file-name): Use frame-height instead of
3557 obsolete screen-height.
3558
04b7de79
PJ
3559 * mail/mh-utils.el (mh-show-msg): Likewise.
3560 (mh-handle-process-error): Use frame-width instead of obsolete
3561 screen-width.
3562
d0fd26dd
RS
35632001-12-25 Richard M. Stallman <rms@gnu.org>
3564
b4c45162
RS
3565 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
3566 to enlarge-window. Use save-selected-window. Don't try
3567 to resize windows that end at the bottom "level".
3568 Retry changing the sizes until the windows get the desired sizes.
3569 Discount the minibuffer when computing total height available.
3570
d0fd26dd
RS
3571 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
3572 (debugger-make-xrefs): Only make a button for the first symbol
3573 on any line.
3574
9e068198
EZ
35752001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
3576
3577 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
3578 Call IT-setup-unicode-display here instead of adding it to
3579 dos-codepage-setup-hook, so that Unicode display tables are set
3580 before dos-codepage-setup-hook runs.
3581
365486d6
RS
35822001-12-24 Richard M. Stallman <rms@gnu.org>
3583
96c01bd4
RS
3584 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
3585 (nslookup-mode-abbrev-table): Don't define it.
3586 (smbclient-mode-abbrev-table): Don't define it.
3587 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
3588 (nslookup-mode, smbclient-mode): Likewise.
3589 (network-connection-service-abbrev-alist): Variable deleted.
3590 (network-connection-mode-setup): Don't set up abbrev table.
3591
7c425d82
RS
3592 * faces.el (minibuffer-prompt): New face.
3593 (minibuffer-prompt-properties): Add `face' property.
3594
365486d6
RS
3595 * replace.el (occur-mode-display-occurrence): New function.
3596 (occur-mode-map): Bind C-o to it.
3597
b9fe4732 35982001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
df9d055e 3599
b9fe4732
MK
3600 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
3601 (viper-special-read-and-insert-char): Make C-m work right in the r
3602 comand.
3603 (viper-buffer-search-enable): Fixed format string.
df9d055e 3604
b9fe4732
MK
3605 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
3606 instead of viper-info-on-file.
3607 (ex-set-visited-file-name): New function.
df9d055e 3608
b9fe4732 3609 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
df9d055e 3610
b9fe4732
MK
3611 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
3612 action argument.
df9d055e 3613
b9fe4732 3614 * ediff-init.el: Fixed some doc strings.
df9d055e 3615
b9fe4732
MK
3616 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
3617 Got rid of make-local-hook.
df9d055e 3618
b9fe4732
MK
3619 * ediff-wind.el (ediff-setup-control-frame): Got rid of
3620 make-local-hook.
df9d055e 3621
67f5954c
RS
36222001-12-23 Richard M. Stallman <rms@gnu.org>
3623
ea8d3061
RS
3624 * term/x-win.el (x-handle-geometry): Put height and width
3625 on default-frame-alist, left and top on initial-frame-alist.
3626 * term/w32-win.el (x-handle-geometry): Likewise.
3627
67f5954c
RS
3628 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
3629
3630 * play/yow.el (yow): Use an arg to distinguish interactive calls,
3631 not interactive-p.
3632
acc24704 36332001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3e99d237
PJ
3634
3635 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
3636 mocklisp entries.
3637
3638 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
3639 Lisp. Obsoleted.
3640
c95eaa61
PJ
3641 * emulation/mlconvert.el: File removed.
3642
3643 * emulation/mlsupport.el: Moved to obsolete.
3644
3e99d237
PJ
3645 * obsolete/mlsupport.el: Moved there from lisp/emulation.
3646
3647 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
3648
3649 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
39cf8566 3650 mocklisp case.
3e99d237
PJ
3651
3652 * help-fns.el (describe-function-1): Remove mocklisp function
3653 case.
3654
9e698fd9
MB
36552001-12-22 Miles Bader <miles@gnu.org>
3656
3657 * textmodes/refill.el (refill-mode): Don't barf when redundantly
3658 turning refill-mode off.
3659
acc24704 36602001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4b05e68d
PJ
3661
3662 * time.el (display-time-load-average-threshold): New variable.
3663 (display-time-update): Use it.
df9d055e 3664
4b05e68d
PJ
3665 These changes allow cycling through past 1, 5 and 15 minutes
3666 load-average displayed in the mode-line.
3667
3668 * time.el (display-time-default-load-average): New customizable option.
3669 (display-time-load-average): New variable.
3670 (display-time-cycle-load-average): New function.
3671 (display-time-update): Use them.
3672
9cc84e31
RS
36732001-12-21 Richard M. Stallman <rms@gnu.org>
3674
3675 * apropos.el (apropos-print): SPACING is now nil or a separator string.
3676 (apropos-documentation, apropos-value): Pass a suitable string.
3677
7f1b5edc
EZ
36782001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3679
05b855f5
EZ
3680 * dired.el (dired-free-space-program, dired-free-space-args):
3681 Aliases for back-compatibility.
3682
4dcd20ec
EZ
3683 * info.el (Info-select-node): If Info-use-header-line is nil, set
3684 header-line-format to nil.
3685 (Info-fontify-node): Don't put a keymap text property on the
066d7e2e
EZ
3686 heading if we are not going to display the header line. Remove
3687 any such text properties left over from past visits to this node.
4dcd20ec 3688
7f1b5edc
EZ
3689 * ls-lisp.el (insert-directory): Insert the amount of free disk
3690 space, like files.el's insert-directory does.
3691
3692 * files.el (directory-free-space-program): Mention
3693 file-system-info in the doc string.
3694 (get-free-disk-space): New function; code moved from
3695 insert-directory.
3696 (insert-directory): Call get-free-disk-space to get the amount of
3697 free space.
3698
d743da26
RS
36992001-12-21 Richard M. Stallman <rms@gnu.org>
3700
64f3b7d3
RS
3701 * help.el (view-order-manuals, view-emacs-news, describe-copying)
3702 (describe-distribution, describe-project): Use view-file.
3703
b6f053c6
RS
3704 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
3705
2633072a
RS
3706 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
3707
df9d055e 3708 * emacs-lisp/easy-mmode.el (define-minor-mode):
d743da26
RS
3709 Make no arg by default in an interactive call,
3710 so that repeating the command toggles again.
3711
3712 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
3713
31877e0a
RS
37142001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3715
3716 * antlr-mode.el: More sophisticated indentation of cpp directive.
3717 (antlr-indent-at-bol-alist): New user option.
3718 (antlr-indent-line): Use it.
3719 (antlr-indent-style): New user option.
3720 (antlr-mode): Use it.
3721 (antlr-indent-item-regexp): Customize.
3722
3723 * antlr-mode.el: Syntax highlighting changes.
3724 (antlr-font-lock-literal-regexp): New user option.
3725 (antlr-font-lock-syntax-face): New face used for :, |, ....
3726 (antlr-font-lock-default-face): New face.
3727 (antlr-font-lock-additional-keywords): Use them.
3728
3729 * antlr-mode.el: New command to insert options -- variables.
3730 (antlr-mode-map): New binding [C-c C-o].
3731 (antlr-mode-menu): New submenus.
3732 (antlr-options-use-submenus): New user option.
3733 (antlr-tool-version): New user option.
3734 (antlr-options-auto-colon): New user option.
3735 (antlr-options-style): New user option.
3736 (antlr-options-push-mark): New user option.
3737 (antlr-options-assign-string): New user option.
3738 (antlr-options-headings): New variable.
3739
3740 * antlr-mode.el: New command to insert options -- specific.
3741 (antlr-options-alists): New variable.
3742 (antlr-read-value): New function.
3743 (antlr-read-boolean): New function.
3744 (antlr-language-option-extra): New function.
3745 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
3746 (antlr-c++-mode-extra): New function.
3747 (antlr-grammar-tokens): New function.
3748 (antlr-imenu-create-index-function): New optional argument.
3749
3750 * antlr-mode.el: New command to insert options -- functions.
3751 (antlr-insert-option): New command.
3752 (antlr-insert-option-interactive): New function.
3753 (antlr-options-menu-filter): New function.
3754 (antlr-option-kind): New function.
3755 (antlr-scan-lists): New alias.
3756 (antlr-scan-lists-internal): New function.
3757 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
3758 (antlr-option-level): New function.
3759 (antlr-syntactic-grammar-depth): New function.
3760 (antlr-option-location): New function.
3761 (antlr-insert-option-do): New function.
3762 (antlr-option-spec): New function.
3763 (antlr-version-string): New function.
3764 (antlr-insert-option-existing): New function.
3765 (antlr-insert-option-space): New function.
3766 (antlr-insert-option-area): New function.
3767
3768 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
3769 with narrowing. Menu change. Miscellaneous.
3770 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
3771 (antlr-mode-map): New bindings for characters in ":;|&(){}".
3772 (antlr-electric-character): New command.
3773 (antlr-class-header-regexp): New variable.
3774 (antlr-font-lock-additional-keywords): Use it.
3775 (antlr-imenu-create-index-function): Use it.
3776 (antlr-file-dependencies): Use it.
3777 (antlr-indent-line): Also works with restrictions.
3778 (antlr-indent-command): Interactive spec - changes the buffer.
3779 (antlr-language-for-option): Deletia.
3780 (antlr-language-option): New function, defined instead.
3781 (antlr-mode): Use it.
64865454
EZ
37822001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3783
fcd2ab44 3784 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
d743da26
RS
3785 instead of a literal /dev/null.
3786
3787 * Makefile.in (distclean): Remove Makefile in the build
3788 directory, not in the source directory.
3789
37902001-12-21 Simon Josefsson <jas@extundo.com>.
fcd2ab44 3791
e2c3786a
EZ
3792 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
3793 with-temp-buffer instead of find-file-noselect, and bind
3794 coding-system-for-read to no-conversion when reading the queued
0a457cee 3795 messages. (Simon's code modified slightly by Eli Zaretskii.)
64865454 3796
67ad2f93
WL
37972001-12-20 Werner Lemberg <wl@gnu.org>
3798
3799 * international/mule-diag.el (describe-coding-system,
3800 print-coding-system-briefly): Make printed output have a similar
3801 format as describe-character-set.
3802
acc24704 38032001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
49b83be9
PJ
3804
3805 * play/blackbox.el (bb-member): Remove, use member instead.
3806 (bb-delete): Remove, use delete instead.
3807 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
3808 bb-score, bb-detour-count and bb-balls-placed.
3809 Propertize results of rays.
3810
21d90805
KF
38112001-12-19 Karl Fogel <kfogel@red-bean.com>
3812
3813 * isearch.el (isearch-forward, isearch-edit-string): Make doc
3814 strings mention keybinding for `isearch-yank-word-or-char',
3815 rather than `isearch-yank-word', since the former is bound now
3816 and the latter is not.
3817 (isearch-yank-word-or-char): Fix formatting.
3818
5eef30e1
WL
38192001-12-19 Werner Lemberg <wl@gnu.org>
3820
3821 * language/czech.el, language/european.el, language/slovak.el: More
3822 fixes for language info doc strings.
3823
62582985
EZ
38242001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3825
3826 * loadup.el: Add "language" to the load-path.
3827
467412aa
RS
38282001-12-19 Richard M. Stallman <rms@gnu.org>
3829
df9d055e 3830 * international/mule-cmds.el (describe-language-environment):
467412aa 3831 Fix calls to help-xref-button.
df9d055e 3832
797c2e4e
MB
38332001-12-19 Miles Bader <miles@gnu.org>
3834
3835 * international/fontset.el: Require `ind-util' when compiling.
3836
acc24704 38372001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
858f2574
PJ
3838
3839 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
3840 instead of decompose-composite-char.
3841
b04dcf45
RS
38422001-12-18 Richard M. Stallman <rms@gnu.org>
3843
3509a04c
RS
3844 * simple.el (eval-expression-print-level)
3845 (eval-expression-print-length): Doc fixes.
3846
6c78f23d
RS
3847 * international/mule-diag.el (describe-character-set):
3848 Fix the arg to help-xref-button.
3849
b04dcf45
RS
3850 * files.el (directory-free-space-program): New variable.
3851 (directory-free-space-args): New variable.
3852 (insert-directory): Use those two variables for getting free space.
3853 Use file-system-info instead, if that is defined.
3854
3855 * dired.el (dired-free-space-program): Variable deleted.
3856 (dired-free-space-args): Variable deleted.
3857 (dired-insert-directory): Don't try to determine free space.
3858
3859 * files.el (font-lock-defaults): Add risky-local-variables prop.
3860 (hack-one-local-variable): Treat various font-lock variables as risky.
3861
64b4e1f1
WL
38622001-12-18 Werner Lemberg <wl@gnu.org>
3863
858f2574
PJ
3864 * language/chinese.el, language/cyrillic.el:
3865 * language/czech.el, language/european.el, language/greek.el:
3866 * language/hebrew.el, language/indian.el, language/japanese.el:
3867 * language/korean.el, language/lao.el, language/slovak.el:
3868 * language/thai.el, language/tibetan.el, language/vietnamese.el:
64b4e1f1
WL
3869 Improve documentation strings of coding systems and language infos.
3870
38712001-12-18 Werner LEMBERG <wl@gnu.org>
3872
3873 Add support for EUC-TW decoding/encoding.
3874
3875 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
3876 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
3877 New auxiliary functions to build `big5-to-cns'.
3878 (big5-to-cns): New translation alist.
3879
3880 * language/chinese.el: Added new coding system `euc-tw' and its
3881 alias `euc-taiwan'.
3882 Updated language `Chinese-CNS' to include euc-tw encoding also.
3883 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
3884 euc-tw.
3885
7a7001f6
DL
38862001-12-18 Dave Love <fx@gnu.org>
3887
d7c8d25c
DL
3888 * loadup.el: Add language/utf-8-lang, language/georgian.
3889
fb5aa7ac
DL
3890 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
3891 (image-file-name-regexps): Doc fix.
3892
3893 * server.el (server-unload-hook): New function.
3894
3895 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
3896 (lm-crack-copyright): Cope with multi-line copyright `lines'.
3897
058d4999
DL
3898 * simple.el (newline): Doc fix.
3899 (eval-expression-print-level, eval-expression-print-length): Doc
3900 fix. Amend :type.
3901 (next-line, previous-line): Make arg optional.
3902 (newline): Doc fix.
3903
3904 * Makefile.in (DONTCOMPILE): Add various language files.
3905
3906 * international/quail.el (quail-input-string-to-events): Don't use
3907 string-to-list.
3908
7a7001f6
DL
3909 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
3910 calling `newline'.
3911
93420f57
RS
39122001-12-17 Richard M. Stallman <rms@gnu.org>
3913
3914 * comint.el (comint-dynamic-list-input-ring-select): New function.
3915 Switches back to the old window configuration.
3916 (comint-dynamic-list-input-ring): Bind RET to that function.
3917 (comint-dynamic-list-input-ring-window-conf): New variable.
3918
5a6b038a
WL
39192001-12-17 Werner Lemberg <wl@gnu.org>
3920
3921 * international/mule-conf.el: Improve documentation strings of
3922 character sets.
3923
274890d9
RS
39242001-12-16 Richard M. Stallman <rms@gnu.org>
3925
3a7a0095
RS
3926 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
3927 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
3928
3929 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
3930
93420f57
RS
3931 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
3932 Add a DESCRIPTION for the makefile item.
3933
274890d9
RS
3934 * find-file.el (ff-other-file-name): New function.
3935
e5ecf6e9
EZ
39362001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3937
3938 * international/quail.el (quail-input-string-to-events): Fix last
3939 change.
3940
cad84646
RS
39412001-12-16 Richard M. Stallman <rms@gnu.org>
3942
52dcb476
RS
3943 * isearch.el (isearch-edit-string): When we set isearch-string
3944 to the default, also set isearch-message.
3945
784bc7cd
RS
3946 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
3947
eae91b60
RS
3948 * startup.el (command-line-1): Display startup screen
3949 even if there are command line args.
df9d055e 3950 Add a note about how to go to editing your files.
eae91b60
RS
3951 (fancy-splash-head): Add a note about how to go to your files.
3952 (fancy-splash-outer-buffer): New variable.
3953 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
3954
cad84646
RS
3955 * subr.el (with-temp-message): At the end, always discard
3956 the temp message, even by clearing the echo area.
3957
3958 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
3959
da490c95
SM
39602001-12-16 Stefan Monnier <monnier@cs.yale.edu>
3961
6f2426dc
SM
3962 * log-view.el (log-view-message-re, log-view-current-tag):
3963 Recognize Subversion's log output format.
3964
d3980715
SM
3965 * international/fontset.el: Build the list L at compile time.
3966
da490c95
SM
3967 * language/ind-util.el (mapthread): Make a closure.
3968
1ca6a9c4
RS
39692001-12-15 Richard M. Stallman <rms@gnu.org>
3970
4d0fa4f3
RS
3971 * isearch.el (isearch-start-hscroll): New variable.
3972 (isearch-mode): Set isearch-start-hscroll.
3973 (isearch-update): Restore original hscrolling if possible.
3974
1ca6a9c4
RS
3975 * isearch.el (isearch-edit-string):
3976 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
3977
3978 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
3979 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
3980 rather than regexp search and (2) copying text properties
3981 already set up on text unchanged from the previous backtrace.
3982
3983 * case-table.el (set-case-syntax-pair):
3984 Detect invalid calls and signal an error.
3985
39862001-12-15 Richard M. Stallman <rms@gnu.org>
3987
3988 * language/ind-util.el (range): Function deleted.
3989 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
3990 All calls changed.
39af220e 3991
1ca6a9c4
RS
3992 * language/devan-util.el (devanagari-range): Renamed from `range'.
3993 All calls changed.
3994 (devanagari-regexp-of-hashtbl-keys):
3995 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
3996
eccac837
DL
39972001-12-15 Dave Love <fx@gnu.org>
3998
f2e5fc49
DL
3999 * language/ind-util.el: Don't require cl.
4000 (indian-glyph-char, indian-glyph-max-char)
4001 (indian-char-glyph): Moved from indian.el
4002 (indian--puthash-char, mapthread): Don't quote lambda.
4003 (indian--map): New function.
39af220e 4004 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
f2e5fc49
DL
4005 (indian--puthash-cv): Use it.
4006
39af220e 4007 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
f2e5fc49
DL
4008 (indian-char-glyph): Moved to ind-util.el
4009
39af220e
SM
4010 * language/devan-util.el (devanagari-post-read-conversion):
4011 New function.
f2e5fc49 4012
eccac837
DL
4013 * language/georgian.el: New file.
4014
4015 * international/mule-cmds.el (locale-language-names): Add various
4016 entries. Remove utf-8 special case.
4017 (locale-charset-language-names, locale-preferred-coding-systems):
4018 Add utf-8 case.
4019 (set-language-environment): Process required-features earlier.
4020
39af220e
SM
4021 * international/quail.el (quail-keyboard-layout-alist):
4022 Add pc105-uk.
eccac837
DL
4023 (quail-keyboard-layout-type): Fix :type.
4024 (quail-choose-completion-string): Simplify.
39af220e 4025 (quail-update-leim-list-file): Don't get fooled by commented-out code.
eccac837
DL
4026 (quail-input-string-to-events): Run events through
4027 translation-table-for-input.
4028
39af220e
SM
4029 * international/mule-conf.el (translation-table-for-input):
4030 New variable.
eccac837
DL
4031 (latin-iso8859-14): Amend description.
4032 (file-coding-system-alist): Add entry for utf-8.
4033
4034 * language/utf-8-lang.el: New file.
4035
4036 * international/code-pages.el: New file.
4037
4038 * language/hebrew.el ("Windows-1255"): New language.
4039
39af220e 4040 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
eccac837
DL
4041 ("Latvian"): New languages.
4042
39af220e
SM
40432001-12-14 Stefan Monnier <monnier@cs.yale.edu>
4044
4045 * xml.el: Use setq rather than (set 'foo bar).
4046 Use push+nreverse rather than append.
4047 (xml-node-name, xml-node-attributes, xml-node-children):
4048 Use defsubst rather than macros.
4049 (xml-parse-region): Handle a nil return value from xml-parse-tag.
4050 (xml-parse-tag): Don't skip white space. Return nil for a comment.
4051 Concat the two strings surrounding a comment into a single string.
4052
4053 * newcomment.el (comment-indent): Jump to the middle of empty comments.
4054
acc24704 40552001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
47a31c6b
PJ
4056
4057 * select.el (xselect-convert-to-class, xselect-convert-to-name):
39af220e 4058 Document.
47a31c6b 4059
55fa2e04
AS
40602001-12-14 Andre Spiegel <spiegel@gnu.org>
4061
4062 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
4063 Return nil if FILE is not registered.
4064 (vc-check-master-templates, vc-default-make-version-backups-p):
4065 Doc fix.
4066
446dd922
RS
40672001-12-13 David Ponce <david@dponce.com>
4068
39af220e 4069 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
446dd922
RS
4070 (ruler-mode-left-fringe-cols): New macro.
4071 (ruler-mode-right-fringe-cols): New macro.
4072 (ruler-mode-left-scroll-bar-cols): New macro.
4073 (ruler-mode-right-scroll-bar-cols): New macro.
4074 (ruler-mode-ruler): Use above new macros.
4075
2d2ab9da
RS
40762001-12-13 Richard M. Stallman <rms@gnu.org>
4077
4078 * files.el (set-auto-mode): Fix previous change.
4079
217b8617
SM
40802001-12-13 Stefan Monnier <monnier@cs.yale.edu>
4081
4082 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
4083 (easy-menu-do-define, easy-menu-convert-item-1)
4084 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
4085 (easy-menu-return-item): Only return nil if there is no binding.
4086
5dc2e846
RV
40872001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
4088
4089 * whitespace.el (whitespace-version): 3.2
4090 * whitespace.el (whitespace-force-mode-line-update): Replace with
4091 `whitespace-mode-line-update', which is an alias to the correct
4092 function in various emacsen.
217b8617
SM
4093 * whitespace.el (whitespace-{un,}highlight-the-space):
4094 Add colorized highlighting of the bogus whitespaces in a buffer/file,
5dc2e846
RV
4095 using the `whitespace-highlight-face' if
4096 `whitespace-display-spaces-in-color' is set.
4097
1d8e9a7c
EZ
40982001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
4099
4100 * international/mule.el (set-auto-coding): Don't search for
4101 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
4102
acc24704 41032001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
9c8920d8
PJ
4104
4105 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
4106
4107 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
4108
4109 * mail/rmailsum.el (rmail-summary-mode): Likewise.
4110
2e033693
RS
41112001-12-13 Richard M. Stallman <rms@gnu.org>
4112
4113 * simple.el (undo): Always set this-command to `undo',
4114 so that the next undo after an error will not begin redoing.
4115
4116 * simple.el (shell-command): Doc fix.
4117 (shell-command-on-region): If there is output an an error,
4118 add "...Shell command failed" to the output.
4119
52d4c45a
RS
41202001-12-13 David Ponce <david@dponce.com>
4121
d41d07b1 4122 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
52d4c45a
RS
4123 (ruler-mode-left-fringe-cols): Function replaced by more efficient
4124 implementation `ruler-mode-extra-left-cols'.
4125 (ruler-mode-ruler): Use above new function. Take into account
4126 that the fringe areas can now be resized.
4127
d911a0fa
RS
41282001-12-12 Richard M. Stallman <rms@gnu.org>
4129
4130 * international/characters.el (Unicode): Comment out
4131 the specifications for kelvin and angstrom signs.
4132
57983e4d
DL
4133 * international/mule.el (make-translation-table-from-vector):
4134 Allow null elements in VEC.
4135
4136 * international/ucs-tables.el (unify-8859-on-encoding-mode)
217b8617
SM
4137 (unify-8859-on-decoding-mode): Swap the code in their bodies.
4138 Add :version.
57983e4d 4139
6b66d028
RS
41402001-12-11 Richard M. Stallman <rms@gnu.org>
4141
0ee25e8e
RS
4142 * derived.el (derived-mode-p): Function moved to subr.el.
4143
4144 * subr.el (derived-mode-p): Moved here from derived.el.
4145
6b66d028
RS
4146 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
4147
4148 * files.el (set-auto-mode-1): New subroutine, broken out of
4149 set-auto-mode.
4150 (set-auto-mode, hack-local-variables-prop-line): Use that.
4151
2c974b15
DL
41522001-12-11 Dave Love <fx@gnu.org>
4153
217b8617 4154 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2c974b15
DL
4155
4156 * language/european.el: Remove autoload cookies. Fix registration
4157 of diacritic composition function.
4158
acc24704 41592001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
283b4456 4160
296071e7
PJ
4161 * calendar/todo-mode.el: Require time-stamp.
4162
283b4456
PJ
4163 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
4164
61e3b944
RS
41652001-12-11 Richard M. Stallman <rms@gnu.org>
4166
6b66d028
RS
4167 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
4168
61e3b944
RS
4169 * textmodes/ispell.el (ispell-buffer-local-parsing):
4170 Match xml like sgml.
4171
217b8617 4172 * emacs-lisp/advice.el (ad-compile-function):
61e3b944
RS
4173 Byte compile the function under another (uninterned) name.
4174
4175 * gud.el (gdb): Define and bind gud-jump.
4176
217b8617 4177 * font-lock.el (font-lock-mode):
61e3b944
RS
4178 Put our function at the end of after-change-functions.
4179
4180 * ediff-diff.el (ediff-cmp-options): Doc fix.
4181
4182 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
4183
a207b33c
RS
41842001-12-10 Richard M. Stallman <rms@gnu.org>
4185
4186 * isearch.el (isearch-yank-word-or-char): New function.
4187 (isearch-mode-map): Bind C-w to that.
4188
4189 * menu-bar.el (menu-bar-mode): Make arg optional.
4190
4191 * simple.el (line-move): Cope if next-single-property-change
4192 or previous-single-property-change returns nil.
4193
4194 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
4195 Don't use interactive-p; instead, pass the proper args
4196 in (interactive...). Clean up most of the trouble-report strings.
4197
19a0baf7
EZ
41982001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
4199
4200 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
4201 enqueued messages literally.
4202
440c4d7a
NF
42032001-12-10 Noah Friedman <friedman@splode.com>
4204
4205 * battery.el (battery-insert-file-contents): Obsolete function
4206 removed.
4207 (battery-read-function): Obsolete function removed.
4208 (battery-linux-proc-apm): Use insert-file-contents.
4209
cc84b70f
RS
42102001-12-07 Stephen Eglen <stephen@gnu.org>
4211
217b8617
SM
4212 * iswitchb.el (iswitchb-visit-buffer):
4213 Use `select-frame-set-input-focus'--needed when window manager
a207b33c 4214 uses "click to focus" policy.
cc84b70f 4215
acc24704 42162001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
72244db2
PJ
4217
4218 * COPYING: Moved back.
4219
278abd30
EZ
42202001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4221
b0a63d77
EZ
4222 * term/internal.el (IT-character-translations): Add entries for
4223 more points.
4224
227f528e
EZ
4225 * international/characters.el: Resurrect the Hebrew category
4226 settings for all Hebrew characters removed by the last change.
4227 Add code for setting the Hebrew category of the Unicode Hebrew
4228 characters. Set syntax entries for Hebrew punctuation characters.
4229
278abd30
EZ
4230 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
4231 points and directional formatting control characters.
4232
5180cc01
DL
42332001-12-07 Dave Love <fx@gnu.org>
4234
a549727e
DL
4235 * language/lao-util.el: Add Unicode equivalents for rules.
4236 (lao-post-read-conversion): New function.
4237
4238 * language/lao.el: Add Unicode equivalents.
4239 (lao): Add post-read conversion.
4240
c84d3ba0
DL
4241 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
4242 Use iso2022 encoding.
4243 (latin1-char-displayable-p): Doc fix.
4244 (latin1-display-ucs-per-lynx): New option.
4245 (latin1-display-ucs-per-lynx): New command.
4246 (latin1-display-reset): Special-case arabic.
4247 (ucs-tables): Require.
4248 (latin1-display-sets, latin1-display-setup): Add arabic.
4249 (latin1-display) <variable>: Use function latin1-display.
4250 (latin1-display) <function>: Add mule-unicode stuff.
4251 (latin1-display-check-font): Don't lose if `info' is nil.
4252
5945f1e2
DL
4253 * international/iso-transl.el: Insert Latin-1 characters, not
4254 unibyte codes.
4255
5180cc01 4256 * language/european.el (diacritic-composition-pattern): New constant.
440c4d7a
NF
4257 (diacritic-compose-region, diacritic-compose-string)
4258 (diacritic-compose-buffer, diacritic-post-read-conversion)
5180cc01
DL
4259 (diacritic-composition-function): New functions.
4260
217b8617
SM
4261 * international/utf-8.el (ucs-mule-to-mule-unicode):
4262 New translation table.
5180cc01
DL
4263 (ccl-encode-mule-utf-8): Use it.
4264 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
217b8617 4265 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
5180cc01
DL
4266 (utf-8-subst-table): New variable.
4267 (utf-8-compose-scripts): New option.
217b8617 4268 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
5180cc01 4269
217b8617
SM
4270 * international/ucs-tables.el, international/utf-8-subst.el:
4271 New files.
5180cc01
DL
4272
4273 * international/characters.el: Don't set word syntax (the default)
4274 explicitly. Add a diacritic category. Add info for Unicode
4275 equivalents of characters in various Mule charsets and for extra
4276 Unicode characters. Don't define specific categories for
4277 Indian/Devanagari, since they aren't used.
4278
c93674bb
RS
42792001-12-06 Richard M. Stallman <rms@gnu.org>
4280
4281 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
4282 (set-justification-left, set-justification-right): Doc fix.
4283
cc84b70f 4284 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
c93674bb
RS
4285 (bug-f90-mode): Variable deleted.
4286
59b59892
SM
42872001-12-06 Stefan Monnier <monnier@cs.yale.edu>
4288
4289 * indent.el (indent-line-function): Default is indent-relative again.
4290
c299126f
MB
42912001-12-07 Miles Bader <miles@gnu.org>
4292
59b59892 4293 * progmodes/compile.el (compilation-error-regexp-alist):
cc84b70f 4294 Added regexps for RXP.
c299126f 4295
a17c9063
EZ
42962001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
4297
4298 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
4299 Add shift-assignment operators to those highlighted, and highlight
cc84b70f 4300 the whole operator rather than just the "=".
a17c9063 4301
02c6a1cc
EZ
43022001-12-04 Juanma Barranquero <lektu@terra.es>
4303
4304 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
4305 before saving abbrevs if `save-abbrevs' has the value `silently'.
4306
90e742e0
AS
43072001-12-04 Andreas Schwab <schwab@suse.de>
4308
4309 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
4310
52c9b141 43112001-12-04 Colin Walters <walters@debian.org>
59b59892 4312
52c9b141
CW
4313 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
4314 for `defmacro*' forms.
1fdcb819 4315
52c9b141
CW
4316 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
4317 `defmacro*'.
59b59892 4318
52c9b141 43192001-12-03 Stefan Monnier <monnier@cs.yale.edu>
59b59892 4320
1fdcb819
SM
4321 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
4322
e7c210cc
RS
43232001-12-02 Richard M. Stallman <rms@gnu.org>
4324
4325 * files.el (insert-directory): If the df output does not look right,
4326 don't try to use it. Other cleanups in overall code structure.
4327
1fdcb819
SM
43282001-12-02 Stefan Monnier <monnier@cs.yale.edu>
4329
4330 * textmodes/outline.el (outline-mode-prefix-map):
4331 Add bindings for outline-promote and outline-demote.
4332 (outline-minor-mode-menu-bar-map): New var.
4333 (outline-minor-mode): Use it.
4334 (outline-heading-alist): New var (renamed from outline-level-heading).
4335 (outline-level): Use it.
4336 (outline-insert-heading, outline-promote, outline-demote):
4337 Update to use outline-heading-alist.
4338
4339 * disp-table.el (standard-display-european):
4340 Simplify since the function is not interactive any more.
4341 Don't set the existing buffers to unibyte.
4342
4343 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
4344
4345 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
4346
4347 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
4348
4349 * shell.el (shell): Use shell-file-name.
4350 Pop to buffer before calling comint to set COLUMNS properly.
4351
4352 * emacs-lisp/cl.el (svref): New alias.
4353
4354 * progmodes/antlr-mode.el (antlr-c-common-init):
4355 Don't inhibit adaptive-fill-mode any more.
4356
4357 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
4358
4359 * progmodes/etags.el (tags-with-face): Use make-symbol.
4360 (tags-search, tags-query-replace): Use backquotes.
4361
4362 * textmodes/picture.el (picture-mode-map): Don't use defconst
4363 for a variable.
4364
acc24704 43652001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4a3cf58d 4366
1fdcb819
SM
4367 * textmodes/reftex-index.el (reftex-index-mode):
4368 Remove make-local-hook.
4a3cf58d
PJ
4369
4370 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
4371
6848c9f1
KS
43722001-12-02 Kim F. Storm <storm@cua.dk>
4373
4374 * isearch.el (isearch-resume-enabled): New variable.
4375 (isearch-done): Use that variable.
4376
656f46bb
RS
43772001-12-01 Richard M. Stallman <rms@gnu.org>
4378
4379 * wid-edit.el (widget-button-click): Don't move point permanently:
4380 Avoid mouse-set-point--instead select the window,
4381 then do save-excursion, then move point.
4382 Specify the buffer for get-char-property.
4383 Don't use `@' in interactive.
1fdcb819 4384
656f46bb
RS
4385 * indent.el (indent-line-function):
4386 Default is indent-to-left-margin again.
4387
4388 * replace.el (query-replace-read-args): Display message
4389 if FROM contains `\n' or `\t'.
4390
036e218d
SM
43912001-12-01 Stefan Monnier <monnier@cs.yale.edu>
4392
4393 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
4394
4395 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
4396
4397 * emacs-lisp/regexp-opt.el (regexp-opt):
4398 Bind completion-regexp-list to nil.
4399
4400 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
4401
21cbfde6
EZ
44022001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4403
4404 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
4405 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
4406 Update maintainer.
4407
00f2404d
SM
44082001-11-30 Stefan Monnier <monnier@cs.yale.edu>
4409
14e76ac9
SM
4410 * mail/smtpmail.el: Use with-current-buffer.
4411 (message-make-date, message-make-message-id): Autoload when needed.
4412 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
4413 headers when missing.
4414
4415 * international/encoded-kb.el (encoded-kbd-mode):
4416 Use define-minor-mode.
4417
4418 * enriched.el (enriched-mode): Use define-minor-mode.
4419 Use dolist and pop and push.
4420
4421 * info.el (Info-find-node-2): Don't call info-insert-file-contents
4422 with the `visit' argument.
4423 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
4424
4425 * progmodes/hideif.el (hide-ifdef-mode): Only modify
4426 `change-major-mode-hook' locally. Reset invisibility spec.
4427
00f2404d
SM
4428 * man.el (Man-build-section-alist): Remove last Man-match-substring.
4429
c499f00a 44302001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
f48b59a2 4431
00f2404d 4432 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
7077c03a 4433 Clarify error message.
f48b59a2 4434
c499f00a 44352001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
f48b59a2
KG
4436
4437 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
4438
e294aed7
AS
44392001-11-30 Andre Spiegel <spiegel@gnu.org>
4440
4441 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
4442 don't just return it.
4443
5275d6a8
EZ
44442001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4445
4446 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
4447 (menu-bar-read-emacs-man, search-emacs-glossary)
4448 (emacs-index-search, elisp-index-search): New functions.
4449 (apropso-documentation, apropos, apropos-value, apropos-variable)
4450 (apropos-commands): Modify menu item names and help text.
93531944
SM
4451 (elisp-index-search, emacs-index-search, emacs-glossary):
4452 New menu items.
5275d6a8
EZ
4453 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
4454 submenu.
4455 (info-elisp, info-elintro): New menu items.
4456 (apropos): Modify the menu item name.
4457
2fa5eef4
SM
44582001-11-30 Stefan Monnier <monnier@cs.yale.edu>
4459
93531944
SM
4460 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
4461
4462 * textmodes/outline.el (outline-promote, outline-demote): Typo.
4463
4464 * man.el (man-follow-mouse): New function.
4465 (Man-mode-map): Bind mouse-2 to it.
4466 (Man-match-substring): Remove. Replace with `match-string'.
4467 (man): Use the `default-value' argument to `read-string'.
4468 (Man-fontify-manpage): Add mouse-face to cross references.
4469
2fa5eef4
SM
4470 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
4471
e700ec12
SM
44722001-11-29 Stefan Monnier <monnier@cs.yale.edu>
4473
2fa5eef4
SM
4474 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
4475 the value of require-match in minibuffer-completion-confirm.
4476 Use crm-local-completion-map.
4477
4478 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
4479 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
4480 (cl-make-type-test): Use char-valid-p for `character'.
4481
e700ec12
SM
4482 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
4483 (Info-complete-menu-item): Rewrite. Add the ability to search
4484 several sequential nodes. Add a simple caching mechanism.
4485 (Info-goto-index): New function extracted from Info-index.
4486 (Info-index): Use it. Add completion to the interactive spec.
4487 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
4488
acc24704 44892001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
0142178a
PJ
4490
4491 * COPYING: Removed.
4492
d4824a5d
DL
44932001-11-29 Dave Love <fx@gnu.org>
4494
4495 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
4496 (fortran-window-create, fortran-window-create-momentarily):
4497 Rewrite, moving error condition.
4498 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
4499 (fortran-mode-syntax-table): Revert last change.
4500
4501 * international/mule.el: Doc fixes.
4502 (map-charset-chars): New function.
4503 (register-char-codings): Use it to cope with generic chars in
4504 safe-chars.
4505
acc24704 45062001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
dd536f94 4507
6d8b258a
PJ
4508 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
4509
e700ec12 4510 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
132c0cc0 4511
dd536f94
PJ
4512 * play/studly.el (studlify-word, studlify-region)
4513 (studlify-buffer): Fix doc-string.
4514 (studlify-buffer): Add autoload cookie.
4515
3ce081f5
SM
45162001-11-28 Stefan Monnier <monnier@cs.yale.edu>
4517
4518 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
4519 (outline-up-heading-all): Remove.
4520 (hide-sublevels): Move to end-of-heading before calling flag-region.
4521 (outline-copy-overlay, outline-discard-overlays): Remove.
4522 (outline-flag-region): Use `remove-overlays'.
4523 Don't move to end-of-heading.
4524 (outline-next-visible-heading, outline-back-to-heading)
4525 (outline-on-heading-p): Use outline-invisible-p.
4526 (outline-font-lock-level): Use outline-up-heading's new arg.
4527 (outline-minor-mode): Simplify.
4528 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
4529 (outline): Put a `reveal-toggle-invisible' property.
4530 (outline-level-heading): New var.
4531 (outline-insert-heading, outline-promote, outline-demote)
4532 (outline-toggle-children): New commands.
4533
4534 * progmodes/hideif.el (hif-end-of-line): New function.
4535 (hide-ifdef-mode): Set line-move-ignore-invisible.
4536 (hide-ifdef-region-internal): New function.
4537 (hide-ifdef-region): Use it.
4538 (hif-defined): Return an integer.
4539 (hif-infix-to-prefix): Remove.
4540 (hif-tokenize): Parse from the buffer rather than from a string.
4541 Correctly tokenize integers. Use forward-comment.
4542 (hif-expr): Use hif-or.
4543 (hif-term): Use hif-and.
4544 (hif-factor): Use hif-not. Handle numbers properly.
4545 Don't require parenthesis around `defined's argument.
4546 (hif-and, hif-or, hif-not): New funs.
4547 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
4548 (hif-hide-line): Don't hide the \n before the line.
4549 (hif-possibly-hide): Correctly handle numeric evaluation results.
4550
4551 * progmodes/make-mode.el: Use line-(end|beginning)-position.
4552 (makefile-mode): Set indent-line-function.
4553 (makefile-browser-insert-continuation): Use with-current-buffer.
4554 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
4555
29e53a0a
KF
45562001-11-28 Karl Fogel <kfogel@red-bean.com>
4557
4558 * isearch.el (isearch-yank-internal): New helper function.
4559 (isearch-yank-char): New function.
4560 (isearch-yank-word, isearch-yank-line): Rewrite to use
4561 isearch-yank-internal.
4562
381e32f0
EZ
45632001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4564
4565 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
4566 aren't supported. Print a message to that effect if invoked.
4567
7e6b76ac
RS
45682001-11-27 Stephen Eglen <stephen@gnu.org>
4569
4570 * locate.el (locate): Put point at first matching file rather
4571 than top of buffer.
4572
8a1f8073
SM
45732001-11-27 Stefan Monnier <monnier@cs.yale.edu>
4574
4575 * reveal.el: New file.
4576
4577 * progmodes/hideif.el: Misc cleanup.
4578 (hide-ifdef-mode-submap): Put the def in the defvar.
4579 Use substitute-key-definition.
4580 (hide-ifdef-mode): Use define-minor-mode.
4581 (hif-outline-flag-region): Remove.
4582 (hif-show-all): Define in terms of hif-show-ifdef-region.
4583 (hif-after-revert-function): Rename from hif-before-revert-function.
4584 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
4585 (hif-tokenize): Use with-syntax-table.
4586 (hif-make-range): Use `else' also for `else-p'.
4587 (hif-range-else-p): Remove.
4588 (hif-find-range): Simplify.
4589 (hif-hide-line): Don't bother preserving buffer-modified-p.
4590 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
4591 Don't use selective-display and inhibit-read-only.
4592
4593 * subr.el (copy-overlay, remove-overlays): New funs.
4594
4595 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
4596
8a946354
SS
45972001-11-27 Sam Steingold <sds@gnu.org>
4598
4599 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
4600 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
4601 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
4602 * obsolete/c-mode.el, obsolete/cplus-md.el
4603 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
4604 * term/sun-mouse.el, textmodes/artist.el:
4605 Converted backquote to the new style.
b2013aad 4606 * mouse.el, reposition.el: Likewise (in comments).
646adf90 4607 * expand.el: Likewise (in a string).
8a946354 4608
c6aedc92
RS
46092001-11-27 Richard M. Stallman <rms@gnu.org>
4610
4611 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
4612
46132001-11-26 Richard M. Stallman <rms@gnu.org>
4614
4615 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
4616 if :on-glyph or :off-glyph is a list, eval it and store it back.
4617 (checkbox): Quote the values for :on-glyph and :off-glyph.
4618
4619 * cus-start.el (recursive-load-depth-limit): Delete item.
4620
9fabb2f5
SM
46212001-11-26 Stefan Monnier <monnier@cs.yale.edu>
4622
4623 * help-fns.el (describe-categories, help-describe-category-set): New.
32323291 4624 describe-categories moved here from src/category.c.
9fabb2f5 4625
9714ec23
SS
46262001-11-26 Sam Steingold <sds@gnu.org>
4627
4628 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
4629 arguments to `insert' are strings.
4630
d1420435
RS
46312001-11-26 Richard M. Stallman <rms@gnu.org>
4632
4633 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
4634
26780e5b
EZ
46352001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
4636
bf17ab09
EZ
4637 * international/mule-diag.el: Require help-fns instead of
4638 help-funs.
4639
125eb411
EZ
4640 * help-fns.el: Renamed from help-funs.el.
4641
26780e5b
EZ
4642 * startup.el (command-line-1): Don't try to call process-list if
4643 it is not fboundp.
4644
bc5c763a
SS
46452001-11-26 Sam Steingold <sds@gnu.org>
4646
4647 * frame.el (show-trailing-whitespace): Remove :set argument (the
4648 value was essentially identical to the defalt).
4649
acc24704 46502001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
eac9cf5f 4651
eef289b9
PJ
4652 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
4653
4654 * icomplete.el (icomplete-minibuffer-setup): Likewise.
4655
4656 * hilit-chg.el (hilit-chg-set): Likewise.
4657
4658 * speedbar.el (speedbar-mode): Likewise.
4659
4660 * calendar/calendar.el (calendar-mode): Likewise.
4661
eac9cf5f
PJ
4662 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
4663 insert-string.
4664
4665 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
4666
eac9cf5f
PJ
4667 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
4668
4669 * term/sun-mouse.el (sun-yank-selection): Likewise.
4670
4671 * textmodes/bib-mode.el (return-key-bib): Likewise.
4672
4673 * calendar/appt.el (appt-disp-window): Likewise.
4674
4675 * calendar/diary-lib.el (list-diary-entries): Likewise.
4676
4677 * array.el (array-reconfigure-rows): Likewise.
4678
4679 * filecache.el (file-cache-minibuffer-complete): Likewise.
4680
4681 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
4682
4683 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
4684
4685 * allout.el (outline-version, outline-open-topic)
4686 (outline-rebullet-heading, outline-insert-listified)
4687 (outline-latex-verbatim-quote-curr-line)
4688 (outline-latexify-one-item, outlineify-sticky): Likewise.
4689
eef289b9
PJ
4690 * vc.el (vc-next-action-on-file): Likewise.
4691 (vc-dired-mode): Remove make-local-hook.
4692
26e46917
AS
46932001-11-26 Andre Spiegel <spiegel@gnu.org>
4694
4695 * vc.el (vc-find-version): New function.
4696 (vc-version-other-window): Redefined in terms of the above.
4697
4698 * log-view.el (log-view-find-version): New function.
4699 (log-view-mode-map): Bind it to `f'.
4700
5d993658
GM
47012001-11-26 Gerd Moellmann <gerd@gnu.org>
4702
4703 * language/devan-util.el (dev-char-glyph): Escape `"' in
4704 string literals.
bc5c763a 4705 (dev-glyph-glyph, dev-glyph-glyph-2)
a4a0b81c 4706 (devanagari-compose-syllable-region): Likewise.
5d993658 4707
ebcbef4e
RS
47082001-11-26 Richard M. Stallman <rms@gnu.org>
4709
4710 * window.el (save-selected-window): No error if saved window is dead.
4711
4712 * help-funs.el (describe-syntax): Put (interactive) after doc string.
4713
acc24704 47142001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
34d16326 4715
ec9164f3
PJ
4716 * international/quail.el (quail-help): Require help-mode in
4717 top-level instead.
4718
34d16326
PJ
4719 * iswitchb.el (iswitchb-exhibit): Use insert instead of
4720 insert-string.
4721
555185de
PJ
4722 * icomplete.el (icomplete-exhibit): Likewise.
4723
5c131048
SM
47242001-11-25 Stefan Monnier <monnier@cs.yale.edu>
4725
4726 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
4727 (diff-hunk-kill): Simplify.
4728 (diff-post-command-hook): Only apply to a single hunk.
4729 (diff-hunk-text): Make `char-offset' non-optional.
4730 (diff-find-text): Return a cons cell.
4731 (diff-find-approx-text): New fun.
4732 (diff-find-source-location): Use it.
4733 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
ebcbef4e 4734 Adapt to new retval of diff-find-text.
5c131048
SM
4735
4736 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
4737 rather than integer- representation of dates.
4738
4739 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
4740
4741 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
4742 (syntax-after): New fun.
4743
4744 * help-funs.el (describe-syntax): New fun.
4745
4746 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
4747 (font-lock-ppss-stats, font-lock-ppss): Remove.
4748 (font-lock-fontify-syntactically-region): Remove tuning code.
4749 (font-lock-compile-keywords): Fix off-by-one bug.
4750 (font-lock-set-defaults): Don't set removed vars.
4751 (c-keywords): Add `inline'.
4752 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
4753
4754 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4755 Set syntax-begin-function.
4756 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
4757 (lisp-interaction-mode): Don't set local-abbrev-table any more.
4758 (lisp-mode-auto-fill): Use syntax-ppss and obey
4759 comment-auto-fill-only-comments.
4760 (lisp-fill-paragraph): Use syntax-ppss.
4761
0c773047
SZ
47622001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
4763
4764 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
4765 version of rmail-enable-mime.
4766 (rmail-forward): Use it.
4767
92dfd10c
RS
47682001-11-25 Richard M. Stallman <rms@gnu.org>
4769
9fefa08b
RS
4770 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
4771
396ae608
RS
4772 * international/quail.el (quail-keyboard-layout-button):
4773 Define button type.
4774 (quail-keyboard-customize-button): Likewise.
4775 (quail-help): Use those button types. Require `help-mode'.
4776 Avoid altering the argument `package'.
4777
4778 * help-mode.el (help-function, help-variable, help-face)
4779 (help-coding-system, help-input-method, help-character-set):
4780 Define each button type with its own explicit define-button-type.
4781
92dfd10c
RS
4782 * language/devan-util.el: Comment out parts of the file
4783 which apparently are garbled.
4784
acc24704 47852001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
fefed09d
PJ
4786
4787 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
92dfd10c 4788 insert-string.
fefed09d 4789
acc24704 47902001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
97d012e8
PJ
4791
4792 * play/snake.el (snake-mode): Remove make-local-hook.
4793
4794 * play/tetris.el (tetris-mode): Likewise.
4795
4796 * play/decipher.el (decipher-mode): Likewise.
4797
4798 * tmm.el (tmm-add-prompt): Likewise.
4799
df5bde6d
SS
48002001-11-25 Sam Steingold <sds@gnu.org>
4801
4802 * menu-bar.el (menu-bar-apropos-menu): New variable.
4803 Moved all `apropos' bindings to this menu.
4804 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
4805
8727d588
RS
48062001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
4807
4808 The following changes are for new indian languages support based
4809 on Unicode charset and CDAC fonts.
4810
4811 * international/mule-conf.el: Change indian-1-column charset to
4812 indian-glyph charset.
4813
4814 * international/characters.el: Adjusted for the change of
4815 indian-1-column -> indian-glyph.
4816
4817 * international/fontset.el: Delete the setting for indian-1-column
4818 and add the setting for indian-glyph in the default fontset.
df5bde6d 4819
8727d588
RS
4820 * language/indian.el: Completely re-written.
4821
df5bde6d 4822 * language/devanagari.el: Completely re-written.
8727d588
RS
4823
4824 * language/devan-util.el: Completely re-written.
4825
4826 * language/ind-util.el: New file.
4827
bfba6c09
RS
48282001-11-24 Richard M. Stallman <rms@gnu.org>
4829
4830 * startup.el (command-line-1): Don't do startup screen
92dfd10c
RS
4831 if a subprocess is running. Call the startup screen buffer
4832 "GNU Emacs". Make a special mode-line-format for it.
bfba6c09
RS
4833
4834 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
4835 (browse-url-galeon): Use that variable.
4836
4837 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
4838 eval-expression. Eval and set the variable simply.
4839
4840 * files.el (temporary-file-directory): Use defcustom.
4841 (small-temporary-file-directory): Likewise.
4842 (normal-backup-enable-predicate): Move down in file
4843 after definition of temporary-file-directory.
4844
4845 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
4846
4fdb78a1
CW
48472001-11-24 Colin Walters <walters@debian.org>
4848
4849 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
4850 autoload names to match files renamed on initial calc import.
4851
906bd0ef
CW
4852 * calc/calc.el (Commentary): Cleanup, and add logistic curve
4853 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
4854
7695eb98
CW
48552001-11-23 Colin Walters <walters@debian.org>
4856
4857 * Makefile.in (finder_setwins, setwins): Include Calc again.
df5bde6d 4858
b8003ee9 4859 * calc/calc-rules.el: Add header comment.
7695eb98 4860
66b57a6a
AS
48612001-11-23 Andre Spiegel <spiegel@gnu.org>
4862
4863 * vc.el (with-vc-properties): Don't bind `filename' locally.
4864 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
4865 to avoid name clashes. Fix `lisp-indent-function' property for
4866 both.
4867
5d1c5247
FP
48682001-11-23 Francesco Potorti` <pot@gnu.org>
4869
4870 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
4871
7743d033
CW
48722001-11-22 Colin Walters <walters@debian.org>
4873
df5bde6d 4874 * calc/calc-misc.el (report-calc-bug):
f3e15a2c 4875 Use `reporter-prompt-for-summary-p'.
7743d033
CW
4876
4877 * calc/INSTALL, calc/Makefile: Remove.
4878
bf1ec482
MB
48792001-11-22 Miles Bader <miles@gnu.org>
4880
5d1c5247 4881 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
bf1ec482
MB
4882 (reb-match-2, reb-match-3): Add dark-background variants.
4883
5fb25beb
CW
48842001-11-22 Colin Walters <walters@debian.org>
4885
4886 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
4887 (info "Calc").
8f148852 4888 (report-calc-bug): Use reporter.el.
5d1c5247 4889
8f148852 4890 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
5fb25beb 4891
2b452d74
RS
48922001-11-21 Richard M. Stallman <rms@gnu.org>
4893
ecafbba2
RS
4894 * which-func.el (which-function): Call imenu--make-index-alist
4895 if necessary to get a list of functions.
4896 (which-function-imenu-failed): New variable.
4897 (which-func-update): Handle all visible windows.
4898 (which-func-update-1): New subroutine broken out of which-func-update.
4899
5d1c5247 4900 * files.el (temporary-file-directory, null-device)
eb61b61b
RS
4901 (small-temporary-file-directory): Definitions moved up.
4902
8e3acc66
RS
4903 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
4904 (cperl-non-problems, cperl-praise): Doc fixes.
4905
b1e851bb
RS
4906 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
4907 (sh-mode-syntax-table): Function restored.
4908 Variable set up for use by function sh-mode-syntax-table.
4909 (sh-set-shell): Set the syntax table.
4910
4911 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
4912
4913 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
4914
2b452d74
RS
4915 * international/encoded-kb.el: Don't alter minor-map-alist.
4916
c499f00a 49172001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
a2899d6c
KG
4918
4919 * files.el (auto-save-file-name-transforms): Put remote files in
4920 temporary-file-directory rather than /tmp.
4921
e7905671
CW
49222001-11-21 Colin Walters <walters@debian.org>
4923
4924 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
4925 of (function ...) wrapper.
4926
0b5549c1
SM
49272001-11-20 Stefan Monnier <monnier@cs.yale.edu>
4928
e95768c5
SM
4929 * derived.el (define-derived-mode): Create the abbrev-table
4930 from inside the `defvar'.
4931
0b5549c1
SM
4932 * jit-lock.el (jit-lock-defer-time): New var.
4933 (jit-lock-defer-timer, jit-lock-buffers): New vars.
4934 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
4935 (jit-lock-function): Defer fontification if requested.
4936 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
4937 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
4938 text property.
4939 (jit-lock-deferred-fontify): New fun.
4940
505847d4
RS
49412001-11-20 Richard M. Stallman <rms@gnu.org>
4942
310b1227
RS
4943 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
4944 Set local-abbrev-table to lisp-mode-abbrev-table.
4945
0b5549c1 4946 * emacs-lisp/re-builder.el (reb-mode):
310b1227 4947 Don't use define-derived-mode. Call kill-all-local-variables.
0b5549c1 4948
310b1227
RS
4949 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
4950 Don't use define-derived-mode.
4951
4952 * help-mode.el (help-mode): Undo 2001-10-07 change.
4953
505847d4
RS
4954 * replace.el (occur-mode): Undo 2001-5-20 change.
4955
febf36a1
JR
49562001-11-20 Jason Rumney <jasonr@gnu.org>
4957
4958 * w32-fns.el (w32-system-coding-system): Change to an alias for
4959 locale-coding-system.
4960 (set-w32-system-coding-system): Document the above change.
4961 Set locale-coding-system instead.
4962
2b452d74
RS
49632001-11-20 Richard M. Stallman <rms@gnu.org>
4964
4965 * ruler-mode.el: Add pagination.
4966 (ruler-mode-toggle-show-tab-stops): No need to
4967 test `ruler-mode' variable.
4968
c52b27c8
EZ
49692001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
4970
505847d4 4971 * play/landmark.el: Mark lm-mode as special.
c52b27c8 4972
505847d4 4973 * play/gomoku.el: Mark gomoku-mode as special.
c52b27c8 4974
38132149
EZ
49752001-11-20 Juanma Barranquero <lektu@terra.es>
4976
effcd99a 4977 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
38132149
EZ
4978 (top-level): Bind it to C-c C-b.
4979 (re-builder): Don't re-enter RE Builder Mode.
4980
effcd99a 4981 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
38132149 4982
effcd99a
SM
49832001-11-20 Stefan Monnier <monnier@cs.yale.edu>
4984
4985 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
4986 `manual-program'.
ed3c6391
SM
4987
4988 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
4989 to a line without a comment.
4990
48404d5a
EZ
49912001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
4992
4993 * dired.el (dired-listing-switches): Mention in the doc string
4994 that some switches are not supported by ls-lisp.el
4995
6710ea06
SM
49962001-11-19 Stefan Monnier <monnier@cs.yale.edu>
4997
0cdb3baa
SM
4998 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
4999 (imenu--create-keymap-2): Remove.
5000 (imenu--create-keymap-1): Simplify, remove third argument.
5001 (imenu--generic-function): Use dolist.
5002 (imenu-find-default): New function.
5003 (imenu--completion-buffer): Use it.
5004 (imenu--mouse-menu): Use popup-menu.
5005 (imenu--menubar-select): Return t rather than calling imenu.
5006
a64c7821
SM
5007 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
5008 New functions, extracted from fill-region-as-paragraph.
5009 (fill-region-as-paragraph): Use them.
5010 Use an end marker instead of eob.
5011 Ignore whitespace-only fill-prefixes when indenting according to mode.
0b5549c1 5012 Simplify the loop that searches for spaces backwards.
a64c7821
SM
5013
5014 * textmodes/picture.el (picture-vertical-step)
5015 (picture-horizontal-step): Don't use defconst for variables.
5016
5017 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
5018 (mail-extract-address-components): Downcase domain names.
5019 (mail-extr-delete-char): Remove. Use delete-char instead.
5020
5021 * emulation/pc-select.el: Doc string fixes.
5022 (pc-selection-mode): Don't treat macos as a tty.
5023
6710ea06
SM
5024 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
5025
5026 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
5027
5028 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
5029 (mouse-wheel-progessive-speed): New var.
5030 (mwheel-scroll): Use it and handle float values.
5031
5032 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
5033
5034 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
5035 (iswitchb): Fix the case where the result was selected with the mouse.
5036 (iswitchb-completion-help): Use the normal *Completions* now that
5037 mouse selection works.
5038 (iswitchb-minibuffer-setup): Simplify.
5039
5040 * newcomment.el (comment-column, comment-style, comment-multi-line)
5041 (comment-auto-fill-only-comments): Remove :group arg.
5042 (comment-padding): Add :type.
5043 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
5044 if called interactively.
5045
7054901c
CW
50462001-11-19 Colin Walters <walters@verbum.org>
5047
5048 * calc/calc.el (toplevel): Add comment and version header.
5049 (calc-init-base): Bump version to 2.02f, update date.
5050
0e1605b9
RS
50512001-11-19 Richard M. Stallman <rms@gnu.org>
5052
5053 * net/browse-url.el: Support Mozilla and Galeon.
5054 By default, find the installed browser whichever it is.
5055 (browse-url-mozilla): New function.
5056 (browse-url-mozilla-sentinel): New function.
5057 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
5058 (browse-url-default-browser): New function.
5059 (browse-url-process-environment): Use browse-url-browser-display.
5060 (browse-url-browser-display): Renamed from browse-url-netscape-display.
6710ea06 5061 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
0e1605b9
RS
5062 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
5063 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
5064 (browse-url-browser-function): New default, new options.
5065
545f7310
SS
50662001-11-19 Sam Steingold <sds@gnu.org>
5067
5068 * bindings.el (last-buffer, unbury-buffer): New function.
5069 (mode-line-unbury-buffer): Use `unbury-buffer'.
5070
c9403808
RS
50712001-11-18 Stephen Eglen <stephen@gnu.org>
5072
5073 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
5074 control behaviour when no further completion is possible.
5075
3132f345
CW
50762001-11-19 Colin Walters <walters@verbum.org>
5077
5078 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
5079 (math-showing-full-precision, math-with-extra-prec, math-working)
5080 (calc-with-default-simplification)
5081 (calc-with-trail-buffer): Use backtick.
5082 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
5083 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
5084 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
5085 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
5086 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
5087 (Math-num-integerp, Math-bignum-test, Math-equal-int)
5088 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
5089 (calc-record-compilation-date-macro): Deleted. Callers updated.
545f7310 5090 (math-format-radix-digit): Move to calc-bin.el.
3132f345
CW
5091
5092 * calc/calc.el (calc-record-compilation-date): Remove.
5093 (calc-bug-address): Update.
5094 (calc-settings-file): Use `user-init-file'.
545f7310 5095
3132f345
CW
5096 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
5097 Handle null `calc-settings-file'.
5098
5099 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
5100 * calc/calc-keypd.el (calc-keypad-mode): New.
5101 (calc-do-keypad): Use it.
5102 (calc-keypad-map): Move into `calc-keypad-mode'.
5103
5104 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
5105 to defalias argument.
5106
5107 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
5108 (calcFunc-floor): Ditto.
5109
5110 * calc-units.el (calcFunc-usimplify): Ditto.
545f7310 5111
3132f345
CW
5112 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
5113 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
5114 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
5115 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
5116 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
5117 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
5118 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
5119 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
5120 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
5121 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
5122 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
5123 and move them before their first use. Use `when', `unless'.
5124 Remove trailing periods from error forms. Add description and
5125 headers suggested by Emacs Lisp coding conventions.
545f7310 5126
8f0a6888
SM
51272001-11-19 Stefan Monnier <monnier@cs.yale.edu>
5128
5129 * newcomment.el (comment-indent):
5130 Fix misindentation for comment-only lines.
5131 (comment-indent-new-line): Only obey comment-multi-line if the
5132 comment-ender is not the end-of-line.
5133
b9937f07
RS
51342001-11-19 Richard M. Stallman <rms@gnu.org>
5135
5136 * net/net-utils.el (network-connection-service-abbrev-alist):
5137 New variable.
5138
8f0a6888 5139 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
b9937f07
RS
5140 Advance to start of 3rd sexp by moving fwd and backing over it.
5141 At first three elements, act like defun.
5142
5143 * delsel.el (delete-selection-pre-hook): Handle and resignal
5144 file-supersession errors to interact properly with userlock.el.
5145
f4ca4b00
RS
51462001-11-18 Richard M. Stallman <rms@gnu.org>
5147
8f0a6888
SM
5148 * progmodes/fortran.el (fortran-mode-syntax-table):
5149 Specify punctuation syntax for backslash.
f4ca4b00
RS
5150
5151 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
5152 All calls deleted.
5153
5154 * international/mule-util.el (string-to-sequence): Make it obsolete.
5155 (string-to-list, string-to-vector): Implement them directly
5156 using append and vconcat, not with string-to-sequence.
5157
5158 * startup.el (command-line): Set abbrevs-changed to nil after
5159 reading the init file and the abbrevs file.
5160
5161 * isearch.el (isearch): Use magenta2 as bg for (background light)
5162
51632001-11-17 Richard M. Stallman <rms@gnu.org>
5164
5165 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
5166
5167 * simple.el (minibuffer-history-sexp-flag): Doc fix.
5168
16927a56
SM
51692001-11-17 Stefan Monnier <monnier@cs.yale.edu>
5170
5171 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
5172 If set and if applicable, add a regexp to highlight defun-like
5173 text inside comments and strings.
5174 (font-lock-fontify-keywords-region): Pass that new arg.
5175 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
5176 to the end and pass that new arg.
5177 (c-font-lock-keywords-2): Fix regex for labels.
5178 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
5179 Make it work when LIMIT is several lines further.
5180 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
5181 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
5182 Use backquote and make the regexes for `int a, b, c;' work on
5183 multiple lines.
5184
5185 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
5186 (font-lock-defaults-alist): Don't change it any more.
5187 (reb-subexp-mode-map): Cleanup.
5188
5189 * custom.el (custom-current-group-alist): New var.
5190 (custom-declare-group): Set it.
5191 (custom-current-group): New fun.
5192 (custom-declare-variable, custom-handle-all-keywords):
5193 Use it as a default if no :group argument is specified.
5194
5195 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
5196 (standard-keyboard-coding-systems): New var.
5197 (set-locale-environment): Use it to decide whether or not to call
5198 set-keyboard-coding-system.
5199 (locale-language-names): Use \"French\" for "fr".
5200
38d5fc02
RS
52012001-11-17 Richard M. Stallman <rms@gnu.org>
5202
5203 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
5204 (add-to-list): Delete compatibility code.
f4ca4b00 5205 (checkdoc-next-message-error): Doc fix.
38d5fc02 5206
fe8c7212
RS
52072001-11-17 Stephen Eglen <stephen@gnu.org>
5208
5209 * locate.el (locate): Show default locate pattern within the
16927a56
SM
5210 prompt, but don't insert it into the minibuffer contents.
5211 Catch the case when pattern is the empty string.
fe8c7212 5212
a5e6715c
EZ
52132001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5214
5215 * language/european.el ("French"): New language environment.
5216
032a857d
RS
52172001-11-16 Richard M. Stallman <rms@gnu.org>
5218
5219 * calendar/todo-mode.el (todo-save): Fix previous change.
5220
5221 * subr.el (functionp): Do use cdr-safe on object.
5222
b6270150
SM
52232001-11-16 Stefan Monnier <monnier@cs.yale.edu>
5224
5225 * bindings.el (mode-line-mode-name): Only put the help-echo property
5226 if the local-map property was put as well.
5227 (global-map): Bind switch-frame, delete-frame, iconify-frame
5228 and make-frame-visible events.
5229
5230 * emacs-lisp/elp.el (elp-not-profilable): New var.
5231 (elp-not-profilable-p): New function.
5232 (elp-instrument-function): Use it. Use backquotes and push.
5233
5234 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
5235 (byte-stack+-info, byte-compile-last-warned-form)
5236 (byte-compile-last-logged-file): Don't defconst a variable.
5237 (no-byte-compile): Declare.
5238 (byte-compile-file): Don't boundp-check no-byte-compile any more.
5239 (byte-compile-defvar): Leave defconst as is.
5240
5241 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
5242 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
5243 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
5244 (edebug-best-error): Don't defconst a variable.
5245 (edebug-read-syntax-table): Use a char-table.
5246 (edebug-lemacs-specific): Remove.
5247 Toplevel: Eliminate check for Lucid Emacs.
5248
5249 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
5250
5251 * rect.el (move-to-column-force): Mark obsolete.
5252 (operate-on-rectangle, delete-extract-rectangle-line)
5253 (insert-rectangle, delete-whitespace-rectangle-line)
5254 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
5255 (string-rectangle-history): New var.
5256 (string-rectangle, string-insert-rectangle): Use it.
5257 (delete-rectangle-line): Fix pos/column mixup and simplify.
5258
5259 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
5260 (normal-top-level, command-line, command-line-1): Simplify.
5261
5262 * tar-mode.el (tar-mode): Use define-derived-mode.
5263
5264 * view.el (view-mode-enable): Don't use make-local-hook.
5265
5266 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
5267
af604656
RS
52682001-11-16 Richard M. Stallman <rms@gnu.org>
5269
5270 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
5271 if it doesn't make sense as anything else.
5272 Don't recognize a "telephone number" at the beginning of the name.
5273 (mail-extr-leading-garbage): Match non-word characters only.
5274
acc24704 52752001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2879a13b 5276
792e5cbd
PJ
5277 * startup.el (command-line-processed): Doc fix.
5278
2879a13b
PJ
5279 * apropos.el (apropos-next-label-button): Doc fix.
5280
a2d7836f
SM
52812001-11-16 Stefan Monnier <monnier@cs.yale.edu>
5282
fa336b91
SM
5283 * comint.el (comint-mode): Simplify.
5284 (make-comint-in-buffer): Run `comint-mode' only if necessary.
5285
a2d7836f
SM
5286 * subr.el (eval-after-load): Make it work with features as well.
5287
5288 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
5289
5290 * international/mule-cmds.el (describe-input-method): Setup xref.
5291 (set-language-environment): Use functionp.
5292 (locale-language-names, locale-charset-language-names)
5293 (locale-preferred-coding-systems): Defconst and purecopy.
5294
5295 * language/european.el (mac-roman): Add mime-charset property.
5296
413da451
RS
52972001-11-15 Richard M. Stallman <rms@gnu.org>
5298
a2d7836f 5299 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
413da451
RS
5300 (multiple-value-apply, nth-value): Use defsubst rather than defalias
5301 to get better doc strings.
5302
acc24704 53032001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
987aac50
PJ
5304
5305 * derived.el: Fix autoload cookie.
5306
83709c9f
RS
53072001-11-15 Richard M. Stallman <rms@gnu.org>
5308
5309 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
5310
84932bf6
SM
53112001-11-15 Stefan Monnier <monnier@cs.yale.edu>
5312
5313 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
5314
16a2f75a
RS
53152001-11-15 Richard M. Stallman <rms@gnu.org>
5316
5317 * dired.el (dired-undo): Display a message to explain
5318 that this does not undo file system changes.
5319
53202001-11-15 David Kastrup <David.Kastrup@t-online.de>
5321
84932bf6
SM
5322 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
5323 into `unread-command-events' instead of trying keymap
5324 lookups ourselves. This makes mouse-clicks do the right
5325 thing even when keymaps of overlays are involved.
5326 (mouse-drag-drag): Likewise.
16a2f75a 5327
1997815f
AS
53282001-11-15 Andreas Schwab <schwab@suse.de>
5329
5330 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
5331 characters and append anchor to pattern added to auto-mode-alist.
5332
7f6e33e6
SM
53332001-11-15 Stefan Monnier <monnier@cs.yale.edu>
5334
5335 * server.el (server-process-filter): Run pore/post-comment-hook
5336 before/after visiting the file.
5337
5338 * info-look.el (makefile-mode): Add info for automake.
5339 (autoconf-mode): Fix the name of the index for automake.
5340
5341 * international/latin-9.el: Give pilcrow punctuation syntax.
5342
9522e2d8
AS
53432001-11-15 Andre Spiegel <spiegel@gnu.org>
5344
5345 * vc.el: Documentation fixes.
5346
7f6e33e6
SM
53472001-11-14 Stefan Monnier <monnier@cs.yale.edu>
5348
5349 * smerge-mode.el (smerge-match-conflict): Fix typo.
5350 (smerge-diff): Be careful to read match-data early enough.
5351
bac0fac8
CW
53522001-11-14 Colin Walters <walters@verbum.org>
5353
5354 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
5355 (calcFunc-subst): Use `defalias' instead of `fset' and
5356 `symbol-function'.
5357
5358 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
5359 (calcFunc-ceil, calcFunc-round): Ditto.
5360
5361 * calc/calc-bin.el (calcFunc-clip): Ditto.
7f6e33e6 5362
bac0fac8 5363 * calc/calc-ext.el (calcFunc-evalv): Ditto.
7f6e33e6 5364
bac0fac8 5365 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
7f6e33e6 5366
bac0fac8
CW
5367 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
5368 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
5369
5370 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
7f6e33e6 5371
bac0fac8
CW
5372 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
5373 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
5374 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
5375 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
5376 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
5377 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
5378 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
5379 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
5380 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
5381 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
5382 * calcsel2.el: Style cleanup; don't put closing parens on their
5383 own line, add "foo.el ends here" to each file, and update
5384 copyright date.
5385
5386 * README: Update maintainer.
5387
16a2f75a
RS
53882001-11-13 Richard M. Stallman <rms@gnu.org>
5389
cc84b70f
RS
5390 * progmodes/compile.el (recompile): Use compilation-arguments if
5391 set, so as to be able to M-x recompile the exact command which
5392 created a compilation-mode buffer.
5393
16a2f75a
RS
5394 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
5395
02beb936
RS
53962001-11-13 Gerd Moellmann <gerd@gnu.org>
5397
7f6e33e6 5398 * mouse.el (mouse-drag-region): Don't run the up-event
02beb936
RS
5399 handler if window start changed due to the down-mouse event.
5400
54012001-11-13 Richard M. Stallman <rms@gnu.org>
5402
5403 * mouse.el (mouse-show-mark): Either move point to the mark
5404 or use highlighting, never both.
5405 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
5406
54072001-11-13 Simon Josefsson <jas@extundo.com>
5408
1699c6af
RS
5409 * mail/smtpmail.el (top-level): Change maintainer to Simon
5410 Josefsson, cleanup the smtpmail.el header.
5411
5412 * mail/smtpmail.el (top-level): Don't require cl or base64.
5413 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
5414 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
5415 Defsubst instead of defmacro.
5416 (smtpmail-intersection): Return value in reverse order.
5417 (smtpmail-open-stream): Use stringp instead of string-to-list.
5418 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
5419 separated from smtpmail-via-smtp.
02beb936
RS
5420
5421 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
5422 rfc2104. Require base64 and cl.
5423 (smtpmail-smtp-service): Doc fix. :type fix.
5424 (smtpmail-debug-info): Doc fix.
5425 (smtpmail-debug-verb, smtpmail-auth-credentials)
7f6e33e6
SM
5426 (smtpmail-starttls-credentials, smtpmail-auth-supported):
5427 New variables.
02beb936
RS
5428 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
5429 mail-utils (it is autoloaded).
5430 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
5431 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
7f6e33e6 5432 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
02beb936
RS
5433 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
5434 (smtpmail-via-smtp): Support AUTH.
5435 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
5436
54372001-11-13 Richard M. Stallman <rms@gnu.org>
5438
5439 * ebuff-menu.el (electric-buffer-update-highlight): New function.
5440 (electric-buffer-overlay): New variable.
5441 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
5442 (electric-buffer-list): Likewise.
5443
fad241d3 5444 * isearch.el (isearch-whitespace-chars): Doc fix.
37606ed8 5445 (isearch-mode): Handle negative search-slow-window-lines correctly.
fad241d3 5446
5ebcaf36
SM
54472001-11-13 Stefan Monnier <monnier@cs.yale.edu>
5448
9145f1c2
SM
5449 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
5450
5ebcaf36 5451 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
37606ed8 5452 From Emmanuel Briot <briot@act-europe.fr>.
5ebcaf36 5453
31b85a14
EZ
54542001-11-13 Colin Walters <walters@debian.org>
5455
5456 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
5457
5458 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
5459 "~/.emacs"; use `read-file-name'.
5460
5461 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
5ebcaf36
SM
5462 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
5463 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
31b85a14
EZ
5464 * calc/calc.el: Use `frame-width' instead of `screen-width',
5465 `frame-height' instead of `screen-height', and,
5466 `executing-kbd-macro' instead of `executing-macro'.
5467
5468 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
5469 correct number of arguments.
5470
5ebcaf36
SM
5471 * calc/calc-aent.el (calc-do-alg-entry):
5472 Use `blink-paren-function' instead of `blink-paren-hook'.
31b85a14 5473
2fa8f8a4
RS
54742001-11-12 Richard M. Stallman <rms@gnu.org>
5475
ade67f6a
RS
5476 * calendar/todo-mode.el (todo-save): Add save-excursion
5477 and save-restriction.
5478
1c1d3d69
RS
5479 * server.el (server-edit, server-done): Doc fix.
5480
2fa8f8a4
RS
5481 * simple.el (clone-indirect-buffer): Error if major mode symbol
5482 has a no-clone-indirect property.
5483 (clone-buffer): Check for obvious errors before reading clone name.
5484
5485 * info.el (Info-mode): Add a no-clone-indirect property.
5486
99cb8c8b
SS
54872001-11-12 Sam Steingold <sds@gnu.org>
5488
5489 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
5490 set-buffer-modified-p to nil after `vc-exec-after'.
5491 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
5492 (log-view-mode): Make read-only.
5493 (log-view-current-file): Do final `expand-file-name' in the
5494 current `default-directory'.
5495 (log-view-current-tag): Take an optional `where' arg.
5496 (log-view-diff): New user command.
5497
acc24704 54982001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
275cffa7
PJ
5499
5500 * progmodes/cpp.el (cpp-choose-face): Fix typo.
5501
e7c8c428
SS
55022001-11-12 Sam Steingold <sds@gnu.org>
5503
5504 * emacs-lisp/cl-indent.el (toplevel): Indent properly
5505 `generic-flet', `generic-labels', `with-accessors',
5506 `with-condition-restarts'.
5507
68d2f12f
RS
55082001-11-12 Richard M. Stallman <rms@gnu.org>
5509
5510 * dired.el: Many trivial doc fixes.
5511 (dired-get-file-for-visit): New function.
5512 (dired-find-alternate-file, dired-mouse-find-file-other-window):
e7c8c428
SS
5513 (dired-view-file, dired-find-file-other-window, dired-display-file):
5514 (dired-find-file): Use dired-get-file-for-visit.
68d2f12f 5515
66b17d3f
RS
55162001-11-12 Alex Schroeder <kensanata@yahoo.com>
5517
5518 * sql.el (sql-mode): Doc change.
5519
5520 * sql.el (sql-mode-syntax-table): The backslash is no longer an
5521 escape character.
5522
273bd541
EZ
55232001-11-12 Colin Walters <walters@debian.org>
5524
5525 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
5526 (calc-do-keypad): Don't attempt to use nonexistent global
5527 mouse-map, use calc-keypad-map.
5528 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
5529 (calc-keypad-left-click): Don't use mouse-map; update to new event
5530 interface.
5531 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
5532 (calc-keypad-press): Use `unread-command-events' instead of
5533 `unread-command-char'.
5534
5535 * calc/calc-ext.el (calc-init-extensions): Update autoload names
5536 to match files renamed on initial calc import.
5537
acc24704 55382001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3d3f602a 5539
5ebcaf36
SM
5540 * textmodes/flyspell.el (flyspell-default-dictionary):
5541 Fix previous change.
3d3f602a 5542
b789d74a
RS
55432001-11-12 Richard M. Stallman <rms@gnu.org>
5544
5545 * textmodes/flyspell.el (flyspell-default-dictionary):
5546 Fix custom type.
5547
a4cd0cd7
RS
55482001-11-11 Richard M. Stallman <rms@gnu.org>
5549
eafb659a
RS
5550 * calendar/solar.el (solar-sunrise-and-sunset):
5551 Exchange the two extreme values of day-length.
5552
e7c8c428 5553 * progmodes/sh-script.el (sh-must-be-shell-mode):
a4cd0cd7
RS
5554 Allow modes derived from sh-mode.
5555
e7c8c428 5556 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
a4cd0cd7
RS
5557 Turn off error in some re-search-forward calls.
5558
5559 * replace.el (query-replace-skip-read-only): New variable.
5560 (perform-replace): If that variable is non-nil, ignore matches
5561 that have a read-only property.
5562
5563 * derived.el (define-derived-mode): Doc fix.
5564
5565 * server.el (server-buffer-done): Test of server-existing-buffer
5566 was backwards.
5567 (server-existing-buffer): Doc fix.
5568
5569 * textmodes/flyspell.el (flyspell-default-dictionary):
5570 Allow nil as value, and make nil the default.
5571
721c26b8
EZ
55722001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
5573
5574 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
5575 it is not fboundp.
5576 (clipboard-yank): Ditto.
5577
91e51f9a
EZ
55782001-11-11 Colin Walters <walters@verbum.org>
5579
5580 The following changes are based on patches from
c499f00a 5581 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
91e51f9a
EZ
5582 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
5583
5584 * calc/calc.el (toplevel): Require calc-macs.
5585 (calc-minibuffer-size): New.
5586 (calcDigit-nondigit): Use it instead of `buffer-size'.
5587 (calcDigit-backspace): Likewise.
5588 (calcDigit-nondigit): Use `minibuffer-contents' instead of
5589 `buffer-string'.
5590 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
5591 `point-min'.
5592 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
5593 `save-excursion'.
5594
5595 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
5596 simple `setq' form.
5597
5598 * calc/calc-ext.el: (toplevel): Require calc.
5599 (calc-fancy-prefix-map): New.
5600 (calc-fancy-prefix): Use it.
5601 (calc-fancy-prefix-other-key): New.
5602
5603 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
5604 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
5605 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
5606 (calcAlg-enter): Likewise.
5607 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
5608
2827a3c1
RS
56092001-11-10 Richard M. Stallman <rms@gnu.org>
5610
a4cd0cd7
RS
5611 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
5612 (quietly-read-abbrev-file): Doc fix.
5613
5614 * startup.el (command-line): Read standard abbrev
5615 file (abbrev-file-name), if it exists.
5616
5617 * files.el (save-abbrevs): Default value is t.
5618
2827a3c1
RS
5619 * progmodes/compile.el (compile-goto-error): Fix previous change
5620 in the case where subsequent errors have not been parsed yet
5621 because they are in a different source file.
5622
c48dc445
RS
56232001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5624
5ebcaf36
SM
5625 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5626 Merge two regular expressions into one.
c48dc445
RS
5627 (ps-mode): Make local bindings for `comment-start' and
5628 `comment-start-skip'.
5629 (ps-mode-looking-at-nested): Simplify an if-else construct;
5630 use `set-match-data' to set the result.
5631
56322001-11-10 Richard M. Stallman <rms@gnu.org>
5633
5634 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
5635 Function deleted.
5636 (flyspell-correct-word): Old definition deleted.
5637 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
5638 All references renamed too.
5639
ebc4ee8d
GM
56402001-11-10 Gerd Moellmann <gerd@gnu.org>
5641
5642 * Makefile.in (finder_setwins, setwins): Exclude Calc.
5643
dbe3a58a
PA
56442001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
5645
5646 * wid-edit.el (checklist): Removed `:menu-tag'.
5647 (radio-button-choice): Ditto.
5648 (editable-list): Ditto.
5649
acc24704 56502001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3b8d7e6e
PJ
5651
5652 * play/gomoku.el: Move definitions of constants to the beginning
5653 of file, before their use.
5654
5a34aae1
RS
56552001-11-09 Richard M. Stallman <rms@gnu.org>
5656
5657 * textmodes/flyspell.el: Use the keymap property
5658 instead of local-map, and don't use a minor-mode map.
5659 (flyspell-mode-map): Variable deleted.
5660 Don't mess with minor-mode-map-alist.
5661 (calling add-minor-mode): Specify nil for keymap.
5662 And always use add-minor-mode, now that it exists.
5663 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
5664 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
5665 or flyspell-local-mouse-map.
5666 (make-flyspell-overlay): Use flyspell-mouse-map directly.
5667 (flyspell-mode): Doc fix.
5668 (flyspell-mode-on): Don't call make-local-hook.
5669
34decfdb
SS
56702001-11-09 Sam Steingold <sds@gnu.org>
5671
5672 * emacs-lisp/debug.el (debugger-make-xrefs):
5673 Add buttons to all symbols.
5674
d25303d3
AS
56752001-11-09 Andre Spiegel <spiegel@gnu.org>
5676
5677 * vc.el: Add John David Smith to credits.
34decfdb 5678
d25303d3 5679 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
34decfdb 5680
d25303d3
AS
5681 * vc-hooks.el (vc-error-occured): Backquotified.
5682 (vc-file-prop-obarray): Use prime length for better efficiency.
5683
5684 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
5685
807378ad
EZ
56862001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
5687
5688 * info.el (Info-file-list-for-emacs): Add entries for Calc.
5689
60ab6064
MB
56902001-11-09 Miles Bader <miles@gnu.org>
5691
5692 * subr.el (functionp): Don't consider macros as functions.
5693
7c1ce64c
MB
56942001-11-08 Miles Bader <miles@gnu.org>
5695
1cf72ff8
MB
5696 * subr.el (functionp): Make work correctly for macros and unbound
5697 symbols.
5698
7c1ce64c
MB
5699 * comint.el (comint-send-input): Fix description of
5700 `comint-process-echoes' in the doc-string.
5701
d38b07f9
EZ
57022001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
5703
5704 * international/mule.el (make-translation-table): Doc fix.
5705 Suggested by Alex Schroeder <alex@gnu.org>.
5706
5a34aae1
RS
57072001-11-07 Richard M. Stallman <rms@gnu.org>
5708
5709 * info.el (Info-fontify-node): Highlight every third menu item.
5710
61763509
PA
57112001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
5712
5713 * cus-edit.el (custom-face-value-create): Don't ignore the
5714 `customized-face' attribute when finding the current face spec.
5715
ecd91f5f
SM
57162001-11-07 Stefan Monnier <monnier@cs.yale.edu>
5717
faa29f8b
SM
5718 * subr.el (with-local-quit): New macro.
5719 (make-syntax-table): Always inherit.
5720 (functionp): Be more careful when `object' is a symbol.
5721
ecd91f5f
SM
5722 * dabbrev.el (dabbrev-completion): Use "*Completions*".
5723
7263bb10
PE
57242001-11-07 Paul Eggert <eggert@twinsun.com>
5725
5726 * dired.el (dired-move-to-filename-regexp):
5727 Do not distinguish between ASCII letters and non-ASCII characters.
5728 Don't allow comma except in the form "month day, year".
5729 Don't allow space between month name and comma.
5730 Clean up the code that checks for trailing period, comma, and space.
5731 Remove now-obsolete comments, and add more commentary about
5732 Japanese dates.
5733 Always gobble up trailing spaces, instead of doing it only sometimes.
5734
05e122fe
MB
57352001-11-07 Miles Bader <miles@gnu.org>
5736
5737 * paren.el (show-paren-match-face): Add dark-background variant.
5738
c191d13c
SM
57392001-11-06 Stefan Monnier <monnier@cs.yale.edu>
5740
5741 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
5742 (lisp-mode-variables): Don't set paragraph-{start,separate}.
5743 Don't disable adaptive-fill-mode.
5744 (lisp-fill-paragraph): Use tab-width rather than 8.
5745 Prevent filling the first line of docstrings.
5746
242d2673
RS
57472001-11-06 Richard M. Stallman <rms@gnu.org>
5748
16f97fc3
RS
5749 * play/gomoku.el (gomoku): Doc fix.
5750
c191d13c
SM
5751 * jka-compr.el (jka-compr-partial-uncompress):
5752 Support an alternative of not using dd.
242d2673
RS
5753 (jka-compr-dd-program): Use defcustom to define this.
5754 (jka-compr-load-suffixes): Use defcustom.
5755 (jka-compr-mode-alist-additions): Use defcustom.
5756
c1966bb4
SM
57572001-11-06 Stefan Monnier <monnier@cs.yale.edu>
5758
5759 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
5760 Also work when LIMIT is further than the end of line.
5761
e154cc44
EZ
57622001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
5763
5764 * international/quail.el (quail-update-leim-list-file): Print the
c1966bb4 5765 offending file name if some of its quail-define-package forms is broken.
e154cc44 5766
d5360cc7
RS
57672001-11-05 Richard M. Stallman <rms@gnu.org>
5768
5769 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
5770 of the evaluated form.
5771
0e6f6028
PE
57722001-11-05 Paul Eggert <eggert@twinsun.com>
5773
5774 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
5775 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
5776 stamps always line up by default. Also, it uses a slightly
5777 different window to determine whether files are "recent".
5778
96238a5a
AI
57792001-11-05 Andrew Innes <andrewi@gnu.org>
5780
c1966bb4
SM
5781 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
5782 Don't attempt to remake autoloads before nuking .elc files.
96238a5a 5783
982f6c7e
RS
57842001-11-04 Richard M. Stallman <rms@gnu.org>
5785
48461f7c
RS
5786 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
5787 previous-single-property-change or next-single-char-property-change
5788 returns nil.
5789
c1966bb4 5790 * international/mule-cmds.el (set-locale-environment):
830047fd
RS
5791 Make it interactive; make arg optional.
5792
982f6c7e
RS
5793 * international/mule-diag.el (help-funs): Require help-funs.
5794
051a608d
EZ
57952001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
5796
5797 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
5798
2c738482
MB
57992001-11-04 Miles Bader <miles@gnu.org>
5800
5801 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
c1966bb4 5802 shadow of the splash image grey on a dark background instead of black.
2c738482 5803
9c01e545
SM
58042001-11-03 Stefan Monnier <monnier@cs.yale.edu>
5805
c191d13c
SM
5806 * term.el (all faces): Don't (copy-face 'default <foo>).
5807
9c01e545
SM
5808 * term/xterm.el (function-key-map):
5809 Add entry for `ESC [ 3 ~' -> <delete>
5810 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
5811 Use inheritance so that .emacs and terminfo take precedence.
5812
aed29b97
EZ
58132001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
5814
5815 * tooltip.el (tooltip-delay): Decrease to 0.7.
5816 (tooltip-hide-delay): Enlarge to 10.
5817
ed638cc9
RS
58182001-11-03 Richard M. Stallman <rms@gnu.org>
5819
5820 * startup.el (fancy-splash-tail): Explain how to recover
5821 from a crash, if there was a crash.
5822 (command-line-1): Reorganize display of startup screen,
d09cb033 5823 to simplify the logic. Use a temp buffer for it.
ed638cc9 5824
9ca8a5a0
EZ
58252001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
5826
d09cb033
SM
5827 * frame.el (set-background-color, set-foreground-color):
5828 Call face-set-after-frame-default, to propagate the new colors to
5829 the frame's parameters alist.
528e1416 5830
9ca8a5a0
EZ
5831 * calendar/timeclock.el (timeclock-out): Signal an error if
5832 timeclock-last-event is nil.
5833
55140940
SM
58342001-11-02 Stefan Monnier <monnier@cs.yale.edu>
5835
d09cb033
SM
5836 * textmodes/fill.el (fill-context-prefix): Fix braino.
5837
5838 * international/quail.el (quail-help):
5839 Use `help-buffer' and move `help-setup-xref' to beginning.
5840
5841 * international/mule-cmds.el (describe-language-environment):
5842 Use `help-buffer' and move `help-setup-xref' to beginning.
5843
55140940
SM
5844 * international/mule-diag.el (list-character-sets)
5845 (sort-listed-character-sets, describe-character-set)
5846 (describe-coding-system, describe-fontset, list-fontsets):
5847 Use `help-buffer' and move `help-setup-xref' to beginning.
5848 (describe-char-after): Use `internal-describe-syntax-value'.
5849
e6bff182
RS
58502001-11-02 Richard M. Stallman <rms@gnu.org>
5851
5852 * mouse.el (popup-menu): If the user refuses to select
5853 from a menu, don't try to invoke the menu.
5854
e8cdeaca
MB
58552001-11-02 Miles Bader <miles@gnu.org>
5856
5857 * help-mode.el (help-xref): New button type.
5858 (help-function, help-variable, help-face, help-coding-system)
5859 (help-input-method, help-character-set, help-type, help-symbol)
5860 (help-back, help-info, help-customize-variable, help-customize-face)
5861 (help-function-def, help-variable-def): Use it as a supertype.
5862 Remove `action' property.
5863
5864 * international/mule-diag.el (describe-character-set)
5865 (describe-coding-system): Pass correct args to `help-xref-button'.
5866 (sort-listed-character-sets): New button type.
5867 (list-character-sets): Use it.
5868 (list-charset-chars): New button type.
5869 (list-character-sets-1): Use it.
5870
58712001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
c22e59e1
SM
5872
5873 * indent.el (tab-always-indent, indent-for-tab-command):
5874 Remove redundant `never' setting.
2d78d3e8
SM
5875
5876 * fill.el (fill-region-as-paragraph): Don't forget to skip
5877 over current whitespace before looking for a preceding space.
5878
9271ed2c
RS
58792001-11-01 Richard M. Stallman <rms@gnu.org>
5880
e6bff182
RS
5881 * files.el (file-newest-backup): Don't pass backup file name
5882 thru file-name-sans-versions, because it never has version numbers.
5883
5884 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
5885 to avoid ambiguous nested loops.
55140940 5886
9271ed2c
RS
5887 * files.el (find-file-noselect): Offer to change buffer-read-only
5888 only when the file's read-only status has changed from before
5889 as well as disagreeing with the buffer's current status.
5890 (buffer-file-read-only): New var, local in all buffers.
5891
5892 * buff-menu.el (buffer-menu): Doc fix.
5893 (buffer-menu-other-window): Doc fix.
5894 (list-buffers, list-buffers-noselect): Doc fix.
5895
7360b8aa
GM
58962001-11-01 Gerd Moellmann <gerd@gnu.org>
5897
5898 * startup.el (command-line): If the terminal Emacs is running on
5899 has erase char set to ^H, use the Backspace key for deleting
5900 backward, and the Delete key for deleting forward.
5901
588c722f
MB
59022001-11-01 Miles Bader <miles@gnu.org>
5903
5904 * button.el (define-button-type): Make sure every user-defined
5905 button type has a supertype.
5906
74142afe
JR
59072001-10-31 Jason Rumney <jasonr@gnu.org>
5908
5909 * international/mule-cmds.el (locale-language-names): Add chs and
5910 cht as aliases for Chinese-GB and Chinese-BIG5.
5911
e6188964
RS
59122001-10-31 Richard M. Stallman <rms@gnu.org>
5913
5914 * bindings.el (mode-line-frame-identification): Add doc string.
5915 (mode-line-position, mode-line-modes): New variables.
5916 (mode-line-format): Use mode-line-position for the part
c22e59e1
SM
5917 that displays the position-in-buffer info.
5918 Use mode-line-modes for the part that displays major and minor modes.
e6188964 5919
cc1bde62
SS
59202001-10-31 Sam Steingold <sds@gnu.org>
5921
5922 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
5923 (debugger-setup-buffer): Call it.
5924 (debugger-mode-map): Bind RET and mouse-2.
5925
acc24704 59262001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
5927
5928 * startup.el: Document command line option --no-window-system
5929 instead of --no-windows.
5930
d4945dfb
SM
59312001-10-30 Stefan Monnier <monnier@cs.yale.edu>
5932
cbe52879
SM
5933 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
5934
bf9bb76f
SM
5935 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
5936 (font-lock-defaults-alist): Use it.
5937 From David Ponce <david.ponce@wanadoo.fr>
5938
5939 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
5940 output of `char-after'.
5941
747d3f2a
SM
5942 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
5943
d4945dfb
SM
5944 * simple.el (reindent-then-newline-and-indent): Insert the newline
5945 before indenting the first line.
5946 (undo-get-state, undo-revert-to-state): New funs.
5947 (shell-command): Don't kill the buffer even if empty.
5948 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
5949 (transpose-subr-end2): Remove.
5950 (transpose-subr): Add `special' arg and simplify.
5951 (transpose-subr-1): Rewrite.
5952 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
5953 (rfc822-goto-eoh): Simplify.
5954
3a426197
RS
59552001-10-30 Richard M. Stallman <rms@gnu.org>
5956
3e3d3704 5957 * enriched.el (enriched-face-ans): Fix previous change.
3a426197 5958
3f99f948
GM
59592001-10-30 Gerd Moellmann <gerd@gnu.org>
5960
5961 * international/iso-acc.el (iso-accents-compose): Remove a
5962 superfluous setq.
5963
ae830159
EZ
59642001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
5965
5966 * buff-menu.el (list-buffers-noselect): If the buffer's name
5967 starts with a blank, but it visits a file, do show it (for files
5968 whose names start with a blank).
5969
8e8223e2
SM
59702001-10-30 Stefan Monnier <monnier@cs.yale.edu>
5971
5972 * textmodes/fill.el (sentence-end-double-space)
5973 (sentence-end-without-period): Move to paragraphs.el.
5974 (fill-indent-according-to-mode): Change default to t.
5975 (fill-context-prefix): Simplify control-flow and use a more
5976 sophisticated merge that unifies both previous checks.
5977 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
5978 (fill-nobreak-predicate): Make it into a defcustom'd hook.
5979 (fill-nobreak-p): New fun.
5980 (fill-region-as-paragraph): Use it.
5981 Handle `fill-indent-according-to-mode' slightly differently.
5982 (fill-individual-paragraphs-prefix): Simplify the control-flow.
5983 (fill-individual-paragraphs-citation): Fix.
5984
5985 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
5986 (paragraph-start): Change default to the `text-mode' value.
5987 (sentence-end-double-space, sentence-end-without-period):
5988 Move from fill.el.
5989 (forward-paragraph): Use `parstart' and `parsep' for temp variables
5990 rather than rebinding `paragraph-start' and `paragraph-separate'.
5991
5992 * indent.el (indent-line-function): Change default to indent-relative.
d4945dfb 5993 (tab-always-indent): Add an `never' setting.
8e8223e2
SM
5994 (indent-according-to-mode): Handle `indent-relative' and
5995 `indent-relative-maybe' specially.
5996 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
d4945dfb 5997 Handle the `never' case for `tab-always-indent'.
8e8223e2
SM
5998 Don't call indent-according-to-mode for indent-relative' and
5999 `indent-relative-maybe'.
6000 (insert-tab): Rename `prefix-arg' to `arg'.
6001 (indent-region): Indent the first line as well.
6002 (indent-relative): Don't mark the buffer modified if the indentation
6003 is unchanged.
6004
6005 * textmodes/text-mode.el (paragraph-indent-minor-mode):
6006 Don't set paragraph-separate. Set paragraph-start more carefully.
6007 Set indent-line-function.
6008 (paragraph-indent-text-mode): Use it and define-derived-mode.
6009 (text-mode-map): Remove the \t binding.
6010 (text-mode): Simplify now that the default is more favorable.
6011
60122001-10-29 Stefan Monnier <monnier@cs.yale.edu>
6013
6014 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6015 If the regexp doesn't match, use a looser one.
6016 (find-variable-noselect): Add `file' argument.
6017
6018 * pcvs.el (cvs-mode-commit-hook): New hook.
6019 (cvs-mode-commit): Run it.
6020
6021 * log-edit.el (log-edit): Run hook after `log-edit-files'.
6022
6023 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
6024 (edebug-instrument-function): Use `find-function-noselect'.
6025
dead519d
RS
60262001-10-29 Richard M. Stallman <rms@gnu.org>
6027
4d083a8f
RS
6028 * term.el (term-if-emacs19): Macro deleted.
6029 Callers changed to use progn instead.
6030
6031 * frame.el (blink-cursor-mode): Doc fix.
6032
8767d866
RS
6033 * files.el (find-backup-file-name): Use make-backup-file-name.
6034
dead519d
RS
6035 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
6036 window-live-p.
6037 (edebug-set-conditional-breakpoint): Unconditionally use
6038 the former Emacs >=19 definition.
6039 (edebug-mark): Define unconditionally.
6040 (edebug-eval-expression): Always call read-from-minibuffer
6041 and specify history list.
6042 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
6043 edebug-set-conditional-breakpoint.
6044 (edebug-emacs-version-specific): Function deleted;
6045 do the job at top level.
6046 (edebug-emacs-19-specific): Function deleted, this is the default.
6047
bcaf1c36
SS
60482001-10-29 Sam Steingold <sds@gnu.org>
6049
6050 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
6051 "/cygdrive/LETTER/" pathnames.
6052
e76ecac5
EZ
60532001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
6054
6055 * faces.el (invert-face): Check for 'unspecified, not for nil,
8e8223e2
SM
6056 when testing whether face colors are not specified.
6057 From David.Kastrup@t-online.de (David Kastrup).
95125512 6058 (read-face-name): Doc fix.
bcaf1c36 6059 (make-face-bold, make-face-unbold, make-face-italic)
8e8223e2
SM
6060 (make-face-unitalic, make-face-bold-italic, invert-face):
6061 Remove trailing blank from the prompt passed to read-face-name.
e76ecac5 6062
d90a41e8
SS
60632001-10-29 Sam Steingold <sds@gnu.org>
6064
8e8223e2
SM
6065 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6066 Report numbers of files skipped and failed too.
d90a41e8
SS
6067 (byte-compile-file): Return 'no-byte-compile for skipped files.
6068
c499f00a 60692001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
e2c2a3e2
KG
6070
6071 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
6072 and `M p'.
6073
f6f4bfb3
GM
60742001-10-29 Gerd Moellmann <gerd@gnu.org>
6075
6076 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
6077 as is on unread-command-events instead of `(SECOND-CHAR)'.
6078
a4809977
AS
60792001-10-29 Andre Spiegel <spiegel@gnu.org>
6080
6081 * vc.el: Mention vc-*-switches in backend API documentation.
6082 (vc-annotate): Adapt doc string to recent change.
6083
0ccfdad2
GM
60842001-10-29 Gerd Moellmann <gerd@gnu.org>
6085
3f08fcd2
GM
6086 * enriched.el (enriched-face-ans): Handle face attributes
6087 of the form `(FACE1 FACE2 ...)'.
6088
8e8223e2 6089 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
0ccfdad2 6090
60ebcfe8
GM
60912001-10-29 Alex Schroeder <kensanata@yahoo.com>
6092
6093 * progmodes/sql.el (sql-mysql): Doc change by RMS.
6094
6095 * progmodes/sql.el (sql-db2): Doc change.
6096 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
6097 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
6098
6fd735df
GM
60992001-10-29 Gerd Moellmann <gerd@gnu.org>
6100
6101 * env.el (substitute-env-vars): Don't quote argument to `rx';
6102 it's a macro.
6103
8997e990
GM
61042001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
6105
6106 * cus-start.el (recursive-load-depth-limit): Added.
6107
eef442a5
RS
61082001-10-28 Richard M. Stallman <rms@gnu.org>
6109
36656ee3
RS
6110 * textmodes/ispell.el (version18p, version20p): Vars deleted.
6111 All uses removed--assume Emacs version is >= 20.
6112
6113 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
6114 by really checking that it is not version 18.
6115
eef442a5
RS
6116 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
6117
5bbf4378
MB
61182001-10-28 Miles Bader <miles@gnu.org>
6119
6120 * faces.el (face-attribute): Add INHERIT argument, consider face
6121 inheritance if it's non-nil.
6122 (face-attribute-merged-with): New function.
6123 (face-attribute-specified-or): New macro.
6124 (face-foreground, face-background, face-stipple): Add INHERIT
6125 argument. Use `face-attribute-specified-or'.
6126
8259bf10
SM
61272001-10-28 Stefan Monnier <monnier@cs.yale.edu>
6128
6129 * font-lock.el: Require `syntax'.
6130 (font-lock-defaults-alist): Don't define keywords for lisp languages.
6131 Use `c-font-lock-syntactic-face-function' for c languages.
6132 (font-lock-mode): Don't unset vars when turning the mode off.
6133 (font-lock-default-fontify-buffer): Don't unset vars at the end.
6134 (font-lock-extra-managed-props): New var.
6135 (font-lock-default-unfontify-region): Use it.
6136 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
6137 Don't eval the value when there's no match.
6138 (font-lock-ppss-stats): New var.
6139 (font-lock-ppss): New fun.
6140 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
6141 (font-lock-apply-highlight): Allow `highlight' to set several props.
6142 (font-lock-set-defaults): Use dolist.
6143 (font-lock-unset-defaults): Remove.
6144 (font-lock-match-c-style-declaration-item-and-skip-to-next):
6145 Try to recognize prototypes using `foo P_ ((args))'.
6146 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
6147 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
6148 (c-font-lock-syntactic-face-function): New function.
6149 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
6150 (c++-keywords): Use a more sophisticated regexp to handle
6151 shallowly nested templates.
6152
001c08a1
SM
61532001-10-27 Stefan Monnier <monnier@cs.yale.edu>
6154
8259bf10
SM
6155 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
6156 (sgml-tag): Use it. Cleanup with `cond'.
6157 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
6158 Mark the overlays and only delete those that are marked.
6159 (sgml-skip-close-p): Remove.
6160 (sgml-value): Replace sgml-skip-close-p with its definition.
6161 (html-tag-alist): Use sgml-xml a bit more.
6162 (html-mode): Set sgml-empty-tags.
6163
001c08a1
SM
6164 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
6165 (texinfo-update-node, texinfo-sequential-node-update):
6166 Don't bind the obsolete `auto-fill-hook'.
6167 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
6168 Use `set-buffer' rather than `switch-to-buffer'.
6169 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
6170 Use `set-buffer' rather than `switch-to-buffer'.
6171
6172 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
6173 text-mode-syntax-table.
6174 (mail-mode): Use define-derived-mode.
6175 Fix ordering of alternatives in adaptive-fill-regexp.
6176 (mail-mode-map): Don't rely on keymap's internal representation.
6177
c77c3a73
SS
61782001-10-27 Sam Steingold <sds@gnu.org>
6179
6180 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
6181 (sgml-xml-guess): Extracted from `html-mode' and generalized.
6182 (sgml-mode-common): Call it.
6183 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
6184 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
6185 (html-horizontal-rule, html-image, html-ordered-list):
6186 (html-unordered-list, html-list-item, html-paragraph):
6187 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
6188 `html-xhtml'.
6189
8e5ff9aa
EZ
61902001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
6191
6192 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
6193 (ifnothtml): New alias.
6194
b9c6ab68
SM
61952001-10-27 Stefan Monnier <monnier@cs.yale.edu>
6196
6197 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
6198 (toggle-text-mode-auto-fill): Use derived-mode-p.
6199
cfc3aed3
GM
62002001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
6201
6202 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
6203 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
6204
bd6eb1cb
EZ
62052001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
6206
bcfb9eff
SM
6207 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6208 Add make-obsolete cookies, to follow faces.el.
944e6f60 6209
bd6eb1cb 6210 These changes avoid warnings from the byte compiler in faces.el:
bcfb9eff 6211
bd6eb1cb
EZ
6212 * faces.el (internal-get-face): Use facep instead of the obsolete
6213 internal-find-face.
bcfb9eff
SM
6214 (internal-frob-font-weight, internal-frob-font-slant):
6215 New defaliases for obsolete functions.
6216 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6217 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
bd6eb1cb
EZ
6218 (x-make-font-bold-italic): Use internal-frob-font-weight and
6219 internal-frob-font-slant aliases instead of the obsolete
6220 x-frob-... functions.
6221
58203d91
SS
62222001-10-26 Sam Steingold <sds@gnu.org>
6223
6224 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
e5d1dee9 6225 DOCTYPE; set `mode-name' based on it.
58203d91
SS
6226 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
6227 (sgml-tag): Close empty tags in XHTML.
6228
317672ff
JR
62292001-10-26 Jason Rumney <jasonr@gnu.org>
6230
6231 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
6232 when UNICODE is not defined.
6233
07fedaed
SS
62342001-10-26 Sam Steingold <sds@gnu.org>
6235
6236 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
6237 be alone on the line.
6238
d4e34d24
EZ
62392001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
6240
bcfb9eff 6241 * button.el (button): Special face definition for MS-DOS terminals.
d4e34d24 6242
187cd25b
SS
62432001-10-26 Sam Steingold <sds@gnu.org>
6244
6245 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
6246 Protect the /= test by checking that the args are non-nil.
b9c6ab68 6247 (sh-font-lock-close-heredoc): Check eof for being non-nil.
187cd25b 6248
63db25ed
GM
62492001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
6250
6251 * textmodes/artist.el (artist-version): 1.2.4.
6252 (artist-butlast-fn): New variable.
6253 (artist-butlast): New function.
6254 (artist-ellipse-mirror-quadrant): Use it.
6255 (artist-mouse-draw-poly): Use nil for `point-list'.
6256 (artist-mouse-draw-poly): Check for point-list being nil.
6257
627a4e30
GM
62582001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
6259
6260 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
6261 lambda expression.
6262 (ps-mode-menu-main): Submenu with options on/off was replaced with
6263 a toggle button.
6264 (ps-mode, ps-run-mode): Define with `define-derived-mode'
6265 (ps-mode): Autoload cookie added on same line as comment
6266 (ps-mode-tabkey, ps-mode-backward-delete-char):
6267 (ps-mode-r-balance): Replace `delete-horizontal-space' and
6268 `indent-to' with `indent-line-to'
6269 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
6270 instead of `eval'.
6271 (ps-mode-print-region): Use `with-temp-buffer'.
b9c6ab68 6272 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
627a4e30
GM
6273 (numerous places): Add back-tick and tick around names in
6274 docstrings, fix punctuation in docstrings, remove trailing spaces.
187cd25b 6275
bcfb9eff
SM
62762001-10-25 Stefan Monnier <monnier@cs.yale.edu>
6277
6278 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
6279 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
6280 (sgml-font-lock-syntactic-keywords): New var.
6281 (sgml-mode-common): Drop the two args.
6282 Don't make buffer-local variables that aren't used.
6283 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
6284 Don't set `before-string' props from sgml-display-text.
6285 (sgml-mode): Use define-derived-mode.
6286 (sgml-tags-invisible): Use sgml-display-text.
6287 (sgml-quote): New command.
6288 (html-tag-alist): Add args for `span'.
6289 (html-mode): Use define-derived-mode.
6290 Set sgml-display-text and sgml-tag-face-alist.
6291
598f34fa
SS
62922001-10-25 Sam Steingold <sds@gnu.org>
6293
6294 * add-log.el (add-log-always-start-new-record): New user option.
6295 (add-change-log-entry): Use it.
6296
a3fbafe2
RS
62972001-10-25 Richard M. Stallman <rms@gnu.org>
6298
6299 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
6300 bind case-fold-search if FROM is not all lower case.
6301
5b6a51aa
GM
63022001-10-25 Gerd Moellmann <gerd@gnu.org>
6303
dfe92a6a
GM
6304 * startup.el (normal-top-level): Check for frame-initial-frame
6305 only if it's really used.
6306
879eadc3
GM
6307 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
6308
5b6a51aa
GM
6309 * progmodes/compile.el (compilation-parse-errors-filename-function):
6310 New variable.
6311 (compilation-parse-errors): Use it.
6312
d73a471b
SM
63132001-10-25 Stefan Monnier <monnier@cs.yale.edu>
6314
6315 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
6316 interactively so that C-u M-C-x still does edebug.
6317 (checkdoc-sentencespace-region-engine): Don't force a double-space
6318 after `.' if it doesn't look like an end-of-sentence.
6319 (debug-ignored-errors): Add `disambiguate ...'.
6320
63212001-10-24 Stefan Monnier <monnier@cs.yale.edu>
6322
6323 * textmodes/texinfo.el (texinfo-environments)
bcfb9eff 6324 (texinfo-environment-regexp): Hoist.
d73a471b
SM
6325 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
6326 Only highlight the menu name in menu items.
6327 Setup `@foo ... @end foo' as text clones.
6328 (texinfo-clone-environment): New function.
6329 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
6330 (texinfo-insert-block): Simplify.
6331 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
6332 the command is repeated.
6333 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
6334 (texinfo-insert-@end): Simplify.
6335
6336 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
6337 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
6338 (texinfo-subsubsection-level-regexp)
6339 (texinfo-update-menu-same-level-regexps)
6340 (texinfo-update-menu-higher-regexps)
bcfb9eff 6341 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
d73a471b
SM
6342
6343 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
6344 (derived-mode-p): Autoload.
6345
6346 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
6347 New vars and functions.
6348 (text-clone-maintain, text-clone-create): New functions.
6349
f66bd220
MB
63502001-10-25 Miles Bader <miles@gnu.org>
6351
6352 * facemenu.el (facemenu-add-new-face): Fix variable names.
6353
b617a66b
RS
63542001-10-24 Richard M. Stallman <rms@gnu.org>
6355
d436d538
RS
6356 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
6357 of t and nil values.
6358 (facemenu-set-face): Handle START and END interactively.
6359 (facemenu-set-foreground): Don't use a face; specify color directly.
6360 (facemenu-set-background): Likewise.
6361 (facemenu-set-face-from-menu): Doc fix.
6362 (facemenu-active-faces): Use face-attribute-vector
6363 to handle bare attributes not in faces.
6364 (facemenu-get-face): Don't handle face names fg:... and bg:...
6365 specially.
6366 (facemenu-add-new-face): New argument MENU.
6367 New way to handle adding colors to the color menus.
6368
b617a66b
RS
6369 * env.el (substitute-env-vars): Quote the arg to rx.
6370
7b611de0
SS
63712001-10-24 Sam Steingold <sds@gnu.org>
6372
6373 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
c71a58a3 6374 Control" and "SGML" groups.
7b611de0 6375
c533fe40
SM
63762001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6377
6378 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6379 Better handling of C++ template args to avoid confusion with `<'
6380 and `>' used as operators in member init expressions.
6381
bdbdebff
GM
63822001-10-24 Gerd Moellmann <gerd@gnu.org>
6383
4aa6b955
GM
6384 * replace.el (perform-replace): Move START and END parameters
6385 to the end of the argument list and make them optional.
6386
6387 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
6388 perform-replace.
6389
c533fe40 6390 * international/fontset.el (x-must-resolve-font-name): New function.
bdbdebff
GM
6391 (x-complement-fontset-spec): Use it.
6392
0033146f
SM
63932001-10-23 Stefan Monnier <monnier@cs.yale.edu>
6394
e07777e6
SM
6395 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
6396
0033146f
SM
6397 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
6398 Turn caadr into caar of cdr.
6399
24db49fb
GM
64002001-10-23 Gerd Moellmann <gerd@gnu.org>
6401
e07777e6 6402 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
61fd8d32
GM
6403 of mouse-{1,2} since dragging is on the down event.
6404
c51488cd
GM
6405 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
6406
197a9dfd
GM
6407 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
6408 if ARG is nil.
6409
24db49fb
GM
6410 * desktop.el (desktop-last-buffer): New variable.
6411 (desktop-create-buffer): Set it.
6412 (desktop-read): Bind it and switch to that buffer.
6413
e38e2839
GM
64142001-10-22 Gerd Moellmann <gerd@gnu.org>
6415
e07777e6
SM
6416 * progmodes/compile.el (compilation-set-window-height):
6417 Select old window only if it's still live.
e38e2839 6418
acc24704 64192001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
784b8937
PJ
6420
6421 * help-mode.el (help-buffer): Remove debugging code.
6422 From Stefan Monnier <monnier@cs.yale.edu>.
6423
b704d54b
EZ
64242001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
6425
e07777e6
SM
6426 * files.el (file-name-sans-extension, file-name-extension):
6427 Don't count the leading dots in file names as signaling an extension.
b704d54b 6428
fb2fa4a9
AS
64292001-10-22 Andre Spiegel <spiegel@gnu.org>
6430
6431 * vc.el (vc-diff-switches): Doc rewritten.
6432
7142670a
EZ
64332001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
6434
4b2bb9be
EZ
6435 * tooltip.el (tooltip-set-param): Doc fix.
6436
2840d653
EZ
6437 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
6438 127 to sgml-maybe-name-self.
6439 (sgml-name-8bit-mode): Doc fix.
6440 (sgml-char-names-table): New variable.
6441 (sgml-name-char): Support non-ASCII and mule-unicode-*
6442 characters. Doc fix.
6443 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
6444
7142670a
EZ
6445 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
6446 doc string the effect of `left' and `top' parameters in
6447 tooltip-frame-parameters, the default values, and the units.
e07777e6 6448 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
7142670a
EZ
6449 (tooltip-show): Mention in the doc string the `top' and `left'
6450 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
6451
dea19473
AS
64522001-10-22 Andre Spiegel <spiegel@gnu.org>
6453
6454 Add autoscaling support for vc-annotate.
9522e2d8 6455 From J.D. Smith <jdsmith@alum.mit.edu>.
e07777e6 6456
dea19473
AS
6457 * vc.el (vc-annotate-display-default): Accept colormap scaling
6458 ratio (now deprecated).
6459 (vc-annotate-display-autoscale): Added.
6460 (vc-annotate-add-menu): New autoscaling menu options "Span to
6461 Oldest" and "Span Oldest->Newest". Easymenu support added for
e07777e6 6462 toggle menus driven by customize variable `vc-annotate-display-mode'.
dea19473
AS
6463 (vc-annotate-display-select): Added.
6464 (vc-annotate): Changed temp-buffer-show-function to
6465 `vc-annotate-display-select'.
6466 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
6467 Added argument OFFSET. Instead of backend function, calls now
6468 generic `vc-annotate-difference'.
6469 (vc-annotate-difference): Added as generic function instead of
6470 backend-specific function. No longer takes argument POINT, but
6471 instead accepts a time OFFSET.
6472 (vc-default-annotate-current-time): Added.
6473
6474 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
e07777e6 6475 version in vc.el, with
dea19473 6476 (vc-cvs-annotate-current-time): Added, as override of default.
ea136e8d 6477 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
dea19473
AS
6478 `vc-cvs-annotate-difference'.
6479
04808157
GM
64802001-10-22 Gerd Moellmann <gerd@gnu.org>
6481
26fe1f92
GM
6482 * saveplace.el (save-place): Require `saveplace'.
6483
e07777e6 6484 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
04808157
GM
6485 Use `sexp' for :value-type instead of `face'.
6486
a6a1654e
EZ
64872001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6488
6489 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
6490 regexps due to 5-digit message IDs.
6491
4fdd691b
JR
64922001-10-21 Jason Rumney <jasonr@gnu.org>
6493
a6a1654e 6494 * term/w32-win.el (redisplay-dont-pause): Don't set.
4fdd691b 6495
a6a1654e 64962001-10-21 Miles Bader <miles@gnu.org>
c9a95b79
MB
6497
6498 * help-funs.el (help-manyarg-func-alist): Variable removed.
6499
7e9a6a1b
MB
65002001-10-21 Miles Bader <miles@gnu.org>
6501
6502 * help-funs.el (help-manyarg-func-alist): Remove entries for
a3b10252
MB
6503 `insert', `insert-and-inherit', `insert-before-markers',
6504 `insert-before-markers-and-inherit', `message', `message-box',
6505 `message-or-box', `propertize', `format', `encode-time', `append',
6506 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
6507 `insert-string', `ml-if', `ml-provide-prefix-argument', and
6508 `ml-prefix-argument-loop'.
7e9a6a1b 6509
72830e8a
AS
65102001-10-21 Andre Spiegel <spiegel@gnu.org>
6511
e07777e6
SM
6512 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
6513 (vc-default-diff-tree): New functions.
72830e8a
AS
6514 (vc-version-diff): Use them. As a result, coding systems are now
6515 set up properly for all sorts of diffs, and tree diffs can now
6516 also be done locally.
6517 (vc-diff): With a prefix argument, don't require that it's called
6518 from a buffer under version control.
a279f22f 6519 (diff-switches): Remove duplicate definition.
e07777e6 6520
72830e8a
AS
6521 * vc-cvs.el (vc-cvs-diff-tree): New function.
6522
b6715b9f
MB
65232001-10-21 Miles Bader <miles@gnu.org>
6524
386ca361
MB
6525 * help-funs.el (help-manyarg-func-alist): Remove entries for
6526 `list', `vector', `make-byte-code', `call-process',
6527 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
6528 `logand', `logior', and `logxor'.
6529
b6715b9f
MB
6530 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
6531 image bits to compensate. Use `make-string' instead of
6532 `make-bool-vector' (XBM apparently wants byte-aligned rows).
6533
db6f8ff1
KS
65342001-10-20 Kim F. Storm <storm@cua.dk>
6535
6536 * simple.el (kill-ring-save): Don't show extent of copied region
6537 if using transient-mark-mode and region is fully visible.
6538
5fdac1b8 6539See ChangeLog.9 for earlier changes.
a30eb617
DL
6540
6541;; Local Variables:
6542;; coding: iso-2022-7bit
6543;; End:
2a34a036 6544
5fdac1b8 6545 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2a34a036
GM
6546 Copying and distribution of this file, with or without modification,
6547 are permitted provided the copyright notice and this notice are preserved.