*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
0142178a
PJ
12001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2
3 * COPYING: Removed.
4
d4824a5d
DL
52001-11-29 Dave Love <fx@gnu.org>
6
7 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
8 (fortran-window-create, fortran-window-create-momentarily):
9 Rewrite, moving error condition.
10 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
11 (fortran-mode-syntax-table): Revert last change.
12
13 * international/mule.el: Doc fixes.
14 (map-charset-chars): New function.
15 (register-char-codings): Use it to cope with generic chars in
16 safe-chars.
17
dd536f94
PJ
182001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
19
6d8b258a
PJ
20 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
21
132c0cc0
PJ
22 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc
23 fixes.
24
dd536f94
PJ
25 * play/studly.el (studlify-word, studlify-region)
26 (studlify-buffer): Fix doc-string.
27 (studlify-buffer): Add autoload cookie.
28
3ce081f5
SM
292001-11-28 Stefan Monnier <monnier@cs.yale.edu>
30
31 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
32 (outline-up-heading-all): Remove.
33 (hide-sublevels): Move to end-of-heading before calling flag-region.
34 (outline-copy-overlay, outline-discard-overlays): Remove.
35 (outline-flag-region): Use `remove-overlays'.
36 Don't move to end-of-heading.
37 (outline-next-visible-heading, outline-back-to-heading)
38 (outline-on-heading-p): Use outline-invisible-p.
39 (outline-font-lock-level): Use outline-up-heading's new arg.
40 (outline-minor-mode): Simplify.
41 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
42 (outline): Put a `reveal-toggle-invisible' property.
43 (outline-level-heading): New var.
44 (outline-insert-heading, outline-promote, outline-demote)
45 (outline-toggle-children): New commands.
46
47 * progmodes/hideif.el (hif-end-of-line): New function.
48 (hide-ifdef-mode): Set line-move-ignore-invisible.
49 (hide-ifdef-region-internal): New function.
50 (hide-ifdef-region): Use it.
51 (hif-defined): Return an integer.
52 (hif-infix-to-prefix): Remove.
53 (hif-tokenize): Parse from the buffer rather than from a string.
54 Correctly tokenize integers. Use forward-comment.
55 (hif-expr): Use hif-or.
56 (hif-term): Use hif-and.
57 (hif-factor): Use hif-not. Handle numbers properly.
58 Don't require parenthesis around `defined's argument.
59 (hif-and, hif-or, hif-not): New funs.
60 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
61 (hif-hide-line): Don't hide the \n before the line.
62 (hif-possibly-hide): Correctly handle numeric evaluation results.
63
64 * progmodes/make-mode.el: Use line-(end|beginning)-position.
65 (makefile-mode): Set indent-line-function.
66 (makefile-browser-insert-continuation): Use with-current-buffer.
67 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
68
29e53a0a
KF
692001-11-28 Karl Fogel <kfogel@red-bean.com>
70
71 * isearch.el (isearch-yank-internal): New helper function.
72 (isearch-yank-char): New function.
73 (isearch-yank-word, isearch-yank-line): Rewrite to use
74 isearch-yank-internal.
75
381e32f0
EZ
762001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
77
78 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
79 aren't supported. Print a message to that effect if invoked.
80
7e6b76ac
RS
812001-11-27 Stephen Eglen <stephen@gnu.org>
82
83 * locate.el (locate): Put point at first matching file rather
84 than top of buffer.
85
8a1f8073
SM
862001-11-27 Stefan Monnier <monnier@cs.yale.edu>
87
88 * reveal.el: New file.
89
90 * progmodes/hideif.el: Misc cleanup.
91 (hide-ifdef-mode-submap): Put the def in the defvar.
92 Use substitute-key-definition.
93 (hide-ifdef-mode): Use define-minor-mode.
94 (hif-outline-flag-region): Remove.
95 (hif-show-all): Define in terms of hif-show-ifdef-region.
96 (hif-after-revert-function): Rename from hif-before-revert-function.
97 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
98 (hif-tokenize): Use with-syntax-table.
99 (hif-make-range): Use `else' also for `else-p'.
100 (hif-range-else-p): Remove.
101 (hif-find-range): Simplify.
102 (hif-hide-line): Don't bother preserving buffer-modified-p.
103 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
104 Don't use selective-display and inhibit-read-only.
105
106 * subr.el (copy-overlay, remove-overlays): New funs.
107
108 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
109
8a946354
SS
1102001-11-27 Sam Steingold <sds@gnu.org>
111
112 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
113 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
114 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
115 * obsolete/c-mode.el, obsolete/cplus-md.el
116 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
117 * term/sun-mouse.el, textmodes/artist.el:
118 Converted backquote to the new style.
b2013aad 119 * mouse.el, reposition.el: Likewise (in comments).
646adf90 120 * expand.el: Likewise (in a string).
8a946354 121
c6aedc92
RS
1222001-11-27 Richard M. Stallman <rms@gnu.org>
123
124 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
125
1262001-11-26 Richard M. Stallman <rms@gnu.org>
127
128 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
129 if :on-glyph or :off-glyph is a list, eval it and store it back.
130 (checkbox): Quote the values for :on-glyph and :off-glyph.
131
132 * cus-start.el (recursive-load-depth-limit): Delete item.
133
9fabb2f5
SM
1342001-11-26 Stefan Monnier <monnier@cs.yale.edu>
135
136 * help-fns.el (describe-categories, help-describe-category-set): New.
137
9714ec23
SS
1382001-11-26 Sam Steingold <sds@gnu.org>
139
140 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
141 arguments to `insert' are strings.
142
d1420435
RS
1432001-11-26 Richard M. Stallman <rms@gnu.org>
144
145 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
146
26780e5b
EZ
1472001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
148
bf17ab09
EZ
149 * loaddefs.el: Regenerated.
150
151 * international/mule-diag.el: Require help-fns instead of
152 help-funs.
153
125eb411
EZ
154 * help-fns.el: Renamed from help-funs.el.
155
26780e5b
EZ
156 * startup.el (command-line-1): Don't try to call process-list if
157 it is not fboundp.
158
bc5c763a
SS
1592001-11-26 Sam Steingold <sds@gnu.org>
160
161 * frame.el (show-trailing-whitespace): Remove :set argument (the
162 value was essentially identical to the defalt).
163
eac9cf5f
PJ
1642001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
165
eef289b9
PJ
166 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
167
168 * icomplete.el (icomplete-minibuffer-setup): Likewise.
169
170 * hilit-chg.el (hilit-chg-set): Likewise.
171
172 * speedbar.el (speedbar-mode): Likewise.
173
174 * calendar/calendar.el (calendar-mode): Likewise.
175
eac9cf5f
PJ
176 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
177 insert-string.
178
179 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
180
eac9cf5f
PJ
181 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
182
183 * term/sun-mouse.el (sun-yank-selection): Likewise.
184
185 * textmodes/bib-mode.el (return-key-bib): Likewise.
186
187 * calendar/appt.el (appt-disp-window): Likewise.
188
189 * calendar/diary-lib.el (list-diary-entries): Likewise.
190
191 * array.el (array-reconfigure-rows): Likewise.
192
193 * filecache.el (file-cache-minibuffer-complete): Likewise.
194
195 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
196
197 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
198
199 * allout.el (outline-version, outline-open-topic)
200 (outline-rebullet-heading, outline-insert-listified)
201 (outline-latex-verbatim-quote-curr-line)
202 (outline-latexify-one-item, outlineify-sticky): Likewise.
203
eef289b9
PJ
204 * vc.el (vc-next-action-on-file): Likewise.
205 (vc-dired-mode): Remove make-local-hook.
206
26e46917
AS
2072001-11-26 Andre Spiegel <spiegel@gnu.org>
208
209 * vc.el (vc-find-version): New function.
210 (vc-version-other-window): Redefined in terms of the above.
211
212 * log-view.el (log-view-find-version): New function.
213 (log-view-mode-map): Bind it to `f'.
214
5d993658
GM
2152001-11-26 Gerd Moellmann <gerd@gnu.org>
216
217 * language/devan-util.el (dev-char-glyph): Escape `"' in
218 string literals.
bc5c763a 219 (dev-glyph-glyph, dev-glyph-glyph-2)
a4a0b81c 220 (devanagari-compose-syllable-region): Likewise.
5d993658 221
ebcbef4e
RS
2222001-11-26 Richard M. Stallman <rms@gnu.org>
223
224 * window.el (save-selected-window): No error if saved window is dead.
225
226 * help-funs.el (describe-syntax): Put (interactive) after doc string.
227
34d16326
PJ
2282001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
229
ec9164f3
PJ
230 * international/quail.el (quail-help): Require help-mode in
231 top-level instead.
232
34d16326
PJ
233 * iswitchb.el (iswitchb-exhibit): Use insert instead of
234 insert-string.
235
555185de
PJ
236 * icomplete.el (icomplete-exhibit): Likewise.
237
5c131048
SM
2382001-11-25 Stefan Monnier <monnier@cs.yale.edu>
239
240 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
241 (diff-hunk-kill): Simplify.
242 (diff-post-command-hook): Only apply to a single hunk.
243 (diff-hunk-text): Make `char-offset' non-optional.
244 (diff-find-text): Return a cons cell.
245 (diff-find-approx-text): New fun.
246 (diff-find-source-location): Use it.
247 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
ebcbef4e 248 Adapt to new retval of diff-find-text.
5c131048
SM
249
250 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
251 rather than integer- representation of dates.
252
253 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
254
255 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
256 (syntax-after): New fun.
257
258 * help-funs.el (describe-syntax): New fun.
259
260 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
261 (font-lock-ppss-stats, font-lock-ppss): Remove.
262 (font-lock-fontify-syntactically-region): Remove tuning code.
263 (font-lock-compile-keywords): Fix off-by-one bug.
264 (font-lock-set-defaults): Don't set removed vars.
265 (c-keywords): Add `inline'.
266 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
267
268 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
269 Set syntax-begin-function.
270 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
271 (lisp-interaction-mode): Don't set local-abbrev-table any more.
272 (lisp-mode-auto-fill): Use syntax-ppss and obey
273 comment-auto-fill-only-comments.
274 (lisp-fill-paragraph): Use syntax-ppss.
275
0c773047
SZ
2762001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
277
278 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
279 version of rmail-enable-mime.
280 (rmail-forward): Use it.
281
92dfd10c
RS
2822001-11-25 Richard M. Stallman <rms@gnu.org>
283
9fefa08b
RS
284 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
285
396ae608
RS
286 * international/quail.el (quail-keyboard-layout-button):
287 Define button type.
288 (quail-keyboard-customize-button): Likewise.
289 (quail-help): Use those button types. Require `help-mode'.
290 Avoid altering the argument `package'.
291
292 * help-mode.el (help-function, help-variable, help-face)
293 (help-coding-system, help-input-method, help-character-set):
294 Define each button type with its own explicit define-button-type.
295
92dfd10c
RS
296 * language/devan-util.el: Comment out parts of the file
297 which apparently are garbled.
298
2992001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
fefed09d
PJ
300
301 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
92dfd10c 302 insert-string.
fefed09d 303
97d012e8
PJ
3042001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
305
306 * play/snake.el (snake-mode): Remove make-local-hook.
307
308 * play/tetris.el (tetris-mode): Likewise.
309
310 * play/decipher.el (decipher-mode): Likewise.
311
312 * tmm.el (tmm-add-prompt): Likewise.
313
df5bde6d
SS
3142001-11-25 Sam Steingold <sds@gnu.org>
315
316 * menu-bar.el (menu-bar-apropos-menu): New variable.
317 Moved all `apropos' bindings to this menu.
318 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
319
8727d588
RS
3202001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
321
322 The following changes are for new indian languages support based
323 on Unicode charset and CDAC fonts.
324
325 * international/mule-conf.el: Change indian-1-column charset to
326 indian-glyph charset.
327
328 * international/characters.el: Adjusted for the change of
329 indian-1-column -> indian-glyph.
330
331 * international/fontset.el: Delete the setting for indian-1-column
332 and add the setting for indian-glyph in the default fontset.
df5bde6d 333
8727d588
RS
334 * language/indian.el: Completely re-written.
335
df5bde6d 336 * language/devanagari.el: Completely re-written.
8727d588
RS
337
338 * language/devan-util.el: Completely re-written.
339
340 * language/ind-util.el: New file.
341
bfba6c09
RS
3422001-11-24 Richard M. Stallman <rms@gnu.org>
343
344 * startup.el (command-line-1): Don't do startup screen
92dfd10c
RS
345 if a subprocess is running. Call the startup screen buffer
346 "GNU Emacs". Make a special mode-line-format for it.
bfba6c09
RS
347
348 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
349 (browse-url-galeon): Use that variable.
350
351 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
352 eval-expression. Eval and set the variable simply.
353
354 * files.el (temporary-file-directory): Use defcustom.
355 (small-temporary-file-directory): Likewise.
356 (normal-backup-enable-predicate): Move down in file
357 after definition of temporary-file-directory.
358
359 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
360
4fdb78a1
CW
3612001-11-24 Colin Walters <walters@debian.org>
362
363 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
364 autoload names to match files renamed on initial calc import.
365
906bd0ef
CW
366 * calc/calc.el (Commentary): Cleanup, and add logistic curve
367 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
368
7695eb98
CW
3692001-11-23 Colin Walters <walters@debian.org>
370
371 * Makefile.in (finder_setwins, setwins): Include Calc again.
df5bde6d 372
b8003ee9 373 * calc/calc-rules.el: Add header comment.
7695eb98 374
66b57a6a
AS
3752001-11-23 Andre Spiegel <spiegel@gnu.org>
376
377 * vc.el (with-vc-properties): Don't bind `filename' locally.
378 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
379 to avoid name clashes. Fix `lisp-indent-function' property for
380 both.
381
5d1c5247
FP
3822001-11-23 Francesco Potorti` <pot@gnu.org>
383
384 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
385
7743d033
CW
3862001-11-22 Colin Walters <walters@debian.org>
387
df5bde6d 388 * calc/calc-misc.el (report-calc-bug):
f3e15a2c 389 Use `reporter-prompt-for-summary-p'.
7743d033
CW
390
391 * calc/INSTALL, calc/Makefile: Remove.
392
bf1ec482
MB
3932001-11-22 Miles Bader <miles@gnu.org>
394
5d1c5247 395 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
bf1ec482
MB
396 (reb-match-2, reb-match-3): Add dark-background variants.
397
5fb25beb
CW
3982001-11-22 Colin Walters <walters@debian.org>
399
400 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
401 (info "Calc").
8f148852 402 (report-calc-bug): Use reporter.el.
5d1c5247 403
8f148852 404 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
5fb25beb 405
2b452d74
RS
4062001-11-21 Richard M. Stallman <rms@gnu.org>
407
ecafbba2
RS
408 * which-func.el (which-function): Call imenu--make-index-alist
409 if necessary to get a list of functions.
410 (which-function-imenu-failed): New variable.
411 (which-func-update): Handle all visible windows.
412 (which-func-update-1): New subroutine broken out of which-func-update.
413
5d1c5247 414 * files.el (temporary-file-directory, null-device)
eb61b61b
RS
415 (small-temporary-file-directory): Definitions moved up.
416
8e3acc66
RS
417 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
418 (cperl-non-problems, cperl-praise): Doc fixes.
419
b1e851bb
RS
420 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
421 (sh-mode-syntax-table): Function restored.
422 Variable set up for use by function sh-mode-syntax-table.
423 (sh-set-shell): Set the syntax table.
424
425 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
426
427 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
428
2b452d74
RS
429 * international/encoded-kb.el: Don't alter minor-map-alist.
430
a2899d6c
KG
4312001-11-20 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
432
433 * files.el (auto-save-file-name-transforms): Put remote files in
434 temporary-file-directory rather than /tmp.
435
e7905671
CW
4362001-11-21 Colin Walters <walters@debian.org>
437
438 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
439 of (function ...) wrapper.
440
0b5549c1
SM
4412001-11-20 Stefan Monnier <monnier@cs.yale.edu>
442
e95768c5
SM
443 * derived.el (define-derived-mode): Create the abbrev-table
444 from inside the `defvar'.
445
0b5549c1
SM
446 * jit-lock.el (jit-lock-defer-time): New var.
447 (jit-lock-defer-timer, jit-lock-buffers): New vars.
448 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
449 (jit-lock-function): Defer fontification if requested.
450 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
451 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
452 text property.
453 (jit-lock-deferred-fontify): New fun.
454
505847d4
RS
4552001-11-20 Richard M. Stallman <rms@gnu.org>
456
310b1227
RS
457 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
458 Set local-abbrev-table to lisp-mode-abbrev-table.
459
0b5549c1 460 * emacs-lisp/re-builder.el (reb-mode):
310b1227 461 Don't use define-derived-mode. Call kill-all-local-variables.
0b5549c1 462
310b1227
RS
463 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
464 Don't use define-derived-mode.
465
466 * help-mode.el (help-mode): Undo 2001-10-07 change.
467
505847d4
RS
468 * replace.el (occur-mode): Undo 2001-5-20 change.
469
febf36a1
JR
4702001-11-20 Jason Rumney <jasonr@gnu.org>
471
472 * w32-fns.el (w32-system-coding-system): Change to an alias for
473 locale-coding-system.
474 (set-w32-system-coding-system): Document the above change.
475 Set locale-coding-system instead.
476
2b452d74
RS
4772001-11-20 Richard M. Stallman <rms@gnu.org>
478
479 * ruler-mode.el: Add pagination.
480 (ruler-mode-toggle-show-tab-stops): No need to
481 test `ruler-mode' variable.
482
c52b27c8
EZ
4832001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
484
505847d4 485 * play/landmark.el: Mark lm-mode as special.
c52b27c8 486
505847d4 487 * play/gomoku.el: Mark gomoku-mode as special.
c52b27c8 488
38132149
EZ
4892001-11-20 Juanma Barranquero <lektu@terra.es>
490
effcd99a 491 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
38132149
EZ
492 (top-level): Bind it to C-c C-b.
493 (re-builder): Don't re-enter RE Builder Mode.
494
effcd99a 495 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
38132149 496
effcd99a
SM
4972001-11-20 Stefan Monnier <monnier@cs.yale.edu>
498
499 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
500 `manual-program'.
ed3c6391
SM
501
502 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
503 to a line without a comment.
504
48404d5a
EZ
5052001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
506
507 * dired.el (dired-listing-switches): Mention in the doc string
508 that some switches are not supported by ls-lisp.el
509
6710ea06
SM
5102001-11-19 Stefan Monnier <monnier@cs.yale.edu>
511
0cdb3baa
SM
512 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
513 (imenu--create-keymap-2): Remove.
514 (imenu--create-keymap-1): Simplify, remove third argument.
515 (imenu--generic-function): Use dolist.
516 (imenu-find-default): New function.
517 (imenu--completion-buffer): Use it.
518 (imenu--mouse-menu): Use popup-menu.
519 (imenu--menubar-select): Return t rather than calling imenu.
520
a64c7821
SM
521 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
522 New functions, extracted from fill-region-as-paragraph.
523 (fill-region-as-paragraph): Use them.
524 Use an end marker instead of eob.
525 Ignore whitespace-only fill-prefixes when indenting according to mode.
0b5549c1 526 Simplify the loop that searches for spaces backwards.
a64c7821
SM
527
528 * textmodes/picture.el (picture-vertical-step)
529 (picture-horizontal-step): Don't use defconst for variables.
530
531 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
532 (mail-extract-address-components): Downcase domain names.
533 (mail-extr-delete-char): Remove. Use delete-char instead.
534
535 * emulation/pc-select.el: Doc string fixes.
536 (pc-selection-mode): Don't treat macos as a tty.
537
6710ea06
SM
538 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
539
540 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
541
542 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
543 (mouse-wheel-progessive-speed): New var.
544 (mwheel-scroll): Use it and handle float values.
545
546 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
547
548 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
549 (iswitchb): Fix the case where the result was selected with the mouse.
550 (iswitchb-completion-help): Use the normal *Completions* now that
551 mouse selection works.
552 (iswitchb-minibuffer-setup): Simplify.
553
554 * newcomment.el (comment-column, comment-style, comment-multi-line)
555 (comment-auto-fill-only-comments): Remove :group arg.
556 (comment-padding): Add :type.
557 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
558 if called interactively.
559
7054901c
CW
5602001-11-19 Colin Walters <walters@verbum.org>
561
562 * calc/calc.el (toplevel): Add comment and version header.
563 (calc-init-base): Bump version to 2.02f, update date.
564
0e1605b9
RS
5652001-11-19 Richard M. Stallman <rms@gnu.org>
566
567 * net/browse-url.el: Support Mozilla and Galeon.
568 By default, find the installed browser whichever it is.
569 (browse-url-mozilla): New function.
570 (browse-url-mozilla-sentinel): New function.
571 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
572 (browse-url-default-browser): New function.
573 (browse-url-process-environment): Use browse-url-browser-display.
574 (browse-url-browser-display): Renamed from browse-url-netscape-display.
6710ea06 575 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
0e1605b9
RS
576 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
577 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
578 (browse-url-browser-function): New default, new options.
579
545f7310
SS
5802001-11-19 Sam Steingold <sds@gnu.org>
581
582 * bindings.el (last-buffer, unbury-buffer): New function.
583 (mode-line-unbury-buffer): Use `unbury-buffer'.
584
c9403808
RS
5852001-11-18 Stephen Eglen <stephen@gnu.org>
586
587 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
588 control behaviour when no further completion is possible.
589
3132f345
CW
5902001-11-19 Colin Walters <walters@verbum.org>
591
592 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
593 (math-showing-full-precision, math-with-extra-prec, math-working)
594 (calc-with-default-simplification)
595 (calc-with-trail-buffer): Use backtick.
596 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
597 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
598 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
599 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
600 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
601 (Math-num-integerp, Math-bignum-test, Math-equal-int)
602 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
603 (calc-record-compilation-date-macro): Deleted. Callers updated.
545f7310 604 (math-format-radix-digit): Move to calc-bin.el.
3132f345
CW
605
606 * calc/calc.el (calc-record-compilation-date): Remove.
607 (calc-bug-address): Update.
608 (calc-settings-file): Use `user-init-file'.
545f7310 609
3132f345
CW
610 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
611 Handle null `calc-settings-file'.
612
613 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
614 * calc/calc-keypd.el (calc-keypad-mode): New.
615 (calc-do-keypad): Use it.
616 (calc-keypad-map): Move into `calc-keypad-mode'.
617
618 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
619 to defalias argument.
620
621 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
622 (calcFunc-floor): Ditto.
623
624 * calc-units.el (calcFunc-usimplify): Ditto.
545f7310 625
3132f345
CW
626 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
627 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
628 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
629 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
630 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
631 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
632 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
633 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
634 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
635 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
636 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
637 and move them before their first use. Use `when', `unless'.
638 Remove trailing periods from error forms. Add description and
639 headers suggested by Emacs Lisp coding conventions.
545f7310 640
8f0a6888
SM
6412001-11-19 Stefan Monnier <monnier@cs.yale.edu>
642
643 * newcomment.el (comment-indent):
644 Fix misindentation for comment-only lines.
645 (comment-indent-new-line): Only obey comment-multi-line if the
646 comment-ender is not the end-of-line.
647
b9937f07
RS
6482001-11-19 Richard M. Stallman <rms@gnu.org>
649
650 * net/net-utils.el (network-connection-service-abbrev-alist):
651 New variable.
652
8f0a6888 653 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
b9937f07
RS
654 Advance to start of 3rd sexp by moving fwd and backing over it.
655 At first three elements, act like defun.
656
657 * delsel.el (delete-selection-pre-hook): Handle and resignal
658 file-supersession errors to interact properly with userlock.el.
659
f4ca4b00
RS
6602001-11-18 Richard M. Stallman <rms@gnu.org>
661
8f0a6888
SM
662 * progmodes/fortran.el (fortran-mode-syntax-table):
663 Specify punctuation syntax for backslash.
f4ca4b00
RS
664
665 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
666 All calls deleted.
667
668 * international/mule-util.el (string-to-sequence): Make it obsolete.
669 (string-to-list, string-to-vector): Implement them directly
670 using append and vconcat, not with string-to-sequence.
671
672 * startup.el (command-line): Set abbrevs-changed to nil after
673 reading the init file and the abbrevs file.
674
675 * isearch.el (isearch): Use magenta2 as bg for (background light)
676
6772001-11-17 Richard M. Stallman <rms@gnu.org>
678
679 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
680
681 * simple.el (minibuffer-history-sexp-flag): Doc fix.
682
16927a56
SM
6832001-11-17 Stefan Monnier <monnier@cs.yale.edu>
684
685 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
686 If set and if applicable, add a regexp to highlight defun-like
687 text inside comments and strings.
688 (font-lock-fontify-keywords-region): Pass that new arg.
689 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
690 to the end and pass that new arg.
691 (c-font-lock-keywords-2): Fix regex for labels.
692 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
693 Make it work when LIMIT is several lines further.
694 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
695 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
696 Use backquote and make the regexes for `int a, b, c;' work on
697 multiple lines.
698
699 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
700 (font-lock-defaults-alist): Don't change it any more.
701 (reb-subexp-mode-map): Cleanup.
702
703 * custom.el (custom-current-group-alist): New var.
704 (custom-declare-group): Set it.
705 (custom-current-group): New fun.
706 (custom-declare-variable, custom-handle-all-keywords):
707 Use it as a default if no :group argument is specified.
708
709 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
710 (standard-keyboard-coding-systems): New var.
711 (set-locale-environment): Use it to decide whether or not to call
712 set-keyboard-coding-system.
713 (locale-language-names): Use \"French\" for "fr".
714
38d5fc02
RS
7152001-11-17 Richard M. Stallman <rms@gnu.org>
716
717 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
718 (add-to-list): Delete compatibility code.
f4ca4b00 719 (checkdoc-next-message-error): Doc fix.
38d5fc02 720
fe8c7212
RS
7212001-11-17 Stephen Eglen <stephen@gnu.org>
722
723 * locate.el (locate): Show default locate pattern within the
16927a56
SM
724 prompt, but don't insert it into the minibuffer contents.
725 Catch the case when pattern is the empty string.
fe8c7212 726
a5e6715c
EZ
7272001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
728
729 * language/european.el ("French"): New language environment.
730
032a857d
RS
7312001-11-16 Richard M. Stallman <rms@gnu.org>
732
733 * calendar/todo-mode.el (todo-save): Fix previous change.
734
735 * subr.el (functionp): Do use cdr-safe on object.
736
b6270150
SM
7372001-11-16 Stefan Monnier <monnier@cs.yale.edu>
738
739 * bindings.el (mode-line-mode-name): Only put the help-echo property
740 if the local-map property was put as well.
741 (global-map): Bind switch-frame, delete-frame, iconify-frame
742 and make-frame-visible events.
743
744 * emacs-lisp/elp.el (elp-not-profilable): New var.
745 (elp-not-profilable-p): New function.
746 (elp-instrument-function): Use it. Use backquotes and push.
747
748 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
749 (byte-stack+-info, byte-compile-last-warned-form)
750 (byte-compile-last-logged-file): Don't defconst a variable.
751 (no-byte-compile): Declare.
752 (byte-compile-file): Don't boundp-check no-byte-compile any more.
753 (byte-compile-defvar): Leave defconst as is.
754
755 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
756 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
757 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
758 (edebug-best-error): Don't defconst a variable.
759 (edebug-read-syntax-table): Use a char-table.
760 (edebug-lemacs-specific): Remove.
761 Toplevel: Eliminate check for Lucid Emacs.
762
763 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
764
765 * rect.el (move-to-column-force): Mark obsolete.
766 (operate-on-rectangle, delete-extract-rectangle-line)
767 (insert-rectangle, delete-whitespace-rectangle-line)
768 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
769 (string-rectangle-history): New var.
770 (string-rectangle, string-insert-rectangle): Use it.
771 (delete-rectangle-line): Fix pos/column mixup and simplify.
772
773 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
774 (normal-top-level, command-line, command-line-1): Simplify.
775
776 * tar-mode.el (tar-mode): Use define-derived-mode.
777
778 * view.el (view-mode-enable): Don't use make-local-hook.
779
780 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
781
af604656
RS
7822001-11-16 Richard M. Stallman <rms@gnu.org>
783
784 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
785 if it doesn't make sense as anything else.
786 Don't recognize a "telephone number" at the beginning of the name.
787 (mail-extr-leading-garbage): Match non-word characters only.
788
2879a13b
PJ
7892001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
790
792e5cbd
PJ
791 * startup.el (command-line-processed): Doc fix.
792
2879a13b
PJ
793 * apropos.el (apropos-next-label-button): Doc fix.
794
a2d7836f
SM
7952001-11-16 Stefan Monnier <monnier@cs.yale.edu>
796
fa336b91
SM
797 * comint.el (comint-mode): Simplify.
798 (make-comint-in-buffer): Run `comint-mode' only if necessary.
799
a2d7836f
SM
800 * subr.el (eval-after-load): Make it work with features as well.
801
802 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
803
804 * international/mule-cmds.el (describe-input-method): Setup xref.
805 (set-language-environment): Use functionp.
806 (locale-language-names, locale-charset-language-names)
807 (locale-preferred-coding-systems): Defconst and purecopy.
808
809 * language/european.el (mac-roman): Add mime-charset property.
810
413da451
RS
8112001-11-15 Richard M. Stallman <rms@gnu.org>
812
a2d7836f 813 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
413da451
RS
814 (multiple-value-apply, nth-value): Use defsubst rather than defalias
815 to get better doc strings.
816
987aac50
PJ
8172001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
818
819 * derived.el: Fix autoload cookie.
820
83709c9f
RS
8212001-11-15 Richard M. Stallman <rms@gnu.org>
822
823 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
824
84932bf6
SM
8252001-11-15 Stefan Monnier <monnier@cs.yale.edu>
826
827 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
828
16a2f75a
RS
8292001-11-15 Richard M. Stallman <rms@gnu.org>
830
831 * dired.el (dired-undo): Display a message to explain
832 that this does not undo file system changes.
833
8342001-11-15 David Kastrup <David.Kastrup@t-online.de>
835
84932bf6
SM
836 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
837 into `unread-command-events' instead of trying keymap
838 lookups ourselves. This makes mouse-clicks do the right
839 thing even when keymaps of overlays are involved.
840 (mouse-drag-drag): Likewise.
16a2f75a 841
1997815f
AS
8422001-11-15 Andreas Schwab <schwab@suse.de>
843
844 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
845 characters and append anchor to pattern added to auto-mode-alist.
846
7f6e33e6
SM
8472001-11-15 Stefan Monnier <monnier@cs.yale.edu>
848
849 * server.el (server-process-filter): Run pore/post-comment-hook
850 before/after visiting the file.
851
852 * info-look.el (makefile-mode): Add info for automake.
853 (autoconf-mode): Fix the name of the index for automake.
854
855 * international/latin-9.el: Give pilcrow punctuation syntax.
856
9522e2d8
AS
8572001-11-15 Andre Spiegel <spiegel@gnu.org>
858
859 * vc.el: Documentation fixes.
860
7f6e33e6
SM
8612001-11-14 Stefan Monnier <monnier@cs.yale.edu>
862
863 * smerge-mode.el (smerge-match-conflict): Fix typo.
864 (smerge-diff): Be careful to read match-data early enough.
865
bac0fac8
CW
8662001-11-14 Colin Walters <walters@verbum.org>
867
868 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
869 (calcFunc-subst): Use `defalias' instead of `fset' and
870 `symbol-function'.
871
872 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
873 (calcFunc-ceil, calcFunc-round): Ditto.
874
875 * calc/calc-bin.el (calcFunc-clip): Ditto.
7f6e33e6 876
bac0fac8 877 * calc/calc-ext.el (calcFunc-evalv): Ditto.
7f6e33e6 878
bac0fac8 879 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
7f6e33e6 880
bac0fac8
CW
881 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
882 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
883
884 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
7f6e33e6 885
bac0fac8
CW
886 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
887 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
888 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
889 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
890 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
891 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
892 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
893 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
894 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
895 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
896 * calcsel2.el: Style cleanup; don't put closing parens on their
897 own line, add "foo.el ends here" to each file, and update
898 copyright date.
899
900 * README: Update maintainer.
901
16a2f75a
RS
9022001-11-13 Alan Shutko <ats@acm.org>
903
904 * compile.el (recompile): Use compilation-arguments if set, so as
905 to be able to M-x recompile the exact command which created a
906 compilation-mode buffer.
907
9082001-11-13 Richard M. Stallman <rms@gnu.org>
909
910 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
911
02beb936
RS
9122001-11-13 Gerd Moellmann <gerd@gnu.org>
913
7f6e33e6 914 * mouse.el (mouse-drag-region): Don't run the up-event
02beb936
RS
915 handler if window start changed due to the down-mouse event.
916
9172001-11-13 Richard M. Stallman <rms@gnu.org>
918
919 * mouse.el (mouse-show-mark): Either move point to the mark
920 or use highlighting, never both.
921 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
922
9232001-11-13 Simon Josefsson <jas@extundo.com>
924
1699c6af
RS
925 * mail/smtpmail.el (top-level): Change maintainer to Simon
926 Josefsson, cleanup the smtpmail.el header.
927
928 * mail/smtpmail.el (top-level): Don't require cl or base64.
929 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
930 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
931 Defsubst instead of defmacro.
932 (smtpmail-intersection): Return value in reverse order.
933 (smtpmail-open-stream): Use stringp instead of string-to-list.
934 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
935 separated from smtpmail-via-smtp.
02beb936
RS
936
937 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
938 rfc2104. Require base64 and cl.
939 (smtpmail-smtp-service): Doc fix. :type fix.
940 (smtpmail-debug-info): Doc fix.
941 (smtpmail-debug-verb, smtpmail-auth-credentials)
7f6e33e6
SM
942 (smtpmail-starttls-credentials, smtpmail-auth-supported):
943 New variables.
02beb936
RS
944 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
945 mail-utils (it is autoloaded).
946 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
947 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
7f6e33e6 948 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
02beb936
RS
949 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
950 (smtpmail-via-smtp): Support AUTH.
951 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
952
9532001-11-13 Richard M. Stallman <rms@gnu.org>
954
955 * ebuff-menu.el (electric-buffer-update-highlight): New function.
956 (electric-buffer-overlay): New variable.
957 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
958 (electric-buffer-list): Likewise.
959
fad241d3
RS
9602001-11-13 Per Starback <starback@ling.uu.se>
961
962 * isearch.el (isearch-whitespace-chars): Doc fix.
37606ed8 963 (isearch-mode): Handle negative search-slow-window-lines correctly.
fad241d3 964
5ebcaf36
SM
9652001-11-13 Stefan Monnier <monnier@cs.yale.edu>
966
9145f1c2
SM
967 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
968
5ebcaf36 969 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
37606ed8 970 From Emmanuel Briot <briot@act-europe.fr>.
5ebcaf36 971
31b85a14
EZ
9722001-11-13 Colin Walters <walters@debian.org>
973
974 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
975
976 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
977 "~/.emacs"; use `read-file-name'.
978
979 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
5ebcaf36
SM
980 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
981 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
31b85a14
EZ
982 * calc/calc.el: Use `frame-width' instead of `screen-width',
983 `frame-height' instead of `screen-height', and,
984 `executing-kbd-macro' instead of `executing-macro'.
985
986 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
987 correct number of arguments.
988
5ebcaf36
SM
989 * calc/calc-aent.el (calc-do-alg-entry):
990 Use `blink-paren-function' instead of `blink-paren-hook'.
31b85a14 991
2fa8f8a4
RS
9922001-11-12 Richard M. Stallman <rms@gnu.org>
993
ade67f6a
RS
994 * calendar/todo-mode.el (todo-save): Add save-excursion
995 and save-restriction.
996
1c1d3d69
RS
997 * server.el (server-edit, server-done): Doc fix.
998
2fa8f8a4
RS
999 * simple.el (clone-indirect-buffer): Error if major mode symbol
1000 has a no-clone-indirect property.
1001 (clone-buffer): Check for obvious errors before reading clone name.
1002
1003 * info.el (Info-mode): Add a no-clone-indirect property.
1004
99cb8c8b
SS
10052001-11-12 Sam Steingold <sds@gnu.org>
1006
1007 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
1008 set-buffer-modified-p to nil after `vc-exec-after'.
1009 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
1010 (log-view-mode): Make read-only.
1011 (log-view-current-file): Do final `expand-file-name' in the
1012 current `default-directory'.
1013 (log-view-current-tag): Take an optional `where' arg.
1014 (log-view-diff): New user command.
1015
275cffa7
PJ
10162001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1017
1018 * progmodes/cpp.el (cpp-choose-face): Fix typo.
1019
e7c8c428
SS
10202001-11-12 Sam Steingold <sds@gnu.org>
1021
1022 * emacs-lisp/cl-indent.el (toplevel): Indent properly
1023 `generic-flet', `generic-labels', `with-accessors',
1024 `with-condition-restarts'.
1025
68d2f12f
RS
10262001-11-12 Richard M. Stallman <rms@gnu.org>
1027
1028 * dired.el: Many trivial doc fixes.
1029 (dired-get-file-for-visit): New function.
1030 (dired-find-alternate-file, dired-mouse-find-file-other-window):
e7c8c428
SS
1031 (dired-view-file, dired-find-file-other-window, dired-display-file):
1032 (dired-find-file): Use dired-get-file-for-visit.
68d2f12f 1033
66b17d3f
RS
10342001-11-12 Alex Schroeder <kensanata@yahoo.com>
1035
1036 * sql.el (sql-mode): Doc change.
1037
1038 * sql.el (sql-mode-syntax-table): The backslash is no longer an
1039 escape character.
1040
273bd541
EZ
10412001-11-12 Colin Walters <walters@debian.org>
1042
1043 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
1044 (calc-do-keypad): Don't attempt to use nonexistent global
1045 mouse-map, use calc-keypad-map.
1046 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
1047 (calc-keypad-left-click): Don't use mouse-map; update to new event
1048 interface.
1049 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
1050 (calc-keypad-press): Use `unread-command-events' instead of
1051 `unread-command-char'.
1052
1053 * calc/calc-ext.el (calc-init-extensions): Update autoload names
1054 to match files renamed on initial calc import.
1055
3d3f602a
PJ
10562001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1057
5ebcaf36
SM
1058 * textmodes/flyspell.el (flyspell-default-dictionary):
1059 Fix previous change.
3d3f602a 1060
b789d74a
RS
10612001-11-12 Richard M. Stallman <rms@gnu.org>
1062
1063 * textmodes/flyspell.el (flyspell-default-dictionary):
1064 Fix custom type.
1065
a4cd0cd7
RS
10662001-11-11 Richard M. Stallman <rms@gnu.org>
1067
eafb659a
RS
1068 * calendar/solar.el (solar-sunrise-and-sunset):
1069 Exchange the two extreme values of day-length.
1070
e7c8c428 1071 * progmodes/sh-script.el (sh-must-be-shell-mode):
a4cd0cd7
RS
1072 Allow modes derived from sh-mode.
1073
e7c8c428 1074 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
a4cd0cd7
RS
1075 Turn off error in some re-search-forward calls.
1076
1077 * replace.el (query-replace-skip-read-only): New variable.
1078 (perform-replace): If that variable is non-nil, ignore matches
1079 that have a read-only property.
1080
1081 * derived.el (define-derived-mode): Doc fix.
1082
1083 * server.el (server-buffer-done): Test of server-existing-buffer
1084 was backwards.
1085 (server-existing-buffer): Doc fix.
1086
1087 * textmodes/flyspell.el (flyspell-default-dictionary):
1088 Allow nil as value, and make nil the default.
1089
721c26b8
EZ
10902001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
1091
c77c48d9
EZ
1092 * subdirs.el: Regenerated.
1093
721c26b8
EZ
1094 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
1095 it is not fboundp.
1096 (clipboard-yank): Ditto.
1097
91e51f9a
EZ
10982001-11-11 Colin Walters <walters@verbum.org>
1099
1100 The following changes are based on patches from
1101 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
1102 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
1103
1104 * calc/calc.el (toplevel): Require calc-macs.
1105 (calc-minibuffer-size): New.
1106 (calcDigit-nondigit): Use it instead of `buffer-size'.
1107 (calcDigit-backspace): Likewise.
1108 (calcDigit-nondigit): Use `minibuffer-contents' instead of
1109 `buffer-string'.
1110 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
1111 `point-min'.
1112 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
1113 `save-excursion'.
1114
1115 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
1116 simple `setq' form.
1117
1118 * calc/calc-ext.el: (toplevel): Require calc.
1119 (calc-fancy-prefix-map): New.
1120 (calc-fancy-prefix): Use it.
1121 (calc-fancy-prefix-other-key): New.
1122
1123 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
1124 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
1125 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
1126 (calcAlg-enter): Likewise.
1127 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
1128
2827a3c1
RS
11292001-11-10 Richard M. Stallman <rms@gnu.org>
1130
a4cd0cd7
RS
1131 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
1132 (quietly-read-abbrev-file): Doc fix.
1133
1134 * startup.el (command-line): Read standard abbrev
1135 file (abbrev-file-name), if it exists.
1136
1137 * files.el (save-abbrevs): Default value is t.
1138
2827a3c1
RS
1139 * progmodes/compile.el (compile-goto-error): Fix previous change
1140 in the case where subsequent errors have not been parsed yet
1141 because they are in a different source file.
1142
c48dc445
RS
11432001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
1144
5ebcaf36
SM
1145 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1146 Merge two regular expressions into one.
c48dc445
RS
1147 (ps-mode): Make local bindings for `comment-start' and
1148 `comment-start-skip'.
1149 (ps-mode-looking-at-nested): Simplify an if-else construct;
1150 use `set-match-data' to set the result.
1151
11522001-11-10 Richard M. Stallman <rms@gnu.org>
1153
1154 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
1155 Function deleted.
1156 (flyspell-correct-word): Old definition deleted.
1157 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
1158 All references renamed too.
1159
ebc4ee8d
GM
11602001-11-10 Gerd Moellmann <gerd@gnu.org>
1161
1162 * Makefile.in (finder_setwins, setwins): Exclude Calc.
1163
dbe3a58a
PA
11642001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
1165
1166 * wid-edit.el (checklist): Removed `:menu-tag'.
1167 (radio-button-choice): Ditto.
1168 (editable-list): Ditto.
1169
3b8d7e6e
PJ
11702001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1171
1172 * play/gomoku.el: Move definitions of constants to the beginning
1173 of file, before their use.
1174
5a34aae1
RS
11752001-11-09 Richard M. Stallman <rms@gnu.org>
1176
1177 * textmodes/flyspell.el: Use the keymap property
1178 instead of local-map, and don't use a minor-mode map.
1179 (flyspell-mode-map): Variable deleted.
1180 Don't mess with minor-mode-map-alist.
1181 (calling add-minor-mode): Specify nil for keymap.
1182 And always use add-minor-mode, now that it exists.
1183 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
1184 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
1185 or flyspell-local-mouse-map.
1186 (make-flyspell-overlay): Use flyspell-mouse-map directly.
1187 (flyspell-mode): Doc fix.
1188 (flyspell-mode-on): Don't call make-local-hook.
1189
34decfdb
SS
11902001-11-09 Sam Steingold <sds@gnu.org>
1191
1192 * emacs-lisp/debug.el (debugger-make-xrefs):
1193 Add buttons to all symbols.
1194
d25303d3
AS
11952001-11-09 Andre Spiegel <spiegel@gnu.org>
1196
1197 * vc.el: Add John David Smith to credits.
34decfdb 1198
d25303d3 1199 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
34decfdb 1200
d25303d3
AS
1201 * vc-hooks.el (vc-error-occured): Backquotified.
1202 (vc-file-prop-obarray): Use prime length for better efficiency.
1203
1204 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
1205
807378ad
EZ
12062001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
1207
1208 * info.el (Info-file-list-for-emacs): Add entries for Calc.
1209
60ab6064
MB
12102001-11-09 Miles Bader <miles@gnu.org>
1211
1212 * subr.el (functionp): Don't consider macros as functions.
1213
7c1ce64c
MB
12142001-11-08 Miles Bader <miles@gnu.org>
1215
1cf72ff8
MB
1216 * subr.el (functionp): Make work correctly for macros and unbound
1217 symbols.
1218
7c1ce64c
MB
1219 * comint.el (comint-send-input): Fix description of
1220 `comint-process-echoes' in the doc-string.
1221
d38b07f9
EZ
12222001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
1223
1224 * international/mule.el (make-translation-table): Doc fix.
1225 Suggested by Alex Schroeder <alex@gnu.org>.
1226
5a34aae1
RS
12272001-11-07 Richard M. Stallman <rms@gnu.org>
1228
1229 * info.el (Info-fontify-node): Highlight every third menu item.
1230
61763509
PA
12312001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
1232
1233 * cus-edit.el (custom-face-value-create): Don't ignore the
1234 `customized-face' attribute when finding the current face spec.
1235
ecd91f5f
SM
12362001-11-07 Stefan Monnier <monnier@cs.yale.edu>
1237
faa29f8b
SM
1238 * subr.el (with-local-quit): New macro.
1239 (make-syntax-table): Always inherit.
1240 (functionp): Be more careful when `object' is a symbol.
1241
ecd91f5f
SM
1242 * dabbrev.el (dabbrev-completion): Use "*Completions*".
1243
7263bb10
PE
12442001-11-07 Paul Eggert <eggert@twinsun.com>
1245
1246 * dired.el (dired-move-to-filename-regexp):
1247 Do not distinguish between ASCII letters and non-ASCII characters.
1248 Don't allow comma except in the form "month day, year".
1249 Don't allow space between month name and comma.
1250 Clean up the code that checks for trailing period, comma, and space.
1251 Remove now-obsolete comments, and add more commentary about
1252 Japanese dates.
1253 Always gobble up trailing spaces, instead of doing it only sometimes.
1254
05e122fe
MB
12552001-11-07 Miles Bader <miles@gnu.org>
1256
1257 * paren.el (show-paren-match-face): Add dark-background variant.
1258
c191d13c
SM
12592001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1260
1261 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
1262 (lisp-mode-variables): Don't set paragraph-{start,separate}.
1263 Don't disable adaptive-fill-mode.
1264 (lisp-fill-paragraph): Use tab-width rather than 8.
1265 Prevent filling the first line of docstrings.
1266
242d2673
RS
12672001-11-06 Richard M. Stallman <rms@gnu.org>
1268
16f97fc3
RS
1269 * play/gomoku.el (gomoku): Doc fix.
1270
c191d13c
SM
1271 * jka-compr.el (jka-compr-partial-uncompress):
1272 Support an alternative of not using dd.
242d2673
RS
1273 (jka-compr-dd-program): Use defcustom to define this.
1274 (jka-compr-load-suffixes): Use defcustom.
1275 (jka-compr-mode-alist-additions): Use defcustom.
1276
c1966bb4
SM
12772001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1278
1279 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
1280 Also work when LIMIT is further than the end of line.
1281
e154cc44
EZ
12822001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
1283
1284 * international/quail.el (quail-update-leim-list-file): Print the
c1966bb4 1285 offending file name if some of its quail-define-package forms is broken.
e154cc44 1286
d5360cc7
RS
12872001-11-05 Richard M. Stallman <rms@gnu.org>
1288
1289 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
1290 of the evaluated form.
1291
0e6f6028
PE
12922001-11-05 Paul Eggert <eggert@twinsun.com>
1293
1294 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
1295 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
1296 stamps always line up by default. Also, it uses a slightly
1297 different window to determine whether files are "recent".
1298
96238a5a
AI
12992001-11-05 Andrew Innes <andrewi@gnu.org>
1300
c1966bb4
SM
1301 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1302 Don't attempt to remake autoloads before nuking .elc files.
96238a5a 1303
982f6c7e
RS
13042001-11-04 Richard M. Stallman <rms@gnu.org>
1305
48461f7c
RS
1306 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
1307 previous-single-property-change or next-single-char-property-change
1308 returns nil.
1309
c1966bb4 1310 * international/mule-cmds.el (set-locale-environment):
830047fd
RS
1311 Make it interactive; make arg optional.
1312
982f6c7e
RS
1313 * international/mule-diag.el (help-funs): Require help-funs.
1314
051a608d
EZ
13152001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
1316
1317 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
1318
2c738482
MB
13192001-11-04 Miles Bader <miles@gnu.org>
1320
1321 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
c1966bb4 1322 shadow of the splash image grey on a dark background instead of black.
2c738482 1323
9c01e545
SM
13242001-11-03 Stefan Monnier <monnier@cs.yale.edu>
1325
c191d13c
SM
1326 * term.el (all faces): Don't (copy-face 'default <foo>).
1327
9c01e545
SM
1328 * term/xterm.el (function-key-map):
1329 Add entry for `ESC [ 3 ~' -> <delete>
1330 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
1331 Use inheritance so that .emacs and terminfo take precedence.
1332
aed29b97
EZ
13332001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1334
1335 * tooltip.el (tooltip-delay): Decrease to 0.7.
1336 (tooltip-hide-delay): Enlarge to 10.
1337
ed638cc9
RS
13382001-11-03 Richard M. Stallman <rms@gnu.org>
1339
1340 * startup.el (fancy-splash-tail): Explain how to recover
1341 from a crash, if there was a crash.
1342 (command-line-1): Reorganize display of startup screen,
d09cb033 1343 to simplify the logic. Use a temp buffer for it.
ed638cc9 1344
9ca8a5a0
EZ
13452001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1346
d09cb033
SM
1347 * frame.el (set-background-color, set-foreground-color):
1348 Call face-set-after-frame-default, to propagate the new colors to
1349 the frame's parameters alist.
528e1416 1350
9ca8a5a0
EZ
1351 * calendar/timeclock.el (timeclock-out): Signal an error if
1352 timeclock-last-event is nil.
1353
55140940
SM
13542001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1355
d09cb033
SM
1356 * textmodes/fill.el (fill-context-prefix): Fix braino.
1357
1358 * international/quail.el (quail-help):
1359 Use `help-buffer' and move `help-setup-xref' to beginning.
1360
1361 * international/mule-cmds.el (describe-language-environment):
1362 Use `help-buffer' and move `help-setup-xref' to beginning.
1363
55140940
SM
1364 * international/mule-diag.el (list-character-sets)
1365 (sort-listed-character-sets, describe-character-set)
1366 (describe-coding-system, describe-fontset, list-fontsets):
1367 Use `help-buffer' and move `help-setup-xref' to beginning.
1368 (describe-char-after): Use `internal-describe-syntax-value'.
1369
e6bff182
RS
13702001-11-02 Richard M. Stallman <rms@gnu.org>
1371
1372 * mouse.el (popup-menu): If the user refuses to select
1373 from a menu, don't try to invoke the menu.
1374
e8cdeaca
MB
13752001-11-02 Miles Bader <miles@gnu.org>
1376
1377 * help-mode.el (help-xref): New button type.
1378 (help-function, help-variable, help-face, help-coding-system)
1379 (help-input-method, help-character-set, help-type, help-symbol)
1380 (help-back, help-info, help-customize-variable, help-customize-face)
1381 (help-function-def, help-variable-def): Use it as a supertype.
1382 Remove `action' property.
1383
1384 * international/mule-diag.el (describe-character-set)
1385 (describe-coding-system): Pass correct args to `help-xref-button'.
1386 (sort-listed-character-sets): New button type.
1387 (list-character-sets): Use it.
1388 (list-charset-chars): New button type.
1389 (list-character-sets-1): Use it.
1390
13912001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
c22e59e1
SM
1392
1393 * indent.el (tab-always-indent, indent-for-tab-command):
1394 Remove redundant `never' setting.
2d78d3e8
SM
1395
1396 * fill.el (fill-region-as-paragraph): Don't forget to skip
1397 over current whitespace before looking for a preceding space.
1398
9271ed2c
RS
13992001-11-01 Richard M. Stallman <rms@gnu.org>
1400
e6bff182
RS
1401 * files.el (file-newest-backup): Don't pass backup file name
1402 thru file-name-sans-versions, because it never has version numbers.
1403
1404 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
1405 to avoid ambiguous nested loops.
55140940 1406
9271ed2c
RS
1407 * files.el (find-file-noselect): Offer to change buffer-read-only
1408 only when the file's read-only status has changed from before
1409 as well as disagreeing with the buffer's current status.
1410 (buffer-file-read-only): New var, local in all buffers.
1411
1412 * buff-menu.el (buffer-menu): Doc fix.
1413 (buffer-menu-other-window): Doc fix.
1414 (list-buffers, list-buffers-noselect): Doc fix.
1415
7360b8aa
GM
14162001-11-01 Gerd Moellmann <gerd@gnu.org>
1417
1418 * startup.el (command-line): If the terminal Emacs is running on
1419 has erase char set to ^H, use the Backspace key for deleting
1420 backward, and the Delete key for deleting forward.
1421
588c722f
MB
14222001-11-01 Miles Bader <miles@gnu.org>
1423
1424 * button.el (define-button-type): Make sure every user-defined
1425 button type has a supertype.
1426
74142afe
JR
14272001-10-31 Jason Rumney <jasonr@gnu.org>
1428
1429 * international/mule-cmds.el (locale-language-names): Add chs and
1430 cht as aliases for Chinese-GB and Chinese-BIG5.
1431
e6188964
RS
14322001-10-31 Richard M. Stallman <rms@gnu.org>
1433
1434 * bindings.el (mode-line-frame-identification): Add doc string.
1435 (mode-line-position, mode-line-modes): New variables.
1436 (mode-line-format): Use mode-line-position for the part
c22e59e1
SM
1437 that displays the position-in-buffer info.
1438 Use mode-line-modes for the part that displays major and minor modes.
e6188964 1439
cc1bde62
SS
14402001-10-31 Sam Steingold <sds@gnu.org>
1441
1442 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
1443 (debugger-setup-buffer): Call it.
1444 (debugger-mode-map): Bind RET and mouse-2.
1445
2b209b97
PJ
14462001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1447
1448 * startup.el: Document command line option --no-window-system
1449 instead of --no-windows.
1450
d4945dfb
SM
14512001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1452
cbe52879
SM
1453 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
1454
bf9bb76f
SM
1455 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
1456 (font-lock-defaults-alist): Use it.
1457 From David Ponce <david.ponce@wanadoo.fr>
1458
1459 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
1460 output of `char-after'.
1461
747d3f2a
SM
1462 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
1463
d4945dfb
SM
1464 * simple.el (reindent-then-newline-and-indent): Insert the newline
1465 before indenting the first line.
1466 (undo-get-state, undo-revert-to-state): New funs.
1467 (shell-command): Don't kill the buffer even if empty.
1468 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
1469 (transpose-subr-end2): Remove.
1470 (transpose-subr): Add `special' arg and simplify.
1471 (transpose-subr-1): Rewrite.
1472 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
1473 (rfc822-goto-eoh): Simplify.
1474
3a426197
RS
14752001-10-30 Richard M. Stallman <rms@gnu.org>
1476
1477 * enriched.el (enriched-face-ans): FIx previous change.
1478
3f99f948
GM
14792001-10-30 Gerd Moellmann <gerd@gnu.org>
1480
1481 * international/iso-acc.el (iso-accents-compose): Remove a
1482 superfluous setq.
1483
ae830159
EZ
14842001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1485
1486 * buff-menu.el (list-buffers-noselect): If the buffer's name
1487 starts with a blank, but it visits a file, do show it (for files
1488 whose names start with a blank).
1489
8e8223e2
SM
14902001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1491
1492 * textmodes/fill.el (sentence-end-double-space)
1493 (sentence-end-without-period): Move to paragraphs.el.
1494 (fill-indent-according-to-mode): Change default to t.
1495 (fill-context-prefix): Simplify control-flow and use a more
1496 sophisticated merge that unifies both previous checks.
1497 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
1498 (fill-nobreak-predicate): Make it into a defcustom'd hook.
1499 (fill-nobreak-p): New fun.
1500 (fill-region-as-paragraph): Use it.
1501 Handle `fill-indent-according-to-mode' slightly differently.
1502 (fill-individual-paragraphs-prefix): Simplify the control-flow.
1503 (fill-individual-paragraphs-citation): Fix.
1504
1505 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
1506 (paragraph-start): Change default to the `text-mode' value.
1507 (sentence-end-double-space, sentence-end-without-period):
1508 Move from fill.el.
1509 (forward-paragraph): Use `parstart' and `parsep' for temp variables
1510 rather than rebinding `paragraph-start' and `paragraph-separate'.
1511
1512 * indent.el (indent-line-function): Change default to indent-relative.
d4945dfb 1513 (tab-always-indent): Add an `never' setting.
8e8223e2
SM
1514 (indent-according-to-mode): Handle `indent-relative' and
1515 `indent-relative-maybe' specially.
1516 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
d4945dfb 1517 Handle the `never' case for `tab-always-indent'.
8e8223e2
SM
1518 Don't call indent-according-to-mode for indent-relative' and
1519 `indent-relative-maybe'.
1520 (insert-tab): Rename `prefix-arg' to `arg'.
1521 (indent-region): Indent the first line as well.
1522 (indent-relative): Don't mark the buffer modified if the indentation
1523 is unchanged.
1524
1525 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1526 Don't set paragraph-separate. Set paragraph-start more carefully.
1527 Set indent-line-function.
1528 (paragraph-indent-text-mode): Use it and define-derived-mode.
1529 (text-mode-map): Remove the \t binding.
1530 (text-mode): Simplify now that the default is more favorable.
1531
15322001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1533
1534 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1535 If the regexp doesn't match, use a looser one.
1536 (find-variable-noselect): Add `file' argument.
1537
1538 * pcvs.el (cvs-mode-commit-hook): New hook.
1539 (cvs-mode-commit): Run it.
1540
1541 * log-edit.el (log-edit): Run hook after `log-edit-files'.
1542
1543 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
1544 (edebug-instrument-function): Use `find-function-noselect'.
1545
dead519d
RS
15462001-10-29 Richard M. Stallman <rms@gnu.org>
1547
4d083a8f
RS
1548 * term.el (term-if-emacs19): Macro deleted.
1549 Callers changed to use progn instead.
1550
1551 * frame.el (blink-cursor-mode): Doc fix.
1552
8767d866
RS
1553 * files.el (find-backup-file-name): Use make-backup-file-name.
1554
dead519d
RS
1555 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
1556 window-live-p.
1557 (edebug-set-conditional-breakpoint): Unconditionally use
1558 the former Emacs >=19 definition.
1559 (edebug-mark): Define unconditionally.
1560 (edebug-eval-expression): Always call read-from-minibuffer
1561 and specify history list.
1562 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
1563 edebug-set-conditional-breakpoint.
1564 (edebug-emacs-version-specific): Function deleted;
1565 do the job at top level.
1566 (edebug-emacs-19-specific): Function deleted, this is the default.
1567
bcaf1c36
SS
15682001-10-29 Sam Steingold <sds@gnu.org>
1569
1570 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
1571 "/cygdrive/LETTER/" pathnames.
1572
e76ecac5
EZ
15732001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1574
1575 * faces.el (invert-face): Check for 'unspecified, not for nil,
8e8223e2
SM
1576 when testing whether face colors are not specified.
1577 From David.Kastrup@t-online.de (David Kastrup).
95125512 1578 (read-face-name): Doc fix.
bcaf1c36 1579 (make-face-bold, make-face-unbold, make-face-italic)
8e8223e2
SM
1580 (make-face-unitalic, make-face-bold-italic, invert-face):
1581 Remove trailing blank from the prompt passed to read-face-name.
e76ecac5 1582
d90a41e8
SS
15832001-10-29 Sam Steingold <sds@gnu.org>
1584
8e8223e2
SM
1585 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1586 Report numbers of files skipped and failed too.
d90a41e8
SS
1587 (byte-compile-file): Return 'no-byte-compile for skipped files.
1588
e2c2a3e2
KG
15892001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1590
1591 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
1592 and `M p'.
1593
f6f4bfb3
GM
15942001-10-29 Gerd Moellmann <gerd@gnu.org>
1595
1596 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
1597 as is on unread-command-events instead of `(SECOND-CHAR)'.
1598
a4809977
AS
15992001-10-29 Andre Spiegel <spiegel@gnu.org>
1600
1601 * vc.el: Mention vc-*-switches in backend API documentation.
1602 (vc-annotate): Adapt doc string to recent change.
1603
0ccfdad2
GM
16042001-10-29 Gerd Moellmann <gerd@gnu.org>
1605
3f08fcd2
GM
1606 * enriched.el (enriched-face-ans): Handle face attributes
1607 of the form `(FACE1 FACE2 ...)'.
1608
8e8223e2 1609 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
0ccfdad2 1610
60ebcfe8
GM
16112001-10-29 Alex Schroeder <kensanata@yahoo.com>
1612
1613 * progmodes/sql.el (sql-mysql): Doc change by RMS.
1614
1615 * progmodes/sql.el (sql-db2): Doc change.
1616 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
1617 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
1618
6fd735df
GM
16192001-10-29 Gerd Moellmann <gerd@gnu.org>
1620
1621 * env.el (substitute-env-vars): Don't quote argument to `rx';
1622 it's a macro.
1623
8997e990
GM
16242001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
1625
1626 * cus-start.el (recursive-load-depth-limit): Added.
1627
eef442a5
RS
16282001-10-28 Richard M. Stallman <rms@gnu.org>
1629
36656ee3
RS
1630 * textmodes/ispell.el (version18p, version20p): Vars deleted.
1631 All uses removed--assume Emacs version is >= 20.
1632
1633 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
1634 by really checking that it is not version 18.
1635
eef442a5
RS
1636 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
1637
5bbf4378
MB
16382001-10-28 Miles Bader <miles@gnu.org>
1639
1640 * faces.el (face-attribute): Add INHERIT argument, consider face
1641 inheritance if it's non-nil.
1642 (face-attribute-merged-with): New function.
1643 (face-attribute-specified-or): New macro.
1644 (face-foreground, face-background, face-stipple): Add INHERIT
1645 argument. Use `face-attribute-specified-or'.
1646
8259bf10
SM
16472001-10-28 Stefan Monnier <monnier@cs.yale.edu>
1648
1649 * font-lock.el: Require `syntax'.
1650 (font-lock-defaults-alist): Don't define keywords for lisp languages.
1651 Use `c-font-lock-syntactic-face-function' for c languages.
1652 (font-lock-mode): Don't unset vars when turning the mode off.
1653 (font-lock-default-fontify-buffer): Don't unset vars at the end.
1654 (font-lock-extra-managed-props): New var.
1655 (font-lock-default-unfontify-region): Use it.
1656 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
1657 Don't eval the value when there's no match.
1658 (font-lock-ppss-stats): New var.
1659 (font-lock-ppss): New fun.
1660 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
1661 (font-lock-apply-highlight): Allow `highlight' to set several props.
1662 (font-lock-set-defaults): Use dolist.
1663 (font-lock-unset-defaults): Remove.
1664 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1665 Try to recognize prototypes using `foo P_ ((args))'.
1666 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
1667 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
1668 (c-font-lock-syntactic-face-function): New function.
1669 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
1670 (c++-keywords): Use a more sophisticated regexp to handle
1671 shallowly nested templates.
1672
001c08a1
SM
16732001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1674
8259bf10
SM
1675 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
1676 (sgml-tag): Use it. Cleanup with `cond'.
1677 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
1678 Mark the overlays and only delete those that are marked.
1679 (sgml-skip-close-p): Remove.
1680 (sgml-value): Replace sgml-skip-close-p with its definition.
1681 (html-tag-alist): Use sgml-xml a bit more.
1682 (html-mode): Set sgml-empty-tags.
1683
001c08a1
SM
1684 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
1685 (texinfo-update-node, texinfo-sequential-node-update):
1686 Don't bind the obsolete `auto-fill-hook'.
1687 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
1688 Use `set-buffer' rather than `switch-to-buffer'.
1689 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
1690 Use `set-buffer' rather than `switch-to-buffer'.
1691
1692 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
1693 text-mode-syntax-table.
1694 (mail-mode): Use define-derived-mode.
1695 Fix ordering of alternatives in adaptive-fill-regexp.
1696 (mail-mode-map): Don't rely on keymap's internal representation.
1697
c77c3a73
SS
16982001-10-27 Sam Steingold <sds@gnu.org>
1699
1700 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
1701 (sgml-xml-guess): Extracted from `html-mode' and generalized.
1702 (sgml-mode-common): Call it.
1703 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
1704 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
1705 (html-horizontal-rule, html-image, html-ordered-list):
1706 (html-unordered-list, html-list-item, html-paragraph):
1707 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
1708 `html-xhtml'.
1709
8e5ff9aa
EZ
17102001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
1711
1712 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
1713 (ifnothtml): New alias.
1714
b9c6ab68
SM
17152001-10-27 Stefan Monnier <monnier@cs.yale.edu>
1716
1717 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
1718 (toggle-text-mode-auto-fill): Use derived-mode-p.
1719
cfc3aed3
GM
17202001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
1721
1722 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
1723 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
1724
bd6eb1cb
EZ
17252001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1726
bcfb9eff
SM
1727 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1728 Add make-obsolete cookies, to follow faces.el.
944e6f60 1729
bd6eb1cb 1730 These changes avoid warnings from the byte compiler in faces.el:
bcfb9eff 1731
bd6eb1cb
EZ
1732 * faces.el (internal-get-face): Use facep instead of the obsolete
1733 internal-find-face.
bcfb9eff
SM
1734 (internal-frob-font-weight, internal-frob-font-slant):
1735 New defaliases for obsolete functions.
1736 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1737 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
bd6eb1cb
EZ
1738 (x-make-font-bold-italic): Use internal-frob-font-weight and
1739 internal-frob-font-slant aliases instead of the obsolete
1740 x-frob-... functions.
1741
58203d91
SS
17422001-10-26 Sam Steingold <sds@gnu.org>
1743
1744 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
e5d1dee9 1745 DOCTYPE; set `mode-name' based on it.
58203d91
SS
1746 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
1747 (sgml-tag): Close empty tags in XHTML.
1748
317672ff
JR
17492001-10-26 Jason Rumney <jasonr@gnu.org>
1750
1751 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
1752 when UNICODE is not defined.
1753
07fedaed
SS
17542001-10-26 Sam Steingold <sds@gnu.org>
1755
1756 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
1757 be alone on the line.
1758
d4e34d24
EZ
17592001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1760
bcfb9eff 1761 * button.el (button): Special face definition for MS-DOS terminals.
d4e34d24 1762
187cd25b
SS
17632001-10-26 Sam Steingold <sds@gnu.org>
1764
1765 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1766 Protect the /= test by checking that the args are non-nil.
b9c6ab68 1767 (sh-font-lock-close-heredoc): Check eof for being non-nil.
187cd25b 1768
63db25ed
GM
17692001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
1770
1771 * textmodes/artist.el (artist-version): 1.2.4.
1772 (artist-butlast-fn): New variable.
1773 (artist-butlast): New function.
1774 (artist-ellipse-mirror-quadrant): Use it.
1775 (artist-mouse-draw-poly): Use nil for `point-list'.
1776 (artist-mouse-draw-poly): Check for point-list being nil.
1777
627a4e30
GM
17782001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
1779
1780 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
1781 lambda expression.
1782 (ps-mode-menu-main): Submenu with options on/off was replaced with
1783 a toggle button.
1784 (ps-mode, ps-run-mode): Define with `define-derived-mode'
1785 (ps-mode): Autoload cookie added on same line as comment
1786 (ps-mode-tabkey, ps-mode-backward-delete-char):
1787 (ps-mode-r-balance): Replace `delete-horizontal-space' and
1788 `indent-to' with `indent-line-to'
1789 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
1790 instead of `eval'.
1791 (ps-mode-print-region): Use `with-temp-buffer'.
b9c6ab68 1792 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
627a4e30
GM
1793 (numerous places): Add back-tick and tick around names in
1794 docstrings, fix punctuation in docstrings, remove trailing spaces.
187cd25b 1795
bcfb9eff
SM
17962001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1797
1798 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
1799 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
1800 (sgml-font-lock-syntactic-keywords): New var.
1801 (sgml-mode-common): Drop the two args.
1802 Don't make buffer-local variables that aren't used.
1803 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
1804 Don't set `before-string' props from sgml-display-text.
1805 (sgml-mode): Use define-derived-mode.
1806 (sgml-tags-invisible): Use sgml-display-text.
1807 (sgml-quote): New command.
1808 (html-tag-alist): Add args for `span'.
1809 (html-mode): Use define-derived-mode.
1810 Set sgml-display-text and sgml-tag-face-alist.
1811
598f34fa
SS
18122001-10-25 Sam Steingold <sds@gnu.org>
1813
1814 * add-log.el (add-log-always-start-new-record): New user option.
1815 (add-change-log-entry): Use it.
1816
a3fbafe2
RS
18172001-10-25 Richard M. Stallman <rms@gnu.org>
1818
1819 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
1820 bind case-fold-search if FROM is not all lower case.
1821
5b6a51aa
GM
18222001-10-25 Gerd Moellmann <gerd@gnu.org>
1823
dfe92a6a
GM
1824 * startup.el (normal-top-level): Check for frame-initial-frame
1825 only if it's really used.
1826
879eadc3
GM
1827 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
1828
5b6a51aa
GM
1829 * progmodes/compile.el (compilation-parse-errors-filename-function):
1830 New variable.
1831 (compilation-parse-errors): Use it.
1832
d73a471b
SM
18332001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1834
1835 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
1836 interactively so that C-u M-C-x still does edebug.
1837 (checkdoc-sentencespace-region-engine): Don't force a double-space
1838 after `.' if it doesn't look like an end-of-sentence.
1839 (debug-ignored-errors): Add `disambiguate ...'.
1840
18412001-10-24 Stefan Monnier <monnier@cs.yale.edu>
1842
1843 * textmodes/texinfo.el (texinfo-environments)
bcfb9eff 1844 (texinfo-environment-regexp): Hoist.
d73a471b
SM
1845 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
1846 Only highlight the menu name in menu items.
1847 Setup `@foo ... @end foo' as text clones.
1848 (texinfo-clone-environment): New function.
1849 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
1850 (texinfo-insert-block): Simplify.
1851 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
1852 the command is repeated.
1853 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
1854 (texinfo-insert-@end): Simplify.
1855
1856 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
1857 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
1858 (texinfo-subsubsection-level-regexp)
1859 (texinfo-update-menu-same-level-regexps)
1860 (texinfo-update-menu-higher-regexps)
bcfb9eff 1861 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
d73a471b
SM
1862
1863 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
1864 (derived-mode-p): Autoload.
1865
1866 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
1867 New vars and functions.
1868 (text-clone-maintain, text-clone-create): New functions.
1869
f66bd220
MB
18702001-10-25 Miles Bader <miles@gnu.org>
1871
1872 * facemenu.el (facemenu-add-new-face): Fix variable names.
1873
b617a66b
RS
18742001-10-24 Richard M. Stallman <rms@gnu.org>
1875
d436d538
RS
1876 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
1877 of t and nil values.
1878 (facemenu-set-face): Handle START and END interactively.
1879 (facemenu-set-foreground): Don't use a face; specify color directly.
1880 (facemenu-set-background): Likewise.
1881 (facemenu-set-face-from-menu): Doc fix.
1882 (facemenu-active-faces): Use face-attribute-vector
1883 to handle bare attributes not in faces.
1884 (facemenu-get-face): Don't handle face names fg:... and bg:...
1885 specially.
1886 (facemenu-add-new-face): New argument MENU.
1887 New way to handle adding colors to the color menus.
1888
b617a66b
RS
1889 * env.el (substitute-env-vars): Quote the arg to rx.
1890
7b611de0
SS
18912001-10-24 Sam Steingold <sds@gnu.org>
1892
1893 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
c71a58a3 1894 Control" and "SGML" groups.
7b611de0 1895
c533fe40
SM
18962001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1897
1898 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
1899 Better handling of C++ template args to avoid confusion with `<'
1900 and `>' used as operators in member init expressions.
1901
bdbdebff
GM
19022001-10-24 Gerd Moellmann <gerd@gnu.org>
1903
4aa6b955
GM
1904 * replace.el (perform-replace): Move START and END parameters
1905 to the end of the argument list and make them optional.
1906
1907 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
1908 perform-replace.
1909
c533fe40 1910 * international/fontset.el (x-must-resolve-font-name): New function.
bdbdebff
GM
1911 (x-complement-fontset-spec): Use it.
1912
0033146f
SM
19132001-10-23 Stefan Monnier <monnier@cs.yale.edu>
1914
e07777e6
SM
1915 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
1916
0033146f
SM
1917 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
1918 Turn caadr into caar of cdr.
1919
24db49fb
GM
19202001-10-23 Gerd Moellmann <gerd@gnu.org>
1921
e07777e6 1922 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
61fd8d32
GM
1923 of mouse-{1,2} since dragging is on the down event.
1924
c51488cd
GM
1925 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
1926
197a9dfd
GM
1927 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
1928 if ARG is nil.
1929
24db49fb
GM
1930 * desktop.el (desktop-last-buffer): New variable.
1931 (desktop-create-buffer): Set it.
1932 (desktop-read): Bind it and switch to that buffer.
1933
e38e2839
GM
19342001-10-22 Gerd Moellmann <gerd@gnu.org>
1935
e07777e6
SM
1936 * progmodes/compile.el (compilation-set-window-height):
1937 Select old window only if it's still live.
e38e2839 1938
784b8937
PJ
19392001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1940
1941 * help-mode.el (help-buffer): Remove debugging code.
1942 From Stefan Monnier <monnier@cs.yale.edu>.
1943
b704d54b
EZ
19442001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1945
e07777e6
SM
1946 * files.el (file-name-sans-extension, file-name-extension):
1947 Don't count the leading dots in file names as signaling an extension.
b704d54b 1948
fb2fa4a9
AS
19492001-10-22 Andre Spiegel <spiegel@gnu.org>
1950
1951 * vc.el (vc-diff-switches): Doc rewritten.
1952
7142670a
EZ
19532001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
1954
4b2bb9be
EZ
1955 * tooltip.el (tooltip-set-param): Doc fix.
1956
2840d653
EZ
1957 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
1958 127 to sgml-maybe-name-self.
1959 (sgml-name-8bit-mode): Doc fix.
1960 (sgml-char-names-table): New variable.
1961 (sgml-name-char): Support non-ASCII and mule-unicode-*
1962 characters. Doc fix.
1963 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
1964
7142670a
EZ
1965 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
1966 doc string the effect of `left' and `top' parameters in
1967 tooltip-frame-parameters, the default values, and the units.
e07777e6 1968 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
7142670a
EZ
1969 (tooltip-show): Mention in the doc string the `top' and `left'
1970 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
1971
dea19473
AS
19722001-10-22 Andre Spiegel <spiegel@gnu.org>
1973
1974 Add autoscaling support for vc-annotate.
9522e2d8 1975 From J.D. Smith <jdsmith@alum.mit.edu>.
e07777e6 1976
dea19473
AS
1977 * vc.el (vc-annotate-display-default): Accept colormap scaling
1978 ratio (now deprecated).
1979 (vc-annotate-display-autoscale): Added.
1980 (vc-annotate-add-menu): New autoscaling menu options "Span to
1981 Oldest" and "Span Oldest->Newest". Easymenu support added for
e07777e6 1982 toggle menus driven by customize variable `vc-annotate-display-mode'.
dea19473
AS
1983 (vc-annotate-display-select): Added.
1984 (vc-annotate): Changed temp-buffer-show-function to
1985 `vc-annotate-display-select'.
1986 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
1987 Added argument OFFSET. Instead of backend function, calls now
1988 generic `vc-annotate-difference'.
1989 (vc-annotate-difference): Added as generic function instead of
1990 backend-specific function. No longer takes argument POINT, but
1991 instead accepts a time OFFSET.
1992 (vc-default-annotate-current-time): Added.
1993
1994 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
e07777e6 1995 version in vc.el, with
dea19473
AS
1996 (vc-cvs-annotate-current-time): Added, as override of default.
1997 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
1998 `vc-cvs-annotate-difference'.
1999
04808157
GM
20002001-10-22 Gerd Moellmann <gerd@gnu.org>
2001
26fe1f92
GM
2002 * saveplace.el (save-place): Require `saveplace'.
2003
e07777e6 2004 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
04808157
GM
2005 Use `sexp' for :value-type instead of `face'.
2006
a6a1654e
EZ
20072001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2008
2009 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
2010 regexps due to 5-digit message IDs.
2011
4fdd691b
JR
20122001-10-21 Jason Rumney <jasonr@gnu.org>
2013
a6a1654e 2014 * term/w32-win.el (redisplay-dont-pause): Don't set.
4fdd691b 2015
a6a1654e 20162001-10-21 Miles Bader <miles@gnu.org>
c9a95b79
MB
2017
2018 * help-funs.el (help-manyarg-func-alist): Variable removed.
2019
7e9a6a1b
MB
20202001-10-21 Miles Bader <miles@gnu.org>
2021
2022 * help-funs.el (help-manyarg-func-alist): Remove entries for
a3b10252
MB
2023 `insert', `insert-and-inherit', `insert-before-markers',
2024 `insert-before-markers-and-inherit', `message', `message-box',
2025 `message-or-box', `propertize', `format', `encode-time', `append',
2026 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
2027 `insert-string', `ml-if', `ml-provide-prefix-argument', and
2028 `ml-prefix-argument-loop'.
7e9a6a1b 2029
72830e8a
AS
20302001-10-21 Andre Spiegel <spiegel@gnu.org>
2031
e07777e6
SM
2032 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
2033 (vc-default-diff-tree): New functions.
72830e8a
AS
2034 (vc-version-diff): Use them. As a result, coding systems are now
2035 set up properly for all sorts of diffs, and tree diffs can now
2036 also be done locally.
2037 (vc-diff): With a prefix argument, don't require that it's called
2038 from a buffer under version control.
a279f22f 2039 (diff-switches): Remove duplicate definition.
e07777e6 2040
72830e8a
AS
2041 * vc-cvs.el (vc-cvs-diff-tree): New function.
2042
b6715b9f
MB
20432001-10-21 Miles Bader <miles@gnu.org>
2044
386ca361
MB
2045 * help-funs.el (help-manyarg-func-alist): Remove entries for
2046 `list', `vector', `make-byte-code', `call-process',
2047 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
2048 `logand', `logior', and `logxor'.
2049
b6715b9f
MB
2050 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
2051 image bits to compensate. Use `make-string' instead of
2052 `make-bool-vector' (XBM apparently wants byte-aligned rows).
2053
db6f8ff1
KS
20542001-10-20 Kim F. Storm <storm@cua.dk>
2055
2056 * simple.el (kill-ring-save): Don't show extent of copied region
2057 if using transient-mark-mode and region is fully visible.
2058
da67faa9
KS
20592001-10-20 Gerd Moellmann <gerd@gnu.org>
2060
2061 * (Version 21.1 released.)
2062
8f9495e7
EZ
20632001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2064
2065 * files.el (auto-mode-alist): Associate .indent.pro with
e07777e6 2066 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
8f9495e7 2067
1f006824
SS
20682001-10-18 Sam Steingold <sds@gnu.org>
2069
2070 Put the *Compile-Log* buffer in `compilation-mode'.
2071 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
2072 (byte-compile-log-1, byte-compile-log-file)
e07777e6 2073 (displaying-byte-compile-warnings): Use it
1f006824 2074
e54030af
SM
20752001-10-18 Stefan Monnier <monnier@cs.yale.edu>
2076
d2f11dda
SM
2077 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
2078
e54030af
SM
2079 * xml.el (xml-parse-tag): Use eq on char-after's return value.
2080
d0035f7a
GM
20812001-10-18 Gerd Moellmann <gerd@gnu.org>
2082
3f482bc0
GM
2083 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
2084
e54030af
SM
2085 * obsolete/hilit19.el (hilit-lookup-face-create):
2086 Call set-face-font only if display-graphic-p.
d0035f7a
GM
2087 (toplevel): Remove references to window-system.
2088
4d251ae7
MB
20892001-10-18 Miles Bader <miles@gnu.org>
2090
2091 * simple.el (what-line): Avoid problems with field properties.
2092
2670cf80
EZ
20932001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2094
2095 * wid-edit.el (widget-field-face, widget-single-line-field-face):
2096 Define special colors for a tty.
2097
5889cc20
FP
20982001-10-17 Francesco Potorti` <pot@gnu.org>
2099
2100 * comint.el (comint-password-prompt-regexp): Make it less
2101 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
2102
2670cf80 21032001-10-17 John Wiegley <johnw@gnu.org>
af15ae25
JW
2104
2105 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
2106 a regular file, before checking if it is a directory or symlink.
2107 This avoids a call to eshell-file-attributes, which can be
2108 expensive in some situations.
2109
2110 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
2111 customization variable, to differentiate ls-in-dired from regular
2112 uses of ls.
2113
3d58b15e
MB
21142001-10-17 Miles Bader <miles@gnu.org>
2115
2116 * custom.el (defface): Mention `:inherit' in doc-string.
2117
ca5b46fc
EZ
21182001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2119
2120 * paren.el: Update the Commentary with installation instructions.
2121
56378db4
GM
21222001-10-15 Dave Love <fx@gnu.org>
2123
2124 * international/mule.el (set-auto-coding): Fix regexps for local
2125 variables section not to eat newlines.
2126
31252c00
MB
21272001-10-15 Miles Bader <miles@gnu.org>
2128
2129 * simple.el (display-message-or-buffer): Pass the correct buffer
2130 to `display-buffer'.
2131
0c88c937
SM
21322001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2133
2134 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
2135 (executable-find): Use exec-suffixes.
2136 (executable-set-magic): Don't use make-local-hook.
2137
2138 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
2139
5a595785
EZ
21402001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
2141
a12ca054
EZ
2142 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
2143 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
2144 Add .so to the Unix and GNU branch.
2145
0c88c937
SM
2146 * international/latin-1.el:
2147 * international/latin-2.el:
2148 * international/latin-3.el:
2149 * international/latin-4.el:
2150 * international/latin-5.el:
2151 * international/latin-8.el:
5a595785
EZ
2152 * international/latin-9.el: Add no-byte-compile: t, since
2153 Makefile.in instructs make-docfile to look at .el files.
2154
530893b2
MB
21552001-10-14 Miles Bader <miles@gnu.org>
2156
2157 * button.el (define-button-type): Allow supertype property to be
2158 specified with a keyword `:supertype' too.
2159 (button-put, make-text-button): Allow button type property to be
2160 specified using the keyword `:type' too.
2161 (button-type): New function.
2162 (button): Add `button-category-symbol' property.
2163
6efb29ef
SM
21642001-10-13 Stefan Monnier <monnier@cs.yale.edu>
2165
0c88c937
SM
2166 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
2167 indent-new-comment-line from comment-indent-new-line.
2168
6efb29ef
SM
2169 * textmodes/refill.el (refill-mode):
2170 Bind DEL to backward-delete-char-untabify.
2171 Set backward-delete-char-untabify-method to `hungry'.
2172
2173 * textmodes/bib-mode.el (bib-mode):
2174 * play/gomoku.el (gomoku-mode):
2175 * textmodes/page-ext.el (pages-directory-mode):
2176 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
2177
2178 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
2179
2180 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
2181
2182 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
2183 Handle here-docs differently.
2184 (sh-font-lock-heredoc): Remove.
2185 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
2186 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
2187 (sh-font-lock-open-heredoc): New functions.
2188 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
2189 (sh-font-lock-keywords-1): Use regexp-opt.
2190 (sh-in-comment-or-string): Use syntax-ppss.
2191 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
2192 (sh-select, sh-tmp-file): Add explicit terminating \n.
2193
2194 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
2195 Use with-current-buffer.
2196 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
2197 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
2198 filename), catch any error that occurs in `ange-ftp-cd'.
2199 If an error happened, don't bother sending `cmd' at all.
2200 Fix a parenthesis typo.
2201 (ange-ftp-write-region): Don't blindly use binary if the remote host
2202 is unix-like.
2203
2204 * play/pong.el (pong-init): Don't use make-local-hook.
2205
2d341681 22062001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
6efb29ef
SM
2207
2208 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
2209 (viper-get-ex-address-subr): More precise addr for the $ marker
2210
eef9b65f
EZ
22112001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2212
2213 * version.el (emacs-version): Bump to 21.1.50.
2214
a2bdcec4
PJ
22152001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2216
2217 * mail/mailalias.el (mail-directory-stream): Do not double
2218 variables in the lambda-list.
2219
2220 * play/gomoku.el (gomoku-init-display): Ditto.
2221
2222 * play/landmark.el (lm-init-display): Ditto.
2223
2224 * delim-col.el (delimit-columns-rectangle-max): Ditto.
2225 (delimit-columns-rectangle-line): Ditto.
2226
f892ac1d
SM
22272001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2228
5a1373f3
SM
2229 * newcomment.el (comment-region-internal): Don't rebind
2230 invisibility_spec now that the C routines handle it correctly.
2231
2232 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
2233
026f408d
SM
2234 * frame.el (special-display-popup-frame): Obey new specs `same-window'
2235 and `same-frame'.
2236
32993295
SM
2237 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
2238
2239 * simple.el (minibuffer-local*-map): Remove redundant bindings.
2240
2241 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
2242 C-p and C-r. Remove redundant bindings from inheriting maps.
2243
f892ac1d
SM
2244 * progmodes/cperl-mode.el: Merged in changes from v4.32.
2245 After 4.23 and: After 4.24:
2246 (cperl-contract-levels): Restore position.
2247 (cperl-beautify-level): Likewise.
2248 (cperl-beautify-regexp): Likewise.
2249 (cperl-commentify): Rudimental support for length=1 runs
2250 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
2251 After 4.25:
2252 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
2253 (imenu-example--create-perl-index): Was not enforcing
2254 syntaxification-to-the-end.
2255 (cperl-invert-if-unless): Allow `for', `foreach'.
2256 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
2257 Mark qw(), m()x as indentable.
2258 (cperl-init-faces): Highlight `sysopen' too.
2259 Highlight $var in `for my $var' too.
2260 (cperl-invert-if-unless): Was leaving whitespace at end.
2261 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
2262 (cperl-calculate-indent): Remove old commented out code.
2263 Support (primitive) indentation of qw(), m()x.
2264 After 4.26:
2265 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
2266 q [] with intervening newlines.
2267 (cperl-autoindent-on-semi): New customization variable.
2268 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
2269 (cperl-tips): Mention how to make CPerl the default mode.
2270 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
2271 (cperl-outline-level): New function.
2272 (cperl-highlight-variables-indiscriminately): New customization var.
2273 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
2274 From Sean Kamath <kamath@pogo.wv.tek.com>.
2275 (cperl-after-block-p): Support CHECK and INIT.
2276 (cperl-init-faces, cperl-short-docs): Likewise and "our".
2277 From Doug MacEachern <dougm@covalent.net>.
2278 After 4.27:
2279 (cperl-find-pods-heres): Recognize \"" as a string.
2280 Mark whitespace between q and [] as `syntax-type' => `prestring'.
2281 Allow whitespace between << and "FOO".
2282 (cperl-problems): Remove \"" and q [] with intervening newlines.
2283 Mention multiple <<EOF as unsupported.
2284 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
2285 (cperl-indent-parens-as-block): New configuration variable.
2286 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
2287 Use `cperl-indent-parens-as-block'.
2288 (cperl-find-pods-heres): Test for =cut without empty line instead of
2289 complaining about no =cut.
2290 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
2291 (cperl-find-pods-heres): Likewise.
2292 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
2293 POD could've been marked as comment already.
2294 (cperl-unwind-to-safe): Unwind before start of POD too.
2295 After 4.28:
2296 (cperl-forward-re): Throw an error at proper moment REx unfinished.
2297 After 4.29:
2298 (x-color-defined-p): Make an extra case to peacify the warning.
2299 Toplevel: `defvar' to peacify the warnings.
2300 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
2301 No -nw-compile time warnings now.
2302 (cperl-find-tags): TAGS file had too short substring-to-search.
2303 Be less verbose in non-interactive mode
2304 (imenu-example--create-perl-index): Set index-marker after name
2305 (cperl-outline-regexp): New variable.
2306 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
2307 (cperl-mode): Made use `cperl-outline-regexp'.
2308 After 4.30:
2309 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
2310 (cperl-outline-level): Make start-of-file same level as `package'.
2311 After 4.31:
2312 (cperl-electric-pod): `head1' and `over' electric only if empty.
2313 (cperl-unreadable-ok): New variable.
2314 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
2315 on an unreadable file.
2316 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
2317 on an unreadable directory.
2318
2319 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
2320 Consider the text between two errors as belonging to the first error.
2321 (compilation-goto-locus): Use pop-to-buffer rather than
2322 switch-to-buffer-other-frame.
2323
2324 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
2325 (awk-font-lock-syntactic-keywords): New var.
2326 (awk-mode): Use it.
2327
2328 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
2329
2330 * faces.el (describe-face): Call help-setup-xref earlier.
2331
2332 * jka-compr.el (jka-compr-load-suffixes): New var.
2333 (jka-compr-install): Add its content to load-suffixes.
2334 (jka-compr-uninstall): Remove its content from load-suffixes.
2335
b878b8c3
SS
23362001-10-12 Sam Steingold <sds@gnu.org>
2337
7ed93890
SS
2338 * bindings.el (completion-ignored-extensions): CL-related
2339 extensions are platform-independent.
2340
b878b8c3
SS
2341 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
2342 asynchronous multiple file copying.
2343
eadd6444
GM
23442001-10-12 Gerd Moellmann <gerd@gnu.org>
2345
5a1373f3 2346 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
e34fd2f2 2347 Turn error for repeated variables into warning.
5a1373f3
SM
2348
2349 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
2350 New function checking that lambda-list consists of non-constant
eadd6444 2351 symbols, that &rest and &optional are followed by variable names,
f892ac1d 2352 that &rest VAR is the last element, and that variables aren't doubled.
eadd6444
GM
2353 (byte-compile-lambda): Use it.
2354
beb0990f
GM
23552001-10-12 Eli Barzilay <eli@barzilay.org>
2356
2357 * calculator.el (calculator-eng-display): Don't call concat
2358 with an integer argument.
2359
07f904a3
MB
23602001-10-12 Miles Bader <miles@gnu.org>
2361
2362 * help-mode.el (help-customize-face): New button-type.
b0412574 2363
07f904a3
MB
2364 * faces.el (list-faces-display): Fix args to `help-xref-button'.
2365 (describe-face): Fix args to `help-xref-button'.
2366 Don't switch to help-buffer around call to `help-setup-xref'.
2367 Use `help-buffer' instead of hard-wired "*Help*".
2368 Require `help-mode'.
2369
2168e04d
SM
23702001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2371
2372 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
2373
2374 * help-mode.el (help-buffer): New function.
2375 Returns the buffer-name to use for help output.
2376 Change all the code to use it instead of hard-coding *Help*.
2377 (help-mode-map): Put back the mouse-2 binding.
2378 (help-xref-stack): Change the format and make buffer-local.
2379 (help-xref-stack-item): Make buffer-local.
2380 (help-setup-xref): Do the `push' here rather than in help-do-xref.
2381 (help-xref-interned): Display the face doc as well.
2382 (help-follow-mouse): Re-introduce.
2383 (help-xref-go-back): Adapt to the new use of help-xref-stack.
2384 (help-do-xref): Don't `push' any more.
2385 (help-follow): Also follow face names.
2386
2387 * help-funs.el (describe-function-1): Remove unused `parens' arg.
2388 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
2389 Autoload and cleanup.
2390 (describe-function): Call help-setup-xref.
2391 (describe-variable): Call help-setup-xref earlier.
2392
2393 * help.el (describe-bindings-internal): New fun moved from keymap.c.
2394 (view-lossage): Call help-setup-xref correctly and earlier.
2395 (describe-bindings): Call help-setup-xref earlier.
2396 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
2397 (describe-mode): Don't autoload. Call help-setup-xref earlier.
b0412574 2398
1ae6b8f1
GM
23992001-10-11 Gerd Moellmann <gerd@gnu.org>
2400
a5be8a9a
GM
2401 * master.el (master-mode): Use define-minor-mode instead of
2402 easy-mmode-define-minor-mode. Add autload cookie.
b0412574 2403 (Commentary): Remove the line showing how to autoload master-mode,
a5be8a9a
GM
2404 since it's always autoloaded.
2405
1ae6b8f1
GM
2406 * master.el: New file.
2407
63ca0a6e
GM
24082001-10-11 Dave Love <fx@gnu.org>
2409
2410 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
2411 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
2412 <const-C varset-X const-C>: Fix car/cdr typo.
d731e6b8 2413
63ca0a6e 24142001-10-11 Gerd Moellmann <gerd@gnu.org>
d731e6b8 2415
2168e04d
SM
2416 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
2417 New function extracted from byte-compile-log-1.
2418 (byte-compile-log-1): Change output to be more in line with
d731e6b8
GM
2419 the output of other GNU tools.
2420 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2168e04d
SM
2421 (byte-compile-report-error): Downcase error message.
2422 Use `error' instead of `!!' for error messages.
d731e6b8
GM
2423 (byte-compile-print-syms): Treat non-interactive case specially.
2424 (displaying-byte-compile-warnings): Use backquote.
2425 (byte-compile-from-buffer): Bind byte-compile-last-line.
2426 (batch-byte-compile): Remove `Done' message.
2427
75a4e7c5 24282001-10-11 Stefan Monnier <monnier@cs.yale.edu>
30de4b24
SM
2429
2430 * emacs-lisp/copyright.el (copyright): Add final \n.
2431
0e094c29
MB
24322001-10-11 Miles Bader <miles@gnu.org>
2433
2434 * diff.el (diff): Display default values in prompts as
2435 `(default ...)', not `(...)'.
b0412574 2436
0e094c29
MB
2437 * info.el (Info-follow-reference): Likewise.
2438
c2ca5171
SM
24392001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2440
30de4b24
SM
2441 * emacs-lisp/autoload.el (doc-string-elt): Remove.
2442
7164ef13
SM
2443 * newcomment.el (comment-indent): Be a little more robust in case
2444 comment-indent-function does funny things.
2445 (comment-normalize-vars): Autoload.
2446 (comment-region-internal): Fiddle with the visibility spec.
2447 (comment-valid-prefix): New function.
2448 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
2449 that would turn comment-text into non-comment-text.
2450
2451 * emacs-lisp/syntax.el: New file.
2452
c2ca5171
SM
2453 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
2454 compatibility cruft.
2455 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
2456 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
2457 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2458 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
2459 tcl-submit-bug-report.
2460 (tcl-mode-syntax-table): Leave \f alone.
2461 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
2462 tcl-end-of-defun, tcl-submit-bug-report.
2463 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
2464 (tcl-add-emacs-menu): Remove.
2465 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
2466 (tcl-keyword-list): Add `chain'.
2467 (tcl-font-lock-syntactic-keywords): New variable.
2468 (tcl-pps-has-arg-6): Remove.
2469 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
2470 (tcl-internal-mark-defun): Remove.
2471 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
2472 (tcl-mode): Use define-derived-mode. Simplify.
2473 Set comment-indent-function.
2474 (tcl-indent-command): Use line-beginning-position and comment-indent.
2475 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
2476 (tcl-indent-line): Use tcl-calculate-indent.
2477 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
2478 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
2479 (tcl-filter): Use with-current-buffer, simplify.
2480 (inferior-tcl-mode): Use define-derived-mode.
2481 (tcl-hairy-in-comment): Renamed tcl-in-comment.
2482 (tcl-simple-in-comment, tcl-in-comment): Removed.
2483 (tcl-files-alist): New function.
2484 (tcl-help-snarf-commands): Use it and return the result directly
2485 rather than through a global variable.
2486 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
2487 (tcl-help-on-word): Provide the default value to completing-read.
2488 (tcl-hilit): Remove.
2489 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
2490 (tcl-comment-indent): New function.
2491 (tcl-submit-bug-report): Remove.
2492 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
2493 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
2494 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
2495
07becdb1
MB
24962001-10-10 Miles Bader <miles@gnu.org>
2497
2498 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
2499 (Info-fontify-node): Don't fontify the node if it's already been done.
2500
88255adb
GM
25012001-10-10 Gerd Moellmann <gerd@gnu.org>
2502
031a1678
GM
2503 * international/iso-transl.el (iso-transl-e-caret)
2504 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
2505 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
2506
619632ac
GM
2507 * simple.el (end-of-buffer): Fix code scrolling specially
2508 for the buffer end.
2509
88255adb
GM
2510 * startup.el (command-line-1): Bind tab-width to 8.
2511
5c4d3f02
PJ
25122001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2513
3680909c 2514 * emulation/tpu-edt.el: Use defalias instead of fset for
5c4d3f02
PJ
2515 user-visible commands. From Rob Riepel
2516 <riepel@Networking.Stanford.EDU>.
2517
89e9c8d7
GM
25182001-10-09 Gerd Moellmann <gerd@gnu.org>
2519
2520 * ruler-mode.el: New file.
2521
3b8c60f1
MB
25222001-10-09 Miles Bader <miles@gnu.org>
2523
71f19cda
MB
2524 * apropos.el (button): New require.
2525
55e9efba 2526 * help-funs.el: New file, contents mostly from `help.el'.
c2ca5171
SM
2527 (describe-variable): Use `condition-case' instead of `ignore-errors'.
2528
55e9efba 2529 * help-mode.el: New file, contents mostly from `help.el'.
c2ca5171 2530
55e9efba
MB
2531 * help.el: Don't require `view' when compiling.
2532 (help-with-tutorial, describe-function, describe-function-1)
2533 (variable-at-point, describe-variable, locate-library):
2534 Functions moved into `help-funs.el'.
2535 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
2536 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
2537 (help-setup-xref, help-xref-following, help-make-xrefs)
2538 (help-xref-button, help-insert-xref-button, help-xref-interned)
2539 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
2540 (help-xref-on-pp): Functions moved into `help-mode.el'
2541 (help-mode-map, help-xref-stack, help-xref-stack-item)
2542 (help-highlight-p, help-highlight-face, help-back-label)
2543 (help-xref-symbol-regexp, help-xref-mule-regexp)
2544 (help-xref-info-regexp): Variables moved into `help-mode.el'.
2545 (help-symbol, help-back, help-info, help-customize-variable)
2546 (help-function-def, help-variable-def):
2547 Button-types moved into `help-mode.el'.
2548 (load-symbol-file-load-history, symbol-file):
2549 Functions moved into `subr.el'.
2550 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
c2ca5171
SM
2551 (view-lossage): Call `help-setup-xref' instead of doing it manually.
2552
2553 * subr.el (symbol-file-load-history-loaded)
2554 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
2555
55e9efba
MB
2556 * loadup.el ("button"): Load removed.
2557
ded42dd3
MB
2558 * button.el (define-button-type): Respect any `supertype' property.
2559 (button-type-subtype-p, button-has-type-p): New functions.
2560
f4be0a12
MB
2561 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
2562 dollar-signs.
2563
2564 * comint.el (comint-insert-previous-argument): New function.
2565 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
c2ca5171 2566 (comint-insert-previous-argument-last-start-pos)
f4be0a12
MB
2567 (comint-insert-previous-argument-last-index): New variables.
2568
3b8c60f1
MB
2569 * apropos.el (apropos-next-label-button): Use the presence of a
2570 `apropos-label' property to detect label buttons.
2571
a101302b
MB
25722001-10-08 Miles Bader <miles@gnu.org>
2573
2574 * button.el (next-button, previous-button): Remove N and WRAP
2575 parameters. Don't pay attention to `skip' properties.
2576 (forward-button): Implement wrapping, iterating, and skipping here
2577 instead.
894e460c 2578 (button-activate): USE-MOUSE-ACTION is optional.
62dc75c4
MB
2579 (button-nop): Function removed.
2580 (default-button): Use `ignore' as default button action.
894e460c 2581
a101302b
MB
2582 * apropos.el (apropos-next-label-button): Update arguments to
2583 `next-button'.
894e460c 2584 (apropos-symbol): Add `skip' property.
c2ca5171
SM
2585 (apropos-function, apropos-macro, apropos-command)
2586 (apropos-variable, apropos-face, apropos-group, apropos-widget)
894e460c
MB
2587 (apropos-plist): New button types.
2588 (apropos-label-properties): Variable removed.
2589 (apropos-print): Pass button-type to apropos-print-doc, rather
2590 than help function and label text.
2591 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
2592 Get button label from TYPE.
a101302b 2593
82345a9a
SM
25942001-10-07 Stefan Monnier <monnier@cs.yale.edu>
2595
b0fbf754
SM
2596 * help.el (help-mode): Use define-derived-mode.
2597 (describe-mode): Add optional `buffer' arg.
2598 Use it instead of going through help-xref-mode.
2599 Avoid doubling the word `minor' when prettifying.
2600 (describe-function-1): List the corresponding key bindings.
2601 (describe-variable): Say if the var is automatically buffer-local.
2602 If the source is `loaddefs.el', look for the real source.
2603 (help-xref-mode): Remove.
2604
82345a9a
SM
2605 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
2606 the file says no-byte-compile.
2607
d6bc0bdc
MB
26082001-10-08 Miles Bader <miles@gnu.org>
2609
2610 * button.el (next-button, previous-button): Respect `skip' property.
d6bc0bdc 2611
7997fd38
MB
26122001-10-07 Miles Bader <miles@gnu.org>
2613
e664497b
MB
2614 * woman.el (woman-mode-map): Copy button-buffer-map instead of
2615 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
2616 `woman-follow-word' instead of `woman-mouse-2'.
2617 (woman-follow-word): Renamed from `woman-mouse-2'.
2618 Follow current unconditionally, since this function is now only
2619 bound to M-mouse-2. Use accessor functions.
2620 (WoMan-highlight-references): Use `make-text-button'.
2621 (woman-xref): New button type.
2622
d876f455
MB
2623 * loadup.el ("faces"): Move load before loading "loaddefs.el".
2624 ("button"): New load, just before "help" (which uses it).
2625
2626 * help.el (help-mode-map): Make button-buffer-map our parent.
2627 Don't bind mouse events or tab/backtab.
2628 (help-function, help-variable, help-face, help-coding-system)
2629 (help-input-method, help-character-set, help-back, help-info)
2630 (help-customize-variable, help-function-def, help-variable-def):
2631 New button types.
2632 (help-button-action): New function.
2633 (describe-function-1): Pass help button-types to
2634 `help-xref-button' rather than help function and help-echo string.
2635 Don't put multiple help-function args in a list to pass them to
2636 help-xref-button, just pass them as multiple arguments.
2637 Use `help-insert-xref-button' to make [back]-button, rather than
2638 `help-xref-button'.
2639 (help-xref-button): Take a button-type TYPE as a parameter rather
2640 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
2641 and add a &rest parameter ARGS to serve the same purpose.
2642 Use `make-text-button' to add the button.
2643 (help-insert-xref-button): Use `insert-text-button' to add the button.
2644 (help-follow-mouse, help-next-ref, help-previous-ref):
2645 Functions removed.
2646 (help-do-xref): New function.
2647 (help-follow): Use `push-button' and `help-do-xref' to do most of
2648 the work.
2649
2650 * apropos.el (apropos-symbol, apropos-label): New button types.
82345a9a 2651 (apropos-symbol-button-display-help)
d876f455
MB
2652 (apropos-label-button-display-help, apropos-next-label-button):
2653 New functions.
2654 (apropos-mode-map): Make button-buffer-map our parent.
2655 Don't bind mouse events.
2656 (apropos-print, apropos-print-doc): Create buttons instead of text
2657 properties.
2658 (apropos-mouse-follow): Function removed.
2659 (apropos-follow): Use buttons.
2660
7997fd38
MB
2661 * button.el: New file.
2662
1a4372ef
GM
26632001-10-07 Gerd Moellmann <gerd@gnu.org>
2664
82345a9a 2665 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1a4372ef
GM
2666 Remove.
2667
857e81db
RS
26682001-10-05 Richard M. Stallman <rms@gnu.org>
2669
2670 * add-log.el (add-change-log-entry): Skip copyright notice
2671 and copying permission notice at start of file, if any.
2672 Make use of terms "entry" and "item" accord with Emacs manual.
2673 Simplify the logic for moving point while entering or creating
2674 an entry and then an item.
2675 (add-change-log-entry-other-window): Doc fix.
2676
4650e362
MB
26772001-10-06 Miles Bader <miles@gnu.org>
2678
2679 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
2680 removed; they apparently don't work with faces.
2681
b4f05c38
SS
26822001-10-05 Sam Steingold <sds@gnu.org>
2683
2684 * textmodes/sgml-mode.el (html-xhtml): New user option.
2685 (html-tag-alist, html-horizontal-rule, html-image, html-line)
2686 (html-ordered-list, html-unordered-list, html-list-item)
2687 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
2688 (sgml-skip-close-p): New function.
2689 (sgml-value): Use it.
2690
4dd618ff
SS
26912001-10-05 Sam Steingold <sds@gnu.org>
2692
2693 * calendar/diary-lib.el (diary-entry-compare): When times are
2694 identical, compare the entries lexicographically.
2695
a01b7831
MB
26962001-10-06 Miles Bader <miles@gnu.org>
2697
82345a9a
SM
2698 * rfn-eshadow.el (rfn-eshadow-update-overlay):
2699 Use `minibuffer-prompt-end'.
a01b7831
MB
2700
2701 * simple.el (previous-matching-history-element): Fix misplaced
2702 parentheses.
2703
20a82009
MB
27042001-10-05 Miles Bader <miles@gnu.org>
2705
2706 * rfn-eshadow.el: New file.
2707
c165ad40
MB
27082001-10-05 Miles Bader <miles@gnu.org>
2709
2710 * cus-face.el (custom-face-attributes): Make sure each attribute
2711 has a valid default value. Remove hacks that mapped `nil' to
2712 `off' and used nil to mean `unspecified'. Remove `unspecified'
2713 choices from all attributes (unspecified is handled by the parent
2714 checklist).
4dd618ff 2715 * cus-edit.el (custom-face-edit-convert-widget)
c165ad40
MB
2716 (custom-face-edit-deactivate, custom-face-edit-activate)
2717 (custom-face-edit-delete, custom-face-edit-attribute-tag):
2718 New functions.
2719 (custom-face-edit): Specify a custom :convert-widget.
4dd618ff 2720 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
c165ad40
MB
2721 Don't pass in default filters that map between `nil' and `off' and
2722 `unspecified' and `nil'.
2723
ace64e0a
GM
27242001-10-05 Gerd Moellmann <gerd@gnu.org>
2725
2726 * progmodes/compile.el (compilation-buffer-name): New function.
2727 (compile-internal): Use it to determine the name of the
2728 compilation buffer.
2729
ec66bdc7
MB
27302001-10-05 Miles Bader <miles@gnu.org>
2731
2732 * progmodes/compile.el (grep-use-null-device): New variable.
2733 (grep-command): Mention `grep-use-null-device'.
2734 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
2735 Make computation of `grep-command' respect `grep-use-null-device'.
2736 (grep): Respect `grep-use-null-device'.
2737 Call `grep-compute-defaults' even if grep-command is set, if
2738 grep-use-null-device is still tentative.
2739
2740 * subr.el (call-process-shell-command): New function.
2741
27422001-10-05 Miles Bader <miles@gnu.org>
2743
2744 * simple.el (previous-matching-history-element)
2745 (next-history-element, next-complete-history-element): Use
82345a9a 2746 `minibuffer-' functions instead of calling `field-' functions directly.
ec66bdc7
MB
2747 (minibuffer-prompt-end, minibuffer-contents):
2748 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2749 Functions removed (now subrs).
2750 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
4dd618ff 2751
ec66bdc7
MB
2752 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
2753 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
2754 instead of calling `field-' functions directly.
2755 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2756
c89e4bc5
GM
27572001-10-05 Gerd Moellmann <gerd@gnu.org>
2758
a0fb4492
GM
2759 * files.el (find-file-noselect): If file's read-only status has
2760 changed on disk, ask if buffer's read-only status should be
2761 changed, unless NOWARN is set.
2762
c86350b1
GM
2763 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
2764 alias for define-setf-method.
2765
c89e4bc5
GM
2766 * bindings.el: Remove no-byte-compile from file local variables
2767 to enable bootstrapping.
2768
0bcf87c1
AI
27692001-10-04 Andrew Innes <andrewi@gnu.org>
2770
82345a9a
SM
2771 * faces.el (face-font-registry-alternatives) [windows-nt]:
2772 Make gb2312 an alias for gb2312.1980.
0bcf87c1 2773
6c0b2643
GM
27742001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2775
2776 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
2777 (uniquify-reverse-components): Remove.
2778
2779 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2780 Make sure the file is readable.
2781 (byte-compile-file): Don't compile if `no-byte-compile' is set.
2782 (byte-compile-defvar): Update to reflect the change in Fdefvar.
2783 (batch-byte-recompile-directory): Pass arg=0.
2784
2785 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
2786 (perl-calculate-indent): Use it.
2787 (perl-backward-to-noncomment): Use forward-comment.
2788
2789 * derived.el (define-derived-mode, derived-mode-make-docstring):
2790 Allow `parent' to be nil.
2791
2792 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
2793 Use define-derived-mode.
2794 (nroff-mode-map, nroff-mode-syntax-table): Massage.
2795
2796 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
2797
2798 * emacs-lisp/lselect.el: Use facep iso find-face.
2799
2800 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2801 Use regexp-opt.
2802 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
2803 (lisp-font-lock-syntactic-face-function): New function.
2804 (lisp-mode-variables): Use it. Make arg optional.
2805 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
2806 (lisp-mode): Don't pass an arg to lisp-mode-variables.
2807 Set comment-start-skip.
2808
2809 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
2810
2811 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
2812 (ignore-errors): Don't bother using a `err' symbol.
2813
2814 * emacs-lisp/autoload.el (autoload-ensure-default-file)
2815 (autoload-insert-section-header, autoload-before-p)
2816 (autoload-remove-section): New functions.
2817 (generate-file-autoloads): Use them.
2818 (update-file-autoloads): Use them. Return FILE if there's no cookie.
2819 Make sure the autoload file is properly formatted when creating it.
2820 (update-autoloads-from-directories): Use them as well.
2821 Only update autoloads for files whose timestamp has changed.
2822 Add a dummy entry to remember the files which had no autoload cookies.
2823
2824 * timer.el (timer-relative-time): Fix computation for negative `micro'.
2825
2826 * subr.el (define-key-after): Allow `key' to be longer than 1.
2827 (make-local-hook): Make obsolete.
2828 (add-hook, remove-hook): Don't use make-local-hook any more.
2829 (make-syntax-table): Inherit all chars from s-s-t.
2830
28312001-10-04 Gerd Moellmann <gerd@gnu.org>
2832
2833 This is a fix for a report saying that resuming a search with C-s
2834 C-s doesn't use the case-fold-search setting of the previous
2835 search (C-s ... M-c ... then C-s C-s).
2836
2837 * isearch.el (isearch-last-case-fold-search): New variable.
2838 (isearch-mode): Remember value of isearch-case-fold-search
2839 in isearch-last-case-fold-search.
2840 (isearch-done): Quote value of isearch-case-fold-search.
2841 (isearch-repeat): When resuming a search, restore
2842 isearch-case-fold-search from isearch-last-case-fold-search.
2843
2844 Added to NEWS.
2845
2846 * startup.el (inhibit-startup-buffer-menu): New user-option.
2847 (command-line-1): If inhibit-startup-buffer-menu is set, don't
2848 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
2849
2850 This allows upto 99999 messages in the summary without screwing up
2851 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
2852
2853 * mail/rmailsum.el (rmail-make-summary-line)
2854 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
2855 (rmail-summary-goto-msg, rmail-summary-goto-msg):
2856 Allow 5-digit message ids instead of 4.
2857
2858 This adds expansion of environment variables in the value
2859 specified with M-x setenv. Added to NEWS.
2860
2861 * env.el (substitute-env-vars): New function.
2862 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
2863 environment variables in VALUE. Return VALUE.
2864
ab952a4f
GM
28652001-10-04 Gerd Moellmann <gerd@gnu.org>
2866
2867 * Branch for 21.1.
7164ef13 2868
630784a2
SM
28692001-10-03 Stefan Monnier <monnier@cs.yale.edu>
2870
2871 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
2872
cf2b0d2c 28732001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cba04ae9
PJ
2874
2875 * emulation/tpu-edt.el: Make messages match original TPU/edt
cf2b0d2c 2876 editor. From riepel@Stanford.EDU (Rob Riepel).
cba04ae9 2877
aa01bed1
EZ
28782001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2879
2880 * rect.el: Update maintainer's email address.
2881
7d685c84
AS
28822001-10-02 Andreas Schwab <schwab@suse.de>
2883
2884 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
2885 and Extended Passive Mode, resp.
2886
87671c25
EZ
28872001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2888
2889 These changes add support for Calendar-related items in the
2890 menu bar on tty's as well:
2891
2892 * calendar/calendar.el (calendar-mode-map): Require cal-menu
2893 unconditionally.
2894 (calendar-mode): Set up activate-menubar-hook unconditionally.
2895
2896 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
2897 calls x-popup-menu only if popup menus are supported.
2898 (calendar-mouse-insert-hebrew-diary-entry)
2899 (calendar-mouse-insert-islamic-diary-entry)
2900 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2901 (calendar-mouse-view-other-diary-entries)
2902 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
630784a2
SM
2903 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
2904 Call cal-menu-x-popup-menu instead of x-popup-menu.
87671c25 2905
12c64503
GM
29062001-10-01 Gerd Moellmann <gerd@gnu.org>
2907
62bfa682
GM
2908 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
2909
12c64503
GM
2910 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
2911
2912 * emacs-lisp/rx.el: New file.
2913
e0c21266
EZ
29142001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
2915
630784a2 2916 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
e0c21266 2917
03be5931
EZ
29182001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2919
2920 * frame.el (select-frame-by-name, other-frame): Doc fix.
2921
d0100d57
EZ
29222001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
2923
2924 * play/snake.el (snake-score-file): Use temporary-file-directory
2925 instead of a literal "/tmp". Suggested by Robert
2926 <robert@chezmarshall.freeserve.co.uk>.
2927
2928 * play/tetris.el (tetris-score-file): Ditto.
2929
d94d5b5a
EZ
29302001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2931
2932 * apropos.el (apropos-print): Make the directions inserted at the
2933 beginning of the *Apropos* buffer more clear.
2934
cd653311 29352001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
630784a2 2936
cd653311
MK
2937 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
2938 Added comments.
630784a2 2939
37dbd369
SM
29402001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2941
2942 * newcomment.el (comment-normalize-vars): Use " \t" rather than
2943 "\\s-" when defining comment-end-skip.
2944
9240e746
GM
29452001-09-27 Gerd Moellmann <gerd@gnu.org>
2946
37dbd369 2947 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6eb94ddb
GM
2948 Call get-buffer-window first second arg `visible'.
2949
37dbd369
SM
2950 * international/mule-diag.el (list-input-methods-1):
2951 Output something that's independent of Emacs' version.
14531065 2952
9240e746
GM
2953 * tar-mode.el (tar-mode-write-file): Don't signal an error by
2954 calling byte-to-position with a nil tar-header-offset.
2955
e04233aa
GM
29562001-09-27 Simon Josefsson <jas@extundo.com>
2957
2958 * mail/sendmail.el (send-mail-function): Doc fix.
2959 (mail-do-fcc): Error if header-end is not a marker.
2960 (mail-do-fcc): Add a comment.
2961 (mail-reply-to): Doc fix.
2962 (mail-signature): Make ATPOINT optional.
2963 (mail-yank-original): Use cond instead of nestled if.
2964
07e91aa3
SM
29652001-09-26 Stefan Monnier <monnier@cs.yale.edu>
2966
2967 * info.el (Info-on-current-buffer): Default arg to "Top".
2968
924b604c
GM
29692001-09-25 Eli Barzilay <eli@barzilay.org>
2970
2971 * calculator.el (calculator-copy-displayer): New user-option.
07e91aa3
SM
2972 (calculator-displayer-prev, calculator-displayer-next):
2973 Renamed from calculator-displayed-{left,right}.
2974 (calculator, calculator-standard-displayer)
2975 (calculator-num-to-string, calculator-update-display)
924b604c
GM
2976 (calculator-copy, calculator-put-value): Bug and display fixes.
2977
a1548b10
GM
29782001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2979
2980 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
2981 (ebnf-version): New version (3.6.1).
2982
2983 * ebnf-bnf.el: Fix character range regexp. Doc fix.
2984 (ebnf-bnf-non-terminal-chars): New internal const.
2985 (ebnf-bnf-lex): Fix code.
2986
2987 * ebnf-iso.el: Fix character range regexp. Doc fix.
2988 (ebnf-iso-non-terminal-chars): New internal const.
2989 (ebnf-iso-lex): Fix code.
2990
2991 * ebnf-yac.el: Fix character range regexp. Doc fix.
2992 (ebnf-yac-skip-chars): New internal const.
2993 (ebnf-yac-skip-code): Fix code.
2994
79e954d0
SM
29952001-09-24 Stefan Monnier <monnier@cs.yale.edu>
2996
ab750f9c
SM
2997 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
2998
3911563a
SM
2999 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
3000 passing it to VC.
3001
79e954d0
SM
3002 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
3003 case where the file is relative.
3004
6f3f0db4
GM
30052001-09-24 Gerd Moellmann <gerd@gnu.org>
3006
3007 * xml.el (xml-parse-attlist): Quotes around attributes must be the
3008 same on each side. Make sure we properly handle simple quotes.
3009 From Daiki Ueno <ueno@unixuser.org>.
3010
e5b31424
EZ
30112001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
3012
0678d779
EZ
3013 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
3014 <jas@extundo.com>.
3015
e5b31424
EZ
3016 * menu-bar.el (top-level): Minor fixes for text of help-echo in
3017 some items of the Options menu.
3018
769dd0f1
SM
30192001-09-22 Stefan Monnier <monnier@cs.yale.edu>
3020
76829576
SM
3021 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
3022
d455f4f7
SM
3023 * vc-hooks.el (vc-delete-automatic-version-backups):
3024 Don't fail if the directory doesn't exist.
3025
769dd0f1
SM
3026 * diff-mode.el (diff-default-read-only): New var.
3027 (diff-mode): Use it.
3028
dc414be1
EZ
30292001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
3030
769dd0f1
SM
3031 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
3032 Use make-keymap instead of copy-keymap, since copying the global
4b7dd7e2
EZ
3033 keymap messes up the menu bar.
3034
dc414be1
EZ
3035 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
3036 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3037
67033712
EZ
30382001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
3039
769dd0f1 3040 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
67033712
EZ
3041
3042 * dired-aux.el (dired-insert-subdir): Pass switches to
3043 dired-build-subdir-alist.
3044
0c68e5de
GM
30452001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
3046
3047 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
3048 caused %#a and %#b to be mis-formatted.
3049
906b3163
EZ
30502001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
3051
3052 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
3053 ccmode, emacs-mime, and eudc manuals.
3054
005e3bb6
SS
30552001-09-19 Sam Steingold <sds@gnu.org>
3056
3057 w32 find cannot be used with `grep-find'.
3058 * progmodes/compile.el (find-program): New variable.
3059 (grep-compute-defaults): Use it to set `grep-find-command'.
3060
7121b85a
GM
30612001-09-19 Gerd Moellmann <gerd@gnu.org>
3062
769dd0f1 3063 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
7121b85a 3064
ae16d111
GM
30652001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3066
3067 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
3068 programming. Doc fix.
3069 (ebnf-version): New version (3.6).
3070 (ebnf-eps-begin): Data fix.
3071 (ebnf-begin-file): Code fix.
3072
3073 * ebnf-bnf.el: Doc fix.
3074 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
3075
3076 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
3077
55732434
GM
30782001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3079
3080 * ps-print.el: Better face mapping for black/white PostScript printers.
3081 Check if mark is active when printing a region. Doc fix.
3082 (ps-print-version): New version number (6.5.5).
3083 (ps-print-color-p): Customization fix.
3084 (ps-black-white-faces): New option.
3085 (ps-black-white-faces-alist): New internal var.
3086 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
3087 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
3088 (ps-nb-pages-region): Interactive fix.
3089 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
3090 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
3091
740ef824
EZ
30922001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
3093
3094 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
3095 numeric month value, and allow the Kanji character after the it to
3096 be missing (happens with ls-lisp's output on Japanese versions of
3097 MS-Windows).
3098
50529f51
MB
30992001-09-18 Miles Bader <miles@gnu.org>
3100
3101 * diff-mode.el (diff-mode): Don't make the buffer read-only if
3102 it's empty (and thus probably a new patch file about to be edited).
3103
d8a973aa
GM
31042001-09-17 Gerd Moellmann <gerd@gnu.org>
3105
e18c8b8d
GM
3106 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3107 Check for '(' in column 0 of doc string.
3108
d8a973aa
GM
3109 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
3110 of `nth' so that using a vector as bounding-box works.
3111 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3112
dfe78cc5
AS
31132001-09-17 Andre Spiegel <spiegel@gnu.org>
3114
3115 * vc.el (vc-annotate): Use current workfile version explicitly as
3116 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
3117
1bbdda4d
EZ
31182001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
3119
a5f01960
EZ
3120 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
3121 convert-standard-filename doesn't guarantee that the .el extension
3122 is preserved.
3123
a007e4e3
EZ
3124 * dos-fns.el (convert-standard-filename): Replace invalid
3125 characters only after converting dash/underscore to a period.
3126 (original-make-auto-save-file-name): New.
8aee7d44
EZ
3127 (make-auto-save-file-name): New function, overrides the definition
3128 on files.el and calls the original function via
3129 original-make-auto-save-file-name.
3130
1bbdda4d
EZ
3131 * mail/rmail.el (top-level): Require mule-utils when compiling.
3132 (rmail-decode-babyl-format): Use detect-coding-with-priority
3133 instead of detect-coding-region, to favor detection of emacs-mule
3134 encoded Babyl files written by rmailout.el etc. Suggested by
3135 Kenichi Handa <handa@etl.go.jp>.
3136
ed7d6ba4
EZ
31372001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
3138
3139 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
3140 Use `equal', not `=', since the device number can be a cons cell.
3141
551629f9
GM
31422001-09-14 Gerd Moellmann <gerd@gnu.org>
3143
3144 * simple.el: Comment out change of 2001-09-13.
3145
0017a3e0
EZ
31462001-09-13 Milan Zamazal <pdm@zamazal.org>
3147
3148 * progmodes/compile.el (grep-compute-defaults): Don't set
3149 grep-command/grep-find-command when it is already non-nil.
3150 (grep-command): Make it a user option.
3151 (grep-find-command): Likewise.
3152
483e0218 31532001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 3154
483e0218
MK
3155 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
3156 inhibit quit.
005e3bb6 3157
15233548
EZ
31582001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
3159
3160 * files.el (make-auto-save-file-name): If long file names are not
3161 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
3162 generating an auto-save file name from it.
3163
1fb7f872
GM
31642001-09-13 Gerd Moellmann <gerd@gnu.org>
3165
005e3bb6 3166 * ps-print.el (ps-print-region, ps-print-region-with-faces)
66a863f0
GM
3167 (ps-nb-pages-region): Signal an error if called interactively
3168 and the mark is not active.
3169
1fb7f872
GM
3170 * simple.el (minibuffer-prompt-modification)
3171 (minibuffer-prompt-insertion): New functions.
3172 (minibuffer-prompt-properties): Use `modification-hooks' and
3173 `insert-in-front-hooks'.
3174
1dc13f3a
RS
31752001-09-12 Richard M. Stallman <rms@gnu.org>
3176
3177 * textmodes/outline.el (outline-regexp): Doc fix.
3178 Initialize it in the defcustom, the usual way.
3179
eaa493df
GM
31802001-09-12 Gerd Moellmann <gerd@gnu.org>
3181
1fb7f872 3182 * ediff-mult.el (ediff-get-meta-info): Take into account that data
769dd0f1
SM
3183 from `ediff-meta-info' properties need not be an overlay.
3184 From David Ponce <dponce@voila.fr>.
1fb7f872 3185
eaa493df
GM
3186 * isearch.el (isearch-intersects-p): Fix end checks.
3187
cfcda0ba
EZ
31882001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
3189
3190 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
3191 `t' branch of `cond', since Irix 6.1 and up is a special case of
3192 the standard dbx interface.
3193
4e1513b5
MB
31942001-09-11 Miles Bader <miles@gnu.org>
3195
3196 * comint.el (comint-send-input): When waiting for echoed input,
3197 don't save the expected end position in `echo-end', so that things
3198 work properly even if the buffer is modified elsewhere at the same
3199 time [this happens if `comint-truncate-buffer' is used].
3200
9a72e4c1
GM
32012001-09-11 Gerd Moellmann <gerd@gnu.org>
3202
3203 * textmodes/outline.el (outline-mode): Use `^' and a shy group
3204 when constructing imenu-generic-expression from outline-regexp.
3205
1f9581b6
EZ
32062001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3207
3208 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
3209 `equal' instead of `=', since they can be cons cells. From Nils
3210 Goesche <cartan@cartan.de>.
3211
65ee3bf5
AS
32122001-09-10 Andre Spiegel <spiegel@gnu.org>
3213
3214 * vc.el (vc-annotate): Rewrote doc string.
3215
e602e779
EZ
32162001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
3217
3218 * time-stamp.el: Update Stephen Gildea's email address.
3219
42d305db
GM
32202001-09-10 Gerd Moellmann <gerd@gnu.org>
3221
3222 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
3223 enable-multibyte-characters = nil. From Hallvard B Furuseth
3224 <h.b.furuseth@usit.uio.no>.
005e3bb6 3225
02f34c70 32262001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 3227
769dd0f1 3228 * ediff-init.el (ediff-highest-priority): Bug fix.
02f34c70 3229
769dd0f1 3230 * viper-cmd.el (viper-special-read-and-insert-char): New function
02f34c70
MK
3231 that reads a character and uses the current input method or
3232 iso-accents when appropriate.
005e3bb6 3233
769dd0f1 3234 * viper.el and all others: Corrections to the comment blocks at
02f34c70 3235 the top.
005e3bb6 3236
cfc697a2
EZ
32372001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
3238
3239 * info.el (Info-goto-node): Doc fix.
3240
fc0eccfc
GM
32412001-09-07 Gerd Moellmann <gerd@gnu.org>
3242
3243 * isearch.el (isearch-intersects-p): New function.
3244 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
3245 use isearch-intersects-p, and clean up.
3246
ef10876c
EZ
32472001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3248
3249 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
3250 and "german8", for the new German orthography dictionaries,
3251 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
3252 the entries, to keep the line length balanced for loaddefs.el.
3253
c9e74cd4 32542001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
005e3bb6 3255
c9e74cd4
GM
3256 * comint.el (comint-send-input): Handle comint-process-echoes
3257 differently.
3258
5421b899
GM
32592001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3260
769dd0f1 3261 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5421b899 3262
70569550
EZ
32632001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3264
769dd0f1 3265 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
70569550 3266
6afad91e 32672001-09-07 Gerd Moellmann <gerd@gnu.org>
005e3bb6 3268
769dd0f1
SM
3269 * server.el (server-switch-buffer):
3270 * textmodes/refer.el (refer-find-entry-internal):
3271 * term/sup-mouse.el (sup-pos-to-window):
3272 * term/bg-mouse.el (bg-window-from-x-y):
3273 * emacs-lisp/edebug.el (edebug-window-live-p):
3274 Use get-window-with-predicate.
6afad91e
GM
3275
3276 * window.el (get-window-with-predicate): Renamed from some-window.
3277 (some-window): Make it an alias.
3278
003550c5
GM
32792001-09-06 Gerd Moellmann <gerd@gnu.org>
3280
3281 * simple.el (undo): Remove positions from buffer-undo-list up to
3282 the next undo boundary only.
3283
c49e491a
EZ
32842001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
3285
05b24487
EZ
3286 * makefile.nt (install): Don't copy sc.el. Reported by Richard
3287 Kim <ryk@dspwiz.com>
3288
c49e491a
EZ
3289 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
3290 the message "Creating customization items...done".
3291
54f73af3
GM
32922001-09-05 Gerd Moellmann <gerd@gnu.org>
3293
3294 * font-lock.el (toplevel): Require `jit-lock' only if
3295 font-lock-support-mode is set to jit-lock-mode.
3296
3762e7d0
EZ
32972001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
3298
3299 * international/quail.el (quail-use-package, quail-inactivate)
3300 (quail-activate): Mention the hooks these functions run in their
3301 doc strings.
3302
c3b497b3
GM
33032001-09-05 Edward M. Reingold <reingold@iit.edu>
3304
3305 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
3306 of file in header of menu.
3307
2d43d823
GM
33082001-09-04 Gerd Moellmann <gerd@gnu.org>
3309
2a5becfb
GM
3310 * env.el (setenv): Interactively, if VARIABLE has a current value,
3311 add that to the front of the history, as the doc string says.
3312
8d1fcd00
GM
3313 * comint.el (comint-send-input): Change help-echo.
3314 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
005e3bb6 3315
1672462f
GM
3316 * bookmark.el (bookmark-write-file): Bind print-length and
3317 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
3318
646a1759
GM
3319 * obsolete/uncompress.el: Moved there from lisp/.
3320
c8dd66e1
GM
3321 * comint.el (comint-insert-clicked-input): Goto point-max before
3322 deleting previous input. From "Dr Francis J. Wright"
3323 <F.J.Wright@qmw.ac.uk>.
3324
2d43d823
GM
3325 * simple.el (backward-word): Doc fix.
3326
284b3043
GM
33272001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3328
3329 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
3330 * uncompress.el, uniquify.el, vc.el, view.el, window.el
3331 * w32-fns.el: Add Keywords header.
3332
2eef02ab
EZ
33332001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
3334
3335 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
3336 "Text Properties". Suggested by Simon Marshall
3337 <Simon.Marshall@midas-kapiti.com>.
3338
ae355fa6
AC
33392001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3340
3341 * term/mac-win.el (mac-drag-n-drop): Decode file name by
3342 consulting the value of file-name-coding-system.
3343
2ee1aa00
SM
33442001-09-03 Stefan Monnier <monnier@cs.yale.edu>
3345
3346 * help.el (describe-function-1): Save precomputed `file-name' rather
3347 than recomputing it (incorrectly) with `symbol-file'.
3348
cdab3e50
GM
33492001-09-03 Gerd Moellmann <gerd@gnu.org>
3350
698ee07c
SM
3351 * international/isearch-x.el (isearch-exit-recursive-edit):
3352 Take three parameters, since it's used as an after-change-function.
c3b0c268 3353
698ee07c 3354 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
3355 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
3356 from doc strings.
3357
e3b22517
GM
33582001-09-02 Milan Zamazal <pdm@zamazal.org>
3359
698ee07c
SM
3360 * progmodes/glasses.el (glasses-convert-to-unreadable):
3361 Consider underscores as in `glasses-make-readable'.
e3b22517 3362
19bd58e8
EZ
33632001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3364
883310a7
EZ
3365 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
3366 MS-DOS, since cpp might not be available.
3367
698ee07c
SM
3368 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
3369 Mention "yank" in the help-echo text.
3370 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3371
33722001-09-01 Stefan Monnier <monnier@cs.yale.edu>
3373
3374 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 3375
59b7ded8
EZ
33762001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3377
5e11c425
EZ
3378 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
3379 exists. From Andy Petrusenco <andy@int.spb.ru>.
3380
59b7ded8 3381 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
3382 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
3383 <andy@int.spb.ru>.
59b7ded8 3384
c9979669
GM
33852001-08-31 Gerd Moellmann <gerd@gnu.org>
3386
3387 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
3388 Instead of running mouse-yank-at-click, see what the event is
3389 bound to outside Isearch and run that.
3390
79f5f9ec
EZ
33912001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
3392
698ee07c
SM
3393 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
3394 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 3395
c0551649
GM
33962001-08-30 Gerd Moellmann <gerd@gnu.org>
3397
e8b1643c
GM
3398 * simple.el (eval-expression-print-level): Fix last change.
3399
f3185924
GM
3400 * bindings.el (mode-line-coding-system-map): New variable.
3401 (mode-line-mule-info): Give the "%Z" a local-map keymap.
3402
92a25631
GM
3403 * simple.el (eval-expression-print-level): Change the type
3404 of the defcustom to allow nil.
3405
9584e63a
GM
3406 * emacs-lisp/find-gc.el: Moved here from lisp/.
3407
698ee07c
SM
3408 * international/quail.el (quail-completion-1):
3409 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
3410 From Kenichi Handa <handa@etl.go.jp>.
3411
c0551649
GM
3412 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
3413 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
3414
ef32aa02
EZ
34152001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
3416
3417 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
3418 aren't supported. This avoids the annoying gray strip drawn by
3419 the Windows version instead of the missing tool bar.
3420
ff4ec1f7
GM
34212001-08-29 Gerd Moellmann <gerd@gnu.org>
3422
53ca4610
GM
3423 * menu-bar.el (menu-bar-options-menu): Make option text, messages
3424 and tooltips more consistent. From "Marshall, Simon"
3425 <Simon.Marshall@midas-kapiti.com>.
3426
ff4ec1f7
GM
3427 * startup.el (fancy-splash-screens): Temporarily set
3428 minor-mode-map-alist to nil while displaying splash screens.
3429
6d6c3f84
GM
34302001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3431
3432 * buff-menu.el: Add Keywords header.
3433 Doc fix (C-x C-b is bound to list-buffers).
3434
565132a3
GM
3435 * dired-x.el: Add keyword files to get listed in finder.
3436 Remove confusing notes about GNU Emacs 19.
3437
3438 * dired.el, dired-aux.el: Add Keywords header.
3439
042e6d91
AS
34402001-08-28 Andre Spiegel <spiegel@gnu.org>
3441
3442 * vc.el (vc-revert-file): Call the backend even if the FILE's
3443 contents can be reverted locally; pass new arg CONTENTS-DONE
3444 down to the backend.
3445
854bd40a 3446 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
3447 optional arg CONTENTS-DONE.
3448
33818c6c
AI
34492001-08-28 Andrew Innes <andrewi@gnu.org>
3450
3451 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
3452
0f76ca04
EZ
34532001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3454
3455 * makefile.nt (install): Copy more *.el files.
3456
6b6e2422
GM
34572001-08-28 Gerd Moellmann <gerd@gnu.org>
3458
3459 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
3460 instead of `w' which is already in use.
3461
5b52c296
GM
3462 * gs.el (gs-load-image): Use sleep-for.
3463 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3464
43744cb9
MB
34652001-08-28 Miles Bader <miles@gnu.org>
3466
3467 * replace.el (query-replace-regexp-eval): Return args from
3468 `interactive' form in correct order.
3469
4b4ea1dc
EZ
34702001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3471
3472 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
3473 major modes, don't create panes for modes for which
3474 mouse-buffer-menu-alist returns an empty alist.
3475
34762001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
3477
3478 * progmodes/hideshow.el: Update first-line description.
3479 Sync comments w/ maintainer version 5.31.
3480
3481 (hs-isearch-open): Default value now `code'.
3482 Fix docstring to use "code blocks" vs "comment blocks",
3483 as opposed to "block" vs "comment".
3484 (hs-flag-region): Accept `hs-isearch-open' value
3485 of `block' as synonymous w/ `code'.
3486 (hs-hide-block-at-point): For code blocks, pass `code'
3487 to `hs-flag-region' instead of `block'.
3488
9ad62cf8
MB
34892001-08-28 Miles Bader <miles@gnu.org>
3490
3491 * comint.el (comint-next-prompt): Don't loop infinitely if
3492 {next,previous}-single-char-property-change returns its input
3493 position when the search fails.
3494
34952001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
3496
3497 * comint.el (comint-get-old-input-default): Don't signal an error
3498 if point is not on an input field; instead, return the current
3499 line (using `comint-bol' to skip any prompt, in case we're not
3500 using fields at all).
3501
3502 * man.el (Man-mode-line-format): Variable removed.
3503 (Man-mode): Change `mode-line-buffer-identification' instead of
3504 `mode-line-format'.
3505
d599a452
GM
35062001-08-27 Gerd Moellmann <gerd@gnu.org>
3507
3508 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
3509 From Simon Josefsson <jas@extundo.com>.
3510
299248aa
EZ
35112001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
3512
5b02e712
EZ
3513 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
3514 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3515
89aea802
EZ
3516 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
3517 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3518
3519 * emacs-lisp/lselect.el: Ditto.
3520
3452efc2
SM
3521 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
3522 Remove periods from the end of error message strings.
3523 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 3524
299248aa
EZ
3525 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
3526 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3527
3528 * net/telnet.el: Ditto.
3529
08ead67b
GM
35302001-08-26 Gerd Moellmann <gerd@gnu.org>
3531
3532 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
3533 KEYMAP to the call to define-minor-mode.
3534
cf8f0b68
EZ
35352001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
3536
3537 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
3538 Replace some of the undefined characters with emulations of bidi
3539 formatting characters and Niqud as per SI 1311-1.
3540 (IT-unicode-translations): Ditto.
3452efc2
SM
3541 (IT-display-table-setup, IT-setup-unicode-display):
3542 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 3543
16837afc
GM
35442001-08-24 Simon Josefsson <jas@extundo.com>
3545
3546 * hl-line.el (hl-line-mode): Don't be a global mode.
3547 (global-hl-line-mode): New function.
3548
33954c45
GM
35492001-08-24 Gerd Moellmann <gerd@gnu.org>
3550
3551 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
3552 being reset by Ghostscript. Don't kill the gs process.
3553 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
3554
fa05f6ac
AC
35552001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3556
3557 * term/mac-win.el: Require scroll-bar.
3558
3452efc2
SM
35592001-08-23 Stefan Monnier <monnier@cs.yale.edu>
3560
3561 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
3562
02aec07b
EZ
35632001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3564
3565 * hexl.el (hexl-insert-multibyte-char) New function.
3566 (hexl-quoted-insert, hexl-self-insert-command)
3567 (hexl-insert-hex-char, hexl-insert-decimal-char)
3568 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
3569 Fix the doc strings accordingly.
3570 (hexl-insert-char): Reject characters whose code is above 255.
3571 Doc fix.
3572 (hexl-mode-map): Copy the global keymap instead of creating a
3573 sparse keymap, and bind all self-inserting characters to
3574 hexl-self-insert-command.
3575
9bfc65eb
SM
35762001-08-22 Stefan Monnier <monnier@cs.yale.edu>
3577
3452efc2
SM
3578 * wid-edit.el (text): Re-order docstring correctly.
3579
9bfc65eb
SM
3580 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
3581
3582 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
3583
32f2f98e
EZ
35842001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
3585
3586 * simple.el (line-number-mode): Mention the variable
3587 line-number-display-limit-width in the doc string.
3588
374388c3
GM
35892001-08-22 Gerd Moellmann <gerd@gnu.org>
3590
3591 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
3592 Temporarily select EVENT's window for switching buffers.
3593 (mode-line-bury-buffer): New function.
3594 (mode-line-buffer-identification-keymap): Use it instead of
3595 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 3596 events from shining through.
374388c3 3597
dde6824c
SM
35982001-08-21 Stefan Monnier <monnier@cs.yale.edu>
3599
3600 * newcomment.el (comment-beginning): Make sure the comment-start
3601 we found isn't a comment-end (in cases where confusion is possible).
3602
99bf1e74
MB
36032001-08-22 Miles Bader <miles@gnu.org>
3604
3605 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
3606 before writing it, so that hard-links don't see new version.
3607
37618c60
GM
36082001-08-21 Gerd Moellmann <gerd@gnu.org>
3609
dde6824c
SM
3610 * gs.el (gs-set-ghostview-colors-window-prop):
3611 Call x-change-window-property with 3rd arg FRAME.
40e33037 3612 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
3613 to complete before starting a new one.
3614
6ea3db8a
GM
3615 * image.el (image-type-regexps): Make sure that the TIFF
3616 pattern is only matched at the beginning of a string.
3617 From Markus Rost <rost@math.ohio-state.edu>.
3618
dde6824c 3619 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
3620 Oberg <jonas@gnu.org>.
3621
1f8437c4
RV
36222001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
3623
3624 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 3625 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
3626
3627 * whitespace.el (whitespace-write-file-hook): Hook to be called
3628 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
3629 write will abort on detecting whitespaces.
3630 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
3631 automatically prior to writing.
3632
3633 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
3634 whitespaces in the error output!
3635
dde6824c 3636 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
3637 `indent-tabs-mode', since the latter notes user preferences on
3638 TABs anyway.
3639
3640 * whitespace.el (whitespace-version): 3.1. All of the above issues
3641 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
3642
9b96c57d
GM
36432001-08-20 Gerd Moellmann <gerd@gnu.org>
3644
8039284a
GM
3645 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
3646 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3647
9b96c57d
GM
3648 * whitespace.el (whitespace-global-mode): Add autoload cookie.
3649
1c71c0c3
GM
36502001-08-20 Alex Schroeder <alex@gnu.org>
3651
3652 * sql.el (sql-db2): Doc change.
3653
36542001-08-20 Alex Schroeder <alex@gnu.org>
3655
3656 * sql.el (sql-postgres): Add the database at the end of the
3657 parameters instead of at the beginning.
3658 (sql-postgres-options): Doc change.
3659
6c7f60a2
GM
36602001-08-17 Gerd Moellmann <gerd@gnu.org>
3661
3662 * custom.el (defcustom): Doc fix.
3663
64ed6f71
GM
36642001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3665
6c7f60a2 3666 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
3667 returns a valid character.
3668
7851eb98
EZ
36692001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3670
3671 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
3672 original-point for extra CR characters that are added/removed when
3673 the buffer is written/read whose EOL type is -dos.
3674
b76dfd21
MB
36752001-08-16 Miles Bader <miles@gnu.org>
3676
3677 * simple.el (line-move): Undo previous change.
1f8437c4
RV
3678
3679 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
3680 property to input-terminating `boundary' overlays to avoid
3681 line-move wierdness.
3682
e67d1843
GM
36832001-08-16 Gerd Moellmann <gerd@gnu.org>
3684
3685 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
3686 buffer in a save-restriction. Under one test case with Ediff,
3687 window-scroll-functions are run with a window start that's
3688 temporarily outside of the restriction.
3689
21324fae
GM
36902001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
3691
dde6824c 3692 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
3693 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
3694 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
3695 (texinfo-update-menu-region-beginning)
3696 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
3697 command, @ifnottex, to regexps, so it is found.
3698
0645d241
AI
36992001-08-16 Andrew Innes <andrewi@gnu.org>
3700
3701 * makefile.nt (DONTCOMPILE): Omit bindings.el.
3702 (DONTCOMPILE): Omit sc.el.
3703
3704 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
3705 (DONTCOMPILE): Omit sc.el.
3706
ae13fc3c
GM
37072001-08-16 Gerd Moellmann <gerd@gnu.org>
3708
3709 * replace.el (occur): Bind inhibit-read-only to t.
3710
1369261b
MB
37112001-08-16 Miles Bader <miles@gnu.org>
3712
dde6824c
SM
3713 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
3714 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 3715
8464af45
GM
37162001-08-15 Gerd Moellmann <gerd@gnu.org>
3717
ec69d5ec 3718 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 3719 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 3720
1f8437c4 3721 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
3722 of a while-loop.
3723
93aba6fc 3724 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 3725
8464af45
GM
3726 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
3727 Don't include term/.
3728
ae13fc3c
GM
3729 * mail/sc.el: Moved to obsolete/.
3730
8b313639
GM
37312001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3732
3733 * ps-print.el: Change error function arguments to follow Emacs
3734 message convention. Doc fix.
3735 (ps-print-version): New version number (6.5.4).
3736 (coding-system-for-write): Change declaration position to avoid
3737 XEmacs compilation gripes.
dde6824c
SM
3738 (coding-system-for-read, buffer-file-coding-system):
3739 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
3740
3741 * ps-mule.el: Doc fix.
3742 (ps-mule-encode-header-string): If STRING is not a string, replace
3743 STRING by empty string.
3744
5fb125b4
EZ
37452001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3746
3747 * frame.el (show-trailing-whitespace): Doc fix.
3748
49e49b77
EZ
37492001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
3750
3751 * desktop.el (desktop-save): Insert the coding: tag before
3752 desktop-header.
3753
3e6385a4
GM
37542001-08-13 Gerd Moellmann <gerd@gnu.org>
3755
0de73d5a
GM
3756 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
3757 its path from $els.
3758
3e6385a4
GM
3759 * image.el (image-jpeg-p): Fix call of substring.
3760
4a9bf8a4
GM
37612001-08-10 Gerd Moellmann <gerd@gnu.org>
3762
242e5463
GM
3763 * play/animate.el (animate-string): Doc fix. Use a buffer
3764 name with stars in it.
3765 (animate-sequence): New function.
3766 From Richard Stallman <rms@gnu.org>.
3767
030f4537
GM
3768 * frame.el (select-frame-set-input-focus): New function
3769 extracted from other-frame.
3770 (other-frame): Use it.
3771 (next-multiframe-window, previous-multiframe-window): Use it.
3772
346f18dc
GM
3773 * isearch.el (isearch-other-meta-char): Don't switch to the
3774 buffer of a window clicked on, when the current buffer is
3775 in Isearch mode.
3776
4a9bf8a4
GM
3777 * image.el (image-jpeg-p): Test for APPn markers in the range
3778 #xe0..#xef.
3779
eaa2319f
GM
37802001-08-09 Gerd Moellmann <gerd@gnu.org>
3781
3638868e
GM
3782 * desktop.el (desktop-save): Don't use concat to form a file
3783 name, use expand-file-name.
3784
6b48d742
GM
3785 * mouse.el (mouse-delete-window): Do nothing if frame has just
3786 one window.
3787
ed771c89
GM
3788 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
3789 for the minor mode name.
3790
3791 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
3792 minor mode name.
3793
dde6824c
SM
3794 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
3795 instead of make-mode-line-mouse2-map.
ed771c89
GM
3796
3797 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
3798 the minor mode name.
3799
dde6824c
SM
3800 * emacs-lisp/easy-mmode.el (define-minor-mode):
3801 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 3802
dde6824c
SM
3803 * calendar/calendar.el (calendar-mode-line-format):
3804 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 3805
a4afe04e
GM
3806 * bindings.el (make-mode-line-mouse-map): Renamed from
3807 make-mode-line-mouse2-map. Take additional arg MOUSE.
3808 (mode-line-modified): Use mouse-3 instead of mouse-2.
3809 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 3810 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 3811
8e3189f0
GM
3812 * bindings.el (mode-line-format): Specify help-echo for line
3813 number, column number and buffer-percent part of the mode-line.
3814
eaa2319f
GM
3815 * image.el (image-type-regexps): Allow whitespace at the start
3816 of the image data for XPM, XBM and Postscript, which are
3817 text files.
3818 (image-jpeg-p): Correct calculation of next field offset.
3819
e3601cf6
PJ
38202001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3821
3822 * battery.el: Fix typo.
3823
057b57f6
GM
38242001-08-08 Gerd Moellmann <gerd@gnu.org>
3825
8a8ef149
GM
3826 * image.el (image-type-regexps): Allow predicates. Change the way
3827 JPEG images are recognized.
3828 (image-jpeg-p): New function.
3829 (image-type-from-data): Handle predicates in image-type-regexps.
3830
057b57f6
GM
3831 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
3832 #:, #x, #o, and similar constructs.
3833
69ebef1d
GM
38342001-08-07 Gerd Moellmann <gerd@gnu.org>
3835
22d01aed
GM
3836 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
3837
23f46f6f
GM
3838 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
3839 instead of `progn'.
3840
e8421604
GM
3841 * tar-mode.el (tar-extract): Avoid generating a new buffer
3842 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
3843
ea2c6478
GM
3844 * textmodes/paragraphs.el (forward-sentence): Avoid building
3845 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
3846
dde6824c
SM
3847 * progmodes/executable.el (executable-set-magic):
3848 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
3849 inserting it.
3850
1155d483 3851 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 3852 derived from the JFIF spec.
1f8437c4 3853
69ebef1d
GM
3854 * image.el (image-type-regexps): Use `\`' instead of `^' in
3855 most regular expressions.
3856
d1d850d6
PJ
38572001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3858
dde6824c 3859 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 3860
98a8938c
GM
38612001-08-06 Gerd Moellmann <gerd@gnu.org>
3862
dde6824c
SM
3863 * help.el (describe-function-1): Use find-function-search-for-symbol
3864 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 3865
5a397d28
GM
3866 * play/animate.el (animate-birthday-present): Re-insert.
3867
dde6824c
SM
3868 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3869 Handle old-style menu definitions.
98a8938c 3870
7b3220c0
PJ
38712001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3872
6228c05b 3873 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 3874 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 3875
070c251e 3876 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
3877 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
3878 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 3879
dffb6224
PJ
38802001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3881
3882 * textmodes/tildify.el: Milan Zamazal has new address.
3883
698665d1
GM
38842001-08-03 Gerd Moellmann <gerd@gnu.org>
3885
be48584d
GM
3886 * custom.el (custom-set-variables): Don't test `custom-requests'
3887 properties, check the third element of the options passed to
3888 custom-set-variables instead.
3889
5e1f85e0 3890 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 3891 instead of file-exists-p.
5e1f85e0 3892
b0fa1513
GM
3893 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
3894 the mode-line face is restored. Fix several bugs.
3895
698665d1
GM
3896 * replace.el (perform-replace): Doc fix.
3897
4a7641d9
FP
38982001-08-02 Francesco Potorti` <pot@gnu.org>
3899
3900 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
3901 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
3902 (uniquify-fix-item-base, uniquify-fix-item-filename)
3903 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
3904 Callers changed.
3905 (uniquify-set-proposed): Changed to work with a vector item.
3906 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
3907 the fix list, and a list of strings for the non-file buffer
3908 names. Both changes reduce consing.
3909 (uniquify-rationalize-a-list): Local variable renaming.
3910 (uniquify-rationalize-conflicting-sublist): Use member instead of
3911 assoc.
3912 (uniquify-rename-buffer): Use unless instead of if not.
3913
77389930
GM
39142001-08-02 Gerd Moellmann <gerd@gnu.org>
3915
dde6824c 3916 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 3917
cb3f945f
GM
3918 * custom.el (custom-set-variables): Set options with :require
3919 clauses last.
4a7641d9 3920
fbc7f2a6
GM
3921 * custom.el (defcustom): Doc fix.
3922
77389930
GM
3923 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
3924
9761cd3a
EZ
39252001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3926
7e03f4c8
EZ
3927 * man.el (man): Mention Man-switches in the doc string.
3928 (Man-switches): Mention -a in the doc string.
3929
dde6824c
SM
3930 * textmodes/ispell.el (ispell-alternate-dictionary):
3931 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 3932
9761cd3a
EZ
3933 * bindings.el: Bind shifted and control-shifted kp-* keys to the
3934 corresponding non-kp keys. Suggested by Stephen Gildea
b52758d1 3935 <gildea@stop.mail-abuse.org>.
9761cd3a 3936
cc46bfe7
FP
39372001-08-01 Francesco Potorti` <pot@gnu.org>
3938
fc10ed8c
FP
3939 * uniquify.el: These changes correct a corner case that the old
3940 code managed correctly.
3941 (uniquify-fix-item-proposed): Renamed from
3942 uniquify-fix-item-min-proposed.
3943 (uniquify-set-proposed): New function.
3944 (uniquify-rationalize-file-buffer-names): Code reshuffled for
3945 clarity and speed.
dde6824c
SM
3946 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
3947 This is equivalent to what the old code did.
fc10ed8c
FP
3948 (uniquify-rationalize-a-list): Never recompute the proposed
3949 name. Sort the conflicting sublist before rationalising it: this
3950 is equivalent to what the old code did, but one directory element
3951 at a time, and only when necessary.
3952 (uniquify-rationalize-conflicting-sublist): Recompute here the
3953 proposed name.
cc46bfe7 3954
dd388130
GM
39552001-08-01 Gerd Moellmann <gerd@gnu.org>
3956
81b1a79d
GM
3957 * play/animate.el: Add Keywords and Maintainer. Remove a
3958 reference to a removed function.
cc46bfe7 3959
dd388130
GM
3960 * play/animate.el (animate-string): Handle case that the string is
3961 longer than the window is wide.
3962
6b053e39
GM
39632001-07-31 Gerd Moellmann <gerd@gnu.org>
3964
ed86208c
GM
3965 * desktop.el (desktop-save): Bind coding-system-for-write to
3966 `emacs-mule' for write-region.
3967
10e922bd
GM
3968 * delsel.el (delete-selection-pre-hook): Don't set this-command
3969 to `ignore' if the region is empty.
3970
dde6824c
SM
3971 * international/mule.el (set-keyboard-coding-system):
3972 Set keyboard-coding-system.
b23bad0b 3973
6b053e39
GM
3974 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
3975 before accessing it.
3976
d004e96a
AS
39772001-07-30 Andreas Schwab <schwab@suse.de>
3978
dde6824c
SM
3979 * menu-bar.el (toggle-highlight-paren-mode):
3980 Use `(show-paren-mode)' as body.
d004e96a 3981
892c8dea
AS
39822001-07-30 Andre Spiegel <spiegel@gnu.org>
3983
3984 * vc.el (vc-checkout-hook): New hook.
3985 (vc-checkout): Run it.
3986
21f79512
EZ
39872001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3988
dde6824c
SM
3989 * progmodes/make-mode.el (makefile-macroassign-regex):
3990 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 3991
291e3b68
GM
39922001-07-30 Gerd Moellmann <gerd@gnu.org>
3993
6594ac22
GM
3994 * vc.el (vc-switch-backend): Fix autoload cookie.
3995
291e3b68
GM
3996 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
3997 the desktop file.
3998
87449711
GM
39992001-07-30 Simon Josefsson <jas@extundo.com>
4000
4001 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
4002 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
4003
bf85004b
GM
40042001-07-27 Gerd Moellmann <gerd@gnu.org>
4005
75c5350a
GM
4006 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
4007 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
4008 (last-sexp-toggle-display, eval-last-sexp-1):
4009 Use last-sexp-setup-props.
75c5350a 4010
cc46bfe7 4011 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
4012 New user-options.
4013 (mouse-wheel-change-button): New function.
4014 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
4015 (mwheel-scroll): Ditto.
4016
16098288
GM
40172001-07-26 Gerd Moellmann <gerd@gnu.org>
4018
ac49effe
GM
4019 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
4020 `...', compare with unabbreviated printed representation instead.
4021 (last-sexp-print): Bind print-length and print-level to nil.
4022
be4a68f9
GM
4023 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
4024 before assigning text properties. Make properties rear-nonsticky.
ac49effe 4025
f6e6cdf2
GM
4026 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
4027 (eval-last-sexp-1): Give printed text a `keymap' property and bind
4028 <mouse-2> and <RET> in that map to a function printing the
4029 unabbreviated value.
4030
16098288
GM
4031 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
4032 is a buffer, put a text property `printed-value' on the printed
4033 representation, with the Lisp object printed as value.
4034
343462ed
EZ
40352001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
4036
4037 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
4038 Mention the effect of eval-expression-print-length and
4039 eval-expression-print-level in the doc strings. Suggested by
4040 Kevin Gallagher <kevingal@onramp.net>.
4041
e043664a
GM
40422001-07-25 Gerd Moellmann <gerd@gnu.org>
4043
4b09e331
GM
4044 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
4045 for buttons > 3.
4046 (xterm-mouse-translate): Handle the case that we don't get a
4047 down-event.
cc46bfe7 4048
dde6824c
SM
4049 * emacs-lisp/find-func.el (find-function-regexp):
4050 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
4051 in front of the function name.
4052
17635d50 4053 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 4054
3fb01f36
GM
4055 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
4056 similar events for which fake prefix keys are generated. It's no
4057 longer necessary since read_key_sequence doesn't modify these
4058 events for internal purposes anymore.
4059
e043664a
GM
4060 * files.el (auto-mode-alist): Use nroff-mode for files ending
4061 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
4062
a9f73104
EZ
40632001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4064
4065 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
4066 tool-bar-lines parameter, behave as if its value were zero.
4067 (mouse-avoidance-set-pointer-shape): Don't do anything if
4068 x-pointer-shape is not boundp.
4069
c02a76cc
FP
40702001-07-23 Francesco Potorti` <pot@gnu.org>
4071
f0188953 4072 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
4073 (uniquify-fix-item-base, uniquify-fix-item-filename)
4074 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 4075 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 4076 place in the item, but was never used.
c02a76cc 4077 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 4078 in the item is now used as cache for the proposed name.
c02a76cc 4079 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
4080 newbuffile out of the loop, in the newbuffile-nd local var.
4081 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 4082 common case and cache it in the fourth place in the item.
f0188953 4083 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 4084 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
4085 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
4086 the cached proposed name, does much less consing and is quicker.
4087 (uniquify-filename-lessp): Deleted.
dde6824c
SM
4088 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
4089 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
4090 cached proposed name is possible.
4091 (uniquify-get-proposed-name): Arguments changed, callers changed.
4092 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
4093 uniquify-possibly-resolvable flag, which is no more bound locally.
4094 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 4095 flag, which does not exist any more.
c02a76cc 4096
31fac3b8
EZ
40972001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
4098
be8cf99e
EZ
4099 * term/internal.el (IT-unicode-translations): Fix the appearance of
4100 "6`".
4101
31fac3b8
EZ
4102 * progmodes/compile.el (compile-internal): If EMACS is already
4103 defined in the environment, don't override its value.
4104
73496807
GM
41052001-07-23 Gerd Moellmann <gerd@gnu.org>
4106
9e5a7f2a
GM
4107 * play/fortune.el: Undo change of 2001-07-13.
4108 Fix autoload cookies. Add types to defcustoms.
4109 (fortune) <defgroup>: Add :link.
4110 (fortune-from-region): Use eq, not eql.
4111 From Dave Love <fx@gnu.org>.
c02a76cc 4112
5247262a 4113 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 4114
73496807
GM
4115 * play/animate.el: New file.
4116
722a451d
EZ
41172001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
4118
dde6824c
SM
4119 * startup.el (normal-top-level-add-subdirs-to-load-path):
4120 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
4121 canonicalized names of the directories instead of inode numbers.
4122
4960e757 41232001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 4124
4960e757
MK
4125 * ediff-util.el: Copyright years.
4126 (ediff-choose-syntax-table): New function.
4127 (ediff-setup): Use ediff-choose-syntax-table.
73496807 4128 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 4129 vc-state is available.
73496807 4130 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 4131
4960e757
MK
4132 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4133 with-syntax-table.
73496807
GM
4134 (ediff-coding-system-for-read): From ediff-diff.el
4135 (ediff-coding-system-for-write): New variable.
4136 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 4137 overlays.
73496807
GM
4138 (ediff-file-remote-p): Use file-remote-p, if available.
4139 (ediff-listable-file): New function.
4140 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 4141
dde6824c
SM
4142 * ediff-mult.el (ediff-meta-insert-file-info1):
4143 Use ediff-listable-file.
c02a76cc 4144
dde6824c
SM
4145 * ediff-ptch.el (ediff-prompt-for-patch-file):
4146 Use ediff-coding-system-for-read.
73496807 4147 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 4148
73496807
GM
4149 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
4150 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 4151
4960e757 4152 * ediff.el: Date of last update, copyright years.
c02a76cc 4153
4960e757 4154 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 4155
4960e757
MK
4156 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4157 of Scott Bronson.
4158 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
4159 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4160 Deleted functions.
4161 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4162 ex-token-list.
73496807 4163 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 4164
dde6824c 4165 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
4166 (viper-memq-char): Use viper-int-to-char.
4167 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 4168 vc-locking-state.
73496807 4169 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 4170
dde6824c
SM
4171 * viper.el (viper-major-mode-modifier-list):
4172 Added inferior-emacs-lisp-mode.
73496807 4173 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 4174 heuristics to decide if vi state is appropriate.
73496807
GM
4175 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
4176 (viper-non-hook-settings): Don't advise read-key-sequence.
4177 (viper-read-key-sequence): New function that replaces the
4960e757 4178 previously used advice to read-key-sequence.
c02a76cc 4179
73496807
GM
4180 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
4181 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
4182 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
4183 (viper-open-line-at-point,viper-substitute,viper-overwrite)
4184 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
4185 Got rid of the negative character hack.
4960e757 4186 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
4187 Use viper-read-key-sequence.
4188 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 4189 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 4190 Don't override existing minibuffer-setup-hook.
4960e757 4191 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 4192 Convert registers to char data type.
73496807 4193 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
4194
4195 * viper-keym.el: Use viper-exec-key-in-emacs.
4196
05824718
SM
41972001-07-20 Stefan Monnier <monnier@cs.yale.edu>
4198
4199 * server.el (server-visit-files): Fix variable name typo.
4200
6e07c0a5
GM
42012001-07-20 Gerd Moellmann <gerd@gnu.org>
4202
05824718 4203 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
4204 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
4205
5b6858da
SM
42062001-07-19 Stefan Monnier <monnier@cs.yale.edu>
4207
4208 * progmodes/compile.el (compilation-parse-errors): `linenum' might
4209 return a this-error using the alternative format (a pair of markers).
4210
794d58ba
GM
42112001-07-19 Gerd Moellmann <gerd@gnu.org>
4212
4e2a256b
GM
4213 * font-lock.el (c++-keywords): Add Standard C++ operator names.
4214
794d58ba
GM
4215 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
4216 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 4217
381194d0
PJ
42182001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4219
4220 * international/iso-transl.el: Fix typo in the header of the file.
4221
4222 * textmodes/picture.el (picture): Doc fix.
4223
4224 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
4225 follow coding conventions in generated files.
4226
27009a49
EZ
42272001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
4228
5b6858da 4229 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
4230 (tool-bar-add-item): Don't call image-related primitives if the
4231 display doesn't support images.
4232
4233 * frame.el (display-images-p): New function.
4234
467f1209
GM
42352001-07-17 Gerd Moellmann <gerd@gnu.org>
4236
4237 * server.el (server-visit-files): Handle the case the specified
4238 column number is <= 0.
4239
42402001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
4241
4242 * startup.el (command-line-1): Add support for +LINE:COLUMN
4243 command line argument.
4244
42452000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4246
5b6858da
SM
4247 * server.el (server-process-filter, server-visit-files):
4248 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 4249
9781053a
PJ
42502001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4251
4252 * emacs-lisp/easy-mmode.el: Add Keywords header.
4253
4254 * play/pong.el: Author has new address.
4255
4256 * play/landmark.el: Author is no more reachable.
4257
4258 * play/handwrite.el: Author is no more reachable.
4259
5b6858da
SM
42602001-07-17 Stefan Monnier <monnier@cs.yale.edu>
4261
4262 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
4263 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
4264 Complete bindings for F<1..12> keys.
4265 (global-map): Remove `undo' binding (already in the default).
4266 Replace `t<n>' bindings with `f<n>' bindings.
4267
a38b71b0
SM
42682001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4269
4270 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
4271 (tcl-mode): Use tcl-add-log-defun.
4272 (tcl-indent-line): Use tcl-calculate-indent.
4273 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
4274 (tcl-indent-exp): Renamed from indent-tcl-exp.
4275 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
4276 (tcl-indent-for-comment): Call comment-indent-function properly
4277 and handle the case where it returns nil.
4278
c1d61a7d
GM
42792001-07-16 Gerd Moellmann <gerd@gnu.org>
4280
a38b71b0
SM
4281 * calendar/cal-islam.el (calendar-goto-islamic-date):
4282 Remove autoload cookie.
4283
4284 * calendar/calendar.el (calendar-goto-islamic-date):
4285 Add call to autoload.
c1d61a7d 4286
c59fb719
SM
42872001-07-16 Stefan Monnier <monnier@cs.yale.edu>
4288
4289 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
4290 Don't change compile-auto-highlight globally.
4291 Don't bother with `font-lock-defaults' property since XEmacs
4292 also understands the `font-lock-defaults' variable.
4293 Use make-local-variable rather than make-variable-buffer-local.
4294 Don't `defconst' comment-indent-function: keep the default.
4295 Call easy-menu-add unconditionally.
4296 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
4297 (ada-create-menu): Use :included for Emacs as well.
4298
4299 * vc.el (vc-do-command): Autoload.
4300
4301 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
4302
652a9be9
PJ
43032001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4304
4305 * ps-print.el: Fix Author: header.
4306
c3d6be34
GM
43072001-07-16 Gerd Moellmann <gerd@gnu.org>
4308
4391d40d
GM
4309 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
4310 mouse-1 etc., bind them to `ignore'.
4311
c3d6be34
GM
4312 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
4313 send-invisible, which is already defined in Comint.
4314 (eshell-watch-for-password-prompt): Use it.
4315
e8af40ee
PJ
43162001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4317
3c3e43ef
PJ
4318 * which-func.el (which-func-mode): Doc fix.
4319
e8af40ee 4320 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
4321 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
4322 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
4323 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
4324 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
4325 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
4326 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
4327 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
4328 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
4329 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
4330 * emulation/edt-mapper.el, emulation/edt-pc.el,
4331 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
4332 * emulation/tpu-edt.el, emulation/tpu-extras.el,
4333 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
4334 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
4335 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
4336 * international/isearch-x.el, international/iso-cvt.el,
4337 * international/ogonek.el, international/quail.el,
4338 * international/utf-8.el, jit-lock.el, language/devan-util.el,
4339 * language/devanagari.el, language/ethio-util.el,
4340 * language/ethiopic.el, language/european.el, language/indian.el,
4341 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
4342 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
4343 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
4344 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
4345 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
4346 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
4347 * progmodes/autoconf.el, progmodes/cmacexp.el,
4348 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
4349 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
4350 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
4351 * progmodes/ebnf2ps.el, progmodes/executable.el,
4352 * progmodes/fortran.el, progmodes/idlw-shell.el,
4353 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
4354 * progmodes/m4-mode.el, progmodes/mantemp.el,
4355 * progmodes/meta-mode.el, progmodes/octave-inf.el,
4356 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
4357 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
4358 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
4359 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
4360 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
4361 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
4362 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
4363 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
4364 * textmodes/two-column.el, time-stamp.el, timezone.el,
4365 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
4366 * which-func.el, whitespace.el, wid-browse.el, widget.el,
4367 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
4368 conventions.
4369
bb24c64f
GM
43702001-07-16 Gerd Moellmann <gerd@gnu.org>
4371
4372 * simple.el (set-variable): Require 'cus-edit' instead of
4373 `wid-edit', so that the Custom widgets get defined.
4374
6a05d05f
PJ
43752001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4376
4377 * allout.el: A fix to follow coding conventions.
4378
4379 * find-lisp.el: A fix to follow coding conventions.
4380
4381 * term/w32-win.el: A fix to follow coding conventions.
4382
4383 * textmodes/sgml-mode.el: A fix to follow coding conventions.
4384
4385 * term/xterm.el: A fix to follow coding conventions.
4386
4387 * term/news.el: A fix to follow coding conventions.
4388
4389 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
4390 header line fixed.
4391
4392 * sun-curs.el: Fix Maintainer: header line.
4393
4394 * emacs-lisp/easymenu.el: Address of the author added.
4395
1b85bd12
GM
43962001-07-16 Gerd Moellmann <gerd@gnu.org>
4397
4398 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
4399 property.
4400
6e44da43
PJ
44012001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4402
4403 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 4404 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
4405 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
4406 Some fixes to follow coding conventions.
6e44da43 4407
6033fc96
GM
44082001-07-16 Gerd Moellmann <gerd@gnu.org>
4409
4410 * which-func.el (which-func-mode): Doc fix.
4411
5d3d1e32
SM
44122001-07-15 Stefan Monnier <monnier@cs.yale.edu>
4413
4414 * net/rcompile.el (remote-compile): Use make-local-variable.
4415
4416 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
4417
4418 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
4419
4420 * mail/reporter.el (reporter-submit-bug-report):
4421 Don't abuse make-variable-buffer-local. Fix call to add-hook.
4422
55535639
PJ
44232001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4424
3afbc435 4425 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
4426 * calendar/cal-dst.el, calendar/cal-french.el,
4427 * calendar/cal-hebrew.el, calendar/cal-islam.el,
4428 * calendar/cal-iso.el, calendar/cal-julian.el,
4429 * calendar/cal-mayan.el, calendar/cal-persia.el,
4430 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
4431 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
4432 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
4433 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
4434 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4435 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
4436 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
4437 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
4438 * progmodes/ada-xref.el, progmodes/cc-align.el,
4439 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
4440 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4441 * progmodes/cc-langs.el, progmodes/cc-menus.el,
4442 * progmodes/cc-styles.el, progmodes/cc-vars.el,
4443 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
4444 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
4445 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
4446 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
4447 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
4448 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
4449 conventions in Eshell files with known maintainers.
4450
4451 * emulation/viper.el: A fix to follow coding conventions.
4452
60370d40 4453 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
4454 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
4455 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
4456 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
4457 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
4458 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
4459 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
4460 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
4461 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
4462 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
4463 conventions in Eshell files.
4464
4465 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
4466 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
4467 * emulation/pc-mode.el, emulation/viper-cmd.el,
4468 * emulation/viper-ex.el, emulation/viper-init.el,
4469 * emulation/viper-keym.el, emulation/viper-macs.el,
4470 * emulation/viper-mous.el, emulation/viper-util.el,
4471 * emulation/viper.el, forms-pass.el, international/ccl.el,
4472 * international/characters.el, international/encoded-kb.el,
4473 * international/fontset.el, international/ja-dic-cnv.el,
4474 * international/ja-dic-utl.el, international/kinsoku.el,
4475 * international/kkc.el, international/mule-cmds.el,
4476 * international/mule-diag.el, international/mule-util.el,
4477 * international/mule.el, international/titdic-cnv.el,
4478 * language/china-util.el, language/chinese.el,
4479 * language/cyril-util.el, language/cyrillic.el, language/english.el,
4480 * language/greek.el, language/hebrew.el, language/japan-util.el,
4481 * language/japanese.el, language/korea-util.el, language/korean.el,
4482 * language/lao-util.el, language/lao.el, language/misc-lang.el,
4483 * language/slovak.el, language/thai-util.el, language/thai.el,
4484 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
4485 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
4486 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
4487 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
4488 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
4489 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
4490 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
4491 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
4492 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
4493 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
4494 to follow coding conventions in files without maintainer or in files
4495 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
4496
4497 * emacs-lisp/elp.el: A fix to follow coding conventions.
4498
715a2ca2 4499 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
4500 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
4501 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
4502 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
4503 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
4504 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
4505 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
4506 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
4507 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
4508 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
4509 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
4510 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
4511 conventions in files from Gnus.
4512
55535639 4513 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
4514 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
4515 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
4516 * echistory.el, electric.el, emacs-lisp/authors.el,
4517 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
4518 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
4519 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
4520 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
4521 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
4522 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
4523 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
4524 * international/codepage.el, international/iso-ascii.el,
4525 * international/iso-insert.el, international/iso-transl.el,
4526 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
4527 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
4528 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
4529 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
4530 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
4531 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
4532 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
4533 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
4534 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
4535 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
4536 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
4537 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
4538 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
4539 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
4540 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
4541 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
4542 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
4543 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
4544 * textmodes/tex-mode.el, textmodes/text-mode.el,
4545 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
4546 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
4547 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
4548 files maintained by FSF.
4549
1cd7adc6
PJ
45502001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4551
4552 * arc-mode.el: A fix to follow coding conventions.
4553
4554 * bindings.el: Ditto.
4555
4556 * cdl.el: Ditto.
4557
4558 * comint.el: Ditto.
4559
4560 * cus-start.el: Ditto.
4561
4562 * shell.el: Ditto.
4563
4564 * skeleton.el: Ditto.
4565
07b1b912
SM
45662001-07-13 Stefan Monnier <monnier@cs.yale.edu>
4567
4568 * info.el (Info-build-node-completions):
4569 Make Info-current-file-completions buffer local.
4570
09938b67
GM
45712001-07-13 Gerd Moellmann <gerd@gnu.org>
4572
e0f82ad8 4573 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 4574 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 4575
07b1b912 4576 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 4577 Add autoload cookie.
aa11456f 4578
09938b67
GM
4579 * play/fortune.el: Add types to defcustoms.
4580
ebea5735
PJ
45812001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4582
09938b67 4583 * language/czech.el: A fix to follow coding conventions.
ebea5735 4584
ec7dc7e1
EZ
45852001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4586
4587 * speedbar.el (speedbar-supported-extension-expressions): Add .g
4588 to the extension list, for antlr-mode. From Christoph Wedler
4589 <Christoph.Wedler@sap.com>.
4590
ec402ad4
SM
45912001-07-11 Stefan Monnier <monnier@cs.yale.edu>
4592
4593 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
4594 (vc-dired-mode-map): Fix the madness.
4595
4596 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
4597 (vc-prefix-map): Moved back from vc.el.
4598
a777242c
GM
45992001-07-11 Gerd Moellmann <gerd@gnu.org>
4600
07b1b912
SM
4601 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4602 Increase the size of the obarray.
a777242c
GM
4603 (mail-extr-all-top-level-domains): Add more toplevel domains,
4604 add more long names.
4605 From: Per Starback <starback@ling.uu.se>.
4606
874d7995
EZ
46072001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4608
4609 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
4610 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4611
4612 * progmodes/ada-mode.el: Ditto.
4613
4614 * progmodes/ada-xref.el: Ditto.
4615
ff524b84
MB
46162001-07-11 Miles Bader <miles@gnu.org>
4617
4618 * finder.el (finder-insert-at-column): Also move to the next line
4619 if exactly at COLUMN.
4620
6b05fae3
GM
46212001-07-10 Gerd Moellmann <gerd@gnu.org>
4622
6ce5615d
GM
4623 * help.el (describe-function-1): When printing FUNCTION's
4624 documentation, don't assume FUNCTION is a symbol.
4625
6b05fae3
GM
4626 * startup.el (normal-top-level): Don't operate on the initial
4627 frame if we failed to create one.
4628
19da29f9
GM
46292001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
4630
4631 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
4632 itself, i.e. only indent the contents in it.
4633
6f19114e
GM
46342001-07-10 Markus Rost <rost@math.ohio-state.edu>
4635
4636 * mail/rmail.el (rmail-show-message): Show beginning of message in
4637 all windows containing it.
4638
8184a578
EZ
46392001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4640
4641 * term/tty-colors.el: Fix the header line and copyright years.
4642
524ac5b2
GM
46432001-07-09 Gerd Moellmann <gerd@gnu.org>
4644
4033ae9d
GM
4645 * emacs-lisp/advice.el (ad-make-advised-definition): If the
4646 original definition has an interactive form, but is Elp
4647 instrumented, use the interactive form of the function called by
4648 elp-wrapper.
4649
59c2dcf4
GM
4650 * winner.el (winner-equal): Make it a defun. Don't compare Winner
4651 configurations with compare-window-configuration; they aren't
4652 window configurations.
4653
524ac5b2
GM
4654 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4655 from the server for the format we expect. Don't use it if it
c59fb719 4656 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 4657
06c66e1c 4658 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
4659 From Luis Fernandes <elf@ee.ryerson.ca>.
4660
524ac5b2 46612001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
4662
4663 * cc-cmds.el: Extended the kludge to interoperate with the
4664 delsel and pending-del packages wrt to the new function
4665 `c-electric-delete-forward'.
4666
851040a5
SM
46672001-07-08 Stefan Monnier <monnier@cs.yale.edu>
4668
4669 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
4670 to delay the call to <mode> for global minor modes.
4671 (easy-mmode-define-navigation): Only recenter if interactive.
4672
6573d87f
GM
46732001-07-06 Gerd Moellmann <gerd@gnu.org>
4674
a25e82a8
GM
4675 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
4676 to lisp-indent-line.
4677
6573d87f
GM
4678 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
4679 from the server. Call encode-time only when we are sure that we
4680 got a 213 response.
4681
c1a1fd60
GM
46822001-07-06 Simon Josefsson <jas@extundo.com>
4683
4684 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
4685 (mail-envelope-from): New user option.
4686 (sendmail-send-it): Use it.
4687
4b81a999
GM
46882001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4689
851040a5
SM
4690 * ps-print.el: Use locale dependant date to print date in header.
4691 Doc fix.
4b81a999
GM
4692 (ps-print-version): New version number (6.5.3).
4693 (ps-right-header, ps-right-footer): Initialization and doc fix.
4694 (ps-time-stamp-locale-default): New fun.
4695
a2cc5c4f
GM
46962001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4697
4698 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
4699 field problem with MIME-mode.
4700
4701 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
4702
47032001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4704
4705 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
4706 MIME-mode.
4707
a9b511e0
EZ
47082001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
4709
4710 * bindings.el (mode-line-mule-info): Don't show the tip with
4711 buffer-file-coding-system if that is nil.
4712
0f60e5ff
GM
47132001-07-05 Gerd Moellmann <gerd@gnu.org>
4714
f25cfe53
GM
4715 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
4716 instead of kill-line.
4717
5f72adc0
GM
4718 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
4719 <Pavel@Janik.cz>.
4720
4721 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
4722 <Pavel@Janik.cz>.
0f60e5ff 4723
b5e2c7a7
GM
47242001-07-04 Gerd Moellmann <gerd@gnu.org>
4725
4726 * font-lock.el (c-font-lock-keywords-3): When matching something
4727 like `struct X Y', finish with point after Y.
4728
e5836af8 47292001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 4730
e5836af8 4731 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 4732 in caller buffer.
e5836af8 4733
f1c53471
EZ
47342001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
4735
bf4041b6 4736 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
4737 instead of string-match to find the basename of the file.
4738 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 4739
851040a5
SM
4740 * net/browse-url.el (browse-url-default-windows-browser):
4741 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
4742 (browse-url-browser-function) [ms-dos]: Default to
4743 browse-url-default-windows-browser.
4744
f1c53471
EZ
4745 * help.el (locate-library): Enable code that looks for compressed
4746 libraries if auto-compression-mode is on.
4747
4ce5c223
SM
47482001-07-02 Stefan Monnier <monnier@cs.yale.edu>
4749
4750 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
4751
dd441b46
GM
47522001-07-02 Gerd Moellmann <gerd@gnu.org>
4753
4ce5c223 4754 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 4755
7a3ee510
EZ
47562001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
4757
33e432b1
EZ
4758 * allout.el: Fix the header line, so that finder.el recognizes it.
4759 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
4760
4ce5c223
SM
4761 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
4762 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 4763
3024d920
EZ
47642001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4765
4ce5c223 4766 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 4767
3024d920
EZ
4768 * ps-bdf.el (bdf-directory-list): Use the value relative to
4769 installation-directory for MS-Windows as well.
4770
0c1baae8
RS
47712001-06-29 Richard M. Stallman <rms@gnu.org>
4772
4773 * wid-edit.el (widget-color-sample-face-get):
4774 Return ((foreground-color . COLOR)) instead of constructing a face.
4775
442ebe98
EZ
47762001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
4777
4778 * faces.el (region): Change the background color for the
4779 light-background color display to lightgoldenrod2, to make it
4780 visible on some laptops.
4781
6519817e
RS
47822001-06-28 Richard M. Stallman <rms@gnu.org>
4783
4784 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
4785 (rmail-msg-restore-non-pruned-header): Likewise.
4786 If point was in the old pruned header, put it at the top.
4787 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 4788
6519817e
RS
4789 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
4790 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
4791
15533ae2
SM
47922001-06-28 Stefan Monnier <monnier@cs.yale.edu>
4793
4794 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4795
19a448e3
KF
47962001-06-28 Karl Fogel <kfogel@red-bean.com>
4797
4798 * saveplace.el: Update maintainer email address.
4799
a17555fd
FP
48002001-06-27 Francesco Potorti` <pot@gnu.org>
4801
15533ae2
SM
4802 * uniquify.el: (uniquify-rationalize-file-buffer-names):
4803 Undo previous change.
a17555fd
FP
4804
48052001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
4806
4807 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
4808 preliminary quick reordering. Can speed things up dramatically.
4809
555cc9ca
RS
48102001-06-26 Richard M. Stallman <rms@gnu.org>
4811
4d68abe0
RS
4812 * dired.el (dired-get-filename): A file name starting with ~
4813 is not absolute in this context.
4814
555cc9ca
RS
4815 * which-func.el (which-func-maxout): Increase default to 500000.
4816 (which-function-mode): This is now the "real" name of the function.
4817 (which-func-mode): Now an alias.
4818 (which-func-mode-global): Name deleted.
4819
4820 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
4821 button-2, when binding hs-mouse-toggle-hiding.
4822
d9bad487
GM
48232001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
4824
15533ae2 4825 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
4826 (rmail-msg-prune-header): Likewise.
4827 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
4828 and `rmail-msg-prune-header'.
4829
da197e75
SM
48302001-06-25 Stefan Monnier <monnier@cs.yale.edu>
4831
4832 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
4833 back than LINEBEG.
4834
9501b986
EZ
48352001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4836
4837 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
4838 window where they clicked the mouse has a header line, adjust
4839 vertical movement by one.
4840
7aee34d3
GM
48412001-06-25 Milan Zamazal <pdm@zamazal.org>
4842
da197e75
SM
4843 * progmodes/glasses.el (glasses-make-readable): Consider underscores
4844 too when separating a parenthesis.
7aee34d3 4845
b9cc92a4
EZ
48462001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
4847
4848 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4849 (bookmark-bmenu-hide-filenames): Add help-echo to
4850 mouse-highlighted text.
4851 (bookmark-bmenu-show-filenames): Remove help-echo property from
4852 the whitespace.
4853
e55c4863
EZ
48542001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4855
da197e75
SM
4856 * files.el (auto-mode-alist): Add configure.ac (autoconf).
4857 From Karl Eichwalder <ke@suse.de>.
e55c4863 4858
4bd41f5a
RS
48592001-06-23 Richard M. Stallman <rms@gnu.org>
4860
4861 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
4862
4863 * progmodes/cc-styles.el (c-set-style): Don't specify initial
4864 contents for completing-read.
4865
fdae95d4
RS
48662001-06-22 Richard M. Stallman <rms@gnu.org>
4867
4868 * menu-bar.el (menu-bar-make-toggle): Construct the
4869 function's doc string from HELP, not DOC, and make it accurate by
4870 adding "Toggle whether to " at the front and downcasing the initial.
4871 Change the HELP arg in some calls to make it fit this usage.
4872
4873 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
4874 Undo previous change.
4875
5f0e1d42
EZ
48762001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4877
1fd63d9b
EZ
4878 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4879
da197e75 4880 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 4881
2ebf8f54
EZ
48822001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4883
7a03d9cd
EZ
4884 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
4885
2ebf8f54
EZ
4886 * dabbrev.el (dabbrev--select-buffers): Fix last change.
4887
4de68712
RS
48882001-06-20 Richard M. Stallman <rms@gnu.org>
4889
4890 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
4891 broken out from dabbrev--find-expansion. Handle minibuffer
4892 specially here.
4893 (dabbrev--find-expansion): Simplify code in various ways.
4894 Don't treat minibuffers specially.
4895 Call dabbrev--make-friend-buffer-list.
da197e75 4896 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
4897 (dabbrev--scanning-message): Do nothing when minibuffer is current.
4898
f84e9763 48992001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 4900
f84e9763
JW
4901 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
4902 Also, added a comment describing how to greatly speedup Eshell
4903 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 4904
f5f3efaa 49052001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 4906
da197e75
SM
4907 * eshell/esh-mode.el: Disabled a test that often yields false failures.
4908
f84e9763
JW
49092001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
4910
4911 * woman.el (WoMan-highlight-references): Add help-echo to
4912 mouse-highlighted text.
b868ed49 4913
f7ac3e28
SM
49142001-06-18 Stefan Monnier <monnier@cs.yale.edu>
4915
4916 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
4917
f6f1beba
GM
49182001-06-18 Gerd Moellmann <gerd@gnu.org>
4919
f7ac3e28
SM
4920 * international/quail.el (quail-start-conversion):
4921 Reset quail-translating to nil.
db8f7303 4922
f6f1beba
GM
4923 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
4924 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
4925
1a0b9ae6
EZ
49262001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
4927
855eca56
EZ
4928 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
4929 mouse-highlighted text.
4930
1a0b9ae6
EZ
4931 * dired.el (dired-mark-pop-up): Fix last change.
4932
e75e894b
EZ
49332001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
4934
218abc51
EZ
4935 * calendar/calendar.el (generate-calendar-month): Add help-echo to
4936 mouse-highlighted text.
4937
d36ca65d
EZ
4938 * net/quickurl.el (quickurl-url-file): Run through
4939 convert-standard-filename.
4940 (quickurl-list-populate-buffer): Add help-echo to
4941 mouse-highlighted text.
4942 (top-level): Update Dave's URL.
4943
092924fd
EZ
4944 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
4945 mouse-highlighted text.
4946
f7ac3e28
SM
4947 * textmodes/page-ext.el (pages-copy-header-and-position):
4948 Add help-echo to mouse-highlighted text.
092924fd
EZ
4949
4950 * tar-mode.el (tar-header-block-summarize): Add help-echo to
4951 mouse-highlighted text.
4952
4953 * replace.el (occur): Add help-echo to mouse-highlighted text.
4954
4955 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
4956 mouse-highlighted text.
4957
4958 * progmodes/cpp.el (cpp-make-button): Add help-echo to
4959 mouse-highlighted text.
4960
f7ac3e28
SM
4961 * progmodes/compile.el (compile-reinitialize-errors):
4962 Add help-echo to mouse-highlighted messages.
092924fd
EZ
4963 (compilation-forget-errors): Remove help-echo property as well.
4964
f7ac3e28
SM
4965 * play/landmark.el (lm-plot-square, lm-init-display):
4966 Add help-echo to mouse-highlighted text.
092924fd 4967
f7ac3e28
SM
4968 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
4969 Add help-echo to mouse-highlighted text.
092924fd
EZ
4970
4971 * dired.el (dired-insert-set-properties): Add help-echo to
4972 mouse-highlighted text.
f7ac3e28 4973 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
4974
4975 * comint.el (comint-send-input): Add help-echo to
4976 mouse-highlighted text.
4977
4978 * buff-menu.el (list-buffers-noselect): Add help-echo to
4979 mouse-highlighted text.
4980
4981 * arc-mode.el (archive-summarize-files): Add help-echo to
4982 mouse-highlighted text.
4983
e75e894b
EZ
4984 * ffap.el (ffap-machine-p): Always return nil if
4985 open-network-stream is not fboundp.
4986
f621ed9d
SM
49872001-06-17 Stefan Monnier <monnier@cs.yale.edu>
4988
4989 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
4990 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
4991 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
4992 incorrectly binding chars between 128 and 256 to it.
4993 (sgml-maybe-name-self): Handle latin-1 chars properly.
4994 (sgml-tags-invisible): Bind buffer-file-name to nil.
4995 Use unwind-protect and restore-buffer-modified-p.
4996 (sgml-point-entered): Use buffer-substring-no-properties.
4997 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
4998 (html-mode): Don't force `imenu-sort-function'.
4999
884e8578
EZ
50002001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5001
d5b49f47
EZ
5002 * tar-mode.el: Fix the copyright notice.
5003
ce6b1982
EZ
5004 * font-lock.el (font-lock-comment-face): For tty's with dark
5005 background, use "red1", since "lightred" is not one of the colors
5006 recognized by tty-colors.el.
5007
884e8578
EZ
5008 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
5009 create a buffer for extracted file, in case there's more than one
5010 file by that name in an archive, possibly in different
5011 directories. From Kevin Rodgers <kevinr@ihs.com>.
5012
5013 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
5014 <alex@gnu.org>.
5015
72190a54
MB
50162001-06-15 Miles Bader <miles@gnu.org>
5017
f621ed9d
SM
5018 * textmodes/texinfmt.el (texinfo-format-syntax-table):
5019 Revert previous change.
72190a54 5020
e4cdc335
RS
50212001-06-14 Richard M. Stallman <rms@gnu.org>
5022
5023 * replace.el (keep-lines-read-args): Return just a regexp.
5024 Provide nil for the region args.
f621ed9d 5025 (keep-lines, flush-lines, how-many):
e4cdc335
RS
5026 Calculate the defaults for the region here, when args are nil.
5027
c8c6b45a
EZ
50282001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5029
5030 * rot13.el (rot13-other-window): Some more doc fix.
5031
f54701d1
EZ
50322001-06-14 Per Starback <starback@ling.uu.se>
5033
5034 * replace.el (case-replace, query-replace-from-history-variable)
5035 (query-replace-to-history-variable, keep-lines-read-args)
5036 (occur-revert-function, query-replace-help): Dox fix.
5037
1604ce98
EZ
50382001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
5039
5040 * rot13.el (rot13-other-window): Doc fix.
5041
22058843
MB
50422001-06-14 Miles Bader <miles@gnu.org>
5043
5044 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
5045 of " and \ to "." (punctuation).
5046 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
5047
e4cdc335
RS
50482001-06-13 Richard M. Stallman <rms@gnu.org>
5049
5050 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
5051
5052 * simple.el (shell-command-on-region): Never kill the
5053 *Shell Command Output* buffer.
5054
a62d56ab
SM
50552001-06-13 Stefan Monnier <monnier@cs.yale.edu>
5056
5057 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
5058
4a0aa1d9
SM
50592001-06-10 Stefan Monnier <monnier@cs.yale.edu>
5060
5061 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5062 New var, to recognize ${ $' and PODs.
5063 (perl-font-lock-syntactic-face-function): New function.
5064 (perl-mode): Use them.
5065 (perl-continuation-line-p): New function, from perl-calculate-indent.
5066 (perl-calculate-indent): Use it, to properly handle continuation
5067 lines of continuation lines.
5068
b5a9911c
EZ
50692001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
5070
5071 * server.el (server-process, server-buffer-clients): Doc fix.
5072 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5073
0f056ec1
JW
50742001-06-09 John Wiegley <johnw@gnu.org>
5075
5076 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
5077 test if the last command was Lisp or not.
5078 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
5079 B x C".
5080
e5e316b0
EZ
50812001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
5082
5083 * dos-w32.el (grep-regexp-alist): Remove definition, since the
5084 general one on compile.el supports drive letters.
7f4350a7
CD
5085
50862001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
5087
5a905a7e 5088 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 5089 key description.
7f4350a7
CD
5090
5091 * textmodes/reftex-sel.el (reftex-select-jump): New command.
5092
5a905a7e 5093 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
5094 (reftex-toc-jump): New command.
5095
5096 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 5097 to parse international characters as well.
7f4350a7 5098
5a905a7e 5099 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 5100 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 5101
5a905a7e
SM
5102 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
5103
5104 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 5105 TAB to the key separators.
7f4350a7 5106
73419021
EZ
51072001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
5108
5109 * international/mule.el (auto-coding-alist): Remove redundant
5110 up-cased versions of the extensions (auto-coding-alist-lookup is
5111 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
5112 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
5113
cada28bb
EZ
51142001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
5115
5116 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
5117
4f7666dc
RS
51182001-06-01 Richard M. Stallman <rms@gnu.org>
5119
5120 * help.el (describe-variable): Put value on same line
5121 with preceding text, if it is short enough to look good that way.
5122
70079787
EZ
51232001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
5124
5125 * term/internal.el (IT-unicode-translations): New variable.
5126 (IT-setup-unicode-display): New function.
5127
c86f4619
GM
51282001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5129
5130 * ps-print.el: Handle before-string and after-string overlay properties
5131 in ps-print-*-with-faces commands. Doc fix.
5132 (ps-print-version): New version number (6.5.2).
5133 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
5134 for XEmacs.
5135 (ps-prefix-quote): Doc fix.
c6d452ad 5136 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
5137 (ps-basic-plot-str, ps-plot-string): New funs.
5138
1ea98518
SM
51392001-05-31 Stefan Monnier <monnier@cs.yale.edu>
5140
5141 * progmodes/etags.el (tags-compression-info-list): Fix docstring
5142 and :type spec.
5143
2b1ec973
GM
51442001-05-31 Gerd Moellmann <gerd@gnu.org>
5145
1ea98518
SM
5146 * international/mule-cmds.el (inactivate-input-method):
5147 Set input-method-function to nil.
2b1ec973 5148
94843cc1
GM
5149 * xml.el (xml-parse-tag): The document may contain invalid characters.
5150 From ShengHuo ZHU <zsh@cs.rochester.edu>
5151
9652931f
GM
51522001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
5153
5154 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
5155 `rmail-summary-line-decoder' if the message does not have
5156 a Subject: field.
9652931f 5157
1ea98518 5158 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 5159
1ea98518
SM
5160 * mail/rmail.el (rmail-insert-mime-resent-message-function):
5161 New variable.
9652931f
GM
5162 (rmail-resend): Modify to work in `rmail-view-buffer'; call
5163 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
5164 is non-nil.
5165
f7ac3e28
SM
51662001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
5167
5168 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
5169
b781e739
SS
51702001-05-29 Sam Steingold <sds@gnu.org>
5171
00f51890
SS
5172 * faces.el (face-valid-attribute-values): Bind `valid' directly
5173 instead of using `setq'.
5174
b781e739
SS
5175 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
5176 Use `tex-shell-buf'.
5177 (tex-shell-proc): Use `tex-shell-running'.
5178 (tex-shell-buf-no-error): New function.
5179 (tex-send-tex-command): Use it.
5180 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
5181 (tex-kill-job): Check the process before calling `quit-process'.
5182
3d0e328b
GM
51832001-05-29 Gerd Moellmann <gerd@gnu.org>
5184
1ea98518
SM
5185 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
5186 UTF-8 sequences.
3d0e328b 5187
8bd6307f
GM
51882001-05-28 Miles Bader <miles@gnu.org>
5189
5190 * comint.el (comint-carriage-motion): Renamed from
5191 `comint-cr-magic'. Operate on the buffer instead of the string
5192 (for use as a comint post-output filter, instead of as a
5193 pre-output filter). Handle backspaces too. Add to the
5194 `comint-output-filter-functions' hook instead of
5195 `comint-preoutput-filter-functions'.
5196
89c8dc6c
GM
51972001-05-28 Gerd Moellmann <gerd@gnu.org>
5198
5199 * language/japan-util.el (japanese-hankaku): Prefer the charset
5200 `jisx0201' when the optional argument `ascii-only' is not specified.
5201 (japanese-hankaku-region): Ditto.
5202 From Katsumi Yamaoka <yamaoka@jpl.org>
5203
f25c1b9b
SM
52042001-05-28 Stefan Monnier <monnier@cs.yale.edu>
5205
5206 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
5207 (outline-invisible-p): New function.
5208 (hide-leaves): Save excursion.
5209 (hide-other): Stop looping when reaching bobp.
5210
719bb352
EZ
52112001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5212
5213 * cus-edit.el (custom-file): Fix last change.
5214
d686d354
SM
52152001-05-27 Stefan Monnier <monnier@cs.yale.edu>
5216
5217 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
5218 same definition in byte-compile-function-environment as `autoload'
5219 would put in `symbol-function'.
5220
5221 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
5222 patch to correct the error message as well.
5223
49b1a638
EZ
52242001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
5225
71261a01
EZ
5226 * cus-edit.el (custom-file): Don't assume we were invoked with -q
5227 unless ~/.emacs exists.
5228
49b1a638
EZ
5229 * novice.el (enable-command): If user-init-file is nil or does not
5230 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
5231
a434b175
SM
52322001-05-25 Stefan Monnier <monnier@cs.yale.edu>
5233
15ca8de7
SM
5234 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
5235 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5236 Allow spaces around macro arguments.
5237 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
5238 indent-for-tab-command.
5239 (latex-mode-map, plain-tex-mode-map): New keymaps.
5240 Inherit from tex-mode-map.
5241 (tex-common-initialization): Don't setup the keymap any more
5242 since it's now done right by define-derived-mode.
5243 (latex-mode): Set skeleton-end-hook to nil.
5244 (latex-skeleton-end-hook): Remove.
5245 (tex-latex-block, latex-insert-item): Simplify.
5246 (latex-syntax-after): Use following-char rather than char-after.
5247 (tex-discount-args-cmds, tex-count-words): New functions.
5248
5249 * textmodes/tildify.el (tildify-ignored-environments-alist):
5250 Recognize \verb* as well.
5251
5252 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
5253 (perl-comment-indent): Simplify to let newcomment.el do its job.
5254 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
5255 (perl-mark-function): Cleanup the namespace.
5256 (perl-calculate-indent): Don't be fooled by nested functions.
5257
5258 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
5259
a434b175
SM
5260 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5261 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
5262
4e7e1f03
AC
52632001-05-25 Andrew Choi <akochoi@i-cable.com>
5264
5265 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
5266 actually be `\\'.
5267 (ctlau-b5-converter): Likewise.
5268
2bef0948
AC
52692001-05-24 Andrew Choi <akochoi@i-cable.com>
5270
5271 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
5272 Change CTLauB.el to CTLau-b5.el.
5273
d2d1851b
SM
52742001-05-23 Stefan Monnier <monnier@cs.yale.edu>
5275
5276 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
5277 rather than beginning-of-line to avoid problems with fields.
5278 (gud-perldb-massage-args): Use unless and push.
5279 (gud-chdir-before-run): New var.
5280 (gud-common-init): Use it.
5281
5e3d4fbc
AC
52822001-05-24 Andrew Choi <akochoi@i-cable.com>
5283
5284 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5285 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 5286 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 5287 chinese-ctlaub.
d2d1851b
SM
5288 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
5289 New functions.
5e3d4fbc 5290
0216c3df
GM
52912001-05-22 Gerd Moellmann <gerd@gnu.org>
5292
f1f65349
GM
5293 * cus-edit.el (custom-comment-show): Remove debug code.
5294
0216c3df
GM
5295 * language/japan-util.el (japanese-symbol-table): Fix handling of
5296 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
5297
e8a1ed31
SM
52982001-05-21 Stefan Monnier <monnier@cs.yale.edu>
5299
5300 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
5301 Renamed by removing the silly `-flag' suffix.
5302 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
5303
7246200c
SM
53042001-05-20 Stefan Monnier <monnier@cs.yale.edu>
5305
5306 * replace.el (keep-lines-read-args): Use `copy-marker'.
5307 (how-many): Save excursion properly.
5308 (occur-mode): Use define-derived-mode.
5309 (perform-replace): Use with-current-buffer.
5310
7e971261
RS
53112001-05-20 Richard M. Stallman <rms@gnu.org>
5312
65569e52
RS
5313 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
5314
cc9684e8
RS
5315 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
5316
9ca00e71
RS
5317 * info.el (Info-read-subfile): Widen before finding the
5318 desired node in the subfile.
5319
7e971261
RS
5320 * startup.el (command-line-1): When >2 files visited,
5321 leave the last one visible, and make that the selected window.
5322
7c5312b2
GM
53232001-05-20 Gerd Moellmann <gerd@gnu.org>
5324
5325 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
5326
310e9a21
EZ
53272001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
5328
7246200c
SM
5329 * international/ccl.el (define-ccl-program): Fix a typo.
5330 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
5331
5332 * international/mule.el (decode-char): Fix a typo. From Pavel
5333 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5334
5335 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
5336 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5337
310e9a21
EZ
5338 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
5339 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5340
ef55aa6c
SS
53412001-05-18 Sam Steingold <sds@gnu.org>
5342
7246200c 5343 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
5344 and [RET] to `cvs-mode-find-file'.
5345
c9f3bebe
JW
53462001-05-18 John Wiegley <johnw@gnu.org>
5347
5348 * eshell/esh-ext.el (eshell-explicit-command-char): A new
5349 configuration variable, which determines the initial character
5350 that forces use of an external version of a command. The default
5351 is *, but may be set to \, for example.
5352
5353 * eshell/esh-ext.el (eshell-explicit-command):
5354 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 5355
c9f3bebe
JW
5356 * eshell/esh-cmd.el (eshell/which):
5357 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 5358
7c5312b2
GM
5359 * eshell/em-cmpl.el (eshell-completion-command-name)
5360 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
5361 instead of ?*.
5362
1c66d9fb
GM
53632001-05-18 Gerd Moellmann <gerd@gnu.org>
5364
a724ed38
GM
5365 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
5366 subst-char-in-string.
5367 (ange-ftp-after-parse-ls-hook): New variable.
5368 (ange-ftp-ls): Run that hook.
5369 From Peter Milliken <Peter.Milliken@GTECH.COM>.
5370
0595722b
GM
5371 * tmm.el (tmm-get-keymap): Fix handling of :filter.
5372 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
5373 text into *Completions*.
5374
1c66d9fb
GM
5375 * net/goto-addr.el (goto-address-at-point): Deal with URLs
5376 part of which look like email addresses.
5377
c5bdb93d
AI
53782001-05-18 Andrew Innes <andrewi@gnu.org>
5379
7246200c
SM
5380 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
5381 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
5382 cmd.exe's handling of FOR loops.
5383 (autoloads): Set find-file-suppress-same-file-warnings to t to
5384 avoid slew of spurious messages.
5385
9a1211f2
GM
53862001-05-18 Simon Josefsson <simon@josefsson.org>
5387
5388 * mail/smtpmail.el (maybe-append-domain): Renamed to
5389 `smtpmail-maybe-append-domain'.
5390 (smtpmail-via-smtp): Use the new name.
5391
29148a3f
GM
5392 * net/browse-url.el (browse-url-browser-function): Add kde.
5393 (browse-url-kde-program, browse-url-kde-args): New variables.
5394 (browse-url-kde): New function.
5395
9ab59a1a
MB
53962001-05-18 Miles Bader <miles@gnu.org>
5397
7246200c
SM
5398 * simple.el (delete-horizontal-space, just-one-space):
5399 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
5400 because it's more efficient for large files.
5401
cebf1b97
GM
54022001-05-17 Gerd Moellmann <gerd@gnu.org>
5403
f90c23ca
GM
5404 * mail/rmail.el (rmail-require-mime-maybe): New function.
5405 (rmail): Use it.
5406 (rmail-mode): Handle the case of finding Rmail files.
5407
cebf1b97
GM
5408 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
5409 functions.
5410
df22166e
SM
54112001-05-17 Stefan Monnier <monnier@cs.yale.edu>
5412
5413 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
5414 text-property after moving to the beginning of line and regardless
5415 of the value of font-lock-multiline.
5416
2ca0d5f1
GM
54172001-05-17 Gerd Moellmann <gerd@gnu.org>
5418
e85e809a
GM
5419 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
5420
2ca0d5f1
GM
5421 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
5422 last coding system used before calling set-buffer-modified-p
5423 because that function changes last-coding-system.
5424
4c6a4739
EZ
54252001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5426
5427 * files.el (switch-to-buffer-other-window)
5428 (switch-to-buffer-other-frame): Add an xref to display-buffer in
5429 the doc string.
5430
f08cf35b
GM
54312001-05-17 Gerd Moellmann <gerd@gnu.org>
5432
5433 * language/slovak.el, language/czech.el: New maintainer.
5434
2180ea97
SS
54352001-05-16 Sam Steingold <sds@gnu.org>
5436
f08cf35b 5437 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
5438 sub-form of `defgeneric' correctly.
5439
9bae8781
GM
54402001-05-16 Gerd Moellmann <gerd@gnu.org>
5441
a90b3d3c
GM
5442 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
5443 of `c'.
5444
1b7818b4 5445 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
5446 condition-case, test what outline-level returns instead, to
5447 ease debugging.
1b7818b4 5448
9bae8781
GM
5449 * international/mule.el (auto-coding-regexp-alist): New user-option.
5450 (auto-coding-from-file-contents): New function.
5451 (set-auto-coding): Use it to determine a coding system.
5452
7644c605
GM
54532001-05-15 Gerd Moellmann <gerd@gnu.org>
5454
18a0a39e
GM
5455 * mouse.el (mouse-delete-other-windows): Doc fix.
5456
df22166e
SM
5457 * emacs-lisp/lisp-mode.el (lisp-mode):
5458 Make font-lock-keywords-case-fold-search a buffer-local variable with
5459 make-local-variable before setting it.
7644c605 5460
940cf42e
EZ
54612001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
5462
5463 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
5464 prefixes.
5465
557f7c34
GM
54662001-05-14 Gerd Moellmann <gerd@gnu.org>
5467
5468 * hexl.el (hexl-current-address): Print a message when called
5469 interactively.
5470
14d9b141
SM
54712001-05-11 Stefan Monnier <monnier@cs.yale.edu>
5472
5473 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
5474
5475 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
5476
5477 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
5478
7bd2d083
GM
54792001-05-11 Gerd Moellmann <gerd@gnu.org>
5480
47e72862
GM
5481 * startup.el (command-line): If parameters have been changed in
5482 the init files which influence font selection, clear the face
5483 cache so that faces get realized with the new parameters.
5484
14d9b141 5485 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 5486
0f49941f
SM
54872001-05-10 Stefan Monnier <monnier@cs.yale.edu>
5488
5489 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
5490
cbeed4a8
EZ
54912001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
5492
5493 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
5494 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
5495
ff9aa2ca
GM
54962001-05-10 Gerd Moellmann <gerd@gnu.org>
5497
5498 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 5499 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 5500
b2c99950
JW
55012001-05-09 John Wiegley <johnw@gnu.org>
5502
0f49941f
SM
5503 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5504 Annotated the documentation string to tell users about
3cb27fd7
JW
5505 `eshell-no-numeric-conversions'.
5506
c26f6b27
JW
5507 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
5508 conversions if a Lisp function has the property
5509 `eshell-no-numeric-conversions' set to a non-nil value.
5510
5511 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
5512 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
5513 property `eshell-no-numeric-conversions' on the following
5514 functions (which all deal with filesystem entities, and never Lisp
5515 numerical values): eshell/cd, eshell/pushd, eshell/popd,
5516 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
5517 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
5518 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
5519 eshell/which, eshell/addpath.
5520
55212001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 5522
d089e299
JW
5523 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
5524 encountered as an argument, don't convert it right away, but tag
5525 the first character of the string with the text properties
5526 `number', which signifies to `eshell-lisp-command' that the
5527 argument should be passed through `string-to-number' if it is
5528 actually used in the call to a Lisp function.
5529
5530 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
5531 function, convert any string arguments that have been tagged as
5532 "numbers", by calling string-to-number.
5533
5534 * eshell/esh-util.el (eshell-number-regexp): Now that number
5535 conversions only happen for Lisp function calls, the number regexp
5536 should now match all integer and floating point forms.
5537
5538 * eshell/esh-proc.el: Disable `eshell-stop-process' and
5539 `eshell-continue-process', since they are both nonfunctional at
5540 the moment.
5541 (eshell-proc-initialize): Don't bind keys for
5542 `eshell-stop-process' or `eshell-continue-process'.
5543
0f49941f
SM
5544 * eshell/em-unix.el (eshell-shuffle-files):
5545 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
5546
5547 * eshell/em-hist.el (eshell-add-to-history): Reference to
5548 `eshell-history-ring' needed to be `eshell-history-index'.
5549
0f49941f
SM
5550 * calendar/timeclock.el (timeclock-find-discrep):
5551 Initialize `elapsed' to 0.
cb89da0f
JW
5552 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
5553 it's still nil.
b2c99950 5554
ff39b9a1
SM
55552001-05-09 Stefan Monnier <monnier@cs.yale.edu>
5556
5557 * arc-mode.el (archive-int-to-mode): Construct the string directly.
5558 (archive-mode): Use capitalize.
5559 (archive-unique-fname): Use make-temp-file.
5560
9e53a675
GM
55612001-05-09 Gerd Moellmann <gerd@gnu.org>
5562
5563 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
5564
c8224de6
EZ
55652001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5566
c533a7e2
EZ
5567 * tar-mode.el (tar-extract): Pay attention to the value of
5568 coding-system-for-read, if it is non-nil.
5569
ff39b9a1
SM
5570 * calendar/holidays.el (holidays): Add an autoload cookie.
5571 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 5572
1c8c9fb8
JW
55732001-05-08 John Wiegley <johnw@gnu.org>
5574
ff39b9a1
SM
5575 * calendar/timeclock.el (timeclock-workday-remaining):
5576 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
5577 (timeclock-workday-elapsed): Don't accept a "relative" argument
5578 for the current day's elapsed time. What could that have meant?
ff39b9a1 5579 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
5580 (timeclock-when-to-leave): Changed logic, similarly to what was
5581 done for `timeclock-workday-remaining'.
5582 (timeclock-find-discrep): Removed "today-only" argument, which had
5583 no meaning. Fixed some more math problems. The function now
5584 returns a three member list: (TOTAL-TIME-DISCREPANCY
5585 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
5586
5f47fb28
EZ
55872001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5588
5589 * w32-fns.el (convert-standard-filename): Start replacing slashes
5590 from the beginning of the file name, not from where the last
5591 invalid character was. From "Andrew Maguire (SWW)"
5592 <Andrew.Maguire@Smallworld.co.uk>
5593
6da5c7da
GM
55942001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
5595
5596 The following changes are to provide infrastructure for handling
5597 MIME messages to rmail. They don't affect the original behaviour
5598 if rmail-enable-mime is nil.
5599
5600 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
5601 (rmail-search-mime-message-function)
5602 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
5603 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
5604 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
5605 `rmail-view-buffer' is hidden.
6da5c7da
GM
5606 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
5607 call rmai-show-mime-function.
5608 (rmail-display-labels): If rmail-enable-mime is non-nil, update
5609 mode-line-process of rmail-view-buffer.
5610 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
5611 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
5612 buffer.
ff39b9a1
SM
5613 (rmail-next-message, rmail-next-undeleted-message): Be sure to
5614 set-buffer to the Rmail buffer.
6da5c7da
GM
5615 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
5616 rmail-search-mime-header-function.
5617 (rmail-search-message): New function.
5618 (rmail-search): Call rmail-search-message to check if a message
5619 matches REGEXP, lastly update point after calling
5620 rmail-show-message.
ff39b9a1
SM
5621 (rmail-undelete-previous-message, rmail-expunge-confirmed)
5622 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
5623 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
5624 header region, refer to rmail-msgref-vector while setting the
5625 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
5626 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
5627 If rmail-enable-mime is non-nil, call
6da5c7da
GM
5628 rmail-insert-mime-forwarded-message-function instead of inserting
5629 forwarded message by itself.
5630
5631 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
5632 Rmail buffer.
5633 (rmail-set-label, rmail-next-labeled-message): Likewise.
5634
5635 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
5636 set-buffer to the Rmail buffer.
5637 (rmail-output-to-rmail-file): Likewise.
5638 (rmail-output): Likewise.
5639
5640 * mail/rmailsum.el (rmail-message-subject-p): Process the result
5641 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
5642 (rmail-new-summary): Be sure to go to the Rmail buffer.
5643 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
5644 rmail-view-buffer to nil.
5645 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
5646 rmail-view-buffer.
5647 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
5648 rmail-buffer.
5649 (rmail-summary-scroll-msg-down): Likewise.
5650 (rmail-summary-beginning-of-message): Likewise.
5651 (rmail-summary-wipe): Likewise.
5652 (rmail-summary-toggle-header): Use save-window-excursion, not
5653 save-excursion. Update point in rmail-view-buffer, not in
5654 rmail-buffer.
5655 (rmail-summary-reply): Before calling rmail-reply, set buffer to
5656 rmail-view-buffer, not rmail-buffer.
5657
5092477a
GM
56582001-05-07 Gerd Moellmann <gerd@gnu.org>
5659
1e9fc92e
GM
5660 * cus-edit.el (custom-file): Signal an error if user-init-file is
5661 nil (running -q).
5662
1d053370
GM
5663 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
5664
ff39b9a1
SM
5665 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5666 Add :version.
5667
5668 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
5669 New option.
1b62b062
GM
5670 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
5671 only if smtpmail-warn-about-unknown-extensions is set.
5672
f851a71c
GM
5673 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
5674 instead of rmail-sort-by-keywords.
5675
ff39b9a1 5676 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
5677 rmail-sort-by-keywords.
5678
ff39b9a1
SM
5679 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
5680 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
5681 (rmail-summary-mode): Doc fix.
5682
5092477a
GM
5683 * mail/rmail.el (rmail-edit): New Custom group.
5684
5685 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
5686 (rmail-edit-mode-hook): New user-option.
5687
05be3833
RS
56882001-05-05 Richard M. Stallman <rms@gnu.org>
5689
5690 * help.el (help-xref-symbol-regexp): Recognize "source of"
5691 and friends, meaning make a link to the source file.
5692 (help-make-xrefs): Handle "source of" and friends
5693 by constructing a link that visits the source file.
5694
5695 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
5696
7dfb000f
SM
56972001-05-04 Stefan Monnier <monnier@cs.yale.edu>
5698
5efe6a56
SM
5699 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
5700 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
5701 Renamed from perl-font-lock-keywords to avoid clashes.
5702 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
5703 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
5704 Updated correspondingly.
5705
7dfb000f
SM
5706 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
5707 Typo `nonexistant' -> `nonexistent'.
5708
88bbb8cb
EZ
57092001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
5710
7dfb000f
SM
5711 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
5712 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
5713 `c-electric-delete-forward' always deletes forward and
5714 `c-electric-delete' only contains the code necessary for XEmacs to
5715 choose between backward and forward deletion.
7dfb000f 5716
88bbb8cb
EZ
5717 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
5718 get the electric behavior on that key too.
5719 (c-fill-paragraph): Fixed bogus direct use of
5720 c-comment-prefix-regexp, which caused an error when it's a list.
5721
a1af8dcf
EZ
57222001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5723
5724 * dired-aux.el (dired-diff): Doc fix.
5725
5726 * dired.el (dired-diff): Likewise.
5727
ddfb4005
EZ
57282001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
5729
5730 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5731
b36581fb
SM
57322001-05-02 Stefan Monnier <monnier@cs.yale.edu>
5733
80a00b6a
SM
5734 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
5735 if both the buffer and the file are read-only.
5736
b36581fb
SM
5737 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
5738 rather than font-lock-string-face.
5739 (sh-get-indent-info): Treat heredocs like strings.
5740
470bbe9b
GM
57412001-05-02 Gerd Moellmann <gerd@gnu.org>
5742
b36581fb
SM
5743 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
5744 a newline following `}'.
3356df63
GM
5745 (texinfo-format-email): New function.
5746 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
5747 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
5748 Add `display'.
3356df63
GM
5749 (texinfo-sort-region): Goto point-min before sorting.
5750 (texinfo-set): Remove leading white space from value.
5751 From yagi@is.titech.ac.jp.
5752
470bbe9b
GM
5753 * replace.el (query-replace-regexp-eval): Doc fix.
5754
a9d2fd1d
SM
57552001-05-01 Stefan Monnier <monnier@cs.yale.edu>
5756
5757 * diff-mode.el (diff-nonexistant-face): New face.
5758 (diff-font-lock-keywords): Use it.
5759
2b3e941a
EZ
57602001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
5761
22cd6fd3
EZ
5762 * font-lock.el (font-lock-mode): Doc fix.
5763
2b3e941a
EZ
5764 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
5765 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
5766
50df7214
GM
57672001-04-30 Gerd Moellmann <gerd@gnu.org>
5768
a9d2fd1d
SM
5769 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
5770 backslash at the start of the here-document delimiter.
a9793e45
GM
5771 (sh-font-lock-syntactic-keywords): Likewise.
5772
50df7214
GM
5773 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
5774
e2f599e9
EZ
57752001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
5776
5777 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
5778 (tty-color-translate, tty-color-by-index, tty-color-values)
5779 (tty-color-desc): Doc fix.
5780
dcaf31d3
EZ
57812001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
5782
5783 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
5784 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
5785 Mention dired-dwim-target in the doc string.
dcaf31d3 5786
a6a06429
MB
57872001-04-28 Miles Bader <miles@gnu.org>
5788
5789 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
5790 (dabbrev--find-expansion): Use it.
5791 (dabbrev--select-buffers): Don't select ignored buffers.
5792
5a5d9185
GM
57932001-04-27 Gerd Moellmann <gerd@gnu.org>
5794
a9d2fd1d 5795 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 5796
c5b82005
RS
57972001-04-26 Richard M. Stallman <rms@gnu.org>
5798
5799 * dabbrev.el: Add doc strings for some functions.
5800 (dabbrev--eliminate-newlines): New variable.
5801 (dabbrev--substitute-expansion): Convert newlines to spaces
5802 if dabbrev--eliminate-newlines is set.
5803 If abbrev and expansion are both all-lower-case,
5804 leave dabbrev--last-case-pattern nil.
5805
7cff9c6f
GM
58062001-04-26 Gerd Moellmann <gerd@gnu.org>
5807
5808 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
5809 if necessary, like in rmail-show-message.
5810
efa89c1f
GM
58112001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5812
5813 * ps-print.el: Color specified by number is forced to be float number.
5814 (ps-print-version): New version number (6.5.1.1).
5815 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
5816 initialization.
5817 (ps-prefix-quote): New internal var.
5818 (ps-print-quote): New fun.
5819 (ps-setup, ps-output-frame-properties, ps-float-format)
5820 (ps-format-color): Code fix.
a9d2fd1d
SM
5821 (ps-plot-region): Eliminate redundant foreground color text setting.
5822
d3111e5a
EZ
58232001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
5824
5825 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
5826
a728644c
GM
58272001-04-25 Gerd Moellmann <gerd@gnu.org>
5828
5829 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
5830
4ecdf04d
EZ
58312001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5832
4645bb68
EZ
5833 * info.el (Info-additional-directory-list): Doc fix.
5834
4ecdf04d 5835 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
5836 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
5837 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 5838
7cd512f2
SM
58392001-04-25 Stefan Monnier <monnier@cs.yale.edu>
5840
1dc64fca
SM
5841 * progmodes/make-mode.el (makefile-font-lock-keywords):
5842 Rationalize the rules for includes and conditionals and use the
5843 keyword face for them.
5844
7cd512f2
SM
5845 * faces.el (modify-face): Add compatibility for non-interactive use.
5846
ffeb5c1c
JW
58472001-04-24 John Wiegley <johnw@gnu.org>
5848
5849 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
5850 fix from last night, since it wasn't finding eshell/cd.
5851
35f901fa
GM
58522001-04-24 Gerd Moellmann <gerd@gnu.org>
5853
5854 * rect.el (string-rectangle): Revert to 20.x behaviour.
5855 (replace-rectangle): Make it an alias for string-rectangle.
5856 (string-insert-rectangle): New function.
5857
c7b1b508
JW
58582001-04-23 John Wiegley <johnw@gnu.org>
5859
5860 * eshell/em-unix.el (eshell/diff): Fixed problems that were
5861 occurring with Emacs 21's diff.el/compile.el interaction layer.
5862
58632001-04-23 Colin Walters <walters@cis.ohio-state.edu>
5864
5865 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
5866 case where the function was defined in a file, but not part of an
5867 eshell module.
5868
157975e3
JW
58692001-04-23 John Wiegley <johnw@gnu.org>
5870
5871 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
5872 code to work around a redisplay problem I've been having.
5873
3dc630b9
JW
58742001-04-23 John Wiegley <johnw@gnu.org>
5875
5876 * calendar/timeclock.el (timeclock-day-required): If the time
5877 required for a particular day is not set, use `timeclock-workday'.
5878 (timeclock-find-discrep): Added some sample code in a comment.
5879
5880 * eshell/eshell.el (eshell-command): Made a few changes so that
5881 `eshell-command' could be called programmatically.
5882
7cd512f2 5883 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 5884
7cd512f2 5885 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 5886
3ae14dd9 58872001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
5888
5889 * calendar/timeclock.el: Updated copyright.
5890 (timeclock-generate-report): Don't report the daily or two-week
5891 total, if no time has been worked in that period.
5892 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
5893 final computational form, which was unnecessary; corrected a
5894 parsing problem when timeclock-relative was nil.
5895
3ae14dd9 58962001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
5897
5898 * calendar/timeclock.el (timeclock-modeline-display): Check if
5899 `list-entry' is null.
5900 (timeclock-use-display-time): The first argument to `set-variable'
5901 must be a symbol.
5902
53e1a74c
EZ
59032001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
5904
5905 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
5906 (calendar-today-marker, calendar-holiday-marker):
5907 Use display-color-p instead of window-system.
53e1a74c
EZ
5908 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
5909 instead of window-system.
5910 (calendar-hide-window): Use display-multi-frame-p instead of
5911 window-system.
5912
5913 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
5914 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5915 Use display-multi-frame-p instead of window-system.
53e1a74c 5916
23b809c2
GM
59172001-04-23 Gerd Moellmann <gerd@gnu.org>
5918
1d14e80c
GM
5919 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
5920
23b809c2
GM
5921 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
5922 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
5923
b5eeaa1d
GM
59242001-04-23 Alex Schroeder <alex@gnu.org>
5925
5926 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
5927 line-end-position a defalias is used for point-at-bol and point-at-eol.
5928
b5eeaa1d
GM
59292001-04-23 Alex Schroeder <alex@gnu.org>
5930
5931 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 5932 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 5933
ac1470eb
EZ
59342001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
5935
5936 * textmodes/paragraphs.el (sentence-end): Doc fix.
5937
624ef9b3
GM
59382001-04-20 Alex Schroeder <alex@gnu.org>
5939
5940 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 5941 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
5942
59432001-04-20 Alex Schroeder <alex@gnu.org>
5944
5945 * sql.el (sql-db2-program): New option.
5946 (sql-db2-options): New option.
5947 (sql-db2): New function.
5948
59492001-04-20 Alex Schroeder <alex@gnu.org>
5950
5951 * sql.el (sql-mode-menu): Added highlighting entries.
5952 (sql-highlight-oracle-keywords): New function.
5953 (sql-highlight-postgres-keywords): New function.
5954 (sql-highlight-ansi-keywords): New function.
5955
59562001-04-20 Alex Schroeder <alex@gnu.org>
5957
5958 * sql.el (sql-help): Doc change.
5959
9f3703ab
KF
59602001-04-19 Karl Fogel <kfogel@collab.net>
5961
5962 * saveplace.el (save-place-alist-to-file): Removed no-effect code
5963 that inserted file content only to delete it immediately.
5964 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
5965 <lektu@uol.com.br> for the patch.
5966
2a83a11d
SM
59672001-04-19 Stefan Monnier <monnier@cs.yale.edu>
5968
5969 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
5970
6f4dd4dc
GM
59712001-04-18 Gerd Moellmann <gerd@gnu.org>
5972
0f8d6dc7
GM
5973 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
5974 for defmethod.
5975
6f4dd4dc
GM
5976 * comint.el (comint-cr-magic): New function.
5977 (toplevel): Add it to comint-preoutput-filter-functions.
5978
90200fcc
AI
59792001-04-18 Andrew Innes <andrewi@gnu.org>
5980
5981 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 5982 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
5983 (recompile): Remove stuff to set EMACSLOADPATH.
5984
daa66f34
GM
59852001-04-18 Gerd Moellmann <gerd@gnu.org>
5986
edc5c81d
GM
5987 * language/slovak.el ("Slovak"): Add tutorial entry.
5988
daa66f34
GM
5989 * net/browse-url.el (browse-url-new-window-flag): Renamed from
5990 browse-url-new-window-p.
5991
5d5845dc
EZ
59922001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
5993
5994 * info.el (Info-menu-update): When there are no menus and/or no
5995 cross references in the node, make the respective items of the
5996 Info menu-bar menu inactive.
5997
1c8addd0
GM
59982001-04-17 Gerd Moellmann <gerd@gnu.org>
5999
f4f480bd
GM
6000 * indent.el (indent-for-tab-command): Call indent-line-function
6001 with no argument if PREFIX-ARG is non-nil.
6002
1c8addd0
GM
6003 * frame.el (delete-other-frames): Handle minibuffer-only frames.
6004
8f9ab403
EZ
60052001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
6006
6007 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
6008 an async subprocess if start-process is unavailable. Suggested by
6009 Tim Van Holder <tim.van.holder@pandora.be>.
6010
60322163
EZ
60112001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
6012
6013 * info.el (Info-additional-directory-list): Doc fix. Suggested by
6014 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6015
e372bc67
EZ
60162001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
6017
6018 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
6019 manual.
6020
28037ecf
SM
60212001-04-13 Stefan Monnier <monnier@cs.yale.edu>
6022
6023 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
6024 (cvs-menu): Add a few entries.
6025
6026 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
6027 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
6028 lock file appears to be reachable from Emacs.
6029 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
6030 (cvs-mode-find-file): Look for cvs-header-face rather than
6031 cvs-dirname-face (which doesn't exist).
6032 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
6033
6034 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
6035
5d5e7f53
EZ
60362001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
6037
6038 * emulation/pc-select.el (pc-selection-mode): Don't turn on
6039 normal-erase-is-backspace on a tty. Instead, bind some keys such
6040 as [delete] directly, like pc-select.el did before
6041 normal-erase-is-backspace was invented.
6042
118562e1 60432001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
6044
6045 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
6046
6c9e58c4
JW
60472001-04-11 John Wiegley <johnw@gnu.org>
6048
28037ecf
SM
6049 * eshell/em-ls.el (eshell-ls-insert-directory):
6050 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
6051 buffers, if Eshell's ls is being used.
6052
118562e1 60532001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 6054
28037ecf
SM
6055 * calendar/timeclock.el (timeclock-completing-read): New function.
6056 (timeclock-ask-for-project, timeclock-ask-for-reason):
6057 Call `timeclock-completing-read'.
978bd3ea
JW
6058
6059 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
6060 required where `member' was being used.
6061
118562e1 60622001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 6063
28037ecf
SM
6064 * eshell/em-hist.el (eshell-previous-matching-input):
6065 Don't display "History item" if the the minibuffer is active.
978bd3ea 6066
30cb0001
GM
60672001-04-11 Gerd Moellmann <gerd@gnu.org>
6068
6069 * startup.el (command-line): Output a newline after printing
6070 an error from loading the window system's init file.
6071
e38af9bd
EZ
60722001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
6073
28037ecf
SM
6074 * textmodes/texinfo.el (texinfo-font-lock-keywords):
6075 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
6076 @inforef. Add an OVERRIDE of `keep' to highlight specs of
6077 keywords whose arguments routinely include @@.
6078
bbf63a7b
GM
60792001-04-10 Gerd Moellmann <gerd@gnu.org>
6080
28037ecf
SM
6081 * emacs-lisp/advice.el (ad-make-advised-definition):
6082 Construct advice for subrs differently.
afffeb57 6083
3fe35f35 6084 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 6085 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 6086
c8d6d636 6087 * simple.el (completion-list-mode-finish): New function.
28037ecf 6088 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 6089
2a52f40e 6090 * language/european.el ("Polish"): Change sample text.
28037ecf 6091 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 6092
cf8b1bef
GM
6093 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
6094 parameter.
6095
bbf63a7b
GM
6096 * faces.el (menu): Doc fix.
6097
719d83ad 60982001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
6099
6100 * ps-print.el: Footer implementation. Doc fix.
6101 (ps-print-version): New version number (6.5.1).
6102 (ps-header-frame-alist): New customization var for header frame
6103 properties.
6104 (ps-line-number-color): New customization var for line number color.
6105 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
6106 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
6107 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
6108 (ps-right-footer): New customization vars for footers.
6109 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
6110 footers.
6111 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
6112 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
6113 Code fix.
319acba0
GM
6114 (ps-prologue-file): Indentation fix.
6115 (ps-print-quote): Fun eliminated.
6116 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
6117 (ps-output-frame-properties): New fun.
6118 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
6119 (ps-skip-newline): Replace defun by defsubst.
28037ecf 6120
e372bc67 61212001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
6122
6123 * eshell/eshell.el (eshell-command): Needed a "%s" format
6124 specifier, in case the buffer contains percent characters.
6125
e372bc67 61262001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
6127
6128 * calendar/timeclock.el (timeclock-generate-report): Added a
6129 missing insert of the project name.
6130
9f9a5e7a
GM
61312001-04-09 Gerd Moellmann <gerd@gnu.org>
6132
9170e5d4 6133 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 6134
865e97c1 6135 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 6136 (finder-data): Use it instead of `setwins'.
865e97c1
GM
6137 From: Dave Love <fx@gnu.org>.
6138
cf3885ac 6139 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
6140 (server-visit-files): Run server-visit-hook after going to
6141 line 1 so that the hook can set point as it sees fit.
6142
9f9a5e7a
GM
6143 * bindings.el (mode-line-modified): Unify help messages.
6144
51f32106
EZ
61452001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
6146
6147 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
6148 All callers changed.
6149
e02160a3
EZ
61502001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
6151
8e6bb0d0
EZ
6152 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
6153 long file names aren't supported, truncate the file names in
6154 quail-misc-package-ext-info to 8+3 before matching them against
6155 FILENAME.
6156
6157 * dos-fns.el (dos-truncate-to-8+3): New function.
6158
ec321d77
EZ
6159 * progmodes/compile.el (grep-compute-defaults): Use null-device
6160 instead of literal /dev/null. Reported by Jens Schmidt
6161 <schmidt@mathematik.uni-kl.de>.
6162
e02160a3
EZ
6163 * simple.el (normal-erase-is-backspace-mode): Doc fix.
6164
cf3885ac
SM
61652001-04-06 Stefan Monnier <monnier@cs.yale.edu>
6166
6167 * textmodes/sgml-mode.el: Add unknown maintainer.
6168 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
6169 (html-mode-map): Use set-keymap-parent.
6170
3ffb33bb
DL
61712001-04-06 Dave Love <fx@gnu.org>
6172
6173 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6174 Remove redundant string-to-list.
6175
8f625692
SM
61762001-04-05 Stefan Monnier <monnier@cs.yale.edu>
6177
6178 * composite.el (reference-point-alist): Doc fix.
6179
1087f198
SS
61802001-04-05 Sam Steingold <sds@gnu.org>
6181
8f625692
SM
6182 * font-lock.el (font-lock-keywords-case-fold-search):
6183 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
6184 file made font-lock case-insensitive.
6185
a55e4e68
GM
61862001-04-05 Gerd Moellmann <gerd@gnu.org>
6187
0e4892e2
GM
6188 * faces.el (defface menu): Doc fix.
6189
4d664b04
GM
6190 * wid-edit.el (widget-color-sample-face-get): Don't make
6191 faces for undefined colors.
6192
a55e4e68
GM
6193 * version.el (emacs-version): Include LessTif/Motif version info.
6194
f383cd0d
GM
61952001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6196
6197 * ps-mule.el: Eliminate cl package dependence.
6198 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
6199 if they aren't defined yet.
6200 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
6201 Eliminate cl package dependence.
6202
de28797f
SM
62032001-04-04 Stefan Monnier <monnier@cs.yale.edu>
6204
6205 * progmodes/cc-cmds.el (c-outline-level):
6206 Bind buffer-invisibility-spec. Originally from Dave Love, but
6207 got lost when incorporating version 5.26.
6208
32df8b47
EZ
62092001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
6210
de28797f
SM
6211 * emulation/pc-select.el (pc-selection-mode):
6212 Call normal-erase-is-backspace-mode instead of binding
6213 keys individually.
58e4f61d 6214
7f62656b
EZ
6215 * cus-load.el (normal-erase-is-backspace): Use it instead of
6216 delete-key-deletes-forward.
6217
6218 * startup.el (command-line): Use normal-erase-is-backspace and
6219 normal-erase-is-backspace-mode.
6220
6221 * simple.el (normal-erase-is-backspace): Rename from
6222 delete-key-deletes-forward. Doc fix.
6223 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
6224 delete-key-deletes-forward-mode. Doc fix.
6225 Run normal-erase-is-backspace-hook.
7f62656b 6226
32df8b47 6227 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
6228 ``human-readable'' format produced by GNU `ls'.
6229 (dired-move-to-filename-regexp): Recognize ISO format dates.
6230 From Paul Eggert <eggert@twinsun.com>.
32df8b47 6231
5efa6032
GM
62322001-04-04 Gerd Moellmann <gerd@gnu.org>
6233
6234 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
6235 New functions.
de28797f
SM
6236 (lm-verify): Check keywords.
6237 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 6238
d757aac1
EL
62392001-04-03 Eric M. Ludlam <eric@siege-engine.com>
6240
6241 * speedbar.el (speedbar-insert-image-button-maybe): Check for
6242 `xemacs' feature instead of for the function `set-extent-property'.
6243
9832760a
SM
62442001-04-03 Stefan Monnier <monnier@cs.yale.edu>
6245
6246 * mail/mh-utils.el (mh-folder-hist): New var.
6247 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
6248
d565f6aa
EZ
62492001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
6250
6251 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
6252 region, position point on the first or last 16-byte group.
6253 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
6254 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
6255 hexl-beginning-of-line.
6256
24c0fd39
GM
62572001-04-03 Gerd Moellmann <gerd@gnu.org>
6258
5efa6032
GM
6259 * icomplete.el (icomplete-mode): Treat an argument like other
6260 modes do.
6261
b3f6107b
GM
6262 * startup.el (fancy-splash-head): Use splash8.xpm for color
6263 depth 8.
6264
24d451c5
SM
6265 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
6266 Add an antry for ``converts''.
476bf681 6267
24d451c5 6268 * language/slovak.el ("Slovak"): Add documentation string.
4187e8c4 6269 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
20b5dc4a 6270
450f6970 6271 * language/czech.el ("Czech"): Add documentation string.
4187e8c4 6272 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
450f6970 6273
24d451c5
SM
6274 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
6275 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
6276
62772001-04-02 Stefan Monnier <monnier@cs.yale.edu>
6278
6279 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
6280 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
6281 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
6282 Use `defsubst' rather than a macro to ease debugging.
6283 (mail-extr-last): Remove (use `last' instead).
6284 (mail-extract-address-components): Properly reset the syntax-table
6285 after parsing an address. Use `last' rather than mail-extr-last.
6286 Make sure the end marker stays at the very end.
24c0fd39 6287
2b908342
EZ
62882001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
6289
6290 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
6291 last change.
6292
acfb077d
GM
62932001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6294
6295 * ps-print.el: Line and paragraph spacing feature. Region to cut
6296 out when printing. Doc fix.
6297 (ps-print-version): New version number (6.5).
24d451c5
SM
6298 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
6299 New vars. Line and paragraph spacing feature.
acfb077d
GM
6300 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
6301 out when printing.
6302 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
6303 (ps-get-font-size, ps-begin-job, ps-continue-line)
6304 (ps-plot-region): Code fix.
6305 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
6306 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
6307 New internal vars.
acfb077d
GM
6308 (ps-get-size): New fun.
6309 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
6310 (ps-next-line): Replace defun by defsubst.
6311 (ps-mule-plot-string): Autoload doc fix.
6312
6313 * ps-bdf.el: XEmacs compatibility. Doc fix.
6314 (installation-directory, coding-system-for-read): Declare vars if
6315 it's not declared yet.
6316 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
6317
6318 * ps-mule.el: XEmacs compatibility. Doc fix.
6319 (leading-code-private-22): Declare var if it's not declared yet.
6320 (charset-bytes, charset-dimension, charset-id, charset-width)
6321 (find-charset-region, split-char, char-width, chars-in-region)
6322 (forward-point, decompose-composite-char, encode-coding-string)
6323 (coding-system-p, ccl-execute-on-string, define-ccl-program):
6324 Define funs if not defined yet.
6325 (encode-composition-rule, find-composition): Define funs if not
6326 loaded yet.
6327 (ps-mule-prologue): PostScript code fix.
6328
63292001-04-02 Kenichi Handa <handa@etl.go.jp>
6330
6331 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
6332 non-nil, generate font for the header strings.
6333 (ps-mule-prepare-font): Likewise.
6334 (ps-mule-generate-glyphs): Likewise.
6335 (ps-mule-string-encoding): Likewise.
6336 (ps-mule-header-charsets): New variable.
6337 (ps-mule-encode-header-string): New function.
6338 (ps-mule-header-string-charsets): New function.
6339 (ps-mule-begin-job): Check charsets in the header strings. If there
6340 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
6341
6342 * ps-print.el (ps-generate-header-line): Encode the header string by
6343 ps-mule-encode-header-string.
6344 (ps-mule-encode-header-string): Declare autoload.
6345
c0eb3c10
GM
63462001-04-02 Gerd Moellmann <gerd@gnu.org>
6347
24d451c5
SM
6348 * frame.el (cursor-in-non-selected-windows):
6349 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 6350
a3d0b0e0
KH
63512001-03-31 Kenichi Handa <handa@etl.go.jp>
6352
6353 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6354 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 6355 (quail-misc-package-ext-info): New variable.
a3d0b0e0 6356 (tsang-quick-converter): New function.
24d451c5
SM
6357 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
6358 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
6359 (miscdic-convert, batch-miscdic-convert): New functions.
6360
55f7832c
KH
63612001-03-30 Kenichi Handa <handa@etl.go.jp>
6362
a2217cd8
KH
6363 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
6364 eight-bit-control chars.
6365
55f7832c 6366 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 6367 Reduce making temporary vector (suggested by Dave Love).
55f7832c 6368
911a2406
EZ
63692001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6370
6371 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
6372 string as well.
6373
1a518f2c
AS
63742001-03-30 Andreas Schwab <schwab@suse.de>
6375
6376 * files.el (backup-directory-alist): Fix typo.
6377
ef080b16
EZ
63782001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6379
6380 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
6381 <eggert@twinsun.com>.
6382
e4174a55
DL
63832001-03-30 Dave Love <fx@gnu.org>
6384
6385 * progmodes/fortran.el (fortran-comment-region): Fix typo.
6386
9d5d1075
EZ
63872001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
6388
6389 * simple.el (transient-mark-mode): Mention C-g in the doc string.
6390
a27b451e
MB
63912001-03-30 Miles Bader <miles@gnu.org>
6392
6393 * subr.el (interactive-form): Fix paren typo.
6394
aea51abe
EZ
63952001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6396
6397 * emacs-lisp/profile.el: Say that it's obsolete in the header
6398 line, so that finder.el puts that into its data-base.
6399 Suggested by Alex Schroeder <alex@gnu.org>.
6400
249dd409
EZ
64012001-03-29 Paul Eggert <eggert@twinsun.com>
6402
6403 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
6404 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
6405
1ac1fa96
SM
64062001-03-29 Stefan Monnier <monnier@cs.yale.edu>
6407
6408 * generic.el (generic-mode-set-comments): Use "" rather than nil
6409 for comment-end.
6410
e2b8a830
GM
64112001-03-29 Gerd Moellmann <gerd@gnu.org>
6412
1ac1fa96
SM
6413 * emacs-lisp/advice.el (ad-make-advised-definition):
6414 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
6415
6416 * subr.el (interactive-form): New function.
6417
8b2375e7
AS
64182001-03-29 Andre Spiegel <spiegel@gnu.org>
6419
6420 * vc-sccs.el (vc-sccs-register): Use relative file names.
6421
f827b862
GM
64222001-03-28 Gerd Moellmann <gerd@gnu.org>
6423
e59d0e9d
GM
6424 * bookmark.el (bookmark-get-bookmark): Handle case that
6425 BOOKMARK is not a string.
6426
deb2613a
GM
6427 * image.el (image-type-regexps): Change type for PS files
6428 to `postscript'.
6429
f827b862 6430 * subr.el (read-passwd): Clear command history after each
b52758d1
EZ
6431 character entered. From: Stephen Gildea
6432 <gildea@stop.mail-abuse.org>.
f827b862 6433
3c9449d0
KH
64342001-03-27 Kenichi Handa <handa@etl.go.jp>
6435
6436 * international/kkc.el (kkc-save-init-file): Locally bind
6437 print-length to nil.
6438
e6b13c74
GM
64392001-03-26 Gerd Moellmann <gerd@gnu.org>
6440
e120bebf
GM
6441 * textmodes/flyspell.el: Some doc fixes.
6442 (flyspell-maybe-correct-transposition)
6443 (flyspell-maybe-correct-doubling): Use a temporary buffer
6444
6445 * textmodes/ispell.el (ispell-parse-output): Doc fix.
6446
5f6c5771 6447 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
6448 (byte-optimize-form-code-walker): Diagnose too few arguments
6449 for `if' and `while'.
6450
2b984c45
KH
64512001-03-26 Kenichi Handa <handa@etl.go.jp>
6452
6453 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6454 Prepend `\' to "\<quail-translation-docstring>".
6455
bf2150fa
GM
64562001-03-26 Gerd Moellmann <gerd@gnu.org>
6457
5f6c5771
SM
6458 * autorevert.el (global-auto-revert-non-file-buffers):
6459 Remove duplicate defcustom.
bf2150fa 6460
a0d59316
MB
64612001-03-26 Miles Bader <miles@gnu.org>
6462
5f6c5771
SM
6463 * international/latin1-disp.el (latin1-char-displayable-p):
6464 Add leading "-" for X font pattern.
a0d59316 6465
9edbff6c
KH
64662001-03-26 Kenichi Handa <handa@etl.go.jp>
6467
5f6c5771
SM
6468 * international/mule-diag.el (describe-coding-system):
6469 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
6470 charsets they can encode.
6471
50b57199
EZ
64722001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
6473
6474 * help.el (view-lossage): Mention open-dribble-file in the doc
6475 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
6476
5b83f9c0
SM
64772001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6478
6479 * skeleton.el (skeleton-internal-list): Fix bogus logic.
6480 (skeleton-pair-insert-maybe): Don't pair after a backslash.
6481
e0ecbf5c
KH
64822001-03-23 Kenichi Handa <handa@etl.go.jp>
6483
5b83f9c0
SM
6484 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
6485 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
6486 multibyte sequence can work correctly.
6487 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
6488 property of the coding system.
6489
1cc218de
SM
64902001-03-23 Stefan Monnier <monnier@cs.yale.edu>
6491
6492 * textmodes/fill.el (fill-individual-paragraphs-prefix):
6493 Fix transcription typo.
6494
a3db02ad
RV
64952001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
6496
6497 * whitespace.el: Add buffer local variables to toggle testing of
6498 whitespaces in buffers without affecting the default values.
a3db02ad 6499 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
6500 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
6501 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
6502 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 6503
83c9cb8e
SM
65042001-03-21 Stefan Monnier <monnier@cs.yale.edu>
6505
6506 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
6507
180d5509
GM
65082001-03-21 Gerd Moellmann <gerd@gnu.org>
6509
eeb5b5c1
GM
6510 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
6511 bs-cycle-configuration-name. From Juanma Barranquero
6512 <lektu@uol.com.br>.
6513
170a9e70
GM
6514 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
6515 and cc-vars.el.
6516
180d5509
GM
6517 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
6518 headers. Always invoke sendmail with option -t.
6519
130c507e
GM
65202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6521
6522 * Release of cc-mode 5.28.
6523
65242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6525
6526 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
6527 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 6528 It's instead taken care of by the default value for c-default-style.
130c507e 6529
130c507e
GM
65302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6531
6532 * cc-align.el (c-lineup-math): Fix bug where lineup was
6533 triggered by equal signs in string literals.
6534
65352000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6536
6537 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
6538 limit detection when at the ends of the buffer.
6539
6540 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
6541 "for" statement clause in case 7F; a better one is done
6542 earlier in case 7D anyway.
6543
65442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6545
6546 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
6547 somewhat more and did a small optimization.
6548
65492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6550
6551 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
6552 Use the limit argument only to limit the syntactic context
6553 search, not to limit the actual movement.
6554
6555 * cc-cmds.el (c-beginning-of-statement): Move by sentence
6556 inside multiline strings, just like in comments. Also various
6557 fixes to the paragraph and comment prefix recognition, block
6558 comment ender handling etc.
6559
65602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6561
6562 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
6563 the relative position of the point.
6564
6565 * cc-cmds.el (c-electric-continued-statement): New function to
6566 use as abbrev hook to reindent for keywords such as "else"
6567 that continues an earlier statement.
6568
6569 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
6570 like classes.
6571
6572 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
6573 (pike-mode): Populate the default abbrev tables to reindent for
6574 keywords such as "else" that can continue earlier statements.
6575 Abbrev mode is therefore turned on by default now. (Note that
6576 this doesn't apply to idl-mode, since IDL afaik doesn't have
6577 statements at all.)
6578
65792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6580
6581 * cc-engine.el (c-inside-bracelist-p): Fix for handling
6582 bracelists where the declaration contains template arguments.
6583
65842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6585
83c9cb8e
SM
6586 * cc-cmds.el (c-comment-indent):
6587 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
6588 syntactic indentation. Fixes bug with lineup functions that
6589 return vectors.
6590
6591 * cc-engine.el (c-get-syntactic-indentation): Split the
6592 indentation sum calculation from `c-indent-line' to a separate
6593 function.
6594
65952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6596
6597 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
6598 Fixed places where it was assumed that preprocessor directives
6599 have to start in column zero.
6600
6601 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
6602 template arguments after a class identifier properly.
6603
6604 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
6605 lists for `new Foo[]' constructs in Java as expressions and
6606 not top level definition brace lists on the top level, so that
6607 they'll get indented consistently with the same type of
6608 expression in a normal block.
6609
66102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6611
6612 * cc-cmds.el (c-fill-paragraph): The kludge that checks
6613 whether the adaptive filling package fails to keep the comment
6614 prefix is now kludged further to check for filladapt-mode
6615 which doesn't have that problem. This is really icky, but it's
6616 the only way that works with the current misfeatures/bugs in
6617 both adaptive-fill-mode and filladapt-mode.
6618
6619 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
6620 around point is recognized more robust.
6621
66222000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6623
6624 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
6625 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
6626 (c-lit-type): Fixed all internal variables used dynamically so
6627 that they are always bound.
6628
6629 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
6630 errors:
6631
6632 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
6633 the region is fully reindented even when an error occurs.
6634 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
6635 whole lot of code that tried to optimize indentation of whole
6636 sexps but in reality accomplishes nothing.
6637
6638 (c-indent-sexp): Use c-indent-region.
6639
6640 (c-parsing-error): Changed this variable to hold the message
6641 for any syntactic error that is discovered.
6642
6643 (c-parse-state): Search backward from point instead of the bod
6644 position when the latter is invalid. This makes CC Mode
6645 recover faster when there are unbalanced close braces.
6646
6647 (c-backward-to-start-of-if): Use c-parsing-error to report
6648 dangling "else" clauses instead of throwing an error, and fall
6649 back to a reasonable position.
6650
83c9cb8e 6651 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 6652
83c9cb8e 6653 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
6654
66552000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6656
6657 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
6658 paragraph recognition when moving by sentence in literals.
6659
83c9cb8e
SM
6660 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
6661 start regexp for javadoc to recognize javadoc markup in general instead
6662 of a specific set of keywords, to be more future-safe.
130c507e
GM
6663
6664 (c-Pike-pikedoc-paragraph-start)
6665 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
6666 pikedoc markup.
6667
83c9cb8e 6668 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 6669
83c9cb8e 6670 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
6671
6672 * cc-vars.el (c-default-style): Made a nicer Customize widget.
6673
6674 (c-comment-prefix-regexp): Made it possible to use an
6675 association list on this to specify mode specific regexps.
6676 The default value now use a special regexp in Pike mode to
6677 recognize pikedoc markup.
6678
6679 (c-current-comment-prefix): New variable containing the actual
6680 regexp from c-comment-prefix-regexp for the current buffer.
6681
66822000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6683
6684 * cc-cmds.el (c-electric-brace): Fixed check for special brace
6685 lists: We can't look at the syntax, since a brace list can get
6686 recognized as a plain statement-cont.
6687
6688 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
6689 special brace list opener broken over two lines got recognized
6690 as a statement on the second line. Case 9A changed.
6691
66922000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6693
6694 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
6695 adjustment after line is reindented.
6696
66972000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6698
6699 * cc-defs.el (c-point): Added optional argument for position
6700 to use instead of the current point.
6701
6702 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
6703 the in-expression block symbols when the construct starts at
6704 boi, to avoid the extra level of indentation in that case.
6705 Cases 4, 16A and 17E affected.
6706
67072000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6708
6709 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 6710 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
6711
6712 * cc-engine.el (c-indent-line): Use the syntax already bound
6713 to `c-syntactic-context', if there is any.
6714
67152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6716
6717 * cc-engine.el (c-get-offset): Fixed bug where the indentation
6718 wasn't added up correctly when a lineup function returned nil.
6719
67202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6721
6722 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 6723 empty lines were ignored when collecting line comments backwards.
130c507e
GM
6724
67252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6726
6727 * cc-align.el (c-lineup-dont-change): Return an absolute
6728 indentation column to work correctly in the case when several
6729 syntactic elements are processed for the same line.
6730
6731 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
6732 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
6733 (c-set-offset): Added absolute indentation column settings by
6734 using the vector type.
6735
130c507e
GM
67362000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6737
6738 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
6739 Implemented two new cleanups `space-before-funcall' and
6740 `compact-empty-funcall'.
6741
130c507e
GM
67422000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6743
6744 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
6745 helping building regexps.
6746
6747 * cc-engine.el (c-on-identifier): New function for detecting
6748 identifiers. It takes keywords into account.
6749
6750 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
6751 lists. `c-keywords' is set to a regexp matching all keywords
6752 in the current language.
6753
67542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6755
6756 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
6757 list of characters to skip backwards over at the beginning of
6758 a statement, since it can precede string literals in Pike.
6759
67602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6761
6762 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
6763 recognition when standing on the last line in a C++ comment
6764 with nothing but whitespace after the prefix.
6765
6766 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
6767 given no limit argument.
6768
67692000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6770
6771 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
6772 recognition for the `[]= operator symbol in Pike.
6773
67742000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6775
6776 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
6777 around a bug in `eval-when-compile' in the byte compiler.
6778
6779 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 6780 value when count is zero and there's no token start within the limit.
130c507e
GM
6781
6782 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
6783 "prefix comments", i.e. comments which are followed by code on
6784 the same line.
6785
6786 * cc-mode-19.el: Fixes so that checks that must be done at
6787 compile time also are done then.
6788
67892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6790
6791 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
6792 time and at runtime, and only when it's needed.
6793
67942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6795
6796 Major cleanup for less error prone and more warning free
6797 compilation, including some fixes for bugs due to different
6798 compilation orders. Thanks to Martin Buchholz for providing
6799 the basis for all this.
6800
6801 * cc-bytecomp.el: New file that provides some byte compilation
6802 features: It ensures that files always are loaded from the
6803 current source directory during compilation, and it provides a
6804 set of macros to turn off specific compiler warnings for
6805 specific symbols. (It's not CC Mode specific in any way.)
6806
6807 Fixed a nearly acyclic dependency tree (both runtime and
6808 compile-time) between all files.
6809
6810 * cc-defs.el: Separated all macros before the inline functions,
6811 to ensure correct compilation.
6812
6813 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
6814 cc-defs.el to cc-engine.el and made it a function instead.
6815
6816 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
6817 about char-after.
6818
6819 * cc-vars.el: Cope even when there isn't a custom package
6820 containing defcustom available.
6821
6822 * cc-make.el: Removed since it's no longer necessary.
6823
6824 README: Updated installation instructions.
6825
68262000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6827
6828 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
6829 improve the modularity: Moved all mode init stuff from
6830 cc-langs.el to cc-mode.el, including the keymap
6831 initialization; cc-langs now only contains the various
6832 variables for configuring the language syntax.
6833
83c9cb8e
SM
6834 * cc-engine.el, cc-styles.el (c-evaluate-offset)
6835 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 6836 dependency analysis suggests they belong there (which also
83c9cb8e 6837 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
6838
68392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6840
6841 * cc-cmds.el (c-fn-region-is-active-p): New function that
6842 wraps the corresponding macro, for use in places that aren't
6843 compiled. Thanks to Martin Buchholz for pointing out this.
6844
83c9cb8e 6845 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
6846
6847 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
6848 add things to the bug report.
6849
68502000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6851
6852 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
6853 returned prefix could contain a newline when the search for a
6854 good prefix line failed.
6855
68562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6857
6858 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
6859 (c-toggle-auto-hungry-state): Made the argument optional, as
6860 the documentation says it is.
6861
68622000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
6863
6864 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
6865 multiline string syntax, #"...", as a cpp macro.
6866
7008ccac
GM
68672001-03-21 Paul Eggert <eggert@twinsun.com>
6868
83c9cb8e
SM
6869 * international/mule-cmds.el (set-locale-environment):
6870 Set system-messages-locale and system-time-locale, but only if the
7008ccac 6871 caller specifies a non-nil locale name.
3c9449d0 6872
c2478129 68732001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
6874
6875 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 6876 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 6877
117e4b0c
GM
68782001-03-20 Gerd Moellmann <gerd@gnu.org>
6879
7194219d
GM
6880 * follow.el (follow-avoid-tail-recenter): Doc fix.
6881
5721ae13
GM
6882 * custom.el (custom-set-variables): Avoid reversing the list
6883 of args needlessly.
6884
7b8bbf72
GM
6885 * startup.el (fancy-splash-head): Don't change the colors of the
6886 XPM image on a dark background.
6887
a91ad7c9
GM
6888 * comint.el (comint-exec-1): Set columns of the terminal to
6889 window-width instead of frame-width.
6890
fa88947e
GM
6891 * info.el (Info-scroll-down): Add missing WINDOW arg for
6892 pos-visible-in-window-p.
6893
1741905c
GM
6894 * ehelp.el (electric-help-mode-hook): Add defcustom.
6895
117e4b0c
GM
6896 * mail/sendmail.el (mail-mode): Activate case-folding in
6897 font-lock-defaults.
6898
e84c695d
SM
68992001-03-19 Stefan Monnier <monnier@cs.yale.edu>
6900
6901 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
6902 (completion-ignored-extensions): Remove duplicate ".class".
6903
fc774041
AS
69042001-03-19 Andreas Schwab <schwab@suse.de>
6905
83c9cb8e
SM
6906 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
6907 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 6908
c2c097cc
GM
69092001-03-19 Gerd Moellmann <gerd@gnu.org>
6910
6911 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
6912 methods since there are not prefix input methods.
6913
fbe2e958
KH
69142001-03-19 Kenichi Handa <handa@etl.go.jp>
6915
83c9cb8e
SM
6916 * international/mule-cmds.el (read-input-method-name):
6917 Locally bind enable-recursive-minibuffers to t.
fbe2e958 6918
da47e491
SM
69192001-03-18 Stefan Monnier <monnier@cs.yale.edu>
6920
6921 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
6922
4986c2c6 69232001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 6924
4986c2c6
MK
6925 * ediff-util.el: Copyright years.
6926 (ediff-choose-syntax-table): New function.
6927 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 6928
4986c2c6
MK
6929 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6930 with-syntax-table.
83c9cb8e 6931
4986c2c6 6932 * ediff.el: Date of last update, copyright years.
83c9cb8e 6933
4986c2c6 6934 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 6935
4986c2c6
MK
6936 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6937 of Scott Bronson.
6938 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
6939 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6940 Deleted functions.
6941 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6942 ex-token-list.
83c9cb8e 6943
4986c2c6 6944 * viper-util.el: Spaces, indentation.
83c9cb8e 6945
4986c2c6 6946 * viper.el: Changed version, modification time.
83c9cb8e 6947
3c799aec 69482001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
6949
6950 * calendar/timeclock.el (timeclock-workday-remaining):
6951 Check whether `discrep' is non-null before using it.
3c799aec 6952
ae3ce418
JW
69532001-03-16 John Wiegley <johnw@gnu.org>
6954
6955 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
6956 first-time checkins.
6957 (timeclock-log-data): Fixed problem with reading timelog log file.
6958 Resulting data in the "day list" was incorrect.
6959 (timeclock-find-discrep): Check if `timeclock-file' is readable
6960 before opening it.
6961 (timeclock-time-less-p): New function.
6962 (timeclock-day-base): New function.
6963 (timeclock-geometric-mean): New function.
6964 (timeclock-generate-report): Generate a summary report based on
6965 the contents of the log file. This uses `timeclock-log-data', and
6966 is an example of writing a timelog manipulation function.
6967 (timeclock-visit-timelog): A quick command for opening the timelog
6968 file.
6969 (timeclock-log-data): Bound the variable event.
6970
c8d4a9bb
KH
69712001-03-16 Kenichi Handa <handa@etl.go.jp>
6972
83c9cb8e
SM
6973 * international/mule-cmds.el (select-safe-coding-system):
6974 Fix typo: symbol-name -> symbol-value.
11d56c64 6975
c8d4a9bb
KH
6976 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
6977 before substitute-in-file-name to handle double slashes in FILE
6978 correctly.
6979
c899e7e6
GM
69802001-03-15 Gerd Moellmann <gerd@gnu.org>
6981
6982 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
6983 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
6984
819dce0f
GM
69852001-03-14 Gerd Moellmann <gerd@gnu.org>
6986
697617d9
GM
6987 * bindings.el (features): Add `md5' and `overlay' to the list.
6988
819dce0f
GM
6989 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
6990 bound before using it. It's not bound when configured without X,
6991 for instance.
6992
e0067a9d
TTN
69932001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
6994
6995 * progmodes/hideshow.el: Update copyright.
6996 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 6997 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 6998
afcdc0a1
GM
69992001-03-13 Gerd Moellmann <gerd@gnu.org>
7000
e0067a9d 7001 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
7002 a non-list.
7003
30564c48
EZ
70042001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
7005
7006 * startup.el (fancy-splash-tail, command-line-1): Fix the
7007 copyright year.
7008
2b8e24b3
KH
70092001-03-13 Kenichi Handa <handa@etl.go.jp>
7010
7011 * term.el: These changes are based on a patch sent from Yong Lu
7012 <lyongu@yahoo.com>.
7013 (term-set-escape-char): Bind M-x to execute-extended-command in
7014 term-raw-escape-map.
7015 (term-move-columns): Don't try to move to negagive column.
7016 (term-emulate-terminal): Insert a string before deleting a text to
7017 overwrite.
7018
789b6186
GM
70192001-03-12 Gerd Moellmann <gerd@gnu.org>
7020
b0778a31
GM
7021 * play/life.el (life): Rearrange code so that all calls to
7022 life-display-generation are in a catch-form.
7023
04528cda
GM
7024 * progmodes/etags.el (tags-loop-continue): Don't change point in a
7025 file that isn't interesting. In an interesting file, push the old
7026 value of point on the mark ring.
7027
760cefb5
GM
7028 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
7029 New function.
7030 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
7031 Use it.
7032
83c9cb8e
SM
7033 * emacs-lisp/autoload.el (generate-file-autoloads):
7034 Remove warning about line lengths.
789b6186 7035
a2ffbafe
FP
70362001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7037
7038 * progmodes/etags.el (tags-compression-info-list): New variable.
7039 (find-tag-in-order): Use it to deal with compressed source files.
7040 (tag-file-name-match-p): New function.
7041 (etags-recognize-tags-table): Use it for better match of file names.
7042
5c9d9d92
KH
70432001-03-12 Kenichi Handa <handa@etl.go.jp>
7044
ba3e9b9b
KH
7045 * international/mule-cmds.el (register-input-method): Doc fix.
7046
5c9d9d92
KH
7047 * international/quail.el (quail-translate-key): Fix condition to
7048 check if there's another breaking point in the current key.
7049
40beecee
EZ
70502001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
7051
7052 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
7053 Babyl header to the newly-created output file, bind
7054 coding-system-for-write to either rmail-file-coding-system or
7055 emacs-mule-unix.
7056
75c6cb7f
SM
70572001-03-11 Stefan Monnier <monnier@cs.yale.edu>
7058
7059 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
7060 Fix the name and regexp used for subsubsections.
7061
5ec17636
DL
70622001-03-10 Dave Love <fx@gnu.org>
7063
7064 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
7065 and save-buffer if buffer-file-name non-nil. From rms.
7066
6d2e2c02
AS
70672001-03-10 Andre Spiegel <spiegel@gnu.org>
7068
7069 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 7070 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
7071 to reflect that.
7072 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 7073 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
7074 variable bindings that might affect the diff command.
7075 (vc-print-log): Don't switch to the *vc* buffer before the
7076 command, so that local variable bindings are preserved.
7077
789b6186 7078 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
7079 not the current buffer.
7080 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
7081
789b6186 7082 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 7083 make output go to buffer *vc*, not the current buffer.
a2ffbafe 7084
b18f5523
SM
70852001-03-09 Stefan Monnier <monnier@cs.yale.edu>
7086
7087 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
7088 so ^, $, *, ? and + are interpreted correctly.
7089
3cfd8357
GM
70902001-03-09 Gerd Moellmann <gerd@gnu.org>
7091
c085b77c 7092 * help.el (string-key-binding): Renamed from
f9db8f19
SM
7093 mode-line-key-binding. Handle any event on a string.
7094 Check for `keymap' properties as well as `local-map' properties.
c085b77c 7095
3cfd8357
GM
7096 * comint.el (comint-insert-clicked-input): Use the last key
7097 from this-command-keys to lookup the global key definition.
7098
348f797a
KH
70992001-03-09 Kenichi Handa <handa@etl.go.jp>
7100
3ebf3717
KH
7101 * international/characters.el: Add category `j' for
7102 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
7103
348f797a
KH
7104 * international/mule-conf.el (no-conversion): Fix docstring.
7105 (raw-text): Fix docstring.
7106
e1fbabaf
GM
71072001-03-08 Gerd Moellmann <gerd@gnu.org>
7108
96e8e603
GM
7109 * simple.el (choose-completion-string): When not leaving the
7110 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
7111 is set.
7112
e1fbabaf
GM
7113 * window.el (shrink-window-if-larger-than-buffer): Handle frame
7114 parameter `(minibuffer . t)'.
7115
f9db8f19
SM
71162001-03-07 Stefan Monnier <monnier@cs.yale.edu>
7117
7118 * progmodes/sh-script.el (sh-st-symbol): New symbol.
7119 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
7120 (sh-mode): Remove `make-local-variable' for unused var
7121 `font-lock-unfontify-region-function'.
7122
02756877
RS
71232001-03-07 Richard M. Stallman <rms@gnu.org>
7124
132bf46d
RS
7125 * info.el (Info-scroll-down): Fix previous change.
7126
02756877
RS
7127 * mail/rmail.el (rmail-toggle-header): Use a window which
7128 is showing the Rmail buffer, rather than the selected window.
7129
eeb24429
DL
71302001-03-07 Dave Love <fx@gnu.org>
7131
7132 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
7133 now, to avoid problems with binding imenu directly to a mouse event.
7134
3bdf2660
GM
71352001-03-07 Gerd Moellmann <gerd@gnu.org>
7136
7137 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
7138 second arg t.
7139
71402001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
7141
7142 * log-edit.el (log-edit-common-indent): New var.
7143 (log-edit-set-common-indentation): Renamed from
7144 log-edit-delete-common-indentation. Use the new var.
7145 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
7146
7147 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
7148 (cvs-mode-add-change-log-entry-other-window):
7149 Don't presume change-log-default-name is defined.
7150
7151 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
7152
7153 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
7154 the "tree" operation as well.
7155
7156 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
7157
7158 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
7159 to match paragraph-start.
7160
7161 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
7162 comment-start-skip and set comment-end-skip as well.
7163 (sgml-comment-indent): Fix for new value of comment-start-skip.
7164 (html-autoview-mode): Don't bother using make-local-hook.
7165
2ad02767
GM
71662001-03-07 Gerd Moellmann <gerd@gnu.org>
7167
189638d5 7168 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 7169 variables, otherwise long Custom entries would make them ineffective.
189638d5 7170
2ad02767
GM
7171 * uniquify.el: Set maintainer to FSF.
7172
656f8cae
EZ
71732001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
7174
7175 * dired-aux.el (dired-do-shell-command): Doc fix.
7176
c83965c4
SM
71772001-03-06 Stefan Monnier <monnier@cs.yale.edu>
7178
04af43bc
SM
7179 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
7180
7181 * which-func.el (which-func-modes): Add cperl-mode.
7182 (which-func-mode-global): Use define-minor-mode.
7183
7184 * info-look.el: Docstring fixes and dead code eliminated.
7185 (cperl-mode): Add support.
7186 (emacs-lisp-mode): List all entries from elisp manual, whether
7187 or not they are currently (f)bound or not. Update regexp.
7188
7189 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
7190
c83965c4
SM
7191 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
7192 so that C-h m shows the correct information.
7193 Use make-local-variable rather than make-variable-buffer-local.
7194 (cperl-info-buffer, cperl-setup-tmp-buf):
7195 Use make-local-variable rather than make-variable-buffer-local.
7196 (cperl-msb-fix, cperl-get-help-defer):
7197 Check major-mode for `cperl-mode' as well.
7198
7199 * progmodes/cperl-mode.el: Updated to author version 4.23.
7200 (cperl-electric-pod): SYNOPSIS was misspelled.
7201 (cperl-find-pods-heres): @if ? a : b was considered a REx.
7202 (cperl-after-expr-p): Make true after __END__.
7203
f16a7aa5
GM
72042001-03-06 Gerd Moellmann <gerd@gnu.org>
7205
157ae273 7206 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 7207 bookmark-completion-ignore-case is t.
157ae273 7208
f16a7aa5
GM
7209 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
7210 switch, like xterm, and concat resource strings, with a newline
7211 between them.
7212
abaddb98
EZ
72132001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
7214
a2ffbafe 7215 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
7216 (cp773-decode-table, cp774-decode-table): New variables.
7217
abaddb98
EZ
7218 * man.el (Man-hyphenated-reference-regexp): New variable.
7219 (Man-build-references-alist): Use it to search for referenced
7220 manpages. If hyphenated is non-nil, record a concatenated word in
7221 Man-refpages-alist only if it matches Man-reference-regexp.
7222 Update word's length when it is concatenated. Reverse the list,
7223 to get the first manpage at the head.
7224 (Man-possibly-hyphenated-word): New function.
7225 (Man-follow-manual-reference): Use it instead of current-word to
7226 find a manpage at point, in a way that accounts for hyphenated
7227 references.
7228
eb3f61dd
GM
72292001-03-06 Alex Schroeder <alex@gnu.org>
7230
7231 * sql.el (sql-interbase): New function.
7232 (sql-interbase-program): New option.
7233 (sql-interbase-options): New option.
7234 And some typos fixed: "customise" to "customize".
7235
fa84f42a
DL
72362001-03-06 Dave Love <fx@gnu.org>
7237
83c9cb8e
SM
7238 * textmodes/flyspell.el (flyspell-region):
7239 Set up flyspell-local-mouse-map.
fa84f42a 7240
fda3411d
RS
72412001-03-05 Richard M. Stallman <rms@gnu.org>
7242
a2ffbafe 7243 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
7244 Don't call rmail-beginning-of-message.
7245 Don't discard From: field. Do discard Received: field.
7246 Use unwind-protect to re-prune.
7247 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 7248
e972ab1f
KH
72492001-03-06 Kenichi Handa <handa@etl.go.jp>
7250
7251 * international/quail.el (quail-title): Add autoload cookie.
7252
335db3c1
DL
72532001-03-05 Dave Love <fx@gnu.org>
7254
7255 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
7256 new defs.
7257
278dd6ac
KH
72582001-03-05 Kenichi Handa <handa@etl.go.jp>
7259
83c9cb8e
SM
7260 * language/ethio-util.el (ethio-toggle-space):
7261 Update current-input-method-title if necessary.
36d5e61d
KH
7262 (ethio-toggle-punctuation): Likewise.
7263
341cd4f0
KH
7264 * international/quail.el (quail-title): Fix for the case that a
7265 title of an input method is specified by a list of the same form
7266 as used in mode-line-format.
7267
83c9cb8e
SM
7268 * international/mule-cmds.el (activate-input-method):
7269 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
7270 respect that value.
7271
10ebaeb6
GM
72722001-03-05 Gerd Moellmann <gerd@gnu.org>
7273
7274 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
7275
7a65c85c
GM
72762001-03-05 Alex Schroeder <alex@gnu.org>
7277
7278 * sql.el (sql-sybase): Fix typo (was: query user about server two
7279 times instead of server and database).
7280
7281 * sql.el (sql-sybase): Doc change.
7282 (sql-mysql): Doc change.
7283 (sql-postgres): Doc change.
7284
b86644f2
KH
72852001-03-05 Kenichi Handa <handa@etl.go.jp>
7286
83c9cb8e
SM
7287 * international/mule-conf.el (emacs-mule, raw-text):
7288 Docstring modified.
b86644f2 7289
e30bd7b7
EZ
72902001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
7291
7292 * term/internal.el: Update copyright notice.
7293
7294 * term/pc-win.el: Update copyright notice.
7295
7e365285
DL
72962001-03-02 Dave Love <fx@gnu.org>
7297
83c9cb8e
SM
7298 * files.el (insert-file-contents-literally):
7299 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
7300 not jka-compr-compression-info-list.
7e365285 7301
75ed43a6
SM
73022001-03-02 Stefan Monnier <monnier@cs.yale.edu>
7303
7304 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
7305 spaces in default comment-start-skip settings rather than \s-.
7306
53c4b1e6
EZ
73072001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
7308
7309 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
7310 default-frame-alist as well.
7311
028d739a
DL
73122001-03-01 Dave Love <fx@gnu.org>
7313
7314 * textmodes/reftex.el (defvar): Wrap some defvars in
7315 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
7316
7317 * subr.el (event-basic-type): Doc fix.
7318
7319 * international/quail.el: Doc fixes.
7320
7321 * international/utf-8.el: Doc fixes.
7322
7323 * international/mule-cmds.el: Doc fixes.
7324 (leim-list-header): Fix header text.
7325
7326 * international/mule.el (coding-system-category): Doc fix.
7327
7328 * international/ccl.el (ccl-compile): Doc fix.
7329
15d1caef
SM
73302001-03-01 Stefan Monnier <monnier@cs.yale.edu>
7331
7332 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
7333 rather than (before|after)-change-functions.
7334
f84ff02c
GM
73352001-03-01 Gerd Moellmann <gerd@gnu.org>
7336
7337 * ediff-util.el (ediff-scroll-horizontally): Arrange for
7338 scroll-left and scroll-right being called interactively so that
7339 they set the window's min_hscroll.
7340
e0c1e774
EZ
73412001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7342
7343 * info.el (info-insert-file-contents-1): Accept an additional
7344 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
7345 `suffix'; otherwise use the complicated MS-DOS code.
7346 All callers changed.
e0c1e774
EZ
7347 (info-insert-file-contents, Info-find-node): If the MS-DOS port
7348 can access long file names, try the long file-name version of
7349 `info-insert-file-contents-1', then the short file-name version.
7350
b8b2ea31 73512001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 7352
af122766
KH
7353 * language/ethio-util.el (setup-ethiopic-environment-internal):
7354 Change bindings of functions keys to conform to "Emacs Lisp Coding
7355 Convention".
7356
7357 * language/ethiopic.el ("Ethiopic"): Add documentation.
7358
b8b2ea31
KH
73592001-02-28 Kenichi Handa <handa@etl.go.jp>
7360
1d64e2ad
KH
7361 * international/utf-8.el (mule-utf-8): Set coding-category
7362 property to coding-category-utf-8.
7363
91cb6e51
RS
73642001-02-27 Richard M. Stallman <rms@gnu.org>
7365
7366 * lpr.el (lpr-page-header-switches, print-region-1):
7367 Undo 2000-07-06 change.
7298f3f7
RS
7368 (lpr-add-switches): Default to t on gnu/linux.
7369
c0cb1027
GM
73702001-02-27 Gerd Moellmann <gerd@gnu.org>
7371
7372 * bs.el (bs-attributes-list): Doc fix.
7373
01459648
GM
73742001-02-26 Gerd Moellmann <gerd@gnu.org>
7375
baebd8a5 7376 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 7377
01459648
GM
7378 * help.el (view-order-manuals): Use goto-address.
7379
7380 * startup.el (command-line-1): Add info about ordering manuals
7381 to the not so fancy splash screens.
7382
f93e614e
AS
73832001-02-26 Andre Spiegel <spiegel@gnu.org>
7384
01459648
GM
7385 * vc.el (vc-default-workfile-unchanged-p)
7386 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 7387
12435002
GM
73882001-02-26 Gerd Moellmann <gerd@gnu.org>
7389
a2ffbafe 7390 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
7391 fontify in the right buffer.
7392
12435002
GM
7393 * allout.el (outline-flag-region): Move macro in front of first
7394 use to avoid a run-time error.
7395
425de386
AI
73962001-02-24 Andrew Innes <andrewi@gnu.org>
7397
7398 * makefile.w32-in: Fix copyright notice.
7399
66c56ed1
KH
74002001-02-24 Kenichi Handa <handa@etl.go.jp>
7401
4c1593ce
KH
7402 * international/utf-8.el (mule-utf-8): Set correct value for
7403 valid-codes property.
7404
66c56ed1
KH
7405 * international/fontset.el (x-complement-fontset-spec): In the
7406 case that we use ASCII font for the other charsets, use only
15d1caef 7407 family and registry part of it.
66c56ed1 7408
119171dd
EZ
74092001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7410
7411 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
7412 (shrink-window-if-larger-than-buffer): Doc fix.
7413
932c309e
SM
74142001-02-23 Stefan Monnier <monnier@cs.yale.edu>
7415
7416 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
7417 predicate passed to completing-read.
7418
9b760e36
EZ
74192001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
7420
7421 * startup.el (command-line): Fix last change.
7422
5c39a60f
JR
74232001-02-23 Jason Rumney <jasonr@gnu.org>
7424
7425 * startup.el (tool-bar-originally-present): New variable.
7426 (command-line): Set it if the tool-bar is switched on at startup.
7427
7428 * frame.el (frame-notice-user-settings): Only adjust frame height
7429 for no tool-bar case if tool-bar was originally switched on.
796ead7e 7430 From E. Jay Berkenbilt.
5c39a60f 7431
cb91b2c7
SM
74322001-02-22 Stefan Monnier <monnier@cs.yale.edu>
7433
39b557e8
SM
7434 * server.el (server-switch-buffer): Only switch window if the
7435 current one is dedicated.
7436
cb91b2c7
SM
7437 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
7438 rather than using (match-beginning 0) when searching for break point.
7439
9238a8df
EZ
74402001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7441
7442 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
7443 @ follows an accent command such as @'. Support optional braces
7444 in commands that insert accents, like makeinfo does.
7445
3473f362
GM
74462001-02-22 Gerd Moellmann <gerd@gnu.org>
7447
7448 * startup.el (fancy-splash-text): Add a line for ordering
7449 manuals. Reverse order of splash screens shown.
7450 (use-fancy-splash-screens-p): Adapt to the text line added.
7451
7452 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
7453 manuals from the FSF.
7454
7455 * help.el (view-order-manuals): New function.
7456 (toplevel): Bind C-h C-m to this function.
7457
76a4de07
SM
74582001-02-21 Stefan Monnier <monnier@cs.yale.edu>
7459
7460 * newcomment.el (comment-forward): Skip the comment-start before
7461 searching for the comment-end.
7462
75b71d85
DL
74632001-02-21 Dave Love <fx@gnu.org>
7464
2f4c9a87
DL
7465 * custom.el (custom-initialize-changed, defcustom): Doc fix.
7466
75b71d85
DL
7467 * international/mule-cmds.el, international/mule.el: Doc fixes.
7468
ffc9ff0c
GM
74692001-02-21 Gerd Moellmann <gerd@gnu.org>
7470
7471 * startup.el (fancy-splash-screens): Use display-hourglass
7472 instead of display-busy-cursor.
7473
7474 * frame.el (display-hourglass): Renamed from busy-cursor.
7475 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
7476 (show-cursor-in-non-selected-windows): Doc fix.
7477
f34eb373
DL
74782001-02-20 Dave Love <fx@gnu.org>
7479
7480 * international/utf-8.el: Doc and commentary fixes.
7481
f55e4a7e
EZ
74822001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7483
7484 * ehelp.el (with-electric-help): Doc fix.
7485
fa97adf6
GM
74862001-02-20 Gerd Moellmann <gerd@gnu.org>
7487
7488 * msb.el (msb-mode): Call the update-buffers function explicitly
7489 with a FORCE argument.
7490
7491 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
7492 FORCE. If set, update the menu even if frame-or-buffer-changed-p
7493 returns nil.
7494
54ed3bd2
GM
74952001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7496
7497 * ps-print.el: Timestamp package replacement. Some enhancements.
7498 Some XEmacs compatibility. Doc fix.
7499 (ps-print-version): New version number (6.4).
7500 (ps-printer-name): Initialization fix.
7501 (ps-zebra-stripe-follow): Funcionality enhancement.
7502 (ps-prologue-file): Code enhancement.
7503 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
7504 (ps-setup, ps-face-bold-p, ps-face-italic-p)
7505 (ps-get-page-dimensions)
54ed3bd2
GM
7506 (ps-generate-header, ps-begin-file, ps-begin-job)
7507 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
7508 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
7509 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
7510 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 7511
e8ebf97d
MB
75122001-02-20 Miles Bader <miles@gnu.org>
7513
7514 * image-file.el (image-file-name-extensions): Add "tif".
7515
136b27c5
GM
75162001-02-19 Gerd Moellmann <gerd@gnu.org>
7517
7518 * wid-edit.el (widget-button-click): Save the selected window
7519 around the code handling clicks on buttons.
7520
6ebbcf59
DL
75212001-02-18 Dave Love <fx@gnu.org>
7522
7523 * imenu.el (imenu--generic-function): Use mapc to iterate over
7524 syntax characters.
7525
595ded73
RS
75262001-02-17 Richard M. Stallman <rms@gnu.org>
7527
b9fe3dc8
RS
7528 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
7529
595ded73
RS
7530 * uniquify.el (uniquify-buffer-name-style): Doc fix.
7531
f3f053f3
GM
75322001-02-16 Gerd Moellmann <gerd@gnu.org>
7533
7534 * mouse.el (mouse-save-then-kill): If the distance from the new
7535 point to the mark is equal to the distance of point from the new
7536 point, move point instead of the mark.
7537
11570a8f
DL
75382001-02-16 Dave Love <fx@gnu.org>
7539
7540 * textmodes/flyspell.el (flyspell-get-word): Return string without
7541 properties.
7542
fb339cd5
EZ
75432001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7544
7545 * generic.el (generic-find-file-regexp): Doc fix.
7546 (generic-ignore-files-regexp): New defcustom.
7547 (generic-mode-find-file-hook): If the file's name matches the
7548 regexp in `generic-ignore-files-regexp', don't enter
7549 default-generic-mode. Doc fix.
7550
c56b1c1b
GM
75512001-02-16 Gerd Moellmann <gerd@gnu.org>
7552
a2ffbafe 7553 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
7554 Add autoload cookies.
7555
a2ffbafe 7556 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
7557 of cal-tex-24.
7558
0d140e65
EZ
75592001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
7560
81558867
EZ
7561 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
7562
0d140e65
EZ
7563 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
7564 the character class after the (optional) drive, to support file
7565 names with embedded blanks.
7566
713f7b15
SS
75672001-02-15 Sam Steingold <sds@gnu.org>
7568
7569 * textmodes/tex-mode.el (tex-shell-running):
7570 Check the process buffer too.
7571
9a2a6f73
DL
75722001-02-15 Dave Love <fx@gnu.org>
7573
7574 * battery.el (battery-status-function): Fix doc, :type.
7575
15d1caef 7576 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 7577
fe10cef0
GM
75782001-02-15 Gerd Moellmann <gerd@gnu.org>
7579
7580 * subr.el (read-passwd): Clear Lisp memory holding password.
7581
126f5d4d
MB
75822001-02-15 Miles Bader <miles@gnu.org>
7583
7584 * info.el (Info-copy-current-node-name): New function.
7585 (Info-mode-menu): Add it to the menu.
7586
92e98d63
RS
75872001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
7588
7589 * international/mule-cmds.el (toggle-input-method): Doc fix.
7590
dd4e0e55
SM
75912001-02-13 Stefan Monnier <monnier@cs.yale.edu>
7592
7593 * replace.el (occur): Stop at end of buffer.
7594
402dbbd1
EZ
75952001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
7596
7597 * international/mule-cmds.el (set-input-method): Another doc fix.
7598
e9fcba3d
GM
75992001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
7600
7601 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
7602
78ad1cd5
MB
76032001-02-13 Miles Bader <miles@gnu.org>
7604
713f7b15 7605 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
7606 (set-face-stipple): Treat a value of nil as being `unspecified'.
7607
fce9d9dc
DL
76082001-02-12 Dave Love <d.love@dl.ac.uk>
7609
7610 * international/latin1-disp.el: Doc fixes.
7611 (latin1-display) <defgroup>: Add :link.
7612 (latin1-display) <function>: Set variable latin1-display.
7613
bc406911
EZ
76142001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
7615
7616 * international/mule-cmds.el (set-input-method): Doc fix.
7617
68514d48
EL
76182001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
7619
7620 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
7621 (speedbar-line-file): Return nil if not a file.
7622 (speedbar-buffers-line-path): Return file for tags, and dir for files.
7623
513bea45 76242001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 7625
513bea45
MK
7626 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
7627 for remote files.
bc406911 7628 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 7629 with raw-text.
713f7b15 7630
513bea45 7631 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 7632
83c9cb8e
SM
7633 * ediff-util.el (ediff-compute-custom-diffs-maybe):
7634 Better handling of the diff mode.
713f7b15 7635
513bea45 7636 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 7637
bc406911 7638 * viper.texi: Fix typos.
713f7b15 7639
521d4010
DL
76402001-02-11 Dave Love <fx@gnu.org>
7641
36fd8e17
DL
7642 * shadowfile.el: Doc fixes.
7643 (shadow) <defgroup>: Add :link.
7644 (shadowfile-unload-hook): New function.
7645 (shadow-initialize): Use defalias, not fset.
7646 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 7647 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 7648
521d4010
DL
7649 * international/mule.el: Doc and message fixes.
7650
36fd8e17
DL
7651 * international/ccl.el (define-ccl-program): Doc fix.
7652
92395bbe
KH
76532001-02-11 Kenichi Handa <handa@etl.go.jp>
7654
7655 * faces.el (mode-line): Set :line-width property to -1.
7656
103db06c
RS
76572001-02-10 Richard M. Stallman <rms@gnu.org>
7658
08b78974
RS
7659 * complete.el (partial-completion-mode): Doc fix.
7660
103db06c
RS
7661 * simple.el (delete-key-deletes-forward-mode):
7662 Change `let' to `let*' to fix gross bug in last change.
7663
7664 * repeat.el (repeat): Don't let execute-kbd-macro alter
7665 real-last-command.
7666
a6a1ee53
EZ
76672001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
7668
7669 * simple.el (eval-expression): Doc fix.
7670
d2f288c6
DL
76712001-02-09 Dave Love <fx@gnu.org>
7672
038f4ae3
DL
7673 * imenu.el (imenu-generic-expression): Doc fix.
7674
83c9cb8e
SM
7675 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
7676 From Juanma Barranquero.
038f4ae3 7677
15d1caef 7678 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 7679
9804b846
KH
76802001-02-09 Kenichi Handa <handa@etl.go.jp>
7681
7682 * faces.el (set-face-attribute): Describe the case of a negative
7683 value specified for :line-width.
7684
532f5197
SM
76852001-02-08 Stefan Monnier <monnier@cs.yale.edu>
7686
7687 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 7688 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 7689
1d279666
DL
76902001-02-08 Dave Love <fx@gnu.org>
7691
4681ca3a
DL
7692 * wid-edit.el (widget-plist-convert-widget): Replace binding of
7693 widget-plist-value-type.
7694 (widget-alist-convert-widget): Replace binding of
7695 widget-alist-value-type.
7696
1d279666
DL
7697 * textmodes/paragraphs.el (sentence-end): Doc fix.
7698
83c9cb8e
SM
7699 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
7700 Remove `backward-line'.
1d279666 7701
532f5197
SM
7702 * play/pong.el (pong-blank-color, pong-bat-color)
7703 (pong-ball-color, pong-border-color, pong-left-key)
7704 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
7705 (pong-pause-key, pong-resume-key, pong-timer-delay):
7706 * mail/mh-comp.el (mh-compose-letter-function):
7707 * eshell/esh-mode.el (eshell-skip-prompt-function):
7708 * emulation/viper-ex.el (ex-unix-type-shell-options):
7709 * recentf.el (recentf-menu-filter):
7710 * ps-print.el (ps-print-region-function):
7711 * lpr.el (print-region-function):
7712 * forms.el (forms-mode-hooks):
7713 * dirtrack.el (dirtrack-directory-change-hook):
7714 * cus-start.el (temp-buffer-show-function, display-buffer-function):
7715 * textmodes/spell.el (spell-filter):
7716 * textmodes/fill.el (adaptive-fill-function):
7717 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
7718 * progmodes/etags.el (find-tag-default-function):
7719 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
7720 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
7721
6f676109
EZ
77222001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7723
751d3bc4
EZ
7724 * emulation/viper-init.el (viper-fast-keyseq-timeout)
7725 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
7726 Meyering <jim@meyering.net>.
7727
6f676109
EZ
7728 * loadup.el: Revert last change.
7729
d3c26cdf
KH
77302001-02-07 Kenichi Handa <handa@etl.go.jp>
7731
83c9cb8e
SM
7732 * international/mule.el (transform-make-coding-system-args):
7733 Make it work also for coding systems not using CCL.
d3c26cdf 7734
44806980
EZ
77352001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7736
9889af08
EZ
7737 * simple.el (previous-matching-history-element)
7738 (next-matching-history-element): Doc fix.
7739
44806980
EZ
7740 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
7741 specific part.
7742
1e36ff68
DL
77432001-02-06 Dave Love <fx@gnu.org>
7744
713f7b15 7745 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
7746 (add-log-buffer-file-name-function, add-log-file-name-function):
7747 Fix :type.
7748 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
7749
c7ca58df
EZ
77502001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7751
fecd556a
EZ
7752 * info.el (info-initialize): Remove the test for system-type when
7753 invocation-directory is non-nil.
7754
c7ca58df
EZ
7755 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
7756 of `font-lock-defaults' to `backward-paragraph' rather than nil.
7757
587b5737
AI
77582001-02-06 Andrew Innes <andrewi@gnu.org>
7759
7760 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
7761 absolute.
7762
baf7eee4
GM
77632001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
7764
7765 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
7766 buffers. When hi-lock turned on rather than only checking current
7767 buffer for regexps, all buffers are checked. Moved activation of
7768 font-lock to hi-lock-refontify. When font-lock turned off rather
7769 than removing added highlighting just in current buffer, remove it
7770 in all buffers. Changed edit menu text from "Automatic
7771 Highlighting" to "Regexp Highlighting" Documentation for
7772 highlighting phrases, minor documentation changes.
7773 (hi-lock-set-file-patterns): Execute only if there are new or
7774 existing file patterns.
7775 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
7776 unfontify and, if a support mode is active, will not refontify the
7777 whole buffer. If necessary, turn on font lock. (Removed
7778 font-lock-unfontify and font-lock support-mode-specific calls,
7779 such as lazy-lock-fontify-window.)
7780 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
7781 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 7782 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
7783 (hi-lock-face-phrase-buffer): New function. Also added related
7784 menu item and keybinding.
7785 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
7786 (hi-lock-process-phrase): New function.
7787 (hi-lock-line-face-buffer): Doc fixes.
7788 (hi-lock-face-buffer): Doc fixes.
7789 (hi-lock-unface-buffer): Doc fixes.
713f7b15 7790
36710aa6
GM
77912001-02-06 Gerd Moellmann <gerd@gnu.org>
7792
7793 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
7794 dabbrev-ignored-regexps.
7795
d3f22784
EZ
77962001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
7797
7798 * simple.el (kill-line): Doc fix.
7799
5cb3c8d4
DL
78002001-02-05 Dave Love <fx@gnu.org>
7801
7802 * loadup.el: Revert last two changes -- bootstrapping works with
7803 regenerated loaddefs.
7804
e6297e7d
EZ
78052001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
7806
1e14b095
EZ
7807 * isearch.el (isearch-forward): Doc fix.
7808
e6297e7d
EZ
7809 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
7810 of font-lock-defaults to backward-paragraph.
7811
e16f52ce
GM
78122001-02-05 Gerd Moellmann <gerd@gnu.org>
7813
7814 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
7815 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
7816
01d19dd7
GM
78172001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7818
7819 * ebnf2ps.el: Eliminate time-stamp functions.
7820 (ebnf-version): New version (3.5).
7821 (ebnf-eps-finish-and-write): Replace time-stamp functions by
7822 format-time-string.
7823
24886813
GM
78242001-02-05 Gerd Moellmann <gerd@gnu.org>
7825
7826 * simple.el (next-line): Goto end-of-line before inserting a newline.
7827
65e70fc4
MB
78282001-02-05 Miles Bader <miles@gnu.org>
7829
7830 * image-file.el (insert-image-file): When visiting an image, also
7831 set `truncate-lines' to t so that any fringe arrow looks correct.
7832
482f06c9
KH
78332001-02-05 Kenichi Handa <handa@etl.go.jp>
7834
7835 * isearch.el (isearch-forward): Add description about input method
7836 in the docsting.
7837
02399da7
SM
78382001-02-04 Stefan Monnier <monnier@cs.yale.edu>
7839
7840 * skeleton.el (skeleton-internal-1): Always push the mark for @.
7841
2c366083
EZ
78422001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
7843
7844 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 7845 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 7846
bdadfce3
GM
78472001-02-02 Gerd Moellmann <gerd@gnu.org>
7848
79fb38c0
GM
7849 * wid-edit.el (widget-button-click): Fix last change.
7850
bdadfce3
GM
7851 * frame.el (frame-notice-user-settings): When resizing the initial
7852 frame because the tool bar is off, also change the frame's top
7853 position if a negative top position was specified.
7854
33155ffb
MB
78552001-02-02 Miles Bader <miles@gnu.org>
7856
7857 * image-file.el (insert-image-file): When visiting an image,
7858 suppress the cursor in the image buffer.
7859
1355ba0c
DL
78602001-02-01 Dave Love <fx@gnu.org>
7861
7862 * progmodes/f90.el (f90-mode): Remove startup message.
7863
fb758d2d 7864 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 7865
01acdb05
GM
78662001-02-01 Gerd Moellmann <gerd@gnu.org>
7867
7868 * startup.el (command-line): Fix code determining whether or not
7869 to use delete-key-deletes-forward-mode.
7870
5b1ee316
AS
78712001-02-01 Andre Spiegel <spiegel@gnu.org>
7872
7873 * vc.el (vc-diff-switches): New user option.
7874 (vc-version-diff): Use it.
7875 (vc-diff-switches-list): New macro.
7876
83c9cb8e
SM
7877 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
7878 New customization options.
5b1ee316
AS
7879 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
7880
7881 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
7882
00b1e7a1
GM
78832001-02-01 Gerd Moellmann <gerd@gnu.org>
7884
7885 * msb.el (toplevel): Quote hook symbols.
7886
85827036
KH
78872001-02-01 Kenichi Handa <handa@etl.go.jp>
7888
8e028499 7889 * international/mule.el (make-coding-system): Add description
3c948dde 7890 about recognized properties in the docstring.
8e028499 7891
85827036
KH
7892 * international/mule-conf.el: Remove unused charsets
7893 mac-roman-lower and mac-roman-upper.
7894
7ccf7ab9
GM
78952001-01-31 Gerd Moellmann <gerd@gnu.org>
7896
2441692d
GM
7897 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
7898 is in front of the left-margin, if any.
7899
ee5cece0
GM
7900 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
7901 like `delete'.
7902
83c9cb8e 7903 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 7904
7ccf7ab9
GM
7905 * term/w32-win.el (mouse-set-font): Doc fix.
7906
b4f30ec5 79072001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 7908
b4f30ec5
GM
7909 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
7910 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
7911 on already.
7912
03e0fe6e
GM
79132001-01-31 Markus Rost <rost@math.ohio-state.edu>
7914
7915 * files.el (save-buffer): Don't give message if (buffer-file-name)
7916 returns nil.
713f7b15 7917
8f289acc
EZ
79182001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
7919
cb4aae04
EZ
7920 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
7921
dbd98b19
EZ
7922 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
7923 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
7924
8f289acc
EZ
7925 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
7926 display problems.
7927
c12553c1
KH
79282001-01-31 Kenichi Handa <handa@etl.go.jp>
7929
c7bf5db9
KH
7930 * international/mule.el (charset-info): Fix docstring.
7931
7932 * international/mule-diag.el (describe-character-set): Check final
7933 char valid before printing it.
c12553c1 7934
14f16b9c
GM
79352001-01-30 Gerd Moellmann <gerd@gnu.org>
7936
efaa080b
GM
7937 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
7938
eef93f99
GM
7939 * frame.el (frame-notice-user-settings): Do the tool-bar
7940 stuff only for graphical displays. Fix a braino.
713f7b15 7941
14f16b9c
GM
7942 * frame.el (frame-initialize): Create initial frame visible.
7943 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 7944 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
7945
7946 * startup.el (command-line): Remove manipulation of frame
7947 height for tool bars.
7948
4ad25e43
EZ
79492001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7950
7951 * lpr.el: Compatibility with XEmacs and doc fixes.
7952 (lpr-windows-system, lpr-lp-system): New vars.
7953 (lpr-printer-switch): New defcustom.
7954 (printer-name, lpr-command): Customization fix.
7955 (print-region-1): Code fix.
7956 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
7957 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
7958 New functions.
4ad25e43 7959
e8f044a0
GM
79602001-01-29 Gerd Moellmann <gerd@gnu.org>
7961
7962 * msb.el (toplevel): Fix the eval-after-load.
7963
850d5045
GM
79642001-01-29 Dave Love <fx@gnu.org>
7965
762fe76e
DL
7966 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
7967
7968 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
7969
83c9cb8e 7970 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
7971 (tcl-using-emacs-19-23): Consider Emacs 21+.
7972 (tcl-help-directory-list, tcl-command-switches): Fix :type.
7973 (tcl-add-emacs-menu): Supply menu name.
7974 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
7975
3a768251
GM
79762001-01-29 Gerd Moellmann <gerd@gnu.org>
7977
7978 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
7979
274d02f7
SM
79802001-01-29 Stefan Monnier <monnier@cs.yale.edu>
7981
7982 * pcvs.el (cvs-mark-fis-dead): New function.
7983 (cvs-mode-add): Use it.
7984 (cvs-mode-add-change-log-entry-other-window):
7985 Rebind change-log-default-name to itself rather than to nil.
7986
ed5d446e
SS
79872001-01-29 Sam Steingold <sds@gnu.org>
7988
efaa080b 7989 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
7990 `autoload' statements.
7991
e2a80284
EZ
79922001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
7993
8e1db7b3
EZ
7994 * files.el (confirm-kill-emacs): Doc fix.
7995
ff2a1c79
EZ
7996 * frame.el (frame-initialize): Doc fix.
7997
e7b0deaf
EZ
7998 * time-stamp.el (time-stamp-string): Doc fix.
7999
83c9cb8e
SM
8000 * woman.el (WoMan-log-1): Make the log buffer writable.
8001 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 8002
005913e4
GM
80032001-01-29 Gerd Moellmann <gerd@gnu.org>
8004
8005 * imenu.el (imenu-syntax-alist): Add autoload cookie for
8006 the `make-variable-buffer-local'.
8007
58622cc5
GM
80082001-01-29 Dave Love <fx@gnu.org>
8009
8010 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
8011 (ansi-color-for-comint-mode-on, ansi-color-process-output):
8012 Add autoload cookie.
58622cc5
GM
8013 (ansi-color-apply-sequence): Fix typo.
8014
0404d031
GM
80152001-01-29 Gerd Moellmann <gerd@gnu.org>
8016
ed5d446e 8017 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
8018 Postscript printing in black and white.
8019
0404d031
GM
8020 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
8021 X-Mailman-Version, Precedence, List-Help, List-Post,
8022 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
8023 Content-Type, Content-Length.
8024
3b6ed359
DL
80252001-01-29 Dave Love <fx@gnu.org>
8026
ddd16e7a
DL
8027 * elide-head.el (elide-head): Make overlay evaporate.
8028
83c9cb8e 8029 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 8030
8005142f
EZ
80312001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
8032
8033 * isearch.el (isearch-highlight): Don't punt if the display
8034 doesn't support colors, since isearch faces are defined for
8035 monochrome displays as well.
8036
84728570
SS
80372001-01-27 Sam Steingold <sds@gnu.org>
8038
8039 * shell.el (shell-write-history-on-exit): Make sure that we are in
8040 the shell buffer (M-x tex-file RET inserted the error message into
8041 the TeX buffer).
8042
e26f9ced
EZ
80432001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8044
8045 * simple.el (transient-mark-mode): Doc fix.
8046
dc0274bd
GM
80472001-01-27 Gerd Moellmann <gerd@gnu.org>
8048
83c9cb8e 8049 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 8050
c1acacc4
EZ
80512001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8052
f5058b96
EZ
8053 * shell.el (shell-unquote-argument): If the shell is one of the
8054 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
8055 quote character.
8056 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 8057 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 8058
c1acacc4 8059 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 8060 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 8061
103db06c 80622001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 8063
84728570 8064 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
8065 Treat a one-capital-letter abbrev as "not all upper case",
8066 so as to force preservation of the expansion's pattern
8067 if the expansion starts with a capital letter.
8068
cfa70244
EZ
80692001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
8070
cfee9de7
EZ
8071 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
8072 Doc fix.
8073
cfa70244
EZ
8074 * simple.el (transient-mark-mode): Document the fact that many
8075 commands act on the region when mark is active.
8076
17d90d6b
KH
80772001-01-27 Kenichi Handa <handa@etl.go.jp>
8078
8079 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 8080 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
8081 (quail-show-guidance-buf): Make the multibyteness of current
8082 buffer inherited to Quail guidance buffer.
8083 (quail-help): Make the multibyteness of current buffer inherited
8084 to Quail help buffer.
8085
61076b20
DL
80862001-01-26 Dave Love <fx@gnu.org>
8087
c47e2c68
DL
8088 * time-stamp.el: Doc fixes.
8089
84728570 8090 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
8091 (delphi-keyword-face, delphi-other-face): Fix :type.
8092
940f14b4
DL
8093 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
8094
8095 * mail/feedmail.el (feedmail): Add :link.
8096 (feedmail-send-it): Doc fix.
8097
8098 * mail/sendmail.el: Doc fixes.
8099 (sendmail-send-it): Fix the non-ASCII regexp and use
8100 rfc2047-encode-string.
8101
61076b20
DL
8102 * dired.el, dired-aux.el: Revert last change.
8103
6c317bd2
GM
81042001-01-26 Gerd Moellmann <gerd@gnu.org>
8105
8106 * makefile.w32-in (DONTCOMPILE): Add various term files.
8107
81082001-01-26 Dave Love <fx@gnu.org>
8109
8110 * Makefile.in (DONTCOMPILE): Add various term files.
8111
1c636b5f
GM
81122001-01-26 Gerd Moellmann <gerd@gnu.org>
8113
af900b23
GM
8114 * man.el (Man-default-man-entry, Man-mode): Doc fix.
8115
15fa6db0 8116 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 8117 the echo area is resized to fit the size of the startup message.
15fa6db0 8118
1c636b5f
GM
8119 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
8120 part of which is a constant.
8121
9b1adbd5
EZ
81222001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
8123
83c9cb8e 8124 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 8125
103db06c 81262001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
8127
8128 * simple.el (next-line): Don't let `newline' expand abbrevs.
8129 Simplify slightly.
8130 (open-line): Don't let `newline' expand abbrevs.
8131
219227ea
JW
81322001-01-25 John Wiegley <johnw@gnu.org>
8133
8134 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
8135 to `repeat' in the :type field.
8136
8137 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
8138 allow a choice of regexp or nil.
d2906bf8 8139 (pcomplete-dir-ignore): Same.
219227ea
JW
8140
8141 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
8142 a command) to always fail.
8143
ceba0dac
GM
81442001-01-25 Gerd Moellmann <gerd@gnu.org>
8145
8146 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
8147 discard the result.
8148 (iswitchb-to-end): Likewise.
8149
9b0630e5
SS
81502001-01-25 Sam Steingold <sds@gnu.org>
8151
8152 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 8153 Require vc.
9b0630e5 8154
a2ed9670
SM
81552001-01-25 Stefan Monnier <monnier@cs.yale.edu>
8156
f0c1adab
SM
8157 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
8158
a2ed9670
SM
8159 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
8160
34ac3367
DL
81612001-01-25 Dave Love <fx@gnu.org>
8162
61076b20
DL
8163 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
8164 (describe-coding-system): Tweak the English text.
8165
34ac3367
DL
8166 * loadup.el: Preload international/ccl for utf-8.
8167
4685e6b7
EZ
81682001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8169
8170 * mail/rmail.el (rmail-redecode-body): Doc fix.
8171
0fdb4475
KH
81722001-01-25 Kenichi Handa <handa@etl.go.jp>
8173
83c9cb8e
SM
8174 * international/mule-cmds.el (reset-language-environment):
8175 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 8176
83c9cb8e
SM
8177 * international/mule-conf.el (coding-category-utf-8):
8178 Initialize to mule-utf-8.
0fdb4475 8179
9b0630e5 8180 * loadup.el: Preload international/utf-8.
0fdb4475
KH
8181
8182 * international/utf-8.el: New file.
8183
245ed2b1
SM
81842001-01-24 Stefan Monnier <monnier@cs.yale.edu>
8185
8186 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
8187
e95b0c08
SS
81882001-01-24 Sam Steingold <sds@gnu.org>
8189
8190 * dired.el (dired-replace-in-string): Removed.
8191 (dired-sort-toggle): Use `replace-regexps-in-string'
8192 instead of `dired-replace-in-string'.
9b0630e5 8193
ceba0dac
GM
8194 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
8195 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 8196
e95b0c08
SS
8197 * gs.el (gs-replace-in-string): Removed.
8198 (gs-options): Use `replace-regexps-in-string'
8199 instead of `gs-replace-in-string'.
8200
c3902c3e
EZ
82012001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
8202
8203 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
8204 bug report is mailed to an email list and posted to a news group.
8205
b66b6aeb
GM
82062001-01-24 Gerd Moellmann <gerd@gnu.org>
8207
83c9cb8e
SM
8208 * comint.el (comint-replace-by-expanded-history-before-point):
8209 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 8210
b66b6aeb
GM
8211 * startup.el (tool-bar-images-pixel-height): New variable.
8212 (command-line): After loading the user's init file, when
8213 tool-bar-mode is on, increase the frame's size by some lines for
8214 the tool-bar.
8215
8216 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 8217
ff890e66
SZ
82182001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
8219
8220 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
8221 (chinese-big5): MIME:Big5.
8222
04363179
GM
82232001-01-24 Gerd Moellmann <gerd@gnu.org>
8224
e95b0c08 8225 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
8226 Handle commands with prefix args.
8227
d56aaa64
GM
82282001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8229
8230 * calendar/diary-lib.el (diary-float): Fix case of MONTH
8231 being a list of numbers.
8232 (diary-mail-entries): Rewritten.
8233
99858627
DL
82342001-01-23 Dave Love <fx@gnu.org>
8235
7aeb1fa9
DL
8236 * international/mule.el (make-coding-system): Fix typo.
8237
83c9cb8e
SM
8238 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
8239 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 8240
5a43decf
EZ
82412001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
8242
8243 * font-lock.el (font-lock-mode): Doc fix.
8244
b0e98867
KH
82452001-01-23 Kenichi Handa <handa@etl.go.jp>
8246
8247 * international/mule.el (make-translation-table): Fix docstring.
8248
9c8acefd
EZ
82492001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
8250
fd4976b8
EZ
8251 * mail/rmail.el (rmail-redecode-body): New function.
8252
9c8acefd
EZ
8253 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
8254
871e0439
GM
82552001-01-22 Gerd Moellmann <gerd@gnu.org>
8256
21c2bbe0
GM
8257 * isearch.el (isearch-lazy-highlight-case-fold-search)
8258 (isearch-lazy-highlight-regexp): New variables.
8259 (isearch-lazy-highlight-cleanup): Update lazy highlight if
8260 case-fold search or regexp search has been toggled.
8261
5710730c
GM
8262 * wid-edit.el (widget-button-click): Avoid a save-excursion
8263 around running a global binding.
8264
871e0439
GM
8265 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
8266 to 0.25.
8267
d0554957
MB
82682001-01-20 Miles Bader <miles@gnu.org>
8269
8270 * cus-edit.el (custom-face-save): Do post-processing on the face's
8271 new value like `custom-face-set' does.
8272
1519f618
EZ
82732001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8274
ccd87890
EZ
8275 * mail/emacsbug.el (report-emacs-bug): Report the value of
8276 LC_CTYPE, not LC_TYPE.
8277
1519f618
EZ
8278 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
8279 isearch-toggle-regexp and isearch-edit-string to doc string.
8280
9724173b
GM
82812001-01-19 Gerd Moellmann <gerd@gnu.org>
8282
48bb9196
GM
8283 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
8284 as font-lock-beginning-of-syntax-function in font-lock-defaults.
8285
e95b0c08 8286 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
8287 font-lock-beginning-of-syntax-function to nil.
8288
dc81f8a2
EZ
82892001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
8290
8291 * mail/emacsbug.el (report-emacs-bug): Report values of
8292 locale-coding-system, default-enable-multibyte-characters, and the
8293 environment variables LC_ALL, LC_TYPE, and LANG.
8294
99327974
GM
82952001-01-19 Gerd Moellmann <gerd@gnu.org>
8296
83c9cb8e 8297 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 8298
2be6ecc6
GM
8299 * font-lock.el (font-lock-multiline): Default to nil.
8300 (font-lock-default-fontify-region): If font-lock-multiline is
8301 nil, don't check the property `font-lock-multiline'.
8302
99327974
GM
8303 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
8304 is nil, don't check the `font-lock-multiline' text property.
8305
2550055a
MK
83062001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
8307
0a949811 8308 * viper.el: Call initial-major-mode on startup.
e95b0c08 8309
0a949811 8310 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 8311
8501998a 8312 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 8313
2550055a 83142001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 8315
0a949811 8316 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 8317 diff mode, if available.
e95b0c08 8318
0a949811 83192001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 8320
8501998a 8321 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 8322
2550055a
MK
8323 * ediff-init.el (subst-char-in-string): Define and use it, unless
8324 it's already defined.
e95b0c08 8325
8962e303
GM
83262001-01-18 Gerd Moellmann <gerd@gnu.org>
8327
8328 * tooltip.el (tooltip-hide-delay): New user-option.
8329 (tooltip-show): Use tooltip-hide-delay instead of the default.
8330
6b453381
KH
83312001-01-18 Kenichi Handa <handa@etl.go.jp>
8332
8333 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
8334 kill-local-variable doesn't work for enable-multibyte-characters.
8335
9eaf396b
DL
83362001-01-17 Dave Love <fx@gnu.org>
8337
cebd37ce
DL
8338 * ediff-init.el (ediff-before-setup-hook)
8339 (ediff-merge-filename-prefix): Add :version.
8340
9eaf396b
DL
8341 * international/latin1-disp.el: Require disp-table.
8342 (latin1-display): Fix :set.
8343
8344 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
8345
f864120f
GM
83462001-01-17 Gerd Moellmann <gerd@gnu.org>
8347
8348 * isearch.el (isearch-lazy-highlight-initial-delay)
8349 (isearch-lazy-highlight-interval): Default to 0.
8350
83512001-01-17 Bob Glickstein <bobg@zanshin.com>
8352
8353 * isearch.el (isearch-highlight): Set isearch-overlay priority to
8354 1 here rather than each time through
8355 isearch-lazy-highlight-new-loop.
8356 (isearch-lazy-highlight-max): Variable deleted.
8357 (isearch-lazy-highlight-max-at-a-time): New user variable, like
8358 isearch-lazy-highlight-max but controls a single invocation of
8359 isearch-lazy-highlight-update.
8360 (isearch-lazy-highlight-wrapped): Variable recreated.
8361 (isearch-lazy-highlight-window-start): New variable.
8362 (isearch-lazy-highlight-cleanup): Restored to behavior of
8363 before 2-Jan.
8364 (isearch-lazy-highlight-remove-overlays): Function deleted;
8365 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
8366 behavior removed.
8367 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
8368 isearch-lazy-highlight-update in a loop rather than just once.
8369 Test isearch-invalid-regexp here and decide not to start a new
8370 loop, rather than testing it each time through
8371 isearch-lazy-highlight-update.
8372 (isearch-lazy-highlight-search): Function restored.
8373 (isearch-lazy-highlight-update): Get called in a timer loop again,
8374 but this time highlight more than one match each time through.
83c9cb8e
SM
8375 Only highlight matches in the visible part of the window.
8376 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
8377 the edge of the window. Use sit-for to force redisplay and ensure
8378 window-start is credible. "Face suppressing" behavior removed;
8379 overlay priorities should make it unnecessary, right?
8380 (isearch-highlight): Face suppressing behavior removed.
8381 (isearch-dehighlight): Face suppressing behavior removed.
8382 (isearch-set-lazy-highlight-faces-at): Removed.
8383
076ec540
KH
83842001-01-17 Kenichi Handa <handa@etl.go.jp>
8385
8386 * language/european.el ("Latin-1"): Make the format of description
8387 about additional language environments same as that of Latin-2.
8388
92328ec5
DL
83892001-01-16 Dave Love <fx@gnu.org>
8390
39f2174e
DL
8391 * isearch.el (isearch-lazy-highlight): Add :version.
8392
92328ec5
DL
8393 * simple.el (backward-delete-char-untabify-method)
8394 (next-line-add-newlines): Add :version.
8395
f251459d
GM
83962001-01-16 Gerd Moellmann <gerd@gnu.org>
8397
9d4850e5
GM
8398 * bindings.el: Bind <backspace> and <delete> via function-key-map.
8399 Don't bind <delete> otherwise.
8400
8401 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
8402 and <delete> via function-key-map.
8403
f251459d
GM
8404 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
8405 Subject line only if point is after the `Subject:'.
8406
771ffcf7
KH
84072001-01-16 Kenichi Handa <handa@etl.go.jp>
8408
bda6b481
KH
8409 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
8410 japanese-jisx0213-2 in `charset' property of this lang. env.
8411
35793af7
KH
8412 * language/european.el ("Latin-1"): Add description for Dutch and
8413 Spanish lang. env.
8414
771ffcf7
KH
8415 * international/mule.el (decode-char): Fix conditions.
8416 (encode-char): Handle eight-bit-control too.
1c8102ff 8417 (transform-make-coding-system-args): New function.
50c29104
KH
8418 (make-coding-system): Accept XEmacs style arguments for CCL base
8419 coding system.
771ffcf7 8420
e1cf67b6
GM
84212001-01-15 Gerd Moellmann <gerd@gnu.org>
8422
8423 * progmodes/etags.el (find-tag-noselect): Save the value of
8424 tags-file-name before switching buffers, for the case it has a
8425 buffer-local value.
8426
b3287acf
GM
84272001-01-15 Alex Schroeder <alex@gnu.org>
8428
9eaf396b
DL
8429 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8430 From Dave Love <fx@gnu.org>.
b3287acf
GM
8431 (ansi-color-for-comint-mode): Fix :version.
8432
84332001-01-15 Alex Schroeder <alex@gnu.org>
8434
8435 * ansi-color.el (ansi-color-unfontify-region): Doc change.
8436
8d7ff9c8
EZ
84372001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
8438
8439 * dired.el (dired-insert-directory): If file-system-info fails,
8440 remove the " free " part, but don't signal an error.
8441
dbe99ae9
SS
84422001-01-12 Sam Steingold <sds@gnu.org>
8443
8444 * bookmark.el (bookmark-maybe-historicize-string):
8445 Use new backquote syntax.
8446
103db06c 84472001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
8448
8449 * subr.el (last): Handle a list that doesn't end in nil.
8450
ca2ddd8e
SS
84512001-01-12 Sam Steingold <sds@gnu.org>
8452
8453 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
8454 to `backward-delete-char-untabify'.
8455
1751c874
DL
84562001-01-12 Dave Love <fx@gnu.org>
8457
8458 * cus-edit.el (customize-menu-create): Fix the :filter following
8459 easymenu change.
8460
8461 * wid-edit.el (function): Add :match-alternatives.
8462 (widget-color-action): Doc fix.
8463
3cccce8d
GM
84642001-01-12 Gerd Moellmann <gerd@gnu.org>
8465
8466 * calendar/calendar.el (calendar-basic-setup): Doc fix.
8467
18bfd6b5
KH
84682001-01-12 Kenichi Handa <handa@etl.go.jp>
8469
83c9cb8e 8470 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 8471
18bfd6b5
KH
8472 * international/ccl.el (define-ccl-program): Fix docstring.
8473
562e00da
DL
84742001-01-11 Dave Love <fx@gnu.org>
8475
14fd0da3
DL
8476 * international/mule-cmds.el (standard-display-european-internal):
8477 Set display table for 2208 as for 160.
8478
8479 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
8480
562e00da
DL
8481 * progmodes/fortran.el (fortran-mode-map): Modify Customization
8482 entry for custom-menu-create change.
8483 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
8484 don't cons it in the search loop.
8485
8486 * imenu.el (imenu--truncate-items): Revert last change.
8487
6e961dcd
EZ
84882001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8489
8490 * info.el (Info-setup-header-line): If the node header includes
8491 either Next: or Prev: links, don't show the File: and Node: parts
8492 in the header line.
8493
2c2ff7f2
GM
84942001-01-11 Gerd Moellmann <gerd@gnu.org>
8495
a7ee2d2e
GM
8496 * comint.el (comint-goto-process-mark): Don't print a message
8497 when running in batch mode.
8498
c5348233
GM
8499 * isearch.el (isearch-search): In the condition-case handler for
8500 `error', set isearch-invalid-regexp to the whole error message.
8501
422717d1
GM
8502 * subr.el (eval-after-load): Call load-symbol-file-load-history to
8503 ensure that eval-after-load works for files dumped with Emacs.
8504
8505 * help.el (load-symbol-file-load-history): New function extracted
8506 from function symbol-file.
8507 (symbol-file): Use it.
8508
83c9cb8e 8509 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 8510
926861fb
EZ
85112001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
8512
8513 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
8514 behave as if there were no prefix argument.
8515 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
8516 argument were nil.
8517
afa1f52c
RS
85182001-01-11 Richard M. Stallman <rms@gnu.org>
8519
ca2ddd8e 8520 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
8521 Don't look for more potential matches once maximum is exceeded.
8522 Use overlays-in to check correctly for overlap with current match.
8523 Ignore empty matches.
8524
47a9f362
MB
85252001-01-11 Miles Bader <miles@gnu.org>
8526
8527 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
8528 (ispell-overlay-window, ispell-help, ispell-show-choices)
8529 (ispell-command-loop): Use it instead of `window-height'.
8530
d196f58d
GM
85312001-01-10 Gerd Moellmann <gerd@gnu.org>
8532
cf523f0e
GM
8533 * files.el (confirm-kill-emacs): New user-option.
8534 (save-buffers-kill-emacs): Ask for final confirmation before
8535 killing Emacs.
8536
d196f58d
GM
8537 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
8538 to nil.
8539
7c6c3d8e
GM
85402001-01-10 Dave Love <fx@gnu.org>
8541
1f8be15d
DL
8542 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
8543
83c9cb8e 8544 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
8545
8546 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
8547
8548 * calculator.el (calculator-number-digits): Fix :type.
8549
0d5184de
DL
8550 * vc-cvs.el (vc-cvs-header): Fix :type.
8551 * vc-rcs.el (vc-rcs-header): Fix :type.
8552 * vc-sccs.el (vc-sccs-header): Fix :type.
8553
8554 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
8555
7c6c3d8e
GM
8556 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
8557
8c9f73a2
GM
8558 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
8559
457b792c
GM
85602001-01-10 Gerd Moellmann <gerd@gnu.org>
8561
8562 * simple.el (set-variable): Force a thorough redisplay for the
8563 case that the variable has an effect on the display, like
8564 `tab-width' has.
8565
d2622d08
AS
85662001-01-10 Andre Spiegel <spiegel@gnu.org>
8567
8568 * vc.el: Add documentation for backend interface.
8569
ae4b5f4f
KH
85702001-01-10 Kenichi Handa <handa@etl.go.jp>
8571
e0844717
KH
8572 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
8573
ae4b5f4f
KH
8574 * international/mule-conf.el (latin-extra-code-table): Set to t
8575 for \223 and \224.
8576
3184082b
KH
85772001-01-09 Kenichi Handa <handa@etl.go.jp>
8578
8579 * international/mule-cmds.el (locale-language-names): Map "es" to
8580 "Spanish" and "nl" to "Dutch".
8581
732b9cdd
GM
85822001-01-09 Gerd Moellmann <gerd@gnu.org>
8583
1dfca644
GM
8584 * bindings.el (global-map): Bind <home> to beginning-of-line,
8585 <end> to end-of-line, C-<home> to beginning-of-buffer, and
8586 C-<end> to end-of-buffer.
8587
732b9cdd
GM
8588 * language/european.el: Add Dutch and Spanish language info
8589 to be able to use the appropriate tutorials.
8590
85912001-01-09 Alex Schroeder <alex@gnu.org>
8592
8593 * ansi-color.el (ansi-color-process-output): Use markers instead
8594 of positions for start and end of region.
8595 (ansi-color-apply-on-region): Rewrote code to make it more robust.
8596 Previously, occasional mistakes happend when fontifying many
8597 chunks of output (eg. ls --color=yes /dev). This happened
8598 whenever an overlay was created up to the end of the region, which
8599 coincided with the process-mark. New text would then be added
8600 within that overlay instead of after it.
8601 (ansi-color-make-extent): Overlays are created with the property
8602 `modification-hooks' set to '(ansi-color-freeze-overlay).
8603 (ansi-color-freeze-overlay): New function. When inserting text at
8604 the end of the overlay, the overlay will resize.
8605
86062000-01-09 Alex Schroeder <alex@gnu.org>
8607
8608 * ansi-color.el (ansi-color-process-output): Doc change.
8609 (ansi-color-unfontify-region): Doc change. No longer installed
8610 automatically in font-lock-unfontify-region-function.
8611 (ansi-color-apply): Doc change.
8612 (ansi-color-apply-on-region): Use extents or overlays instead of
8613 text-properties.
8614 (ansi-color-make-extent): New function.
8615 (ansi-color-set-extent-face): New function.
8616
86172000-01-09 Alex Schroeder <alex@gnu.org>
8618
8619 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
8620 both use ansi-color-process-output, now.
8621 (ansi-color-process-output): Doesn't return string anymore. It is
8622 installed in comint-output-filter-functions for both Emacs and
8623 XEmacs, now.
8624 (ansi-color-unfontify-region): Simplified code removing variables
8625 pos and start-ansi.
8626 (ansi-color-apply): Put text-property ansi-color before putting
8627 text-property face because ansi-color-unfontify-region is called
8628 immediately after the call to put-text-property.
8629 (ansi-color-context-region): Doc change.
8630 (ansi-color-filter-region): Simplified code.
8631 (ansi-color-apply-on-region): Changed start to start-marker, using
8632 a marker explicitly. Put text-property ansi-color before putting
8633 text-property face because ansi-color-unfontify-region is called
8634 immediately after the call to put-text-property.
8635
86362000-01-09 Alex Schroeder <alex@gnu.org>
8637
8638 * ansi-color.el (ansi-color-faces-vector): Doc change.
8639 (ansi-color-for-comint-mode): Changed :type property to choice.
8640 (ansi-color-last-context): Removed.
8641 (ansi-color-process-output): Don't use ansi-color-last-context, as
8642 the main functions will store their context now.
8643 (ansi-color-context): Doc change.
8644 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
8645 Uses ansi-color-context such that repeated calls will strip
8646 partial escape sequences, too.
8647 (ansi-color-apply): Simplified code. Colorize end of string if
8648 face is not null. Store context in new (FACE STRING) format, such
8649 that repeated calls will strip partial escape sequences, too.
8650 Append faces to face property using ansi-color-apply-sequence such
8651 that cumulative mode actually works.
8652 (ansi-color-context-region): New variable.
8653 (ansi-color-filter-region): Rewrote it based on
8654 ansi-color-apply-on-region. Uses ansi-color-context-region such
8655 that repeated calls will strip partial escape sequences, too.
8656 (ansi-color-apply-on-region): Simplified code. Colorize end of
8657 region if face is not null. Store context in new (FACE POS)
8658 format, such that repeated calls will strip partial escape
8659 sequences, too. Append faces to face property using
83c9cb8e 8660 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
8661 (ansi-color-apply-sequence): New function.
8662 (ansi-color-get-face): When the default face is added to the list
8663 of faces, all previous settings are discarded and the list of
8664 faces is set to '(default).
8665
86662000-01-09 Alex Schroeder <alex@gnu.org>
8667
8668 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
8669 face, such that ansi-color-apply and ansi-color-apply-on-region
8670 will do the right thing.
8671 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
8672 returns nil, set the list of faces back to nil instead of
83c9cb8e 8673 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
8674
86752000-01-09 Alex Schroeder <alex@gnu.org>
8676
8677 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
8678 (ansi-color-process): Doc change.
8679 (ansi-color-last-context): New buffer-local variable.
8680 (ansi-color-process-output): New function. It is automatically
8681 added to comint-output-filter-functions if this is XEmacs.
8682 (ansi-color-unfontify-region): New optional parameter for XEmacs
8683 compatibility. Check wether font-lock-syntactic-keywords is
8684 boundp before removing the syntax table text property, as XEmacs
8685 doesn't have it.
8686 (ansi-color-filter-region): Doc change.
8687 (ansi-color-apply-on-region): Doc change.
8688 (ansi-color-make-face): New function. Compatibility layer for
8689 XEmacs. Return temporary faces instead of cons cells for XEmacs.
8690 (ansi-color-make-color-map): Use ansi-color-make-face.
8691 (ansi-color-get-face): Avoid face text property '(nil) as results
8692 in an errow for XEmacs.
8693
86942000-01-09 Alex Schroeder <alex@gnu.org>
8695
83c9cb8e
SM
8696 * ansi-color.el (ansi-color-unfontify-region): New function.
8697 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
8698 ansi-color. When the package is loaded, a lambda expression is
8699 put onto font-lock-mode-hook. This lambda expression will check
8700 font-lock-unfontify-region-function and replace
83c9cb8e 8701 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
8702 (ansi-color-apply): Add text-property ansi-color in addition to
8703 text-property face.
8704 (ansi-color-apply-on-region): Add text-property ansi-color in
8705 addition to text-property face.
8706 (save-buffer-state): Copy of the macro that is also used by
8707 lazy-lock and font-lock.
8708
8709 (ansi-color-for-comint-mode): New option.
8710 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
8711 (ansi-color-for-comint-mode-off): Ditto.
8712 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
8713 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
8714 decide what to do. This function is added to
8715 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
8716
8717 (ansi-color-for-shell-mode-set): Removed.
8718 (ansi-color-for-shell-mode): Removed.
8719
87202000-01-09 Alex Schroeder <alex@gnu.org>
8721
8722 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
8723 the lambda expression from the ansi-color-for-shell-mode :set
8724 property. Additionally, modify shell-mode-hook to enable or
8725 disable font-lock-mode for future shell buffers.
8726 (ansi-color-for-shell-mode): The :set property calls
8727 ansi-color-for-shell-mode-set instead of a lambda expression.
8728
87292000-01-09 Alex Schroeder <alex@gnu.org>
8730
8731 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
8732 (ansi-color-context): New variable.
8733 (ansi-color-apply): Save context between calls.
8734
fb55ff10
EZ
87352001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
8736
83c9cb8e
SM
8737 * isearch.el (isearch, isearch-lazy-highlight-face):
8738 New definitions for face colors and attributes.
29910493 8739
fb55ff10
EZ
8740 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
8741 of display-mouse-p.
8742
134d6265
KH
87432001-01-09 Kenichi Handa <handa@etl.go.jp>
8744
8745 * international/mule.el (make-coding-system): If the coding system
8746 accepts extra latin codes, register such codes as safe for the
8747 coding system.
8748
103db06c 87492001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 8750
984c9f75
RS
8751 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
8752 don't mention the file name or the date here, because they are
8753 logged at the start of the file.
8754
87552001-01-08 Richard M. Stallman <rms@gnu.org>
8756
78b8eee8
RS
8757 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8758 Change screen-width to frame-width.
8759
1460e5d4
EZ
87602001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8761
8762 * info.el (Info-search): Print the default as part of the prompt.
8763
56f24bc1
AS
87642001-01-08 Andre Spiegel <spiegel@gnu.org>
8765
ca2ddd8e 8766 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
8767 constant implementations in backends.
8768
8769 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
8770 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
8771
8772 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
8773 WRITABLE to EDITABLE.
8774
8775 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
8776 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
8777 to EDITABLE.
8778
b7812d30
EZ
87792001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
8780
8781 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 8782 (copyright, copyright-update): Compute the current year at run time.
b7812d30 8783
7e56ea04
GM
87842001-01-08 Gerd Moellmann <gerd@gnu.org>
8785
8786 * isearch.el (isearch-old-signal-hook): Removed.
8787 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
8788 instead of setting signal-hook-function.
8789 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
8790
a758f97d
GM
87912001-01-08 Kevin Gallagher <kevingal@onramp.net>
8792
8793 * emulation/edt.el: Update to version 4.0. Provide support for
8794 EDT scroll margins at top and bottom of the window. Provide an
8795 emulation of the EDT SUBS command (bound to GOLD-Enter, by
8796 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
8797 user when file-related buffer modifications exist.
8798 Provide support for running EDT Emulation in XEmacs.
8799 Provide customize access to some user updatable variables.
8800 Add Commentary section to file header.
8801 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
8802
8803 * emulation/edt-mapper.el: Update to version 4.0. Provide support
8804 for detecting a keypress that generates an ASCII key sequence.
8805 (Previously, only a keypress that generates a vector was
8806 recognized.) Embed Window Manager name into name of the generated
8807 EDT Emulation initialization file since the initialization file is
8808 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 8809
30db89f9
EZ
88102001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
8811
4deb3ba9
EZ
8812 * mail/sendmail.el (mail-mode): Doc fix.
8813
30db89f9
EZ
8814 * info.el (Info-goto-emacs-command-node): Doc fix.
8815 (Info-goto-emacs-key-command-node): Doc fix.
8816
c3f2772b
EZ
88172001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8818
8726e79b 8819 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
8820 systems without long file-name support.
8821
0dac6924
AI
88222001-01-06 Andrew Innes <andrewi@gnu.org>
8823
8824 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
8825
4e6ef391
EZ
88262001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
8827
380866a2
EZ
8828 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
8829 (isearch-lazy-highlight-update): Doc fix.
8830
148b5960
EZ
8831 * ffap.el (ffap-bindings): Doc fix.
8832
4e6ef391
EZ
8833 * dired-x.el (dired-virtual-guess-dir): Doc fix.
8834
4cb1bcc2
DL
88352001-01-05 Dave Love <fx@gnu.org>
8836
8837 * emacs-lisp/cl-seq.el (remove, remq): Remove.
8838
3828218c
GM
88392001-01-05 Gerd Moellmann <gerd@gnu.org>
8840
83c9cb8e
SM
8841 * mouse-drag.el (mouse-drag-safe-scroll):
8842 Bind scroll-preserve-screen-position to nil.
f1ade7d3 8843
1f4139d5
GM
8844 * isearch.el (isearch-old-signal-hook): New variable.
8845 (isearch-mode): Set signal-hook-function to isearch-done.
8846 (isearch-done): Restore old signal-hook-function.
8847
3828218c
GM
8848 * info.el (Info-fontify-node): Mark one more char as intangible.
8849
3970013f
KH
88502000-01-05 Kenichi Handa <handa@etl.go.jp>
8851
83c9cb8e
SM
8852 * composite.el (compose-last-chars): New argument COMPONENTS.
8853 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
8854 COMPONENTS.
8855
8856 * international/quail.el (quail-input-string-to-events): New function.
8857 (quail-input-method): Convert input string to events here.
8858 (quail-start-translation): Return input string, not event list.
8859 (quail-start-conversion): Likewise.
8860
f3b05e99
GM
88612001-01-04 Gerd Moellmann <gerd@gnu.org>
8862
ca2ddd8e 8863 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
8864 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
8865 and tooltip-add-timeout.
8866 (tooltip-show): Set border color from faces's foreground.
8867 (tooltip-show-help-function): If called with the same help string
8868 as last time, do nothing.
8869 (tooltip-help-tips): Don't set tooltip-help-message to nil.
8870
0f2ac578
GM
8871 * startup.el (fancy-splash-screens): Don't bind show-help-function
8872 to nil.
8873
f3b05e99
GM
8874 * tooltip.el (tooltip-frame-parameters): Remove colors.
8875 (tooltip): New face
8876 (tooltip-set-param): New function.
8877 (tooltip-show): Set up color frame parameters from face `tooltip'.
8878 Display the tooltip text in face `tooltip'.
8879
8416e94a
DL
88802001-01-04 Dave Love <fx@gnu.org>
8881
8882 * whitespace.el (whitespace-global-mode): Fix typo.
8883
8884 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
8885
30db89f9
EZ
88862001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
8887
83c9cb8e
SM
8888 * help.el (help-for-help): Fix a typo in a doc string.
8889 From kwzh@gnu.org (Karl Heuer).
30db89f9 8890
b847eb8c
DL
88912001-01-03 Dave Love <fx@gnu.org>
8892
8893 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 8894 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
8895 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
8896 (dired-guess-shell-alist-user): Customize.
8897 (dired-x-help-address): Set to bug-gnu-emacs.
8898 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
8899 (dired-default-directory): Renamed from default-directory.
8900
8901 * hl-line.el (hl-line): Doc fix.
8902
43c4b570
KF
89032001-01-03 Karl Fogel <kfogel@red-bean.com>
8904
1bf6b1bf 8905 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 8906
984c9f75 89072001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
8908
8909 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
8910 to remove all the current alternative-match highlighting.
8911 If nil, remove only what's outside the current window.
8912 (isearch-lazy-highlight-remove-overlays): Take optional
8913 region within which NOT to remove them.
8914 (isearch-lazy-highlight-new-loop): Greatly simplified.
8915 (isearch-lazy-highlight-update): Find all the other occurrences
8916 visible in the window, in just one call.
8917 (isearch-lazy-highlight-start): Now holds start of region to scan.
8918 (isearch-lazy-highlight-end): Now holds end of region to scan.
8919 (isearch-lazy-highlight-wrapped): Variable deleted.
8920 (isearch-lazy-highlight-search): Function deleted.
8921
13d6a61c
AI
89222000-01-02 Andrew Innes <andrewi@gnu.org>
8923
8924 * w32-fns.el (convert-standard-filename): Do length check on name
8925 before aref.
8926
064866e7
DL
89272001-01-02 Dave Love <fx@gnu.org>
8928
b33e041b
DL
8929 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
8930 value.
8931 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
8932
8933 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
8934
8166ffd5
DL
8935 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
8936 read syntax.
8937
064866e7
DL
8938 * calendar/todo-mode.el (todo): Add :link, :version.
8939 (todo-save-top-priorities): Remove autoload cookie.
8940 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 8941 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 8942
6dde6abc
GM
89432001-01-02 Gerd Moellmann <gerd@gnu.org>
8944
8945 * comint.el (comint-input-history-ignore): New variable.
8946 (comint-read-input-ring): Ignore entries matching
8947 comint-input-history-ignore.
8948
1a8a9daf
GM
89492001-01-02 Eric M. Ludlam <zappo@gnu.org>
8950
8951 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
8952 (lm-copyright-mark): New function.
8953 (lm-crack-copyright): New function.
8954 (lm-verify): Check that the file has a copyright.
8955 Check that the file is copyright Free Software Foundation.
8956
9c92eb53
KH
89572000-12-30 Kenichi Handa <handa@etl.go.jp>
8958
8959 * international/mule-diag.el (print-fontset): Indent font name by
8960 24 columns, not 25.
8961
49172314
GM
89622000-12-29 Gerd Moellmann <gerd@gnu.org>
8963
762a68ec
GM
8964 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
8965 in Subject line.
8966
49172314 8967 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
8968 Use mail-mode-hook instead of mail-setup-hook.
8969 Otherwise continuing an interrupted message with C-u C-x m for
8970 instance, winds up in Mail mode without abbrevs.
49172314 8971
bd7a2e26
GM
89722000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8973
8974 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
8975 non-nil. Adding almost all customization variables on ps-setup.
8976 Doc fix.
bd7a2e26
GM
8977 (ps-print-version): New version number (6.3.3).
8978 (ps-end-with-control-d): Initialization fix.
8979 (ps-lines-printed): New var.
8980 (ps-skip-newline): New fun.
8981 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
8982 (ps-next-line, ps-continue-line, ps-plot-region)
8983 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 8984
2b3f28a4
KH
89852000-12-29 Kenichi Handa <handa@etl.go.jp>
8986
83c9cb8e
SM
8987 * international/fontset.el (x-complement-fontset-spec):
8988 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
8989 registered in x-font-name-charset-alist.
8990 (create-fontset-from-fontset-spec): Adjusted for the above change.
8991 The name of fontset alias should be a unresolved ASCII font name.
8992
2ece9174
GM
89932000-12-28 Gerd Moellmann <gerd@gnu.org>
8994
8995 * simple.el (delete-key-deletes-forward-mode): Bind backspace
8996 and delete in isearch-mode-map.
8997
cbe3ad7a
RS
89982000-12-28 Richard M. Stallman <rms@gnu.org>
8999
ca2ddd8e 9000 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
9001 Use xpdf instead of acroread.
9002
a816f1c5
KH
90032000-12-28 Kenichi Handa <handa@etl.go.jp>
9004
f086e73c
KH
9005 * textmodes/artist.el (artist-butlast): Deleted.
9006 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 9007 artist-butlast.
f086e73c 9008
a816f1c5
KH
9009 * subr.el (butlast, nbutlast): Moved from cl.el to here.
9010
9011 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
9012
b202115b
EZ
90132000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9014
9015 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
9016
9017 * ls-lisp.el: Better support for the Mac and MS-Windows.
9018 (ls-lisp): New defgroup.
9019 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 9020 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
9021 (ls-lisp-support-shell-wildcards): New defcustoms.
9022 (ls-lisp-parse-symlink): New function.
9023 (insert-directory): Code to convert switches to a list and set up
9024 the wildcard argument copied from ls-lisp-insert-directory.
9025 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
9026 for -C and -R switches.
9027 (ls-lisp-column-format): New function.
ca2ddd8e 9028 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
9029 (ls-lisp-format-time): Add doc strings.
9030 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
9031 Support ls-lisp-dirs-first.
9032 (ls-lisp-classify, ls-lisp-extension): New functions.
9033 (ls-lisp-format): Optionally support emulation of symlinks.
9034 Support -i, -s, and -G switches.
9035
6061fbf0
GM
90362000-12-27 Gerd Moellmann <gerd@gnu.org>
9037
5e25feee
GM
9038 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
9039
6061fbf0
GM
9040 * version.el (emacs-version): Print X scroll bar information.
9041
9042 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
9043 instead of x-toolkit-scroll-bars-p.
9044
9045 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
9046 of x-toolkit-scroll-bars-p.
9047
25050dab
EZ
90482000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
9049
83c9cb8e 9050 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
9051 (ffap-bindings): Doc fix, to reflect the above change.
9052
c1786874
KH
90532000-12-27 Kenichi Handa <handa@etl.go.jp>
9054
9055 * term.el (term-char-mode): Define all non-ascii self-inserting
9056 characters to 'term-send-raw in term-raw-map.
9057
7261ece3 90582000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 9059
83c9cb8e 9060 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 9061
83c9cb8e
SM
9062 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
9063 Changed initialization; use add-hook.
6061fbf0 9064 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 9065
6061fbf0 9066 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 9067
6061fbf0
GM
9068 * ediff.el (ediff-patch-buffer): Bug fix.
9069 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 9070
83f40583
SM
90712000-12-23 Stefan Monnier <monnier@cs.yale.edu>
9072
9073 * subr.el (combine-run-hooks): Remove.
9074
9075 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
9076 and remove the rogue second spec.
9077
bdd6d4e8
GM
90782000-12-23 Gerd Moellmann <gerd@gnu.org>
9079
9080 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
9081
26736ce3
SM
90822000-12-22 Stefan Monnier <monnier@cs.yale.edu>
9083
0e86b6b0
SM
9084 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
9085 Use minibuffer menu prompt for the `=' prefix.
9086 (smerge-command-prefix): Change default to C-^.
6eabfb26 9087 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 9088
26736ce3
SM
9089 * skeleton.el (skeleton-internal-1): Make sure the first line of
9090 the region is also re-indented.
d21584d6
SM
9091 (skeleton-end-newline): New var.
9092 (skeleton-end-hook): Use it.
26736ce3 9093
95fa4fd7
MB
90942000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9095
9096 * comint.el (comint-password-prompt-regexp): Support CVS.
9097
f060b834
GM
90982000-12-22 Gerd Moellmann <gerd@gnu.org>
9099
83c9cb8e
SM
9100 * simple.el (delete-key-deletes-forward-mode): Simplify.
9101 Also backspace key combinations, depending on
856ff7a7
GM
9102 delete-key-deletes-forward.
9103
9104 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
9105
f060b834
GM
9106 * simple.el (delete-key-deletes-forward): Doc fix.
9107
653558a1
GM
91082000-08-22 Emmanuel Briot <briot@gnat.com>
9109
9110 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 9111 white spaces are relevant in the XML file.
653558a1
GM
9112 (xml-parse-file): Do not kill an existing Emacs buffer if the file
9113 to parse was already edited. This allows for on-the-fly analysis
26736ce3 9114 of XML files.
653558a1
GM
9115 (xml-parse-tag): Check that the casing is the same in the start
9116 tag and end tag, since XML is case-sensitive. Allows for spaces
9117 in the end tag, after the name of the tag.
9118 (xml-parse-attlist): Allow for the character '-' in the name of
9119 attributes, as in the standard http-equiv attribute Do not save
26736ce3 9120 the properties in the XML tree, since they are not relevant.
653558a1 9121
3ad93d8d
SM
91222000-12-21 Stefan Monnier <monnier@cs.yale.edu>
9123
9124 * generic.el (generic-read-type): Undo last change, inline into
9125 `generic-mode' and then remove.
9126 (generic-mode): Inline generic-read-type.
9127 (define-generic-mode): Push the symbol name rather than the symbol
9128 onto generic-mode-list.
9129
177f4e88
GM
91302000-12-21 Gerd Moellmann <gerd@gnu.org>
9131
8e15274f
GM
9132 * generic.el (generic-read-type): Build an alist for
9133 completing-read as in 20.7.
9134
9135 * play/landmark.el (lm): Use interactive spec `P'.
9136 (toplevel): Don't set debug-on-error.
9137
83c9cb8e 9138 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 9139
6ba384dc
GM
91402000-12-21 Dave Pearson <davep@davep.org>
9141
9142 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 9143
647a066c
GM
91442000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9145
9146 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
9147 ranges like \177-\237, but accepts the character sequence from \177 to
9148 \237. Doc fix.
9149 (ebnf-version): New version (3.4).
9150 (ebnf-setup): Code fix.
9151 (ebnf-range-regexp): New fun.
9152 (ebnf-8-bit-chars): Const fix.
9153
9154 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
9155 entry. Doc fix.
9156 (ebnf-bnf-lex): Code fix.
9157 (ebnf-bnf-comment-chars): Const fix.
9158
9159 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
9160 entry. Doc fix.
9161 (ebnf-iso-comment-chars): Const fix.
9162
9163 * ebnf-otz.el: Doc fix.
9164
9165 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
9166 entry. Doc fix.
9167 (ebnf-yac-skip-code): Code fix.
9168 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 9169
bc22fd18
EZ
91702000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9171
9172 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
9173 (recover-file): Use it instead of insert-directory.
9174 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 9175
587fc3f9
KH
91762000-12-21 Kenichi Handa <handa@etl.go.jp>
9177
83c9cb8e
SM
9178 * international/mule-cmds.el (select-safe-coding-system):
9179 Check coding-category-list more rigidly. Improve help message.
eeefcfde 9180
587fc3f9
KH
9181 * dired.el (dired-move-to-filename-regexp): Fix previous change.
9182
01860fb9
MB
91832000-12-21 Miles Bader <miles@gnu.org>
9184
83c9cb8e 9185 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 9186
3f9d67a6
KH
91872000-12-21 Kenichi Handa <handa@etl.go.jp>
9188
9fd1c1f7
KH
9189 * international/mule-diag.el (describe-char-after): Make *Help*
9190 buffer inherit multibyteness of the current buffer.
9191
3f9d67a6
KH
9192 * international/mule.el (make-char): Docstring adjusted for the
9193 change of make-char-internal.
9194
c9669fac
SM
91952000-12-20 Stefan Monnier <monnier@cs.yale.edu>
9196
9197 * international/iso-cvt.el: Docstrings fix.
9198
19594307
DL
91992000-12-20 Dave Love <fx@gnu.org>
9200
9201 * subr.el (eval-after-load): Doc fix.
9202
b1a447b3
KH
92032000-12-20 Kenichi Handa <handa@etl.go.jp>
9204
9205 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
9206 for numbers.
9207
09877d5d
MB
92082000-12-20 Miles Bader <miles@gnu.org>
9209
9210 * international/quail.el (quail-help): Resize the help window
9211 again after it has all its contents. Remove unneeded progn.
9212
71d4497a
GM
92132000-12-19 Gerd Moellmann <gerd@gnu.org>
9214
9215 * pcmpl-linux.el: Fix copy/paste error.
9216
741e56a0
AI
92172000-12-19 Andrew Innes <andrewi@gnu.org>
9218
83c9cb8e 9219 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 9220
cc24d91c
CD
92212000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
9222
ba4c05aa
CD
9223 * progmodes/idlw-rinfo.el: Fixed copyright notice.
9224
9225 * progmodes/idlw-toolbar.el: Fixed copyright notice.
9226
9227 * progmodes/idlw-shell.el: Fixed copyright notice.
9228
9229 * progmodes/idlwave.el: Fixed copyright notice.
9230
71d4497a 9231 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
9232 TAB as key separators.
9233
524c8caf
GM
92342000-12-19 Alex Schroeder <alex@gnu.org>
9235
9236 * sql.el (sql-sybase-options): New option.
9237 (sql-sybase): Use it. Add sql-database to the list of parameters
9238 provided for login. The options -w 2048 -n are not used any more.
9239 (sql-postgres-options): Changed default from "--pset" to "-P".
9240 (sql-mysql-options): Doc change.
9241 (sql-stop): Doc change.
9242
b5fa513d
KH
92432000-12-19 Kenichi Handa <handa@etl.go.jp>
9244
9245 * international/quail.el (quail-input-method): Always hide
9246 the guidance buffer on exiting.
9247
91c9e6ce
GM
92482000-12-18 Gerd Moellmann <gerd@gnu.org>
9249
c6da4eb4
GM
9250 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
9251 isn't fboundp.
9252
3d2a0e0b
GM
9253 * server.el (server-buffer-done): Bury the buffer before
9254 killing it.
9255
91c9e6ce
GM
9256 * faces.el (face-spec-set): Interpret a nil in specs for
9257 foreground and background colors as `unspecified', for
9258 compatibility with 20.x.
9259
40fa0008
DL
92602000-12-18 Dave Love <fx@gnu.org>
9261
22adbe54
DL
9262 * simple.el (mail-user-agent): Doc fix.
9263 (input-mode-8-bit): Removed.
9264
9265 * international/mule.el (set-keyboard-coding-system): Doc fix.
9266 (keyboard-coding-system): New option.
9267
40fa0008
DL
9268 * mail/sendmail.el (send-mail-function): Customize.
9269
6f4745e2
EZ
92702000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9271
9272 * international/codepage.el (cp866-decode-table): New table.
9273
82b90229
GM
92742000-12-18 Gerd Moellmann <gerd@gnu.org>
9275
9276 * version.el (emacs-version): Remove `%a' from the time format
9277 because the weekday doesn't fit well into each locale.
9278
5a047002
MB
92792000-12-18 Miles Bader <miles@gnu.org>
9280
7f49aa07
MB
9281 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
9282
ca2ddd8e 9283 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
9284 Check that emacs-major-version is `=' to 20, not `>='.
9285 (artist-replace-chars): Use `make-string' instead of a loop.
9286
22ea2607
EZ
92872000-12-17 Stefan Monnier <monnier@cs.yale.edu>
9288
9289 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
9290 (cvs-execute-single-file): Don't change directory.
9291 Patch from Per Cederqvist.
9292
6c825f8e
EZ
92932000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
9294
83c9cb8e
SM
9295 * textmodes/ispell.el (check-ispell-version):
9296 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
9297 of -vv.
9298
8ff06845
KH
92992000-12-16 Kenichi Handa <handa@etl.go.jp>
9300
af4bb4c8
KH
9301 * international/mule-diag.el (mule-diag): Insert information about
9302 configure options, multibyte awareness, language env.
9303
8ff06845
KH
9304 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
9305 regexp to search for candidates.
9306
b24e84ab
EZ
93072000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
9308
9309 * info.el (Info-forward-node): If the node has an
9310 Info-header-line, widen the buffer before searching for "next:"
9311 and "up:" pointers, and set the search limit to stay in the
9312 current node.
9313
7981d89f
MB
93142000-12-16 Miles Bader <miles@gnu.org>
9315
9316 * simple.el (delete-trailing-whitespace): Remove extraneous let.
9317
88ee7917
MB
93182000-12-15 Miles Bader <miles@gnu.org>
9319
9320 * comint.el (comint-send-string, comint-send-region): Also accept
9321 a buffer, buffer-name, or nil for PROCESS, for compatibility with
9322 process-send-string/region.
9323
0c28d842
GM
93242000-12-15 Gerd Moellmann <gerd@gnu.org>
9325
4ea7fdca
GM
9326 * isearch.el (isearch-lazy-highlight-max): New user-option.
9327 (isearch-lazy-highlight-update): Don't highlight more than
9328 isearch-lazy-highlight-max matches.
9329
0c28d842
GM
9330 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
9331
984c9f75 93322000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 9333
8062e53a
GM
9334 * sort.el (sort-columns): Fix error message.
9335
3ffa545b
GM
9336 * dabbrev.el (dabbrev--last-case-pattern): Value is now
9337 `upcase' or `downcase' or nil.
9338 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
9339 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
9340 (dabbrev--substitute-expansion): New arg record-case-pattern.
9341 If it is non-nil, set dabbrev--last-case-pattern.
9342 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
9343
9344 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
9345
c2d7f289
MB
93462000-12-15 Miles Bader <miles@gnu.org>
9347
b6348438
MB
9348 * paths.el (Info-default-directory-list): Don't delete
9349 configure-info-directory from the list of standard info
83c9cb8e 9350 directories when appending it to the end -- their order is important.
b6348438 9351
f9056dd9
MB
9352 * faces.el (read-face-attribute): If there's no entry for the
9353 user's input in VALID, just use it as-is (this will often result
9354 in an error, but it may be OK for e.g. colors using hexadecimal
9355 notation, and at least will yield a better error message).
9356
c2d7f289 9357 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 9358 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
9359 Variables removed.
9360 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
9361 window is really the right size. Use vertical-motion
9362 rather than forward-line.
9363 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
9364 (ispell-command-loop, ispell-show-choices): Use the variable
9365 ispell-choices-win-default-height, rather than the function.
9366 (ispell-choices-win-default-height): Function removed.
9367 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 9368
8f530b95
SM
93692000-12-14 Stefan Monnier <monnier@cs.yale.edu>
9370
9371 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
9372
6d435deb
EZ
93732000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9374
83c9cb8e
SM
9375 * paths.el (Info-default-directory-list):
9376 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
9377 put it first in the list; otherwise put it last. Doc string
9378 changed accordingly.
9379
9380 * info.el (Info-directory-list): Change doc string to reflect the
9381 change in Info-default-directory-list.
9382
6d435deb
EZ
9383 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
9384 windows-nt as windowed environments, even under -nw.
9385
9386 * startup.el (command-line): Don't call x-backspace-delete-keys-p
9387 if not fboundp. Switch delete-forward mode for the <delete> key
9388 on all PC platforms, even under -nw.
9389
9390 * term/internal.el ([M-delete]): Remap to M-d.
9391
9d7d9263
GM
93922000-12-14 Gerd Moellmann <gerd@gnu.org>
9393
9394 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
9395
7cf0153a
EZ
93962000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
9397
9398 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
9399
5e5b3d41
GM
94002000-12-14 Gerd Moellmann <gerd@gnu.org>
9401
5f368d29
GM
9402 * startup.el (command-line): Call delete-key-deletes-forward-mode,
9403 if appropriate.
9404
9405 * simple.el (delete-key-deletes-forward): New user-option.
9406 (delete-key-deletes-forward-mode): New function.
9407
9d7d9263 9408 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 9409
83c9cb8e
SM
9410 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
9411 Test if symbol is bound before getting its value.
5e5b3d41
GM
9412
9413 * tooltip.el (tooltip-show): If an error is signaled in
9414 x-show-tip, display that error, and display the help in the
9415 echo area.
ca2ddd8e 9416
191b83b6
KH
94172000-12-14 Kenichi Handa <handa@etl.go.jp>
9418
83c9cb8e
SM
9419 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
9420 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 9421
6192b604
KF
94222000-12-13 Karl Fogel <kfogel@red-bean.com>
9423
9424 * bookmark.el: Provide a generic exit hook, as suggested by
9425 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
9426 (bookmark-exit-hook): New var.
9427 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
9428 old raw lambda form in `kill-emacs-hook', and runs new
9429 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9430 as logically that feature must have been provided if this function
9431 is running.
9432 Removed ;;;###autoload before the `add-hook' call.
9433
5edf6b55
SM
94342000-12-13 Stefan Monnier <monnier@cs.yale.edu>
9435
9436 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
9437 (easy-menu-current-active-maps): New function.
9438 (easy-menu-get-map): Use it.
9439 Make a proper menu entry when creating a new keymap.
9440
16b5e8e6
KH
94412000-12-13 Kenichi Handa <handa@etl.go.jp>
9442
d49fc4eb
KH
9443 * international/characters.el: Fix cases and syntaxes for
9444 mule-unicode-0100-24ff.
9445
3b53d876
KH
9446 * dired.el (dired-move-to-filename-regexp): Fixed for the case
9447 that a Japanese character is not appended after day and year.
9448
16b5e8e6
KH
9449 * info.el (Info-suffix-list): Change format for a command that
9450 requires arguments.
9451 (info-insert-file-contents): Adjusted for the above change.
9452
1df1c518
AS
94532000-12-12 Andreas Schwab <schwab@suse.de>
9454
9455 * tar-mode.el (tar-extract): Base the name of the subfile buffer
9456 on the name of the tar buffer. Verify that the existing buffer is
9457 visiting the same subfile.
9458
a7a07b98
DL
94592000-12-12 Dave Love <fx@gnu.org>
9460
9461 * subdirs.el: Add obsolete.
9462
4fdbd809
GM
94632000-12-12 Gerd Moellmann <gerd@gnu.org>
9464
bfdb75ee
GM
9465 * mail/rmailsum.el (rmail-summary-expunge)
9466 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
9467 instead of rmail-confirm-expunge.
9468
4fdbd809
GM
9469 * replace.el (perform-replace): Don't use an empty match adjacent
9470 to a non-empty match when computing the next match before the
9471 replacement is performed.
9472
e9a59cad
GM
94732000-12-12 Milan Zamazal <pdm@freesoft.cz>
9474
9475 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
9476 definition (patch by Stefan Monnier).
9477 (glasses-mode): Use jit-lock instead of `after-change-functions'
9478 (patch by Stefan Monnier).
9479
c2def7a0
MB
94802000-12-12 Miles Bader <miles@gnu.org>
9481
9482 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
9483 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
9484
591b63b4
AC
94852000-12-12 Andrew Choi <akochoi@i-cable.com>
9486
9487 * term/mac-win.el: Remove load for ls-lisp.
9488
a924cf63 9489 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 9490
5ff4ba3d
MB
94912000-12-12 Miles Bader <miles@gnu.org>
9492
9493 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
9494 Respect field end too.
9495 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
9496 (newline-and-indent, reindent-then-newline-and-indent):
9497 Use `delete-horizontal-space'.
5ff4ba3d 9498
d0c679bc
SM
94992000-12-11 Stefan Monnier <monnier@cs.yale.edu>
9500
adf9c994
SM
9501 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
9502 (so as to obey the field property in the minibuffer).
9503
4b0cd42d
SM
9504 * obsolete/c-mode.el: Moved from lisp/progmodes.
9505 * obsolete/auto-show.el: Moved from lisp.
9506 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 9507
89f85863
CD
95082000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
9509
9510 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 9511 changes to list them here.
89f85863 9512
83c9cb8e
SM
9513 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
9514 Too many changes to list them here.
89f85863 9515
83c9cb8e
SM
9516 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
9517 Too many changes to list them here.
89f85863
CD
9518
9519 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
9520
3e0d35ce
GM
95212000-12-11 Gerd Moellmann <gerd@gnu.org>
9522
83c9cb8e 9523 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 9524
ca2ddd8e 9525 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
9526 Comment fix.
9527
3e0d35ce
GM
9528 * hscroll.el: Moved to `obsolete' subdir.
9529
ff904dd6
MB
95302000-12-11 Miles Bader <miles@gnu.org>
9531
9532 * window.el (window-text-height): Function removed (now in C).
9533
fb97d87f
SM
95342000-12-10 Stefan Monnier <monnier@cs.yale.edu>
9535
9536 * log-edit.el (log-edit-parent-buffer): New var.
9537 (log-edit): Set it. Add BUFFER argument.
9538 (log-edit-done): Use char-before.
9539 Don't bother checking validity of vc-comment-ring.
9540 Only bury the buffer if log-edit popped it up.
9541
9542 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
9543 (cvs-mode-diff-help): Remove.
9544 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 9545 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
9546
9547 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
9548 Remove binding for ? now made unnecessary.
9549
7de77417
CD
95502000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
9551
83c9cb8e 9552 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
9553 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
9554
9555 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
9556 when master file is not open.
9557
4efa209f
SM
95582000-12-09 Stefan Monnier <monnier@cs.yale.edu>
9559
9560 * progmodes/ada-stmt.el: Update `maintainer'.
9561
b52758d1 95622000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
0a8052bd
GM
9563
9564 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
9565 choices to match documentation string.
9566
a12167c5
MB
95672000-12-09 Miles Bader <miles@gnu.org>
9568
2161605d
MB
9569 * minibuf-eldef.el: New file.
9570
a12167c5
MB
9571 * window.el (fit-window-to-buffer): Don't pass last argument to
9572 pos-visible-in-window-p, now that its meaning is inverted.
9573
9ea8de1b
EZ
95742000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
9575
9576 * image.el (create-image): Doc fix; spotted by Per Cederqvist
9577 <ceder@lysator.liu.se>.
9578
5002ddbb
SM
95792000-12-08 Stefan Monnier <monnier@cs.yale.edu>
9580
b6114d80
SM
9581 * autoinsert.el (auto-insert-alist): Add missing final \n.
9582
ee8d23ee
SM
9583 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
9584 (cvs-menu-map): Remove.
9585 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
9586 (cvs-mode-quit): Turn it back into a plain function.
9587
5002ddbb 9588 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 9589 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
9590
9591 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
9592 file where it's more visible.
9593 (texinfo-filter, texinfo-chapter-level-regexp): New variables
9594 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
9595 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
9596 (texinfo-inside-macro-p): Only catch `scan-error's.
9597 (texinfo-inside-env-p): Make better use of the match info.
9598 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
9599 (texinfo-insert-@end): Slight re-organization.
9600 Also remove useless `looking-at' call.
9601
30cd075d
AI
96022000-12-08 Andrew Innes <andrewi@gnu.org>
9603
9604 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
9605 accessible in -nw mode.
9606
9607 * term/w32-win.el: Remove stuff about selection timeout, which is
9608 irrelevant on Windows. Move clipboard support to w32-fns.el, so
9609 it is accessible in -nw mode.
9610
01b91009
DL
96112000-12-08 Dave Love <fx@gnu.org>
9612
83c9cb8e
SM
9613 * emacs-lisp/lisp-mode.el (lisp-mode):
9614 Set font-lock-keywords-case-fold-search.
01b91009 9615
842b2a94
GM
96162000-12-08 Gerd Moellmann <gerd@gnu.org>
9617
9618 * textmodes/ispell.el (ispell): Doc fix.
9619
f9d5f611
KH
96202000-12-08 Kenichi Handa <handa@etl.go.jp>
9621
9622 * international/quail.el (quail-insert-decode-map): Check the
9623 frame width of a window displaying the current buffer, not that of
9624 the selected frame.
9625 (quail-help): Make sure that the help buffer has window before
9626 inserting text in it.
9627
e04d21aa
SS
96282000-12-07 Sam Steingold <sds@gnu.org>
9629
9630 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
9631 Backquote is used in isearch.el, so autoloading saves nothing.
9632
fc3e23a4
EZ
96332000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
9634
83c9cb8e
SM
9635 * startup.el (normal-top-level-add-subdirs-to-load-path):
9636 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 9637
fc3e23a4
EZ
9638 * dired.el (dired-insert-directory): If file-system-info is
9639 fboundp, call it instead of invoking dired-free-space-program.
9640
796ecd10
GM
96412000-12-07 Gerd Moellmann <gerd@gnu.org>
9642
0f5f7c3e
GM
9643 * server.el (server-visit-files): Push files on file-name-history.
9644
3764ba49
GM
9645 * progmodes/cc-langs.el: Update copyright.
9646
8e7931da
GM
9647 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
9648
ae0d7485 9649 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 9650
796ecd10
GM
9651 * bindings.el (mode-line-mode-menu): Reverse the order
9652 of define-keys so that the menu appears in alphabetical order.
9653
ae0d7485
GM
96542000-12-07 Milan Zamazal <pdm@freesoft.cz>
9655
9656 * progmodes/glasses.el (glasses-mode): Update mode line at the end
9657 of the function.
9658
e2849090
DL
96592000-12-07 Dave Love <fx@gnu.org>
9660
9661 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
9662
9663 * facemenu.el (facemenu-unlisted-faces): Fix value.
9664
5c7f629c
SM
96652000-12-07 Stefan Monnier <monnier@cs.yale.edu>
9666
9667 * font-lock.el (font-lock-default-fontify-region):
9668 Include the terminating \n (off-by-one error).
9669 (font-lock-set-defaults): Use dolist.
9670
9671 * derived.el (define-derived-mode): Don't use combine-run-hooks.
9672
73481ae3
KH
96732000-12-07 Kenichi Handa <handa@etl.go.jp>
9674
83c9cb8e
SM
9675 * international/mule-cmds.el (describe-language-environment):
9676 Fix for the case that an input method title is not string but a list.
ffbaa122 9677
73481ae3
KH
9678 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
9679 of wrong SIZE record.
9680
e2896b22
DL
96812000-12-06 Dave Love <fx@gnu.org>
9682
67292061
DL
9683 * newcomment.el (comment-region, comment-dwim): Doc fix.
9684
9685 * textmodes/texinfo.el: Require tex-mode when compiling.
9686 (texinfo-update-node): Doc fix.
9687 (texinfo-imenu-generic-expression): Add @anchor.
9688 (texinfo-font-lock-keywords): Add @uref.
9689 (texinfo-inside-macro-p): Don't use ignore-errors.
9690 (texinfo-insert-quote): Match more contexts.
9691
e76938e7
DL
9692 * international/mule.el (decode-char, encode-char): Doc fix.
9693 (auto-coding-alist): Customize.
9694
9695 * files.el (load-file): Fix change of 2000-03-12.
9696
e2896b22
DL
9697 * wid-edit.el (widget-text-keymap): Doc fix.
9698
6610f4b2
AI
96992000-12-06 Andrew Innes <andrewi@gnu.org>
9700
9701 * makefile.w32-in (lisp): Set to an absolute directory, namely
9702 $(CURDIR).
9703
9e3366e4
EZ
97042000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9705
9706 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
9707 read generated-autoload-file, and set buffer-file-coding-system to
9708 raw-text-unix after reading the file.
9709
83c9cb8e
SM
9710 * international/mule-conf.el (file-coding-system-alist):
9711 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 9712
d94d636f
GM
97132000-12-06 Gerd Moellmann <gerd@gnu.org>
9714
384333ee
GM
9715 * replace.el (occur): Make line-number-width 1 smaller for the
9716 colon following the line number.
9717
83c9cb8e
SM
9718 * startup.el (fancy-splash-text, command-line-1):
9719 Use `File' for the menu name instead of `Files'.
e04d21aa 9720
d4b72d58
GM
9721 * tmm.el: Update copyright.
9722
d94d636f
GM
9723 * cus-start.el: Add entry for even-window-heights.
9724
6e424019
MB
97252000-12-06 Miles Bader <miles@gnu.org>
9726
9727 * faces.el (frame-set-background-mode): Avoid stomping on
9728 locally modified faces.
9729
e6477b58
KH
97302000-12-06 Kenichi Handa <handa@etl.go.jp>
9731
9732 * international/fontset.el: Correct the font registries for
9733 japanese-jisx0213-1 and japanese-jisx0213-2.
9734
21999ab9
GM
97352000-12-05 Gerd Moellmann <gerd@gnu.org>
9736
57d6e381
GM
9737 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
9738
21999ab9
GM
9739 * iswitchb.el: Update customization commentary.
9740
7422819c
GM
97412000-12-05 Rob Riepel <riepel@Stanford.EDU>
9742
9743 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
9744 (tpu-search-highlight): Fixed comparison of overlay end positions.
9745 (tpu-trim-line-ends): Implemented trimming logic locally.
9746
9747 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 9748 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 9749
73daff18
KH
97502000-12-05 Kenichi Handa <handa@etl.go.jp>
9751
9752 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
9753 to cn-gb.
9754 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
9755
6a4cd002
DL
97562000-12-04 Dave Love <fx@gnu.org>
9757
9758 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
9759
6452929e
GM
97602000-12-04 Gerd Moellmann <gerd@gnu.org>
9761
e04d21aa 9762 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
9763 (rmail-summary-expunge-and-save): Ask for confirmation with
9764 rmail-expunge-confirmed.
9765
9766 * mail/rmail.el (rmail-expunge-confirmed): New function.
9767 (rmail-expunge): Use it.
9768
1790abf4
FP
97692000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9770
0c68ce6f 9771 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
9772 (etags-recognize-tags-table, find-tag-in-order):
9773 New functionality: interpret file names as tags.
e04d21aa 9774
7a53d8c8
EZ
97752000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
9776
9777 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
9778 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
9779 the first subnode until the bottom of the current node is visible.
7a53d8c8 9780
caa15ef7
GM
97812000-12-04 Gerd Moellmann <gerd@gnu.org>
9782
9783 * format.el (format-decode): Don't change buffer's undo list.
9784
e225faa7
KH
97852000-12-04 Kenichi Handa <handa@etl.go.jp>
9786
9787 * faces.el (face-font-registry-alternatives): Add entries for CJK
9788 fonts. Doc-string adjusted for the actual usage of this data.
9789
9790 * international/fontset.el: Change the font registries for CJK
9791 fonts in the default fontset. Don't append '*' to registries.
9792
8b262a65
SM
97932000-12-03 Stefan Monnier <monnier@cs.yale.edu>
9794
e04d21aa 9795 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
9796 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
9797
9798 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
9799 (derived-mode-p): New function.
9800 (derived-mode-make-docstring): Add `docstring' argument.
9801 Use it if available and complete it if necessary.
9802
33c4460b
AS
98032000-12-03 Andreas Schwab <schwab@suse.de>
9804
9805 * type-break.el (type-break): Don't make parent of itself.
9806
5c9b3fac
MB
98072000-12-03 Miles Bader <miles@gnu.org>
9808
9809 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
9810
27ce741e
SM
98112000-12-02 Stefan Monnier <monnier@cs.yale.edu>
9812
07c16ec4
SM
9813 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
9814 (tex-main-file, tex-file): Simplify.
9815 (tex-generate-zap-file-name): Use subst-char-in-string.
9816 (tex-strip-dots): Remove.
9817
c19cc275
SM
9818 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
9819
27ce741e
SM
9820 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
9821 to check if the match succeeded.
9822
285991dc
GM
98232000-12-02 Gerd Moellmann <gerd@gnu.org>
9824
9825 * startup.el (use-fancy-splash-screens-p): New function.
9826 (command-line-1): Use it to determine whether or not to use
9827 a fancy splash screen.
9828
52dca1b2
AS
98292000-12-02 Andreas Schwab <schwab@suse.de>
9830
9831 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
9832
d3e7e7cf
EZ
98332000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9834
2dce2360
EZ
9835 * international/mule.el (make-char): Fix last change.
9836
9768eaa7
EZ
9837 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
9838 New defcustoms.
9839 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
9840 autoloading tex-mode; instead, do the same manually.
9841 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
9842 with numeric argument. Docstring fix.
9843 (toplevel): Require cl when compiling.
e04d21aa 9844
285991dc 9845 * international/mule.el (make-char): Doc fix.
d3e7e7cf 9846
0dd5e255
JR
98472000-12-02 Jason Rumney <jasonr@gnu.org>
9848
9849 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
9850 the Emacs Lisp manual)
9851
fbb87147
EZ
98522000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
9853
5cbb3e93
EZ
9854 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9855
fbb87147
EZ
9856 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
9857 the Emacs Lisp manual).
9858
1636ca09
GM
98592000-12-02 Gerd Moellmann <gerd@gnu.org>
9860
9861 * simple.el (next-line-add-newlines): Change default to nil.
9862
68875f0e
EZ
98632000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
9864
83c9cb8e
SM
9865 * files.el (revert-buffer, recover-file):
9866 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 9867
fd9ac94c
GM
98682000-12-01 Gerd Moellmann <gerd@gnu.org>
9869
9870 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
9871
45450dd5
MB
98722000-12-01 Miles Bader <miles@gnu.org>
9873
9874 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
9875
09df8881
KH
98762000-12-01 Kenichi Handa <handa@etl.go.jp>
9877
9878 * international/mule-diag.el (describe-char-after): Fix typo.
9879 (describe-character-set, non-iso-charset-alist): Fix typo.
9880
dea0a87d
MB
98812000-12-01 Miles Bader <miles@gnu.org>
9882
b170205b
MB
9883 * image-file.el (image-file-name-regexp): Automatically add
9884 upper-case variants of each filename extension in
9885 `image-file-name-extensions', since they seem to be common.
9886
e04d21aa 9887 * simple.el (minibuffer-contents)
dea0a87d
MB
9888 (minibuffer-contents-no-properties, delete-minibuffer-contents):
9889 New functions.
9890 * filecache.el (file-cache-directory-name)
9891 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
9892
eb04d6cd 98932000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 9894
dea0a87d
MB
9895 * filecache.el (file-cache-minibuffer-complete): Don't try to
9896 delete the minibuffer prompt.
9897
a8a1b05d
DL
98982000-11-30 Dave Love <fx@gnu.org>
9899
9900 * cus-start.el: Fix read-buffer-function type.
9901
693c4692
GM
99022000-11-30 Gerd Moellmann <gerd@gnu.org>
9903
9904 * md5.el: Removed. There's a built-in function, now.
9905
2c0b1898
GM
99062000-11-30 Markus Rost <rost@math.ohio-state.edu>
9907
9908 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
9909 as dummy 0-th char of rmail-deleted-vector.
9910
63dfcf4b
EZ
99112000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
9912
9913 * ps-print.el (ps-end-job): Bind case-fold-search only after
9914 switching to ps-spool-buffer.
9915
99162000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9917
9918 * ps-print.el: Line number font customization. PostScript: Lines and
9919 PageCount are initialized on each page. Doc Fix.
9920 (ps-print-version): New version number (6.3.2).
9921 (ps-lpr-switches, ps-font-info-database, ps-font-size)
9922 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
9923 (ps-right-header): Customization fix.
9924 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
9925 Fix code.
9926 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
9927 New vars.
9928
df3aedcf
GM
99292000-11-30 Gerd Moellmann <gerd@gnu.org>
9930
edfb795e
GM
9931 * bs.el: Fix typos and spelling errors.
9932 (bs-appearance) <defgroup>: Renamed from bs-appearence.
9933 (bs-configuration): Doc fix.
e04d21aa 9934
df3aedcf
GM
9935 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
9936
8b8a7f01
GM
99372000-11-30 Rob Riepel <riepel@Stanford.EDU>
9938
9939 * emulation/tpu-edt.el (tpu-version): New version.
9940 (tpu-search-overlay, tpu-replace-overlay): New initial range.
9941 (tpu-original-mode-line): Variable deleted.
9942 (tpu-mark-flag): New initial value.
83c9cb8e
SM
9943 (tpu-set-mode-line): Don't redefine mode-line-format.
9944 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
9945 (tpu-update-mode-line): New mark flag logic.
9946 (tpu-get): Use find-file-wildcards.
9947 (tpu-search-highlight): Move overlay less, reset overlay properly.
9948 (tpu-unselect): Deactivate mark.
9949 (tpu-lm-replace): Reset overlay properly.
9950 (tpu-forward-line): Use forward-visible-line.
9951 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
9952
83c9cb8e 9953 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 9954
c069a9d3
GM
99552000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9956
9957 * cus-edit.el (custom-face-value-create): Always emphasize tag.
9958
b02cd40b
GM
99592000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9960
9961 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
9962 and skip whitespace and newlines.
e04d21aa 9963
b7a90344
SM
99642000-11-30 Stefan Monnier <monnier@cs.yale.edu>
9965
9966 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
9967
be6bbb55
GM
99682000-11-29 Gerd Moellmann <gerd@gnu.org>
9969
0383ed60
GM
9970 * help.el (describe-function-1): Regexp-quote function name
9971 when used as part of a regexp.
9972
83c9cb8e
SM
9973 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
9974 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
9975 (tool-bar-add-item): Likewise, and handle unspecified colors.
9976
9977 * enriched.el (enriched-face-ans): Use face-attribute instead
9978 of face-foreground and face-background.
9979
9980 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 9981 Return nil if attribute is unspecified, for backward compatibility.
c7957947 9982
7423978d
GM
9983 * files.el (auto-mode-alist): Add an entry for antlr-mode.
9984
ef128c78
GM
9985 * play/5x5.el: Remove version info.
9986
a81fc510
GM
9987 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
9988
be6bbb55
GM
9989 * frame.el (blink-cursor-mode): Doc fix.
9990
f9396e03
GM
99912000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
9992
9993 * antlr-mode.el: New commands to run ANTLR from within Emacs and
9994 to create Makefile rules.
9995 (antlr-tool-command): New user option.
9996 (antlr-ask-about-save): New user option.
9997 (antlr-makefile-specification): New user option.
9998 (antlr-file-formats-alist): New variable.
9999 (antlr-special-file-formats): New variable.
10000 (antlr-unknown-file-formats): New user option.
10001 (antlr-help-unknown-file-text): New variable.
10002 (antlr-help-rules-intro): New variable.
10003 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
10004 (antlr-mode-menu): Add entries.
10005 (antlr-file-dependencies): New function.
10006 (antlr-directory-dependencies): New function.
10007 (antlr-superclasses-glibs): New function.
10008 (antlr-run-tool): New command.
10009 (antlr-makefile-insert-variable): New function.
10010 (antlr-insert-makefile-rules): New function.
10011 (antlr-show-makefile-rules): New command.
10012
10013 * antlr-mode.el: More Emacs/XEmacs stuff.
10014 (antlr-no-action-keywords): New constant with value nil.
10015 (antlr-font-lock-keywords-alist): Use it. Old value would break
10016 syntax highlighting in Emacs-21.0.
10017 (antlr-default-directory): Emacs/XEmacs dependend function.
10018 (antlr-read-shell-command): Ditto.
10019 (antlr-with-displaying-help-buffer): Ditto.
10020
100212000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10022
10023 * antlr-mode.el: imenu, parsing and highlighting changes.
10024 (antlr-imenu-create-index-function): Don't create extra submenus
10025 for definitions in different grammar classes. It is not necessary
10026 for the menu and would make command `imenu' awkward to use.
10027 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
10028 header actions and more than one.
10029 (antlr-font-lock-tokendef-face): Changed color.
10030 (antlr-font-lock-tokenref-face): Changed color.
10031 (antlr-font-lock-additional-keywords): Also highlight lowercase.
10032 (antlr-mode-syntax-table): New variable.
10033 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
10034 (antlr-with-syntax-table): Don't copy syntax table.
10035
100362000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10037
10038 * antlr-mode.el: Minor changes: language setting.
10039 (antlr-language-alist): The value for file option "language" can
10040 be both an identifier and a string.
10041 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
10042 (antlr-language-limit-n-regexp): Change accordingly.
10043
100442000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
10045
10046 * antlr-mode.el: Minor changes: tabs, hiding.
10047 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
10048 (antlr-action-visibility): Also allow value nil to also hide the
10049 braces. Renamed from `antlr-tiny-action-length'.
10050 Suggested by Jay@aol.com.
10051 (antlr-hide-actions): Change accordingly. Hide line if completely
10052 hidden action is on a line of its own.
e04d21aa 10053
6ad948eb
SM
100542000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10055
10056 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
10057
10058 * sort.el (sort-columns): Don't concat strings with numbers.
10059
9c6a4107
DL
100602000-11-29 Dave Love <fx@gnu.org>
10061
10062 * cus-edit.el (face): Fix :format.
10063
10064 * mail/feedmail.el: Require smtpmail when compiling.
10065 (mail-do-fcc): Autoload.
10066 (feedmail) <defgroup>: Fix :link.
10067 (feedmail-nuke-body-in-fcc): Fix :type.
10068 (feedmail-send-it): Add autoload cookie.
10069
053b8d35
SM
100702000-11-29 Stefan Monnier <monnier@cs.yale.edu>
10071
10072 * newcomment.el (comment-indent): Save excursion around call to
10073 comment-indent-function.
10074
242c13e8
MB
100752000-11-29 Miles Bader <miles@gnu.org>
10076
10077 * subr.el (member-ignore-case): Return the tail of the list who's
10078 car matches, like `member', not the matching element itself.
10079
8f4b5f28
KH
100802000-11-29 Kenichi Handa <handa@etl.go.jp>
10081
10082 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
10083 should not contain `\n'.
10084
bebe4a2c
GM
100852000-11-28 Gerd Moellmann <gerd@gnu.org>
10086
fd9ac94c 10087 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 10088
ba7e40eb
GM
10089 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
10090
75ab0c79
GM
10091 * dired-aux.el (dired-do-create-files): Construct default file
10092 name for dired-mark-read-file-name so that when the user enters
10093 just RET, the target file will end up in the target directory.
10094
bebe4a2c
GM
10095 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
10096 local-abbrev-table before changing buffers because it might
10097 have a buffer-local binding.
10098
fa6d1ca8
MB
100992000-11-28 Miles Bader <miles@gnu.org>
10100
10101 * simple.el (delete-horizontal-space): Handle fields more generally.
10102
8d2c2642
GM
101032000-11-28 Gerd Moellmann <gerd@gnu.org>
10104
10105 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
10106
8b31236d
DL
101072000-11-28 Dave Love <fx@gnu.org>
10108
3cbd02d2
DL
10109 * progmodes/ps-mode.el (ps-mode): Set comment-start and
10110 comment-start-skip locally.
10111
8b31236d
DL
10112 * progmodes/fortran.el (fortran-mode): Don't set
10113 fortran-comment-line-start-skip. Set comment-start to
10114 fortran-comment-line-start.
10115 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
10116 (fortran-comment-line-start-skip): Simplify slightly.
10117
ae4bf56d
GM
101182000-11-28 Gerd Moellmann <gerd@gnu.org>
10119
17ef7534
GM
10120 * play/5x5.el: Remove RCS keyword.
10121
fd9ac94c 10122 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 10123
665b27a6
GM
101242000-11-28 Milan Zamazal <pdm@freesoft.cz>
10125
83c9cb8e
SM
10126 * textmodes/tildify.el (tildify-string-alist):
10127 Add `plain-tex-mode' here.
665b27a6 10128
fe3c2ae3
GM
101292000-11-28 Colin Walters <walters@cis.ohio-state.edu>
10130
10131 * chistory.el (Command-history-setup): Remove extraneous `keymap'
10132 reference.
10133
d970106b
MB
101342000-11-28 Miles Bader <miles@gnu.org>
10135
36b80a0d
MB
10136 * cus-face.el (custom-face-attributes): Add post-filter function
10137 for :box. Make pre-filter function for :box handle all cases.
10138
d970106b
MB
10139 * wid-edit.el (widget-choose): Make sure pop-up window is large
10140 enough to display all the choices, as there's no way to scroll it.
10141
5a2bae6c
KH
101422000-11-28 Kenichi Handa <handa@etl.go.jp>
10143
10144 * international/mule-conf.el: Make the coding system no-conversion
10145 safe for all characters.
10146
9e836e23
DL
101472000-11-27 Dave Love <fx@gnu.org>
10148
8b31236d
DL
10149 * net/ldap.el (ldap) <defgroup>: Add :version.
10150
9e836e23
DL
10151 * tooltip.el (tooltip-use-echo-area): Doc fix.
10152
10153 * cus-start.el <minibuffer-prompt-properties>: Add version.
10154 <read-buffer-function>: Add.
10155
10156 * apropos.el (apropos-print): Add help-echo to active text.
10157
10158 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
10159
4a74d071
GM
101602000-11-27 Gerd Moellmann <gerd@gnu.org>
10161
10162 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
10163 type, group and version.
10164
76058c27
EZ
101652000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
10166
4a74d071 10167 * select.el (x-get-selection): Docstring fix.
76058c27 10168
fd9ac94c 101692000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 10170
fd9ac94c 10171 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 10172
49060c51
AI
101732000-11-27 Andrew Innes <andrewi@gnu.org>
10174
10175 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
10176
10177 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
10178
b2a8e429
MB
101792000-11-27 Miles Bader <miles@gnu.org>
10180
10181 * dired.el (dired-get-filename): Return filename verbatim if
10182 LOCALP is `verbatim'.
10183 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
10184 `verbatim' so that we don't inadvertently delete a non-existant
10185 directory name.
10186
5ac0366d
KH
101872000-11-27 Kenichi Handa <handa@etl.go.jp>
10188
10189 * international/characters.el: Specify cases and syntaxes for
10190 mule-unicode-0100-24ff.
10191
67f1cf4c
GM
101922000-11-27 Gerd Moellmann <gerd@gnu.org>
10193
10194 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
10195 that foreground and/or background colors of the face `tool-bar'
10196 are unspecified.
10197
46c56972
MB
101982000-11-27 Miles Bader <miles@gnu.org>
10199
e04d21aa 10200 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
10201 (widget-field-end): Handle widget field `pseudo-overlays'.
10202 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
10203 if it's there instead of in `widget-field-list'.
10204
46c56972 10205 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
10206 (help-make-xrefs): Delete extraneous newlines at the end of the
10207 docstring.
46c56972 10208
640a9cdd
JR
102092000-11-25 Jason Rumney <jasonr@gnu.org>
10210
10211 * startup.el (command-line): Call set-locale-environment after
10212 Window System init file is read, as it can result in a call to
10213 redraw-frame.
10214
0b3f96d4
EZ
102152000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
10216
10217 * simple.el (shell-command): Mention the effect of the prefix
10218 argument in the doc string.
10219
8da6e2a1
MB
102202000-11-25 Miles Bader <miles@gnu.org>
10221
a658d039
MB
10222 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
10223
8da6e2a1 10224 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 10225 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 10226
d3416cca
JR
102272000-11-24 Jason Rumney <jasonr@gnu.org>
10228
10229 * international/mule-cmds.el (locale-language-names): Add "jp" as
10230 a non-standard alternative for Japanese.
10231
17e37f53
AS
102322000-11-24 Andre Spiegel <spiegel@gnu.org>
10233
10234 * vc-hooks.el: Require 'cl during compilation.
10235
9aa5f148
GM
102362000-11-24 Gerd Moellmann <gerd@gnu.org>
10237
ba193890
GM
10238 * faces.el (face-set-after-frame-default): Let face attributes
10239 specified for new frames override frame parameters.
10240
9aa5f148
GM
10241 * startup.el (command-line): Fix computation of the source file
10242 for user-init-file when user-init-file is a compiled file.
10243
51a1edab
MB
102442000-11-24 Miles Bader <miles@gnu.org>
10245
e04d21aa 10246 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
10247 (custom-post-filter-face-spec): New functions.
10248 (custom-face-set, custom-face-value-create): Filter the face spec
10249 before and after customization.
10250 (custom-face-set): If VALUE specifies a null face, pass a
10251 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
10252 * cus-face.el (custom-face-attributes): Remove SET and GET
10253 functions. Add some IN-FILTER and OUT-FILTER functions in the few
10254 cases they're needed.
10255
1ed74431
MB
10256 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
10257 that it's distinguishable from the :off-glyph on dark-background
10258 displays. Set its background color too.
10259
67ee1125
MB
10260 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
10261 so that people can easily turn it off.
10262
7d027816 102632000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 10264
7d027816 10265 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 10266
9aa5f148 10267 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 10268
9aa5f148 10269 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 10270
9aa5f148 10271 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 10272 redundant skip-small-frames test.
e04d21aa 10273
9aa5f148 10274 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 10275 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 10276
9aa5f148
GM
10277 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
10278 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
10279 (viper-restore-cursor-type,viper-set-insert-cursor-type):
10280 New functions.
e04d21aa 10281
9aa5f148 10282 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 10283
9aa5f148 10284 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 10285
f07fa1b8
KH
102862000-11-24 Kenichi Handa <handa@etl.go.jp>
10287
83c9cb8e
SM
10288 * international/mule-diag.el (list-iso-charset-chars):
10289 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
10290 (list-non-iso-charset-chars): Fix the `while' condition.
10291
ba8299ff
SM
102922000-11-23 Stefan Monnier <monnier@cs.yale.edu>
10293
79372165
SM
10294 * subr.el (add-hook, remove-hook): Don't call make-local-hook
10295 if the variable is make-variable-buffer-local.
10296
83c9cb8e
SM
10297 * progmodes/ada-stmt.el (ada-template-map):
10298 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
10299 (ada-stmt-mode-hook): New function extracted from old code.
10300 Only change the buffer-local side of skeleton-*.
10301 (ada-mode-hook): Use it.
10302
68a887fa
EZ
103032000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10304
10305 * iswitchb.el (iswitchb-minibuf-depth): New variable.
10306 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
10307 we expect to be returned by minibuffer-depth once we prompt the
10308 user in the minibuffer.
10309 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
10310 as recorded in iswitchb-minibuf-depth, return non-nil.
10311
3b345582
EZ
103122000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
10313
10314 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
10315 (hscroll-window-maybe): Docstring fix.
10316
595dead2
DL
103172000-11-23 Dave Love <fx@gnu.org>
10318
10319 * rect.el (string-rectangle): Don't test delete-selection-mode.
10320
1e66b27a
GM
103212000-11-23 Gerd Moellmann <gerd@gnu.org>
10322
02790ce2
GM
10323 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
10324 is in the tool bar.
10325
1e66b27a 10326 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 10327 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 10328
a4caa65d
SM
103292000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10330
10331 * textmodes/outline.el (outline-flag-region):
10332 Don't bind inhibit-read-only since we don't modify the buffer.
10333 (outline-isearch-open-invisible): Don't jump to overlay-start
10334 since we're trying to unhide text around point.
10335 (outline-discard-overlays): Use dolist.
10336
10337 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
10338
03e757c1
GM
103392000-11-22 Gerd Moellmann <gerd@gnu.org>
10340
83c9cb8e 10341 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 10342
1598a961
SM
103432000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10344
10345 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
10346 Fix ARG regexp to skip quoted braces.
10347 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
10348 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
10349 are (correctly) handled separately).
10350 Remove `caption' and `footnote' from `citations': they contain text.
10351 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
10352 (latex-skeleton-end-hook): New function.
10353 (latex-mode): Use it.
10354 (tex-start-tex-marker): Remove.
10355 (tex-send-tex-command): Don't set tex-start-tex-marker.
10356 (tex-error-parse-syntax-table): New var.
10357 (tex-compilation-parse-errors): Use it.
10358 Ignore tex-start-tex-marker. Don't bother with marker-position.
10359 (tex-validate-buffer): Don't bother with marker-position.
10360
10361 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 10362 (flyspell-generic-progmode-verify): Use it.
1598a961 10363
eaae8106
SS
103642000-11-22 Sam Steingold <sds@gnu.org>
10365
83c9cb8e 10366 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 10367
eaae8106 10368 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 10369 `ada-remove-trailing-spaces'.
eaae8106 10370 (ada-remove-trailing-spaces): Removed.
e04d21aa 10371
eaae8106 10372 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 10373
1598a961
SM
10374 * textmodes/picture.el (picture-clean): Removed.
10375 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 10376
a41d49e9
GM
103772000-11-22 Gerd Moellmann <gerd@gnu.org>
10378
e053c60f
GM
10379 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
10380
a41d49e9
GM
10381 * hi-lock.el (hi-lock-refontify): Don't call non-existent
10382 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 10383 do anything special when jit-lock is active.
a41d49e9
GM
10384 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
10385
197615f3
DL
103862000-11-22 Dave Love <fx@gnu.org>
10387
ddbfaa9f
DL
10388 * calendar/todo-mode.el (todo-top-priorities): Use
10389 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
10390
ddc3c695
DL
10391 * language/chinese.el, language/cyrillic.el:
10392 * language/devanagari.el, language/ethiopic.el, language/greek.el:
10393 * language/hebrew.el, language/indian.el, language/japanese.el:
10394 * language/korean.el, language/lao.el, language/misc-lang.el:
10395 * language/thai.el, language/tibetan.el, language/vietnamese.el:
10396 Use provide.
10397
fb9fa98d
DL
10398 * cus-edit.el (custom-buffer-create-internal): Save some consing.
10399 (custom-variable-set): Improve validation error mesage.
10400
197615f3
DL
10401 * rect.el (string-rectangle): Revert last change.
10402 (string-rectangle-line): New arg DELETE.
10403 (string-rectangle): Check delete-selection-mode.
10404
10405 * emacs-lisp/edebug.el (edebug-version)
10406 (edebug-maintainer-address): Deleted.
10407 (edebug-submit-bug-report): Just alias to report-emacs-bug.
10408 (edebug-read-function): Account for other `'#' read forms.
10409 (edebug-mode-menus): Make some items toggles.
10410 (edebug-outside-unread-command-event, unread-command-event):
10411 Remove these to avoid warnings.
10412
f4117c4d
GM
104132000-11-22 David Ponce <david@dponce.com>
10414
10415 * recentf.el (recentf-menu-items-for-commands)
10416 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 10417 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 10418
f4117c4d
GM
10419 (recentf-build-dir-rules, recentf-dump-variable)
10420 (recentf-edit-list, recentf-open-files-item)
10421 (recentf-open-files): Replaced unnecessary `mapcar' with new
10422 built-in `mapc'.
eaae8106 10423
f8e2f3f2
MB
104242000-11-23 Miles Bader <miles@gnu.org>
10425
10426 * faces.el (menu): Make inverse-video on ttys too.
10427
4c4a541d
SM
104282000-11-22 Stefan Monnier <monnier@cs.yale.edu>
10429
10430 * simple.el (comment-line-break-function): Use the new name
10431 indent-new-comment-line -> comment-indent-new-line.
10432 (clone-indirect-buffer): Don't ignore NORECORD.
10433 (next-completion): Properly handle the case where items are adjacent.
10434
10435 * mouse.el (popup-menu): Stupid typo.
10436
980d836e
GM
104372000-11-22 Gerd Moellmann <gerd@gnu.org>
10438
60e8e0a5
GM
10439 * emacs-lisp/authors.el: Remove autoload cookies, add author,
10440 maintainer, keywords tags.
10441
980d836e
GM
10442 * rect.el (replace-rectangle): Don't call string-rectangle-line
10443 with too many arguments.
10444
e08b2069
AS
104452000-11-22 Andre Spiegel <spiegel@gnu.org>
10446
60e8e0a5 10447 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 10448 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
10449 vc-locking-user, which no longer exists.
10450
10451 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
10452
c6779d8d
DL
104532000-11-22 Dave Love <fx@gnu.org>
10454
10455 * md5.el (md5): Provide.
10456 (md5): Fix error call.
10457
e672fdce
MB
104582000-11-22 Miles Bader <miles@gnu.org>
10459
eaae8106 10460 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
10461 (refill-fill-paragraph-at): Remove debugging code.
10462
80e24c04
MB
10463 * calendar/calendar.el (generate-calendar-window): When we don't
10464 call `fit-window-to-buffer', make sure the top line is fully visible.
10465
3a17d6cc
MB
10466 * image-file.el (insert-image-file): Don't make `read-only'
10467 property rear-nonsticky.
10468
ae1a21c6
MB
10469 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
10470 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
10471 stashing away its original value.
10472 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
10473 in the recursive edit.
10474 Bind `isearch-original-minibuffer-message-timeout' to protect it.
10475 (isearch-done): Restore `minibuffer-message-timeout'.
10476
e672fdce
MB
10477 * cus-start.el: Remove entry for `mode-line-inverse-video'.
10478
3ea79df8
SM
104792000-11-21 Stefan Monnier <monnier@cs.yale.edu>
10480
10481 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
10482
10483 * find-lisp.el (find-lisp-find-files-internal):
10484 Use dolist, when and file-name-as-directory.
10485
980d836e 10486 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
10487 (define-derived-mode, define-minor-mode): Add specs.
10488
10489 * window.el: General comment and spacing fixes.
10490 (save-selected-window): Use backquotes.
10491 (window-safely-shrinkable-p): New function.
10492 (shrink-window-if-larger-than-buffer): Use it.
10493
10494 * subr.el (make-local-hook): Docstring fix.
10495
10496 * shell.el (shell-mode): Use define-derived-mode.
10497
10498 * newcomment.el (comment-indent): Insert comment before calling
10499 comment-indent-function. Don't insert in column 0.
10500 (comment-dwim): Indent before inserting comment.
10501
10502 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
10503 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
10504 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
10505 Use mapc rather than map.
10506
10507 * files.el (find-buffer-visiting): Compare all attributes before
10508 declaring two files identical (rather than just their inode-no).
10509 (auto-mode-alist): Use \' rather than $.
10510
10511 * which-func.el: Update maintainer line.
10512
10513 * pcvs.el (uniquify-buffer-file-name): Remove advice.
10514 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
10515 (uniquify-buffer-file-name): Use it.
10516
8f62f2b8
MB
105172000-11-22 Miles Bader <miles@gnu.org>
10518
10519 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
10520 * simple.el (minibuffer-avoid-prompt): New function.
10521
fb279a6d
GM
105222000-11-21 Gerd Moellmann <gerd@gnu.org>
10523
10524 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
10525
867092e9
MB
105262000-11-21 Miles Bader <miles@gnu.org>
10527
ef860850
MB
10528 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
10529 inclusion of `track-mouse'.
10530
867092e9
MB
10531 * textmodes/refill.el (refill-ignorable-overlay): New variable.
10532 (refill-adjust-ignorable-overlay): New function.
10533 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
10534 only the paragraph's tail if possible.
10535 Update `refill-ignorable-overlay'.
10536 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
10537
10538 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10539 point inside the fill-prefix.
10540
10541 * textmodes/refill.el (refill-post-command-function): Don't reset
10542 refill-doit in the case where a self-insertion command doesn't
10543 case a refill. Use `refill-fill-paragraph-at', getting position
10544 from `refill-doit'.
10545 (refill-after-change-function): Set `refill-doit' to END.
10546 (refill-fill-paragraph-at): New function, mostly from old
10547 refill-fill-paragraph.
10548 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
10549 (refill-pre-command-function): New function.
10550 (refill-mode): Add it to `pre-command-hook'.
10551
ff9ab414
GM
105522000-11-20 Gerd Moellmann <gerd@gnu.org>
10553
29a01b72
GM
10554 * textmodes/artist.el (artist-mode): Fix autoload cookie.
10555
ff9ab414
GM
10556 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
10557 javadoc tags.
eaae8106 10558
885b211b
AS
105592000-11-20 Andre Spiegel <spiegel@gnu.org>
10560
10561 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
10562 vc.el).
10563
eaae8106 10564 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 10565 require vc.
eaae8106
SS
10566
10567 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 10568 checkouts.
eaae8106 10569
d1838556
DL
105702000-11-20 Dave Love <fx@gnu.org>
10571
10572 * Makefile.in (DONTCOMPILE): Omit bindings.el.
10573
2b69bc11 105742000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 10575
2b69bc11
GM
10576 * calculator.el (calculator-paste): Use `if' instead of `and'
10577 and `or'.
10578 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 10579
b95b34e5
GM
105802000-11-19 Gerd Moellmann <gerd@gnu.org>
10581
030de92f
GM
10582 * info.el (info-menu-5): Doc fix.
10583
b95b34e5
GM
10584 * textmodes/artist.el: New file.
10585
54970452
AS
105862000-11-19 Andre Spiegel <spiegel@gnu.org>
10587
eaae8106 10588 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
10589 and differentiate according to checkout model.
10590 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
10591 since this function is only concerned with master state.
10592
83c9cb8e
SM
10593 * vc-hooks.el (vc-workfile-unchanged-p)
10594 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 10595
83c9cb8e
SM
10596 * vc.el (vc-workfile-unchanged-p)
10597 (vc-default-workfile-unchanged-p): See above.
54970452 10598
e5a9dabf
MB
105992000-11-19 Miles Bader <miles@gnu.org>
10600
10601 * image-file.el (insert-image-file): Make `intangible' and
10602 `read-only' properties rear-nonsticky too.
10603
24127af0
GM
106042000-11-18 Gerd Moellmann <gerd@gnu.org>
10605
d392e9c5 10606 * ps-print.el: Update copyright notice.
eaae8106 10607
d392e9c5
GM
10608 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
10609 (tooltip-show): Use the offsets.
10610
24127af0 10611 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 10612 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
10613 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
10614
2b69bc11 106152000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 10616
2b69bc11
GM
10617 * ps-print.el (toplevel): Test for find-coding-system being
10618 fboundp before calling ps-x-find-coding-system.
08ea6f17 10619
66321b2f
SM
106202000-11-16 Stefan Monnier <monnier@cs.yale.edu>
10621
10622 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
10623 (vc-version-backup-file): Docstring fix.
10624
046110c6
GM
106252000-11-16 Gerd Moellmann <gerd@gnu.org>
10626
4104194e
GM
10627 * files.el (basic-save-buffer): Don't add a newline if
10628 find-file-literally is non-nil.
10629 (find-file-literally): Extend doc string.
10630
046110c6
GM
10631 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
10632 sort(1) with the `-f' argument.
10633
6505c16e
AS
106342000-11-16 Andre Spiegel <spiegel@gnu.org>
10635
fd063975
AS
10636 * vc.el: Updated backend documentation.
10637 (vc-default-check-headers): New function.
10638
3d02dd81 10639 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
10640
10641 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 10642 up-to-date.
eaae8106 10643 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 10644 the minibuffer is not active.
fd063975 10645
eaae8106 10646 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 10647 `vc-cvs-use-edit' is on.
eaae8106
SS
10648 (vc-cvs-checkout): When this is used for reverting the workfile,
10649 make a backup of the original contents and revert to that in case
8791d617 10650 of error.
eaae8106 10651 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 10652 remote repositories.
eaae8106 10653
6505c16e
AS
10654 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
10655 for both version and ratio in the minibuffer.
fd063975 10656
eaae8106 10657 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 10658 Use vc-do-command to perform the annotation, not call-process.
6505c16e 10659
a13f0660
KH
106602000-11-16 Kenichi Handa <handa@etl.go.jp>
10661
10662 * international/quail.el (quail-start-translation): Don't call
10663 `message' before reading key sequence.
10664
1389a414
MB
106652000-11-16 Miles Bader <miles@lsi.nec.co.jp>
10666
10667 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
10668
9256a532
KH
106692000-11-16 Kenichi Handa <handa@etl.go.jp>
10670
10671 * window.el (fit-window-to-buffer): Be sure to acquire at least
10672 one text line even if the buffer is empty.
10673
0e14fe9f
GM
106742000-11-16 Gerd Moellmann <gerd@gnu.org>
10675
eaae8106 10676 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
10677 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
10678 Bind ange-ftp-process-verbose to nil.
0e14fe9f 10679
da645c53
DL
106802000-11-15 Dave Love <fx@gnu.org>
10681
83c9cb8e
SM
10682 * wid-edit.el (widget-specify-field, widget-specify-button):
10683 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
10684 widget-mouse-help.
10685 (widget-mouse-help): New function.
10686 (widget-echo-help): Rewritten for :help-echo functions only taking
10687 a widget arg.
10688
83c9cb8e
SM
10689 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
10690 Use display-graphic-p.
b12057b9
DL
10691 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
10692 and that JPEG is available.
10693 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
10694
da645c53
DL
10695 * international/mule-cmds.el (locale-charset-language-names):
10696 Match @euro.
10697
6d133d1f
GM
106982000-11-15 Gerd Moellmann <gerd@gnu.org>
10699
83c9cb8e
SM
10700 * faces.el (face-set-after-frame-default):
10701 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
10702 default face from X resources.
10703
49ac2ac5
EZ
107042000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10705
10706 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10707 Don't set EMACSLOADPATH.
10708
4fb0a34c
EZ
107092000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
10710
10711 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
10712 texinfo-insert-@url.
10713 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
10714 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
10715
bb304a7a
SM
107162000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10717
82bc80bf
SM
10718 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
10719 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
10720 (checkdoc-minor-keymap): Backward compatibility.
10721 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
10722 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
10723 (checkdoc-this-string-valid-engine): Be a bit more strict
10724 to avoid matching substrings of `...' quoted vars/funs.
10725 (checkdoc-defun-info): Only look for `interactive' if alone.
10726 (debug-ignored-errors): Add "arg doesn't appear in docstring".
10727
e8c87124
SM
10728 * progmodes/compile.el (grep): `tag-default' can be nil.
10729
bb304a7a
SM
10730 * newcomment.el (comment-indent): Paren typo.
10731
8628686a
DL
107322000-11-14 Dave Love <fx@gnu.org>
10733
25c269ef
DL
10734 * calculator.el: New maintainer version.
10735
66321b2f 10736 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 10737
8628686a
DL
10738 * cmuscheme.el: Doc fixes.
10739 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 10740 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
10741
10742 * xscheme.el (scheme-program-name): Don't define here.
10743
10744 * progmodes/scheme.el (scheme-program-name): New variable
10745 (originally in cmuscheme).
10746
88f0a1eb
MB
107472000-11-14 Miles Bader <miles@gnu.org>
10748
10749 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
10750 Handle header-lines. Don't loop forever if we can't enlarge the
10751 window anymore. Simplify a bit.
10752
cd9a000c
KH
107532000-11-14 Kenichi Handa <handa@etl.go.jp>
10754
10755 * window.el (fit-window-to-buffer): Don't check
10756 window-text-height. Assure that the last line is fully visible.
10757
83c9cb8e
SM
10758 * international/quail.el (quail-show-guidance-buf):
10759 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
10760 buffer.
10761 (quail-update-guidance): Avoid making the guidance buffer shorter.
10762
d3fcda22
SM
107632000-11-14 Stefan Monnier <monnier@cs.yale.edu>
10764
bdbd9606
SM
10765 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
10766 rather than `prepend' and add an interesting comment.
10767 (tex-math-face, tex-font-lock-syntactic-face-function):
10768 New face and function to use it.
10769 (tex-define-common-keys, tex-mode-map): Use menu-item rather
10770 than `menu-enable' symbol property.
10771 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
10772 (tex-mode): Add some latex-mode commands for auto-selection.
10773 Use tex-font-lock-syntactic-face-function.
10774 (tex-insert-quote): Simplify.
10775 (tex-shell): New mode.
10776 (tex-start-shell): Use it.
10777 (tex-shell-proc, tex-shell-buf): New functions.
10778 (tex-send-command): Use it.
10779 (tex-main-file): Fix the meaning of the new arg REALFILE.
10780 (tex-send-tex-command): New function split from `tex-start-tex'.
10781 Set compilation-last-buffer and compilation-parsing-end.
10782
d3fcda22
SM
10783 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
10784 when it follows non-comment text on the line.
10785
10786 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10787 Set font-lock-defaults.
10788 (lisp-mode-shared-map): Init inside the defvar.
10789 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10790 Use define-derived-mode.
10791
bdab1d43
MB
107922000-11-14 Miles Bader <miles@lsi.nec.co.jp>
10793
10794 * faces.el (header-line): Use `:box nil' for color/gs displays too.
10795
936ae731
GM
107962000-11-14 Gerd Moellmann <gerd@gnu.org>
10797
83c9cb8e
SM
10798 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
10799 Don't recursively optimize body because that can lead to infinite
936ae731
GM
10800 recursion; see comment there.
10801
1695ca2b
EZ
108022000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
10803
10804 * faces.el (face-spec-set-match-display): Revert the change from
10805 2000-10-24. Add a FIXME for after v21.1.
10806
9d348294
MB
108072000-11-13 Miles Bader <miles@gnu.org>
10808
10809 * textmodes/fill.el (skip-line-prefix): New function.
10810 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
10811 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
10812 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
10813 point inside the fill-prefix.
9d348294 10814
b85fa13c
MB
108152000-11-13 Miles Bader <miles@lsi.nec.co.jp>
10816
83c9cb8e
SM
10817 * calendar/calendar.el (generate-calendar-window):
10818 Use `fit-window-to-buffer'.
b85fa13c 10819
a0b47716
SM
108202000-11-12 Stefan Monnier <monnier@cs.yale.edu>
10821
10822 * gud.el (gud-minor-mode): New var.
10823 (gud-symbol, gud-val): New functions.
10824 (gud-find-file): Copy gud-minor-mode to the new buffer.
10825 (gud-menu-map): Include entries for commands that are not always
10826 available, using :enable to (de)activate them.
10827 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
10828 (gud-mode-map): New map.
eaae8106 10829 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
10830 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
10831 Don't set up gud's menu (it's done by the minor-mode).
10832 (gud-minibuffer-local-map): New.
10833 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
10834 (gud-query-cmdline): New function.
10835 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
10836 (gud-mode): Use define-derived-mode.
10837 Don't set up gud's menu (it's done by the minor-mode).
10838 (gud-chop-words): Remove.
10839 (gud-common-init): Use split-string instead.
10840 (gud-new-keymap, gud-make-debug-menu): Eradicate.
10841
10842 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
10843 Add keyword arg :name.
10844
10845 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
10846 (diff-count-matches, diff-split-hunk): New functions.
10847 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
10848
10849 * pcvs-info.el (cvs-fi-conflict-face): New var.
10850
10851 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
10852 Make it into a simple syntax-table, shared among all submodes.
10853 (sh-heredoc-face): Re-introduce.
10854 (sh-font-lock-syntactic-face-function): New function.
10855 (sh-mode): Use it. Also use define-derived-mode.
10856 Remove old bogus setting of indent-region-function.
10857 (sh-set-shell): Don't set the syntax-table any more.
10858 (sh-mode-syntax-table) <defun>: Remove.
10859
f5ed37df
MB
108602000-11-12 Miles Bader <miles@gnu.org>
10861
10862 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
10863 message if interactive.
10864
0b074c2f
DL
108652000-11-12 Dave Love <fx@gnu.org>
10866
10867 * mail/feedmail.el: Fix header,
10868 (feedmail) <defgroup>: Add :link.
10869
10870 * view.el: Use local-map property, not keymap on mode-line string.
10871
83c9cb8e
SM
10872 * scroll-all.el (scroll-all-mode): Customize variable.
10873 Add autoload cookie to function.
0b074c2f
DL
10874
10875 * lazy-lock.el: Remove compatibility code.
10876
10877 * finder.el (finder-known-keywords): Add `files', remove `vms'.
10878 (finder-help-echo): New variable.
10879 (finder-mouse-face-on-line): Add help-echo stuff.
10880 (finder-list-keywords, finder-list-matches): Use mapc.
10881
10882 * faces.el (face-font-registry-alternatives): Add :version.
10883
10884 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
10885 tags-table-list.
10886
a0b47716 10887 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 10888
a0b47716 10889 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
10890 (mail-mode): Use [:alnum:] in some regexps.
10891
6d502396
DL
108922000-11-10 Dave Love <fx@gnu.org>
10893
10894 * ediff.el (ediff-regions-internal, ediff-documentation):
10895 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
10896 fundamental mode.
10897
10898 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
10899 buffer into fundamental mode.
10900 (ediff-set-difference): Use copy-sequence if available.
10901
83c9cb8e
SM
10902 * ediff-ptch.el (ediff-dispatch-file-patching-job):
10903 Check ediff-patch-map non-nil.
6d502396
DL
10904 (ediff-fixup-patch-map, ediff-fixup-patch-map)
10905 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
10906 buffer into fundamental mode.
10907
10908 * ediff-merg.el (state-or-merge): Defvar when compiling.
10909
a82fe213
JR
109102000-11-10 Jason Rumney <jasonr@gnu.org>
10911
10912 * w32-fns.el (w32-add-charset-info): New function.
10913 (w32-charset-info-alist): Use it.
10914
52d89894
GM
109152000-11-10 Gerd Moellmann <gerd@gnu.org>
10916
10917 * faces.el (face-font-registry-alternatives): New user-option.
10918
178932de
SM
109192000-11-10 Stefan Monnier <monnier@cs.yale.edu>
10920
d7fa3319
SM
10921 * textmodes/texinfo.el (texinfo-block-default): New var.
10922 (texinfo-insert-block): Use it. Insert a newline if needed.
10923
178932de
SM
10924 * textmodes/fill.el (fill-indent-according-to-mode): New var.
10925 (fill-region-as-paragraph): Use it.
10926
10927 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
10928 (latex-mode): Tweak tex-*-(head|trail)er regexps.
10929 Tweak paragraph regexps to allow a leading [ \t]*.
10930 (tex-latex-block): Insert a newline if necessary.
10931 (latex-insert-item): Only insert a newline if necessary.
10932 (tex-guess-main-file): New function.
10933 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
10934 Set tex-main-file if TeX-master is provided.
10935 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
10936
bd02b8e0
GM
109372000-11-10 Gerd Moellmann <gerd@gnu.org>
10938
10939 * startup.el (command-line): Set the default tooltip-mode
10940 to t for graphical displays which implement x-show-tip.
10941
10942 * tooltip.el (tooltip-mode): Add a comment about startup.el
10943 setting the default value of this user-option.
10944
b29b03eb
SM
109452000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10946
10947 * font-lock.el (font-lock-*-face) <defvar>: Move.
10948 (font-lock-defaults-alist): Mark obsolete.
10949 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
10950 (font-lock-mode): Use define-minor-mode.
10951 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
10952 (font-lock-turn-off-thing-lock): Be more explicit.
10953 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
10954 (font-lock-syntactic-face-function): New var.
10955 (font-lock-fontify-syntactically-region): Use it.
10956 (font-lock-doc-face): New.
10957
10958 * pcvs.el (cvs-enabledp): Ignore errors.
10959 (cvs-commit-filelist): Never query.
10960 (cvs-mode-insert): Always add a terminating / in the initial prompt.
10961 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
10962 (cvs-do-removal): Use cvs-partition rather than delete-if.
10963 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
10964 cvs-bury-buffer.
10965
10966 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10967 Allow `next' to jump to after the end of the last match.
10968
778fbc46
GM
109692000-11-09 Gerd Moellmann <gerd@gnu.org>
10970
730c746c
GM
10971 * simple.el (byte-compiling-files-p): New function.
10972
10973 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
10974 if it is there.
10975
10976 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
10977 nil again.
10978
778fbc46
GM
10979 * textmodes/ispell.el (ispell-library-path): Don't call
10980 check-ispell-version when byte-compiling because that starts
10981 an ispell process, and ispell might not be installed.
10982 (toplevel): Don't set up a menu when byte-compiling.
10983
10984 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
10985 it, so that a boundp test can be used to determine if we're
10986 currently byte-compiling.
10987
5912c5bb
DL
109882000-11-09 Dave Love <fx@gnu.org>
10989
83c9cb8e 10990 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 10991
7bb054a5
GM
109922000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10993
83c9cb8e
SM
10994 * ps-print.el: Patch for variable initialization when spooling.
10995 Doc fix.
7bb054a5
GM
10996 (ps-output-list): Fun eliminated.
10997 (ps-begin-file, ps-begin-job): Code fix.
10998
9db2706e
DL
109992000-11-08 Dave Love <fx@gnu.org>
11000
83c9cb8e 11001 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 11002
f7eb32aa
GM
110032000-11-08 Gerd Moellmann <gerd@gnu.org>
11004
11005 * simple.el (shell-command, display-message-or-buffer)
11006 (shell-command-on-region): Mention resize-mini-windows in the doc
11007 string.
11008 (display-message-or-buffer): Take the value of resize-mini-windows
11009 into account.
11010
7b01b08c
GM
110112000-11-07 Gerd Moellmann <gerd@gnu.org>
11012
acad3c0b
GM
11013 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
11014
7b01b08c
GM
11015 * dired.el (dired-between-files): Add `^. find' as an alternative
11016 to the regular expression, for find-dired.
11017
6f602bd0
SM
110182000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11019
11020 * textmodes/texnfo-upd.el: Require texinfo.
11021 (defmacro, defgroup): Remove.
11022 (texinfo-section-to-generic-alist): Remove.
11023 Use texinfo-section-list instead (i.e. level is changed string->int).
11024 (texinfo-filter): New function.
11025 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
11026 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
11027 Use it. And use regexp-opt.
11028 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
11029 (texinfo-update-menu-region-beginning)
11030 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
11031 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
11032 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 11033 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
11034 (texinfo-sequential-node-update): Remove autoload cookie.
11035
11036 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
11037 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
11038 (texinfo-chapter-level-regexp): Remove.
11039 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
11040
bb216218
DL
110412000-11-06 Dave Love <fx@gnu.org>
11042
6f602bd0 11043 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 11044
6f602bd0
SM
11045 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11046 Match defun*.
bb216218 11047
ff8dd5d5
KH
110482000-11-06 Kenichi Handa <handa@etl.go.jp>
11049
11050 * composite.el (composition-function-table): Variable declaration
11051 moved to src/composite.c.
11052 (compose-chars-after): New optional arg object.
11053
e9da51a1
GM
110542000-11-06 Gerd Moellmann <gerd@gnu.org>
11055
e0c12c68
GM
11056 * bindings.el (mode-line-toggle-read-only)
11057 (mode-line-toggle-modified, mode-line-widen)
11058 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
11059 (make-mode-line-mouse2-map): Rewritten.
11060 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
11061 functions so that C-h k can show something with a doc string.
eaae8106 11062
e9da51a1
GM
11063 * startup.el (fancy-splash-delay): Set to 10 seconds.
11064 (fancy-splash-max-time): New user-option.
11065 (fancy-splash-stop-time): New variable.
11066 (fancy-splash-screens): Set it. Catch `stop-splashing'.
11067 (fancy-splash-screens-1): Throw `stop-splashing' when current
11068 time is greater than fancy-splash-stop-time.
11069
611dbdf0
SM
110702000-11-06 Stefan Monnier <monnier@cs.yale.edu>
11071
4d2806e2
SM
11072 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
11073
611dbdf0
SM
11074 * pcvs.el (cvs-mode-marked): New arg `noquery'.
11075 Prompt user for a file rather than raising an error.
11076 (cvs-enabledp): Fix call to cvs-mode-marked.
11077 (cvs-insert-file): New function (extracted from cvs-mode-insert).
11078 (cvs-mode-insert): Use it. Change the init prompt' value.
11079 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
11080
11081 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
11082 Don't pass default arg to ewoc-locate.
11083 (ewoc-collect): Return result in the right order.
11084
11085 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
11086
11087 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
11088 (cvs-status-get-tags): Fix regexp.
11089 (cvs-status-trees, cvs-status-cvstrees):
11090 Combine after change hooks and don't sit-for.
4d2806e2
SM
11091 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
11092 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
11093 Use make-char rather than hard-coded cryptic data.
11094 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
11095
11096 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
11097
11098 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
11099 (cvs-insert-strings): New function.
11100
937b2877
MB
111012000-11-06 Miles Bader <miles@lsi.nec.co.jp>
11102
11103 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
11104 `mwheel-scroll-amount'.
11105 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
11106 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
11107 string-matching against the version string.
11108
c6c97763
KH
111092000-11-06 Kenichi Handa <handa@etl.go.jp>
11110
6eaec747
KH
11111 * language/thai.el ("Thai"): Set a lisp form that produces
11112 composed string in `sample-text' language info.
11113
11114 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
11115 composed string in `sample-text' language info.
11116
83c9cb8e
SM
11117 * international/mule-cmds.el (describe-language-environment):
11118 Eval `sample-text' data and insert the result.
6eaec747 11119
c6c97763
KH
11120 * international/mule-conf.el (compound-text): Define this coding
11121 system here. Make x-ctext and ctext aliases of it.
11122
11123 * language/european.el (compound-text, ctext): Moved to
11124 international/mule-conf.el.
11125
d1145f85
AI
111262000-11-05 Andrew Innes <andrewi@gnu.org>
11127
11128 * w32-fns.el (w32-version): New function.
11129
178a6a45
SM
111302000-11-05 Stefan Monnier <monnier@cs.yale.edu>
11131
11132 * progmodes/awk-mode.el: Update copyright.
11133 (awk-mode-abbrev-table): Remove.
11134 (awk-font-lock-keywords): Use regexp-opt.
11135 (awk-mode): Use define-derived-mode.
11136
11137 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
11138 when extracting a suffix.
11139
1ba90166
AS
111402000-11-04 Andre Spiegel <spiegel@gnu.org>
11141
11142 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
11143 auto-save-mode.
11144
546790cb
JR
111452000-11-04 Jason Rumney <jasonr@gnu.org>
11146
11147 * language/european.el (decode-mac-roman): Test against r1 not r0.
11148
d247e32d
SM
111492000-11-03 Stefan Monnier <monnier@cs.yale.edu>
11150
fbf44f44
SM
11151 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
11152 (icon-mode): Define indent-line-function.
11153 (icon-comment-indent): Simplify.
11154 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
11155
11156 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
11157
11158 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11159 Bind change-log-default-mode to defeat the caching done on it.
11160 Don't bother saving excursion any more.
11161
11162 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
11163
11164 * frame.el (after-setting-font-hook): Rename hooks -> hook.
11165 (set-frame-font): Use the new name (and the old for compatibility).
11166
eaae8106
SS
11167 * toolbar/tool-bar.el (tool-bar-mode):
11168 * time.el (display-time-mode):
11169 * recentf.el (recentf-mode):
11170 * paren.el (show-paren-mode):
11171 * mwheel.el (mouse-wheel-mode):
11172 * msb.el (msb-mode):
11173 * jka-compr.el (auto-compression-mode):
11174 * image-file.el (auto-image-file-mode):
11175 * hl-line.el (hl-line-mode):
11176 * delsel.el (delete-selection-mode):
11177 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
11178 * complete.el (partial-completion-mode): Drop unneeded positional args.
11179
eaae8106 11180 * info.el (Info-mode):
79372165 11181 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 11182
d247e32d
SM
11183 * log-edit.el (log-edit-menu): New menu.
11184
4921558e
MB
111852000-11-03 Miles Bader <miles@gnu.org>
11186
11187 * wid-edit.el (widget-end-of-line): Reinstate, with a new
11188 definition, so that trailing spaces are handled properly.
11189 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
11190
1fc02b3c
GM
111912000-11-03 Gerd Moellmann <gerd@gnu.org>
11192
11193 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
11194 tab character.
11195 (fancy-splash-screens): Set tab-width to 20.
11196
51d001f7
DL
111972000-11-03 Dave Love <fx@gnu.org>
11198
11199 * comint.el (comint-completion-addsuffix): Fix custom type.
11200
ba22aeff
SM
112012000-11-02 Stefan Monnier <monnier@cs.yale.edu>
11202
11203 * font-lock.el (font-lock-buffers): Remove.
11204 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
11205 (font-lock-change-major-mode): Remove.
11206 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
11207 (font-lock-default-fontify-region): Extend the multiline
11208 fontification to whole lines.
11209 (font-lock-fontify-anchored-keywords)
11210 (font-lock-fontify-keywords-region): If matching just one
11211 line (with \n) only mark the \n as multiline.
11212
11213 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
11214 Correctly handle the case where several :group args are supplied.
11215 Allow :extra-args.
11216 (easy-mmode-define-global-mode): Allow :extra-args.
11217 Correctly handle the case where several :group args are supplied.
11218
9c887ada
MB
112192000-11-02 Miles Bader <miles@gnu.org>
11220
eaae8106 11221 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
11222 (holiday-face): Remove dependency on `window-system'.
11223
7f25090d
KR
112242000-11-02 Ken Raeburn <raeburn@gnu.org>
11225
11226 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 11227 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 11228 (compile-files): Bomb out if compilation of a file fails.
7f25090d 11229
7dd6009c
DL
112302000-11-02 Dave Love <fx@gnu.org>
11231
11232 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
11233
94821e4f
EZ
112342000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
11235
11236 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
11237 punctuation in the warning inserted into the *mail* buffer.
11238
1ac3fc42
GM
112392000-11-02 Gerd Moellmann <gerd@gnu.org>
11240
57731876
GM
11241 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
11242 (authors-public-domain-p): New function.
11243 (authors-print): Use it.
11244
975f82c9
GM
11245 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
11246
1ac3fc42
GM
11247 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
11248
4b3eb10f
GM
112492000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11250
975f82c9 11251 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
11252 (ps-print-version): New version number (6.3.1).
11253 (ps-even-or-odd-pages): Customization fix.
11254 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
11255 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
11256 (ps-page-count): Var replaced by `ps-page-column'.
11257 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
11258 (ps-print-sheet-p): New fun.
11259
7da794df
MB
112602000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11261
11262 * tooltip.el (tooltip-gud-tips-setup): New function.
11263 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
11264 (tooltip-mode): Call tooltip-gud-tips-setup.
11265 (tooltip-gud-tips): Use `gud-basic-call' instead of
11266 process-send-string, so the prompt gets frobbed appropriately.
11267 Handle nil return value from `tooltip-gud-print-command'.
11268
0e40b809
EL
112692000-11-01 Eric M. Ludlam <zappo@ultranet.com>
11270
11271 * comint.el (comint-add-to-input-history): New function.
11272 (comint-send-input): Use `comint-add-to-input-history'.
11273
50ada0db
MB
112742000-11-02 Miles Bader <miles@lsi.nec.co.jp>
11275
973a3104
MB
11276 * info.el (info-menu-header): New face.
11277 (Info-fontify-menu-headers): New function.
11278 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
11279
50ada0db
MB
11280 * info.el (Info-insert-dir): Don't include blank lines at
11281 beginning of additional dir files (one is added automatically).
11282
bff53411
SM
112832000-11-01 Stefan Monnier <monnier@cs.yale.edu>
11284
11285 * emacs-lisp/easy-mmode.el (define-minor-mode):
11286 Revert the latest changes.
11287 Allow the three positional arguments to be skipped and replaced
11288 by keyword arguments.
11289 Add a :toggle argument to determine whether a nil arg means toggle
11290 or means turn-on. The default is unchanged.
11291 Add a call to force-mode-line-update.
11292
6b8a0b2d
DL
112932000-11-01 Dave Love <fx@gnu.org>
11294
83c9cb8e 11295 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 11296
5bf99100
MB
112972000-11-01 Miles Bader <miles@lsi.nec.co.jp>
11298
83c9cb8e
SM
11299 * calendar/calendar.el (diary-face, holiday-face):
11300 Add dark-background variants.
5bf99100 11301
a4032611
SS
113022000-10-31 Sam Steingold <sds@gnu.org>
11303
11304 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
11305 `tex-main-file' does not have directory in it.
11306
c286608e
SM
113072000-10-31 Stefan Monnier <monnier@cs.yale.edu>
11308
11309 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
11310
4836835a
TTN
113112000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
11312
11313 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
11314 functional change.
11315
26dcb81b
GM
113162000-10-31 Gerd Moellmann <gerd@gnu.org>
11317
11318 * files.el (find-file-noselect): When we expand a wildcard, return
11319 a list of buffers, as we should do according to the doc string.
11320
49fc4500
KR
113212000-10-31 Ken Raeburn <raeburn@gnu.org>
11322
11323 * loadup.el (top level): Adjust load path if program name is
11324 "../src/bootstrap-emacs", in case it's not dumped and thus the
11325 load path adjustment hasn't already been done.
11326
ea0c615d
GM
113272000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11328
83c9cb8e
SM
11329 * ps-print.el: Fix bug on selected pages for printing.
11330 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
11331 is on. Try to avoid warning messages when compiling. Doc Fix.
11332 (ps-print-version): New version number (6.3).
11333 (ps-color-device): Use `color-values' to determine if device
11334 supports color.
11335 (ps-color-values): Try to use `x-color-values' when using XEmacs.
11336 (ps-print-page-p): Changed from defsubst to defun.
11337 (ps-page-number): Changed from defmacro to defun.
11338 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
11339 printing.
c286608e 11340 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
11341 (ps-end-file, ps-dummy-page): Funs eliminated.
11342 (ps-print-color-scale): Changed default value.
11343 (ps-page-n-up, ps-print-page-p): New internal vars.
11344 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
11345 (ps-plot-region, ps-generate, ps-end-job): Code fix.
11346
9e20722f
GM
11347 * delim-col.el: Little programming improvement.
11348 (delimit-columns-str): New macro.
11349 (delimit-columns-region, delimit-columns-rectangle): Code fix.
11350
d7a0fd00
KH
113512000-10-31 Kenichi Handa <handa@etl.go.jp>
11352
c286608e
SM
11353 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
11354 Moved to european.el.
d7a0fd00
KH
11355 (ccl-encode-mac-roman-font, fontset-mac): Modified for
11356 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
11357 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
11358 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 11359
234be340
DL
113602000-10-30 Dave Love <fx@gnu.org>
11361
11362 * progmodes/cc-menus.el (imenu-generic-expression)
11363 (imenu-progress-message): Only defvar when compiling.
11364
4edc4a39
DL
11365 * emacs-lisp/elp.el (elp-unload-hook): New function.
11366
11367 * loadhist.el (unload-feature): Call elp-restore-function,
11368 checking for symbols; don't use elp-restore-all.
11369 (loadhist-hook-functions): Doc fix.
11370
70c825df
SM
113712000-10-30 Stefan Monnier <monnier@cs.yale.edu>
11372
11373 * log-edit.el (log-edit-confirm): Fix the default.
11374
1d3baf74
GM
113752000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11376
11377 * delim-col.el: Little fix: replace delimit-columns-align-columns by
11378 delimit-columns-format.
11379 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 11380
1ec321a7
MB
113812000-10-30 Miles Bader <miles@lsi.nec.co.jp>
11382
11383 * comint.el (comint-replace-by-expanded-history): Don't use
11384 comint-get-old-input (we're not looking at *old* input).
11385 (comint-get-old-input-default): If using fields, signal an error
11386 when the point is not in an input field.
11387
70737ea9
KH
113882000-10-30 Kenichi Handa <handa@etl.go.jp>
11389
11390 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
11391 and mule-unicode-e000-ffff.
11392
fa0cb51d 11393 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
11394 (make-coding-system): Accept a symbol of translation table as a
11395 value of property `safe-chars'.
11396
11397 * international/mule-cmds.el (encode-coding-char): Check property
11398 safe-chars instead of safe-charsets.
11399
11400 * international/fontset.el (fontset-default): Modified for
11401 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
11402 (x-font-name-charset-alist): Likewise.
11403 (ccl-encode-unicode-font): New CCL program. Record it in
11404 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
11405
70c825df
SM
11406 * language/european.el (mac-roman-decoder, mac-roman-encoder):
11407 New translation tables.
70737ea9
KH
11408 (decode-mac-roman, encode-mac-roman): Definition of these CCL
11409 programs are modified and moved from mac-win.el.
11410 (mac-roman): Definition of this coding system is modified and
11411 moved from mac-win.el.
4836835a 11412
fda2ce24 114132000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 11414
1d3baf74 11415 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 11416 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 11417
dd4d3cb6
MB
114182000-10-29 Miles Bader <miles@gnu.org>
11419
11420 * custom.el (custom-add-to-group): Allow multiple entries for a
11421 given value OPTION, as long as their widget types are different.
11422 * cus-edit.el (custom-face-value-create): If face name doesn't end
11423 with "face", add such here (similar to custom group widgets).
11424
11425 * comint.el (comint-highlight-prompt): Add :type.
11426
dace60cf
JW
114272000-10-28 John Wiegley <johnw@gnu.org>
11428
dace60cf
JW
11429 * calendar/timeclock.el (timeclock-log): Doc fix.
11430 (timeclock-last-event): Doc fix.
83c9cb8e 11431 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
11432 (timeclock-find-discrep): Use a temp buffer to read in the
11433 timelog, instead of visiting the file.
11434 (timeclock-log-data): A new function, along with a host of helper
11435 functions, for the purpose of making timelog data accessible to
11436 programmers.
11437
11438 * eshell/esh-mode.el (window-height test): Make certain that
11439 `eshell-stringify-t' is non-nil.
11440 (eshell-password-prompt-regexp): Changed to a much simpler
11441 password regexp.
11442 (eshell-send-input): If `eshell-invoke-directly' returns t,
11443 directly invoke the parsed command using `eval'. This improves
11444 turn-around time on simple commands by a factor of three or
11445 greater, such as cd, ls, pwd, etc. -- which get used very often.
11446 It also conserves thousands of cons cells per call (since
11447 `eshell-do-eval' consumes memory like a Cookie Monster set loose
11448 in the Pacific Cookie Company).
11449
11450 * eshell/esh-test.el (eshell-test): Whitespace fix.
11451
83c9cb8e
SM
11452 * eshell/em-ls.el (eshell-ls-insert-directory):
11453 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
11454
11455 * eshell/em-script.el (eshell-script-initialize): Add names to
11456 `eshell-complex-commands, since `source' and `.' are complex.
11457
0467b076
EZ
11458 * eshell/esh-cmd.el (eshell-rewrite-for-command)
11459 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
11460 `eshell-copy-handles'.
11461 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
11462 bodies.
11463 (eshell-separate-commands): Whitespace fix.
11464 (eshell-complex-commands): Added a new list of names, for
11465 determining whether a given command is as simple as it looks.
11466 (eshell-invoke-directly): New function. Returns t if a command
11467 should be invoked directly (using `eval'), rather than indirectly
11468 using `eshell-do-eval'.
11469 (eshell-do-eval): Whitespace fix.
11470
11471 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
11472 which provides an emulation of the DOS shell behavior of assuming
11473 that cp/mv/ln should copy/move/link to the current directory.
11474 (eshell-remove-entries): Added a doc string.
11475 (eshell-shuffle-files): Removed the check for `target' being null.
11476 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
11477 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
11478 it to do a smarter check of whether a destination was provided.
11479 (eshell/mv, eshell/cp): Enable `:preserve-args'.
11480 (eshell/ln): Enable `:preserve-args', and use
11481 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
11482 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
11483 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
11484 list after flattening it. This makes it possible to cat files
11485 with numerical names.
11486 (eshell-unix-initialize): Added several names to
11487 `eshell-complex-commands.
11488 (eshell-unix-command-complex-p): Return t if a given command name
11489 may result in external processes being invoked.
11490
11491 * eshell/em-glob.el (eshell-glob-show-progress): Make this
11492 variable nil by default, since it slows down glob processing by a
11493 factor of two or more, and increases memory consumption.
11494
11495 * eshell/em-smart.el: Added a note about how memory consumptive
11496 smart display mode can be (at least this is true in Emacs 21).
11497 (eshell-smart-initialize): Whitespace fix.
11498 (eshell-refresh-windows): Use `if' instead of `when'.
11499 (eshell-smart-scroll-window): Calling `save-current-buffer' was
11500 not necessary.
83c9cb8e 11501 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
11502
11503 * eshell/em-ls.el (eshell-do-ls): Code simplification.
11504 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
11505 Whitespace fix.
11506 (eshell-ls-exclude-hidden): Added this variable in addition to
11507 `eshell-ls-exclude-regexp'. This one prevents files beginning
11508 with . from even being read, which can improve memory consumption
11509 quite a bit.
11510 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
11511 read file entries beginning with a dot. In home directories with
11512 lots of hidden files, fully two-thirds of the time spent in ls is
11513 used to read directory entries that are immediately thrown away.
11514 (eshell-ls-initial-args): Added back this configuration variable,
11515 for specifying default initial arguments to every call to ls.
11516 Much faster than using an alias to do the same thing.
11517 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
11518 (eshell-ls-dir): Whitespace change.
11519
11520 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
11521
83c9cb8e 11522 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
11523 (eshell-stringify-t): Added a customization variable, to indicate
11524 whether `t' should be rendered as a string at all. If not, one
11525 can still determine if the result of an expression is true using
11526 "file-exists-p FILE && echo true".
11527 (eshell-stringify): If `eshell-stringify-t' is nil, don't
11528 stringify t!
11529
11530 * eshell/esh-module.el: Whitespace fix.
11531
83c9cb8e
SM
11532 * eshell/em-alias.el (eshell-alias-initialize):
11533 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
11534 (eshell-command-aliased-p): New function that returns t if a
11535 command name names an aliased.
11536
657f9cb8 115372000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 11538
0467b076 11539 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 11540 redrawing the screen when changing cursor color.
0467b076
EZ
11541 (viper-insert-state-pre-command-sentinel)
11542 (viper-replace-state-pre-command-sentinel)
70c825df
SM
11543 (viper-replace-state-post-command-sentinel):
11544 Use viper-preserve-cursor-color.
657f9cb8
MK
11545 Many functions changed to use viper= instead of = when comparing
11546 characters.
0467b076 11547 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 11548 working with characters.
0467b076 11549 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
11550 Many functions changed to use viper= instead of = when comparing
11551 characters.
0467b076 11552 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 11553
0467b076 11554 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 11555 Several typos fixed in various docstrings.
0467b076 11556 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 11557 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
11558 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
11559 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
11560 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
11561 (ediff-get-selected-buffers): New function.
11562 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
11563 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
11564 Use save-window-excursion.
0467b076 11565 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 11566 termination check in while loop.
0467b076 11567 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 11568 dired buffer.
0467b076
EZ
11569 (ediff-files,ediff-merge-files,ediff-files3)
11570 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 11571
4f490d99
DL
115722000-10-28 Dave Love <fx@gnu.org>
11573
11574 * info.el (Info-fontify-node): Add help-echo for menu items.
11575
45b84006
EZ
115762000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
11577
5ebc02b3
EZ
11578 * startup.el (normal-top-level): If the value of $TERM indicates
11579 we are running from xterm or one of its work-alikes, default to a
11580 light background mode.
11581
45b84006
EZ
11582 Support for -fg, -bg, and -rv command-line arguments for TTYs:
11583 * faces.el (tty-handle-reverse-video): New function.
11584 (tty-create-frame-with-faces): Call it.
11585
11586 * frame.el (frame-notice-user-settings): Don't apply
11587 default-frame-alist and initial-frame-alist to MS-DOS frames.
11588 Call tty-handle-reverse-video, frame-set-background-mode, and
11589 face-set-after-frame-default for non-MS-DOS frames.
11590
11591 * startup.el (tty-long-option-alist): New variable.
11592 (tty-handle-args): New function.
11593 (command-line): Call tty-handle-args.
11594
11595 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
11596 startup.el now does that for all character-terminal frames.
11597
eab6e8b9
MB
115982000-10-28 Miles Bader <miles@gnu.org>
11599
83c9cb8e
SM
11600 * emacs-lisp/easy-mmode.el (define-minor-mode):
11601 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
11602 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 11603 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
11604 version using `easy-mmode-define-global-mode'.
11605 Add :conditional-turn-on keyword argument.
eab6e8b9 11606
51a29efc
DL
116072000-10-28 Dave Love <fx@gnu.org>
11608
83c9cb8e
SM
11609 * international/latin1-disp.el (latin1-char-displayable-p):
11610 Don't use window-system.
51a29efc 11611
d71d7114
EZ
116122000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
11613
11614 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11615 Don't call find-buffer-file-type-coding-system. Instead, just
11616 set eol-type to -unix if inhibit-eol-conversion is in effect, or
11617 if the file is on an untranslated filesystem.
11618 (add-untranslated-filesystem): Use "D" instead of "f" inside
11619 interactive.
11620
1f9cab4b
DL
116212000-10-27 Dave Love <fx@gnu.org>
11622
70c825df 11623 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
11624 (refill-mode): Use it.
11625
70c825df
SM
116262000-10-27 Stefan Monnier <monnier@cs.yale.edu>
11627
11628 * international/quail.el (quail-activate): Don't make-local-hook.
11629
7432cf10
AS
116302000-10-27 Andre Spiegel <spiegel@gnu.org>
11631
4836835a 11632 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 11633 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
11634 (vc-make-version-backup): Don't do it on MS-DOS without long file
11635 names.
4836835a 11636
7432cf10
AS
11637 * vc.el (vc-version-other-window): If an automatic backup of the
11638 desired version exists, rename it instead of copying it.
11639
4836835a
TTN
11640 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
11641 after command. If there's an unexpected error, signal it instead
7432cf10 11642 of being silent.
e1483c38 11643 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 11644
05ea7ef2
MB
116452000-10-27 Miles Bader <miles@lsi.nec.co.jp>
11646
fd1035aa
MB
11647 * shell.el (shell): Add BUFFER argument.
11648 * comint.el (make-comint-in-buffer): New function.
11649 (make-comint): Use it.
11650
05ea7ef2
MB
11651 * faces.el (face-spec-choose): Change syntax so that the list of
11652 attribute-value pairs is now the cdr of each clause, not the cadr.
11653 Detect old-style entries, and handle them. Use pop.
11654
835a55fe
SM
116552000-10-26 Stefan Monnier <monnier@cs.yale.edu>
11656
f5ab1cdd
SM
11657 * cus-edit.el (custom-mode-map): Use a sparse map.
11658 (custom-mode): Don't bother with make-local-hook.
11659
11660 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
11661
835a55fe
SM
11662 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
11663
c13b0ec8
GM
116642000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11665
11666 * ps-print.el: Avoid compilation gripes.
11667 (ps-print-version): New version number (6.2.1).
4836835a 11668
e9f63196
DL
116692000-10-26 Dave Love <fx@gnu.org>
11670
0b95284b
DL
11671 * menu-bar.el: Modify some menu item help strings.
11672 (menu-bar-help-menu): Add link to MORE.STUFF.
11673
e9f63196
DL
11674 * cus-edit.el (custom-mode): Add `special' mode-class property.
11675
11676 * wid-browse.el (widget-browse-mode): Likewise.
11677
11678 * wid-edit.el (widget-specify-field): Revert to using local-map
11679 property, not keymap.
11680
e276a14a
MB
116812000-10-26 Miles Bader <miles@lsi.nec.co.jp>
11682
c1545d88
MB
11683 * wid-edit.el (widget-field-end): When checking for a `boundary'
11684 field, do so in the correct buffer.
11685
3c1b77ca
MB
11686 * simple.el (undo): Correctly distinguish between numeric and
11687 non-numeric prefix args in non-transient-mark-mode, as per the doc
11688 string. When in transient-mark-mode, treat all prefix-args as
11689 numeric.
11690
f5ab1cdd
SM
11691 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
11692 Position point on match. Handle N == 0 correctly.
22626d9d
MB
11693
11694 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
11695 (comint-mode-map): Reverse order of `comint-write-output' and
11696 `comint-append-output-to-file'.
11697 (comint-append-output-to-file): Reinstate this function, for the
11698 benefit of the menu.
11699
d97151cb
SM
117002000-10-25 Stefan Monnier <monnier@cs.yale.edu>
11701
11702 * vc.el (vc-version-other-window): Bind `file'.
11703
ea7d6f5b
GM
117042000-10-25 Gerd Moellmann <gerd@gnu.org>
11705
f5ab1cdd 11706 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
11707
11708 * emacs-lisp/authors.el (batch-update-authors): New function.
11709 (authors-fixed-entries): New defconst.
11710 (authors-add-fixed-entries): New function.
11711 (authors): Call it.: Don't process lispref/.
11712
17c25cea
JR
117132000-10-25 Jason Rumney <jasonr@gnu.org>
11714
11715 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11716 Merge x w32 and mac definitions.
11717
4ecda532
GM
117182000-10-25 Gerd Moellmann <gerd@gnu.org>
11719
11720 * menu-bar.el (menu-bar-options-menu): Add a help string for
11721 `uniquify'.
11722
b52758d1 117232000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
b6735035 11724
f5ab1cdd
SM
11725 * time-stamp.el (time-stamp-string-preprocess):
11726 Fix a wrong type argument error.
b6735035 11727
f4cbc7a0
MB
117282000-10-25 Miles Bader <miles@gnu.org>
11729
11730 * recentf.el (recentf-mode): Variable removed.
11731 (recentf-mode): Use `define-minor-mode'.
11732
11733 * mwheel.el (mouse-wheel-mode): New global minor mode.
11734 (mwheel-install): Use `mouse-wheel-mode'.
11735
f4b020f6
DL
117362000-10-25 Dave Love <fx@gnu.org>
11737
f5ab1cdd
SM
11738 * progmodes/cperl-mode.el (cperl-mode):
11739 Set normal-auto-fill-function correctly.
072cb6f9 11740
83c9cb8e
SM
11741 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11742 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 11743 bindings.
f4b020f6 11744
ebe2a441
MB
117452000-10-25 Miles Bader <miles@lsi.nec.co.jp>
11746
ff4dcd4b
MB
11747 * wid-edit.el (widget-field-at): New function.
11748 (widget-at, widget-field-activate): Use it.
11749 (widget-tabable-at): Use `widget-at'.
11750 (widget-specify-field): If the terminating character of the widget
11751 field (which is read-only) is a newline, put it into a special
11752 `boundary' field so that C-n/C-p act more naturally.
11753 (widget-field-end): Also don't subtract one if a special
11754 `boundary' field has been added after the widget field.
11755
83c9cb8e
SM
11756 * comint.el (comint-output-filter, comint-send-input):
11757 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 11758 code, since it should notice the overlay insertion-types now.
ff4dcd4b 11759
ebe2a441
MB
11760 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
11761 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
11762 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
11763
fe50b6ab
GM
117642000-10-24 Gerd Moellmann <gerd@gnu.org>
11765
53df4dda 11766 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
11767 (authors): Set file coding system to iso-2022-7bit.
11768 Add file-local variables to output buffer.
53df4dda 11769
4836835a 11770 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
11771 WARN is nil.
11772
53df4dda
GM
117732000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11774
11775 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
11776
11777 * delim-col.el: Now there is a column formatting mechanism.
11778 Modified to customization mechanisms convention. Doc fix.
11779 (columns): New group for delim-col.
11780 (delimit-columns-before, delimit-columns-after)
11781 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
11782 (delimit-columns-end): New vars.
11783 (delimit-columns-customize, delimit-columns-format): New funs.
11784 (delimit-columns-region, delimit-columns-rectangle)
11785 (delimit-columns-rectangle-line): Modified to support column
11786 formatting.
4836835a 11787
a9839779
DL
117882000-10-24 Dave Love <fx@gnu.org>
11789
11790 * log-edit.el (log-edit): Add :version and a :group for vc.
11791
df0267b8
GM
117922000-10-24 Gerd Moellmann <gerd@gnu.org>
11793
9acc3873
GM
11794 * files.el (after-find-file): Don't print a message ``New file''
11795 if WARN is nil.
11796
83c9cb8e
SM
11797 * wid-edit.el (widget-field-keymap, widget-text-keymap):
11798 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
11799 get duplicate tool-bar entries because we'll see the global ones
11800 on more than one path through keymaps.
11801
1946f901
GM
11802 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
11803
df0267b8
GM
11804 * progmodes/cmacexp.el: Change Francesco's email address.
11805
ae3b264b
KH
118062000-10-24 Kenichi Handa <handa@etl.go.jp>
11807
11808 * window.el (fit-window-to-buffer): Adjust point of the window
11809 buffer, not that of the current buffer.
11810
23afac01
EZ
118112000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
11812
11813 * progmodes/cmacexp.el: Update the euthor's email address.
11814
22d1a4ed
MB
118152000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11816
11817 * faces.el (face-spec-set-match-display): Add `graphic' display
11818 type (the inverse of `tty'). Use `display-graphic-p' instead of
11819 the window-system variable.
11820
f408aa48
KH
118212000-10-24 Kenichi Handa <handa@etl.go.jp>
11822
83c9cb8e
SM
11823 * international/isearch-x.el (isearch-with-input-method):
11824 Call input-method-function with the first event in
f408aa48
KH
11825 unread-command-events.
11826
94fe8a31
MB
118272000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11828
83c9cb8e 11829 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 11830
8f47302e
AC
118312000-10-24 Andrew Choi <akochoi@i-cable.com>
11832
11833 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
11834 New charsets.
11835
11836 * term/mac-win.el: Remove definitions of mac-roman-lower and
11837 mac-roman-upper, require dired, and define instead of set
11838 mac-ready-for-drag-n-drop to avoid compilation error.
11839
446c097e
AI
118402000-10-23 Andrew Innes <andrewi@gnu.org>
11841
83c9cb8e
SM
11842 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
11843 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
11844 expand-file-name after convert-standard-filename to ensure
11845 expected directory separators are used.
11846
379b70e7
EZ
118472000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11848
11849 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
11850
85c766e9
DL
118512000-10-23 Dave Love <fx@gnu.org>
11852
b7e03a67
DL
11853 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
11854 (tool-bar-add-item): Set foreground and background for XBM icons.
11855
83c9cb8e
SM
11856 * international/latin1-disp.el (latin1-char-displayable-p):
11857 New function (from Handa).
b7e03a67
DL
11858 (latin1-display-check-font): Use it.
11859
0dcf8835 11860 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
11861 using :key-sequence, making it much more usable.
11862 Use nconc, not append.
0dcf8835
DL
11863 (imenu--create-keymap-1): Avoid append.
11864
85c766e9 11865 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 11866
cb3069bb
MB
118672000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11868
11869 [the following changes fix a bug where `define-minor-mode' didn't
11870 correctly generate :require clauses for defcustoms in compiled files]
11871 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
11872 (byte-compile-log-file, byte-compile-log-1): Don't set
11873 `byte-compile-current-file' to nil. Instead set
11874 `byte-compile-last-logged-file' to it. Test whether
11875 byte-compile-current-file equals byte-compile-last-logged-file
11876 instead of whether its nil.
3b6542ba 11877 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 11878
6db6243b
SM
118792000-10-23 Stefan Monnier <monnier@cs.yale.edu>
11880
11881 * textmodes/refill.el: Fix var names in doc.
11882 (refill-mode): Don't bother with make-local-hook anymore.
11883
98490598
MB
118842000-10-23 Miles Bader <miles@lsi.nec.co.jp>
11885
e01cd227
MB
11886 * faces.el (face-user-default-spec, face-default-spec): New functions.
11887 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 11888 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
11889 Use `face-user-default-spec'. Simplify code slightly.
11890
4836835a 11891 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
11892 (woman-unknown-face): Add dark-background variants.
11893 (woman-default-faces): Renamed from `woman-colour-faces'.
11894 Set using the stored defaults, rather than using hard-wired colors.
11895 (woman-monochrome-faces): Renamed from `woman-black-faces'.
11896 Just make the foreground `unspecified' rather than "black".
11897 (woman-menu): Rename menu entries accordingly.
11898
98490598
MB
11899 * faces.el (header-line): Make more reasonable on mono/grayscale
11900 displays.
11901
1a578e9b
AC
119022000-10-23 Andrew Choi <akochoi@i-cable.com>
11903
11904 * cus-edit.el (custom-button-face): Use 3D look for mac.
11905 (custom-button-pressed-face): Likewise.
11906
11907 * faces.el (set-face-attributes-from-resources): Handle mac frames
11908 in the same way as x and w32 frames.
11909 (face-valid-attribute-values): Likewise.
11910 (read-face-attribute): Likewise.
11911 (defined-colors): Likewise.
11912 (color-defined-p): Likewise.
11913 (color-values): Likewise.
11914 (display-grayscale-p): Likewise.
11915 (face-set-after-frame-default): Likewise.
11916 (mode-line): Same default face as for x and w32.
11917 (tool-bar): Likewise.
11918
11919 * frame.el: Remove call to frame-notice-user-settings at end of
11920 the file.
11921
83c9cb8e 11922 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
11923 as for x, pc, and w32 frame types.
11924
11925 * term/mac-win.el: New file.
11926
aaaf7be7
DL
119272000-10-22 Dave Love <fx@gnu.org>
11928
11929 * textmodes/refill.el: New file.
11930
5392d654
AS
119312000-10-22 Andre Spiegel <spiegel@gnu.org>
11932
4836835a 11933 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 11934 MANUAL and REGEXP.
4836835a 11935 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
11936 New functions.
11937 (vc-before-save): Use the latter.
11938 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
11939 confusion.
11940
4836835a 11941 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
11942 expected by vc[-hooks].el.
11943
11944 * vc.el (vc-checkout): Added `-p' suffix in call to
11945 vc-make-version-backups-p; use vc-make-version-backup to actually
11946 make the backup.
11947 (vc-version-other-window, vc-version-backup-file): Handle both
11948 automatic and manual backups.
11949 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
11950 of all of them.
11951
1e221c16
MB
119522000-10-22 Miles Bader <miles@gnu.org>
11953
7ff4fda5
MB
11954 * comint.el (comint-highlight-input, comint-highlight-prompt):
11955 Renamed, `-face' at end removed.
11956 (comint-send-input, comint-output-filter): Use renamed faces.
11957
3511cde8
MB
11958 * window.el (fit-window-to-buffer): Change defaulting of
11959 MAX-HEIGHT slightly.
11960
1e221c16
MB
11961 * faces.el (color-values, color-defined-p): Use `member', not
11962 `memq', because it works correctly for strings.
11963 (frame-set-background-mode): Actually, "unspecified-fg" and
11964 "unspecified-bg" *are* strings. Use `member', not `memq', and
11965 `equal', not `eq', when a string value is possible.
11966
b6ef4898
EZ
119672000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11968
11969 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
11970
34939e2c
SM
119712000-10-21 Stefan Monnier <monnier@cs.yale.edu>
11972
11973 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
11974 sh-electric-rparen, sh-electric-less and sh-electric-hash.
11975 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
11976 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
11977 (sh-font-lock-syntactic-keywords): Use them.
11978 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
11979 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
11980 (sh-mode): Don't override font-lock-unfontify-region-function.
11981 Use a copy of sh-font-lock-syntactic-keywords.
11982 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
11983 Don't call sh-scan-buffer since font-lock does it on the fly.
11984 (sh-get-indent-info): Use `face' rather than `syntax-table'
11985 text-property to detect here-documents.
11986 Replace sh-special-syntax with sh-st-punc.
11987 (sh-prev-line): Use `face' rather than `syntax-table'
11988 text-property to skip over here-documents.
11989 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
11990 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
11991 (sh-electric-less, sh-set-here-doc-region)
4836835a 11992 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
11993 (sh-scan-buffer, sh-rescan-buffer): Remove.
11994
f3d3c491
AI
119952000-10-21 Andrew Innes <andrewi@gnu.org>
11996
11997 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
11998 remote (ange-ftp) file names.
11999
b86c791c
MB
120002000-10-21 Miles Bader <miles@gnu.org>
12001
d9c30bdf
MB
12002 * window.el (fit-window-to-buffer): New function.
12003 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
12004 (window-text-height): Don't expect minibuffers to have mode-lines.
12005
d9c30bdf 12006 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
12007 * international/quail.el (quail-update-guidance):
12008 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 12009
617fee5a
MB
12010 * international/quail.el (quail-show-guidance-buf): Make sure
12011 guidance window really has enough room.
12012 (quail-update-guidance): If quail-guidance-win is already shown,
12013 make sure its height is OK.
12014
b86c791c
MB
12015 * window.el (window-text-height, set-window-text-height):
12016 New functions.
12017 (shrink-window-if-larger-than-buffer): Use `window-text-height'
12018 instead of `window-height' & `mode-line-window-height-fudge'.
12019 (mode-line-window-height-fudge): Add FACE parameter.
12020 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
12021 instead of `enlarge-window' & `mode-line-window-height-fudge'.
12022
e34850d1
MB
120232000-10-20 Miles Bader <miles@gnu.org>
12024
12025 * window.el (height-affecting-face-attributes): Use `defconst'.
12026
12027 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
12028 New function, conditionally aliased to `mode-line-window-height-fudge'.
12029 (ispell-help): Use it.
12030 (ispell-choices-win-default-height): Don't include mode-line fudge.
12031 (ispell-choices-win-default-height): New function.
12032 (ispell-show-choices, ispell-command-loop): Use function
12033 `ispell-choices-win-default-height' instead of variable.
12034
a8b883c2
MB
120352000-10-20 Miles Bader <miles@lsi.nec.co.jp>
12036
8c6e4a58
MB
12037 * window.el (mode-line-window-height-fudge): New variable.
12038 (height-affecting-face-attributes): New variable.
12039 (mode-line-window-height-fudge): New function.
12040 (shrink-window-if-larger-than-buffer): Use it.
12041 * help.el (resize-temp-buffer-window): Likewise.
12042
a8b883c2
MB
12043 * info.el (Info-fontify-node): Add support for @subsubsection
12044 titles, which use `Info-title-4-face'.
12045 (Info-title-4-face): New face.
12046 (Info-title-3-face): Inherit from Info-title-4-face instead of
12047 variable-pitch.
12048
e64c3a75
JR
120492000-10-19 Jason Rumney <jasonr@gnu.org>
12050
12051 * dired.el (dired-insert-directory): Do not let errors signalled by
12052 attempt to run dired-free-space-program prevent dired from working.
12053
c70fe852
SM
120542000-10-19 Stefan Monnier <monnier@cs.yale.edu>
12055
12056 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
12057
877cf6b4
GM
120582000-10-19 Gerd Moellmann <gerd@gnu.org>
12059
5de037e0
GM
12060 * dirtrack.el (dirtrack): Fix call to run-hooks.
12061
6deb9af9
GM
12062 * cmuscheme.el (cmuscheme-program-name): Renamed from
12063 scheme-program-name because xscheme.el contains a defcustom with
12064 the same name. As a consequence, customizing group `cmuscheme'
12065 loaded `xscheme' which redefined run-scheme.
12066 (run-scheme): Use cmuscheme-program-name.
12067
83c9cb8e 12068 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 12069
e597d8fb 12070 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 12071 anonymous address, and add a website for Befrienders International.
4836835a 12072
3e9cb08f
GM
120732000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12074
c70fe852
SM
12075 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
12076 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
12077 (ps-print-version): New version number (6.2).
12078 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
12079 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
12080 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
12081 (ps-x-extent-priority, ps-x-extent-start-position)
12082 (ps-x-face-font-instance, ps-x-find-coding-system)
12083 (ps-x-font-instance-properties, ps-x-make-color-instance)
12084 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
12085 avoid compilation gripes without defining functions.
12086 (ps-e-find-composition): Alias for function find-composition, to have a
12087 suitable function depending on Emacs version.
12088 (ps-color-device, ps-color-values, ps-face-foreground-name)
12089 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
12090 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
12091 (ps-print-ensure-fontified): Function definitions surrounded by
12092 `eval-and-compile' to avoid compilation gripes.
12093 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
12094 by symbol-value to avoid compilation gripes.
12095 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
12096 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
12097
d8abcd91
MB
120982000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12099
13ab33c4
MB
12100 * startup.el (normal-top-level): Call `frame-set-background-mode'
12101 after `frame-notice-user-settings' because the latter doesn't call
12102 the former on a tty.
12103
d8abcd91
MB
12104 * faces.el (frame-set-background-mode): `unspecified' &c are
12105 symbols, not strings.
12106
e8bce0a9
EZ
121072000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12108
c70fe852
SM
12109 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
12110 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 12111
c70fe852
SM
12112 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
12113 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 12114
773272d8
KH
121152000-10-19 Kenichi Handa <handa@etl.go.jp>
12116
c70fe852 12117 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
12118 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
12119 for ISO10646-1 fonts.
12120 (x-font-name-charset-alist): Add an entry for "iso10646-1".
12121
772139c0
EZ
121222000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
12123
12124 * faces.el (frame-set-background-mode): If a tty frame defines a
12125 background color, use that to compute the background mode, instead
12126 of always defaulting to "dark".
12127
d134a19f
MB
121282000-10-19 Miles Bader <miles@lsi.nec.co.jp>
12129
8bb84cb2
MB
12130 * comint.el (comint-write-output): New function.
12131 (comint-mode-map): Add it to the menu.
e40a778f 12132 Bind `C-c C-s' to comint-write-output.
d134a19f 12133
dada41e1
GM
121342000-10-18 Gerd Moellmann <gerd@gnu.org>
12135
12136 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
12137 Use fancy-splash-delay.
12138
9b5360aa
GM
121392000-10-18 Alex Schroeder <alex@gnu.org>
12140
12141 * progmodes/sql.el (sql-sybase-options): New option.
12142 (sql-sybase): Use it. Add sql-database to the list of parameters
12143 provided for login. The options -w 2048 -n are not used any more.
12144
9035a35a
GM
12145 * comint.el (comint-read-input-ring): Bugfix such that the first
12146 and the last entry of the input ring file are not lost.
12147
3556c6dd
GM
121482000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12149
12150 * ps-print.el: Internal variable changes to defcustom,
12151 make-local-hook changes to defvar. Doc fix.
12152 (ps-print-version): New version number (6.1).
12153 (ps-setup, ps-do-despool): Code fix.
12154 (ps-printer-name): Customization fix.
12155 (ps-printer-name-option): Now is a defcustom instead of an
12156 internal variable.
12157 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
12158 (ps-print-begin-column-hook): Now are defvar instead of
12159 make-local-hook.
4836835a 12160
4e217e50
MB
121612000-10-18 Miles Bader <miles@gnu.org>
12162
12163 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
12164 (comint-kill-output): Changed into an alias for `comint-delete-output',
12165 and made obsolete.
12166 (comint-mode-map): Rename references to comint-kill-output.
12167
34460354
EZ
121682000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
12169
12170 * diff-mode.el (diff-header-face, diff-file-header-face)
12171 (diff-changed-face): Add bold and italic attributes to tty faces.
12172 (diff-function-face): New face.
12173 (diff-font-lock-keywords): Use it.
12174
17ea3cdb
MB
121752000-10-18 Miles Bader <miles@lsi.nec.co.jp>
12176
12177 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
12178 Remove commented-out call to force-mode-line-update.
12179 (comint-kill-output): Use `forward-line 0' instead of
12180 beginning-of-line to make sure we get past the prompt.
12181
9244f2c7
SM
121822000-10-17 Stefan Monnier <monnier@cs.yale.edu>
12183
12184 * diff-mode.el (diff-header-face, diff-file-header-face):
12185 Add specific setting for dark background.
12186 (diff-context-face): Renamed from diff-comment-face.
12187 Set explicitly rather than inheriting from font-lock-comment-face.
12188
1592c1ef
EZ
121892000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12190
12191 * startup.el (command-line): Move the code which sets the default
12192 TTY colors to before before-init-hook.
12193
f86292a9
GM
121942000-10-17 Gerd Moellmann <gerd@gnu.org>
12195
12196 * jit-lock.el (jit-lock-stealth-time): Doc fix.
12197
f7f2e883
EZ
121982000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12199
e854cc22
EZ
12200 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
12201 extensions, for MS-DOS.
12202
f7f2e883
EZ
12203 * diff-mode.el (diff-header-face, diff-file-header-face)
12204 (diff-changed-face): Define tty-specific colors.
12205
c7b4f0f9
GM
122062000-10-17 Gerd Moellmann <gerd@gnu.org>
12207
12208 * startup.el (fancy-splash-text): Realign the text.
12209
12a72271
EZ
122102000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12211
12212 * font-lock.el (font-lock-comment-face): Define a separate default
12213 for dark-background tty's.
12214
61dfccfd
MB
122152000-10-17 Miles Bader <miles@gnu.org>
12216
12217 * help.el (resize-temp-buffer-window): Add hack to avoid last line
12218 being obscured by whizzy mode-lines on graphics displays.
12219
333cd59e
EZ
122202000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
12221
12222 * info.el (Info-title-1-face, Info-title-2-face)
12223 (Info-title-3-face): Define colors for tty's.
dada41e1 12224 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 12225
dbf1fcc1
EZ
122262000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
12227
12228 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
12229 reverse from the frame parameters, and don't invert foreground and
12230 background colors.
12231
ac629823
MB
122322000-10-16 Miles Bader <miles@gnu.org>
12233
12234 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
12235 string "*Info*". Call propertized-buffer-identification to spruce
12236 up the result.
12237
76eebffc
GM
122382000-10-16 Gerd Moellmann <gerd@gnu.org>
12239
3a6b59d9
GM
12240 * help.el: Provide `help' for the sake of define-minor-mode
12241 which generates defcustoms with requires.
12242
6569c3d3
GM
12243 * jit-lock.el (jit-lock-after-change): If we're in text that
12244 matches a multi-line font-lock pattern, make sure the whole text
12245 will be redisplayed.
12246
c2e0a611
GM
12247 * emacs-lisp/authors.el (authors-add): Don't add an entry if
12248 author's name is unknown.
12249
76eebffc
GM
12250 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
12251 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
12252 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
12253 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
12254 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
12255 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
12256 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
12257 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
12258 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
12259 Add author information.
12260
cf1e7b12
MB
122612000-10-16 Miles Bader <miles@lsi.nec.co.jp>
12262
12263 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
12264 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
12265 full-color version (using the Gimp) to eliminate dithering artifacts.
12266
5586f3eb
SM
122672000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12268
12269 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
12270
12271 * simple.el (syntax-flag-table, string-to-syntax): Remove.
12272
ad64a888
DL
122732000-10-15 Dave Love <fx@gnu.org>
12274
83c9cb8e 12275 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
12276
12277 * pcomplete.el (pcomplete) <defgroup>: Add :version.
12278
12279 * whitespace.el: Doc fixes.
12280 (top-level): Don't add hooks here.
12281 (whitespace-running-emacs): Deleted.
12282 (timer): Don't require.
12283 (whitespace): Add back :version conditional on xemacs test.
12284 (whitespace-spacetab-regexp, whitespace-indent-regexp)
12285 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
12286 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
12287 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
12288 Avoid specific xemacs test.
12289 (whitespace-global-mode): New option.
12290 (whitespace-global-mode): New command.
12291 (whitespace-unload-hook): New function.
12292
12293 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 12294 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
12295 (Info-fontify-node): `Goto' goes to `Go to'.
12296 (Info-fontify-node): Add help-echo to xref links.
12297
1ef49fc6
EZ
122982000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
12299
12300 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
12301
8b7707e1
SM
123022000-10-15 Stefan Monnier <monnier@cs.yale.edu>
12303
b3b7f42f
SM
12304 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
12305 Use plist-get and allow :inherit.
12306
12307 * emacs-lisp/cl-macs.el (cl-do-arglist):
12308 Use plist-get and plist-member instead of memq.
12309
3c7fafc7
SM
12310 * emacs-lisp/ewoc.el (ewoc-location): New function.
12311 (ewoc-enter-after, ewoc-enter-before): Document return value.
12312 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
12313 Don't need make-local-hook any more.
12314 (cvs-addto-collection): Return the new tin.
12315 (cvs-mode-insert): Jump to the new line.
12316
8b7707e1
SM
12317 * jit-lock.el (jit-lock-fontify-buffer): Remove.
12318
12319 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
12320
12321 * font-lock.el (font-lock-syntactically-fontified): New var.
12322 (font-lock-fontify-syntactic-keywords-region): Use it.
12323 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
12324
12325 * diff-mode.el (diff-find-file-name): Fix regexp.
12326
12327 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12328 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
12329
12330 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
12331 (sh-mode-syntax-table): Add punctuation syntax for < and >.
12332 (sh-mode): Don't make all vars local here.
12333 (sh-kw): Reformat.
12334 (sh-set-shell): Use dolist. Don't set indent-region-function.
12335 (sh-mode-syntax-table): Use pop.
12336 (sh-remember-variable): Use push.
12337 (sh-help-string-for-variable): Use memq.
12338 (sh-safe-backward-sexp): Remove.
12339 (sh-safe-forward-sexp): Add ARG.
12340 (sh-get-indent-info, sh-prev-stmt): Use it.
12341 (sh-prev-line): Simplify by using forward-comment.
12342 (sh-this-is-a-continuation): Simplify.
12343 (sh-learn-buffer-indent): Use dolist.
12344 (sh-do-nothing): Remove.
12345 (sh-set-char-syntax, sh-set-here-doc-region):
12346 Use inhibit-modification-hooks.
12347 (sh-name-style): Use mapcar and push.
12348 (sh-load-style): Use dolist.
12349 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
12350 (sh-case, sh-while-getopts): Use propertize directly rather
12351 than sh-electric-rparen.
12352
123532000-10-14 Stefan Monnier <monnier@cs.yale.edu>
12354
12355 * textmodes/tex-mode.el: Require CL when compiling.
12356 (tex-mode-syntax-table): Init immediately.
12357 (tex-mode-map): Bind M-RET to latex-insert-item.
12358 (latex-mode): Set indent-line-function to latex-indent.
12359 (tex-common-initialization): Don't setup the syntax-table any more.
12360 (latex-insert-item): New skeleton.
12361 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 12362 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 12363 (latex-indent, latex-find-indent): New functions.
4836835a 12364 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
12365 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
12366 (tex-compilation-parse-errors): Use with-syntax-table.
12367
86b7fcbb
MB
123682000-10-15 Miles Bader <miles@gnu.org>
12369
12370 * font-lock.el (font-lock-comment-face): Change dark-background,
12371 color, non-tty, default to `chocolate1'.
12372
57a24508
JW
123732000-10-13 John Wiegley <johnw@gnu.org>
12374
12375 * eshell/esh-util.el (require): Added a missing `require' form,
12376 needed when compiling (for an ange-ftp macro definition).
12377
40ad3db4
DL
123782000-10-13 Dave Love <fx@gnu.org>
12379
12380 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
12381
db460189
GM
123822000-10-13 Gerd Moellmann <gerd@gnu.org>
12383
83c9cb8e 12384 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 12385
4836835a 12386 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
12387 transparent -colors 8).
12388
b52758d1 123892000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
3b5e21df
GM
12390
12391 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
12392 that breaks with old list format timestamps.
12393 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 12394 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 12395
16908a3f
JW
123962000-10-13 John Wiegley <johnw@gnu.org>
12397
d7103dda
JW
12398 * align.el, pcomplete.el, calendar/timeclock.el,
12399 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
12400
dace60cf 12401 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
12402 faulty math, where holiday hours were being computing as seconds.
12403
b6b70cda
JW
124042000-10-13 John Wiegley <johnw@gnu.org>
12405
12406 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
12407 specifying what "other" kinds of buffers should be saved.
12408 This used to be hard-coded.
b6b70cda
JW
12409 (desktop-buffer-misc-functions): A global for specifying how
12410 auxiliary data should be determined for special buffer types.
12411 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
12412 instead of hard-coding the special buffer types.
12413 (desktop-save): Run `desktop-buffer-misc-functions' to gather
12414 auxiliary data, instead of hard-coding for Info buffers and dired.
12415 (desktop-buffer-info-misc-data): Aux function for determining Info
12416 buffer auxiliary info.
12417 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
12418 (desktop-buffer-info): Changed this function to use the info
12419 gathered above.
12420 (desktop-create-buffer): Be a little more careful about what
12421 `minor-mode' means before calling it. This is important for some
12422 buffer types.
12423
8c6b1d83
JW
124242000-10-13 John Wiegley <johnw@gnu.org>
12425
12426 * eshell/esh-util.el: Added a global form which declares an
12427 autoload for `parse-time-string', if that function is not already
12428 defined, and if parse-time.el is available on the user's system.
12429
12430 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
12431 to be aware of ange-ftp user info.
83c9cb8e 12432 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
12433 (eshell-ls-annotate): Use `eshell-file-attributes'.
12434 (eshell-ls-file): Made the user-id printing code a bit smarter.
12435
12436 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
12437 allow identification of alias user ids in remote directories.
83c9cb8e
SM
12438 It's manual, but there's no other way to know when the current user
12439 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
12440 (fboundp): Bind `ange-cache'.
12441 (eshell-directory-files-and-attributes): Re-organized the logic a
12442 bit to use `eshell-file-attributes' instead of `file-attributes'.
12443 The former is more sensitive to directories that are read via FTP,
12444 and knows how to use ange-ftp to determine full attribute
12445 information, instead of just the name and last modtime.
12446 (eshell-current-ange-uids): Return the current user id when in a
12447 remote directory.
12448 (eshell-parse-ange-ls): Parse a full directory listing that has
12449 been returned by ange-ftp.
12450 (eshell-file-attributes): This beefed up version of
12451 `file-attributes' is only special if the user is currently in a
12452 remote directory, in which case it does a lot of work to find out
12453 what the real attributes of a file are, as they appear on the
12454 remote machine. This makes usage of remote directories (i.e.,
12455 ange-ftp pathnames) much more useful. You can now use Eshell as a
12456 full-fledged FTP client, with much more manipulation ability than
12457 most other clients.
12458
12459 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
12460 variable, which means that Eshell's du should always be preferred
12461 in remote directories.
12462 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
12463 just `file-attributes'.
12464 (eshell-mvcp-template): Bind `ange-cache', to improve performance
12465 when reading remote directories. This is an Eshell-specific
12466 variable (not part of ange-ftp).
12467 (eshell/ln): Bind `ange-cache'.
12468 (eshell/du): Added some extra logic for determining when to use
12469 Eshell's du (which is slow), and when to use the external version
12470 (which may or may not exist).
12471
83c9cb8e
SM
12472 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12473 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
12474 `get-buffer-process', since backgrounded processes don't count in
12475 the context of this function's logic.
12476
12477 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
12478 `forward-char', so that null strings are parsed correctly.
12479
87730e84 124802000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 12481
83c9cb8e
SM
12482 * eshell/em-pred.el (eshell-pred-file-type)
12483 (eshell-pred-file-links, eshell-pred-file-size):
12484 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
12485
12486 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
12487 that remote file globbing is more efficient.
12488
12489 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
12490 gathering the files and attributes within a directory.
12491
12492 * eshell/em-unix.el (eshell/cat): If any of the files passed on
12493 the command line is a special file (not a regular file, directory
12494 or symlink), always attempt to call the external version of cat.
12495
87730e84 124962000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
12497
12498 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
12499 Eshell-friendly version of find-tag.
12500
1c7e37a9
MB
125012000-10-13 Miles Bader <miles@lsi.nec.co.jp>
12502
4836835a 12503 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
12504 (image-file-name-regexps): Add autoload cookies.
12505
11a7f341
KH
125062000-10-13 Kenichi Handa <handa@etl.go.jp>
12507
12508 * international/mule-cmds.el (select-safe-coding-system): If FROM
12509 is string, show it in *Warning* buffer.
12510
8ddddcb0
EZ
125112000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12512
12513 * startup.el (normal-top-level): Use display-popup-menus-p instead
12514 of window-system.
12515 (command-line): Use display-graphic-p instead of window-system.
12516 (command-line-1): Use display-popup-menus-p and display-mouse-p
12517 instead of window-system.
12518
72200f89
SS
125192000-10-12 Sam Steingold <sds@gnu.org>
12520
12521 * tooltip.el (tooltip-use-echo-area): New user variable.
12522 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
12523
8661c643
DL
125242000-10-12 Dave Love <fx@gnu.org>
12525
d0b40dc1
DL
12526 * recentf.el: Maintainer's checkdoc fixes.
12527
83c9cb8e
SM
12528 * startup.el (normal-top-level-add-subdirs-to-load-path):
12529 Use character class, not ASCII when matching file names.
a622451f
DL
12530 (fancy-splash-head): Add trailing slash to URL.
12531 (command-line): Don't require XPM support for toolbar.
12532
8661c643
DL
12533 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
12534 (cperl-invalid-face): Revert last change.
12535 (cperl-init-faces): Quote cperl-invalid-face.
12536
ef2ed8ab
KH
125372000-10-12 Kenichi Handa <handa@etl.go.jp>
12538
12539 * startup.el (fancy-splash-text): Remove superfluous quote.
12540
b0da379e
GM
125412000-10-12 Gerd Moellmann <gerd@gnu.org>
12542
dbeb499b
GM
12543 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
12544 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
12545 (command-line-1): Don't use fancy-splash-pending-command.
12546 (fancy-splash-screens-1): Goto point-min after inserting text.
12547
d861718a
GM
12548 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
12549
b0da379e
GM
12550 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
12551 instead of shared-lisp-mode-map.
12552
4fb2ad98
MB
125532000-10-12 Miles Bader <miles@lsi.nec.co.jp>
12554
1cb4393e
MB
12555 * faces.el (header-line): Change tty-variant to use underlining.
12556
4fb2ad98
MB
12557 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
12558 (isearch-highlight): Restore lazy-isearch face properties at old
12559 position, and suppress them at new position.
12560 (isearch-dehighlight): Restore lazy-isearch face properties.
12561 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
12562 over the real isearch overlay, but in that case, don't give it a
12563 face property. Use `push'.
12564
eb991b25
KH
125652000-10-12 Kenichi Handa <handa@etl.go.jp>
12566
12567 * man.el (Man-getpage-in-background): Fix previous change.
12568 Decode the process output only when we are in multibyte mode.
12569
a818c1c0
DL
125702000-10-11 Dave Love <fx@gnu.org>
12571
c990f53a
DL
12572 * info.el (Info-mode-menu): Fix some help.
12573 (info-tool-bar-map): Add entry for Info-last.
12574
a818c1c0
DL
12575 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
12576 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
12577 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
12578 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
12579 * toolbar/search-replace.xpm, toolbar/exit.xpm:
12580 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
12581 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
12582 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
12583 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
12584 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
12585 Reduce colour requirements to 25 overall. (Probably wants
12586 revisiting from the originals to reduce further.)
12587
c1b096cb
EZ
125882000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
12589
12590 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
12591 buffer-file-coding-system, instead of raw-text.
12592 (dehexlify-buffer): Bind coding-system-for-read to
12593 buffer-file-coding-system, instead of raw-text.
12594
5c8b7eaf
SS
125952000-10-11 Sam Steingold <sds@gnu.org>
12596
83c9cb8e 12597 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
12598 `underline' - fixes the bug introduced on 2000-09-21.
12599
2cfbdb7a
DL
126002000-10-11 Dave Love <fx@gnu.org>
12601
83c9cb8e
SM
12602 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
12603 Avoid compiler warnings.
2cfbdb7a
DL
12604 (scheme-mode): Doc fix.
12605 (scheme-font-lock-keywords-1): Match `define-syntax'.
12606
126072000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
12608
12609 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
12610 face specs as well as default ones. Only do anything if the
12611 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 12612 (region): Make dark-background `region' face less in-your-face.
4b33f290 12613
690ec649
SS
126142000-10-10 Sam Steingold <sds@gnu.org>
12615
12616 * chistory.el, ielm.el, ledit.el:
12617 * progmodes/inf-lisp.el, progmodes/scheme.el:
12618 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
12619
3b95d6bb
SM
126202000-10-10 Stefan Monnier <monnier@cs.yale.edu>
12621
12622 * textmodes/texinfo.el: Update copyright and fix typo.
12623
12624 * desktop.el (desktop-modes-not-to-save): New var.
12625 (desktop-save-buffer-p): Use it.
a30eb617
DL
12626 Also, obey desktop-buffers-not-to-save even for non-file buffers.
12627 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
12628
126292000-10-10 Dave Love <fx@gnu.org>
12630
12631 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 12632 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
12633
12634 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
12635 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
12636 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
12637 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
12638 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
12639 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
12640 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
12641 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
12642 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
12643 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
12644 the .xpms; probably need retouching.
12645
126462000-10-10 Miles Bader <miles@lsi.nec.co.jp>
12647
12648 * subr.el (add-to-list): Add optional argument APPEND.
12649 * battery.el (display-battery): Use `add-to-list'.
12650
126512000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
12652
83c9cb8e
SM
12653 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
12654 properties.
a30eb617
DL
12655 (zone, zone-when-idle, zone-leave-me-alone)
12656 (zone-pgm-whack-chars): Use new symbol properties.
12657
12658 * battery.el (display-battery): Doc spelling fix.
12659
12660 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
12661 property.
12662
126632000-10-09 Dave Love <fx@gnu.org>
12664
12665 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
12666 has been initialized before calling tool-bar-setup.
12667 (tool-bar-add-item-from-menu): Add autoload cookie.
12668
126692000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
12670
12671 * menu-bar.el (send-mail-item-name): New function.
12672 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
12673 of mail-user-agent in the menu. Don't display the "Send Mail"
12674 item if mail-user-agent is nil or its value is ignore.
12675 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
12676 if read-mail-command is nil or its value is ignore.
12677
12678 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
12679
126802000-10-09 Miles Bader <miles@gnu.org>
12681
12682 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
12683 Correct image size.
12684 * toolbar/left_arrow.xpm: Correct image size.
12685
12686 * jka-compr.el: Don't call `jka-compr-install' when loading (it
12687 will be done by the definition of `auto-compression-mode' if
12688 necessary. Move code to uninstall existing file-name handler
12689 before definition of `auto-compression-mode'.
12690
12691 * image-file.el (auto-image-file-mode): Move to the end of the
12692 file, because `define-minor-mode' actually calls the mode-function
12693 if the associated variable is non-nil, which requires that all
12694 needed functions be already defined.
12695
12696 * mouse.el (popup-menu): Balance parens.
12697
126982000-10-08 Stefan Monnier <monnier@cs.yale.edu>
12699
12700 * mouse.el (popup-menu): Move the command call outside the loop
12701 so that popup-menu returns whatever the command returns.
12702
12703 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
12704 (initialize-new-tags-table): Use run-hook-with-args-until-success.
12705 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
12706 (tags-table-format-functions): Renamed from tags-table-format-hooks.
12707
12708 * vc.el (vc-version-diff): diff-switches can be a list.
12709 Use relative filenames for prettier output.
12710
12711 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
12712 (vc-post-command-functions): Remove old-VC compatibility code.
12713
12714 * newcomment.el (comment-indent-default): Autoload.
12715
12716 * font-lock.el (font-lock-defaults): Make buffer-local.
12717 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
12718 (font-lock-choose-keywords):
12719 Ignore LEVEL unless KEYWORDS is a list of syms.
12720 (c-keywords, c++-keywords, objc-keywords, java-keywords):
12721 Don't wrap regexp-opt things in \(...\) unnecessarily.
12722
12723 * jit-lock.el: Don't require font-lock any more.
12724 (jit-lock-functions): Make buffer-local.
12725 (jit-lock-saved-fontify-buffer-function): Remove.
12726 (jit-lock-mode): Remove autoload cookie.
12727 Remove font-lock specific code.
12728 (jit-lock-unregister): Don't bother handling complex hooks any more.
12729 (jit-lock-refontify): New function.
12730 (jit-lock-fontify-buffer): Use it.
12731 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
12732 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
12733 Add optional args START and END.
12734 Never call font-lock-fontify-region directly.
12735 (jit-lock-function, jit-lock-stealth-fontify): Use it.
12736
12737 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
12738
127392000-10-08 Dave Love <fx@gnu.org>
12740
12741 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
12742
12743 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
12744
12745 * play/studly.el (studlify-region, studlify-word): Add autoload
12746 cookie.
12747
12748 * play/morse.el (morse-region, unmorse-region): Add autoload
12749 cookie.
12750
12751 * play/spook.el (spook-phrases-file): Use expand-file-name, not
12752 concat.
12753
12754 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
12755 insist on symbols starting with word syntax.
12756 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
12757 (eval-defun-1): Doc fix.
12758 (indent-sexp): Use nconc to build up indent-stack.
12759
12760 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
12761 Gnus with little use.
12762 (mail-setup-hook): Add mail-abbrevs-setup to options.
12763
12764 * recentf.el: Doc fixes.
12765
12766 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
12767 Clean up remainder.
12768
12769 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
12770 without timezone and (8) with timezone to enforce some whitespace.
12771 Simplify code somewhat.
12772
12773 * options.el (list-options): Doc that you should use customize.
12774
12775 * iswitchb.el (iswitchb-mode): Add :require.
12776
12777 * info.el (Info-goto-node, Info-menu): Doc fix.
12778 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
12779 (info-tool-bar-map): New variable.
12780 (Info-mode): Use it.
12781 (Info-edit-map): Define all in defvar.
12782 (speedbar-attached-frame): Avoid compiler warning.
12783
12784 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
12785 (global-map): Bind [tool-bar] to a filtered map.
12786 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
12787 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
12788 Allow PBM icons.
12789 (tool-bar-setup): Adjust calls of tool-bar-add-item.
12790
12791 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
12792 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
12793 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
12794 icons, except up_arrow, which is left-arrow rotated.
12795
12796 * imenu.el (imenu-add-to-menubar): Fix last change.
12797
127982000-10-08 Peter Breton <pbreton@ne.mediaone.net>
12799
12800 * generic-x.el (rul-generic-mode): Remove eval-when-compile
12801 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
12802
128032000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12804
12805 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
12806 typos in doc strings.
12807
12808 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
12809 the doc strings how to customize Font Lock faces.
12810
12811 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
12812 computing growth when dragging the header line.
12813
128142000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
12815
12816 * simple.el (kill-line): Doc fix.
12817
128182000-10-08 Miles Bader <miles@gnu.org>
12819
12820 * faces.el (secondary-selection): Make foreground visible on tty.
12821
12822 * jka-compr.el (auto-compression-mode): Move to the end of the
12823 file, because `define-minor-mode' actually calls the mode-function
12824 if the associated variable is non-nil, which requires that all
12825 needed functions be already defined.
12826 (with-auto-compression-mode): Add autoload cookie.
12827
128282000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
12829
12830 * files.el (find-backup-file-name) [ms-dos]: If support for long
12831 file names is not available, behave as if version-control were set
12832 to never.
12833
128342000-10-07 Dave Love <fx@gnu.org>
12835
12836 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
12837 (browse-url-gnome-moz): New function.
12838 (browse-url-browser-function): Use it.
12839 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
12840
128412000-10-07 Stefan Monnier <monnier@cs.yale.edu>
12842
12843 * indent.el (tab-always-indent): New var.
12844 (indent-for-tab-command): Use it.
12845
12846 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
12847 raise an error. This way it can still default to a sane value.
12848
128492000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12850
12851 * startup.el (fancy-splash-screens): Use local rather than global map.
12852 Don't use `update-menu-bindings' any more.
12853 Get rid of assumptions about keymap representation.
12854
128552000-10-06 Dave Love <fx@gnu.org>
12856
12857 * textmodes/fill.el (sentence-end-double-space)
12858 (sentence-end-without-period): Doc fix.
12859 (adaptive-fill-regexp): Purecopy.
12860 (unjustify-current-line): Use line-end-position.
12861 (fill-individual-paragraphs-prefix): Use line-beginning-position.
12862
12863 * net/eudc-vars.el (eudc): Add :version, :link.
12864
12865 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
12866
12867 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
12868 Fix for define-minor-mode.
12869 (function-at-point): Alias to function-called-at-point.
12870
12871 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
12872
12873 * simple.el (backward-word): Doc fix.
12874
12875 * image-file.el (image-file-name-regexp): image-file-regexps ->
12876 image-file-name-regexps.
12877 (image-file-name-extensions): Add pbm.
12878
128792000-10-06 Stefan Monnier <monnier@cs.yale.edu>
12880
12881 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
12882 and add filename to the names so that diff-mode can jump to source.
12883
12884 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
12885 (tex-font-lock-keywords, tex-font-lock-keywords-2)
12886 (tex-font-lock-keywords-1): Remove.
12887 (font-lock-turn-on-thing-lock): Use jit-lock-register.
12888 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
12889 (font-lock-default-fontify-region):
12890 Expand beg..end correctly when just following a multiline region.
12891 (font-lock-fontify-anchored-keywords):
12892 Include the anchor text as part of the multiline.
12893
128942000-10-06 Gerd Moellmann <gerd@gnu.org>
12895
12896 * loadup.el (toplevel): Load `loaddefs' before `help' because the
12897 latter needs the autoloaded define-minor-mode macro during the
12898 bootstrap.
12899
12900 * startup.el (command-line): For now, activate tool-bar-mode only
12901 if XPM images are supported.
12902
12903 * mouse.el (mouse-drag-header-line): Don't allow resizing a
12904 window by dragging a header-line at the top of the frame; that's
12905 confusing because the header-line doesn't move.
12906 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
12907 of treating the event as a list. Some cleanup.
12908
129092000-10-06 Miles Bader <miles@gnu.org>
12910
12911 * simple.el (display-message-or-buffer): New function.
12912 (shell-command-on-region): Use `display-message-or-buffer'.
12913
12914 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
12915 docstring parts.
12916
12917 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
12918 (smbclient-prompt-regexp): Add usage note to doc string.
12919 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
12920 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
12921 Use add-hook for adding the comint filter function, and only do so
12922 if it's not already in the global hook list.
12923 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
12924 to `make-local-variable'.
12925 (nslookup-font-lock-keywords): Remove prompt entry.
12926 (nslookup): Don't set the process-filter.
12927 (finger): Exit the loop correctly when the regexps list runs out.
12928 (ftp, smbclient, smbclient-list-shares):
12929 Set the real major mode immediately, not after execing.
12930 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
12931
12932 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
12933
129342000-10-05 Stefan Monnier <monnier@cs.yale.edu>
12935
12936 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
12937
12938 * which-func.el (which-func-format): Remove spurious space.
12939 (which-func-mode): Don't make it permanent-local.
12940 (which-func-ff-hook): Allow which-func-maxout to be nil.
12941 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
12942 (which-func-mode): Simplify.
12943 Use post-command-idle-hook rather than post-command-hook.
12944 Go through all buffers and update their state.
12945 (which-function): Also try add-log-current-defun-function.
12946
12947 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
12948 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
12949 Update call to with-vc-properties accordingly.
12950 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
12951 (vc-revert-buffer): More careful about window selection and deletion.
12952 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
12953
12954 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
12955 (cvs-retrieve-revision): Reuse a pre-existing buffer.
12956 (cvs-dired-action): Change the default to quickdir.
12957
12958 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
12959 if comment-indent-function returns nil.
12960 (comment-indent-default): New function.
12961 (comment-indent-function): Use it and document the new semantics.
12962
12963 * image-file.el: Docstring fixes.
12964
12965 * help.el (help-xref-on-pp): Use match-string.
12966 (describe-variable): New arg BUFFER.
12967 Store the current buffer in the help-xref-stack.
12968 (temp-buffer-resize-mode): Use define-minor-mode.
12969
12970 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
12971 consistently with its docstring.
12972 Set jit-lock-first-unfontify-pos in an idempotent way.
12973 (jit-lock-register): Autoload and add arg CONTEXTUAL.
12974
129752000-10-05 Alex Schroeder <alex@gnu.org>
12976
12977 * sql.el (sql-mysql-options): New variable.
12978 (sql-mysql): Use it.
12979
129802000-10-05 Miles Bader <miles@lsi.nec.co.jp>
12981
12982 * image.el (image): New group.
12983
12984 * smerge-mode.el (smerge-mine-face, smerge-other-face)
12985 (smerge-base-face, smerge-markers-face): Add dark-background variants.
12986
129872000-10-04 Peter Breton <pbreton@ne.mediaone.net>
12988
12989 * net/net-utils.el (nslookup-font-lock-keywords)
12990 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
12991 Ignore the value of wqindow-system; always define keywords
12992
129932000-10-05 Kenichi Handa <handa@etl.go.jp>
12994
12995 * startup.el (fancy-splash-screens): Remove the code for
12996 debugging; `(trace-to-stderr "EXITTT\n")'.
12997
129982000-10-05 Miles Bader <miles@gnu.org>
12999
13000 * diff-mode.el (diff-goto-source): Update call to
13001 `diff-hunk-status-msg' to reflect new REV variable.
13002
130032000-10-04 Stefan Monnier <monnier@cs.yale.edu>
13004
13005 * progmodes/icon.el (icon-mode):
13006 Don't gratuitously override the default for comment-column.
13007
13008 * vc-hooks.el (vc-mode-line): Fix interactive spec.
13009
13010 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
13011 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
13012 (jit-lock-functions): New var.
13013 (jit-lock-function-1): Use it if non-nil.
13014 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
13015 Set the `fontified' property before doing the fontification to avoid
13016 repeatedly going through the same error.
13017 Don't turn errors into messages.
13018 (jit-lock-register, jit-lock-unregister): New functions.
13019
13020 * dired.el (dired-mark-pop-up): Turn comment into docstring.
13021 Use with-current-buffer.
13022
13023 * dired-aux.el (dired-do-create-files, dired-kill-tree):
13024 Turn comment into docstring.
13025
13026 * apropos.el (apropos-mode): Use define-derived-mode.
13027
130282000-10-04 Gerd Moellmann <gerd@gnu.org>
13029
13030 * startup.el (fancy-splash-pending-command): New variable.
13031 (fancy-splash-pre-command): New function.
13032 (fancy-splash-screens): Rewritten.
13033 (command-line-1): If fancy-splash-pending-command is set, call it
13034 interactively.
13035
130362000-10-04 Dave Love <fx@gnu.org>
13037
13038 * toolbar/tool-bar.el (tool-bar-setup): New function.
13039 (tool-bar-mode): Use it.
13040
13041 * subr.el (substitute-key-definition): Doc fix.
13042 (play-sound-file): New command.
13043
130442000-10-04 Andre Spiegel <spiegel@gnu.org>
13045
13046 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
13047 vc-version-backup-file-name): New functions.
13048
13049 * files.el (basic-save-buffer): Call vc-before-save before saving.
13050
13051 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
13052 vc-cvs-stay-local-p.
13053
13054 * vc.el (vc-revert-buffer): Handle empty diff properly.
13055 (vc-version-backup-file): New function.
13056 (vc-checkout): Create a version backup if necessary.
13057 (vc-checkin): If a version backup file exists, delete it.
13058 (vc-version-diff): Diff locally using version backups, if available.
13059 (vc-revert-file): If there's a version backup, revert locally.
13060 (vc-transfer-file): Use version backup for base version, if
13061 available. If not, ask for confirmation whether to get it from the
13062 server. Update mode line before check-in.
13063
130642000-10-04 Dave Love <fx@gnu.org>
13065
13066 * toolbar/tool-bar.el (tool-bar-setup): New function.
13067 (tool-bar-mode): Use it.
13068
130692000-10-04 Peter Breton <pbreton@ne.mediaone.net>
13070
13071 * net/net-utils.el (nslookup-font-lock-keywords)
13072 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
13073 Only set if window-system is non-nil
13074 (net-utils-run-program): Returns buffer.
13075 (network-connection-reconnect): Added this function.
13076
13077 * generic.el:
13078 Incorporates extensive cleanup and docfixes by
13079 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
13080 Uses cl compile-time macros.
13081 (generic-mode-name, generic-comment-list)
13082 (generic-keywords-list, generic-font-lock-expressions)
13083 (generic-mode-function-list, generic-mode-syntax-table):
13084 Removed variables.
13085 (generic-mode-alist): Renamed to generic-mode-list.
13086 (generic-find-file-regexp): Default changed to "^#".
13087 (generic-read-type): Uses completing read on generic-mode-list.
13088 (generic-mode-sanity-check): removed this function.
13089 (generic-add-to-auto-mode): Removed this function
13090 (generic-mode-internal): Bind mode-specific definitions
13091 into function instead of putting them in alist.
13092 (generic-mode-set-comments): Reworked extensively.
13093 (generic-mode-find-file-hook): Simplified regexp searching
13094 (generic-make-keywords-list): Omit extra pair of parens
13095
13096 * find-lisp.el (find-lisp-find-files-internal):
13097 Make sure directory name ends with "/".
13098
13099 * generic-x.el (apache-conf-generic-mode):
13100 Regexp now allows leading whitespace.
13101 (rc-generic-mode): Added eval-when-compile
13102 around generic-make-keywords-list.
13103 Deleted duplicate regexp
13104 (rul-generic-mode): Added eval-when-compile
13105 around generic-make-keywords-list.
13106 (etc-fstab-generic-mode): New generic mode.
13107 (rul-generic-mode): Removed one eval-when-compile
13108 which caused a max-specpdl-size exceeded error.
13109
131102000-10-04 Miles Bader <miles@gnu.org>
13111
13112 * simple.el (minibuffer-temporary-goal-position): New variable.
13113 (next-history-element): Try to keep the position of point in the
13114 input string constant.
13115
13116 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
13117 (dired-do-create-files): If there's only one file, pass it in as
13118 the DEFAULT arg to dired-mark-read-file-name.
13119
131202000-10-03 Stefan Monnier <monnier@cs.yale.edu>
13121
13122 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
13123 (diff-goto-source): Be smarter when choosing REVERSE or not.
13124
13125 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
13126 (texinfo-mode-menu): Add an explicit shortcut for update all.
13127
131282000-10-03 Andre Spiegel <spiegel@gnu.org>
13129
13130 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
13131 factorize backend-specific code cleanly (this was essentially
13132 conceived by Stefan Monnier).
13133 (vc-unregister): Function removed.
13134 (vc-revert-file): New function.
13135 (vc-revert-buffer): Delegate some of the work to it.
13136
13137 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
13138 default branch unconditionally.
13139 (vc-rcs-set-default-branch): New function.
13140 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
13141 (vc-rcs-checkin): If an appropriate default branch has been set,
13142 force creation of that branch.
13143 (vc-rcs-receive-file): Rewritten to contain only backend-specific
13144 code (as suggested by Stefan Monnier).
13145
131462000-10-02 Gerd Moellmann <gerd@gnu.org>
13147
13148 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
13149 highlighting overlay with a different face over the overlay
13150 isearch uses to highlight the current match because that can lead
13151 to bad face combinations.
13152
13153 * loadup.el (toplevel): Load faces before isearch.
13154
13155 * isearch.el (isearch-faces): New custom group.
13156 (isearch): New defface; was already tested for in the code.
13157 (isearch-lazy-highlight-face): Changed to defface from defcustom.
13158 (isearch-highlight): Always use face `isearch'.
13159
131602000-10-02 Dave Love <fx@gnu.org>
13161
13162 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
13163 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
13164 comparison of opcode with operand.
13165
131662000-10-03 Miles Bader <miles@gnu.org>
13167
13168 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
13169 buffer, since the echo area will now grow to accommodate them.
13170
131712000-10-02 Andre Spiegel <spiegel@gnu.org>
13172
13173 * vc-hooks.el (vc-registered): If FILE used to be registered under
13174 a certain backend, try that one first.
13175
13176 * vc.el (vc-responsible-backend): Undo the previous change in the
13177 argument list. Handle multiple backends correctly.
13178 (vc-find-new-backend): Function removed.
13179 (vc-register): Use vc-responsible-backend, as before.
13180 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
13181
131822000-10-02 Gerd Moellmann <gerd@gnu.org>
13183
13184 * startup.el (fancy-splash-head): Change message below the
13185 logo.
13186
131872000-10-02 Miles Bader <miles@lsi.nec.co.jp>
13188
13189 * diff-mode.el (diff-goto-source): Emit a status message.
13190 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
13191 (diff-test-hunk): Fix doc string.
13192 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
13193 (diff-advance-after-apply-hunk): New variable.
13194 (diff-apply-hunk): Don't return a value.
13195
131962000-10-01 Stefan Monnier <monnier@cs.yale.edu>
13197
13198 * vc.el (vc-editable-p): Minor optimization.
13199 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
13200 (vc-find-new-backend): New function split from vc-responsible-backend.
13201 (vc-register): Use it.
13202 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
13203 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
13204 (vc-default-unregister, vc-revert-buffer): Docstring fix.
13205 (vc-clear-headers): Don't use find-file.
13206 (vc-revert-buffer): Use `and' again (must have been a braino).
13207 (vc-switch-backend): Only prompt if requested.
13208 Short circuit if nothing is to be done.
13209 Don't use vc-resynch-buffer which could lose unsaved editing.
13210 (vc-default-receive-file): Update call to vc-unregister.
13211 (with-vc-file, vc-next-action-on-file):
13212 Use vc-backend rather than vc-registered.
13213 (vc-next-action-on-file): Use intern-soft.
13214 Deal with read-only *vc-diff* buffer.
13215 (vc-transfer-file): Docstring fix.
13216
13217 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
13218 (vc-rcs-receive-file): Avoid with-vc-properties.
13219 Update call to vc-unregister.
13220 Use constant `RCS' rather than (dynamically bound) var `backend'.
13221
132222000-10-01 Andre Spiegel <spiegel@gnu.org>
13223
13224 * vc.el (vc-next-action-on-file): Update mode line only if file
13225 is visited.
13226 (vc-start-entry): New argument initial-contents. Don't visit the file
13227 if it isn't already visited. Brought documentation up-to-date.
13228 (vc-next-action, vc-register): Updated calls to vc-start-entry.
13229 (vc-checkin): New optional arg initial-contents, which is passed to
13230 vc-start-entry.
13231 (vc-finish-logentry): Make sure to bury log buffer only if there
13232 really is one. Call `vc-resynch-buffer' on log-file, not
13233 buffer-file-name.
13234 (vc-default-comment-history, vc-default-wash-log): New functions.
13235 (vc-index-of): Removed.
13236 (vc-transfer-file): Make do without the above.
13237 (vc-default-receive-file): Call comment-history unconditionally. Pass
13238 the resulting string to vc-checkin, instead of inserting it into the
13239 comment ring.
13240
13241 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
13242 unconditionally. Use the comments as initial contents of the log
13243 entry buffer. Document the trick to force branch creation with no
13244 changes.
13245
132462000-10-01 Miles Bader <miles@gnu.org>
13247
13248 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
13249 `recenter' with an arg to prevent redrawing the display.
13250
132512000-09-30 Stefan Monnier <monnier@cs.yale.edu>
13252
13253 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
13254
13255 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
13256
13257 * progmodes/c-mode.el (c-mode):
13258 Don't gratuitously override the default for comment-column.
13259
13260 * textmodes/tex-mode.el (latex-metasection-list): New var.
13261 (latex-imenu-create-index): Use it.
13262 Move the regexp construction outside loops (and use push).
13263 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
13264 (tex-font-lock-keywords): Moved from font-lock.el.
13265 (tex-comment-indent): Remove.
13266 (tex-common-initialization): Don't set comment-indent-function.
13267 (latex-block-default): New var.
13268 (tex-latex-block): Use it to provide a default choice.
13269 Add any unknown choice to latex-block-names.
13270 Insert [...] after {...}.
13271 (tex-last-unended-begin): Simplify regexp.
13272 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
13273 (latex-forward-sexp-1, latex-forward-sexp): New functions.
13274 (latex-mode): Set forward-sexp-function.
13275
13276 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
13277 Add regexp for @ignore ... @end ignore.
13278 (texinfo-heading-face): New face.
13279 (texinfo-font-lock-keywords): Use it.
13280 (texinfo-mode-menu): New menu.
13281 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
13282 New functions.
13283 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
13284 (texinfo-section-types-regexp, texinfo-section-level-regexp)
13285 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
13286 Remove declaration.
13287 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
13288
13289 * delsel.el (delete-selection-mode): Use define-minor-mode.
13290
13291 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
13292
132932000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13294
13295 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
13296
132972000-09-30 Gerd Moellmann <gerd@gnu.org>
13298
13299 * replace.el (keep-lines-read-args): New function.
13300 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
13301 read arguments interactively. Add parameters RSTART and REND.
13302 Operate on the active region in Transient Mark mode.
13303
13304 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
13305
13306 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
13307 (authors-obsolete-files-regexps): New variable.
13308 (authors-add): Don't record changes in obsolete files.
13309
133102000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13311
13312 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
13313
13314 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
13315 (comment-indent): Make sure there's a space between code and comment.
13316 Shift comments left to avoid going past fill-column.
13317
133182000-09-29 Gerd Moellmann <gerd@gnu.org>
13319
13320 * startup.el (startup-echo-area-message): New function.
13321 (display-startup-echo-area-message): Use it.
13322 (fancy-splash-screens): Rewritten to use keymaps and a timer.
13323 (fancy-splash-default-action): New function.
13324 (fancy-splash-screens-1): New function.
13325 (fancy-splash-head): Put a help-echo and a keymap under the image.
13326
133272000-09-29 Stefan Monnier <monnier@cs.yale.edu>
13328
13329 * diff-mode.el (diff-add-log-file-name): Remove.
13330 (diff-mode): Use add-log-buffer-file-name-function.
13331
13332 * add-log.el (find-change-log): New arg BUFFER-FILE.
13333 (add-log-file-name): Obey add-log-file-name-function.
13334 (add-log-buffer-file-name-function): New var.
13335 (add-change-log-entry): Use it.
13336
133372000-09-29 Miles Bader <miles@gnu.org>
13338
13339 * image-file.el (image-file-name-extensions): New variable.
13340 (image-file-name-regexps): Renamed from `image-file-regexps'.
13341 New default value is nil. Call `auto-image-file-mode'.
13342 (image-file-name-regexp): New function.
13343 (auto-image-file-mode): New minor mode.
13344 (insert-image-file): Don't make conditional on the image-file
13345 handler being enabled.
13346 (image-file-handler): Make the call here conditional instead.
13347 (set-image-file-handler-enabled, enable-image-file-handler)
13348 (disable-image-file-handler): Functions removed.
13349
13350 * emacs-lisp/authors.el (authors-print): Rephrase many-files
13351 string.
13352
133532000-09-29 Gerd Moellmann <gerd@gnu.org>
13354
13355 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
13356 it's a function from CL.
13357 (latex-imenu-create-index): Replace eval-when-compile with progn
13358 because latex-section-alist is not bound while compiling.
13359
133602000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13361
13362 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
13363 (outline-mode): Use define-derived-mode.
13364
13365 * progmodes/perl-mode.el (perl-mode):
13366 * progmodes/awk-mode.el (awk-mode):
13367 * progmodes/asm-mode.el (asm-mode):
13368 Don't gratuitously override the default for comment-column.
13369
13370 * emacs-lisp/lisp.el (lisp-complete-symbol):
13371 Distinguish the let-binding case from the funcall case.
13372 (forward-sexp-function): New variable.
13373 (forward-sexp): Use it.
13374
13375 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
13376 (easy-mmode-defmap): Remove the now useless autoload.
13377
13378 * time.el (display-time-mode): Use define-minor-mode.
13379
13380 * subr.el (add-minor-mode): Don't eval NAME.
13381 Don't depend on the presence of TOGGLE-FUN for any special behavior.
13382 Use if rather than cond.
13383
13384 * simple.el (read-expression-map): Define more properly.
13385 (comment-indent-hook): Remove.
13386 (string-to-syntax): Bug fix.
13387
13388 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
13389 (cvs-ediff-diff): Fix typo.
13390 (cvs-revert-if-needed): Don't bother preserving read-only.
13391
13392 * paren.el (show-paren-mode): Use define-minor-mode.
13393
13394 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
13395 (toggle-auto-compression): Remove.
13396 (jka-compr-build-file-regexp): Remove useless grouping.
13397
13398 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
13399 Avoid user-reserved bindings.
13400 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
13401 (diff-header-face): Revert to grey85.
13402
13403 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
13404
13405 * complete.el (partial-completion-mode) <defcustom>: Remove.
13406 (partial-completion-mode): Use define-minor-mode.
13407 (PC-do-completion): Understand `completion-auto-help = delay'
13408 to mean to popup the completion buffer only the second time.
13409 (PC-include-file-all-completions, PC-include-file-all-completions)
13410 (PC-include-file-all-completions): Don't quote lambda.
13411
13412 * comint.el (comint-mode-hook): Docstring fix.
13413 (comint-mode): Use define-derived-mode.
13414 (comint-mode-map): Remove obsolete comment.
13415 (make-comint): Minor stylistic change.
13416 (comint-insert-clicked-input): Be more careful to find the overlay.
13417 Use this-command-keys rather than hardcoding mouse-2.
13418
13419 * font-lock.el: Replace confusing (,@ with ,
13420 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13421 Don't use regexp-opt-depth. Spice up the regexp for args.
13422 Don't distinguish between cmds that can take an opt arg or not.
13423 Use `append' and `prepend' rather than `keep'.
13424
13425 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
13426 (latex-outline-regexp): New var.
13427 (latex-outline-level): New fun.
13428 (latex-section-alist): New var.
13429 (latex-imenu-create-index): Use it. Use `push' as well.
13430 (tex-shell-map): Initialize it properly.
13431 (tex-mode): Minor stylistic change.
13432 (plain-tex-mode): Use define-derived-mode.
13433 (latex-mode): Use define-derived-mode.
13434 Construct the paragraph regexps in a more readable way.
13435 Set the buffer-local outline-{level,regexp} vars.
13436 (slitex-mode): Derive from latex-mode.
13437 (tex-common-initialization): Don't kill-all-vars anymore.
13438 Add setting for comment-add and font-lock-defaults.
13439 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
13440 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
13441 (tex-start-tex): New arg DIR (and send a chdir command for it).
13442 Also display the shell buffer and save it in tex-last-buffer-texed.
13443 (tex-region): Use expand-file-name rather than concat.
13444 Remove code made useless by changes in tex-start-tex.
13445 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
13446
13447 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
13448
134492000-09-28 Dave Love <fx@gnu.org>
13450
13451 * eshell/eshell.el (eshell) <defgroup>: Add :version.
13452
134532000-09-28 Gerd Moellmann <gerd@gnu.org>
13454
13455 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
13456 `append'.
13457
134582000-09-28 Stefan Monnier <monnier@cs.yale.edu>
13459
13460 * info.el (Info-extract-pointer): Undo last change.
13461 Instead, fix the position of the `bound' arg to re-search-backward.
13462
134632000-09-27 Stefan Monnier <monnier@cs.yale.edu>
13464
13465 * info.el (Info-extract-pointer):
13466 Widen more carefully, to avoid finding pointers in other nodes.
13467 (Info-index): Use push.
13468
134692000-09-27 Gerd Moellmann <gerd@gnu.org>
13470
13471 * frame.el (set-frame-font): Remove call to obsolete function
13472 frame-update-faces.
13473 (set-foreground-color, set-background-color): Likewise for
13474 frame-update-face-colors.
13475
134762000-09-27 Miles Bader <miles@gnu.org>
13477
13478 * image-file.el: New file.
13479
134802000-09-27 Gerd Moellmann <gerd@gnu.org>
13481
13482 * frame.el (frame-notice-user-settings): Don't call
13483 frame-update-faces, which is a no-op now.
13484
13485 * ediff-wind.el (ediff-control-frame-parameters): Add zero
13486 tool-bar-lines.
13487
134882000-09-27 Dave Love <fx@gnu.org>
13489
13490 * mouse.el: Fix last change.
13491
134922000-09-27 Miles Bader <miles@lsi.nec.co.jp>
13493
13494 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
13495
134962000-09-22 Kenichi Handa <handa@etl.go.jp>
13497
13498 * international/quail.el (quail-help): The output message is
13499 improved.
13500
135012000-09-26 Dave Love <fx@gnu.org>
13502
13503 * mouse.el (popup-menu): If POSITION is nil, set it using
13504 mouse-position.
13505
135062000-09-25 Sam Steingold <sds@gnu.org>
13507
13508 * net/browse-url.el (browse-url-file-url): Check for null maps.
13509
135102000-09-26 Gerd Moellmann <gerd@gnu.org>
13511
13512 * frame.el (frame-notice-user-settings): Don't add a
13513 tool-bar-lines frame parameter to default-frame-alist in batch mode.
13514
13515 * frame.el (frame-notice-user-settings):
13516 Make tool-bar-mode and default-frame-alist consistent.
13517
13518 * toolbar/tool-bar.el (tool-bar-help): New function.
13519
135202000-09-25 Gerd Moellmann <gerd@gnu.org>
13521
13522 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
13523 current-load-list in top-level forms. Else this leaks a cons cell
13524 every time a defun is called.
13525
13526 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
13527
135282000-09-25 Dave Love <fx@gnu.org>
13529
13530 * startup.el (fancy-splash-head): Check XPM is available.
13531
13532 * autoinsert.el (auto-insert): Doc fix.
13533 (auto-insert-alist): Following GNU notices, don't say `copyright
13534 _by_'. Use line-beginning-position.
13535 (auto-insert): Check buffer-file-name is non-nil before use.
13536
135372000-09-25 Gerd Moellmann <gerd@gnu.org>
13538
13539 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
13540 starting with `@def' or `@multitable', in addition to ones
13541 specified by the user in auto-fill-inhibit-regexp.
13542
135432000-09-25 Markus Rost <rost@math.ohio-state.edu>
13544
13545 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
13546 rmail-dont-reply-to-names matches the empty string.
13547
135482000-09-25 Gerd Moellmann <gerd@gnu.org>
13549
13550 * startup.el (command-line-1, fancy-splash-text): Change the
13551 text to sound more friendly.
13552
135532000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
13554
13555 * progmodes/hideshow.el: Update author email address.
13556 Generally, sync w/ maintainer version 5.22.
13557 (hs-hide-all-non-comment-function): New var.
13558 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
13559 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
13560 (hs-show-region): Delete this command.
13561 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
13562
135632000-09-22 Dave Love <fx@gnu.org>
13564
13565 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
13566 (hl-line-highlight): Specify buffer when moving overlay.
13567
13568 * progmodes/fortran.el (fortran-mode): Locally set
13569 normal-auto-fill-function.
13570 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
13571 (fortran-mode-map): Adjust auto-fill menu entry.
13572
135732000-09-22 Gerd Moellmann <gerd@gnu.org>
13574
13575 * vc-rcs.el (toplevel): Require `vc' when compiling.
13576
13577 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13578
135792000-09-22 Andre Spiegel <spiegel@gnu.org>
13580
13581 * vc.el (vc-switch-backend): Signal an error if the file is not
13582 registered under the new backend.
13583
13584 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
13585 without explicit revision number.
13586
135872000-09-21 Stefan Monnier <monnier@cs.yale.edu>
13588
13589 * diff-mode.el (diff-file-header-face): Reset to its previous value.
13590 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
13591 (diff-xor): New function.
13592 (diff-find-source-location): Use it. Fix a stupid name clash.
13593 (diff-hunk-status-msg): New function.
13594 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
13595 (diff-test-hunk): Use diff-find-source-location.
13596 (diff-goto-source): Favor the `reverse'.
13597 (diff-hunk-text): Properly handle one-sided context diffs.
13598 (diff-apply-hunk): When done, advance to the next hunk.
13599
136002000-09-21 Gerd Moellmann <gerd@gnu.org>
13601
13602 * startup.el (command-line): If frame was created with a non-zero
13603 tool-bar-lines parameter, switch tool-bar-mode on.
13604
13605 * add-log.el (change-log-date-face, change-log-name-face)
13606 (change-log-email-face, change-log-file-face)
13607 (change-log-list-face, change-log-conditionals-face)
13608 (change-log-function-face, change-log-acknowledgement-face):
13609 New faces, inheriting from font-lock faces.
13610 (change-log-font-lock-keywords): Use them.
13611
136122000-09-21 Dave Love <fx@gnu.org>
13613
13614 * progmodes/cperl-mode.el (top-level): Clean up
13615 `eval-when-compile's and assorted defvars.
13616 (cperl-invalid-face): Don't double-quote value. Change custom
13617 type.
13618 (cperl-mode): Set normal-auto-fill-function and don't zap
13619 auto-fill-function.
13620 (cperl-imenu--function-name-regexp-perl): Renamed from
13621 imenu-example--function-name-regexp-perl.
13622 (cperl-imenu--create-perl-index): Renamed from
13623 imenu-example--create-perl-index.
13624 (cperl-xsub-scan): Don't require cl.
13625
13626 * msb.el (msb-mode-map): Use substitute-key-definition.
13627 (msb-mode): Use msb-mode-map.
13628
136292000-09-21 Andre Spiegel <spiegel@gnu.org>
13630
13631 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
13632 New functions.
13633 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
13634 (vc-switch-backend): New function.
13635 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
13636 (vc-register): Fix prompt.
13637 (vc-unregister, vc-default-unregister): New functions.
13638 (vc-version-diff): Handle empty buffer in sentinel.
13639
13640 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
13641 (vc-rcs-state-heuristic): Use it to guess the state of files with
13642 non-strict locking.
13643 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
13644 been set with -b, but not created yet.
13645 (vc-rcs-fetch-master-state): With non-strict locking, compare file
13646 contents in order to find the state.
13647 (vc-rcs-checkin): Allow creation of branches with no changes.
13648 (vc-rcs-unregister, vc-rcs-receive-file)
13649 (vc-rcs-set-non-strict-locking): New functions.
13650
13651 * vc-hooks.el (vc-name): Force correct computation of the value
13652 in case it is missing.
13653
136542000-09-21 Gerd Moellmann <gerd@gnu.org>
13655
13656 * startup.el (fancy-splash-tail): Use a different foreground
13657 color on a dark frame background.
13658
136592000-09-21 Miles Bader <miles@lsi.nec.co.jp>
13660
13661 * info.el: Use the correct capitalization when making Info-mode
13662 and Info-edit-mode `special' modes.
13663
136642000-09-20 Stefan Monnier <monnier@cs.yale.edu>
13665
13666 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
13667 (diff-mode): Add support for add-log.el.
13668 (diff-hunk-text): Use char offsets rather than line offsets.
13669 (diff-find-source-location): Replace LINE with line-offset (nil
13670 if not found) and always set POS to a meaningful position.
13671 Adapt to the new char-offsets.
13672 (diff-apply-hunk): Drop support for the unused `select' POPUP.
13673 Adapt to the new diff-find-source-location.
13674 (diff-goto-source): Adapt to the new diff-find-source-location.
13675
13676 * add-log.el (add-log-file-name): New function (split out of
13677 add-change-log-entry).
13678 (add-change-log-entry): Use it.
13679 Call add-log-file-name-function with the changelog file name if
13680 the current buffer is not associated with any file.
13681 Avoid find-file if the selected window is dedicated.
13682
13683 * diff-mode.el (diff-find-source-location):
13684 Move code from diff-apply-hunk. Return buffer rather than file.
13685 (diff-apply-hunk): Use the new result from diff-find-source-location.
13686 (diff-goto-source): Use the new diff-find-source-location.
13687
136882000-09-20 Dave Love <fx@gnu.org>
13689
13690 * iswitchb.el: Some doc fixes.
13691 (iswitchb-mode-map): Define completely initially. Inherit
13692 minibuffer-local-map.
13693 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
13694 fundamental-mode.
13695 (iswitchb-global-map): New variable.
13696 (iswitchb-summaries-to-end): Amalgamate regexps.
13697 (iswitchb-mode): New.
13698 (iswitchb-mode-hook): New variable.
13699 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
13700 `extensions'.
13701
137022000-09-20 Gerd Moellmann <gerd@gnu.org>
13703
13704 * ehelp.el (electric-help): New defgroup.
13705 (electric-help-shrink-window): New user-option.
13706 (with-electric-help): Use it.
13707
13708 * window.el (shrink-window-if-larger-than-buffer): If face
13709 `mode-line' has a :box, and we're on a graphical frame, add 1
13710 to the needed window height.
13711
13712 * frame.el (frame-notice-user-settings): Add a last parameter nil
13713 to a call to `append', because the last list passed to `append' is
13714 not copied, and so subsequent calls to assq-delete-all will modify
13715 default-frame-alist.
13716
13717 * startup.el (fancy-splash-image): Change :type.
13718 (fancy-splash-head): Use an XBM image if appropriate.
13719 (command-line-1): Show splash screens in more cases.
13720
13721 * startup.el (fancy-splash-text): Don't quote faces.
13722
13723 * dired.el (dired-font-lock-keywords): Undo last change.
13724 (dired-readin): Bind indent-tabs-mode to nil.
13725
13726 * startup.el (fancy-splash-head): If frame's background mode
13727 is `dark', change the black background of the image to gray.
13728 (fancy-splash-screens): Display startup echo area message.
13729 (display-startup-echo-area-message): New function.
13730
137312000-09-20 Miles Bader <miles@lsi.nec.co.jp>
13732
13733 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
13734
13735 * info.el (info-header-node): Tweak for color ttys.
13736
13737 * faces.el (face-valid-attribute-values): Make sure directories we
13738 search for stipples both exist and are readable before trying to
13739 search them.
13740
13741 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
13742 in the dry-run case.
13743
13744 * jka-compr.el (with-auto-compression-mode): New macro.
13745
13746 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
13747 (custom-group-tag-face, custom-variable-tag-face): Use relative
13748 :height and inherit from `variable-pitch' face instead of
13749 hardwiring :family.
13750 * hi-lock.el (hi-black-hb): Likewise.
13751
13752 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
13753 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
13754 toolbar-add-item, if image doesn't have a mask add a `:mask
13755 heuristic'.
13756
137572000-09-19 Stefan Monnier <monnier@cs.yale.edu>
13758
13759 * diff-mode.el: Docstring fixes.
13760 (diff-header-face, diff-comment-face): New faces.
13761 (diff-font-lock-keywords): Highlight a bit differently.
13762 (diff-find-source-location): Don't return SPAN any more.
13763 (diff-hunk-text): Don't bother erasing the temp buffer.
13764 (diff-find-text): Drop argument LINE.
13765 (diff-apply-hunk): Update calls to diff-find-text.
13766 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
13767
13768 * calendar/calendar.el: Docstring fixes.
13769 (calendar-make-alist): Don't quote lambda.
13770 (calendar-star-date): Use make-local-variable.
13771
137722000-09-19 Dave Love <fx@gnu.org>
13773
13774 * toolbar/tool-bar.el: Renamed from toolbar.el.
13775 Change `toolbar' to `tool-bar' generally in symbols.
13776 Make some items invisible in `special' major modes.
13777 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
13778 Add arg PROPS.
13779
13780 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
13781 Add :version here.
13782 (fancy-splash-delay, fancy-splash-image): Remove :version here.
13783
137842000-09-19 Gerd Moellmann <gerd@gnu.org>
13785
13786 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
13787
13788 * files.el (find-file-suppress-same-file-warnings): New user-option.
13789 (find-file-noselect): Use it.
13790
13791 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
13792 (fancy-splash-screen): Defgroup.
13793
13794 * add-log.el (change-log-font-lock-keywords): Match names
13795 more exactly for the case that font-lock-constant-face is
13796 underlined.
13797
137982000-09-19 Richard M. Stallman <rms@gnu.org>
13799
13800 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
13801
138022000-09-19 Andre Spiegel <spiegel@gnu.org>
13803
13804 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
13805
138062000-09-19 Gerd Moellmann <gerd@gnu.org>
13807
13808 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
13809 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
13810 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
13811 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
13812 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
13813 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
13814 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
13815 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
13816 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
13817 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
13818 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
13819 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
13820
13821 * startup.el (fancy-splash-text): New variable.
13822 (fancy-splash-delay, fancy-splash-image): New user-options.
13823 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
13824 (fancy-splash-screens): New functions.
13825 (command-line-1): If display has a `display' frame parameter, has
13826 colors, and we have XPM support, show more fancy splash screens.
13827
138282000-09-19 Dave Love <fx@gnu.org>
13829
13830 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
13831 with null `help'. Use modern backquote syntax.
13832
138332000-09-19 Gerd Moellmann <gerd@gnu.org>
13834
13835 * font-lock.el (font-lock-mode): Change message telling the user
13836 that ``the buffer is too big''.
13837
13838 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
13839 for instance for the case that tab-width is 2.
13840
138412000-09-18 Gerd Moellmann <gerd@gnu.org>
13842
13843 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
13844 toolbar-add-item, if image doesn't have a mask add a `:mask
13845 heuristic'.
13846
138472000-09-18 Miles Bader <miles@lsi.nec.co.jp>
13848
13849 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
13850 and return a cons if it's non-nil.
13851 (diff-apply-hunk): Try to jump to the line in the source text
13852 corresponding to the position of point in the in the hunk.
13853
13854 * info.el (Info-title-3-face, Info-title-2-face)
13855 (Info-title-1-face): Use face inheritance and relative sizes
13856 instead of hard-wiring things.
13857
13858 * faces.el (secondary-selection): Make dark-background variant sane.
13859
138602000-09-16 Andrew Innes <andrewi@gnu.org>
13861
13862 * makefile.w32-in (compile-files-CMD): No need to make .elc files
13863 read-only, since they aren't under VC now.
13864
138652000-09-17 Dave Love <fx@gnu.org>
13866
13867 * tmm.el: Replace mapcar with mapc in several places.
13868
13869 * loadhist.el (unload-feature): Maybe call elp-restore-list and
13870 ad-unadvise.
13871
13872 * international/latin1-disp.el: New file.
13873
13874 * calendar/cal-move.el (scroll-calendar-left)
13875 (scroll-calendar-right): Make arg optional (for active mode line).
13876
13877 * calendar/calendar.el (calendar-mode-line-format): Make fields
13878 mouse-sensitive.
13879 (calendar-read-date, calendar-read-date, calendar-window-list):
13880 Unquote lambda.
13881 (calendar-month-name): Use aref, not sref.
13882
13883 * view.el (minor-mode-alist): Propertize the string.
13884
13885 * international/characters.el (standard-case-table): Add entries
13886 for Greek.
13887
138882000-09-18 Miles Bader <miles@gnu.org>
13889
13890 * info.el (info-node, info-xref): Add dark-background variants.
13891
13892 * faces.el (header-line): Change defaults to be less confusing
13893 when mixed with mode-lines.
13894
13895 * info.el (Info-fontify-node): Make a few cleanups.
13896 Add extra `help-echo' and `local-map' props to node xrefs.
13897 Use header-specific faces for node-names & xrefs.
13898 (Info-use-header-line): New variable.
13899 (info-header-xref, info-header-node): New faces.
13900 (Info-setup-header-line): New function.
13901 (Info-select-node): Call Info-setup-header-line when enabled.
13902 (Info-extract-pointer): Work even if the header line is hidden.
13903 (Info-header-line): New variable.
13904
139052000-09-16 Stefan Monnier <monnier@cs.yale.edu>
13906
13907 * vms-patch.el (print-region-function): Don't quote lambda.
13908
13909 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
13910
13911 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
13912 (lm-get-header-re): Allow spaces between the header and the colon.
13913 (lm-header): Allow $ in non-RCS headers.
13914 (lm-header-multiline): Put the strings back into order.
13915 Stop at an empty line. Don't require two space chars if the
13916 line is clearly not another header line.
13917
13918 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
13919 (popup-menu-popup): Remove.
13920
139212000-09-15 Gerd Moellmann <gerd@gnu.org>
13922
13923 * toolbar/toolbar.el (toolbar-add-item): Use the same image
13924 specification if or if not tool-bar item contains an `:enabled'
13925 property.
13926
13927 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
13928 current buffer has no file name.
13929
139302000-09-15 Dave Love <fx@gnu.org>
13931
13932 * strokes.el: Sync with maintainer's current version with changes
13933 for Emacs, but avoid runtime cl and levents.
13934 (toplevel): Change autoloads and compilation requires.
13935 (strokes-version, strokes-bug-address, strokes-lift): Values
13936 changed.
13937 (strokes-xpm-header, strokes-insinuated): New variable.
13938 (strokes): Add :link.
13939 (strokes-mode): Customized.
13940 (strokes-while-inhibiting-garbage-collector): New macro.
13941 (strokes-remassoc): Avoid remove-if.
13942 (strokes-fix-button2-command): Don't use ad-do-it.
13943 (strokes-insinuate): New function.
13944 (strokes-button-press-event-p, strokes-button-release-event-p):
13945 New functions, used instead of non-`strokes-' versions..
13946 (strokes-mouse-event-p): Rewritten.
13947 (strokes-event-closest-point): Avoid event-point.
13948 (strokes-get-grid-position): Avoid cdadr, caadr
13949 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
13950 functions.
13951 (strokes-help): Use with-output-to-temp-buffer.
13952 (strokes-window-configuration-changed-p): New function.
13953 (strokes-update-window-configuration): Use buffer-live-p,
13954 strokes-window-configuration-changed-p.
13955 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
13956 (strokes-char-face): New face.
13957 (strokes-char-table, strokes-base64-chars): New variable.
13958 (strokes-xpm-for-stroke, strokes-list-strokes)
13959 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
13960 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
13961 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
13962 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
13963 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
13964 functions.
13965
139662000-09-15 Gerd Moellmann <gerd@gnu.org>
13967
13968 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
13969
13970 * image.el (create-image): Doc fix.
13971
13972 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
13973 instead of `:heuristic-mask t'.
13974
139752000-09-14 Andrew Innes <andrewi@gnu.org>
13976
13977 * makefile.w32-in: Revert to Unix line endings.
13978
139792000-09-14 Andrew Innes <andrewi@gnu.org>
13980
13981 * makefile.w32-in: Add bootstrap support. Also copy lisp source
13982 when installing.
13983
13984 * makefile.nt (DONTCOMPILE): Fix typo.
13985
13986 * shell.el (shell-write-history-on-exit): New function.
13987 (shell-dumb-shell-regexp): New custom variable.
13988 (shell-mode): Make shell-write-history-on-exit the process
13989 sentinel if shell name matches shell-dumb-shell-regexp.
13990
13991 * w32-fns.el: Comment out before-init-hook function which resets
13992 source-directory based; this breaks bootstrap.
13993
139942000-09-14 Dave Love <fx@gnu.org>
13995
13996 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
13997 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
13998 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
13999 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
14000 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
14001 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
14002 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
14003 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
14004 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
14005
14006 * toolbar/toolbar.el: New.
14007
14008 * subdirs.el: Add toolbar.
14009
140102000-09-14 Gerd Moellmann <gerd@gnu.org>
14011
14012 * indent.el (indent-for-tab-command): Doc fix.
14013
140142000-09-14 Alex Schroeder <alex@gnu.org>
14015
14016 * ansi-color.el (ansi-colors): Doc change.
14017 (ansi-color-get-face): Simplified regexp.
14018 (ansi-color-faces-vector): Added more faces, doc change.
14019 (ansi-color-names-vector): Doc change.
14020 (ansi-color-regexp): Simplified regexp.
14021 (ansi-color-parameter-regexp): New regexp.
14022 (ansi-color-filter-apply): Doc change.
14023 (ansi-color-filter-region): Doc change.
14024 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
14025 deal with zero length parameters.
14026 (ansi-color-apply-on-region): Doc change.
14027 (ansi-color-map): Doc change.
14028 (ansi-color-map-update): Removed debugging message.
14029 (ansi-color-get-face-1): Added condition-case to trap
14030 args-out-of-range errors.
14031 (ansi-color-get-face): Doc change.
14032 (ansi-color-make-face): Removed.
14033 (ansi-color-for-shell-mode): New option.
14034
140352000-09-13 Kenichi Handa <handa@etl.go.jp>
14036
14037 * international/quail.el (quail-start-translation): Translate KEY
14038 if necessary even if it doesn't have any mapping in the current
14039 input method.
14040 (quail-start-conversion): Likewise.
14041 (quail-help): The output message is improved.
14042
140432000-09-13 Miles Bader <miles@gnu.org>
14044
14045 * comint.el (comint-output-filter): Revert to using
14046 `insert-before-markers'. Add bletcherous hack to undo damage
14047 caused by `insert-before-markers'. Put `front-sticky' property on
14048 overlays created here so that the field code understands how the
14049 overlay works. Use a let when making comint-last-prompt-overlay,
14050 so that the code is easier to read.
14051
140522000-09-13 Dave Love <fx@gnu.org>
14053
14054 * wid-edit.el (widget-default-format-handler): DTRT when
14055 doc-property is a function.
14056
140572000-09-12 Francesco Potorti` <pot@gnu.org>
14058
14059 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
14060 filed name if it's not there.
14061
140622000-09-12 Dave Love <fx@gnu.org>
14063
14064 * simple.el (read-mail-command): Doc fix.
14065 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
14066
14067 * vc.el (vc-dired-listing-switches): Fix :version.
14068
14069 * vc-hooks.el: Doc fixes.
14070
14071 * subr.el (add-minor-mode): Use toggle-fun arg.
14072
14073 * speedbar.el: Add :version to several defcustoms.
14074
14075 * imenu.el (imenu--truncate-items, imenu--cleanup)
14076 (imenu--generic-function): Avoid mapcar.
14077 (imenu--replace-spaces): Function removed.
14078 (imenu--completion-buffer): Use subst-char-in-string.
14079 (imenu-add-to-menubar): Use keymap inheritance.
14080
140812000-09-12 Miles Bader <miles@gnu.org>
14082
14083 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
14084 (diff-mode-map): Bind `diff-test-hunk'.
14085 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
14086
140872000-09-11 Gerd Moellmann <gerd@gnu.org>
14088
14089 * bytecomp.el (byte-compile-defvar): Undo last change
14090 because it breaks '(make-variable-buffer-local (defvar ...)'
14091 which is used at least in dired.
14092
140932000-09-12 Kenichi Handa <handa@etl.go.jp>
14094
14095 * international/quail.el (quail-define-package): Docstring
14096 modified.
14097
140982000-09-12 Kenichi Handa <handa@etl.go.jp>
14099
14100 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
14101 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
14102 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
14103 docstring of "chinese-py".
14104
14105 * international/quail.el (quail-translation-docstring): New
14106 variable.
14107 (quail-show-keyboard-layout): Docstring modified.
14108 (quail-select-current): Likewise.
14109 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
14110 infinite recursive call.
14111 (quail-help): Check quail-translation-docstring. Format of the
14112 output changed.
14113 (quail-help-insert-keymap-description): Adjusted for the above
14114 change.
14115
141162000-09-11 Gerd Moellmann <gerd@gnu.org>
14117
14118 * bytecomp.el (byte-compile-defvar): Only cons onto
14119 current-load-list in top-level forms. Else this leaks a cons cell
14120 every time a defun is called.
14121
141222000-09-11 Miles Bader <miles@lsi.nec.co.jp>
14123
14124 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
14125 Now understands non-unified diffs. Some functionality moved into
14126 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
14127 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
14128 modify anything. Only reposition point in the patched file if the
14129 patch succeeds. Only pop up another window if POPUP is true.
14130 Emit a message describing what happened if successful, and at what
14131 line-offset. Automatically detect reversed hunks and do something
14132 appropriate.
14133 (diff-hunk-text, diff-find-text): New functions.
14134 (diff-filter-lines): Function removed.
14135 (diff-test-hunk): New function.
14136 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
14137
141382000-09-10 Dave Love <fx@gnu.org>
14139
14140 * textmodes/tildify.el: Minor doc/commentary fixes.
14141 (tildify) <defgroup>: Add :version.
14142
14143 * faces.el (face-x-resources): Make custom type more specific.
14144 (frame-background-mode): Use mapc.
14145 (region) <defcustom>: Add :version.
14146
141472000-09-08 Stefan Monnier <monnier@cs.yale.edu>
14148
14149 * vc-sccs.el (vc-sccs-register):
14150 * vc-rcs.el (vc-rcs-register):
14151 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
14152 * vc.el (vc-register): Clear file's properties.
14153
141542000-09-08 Gerd Moellmann <gerd@gnu.org>
14155
14156 * faces.el (face-spec-set): Only face-spec-reset-face when
14157 ATTRS is non-nil.
14158
141592000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
14160
14161 * help.el (help-insert-xref-button): Fix a typo in doc string.
14162
141632000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
14164
14165 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14166 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
14167 methods.
14168
14169 * menu-bar.el (read-mail-item-name): New function.
14170 (menu-bar-tools-menu): Use it to compute and display the package
14171 used to read email.
14172 (menu-bar-tools-menu): Fix typo in GUD's help string.
14173
141742000-09-07 Dave Love <fx@gnu.org>
14175
14176 * diff-mode.el (diff-mouse-goto-source): New function.
14177
14178 * vc-sccs.el: Doc fixes.
14179 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
14180
14181 * vc-rcs.el: Doc fixes.
14182 (vc-rcs-register-switches, vc-rcs-checkin-switches)
14183 (vc-rcs-checkout-switches, vc-rcs-header)
14184 (vc-rcs-master-templates): Add or change :version.
14185
14186 * vc-cvs.el: Doc fixes.
14187 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
14188 (vc-cvs-stay-local): Add :version.
14189
14190 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
14191
141922000-09-07 Kenichi Handa <handa@etl.go.jp>
14193
14194 * international/quail.el (quail-help): Fix previous change.
14195
141962000-09-07 Gerd Moellmann <gerd@gnu.org>
14197
14198 * faces.el (color-values): Doc fix.
14199
14200 * faces.el (frame-set-background-mode): Use frame-parameter
14201 instead of frame-parameters.
14202
14203 * frame.el (filtered-frame-list): Reduce consing.
14204 (frames-on-display-list): Call frame-parameter instead of
14205 frame-parameters.
14206
142072000-09-07 Kenichi Handa <handa@etl.go.jp>
14208
14209 * language/devan-util.el (devanagari-to-indian-region): In the
14210 loop, change the following char, not preceding char.
14211
142122000-09-07 Gerd Moellmann <gerd@gnu.org>
14213
14214 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
14215 instead of frame-parameters.
14216
14217 * faces.el (set-face-attribute): Simplify by calling
14218 internal-set-lisp-face-attribute with FRAME being 0.
14219
14220 * vc.el: Remove `Id' version control keyword.
14221
142222000-09-07 Kenichi Handa <handa@etl.go.jp>
14223
14224 * help.el (help-make-xrefs): Adjusted for the change of
14225 help-xref-mule-regexp.
14226 (help-insert-xref-button): New function.
14227
14228 * international/mule-cmds.el (help-xref-mule-regexp-template):
14229 Include the pattern for character set.
14230 (leim): New group.
14231
14232 * international/quail.el: Don't require face.
14233 (quail): New group.
14234 (quail-other-command): Dummy command to make quail-help work better.
14235 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
14236 (quail-keyboard-layout-substitution): New variable.
14237 (quail-update-keyboard-layout): New function.
14238 (quail-keyboard-layout-type): New customizable variable.
14239 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
14240 (quail-keyboard-translate): Pay attention to
14241 quail-keyboard-layout-substitution.
14242 (quail-insert-kbd-layout): New function.
14243 (quail-show-keyboard-layout): New function.
14244 (quail-get-translation): If the definition is a vector of length
14245 1, and the element is a string of length 1, return the character
14246 in that string.
14247 (quail-update-current-translations): Fix the case of
14248 relative-index out of range.
14249 (quail-build-decode-map, quail-insert-decode-map): New Functions.
14250 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
14251 Show key sequences for all available characters.
14252 (quail-help-insert-keymap-description): Don't show such verbose
14253 key bindings as quail-self-insert-command.
14254
14255 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
14256 Format changed, and each element now have extra documentations.
14257 (tit-process-header): Delete invalid characters from TIT-PROMPT.
14258 Adjusted for the change of quail-cxterm-package-ext-info.
14259
142602000-09-06 Gerd Moellmann <gerd@gnu.org>
14261
14262 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
14263 requiring it leads to a recursive loading of vc.el and vc-hooks.el
14264 during bootstrap.
14265
142662000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14267
14268 * vc.el: (toplevel): Don't require `dired' at run-time.
14269 (vc-dired-resynch-file): Remove autoload cookie.
14270
142712000-09-05 Andre Spiegel <spiegel@gnu.org>
14272
14273 * vc.el: Made several backend functions optional.
14274 (vc-default-responsible-p): New function.
14275 (vc-merge): Use RET for first version to trigger merge-news, not
14276 prefix arg.
14277 (vc-annotate): Handle backends that do not support annotation.
14278 (vc-default-merge-news): Removed. The existence of a merge-news
14279 implementation is now checked on caller sites.
14280
14281 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
14282 case.
14283
14284 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
14285 special case that has been removed from the default in vc-hooks.el.
14286
142872000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14288
14289 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
14290
142912000-09-05 Andre Spiegel <spiegel@gnu.org>
14292
14293 * vc-hooks.el: Require vc during compilation.
14294 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
14295 macro `with-vc-properties' in vc.el.
14296 (vc-file-getprop): Doc fix.
14297 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
14298
14299 * vc.el: Require dired-aux during compilation.
14300 (vc-name-assoc-file): Moved to vc-sccs.el.
14301 (with-vc-properties): New macro.
14302 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
14303 vc-finish-steal): Use it.
14304 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
14305 to the backend-specific function is now supposed to do the checkout,
14306 too.
14307 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
14308
14309 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
14310 set file properties; that gets done in the generic code now.
14311
14312 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
14313 Changed parameter list, added code from vc.el that does the
14314 checkout, possibly with a double-take.
14315
14316 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
14317 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
14318 the above under the new name.
14319 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
14320 parameter list, added checkout command.
14321 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
14322 properties; that gets done in the generic code now.
14323
143242000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14325
14326 * vc.el: Docstring fixes (courtesy of checkdoc).
14327
143282000-09-05 Stefan Monnier <monnier@cs.yale.edu>
14329
14330 * vc.el (vc-checkout-writable-buffer-hook)
14331 (vc-checkout-writable-buffer): Remove.
14332 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
14333 (vc-log-mode): Make it into a clean derived major mode.
14334 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
14335 vc-log-mode if log-edit is not available.
14336 (vc-dired-mode-map): Don't set-keymap-parent yet.
14337 (vc-dired-mode): Do set-keymap-parent here.
14338 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
14339
143402000-09-05 Gerd Moellmann <gerd@gnu.org>
14341
14342 * faces.el (set-face-attribute, face-spec-reset-face)
14343 (face-spec-set): Avoid consing by removing calls to `apply'.
14344
14345 * frame.el (frame-parameter): Move to C code.
14346
143472000-09-05 Dave Love <fx@gnu.org>
14348
14349 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
14350 insert-before-markers-and-inherit. Now checked systematically!
14351
143522000-09-05 Alex Schroeder <alex@gnu.org>
14353
14354 * sql.el (sql-postgres): Use sql-postgres-options.
14355 (sql-postgres-options): New variable.
14356
143572000-09-05 Alex Schroeder <alex@gnu.org>
14358
14359 * sql.el (sql-mode-menu): Work around missing variable mark-active
14360 in XEmacs.
14361 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
14362 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
14363 compatibility.
14364
143652000-09-04 Gerd Moellmann <gerd@gnu.org>
14366
14367 * vc.el (vc-dired-resynch-file): Add autoload cookie.
14368
14369 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
14370
14371 * Makefile.in (DONTCOMPILE): Fix typo in file name.
14372
143732000-09-04 Andre Spiegel <spiegel@gnu.org>
14374
14375 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
14376 don't support anything else under SCCS yet.
14377
14378 * vc-hooks.el: Minor doc fixes.
14379
143802000-09-04 Andre Spiegel <spiegel@gnu.org>
14381
14382 * vc.el (vc-next-action-on-file): Do not visit the file if it's
14383 not necessary. If verbose in state `needs-patch', do the same as
14384 under `up-to-date'. When NOT verbose and `needs-patch', check out
14385 latest version instead of `merge-news'.
14386 (vc-next-action-dired): Don't mess with default-directory here; it
14387 breaks other parts of dired. It is the job of the
14388 backend-specific functions to adjust it temporarily if they need it.
14389 (vc-next-action): Remove a special CVS case.
14390 (vc-clear-headers): New optional arg FILE.
14391 (vc-checkin, vc-checkout): Set properties vc-state and
14392 vc-checkout-time properly.
14393 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
14394 (vc-print-log): Use new backend function `show-log-entry'.
14395 (vc-cancel-version): Do the checks in a different order. Added a
14396 FIXME concerning RCS-only code.
14397
14398 * vc-rcs.el (vc-rcs-show-log-entry): New function.
14399 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
14400
14401 * vc-cvs.el (vc-cvs-show-log-entry): New function.
14402
14403 * vc-hooks.el (vc-default-mode-line-string): Show state
14404 `needs-patch' as a `-' too.
14405
144062000-09-04 Andre Spiegel <spiegel@gnu.org>
14407
14408 * vc.el (vc-responsible-backend): New optional arg REGISTER.
14409 (vc-default-could-register): New function.
14410 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
14411 (vc-resynch-buffer): Call vc-dired-resynch-file.
14412 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
14413 vc-resynch-buffer instead of vc-resynch-window.
14414 (vc-next-action-dired): Don't redisplay here, that gets done as a
14415 result of the individual file operations.
14416 (vc-retrieve-snapshot): Corrected prompt order.
14417
14418 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
14419
14420 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
14421 as well.
14422 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
14423 hostname regexps. Updated all callers.
14424 (vc-cvs-responsible-p): Handle directories as well.
14425 (vc-cvs-could-register): New function.
14426 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
14427 properties up-to-date.
14428
14429 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
14430 user whether to create one.
14431
144322000-09-04 Andre Spiegel <spiegel@gnu.org>
14433
14434 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
14435 check out a non-existing file.
14436
14437 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
14438 workfile does not exist.
14439
14440 * vc.el (vc-version-diff): Use `require' to check for existence of
14441 diff-mode.
14442
144432000-09-04 Andre Spiegel <spiegel@gnu.org>
14444
14445 * vc-cvs.el (vc-cvs-registered): Use new function
14446 vc-cvs-parse-entry to do the actual work.
14447
144482000-09-04 Andre Spiegel <spiegel@gnu.org>
14449
14450 * vc-hooks.el (vc-find-backend-function): If function doesn't
14451 exist, return nil instead of error.
14452 (vc-call-backend): Doc fix.
14453
14454 * vc.el (vc-do-command): Doc fix.
14455 (vc-finish-logentry): When checking in from vc-dired, choose the
14456 right backend for logentry check.
14457 (vc-dired-mode-map): Inherit from dired-mode-map.
14458 (vc-dired-mode): Local value of dired-move-to-filename-regexp
14459 simplified.
14460 (vc-dired-state-info): Removed, updated caller.
14461 (vc-default-dired-state-info): Use parentheses instead of hyphens.
14462 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
14463 (vc-dired-listing-switches): New variable.
14464 (vc-directory): Use it, instead of dired-listing-switches.
14465
14466 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
14467 (vc-cvs-dir-state): New function.
14468 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
14469 (vc-cvs-parse-entry): New function, also to be used in
14470 vc-cvs-registered.
14471
144722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14473
14474 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
14475 *or* single-window-frames.
14476
144772000-09-04 Andre Spiegel <spiegel@gnu.org>
14478
14479 * vc.el (vc-update-changelog): Split into generic part and default
14480 implementation. Doc string adapted.
14481 (vc-default-update-changelog): New function. Call the `rcs2log'
14482 script in exec-directory, to fix a long-standing nuisance.
14483
14484 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
14485 simply signals an error.
14486
144872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14488
14489 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
14490 control-flow more clear and to avoid running `cvs' twice.
14491
14492 * vc.el (vc-next-action-on-file): Doc fix.
14493 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
14494 (vc-print-log): Eval `file' before constructing the continuation.
14495
144962000-09-04 Andre Spiegel <spiegel@gnu.org>
14497
14498 * vc.el (vc-next-action-on-file): Corrected several messages.
14499 (vc-merge): Add prefix arg `merge-news'; handle it.
14500
14501 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
14502 is not reached. It is.
14503 (vc-cvs-merge): Set state to 'edited after merge.
14504 (vc-cvs-merge-news): Set workfile version to nil if not known.
14505 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
14506
14507 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
14508 via stdout. (Merge from main line.)
14509
145102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14511
14512 * vc.el (vc-finish-logentry): Thinko in the "same comment"
14513 detection.
14514
145152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14516
14517 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
14518 against kill-all-local-variables.
14519 (vc-log-edit): Don't save vc-parent-buffer any more.
14520 (vc-last-comment-match): Initialize to an empty string.
14521 (vc-post-command-functions): New hook.
14522 (vc-do-command): Run it.
14523 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
14524 (vc-finish-logentry): Only add the comment to the ring if it's
14525 different from the last comment entered.
14526 (vc-new-comment-index): New function.
14527 (vc-previous-comment): Use it. Make the minibuffer message
14528 slightly less terse.
14529 (vc-comment-search-reverse): Make it work forward as well. Don't
14530 set vc-comment-ring-index if no match is found. Use
14531 vc-new-comment-index.
14532 (vc-comment-search-forward): Use vc-comment-search-reverse.
14533 (vc-dired-mode-map): Don't inherit from dired-mode-map since
14534 define-derived-mode will do it for us. Bind `v' to a keymap that
14535 inherits from vc-prefix-map so that we can bind `vt' without
14536 binding C-x v t.
14537 (vc-retrieve-snapshot): Parenthesis typo.
14538
14539 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
14540 to 1. Make sure to switch to *vc* before looking for an error
14541 message. Use vc-parse-buffer.
14542
145432000-09-04 Andre Spiegel <spiegel@gnu.org>
14544
14545 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
14546 and NAME.
14547 (vc-retrieve-snapshot): Split into two parts.
14548 (vc-default-retrieve-snapshot): New function.
14549
14550 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
14551 (vc-cvs-retrieve-snapshot): New function (untested).
14552 (vc-cvs-stay-local): Default to t.
14553 (vc-cvs-remote-p): New function and property.
14554 (vc-cvs-state): Stay local only if the above is t.
14555 (vc-handle-cvs): Removed.
14556 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
14557 done via vc-handled-backends now.
14558 (vc-cvs-header): Escape Id.
14559
145602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14561
14562 * vc.el (vc-do-command): Remove unused commands.
14563 (vc-version-diff): Make sure default-directory ends with a slash.
14564 Move the window commands into a vc-exec-after.
14565 (vc-print-log): Move more of the code into the `vc-exec-after'.
14566
145672000-09-04 Andre Spiegel <spiegel@gnu.org>
14568
14569 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
14570 (vc-print-log): Search current revision from beginning of buffer.
14571 (vc-revert-buffer): Clear echo area after the diff is finished.
14572 (vc-prefix-map): Removed definition of "t" for terse display in vc
14573 dired.
14574 (vc-dired-mode-map): Inherit from dired-mode-map. Added
14575 definition of "vt" for terse display.
14576 (vc-dired-mode): Fix dired-move-to-filename-regexp.
14577
145782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14579
14580 * vc.el (vc-exec-after): Avoid caddr.
14581
145822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14583
14584 * vc.el (vc-exec-after): New function.
14585 (vc-do-command): Use it to add a termination message for async
14586 procs.
14587 (vc-checkout): Try to handle a missing-backend situation.
14588 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
14589 of a directory with a backend using async diffs.
14590 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
14591 present.
14592
14593 * vc-sccs.el (vc-sccs-state-heuristic): Use
14594 file-ownership-preserved-p.
14595
14596 * vc-rcs.el (vc-rcs-state-heuristic): Use
14597 file-ownership-preserved-p.
14598 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
14599
146002000-09-04 Andre Spiegel <spiegel@gnu.org>
14601
14602 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
14603 vc-do-command.
14604
14605 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
14606 when there are no changes.
14607
146082000-09-04 Andre Spiegel <spiegel@gnu.org>
14609
14610 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
14611
14612 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
14613
146142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14615
14616 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
14617
14618 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
14619 the `fset' outside of the defvar so that it works even if
14620 vc-prefix-map was already defined.
14621 (vc-setup-buffer): New function, split out of vc-do-command.
14622 (vc-do-command): Allow BUFFER to be t to mean `just use the
14623 current buffer without any fuss'.
14624 (vc-version-diff): Change the `diff' backend operation to just put
14625 the diff in the current buffer without erasing it. Always use
14626 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
14627 shrink-window-if-larger-than-buffer.
14628 (vc-print-log): Change the `print-log' backend operation to just
14629 put the log in the current buffer without erasing it. Protect
14630 shrink-window-if-larger-than-buffer.
14631 (vc-update-change-log): Fix setd typo.
14632
14633 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
14634 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
14635
14636 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
14637 (vc-rcs-diff): Insert in the current buffer and remove unused arg
14638 CMP.
14639
14640 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
14641 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
14642 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
14643
146442000-09-04 Andre Spiegel <spiegel@gnu.org>
14645
14646 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
14647 not possible, use vc-BACKEND-workfile-unchanged-p.
14648 (vc-default-workfile-unchanged-p): New function. Delegates to a
14649 full vc-BACKEND-diff.
14650
14651 * vc-hooks.el (vc-simple-command): Removed.
14652
14653 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
14654 instead of vc-simple-command.
14655 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
14656 avoid doing a diff when opening a file.
14657 (vc-rcs-state): Added check for unlocked-changes.
14658 (vc-rcs-header): Escape Id.
14659 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
14660 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
14661 version.
14662
14663 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
14664 (vc-sccs-diff): Remove optional arg CMP.
14665 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
14666 SCCS-specific function.
14667
14668 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
14669 vc-simple-command.
14670
146712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14672
14673 * vc.el (vc-editable-p): Renamed from vc-writable-p.
14674 (with-vc-file, vc-merge): Use vc-editable-p.
14675 (vc-do-command): Remove unused var vc-file and fix the
14676 doubly-defined `status' var. Add a user message when starting an
14677 async command.
14678 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
14679 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
14680 Use with-current-buffer.
14681 (vc-buffer-sync): Use unless.
14682 (vc-next-action-on-file): If the file is 'edited by read-only,
14683 make it read-write instead of trying to commit.
14684 (vc-version-diff, vc-update-change-log): Use `setq
14685 default-directory' rather than `cd'.
14686 (vc-log-edit): Don't forget to set default-directory in the
14687 buffer.
14688
14689 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
14690 (vc-sccs-state-heuristic): Use file-writable-p instead of
14691 comparing userids.
14692 (vc-sccs-checkout): Use `unless'.
14693
14694 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
14695 of comparing userids.
14696 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
14697 Simplify the logic by eliminating unreachable code.
14698 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
14699 just do a recursive call if we need to retry.
14700 (vc-rcs-checkout): Handle the case where rcs is missing by making
14701 the buffer read-write if requested and re-signalling the error.
14702
14703 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
14704
147052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14706
14707 * vc-hooks.el (vc-handled-backends): Docstring change.
14708 (vc-ignore-vc-files): Mark obsolete.
14709 (vc-registered): Check vc-ignore-vc-files.
14710 (vc-find-file-hook, vc-file-not-found-hook): Don't check
14711 vc-ignore-vc-files.
14712
14713 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
14714
147152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14716
14717 * vc.el (vc-checkout): Don't do anything special for ange-ftp
14718 files since ange-ftp already has vc-registered return nil.
14719
14720 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
14721 (vc-sccs-workfile-version): Use with-temp-buffer and new
14722 vc-parse-buffer and don't bother setting the property.
14723 (vc-sccs-add-triple): Use with-current-buffer and
14724 find-file-noselect.
14725 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
14726
14727 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
14728 derives from the old vc-parse-buffer but uses the revision number
14729 rather than the date (much easier to compare robustly).
14730 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
14731 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
14732 locking-user more directly. Check strict locking and set
14733 checkout-model appropriately.
14734 (vc-rcs-parse-locks): Remove.
14735 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
14736 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
14737 (vc-rcs-system-release): Use with-current-buffer and
14738 vc-parse-buffer.
14739 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
14740
14741 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
14742 (vc-simple-command): Docstring fix.
14743 (vc-registered): Align the way the file-handler is called with the
14744 way the function itself works.
14745 (vc-file-owner): Remove.
14746
14747 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
14748 extraction of fields and call to file-attributes because of a
14749 temporary bug in rcp.el.
14750 (vc-cvs-fetch-status): Use with-current-buffer.
14751
147522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14753
14754 * vc.el (vc-do-command): Use file-relative-name.
14755 (vc-responsible-backend): Use vc-backend if possible.
14756 (vc-create-snapshot): Improve the `interactive' spec. Add support
14757 for branches and dispatch to backend-specific `create-snapshot'.
14758 (vc-default-create-snapshot): New function, containing the bulk of
14759 the old vc-create-snapshot.
14760 (vc-retrieve-snapshot): Improve the interactive spec.
14761
14762 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
14763 (vc-backend-hook-functions): Remove.
14764 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
14765 (vc-backend): Reintroduce the test for `file = nil' now that I
14766 know why it was there (and added a comment to better remember).
14767
14768 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
14769 code from vc-sccs-hooks.el.
14770 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
14771 'vc anymore.
14772 (vc-sccs-responsible-p): Use expand-file-name instead of concat
14773 and file-directory-p instead of file-exists-p.
14774 (vc-sccs-check-headers): Simplify the regexp.
14775
14776 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
14777 from vc-rcs-hooks.el. Don't require 'vc anymore.
14778 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
14779 file-directory-p instead of file-exists-p.
14780
14781 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
14782 from vc-cvs-hooks.el.
14783 (proto vc-cvs-registered): Require 'vc-cvs instead of
14784 'vc-cvs-hooks. Don't require 'vc anymore.
14785 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
14786 file-directory-p instead of file-exists-p.
14787 (vc-cvs-create-snapshot): New function, replacing
14788 vc-cvs-assign-name.
14789 (vc-cvs-assign-name): Remove.
14790
147912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14792
14793 * vc-cvs.el (vc-cvs-header): New var.
14794
14795 * vc-rcs.el (vc-rcs-exists): Remove.
14796 (vc-rcs-header): New var.
14797
14798 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
14799 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
14800 (vc-sccs-header): New var.
14801
14802 * vc.el (vc-do-command): Get rid of the `last' argument.
14803 (vc-header-alist): Remove, replaced by vc-X-header.
14804 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
14805 (vc-dired-hook): Use expand-file-name instead of concat.
14806 (vc-directory): Use file-name-as-directory.
14807 (vc-snapshot-precondition, vc-create-snapshot)
14808 (vc-retrieve-snapshot): Allow the command to operate on any
14809 directory.
14810
14811 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
14812 just removing the 'WORKFILE argument or by removing the 'MASTER
14813 argument and replacing `file' with (vc-name file).
14814
148152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14816
14817 * vc.el: Update Copyright and add a crude list of backend funs.
14818 (vc-writable-p): New function.
14819 (with-vc-file): Use vc-writable-p.
14820 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
14821 (vc-register): Avoid vc-name.
14822 (vc-locking-user): Remove.
14823 (vc-steal-lock): Make the `owner' arg non-optional.
14824 (vc-merge): Use vc-writable-p instead of vc-locking-user and
14825 vc-checkout-model.
14826 (vc-default-dired-state-info): Use vc-state instead of
14827 vc-locking-user and return special strings for special states.
14828 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
14829 and get rid of one of the special CVS cases.
14830 (vc-cancel-version): prettify error message with \\[...].
14831 (vc-rename-master): New function.
14832 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
14833 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
14834 the CVS special case generic.
14835 (vc-default-record-rename): Remove.
14836 (vc-file-tree-walk-internal): Only call FUNC for files that are
14837 under control of some VC backend and replace `concat' with
14838 expand-file-name.
14839 (vc-file-tree-walk): Update docstring.
14840 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
14841 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
14842
14843 * vc-sccs.el (vc-sccs-rename-file): Renamed from
14844 vc-sccs-record-rename. Use `find-file-noselect' rather than
14845 `find-file' and call `vc-rename-master' to do the actual move.
14846 (vc-sccs-diff): Remove unused `backend' variable.
14847
14848 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
14849 to delay loading of vc-sccs until it is really used.
14850 (vc-sccs-master-templates): Preload.
14851 (vc-sccs-state): Update call to vc-sccs-parse-locks.
14852 (vc-sccs-project-dir): Remove (merged into
14853 vc-sccs-search-project-dir).
14854 (vc-sccs-search-project-dir): Rewrite using file name handling ops
14855 rather than `concat', make sure it is preloaded and don't bother
14856 to check that the file actually exists.
14857 (vc-sccs-parse-locks): Remove unused `file' argument, remove
14858 `locks' argument (use buffer's content instead) and eliminate n^2
14859 behavior.
14860
14861 * vc-rcs.el: Update Copyright.
14862 (vc-rcs-rename-file): New function.
14863 (vc-rcs-diff): Remove unused `backend' variable.
14864
14865 * vc-hooks.el: Update Copyright.
14866 (vc-backend): Don't accept a nil argument any more.
14867 (vc-up-to-date-p): Turn into a defsubst.
14868 (vc-possible-master): New function.
14869 (vc-check-master-templates): Use `vc-possible-master' and allow
14870 funs in vc-X-master-templates to return a non-existent file.
14871
14872 * vc-cvs.el: Update Copyright.
14873 (vc-cvs-diff): Remove unused `backend' variable.
14874 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
14875
14876 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
14877
148782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14879
14880 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
14881 since it can be called from vc-rcs.el.
14882 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
14883
148842000-09-04 Andre Spiegel <spiegel@gnu.org>
14885
14886 * vc.el (vc-version-diff): Expand file name read from the
14887 minibuffer. Handle the case when a previous version number can't
14888 be guessed. Give suitable messages when there were no differences
14889 found.
14890 (vc-clear-headers): Call backend-specific implementation, if one
14891 exists.
14892 (vc-cancel-version): Made error checks generic. When done, clear
14893 headers generically, too.
14894
14895 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
14896 from vc-clear-headers in vc.el.
14897
14898 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
14899 correctly.
14900 (vc-rcs-latest-on-branch-p): Made second argument VERSION
14901 optional. Handle the case when it's not there.
14902
149032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14904
14905 * vc.el (vc-locking-user): Moved from vc-hooks.el.
14906
149072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14908
14909 * vc-hooks.el (vc-loadup): Remove.
14910 (vc-find-backend-function): Use `require'. Also, handle the case
14911 where vc-BACKEND-hooks.el doesn't exist.
14912 (vc-call-backend): Cleanup.
14913
149142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14915
14916 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
14917 vc-rcs-grab-templates)
14918 (vc-rcs-registered): Remove. The default function works as well.
14919 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
14920 vc-sccs-grab-templates)
14921 (vc-sccs-registered): Remove. The default function works as well.
14922
14923 * vc.el (vc-version-diff): Left out a vc- in call to
14924 vc-call-backend.
14925 (vc-default-dired-state-info, vc-default-record-rename)
14926 (vc-default-merge-news): Update for the new backend argument.
14927
14928 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
14929 using the default function.
14930 (vc-call-backend): If calling the default function, pass it the
14931 backend as first argument. Update the docstring accordingly.
14932 (vc-default-state-heuristic, vc-default-mode-line-string): Update
14933 for the new backend argument.
14934 (vc-make-backend-sym): Renamed from vc-make-backend-function.
14935 (vc-find-backend-function): Use the new name.
14936 (vc-default-registered): New function.
14937
149382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14939
14940 * vc.el (vc-merge): Use vc-find-backend-function.
14941
14942 * vc-hooks.el (vc-backend-functions): Remove.
14943 (vc-loadup): Don't setup 'vc-functions.
14944 (vc-find-backend-function): New function.
14945 (vc-call-backend): Use above fun and populate 'vc-functions
14946 lazily.
14947 (vc-backend-defines): Remove.
14948
149492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14950
14951 * vc.el (vc-register): Put a FIXME note for a newly found bug.
14952 Call vc-call-backend without the leading vc-.
14953 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
14954 (vc-check-headers): Call vc-call-backend without the leading vc-.
14955 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
14956 (vc-annotate-display): Replace confusing use of `cond' with `or'.
14957 Call vc-call-backend without the leading vc-.
14958
14959 * vc-cvs.el (tail): Provide vc-cvs.
14960 * vc-sccs.el (tail): Provide vc-sccs.
14961 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
14962
14963 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
14964 (vc-make-backend-function, vc-call): Pass names without leading
14965 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
14966 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
14967 (vc-call-backend): Always try to load vc-X-hooks.
14968 (vc-registered): Remove vc- in call to vc-call-backend.
14969
149702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14971
14972 * vc.el (vc-process-filter): New function.
14973 (vc-do-command): Setup `vc-process-filter' for the async process.
14974 (vc-maybe-resolve-conflicts): New function to reduce
14975 code-duplication. Additionally, it puts the buffer in
14976 `smerge-mode' if applicable.
14977 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
14978 calling `merge-news'.
14979 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
14980 (vc-log-edit): New function. Replacement for `vc-log-mode' by
14981 interfacing to log-edit.el.
14982 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
14983 log-edit is available.
14984 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
14985
149862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
14987
14988 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
14989 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
14990 defvar and the initialization.
14991 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
14992
14993 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
14994 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
14995
14996 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
14997
149982000-09-04 Andre Spiegel <spiegel@gnu.org>
14999
15000 * vc.el (vc-file-clear-masterprops): Removed.
15001 (vc-checkin, vc-revert-buffer): Removed calls to the above.
15002 (vc-version-diff): Use buffer-size without argument.
15003 (vc-register): Heed vc-initial-comment.
15004
15005 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
15006 default branch.
15007
15008 * vc-rcs.el (vc-rcs-register): Parse command output to find master
15009 file name and workfile version.
15010 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
15011
15012 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
15013 vc-file-clear-masterprops.
15014
15015 * vc-sccs.el (vc-sccs-checkout): Removed call to
15016 vc-file-clear-masterprops. If writable, set vc-state to 'edited
15017 rather than user login name.
15018
15019
150202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15021
15022 * vc.el (vc-workfile-unchanged-p): Remove unused argument
15023 `want-differences-if-changed' and simplify.
15024 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
15025 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
15026 output (which is invalid for async vc-diff) to decide whether to
15027 do the revert silently or not.
15028
150292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15030
15031 * vc-hooks.el (vc-loadup): Load files quietly.
15032 (vc-call-backend): Oops, brain fart.
15033
150342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15035
15036 * vc-cvs.el (vc-cvs-state): Typo.
15037 (vc-cvs-merge-news): Return the status code rather than the error msg.
15038
150392000-09-04 Andre Spiegel <spiegel@gnu.org>
15040
15041 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
15042 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
15043 vc-state or vc-up-to-date-p.
15044 (vc-merge): Use vc-backend-defines to check whether merging is
15045 possible. Set state to 'edited after successful merge.
15046
15047 * vc-hooks.el (vc-locking-user): If locked by the calling user,
15048 return that name. Redocumented.
15049
150502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15051
15052 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
15053 new `vc-state' semantics.
15054 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
15055 'vc-locking-user to the current user.
15056 (vc-merge): Inline vc-backend-merge. Comment out code that I
15057 don't understand and hence can't adapt to the new `vc-state' and
15058 `vc-locking-user' semantics.
15059 (vc-backend-merge): Remove.
15060
15061 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
15062 rather than 'vc-locking-user.
15063
15064 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
15065
15066 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
15067 (vc-state): Don't use 'reserved any more. Just use the same
15068 convention as the one used for vc-<backend>-state where the
15069 locking user (as a string) is returned.
15070 (vc-locking-user): Update, based on the above convention. The
15071 'vc-locking-user property has disappeared.
15072 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
15073
15074 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
15075 with a heuristic one.
15076 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
15077 (vc-cvs-checkin): Do a trivial parse to set the state in case of
15078 error. That allows us to get to 'needs-merge even in the
15079 stay-local case. There's still no way to detect 'needs-patch in
15080 such a setup (or to force an update for that matter).
15081 (vc-cvs-logentry-check): Remove, the default works as well.
15082
150832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15084
15085 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
15086
15087 * vc.el (vc-do-command): kill-all-local-variables, to reset any
15088 major-mode in which the buffer might have been put earlier. Use
15089 `remove' and `when'. Allow `okstatus' to be `async' and use
15090 `start-process' in this case.
15091 (vc-version-diff): Handle the case where the diff looks empty
15092 because of the use of an async process.
15093
150942000-09-04 Andre Spiegel <spiegel@gnu.org>
15095
15096 * vc.el (vc-next-action-on-file): Removed optional parameter
15097 `simple'. Recompute state unconditionally.
15098 (vc-default-toggle-read-only): Removed.
15099
15100 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
15101 (vc-toggle-read-only): Undid prev change.
15102
15103 * vc-cvs.el (vc-cvs-stay-local): Renamed from
15104 vc-cvs-simple-toggle. Redocumented.
15105 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
15106 (vc-cvs-toggle-read-only): Removed.
15107
151082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15109
15110 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
15111 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
15112 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
15113 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
15114 still is. So maybe it should be removed.
15115 (vc-head-version, vc-find-binary): Remove.
15116 (vc-recompute-state): Move from vc-hooks.el.
15117 (vc-next-action-on-file): Add a `simple' argument to allow
15118 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
15119 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
15120 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
15121 (vc-dired-mode-map): Properly defvar it.
15122 (vc-print-log): Call log-view-mode if available.
15123 (small-temporary-file-directory): defvar instead of use boundp.
15124 (vc-merge-news): Moved to vc-cvs.el.
15125 (vc-default-merge-news): New function.
15126
15127 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
15128 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
15129 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
15130 unknown `vc-latest-version' function. It should probably refer to
15131 vc-workfile-version or somesuch, but it's very unclear to me and I
15132 don't have SCCS to test things.
15133
15134 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
15135 (vc-sccs-state-heuristic): Fix typo.
15136 (vc-sccs-workfile-unchanged-p): Add missing argument.
15137
15138 * vc-rcs.el: Require vc and vc-rcs-hooks.
15139 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
15140 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
15141 (vc-release-greater-or-equal-p): Move from vc.
15142 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
15143 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
15144 (vc-rcs-checkout): Add a missing `new-version' argument in the
15145 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
15146
15147 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
15148 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
15149 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
15150 than the apparently unbound `workfile-version'.
15151
15152 * vc-hooks.el (vc-master-templates): Def the obsolete var.
15153 (vc-file-prop-obarray): Use `make-vector'.
15154 (vc-backend-functions): Add new hookable functions
15155 vc-toggle-read-only, vc-record-rename and vc-merge-news.
15156 (vc-loadup): If neither backend nor default functions exist, use
15157 the backend function rather than nil.
15158 (vc-call-backend): If the function if not bound yet, try to load
15159 the non-hook file to see if it provides it.
15160 (vc-call): New macro plus use it wherever possible.
15161 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
15162 nor `vc-find-binary' since it's only called from
15163 vc-mistrust-permission which is only used once the backend is known.
15164 (vc-checkout-model): Fix parenthesis.
15165 (vc-recompute-state, vc-prefix-map): Move to vc.el.
15166
15167 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
15168 (vc-cvs-release, vc-cvs-system-release): Remove.
15169 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
15170 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
15171 status symbols.
15172 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
15173 (vc-cvs-toggle-read-only): First cut at a function to allow a
15174 cvs-status-free vc-toggle-read-only.
15175 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
15176 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
15177 vc-cvs-status. Also set vc-state rather than vc-locking-user.
15178 (vc-cvs-checkout): Modify access rights directly if the user
15179 requested not to use `cvs edit'. And refresh the mode line.
15180
15181 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
15182 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
15183
151842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
15185
15186 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
15187 workfile' that got lost when the code was extracted from vc.el.
15188 And merged the tail with the rest of the code (not possible in the
15189 old vc.el where the tail was shared among all backends). And
15190 explicitly set the state to 'edited if `writable' is set.
15191
15192 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
15193 (vc-cvs-state): Be careful to return the value from
15194 vc-cvs-parse-state.
15195 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
15196 property but return it instead. Also be careful to handle a nil
15197 or "" `rev' when workfile is non-nil (it was handled properly when
15198 workfile was nil).
15199
15200 * vc.el: Removed those pesky unnecessary `(function' quotes.
15201 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
15202 directly in the defvar.
15203 (vc-do-command): Bind inhibit-read-only so as to properly handle
15204 the case where the destination buffer has been made read-only.
15205 (vc-diff): Delegate to vc-version-diff in all cases.
15206 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
15207 (vc-annotate-mode-variables): Removed (code moved partly to
15208 defvars and partly to vc-annotate-add-menu).
15209 (vc-annotate-mode): Turned into a derived-mode.
15210 (vc-annotate-add-menu): Moved in code in
15211 vc-annotate-mode-variables.
15212 (vc-update-change-log): Use make-temp-file if available.
15213
152142000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
15215
15216 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
15217 `vc-checkout-model' updated to `vc-cvs-update-model'.
15218
152192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15220
15221 * vc.el (vc-next-action-on-file): Added handling of state
15222 `unlocked-changes'.
15223 (vc-checkout-carefully): Is now practically obsolete, unless the
15224 above is too slow to be enabled unconditionally.
15225 (vc-update-change-log): Fixed typo.
15226
15227 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
15228
15229 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
15230 Now handles state `unlocked-changes'.
15231 (vc-sccs-workfile-unchanged-p): New function, to support the above.
15232
15233 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
15234
15235 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
15236 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
15237 `unlocked-changes'.
15238 (vc-rcs-workfile-unchanged-p): Renamed from
15239 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
15240 function yet, but supposed to become one soon.
15241
15242 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
15243 `vc-steal-lock'.
15244 (vc-call-backend): Changed error message.
15245 (vc-state): Added description of state `unlocked-changes'.
15246
152472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15248
15249 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
15250 always return t in CVS-controlled directories.
15251
15252 * vc.el (vc-responsible-backend): New function.
15253 (vc-register): Largely rewritten.
15254 (vc-admin): Removed (implementation moved into vc-register).
15255 (vc-checkin): Redocumented.
15256 (vc-finish-logentry): If no backend defined yet (because we are in
15257 the process of registering), use the responsible backend.
15258
15259 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15260 Updated function lists.
15261 (vc-call-backend): Fixed typo.
15262
15263 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
15264 New functions.
15265 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
15266 Removed query option. Redocumented.
15267
152682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15269
15270 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
15271
15272 * vc.el: Updated callers of `vc-checkout-required' to use
15273 `vc-checkout-model'.
15274
152752000-09-04 Martin Lorentzson <martinl@gnu.org>
15276
15277 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
15278 stuff updated to reference this function instead of the old
15279 `vc-backend-release-p'.
15280
152812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15282
15283 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
15284 vc-checkout-model. Return appropriate values. Updated callers.
15285
152862000-09-04 Martin Lorentzson <martinl@gnu.org>
15287
15288 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
15289 (vc-backend-revert): Function moved into `vc-revert';
15290 `vc-next-action' must be updated to accomodate this change.
15291 (vc-backend-steal): Function moved into `vc-finish-steal'.
15292 (vc-backend-logentry-check): Function moved into
15293 `vc-finish-logentry'.
15294 (vc-backend-printlog): Function moved into `vc-print-log'.
15295 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
15296 (vc-backend-assign-name): Function moved into
15297 `vc-create-snapshot'.
15298
152992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15300
15301 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
15302 Rename to vc-checkout-model. Return appropriate values.
15303 Update callers.
15304
15305 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
15306 to vc-checkout-model.
15307 (vc-checkout-required): Rename to vc-checkout-model.
15308 Re-implement and re-comment.
15309 (vc-after-save): Use vc-checkout-model.
15310
153112000-09-04 Martin Lorentzson <martinl@gnu.org>
15312
15313 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
15314 Update to use the vc-BACKEND-diff functions instead.
15315 `vc-diff' is now working.
15316
15317 * vc-rcs.el (vc-rcs-logentry-check): New function.
15318
15319 * vc-cvs.el (vc-cvs-logentry-check): New function.
15320
15321 * vc-sccs.el (vc-sccs-diff): Function changed name from
15322 `vc-backend-diff'. This makes `vc-diff' work.
15323
15324 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
15325 of functions possibly implemented in a vc-BACKEND library.
15326 (vc-checkout-required): Fix bug that caused an error to be
15327 signaled during `vc-after-save'.
15328
15329 * vc.el: Fix typo.
15330 This checkin is made with our new VC code base for the very first time.
15331 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
15332
15333 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
15334 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
15335
15336 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
15337 updated to `vc-uses-locking'.
15338 (vc-checkout-required): Call to backend function.
15339 `vc-checkout-required' updated to `vc-uses-locking' instead.
15340
15341 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
15342 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
15343
15344 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
15345 to match the split into various backends.
15346 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
15347 (vc-retrieve-snapshot): Bug fix.
15348
153492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15350
15351 * vc-sccs.el (vc-sccs-release): Doc fix.
15352
153532000-09-04 Martin Lorentzson <martinl@gnu.org>
15354
15355 * vc.el (vc-next-action-on-file): Bug found and fixed.
15356 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
15357 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
15358
15359 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
15360 (vc-rcs-checkout): Name space cleaned up. No more revision number
15361 crunching function names that are not prefixed with vc-rcs.
15362 (vc-rcs-checkout-model): Function added. References to
15363 `vc-checkout-model' replaced.
15364
153652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15366
15367 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
15368 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
15369 still need to be split, and implemented for RCS).
15370
153712000-09-04 Martin Lorentzson <martinl@gnu.org>
15372
15373 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
15374
15375 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
15376 required by the vc.el file.
15377
15378 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
15379 required by the vc.el file.
15380 (vc-rcs-exists): Function added.
15381
15382 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
15383 required by the vc.el file.
15384
15385 * vc.el (vc-admin): Updated to handle selection of appropriate
15386 backend. Current implementation is crufty and need re-thinking.
15387
15388 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
15389
153902000-09-04 Martin Lorentzson <martinl@gnu.org>
15391
15392 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
15393 beginning of annotate buffers correctly.
15394
15395 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
15396 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
15397 functionality updated quite a lot to support multiple backends.
15398 Variables `vc-annotate-mode', `vc-annotate-buffers',
15399 `vc-annotate-backend' added.
15400
15401 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
15402 `vc-annotate-difference' added to supported backend functions.
15403
154042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15405
15406 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
15407 Use with-temp-file instead of /bin/sh. Merged from mainline
15408
154092000-09-04 Martin Lorentzson <martinl@gnu.org>
15410
15411 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
15412
15413 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
15414
15415 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
15416
154172000-09-04 Martin Lorentzson <martinl@gnu.org>
15418
15419 * vc-hooks.el: vc-state-heuristic added to
15420 vc-backend-hook-functions.
15421
15422 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
15423
15424 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
15425
15426 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
15427 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
15428 state to `reserved'.
15429
15430 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
15431 `vc-checkout-required'. Rename the `locked' state to `reserved'.
15432
154332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15434
15435 * vc-rcs-hooks.el: Implement new state model. Hardly anything
15436 untouched.
15437
15438 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
15439
15440 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
15441 if defined. (Merged from main line, slightly adapted.)
15442
15443 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
15444 millenium problem (merged from mainline).
15445
154462000-09-04 Martin Lorentzson <martinl@gnu.org>
15447
15448 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
15449 part and moved the non-BACKEND stuff to vc.el.
15450
15451 * vc.el: Split the annotate feature into a BACKEND specific part
15452 and moved it from the vc-cvs.el file to this one.
15453
154542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15455
15456 * vc-hooks.el: Implement new state model.
15457 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
15458 (vc-locking-user): Simplify. Now only needed if the file is
15459 locked by somebody else.
15460 (vc-lock-from-permissions): Remove. Functionality is in
15461 vc-sccs-hooks.el and vc-rcs-hooks.el now.
15462 (vc-mode-line-string): New name for former vc-status. Adapted.
15463 (vc-mode-line): Adapt to use the above. Remove optional parameter.
15464
15465 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
15466 Various simplifications and adaptations all over the place.
15467
15468 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
15469 Simplify and adapt the rest.
15470
15471 * vc.el (vc-resynch-window): Add TODO comment: check for
15472 interaction with view mode according to recent RCS change.
15473 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
15474
154752000-09-04 Martin Lorentzson <martinl@gnu.org>
15476
15477 * vc.el: Convert the remaining function comments to docstrings.
15478
154792000-09-04 Martin Lorentzson <martinl@gnu.org>
15480
15481 * vc.el (vc-backend-release, vc-release-greater-or-equal)
15482 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
15483 (vc-minor-part, vc-previous-version): Functions that operate and
15484 compare revision numbers got proper documentation. Comments added
15485 about their possible removal.
15486
154872000-09-04 Martin Lorentzson <martinl@gnu.org>
15488
15489 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
15490 the vc-backend.el files.
15491
15492 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
15493
15494 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
15495 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
15496 (vc-rcs-previous-version): Functions added.
15497
15498 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
15499
15500 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
15501
155022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15503
15504 * vc-hooks.el (vc-master-templates): Is really obsolete.
15505 Comment out the definition for now. What is the right procedure
15506 to get rid of it?
15507 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
15508 rewritten.
15509 (vc-default-registered): Remove.
15510 (vc-check-master-templates): New function; does mostly what the
15511 above did before.
15512 (vc-locking-user): Don't rely on the backend to set the property.
15513
15514 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
15515 Rewrite documentation.
15516 (vc-rcs-templates-grabbed): New variable.
15517 (vc-rcs-grab-templates): New function.
15518 (vc-rcs-registered): Rewrite to use above mechanism.
15519
15520 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
15521 Rewrite documentation.
15522 (vc-sccs-templates-grabbed): New variable.
15523 (vc-sccs-grab-templates): New function.
15524 (vc-sccs-registered): Rewrite to use above mechanism.
15525 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
15526 Don't throw the result, simply return it.
15527
15528 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
15529 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
15530 (vc-cvs-registered): Does the check itself now. Simplify.
15531
15532 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
15533 from main line.
15534
155352000-09-04 Martin Lorentzson <martinl@gnu.org>
15536
15537 * vc-cvs.el (vc-cvs-diff): New function.
15538
15539 * vc-sccs.el (vc-sccs-diff): New function.
15540
15541 * vc-rcs.el (vc-rcs-diff): New function.
15542 (vc-rcs-checkout): Bug (typo) found and fixed.
15543 (vc-rcs-register-switches): New variable.
15544
15545 * vc.el (vc-backend-diff): Function removed and placed in the
15546 backend files.
15547
155482000-09-04 Martin Lorentzson <martinl@gnu.org>
15549
15550 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
15551
15552 * vc.el (vc-backend-checkout): Function removed and replaced in
15553 the vc-backend.el files.
15554
15555 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
15556
15557 * vc.el (vc-backend-admin): Removed and replaced in the
15558 vc-backend.el files.
15559
15560 * vc.el (Martin): Removed all the annotate functionality since it
15561 is CVS backend specific.
15562
155632000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15564
15565 * spec.txt: Added specification of vc-state.
15566
15567 * vc-sccs-hooks.el (vc-sccs-master-properties):
15568 Remove handling of vc-latest-version and
15569 vc-your-latest-version. What used to be vc-latest-version, is now
15570 returned as vc-workfile-version.
15571 (vc-sccs-workfile-version): Adapt.
15572
155732000-09-04 Dave Love <fx@gnu.org>
15574
15575 * vc.el: [Merged from mainline.]
15576 (vc-dired-mode): Make the dired-move-to-filename-regexp
15577 regexp match the date, to avoid treating date as file size.
15578 Add YYYY S option to WESTERN/
15579
155802000-09-04 Dave Love <fx@gnu.org>
15581
15582 * vc.el: Require `compile' when compiling.
15583 (vc-logentry-check-hook): New option.
15584 (vc-steal-lock): Use compose-mail.
15585 (vc-dired-mode-map): Defvar when compiling.
15586 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
15587 vc-sccs.el and renamed. Callers changed.
15588 (vc-backend-checkout, vc-backend-logentry-check)
15589 (vc-backend-merge-news): Doc fix.
15590 (vc-default-logentry-check): New function.
15591 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
15592 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
15593 (vc-backend-merge): Doc fix. Use backend functions.
15594 (vc-check-headers): Use backend functions.
15595
15596 * vc-cvs.el: Require vc when compiling.
15597 (vc-cvs-register-switches): Doc fix.
15598 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
15599 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
15600 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
15601 New functions (code from vc.el).
15602 (vc-annotate-display-default): Fix interactive spec.
15603 (vc-annotate-time-span): Doc fix.
15604
15605 * vc-rcs.el: Require vc when compiling.
15606 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
15607 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
15608 (vc-rcs-checkin): New functions (code from vc.el).
15609 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
15610 Doc fix.
15611 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
15612
15613 * vc-sccs.el: Require vc when compiling.
15614 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
15615 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
15616 (vc-sccs-revert)
15617 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
15618 from vc.el).
15619 (vc-sccs-add-triple, vc-sccs-record-rename)
15620 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
15621 (vc-sccs-admin): Doc fix.
15622
156232000-09-04 Martin Lorentzson <martinl@gnu.org>
15624
15625 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
15626 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
15627 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
15628 from vc.el.
15629
15630 * vc-sccs.el (vc-admin-sccs): Added from vc.el
15631
15632 * vc-cvs.el: Moved the annotate functionality from vc.el.
15633 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
15634
156352000-09-04 Dave Love <fx@gnu.org>
15636
15637 * vc.el (vc-backend-release): Call vc-system-release.
15638
15639 * vc-sccs.el (vc-sccs-system-release):
15640 Renamed from vc-sccs-backend-release.
15641
15642 * vc-rcs.el (vc-rcs-system-release):
15643 Renamed from vc-rcs-backend-release.
15644
15645 * vc-cvs.el (vc-cvs-system-release):
15646 Renamed from vc-cvs-backend-release.
15647
156482000-09-04 Dave Love <fx@gnu.org>
15649
15650 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
15651 backend files.
15652 (vc-backend-release): Dispatch to backend functions.
15653 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
15654 probably needs attention.]
15655
15656 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
15657 (vc-sccs-backend-release): New function.
15658
15659 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
15660 (vc-cvs-backend-release): New function.
15661
15662 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
15663 Doc fix.
15664 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
15665 (vc-default-dired-state-info): New function.
15666 (vc-dired-state-info): Dispatch to backends.
15667 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
15668
15669 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
15670 from vc.el and renamed.
15671
156722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15673
15674 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
15675 (vc-version-other-window, vc-backend-assign-name): Removed
15676 references to vc-latest-version; sometimes changed into
15677 vc-workfile-version.
15678
15679 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
15680 vc-rcs-master-workfile-version.
15681 (vc-rcs-workfile-version): Use the above. Don't call
15682 vc-latest-version (that was unreachable code, anyway).
15683 (vc-rcs-fetch-master-properties): Doc fix.
15684
15685 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
15686 (vc-backend-hook-functions): Removed them from this list, too.
15687 (vc-fetch-properties): Removed.
15688 (vc-workfile-version): Doc fix.
15689
15690 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
15691 (vc-rcs-workfile-version, vc-rcs-locking-user)
15692 (vc-rcs-uses-locking): Use it.
15693
15694 * vc-hooks.el (vc-consult-rcs-headers):
15695 Moved into vc-rcs-hooks.el, under the name
15696 vc-rcs-consult-headers.
15697
15698 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
15699 headers.
15700 (vc-cvs-find-master): Use this name only; correct different
15701 versions of the name.
15702
15703 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
15704 New functions.
15705 (vc-sccs-locking-user): Use the latter.
15706
15707 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
15708 New functions.
15709
15710 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
15711 Moved into both
15712 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
15713 functions are implementation details of those two backends.
15714
157152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15716
15717 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
15718 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
15719
15720 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
15721 (vc-sccs-parse-locks): SCCS-specific code moved here from
15722 vc-hooks.
15723
15724 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
15725 code moved here from vc-hooks.
15726
15727 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
15728 into back-end specific parts and removed. Callers not updated
15729 yet; because I guess these callers will disappear into back-end
15730 specific files anyway.
15731
157322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15733
15734 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
15735 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
15736 `vc-uses-locking'.
15737
15738 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
15739 Store yes/no in the property, and return t/nil. Updated all
15740 callers.
15741
15742 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
15743 vc-sccs-uses-locking. Don't set property.
15744 (vc-sccs-locking-user): Don't set property.
15745
15746 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
15747 vc-cvs-uses-locking. Don't set property here; leave that to
15748 vc-hooks.
15749 (vc-cvs-locking-user): Reflect above change. Streamlined.
15750
15751 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
15752 vc-rcs-uses-locking.
15753 (vc-rcs-locking-user): Reflect above change.
15754
157552000-09-04 Dave Love <fx@gnu.org>
15756
15757 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
15758
15759 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
15760
15761 * vc-hooks.el (vc-checkout-model): Punt to backends.
15762
15763 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
15764
15765 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
15766
15767 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
15768 New functions.
15769
15770 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
15771 New functions.
15772
15773 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
15774 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
15775
15776 * vc-hooks.el (vc-default-locking-user): New function.
15777 (vc-locking-user, vc-workfile-version): Punt to backends.
15778
157792000-09-04 Dave Love <fx@gnu.org>
15780
15781 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
15782 (vc-master-workfile-version): Moved from vc-hooks.
15783
15784 * vc-rcs-hooks.el: Fix duplicate code in last change.
15785
15786 * vc-rcs-hooks.el: Require vc-hooks when compiling.
15787 (vc-rcs-master-templates): Improve :type.
15788 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
15789 vc-master-workfile-version): Moved from vc-hooks.
15790
15791 * vc-sccs-hooks.el: Require vc-hooks when compiling.
15792 (vc-sccs-master-templates): Improve :type.
15793 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
15794
15795 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
15796
15797 * vc-cvs-hooks.el: Require vc-hooks when compiling.
15798 (vc-cvs-master-templates): Improve :type. Use
15799 vc-cvs-find-cvs-master.
15800 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
15801 from vc-hooks.
15802 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
15803
15804 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
15805 Moved to vc-cvs-hooks.
15806
15807 * vc-hooks.el: Add doc strings in various places. Simplify the
15808 minor mode setup.
15809 (vc-handled-backends): New user variable.
15810 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
15811 simplification.
15812
158132000-09-04 Dave Love <fx@gnu.org>
15814
15815 * vc.el: Some doc fixes for autoloaded and interactive functions.
15816 Fix compilation warnings from ediff stuff.
15817 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
15818
15819 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
15820
15821 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
15822
15823 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
15824
158252000-09-04 Dave Love <fx@gnu.org>
15826
15827 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
15828 New variable.
15829 (vc-make-backend-function, vc-loadup, vc-call-backend)
15830 (vc-backend-defines): New functions.
15831
15832 * vc-hooks.el: Various doc fixes.
15833 (vc-default-back-end, vc-follow-symlinks): Custom fix.
15834 (vc-match-substring): Function removed. Callers changed to use
15835 match-string.
15836 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
15837 Simplify.
15838
158392000-09-04 Dave Love <fx@gnu.org>
15840
15841 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
15842 type.
15843 (vc-sccs-project-dir, vc-search-sccs-project-dir)
15844 (vc-sccs-registered): Doc fix.
15845
15846 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
15847 (vc-cvs-registered): Doc fix.
15848
15849 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
15850 (vc-rcs-registered): Doc fix.
15851
158522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15853
15854 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
15855
15856 * vc-hooks.el: vc-registered has been renamed
15857 vc-default-registered. Some functions have been moved to the
15858 backend specific files. they all support the
15859 vc-BACKEND-registered functions.
15860
158612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
15862
15863 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
15864
15865 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
15866
158672000-09-04 Dave Love <fx@gnu.org>
15868
15869 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
15870 menu-bar-update-hook.
15871
15872 * help.el (help-manyarg-func-alist): Add
15873 find-operation-coding-system.
15874
15875 * wid-edit.el (widget-sexp-validate): Fix garbled code.
15876
15877 * custom.el (custom-set-variables): Print message about errors in
15878 setting.
15879
158802000-09-03 Andrew Innes <andrewi@gnu.org>
15881
15882 * makefile.w32-in: Change to DOS line endings.
15883
158842000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15885
15886 * mouse.el (mouse-popup-menubar): Supply the prompt string for
15887 minor-mode keymaps, if they don't have one.
15888
158892000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15890
15891 * eshell/esh-module.el (eval-when-compile): Don't lose if
15892 esh-module.el's file name is truncated to DOS 8+3 limits.
15893
158942000-09-01 John Wiegley <johnw@gnu.org>
15895
15896 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
15897 predicate, which caused entries in the completion list to be
15898 doubled.
15899
159002000-08-30 John Wiegley <johnw@gnu.org>
15901
15902 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
15903 sending to subprocesses. Also, hook pre-command-hook if
15904 `eshell-send-direct-to-subprocesses' is non-nil.
15905 (eshell-send-direct-to-subprocesses): New config variable. If t,
15906 subprocess input is send immediately.
15907 (eshell-toggle-direct-send): New function.
15908 (eshell-self-insert-command): New function.
15909 (eshell-intercept-commands): New function.
15910 (eshell-send-input): If direct subprocess sending is enabled,
15911 don't echo any input to the Eshell buffer. Let the subprocess
15912 handle that. This requires "stty echo" in bash, for example.
15913
159142000-08-28 John Wiegley <johnw@gnu.org>
15915
15916 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
15917 completion function for Eshell's implementation of `unset'.
15918
159192000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
15920
15921 * info.el (Info-directory-list): Doc fix.
15922
159232000-08-31 Peter Breton <pbreton@ne.mediaone.net>
15924
15925 * filecache.el (file-cache-add-directory-using-find): Don't quote
15926 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
15927
159282000-08-31 Kenichi Handa <handa@etl.go.jp>
15929
15930 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
15931 coding systems.
15932
159332000-08-30 Andrew Innes <andrewi@gnu.org>
15934
15935 * timer.el (run-with-idle-timer): Undo last change, so that timer
15936 is not activated immediately if Emacs is already idle. Some
15937 existing code relies on this behaviour.
15938
159392000-08-30 Miles Bader <miles@gnu.org>
15940
15941 * frame.el (set-frame-font): Do completion of font-name for
15942 interactive use.
15943
159442000-08-30 Kenichi Handa <handa@etl.go.jp>
15945
15946 * international/quail.el (quail-start-translation): Bind locally
15947 last-command-event, last-command, and this-command.
15948 (quail-start-conversion): Likewise.
15949 (quail-self-insert-command): Fix docstring.
15950
159512000-08-29 Gerd Moellmann <gerd@gnu.org>
15952
15953 * progmodes/executable.el
15954 (executable-make-buffer-file-executable-if-script-p): Check that
15955 buffer contains at least 2 characters.
15956
159572000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
15958
15959 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
15960
159612000-08-29 Dave Love <fx@gnu.org>
15962
15963 * diff-mode.el (diff-mode) <defgroup>: Add :version.
15964 (diff-mode-shared-map): Bind mouse-2.
15965 (diff-imenu-generic-expression): New variable.
15966 (diff-mode): Use it.
15967
15968 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
15969 (mouse-popup-menubar): Add minor mode menus.
15970 (popup-menu): Check for lookup-key returning number.
15971
159722000-08-29 Miles Bader <miles@gnu.org>
15973
15974 * comint.el (comint-send-input): Create overlays using the proper
15975 front/read-advance arguments.
15976
159772000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15978
15979 * ps-print.el: Even/odd pages printing. Doc fix.
15980 (ps-print-version): New version number (6.0).
15981 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
15982 (ps-background, ps-begin-file, ps-begin-job): Code fix.
15983 (ps-print-duplex-feature): Variable eliminated.
15984 (ps-even-or-odd-pages): New variable.
15985
15986 * progmodes/ebnf2ps.el: Doc fix.
15987 (ebnf-version): New version (3.3).
15988 (ebnf-user-arrow): Change variable customization to sexp.
15989 (ebnf-user-arrow): Function eliminated.
15990 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
15991
159922000-08-29 Kenichi Handa <handa@etl.go.jp>
15993
15994 * help.el (help-xref-mule-regexp): New variable.
15995 (help-make-xrefs): Handle help-xref-mule-regexp.
15996
15997 * international/mule-cmds.el (help-xref-mule-regexp-template): New
15998 variable.
15999 (describe-input-method): Temporarily activate the specfied input
16000 method to display the information.
16001 (describe-language-environment): Hyperlinks to mule related items.
16002
16003 * international/mule-diag.el (charset-multibyte-form-string): New
16004 function.
16005 (list-character-sets-1): Use charset-multibyte-form-string.
16006 (describe-character-set): New function.
16007 (describe-coding-system): Hyperlinks to safe character sets.
16008
16009 * international/quail.el (quail-help): New arg PACKAGE.
16010 Hyperlinks to mule related items.
16011 (quail-help-insert-keymap-description): Use
16012 substitute-command-keys instead of describe-bindings.
16013 (quail-translation-help): Hyperlinks to mule related items.
16014
160152000-08-28 John Wiegley <johnw@gnu.org>
16016
16017 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
16018 have a defsubst call itself. Made `eshell-flatten-list' back into
16019 a function again.
16020
16021 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
16022 catch, in case re-centering point at bottom messes up the display.
16023 This happens frequently in Emacs 21, due I believe to variable
16024 line heights.
16025
16026 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
16027 to call `find-tag-interactive'.
16028
16029 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
16030 the list of remember directories.
16031
160322000-08-28 John Wiegley <johnw@gnu.org>
16033
16034 * align.el: Test align-region-separate to see if it's a symbol.
16035
160362000-08-28 John Wiegley <johnw@gnu.org>
16037
16038 * eshell/esh-util.el (eshell-flatten-list): Made this function
16039 into a defsubst form. It gets used very frequently, although
16040 calls don't occur all that often.
16041
16042 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
16043 examining it.
16044
16045 * eshell/esh-cmd.el (eshell-rewrite-while-command):
16046 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
16047 `eshell-protect'.
16048 (eshell-copy-handles): Created a new macro for duplicating the
16049 current set of open handles. This is needed by the looping
16050 functions.
16051 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
16052 is not incorrectly stomped on.
16053
16054 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
16055 declaration for pcomplete-use-paring.
16056 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
16057 value of eshell-cmpl-use-paring.
16058 * pcomplete.el (pcomplete-use-paring): New config variable, to
16059 indicate whether paring should be used.
16060 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
16061 completion alternatives that have already been used.
16062
16063 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
16064 bound to C-c C-y, which will repeat the previous N arguments
16065 (based on prefix argument).
16066 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
16067
16068 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
16069 if there is no *Help* buffer. This is for XEmacs, which renames
16070 its help buffers uniquely. TODO: Find out what the current buffer
16071 name to delete is.
16072
16073 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
16074 first entry that correlates to a passwd/group number. Later
16075 entries (used for group/user name aliasing to multiple IDs) are
16076 ignored.
16077
16078 * eshell/em-xtra.el (eshell/expr):
16079 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
16080 (eshell-grep, eshell/diff, eshell/locate):
16081 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
16082 argument list, before passing it to the system command.
16083
16084 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
16085 `find-tag' for use at final position in Eshell buffers (which
16086 otherwise triggers an error on Emacs 21).
16087 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
16088 buffer, if it is currently bound to `find-tag'.
16089
16090 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
16091 in the list of matched Makefile names.
16092 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
16093 directory, prefer its contents to Makefile.
16094
16095 * eshell/em-dirs.el (eshell/cd): cd commands that look up
16096 directory parts (like "cd old new", or "cd =regexp"), are now case
16097 sensitive on non-Windows/DOS platforms.
16098
16099 * eshell/esh-mode.el (eshell-parse-command-input): When a user
16100 types RET after an open delimiter (like "), display a message
16101 indicating that Eshell is waiting for the closing delimiter.
16102
16103 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
16104 environment variables.
16105
16106 * eshell/em-unix.el (eshell/diff): Added logic to fail more
16107 gracefully if the user enters incorrect arguments.
16108
16109 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
16110 Eshell buffers.
16111
16112 * eshell/esh-var.el (eshell-interpolate-variable):
16113 * eshell/esh-mode.el (eshell-move-argument):
16114 * eshell/em-unix.el (eshell-du-sum-directory):
16115 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
16116 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
16117 (not (= ...)).
16118
16119 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
16120 to ensure the `preserve' flag gets propagated when doing recursive
16121 directory copies.
16122
161232000-08-28 Stefan Monnier <monnier@cs.yale.edu>
16124
16125 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
16126 Don't convert \n into \0177 in memory.
16127 (eshell-read-history, eshell-write-history): Convert \n to \0177,
16128 and back again, when reading and writing.
16129
161302000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
16131
16132 * eshell/esh-util.el (eshell-processp): Added to relieve constant
16133 testing of `fboundp' on `processp'.
16134
16135 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
16136 (eshell/jobs): Don't call process-list if it is not bound.
16137 (eshell-gather-process-output): Support systems where async
16138 subprocesses aren't supported.
16139 (eshell-scratch-buffer, eshell-last-sync-output-start): New
16140 variables.
16141
16142 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
16143 eshell-do-eval returns t.
16144 (eshell-do-pipelines-synchronously): New defmacro.
16145 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
16146 when async subprocesses aren't supported.
16147 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
16148 if async subprocesses aren't supported.
16149 (eshell-resume-command): Don't assume STATUS is a string.
16150
16151 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
16152
16153 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
16154 (eshell-close-target, eshell-get-target): Use eshell-processp.
16155 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
16156 fix.
16157 (eshell-get-target, eshell-create-handles): Doc fix.
16158
161592000-08-28 Miles Bader <miles@lsi.nec.co.jp>
16160
16161 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
16162 criterion to include commands that output something, as long as it
16163 leaves both the command and the end-of-buffer visible when the
16164 command has exited.
16165 (eshell-review-quick-commands): Adjust the help doc string
16166 accordingly.
16167
161682000-08-28 Peter Breton <pbreton@ne.mediaone.net>
16169
16170 * locate.el (locate): Cleaned up locate command's interactive prompting
16171 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
16172
16173 * filecache.el (file-cache-case-fold-search): New variable
16174 (file-cache-assoc-function): New variable
16175 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
16176 Use file-cache-case-fold-search variable
16177 (file-cache-add-file): Use file-cache-assoc-function
16178 (file-cache-delete-file): likewise
16179 (file-cache-directory-name): likewise
16180 (file-cache-debug-read-from-minibuffer): likewise
16181
161822000-08-28 Gerd Moellmann <gerd@gnu.org>
16183
16184 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
16185 (abbrev-table-name): New function.
16186 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
16187 If non-nil list local abbrev, only.
16188
161892000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
16190
16191 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
16192 from Gnus support code, and use special article copy buffer
16193 `(gnus-original-article-buffer)' instead. This allows to get rid
16194 of article-hide-headers usage (which breaks in the latest Gnus
16195 version). Thanks to Detlev Zundel.
16196
161972000-08-28 Kenichi Handa <handa@etl.go.jp>
16198
16199 * international/quail.el (quail-use-package): Hide "... loaded"
16200 message.
16201 (quail-start-translation, quail-start-conversion): Likewise.
16202
16203 * international/kkc.el (kkc-region): Hide "... loaded" message.
16204
162052000-08-27 Dave Love <fx@gnu.org>
16206
16207 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
16208
162092000-08-27 Miles Bader <miles@gnu.org>
16210
16211 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
16212
162132000-08-27 Kenichi Handa <handa@etl.go.jp>
16214
16215 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
16216 'ja-dic-cnv), not (require 'skkdic-cnv).
16217
162182000-08-26 Miles Bader <miles@gnu.org>
16219
16220 * faces.el (face-x-resources): Add entry for :inherit.
16221 * cus-face.el (custom-face-attributes): Add support for :inherit
16222 attribute. Add support for relative face heights.
16223 (custom-face-attributes-get): Treat `nil' as being a default value
16224 for :inherit (as well as `unspecified').
16225
16226 * faces.el (set-face-attribute): Update doc string.
16227 (face-attribute-name-alist): Add :inherit.
16228 (face-valid-attribute-values): Handle :inherit.
16229 (face-read-string): Rephrase prompt to be less confusing.
16230 Assume that DEFAULT is a string, since we must return a string.
16231 (face-read-integer): Use `format' to turn DEFAULT into an
16232 acceptable default for face-read-string. Match NEW-VALUE against
16233 the string "unspecified", not the symbol `unspecified', since
16234 that's what face-read-string returns.
16235 (read-face-attribute): Lookup a name for old-value in valid, and
16236 use it as a default if we find one. Treat all values from
16237 face-read-string as strings. If the default is used, don't do any
16238 more processing on the value, just use the old value directly.
16239 (read-face-and-attribute, modify-face): Tweak prompt.
16240 (read-face-name): Don't assume prompt ends with a space.
16241
16242 * faces.el (describe-face): Add support for :inherit attribute.
16243
162442000-08-25 Kenichi Handa <handa@etl.go.jp>
16245
16246 * terminal.el (terminal-emulator): Fix args to `concat'. Now
16247 concat doesn't accept interger.
16248
16249 * international/kkc.el: Remove SKK from Keywords. Require
16250 ja-dic-utl instead of skkdic-utl.
16251
16252 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
16253 Provide ja-dic-cnv instead of skkdic-cnv.
16254 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
16255 (iso-2022-7bit-short): Add safe-charsets property.
16256 (skkdic-convert-postfix): Search Japanese chou-on character in
16257 addition to Hiragana character.
16258 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
16259 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
16260 (batch-skkdic-convert): Likewise.
16261
16262 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
16263 Provide ja-dic-utl instead of skkdic-utl.
16264 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
16265
162662000-08-24 Dave Love <fx@gnu.org>
16267
16268 * disp-table.el (standard-display-default): Make the test of `l'
16269 useful.
16270
16271 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
16272 mod sample text.
16273
16274 * international/iso-ascii.el: Make pilcrow convenient string
16275 consistent with section.
16276 (iso-ascii-display): Set up multibyte characters as well as
16277 unibyte.
16278
162792000-08-24 Kenichi Handa <handa@etl.go.jp>
16280
16281 * international/mule-cmds.el (reset-language-environment): Set
16282 default-process-coding-system to '(undecided . iso-latin-1), which
16283 makes process I/O almost consistent with file I/O. Call this
16284 function when mule-cmds.el[c] is loaded.
16285
162862000-08-22 Andrew Innes <andrewi@gnu.org>
16287
16288 * makefile.w32-in: New file.
16289
162902000-08-22 Miles Bader <miles@lsi.nec.co.jp>
16291
16292 * comint.el (comint-output-filter): Compare end of
16293 comint-last-output-overlay with the start of the newly inserted
16294 text, not the end, when deciding whether to extend it.
16295 Set saved-point's insertion type to advance after insertion.
16296
16297 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
16298 since this is now done independently of font-lock mode.
16299
163002000-08-21 Gerd Moellmann <gerd@gnu.org>
16301
16302 * server.el (server-kill-new-buffers): New user option.
16303 (server-existing-buffer): New buffer-local variable.
16304 (server-visit-files): When using an existing buffer, set
16305 server-existing-buffer to t.
16306 (server-buffer-done): If server-kill-new-buffers is t, kill the
16307 buffer, unless it was already present before visiting it with
16308 Emacs server.
16309
163102000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
16311
16312 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
16313 even if the display doesn't support colors: some displays will
16314 support bold/underline faces.
16315
163162000-08-21 Gerd Moellmann <gerd@gnu.org>
16317
16318 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
16319
16320 * startup.el (command-line): If user's init file had an error,
16321 add explanatory text to *Messages*.
16322
163232000-08-21 Kenichi Handa <handa@etl.go.jp>
16324
16325 * man.el (Man-getpage-in-background): Decode the process output by
16326 the system locale coding system.
16327
163282000-08-20 Dave Love <fx@gnu.org>
16329
16330 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
16331 Don't test x-popup-menu.
16332 (function) <complete-function>: Complete only fbound symbols.
16333 <validate, value>: New.
16334 (variable) <complete-function>: Complete only bound symbols.
16335 (coding-system): Add :base-only, :complete-function, :validate,
16336 :value, :prompt-match.
16337 (widget-coding-system-prompt-value): Use read-coding-system and
16338 act on :base-only.
16339 (editable-field): Add :help-echo.
16340 (widget-push-button-gui, widget-push-button-cache)
16341 (widget-gui-action, widget-editable-list-gui): COmment out, along
16342 with uses.
16343 (widget-at): Make arg optional.
16344 (widget-echo-help): Adjust for current help-echo calling sequence.
16345 (widget-specify-field, widget-specify-button)
16346 (widget-specify-insert, widget-get-sibling, widget-image-find)
16347 (widget-convert, widget-insert, widget-leave-text)
16348 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
16349 (widget-setup, widget-field-find, widget-before-change)
16350 (widget-after-change, widget-default-complete)
16351 (widget-default-create, widget-default-delete)
16352 (widget-push-button-value-create, editable-field)
16353 (widget-field-prompt-value, widget-field-validate)
16354 (widget-choice-value-create, widget-choice-action)
16355 (widget-choice-validate, widget-checklist-add-item)
16356 (widget-radio-add-item, widget-radio-chosen)
16357 (widget-radio-value-inline, widget-editable-list-value-create)
16358 (widget-editable-list-entry-create)
16359 (widget-documentation-link-add)
16360 (widget-documentation-string-value-create)
16361 (widget-regexp-validate, widget-file-complete)
16362 (widget-sexp-validate, widget-plist-convert-widget)
16363 (widget-plist-convert-widget, widget-alist-convert-widget)
16364 (widget-alist-convert-widget, widget-color-complete): Simplify,
16365 particularly to avoid bindings which aren't optimized out.
16366
16367 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
16368 Doc fix.
16369 (down-list, backward-up-list, up-list, kill-sexp)
16370 (backward-kill-sexp, mark-sexp): Make arg optional.
16371 (lisp-complete-symbol): Add optional arg PREDICATE.
16372
16373 * cus-start.el: Add display-buffer-reuse-frames,
16374 file-coding-system-alist.
16375
163762000-08-20 Gerd Moellmann <gerd@gnu.org>
16377
16378 * startup.el (command-line): Clear realized faces after
16379 modifying TTY color mappings.
16380
163812000-08-20 Miles Bader <miles@gnu.org>
16382
16383 * faces.el (face-attr-match-p): Don't return true if ATTRS are
16384 merely a subset of FACE's attributes.
16385
163862000-08-19 Miles Bader <miles@gnu.org>
16387
16388 * comint.el (comint-output-filter): Save the point with a marker,
16389 not just a buffer position.
16390
16391 * international/mule.el (set-buffer-process-coding-system): Make
16392 interactive prompt less confusing.
16393
163942000-08-19 Gerd Moellmann <gerd@gnu.org>
16395
16396 * hilit-chg.el: General cleanup of doc strings, comments and
16397 code formatting.
16398
163992000-08-19 Miles Bader <miles@gnu.org>
16400
16401 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
16402 Compiler macro removed; beginning-of-line is no longer always
16403 equivalent to forward-line, in the presence of fields.
16404
16405 * comint.el (comint-output-filter): Remove ad-hoc saving of
16406 restriction, and just use save-restriction, now that it works
16407 correctly. Don't adjust comint-last-input-start to account for
16408 our insertion; it shouldn't have moved because we don't use
16409 insert-before-markers anymore. Comment out call to
16410 `force-mode-line-update'; why is it here?
16411
16412 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
16413 while checking for prompt to delete. Use `forward-line 0'
16414 instead of beginning-of-line.
16415 (gud-filter): Temporarily widen gud comint buffer while
16416 examining output.
16417
164182000-08-18 Stefan Monnier <monnier@cs.yale.edu>
16419
16420 * progmodes/sh-script.el: Big bag of typos.
16421
16422 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
16423 check since ispell-process is not bound when ispell is not yet loaded.
16424
164252000-08-18 Dave Love <fx@gnu.org>
16426
16427 * image.el (find-image): Copy `spec' before using plist-put.
16428
164292000-08-18 Gerd Moellmann <gerd@gnu.org>
16430
16431 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
16432 `portugues'.
16433
16434 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
16435 backward-kill-sexp, analogous to kill-sexp.
16436
16437 * progmodes/icon.el (icon-indent-line)
16438 (icon-is-continuation-line): Handle comments specially.
16439
164402000-08-17 Ken Stevens <k.stevens@ieee.org>
16441
16442 * ispell.el: Set to standard author/maintainer/keyword fields.
16443 Fine tuning to menu map appearance and operation, and added help.
16444 Remove `start' and `end' error messages when compiling.
16445 (ispell-choices-win-default-height): Fixed comment string.
16446 (ispell-dictionary-alist-1): Fixed regexp in castellano and
16447 castellano8 dictionaries.
16448 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
16449 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
16450 dictionary, added italiano dictionary.
16451 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
16452 word character
16453 (ispell-tex-skip-alists): Added psfig support.
16454 (ispell-skip-html): Renamed from ispell-skip-sgml.
16455 (ispell-begin-skip-region-regexp, ispell-skip-region)
16456 (ispell-minor-check): Improved html skipping support to skip across
16457 code, and recognize `&' commands without propper `;' syntax;
16458 (ispell-process-line): Fix alignment error when manually
16459 correcting spelling.
16460 (ispell): Fix comment string.
16461 (ispell-add-per-file-word-list): Always put word list on new line.
16462
164632000-08-17 Gerd Moellmann <gerd@gnu.org>
16464
16465 * format.el (format-encode-run-method): Fix error message to say
16466 `encode' instead of `decode'. Use save-window-excursion around
16467 shell-command-on-region as in format-decode-run-method because
16468 shell-command-on-region can display a buffer with error output.
16469 (format-decode): Don't record undo information for the decoding.
16470 (format-annotate-function): Add parameter FORMAT-COUNT. Make
16471 that number part of the temporary buffer name so that more than
16472 one decoding using a temporary buffer can happen safely.
16473
16474 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
16475 of `A-z' in the regexp.
16476
16477 * hilit-chg.el: Fix typos in commentary.
16478
16479 * help.el (view-emacs-news): Rewritten for new naming scheme
16480 for old NEWS files.
16481
16482 * startup.el (command-line): Pop to *Messages* in case an error
16483 is signaled while loading user-init-file.
16484
164852000-08-17 Andreas Schwab <schwab@suse.de>
16486
16487 * files.el (insert-directory): Don't lose original file name,
16488 undoing an undocumented change.
16489
164902000-08-17 Alex Schroeder <alex@gnu.org>
16491
16492 * sql.el (sql-magic-go): Use comint-bol.
16493 (sql-copy-column): Use comint-line-beginning-position.
16494 (comint-line-beginning-position): Define a replacement for
16495 comint-line-beginning-position if it is not fboundp.
16496
164972000-08-17 Alex Schroeder <alex@gnu.org>
16498
16499 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
16500 it didn't have any effect anyway.
16501
165022000-08-17 Alex Schroeder <alex@gnu.org>
16503
16504 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
16505 --pset and pager=off instead of sending \\o|cat at the beginning
16506 of the session.
16507
165082000-08-17 Miles Bader <miles@gnu.org>
16509
16510 * progmodes/octave-inf.el: Add compatibility definition of
16511 comint-line-beginning-position.
16512
165132000-08-17 Kenichi Handa <handa@etl.go.jp>
16514
16515 * startup.el (normal-top-level): Look in each dir in load-path for
16516 a leim-list.el file too. This assures of loading leim-list.el
16517 that is created at Emacs installation time even if a user have his
16518 own leim-list.el.
16519
165202000-08-17 Miles Bader <miles@gnu.org>
16521
16522 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
16523 foreground color to black if the background is dark.
16524
165252000-08-16 Stefan Monnier <monnier@cs.yale.edu>
16526
16527 * loadhist.el (unload-feature): Typo.
16528
16529 * finder.el (finder-compile-keywords):
16530 * cus-dep.el (custom-make-dependencies): Add local-variable settings
16531 to the generated file.
16532
16533 * mail/mh-e.el (mh-make-local-vars):
16534 Replace make-variable-buffer-local with make-local-variable.
16535
16536 * play/landmark.el:
16537 * options.el (Edit-options-{set,toggle,t,nil}):
16538 * mail/mailabbrev.el (mail-abbrevs-mode):
16539 * textmodes/tex-mode.el (tex-expand-files):
16540 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
16541
16542 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
16543
16544 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
16545 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
16546 Allow going past the last element.
16547 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
16548 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
16549 (cvs-mouse-toggle-mark): Don't move point.
16550 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
16551
16552 * progmodes/compile.el (grep): Provide a default set of files.
16553 (next-error): Docstring fix.
16554 (compilation-find-file): Avoid find-file (fails in a dedicated window).
16555
16556 * emacs-lisp/easy-mmode.el (define-minor-mode):
16557 Use `symbol-value' to keep the byte-compiler quiet.
16558
16559 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
16560 (diff-find-source-location): New fun, extracted from diff-goto-source.
16561 (diff-goto-source): Use it.
16562 (diff-next-complex-hunk, diff-filter-lines): New function.
16563 (diff-apply-hunk): New command.
16564
16565 * smerge-mode.el (smerge-mode-menu): Doc fix.
16566
16567 * msb.el (msb-mode): Define it in terms of define-minor-mode.
16568
165692000-08-16 Dave Love <fx@gnu.org>
16570
16571 * windmove.el (windmove) <defgroup>: Add :version.
16572
16573 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
16574 (goto-address-fontify-p, goto-address-highlight-p)
16575 (goto-address-url-face, goto-address-url-mouse-face)
16576 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
16577 (goto-address-url-regexp): Use thing-at-point-url-regexp.
16578 (goto-address-fontify, goto-address-at-mouse): Simplify,
16579 (goto-address-at-point): browse-url-url-at-point,
16580 goto-address-find-address-at-point can return nil.
16581 (goto-address-find-address-at-point): Return nil on failure.
16582
16583 * align.el (align) <defgroup>: Add :version.
16584
16585 * calculator.el (calculator): Add :version.
16586 (calculator): Use two lines for calculator window if `modeline'
16587 face is boxed.
16588
16589 * play/5x5.el: Doc fixes.
16590 (5x5) <defgroup>: Add :version.
16591
16592 * play/fortune.el (fortune) <defgroup>: Add :version.
16593 (fortune-append): Fix error message.
16594 (fortune-from-region): Doc fix.
16595
16596 * play/pong.el (pong): Doc fix.
16597
16598 * play/morse.el: Keywords, commentary, autoloads.
16599
166002000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
16601
16602 * desktop.el (desktop-save): Don't look at symbol-value of a
16603 member of minor-mode-alist, unless it is boundp.
16604
166052000-08-16 Sam Steingold <sds@gnu.org>
16606
16607 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
16608 `while'; use `with-current-buffer' instead of `save-excursion'.
16609 Removed unnecessary kludges now that "*Buffer List*" is excluded.
16610
166112000-08-16 Kenichi Handa <handa@etl.go.jp>
16612
16613 * international/ccl.el (declare-ccl-program): Docstring modified.
16614 (ccl-execute-with-args): Likewise.
16615
166162000-08-16 Miles Bader <miles@gnu.org>
16617
16618 * progmodes/sql.el: Add compatibility definition of
16619 comint-line-beginning-position.
16620
166212000-08-15 Gerd Moellmann <gerd@gnu.org>
16622
16623 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
16624 'buffer-menu' property.
16625 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
16626 fails.
16627 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
16628 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
16629 wasn't killed.
16630
16631 * buff-menu.el (list-buffers-noselect): Don't display the
16632 *Buffer List* buffer.
16633
16634 * font-lock.el: Require jit-lock to prevent a very late
16635 `Loading jit-lock' message.
16636
16637 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
16638 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
16639 mail address.
16640
166412000-08-15 Miles Bader <miles@gnu.org>
16642
16643 * textmodes/ispell.el (ispell-graphic-p): New constant.
16644 (ispell-choices-win-default-height, ispell-help): Use
16645 `ispell-graphic-p' instead of `xemacsp'.
16646
166472000-08-15 Dave Love <fx@gnu.org>
16648
16649 * simple.el: Autoload widget-convert when compiling.
16650 (mail-user-agent): Doc fix.
16651
16652 * help.el (function-called-at-point, variable-at-point): Use
16653 with-syntax-table.
16654 (help-manyarg-func-alist): Add insert-and-inherit.
16655
16656 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
16657
16658 * delsel.el (delsel-unload-hook): New function.
16659
16660 * find-file.el: Doc fixes. Move provide to end.
16661 (ff) <defgroup>: Add :link.
16662 (ff-goto-click): Deleted.
16663 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
16664 Use mouse-set-point.
16665
16666 * textmodes/tildify.el: Doc fixes.
16667 (tildify) <defgroup>: Add:version.
16668
16669 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
16670 (glasses-custom-set): Use set-default, not set.
16671 (minor-mode-alist): Propertize the lighter.
16672 (glasses-mode): Provide optional arg.
16673
16674 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
16675 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
16676 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
16677 option. Provide :type.
16678 (cwarn-configuration): Provide :type.
16679 (cwarn-mode): Doc fix.
16680
16681 * add-log.el (change-log-merge): Doc fix.
16682 (change-log-redate): New command.
16683
16684 * net/browse-url.el (browse-url-filename-alist): Add a clause for
16685 Doze and Dog.
16686 (browse-url): Use dolist, not mapcar.
16687 (browse-url-at-point): Check for null url.
16688 (browse-url-event-buffer, browse-url-event-point): Functions
16689 deleted.
16690 (browse-url-at-mouse, browse-url-netscape): Simplify.
16691
16692 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
16693 modes.
16694 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
16695 Fix previous change to mapcan.
16696 (msb--init-file-alist, msb--add-separators)
16697 (msb--make-keymap-menu): Simplify.
16698 (msb--choose-file-menu): Use copy-sequence.
16699 (msb-mode-map): Add title to keymap.
16700 (msb-unload-hook): New function.
16701
16702 * bs.el: Fix indentation.
16703 (bs) <defgroup>: Add :links.
16704 (bs-show): Doc fix.
16705 (bs-apply-sort-faces): Don't use window-system.
16706 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
16707
167082000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
16709
16710 * calendar/timeclock.el (timeclock-file): Run .timelog through
16711 convert-standard-filename.
16712
167132000-08-14 Gerd Moellmann <gerd@gnu.org>
16714
16715 * emacs-lisp/authors.el: New file.
16716
16717 * paren.el (show-paren-priority): New user option.
16718 (show-paren-function): Set overlay priorities to
16719 show-paren-priority.
16720
167212000-08-14 Miles Bader <miles@gnu.org>
16722
16723 * comint.el (comint-bol): Use `forward-line 0' instead of calling
16724 beginning-of-line with inhibit-field-text-motion bound.
16725
167262000-08-14 Gerd Moellmann <gerd@gnu.org>
16727
16728 * calendar/timeclock.el: New file.
16729
167302000-08-14 David Ponce <david@dponce.com>
16731
16732 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
16733 `widget-button-click'. so that one can use left mouse button to
16734 click on dialog buttons.
16735
167362000-08-14 Emmanuel Briot <briot@gnat.com>
16737
16738 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
16739 identifiers, since XML is case sensitive
16740
167412000-08-12 Miles Bader <miles@gnu.org>
16742
16743 * comint.el (comint-output-filter): Don't bother frobbing
16744 window-start, it doesn't seem to be necessary.
16745
16746 * comint.el (comint-send-string, comint-send-region): Make into
16747 real functions. Snapshot the prompt before sending.
16748
167492000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16750
16751 * info.el (Info-find-emacs-command-nodes): Rewrite to use
16752 technique similar to Info-index, instead of relying on specific
16753 names of relevant Index nodes.
16754 (Info-goto-emacs-command-node): Bind Info-history to nil when
16755 going to the first node found by Info-find-emacs-command-nodes.
16756
167572000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
16758
16759 * menu-bar.el (menu-bar-help-menu): Add a :help string.
16760
167612000-08-10 Miles Bader <miles@gnu.org>
16762
16763 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
16764
167652000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16766
16767 * info.el (Info-file-list-for-emacs): More elements for the
16768 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
16769 and woman manuals.
16770
167712000-08-10 Miles Bader <miles@lsi.nec.co.jp>
16772
16773 * comint.el (comint-send-input): Make the newline boundary overlay
16774 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
16775 (comint-output-filter): Use `insert' instead of
16776 `insert-before-markers'. Extend comint-last-output-overlay when
16777 necessary since we can't rely on insert-before-markers to do it.
16778 * gud.el (gud-filter): Use `with-current-buffer' instead of
16779 save-excursion when inserting the output, so that point gets
16780 updated correctly; the old method relied on a rather dodgy
16781 side-effect of comint-output-filter to avoid the effect of
16782 save-excursion.
16783
167842000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
16785
16786 * files.el (recover-file): Call insert-directory instead of
16787 invoking `ls' directly.
16788
167892000-08-10 Miles Bader <miles@gnu.org>
16790
16791 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
16792 (comint-last-prompt-overlay): New variables.
16793 (comint-output-filter): Implement prompt highlighting.
16794 (comint-snapshot-last-prompt): New function.
16795 (comint-send-input): Snapshot the last prompt.
16796 Use comint-highlight-input-face.
16797 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
16798 Use defface instead of defcustom.
16799 (send-invisible, comint-send-eof): Snapshot the last prompt.
16800 (comint-delchar-or-maybe-eof): Use comint-send-eof.
16801 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
16802
168032000-08-09 Stefan Monnier <monnier@cs.yale.edu>
16804
16805 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
16806 (regexp-opt-group): Use a list of chars for `letters'.
16807 (regexp-opt-charset): `chars' is now a list of chars.
16808 Use a char-table rather than a vector so it works for multibyte chars.
16809
16810 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
16811 Set cvs-minor-current-files to the selected fileinfo.
16812 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
16813 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
16814
168152000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
16816
16817 * files.el (insert-directory): Don't call access-file on
16818 directories on DOS and Windows.
16819
168202000-08-09 Kenichi Handa <handa@etl.go.jp>
16821
16822 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
16823 longer if necessary.
16824 (ccl-embed-code): Call ccl-embed-data to store CODE in
16825 ccl-program-vector.
16826
168272000-08-09 Miles Bader <miles@gnu.org>
16828
16829 * comint.el (comint-output-filter): Properly handle the case where
16830 the text surrounded by comint-last-output-overlay was deleted.
16831
168322000-08-08 Gerd Moellmann <gerd@gnu.org>
16833
16834 * info.el (Info-insert-dir): Use Info-additional-directory-list if
16835 non-nil.
16836 (Info-file-list-for-emacs): Remove "info" from the list because
16837 that leads to trying to use the documentation from file `info'
16838 in various situations where it isn't appropriate, for instance
16839 C-h C-k C-h i.
16840
16841 * ffap.el (ffap-read-file-or-url-internal): Handle case that
16842 DIR and/or STRING are nil.
16843
16844 * progmodes/compile.el (compilation-setup): Make variable
16845 compilation-error-screen-columns buffer-local, as some comment
16846 in the code suggests it should be.
16847
16848 * files.el (auto-mode-interpreter-regexp): New variable.
16849 (set-auto-mode): Use it.
16850
16851 * indent.el (indent-for-tab-command): Doc fix.
16852
16853 * mouse-sel.el (mouse-sel-mode): Doc fix.
16854
16855 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
16856 labels.
16857
16858 * help.el (print-help-return-message): When
16859 display-buffer-reuse-frames is set, let the help window been quit,
16860 instead of deleting it, which might delete a reused frame.
16861
168622000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
16863
16864 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
16865 rename a directory to a name that differs only by its letter case.
16866
168672000-08-08 Kenichi Handa <handa@etl.go.jp>
16868
16869 * international/quail.el (quail-define-rules): Handle Quail decode
16870 map correctly. Add code for supporting annotations.
16871 (quail-install-decode-map): New function.
16872 (quail-defrule-internal): New optional arguments decode-map and
16873 props.
16874 (quail-advice): New function.
16875
168762000-08-07 Sam Steingold <sds@gnu.org>
16877
16878 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
16879 `defconst', `define-condition', `with-slots'.
16880 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
16881
168822000-08-03 Miles Bader <miles@gnu.org>
16883
16884 * comint.el (comint-use-prompt-regexp-instead-of-fields):
16885 New variable.
16886 (comint-prompt-regexp, comint-get-old-input): Document dependence on
16887 comint-use-prompt-regexp-instead-of-fields.
16888 (comint-send-input): Add `input' field property to stuff we send to
16889 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
16890 (comint-output-filter): Add `output' field property to process
16891 output, if comint-use-prompt-regexp-instead-of-fields is nil.
16892 (comint-replace-by-expanded-history)
16893 (comint-get-old-input-default, comint-show-output)
16894 (comint-backward-matching-input, comint-forward-matching-input)
16895 (comint-next-prompt, comint-previous-prompt): Use field
16896 properties if comint-use-prompt-regexp-instead-of-fields is nil.
16897 (comint-line-beginning-position): New function.
16898 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
16899 (comint-replace-by-expanded-history-before-point): Use
16900 comint-line-beginning-position and line-end-position.
16901 (comint-last-output-overlay): New variable.
16902 (comint-mode): Make `comint-last-output-overlay' buffer-local.
16903
16904 * shell.el (shell-prompt-pattern): Doc change.
16905 (shell-backward-command): Use line-beginning-position.
16906
16907 * gud.el (gud-gdb-complete-command): Use
16908 comint-line-beginning-position.
16909
16910 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
16911 comint-bol doesn't actually go to the beginning of the line.
16912
16913 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
16914 if comint-use-prompt-regexp-instead-of-fields is non-nil.
16915 (try-expand-line-all-buffers): Likewise.
16916
16917 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
16918 explicitly matching comint-prompt-regexp.
16919 (sql-copy-column): Use comint-line-beginning-position instead of
16920 explicitly matching comint-prompt-regexp.
16921
16922 * progmodes/octave-inf.el (inferior-octave-complete): Use
16923 comint-line-beginning-position.
16924
16925 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
16926
16927 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
16928 looking for a prompt, use `forward-line 0' instead of
16929 `beginning-of-line', to avoid getting caught by an input field.
16930
169312000-08-07 Gerd Moellmann <gerd@gnu.org>
16932
16933 * files.el (shell-quote-wildcard-pattern): Make sure to return
16934 PATTERN, in the Unix case.
16935
169362000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
16937
16938 * play/zone.el (zone): Discard any pending input before running
16939 the randomly-chosen pgm.
16940
169412000-08-07 Kenichi Handa <handa@etl.go.jp>
16942
16943 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
16944 checking the existence of any multibyte characters.
16945
169462000-08-06 Gerd Moellmann <gerd@gnu.org>
16947
16948 * help.el (describe-mode): Test minor-mode symbol for being
16949 bound before testing its value for being nil.
16950
16951 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
16952 `first', `second', and `third'.
16953
16954 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
16955 (second): Make it an alias for `cadr'.
16956
169572000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
16958
16959 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
16960 types of display support faces now.
16961
169622000-08-05 Gerd Moellmann <gerd@gnu.org>
16963
16964 * pcvs.el (require): Require `cl' during compilation, only.
16965
16966 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
16967 (toplevel): Remove `remq' and `remove' from autoloads.
16968 (cl-fake-autoloads): New variable. If set, arrange for an error
16969 when CL functions etc. are autoloaded.
16970
169712000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
16972
16973 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
16974
16975 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
16976 popped up, but the user clicks outside the menu, return an empty
16977 regexp (that causes unhighlight-regexp to have no effect).
16978
16979 * menu-bar.el (menu-bar-games-menu): Add Zone.
16980
16981 * hi-lock.el (toplevel): Require font-lock.
16982
169832000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16984
16985 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
16986 (ebnf-8-bit-chars): New var for bug fix.
16987 (ebnf-string): Bug fix.
16988
169892000-08-03 Sam Steingold <sds@gnu.org>
16990
16991 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
16992 instead of `buffer-string'.
16993 (require 'cl): Always, not just when compiling.
16994 `ignore-errors' in `interactive', `list*', `defun*' &c make this
16995 necessary.
16996
169972000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
16998
16999 * international/mule-cmds.el (select-safe-coding-system): Make
17000 the message text about selecting a safe coding system more clear.
17001
170022000-08-02 Gerd Moellmann <gerd@gnu.org>
17003
17004 * hi-lock.el: New file.
17005
17006 * play/zone.el: New file.
17007
17008 * replace.el (occur): Set tab-width in the *Occur* buffer to the
17009 value of tab-width in the original buffer. Choose a line number
17010 format that's a multiple of the original buffer's tab width, so
17011 that lines appear right.
17012
17013 * textmodes/ispell.el (ispell): New function, replacing an alias.
17014 Spell-check active region if in transient-mark-mode and mark
17015 is active; otherwise spell-check buffer.
17016
170172000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17018
17019 * ps-mule.el: Fix a customization problem on
17020 ps-mule-font-info-database-default.
17021
170222000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
17023
17024 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
17025 display-mouse-p instead of window-system.
17026 (ebrowse-member-mode-map): Ditto.
17027
170282000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17029
17030 * progmodes/ebnf2ps.el: Update ps-print functions call.
17031 Indentation fix. Doc fix.
17032 (ebnf-version): New version number (3.2).
17033 (ebnf-format-color, ebnf-begin-job): Code fix.
17034
170352000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
17036
17037 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
17038 font lock support on window-system.
17039 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
17040
17041 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
17042 display-color-p, if fboundp, instead of window-system.
17043
170442000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
17045
17046 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
17047 instead of window-system.
17048
17049 * wid-edit.el (widget-choose): Use display-mouse-p instead of
17050 window-system.
17051 (widget-choice-mouse-down-action): Use display-popup-menus-p
17052 instead of window-system.
17053
17054 * strokes.el (strokes-file): Run the file name through
17055 convert-standard-filename.
17056 (strokes-mode): Call display-mouse-p instead of looking at
17057 window-system. Change the error message accordingly.
17058
17059 * progmodes/cpp.el (toplevel): Support faces on tty's.
17060
17061 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
17062 (lm-plot-square, lm-init-display): Don't use window-system.
17063
17064 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
17065 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
17066
17067 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
17068 instead of looking at window-system.
17069
170702000-07-30 Gerd Moellmann <gerd@gnu.org>
17071
17072 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
17073 of testing if iswitchb-prepost-hooks is bound, because the
17074 latter will always be true when invoking a recursive minibuffer
17075 from an active Iswitchb buffer.
17076
170772000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
17078
17079 * files.el (shell-quote-wildcard-pattern): New function.
17080 (insert-directory): Call it. Only prepend "\" to command on Unix
17081 and GNU/Linux systems.
17082
170832000-07-30 Gerd Moellmann <gerd@gnu.org>
17084
17085 * eshell/esh-groups.el: Change custom :link file names
17086 from `eshell.info' to `eshell'.
17087
170882000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
17089
17090 * dired.el (dired-build-subdir-alist): Expand subdirectory names
17091 correctly in recursive ange-ftp listings.
17092
170932000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17094
17095 * ps-print.el: Fix bug 1: if ps-font-size-internal,
17096 ps-header-font-size-internal and
17097 ps-header-title-font-size-internal variables are not set,
17098 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
17099 face text property is (foreground-color . COLOR) or
17100 `(background-color . COLOR)', ps-print crashes. Doc fix.
17101 (ps-print-version): New version number (5.2.4).
17102 (ps-plot-region): Code fix.
17103 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
17104 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
17105 Bug fix 2.
17106
171072000-07-30 Milan Zamazal <pdm@freesoft.cz>
17108
17109 * glasses.el (glasses-make-readable): Fix uncapitalization of
17110 identifiers like `myXMLDocument'.
17111
171122000-07-28 Karl Fogel <kfogel@red-bean.com>
17113
17114 * mail/mail-hist.el (mail-hist-previous-input)
17115 (mail-hist-next-input): Do the obvious code factorization.
17116 (mail-hist-retrieve-and-insert): New func, contains common
17117 code of above two.
17118 If inserting a message body, leave point at top.
17119
171202000-07-28 Sam Steingold <sds@gnu.org>
17121
17122 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
17123 Use `<=', not `<' to compare times!
17124 (ange-ftp-ls): Remove.
17125
171262000-07-27 Gerd Moellmann <gerd@gnu.org>
17127
17128 * play/cookie1.el: Add explanation of how to make cookie.el
17129 compatible with strfile(1) to comment.
17130
17131 * subr.el (remove, remq): New functions.
17132
17133 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
17134 escape `*' in regexps.
17135 (midnight-find): Reverse order of arguments in the funcall of
17136 TEST.
17137
17138 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
17139 and `.class'.
17140
17141 * play/meese.el: Add Commentary section.
17142
171432000-07-27 Alex Schroeder <alex@gnu.org>
17144
17145 * sql.el (sql-ms): Added autoload cookie.
17146 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
17147 (sql-oracle): Ditto.
17148 (sql-help): Doc change.
17149
17150 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
17151 types and exceptions.
17152
171532000-07-27 Alex Schroeder <alex@gnu.org>
17154
17155 * sql.el (sql-placeholder-history): New variable.
17156 (sql-query-placeholders-and-send): New function that will query
17157 the user and replace placeholders with user input.
17158 (sql-oracle): If running on NT, set comint-input-sender to
17159 sql-query-placeholders-and-send.
17160
17161 (sql-stop): If in the SQLi buffer, insert stop notification, else
17162 present it as a message.
17163
171642000-07-27 Alex Schroeder <alex@gnu.org>
17165
17166 * sql.el (sql-input-ring-separator): Doc change.
17167 (sql-input-ring-file-name): Doc change.
17168 (sql-interactive-mode): Use `sql-input-ring-separator' and
17169 `sql-input-ring-file-name' to set the comint-mode equivalents
17170 without making them local variables.
17171 (sql-stop): Don't bind `sql-input-ring-separator' and
17172 `sql-input-ring-file-name' dynamically to their comint-mode
17173 equivalents.
17174
171752000-07-27 Kenichi Handa <handa@etl.go.jp>
17176
17177 * international/mule.el (register-char-codings): New function.
17178 (make-coding-system): Handle `safe-chars' specification in the arg
17179 PROPERTY.
17180
17181 * international/mule-cmds.el
17182 (find-coding-systems-region-subset-p): This function deleted.
17183 (sort-coding-systems-predicate): New variable.
17184 (sort-coding-systems): New function.
17185 (find-coding-systems-region): Use
17186 find-coding-systems-region-internal.
17187 (find-coding-systems-string): Use find-coding-systems-region.
17188 (find-coding-systems-for-charsets): Check
17189 char-coding-system-table.
17190 (select-safe-coding-system-accept-default-p): New variable.
17191 (select-safe-coding-system): Mostly rewritten. New argument
17192 ACCEPT-DEFAULT-P.
17193 (select-message-coding-system): Call select-safe-coding-system
17194 with ACCEPT-DEFAULT-P arg.
17195 (reset-language-environment): Reset default-sendmail-coding-system
17196 to the default value iso-latin-1.
17197 (set-language-environment): Don't set the obsolete variable
17198 charset-origin-alist.
17199
17200 * international/codepage.el (cp-coding-system-for-codepage-1):
17201 Give `safe-chars' property to make-coding-system.
17202
17203 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
17204 calling select-message-coding-system twice.
17205
17206 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
17207 instead of `safe-charsets'.
17208 (cyrillic-alternativnyj): Likewise.
17209 (ccl-encode-alternativnyj): Don't check the charset
17210 cyrillic-iso8859-5.
17211
172122000-07-27 Kenichi Handa <handa@etl.go.jp>
17213
17214 * composite.el (compose-chars-after): Preserve match data.
17215
172162000-07-26 Sam Steingold <sds@gnu.org>
17217
17218 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
17219 (ange-ftp-real-file-newer-than-file-p): New function.
17220 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
17221 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
17222
17223 * tooltip.el (tooltip-float-time): Removed (use `float-time').
17224 * midnight.el (midnight-float-time): Ditto.
17225
172262000-07-26 Andreas Schwab <schwab@suse.de>
17227
17228 * files.el (normal-backup-enable-predicate): Correct
17229 interpretation of the return value of compare-strings.
17230
172312000-07-26 Gerd Moellmann <gerd@gnu.org>
17232
17233 * isearch.el (isearch-resume): New function.
17234 (isearch-done): Add something to command-history to resume
17235 the search.
17236 (isearch-yank-line, isearch-yank-word): Use
17237 buffer-substring-no-properties instead of buffer-substring.
17238
17239 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
17240 of flyspell-mouse-map.
17241
17242 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
17243 duplicate definition.
17244 (makefile-mode): Remove duplicate setting of local-abbrev-table.
17245
17246 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
17247 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
17248
172492000-07-25 Sam Steingold <sds@gnu.org>
17250
17251 * net/ange-ftp.el: Get modtime over the net.
17252 (ange-ftp-file-modtime): New function.
17253 (ange-ftp-write-region, ange-ftp-insert-file-contents)
17254 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
17255 Use it.
17256 (ange-ftp-dot-to-slash): New function.
17257 (ange-ftp-fix-name-for-vms): Use it.
17258
17259 * midnight.el (midnight-buffer-display-time): Use
17260 `with-current-buffer'.
17261
172622000-07-25 Gerd Moellmann <gerd@gnu.org>
17263
17264 * find-dired.el: Update copyright notice.
17265 (find-dired): Offer to kill a running `find'.
17266
17267 * enriched.el (enriched-face-ans): For a `foreground-color'
17268 property, return '(("x-color" COLOR))' so that COLOR will be
17269 output as a parameter of the x-color annotation. Likewise for the
17270 `background-color' property. In the case of normal face
17271 properties, don't return annotations for unspecified foreground
17272 and background face attributes.
17273
172742000-07-25 Kenichi Handa <handa@etl.go.jp>
17275
17276 * language/japan-util.el (japanese-katakana-region): Fix handling
17277 HANKAKU argument.
17278
172792000-07-25 Miles Bader <miles@gnu.org>
17280
17281 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
17282 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
17283 constrain-to-field.
17284
172852000-07-24 Andrew Innes <andrewi@gnu.org>
17286
17287 * timer.el (timer-activate-when-idle): Add optional parameter
17288 DONT-WAIT. Update docstring.
17289 (run-with-idle-timer): Specify extra parameter to
17290 timer-activate-when-idle, so that timer will be activated
17291 immediately if Emacs is already idle.
17292
17293 * w32-fns.el (w32-using-nt): Fix docstring.
17294
172952000-07-24 Dave Love <fx@gnu.org>
17296
17297 * mouse.el (popup-menu): Set last-command-event.
17298 (mouse-major-mode-menu-prefix): Declare.
17299
173002000-07-24 Gerd Moellmann <gerd@gnu.org>
17301
17302 * textmodes/flyspell.el: Update to author's version 1.5d.
17303
17304 * progmodes/hideshow.el: Update copyright notice.
17305
17306 * vcursor.el: Set maintainer to FSF, since author cannot
17307 be reached.
17308
173092000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
17310
17311 * info.el (Info-goto-emacs-key-command-node): Leave a space after
17312 the prompt.
17313
17314 * mouse.el (popup-menu): Run the keymap through indirect-function,
17315 in case it was defined with define-prefix-key. If the menu is a
17316 list of keymaps, look up the binding of user's choice in each one
17317 of the keymaps.
17318 (mouse-popup-menubar): If the global and local menu-bar keymaps
17319 don't have a prompt string, create one and insert it into the
17320 keymap. Don't barf if current-local-map returns nil.
17321
173222000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
17323
17324 * dired.el (dired-sort-R-check): Added to allow recursive listing
17325 to be undone.
17326 (dired-sort-other): Use it.
17327
173282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17329
17330 * Release of cc-mode 5.27
17331
173322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17333
17334 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
17335 c-beginning-of-statement-1 that caused a bad case of recursion
17336 which could consume a lot of CPU in large classes in languages
17337 that have in-expression classes (i.e. Java and Pike).
17338
17339 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
17340 statements before top level constructs (i.e. case 6 is moved
17341 before case 5 and is now case 4) to catch in-expression
17342 classes in top level expressions correctly.
17343
173442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17345
17346 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
17347 objc-method-intro. Case 4 removed and case 5I added.
17348
17349 * cc-langs.el (c-append-paragraph-start): New variable used by
17350 c-common-init to get paragraph-start correct.
17351 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
17352 initialize paragraph-start to make it correct both with and
17353 without the javadoc special case.
17354
17355 * cc-mode.el (java-mode): Use c-append-paragraph-start to
17356 initialize paragraph-start for javadoc markup.
17357
17358 * cc-vars.el (c-style-variables-are-local-p): Incompatible
17359 change by defaulting this to t. It's motivated by the
17360 confusing behavior that otherwise arise from the style system
17361 when editing both java and non-java files at the same time
17362 (see the comments about style setting in c-common-init).
17363
173642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17365
17366 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
17367 similar to the one in c-fill-paragraph to check the fill
17368 prefix from the adaptive fill function for sanity.
17369
173702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17371
17372 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
17373 defun block.
17374
a30eb617
DL
173752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17376
17377 * cc-align.el (c-lineup-multi-inher): Handle lines with
17378 leading comma nicely. Extended to handle member initializers
17379 too.
17380
17381 * cc-engine.el: (c-beginning-of-inheritance-list,
17382 c-guess-basic-syntax): Fixed recognition of inheritance lists
17383 when the lines begins with a comma.
17384
a30eb617
DL
17385 * cc-vars.el (c-offsets-alist): Changed default for
17386 member-init-cont to c-lineup-multi-inher since it now handles
17387 member initializers and indents better for leading commas.
17388
173892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17390
17391 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
17392 handling that caused class open lines to be recognized as
17393 statement-conts in some cases.
17394
17395 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
17396 guessed by the adaptive fill function unless point is on the
17397 first line of a block comment.
17398
17399 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
17400 when the buffer ends with a macro continuation char.
17401
17402 * cc-engine.el (c-guess-basic-syntax): Added support for
17403 function definitions as statements in Pike. The first
17404 statement in a lambda block is now labeled defun-block-intro
17405 instead of statement-block-intro.
17406
17407 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
17408 so that the class surrounding point is selected, not the one
17409 innermost in the state.
17410
17411 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
17412 recognition of switch labels having hanging multiline
17413 statements.
17414
17415 * cc-engine.el (c-beginning-of-member-init-list): Broke out
17416 some code in c-guess-basic-syntax to a separate function.
17417 * cc-engine.el (c-just-after-func-arglist-p): Fixed
17418 recognition of member inits with multiple line arglists.
17419 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
17420 member-init-cont when the commas are in funny places.
17421
174222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17423
17424 * cc-defs.el (c-auto-newline): Removed this macro since it's
17425 not used anymore.
17426
17427 * cc-engine.el (c-looking-at-bos): New helper function.
17428 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
17429 inexpr and toplevel classes apart in Pike.
17430
17431 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
17432 of case 9A.
17433
17434 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
17435 constant, since "class" can introduce an in-expression class
17436 in Pike nowadays.
17437
174382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17439
17440 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
17441 indentation on cpp-macro lines.
17442
17443 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
17444 a syntax modifier like comment-intro, to make it possible to
17445 get syntactic indentation for preprocessor directives. It's
17446 incompatible wrt to lineup functions on cpp-macro, but it has
17447 no observable effect in the 99.9% common case where cpp-macro
17448 is set to -1000.
17449
174502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17451
17452 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
17453 member-init-cont when the preceding arglist is several lines.
17454
174552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17456
17457 * cc-styles.el (c-style-alist): The basic offset for the BSD
17458 style corrected to 8.
17459
174602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17461
17462 * cc-styles.el (c-style-alist): Adjusted the indentation of
17463 brace list openers in the gnu style.
17464
174652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17466
17467 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
17468
17469 * cc-cmds.el (c-electric-brace, c-electric-slash,
17470 c-electric-star, c-electric-semi&comma, c-electric-colon,
17471 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
17472 when c-syntactic-indentation is nil.
17473
17474 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
17475 we were left at comments preceding the first statement when
17476 reaching the beginning of the buffer.
17477
17478 * cc-vars.el (c-syntactic-indentation): New variable to turn
17479 off all syntactic indentation.
17480
174812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17482
17483 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
17484 between the text and the block comment ender when it hangs,
17485 depending on how many there are before the fill.
17486
174872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17488
17489 * cc-engine.el (c-beginning-of-closest-statement): New helper
17490 function to go back to the closest preceding statement start,
17491 which could be inside a conditional statement.
17492 * cc-engine.el (c-guess-basic-syntax): Use
17493 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
17494
17495 * cc-engine.el (c-guess-basic-syntax): Better handling of
17496 arglist-intro, arglist-cont-nonempty and arglist-close when
17497 the arglist is nested inside parens. Cases 7A, 7C and 7F
17498 changed.
17499
17500 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
17501 up-to-date with javadoc 1.2.
17502
175032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17504
17505 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
17506 multiline Pike type decls.
17507
175082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17509
17510 * cc-cmds.el (c-indent-new-comment-line): Always break
17511 multiline comments in multiline mode, regardless of
17512 comment-multi-line.
17513
175142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17515
17516 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
17517 fully::qualified::names in C++ member init lists. Preamble in
17518 case 5D changed.
17519
175202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17521
17522 * cc-langs.el (c-common-init): Handling of obsolete variables
17523 moved to c-initialize-cc-mode. More compatible style override
17524 when using global style variables.
17525 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
17526 variables moved here.
17527
a30eb617
DL
17528 * cc-styles.el (c-make-styles-buffer-local): Flag style
17529 variable localness in c-style-variables-are-local-p to make
17530 the compatibility measure in c-common-init work well.
17531
17532 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
17533 longer contain set-from-style.
17534 * cc-styles.el (c-initialize-builtin-style): Don't check for
17535 set-from-style on c-special-indent-hook.
17536 * cc-styles.el (c-copy-tree): Obsolete. The standard function
17537 copy-alist is sufficient now.
17538
17539 * cc-styles.el (c-set-style, c-set-style-1,
17540 c-get-style-variables): Fixes to variable initialization so
17541 that duplicate entries in styles have the same effect
17542 regardless of DONT-OVERRIDE.
17543
17544 * cc-styles.el (c-set-style-2): Fixed bug where the
17545 initialization of inheriting styles failed when the
17546 dont-override flag is set.
17547
17548 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
17549 on this.
17550
175512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17552
17553 * cc-defs.el (c-forward-comment): Removed the workaround
17554 introduced in 5.38 since it had worse side-effects. If a line
17555 contains the string "//\"", it regarded the // as a comment
17556 start since the \ temporarily doesn't have escape syntax.
17557
eb04d6cd 175582000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
17559
17560 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
17561 ada-xref.el before ada-prj.el, so that the Project menu is created
17562 when ada-prj tries to add to it.
17563 (ada-activate-keys-for-case): Suppress the characters that are not
17564 part of the Ada syntax. Better compatibility with else-mode
17565 (ada-adjust-case-interactive): When auto-casing is not active,
17566 correctly insert newlines (used to insert only ^M). Prevent the
17567 syntax table from being changed in case of an error
17568 (or '_' becomes part of a word and some commands are confused).
17569 Do nothing if ada-auto-case is nil.
17570 (ada-after-keyword-p): Ignore keywords that are also attributes
17571 (ada-batch-reformat): Update usage comment
17572 (ada-call-from-contextual-menu): New function
17573 (ada-case-read-exceptions): Reinitialize the casing exception list
17574 first to nil first, so that the casing exception file can be
17575 shared.
17576 (ada-check-defun-name): Handles "configure" keyword for gnatdist
17577 files.
17578 (ada-compile-goto-error): Fix regexp used to detect a file:line
17579 anywhere in the error message
17580 (ada-contextual-menu-last-point): New variable
17581 (ada-create-keymap): If the variable delete-key-deletes-forward is
17582 t on XEmacs, it means that DEL should delete one character
17583 forward.
17584 (ada-create-menu): Use :included instead of :visible for XEmacs.
17585 New submenu "Options".
17586 (ada-end-stmt-re): Correctly indent "select ... then abort"
17587 statements.
17588 (ada-fill-comment-paragraph): Correctly delete all leading '--'
17589 even if they don't match ada-fill-comment-prefix Fix handling of
17590 paragraphs on the first or last line of a file.
17591 (ada-format-paramlist): Fix handling of default parameter values.
17592 (ada-get-body-name): New function.
17593 (ada-get-current-indent): Optimized by searchling directly for an
17594 existing generic part or a statement outside of it. Handle
17595 ada-indent-align-comments when indenting comments Replaced some
17596 regexps by testing directly the next character. This results in a
17597 huge speedup on some files. New indentation scheme for renames
17598 statements. Stop looking for the 'while' or 'for' associated with
17599 a 'loop' at the first semicolon encountered. A "return" can also
17600 match an anonymous access subprogram declaration.
17601 (ada-get-indent-noindent): Ignore strings and comments when
17602 looking for the keywords "record" and "private".
17603 (ada-goto-matching-decl-start): When matching "if", make sure we
17604 are not in fact seeing "end if". Ignore "when" statements except
17605 when initial keyword was "begin". Fix handling of nested
17606 procedures. Add a recursive call to this function to skip over
17607 other 'end' statmts. Fix indentation for "when .. => begin"
17608 (ada-in-open-paren-p): Fix indentation for complex boolean
17609 expressions, where 'and then', 'or else' and parenthesis
17610 statements are mixed up.
17611 (ada-in-paramlist-p): Skip comments while searching for the
17612 beginning Fix handling of operator declarations.
17613 (ada-indent-align-comments): New variable
17614 (ada-indent-current): Change the syntax table only in the
17615 protected section, so that we are sure it is restored correctly.
17616 (ada-indent-on-previous-lines): Use ada-use-indent and
17617 ada-with-indent Correctly indent "select ... then"
17618 (ada-indent-region): Slight speedup.
17619 (ada-indent-renames): New variable.
17620 (ada-last-which-function-subprog, ada-last-which-function-line):
17621 New variables
17622 (ada-looking-at-semi-private): Correctly indent the 'private'
17623 keyword when it is the first word in a package declaration.
17624 (ada-loose-case-word): Stop searching if at the end of the buffer.
17625 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
17626 even if point is not initially at the end of the word.
17627 (ada-matching-decl-start-re): Add "when".
17628 (ada-mode): Add support for abbrev-mode, outline-mode and
17629 which-func-mode Override the old find-file.el entry in
17630 ff-special-constructs since it is using the obsolete
17631 ada-spec-suffix variable
17632 (ada-no-auto-case): New function
17633 (ada-scan-paramlist): When parsing the argument type, accept
17634 spaces (as in "X 'Class", generated by Rational Rose).
17635 (ada-other-file-name): No longer loads the other file.
17636 (ada-popup-menu): Save and restore the current buffer and cursor
17637 position before and after displaying the menu.
17638 (ada-search-ignore-complex-boolean): New function.
17639 (ada-uncomment-region): Emacs21 already knows how to delete
17640 comments not starting in the first column.
17641 (ada-use-indent): New variable
17642 (ada-which-function): New function.
17643 (ada-with-indent): New variable
17644 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
17645 can be batch-compiled from the command line.
17646
17647 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
17648 Add to the menu when the file is loaded, not in ada-mode-hook.
17649 Add -toolbar to the default ddd command Switches moved from
17650 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
17651 ada-prj-default-comp-opt
17652 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
17653 Reference Manual to the menu
17654 (ada-check-current): rewritten as a call to ada-compile-current
17655 (ada-compile): Removed.
17656 (ada-compile-application, ada-compile-current, ada-check-current):
17657 Set the compilation-search-path so that compile.el automatically
17658 finds the sources in src_dir. Automatic scrollong of the
17659 compilation buffer. C-uC-cC-c asks for confirmation before
17660 compiling
17661 (ada-compile-current): New parameter, prj-field
17662 (ada-complete-identifier): Load the .ali file before doing
17663 processing
17664 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
17665 conform to gnatmake's behavior.
17666 (ada-find-file-in-dir): New function
17667 (ada-find-references): Set the environment variables for gnatfind
17668 (ada-find-src-file-in-dir): New function.
17669 (ada-first-non-nil): Removed
17670 (ada-gdb-application): Add support for jdb, the java debugger.
17671 (ada-get-ada-file-name): Load the original-file first if not done
17672 yet.
17673 (ada-get-all-references): Handles the new ali syntax (parent types
17674 are found between <>).
17675 (ada-initialize-runtime-library): New function
17676 (ada-mode-hook): Always load a project file when a file is opened,
17677 so that the casing exceptions are correctly read.
17678 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
17679 (ada-parse-prj-file): Use find-file-noselect instead of find-file
17680 to open the project file, since the latter does not work with
17681 speedbar Get default values before loading the prj file, or the
17682 default executable file name is wrong. Use the absolute value of
17683 src_dir to initialize ada-search-directories and
17684 compilation-search-path,... Add the standard runtime library to
17685 the search path for find-file.
17686 (ada-prj-default-debugger): Was missing an opening '{'
17687 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
17688 variables.
17689 (ada-prj-default-gnatmake-opt): New variable
17690 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
17691 buffers, the project file is the default one Save the windows
17692 configuration before displaying the menu.
17693 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
17694 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
17695 ...) regexp-quote identifiers names to support operators +,
17696 -,... in regexps.
17697 (ada-remote): New function.
17698 (ada-run-application): Erase the output buffer before starting the
17699 run Support remote execution of the application. Use
17700 call-process, or the arguments are incorrectly parsed
17701 (ada-set-default-project-file): Reread the content of the active
17702 project file, not the one from the current buffer When a project
17703 file is set as the default project, all directories are
17704 automatically associated with it.
17705 (ada-set-environment): New function
17706 (ada-treat-cmd-string): New special variable ${current}
17707 (ada-treat-cmd-string): Revised. The substitution is now done for
17708 any ${...} substring
17709 (ada-xref-current): If no body was found, compiles the spec
17710 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
17711 compiler to get rid of command line length limitations.
17712 (ada-xref-get-project-field): New function
17713 (ada-xref-project-files): New variable
17714 (ada-xref-runtime-library-specs-path)
17715 (ada-xref-runtime-library-ali-path): New variables
17716 (ada-xref-set-default-prj-values): Default run command now does a
17717 cd to the build directory. New field: main_unit Provide a default
17718 file name even if the current buffer has no prj file.
17719
17720 * ada-prj.el:
17721 Rewritten to show a tabbed-dialog.
17722 (ada-prj-add-ada-menu): Remove the map and name parameters.
17723 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
17724 New function
17725 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
17726 (ada-prj-load-from-file): New function
17727 (ada-prj-save): Always save fields that depend on the current buffer
17728 (ada-prj-show-value): New function
17729
17730 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
17731 Ada mode. This will allow us to display the Ada menu in any buffer
17732 we want (for project items).
17733 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
17734 number of spaces in the header.
17735
177362000-07-24 Dave Love <fx@gnu.org>
17737
17738 * ediff-init.el (ediff-region-help-echo): Bind face-help.
17739
177402000-07-23 Noah Friedman <friedman@splode.com>
17741
17742 * type-break.el (type-break): perform autosave.
b52758d1 17743 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
a30eb617
DL
17744 (type-break-do-query): Cancel query schedule while performing
17745 actual query, to avoid possibility of a second query being made
17746 while first one is already in progress.
17747 (type-break-time-stamp-format): New variable.
17748 (type-break-time-stamp): New function.
17749 (type-break-time-warning): Use it.
17750 (type-break-keystroke-warning): Use it.
17751 (type-break-noninteractive-query): Use it.
17752
17753 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
17754 cookie.
17755 Use add-minor-mode to set minor-mode-alist, if available.
17756 (eldoc-echo-area-use-multiline-p): New user option.
17757 (eldoc-echo-area-multiline-supported-p): New variable.
17758 (eldoc-docstring-format-sym-doc): Use them.
17759 (eldoc-mode): If not using idle timers, append to local post and
17760 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
17761 (eldoc-display-message-no-interference-p): Don't interfere with
17762 edebug.
17763 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
17764 (eldoc-function-arglist): New function.
17765 (eldoc-function-argstring): Use it.
17766
17767 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
17768 auto save directory exists before calling directory-files.
17769
177702000-07-23 Dave Love <fx@gnu.org>
17771
17772 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
17773 ^o, ^u.
17774
177752000-07-21 Dave Love <fx@gnu.org>
17776
17777 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
17778 now passed to the function. It now works properly.
17779
17780 * smerge-mode.el (smerge-mode-menu): Fill it out.
17781
177822000-07-20 Gerd Moellmann <gerd@gnu.org>
17783
17784 * info-look.el (info-lookup): If *info* is shown in another frame
17785 on the same display, select that frame, instead of switching to
17786 the Info buffer in another window of the selected frame.
17787
17788 * simple.el (universal-argument-map): Bind numeric keypad keys
17789 kp-0 to kp-9 and kp-subtract.
17790 (digit-argument): Handle these keys.
17791
177922000-07-20 Dave Love <fx@gnu.org>
17793
17794 * net/goto-addr.el (goto-address-fontify): Don't bother with
17795 buffer-modified and read-only stuff -- irrelevant with overlays.
17796 Put an extra property on the overlays and use it to clean up in
17797 case goto-address is re-run.
17798
177992000-07-19 Richard M. Stallman <rms@gnu.org>
17800
17801 * timer.el (run-with-idle-timer): Doc fix.
17802
17803 * mail/mail-utils.el (mail-strip-quoted-names):
17804 Handle case where <...> appears inside "...".
17805 Use replace-match to edit the string more simply.
17806 (rmail-dont-reply-to): Cope with an unmatched ".
17807
178082000-07-19 Dave Love <fx@gnu.org>
17809
17810 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
17811 implementation.
17812
17813 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
17814 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
17815 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
17816
178172000-07-19 Gerd Moellmann <gerd@gnu.org>
17818
17819 * textmodes/refer.el: Correct maintainer's email address.
17820
17821 * progmodes/hideif.el: Correct author's email address.
17822 Fix typo in comment.
17823
17824 * xml.el: New file.
17825
17826 * mail/mailheader.el: Correct author's mail address.
17827
17828 * gnus/parse-time.el: Correct author's mail address.
17829
178302000-07-19 Colin Walters <walters@cis.ohio-state.edu>
17831
17832 * comint.el (comint-highlight-input, comint-highlight-face):
17833 New user options.
17834 (comint-input-ring-file-name): Change custom type.
17835 (comint-mode-map): Bind mouse-2.
17836 (comint-insert-clicked-input): New function.
17837 (comint-send-input): Handle input highlighting.
17838
178392000-07-18 Stefan Monnier <monnier@cs.yale.edu>
17840
17841 * mouse.el (popup-menu): New function.
17842 (mouse-major-mode-menu): Use it.
17843
178442000-07-18 Dave Love <fx@gnu.org>
17845
17846 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
17847 improvements.
17848
178492000-07-18 Gerd Moellmann <gerd@gnu.org>
17850
17851 * faces.el (face-font-selection-order)
17852 (face-font-family-alternatives): Add custom type.
17853
178542000-07-18 Dave Love <fx@gnu.org>
17855
17856 * cus-edit.el (custom-variable-reset-saved)
17857 (custom-variable-reset-standard): Remove unused bindings.
17858
17859 * rect.el (open-rectangle-line): Remove unused let.
17860
17861 * hl-line.el (hl-line-highlight): Check hl-line-mode.
17862
178632000-07-18 Gerd Moellmann <gerd@gnu.org>
17864
17865 * cdl.el: Fix `Maintainer' keyword.
17866
17867 * play/pong.el: Add author's email address.
17868
178692000-07-17 Sam Steingold <sds@gnu.org>
17870
17871 * files.el (insert-directory): Call `split-string' instead of
17872 re-implementing it.
17873
178742000-07-18 Gerd Moellmann <gerd@gnu.org>
17875
17876 * mail/vms-pmail.el: Change maintainer to FSF.
17877
17878 * net/goto-addr.el: Change maintainer to FSF.
17879
17880 * info.el (Info-title-face-alist): Removed.
17881
178822000-07-18 David Ponce <david@dponce.com>
17883
17884 * recentf.el (recentf-open-files): New command that works like
17885 `recentf-open-more-files', but shows the whole list of files (not just
17886 those omitted from the menu). Useful if you don't use a menu-bar!
17887 (recentf-open-more-files) Modified to use `recentf-open-files'.
17888
17889 (recentf-open-files, recentf-open-more-files)
17890 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
17891
17892 (recentf-dialog-mode): New mode for dialogs. You can now just type
17893 "q" to cancel the dialogs.
17894
178952000-07-18 David Ponce <david@dponce.com>
17896
17897 * recentf.el: This is a major update of recentf.el. It adds new
17898 features to better organize the recentf menu and "More..." buffer.
17899
17900 Using new provided menu filtering functions you can now organize the
17901 recent files list:
17902
17903 - by major modes
17904 - by directories
17905 - by user defined rules
17906
17907 Finally, with the new `recentf-filter-changer' customizable filter you
17908 can define a ring of filters and dynamically (via the menu) cycle on
17909 each menu organization in the ring (a la msb).
17910
179112000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
17912
17913 * eshell/eshell.el (eshell): Replace links to eshell.info with
17914 links to eshell, to avoid problems on systems where the manual is
17915 installed as `eshell'.
17916 * eshell/esh-cmd.el (eshell-cmd): Ditto.
17917 * eshell/em-smart.el (eshell-smart): Ditto.
17918 * eshell/em-banner.el (eshell-banner): Ditto.
17919 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
17920
17921 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
17922 same-file check in the MS-DOS version (it does support inodes).
17923
17924 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
17925
17926 * eshell/eshell.el (eshell-directory-name):
17927 Run default directory name through convert-standard-filename.
17928
179292000-07-18 Kenichi Handa <handa@etl.go.jp>
17930
17931 * international/mule-cmds.el (select-safe-coding-system):
17932 Fix typo in the comment.
17933
17934 * language/european.el (compound-text):
17935 Force katakana-jisx0201 to be designated to G1.
17936
17937 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
17938 Don't translate some national variant characters of latin-jisx0201.
17939 (x-ctext): Force katakana-jisx0201 to be designated to G1.
17940
17941 * international/kkc.el (kkc-after-update-conversion-functions):
17942 New variable.
17943 (kkc-update-conversion): Run functions in it at the tail.
17944
179452000-07-16 John Wiegley <johnw@gnu.org>
17946
17947 * lisp/align.el (align-newline-and-indent):
17948 Adding new function. for auto-aligning blocks of code on RET.
17949 (align-region): Fixed badly formatted minibuffer message.
17950
179512000-07-17 Kenichi Handa <handa@etl.go.jp>
17952
17953 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
17954 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
17955 the conversion list at first if appropriate.
17956 (kkc-next): Don't update kkc-next-count here.
17957 (kkc-prev): Don't update kkc-prev-count here.
17958 (kkc-show-conversion-list-update): Fix setting up of conversion
17959 list message.
17960
179612000-07-16 Stefan Monnier <monnier@cs.yale.edu>
17962
17963 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
17964
179652000-07-16 Dave Love <fx@gnu.org>
17966
17967 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
17968 function to be more specific.
17969
17970 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
17971 non-string help-echo.
17972 (widget-types-convert-widget): Defsubst it.
17973 (widget-echo-help): Try to cope with a help-echo function of two
17974 possible sorts.
17975
179762000-07-15 Jason Rumney <jasonr@gnu.org>
17977
17978 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
17979 Declare as obsolete.
17980
17981 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
17982
179832000-07-14 Gerd Moellmann <gerd@gnu.org>
17984
17985 * hilit-chg.el: Fix typo.
17986
179872000-07-14 Dave Love <fx@gnu.org>
17988
17989 * info.el (Info-mode-menu): Fix use of :help, :enable.
17990
179912000-07-14 Stefan Monnier <monnier@cs.yale.edu>
17992
17993 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
17994
179952000-07-13 Dave Love <fx@gnu.org>
17996
17997 * emacs-lisp/easymenu.el: Doc fixes.
17998 (easy-menu-remove): Defalias to ignore.
17999
18000 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
18001 Call throw correctly.
18002
180032000-07-13 Gerd Moellmann <gerd@gnu.org>
18004
18005 * faces.el (frame-background-mode): Doc fix.
18006
18007 * simple.el (eval-expression-print-length): Change custom type to
18008 allow entering nil as value.
18009
180102000-07-13 Dave Love <fx@gnu.org>
18011
18012 * progmodes/fortran.el (fortran-imenu-generic-expression):
18013 Change definition layout.
18014 (fortran-mode-menu): Reinstate customize entries.
18015
18016 * cus-edit.el (custom-group-menu-create, customize-menu-create):
18017 Use :filter, per old XEmacs code.
18018
180192000-07-12 Gerd Moellmann <gerd@gnu.org>
18020
18021 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
18022 event when deciding what to send to the terminal.
18023
180242000-07-12 Dave Love <fx@gnu.org>
18025
18026 * cus-start.el: Add optional version as 4th element of specs and
18027 use it for several things new in v21. Remove load-path. Fix type
18028 of line-number-display-limit.
18029
180302000-07-11 Dave Love <fx@gnu.org>
18031
18032 * progmodes/fortran.el: Don't require easymenu.
18033 Use repeat counts in various regexps.
18034 (fortran-mode-syntax-table): Defvar directly.
18035 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
18036 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
18037 Use defvar, not defconst.
18038 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
18039 (fortran-mode): Set fortran-comment-line-start-skip,
18040 fortran-comment-line-start-skip, dabbrev-case-fold-search.
18041 (fortran-comment-indent): Use defsubst.
18042 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
18043 Use fortran-comment-indent, not fortran-comment-indent-function.
18044 (fortran-comment-region, fortran-electric-line-number): Simplify.
18045 (fortran-auto-fill): New function.
18046 (fortran-do-auto-fill): Deleted.
18047 (fortran-find-comment-start-skip):
18048 Check for non-null comment-start-skip.
18049 (fortran-auto-fill-mode, fortran-fill-statement):
18050 Use fortran-auto-fill.
18051 (fortran-fill): Use fortran-auto-fill. Check for null
18052 comment-start-skip. Simplify final clause and use end-of-line finally.
18053
18054 * widget.el (widget-plist-member): New alias.
18055
180562000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
18057
18058 * eshell/esh-module.el (toplevel): Reference
18059 byte-compile-current-file only if it is bound.
18060
180612000-07-10 Gerd Moellmann <gerd@gnu.org>
18062
18063 * dired.el: Don't require `dired-aux'.
18064
180652000-07-10 Miles Bader <miles@lsi.nec.co.jp>
18066
18067 * dired-aux.el (dired-show-file-type): New function.
18068 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
18069 (dired-show-file-type): Add autoload.
18070
180712000-07-10 Kenichi Handa <handa@etl.go.jp>
18072
18073 * international/mule-diag.el (describe-font): Adjusted for the
18074 change of fontset-info.
18075 (print-fontset): Likewise.
18076
180772000-07-09 Stefan Monnier <monnier@cs.yale.edu>
18078
18079 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
18080
180812000-07-07 Gerd Moellmann <gerd@gnu.org>
18082
18083 * bindings.el: Bind `[delete]' to delete-char.
18084
18085 * dired.el (dired-find-alternate-file): New function.
18086 (dired-mode-map): Bind `a' to dired-find-alternate-file.
18087 (toplevel): Require dired-aux when compiling.
18088 (dired-buffers): Move defvar within file to avoid compiler warning.
18089
18090 * info.el (Info-last-search): Variable removed.
18091 (Info-search-history): New variable.
18092 (Info-search): New Info-search-history.
18093
18094 * battery.el, info-look.el: Change author's mail address.
18095
180962000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
18097
18098 * mail/rmail.el (rmail-clear-headers): Don't throw an error
18099 if rmail-ignored-headers is nil.
18100 (rmail-retry-failure): Bind rmail-ignored-headers and
18101 rmail-displayed-headers to nil.
18102
181032000-07-06 Gerd Moellmann <gerd@gnu.org>
18104
18105 * lpr.el (lpr-page-header-switches): Add `-h' switch.
18106 (print-region-1): Don't hard code `-h' here.
18107
18108 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
18109
181102000-07-01 Francesco Potorti` <pot@gnu.org>
18111
18112 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
18113 exim can use "your message" instead of "the message".
18114
181152000-07-06 Stefan Monnier <monnier@cs.yale.edu>
18116
18117 * facemenu.el: Docstrings fixes.
18118 (facemenu-get-face): Don't use internal-find-face.
18119 (facemenu-iterate): Rename arg to match the docstring.
18120
18121 * newcomment.el (uncomment-region): Be more careful when skipping
18122 backwards over `=' not to bump into BOBP.
18123
181242000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
18125
18126 * ediff-diff.el (ediff-wordify): Use syntax table.
18127 * ediff-init.el (ediff-has-face-support-p): Use
18128 ediff-color-display-p.
18129 (ediff-color-display-p): Use display-color-p, changed to defun
18130 from defsubst.
18131 Got rid of special cases for NeXT and OS/2.
18132 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
18133 face.
18134
181352000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18136
18137 * emacs-lisp/lucid.el: Require CL.
18138 (copy-tree, remprop): Remove, it's provided by CL.
18139 (map-keymap): Define in terms of cl-map-keymap.
18140 (extent-property, set-extent-end-glyph): New functions.
18141
18142 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
18143
181442000-07-05 Gerd Moellmann <gerd@gnu.org>
18145
18146 * Makefile.in (DONTCOMPILE): Add comment that the name may
18147 not be changed without changing the make-dist script.
18148
18149 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
18150 (cl-mapc): Use mapc instead of cl-old-mapc.
18151
181522000-07-05 Andrew Innes <andrewi@gnu.org>
18153
18154 * makefile.nt: Add support for `bootstrap' and related targets.
18155
181562000-07-05 Stefan Monnier <monnier@cs.yale.edu>
18157
18158 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
18159 (easy-menu-do-define): Use `menu-item' format.
18160 Handle case where easy-menu-create-menu returns a symbol.
18161 Manually call the potential top-level filter in the function binding.
18162 (easy-menu-filter-return): New arg NAME.
18163 Convert to a keymap if MENU is an XEmacs menu.
18164 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
18165 (easy-menu-converted-items-table, easy-menu-convert-item):
18166 New var and fun to memoize easy-menu-convert-item-1.
18167 (easy-menu-do-add-item): Use it.
18168 (easy-menu-create-menu): Use easy-menu-convert-item.
18169 Wrap easy-menu-filter-return around any :filter specification.
18170 Don't convert the menu if a filter was specified.
18171 Tell easy-menu-make-symbol not to check for MENU being an expression.
18172 (easy-menu-make-symbol): New arg NOEXP.
18173
181742000-07-05 Gerd Moellmann <gerd@gnu.org>
18175
18176 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
18177 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
18178 (eval-defun): If called with prefix arg, instrument code for
18179 Edebug.
18180
18181 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
18182 similar to that of eval-defun.
18183
181842000-07-04 Dave Love <fx@gnu.org>
18185
18186 * hl-line.el (hl-line-overlay): Make it permanent-local.
18187
18188 * calendar/todo-mode.el: Replaced with a working version, based on
18189 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
18190
181912000-07-03 Miles Bader <miles@lsi.nec.co.jp>
18192
18193 * paths.el (prune-directory-list): New function.
18194 (Info-default-directory-list): Rewritten to more methodically
18195 enumerate a big list of possible info directories (based on the
18196 list used by the standalone info reader).
18197
18198 * info.el (info-initialize): Use prune-directory-list to remove
18199 non-existent directories from Info-directory-list.
18200
18201 * paths.el (Info-default-directory-list): Try a list of possible
18202 info-directories instead of a single one. Add the possible
18203 info directory "/usr/share/info".
18204
18205 * woman.el (woman-man.conf-path): Explicitly include the debian
18206 man-db config file "/etc/manpath.config".
18207 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
18208 are present in `manpath.config'.
18209 (woman-manpath): Include "/usr/share/man".
18210
182112000-07-03 Gerd Moellmann <gerd@gnu.org>
18212
18213 * frame.el (blink-cursor-mode): Don't hide cursor initially.
18214
18215 * startup.el (command-line): Initialize blink-cursor based
18216 on window-system.
18217
18218 * frame.el (blink-cursor): Default to nil if not running under
18219 a window-system.
18220
18221 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
18222 (face-x-resources): Remove duplicate entry for :font.
18223
18224 * textmodes/refer.el (refer-find-entry-internal): Use some-window
18225 instead of cycling through windows with next-window.
18226
18227 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
18228 of cycling through windows with next-window.
18229
18230 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
18231 of cycling through windows with next-window.
18232
18233 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
18234 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
18235 instead of cycling through windows with next-window.
18236
18237 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
18238 instead of cycling through windows with next-window.
18239
18240 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
18241 of cycling through windows with next-window.
18242
18243 * terminal.el (te-process-output): Use walk-windows instead of
18244 cycling through windows with next-window.
18245
18246 * server.el (server-switch-buffer): Use some-window instead of
18247 cycling through windows with next-window.
18248
18249 * window.el (some-window): New function.
18250 (walk-windows): Remove reference to walk-windows-start.
18251
18252 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
18253
182542000-07-03 Richard Stallman <rms@gnu.org>
18255
18256 * window.el (walk-windows): Guarantee termination by keeping a list
18257 of all the windows already handled.
18258
182592000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18260
18261 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
18262 window-system.
18263
18264 * man.el (Man-notify-when-ready): Don't use window-system. If
18265 Man-notify-method is newframe, and the display is not
18266 multi-frame, select the frame created for the man page.
18267 (Man-init-defvars): Doc fix.
18268
182692000-06-28 Gerd Moellmann <gerd@gnu.org>
18270
18271 * faces.el (region): Change background color for light background.
18272
18273 * ediff-wind.el (ediff-setup-control-frame): Remove :box
18274 attribute from mode-line face of Ediff control frame.
18275
18276 * replace.el (query-replace-map): Bind `e' like `E'.
18277
182782000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
18279
18280 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
18281 Change name to "Select All".
18282
18283 * dos-fns.el (convert-standard-filename): Fix last change.
18284
182852000-06-27 Gerd Moellmann <gerd@gnu.org>
18286
18287 * help.el (describe-variable): Don't insert a second `'s' in front
18288 of the string `value is shown below'. Since the syntax-table is
18289 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
18290 an existing `'s', so that this won't be deleted.
18291
18292 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
18293 * pcmpl-unix.el: New files.
18294
182952000-06-26 Stefan Monnier <monnier@cs.yale.edu>
18296
18297 * wid-edit.el (widget-member): Use the new plist-member.
18298
182992000-06-26 Gerd Moellmann <gerd@gnu.org>
18300
18301 * replace.el (perform-replace): Undo change of 2000-04-04.
18302 Instead, move backward 1 character at the end of the loop when
18303 necessary.
18304
18305 * faces.el (fringe): Change face for different backgrounds.
18306
18307 * eshell/esh-module.el (toplevel): Load defgroup's differently;
18308 patch from John.
18309
18310 * eshell/*.el: Change spelling of the Free Software Foundation.
18311
18312 * eshell/esh-toggle.el: Removed.
18313
18314 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
18315
18316 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
18317 interactively.
18318
183192000-06-26 Alex Schroeder <alex@gnu.org>
18320
18321 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
18322 `define-key'; instead of checking `(emacs-version)' check for
18323 `set-keymap-parent' and `set-keymap-name' directly. Add entries
18324 for `;' and `o' which might be electric.
18325
18326 (sql-electric-stuff): New user option.
18327 (sql-magic-go): New function which uses `sql-electric-stuff'.
18328 (sql-magic-semicolon): New function which uses
18329 `sql-electric-stuff'.
18330
18331 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
18332 is not fboundp.
18333
18334 (sql-oracle-options): New variable.
18335 (sql-oracle): Use it.
18336
18337 (sql-imenu-generic-expression): Doc change.
18338 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
18339 is used.
18340
18341 (sql-informix): Added command line parameter "-" to force
18342 sql-informix-program to use stdout.
18343
183442000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
18345
18346 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
18347 (cp864-decode-table): Doc fix.
18348 (cp720-decode-table): New variable, supports the Arabic OEM
18349 codepage used by Windows.
18350 (cp737-decode-table): New, Greek OEM codepage used by Windows.
18351
183522000-06-23 Dave Love <fx@gnu.org>
18353
18354 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
18355 (font-lock-fontify-anchored-keywords): Use
18356 line-beginning-position.
18357 (global-font-lock-mode): Use mapc.
18358
183592000-06-23 Stefan Monnier <monnier@cs.yale.edu>
18360
18361 * eshell/esh-module.el: Require CL when compiling.
18362
183632000-06-23 Gerd Moellmann <gerd@gnu.org>
18364
18365 * comint.el (comint-substitute-in-file-name): Call replace-match
18366 with second and third arg t.
18367
18368 * cus-edit.el (custom-button-face, custom-button-pressed-face):
18369 Specify foreground color.
18370
18371 * faces.el (tool-bar, mode-line, header-line): Specify foreground
18372 color.
18373
18374 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
18375
18376 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
18377 cddr instead of cdddr.
18378
18379 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
18380 instead of copy-list.
18381
18382 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
18383 of copy-list.
18384
18385 * subdirs.el: Add eshell subdirectory.
18386
18387 * eshell: New subdirectory containing the Eshell package.
18388
18389 * pcomplete.el: New file.
18390
183912000-06-23 Paul Eggert <eggert@twinsun.com>
18392
18393 * mail/mailpost.el (post-mail-send-it): Make sure file has
18394 proper permissions from birth.
18395
18396 * files.el (basic-save-buffer-2): When temporarily setting
18397 file modes, set them to current modes plus 0200, not to 0777.
18398
18399 * emerge.el (emerge-make-temp-file): Make sure file has proper
18400 permissions from birth.
18401
184022000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
18403
18404 * files.el (make-backup-file-name-1): On DOS/Windows, run the
18405 backup file name through convert-standard-filename.
18406
18407 * dos-fns.el (convert-standard-filename): Convert leading
18408 directories as well. When long file names are supported, convert
18409 characters that are invalid in Windows file names.
18410
184112000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18412
18413 * ps-print.el: Fix bug: if ^L is the very first buffer character,
18414 ps-print crashes. New feature: page selection for printing. Create
18415 raw-text-unix coding system for XEmacs. Doc fix.
18416 (ps-print-version): New version number (5.2.3).
18417 (ps-plot-region): Bug fix.
18418 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
18419 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
18420 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
18421 funs.
18422 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
18423 (ps-last-page): New vars.
18424
184252000-06-21 Gerd Moellmann <gerd@gnu.org>
18426
18427 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
18428 empty option string.
18429
184302000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
18431
18432 * man.el (man): Doc fix.
18433
184342000-06-21 Kenichi Handa <handa@etl.go.jp>
18435
18436 * international/mule-cmds.el (set-language-info-alist): Docstring
18437 fixed.
18438
184392000-06-20 Gerd Moellmann <gerd@gnu.org>
18440
18441 * version.el (emacs-version): Use ISO date format.
18442
18443 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
18444 instead of `M-backspace'.
18445
18446 * simple.el (turn-off-auto-fill): New function.
18447
184482000-06-20 Stefan Monnier <monnier@cs.yale.edu>
18449
18450 * jit-lock.el (with-buffer-prepared-for-jit-lock):
18451 Renamed from with-buffer-prepared-for-font-lock and use
18452 inhibit-modification-hooks rather than setting *-change-functions.
18453 Update all functions to use the new name.
18454 (jit-lock-first-unfontify-pos): New semantics (and doc).
18455 (jit-lock-mode): Make non-interactive.
18456 Don't automatically turn on font-lock.
18457 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
18458 Always use jit-lock-after-change.
18459 Remove and restore font-lock-after-change-function.
18460 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
18461 (jit-lock-after-unfontify-buffer): Remove.
18462 (jit-lock-stealth-fontify):
18463 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
18464 (jit-lock-after-change): Set the `fontified' text-prop to nil.
18465
184662000-06-20 Sam Steingold <sds@gnu.org>
18467
18468 * emacs-lisp/cl-indent.el (toplevel): Indent
18469 `print-unreadable-object' properly. Untabify.
18470
184712000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18472
18473 * textmodes/reftex.el (reftex-find-citation-regexp-format):
18474 Support for bibentry.
18475 (reftex-compile-variables): Fixed problem with end of section-re.
18476
18477 * texmodes/reftex-dcr.el (reftex-view-crossref,
18478 reftex-view-crossref-from-bibtex):
18479 Deal with changed `reftex-find-citation-regexp-format'.
18480 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
18481 Replaced `remprop' with `put'.
18482 (reftex-view-crossref, reftex-view-crossref-when-idle):
18483 Support for bibentry.
18484
18485 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18486 New entry for bibentry package.
18487
18488 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
18489 Regexp also matches "\nobibliography".
18490
18491 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
18492 Call `reftex-ensure-write-access' before doing anything.
18493 (reftex-ensure-write-access): New function.
18494
184952000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
18496
18497 * progmodes/idlwave.el: File re-installed (update to version 4.2)
18498
18499 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
18500
18501 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
18502
18503 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
18504
18505
185062000-06-20 Dave Love <fx@gnu.org>
18507
18508 * faces.el (frame-background-mode): Use set-default, not set, in
18509 setter.
18510 (frame-update-faces, frame-update-face-colors): Define with
18511 defalias.
18512
18513 * enriched.el (enriched-decode-foreground)
18514 (enriched-decode-background): Don't use internal-find-face.
18515
18516 * apropos.el: Doc fixes.
18517
18518 * cus-edit.el (customize-changed-options): Check arg.
18519 (customize-version-lessp): Don't require decimal point.
18520
18521 * custom.el (defcustom, defgroup): Doc fix.
18522
18523 * newcomment.el (comment) <defgroup>: Add :version.
18524 (comment-multi-line): Doc fix.
18525
18526 * emulation/mlsupport.el (define-hooked-local-abbrev,
18527 define-hooked-global-abbrev): Fix, using define-abbrev.
18528
185292000-06-19 Gerd Moellmann <gerd@gnu.org>
18530
18531 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
18532 the whole buffer.
18533
185342000-06-19 Dave Love <fx@gnu.org>
18535
18536 * menu-bar.el (menu-bar-options-save): New function.
18537 (menu-bar-options-menu): Use it.
18538 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
18539 Simplify.
18540
185412000-06-19 Andreas Schwab <schwab@suse.de>
18542
18543 * progmodes/etags.el (tags-query-replace): Put new parameters
18544 START and END at the end, for backward compatibility.
18545
185462000-06-19 Kenichi Handa <handa@etl.go.jp>
18547
18548 * international/codepage.el:
18549 (cp-coding-system-for-codepage-1): Delete special codes for
18550 generating xxx-dos coding system because now a CCL based coding
18551 system can handle EOL conversion by default.
18552
18553 * international/mule.el (make-coding-system): Generate subsidiary
18554 coding systems for EOL handling variants even for a CCL based
18555 coding system.
18556
185572000-06-19 Kenichi Handa <handa@etl.go.jp>
18558
18559 * international/isearch-x.el (isearch-minibuffer-input-method)
18560 (isearch-minibuffer-input-method-function): These variables
18561 deleted.
18562 (isearch-with-input-method): Don't use the above variables.
18563 (isearch-process-search-multibyte-characters): Likewise. Call
18564 read-string with the arg INHERIT-INPUT-METHOD t.
18565
185662000-06-17 Stefan Monnier <monnier@cs.yale.edu>
18567
18568 * font-lock.el (font-lock-after-fontify-buffer)
18569 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
18570
18571 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
18572 Use consistent make-local-variable style for font-lock-fontified.
18573 (jit-lock-fontify-buffer):
18574 Don't bother checking for font-lock-mode and jit-lock-mode.
18575
18576 * time.el: Remove trailing ^M that prevent CVS-merging.
18577
185782000-06-16 Gerd Moellmann <gerd@gnu.org>
18579
18580 * Makefile.in (distclean): New target.
18581
185822000-06-16 Stefan Monnier <monnier@cs.yale.edu>
18583
18584 * Makefile.in (srcdir): Define for update-subdirs.
18585
185862000-06-16 Gerd Moellmann <gerd@gnu.org>
18587
18588 * find-lisp.el: New file.
18589
185902000-06-16 Andrew Innes <andrewi@gnu.org>
18591
18592 * time.el (display-time-mail-function): New variable, to allow
18593 external packages to indicate when new mail is available.
18594 (display-time-update): Use it.
18595
185962000-06-16 Kenichi Handa <handa@etl.go.jp>
18597
18598 * international/mule.el (mule-version): Change version name to
18599 SAKAKI. AOI has already been used by Meadow.
18600
18601 * international/quail.el (quail-show-guidance-buf): To find the
18602 bottom window (but minibuffer), pay attention to the height of
18603 minibuffer.
18604
186052000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
18606
18607 * arc-mode.el (archive-mode-map): Use the new menu-item format for
18608 menu-bar menus. Add help strings. Don't remove the Edit menu
18609 from the menu bar, as the menu bar has enough space now.
18610
18611 * Makefile.in (SHELL): Make sure /bin/sh is used.
18612
18613 * woman.el (woman-man-buffer): Fix bold and underlined CJK
18614 characters, which use series of two ^H characters instead of one.
18615
186162000-06-15 Gerd Moellmann <gerd@gnu.org>
18617
18618 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
18619 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
18620 functions.
18621 (Info-find-node-2): Try a case-sensitive search first, then
18622 do a case-insensitive search.
18623
18624 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
18625 tutorials.
18626
18627 * complete.el (PC-env-vars-alist): New variable.
18628 (PC-complete-as-file-name): New function.
18629 (partial-completion-mode): Initialize PC-env-vars-alist from
18630 process-environment.
18631 (PC-do-completion): Handle completion of env vars.
18632
18633 * info.el (Info-set-mode-line): Show file name in mode line,
18634 use `*Info*' instead of `Info:'.
18635
18636 * startup.el (command-line-1): Change copyright messages to year
18637 2000.
18638
186392000-06-15 Dave Love <fx@gnu.org>
18640
18641 * net/goto-addr.el (goto-address-fontify): Use keymap property,
18642 not local-map.
18643
186442000-06-15 Kenichi Handa <handa@etl.go.jp>
18645
18646 * international/mule.el (set-buffer-file-coding-system): Almost
18647 rewritten to handle `undecided' as no-op.
18648
186492000-06-14 Gerd Moellmann <gerd@gnu.org>
18650
18651 * Makefile.in: New file.
18652
18653 * Makefile: Removed.
18654
18655 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
18656 (goto-address-highlight-keymap): Bind C-c RET.
18657
186582000-06-14 Kenichi Handa <handa@etl.go.jp>
18659
18660 * mail/sendmail.el (sendmail-send-it): The temporary buffer
18661 inherits buffer-file-coding-system of the current buffer.
18662
18663 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
18664 0. Give correct argument to set-auto-coding-function.
18665 (tar-expunge): For goto-char, use (point-min), not 0.
18666 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
18667 (tar-subfile-save-buffer): Likewize.
18668
18669 * international/mule.el
18670 (after-insert-file-set-buffer-file-coding-system): Call
18671 set-buffer-file-coding-system with the arg FORCE t.
18672
186732000-06-13 Gerd Moellmann <gerd@gnu.org>
18674
18675 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
18676 nil. Contemporary sendmails issue an X-Authentication-Warning if
18677 the sender is set with `-f'.
18678
186792000-06-13 Dave Love <fx@gnu.org>
18680
18681 * help.el (describe-function-1): Kluge around cases of functions
18682 fset to subrs whose doc doesn't match their symbol-name.
18683
18684 * image.el (insert-image): Default STRING to a space.
18685
18686 * info.el Doc fixes.
18687 (Info-build-node-completions): Match Ref tags.
18688
186892000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
18690
18691 * frame.el (display-multi-frame-p, display-multi-font-p): New
18692 defaliases for display-graphic-p.
18693
18694 * hl-line.el: Fixed a typo in commentary.
18695
186962000-06-13 Kenichi Handa <handa@etl.go.jp>
18697
18698 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
18699 fixed.
18700
187012000-06-12 Dave Love <fx@gnu.org>
18702
18703 * image.el (insert-image): Save a little consing.
18704
187052000-06-12 Kenichi Handa <handa@etl.go.jp>
18706
18707 * language/tibet-util.el: Convert all tibetan-1-column characters
18708 to the corresponding tibetan characters.
18709 (tibetan-add-components): Delete code for the special treatment of
18710 'a chung.
18711
18712 * language/tibetan.el (tibetan-composable-pattern): Fix previous
18713 change.
18714 (tibetan-vowel-transcription-alist): More rules added.
18715 (tibetan-composite-vowel-alist): New variable.
18716 (tibetan-precomposition-rule-alist): More rules added.
18717
187182000-06-12 Stefan Monnier <monnier@cs.yale.edu>
18719
18720 * startup.el (command-line): Only call menu-bar-mode if interactive.
18721
18722 * thingatpt.el (toplevel symbol-properties):
18723 * textmodes/makeinfo.el (makeinfo-compile):
18724 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
18725 * progmodes/hideif.el (hif-compress-define-list)
18726 (hide-ifdef-use-define-alist):
18727 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
18728 (ange-ftp-vms-add-file-entry):
18729 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
18730 * man.el (Man-build-man-command):
18731 * mail/rnewspost.el (news-reply-header-hook):
18732 * info.el (Info-insert-dir):
18733 * emulation/mlconvert.el (backward-word, forward-word, setq):
18734 * emacs-lisp/gulp.el (gulp-send-requests):
18735 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
18736 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
18737 (byte-optimize-apply, end of file):
18738 * emacs-lisp/advice.el (ad-advice-class-completion-table)
18739 (ad-make-freeze-definition):
18740 * startup.el (command-line, command-line-1): Don't quote lambdas.
18741
18742 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
18743 (cvs-cleanup-removed): New function.
18744 (cvs-cleanup-functions): New var.
18745 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
18746 some flexibility in specifying additional entries to auto-cleanup.
18747 (cvs-quickdir): New function.
18748 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
18749 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
18750 (cvs-mode-find-file): Check that we are on a filename or dirname
18751 when invoked through a mouse-click.
18752 (cvs-full-path): Remove.
18753 (cvs-dired-action): Re-introduced.
18754 (cvs-dired-noselect): Use it.
18755 (vc-post-command-functions): use this new hook if available.
18756
18757 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
18758 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
18759 (cvs-filename-map, cvs-dirname-map): Remove.
18760 (cvs-default-action): Remove.
18761 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
18762 if the arg is really a keymap.
18763 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
18764 Don't hardcode the mapping from state (aka type) to face, but check
18765 the var cvs-fi-<type>-face instead.
18766 (cvs-fileinfo-from-entries): New function.
18767
18768 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
18769 Docstring fix.
18770 (cvs-find-file-and-jump): Change default to be safer.
18771 (cvs-mode-diff-map): Define it as a function as well.
18772 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
18773 Bind mouse-2 in this global map rather than with text-properties.
18774
18775 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
18776 file to resolve the ambiguity between C(conflict) and C(need-merge).
18777
187782000-06-12 Kenichi Handa <handa@etl.go.jp>
18779
18780 * international/mule.el (set-buffer-file-coding-system): If
18781 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
18782 unconditionally.
18783
187842000-06-12 Dave Love <fx@gnu.org>
18785
18786 * wid-edit.el (widget-specify-button): Really suppress the face if
18787 required.
18788
187892000-06-11 Gerd Moellmann <gerd@gnu.org>
18790
18791 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
18792
187932000-06-11 Stefan Monnier <monnier@cs.yale.edu>
18794
18795 * imenu.el (imenu-generic-expression): Docstring fix.
18796
18797 * composite.el (composition-function-table): Move the `put'
18798 below the autoload cookie so we can load the file before loaddefs.
18799
18800 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
18801
18802 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
18803 Handle easy-mmode-define-global-mode.
18804 For complex macros like define-minor-mode that can generate
18805 several autoload entries, try to autoload entries in the
18806 macroexpanded code.
18807
18808 * emacs-lisp/easy-mmode.el (define-minor-mode):
18809 If KEYMAP is a symbol, just use it.
18810 Use byte-compile-current-file and load-file-name to infer the
18811 proper :require to pass to defcustom.
18812 Wrap the hook var into `progn' so as not to autoload it.
18813 Add a :autoload-end cookie.
18814 Be more careful about the evaluation of KEYMAP.
18815 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
18816 (define-derived-mode): Move define-abbrev-table outside of defvar.
18817
188182000-06-10 Stefan Monnier <monnier@cs.yale.edu>
18819
18820 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
18821 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
18822 (backup-compiled-files): Ignore errors during `tar'.
18823 (bootstrap): Make autoloads before elc files.
18824
188252000-06-10 Kenichi Handa <handa@etl.go.jp>
18826
18827 * international/mule.el (set-buffer-file-coding-system): If one of
18828 undecided-XXX is specified, change only EOL conversion.
18829
18830 * international/mule-conf.el (unix): New alias for the coding
18831 system undecided-unix.
18832
188332000-06-09 Dave Love <fx@gnu.org>
18834
18835 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
18836
18837 * progmodes/executable.el: Byte compile dynamic.
18838 (executable-insert): Change custom type.
18839 (executable-find): Add autoload cookie.
18840 (executable-make-buffer-file-executable-if-script-p): New
18841 function. After Noah Friedman.
18842
18843 * files.el (after-save-hook): Customize, with
18844 executable-make-buffer-file-executable-if-script-p as an option.
18845
188462000-06-09 Kenichi Handa <handa@etl.go.jp>
18847
18848 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
18849 "tib24p-mule.bdf" for Tibetan.
18850
18851 * composite.el (decompose-composite-char): Declare it as obsolete.
18852
18853 * man.el (Man-fontify-manpage): Pay attention to underline and
18854 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
18855
188562000-06-08 Gerd Moellmann <gerd@gnu.org>
18857
18858 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
18859 Set maintainer to FSF since author isn't reachable.
18860
188612000-06-08 Dave Love <fx@gnu.org>
18862
18863 * international/mule-cmds.el (select-safe-coding-system): If
18864 DEFAULT-CODING-SYSTEM is not specified, also check the most
18865 preferred coding-system if buffer-file-coding-system is
18866 `undecided'. From Handa.
18867
188682000-06-08 Kenichi Handa <handa@etl.go.jp>
18869
18870 * international/mule.el
18871 (after-insert-file-set-buffer-file-coding-system): If the buffer
18872 size is greater than INSERTED, judget that we are not visiting.
18873
188742000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
18875
18876 * whitespace.el (defgroup whitespace): Comment out `:version'.
18877 XEmacs 20.4 has problems defining the group with this present.
18878 We'll have this commented out till get resolve the problem.
18879
188802000-06-07 John Wiegley <johnw@gnu.org>
18881
18882 * align.el (align-dq-string-modes, align-sq-string-modes)
18883 (align-open-comment-modes): Add pyhton-mode.
18884 (align-rules-list): Use get-text-property instead of
18885 text-properties-at.
18886 (align-rules-list): Add python-assignment.
18887 (align-rules-list): Change perl-comma-delimiter to
18888 basic-comma-delimiter. Use if for Perl modes and python-mode.
18889 (align-rules-list): Add python-chain-logic and
18890 basic-line-continuation.
18891
188922000-06-07 Jari Aalto <jari.aalto@poboxes.com>
18893
18894 * apropos.el (apropos-mode-hook): New user variable.
18895 (apropos-mode): Run apropos-mode-hook.
18896
188972000-06-07 David Ponce <david@dponce.com>
18898
18899 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
18900 commands. Require `wid-edit' at run-time.
18901
189022000-06-07 David Ponce <david@dponce.com>
18903
18904 * recentf.el: Added some "Commentary".
18905 (recentf-open-more-files, recentf-edit-list): Minor changes to
18906 move the point at the top of the file list. This behaviour is
18907 consistent with the menu one when the list contains a lot of
18908 files.
18909 (recentf-cleanup): Now displays the number of items removed from
18910 the list.
18911 (recentf-relative-filter) New menu filter to show filenames
18912 relative to `default-directory'.
18913
189142000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18915
18916 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
18917 with/without giving an error if PostScript printer doesn't have this
18918 kind of page size. Zebra Stripe continues or restarts on next page.
18919 Manual/automatic paper feeding. Switch or not the header.
18920 (ps-print-version): New version number (5.2.2).
18921 (ps-windows-system): Include emx as a Windows system.
18922 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
18923 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
18924 (ps-background-text): Code fix.
18925 (ps-error-handler-message, ps-user-defined-prologue)
18926 (ps-print-prologue-header, ps-printer-name)
18927 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
18928 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
18929 (ps-use-face-background): Customization fix.
18930 (ps-n-up-database): Data fix.
18931 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
18932 (ps-switch-header): New vars.
18933 (ps-xemacs-color-name, ps-face-foreground-name)
18934 (ps-face-background-name, ps-boolean-constant): New funs.
18935
189362000-06-07 Dave Love <fx@gnu.org>
18937
18938 * allout.el: New version from Manheimer.
18939
189402000-06-07 Kenichi Handa <handa@etl.go.jp>
18941
18942 * textmodes/fill.el (fill-find-break-point): Check the validity of
18943 charset.
18944
189452000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
18946
18947 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
18948 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
18949 Call display-color-p and display-mouse-p instead of looking at
18950 window-system.
18951
189522000-06-06 Dave Love <fx@gnu.org>
18953
18954 * image.el (find-image): Doc fix. Return nil if image not found.
18955 (put-image, insert-image): Make STRING arg optional.
18956
189572000-06-06 Kenichi Handa <handa@etl.go.jp>
18958
18959 * language/vietnamese.el: Remove eval-when-compile.
18960 (viet-viscii-nonascii-translation-table): Define it as a
18961 translation table made from viet-viscii-decode-table.
18962 (viet-viscii-encode-table): Define it as a translation table made
18963 from the reverse map of above.
18964 (viet-vscii-nonascii-translation-table): Define it as a
18965 translation table made from viet-vscii-decode-table.
18966 (viet-vscii-encode-table): Define it as a translation table made
18967 from the reverse map of above.
18968 (ccl-decode-viscii): Use translate-character.
18969 (ccl-encode-viscii, ccl-encode-viscii-font)
18970 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
18971 Likewize.
18972
18973 * language/cyrillic.el: Remove eval-when-compile.
18974 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
18975 translation table made from cyrillic-koi8-r-decode-table.
18976 (cyrillic-koi8-r-encode-table): Define it as a translation table
18977 made from the reverse map of above.
18978 (ccl-decode-koi8): Use translate-character.
18979 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
18980 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
18981 a translation table made from cyrillic-alternativnyj-decode-table.
18982 (cyrillic-alternativnyj-encode-table): Define it as a translation
18983 table made from the reverse map of above.
18984 (ccl-decode-alternativnyj): Use translate-character.
18985 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
18986 Likewize
18987
18988 * international/mule-diag.el (non-iso-charset-alist): Specify
18989 translation table symbol instead of translation table itself.
18990 (list-block-of-chars): CHARSET may be a translation table symbol.
18991
18992 * international/mule.el (make-coding-system): If CODING-SYSTEM
18993 already exists, override it.
18994
18995 * international/fontset.el: Use family `proportional' for Tibetan
18996 fonts.
18997
18998 * international/ccl.el (ccl-compile-translate-character): Don't
18999 check if Rrr has property translation-table.
19000 (ccl-compile-map-multiple): Modified to avoid compiler warning.
19001
190022000-06-05 Gerd Moellmann <gerd@gnu.org>
19003
19004 * info.el: Bind case-fold-search to t when searching in case
19005 a user sets it to nil in a hook.
19006
190072000-06-05 Stefan Monnier <monnier@cs.yale.edu>
19008
19009 * autoarg.el (autoarg-mode, autoarg-kp-mode):
19010 * hl-line.el (hl-line-mode): Use the new :global key argument.
19011
19012 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
19013 (tar-clip-time-string): Prepend a space.
19014 (tar-grind-file-mode): Construct a string rather than modifying one.
19015 (tar-header-block-summarize): Fix docstring.
19016 Use `format' rather than an error-prone set of copy-loops.
19017
19018 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
19019 (diff-goto-source, diff-unified->context, diff-context->unified)
19020 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
19021 understand the format output by the `-p' argument to diff.
19022
19023 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
19024 (sh-re-done): Use defconst.
19025 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
19026 (sh-help-string-for-variable, sh-guess-basic-offset):
19027 Don't quote lambdas.
19028 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
19029 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
19030
19031 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
19032 (mh-letter-mode): Derive from text-mode.
19033 This implicitly means that it now calls kill-all-local-variables.
19034 Also remove the Emacs-18 compatibility code.
19035
19036 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
19037 Make use of symbol-property doc-string-elt.
19038 Use memq rather than a sequence of eq.
19039 (doc-string-elt): Fix the wrong or missing previously unused values.
19040 (autoload-print-form): New function extracted from
19041 generate-file-autoloads to allow recursion when handling progn
19042 so that defvar's and defun's docstrings are properly printed.
19043 (generate-file-autoloads): Use it.
19044
19045 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
19046 Use find-file-hooks in the minor-mode function.
19047 Be careful not to loop indefinitely in the post-command-hook function.
19048
190492000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
19050
19051 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
19052 tty's.
19053 * ediff-diff.el (ediff-exec-process): Use --binary for fine
19054 differences whenever appropriate.
19055 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
19056 * viper.el (find-file, find-file-other-window): Get viper to do
19057 wildcards.
19058
190592000-06-04 Stefan Monnier <monnier@cs.yale.edu>
19060
19061 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
19062 (jit-lock-fontify-buffer): New function for JIT refontification.
19063 (jit-lock-mode): Fix docstring.
19064 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
19065 Remove jit-lock-after-change from the _local_ hook.
19066 (jit-lock-function-1): Fix docstring.
19067
19068 * info.el (Info-on-current-buffer): Initialize info.
19069
19070 * newcomment.el (comment-indent): Ignore comment-indent-hook.
19071
19072 * progmodes/tcl.el (tcl-indent-for-comment):
19073 Ignore comment-indent-hook.
19074
19075 * emacs-lisp/easy-mmode.el: Require CL during compilation.
19076 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
19077 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
19078 and improve to use the lighter to guess the capitalization.
19079 (define-minor-mode): Inline code from easy-mmode-define-toggle.
19080 Add keyword arguments to specify global-ness or the custom group.
19081 Add local-map and help-echo properties to the lighter.
19082 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
19083 (easy-mmode-define-global-mode): New macro.
19084
190852000-06-02 Dave Love <fx@gnu.org>
19086
19087 * wid-edit.el: byte-compile-dynamic since we typically don't use
19088 all the widgets. Don't require cl or widget. Remove
19089 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
19090 (widget-read-event): Removed. Callers changed to use read-event.
19091 (widget-button-release-event-p): Renamed from
19092 button-release-event-p.
19093 (widget-field-add-space, widget-field-use-before-change):
19094 Uncustomize.
19095 (widget-specify-field): Use keymap property, not local-map.
19096 (widget-specify-button): Obey :suppress-face.
19097 (widget-specify-insert): Use modern backquote syntax.
19098 (widget-image-directory): Renamed from widget-glyph-directory.
19099 (widget-image-enable): Renamed from widget-glyph-enable.
19100 (widget-image-find): Replaces widget-glyph-find.
19101 (widget-button-pressed-face): Move defvar.
19102 (widget-image-insert): Replaces widget-glyph-insert.
19103 (widget-convert): Use keywordp.
19104 (widget-leave-text, widget-children-value-delete): Use mapc.
19105 (widget-keymap): Remove XEmacs stuff.
19106 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
19107 (widget-button-click): Don't set point at the click, but re-centre
19108 if we scroll out of window. Rewritten for images v. glyphs &c.
19109 (widget-tabable-at): Use POS arg, not point.
19110 (widget-beginning-of-line, widget-end-of-line)
19111 (widget-item-value-create, widget-sublist, widget-princ-to-string)
19112 (widget-sexp-prompt-value, widget-echo-help): Simplify.
19113 (widget-default-create): Use widget-image-insert; some rewriting.
19114 (widget-visibility-value-create)
19115 (widget-push-button-value-create, widget-toggle-value-create): Use
19116 widget-image-insert.
19117 (checkbox): Create on and off images dynamically.
19118 (documentation-link): Change :help-echo.
19119 (widget-documentation-link-echo-help): Remove.
19120
191212000-06-02 Stefan Monnier <monnier@cs.yale.edu>
19122
19123 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
19124
19125 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
19126 (easy-mmode-define-toggle, define-minor-mode): Use it.
19127 (easy-mmode-define-keymap): Docstring fix.
19128 (define-derived-mode): Default PARENT to fundamental-mode.
19129 Add the derived-mode-parent symbol-property.
19130 (easy-mmode-derived-mode-p): New function.
19131
191322000-06-02 Dave Love <fx@gnu.org>
19133
19134 * files.el (convert-standard-filename): Doc fix.
19135 (normal-backup-enable-predicate): New function.
19136 (backup-enable-predicate): Use it to replace the lambda form.
19137
19138 * calendar/todo-mode.el: [This needs more work on the outline
19139 stuff.] Doc fixes.
19140 (todo) <defgroup>: Add :version.
19141 (todo-add-category): Don't use pushnew.
19142 (todo-cmd-raise): Fix typo.
19143 (todo-top-priorities): Change temp buffer name.
19144 (todo-category-alist): Avoid redundant lambda.
19145 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
19146 Use outline-next-heading.
19147
19148 * autoarg.el: Rewritten to use define-minor-mode.
19149 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
19150 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
19151
191522000-06-02 Kenichi Handa <handa@etl.go.jp>
19153
19154 * isearch.el (isearch-other-meta-char): Fix previous change.
19155
191562000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19157
19158 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
19159 (log-edit-done): Only add the comment to the ring if it's different
19160 from the last comment entered.
19161
19162 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
19163
191642000-06-01 Dave Love <fx@gnu.org>
19165
19166 * hl-line.el: Rewritten using define-minor-mode.
19167
19168 * help.el (describe-function-1): Distinguish special form from
19169 builtin function. Sanity-check presence of arglist for builtins.
19170
191712000-06-01 Kenichi Handa <handa@etl.go.jp>
19172
19173 * international/characters.el: Fix syntax/category setting of
19174 Tibetan characters.
19175
19176 * language/tibet-util.el (tibetan-add-components): Fixes for new
19177 encoding of Tibetan characters.
19178 (tibetan-decompose-precomposition-alist): New variable.
19179 (tibetan-decompose-region): Convert precomposed characters to
19180 non-precomposed characters.
19181 (tibetan-decompose-string): Likewise.
19182 (tibetan-composition-function): Fix args to
19183 thibetan-compose-string.
19184
19185 * language/tibetan.el (tibetan-composable-pattern): More
19186 characters included.
19187 (tibetan-consonant-transcription-alist): Rule for "R" added.
19188 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
19189 "+R" added.
19190 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
19191
19192 * language/lao-util.el (lao-composition-function): Fix args to
19193 compose-string.
19194
19195 * language/thai-util.el (thai-composition-function): Fix args to
19196 compose-string.
19197
19198 * isearch.el (isearch-update): Set disable-point-adjustment to t
19199 to prevent the point moving to the end of a composition when a
19200 part of a composition is searched.
19201 (isearch-other-meta-char): If the key invoking this command can be
19202 mapped by function-key-map to a printing char, call
19203 isearch-process-search-char directly.
19204
192052000-06-01 Stefan Monnier <monnier@cs.yale.edu>
19206
19207 * emacs-lisp/bytecomp.el:
19208 * frame.el:
19209 * international/mule-cmds.el:
19210 * international/mule-util.el:
19211 * international/mule.el:
19212 * mouse.el:
19213 * subr.el:
19214 * faces.el: Update calls to make-obsolete with a WHEN argument.
19215
19216 * byte-run.el (make-obsolete, make-obsolete-variable):
19217 Add an optional WHEN argument and change the format of the
19218 symbol-property information.
19219 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
19220 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
19221 new obsolete-symbol-property format and print WHEN if it is provided.
19222
192232000-05-31 Dave Love <fx@gnu.org>
19224
19225 * loadhist.el (loadhist-hook-functions): Remove
19226 before-change-function, after-change-function.
19227 (unload-feature): Deal with symbols which are both bound and
19228 fbound.
19229
19230 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
19231 before-change-function, after-change-function.
19232
19233 * simple.el (newline): Don't bind before-change-function,
19234 after-change-function.
19235
192362000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
19237
19238 * whitespace.el (whitespace-rescan-timer-time): Update interval
19239 set to 600 seconds (10 minutes) instead of 60 seconds since
19240 a large number of whitespace buffers causes emacs to `freeze'
19241 for a considerable amount of time.
19242
19243 * whitespace.el: Updated email address
19244
192452000-05-31 Dave Love <fx@gnu.org>
19246
19247 * add-log.el (change-log-font-lock-keywords) <function>: Add
19248 pattern for function of change.
19249 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
19250 acknowledgements patterns.
19251
192522000-05-31 Kenichi Handa <handa@etl.go.jp>
19253
19254 * isearch.el (isearch-printing-char): If keyboard coding system is
19255 being used, call isearch-process-search-multibyte-characters.
19256
19257 * international/isearch-x.el: Mostly rewritten.
19258
19259 * international/quail.el (quail-start-conversion): Don't include
19260 unhandled events in the returned events, but set them in
19261 unread-command-events. Exit if all inputs are deleted.
19262
192632000-05-30 Jason Rumney <jasonr@gnu.org>
19264
19265 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
19266
19267 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
19268 Reenable code to create initial fontsets.
19269 Use set-fontset-font in place of put-charset-property.
19270
192712000-05-30 Gerd Moellmann <gerd@gnu.org>
19272
19273 * progmodes/perl-mode.el (perl-indent-line): When looking for a
19274 label, ensure that the first colon isn't followed by another.
19275
19276 * paths.el (Info-default-directory-list): Doc fix.
19277
19278 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
19279 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
19280 send a query containing USER only, not USER@HOST.
19281
19282 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
19283 and rmail-msgend to compute the restriction at the end, instead of
19284 computing it.
19285
192862000-05-29 Gerd Moellmann <gerd@gnu.org>
19287
19288 * dabbrev.el (dabbrev-expand): Don't display messages in the
19289 echo area if the minibuffer window is active.
19290
19291 * jit-lock.el (jit-lock-mode): Add after change function to
19292 local hook.
19293
192942000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
19295
19296 * antlr-mode.el: New commands: hide/unhide actions,
19297 upcase/downcase literals.
19298 (antlr-tiny-action-length): New user option.
19299 (antlr-hide-actions): New command. Suggested by
19300 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
19301 (antlr-mode-map): New binding [C-c C-v].
19302 (antlr-mode-menu): New entries.
19303 (antlr-downcase-literals): New command.
19304 (antlr-upcase-literals): Ditto.
19305
19306 * antlr-mode.el: Minor changes: indendation, mode-name.
19307 (antlr-indent-line): Indent cpp directive at column 0.
19308 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
19309
19310 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
19311 (antlr-font-lock-additional-keywords): Workaround for intentional
19312 bug in XEmacs version of font-lock.
19313 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
19314 be used by a smarter version of `buffers-menu-grouping-function'.
19315
193162000-05-29 Gerd Moellmann <gerd@gnu.org>
19317
19318 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
19319 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
19320
193212000-05-29 Kenichi Handa <handa@etl.go.jp>
19322
19323 * international/encoded-kb.el
19324 (encoded-kbd-iso2022-designation-map): Pay attention to that
19325 charset-iso-final-char return -1 for eight-bit-control and
19326 eight-bit-graphic.
19327
193282000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19329
19330 * speedbar.el (speedbar-use-images, speedbar-update-flag)
19331 (speedbar-easymenu-definition-base): Use display-graphic-p where
19332 available, instead of window-system.
19333
193342000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
19335
19336 * international/codepage.el (cp-coding-system-for-codepage-1): Add
19337 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
19338 coding systems.
19339
193402000-05-26 Dave Love <fx@gnu.org>
19341
19342 * disp-table.el (standard-display-underline): Don't use
19343 internal-find-face.
19344
19345 * mail/reporter.el: Maintainer change. Doc fixes.
19346 (reporter-version): Deleted.
19347
19348 * emacs-lisp/elp.el: Maintainer change.
19349 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
19350
193512000-05-26 Stefan Monnier <monnier@cs.yale.edu>
19352
19353 * add-log.el (add-change-log-entry): Merge the current entry with the
19354 previous one if the previous one is empty.
19355
193562000-05-26 Dave Love <fx@gnu.org>
19357
19358 * loadhist.el (unload-feature): Fix interactive spec [from
19359 lijnzaad@ebi.ac.uk].
19360
19361 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
19362 subr-arity to check primitives.
19363 (byte-compile-flush-pending, byte-compile-file-form-progn)
19364 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
19365 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
19366 mapcar.
19367
193682000-05-26 Kenichi Handa <handa@etl.go.jp>
19369
19370 * international/fontset.el: Set family names of non-latin charsets
19371 in default fontset to "*".
19372
19373 * international/mule-diag.el (print-fontset): Combine family part
19374 and registry part of the fontname by "-*-" instead of "-".
19375
19376 * international/mule-cmds.el (encode-coding-char): Make strings
19377 multibyte before calling encode-coding-string.
19378
193792000-05-25 Stefan Monnier <monnier@cs.yale.edu>
19380
19381 * derived.el: Fix keywords.
19382 (define-derived-mode): Only define if needed.
19383
19384 * simple.el (fill-comment, comment-column, comment-start)
19385 (comment-start-skip, comment-end, comment-indent-function)
19386 (block-comment-start, block-comment-end, indent-for-comment)
19387 (set-comment-column, kill-comment, comment-padding, comment-region)
19388 (comment-multi-line, indent-new-comment-line): Remove.
19389
19390 * bindings.el (esc-map): Change ; to comment-dwim and use the new
19391 function names for comment operations.
19392
19393 * newcomment.el: Add abundant autoload cookies.
19394 (comment-style): Don't depend on runtime data at compile-time.
19395 (comment-indent-hook): Remove.
19396 (comment-indent): Check if comment-indent-hook is bound.
19397 (comment-region): Docstring fix.
19398
193992000-05-25 Dave Love <fx@gnu.org>
19400
19401 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
19402 byte-code-function-p.
19403
19404 * mail/rmailsum.el: Add provide.
19405
19406 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
19407
19408 * smerge-mode.el (smerge-diff-switches): Don't use list* in
19409 defcustom.
19410
194112000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
19412
19413 * ediff-diff.el (ediff-exec-process): delete --binary option from
19414 non-buffer ediff jobs.
19415
194162000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19417
19418 * hilit-chg.el (highlight-changes-mode): Ask about color or
19419 grayscale support, not about window-system.
19420
19421 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
19422 window-system.
19423 (ffap-highlight): Always default to t.
19424
19425 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
19426 display-popup-menus-p instead of looking at window-system.
19427
19428 * disp-table.el (standard-display-g1, standard-display-graphic):
19429 Only refuse to use string glyphs on X and MS-Windows.
19430
19431 * avoid.el: Remove window-system from commentary, suggest to use
19432 display-*-p instead.
19433
19434 * apropos.el (apropos-print): Use display-mouse-p instead of
19435 window-system.
19436
194372000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19438
19439 * international/codepage.el (cp-decoding-vector-for-codepage):
19440 Fill up unsupported characters with their own codes. From Kenichi
19441 Handa.
19442
194432000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19444
19445 * international/mule-diag.el (describe-char-after): Use
19446 display-graphic-p instead of window-system, so that this function
19447 works on MS-DOS.
19448
194492000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
19450
19451 * international/codepage.el (cp-make-coding-systems-for-codepage):
19452 Remove the eight-bit-graphic and eight-bit-control charsets from
19453 the list of charsets which we convert into `?'.
19454
194552000-05-25 Kenichi Handa <handa@etl.go.jp>
19456
19457 * international/mule-conf.el: Specify CHARSET-ID explicitely for
19458 private charsets.
19459 (mule-unicode-0100-24ff, japanese-jisx0213-1,
19460 japanese-jisx0213-2): New charsets.
19461
19462 * international/fontset.el: Setup default fontset for new charsets.
19463
194642000-05-24 Dave Love <fx@gnu.org>
19465
19466 * info.el (Info-find-node-2): Restructure [following "Vadim
19467 S. Solomin" <sovs@uic.nnov.ru>].
19468
19469 * icomplete.el: Fix header for Finder.
19470
194712000-05-24 Eric M. Ludlam <zappo@ultranet.com>
19472
19473 * rmailout.el (rmail-output-to-rmail-file): Added optional param
19474 STAY.
19475
19476 * rmail.el (rmail-automatic-folder-directives): New user variable.
19477 (rmail-show-message): Add call to `rmail-auto-file' during
19478 display.
19479 (rmail-auto-file): New function.
19480
194812000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19482
19483 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
19484 account.
19485 (ediff-test-utility,ediff-diff-mandatory-option)
19486 (ediff-reset-diff-options): Utilities for proper initialization of
19487 ediff-diff-options and ediff-diff3-options on Windows.
19488
19489 * ediff-init.el (ediff-merge-filename-prefix): New customizable
19490 variable.
19491
19492 * ediff-mult.el (ediff-filegroup-action): Use
19493 ediff-merge-filename-prefix.
19494
194952000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
19496
19497 * viper-ex.el (ex-write): Set selective display to nil.
19498
194992000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19500
19501 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
19502 aliases for hebrew-iso-8bit.
19503
195042000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
19505
19506 * woman.el: New version from Francis J. Wright
19507 <F.J.Wright@Maths.QMW.ac.uk>.
19508 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
19509 names in environment variables regardless of the path separator.
19510 (woman-topic-all-completions-1): Don't call file-name-directory-p
19511 on all files, since woman-file-regexp already filters out any
19512 directories.
19513
195142000-05-24 Kenichi Handa <handa@etl.go.jp>
19515
19516 * international/quail.el (quail-start-translation): Don't change
19517 modified-p of the current buffer.
19518 (quail-start-conversion): Likewise.
19519
19520 * international/kkc.el (kkc-region): Don't change modified-p of
19521 the current buffer.
19522
19523 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
19524 conform to RFC1468.
19525 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
19526
195272000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
19528
19529 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
19530 (speedbar-insert-button): Invisible text property fix.
19531 (speedbar-directory-plus): Renamed from speedbar-directory-+
19532 (speedbar-directory-minus): Renamed from speedbar-directory--
19533 (speedbar-page-plus): Renamed from speedbar-file-+
19534 (speedbar-page-minus): Renamed from speedbar-file--
19535 (speedbar-page): Renamed from speedbar-file-
19536 (speedbar-tag): Renamed from speedbar-tag-
19537 (speedbar-tag-plus): Renamed from speedbar-tag-+
19538 (speedbar-tag-minus): Renamed from speedbar-tag--
19539 (speedbar-expand-image-button-alist): Use above renames.
19540
19541 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
19542 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
19543 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
19544 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
19545 * sb-pg.xpm: Renamed from sb-file.xpm
19546 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
19547 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
19548
195492000-05-24 Kenichi Handa <handa@etl.go.jp>
19550
19551 * international/quail.el (quail-show-guidance-buf): Set
19552 current-input-method of the guidance buffer to the name of the
19553 curren input method.
19554
195552000-05-23 Stefan Monnier <monnier@cs.yale.edu>
19556
19557 * progmodes/compile.el (compile-internal): Style typo.
19558
19559 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
19560 quote vars and functions in the docstring.
19561
19562 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
19563
19564 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
19565 Don't quote lambdas.
19566
19567 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
19568
195692000-05-23 Gerd Moellmann <gerd@gnu.org>
19570
19571 * startup.el (command-line): Determine source file of compiled
19572 user init file differently. Warn if compiled user init file
19573 is older than its source file.
19574
19575 * ffap.el (ffap-url-regexp): Add `https'.
19576
195772000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
19578
19579 * files.el (make-backup-file-name-1): Replace slashes with `!'
19580 rather than `|' (which is not allowed on Windows). Replace the
19581 drive letters with a string "drive_X".
19582
195832000-05-23 Gerd Moellmann <gerd@gnu.org>
19584
19585 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
19586
19587 * files.el (interpreter-mode-alist): Add `bash2'.
19588
195892000-05-22 Dave Love <fx@gnu.org>
19590
19591 * loadhist.el (feature-symbols, file-provides, file-requires): Use
19592 mapc.
19593 (feature-file): Avoid calling symbol-name. Doc fix.
19594 (file-set-intersect, file-dependents): Use dolist, not mapcar.
19595 (loadhist-hook-functions): Add mouse-position-function.
19596 (unload-feature): Change uses of mapcar.
19597
19598 * files.el (parse-colon-path): Doc fix.
19599 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
19600 (set-auto-mode): Use mapc.
19601
19602 * complete.el (PC-look-for-include-file): Use :alnum: character
19603 class.
19604 (partial-completion-mode): Add autoload cookie.
19605
196062000-05-22 Sam Steingold <sds@gnu.org>
19607
19608 * info.el (Info-fontify-node): Fixed the call to
19609 `add-text-properties' (bug introduced on 2000-05-18).
19610
196112000-05-22 Dave Love <fx@gnu.org>
19612
19613 * bindings.el: Remove debug-ignored-errors set in other files.
19614
19615 * progmodes/etags.el: Add to debug-ignored-errors.
19616 (visit-tags-table-buffer): Clear out buffers holding old tables
19617 when making a new list.
19618 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
19619 mapc.
19620
19621 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
19622 quote keywords.
19623 (cmpl-string-case-type): Use character classes.
19624
19625 * comint.el:
19626 * textmodes/ispell.el:
19627 * imenu.el:
19628 * mail/mh-e.el:
19629 * progmodes/compile.el: Add to debug-ignored-errors.
19630
19631 * dabbrev.el: Add to debug-ignored-errors.
19632 (dabbrev-completion): Use mapc.
19633
196342000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
19635
19636 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
19637 (woman-mapcan, woman-parse-man.conf)
19638 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
19639 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
19640 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
19641 path syntax better.
19642 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
19643 (woman-manpath): Call woman-parse-man.conf.
19644 (woman-emulation): New defcustom, defaults to nroff.
19645 (woman-font-support): New defconst.
19646 (woman-use-symbol-font): New defcustom.
19647 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
19648 "Emulation".
19649 Many functions: Doc fix.
19650
196512000-05-22 Kenichi Handa <handa@etl.go.jp>
19652
19653 * international/quail.el (quail-simple-translation-keymap): Map
19654 128..255 to quail-self-insert-command.
19655 (quail-keyboard-layout-alist): Add definition for "pc102-de".
19656
196572000-05-22 Stefan Monnier <monnier@cs.yale.edu>
19658
19659 * help.el (help-manyarg-func-alist): Typo.
19660
19661 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
19662 intervals which makes it heaps simpler.
19663
19664 * newcomment.el (comment-region-internal): Go back to BEG after quoting
19665 the nested comment markers.
19666
19667 * subr.el (remove-hook): Don't turn the hook's value into a list.
19668
196692000-05-21 Dave Love <fx@gnu.org>
19670
19671 * edmacro.el (edmacro-parse-keys): Return vector if any elements
19672 are invalid characters.
19673
19674 * international/mule-util.el (detect-coding-with-priority): Use
19675 mapc. Remove redundant lambda.
19676
19677 * international/mule-diag.el (list-non-iso-charset-chars)
19678 (describe-fontset): Remove redundant lambda.
19679
19680 * emulation/crisp.el (brief-mode): New alias.
19681
19682 * emacs-lisp/ring.el (ring-elements): New function.
19683
19684 * emacs-lisp/easymenu.el (easy-menu-create-menu)
19685 (easy-menu-do-add-item): Use keywordp.
19686
19687 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
19688
19689 * replace.el: Doc and error message fixes.
19690 (replace-highlight): Use facep, not internal-find-face.
19691
196922000-05-20 Stefan Monnier <monnier@cs.yale.edu>
19693
19694 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
19695
19696 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
19697 (log-edit-insert-changelog): Drop `:' as well.
19698
19699 * log-view.el: Fix file description.
19700 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
19701 available.
19702 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
19703 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
19704
19705 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
19706 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
19707 Print a status message if the toggle is called interactively.
19708 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
19709 for global minor modes and use `defcustom' for them.
19710 Use add-minor-mode.
19711 (easy-mmode-define-derived-mode): Remove.
19712 (define-derived-mode): Fancier default docstring.
19713 (easy-mmode-define-navigation): Signal an error rather than (ding).
19714
19715 * newcomment.el (comment-styles): New `box-multi'.
19716 (comment-normalize-vars): Better default for comment-continue to
19717 avoid whitespace-only continuations.
19718 (comment-search-forward): Always move even in the no-syntax case.
19719 (comment-padright): Only obey N if it's only obeyed for padleft.
19720 (comment-make-extra-lines): Better handling of empty continuations.
19721 Use `=' for the filler if comment-start has only one character.
19722 (uncomment-region): Try handling the special `=' filler.
19723 (comment-region): Allow LINES even if MULTI is nil.
19724 (comment-box): Choose box style based on comment-style.
19725
197262000-05-20 Kenichi Handa <handa@etl.go.jp>
19727
19728 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
19729 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
19730
197312000-05-20 Kenichi HANDA <handa@etl.go.jp>
19732
19733 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
19734 and insert, not subst-char-in-region.
19735
19736 * international/mule-diag.el (list-character-sets-1): Handle
19737 charsets eight-bit-control and eight-bit-graphic.
19738 (list-iso-charset-chars): Likewise.
19739 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
19740 charactes as is. Use indent-to to align characters.
19741
19742 * international/mule-cmds.el (find-multibyte-characters): Never
19743 exclude charsets eight-bit-control and eight-bit-graphic.
19744
197452000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19746
19747 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
19748 Don't quote lambdas.
19749
19750 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
19751
197522000-05-19 Gerd Moellmann <gerd@gnu.org>
19753
19754 * gud.el (gud-jdb-directories): Doc fix.
19755
197562000-05-19 Stefan Monnier <monnier@cs.yale.edu>
19757
19758 * newcomment.el: New file.
19759
197602000-05-19 Gerd Moellmann <gerd@gnu.org>
19761
19762 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
19763
197642000-05-18 Andreas Schwab <schwab@suse.de>
19765
19766 * dired.el (dired-between-files): Also skip lines beginning with
19767 `used'.
19768
197692000-05-18 Gerd Moellmann <gerd@gnu.org>
19770
19771 * msb.el (msb-menu-cond): Add choice `user'.
19772
197732000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19774
19775 * ps-print.el: Compatibility, customization and doc fix.
19776 (ps-printer-name-option): Replace defconst by defvar.
19777 (ps-postscript-code-directory): XEmacs compatibility.
19778 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
19779 fix.
19780 (ps-user-defined-prologue, ps-print-prologue-header)
19781 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
19782 compatibility and code fix.
19783 (ps-print-background-image, ps-print-background-text):
19784 Customization fix.
19785 (ps-line-number-start, ps-n-up-on): New vars.
19786
197872000-05-18 Espen Skoglund <esk@ira.uka.de>
19788
19789 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
19790 the indent-comment function to just return the appropriate indent.
19791
197922000-05-18 Eric M. Ludlam <zappo@ultranet.com>
19793
19794 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
19795 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
19796 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
19797
197982000-05-18 Dave Love <fx@gnu.org>
19799
19800 * info.el (Info-fontify-node): Add intangible property as well as
19801 invisible.
19802
19803 * calendar/appt.el (appt-make-list): Match all lines of entry.
19804 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
19805
198062000-05-18 Kenichi Handa <handa@etl.go.jp>
19807
19808 * international/mule-diag.el (describe-char-after): Call
19809 internal-char-font, not char-font. If internal-char-font returns
19810 nil, display "-- none --".
19811
198122000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19813
19814 * image.el (image-type-available-p): Don't reference image-types
19815 if it isn't bound.
19816
198172000-05-17 Stefan Monnier <monnier@cs.yale.edu>
19818
19819 * autoarg.el (autoarg-mode): Typo in the :set argument.
19820
198212000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
19822
19823 * startup.el (command-line-1): Don't signal an error if the
19824 directory for auto-save-list files does not yet exist.
19825
198262000-05-17 Kenichi Handa <handa@etl.go.jp>
19827
19828 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
19829
198302000-05-16 Stefan Monnier <monnier@cs.yale.edu>
19831
19832 * subr.el (remove-hook): `setq' hook-value, not `set'.
19833
198342000-05-16 Sam Steingold <sds@gnu.org>
19835
19836 * info.el (debug-ignored-errors): More errors to ignore.
19837
198382000-05-16 Dave Love <fx@gnu.org>
19839
19840 * cus-edit.el: Don't require cl or easymenu.
19841 (custom-variable-prompt): Test standard-value property, not
19842 user-variable-p.
19843
198442000-05-16 Sam Steingold <sds@gnu.org>
19845
19846 * subr.el (add-hook): `setq' hook-value, not `set'.
19847
198482000-05-16 Gerd Moellmann <gerd@gnu.org>
19849
19850 * startup.el (command-line-1): Mention the FAQ in the startup
19851 message.
19852
19853 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
19854
19855 * progmodes/compile.el (compilation-parse-errors): Collect
19856 `nomessage' regexps last.
19857
19858 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
19859
19860 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
19861 to the function name.
19862
198632000-05-15 Dave Love <fx@gnu.org>
19864
19865 * speedbar.el (speedbar-recenter): Typo.
19866 (speedbar-expand-line): Make arg optional.
19867 (speedbar-mode): Avoid a compiler warning.
19868
198692000-05-15 Gerd Moellmann <gerd@gnu.org>
19870
19871 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
19872 user-specified option string is empty.
19873
19874 * mouse.el (mouse-yank-at-click): Doc fix.
19875
198762000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
19877
19878 * term/internal.el (IT-character-translations): More updates of
19879 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
19880 documents.
19881
198822000-05-15 Gerd Moellmann <gerd@gnu.org>
19883
19884 * env.el (getenv): New function, interactively callable.
19885 (setenv, getenv): Remove autoload cookies.
19886
19887 * loadup.el: Load `env'.
19888
19889 * progmodes/f90.el: Change author's mail address.
19890
198912000-05-14 Dave Love <fx@gnu.org>
19892
19893 * mail/rmail.el (rmail-show-message-hook): Customize and offer
19894 goto-addr as an option.
19895
19896 * help.el (help-xref-stack): Doc fix.
19897 (help-xref-following): New variable.
19898 (help-make-xrefs): Use it.
19899 (help-xref-go-back): Use position information from stack element.
19900 (help-follow): Make position in stack element a pair. Use
19901 help-xref-following.
19902
19903 * autoarg.el: New file.
19904
19905 * faces.el: Declare more functions obsolete.
19906
19907 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
19908 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
19909 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
19910 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
19911 Remove all the setup-...-environment functions.
19912
199132000-05-13 Eric M. Ludlam <zappo@ultranet.com>
19914
19915 * speedbar.el: Updated the commentary section. xemacs20p now uses
19916 >= when detecting. Require `defimage' safely.
19917 (speedbar-easymenu-definition-base): Add toggle for images.
19918 (speedbar-easymenu-definition-special): Add flush cache & expand.
19919 (speedbar-visiting-tag-hook): Set new defaults. Added options.
19920 (speedbar-reconfigure-keymaps-hook): New variable.
19921 (speedbar-frame-parameters): Updated documentation.
19922 (speedbar-use-imenu-flag): Updated custom tag
19923 (speedbar-dynamic-tags-function-list): New variable.
19924 (speedbar-tag-hierarchy-method): Updated doc & custom.
19925 (speedbar-indentation-width, speedbar-indentation-width) New
19926 variables.
19927 (speedbar-hide-button-brackets-flag): Customizable.
19928 (speedbar-vc-indicator): Doc update.
19929 (speedbar-ignored-path-expressions): Updated default value.
19930 (speedbar-supported-extension-expressions): Updated default value.
19931 (speedbar-syntax-table): Remove {} paren status.
19932 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
19933 as "+". Added overlay aliases.
19934 (speedbar-mode): Use `speedbar-mode-line-update' instead of
19935 `force-mode-line-update'.
19936 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
19937 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
19938 `mouse-set-point'
19939 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
19940 (speedbar-item-info-tag-helper): Revamped to handle a wider range
19941 of arbitrary text, and new helper functions.
19942 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
19943 filename finder.
19944 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
19945 (speedbar-directory-buttons): Update path search/expansion.
19946 (speedbar-make-tag-line): Pay attention to
19947 `speedbar-indentation-width'. Use more care w/ invisible
19948 properties.
19949 (speedbar-change-expand-button-char): Call
19950 `speedbar-insert-image-button-maybe'.
19951 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
19952 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
19953 (speedbar-trim-words-tag-hierarchy)
19954 (speedbar-simple-group-tag-hierarchy): New functions
19955 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
19956 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
19957 functions.
19958 (speedbar-mouse-set-point): New function
19959 (speedbar-power-click): Updated documentation.
19960 (speedbar-line-token, speedbar-goto-this-file): Handle more types
19961 of tag prefix text.
19962 (speedbar-expand-line, speedbar-contract-line): Make more robust
19963 to strange text.
19964 (speedbar-expand-line): Takes universal argument to flush the
19965 cache.
19966 (speedbar-flush-expand-line): New function.
19967 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
19968 Use new generator insertion method.
19969 (speedbar-fetch-dynamic-tags): New function.
19970 (speedbar-fetch-dynamic-imenu): Removed code now handled in
19971 `speedbar-fetch-dynamic-imenu'.
19972 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
19973 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
19974 "Revert Buffer" menu items.
19975 (speedbar-buffer-buttons-engine): Be smarter when creating a
19976 filename tag (for expansion purposes.).
19977 (speedbar-highlight-one-tag-line,
19978 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
19979 (speedbar-recenter): New functions.
19980 (defimage-speedbar): Image loading abstraction.
19981 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
19982 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
19983 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
19984 (speedbar-tag-type, speedbar-tag-mail): New images.
19985 (speedbar-expand-image-button-alist): New variable.
19986 (speedbar-insert-image-button-maybe): Insert an image over some
19987 buttons.
19988
199892000-05-13 Kenichi Handa <handa@etl.go.jp>
19990
19991 * international/mule-cmds.el (encode-coding-char): An ASCII
19992 character is always encodable.
19993
19994 * international/mule-conf.el: Add more information in descriptions
19995 of character sets.
19996
19997 * international/mule-diag.el (describe-char-after): New function.
19998 (describe-font-internal): Adjusted for the change of font-info.
19999 (describe-font): Likewise.
20000 (print-fontset): Rewritten for the new fontset implementation.
20001 (describe-fontset): Include fontset alias names in completion.
20002 (list-fontsets): Adjusted for the change of print-fontset.
20003
20004 * simple.el (what-cursor-position): If DETAIL is non-nil, call
20005 describe-char-after instead of displaying the detail in the echo
20006 area.
20007 (syntax-code-table): Format changed.
20008 (string-to-syntax): Adjusted for the above change.
20009
200102000-05-12 Stefan Monnier <monnier@cs.yale.edu>
20011
20012 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
20013
200142000-05-12 Dave Love <fx@gnu.org>
20015
20016 * calendar/todo-mode.el: Remove some compatibility stuff and CL
20017 dependence. Use line-{beginning,end}-position, not
20018 point-at{b,e}ol. Some doc fixes.
20019 (todo-position): New function. Fix callers of position to use it.
20020 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
20021
200222000-05-12 Gerd Moellmann <gerd@gnu.org>
20023
20024 * time.el (display-time-mail-icon): Use `:ascent center'.
20025
20026 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
20027 handling FTP security extensions.
20028
200292000-05-11 Dave Love <fx@gnu.org>
20030
20031 * calendar/todo-mode.el: New file.
20032
200332000-05-11 Gerd Moellmann <gerd@gnu.org>
20034
20035 * comint.el (comint-read-input-ring): Move reference to
20036 comint-input-ring-size outside of the save-excursion. It was
20037 causing the default value to be the only one ever seen.
20038
20039 * font-lock.el: Update copyright. Remove Simon Marshall's email
20040 address on request from him.
20041
20042 * subr.el (substitute-key-definition): Add comment describing
20043 the meaning of PREFIX.
20044
200452000-05-10 Stefan Monnier <monnier@cs.yale.edu>
20046
20047 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
20048
20049 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
20050 (add-minor-mode): Don't make the variable buffer-local and add a
20051 reference to define-minor-mode in the docstring.
20052
20053 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
20054 HEADER/FOOTER and fix bug with trailing empty directory.
20055 (cvs-append-to-ignore): Use vc-editable-p if available.
20056 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
20057 (vc-do-command): Tweak advice to handle the new VC.
20058
20059 * log-view.el (log-view-goto-rev): New function for the new VC.
20060 (log-view-minor-wrap): Use mark-active.
20061
20062 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
20063 (log-edit-changelog-full-paragraphs): New var.
20064 (log-edit-insert-changelog): Remove a lonely leading `* file'.
20065 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
20066 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
20067 (log-edit-changelog-ours-p, log-edit-changelog-entries)
20068 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
20069 Replace the `cvs' prefix with `log-edit'.
20070
20071 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
20072
20073 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
20074 (diff-font-lock-defaults): Explicitly turn off multiline.
20075 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
20076 (diff-ediff-patch): Fix call to ediff-patch-file.
20077 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
20078 Handle comments.
20079
20080 * frame.el (automatic-hscrolling): Typo.
20081
20082 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
20083
200842000-05-09 Sam Steingold <sds@goems.com>
20085
20086 * apropos.el (apropos-print): use `describe-face' instead of
20087 `customize-face-other-window'.
20088
200892000-05-09 Dave Love <fx@gnu.org>
20090
20091 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
20092
20093 * help.el (describe-variable): Have customize button pop the
20094 help-xref stack when invoked.
20095 (help-xref-symbol-regexp): Add `face'.
20096 (help-make-xrefs): Check for quoted face names and adapt regexp
20097 submatch numbers to cope.
20098 (help-xref-interned): Maybe insert face doc too. Separate
20099 sections with a line of hyphens.
20100
20101 * faces.el: Some doc fixes. Declare some functions obsolete.
20102 (describe-face): Add customize button. Return the help
20103 text. Fix prompt.
20104
201052000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
20106
20107 * term/internal.el (IT-character-translations): Fix last change.
20108
201092000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20110
20111 * woman.el: New file
20112 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
20113
201142000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
20115
20116 * term/internal.el (IT-character-translations): Update ASCII
20117 simulations for greek-iso8859-7, add latin-iso8859-14 and
20118 latin-iso8859-15.
20119
20120 * international/mule-cmds.el (set-language-info-alist): Call
20121 define-prefix-command with 3 arguments, to make the map suitable
20122 for a menu.
20123
201242000-05-07 Dave Love <fx@gnu.org>
20125
20126 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
20127
201282000-05-05 Dave Love <fx@gnu.org>
20129
20130 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
20131 list in doc string. Don't quote keyword symbols.
20132 * emacs-lisp/cl.el: Likewise
20133 * emacs-lisp/cl-seq.el: Likewise
20134
201352000-05-05 Gerd Moellmann <gerd@gnu.org>
20136
20137 * abbrev.el (abbrev-mode): Make ARG optional.
20138
201392000-05-04 Gerd Moellmann <gerd@gnu.org>
20140
20141 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
20142
20143 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
20144
20145 * subr.el (substitute-key-definition): Clarify documentation.
20146
201472000-05-04 Milan Zamazal <pdm@freesoft.cz>
20148
20149 * glasses.el (glasses-convert-to-unreadable): Use
20150 `glasses-separator' instead of the hard-wired "_".
20151 (glasses-mode): Call `glasses-make-unreadable' only in a single
20152 place.
20153
201542000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
20155
20156 * term/internal.el (cjk-codepages-alist): Add associations for
20157 Chinese and Korean codepages. Remove FIXME comment.
20158
201592000-05-03 Dave Love <fx@gnu.org>
20160
20161 * time.el (display-time-mail-face, display-time-use-mail-icon):
20162 New option.
20163 (display-time-mail-icon): New variable.
20164 (display-time-string-forms): Use the above. Fix the local-map.
20165
201662000-05-03 Gerd Moellmann <gerd@gnu.org>
20167
20168 * replace.el (query-replace-map): Add binding for `E'.
20169 (query-replace-help): Extend help text.
20170 (perform-replace): Allow editing the replacement string.
20171
20172 * make-mode.el (makefile-mode-abbrev-table): New variable.
20173 (makefile-mode): Set local abbrev table to
20174 makefile-mode-abbrev-table.
20175 (makefile-font-lock-keywords): Fontify includes and conditionals.
20176
20177 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
20178 set TOGGLE's value.
20179
20180 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
20181 mail-interactive-insert-alias.
20182 (mail-abbrev-complete-alias): New command.
20183 (mail-mode-map): Bind it to `M-TAB'.
20184
201852000-05-03 Kenichi Handa <handa@etl.go.jp>
20186
20187 * language/lao-util.el (lao-compose-region): New function.
20188
201892000-05-02 Gerd Moellmann <gerd@gnu.org>
20190
20191 * files.el (recover-session): Make directories as necessary
20192 if they don't exist yet.
20193
20194 * calendar/cal-french.el
20195 (french-calendar-multibyte-special-days-array)
20196 (french-calendar-special-days-array): Change French text.
20197 (calendar-french-date-string): Change output.
20198 (calendar-goto-french-date): Likewise.
20199
202002000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
20201
20202 * wid-edit.el (widget-default-active): Obey `:always-active'.
20203 (widget-documentation-string-value-create): Set `:always-active'.
20204
202052000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20206
20207 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
20208 default prefix to `~/_emacs.d/auto-save.list/_s'.
20209 (normal-top-level): Create the directory for auto-save files, if
20210 it doesn't already exist (in the ms-dos case only).
20211
202122000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
20213
20214 * international/mule-cmds.el (set-language-environment): Don't
20215 concat an integer (dos-codepage), use format instead.
20216
202172000-05-02 Dave Love <fx@gnu.org>
20218
20219 * help.el (help-xref-on-pp): Check for constant symbols.
20220
202212000-04-29 Gerd Moellmann <gerd@gnu.org>
20222
20223 * startup.el (normal-top-level): Put a condition-case around
20224 the code loading subdirs.el.
20225
202262000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20227
20228 * ps-print.el: Upside-down and face background color printing,
20229 line number step, doc fix.
20230 (ps-print-version): New version number (5.2).
20231 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
20232 (ps-face-attribute-list, ps-plot-with-face): Code fix.
20233 (ps-spool-config): Var fix.
20234 (ps-printer-name-option): Const fix.
20235 (ps-print-upside-down, ps-use-face-background)
20236 (ps-line-number-step): New vars.
20237 (ps-window-system, ps-lp-system): New consts.
20238 (ps-face-background): New fun.
20239
202402000-04-28 Richard Stallman <rms@gnu.org>
20241
20242 * files.el (make-auto-save-file-name):
20243 Apply auto-save-file-name-transforms to visited file name
20244 before generating auto save file name.
20245 (auto-save-file-name-transforms): New variable.
20246
20247 * files.el (backup-enable-predicate):
20248 Correctly test for a file under a temporary directory.
20249
202502000-04-28 Gerd Moellmann <gerd@gnu.org>
20251
20252 * subr.el (add-minor-mode): Rewritten.
20253
202542000-04-28 Kenichi Handa <handa@etl.go.jp>
20255
20256 * mail/sendmail.el (sendmail-send-it): Set
20257 buffer-file-coding-system to the selected coding system for MIME
20258 header.
20259
202602000-04-27 Gerd Moellmann <gerd@gnu.org>
20261
20262 * dired.el (dired-move-to-filename-regexp): Allow format where
20263 YYYY is followed by two spaces.
20264
20265 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
20266 in the second character class of the regexp.
20267
20268 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
20269 mh-etc, too.
20270
20271 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
20272 nil.
20273
20274 * subr.el (add-minor-mode): Use `set' instead of `setq'.
20275
20276 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
20277 argument.
20278
202792000-04-27 Sen Nagata <sen@eccosys.com>
20280
20281 * emacs-lisp/crm.el (crm-completion-table): New variable.
20282 (crm-collection-fn, crm-test-completion)
20283 (completing-read-multiple): Use it.
20284
202852000-04-27 Dave Love <fx@gnu.org>
20286
20287 * help.el (locate-library): Use mapc.
20288 (help-manyarg-func-alist): Add call-process-region.
20289
202902000-04-26 Gerd Moellmann <gerd@gnu.org>
20291
20292 * subr.el (add-minor-mode): Make argument MAP optional.
20293
20294 * desktop.el (desktop-save): Save list of minor modes.
20295 (desktop-create-buffer): Restore minor modes.
20296 (desktop-minor-mode-table): New user-option.
20297
20298 * subr.el (add-minor-mode): New function.
20299
20300 * image.el (find-image): New function.
20301 (defimage): Rewritten to find image at load time.
20302
20303 * startup.el (normal-top-level-add-to-load-path): Handle
20304 case that the default directory is not in load-path.
20305
20306 * help.el: Old patch from Stefan Monnier.
20307 (help-xref-on-pp): New function.
20308 (describe-variable): Use it to display xrefs in a symbol's value.
20309
203102000-04-26 Stefan Monnier <monnier@cs.yale.edu>
20311
20312 * cus-edit.el (custom-face): Fix parenthesis.
20313
203142000-04-26 Kenichi Handa <handa@etl.go.jp>
20315
20316 * mail/rmail.el (rmail-expunge): When there are no deleted
20317 messages, do nothing.
20318
203192000-04-26 Dave Love <fx@gnu.org>
20320
20321 * international/mule-cmds.el (locale-translation-file-name):
20322 Defvar to nil.
20323 (set-locale-environment): Set it here (at runtime).
20324
203252000-04-25 Gerd Moellmann <gerd@gnu.org>
20326
20327 * replace.el (perform-replace): Add parameters START and END. Use
20328 them instead of the check for a region in Transient Mark mode.
20329 (query-replace-read-args): Return two more list elements for the
20330 start and end of the region in Transient Mark mode.
20331 (query-replace, query-replace-regexp, query-replace-regexp-eval)
20332 (map-query-replace-regexp, replace-string, replace-regexp): Add
20333 optional last arguments START and END and pass them to
20334 perform-replace.
20335
20336 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
20337 form with additional arguments for perform-replace.
20338
20339 * progmodes/etags.el (tags-query-replace): Add parameters START
20340 and END. Construct a form with additional arguments for
20341 perform-replace.
20342
20343 * simple.el (shell-command): Set default directory for "*Shell
20344 Command Output" buffer.
20345
20346 * language/european.el (iso-latin-4): Fix typo.
20347
20348 * emacs-lisp/crm.el: New file.
20349
203502000-04-24 Dave Love <fx@gnu.org>
20351
20352 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
20353 (Custom-reset-saved, Custom-reset-standard)
20354 (custom-group-value-create, custom-group-set, custom-group-save)
20355 (custom-group-reset-current, custom-group-reset-saved)
20356 (custom-group-reset-standard): Use mapc.
20357 (custom-buffer-create-internal): Disable undo when creating items.
20358 Use mapc.
20359 (custom-face): Avoid redundant lambda.
20360
203612000-04-24 Gerd Moellmann <gerd@gnu.org>
20362
20363 * startup.el (auto-save-list-file-prefix): Set default to
20364 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
20365
203662000-04-24 Sam Steingold <sds@gnu.org>
20367
20368 * time-stamp.el (time-stamp-string-preprocess): Always convert
20369 `field-result' to a string.
20370
203712000-04-24 Gerd Moellmann <gerd@gnu.org>
20372
20373 * frame.el (scrolling): New group.
20374 (automatic-hscrolling): New user-option.
20375
20376 * startup.el (command-line-x-option-alist): Add `-lsp' and
20377 `--line-spacing'.
20378
203792000-04-19 Dave Love <fx@gnu.org>
20380
20381 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
20382 (cl-mapc): Rename from mapc. Fix the funcall.
20383
203842000-04-19 Gerd Moellmann <gerd@gnu.org>
20385
20386 * simple.el (clone-indirect-buffer-other-window): New command.
20387 (clone-indirect-buffer): Add optional arg NORECROD.
20388 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
20389
20390 * help.el (resize-temp-buffer-window): Use count-screen-lines.
20391
20392 * window.el (count-screen-lines): New function.
20393 (shrink-window-if-larger-than-buffer): Use count-screen-lines
20394 instead of window-buffer-height.
20395
20396 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
20397 non-existing variable comint-input-sentinel.
20398 (inferior-lisp-args-to-list): Removed.
20399 (inferior-lisp): Use split-string instead of
20400 inferior-lisp-args-to-list.
20401
20402 * hexl.el (hexl-insert-hex-string): New command.
20403
20404 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
20405 instead of concat.
20406
204072000-04-18 Gerd Moellmann <gerd@gnu.org>
20408
20409 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
20410 at the start of an existing but empty folder.
20411
204122000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20413
20414 * ps-mule.el: Customization fix, doc fix.
20415 (ps-multibyte-buffer): Customization fix.
20416
204172000-04-17 Richard M. Stallman <rms@gnu.org>
20418
20419 * subr.el (read-passwd): Use read-char-exclusive.
20420
204212000-04-17 Gerd Moellmann <gerd@gnu.org>
20422
20423 * textmodes/texinfo.el (texinfo-insert-@email)
20424 (texinfo-insert-@emph, texinfo-insert-@quotation)
20425 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
20426 (texinfo-mode-map): Add key bindings for them.
20427
20428 * files.el (basic-save-buffer-2): Use a template with `$'
20429 instead of `#' for VMS.
20430
20431 * simple.el (clone-indirect-buffer): New function.
20432
204332000-04-16 Stephen Eglen <stephen@gnu.org>
20434
20435 * iswitchb.el (iswitchb-case): New function. If the user input
20436 contains any upper-case characters, the search is made
20437 case-sensitive.
20438
204392000-04-17 Stefan Monnier <monnier@cs.yale.edu>
20440
20441 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
20442 comment-end.
20443 (texinfo-font-lock-syntactic-keywords): New var.
20444 (texinfo-font-lock-keywords): Remove comment regexp.
20445 (texinfo-insert-block): New function.
20446 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
20447 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
20448 and font-lock-defaults. Use regexp-opt for outline-regexp.
20449 (texinfo-environments): New var.
20450 (texinfo-environment-regexp): Use regexp-opt and
20451 texinfo-environments.
20452
20453 * textmodes/ispell.el (ispell-menu-map-needed): Check that
20454 ispell-process is bound since this might be eval'd before ispell
20455 is loaded.
20456 (ispell-message): Use a tiny bit less magic and a bit more hard
20457 data to figure out what kind of sc-cite-regexp to use.
20458
20459 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
20460
20461 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
20462 (insert-cyclic-diary-entry): Unquote the lambda.
20463
20464 * gud.el (gud-jdb-build-source-files-list): Fix typo.
20465
20466 * files.el (backup-enable-predicate): Unquote the lambda.
20467
20468 * cus-edit.el (custom-face, face): Unquote the lambda.
20469
204702000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20471
20472 * ps-print.el: Check for line-beginning-position definition.
20473
20474 * ps-print.el: Fix counting lines in a region.
20475 (ps-print-version): New version number (5.1.5).
20476 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
20477 (ps-printing-region): Fun code fix.
20478
204792000-04-15 Gerd Moellmann <gerd@gnu.org>
20480
20481 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
20482 to file-directory-p.
20483
204842000-04-14 Gerd Moellmann <gerd@gnu.org>
20485
20486 * gud.el (gud-jdb-build-source-files-list): Check that directory
20487 exists before calling directory-files.
20488
204892000-04-13 Dave Love <fx@gnu.org>
20490
20491 * emacs-lisp/trace.el: Change maintainer. Use new backquote
20492 syntax.
20493
20494 * emacs-lisp/cl-specs.el: Remove when, unless.
20495
20496 * emacs-lisp/cl-extra.el: Don't quote keywords.
20497 (cl-old-mapc): New variable.
20498 (mapc): Use it.
20499 (cl-map-intervals): Use with-current-buffer. Don't check for
20500 next-property-change.
20501 (cl-map-overlays): Use with-current-buffer.
20502 (cl-expt): Remove.
20503 (copy-tree, remprop): Define unconditionally.
20504
20505 * emacs-lisp/cl-compat.el (keywordp): Remove.
20506
20507 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
20508 to use keywordp.
20509 (edebug-spec): Enable keywordp.
20510
20511 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
20512 string-lessp.
20513
20514 * cus-start.el: Use keywordp.
20515
205162000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
20517
20518 * diary-lib.el (include-other-diary-files): Fix the fix of
20519 2000-02-18 by doing a save-excursion.
20520
205212000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20522
20523 * ps-print.el: Customization fix, doc fix.
20524 (ps-print-version): New version number (5.1.4).
20525 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
20526 (ps-print-preprint): Adjust code.
20527 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
20528 (ps-print-prologue-header, ps-print-control-characters)
20529 (ps-spool-config): Customization fix.
20530
205312000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
20532
20533 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
20534 converted to the new menu-item format, names silightly changed,
20535 help strings added.
20536
20537 Support for spelling without async subprocesses:
20538
20539 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
20540 (ispell-session-buffer): New variables.
20541 (ispell-start-process, ispell-process-status,
20542 ispell-accept-output, ispell-send-string): New functions, for
20543 Ispell invocation when async subprocesses aren't supported.
20544 (ispell-word, ispell-pdict-save, ispell-command-loop,
20545 ispell-process-line, ispell-buffer-local-parsing): Replace calls
20546 to process-send-string with calls to ispell-send-string, and
20547 accept-process-output with ispell-accept-output.
20548 (ispell-init-process): Call ispell-process-status instead of
20549 process-status with.
20550 (ispell-init-process): Call ispell-start-process. Call
20551 ispell-accept-output and ispell-send-string. Don't call
20552 process-kill-without-query and kill-process if they are unbound.
20553 (ispell-async-processp): New function.
20554
205552000-04-12 Dave Love <fx@gnu.org>
20556
20557 * info.el: Add debug-ignored-errors.
20558 (Info-mode-menu): Add some items.
20559 (Info-directory): Add autoload cookie.
20560
20561 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
20562 Modify `truncate-lines'. Make `describe-language-environment'
20563 always visible and add help. Modify `describe-key' help. Invoke
20564 Info-directory from `info'. New entry `emacs-manual'.
20565
205662000-04-10 Gerd Moellmann <gerd@gnu.org>
20567
b291c86c
SM
20568 * progmodes/ebrowse.el (ebrowse-tree-mode):
20569 Use propertized-buffer-identification.
a30eb617
DL
20570 (ebrowse-update-member-buffer-mode-line): Likewise.
20571 (ebrowse--mode-strings): Removed.
20572 (ebrowse--mode-line-props): Removed.
20573
20574 * files.el (auto-mode-alist): Add `EBROWSE'.
20575
20576 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
20577 space before testing for end of buffer.
20578 (ebrowse-load): Removed.
20579 (ebrowse-revert-tree-buffer-from-file): Rewritten.
20580 (ebrowse-create-tree-buffer): Rewritten.
20581 (ebrowse-tree-mode): Read tree from buffer.
20582
20583 * progmodes/ebrowse-ffh.el: Removed.
20584
205852000-04-10 Kenichi Handa <handa@etl.go.jp>
20586
20587 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
20588
205892000-04-10 Gerd Moellmann <gerd@gnu.org>
20590
20591 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
20592 at the wrong place.
20593
205942000-04-09 Dave Love <fx@gnu.org>
20595
b291c86c
SM
20596 * files.el (backup-enable-predicate):
20597 Use temporary-file-directory, small-temporary-file-directory.
20598 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
20599 (make-backup-file-name-1): New function.
20600 (make-backup-file-name): Use it.
b291c86c 20601 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
20602 (file-newest-backup): Use make-backup-file-name.
20603
206042000-04-09 Gerd Moellmann <gerd@gnu.org>
20605
20606 * progmodes/ebrowse-ffh.el: New file.
20607
86f6474c
SM
20608 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
20609 Moved to ebrowse-ffh.el.
a30eb617
DL
20610 (ebrowse-load): Add autoload.
20611
20612 * finder.el (finder-commentary): Add autoload cookie.
20613
20614 * mail/rfc2368.el: Correct author's email address.
20615
20616 * progmodes/ebrowse.el: New file.
20617
20618 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
20619 item help string.
20620 (easy-menu-do-add-item): Ditto.
20621 (easy-menu-define): Extend doc string.
20622
86f6474c 20623 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
20624 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
20625 (jit-lock-function, jit-lock-stealth-fontify): Don't use
20626 with-buffer-unmodified.
20627
206282000-04-08 Dave Love <fx@gnu.org>
20629
20630 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
20631 unless, when.
20632
206332000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
20634
20635 * viper-util.el (viper-put-on-search-overlay): New subroutine.
20636 (viper-flash-search-pattern): No operation when using Emacs
20637 doesn't support face.
20638 Use `viper-put-on-search-overlay'.
20639
206402000-04-04 Gerd Moellmann <gerd@gnu.org>
20641
20642 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
20643 like C-r.
20644
20645 * progmodes/make-mode.el: Some doc fixes.
20646 (makefile-mode-abbrev-table): New variable.
20647 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
20648 (makefile-font-lock-keywords): Fontify includes and conditionals.
20649 (toplevel): Require `dabbrev' and `add-log' when compiling.
20650
20651 * replace.el (perform-replace): Don't move forward one char
20652 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
20653 to do that because it leaves point 1 position after the last
20654 replacement, after everything has been replaced.
20655
20656 * jit-lock.el (with-buffer-unmodified): New macro.
20657 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
20658 modified state.
20659 (jit-lock-function-1): Extracted from jit-lock-function; not
20660 preserving buffer's modified state.
86f6474c
SM
20661 (jit-lock-function, jit-lock-stealth-fontify):
20662 Call jit-lock-function-1.
a30eb617
DL
20663
20664 * mail/rfc2368.el: Remove supernumerary copyright line.
20665
206662000-04-04 Milan Zamazal <pdm@freesoft.cz>
20667
20668 * glasses.el: Provide facilities for inserting space before left
20669 parentheses and uncapitalization of identifiers.
20670 (glasses-mode): Try to remove old overlays in all cases.
20671
206722000-04-03 Gerd Moellmann <gerd@gnu.org>
20673
20674 * progmodes/compile.el (compile-internal): Display the compilation
20675 buffer in a different frame, if it's already displayed there.
20676
20677 * mail/rfc2368.el: New file.
20678
20679 * simple.el (sendmail-user-agent-compose): Recognize a `body'
20680 header and insert its value as mail body.
20681
20682 * subr.el (member-ignore-case): New function.
20683
20684 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
20685 (dabbrev--find-expansion): Ignore buffers matching a regexp
20686 from dabbrev-ignored-regexps.
20687
20688 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
20689 to extensions handled by gzip.
20690
206912000-04-03 Richard M. Stallman <rms@gnu.org>
20692
20693 * files.el (insert-directory): List the total free space
20694 along with the used space.
20695
20696 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
20697 line is followed by one that matches CITATION-REGEXP, end the
20698 paragraph.
20699
207002000-04-03 Markus Rost <rost@delysid.gnu.org>
20701
20702 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
20703 (rmail-make-basic-summary-line): Use that option.
20704
207052000-04-03 Kenichi Handa <handa@etl.go.jp>
20706
20707 * international/mule-cmds.el (encoded-string-description):
20708 Rewritten. Try pretty description for ISO 2022 escape sequences
20709 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
20710 for hexadecimal format.
20711
207122000-04-01 Dave Love <fx@gnu.org>
20713
20714 * cpp.el: Change customization group to `c' from `C'.
20715
20716 * vcursor.el (vcursor-move): Use display-color-p.
20717
20718 * international/mule-util.el: Provide mule-utils.
20719 (string-to-sequence): Simplify and speed up.
20720
20721 * international/mule.el (make-coding-system): Purecopy doc-string.
20722
20723 * international/mule-cmds.el: Various menu changes.
20724 (describe-specified-language-support): Handle `Default'.
20725 (set-language-info): Purecopy `info'.
20726
207272000-03-31 Andrew Innes <andrewi@gnu.org>
20728
20729 * vc.el (vc-backend-diff): Return the correct status if we had to
20730 retry the rcsdiff command without the --brief option.
20731
207322000-03-31 Dave Love <fx@gnu.org>
20733
20734 * help.el (help-manyarg-func-alist): Correct several omissions.
20735
20736 * add-log.el: Don't require cl, fortran.
20737 (add-log-current-defun-function): Doc fix.
86f6474c 20738 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 20739 (change-log-version-rcs): Function deleted.
86f6474c
SM
20740 (change-log-version-number-search): Doc fix.
20741 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
20742 (add-change-log-entry): Just call add-log-current-defun to get
20743 defun. Simplify somewhat.
20744 (change-log-get-method-definition-1): Likewise.
20745 (add-log-current-defun): Return nil if calling
20746 add-log-current-defun-function does so. Move Fortran stuff to
20747 fortran.el. Return string without properties.
20748
20749 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
20750 and :alpha: char classes.
20751
20752 * mail/supercite.el: Defvar curline when compiling.
20753 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
20754 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
20755 rather than a-zA-Z0-9 to allow non-ASCII characters.
20756
207572000-03-31 Gerd Moellmann <gerd@gnu.org>
20758
20759 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
20760
20761 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20762 Re-enable new code.
20763
20764 * lpr.el (print-region-1): Use -d to specify printer name for
20765 systems `usg-unix-v*, `dgux', `hpux', `irix'.
20766
207672000-03-31 Dave Love <fx@gnu.org>
20768
86f6474c
SM
20769 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
20770 Look for function definition in symbol's function value slot first
a30eb617
DL
20771 instead of first consulting byte-compile-function-environment.
20772
207732000-03-31 Kenichi Handa <handa@etl.go.jp>
20774
20775 * language/european.el ("Polish"): New language environment.
20776 (setup-polish-environment): New function.
20777
207782000-03-30 Gerd Moellmann <gerd@gnu.org>
20779
20780 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
20781 Disable new code.
20782
20783 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
20784 trying to `load' the symbol of an autoload instead of the file
20785 recorded in the autoload. Fix error messages.
20786
207872000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20788
20789 * ps-print.el: PostScript programming fix for ghostview, doc fix.
20790 (ps-print-version): New version number (5.1.3).
20791 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
20792 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
20793 (ps-generate-postscript-with-faces): Code fix.
20794 (ps-color-values): XEmacs compatibility.
20795 (ps-print-background-image, ps-print-background-text, ps-printer-name)
20796 (ps-default-fg, ps-default-bg): Adjust customization.
20797 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
20798 (ps-color-scale): Renaming old ps-color-value fun.
20799 (ps-print-headers): Replace ps-print-header group to avoid conflict
20800 with ps-print-header variable.
20801 (ps-print-miscellany): New group.
20802 (ps-format-color, ps-rgb-color): New funs.
20803 (ps-default-foreground): New var.
20804 (ps-printer-name-option): New const.
20805
208062000-03-30 Peter Breton <pbreton@ne.mediaone.net>
20807
20808 * net/net-utils.el:
20809 (network-connection-host, network-connection-service): New variables
20810 (network-connection-mode): New mode, derived from comint-mode
20811 (network-connection-mode-setup): New function, saves host and
20812 service information in local variables.
20813
20814 * lisp/locate.el:
20815 (locate-word-at-point): Added this function
20816 (locate): Default to using locate-word-at-point as input
20817 Run dired-mode-hook
20818
208192000-03-29 Dave Love <fx@gnu.org>
20820
20821 * calendar/appt.el: Doc fixes.
20822 (appt-check): Convert min-to-app to a string before passing to
20823 appt-disp-window-function or concat.
20824 (appt-delete-window): Remove test for frame-root-window.
20825 (appt-select-lowest-window, appt-convert-time): Simplify.
20826
20827 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
20828 (byte-compile-file-form-autoload):
20829 Update byte-compile-function-environment.
a30eb617
DL
20830
208312000-03-29 Andreas Schwab <schwab@suse.de>
20832
86f6474c 20833 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
20834
20835 * dired.el (dired-insert-directory): If dired-free-space-program
20836 failed just delete its output.
20837
208382000-03-29 Dave Love <fx@gnu.org>
20839
20840 * international/iso-cvt.el: Move provide to end. Doc fixes.
20841 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
20842 (iso-iso2sgml, iso-sgml2iso): New functions.
20843 (iso-cvt-define-menu): Fix some entries and use backquote for
20844 clarity.
20845
20846 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
20847
208482000-03-28 Gerd Moellmann <gerd@gnu.org>
20849
20850 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
20851 ISO-DATE. If non-nil, return date in ISO 8601 format.
20852
208532000-03-26 Stefan Monnier <monnier@cs.yale.edu>
20854
20855 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
20856 if it ever becomes used.
20857 (log-edit-mode-hook): Default to vc-log-mode-hook.
20858 (log-edit-mode): Fix the docstring.
20859
20860 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
20861 the code.
20862
208632000-03-26 Dave Love <fx@gnu.org>
20864
20865 * net/browse-url.el (browse-url): Re-fix case of
20866 browse-url-browser-function being an alist.
20867 (browse-url): Add :link to defgroup.
20868
20869 * files.el: Doc fixes.
20870 (file-truename): Include `[' in wildcard characters.
20871 (automount-dir-prefix): Customize.
20872 (find-file-wildcards): Add :version.
20873 (find-file-noselect): Simplify a mapcar call.
20874
20875 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
20876 compatible with inf-lisp version.
20877 (eval-defun-1): Fix custom-declare-variable case.
20878
208792000-03-25 Stefan Monnier <monnier@cs.yale.edu>
20880
20881 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
20882
208832000-03-24 Gerd Moellmann <gerd@gnu.org>
20884
20885 * Makefile (COMPILE_FIRST): New macro.
20886 (compile-files): Compile files from COMPILE_FIRST first.
20887
86f6474c 20888 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
20889
20890 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
20891 matching open parenthesis in column 0 to defun-prompt-regexp
20892 only if open-paren-in-column-0-is-defun-start is set.
20893
20894 * sun-curs.el: Require CL at compile-time only.
20895
20896 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
20897 instead of copy-list which is a function from CL.
20898 (msb--choose-menu, msb--mode-menu-cond)
20899 (msb--create-buffer-menu-2): Use dolist instead of mapc.
20900 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
20901 (msb--aggregate-alist): Use mapcar instead of mapcan.
20902 Fix `(' in column 0 in doc string.
a30eb617
DL
20903 (msb--add-separators): Use mapcar instead of mapcan.
20904
20905 * cus-dep.el: Require CL at compile-time only.
20906
209072000-03-24 Stefan Monnier <monnier@cs.yale.edu>
20908
20909 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
20910 (byte-compile-warnings): New warning `noruntime'.
20911 (byte-compile-constants, byte-compile-variables): Fix docstring.
20912 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
20913 execute `eval-whenc-compile's body.
20914 (byte-compile-unresolved-functions): Fix docstring.
20915 (byte-compile-eval): New function.
20916 (byte-compile-callargs-warn): Check if the function will be available
20917 at runtime (via property `byte-compile-noruntime').
20918 (byte-compile-print-syms): New function.
20919 (byte-compile-warn-about-unresolved-functions): Also warn about
20920 `noruntime' functions (and use `byte-compile-print-syms').
20921 (byte-compile-file): Capitalize the message.
20922
209232000-03-24 Gerd Moellmann <gerd@gnu.org>
20924
20925 * mail/rmail.el (rmail-confirm-expunge): New user-option.
20926 (rmail-expunge): Ask for confirmation depending on the setting
20927 of rmail-confirm-expunge.
20928
209292000-03-23 Gerd Moellmann <gerd@gnu.org>
20930
20931 * Makefile (bootstrap-clean): If $(emacs) exists, build
20932 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 20933 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
20934
209352000-03-23 Dave Love <fx@gnu.org>
20936
20937 * net/browse-url.el: Restore previous use of
20938 browse-url-maybe-new-window.
20939
209402000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20941
20942 * ps-print.el: Skip banner page fix.
20943 (ps-print-version): New version number (5.1.2).
20944 (ps-begin-file, ps-end-file, ps-generate): Code fix.
20945
209462000-03-23 Dave Pearson <davep@davep.org>
20947
20948 * net/quickurl.el Changed the type of parameter passed to the
20949 function defined by `quickurl-format-function'. Before only the
20950 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
20951 and the function is responsible for extracting the parts it requires.
20952 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
20953 (quickurl-insert): Changed the `funcall' of
20954 `quickurl-format-function' to match the above change.
20955 (quickurl-list-insert): Changed the `url' case so that it makes
20956 use of `quickurl-format-function', previous to this the format was
20957 hard wired.
20958
209592000-03-22 Gerd Moellmann <gerd@gnu.org>
20960
20961 * startup.el: Change some spellings for the X Window System.
20962
209632000-03-22 Stefan Monnier <monnier@cs.yale.edu>
20964
86f6474c
SM
20965 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
20966 Clean up the code and the regexp and make sure the cursor is
20967 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
20968
209692000-03-22 Jason Rumney <jasonr@gnu.org>
20970
20971 * w32-fns.el (w32-charset-info-alist): Initialize.
20972
209732000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20974
20975 * ps-print.el: N-up last page fix.
20976 (ps-print-version): New version number (5.1.1).
20977 (ps-end-file, ps-end-job, ps-generate): Code fix.
20978
209792000-03-21 Stefan Monnier <monnier@cs.yale.edu>
20980
20981 * files.el (find-file-run-dired): Update docstring.
20982 (find-directory-functions): New hook.
20983 (find-file-noselect): Run find-directory-functions rather than
20984 calling dired directly.
20985
20986 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
20987
20988 * pcvs.el: Add a minimal leading commentary.
20989 (cvs-make-cvs-buffer): Change the header part by removing the startup
20990 message and adding a `Module' entry. Also replace the FOOTER and
20991 HEADER special fileinfos with the new support in ewoc for updating
20992 its own footer and header.
20993 (cvs-update-header): Update to use the header/footer of the ewoc.
20994 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
20995 (cvs-is-within-p): New function.
20996 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
20997 to only examine some subset of the buffers.
20998
20999 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
21000 `format' instead of our own ad-hoc functions.
21001 Remove HEADER and FOOTER cases, now handled in the EWOC.
21002 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
21003
21004 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
21005 output to avoid scaring the user.
21006 (cvs-parse-table): Catch message for non-up-to-date commits.
21007
21008 * pcvs-defs.el (cvs-startup-message): Remove.
21009 (cvs-global-menu): New autoloaded menu.
21010
21011 * pcvs-util.el (cvs-string-fill): Remove.
21012
21013 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
21014 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
21015 PP part of it and also make it work for footers and headers.
21016 (ewoc-create): Drop POS and BUFFER arguments.
21017 Use the DLL's dummy node to store the end-of-footer position.
21018 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
21019 (ewoc-refresh): Remove unused `header' variable.
21020 (ewoc-(get|set)-hf): New functions.
21021
21022 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
21023 log-view-*-(message|file) and use easy-mmode-define-navigation.
21024 (log-view-message-re): Match SCCS format as well.
21025 And match the revision line rather than the dashed separator line.
21026 (log-view-mode): Use the new define-derived-mode.
21027 (log-view-current-tag): Fill in with an actual implementation.
21028
21029 * cvs-status.el (cvs-status-(prev|next)): Rename from
21030 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
21031 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
21032 to let the output "breathe" a little more (more readable).
21033 (cvs-status-mode): Use the new define-derived-mode.
21034
21035 * smerge-mode.el (smerge-auto-leave): New function and variable.
21036 (smerge-basic-map): Rename from smerge-basic-keymap.
21037 Change the bindings for smerge-diff-*.
21038 (smerge-*-map): Use easy-mmode-defmap.
21039 (smerge-(next|prev)): Use easy-mmode-define-navigation.
21040 (smerge-keep-*): Use smerge-auto-leave.
21041
210422000-03-21 Jason Rumney <jasonr@gnu.org>
21043
21044 * cus-edit.el (custom-button-face): Use 3D look for w32.
21045 (custom-button-pressed-face): Likewise.
21046
210472000-03-21 Gerd Moellmann <gerd@gnu.org>
21048
21049 * progmodes/etags.el (tags-case-fold-search): New user-option.
21050 (tags-loop-eval): New function. Bind case-fold-search around eval
21051 depending on the value of tags-case-fold-search.
21052 (tags-loop-continue): Use tags-loop-eval.
21053 (find-tag-in-order): Bind case-fold-search depending on the value
21054 of tags-case-fold-search.
21055
210562000-03-21 Stefan Monnier <monnier@cs.yale.edu>
21057
86f6474c 21058 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
21059 (diff-end-of-hunk): Return the end position for use in
21060 `easy-mmode-define-navigation'.
21061 (diff-recenter): Remove.
21062 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
21063 of `easy-mmode-define-navigation'.
21064 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
21065 previous renaming) and fix to use new names.
21066 (diff-merge-strings): Use \n as separator: simpler, faster.
21067 (diff-mode): Use `define-derived-mode'.
21068
21069 * derived.el (define-derived-mode): Don't autoload anymore.
21070 Prefer the macro-only version provided by easy-mmode.el.
21071
21072 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 21073 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
21074 (easy-mmode-define-navigation): New macro.
21075
21076 * subr.el (combine-run-hooks): New function.
21077
210782000-03-21 Kenichi HANDA <handa@etl.go.jp>
21079
21080 * term/x-win.el: Fontsets related initialization is simplified.
21081
21082 * international/mule-diag.el (describe-font): Don't refer to
21083 global-fontset-alist, instead call font-list.
21084 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 21085 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 21086
86f6474c
SM
21087 * international/fontset.el (x-charset-registries): Variable removed,
21088 instead the corresponding data is stored in the default fontset.
a30eb617
DL
21089 (register-alternate-fontnames): Function removed.
21090 (resolved-ascii-font): Variable removed.
21091 (x-compose-font-name): Ignore the second argument REDOCE.
21092 (x-complement-fontset-spec): Complement only an ASCII font and
21093 element for those charsets than can use that ASCII font.
21094 (generate-fontset-menu): Don't refer to global-fontset-alist,
21095 instead call fontset-list.
21096 (uninstantiated-fontset-alist): Variable removed.
21097 (x-style-funcs-alist): Likewise.
21098 (fontset-default-styles): Likewise.
21099 (x-modify-font-name): Function removed.
86f6474c 21100 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
21101 (create-fontset-from-ascii-font): Docsting adjusted for the above
21102 change.
21103 (instantiate-fontset, resolve-fontset-name): Functions removed.
21104 (fontset-list): Now implemented by C code.
21105
21106 * faces.el (read-face-font): Fix TABLE arg to completing-read.
21107 (describe-face): Include `font' attribute in the description.
21108
211092000-03-21 Kenichi Handa <handa@etl.go.jp>
21110
21111 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
21112
211132000-03-20 Gerd Moellmann <gerd@gnu.org>
21114
21115 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
21116 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
21117 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
21118
21119 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
21120 about behavior of set-buffer-modified-p wrt redisplay.
21121
211222000-03-19 Richard M. Stallman <rms@gnu.org>
21123
21124 * view.el (view-mode-disable): Kill local binding of view-read-only.
21125
211262000-03-18 Gerd Moellmann <gerd@gnu.org>
21127
86f6474c 21128 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
21129 is a string, convert it to a syntax cell using string-to-syntax.
21130
21131 * simple.el (syntax-code-table, syntax-flag-table): New variables.
21132 (string-to-syntax): New function.
21133
21134 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
21135 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
21136 try to use passive ftp mode.
21137
211382000-03-17 Gerd Moellmann <gerd@gnu.org>
21139
21140 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
21141
21142 * simple.el (append-to-buffer): Update point of windows after
21143 insertion.
21144
21145 * abbrev.el (inverse-add-abbrev): Identify word by first moving
21146 forward then moving backward. Reindent.
21147
21148 * frame.el (other-frame): Call x-focus-frame only if
21149 focus-follows-mouse is off.
21150
211512000-03-17 Dave Love <fx@gnu.org>
21152
86f6474c 21153 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
21154
211552000-03-17 Stefan Monnier <monnier@cs.yale.edu>
21156
21157 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
21158 regexp for labels cannot span several lines.
21159
21160 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
21161 `(setq :<key> ':<key>)' to the macro expansion.
21162
211632000-03-16 Dave Love <fx@gnu.org>
21164
21165 * progmodes/f90.el (f90): Put custom group under `languages', not
21166 `fortran'.
21167 (f90-mode-hook): Customize.
21168 (f90-mode): Set add-log-current-defun-function.
21169 (f90-current-defun): New function.
21170
211712000-03-16 Gerd Moellmann <gerd@gnu.org>
21172
21173 * cus-edit.el (custom-variable-tag-face): Handle case that
21174 default face's height is not a number.
21175 (custom-face-tag-face, custom-group-tag-face-1)
21176 (custom-group-tag-face): Ditto.
21177 (custom-group-tag-face-1): Add :group.
21178
21179 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
21180
211812000-03-15 Gerd Moellmann <gerd@gnu.org>
21182
21183 * pcvs-defs.el (toplevel): Remove autoload cookie for form
21184 requiring easymenu.
21185
211862000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21187
21188 * ps-print.el: PostScript user-defined prologue, PostScript error
21189 handler, doc fix.
21190 (ps-print-version): New version number (5.1).
21191 (ps-user-defined-prologue, ps-error-handler-message)
21192 (ps-print-prologue-0, ps-error-handler-alist): New vars.
21193 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
21194 (ps-insert-string): New function.
21195
211962000-03-15 Kenichi Handa <handa@etl.go.jp>
21197
21198 * international/ccl.el (ccl-compile-expression): Don't generate
21199 invalid self-assignment code.
21200
212012000-03-14 Dave Love <fx@gnu.org>
21202
21203 * subr.el (replace-regexp-in-string): Renamed from
21204 replace-regexps-in-string. Doc fix.
21205
212062000-03-12 Dave Love <fx@gnu.org>
21207
21208 * cus-edit.el: Doc fixes.
86f6474c 21209 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
21210 (custom-variable-tag-face, custom-face-tag-face)
21211 (custom-group-tag-face-1, custom-group-tag-face): Modify from
21212 style which user identify as hyperlink.
21213 (hook): Don't add undefined functions to the hook.
21214 (debug-ignored-errors): Transfer message from bindings.el.
21215
212162000-03-12 Gerd Moellmann <gerd@gnu.org>
21217
86f6474c
SM
21218 * recentf.el (recentf-keep-non-readable-files-p):
21219 Remove double/nested definition.
a30eb617
DL
21220
212212000-03-12 Dave Love <fx@gnu.org>
21222
21223 * facemenu.el (facemenu-get-face): Use display-color-p.
21224 * enriched.el (enriched-decode-foreground): Likewise.
21225 (enriched-decode-background): Likewise.
21226 * isearch.el (isearch-highlight): Likewise.
21227 * info-look.el (info-lookup): Likewise.
21228 * simple.el (completion-setup-function): Likewise.
21229
21230 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
21231 :options.
21232
21233 * bindings.el (mode-line-format): Fix line-number and
21234 column-number items. Add help-echo for the background.
21235 (mode-line-mule-info): Modify help-echo.
21236
21237 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
21238
21239 * files.el (load-file): Allow completion to .elc.
21240
21241 * man.el: Doc fixes.
21242 (Man-init-defvars): Use display-color-p to set fontification.
21243
21244 * play/hanoi.el (hanoi-internal): Don't use oddp.
21245
212462000-03-12 Gerd Moellmann <gerd@gnu.org>
21247
21248 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
21249
21250 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
21251
212522000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
21253
21254 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
21255 Fix comment.
21256
212572000-03-10 Stefan Monnier <monnier@cs.yale.edu>
21258
21259 * font-lock.el (font-lock-keywords): Fix the doc now that
21260 regexp-opt-depth is unnecessary.
21261 (save-buffer-state): Set an edebug spec.
21262 (font-lock-fontify-anchored-keywords): Properly handle the case when
21263 the matcher goes past the limit.
21264
21265 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
21266 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
21267
21268 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
21269 dll.el and cookie.el (from Elib) with heavy renaming and other
21270 massaging.
21271
21272 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
21273 Autoload the functions used.
21274 (easy-mmode-define-syntax): Fix CL typo.
21275 (easy-mmode-define-derived-mode): Improve the docstring generation.
21276
212772000-03-10 Gerd Moellmann <gerd@gnu.org>
21278
21279 * textmodes/texinfo.el (texinfo-version): Variable and function
21280 removed.
21281
212822000-03-09 Stefan Monnier <monnier@cs.yale.edu>
21283
21284 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
21285 allow more flexibility.
ff39b9a1 21286 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
21287 (easy-mmode-defmap, easy-mmode-defsyntax)
21288 (easy-mmode-define-derived-mode): New macros.
21289
212902000-03-09 Didier Verna <didier@xemacs.org>
21291
21292 * rect.el (replace-rectangle): New function.
21293
212942000-03-09 Dave Love <fx@gnu.org>
21295
ff39b9a1 21296 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
21297 (fortran-comment-line-start-skip): Don't match cpp stuff.
21298 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
21299 (fortran-mode-map): Remove over-eager custom-menu-create for now.
21300 (fortran-mode): Don't set fortran-comment-line-start-skip,
21301 fortran-comment-line-start here. Set comment-start,
21302 add-log-current-defun.
21303 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
21304 (fortran-current-defun): New function.
21305
213062000-03-09 Gerd Moellmann <gerd@gnu.org>
21307
21308 * emacs-lisp/re-builder.el: New file.
21309
21310 * mouse.el (mouse-drag-region): Don't run up-event handler
21311 if hscroll has changed.
21312
21313 * octave-mod.el (octave-font-lock-keywords): To font-lock the
21314 builtin operators, use `font-lock-builtin-face' for Emacs and
21315 `font-lock-preprocessor-face' otherwise.
21316
21317 * font-lock.el (lisp-font-lock-keywords-1): Highlight
21318 `(defun (setf foo)' differently.
21319
213202000-03-08 Stefan Monnier <monnier@cs.yale.edu>
21321
21322 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
21323 (regexp-opt): Update comment and adapt the code the new meaning of
21324 the `paren' argument of regex-opt-group for shy-groups.
21325 (regexp-opt-depth): Handle shy groups as well as backslashed
21326 backslashes.
21327 (regexp-opt-group): Turn the leading comment into a docstring.
21328 Allow `paren' to be a string (the string to use to open a group).
21329 Remove open-presuf and close-presuf. Instead of checking for `all
21330 one-char' and then later on check for `several one-char', handle
21331 both cases close together. Also apply a more generic algorithm
21332 for suffixes (the mirror image of the algorithm used for
21333 prefixes). Use shy-groups. Use nreverse rather than reverse.
21334 (regexp-opt-try-suffix): Removed.
21335
21336 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
21337 from comint-mode-map, so we can just inherit from it. Also, move
21338 the initialization into the `defvar' since there's no docstring
21339 anyway and it's fairly short.
21340 (inferior-scheme-mode): Define it as derived-mode: the code is
21341 shorter and this way we inherit from comint-mode-map rather than
21342 copying it.
21343
21344 * subr.el (replace-regexps-in-string): Properly handle the case
21345 where we match an empty string.
21346
21347 * comint.el (comint-exec-1): Add the current-dir to the exec-path
21348 when the command has a directory component (such as "./testml").
21349 Also fix a typo in the comment.
21350
213512000-03-08 Gerd Moellmann <gerd@gnu.org>
21352
21353 * Makefile (compile-files): Compile files one by one because
21354 that's the only way to ensure a clean compilation environment for
21355 each individual file.
21356
21357 * frame.el (other-frame): Call x-focus-frame.
21358
213592000-03-07 Dave Love <fx@gnu.org>
21360
21361 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
21362 :require to defcustom.
21363
ff39b9a1 21364 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
21365
21366 * files.el (auto-mode-alist): Add configure.in.
21367
21368 * progmodes/autoconf.el: New file.
21369
213702000-03-07 Gerd Moellmann <gerd@gnu.org>
21371
21372 * mail/mh-e.el: Change maintainer to `none'.
21373
21374 * recentf.el (recentf-keep-non-readable-files-p): Quote args
21375 to remove-hook and add-hook.
21376
213772000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
21378
21379 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
21380 it as the default.
21381 (mail-send): Test mail-send-nonascii also for the new `mime' value.
21382 (sendmail-send-it): Conditionally add MIME headers specifying the
21383 used character set.
21384
213852000-03-07 Dave Love <fx@gnu.org>
21386
ff39b9a1
SM
21387 * winner.el: Fix keywords, autoload cookies.
21388 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
21389
213902000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
21391
21392 * international/mule.el: Modify comment about coding system
21393 property `coding-category'.
21394 (make-coding-system): New argument EOL-TYPE. Pay attention to
21395 coding-category property of PROPERTIES.
21396
ff39b9a1
SM
21397 * international/mule-conf.el (coding-category-utf-8)
21398 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
21399 categories. Include them in the argument for set-coding-priority.
21400
ff39b9a1
SM
21401 * international/mule-cmds.el (reset-language-environment):
21402 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
21403 coding-category-utf-16-le in the argument for set-coding-priority.
21404 (reset-language-environment): Initialize coding-category-utf-8,
21405 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
21406
214072000-03-06 Karl Fogel <kfogel@red-bean.com>
21408
21409 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
21410 code abstracted out of `bookmark-jump-noselect'. Now tries info
21411 extensions as well as compression extensions.
21412 (bookmark-jump-noselect): Use above new func.
21413
214142000-03-03 Gerd Moellmann <gerd@gnu.org>
21415
21416 * strokes.el: Change maintainer's mail address.
21417
214182000-03-03 Kenichi Handa <handa@etl.go.jp>
21419
21420 * international/mule-diag.el (list-character-sets): Make help-echo
21421 string by substitute-command-keys.
21422 (list-character-sets): Likewise.
21423 (sort-listed-character-sets): Call help-setup-xref.
21424
214252000-03-02 Gerd Moellmann <gerd@gnu.org>
21426
ff39b9a1 21427 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
21428
214292000-03-01 Dave Love <fx@gnu.org>
21430
21431 * help.el (help-xref-go-back): Don't try to set position.
21432
ff39b9a1
SM
21433 * international/mule-diag.el (list-character-sets):
21434 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
21435 (list-character-sets-1): Add help-echo to xrefs.
21436
214372000-03-02 Gerd Moellmann <gerd@gnu.org>
21438
21439 * frame.el (blink-cursor-mode): Switch cursor on when turning
21440 the mode off.
21441
21442 * add-log.el (add-log-current-defun): Add support for
21443 Autoconf mode.
21444
21445 * mail/rmail.el (rmail-quit-hook): New variable.
21446
214472000-03-01 Dave Love <fx@gnu.org>
21448
21449 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
21450
21451 * help.el (help-xref-button): Add help-echo arg.
21452 (describe-function-1, describe-variable, help-make-xrefs): Use it.
21453
ff39b9a1 21454 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 21455
ff39b9a1 21456 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
21457
214582000-03-01 Gerd Moellmann <gerd@gnu.org>
21459
21460 * image.el (defimage): Look for image files in load-path.
21461
ff39b9a1 21462 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
21463
214642000-03-01 David Ponce <david.ponce@wanadoo.fr>
21465
ff39b9a1 21466 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
21467
214682000-03-01 David Ponce <david.ponce@wanadoo.fr>
21469
ff39b9a1 21470 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
21471 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
21472 action to select/unselect a file.
21473 (recentf-edit-list): Code cleanup and improvement.
21474 (recentf-open-more-files-action): `recentf-open-more-files' button
21475 widget action to open a file.
ff39b9a1 21476 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
21477 (recentf-more-collection): Deleted.
21478 (recentf-more-history): Deleted.
21479 (recentf-setup-more-completion): Deleted.
21480
214812000-03-01 David Ponce <david.ponce@wanadoo.fr>
21482
21483 * recentf.el (recentf-mode): No more needs that Emacs is running
21484 under a window-system.
21485
ff39b9a1 214862000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
21487
21488 * recentf.el (recentf-edit-list): New command to edit the recent
21489 list which allow the user to remove files.
21490 (recentf-edit-selected-items): New global variable, used by
21491 `recentf-edit-list' to hold the list of files to be removed from
21492 the recent list.
21493 (recentf-make-menu-items): Updated to display a "Edit list..."
21494 menu item. Minor code cleanup.
21495
ff39b9a1 214962000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
21497
21498 * recentf.el (recentf-open-more-files): New command to open files
21499 that are not displayed in the menu.
21500 (recentf-more-collection): New global variable holding the set of
21501 permissible completions used by `recentf-open-more-files'.
21502 (recentf-more-history): New global variable holding the history list
21503 used by `recentf-open-more-files' completion.
21504 (recentf-setup-more-completion): New function to setup completion for
21505 `recentf-open-more-files'.
21506 (recentf-make-menu-items): Updated to display a "More..." menu item.
21507
ff39b9a1 215082000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
21509
21510 * recentf.el (recentf-menu-action): Doc fixed.
21511
ff39b9a1 215122000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
21513
21514 * recentf.el (recentf-menu-filter): Doc updated.
21515 (recentf-update-menu-hook): Allow menu filters to force menu update.
21516 (recentf-make-menu-items): New menu filter handling.
21517 (recentf-make-menu-item): New helper function.
21518 (recentf-menu-elements): New menu handling function.
21519 (recentf-sort-ascending): Updated to new menu filter handling.
21520 (recentf-sort-descending): Updated to new menu filter handling.
21521 (recentf-sort-basenames-ascending): New menu filter function.
21522 (recentf-sort-basenames-descending): New menu filter function.
21523 (recentf-show-basenames): New menu filter function.
21524 (recentf-show-basenames-ascending): New menu filter function.
21525 (recentf-show-basenames-descending): New menu filter function.
21526
215272000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21528
21529 * diary-lib.el (list-diary-entries): Don't try to go forward at
21530 the end of the buffer.
21531
215322000-02-29 Kenichi Handa <handa@etl.go.jp>
21533
ff39b9a1
SM
21534 * international/mule-diag.el (list-character-sets):
21535 Completely rewritten.
a30eb617
DL
21536 (sort-listed-character-sets): New function.
21537 (list-character-sets-1): Completely rewritten.
21538 (list-character-sets-2): New function.
21539 (non-iso-charset-alist): New variable.
21540 (decode-codepage-char): New function.
21541 (charset-history): New variable.
21542 (read-charset) (list-block-of-chars)
21543 (list-iso-charset-chars)
21544 (list-non-iso-charset-chars)
21545 (list-charset-chars): New functions.
86f6474c 21546 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
21547 (dump-charsets): Likewise.
21548
215492000-02-29 Gerd Moellmann <gerd@gnu.org>
21550
21551 * dired-x.el (dired-filename-at-point): Add `@' to valid
21552 file name characters.
21553 (dired-filename-at-point): Handle ange-ftp file names.
21554
21555 * frame.el (frame-notice-user-settings): Use assq-delete-all
21556 instead of assoc-delete-all.
21557 (frame-notice-user-settings): Ditto.
21558
21559 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
21560 Don't copy alist.
21561
215622000-02-28 Eli Barzilay <eli@cs.cornell.edu>
21563
21564 * calculator.el (calculator-use-menu): New option.
86f6474c 21565 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
21566 (calculator-forced-input): Removed.
21567 (calculator-restart-other-mode): New variable.
21568 (calculator-mode-map): Set up menu.
21569
215702000-02-28 Jari Aalto <jari.aalto@poboxes.com>
21571
86f6474c 21572 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
21573
215742000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
21575
86f6474c 21576 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 21577 translate all ESC key sequences.
86f6474c 21578 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 21579 they were saved.
86f6474c
SM
21580 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
21581 * viper-util.el (viper-set-replace-overlay-glyphs)
21582 (viper-set-replace-overlay): Always check if the replacement
a30eb617 21583 overlay is live.
86f6474c
SM
21584 * viper.el (viper-vi-state-mode-list): Add major modes.
21585 * ediff-wind.el: Minor comment changes.
21586 * ediff.el: Copyright notice date fix.
a30eb617
DL
21587
215882000-02-27 Jason Rumney <jasonr@gnu.org>
21589
21590 * faces.el (face-font-family-alternatives): Add arial to helv.
21591 (mode-line, header-line, tool-bar): Same default as x for w32.
21592 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
21593 face-font-family-alternatives from working.
21594 * term/w32-win.el (mouse-set-font): Do not build fontset from
21595 chosen font.
21596
215972000-02-25 Sam Steingold <sds@goems.com>
21598
21599 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
21600 properly.
21601
216022000-02-25 Richard M. Stallman <rms@gnu.org>
21603
21604 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
21605
216062000-02-25 Gerd Moellmann <gerd@gnu.org>
21607
86f6474c 21608 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
21609
21610 * frame.el (busy-cursor-delay-seconds): New option.
21611
216122000-02-24 Gerd Moellmann <gerd@gnu.org>
21613
21614 * frame.el (show-cursor-in-non-selected-windows): New option.
21615
216162000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
21617
21618 * diary-lib.el (include-other-diary-files): Undo the selective
21619 display in any included file and don't kill it.
21620
216212000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
21622
86f6474c
SM
21623 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
21624 Menu items converted to (menu-item format, help strings added.
a30eb617 21625 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 21626 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
21627 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
21628
216292000-02-23 Dave Love <fx@gnu.org>
21630
21631 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
21632 (backward-kill-word): Revert addition of * to interactive spec --
21633 it's a feature.
21634
21635 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
21636 (backward-kill-sentence, kill-sentence): Likewise.
21637
21638 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
21639 scratch buffer name.
86f6474c 21640 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
21641
21642 * term/w32-win.el (internal-face-interactive): Update prompt for
21643 new read-face-name.
21644
21645 * mail/footnote.el (footnote): Add :version to defgroup.
21646 (footnote-section-tag-regexp): Customize.
21647 (footnote-start-tag, footnote-end-tag): New option.
21648 (footnote-latin-regexp): New variable.
21649 (Footnote-latin): New function.
21650 (footnote-style-alist): Add element for latin style.
21651 (footnote-style): Moved.
21652 (Footnote-goto-footnote): Use eq to test arg.
21653
21654 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
21655
21656 * emacs-lisp/byte-opt.el: Change old backquote syntax.
21657 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
21658 (byte-optimize-quote, byte-optimize-lapcode):
21659 Use byte-compile-const-symbol-p.
a30eb617
DL
21660 (byte-optimize-char-before): New optimization.
21661
21662 * emacs-lisp/bytecomp.el: Change old backquote syntax.
21663 (byte-compile-const-symbol-p): New function.
21664 (byte-compile-constp, byte-compile-out-toplevel)
21665 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
21666 Use it.
21667
21668 * subr.el (define-key-after): Default AFTER to t. Doc fix.
21669
216702000-02-23 Kenichi Handa <handa@etl.go.jp>
21671
21672 * international/encoded-kb.el: Be sure to update minor-mode-alist
21673 and minor-mode-map-alist.
21674 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
21675 codes SS2 and SS3 correctly.
21676 (encoded-kbd-self-insert-ccl): New function.
21677 (encoded-kbd-setup-keymap): New function.
21678 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
21679 by calling encoded-kbd-setup-keymap.
21680
86f6474c
SM
21681 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
21682 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
21683
216842000-02-22 Dave Love <fx@gnu.org>
21685
21686 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 21687 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
21688 (lisp-mode-syntax-table): Set up for #|...|# comments.
21689 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
21690 classes. Match `defface'.
21691 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
21692 (eval-defun-1): Fix for defcustom.
21693 (lisp-indent-region): Doc fix.
21694
21695 * subr.el (when, unless, split-string): Doc fix.
86f6474c 21696 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
21697 (replace-regexps-in-string): New function.
21698
216992000-02-22 Gerd Moellmann <gerd@gnu.org>
21700
21701 * help.el (describe-variable): Set syntax table to
21702 emacs-lisp-mode-syntax-table when moving forward over the
21703 symbol's name.
21704
217052000-02-22 Dave Love <fx@gnu.org>
21706
21707 * xt-mouse.el: Doc fixes.
21708 (xterm-mouse-position-function): New function, replacing advice of
21709 mouse-position.
21710 (xterm-mouse-mode): Use it. Don't turn on under a window system.
21711
21712 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
21713
217142000-02-21 Gerd Moellmann <gerd@gnu.org>
21715
86f6474c
SM
21716 * format.el (format-annotate-single-property-change):
21717 Handle properties.with dotted-list values.
a30eb617
DL
21718 (format-proper-list-p): New function.
21719
21720 * enriched.el (enriched-face-ans): Handle '(foreground-color
21721 . COLOR) and (background-color . COLOR).
21722
217232000-02-20 Dave Love <fx@gnu.org>
21724
21725 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
21726 and assignments to it.
21727 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
21728 current local map.
21729 (make-flyspell-overlay): Use it.
21730 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
21731
21732 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
21733 (lm-get-header-re): Defun, not defsubst.
21734 (lm-get-package-name): Defun, not defsubst. Simplify.
21735 (lm-version): Doc fix. Simplify.
21736 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
21737 (lm-crack-address, lm-last-modified-date, lm-commentary)
21738 (lm-verify, lm-synopsis): Simplify.
21739 (lm-report-bug): Require emacsbug. Use compose-mail.
21740
217412000-02-20 Gerd Moellmann <gerd@gnu.org>
21742
21743 * dired.el (dired-mode): Call propertized-buffer-identification
21744 to set mode-line-buffer-identification to something having
21745 the right text properties.
21746
21747 * bindings.el (propertized-buffer-identification): New function.
21748
217492000-02-20 Dave Love <fx@gnu.org>
21750
21751 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
21752 check for t-mouse too.
21753
21754 * cus-start.el: Make echo-keystrokes `number'.
21755
217562000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
21757
21758 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
21759 Don't call ring-empty-p unless tags-location-ring is bound.
21760 From Noah Friedman <friedman@splode.com>.
21761
217622000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
21763
21764 * progmodes/hideshow.el (hs-flag-region): No longer use
21765 `intangible' overlay property.
21766
21767 (hs-toggle-hiding): New command.
21768 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
21769
21770 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
21771 Fix omission bug: Run `hs-minor-mode-hook' for both activation
21772 and deactivation.
21773
217742000-02-18 Gerd Moellmann <gerd@gnu.org>
21775
21776 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
21777
217782000-02-17 Gerd Moellmann <gerd@gnu.org>
21779
21780 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
21781
21782 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
21783 of `*' to handle `(* ... *)' comments.
21784
217852000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
21786
21787 * faces.el (list-faces-display): Use display-mouse-p instead of
21788 window-system.
21789
21790 * menu-bar.el (global-map): Menu-bar items converted to the new
21791 format (menu-item..., rearranged for better CUA compliance, and
21792 their names changed for better clarity. Help strings added.
21793
21794 * international/mule-cmds.el (mule-menu-keymap)
21795 (describe-language-environment-map, set-coding-system-map)
21796 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
21797 form, add help strings. Change names of menu items for better clarity.
21798 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
21799
218002000-02-17 Gerd Moellmann <gerd@gnu.org>
21801
21802 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
21803 within the code.
21804
218052000-02-16 Dave Love <fx@gnu.org>
21806
21807 * faces.el: Don't require custom. Add more specific :groups to
21808 various deffaces.
21809 (set-face-attribute): Purecopy args.
21810 (read-face-name): Default to name at point and use it in prompt.
21811 Remove colon from arg in all callers.
21812 (list-faces-display): Hyperlink to face descriptions and customize
21813 buffers.
21814
218152000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
21816
86f6474c 21817 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
21818
218192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21820
21821 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
21822 at ':' characters by call to split-string.
21823
218242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21825
21826 * textmodes/bibtex.el: Added RCS version identification.
21827
218282000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21829
21830 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 21831 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
21832 (bibtex-field-const): Allow capital letters.
21833 (bibtex-start-of-string): Deleted because unused.
21834
21835 * textmodes/bibtex.el: Unified some nomenclature. We no longer
21836 use the term 'reference' to describe a bibtex entry as a whole.
21837 Further, reference keys are no longer called 'labels'.
21838 (bibtex-keys): Renamed to bibtex-reference-keys.
21839 (bibtex-reformat-previous-labels): Renamed to
21840 bibtex-reformat-previous-reference-keys.
21841 (bibtex-reference-type): Renamed to bibtex-entry-type.
21842 (bibtex-reference-head): Renamed to bibtex-entry-head.
21843 (bibtex-reference-maybe-empty-head): Renamed to
21844 bibtex-entry-maybe-empty-head.
21845 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
21846 (bibtex-search-reference): Renamed to bibtex-search-entry.
21847 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
21848 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
21849 (bibtex-entry-field-alist, bibtex-entry-head)
21850 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
21851 (bibtex-map-entries, bibtex-search-entry)
21852 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
21853 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21854 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
21855 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
21856 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
21857 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
21858 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
21859
218602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21861
21862 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
21863 comment.
21864 (bibtex-format-field-delimiters): New function, functionality
21865 extracted from bibtex-format-entry.
21866 (bibtex-autokey-get-yearfield-digits): New function, functionality
21867 extracted from bibtex-autokey-get-yearfield.
21868
21869 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
21870 entries in order to avoid stack overflow in the regexp matcher if
21871 field contents become large.
86f6474c
SM
21872 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
21873 (bibtex-field-string-part-not-braced)
21874 (bibtex-field-string-part-no-inner-braces)
21875 (bibtex-field-string-part-1-inner-brace)
21876 (bibtex-field-string-part-2-inner-braces)
21877 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
21878 (bibtex-field-string-quoted, bibtex-field-string)
21879 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
21880 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
21881 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
21882 Deleted as parsing is now performed by the following functions.
21883 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
21884 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
21885 (bibtex-parse-field-string, bibtex-search-forward-field-string)
21886 (bibtex-parse-association, bibtex-field-name-for-parsing)
21887 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
21888 (bibtex-search-forward-field, bibtex-search-backward-field)
21889 (bibtex-start-of-field, bibtex-end-of-field)
21890 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
21891 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21892 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
21893 (bibtex-parse-string, bibtex-search-forward-string)
21894 (bibtex-search-backward-string, bibtex-start-of-string)
21895 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
21896 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
21897 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
21898 entries. Instead of reporting the results of the parsing by
21899 match-beginning or match-end, these functions return data structures
21900 that hold the corresponding positions.
21901 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
21902 return values rather than by match-beginning or match-end.
21903 The following functions have been adapted to use the new
21904 parsing functions.
21905 (bibtex-skip-to-valid-entry, bibtex-search-reference)
21906 (bibtex-enclosing-field, bibtex-format-entry)
21907 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
21908 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
21909 (bibtex-print-help-message, bibtex-end-of-entry)
21910 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
21911 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21912 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
21913 Use the new method for parsing.
21914 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
21915 (bibtex-map-entries, bibtex-flash-head)
21916 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
21917 (bibtex-autokey-change, bibtex-autokey-get-namefield)
21918 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
21919 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
21920 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
21921 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
21922 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
21923 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
21924
219252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21926
21927 * textmodes/bibtex.el: Copyright notice is up to date.
21928 Added constant 'bibtex-maintainer-salutation.
21929
86f6474c 21930 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
21931 than make-temp-name, use match-string-no-properties and eliminate
21932 a quadratic behavior when building bibtex-strings.
21933
21934 * bibtex.el (bibtex-reference-key): Accept string entries whose
21935 reference key contains upper case letters.
21936
219372000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21938
21939 * bibtex.el (bibtex-reference-head): Allow entries to start with
21940 a new line.
21941
219422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21943
21944 * bibtex.el: Hiding of entry bodies is not longer provided by
21945 bibtex.el directly. Instead the hideshow package can be used.
21946 Added a special bibtex entry to hs-special-modes-alist.
21947 (bibtex-hs-forward-sexp): Added for hideshow.el.
21948
219492000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
21950
21951 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
21952 proceedings entry type (for cross referencing). Thanks to Wagner
21953 Toledo Correa for the suggestion.
21954
21955 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
21956
219572000-02-14 Kenichi Handa <handa@etl.go.jp>
21958
21959 * international/characters.el: Setup case table for Vietnamese.
21960
219612000-02-12 Gerd Moellmann <gerd@gnu.org>
21962
21963 * uniquify.el (toplevel): Require CL at compile time.
21964 (uniquify-push): Removed.
21965
21966 * shadowfile.el (shadow-when): Removed.
21967
21968 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 21969 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
21970
21971 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
21972 regexp for paragraph-start.
21973
21974 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
21975 commas as well.
21976
219772000-02-10 Dave Love <fx@gnu.org>
21978
21979 * wid-edit.el: (widgets) [defgroup]: Remove url link.
21980 (widget-color-choice-list, widget-color-history, widget-mouse-help):
21981 Deleted.
21982 (widget-specify-field, widget-specify-button): Don't use
21983 widget-mouse-help as help-echo property.
21984 (default): Use #'ignore for :validate and :mouse-down-action.
21985 (checkbox): Add help-echo.
21986 (widget-sexp-validate): Rewritten to clarify error messages.
21987 (character): Use char-valid-p in :match function.
21988 (widget-color-complete): Use facemenu-color-alist.
21989 (widget-color-action): Use facemenu-read-color.
21990
21991 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
21992 set up `caar' &c that we now have.
21993
219942000-02-09 Ray Blaak <blaak@gnu.org>
21995
21996 * delphi.el: Make resourcestring a declaration region, like const
21997 and var.
21998
219992000-02-09 Dave Love <fx@gnu.org>
22000
22001 * bindings.el (mode-line-input-method-map): New variable.
22002 (mode-line-mule-info): Use it; fix last change.
22003 (mode-line-mode-menu): Move definition.
22004 (mode-line-mouse-sensitive-p): Deleted.
22005 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 22006 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
22007
22008 * startup.el (command-line-1): Don't call
22009 make-mode-line-mouse-sensitive.
22010
220112000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
22012
86f6474c
SM
22013 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
22014 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
22015
220162000-02-06 Stefan Monnier <monnier@cs.yale.edu>
22017
22018 * diff-mode.el (diff-kill-junk): New interactive function.
22019 (diff-reverse-direction): Use delete-and-extract-region.
22020 (diff-post-command-hook): Restrict the area so that the hook also works
22021 outside of any diff hunk. This is necessary for the minor-mode.
22022 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
22023 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
22024
22025 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
22026 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
22027 so that it can be used more easily in <foo>-mode-hook. Also make sure
22028 to avoid duplicate entries.
22029 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
22030 (font-lock-remove-keywords): Just as was done for `add', allow it to
22031 work even if font-lock-mode is nil. Also make sure we don't modify
22032 any pre-existing list by forcing a copy-sequence. Finally rename
22033 `major-mode' to `mode'.
22034 (font-lock-fontify-syntactic-anchored-keywords)
22035 (font-lock-fontify-anchored-keywords)
22036 (font-lock-fontify-keywords-region): Use line-end-position.
22037 Don't make `font-lock-multiline' local (it's now done in
22038 font-lock-set-defaults).
86f6474c
SM
22039 (font-lock-set-defaults): Make `font-lock-multiline' local.
22040 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
22041
220422000-02-06 Andrew Innes <andrewi@gnu.org>
22043
22044 * term/w32-win.el (x-handle-args): Comment out call to message,
22045 which occurs before window system is initialized.
22046
22047 * makefile.nt: Add support for recompiling lisp code.
22048
220492000-02-04 Dave Love <fx@gnu.org>
22050
22051 * bindings.el (mode-line-mule-info): Fix/extend last change.
22052
22053 * completion.el: Replace completion-dolist with dolist.
22054
86f6474c 22055 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
22056
220572000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
22058
86f6474c 22059 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
22060 environment names before they go into the section regexp.
22061
86f6474c 22062 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
22063 char class in regexp.
22064
86f6474c
SM
22065 * textmodes/reftex-parse.el (reftex-with-special-syntax):
22066 Bind `case-fold-search' to nil.
a30eb617 22067
86f6474c
SM
22068 * progmodes/idlwave.el (idlwave-template):
22069 Respect `idlwave-abbrev-change-case'.
22070 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
22071 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
22072 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
22073 (idlwave-rw-case): New function.
22074 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 22075 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
22076 (idlwave-surround): New argument LENGTH to support padding of
22077 operators longer than 1 char.
22078
22079 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
22080 idlwave-shell-expression-overlay. Implemented printing of
22081 expressions on higher levels of the calling stack.
86f6474c 22082 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
22083 (idlwave-retrieve-expression-from-level): New function.
22084 (idlwave-shell-last-calling-stack): Variable removed.
22085 (idlwave-shell-reset): Argument action reversed (`visible' to
22086 `hidden'). Also remove stop-line overlay.
22087 (idlwave-shell-calling-stack-routine): New variable.
22088 (idlwave-shell-parse-stack-and-display): Messages now display
22089 negative level numbers.
22090 (idlwave-shell-mode): Set `modeline-format'.
22091 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 22092 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
22093 (idlwave-shell-print-expression-function): New option.
22094
86f6474c
SM
22095 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
22096 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
22097 `tool-bar' instead of `toolbar'.
22098
220992000-02-02 Dave Love <fx@gnu.org>
22100
22101 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
22102 emacs-lisp-mode-hook. Don't check for defalias being defined.
22103
22104 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
22105 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
22106 Use the new builtins directly.
a30eb617
DL
22107
22108 * whitespace.el (whitespace): Add :version to defgroup.
22109
22110 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
22111 Doc fix.
22112
22113 * thingatpt.el (sexp-at-point, symbol-at-point)
22114 (number-at-point, list-at-point): Add autoload cookie.
22115
22116 * recentf.el (recentf): Add :version to defgroup.
22117
22118 * quickurl.el (quickurl): Add :version to defgroup.
22119
22120 * elide-head.el (elide-head): Use point-marker more.
22121
22122 * bs.el (bs): Add :version to defgroup.
22123
22124 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
22125
22126 * progmodes/delphi.el (delphi): Add :version to defgroup.
22127
221282000-02-02 Gerd Moellmann <gerd@gnu.org>
22129
22130 * ange-ftp.el (ange-ftp-write-region): Handle case that
22131 succeeding process operation sets a different coding system.
22132
22133 * calculator.el: New file.
22134
221352000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
22136
86f6474c 22137 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
22138 (display-mouse-p, display-popup-menus-p, display-graphic-p)
22139 (display-selections-p, display-screens, display-pixel-width)
22140 (display-pixel-height, display-mm-width, display-mm-height)
22141 (display-backing-store, display-save-under, display-planes)
22142 (display-color-cells, display-visual-class): New functions.
22143
22144 * term/tty-colors.el (tty-color-gray-shades): New function.
22145
22146 * faces.el (display-color-p): Use framep-on-display.
22147 (display-grayscale-p): New function.
22148
221492000-01-31 Dave Love <fx@gnu.org>
22150
22151 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
22152 (create-fontset-from-x-resource): Don't concat integers.
22153
221542000-01-31 Inge Frick <inge@nada.kth.se>
22155
22156 * view.el: Some changes in documentation. Removed some trailing
86f6474c 22157 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
22158 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
22159 window is not deleted. Modifies change 1998-04-26.
22160
221612000-01-31 Gerd Moellmann <gerd@gnu.org>
22162
22163 * windmove.el: New file.
22164
22165 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22166 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22167 progmodes/ebnf-yac.el: Update copyright and license info.
22168
86f6474c
SM
22169 * jit-lock.el (jit-lock-function): Widen before calculating
22170 end position.
a30eb617
DL
22171 (jit-lock-stealth-chunk-start): Rewritten.
22172
22173 * info.el (Info-title-face-alist): Removed.
86f6474c 22174 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
22175 (Info-fontify-node): Use these faces.
22176
221772000-01-30 Gerd Moellmann <gerd@gnu.org>
22178
22179 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
22180 (cl-macro-list1): Recognize `&allow-other-keys' instead of
22181 `&allow-other-keywords'.
22182
22183 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
22184 the list of directories scanned heuristically.
22185
86f6474c 22186 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
22187
221882000-01-30 Jason Rumney <jasonr@gnu.org>
22189
22190 * w32-fns.el: Define w32-tty-standard-colors.
22191
22192 * startup.el (command-line): Use w32-tty-standard-colors when in
22193 w32 console mode.
22194
221952000-01-30 Dave Love <fx@gnu.org>
22196
22197 * jka-compr.el (jka-compr-load): Fix up load-history.
22198
22199 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
22200
22201 * emacs-lisp/cl-macs.el: Revert previous change.
22202
222032000-01-29 Dave Love <fx@gnu.org>
22204
22205 * facemenu.el: Purecopy various strings.
22206
22207 * timezone.el (timezone-fix-time): Window against 69 for two-digit
22208 years. Deal with three-digit years.
22209
86f6474c
SM
22210 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
22211 Use defconst, purecopy.
a30eb617
DL
22212 (help-back-label): Purecopy it.
22213
222142000-01-18 Gerd Moellmann <gerd@gnu.org>
22215
22216 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
22217 variable. If non-nil, order the buffer list according to the
22218 currently selected frame.
22219 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
22220 non-nil, pass the selected frame to function buffer-list.
22221
222222000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22223
22224 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
22225
222262000-01-28 Dave Love <fx@gnu.org>
22227
22228 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
22229
22230 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
22231 Don't use lisp-indent-hook property.
22232 (cl-abs): Remove.
22233
22234 * subr.el: Move out indent and edebug specs for when and unless.
22235
22236 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
22237 when, unless.
22238
22239 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
22240 unless, when.
22241
222422000-01-28 Gerd Moellmann <gerd@gnu.org>
22243
22244 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
22245 `collecting' as synonym for `collect'.
22246
22247 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
22248 for the case it contains spaces.
22249
86f6474c 22250 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
22251
22252 * frame.el (delete-other-frames): New function.
22253 (toplevel): Bind it to C-x 5 1.
22254
22255 * sort.el (sort-numeric-base): New option.
22256 (sort-numeric-fields): If number starts with `0' or `0[xX[',
22257 interpret it as octal or hexadecimal. Use sort-numeric-base
22258 as default base.
22259
22260 * progmodes/glasses.el: New file.
22261
222622000-01-27 Gerd Moellmann <gerd@gnu.org>
22263
22264 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
22265 userids differently.
22266
22267 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
22268 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
22269 progmodes/ebnf-yac.el: New files.
22270
222712000-01-26 Dave Love <fx@gnu.org>
22272
22273 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
22274 on a function with an empty body. [From Eric Ludlam.]
22275
222762000-01-25 Andre Spiegel <spiegel@gnu.org>
22277
22278 * vc.el (vc-version-diff): Make sure file name is expanded.
22279
222802000-01-25 Gerd Moellmann <gerd@gnu.org>
22281
22282 * scroll-bar.el (scroll-bar-timer): Variable removed.
22283 (scroll-bar-toolkit-scroll): Don't use a timer.
22284
222852000-01-25 Kenichi Handa <handa@etl.go.jp>
22286
86f6474c
SM
22287 * language/thai-util.el (thai-composition-function):
22288 Delete superfluous `a'.
a30eb617
DL
22289
222902000-01-24 Dave Love <fx@gnu.org>
22291
22292 * fortran.el (fortran-mode): Use beginning-of-defun-function,
22293 end-of-defun-function.
22294
86f6474c 22295 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
22296
222972000-01-22 Jason Rumney <jasonr@gnu.org>
22298
22299 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
22300 conflicts with new face support.
22301
223022000-01-22 Richard M. Stallman <rms@gnu.org>
22303
22304 * replace.el (query-replace): Rename last arg to DELIMITED.
22305 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
22306 (query-replace-regexp): Likewise.
22307
223082000-01-20 Richard M. Stallman <rms@gnu.org>
22309
22310 * subr.el (with-syntax-table): Use make-symbol, not gensym.
22311
22312 * emacs-lisp/lisp.el (beginning-of-defun-function):
22313 Variable renamed from beginning-of-defun.
22314 Do not call make-variable-buffer-local.
22315 (beginning-of-defun-raw): Use new variable name; doc fix.
22316 (beginning-of-defun): Doc fix.
22317 (end-of-defun-function): Variable renamed from end-of-defun.
22318 Do not call make-variable-buffer-local.
22319 (end-of-defun): Use new variable name; doc fix.
22320
22321 * subr.el (dolist, dotimes): Copied from cl-macs.el
22322 and made to work.
22323
22324 * mail/undigest.el (rmail-digest-end-regexps):
22325 Variable replaces rmail-digest-end-regexp.
22326 Allows multiple regexps for detecting the end line.
22327 (undigestify-rmail-message): Corresponding changes.
22328
223292000-01-19 Dave Love <fx@gnu.org>
22330
22331 * files.el (user-init-file): Don't declare here -- is primitive.
22332
22333 * startup.el (command-line): Check for compiled user-init-file and
22334 set to uncompiled version if necessary.
22335
223362000-01-18 Gerd Moellmann <gerd@gnu.org>
22337
22338 * mail/undigest.el (rmail-digest-end-regexp): New user option.
22339 (undigestify-rmail-message): Use it.
22340
22341 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
22342
223432000-01-17 Gerd Moellmann <gerd@gnu.org>
22344
22345 * tmm.el (tmm-goto-completions): Adapt to prompt being part
22346 of mini-buffer.
22347
223482000-01-14 Gerd Moellmann <gerd@gnu.org>
22349
22350 * emacs-lisp/copyright.el (copyright-update): Removed the
22351 requirement for a trailing space from `copyright-regexp', to
22352 support copyrights with owner specified on a separate line..
22353
22354 * align.el: New file.
22355
22356 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
22357
22358 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
22359
223602000-01-13 Dave Love <fx@gnu.org>
22361
22362 * ph.el: Removed. (Obsoleted by EUDC.)
22363
223642000-01-13 Gerd Moellmann <gerd@gnu.org>
22365
22366 * net/eudc.el (toplevel): Remove autoloaded code installing
22367 menu with easymenu, because that causes build problems.
22368
22369 * frame.el (frame-notice-user-settings): New variable.
22370 (frame-notice-user-settings): Don't modify frame parameters
22371 if called a second time.
22372
223732000-01-13 Richard M. Stallman <rms@gnu.org>
22374
22375 * frame.el (frame-notice-user-settings):
22376 Notice default-frame-parameters even for non-window frames.
22377
223782000-01-13 Gerd Moellmann <gerd@gnu.org>
22379
22380 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
22381 for Emacs.
22382 (eudc-bob-can-display-inline-images): Extend for Emacs.
22383 (eudc-bob-toggle-inline-display): Ditto.
22384 (eudc-bob-display-jpeg): Ditto.
22385
223862000-01-12 Gerd Moellmann <gerd@gnu.org>
22387
22388 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
22389 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
22390 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
22391
86f6474c
SM
22392 * add-log.el (add-change-log-entry): Fix error trying an
22393 `(insert nil)'.
a30eb617
DL
22394
22395 * subdirs.el: Add `net' directory.
22396
22397 * net: New directory.
22398
22399 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
22400 eval-last-sexp. Don't bind debug-on-error here.
22401 (eval-last-sexp): New function. Bind debug-on-error if
22402 eval-expression-debug-on-error is non-nil.
22403 (eval-defun-2, eval-defun): Likewise.
22404
22405 * simple.el (eval-expression): Don't bind debug-on-error if
22406 eval-expression-debug-on-error is nil. Detect changed
22407 debug-on-error, and propagate new value to global binding, if
22408 eval-expression-debug-on-error is non-nil,
22409 (eval-expression-debug-on-error): Change doc string.
22410
224112000-01-11 Richard M. Stallman <rms@gnu.org>
22412
22413 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
22414
22415 * emacs-lisp/lisp-mode.el (with-syntax-table):
22416 Set up lisp-indent-function property.
22417
22418 * subr.el (with-syntax-table): Moved from simple.el.
22419
22420 * simple.el (with-syntax-table): Moved to subr.el.
22421
224222000-01-11 Gerd Moellmann <gerd@gnu.org>
22423
22424 * tmm.el (tmm-shortcut): Delete region after prompt instead
22425 of erasing buffer.
22426
22427 * textmodes/fill.el (fill-common-string-prefix): New function.
22428 (fill-context-prefix): Use the longest common prefix of first
22429 and second line fill prefix, if there is one.
22430
224312000-01-11 Richard M. Stallman <rms@gnu.org>
22432
22433 * array.el (array-mode): Don't use make-variable-buffer-local.
22434 Use make-local-variable for `truncate-lines'.
22435
224362000-01-11 Jari Aalto <jari.aalto@poboxes.com>
22437
22438 * add-log.el (add-log-current-defun): Handle user-defined
22439 add-log-current-function returning nil,
22440
22441 * add-log.el (add-change-log-entry): Insert version number
22442 if having found a current function
22443
86f6474c
SM
22444 * add-log.el (add-log-current-defun):
22445 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
22446 level 1. Strip whitespace from defun found.
22447
224482000-01-10 John Wiegley <johnw@gnu.org>
22449
22450 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 22451 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
22452
224532000-01-10 Dave Love <fx@gnu.org>
22454
22455 * elide-head.el (elide-head): Use point-marker, not point.
22456
224572000-01-10 Gerd Moellmann <gerd@gnu.org>
22458
22459 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
22460 before and after the year 2000.
22461
22462 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
22463 Add ispell- prefix.
22464
224652000-01-10 Ken Stevens <k.stevens@ieee.org>
22466
22467 * ispell.el: Only define dictionaries in menus when they exist.
22468 (version18p): New variable.
22469 (version20p): New variable.
22470 (xemacsp): New variable.
22471 (ispell-choices-win-default-height): Fix for XEmacs visibility.
22472 (ispell-dictionary-alist1): Added Brasileiro dictionary.
22473 (ispell-dictionary-alist6): Russian command lines no longer accept
22474 run-together words.
22475 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
22476 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
22477 (check-ispell-version): Added documentation string. Return library
22478 path when called non-interactively.
a30eb617
DL
22479 (ispell-menu-map-needed): Uses new variables.
22480 (ispell-library-path): New variable.
22481 (ispell-decode-string): XEmacs fix for bogus variable bindings.
22482 (ispell-word): Improved documentation string. Test for valid
22483 character mappings. Correctly check typed in word changes that can
86f6474c
SM
22484 result in single words split into multiple words.
22485 Return replacement word.
a30eb617
DL
22486 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
22487 replace in recursive query replace mode. Help message for
22488 recursive edit mode.
22489 (ispell-show-choices): Protect against bad framepop bindings.
22490 (ispell-help): Fix to work with XEmacs.
22491 (ispell-highlight-spelling-error): Use new variables.
22492 (ispell-overlay-window): Fix to work with XEmacs.
22493 (ispell-parse-output): Passed and returns location information
22494 tracking spelling corrections. Doesn't recheck same word on
22495 current line.
22496 (ispell-init-process): Protect against bogus XEmacs variable binding.
22497 Fix call to single argument in sleep-for. Use new variables.
22498 (ispell-region): Passed and returns location information tracking
22499 spelling corrections. Doesn't check same word on current line.
22500 Improved documentation string. Doesn't resend a line already
22501 checked to the ispell process - fixes bug in LaTeX parsing.
22502 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
22503 (ispell-skip-region): No longer skips <TT> in SGML.
22504 (ispell-process-line): Tracks location information with spelling
22505 corrections. Added documentation string. Accounts for words
22506 already accepted on this line. Don't allow query-replace on line
22507 starting with math characters. Doesn't resend a line already sent
22508 to ispell process. Fixes alignment error bug.
22509
225102000-01-10 Richard M. Stallman <rms@gnu.org>
22511
22512 * dired-x.el (dired-guess-shell-alist-default):
22513 Suggest xloadimage, which is free, not xv, which isn't.
22514
22515 * ange-ftp.el (ange-ftp-file-name-nondirectory):
22516 Don't ever include the host name or user name in the value.
22517
225182000-01-09 Gerd Moellmann <gerd@gnu.org>
22519
22520 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
22521 of a real newline.
22522
225232000-01-09 Stephen Eglen <stephen@gnu.org>
22524
22525 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
22526 for .png files.
22527
225282000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
22529
22530 * cus-edit.el (custom-hook-convert-widget): Fix comment.
22531
225322000-01-09 Gerd Moellmann <gerd@gnu.org>
22533
22534 * progmodes/cperl-mode.el: Replace ^F with ^L.
22535
86f6474c
SM
22536 * sendmail.el (toplevel): Provide `sendmail' when compiling before
22537 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
22538
225392000-01-08 Dave Love <fx@gnu.org>
22540
22541 * emacs-lisp/backquote.el: Remove inappropriate customization
22542 (allowing custom.el to use backquote).
22543
225442000-01-07 Dave Love <fx@gnu.org>
22545
22546 * add-log.el (add-log-debugging): Deleted.
22547 (add-change-log-entry): Treat a backup FILE-NAME as its parent
22548 file. Remove debugging code.
22549 (change-log-get-method-definition, change-log-name): Add doc.
22550 (change-log-sortable-date-at): New function.
22551 (change-log-merge): New command.
22552
22553 * time.el (display-time-string-forms): Make the Mail string active.
22554 (display-time-update): Provide help-echo for load average.
22555
22556 * bindings.el (make-mode-line-mouse2-map): New function.
22557 (mode-line-modified): Use it and simplify.
22558 (mode-line-mule-info): Provide help-echo info.
22559 (minor-mode-alist): Activate the strings.
22560 (make-mode-line-mouse-sensitive): Simplify for
22561 mode-line-buffer-identification.
22562
225632000-01-07 Gerd Moellmann <gerd@gnu.org>
22564
22565 * play/pong.el: New file.
22566
225672000-01-06 Dave Love <fx@gnu.org>
22568
22569 * array.el: Assorted cleanups for compiler warnings, doc strings,
22570 `array-' prefix for symbols.
22571
225722000-01-05 Dave Love <fx@gnu.org>
22573
86f6474c
SM
22574 * textmodes/outline.el (outline-mode-menu-bar-map):
22575 Add outline-headers-as-kill.
a30eb617
DL
22576 (outline-mode): Define imenu-generic-expression.
22577 (outline-headers-as-kill): New command.
22578
22579 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
22580 from paragraph-start.
22581 (paragraph-indent-minor-mode): New command.
22582
22583 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
22584 M-C-e, M-C-h, C-j, C-xnd, TAB.
22585 (fortran-mode): Set beginning-of-defun, end-of-defun.
22586 (fortran-column-ruler): Simplify.
22587 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
22588 (fortran-with-subprogram-narrowing): Likewise.
22589 (fortran-indent-subprogram): Call mark-defun.
22590 (fortran-check-for-matching-do): Change narrowing.
22591
22592 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
22593 (cl-lucid-hash-tag): Delete.
22594 (cl-hash-table-p): Correct test for native table.
22595 (cl-hash-table-count): Use hash-table-count.
22596
22597 * browse-url.el (browse-url): Fix case of
22598 browse-url-browser-function being an alist.
22599
226002000-01-05 Carsten Dominik <cd@gnu.org>
22601
22602 * textmodes/reftex-vars.el (reftex-parse-file-extension)
22603 (reftex-index-phrase-file-extension): New options.
22604
22605 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
22606 Use new option `reftex-index-phrase-file-extension'.
22607
22608 * textmodes/reftex.el (reftex-access-parse-file): Use new option
22609 `reftex-parse-file-extension'.
22610
226112000-01-05 Dave Love <fx@gnu.org>
22612
22613 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
22614 (beginning-of-defun-raw): Use it.
22615 (end-of-defun): New variable.
22616 (end-of-defun): Use it.
22617 (check-parens): New command.
22618
226192000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
22620
22621 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
22622 (hs-show-block): Don't use `mapcar' when not accumulating.
22623
22624 Fix buglet in local variables initialization.
22625
226262000-01-05 Andreas Schwab <schwab@suse.de>
22627
22628 * hscroll.el (hscroll): Doc fix.
22629
226302000-01-05 Carsten Dominik <cd@gnu.org>
22631
86f6474c
SM
22632 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
22633 Require idlw-toolbar.
a30eb617 22634
86f6474c 22635 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 22636 file idlw-rinfo.el.
86f6474c
SM
22637 (idlwave-customize): Load must read file idlw-shell.el.
22638 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
22639
226402000-01-05 Carsten Dominik <dominik@astro.uva.nl>
22641
22642 * progmodes/idlw-shell.el: Also provide idlwave-shell
22643 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
22644 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
22645
86f6474c 22646 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
22647 both reftex-dcr and reftex-vcr.
22648
22649 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
22650
226512000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22652
22653 * ps-print.el: PostScript code now is in separate files, doc fix.
22654 (ps-print-version): New version number (5.0.3).
22655 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
22656 local.
22657 (ps-spool-config): Initialization fix.
22658 (ps-print-prologue-1, ps-print-prologue-2)
22659 (ps-print-duplex-feature): PostScript code moved to separated file.
22660 (ps-background-image): Little code reformating.
22661 (ps-begin-file, ps-begin-job): Fix code.
22662 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
22663 (ps-prologue-file): New fun.
22664
226652000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22666
22667 * ps-vars.el: Eliminated.
22668
22669 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
22670 `;;;###autoload'.
22671
22672 * ps-print.el: ps-vars eliminated, doc fix.
22673 (ps-print-version): New version number (5.0.2).
22674 (ps-spool-config): Initialization fix.
22675 (ps-print-customize): New fun.
22676
226772000-01-04 Gerd Moellmann <gerd@gnu.org>
22678
86f6474c 22679 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
22680
226812000-01-04 Dave Love <fx@gnu.org>
22682
22683 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
22684 menu items.
22685
226862000-01-03 Dave Love <fx@gnu.org>
22687
22688 * elide-head.el (elide-head) [defgroup]: Add :version.
22689
22690 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
22691 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
22692 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
22693 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
22694
226952000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22696
22697 * faces.el (face-read-integer, read-face-attribute)
86f6474c 22698 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
22699
227002000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
22701
22702 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
22703 at comment end, and re-insert them after filling.
22704
227052000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22706
22707 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
22708 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
22709 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
22710
227112000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22712
22713 * term/x-win.el (xw-defined-colors): Call color-supported-p,
22714 the new name of face-color-supported-p.
22715
22716 * term/w32-win.el (xw-defined-colors): Likewise.
22717
227182000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
22719
22720 * simple.el (completion-setup-function): Count completion-size
22721 from minibuffer-prompt-end, not from point-min.
22722
227232000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
22724
22725 * faces.el (read-face-attribute, defined-colors, color-defined-p):
22726 Pass the frame to tty-color-* functions.
22727 (display-color-p, frame-set-background-mode): Pass the frame to
22728 tty-display-color-p.
22729
22730 * term/tty-colors.el (tty-defined-color-alist): Renamed from
22731 tty-color-alist.
22732 (tty-color-alist, tty-modify-color-alist): New functions.
22733 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
22734 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
22735 optional parameter FRAME.
a30eb617
DL
22736
227372000-01-01 Gerd Moellmann <gerd@gnu.org>
22738
86f6474c
SM
22739 * image.el (create-image, defimage): Don't assume image data is
22740 a string.
a30eb617
DL
22741
22742 * image.el (defimage): Handle specifications containing :data
22743 instead of :file.
22744 (image-type-from-data): New function.
22745 (image-type-from-file-header): Use it.
22746 (create-image): Add parameter DATA-P.
22747
22748See ChangeLog.8 for earlier changes.
22749
22750;; Local Variables:
22751;; coding: iso-2022-7bit
22752;; End:
2a34a036
GM
22753
22754 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
22755 Copying and distribution of this file, with or without modification,
22756 are permitted provided the copyright notice and this notice are preserved.