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