(which-func-mode): Invert which-func-mode-global.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
532f5197
SM
12001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2
3 * which-func.el (which-func-mode): Invert which-func-mode-global.
4 Fix from Juanma Barranquero <lektu@uol.com.br>.
5
1d279666
DL
62001-02-08 Dave Love <fx@gnu.org>
7
8 * textmodes/paragraphs.el (sentence-end): Doc fix.
9
10 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
11 `backward-line'.
12
532f5197
SM
13 * play/pong.el (pong-blank-color, pong-bat-color)
14 (pong-ball-color, pong-border-color, pong-left-key)
15 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
16 (pong-pause-key, pong-resume-key, pong-timer-delay):
17 * mail/mh-comp.el (mh-compose-letter-function):
18 * eshell/esh-mode.el (eshell-skip-prompt-function):
19 * emulation/viper-ex.el (ex-unix-type-shell-options):
20 * recentf.el (recentf-menu-filter):
21 * ps-print.el (ps-print-region-function):
22 * lpr.el (print-region-function):
23 * forms.el (forms-mode-hooks):
24 * dirtrack.el (dirtrack-directory-change-hook):
25 * cus-start.el (temp-buffer-show-function, display-buffer-function):
26 * textmodes/spell.el (spell-filter):
27 * textmodes/fill.el (adaptive-fill-function):
28 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
29 * progmodes/etags.el (find-tag-default-function):
30 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
31 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
32
6f676109
EZ
332001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
34
751d3bc4
EZ
35 * emulation/viper-init.el (viper-fast-keyseq-timeout)
36 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
37 Meyering <jim@meyering.net>.
38
6f676109
EZ
39 * loadup.el: Revert last change.
40
d3c26cdf
KH
412001-02-07 Kenichi Handa <handa@etl.go.jp>
42
43 * international/mule.el (transform-make-coding-system-args): Make
44 it work also for coding systems not using CCL.
45
44806980
EZ
462001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
47
9889af08
EZ
48 * simple.el (previous-matching-history-element)
49 (next-matching-history-element): Doc fix.
50
44806980
EZ
51 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
52 specific part.
53
1e36ff68
DL
542001-02-06 Dave Love <fx@gnu.org>
55
56 * add-log.el (add-log-current-defun-function)
57 (add-log-buffer-file-name-function, add-log-file-name-function):
58 Fix :type.
59 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
60
c7ca58df
EZ
612001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
62
fecd556a
EZ
63 * info.el (info-initialize): Remove the test for system-type when
64 invocation-directory is non-nil.
65
c7ca58df
EZ
66 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
67 of `font-lock-defaults' to `backward-paragraph' rather than nil.
68
587b5737
AI
692001-02-06 Andrew Innes <andrewi@gnu.org>
70
71 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
72 absolute.
73
baf7eee4
GM
742001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
75
76 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
77 buffers. When hi-lock turned on rather than only checking current
78 buffer for regexps, all buffers are checked. Moved activation of
79 font-lock to hi-lock-refontify. When font-lock turned off rather
80 than removing added highlighting just in current buffer, remove it
81 in all buffers. Changed edit menu text from "Automatic
82 Highlighting" to "Regexp Highlighting" Documentation for
83 highlighting phrases, minor documentation changes.
84 (hi-lock-set-file-patterns): Execute only if there are new or
85 existing file patterns.
86 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
87 unfontify and, if a support mode is active, will not refontify the
88 whole buffer. If necessary, turn on font lock. (Removed
89 font-lock-unfontify and font-lock support-mode-specific calls,
90 such as lazy-lock-fontify-window.)
91 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
92 patterns are found. Not useful now since find-file-hook is removed
93 if hi-lock is off, but may be needed for per-buffer hi-lock
94 activation.
95 (hi-lock-face-phrase-buffer): New function. Also added related
96 menu item and keybinding.
97 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
98 (hi-lock-process-phrase): New function.
99 (hi-lock-line-face-buffer): Doc fixes.
100 (hi-lock-face-buffer): Doc fixes.
101 (hi-lock-unface-buffer): Doc fixes.
102
36710aa6
GM
1032001-02-06 Gerd Moellmann <gerd@gnu.org>
104
105 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
106 dabbrev-ignored-regexps.
107
d3f22784
EZ
1082001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
109
110 * simple.el (kill-line): Doc fix.
111
5cb3c8d4
DL
1122001-02-05 Dave Love <fx@gnu.org>
113
114 * loadup.el: Revert last two changes -- bootstrapping works with
115 regenerated loaddefs.
116
e6297e7d
EZ
1172001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
118
1e14b095
EZ
119 * isearch.el (isearch-forward): Doc fix.
120
e6297e7d
EZ
121 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
122 of font-lock-defaults to backward-paragraph.
123
e16f52ce
GM
1242001-02-05 Gerd Moellmann <gerd@gnu.org>
125
126 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
127 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
128
01d19dd7
GM
1292001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
130
131 * ebnf2ps.el: Eliminate time-stamp functions.
132 (ebnf-version): New version (3.5).
133 (ebnf-eps-finish-and-write): Replace time-stamp functions by
134 format-time-string.
135
24886813
GM
1362001-02-05 Gerd Moellmann <gerd@gnu.org>
137
138 * simple.el (next-line): Goto end-of-line before inserting a newline.
139
65e70fc4
MB
1402001-02-05 Miles Bader <miles@gnu.org>
141
142 * image-file.el (insert-image-file): When visiting an image, also
143 set `truncate-lines' to t so that any fringe arrow looks correct.
144
482f06c9
KH
1452001-02-05 Kenichi Handa <handa@etl.go.jp>
146
147 * isearch.el (isearch-forward): Add description about input method
148 in the docsting.
149
02399da7
SM
1502001-02-04 Stefan Monnier <monnier@cs.yale.edu>
151
152 * skeleton.el (skeleton-internal-1): Always push the mark for @.
153
2c366083
EZ
1542001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
155
156 * info.el (info-initialize): If installation-directory is nil, for
157 DOS/Windows systems try looking in a sibling of
158 invocation-directory.
159
bdadfce3
GM
1602001-02-02 Gerd Moellmann <gerd@gnu.org>
161
79fb38c0
GM
162 * wid-edit.el (widget-button-click): Fix last change.
163
bdadfce3
GM
164 * frame.el (frame-notice-user-settings): When resizing the initial
165 frame because the tool bar is off, also change the frame's top
166 position if a negative top position was specified.
167
33155ffb
MB
1682001-02-02 Miles Bader <miles@gnu.org>
169
170 * image-file.el (insert-image-file): When visiting an image,
171 suppress the cursor in the image buffer.
172
1355ba0c
DL
1732001-02-01 Dave Love <fx@gnu.org>
174
175 * progmodes/f90.el (f90-mode): Remove startup message.
176
fb758d2d
AS
177 * vc-cvs.el: Remove autoloads. Require vc when compiling.
178
01acdb05
GM
1792001-02-01 Gerd Moellmann <gerd@gnu.org>
180
181 * startup.el (command-line): Fix code determining whether or not
182 to use delete-key-deletes-forward-mode.
183
5b1ee316
AS
1842001-02-01 Andre Spiegel <spiegel@gnu.org>
185
186 * vc.el (vc-diff-switches): New user option.
187 (vc-version-diff): Use it.
188 (vc-diff-switches-list): New macro.
189
190 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
191 customization options.
192 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
193
194 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
195
00b1e7a1
GM
1962001-02-01 Gerd Moellmann <gerd@gnu.org>
197
198 * msb.el (toplevel): Quote hook symbols.
199
85827036
KH
2002001-02-01 Kenichi Handa <handa@etl.go.jp>
201
8e028499 202 * international/mule.el (make-coding-system): Add description
3c948dde 203 about recognized properties in the docstring.
8e028499 204
85827036
KH
205 * international/mule-conf.el: Remove unused charsets
206 mac-roman-lower and mac-roman-upper.
207
7ccf7ab9
GM
2082001-01-31 Gerd Moellmann <gerd@gnu.org>
209
2441692d
GM
210 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
211 is in front of the left-margin, if any.
212
ee5cece0
GM
213 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
214 like `delete'.
215
216 * bindings.el: Define `kp-delete' like `delete' in
217 function-key-map.
218
7ccf7ab9
GM
219 * term/w32-win.el (mouse-set-font): Doc fix.
220
b4f30ec5
GM
2212001-01-31 Stefan Monnier <monnier@cs.yale.edu>
222
223 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
224 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
225 on already.
226
03e0fe6e
GM
2272001-01-31 Markus Rost <rost@math.ohio-state.edu>
228
229 * files.el (save-buffer): Don't give message if (buffer-file-name)
230 returns nil.
231
8f289acc
EZ
2322001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
233
cb4aae04
EZ
234 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
235
dbd98b19
EZ
236 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
237 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
238
8f289acc
EZ
239 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
240 display problems.
241
c12553c1
KH
2422001-01-31 Kenichi Handa <handa@etl.go.jp>
243
c7bf5db9
KH
244 * international/mule.el (charset-info): Fix docstring.
245
246 * international/mule-diag.el (describe-character-set): Check final
247 char valid before printing it.
c12553c1 248
14f16b9c
GM
2492001-01-30 Gerd Moellmann <gerd@gnu.org>
250
efaa080b
GM
251 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
252
eef93f99
GM
253 * frame.el (frame-notice-user-settings): Do the tool-bar
254 stuff only for graphical displays. Fix a braino.
255
14f16b9c
GM
256 * frame.el (frame-initialize): Create initial frame visible.
257 (frame-notice-user-settings): When tool-bar has been switched off,
258 correct the frame size and sync too-bar-mode.
259
260 * startup.el (command-line): Remove manipulation of frame
261 height for tool bars.
262
4ad25e43
EZ
2632001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
264
265 * lpr.el: Compatibility with XEmacs and doc fixes.
266 (lpr-windows-system, lpr-lp-system): New vars.
267 (lpr-printer-switch): New defcustom.
268 (printer-name, lpr-command): Customization fix.
269 (print-region-1): Code fix.
270 (print-region-new-buffer, printify-region): Indentation fix.
271 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
272 functions.
273
e8f044a0
GM
2742001-01-29 Gerd Moellmann <gerd@gnu.org>
275
276 * msb.el (toplevel): Fix the eval-after-load.
277
850d5045
GM
2782001-01-29 Dave Love <fx@gnu.org>
279
762fe76e
DL
280 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
281
282 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
283
850d5045
GM
284 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
285 compiling.
286 (tcl-using-emacs-19-23): Consider Emacs 21+.
287 (tcl-help-directory-list, tcl-command-switches): Fix :type.
288 (tcl-add-emacs-menu): Supply menu name.
289 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
290
3a768251
GM
2912001-01-29 Gerd Moellmann <gerd@gnu.org>
292
293 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
294
274d02f7
SM
2952001-01-29 Stefan Monnier <monnier@cs.yale.edu>
296
297 * pcvs.el (cvs-mark-fis-dead): New function.
298 (cvs-mode-add): Use it.
299 (cvs-mode-add-change-log-entry-other-window):
300 Rebind change-log-default-name to itself rather than to nil.
301
ed5d446e
SS
3022001-01-29 Sam Steingold <sds@gnu.org>
303
efaa080b 304 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
305 `autoload' statements.
306
e2a80284
EZ
3072001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
308
8e1db7b3
EZ
309 * files.el (confirm-kill-emacs): Doc fix.
310
ff2a1c79
EZ
311 * frame.el (frame-initialize): Doc fix.
312
e7b0deaf
EZ
313 * time-stamp.el (time-stamp-string): Doc fix.
314
e2a80284
EZ
315 * woman.el (WoMan-log-1): Make the log buffer writable. From
316 Markus Rost <rost@math.ohio-state.edu>.
317
005913e4
GM
3182001-01-29 Gerd Moellmann <gerd@gnu.org>
319
320 * imenu.el (imenu-syntax-alist): Add autoload cookie for
321 the `make-variable-buffer-local'.
322
58622cc5
GM
3232001-01-29 Dave Love <fx@gnu.org>
324
325 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
326 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
327 autoload cookie.
328 (ansi-color-apply-sequence): Fix typo.
329
0404d031
GM
3302001-01-29 Gerd Moellmann <gerd@gnu.org>
331
ed5d446e 332 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
333 Postscript printing in black and white.
334
0404d031
GM
335 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
336 X-Mailman-Version, Precedence, List-Help, List-Post,
337 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
338 Content-Type, Content-Length.
339
3b6ed359
DL
3402001-01-29 Dave Love <fx@gnu.org>
341
ddd16e7a
DL
342 * elide-head.el (elide-head): Make overlay evaporate.
343
3b6ed359
DL
344 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
345 fix.
346
8005142f
EZ
3472001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
348
349 * isearch.el (isearch-highlight): Don't punt if the display
350 doesn't support colors, since isearch faces are defined for
351 monochrome displays as well.
352
84728570
SS
3532001-01-27 Sam Steingold <sds@gnu.org>
354
355 * shell.el (shell-write-history-on-exit): Make sure that we are in
356 the shell buffer (M-x tex-file RET inserted the error message into
357 the TeX buffer).
358
e26f9ced
EZ
3592001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
360
361 * simple.el (transient-mark-mode): Doc fix.
362
dc0274bd
GM
3632001-01-27 Gerd Moellmann <gerd@gnu.org>
364
84728570 365 * progmodes/etags.el (find-tag-noselect): Don't bind
dc0274bd
GM
366 tags-file-name.
367
c1acacc4
EZ
3682001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
369
f5058b96
EZ
370 * shell.el (shell-unquote-argument): If the shell is one of the
371 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
372 quote character.
373 (shell-dumb-shell-regexp): Document that the shells which match
374 this regexp are supposed to not treat a backslash as a quote
375 character.
376
c1acacc4
EZ
377 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
378 from 2001-01-12. It is not needed, since backspace is mapped into
379 DEL.
380
8dc5c94d
GM
3812001-01-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
382
84728570 383 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
384 Treat a one-capital-letter abbrev as "not all upper case",
385 so as to force preservation of the expansion's pattern
386 if the expansion starts with a capital letter.
387
cfa70244
EZ
3882001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
389
cfee9de7
EZ
390 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
391 Doc fix.
392
cfa70244
EZ
393 * simple.el (transient-mark-mode): Document the fact that many
394 commands act on the region when mark is active.
395
17d90d6b
KH
3962001-01-27 Kenichi Handa <handa@etl.go.jp>
397
398 * international/quail.el (quail-setup-completion-buf): Make the
399 multibyteness of current buffer inherited to Quail completion
400 buffer.
401 (quail-show-guidance-buf): Make the multibyteness of current
402 buffer inherited to Quail guidance buffer.
403 (quail-help): Make the multibyteness of current buffer inherited
404 to Quail help buffer.
405
61076b20
DL
4062001-01-26 Dave Love <fx@gnu.org>
407
c47e2c68
DL
408 * time-stamp.el: Doc fixes.
409
84728570 410 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
411 (delphi-keyword-face, delphi-other-face): Fix :type.
412
940f14b4
DL
413 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
414
415 * mail/feedmail.el (feedmail): Add :link.
416 (feedmail-send-it): Doc fix.
417
418 * mail/sendmail.el: Doc fixes.
419 (sendmail-send-it): Fix the non-ASCII regexp and use
420 rfc2047-encode-string.
421
61076b20
DL
422 * dired.el, dired-aux.el: Revert last change.
423
6c317bd2
GM
4242001-01-26 Gerd Moellmann <gerd@gnu.org>
425
426 * makefile.w32-in (DONTCOMPILE): Add various term files.
427
4282001-01-26 Dave Love <fx@gnu.org>
429
430 * Makefile.in (DONTCOMPILE): Add various term files.
431
1c636b5f
GM
4322001-01-26 Gerd Moellmann <gerd@gnu.org>
433
af900b23
GM
434 * man.el (Man-default-man-entry, Man-mode): Doc fix.
435
15fa6db0
GM
436 * startup.el (display-startup-echo-area-message): Make sure
437 the echo area is resized to fit the size of the startup
438 message.
439
1c636b5f
GM
440 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
441 part of which is a constant.
442
9b1adbd5
EZ
4432001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
444
445 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
446 twice.
447
207d7545
GM
4482001-01-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
449
450 * simple.el (next-line): Don't let `newline' expand abbrevs.
451 Simplify slightly.
452 (open-line): Don't let `newline' expand abbrevs.
453
219227ea
JW
4542001-01-25 John Wiegley <johnw@gnu.org>
455
456 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
457 to `repeat' in the :type field.
458
459 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
460 allow a choice of regexp or nil.
d2906bf8 461 (pcomplete-dir-ignore): Same.
219227ea
JW
462
463 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
464 a command) to always fail.
465
ceba0dac
GM
4662001-01-25 Gerd Moellmann <gerd@gnu.org>
467
468 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
469 discard the result.
470 (iswitchb-to-end): Likewise.
471
9b0630e5
SS
4722001-01-25 Sam Steingold <sds@gnu.org>
473
474 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 475 Require vc.
9b0630e5 476
a2ed9670
SM
4772001-01-25 Stefan Monnier <monnier@cs.yale.edu>
478
f0c1adab
SM
479 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
480
a2ed9670
SM
481 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
482
34ac3367
DL
4832001-01-25 Dave Love <fx@gnu.org>
484
61076b20
DL
485 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
486 (describe-coding-system): Tweak the English text.
487
34ac3367
DL
488 * loadup.el: Preload international/ccl for utf-8.
489
4685e6b7
EZ
4902001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
491
492 * mail/rmail.el (rmail-redecode-body): Doc fix.
493
0fdb4475
KH
4942001-01-25 Kenichi Handa <handa@etl.go.jp>
495
23cfab61
KH
496 * international/mule-cmds.el (reset-language-environment): Reset
497 coding-category-utf-8 to mule-utf-8.
0fdb4475
KH
498
499 * international/mule-conf.el (coding-category-utf-8): Initialize
500 to mule-utf-8.
501
9b0630e5 502 * loadup.el: Preload international/utf-8.
0fdb4475
KH
503
504 * international/utf-8.el: New file.
505
245ed2b1
SM
5062001-01-24 Stefan Monnier <monnier@cs.yale.edu>
507
508 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
509
e95b0c08
SS
5102001-01-24 Sam Steingold <sds@gnu.org>
511
512 * dired.el (dired-replace-in-string): Removed.
513 (dired-sort-toggle): Use `replace-regexps-in-string'
514 instead of `dired-replace-in-string'.
9b0630e5 515
ceba0dac
GM
516 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
517 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 518
e95b0c08
SS
519 * gs.el (gs-replace-in-string): Removed.
520 (gs-options): Use `replace-regexps-in-string'
521 instead of `gs-replace-in-string'.
522
c3902c3e
EZ
5232001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
524
525 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
526 bug report is mailed to an email list and posted to a news group.
527
b66b6aeb
GM
5282001-01-24 Gerd Moellmann <gerd@gnu.org>
529
e7e41584
GM
530 * comint.el (comint-replace-by-expanded-history-before-point): Fix
531 change of 2000-08-03 to move point to the start of the line again.
532
b66b6aeb
GM
533 * startup.el (tool-bar-images-pixel-height): New variable.
534 (command-line): After loading the user's init file, when
535 tool-bar-mode is on, increase the frame's size by some lines for
536 the tool-bar.
537
538 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 539
ff890e66
SZ
5402001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
541
542 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
543 (chinese-big5): MIME:Big5.
544
04363179
GM
5452001-01-24 Gerd Moellmann <gerd@gnu.org>
546
e95b0c08 547 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
548 Handle commands with prefix args.
549
d56aaa64
GM
5502001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
551
552 * calendar/diary-lib.el (diary-float): Fix case of MONTH
553 being a list of numbers.
554 (diary-mail-entries): Rewritten.
555
99858627
DL
5562001-01-23 Dave Love <fx@gnu.org>
557
7aeb1fa9
DL
558 * international/mule.el (make-coding-system): Fix typo.
559
99858627
DL
560 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
561 backward-paragraph as font-lock-beginning-of-syntax-function.
562
5a43decf
EZ
5632001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
564
565 * font-lock.el (font-lock-mode): Doc fix.
566
b0e98867
KH
5672001-01-23 Kenichi Handa <handa@etl.go.jp>
568
569 * international/mule.el (make-translation-table): Fix docstring.
570
9c8acefd
EZ
5712001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
572
fd4976b8
EZ
573 * mail/rmail.el (rmail-redecode-body): New function.
574
9c8acefd
EZ
575 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
576
871e0439
GM
5772001-01-22 Gerd Moellmann <gerd@gnu.org>
578
21c2bbe0
GM
579 * isearch.el (isearch-lazy-highlight-case-fold-search)
580 (isearch-lazy-highlight-regexp): New variables.
581 (isearch-lazy-highlight-cleanup): Update lazy highlight if
582 case-fold search or regexp search has been toggled.
583
5710730c
GM
584 * wid-edit.el (widget-button-click): Avoid a save-excursion
585 around running a global binding.
586
871e0439
GM
587 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
588 to 0.25.
589
d0554957
MB
5902001-01-20 Miles Bader <miles@gnu.org>
591
592 * cus-edit.el (custom-face-save): Do post-processing on the face's
593 new value like `custom-face-set' does.
594
1519f618
EZ
5952001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
596
ccd87890
EZ
597 * mail/emacsbug.el (report-emacs-bug): Report the value of
598 LC_CTYPE, not LC_TYPE.
599
1519f618
EZ
600 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
601 isearch-toggle-regexp and isearch-edit-string to doc string.
602
9724173b
GM
6032001-01-19 Gerd Moellmann <gerd@gnu.org>
604
48bb9196
GM
605 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
606 as font-lock-beginning-of-syntax-function in font-lock-defaults.
607
e95b0c08 608 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
609 font-lock-beginning-of-syntax-function to nil.
610
dc81f8a2
EZ
6112001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
612
613 * mail/emacsbug.el (report-emacs-bug): Report values of
614 locale-coding-system, default-enable-multibyte-characters, and the
615 environment variables LC_ALL, LC_TYPE, and LANG.
616
99327974
GM
6172001-01-19 Gerd Moellmann <gerd@gnu.org>
618
111c181e
GM
619 * font-lock.el (font-lock-default-fontify-region): Fix last
620 change.
e95b0c08 621
2be6ecc6
GM
622 * font-lock.el (font-lock-multiline): Default to nil.
623 (font-lock-default-fontify-region): If font-lock-multiline is
624 nil, don't check the property `font-lock-multiline'.
625
99327974
GM
626 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
627 is nil, don't check the `font-lock-multiline' text property.
628
2550055a
MK
6292001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
630
0a949811 631 * viper.el: Call initial-major-mode on startup.
e95b0c08 632
0a949811 633 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 634
8501998a 635 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 636
2550055a 6372001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 638
0a949811 639 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 640 diff mode, if available.
e95b0c08 641
0a949811 6422001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 643
8501998a 644 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 645
2550055a
MK
646 * ediff-init.el (subst-char-in-string): Define and use it, unless
647 it's already defined.
e95b0c08 648
8962e303
GM
6492001-01-18 Gerd Moellmann <gerd@gnu.org>
650
651 * tooltip.el (tooltip-hide-delay): New user-option.
652 (tooltip-show): Use tooltip-hide-delay instead of the default.
653
6b453381
KH
6542001-01-18 Kenichi Handa <handa@etl.go.jp>
655
656 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
657 kill-local-variable doesn't work for enable-multibyte-characters.
658
9eaf396b
DL
6592001-01-17 Dave Love <fx@gnu.org>
660
cebd37ce
DL
661 * ediff-init.el (ediff-before-setup-hook)
662 (ediff-merge-filename-prefix): Add :version.
663
9eaf396b
DL
664 * international/latin1-disp.el: Require disp-table.
665 (latin1-display): Fix :set.
666
667 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
668
f864120f
GM
6692001-01-17 Gerd Moellmann <gerd@gnu.org>
670
671 * isearch.el (isearch-lazy-highlight-initial-delay)
672 (isearch-lazy-highlight-interval): Default to 0.
673
6742001-01-17 Bob Glickstein <bobg@zanshin.com>
675
676 * isearch.el (isearch-highlight): Set isearch-overlay priority to
677 1 here rather than each time through
678 isearch-lazy-highlight-new-loop.
679 (isearch-lazy-highlight-max): Variable deleted.
680 (isearch-lazy-highlight-max-at-a-time): New user variable, like
681 isearch-lazy-highlight-max but controls a single invocation of
682 isearch-lazy-highlight-update.
683 (isearch-lazy-highlight-wrapped): Variable recreated.
684 (isearch-lazy-highlight-window-start): New variable.
685 (isearch-lazy-highlight-cleanup): Restored to behavior of
686 before 2-Jan.
687 (isearch-lazy-highlight-remove-overlays): Function deleted;
688 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
689 behavior removed.
690 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
691 isearch-lazy-highlight-update in a loop rather than just once.
692 Test isearch-invalid-regexp here and decide not to start a new
693 loop, rather than testing it each time through
694 isearch-lazy-highlight-update.
695 (isearch-lazy-highlight-search): Function restored.
696 (isearch-lazy-highlight-update): Get called in a timer loop again,
697 but this time highlight more than one match each time through.
698 Only highlight matches in the visible part of the window. Start
699 at point, move in the direction of the search, and wrap around at
700 the edge of the window. Use sit-for to force redisplay and ensure
701 window-start is credible. "Face suppressing" behavior removed;
702 overlay priorities should make it unnecessary, right?
703 (isearch-highlight): Face suppressing behavior removed.
704 (isearch-dehighlight): Face suppressing behavior removed.
705 (isearch-set-lazy-highlight-faces-at): Removed.
706
076ec540
KH
7072001-01-17 Kenichi Handa <handa@etl.go.jp>
708
709 * language/european.el ("Latin-1"): Make the format of description
710 about additional language environments same as that of Latin-2.
711
92328ec5
DL
7122001-01-16 Dave Love <fx@gnu.org>
713
39f2174e
DL
714 * isearch.el (isearch-lazy-highlight): Add :version.
715
92328ec5
DL
716 * simple.el (backward-delete-char-untabify-method)
717 (next-line-add-newlines): Add :version.
718
f251459d
GM
7192001-01-16 Gerd Moellmann <gerd@gnu.org>
720
9d4850e5
GM
721 * bindings.el: Bind <backspace> and <delete> via function-key-map.
722 Don't bind <delete> otherwise.
723
724 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
725 and <delete> via function-key-map.
726
f251459d
GM
727 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
728 Subject line only if point is after the `Subject:'.
729
771ffcf7
KH
7302001-01-16 Kenichi Handa <handa@etl.go.jp>
731
bda6b481
KH
732 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
733 japanese-jisx0213-2 in `charset' property of this lang. env.
734
35793af7
KH
735 * language/european.el ("Latin-1"): Add description for Dutch and
736 Spanish lang. env.
737
771ffcf7
KH
738 * international/mule.el (decode-char): Fix conditions.
739 (encode-char): Handle eight-bit-control too.
1c8102ff 740 (transform-make-coding-system-args): New function.
50c29104
KH
741 (make-coding-system): Accept XEmacs style arguments for CCL base
742 coding system.
771ffcf7 743
e1cf67b6
GM
7442001-01-15 Gerd Moellmann <gerd@gnu.org>
745
746 * progmodes/etags.el (find-tag-noselect): Save the value of
747 tags-file-name before switching buffers, for the case it has a
748 buffer-local value.
749
b3287acf
GM
7502001-01-15 Alex Schroeder <alex@gnu.org>
751
9eaf396b
DL
752 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
753 From Dave Love <fx@gnu.org>.
b3287acf
GM
754 (ansi-color-for-comint-mode): Fix :version.
755
7562001-01-15 Alex Schroeder <alex@gnu.org>
757
758 * ansi-color.el (ansi-color-unfontify-region): Doc change.
759
8d7ff9c8
EZ
7602001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
761
762 * dired.el (dired-insert-directory): If file-system-info fails,
763 remove the " free " part, but don't signal an error.
764
dbe99ae9
SS
7652001-01-12 Sam Steingold <sds@gnu.org>
766
767 * bookmark.el (bookmark-maybe-historicize-string):
768 Use new backquote syntax.
769
420198cb
RS
7702001-01-12 Richard M. Stallman <rms@caffeine.ai.mit.edu>
771
772 * subr.el (last): Handle a list that doesn't end in nil.
773
ca2ddd8e
SS
7742001-01-12 Sam Steingold <sds@gnu.org>
775
776 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
777 to `backward-delete-char-untabify'.
778
1751c874
DL
7792001-01-12 Dave Love <fx@gnu.org>
780
781 * cus-edit.el (customize-menu-create): Fix the :filter following
782 easymenu change.
783
784 * wid-edit.el (function): Add :match-alternatives.
785 (widget-color-action): Doc fix.
786
3cccce8d
GM
7872001-01-12 Gerd Moellmann <gerd@gnu.org>
788
789 * calendar/calendar.el (calendar-basic-setup): Doc fix.
790
18bfd6b5
KH
7912001-01-12 Kenichi Handa <handa@etl.go.jp>
792
60a62fdc
KH
793 * international/mule-cmds.el (prefer-coding-system): Fix
794 docstring.
795
18bfd6b5
KH
796 * international/ccl.el (define-ccl-program): Fix docstring.
797
562e00da
DL
7982001-01-11 Dave Love <fx@gnu.org>
799
14fd0da3
DL
800 * international/mule-cmds.el (standard-display-european-internal):
801 Set display table for 2208 as for 160.
802
803 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
804
562e00da
DL
805 * progmodes/fortran.el (fortran-mode-map): Modify Customization
806 entry for custom-menu-create change.
807 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
808 don't cons it in the search loop.
809
810 * imenu.el (imenu--truncate-items): Revert last change.
811
6e961dcd
EZ
8122001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
813
814 * info.el (Info-setup-header-line): If the node header includes
815 either Next: or Prev: links, don't show the File: and Node: parts
816 in the header line.
817
2c2ff7f2
GM
8182001-01-11 Gerd Moellmann <gerd@gnu.org>
819
a7ee2d2e
GM
820 * comint.el (comint-goto-process-mark): Don't print a message
821 when running in batch mode.
822
c5348233
GM
823 * isearch.el (isearch-search): In the condition-case handler for
824 `error', set isearch-invalid-regexp to the whole error message.
825
422717d1
GM
826 * subr.el (eval-after-load): Call load-symbol-file-load-history to
827 ensure that eval-after-load works for files dumped with Emacs.
828
829 * help.el (load-symbol-file-load-history): New function extracted
830 from function symbol-file.
831 (symbol-file): Use it.
832
2c2ff7f2
GM
833 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
834 exit.xpm.
835
926861fb
EZ
8362001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
837
838 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
839 behave as if there were no prefix argument.
840 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
841 argument were nil.
842
afa1f52c
RS
8432001-01-11 Richard M. Stallman <rms@gnu.org>
844
ca2ddd8e 845 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
846 Don't look for more potential matches once maximum is exceeded.
847 Use overlays-in to check correctly for overlap with current match.
848 Ignore empty matches.
849
47a9f362
MB
8502001-01-11 Miles Bader <miles@gnu.org>
851
852 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
853 (ispell-overlay-window, ispell-help, ispell-show-choices)
854 (ispell-command-loop): Use it instead of `window-height'.
855
d196f58d
GM
8562001-01-10 Gerd Moellmann <gerd@gnu.org>
857
cf523f0e
GM
858 * files.el (confirm-kill-emacs): New user-option.
859 (save-buffers-kill-emacs): Ask for final confirmation before
860 killing Emacs.
861
d196f58d
GM
862 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
863 to nil.
864
7c6c3d8e
GM
8652001-01-10 Dave Love <fx@gnu.org>
866
1f8be15d
DL
867 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
868
869 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
870 :type.
871
872 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
873
874 * calculator.el (calculator-number-digits): Fix :type.
875
0d5184de
DL
876 * vc-cvs.el (vc-cvs-header): Fix :type.
877 * vc-rcs.el (vc-rcs-header): Fix :type.
878 * vc-sccs.el (vc-sccs-header): Fix :type.
879
880 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
881
7c6c3d8e
GM
882 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
883
8c9f73a2
GM
884 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
885
457b792c
GM
8862001-01-10 Gerd Moellmann <gerd@gnu.org>
887
888 * simple.el (set-variable): Force a thorough redisplay for the
889 case that the variable has an effect on the display, like
890 `tab-width' has.
891
d2622d08
AS
8922001-01-10 Andre Spiegel <spiegel@gnu.org>
893
894 * vc.el: Add documentation for backend interface.
895
ae4b5f4f
KH
8962001-01-10 Kenichi Handa <handa@etl.go.jp>
897
e0844717
KH
898 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
899
ae4b5f4f
KH
900 * international/mule-conf.el (latin-extra-code-table): Set to t
901 for \223 and \224.
902
3184082b
KH
9032001-01-09 Kenichi Handa <handa@etl.go.jp>
904
905 * international/mule-cmds.el (locale-language-names): Map "es" to
906 "Spanish" and "nl" to "Dutch".
907
732b9cdd
GM
9082001-01-09 Gerd Moellmann <gerd@gnu.org>
909
1dfca644
GM
910 * bindings.el (global-map): Bind <home> to beginning-of-line,
911 <end> to end-of-line, C-<home> to beginning-of-buffer, and
912 C-<end> to end-of-buffer.
913
732b9cdd
GM
914 * language/european.el: Add Dutch and Spanish language info
915 to be able to use the appropriate tutorials.
916
9172001-01-09 Alex Schroeder <alex@gnu.org>
918
919 * ansi-color.el (ansi-color-process-output): Use markers instead
920 of positions for start and end of region.
921 (ansi-color-apply-on-region): Rewrote code to make it more robust.
922 Previously, occasional mistakes happend when fontifying many
923 chunks of output (eg. ls --color=yes /dev). This happened
924 whenever an overlay was created up to the end of the region, which
925 coincided with the process-mark. New text would then be added
926 within that overlay instead of after it.
927 (ansi-color-make-extent): Overlays are created with the property
928 `modification-hooks' set to '(ansi-color-freeze-overlay).
929 (ansi-color-freeze-overlay): New function. When inserting text at
930 the end of the overlay, the overlay will resize.
931
9322000-01-09 Alex Schroeder <alex@gnu.org>
933
934 * ansi-color.el (ansi-color-process-output): Doc change.
935 (ansi-color-unfontify-region): Doc change. No longer installed
936 automatically in font-lock-unfontify-region-function.
937 (ansi-color-apply): Doc change.
938 (ansi-color-apply-on-region): Use extents or overlays instead of
939 text-properties.
940 (ansi-color-make-extent): New function.
941 (ansi-color-set-extent-face): New function.
942
9432000-01-09 Alex Schroeder <alex@gnu.org>
944
945 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
946 both use ansi-color-process-output, now.
947 (ansi-color-process-output): Doesn't return string anymore. It is
948 installed in comint-output-filter-functions for both Emacs and
949 XEmacs, now.
950 (ansi-color-unfontify-region): Simplified code removing variables
951 pos and start-ansi.
952 (ansi-color-apply): Put text-property ansi-color before putting
953 text-property face because ansi-color-unfontify-region is called
954 immediately after the call to put-text-property.
955 (ansi-color-context-region): Doc change.
956 (ansi-color-filter-region): Simplified code.
957 (ansi-color-apply-on-region): Changed start to start-marker, using
958 a marker explicitly. Put text-property ansi-color before putting
959 text-property face because ansi-color-unfontify-region is called
960 immediately after the call to put-text-property.
961
9622000-01-09 Alex Schroeder <alex@gnu.org>
963
964 * ansi-color.el (ansi-color-faces-vector): Doc change.
965 (ansi-color-for-comint-mode): Changed :type property to choice.
966 (ansi-color-last-context): Removed.
967 (ansi-color-process-output): Don't use ansi-color-last-context, as
968 the main functions will store their context now.
969 (ansi-color-context): Doc change.
970 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
971 Uses ansi-color-context such that repeated calls will strip
972 partial escape sequences, too.
973 (ansi-color-apply): Simplified code. Colorize end of string if
974 face is not null. Store context in new (FACE STRING) format, such
975 that repeated calls will strip partial escape sequences, too.
976 Append faces to face property using ansi-color-apply-sequence such
977 that cumulative mode actually works.
978 (ansi-color-context-region): New variable.
979 (ansi-color-filter-region): Rewrote it based on
980 ansi-color-apply-on-region. Uses ansi-color-context-region such
981 that repeated calls will strip partial escape sequences, too.
982 (ansi-color-apply-on-region): Simplified code. Colorize end of
983 region if face is not null. Store context in new (FACE POS)
984 format, such that repeated calls will strip partial escape
985 sequences, too. Append faces to face property using
986 ansi-color-apply-sequence such that cumulative mode actually
987 works.
988 (ansi-color-apply-sequence): New function.
989 (ansi-color-get-face): When the default face is added to the list
990 of faces, all previous settings are discarded and the list of
991 faces is set to '(default).
992
9932000-01-09 Alex Schroeder <alex@gnu.org>
994
995 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
996 face, such that ansi-color-apply and ansi-color-apply-on-region
997 will do the right thing.
998 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
999 returns nil, set the list of faces back to nil instead of
1000 appending the result of ansi-color-get-face to the front of the
1001 list.
1002
10032000-01-09 Alex Schroeder <alex@gnu.org>
1004
1005 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1006 (ansi-color-process): Doc change.
1007 (ansi-color-last-context): New buffer-local variable.
1008 (ansi-color-process-output): New function. It is automatically
1009 added to comint-output-filter-functions if this is XEmacs.
1010 (ansi-color-unfontify-region): New optional parameter for XEmacs
1011 compatibility. Check wether font-lock-syntactic-keywords is
1012 boundp before removing the syntax table text property, as XEmacs
1013 doesn't have it.
1014 (ansi-color-filter-region): Doc change.
1015 (ansi-color-apply-on-region): Doc change.
1016 (ansi-color-make-face): New function. Compatibility layer for
1017 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1018 (ansi-color-make-color-map): Use ansi-color-make-face.
1019 (ansi-color-get-face): Avoid face text property '(nil) as results
1020 in an errow for XEmacs.
1021
10222000-01-09 Alex Schroeder <alex@gnu.org>
1023
1024 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1025 text-property ansi-color in order to preserve fontification by
1026 ansi-color. When the package is loaded, a lambda expression is
1027 put onto font-lock-mode-hook. This lambda expression will check
1028 font-lock-unfontify-region-function and replace
1029 font-lock-default-unfontify-region with
1030 ansi-color-unfontify-region.
1031 (ansi-color-apply): Add text-property ansi-color in addition to
1032 text-property face.
1033 (ansi-color-apply-on-region): Add text-property ansi-color in
1034 addition to text-property face.
1035 (save-buffer-state): Copy of the macro that is also used by
1036 lazy-lock and font-lock.
1037
1038 (ansi-color-for-comint-mode): New option.
1039 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1040 (ansi-color-for-comint-mode-off): Ditto.
1041 (ansi-color-for-comint-mode-filter): Ditto.
1042 (ansi-color-process): New function. Uses
1043 ansi-color-for-comint-mode to decide what to do. This function is
1044 added to comint-preoutput-filter-functions when the package is
1045 loaded.
1046
1047 (ansi-color-for-shell-mode-set): Removed.
1048 (ansi-color-for-shell-mode): Removed.
1049
10502000-01-09 Alex Schroeder <alex@gnu.org>
1051
1052 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1053 the lambda expression from the ansi-color-for-shell-mode :set
1054 property. Additionally, modify shell-mode-hook to enable or
1055 disable font-lock-mode for future shell buffers.
1056 (ansi-color-for-shell-mode): The :set property calls
1057 ansi-color-for-shell-mode-set instead of a lambda expression.
1058
10592000-01-09 Alex Schroeder <alex@gnu.org>
1060
1061 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1062 (ansi-color-context): New variable.
1063 (ansi-color-apply): Save context between calls.
1064
fb55ff10
EZ
10652001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1066
29910493
EZ
1067 * isearch.el (isearch, isearch-lazy-highlight-face): New
1068 definitions for face colors and attributes.
1069
fb55ff10
EZ
1070 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1071 of display-mouse-p.
1072
134d6265
KH
10732001-01-09 Kenichi Handa <handa@etl.go.jp>
1074
1075 * international/mule.el (make-coding-system): If the coding system
1076 accepts extra latin codes, register such codes as safe for the
1077 coding system.
1078
78b8eee8
RS
10792001-01-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1080
984c9f75
RS
1081 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1082 don't mention the file name or the date here, because they are
1083 logged at the start of the file.
1084
10852001-01-08 Richard M. Stallman <rms@gnu.org>
1086
78b8eee8
RS
1087 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1088 Change screen-width to frame-width.
1089
1460e5d4
EZ
10902001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1091
1092 * info.el (Info-search): Print the default as part of the prompt.
1093
56f24bc1
AS
10942001-01-08 Andre Spiegel <spiegel@gnu.org>
1095
ca2ddd8e 1096 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
1097 constant implementations in backends.
1098
1099 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1100 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1101
1102 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1103 WRITABLE to EDITABLE.
1104
1105 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1106 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1107 to EDITABLE.
1108
b7812d30
EZ
11092001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1110
1111 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1112 (copyright, copyright-update): Compute the current year at run
1113 time.
1114
7e56ea04
GM
11152001-01-08 Gerd Moellmann <gerd@gnu.org>
1116
1117 * isearch.el (isearch-old-signal-hook): Removed.
1118 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1119 instead of setting signal-hook-function.
1120 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1121
a758f97d
GM
11222001-01-08 Kevin Gallagher <kevingal@onramp.net>
1123
1124 * emulation/edt.el: Update to version 4.0. Provide support for
1125 EDT scroll margins at top and bottom of the window. Provide an
1126 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1127 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1128 user when file-related buffer modifications exist. Provide
1129 support for running EDT Emulation in XEmacs. Provide customize
1130 access to some user updatable variables. Add Commentary section
1131 to file header. Fixed a few minor bugs and cleaned up some code.
1132
1133 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1134 for detecting a keypress that generates an ASCII key sequence.
1135 (Previously, only a keypress that generates a vector was
1136 recognized.) Embed Window Manager name into name of the generated
1137 EDT Emulation initialization file since the initialization file is
1138 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 1139
30db89f9
EZ
11402001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1141
4deb3ba9
EZ
1142 * mail/sendmail.el (mail-mode): Doc fix.
1143
30db89f9
EZ
1144 * info.el (Info-goto-emacs-command-node): Doc fix.
1145 (Info-goto-emacs-key-command-node): Doc fix.
1146
c3f2772b
EZ
11472001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1148
8726e79b 1149 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
1150 systems without long file-name support.
1151
0dac6924
AI
11522001-01-06 Andrew Innes <andrewi@gnu.org>
1153
1154 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1155
4e6ef391
EZ
11562001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1157
380866a2
EZ
1158 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1159 (isearch-lazy-highlight-update): Doc fix.
1160
148b5960
EZ
1161 * ffap.el (ffap-bindings): Doc fix.
1162
4e6ef391
EZ
1163 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1164
4cb1bcc2
DL
11652001-01-05 Dave Love <fx@gnu.org>
1166
1167 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1168
3828218c
GM
11692001-01-05 Gerd Moellmann <gerd@gnu.org>
1170
f1ade7d3
GM
1171 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1172 scroll-preserve-screen-position to nil.
1173
1f4139d5
GM
1174 * isearch.el (isearch-old-signal-hook): New variable.
1175 (isearch-mode): Set signal-hook-function to isearch-done.
1176 (isearch-done): Restore old signal-hook-function.
1177
3828218c
GM
1178 * info.el (Info-fontify-node): Mark one more char as intangible.
1179
3970013f
KH
11802000-01-05 Kenichi Handa <handa@etl.go.jp>
1181
3828218c 1182 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
1183 it is non-nil, compose preceding characters by compose-region with
1184 COMPONENTS.
1185
1186 * international/quail.el (quail-input-string-to-events): New function.
1187 (quail-input-method): Convert input string to events here.
1188 (quail-start-translation): Return input string, not event list.
1189 (quail-start-conversion): Likewise.
1190
f3b05e99
GM
11912001-01-04 Gerd Moellmann <gerd@gnu.org>
1192
ca2ddd8e 1193 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
1194 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1195 and tooltip-add-timeout.
1196 (tooltip-show): Set border color from faces's foreground.
1197 (tooltip-show-help-function): If called with the same help string
1198 as last time, do nothing.
1199 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1200
0f2ac578
GM
1201 * startup.el (fancy-splash-screens): Don't bind show-help-function
1202 to nil.
1203
f3b05e99
GM
1204 * tooltip.el (tooltip-frame-parameters): Remove colors.
1205 (tooltip): New face
1206 (tooltip-set-param): New function.
1207 (tooltip-show): Set up color frame parameters from face `tooltip'.
1208 Display the tooltip text in face `tooltip'.
1209
8416e94a
DL
12102001-01-04 Dave Love <fx@gnu.org>
1211
1212 * whitespace.el (whitespace-global-mode): Fix typo.
1213
1214 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1215
30db89f9
EZ
12162001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1217
1218 * help.el (help-for-help): Fix a typo in a doc string. From
1219 kwzh@gnu.org (Karl Heuer).
1220
b847eb8c
DL
12212001-01-03 Dave Love <fx@gnu.org>
1222
1223 * dired-x.el: Doc fixes. Maintainer change.
1224 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1225 :type.
1226 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1227 (dired-guess-shell-alist-user): Customize.
1228 (dired-x-help-address): Set to bug-gnu-emacs.
1229 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1230 (dired-default-directory): Renamed from default-directory.
1231
1232 * hl-line.el (hl-line): Doc fix.
1233
43c4b570
KF
12342001-01-03 Karl Fogel <kfogel@red-bean.com>
1235
1bf6b1bf 1236 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 1237
984c9f75 12382001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
1239
1240 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1241 to remove all the current alternative-match highlighting.
1242 If nil, remove only what's outside the current window.
1243 (isearch-lazy-highlight-remove-overlays): Take optional
1244 region within which NOT to remove them.
1245 (isearch-lazy-highlight-new-loop): Greatly simplified.
1246 (isearch-lazy-highlight-update): Find all the other occurrences
1247 visible in the window, in just one call.
1248 (isearch-lazy-highlight-start): Now holds start of region to scan.
1249 (isearch-lazy-highlight-end): Now holds end of region to scan.
1250 (isearch-lazy-highlight-wrapped): Variable deleted.
1251 (isearch-lazy-highlight-search): Function deleted.
1252
13d6a61c
AI
12532000-01-02 Andrew Innes <andrewi@gnu.org>
1254
1255 * w32-fns.el (convert-standard-filename): Do length check on name
1256 before aref.
1257
064866e7
DL
12582001-01-02 Dave Love <fx@gnu.org>
1259
b33e041b
DL
1260 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1261 value.
1262 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1263
1264 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1265
8166ffd5
DL
1266 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1267 read syntax.
1268
064866e7
DL
1269 * calendar/todo-mode.el (todo): Add :link, :version.
1270 (todo-save-top-priorities): Remove autoload cookie.
1271 (todo-add-category, todo-add-item-non-interactively)
1272 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1273 cookie.
1274
6dde6abc
GM
12752001-01-02 Gerd Moellmann <gerd@gnu.org>
1276
1277 * comint.el (comint-input-history-ignore): New variable.
1278 (comint-read-input-ring): Ignore entries matching
1279 comint-input-history-ignore.
1280
1a8a9daf
GM
12812001-01-02 Eric M. Ludlam <zappo@gnu.org>
1282
1283 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1284 (lm-copyright-mark): New function.
1285 (lm-crack-copyright): New function.
1286 (lm-verify): Check that the file has a copyright.
1287 Check that the file is copyright Free Software Foundation.
1288
9c92eb53
KH
12892000-12-30 Kenichi Handa <handa@etl.go.jp>
1290
1291 * international/mule-diag.el (print-fontset): Indent font name by
1292 24 columns, not 25.
1293
49172314
GM
12942000-12-29 Gerd Moellmann <gerd@gnu.org>
1295
762a68ec
GM
1296 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1297 in Subject line.
1298
49172314
GM
1299 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1300 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1301 continuing an interrupted message with C-u C-x m for instence,
1302 winds up in Mail mode without abbrevs.
1303
bd7a2e26
GM
13042000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1305
1306 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1307 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 1308 fix.
bd7a2e26
GM
1309 (ps-print-version): New version number (6.3.3).
1310 (ps-end-with-control-d): Initialization fix.
1311 (ps-lines-printed): New var.
1312 (ps-skip-newline): New fun.
1313 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1314 (ps-next-line, ps-continue-line, ps-plot-region)
1315 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 1316
2b3f28a4
KH
13172000-12-29 Kenichi Handa <handa@etl.go.jp>
1318
1319 * international/fontset.el (x-complement-fontset-spec): Resolve
1320 ASCII font name so that the same family name is used for fonts
1321 registered in x-font-name-charset-alist.
1322 (create-fontset-from-fontset-spec): Adjusted for the above change.
1323 The name of fontset alias should be a unresolved ASCII font name.
1324
2ece9174
GM
13252000-12-28 Gerd Moellmann <gerd@gnu.org>
1326
1327 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1328 and delete in isearch-mode-map.
1329
cbe3ad7a
RS
13302000-12-28 Richard M. Stallman <rms@gnu.org>
1331
ca2ddd8e 1332 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
1333 Use xpdf instead of acroread.
1334
a816f1c5
KH
13352000-12-28 Kenichi Handa <handa@etl.go.jp>
1336
f086e73c
KH
1337 * textmodes/artist.el (artist-butlast): Deleted.
1338 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 1339 artist-butlast.
f086e73c 1340
a816f1c5
KH
1341 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1342
1343 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1344
b202115b
EZ
13452000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1346
1347 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1348
1349 * ls-lisp.el: Better support for the Mac and MS-Windows.
1350 (ls-lisp): New defgroup.
1351 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 1352 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
1353 (ls-lisp-support-shell-wildcards): New defcustoms.
1354 (ls-lisp-parse-symlink): New function.
1355 (insert-directory): Code to convert switches to a list and set up
1356 the wildcard argument copied from ls-lisp-insert-directory.
1357 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1358 for -C and -R switches.
1359 (ls-lisp-column-format): New function.
ca2ddd8e 1360 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
1361 (ls-lisp-format-time): Add doc strings.
1362 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1363 Support ls-lisp-dirs-first.
1364 (ls-lisp-classify, ls-lisp-extension): New functions.
1365 (ls-lisp-format): Optionally support emulation of symlinks.
1366 Support -i, -s, and -G switches.
1367
6061fbf0
GM
13682000-12-27 Gerd Moellmann <gerd@gnu.org>
1369
5e25feee
GM
1370 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1371
6061fbf0
GM
1372 * version.el (emacs-version): Print X scroll bar information.
1373
1374 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1375 instead of x-toolkit-scroll-bars-p.
1376
1377 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1378 of x-toolkit-scroll-bars-p.
1379
25050dab
EZ
13802000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1381
1382 * ffap.el (ffap-bindings): Make interactive and add an autoload
1383 cookie.
1384 (ffap-bindings): Doc fix, to reflect the above change.
1385
c1786874
KH
13862000-12-27 Kenichi Handa <handa@etl.go.jp>
1387
1388 * term.el (term-char-mode): Define all non-ascii self-inserting
1389 characters to 'term-send-raw in term-raw-map.
1390
7261ece3 13912000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 1392
6061fbf0 1393 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3 1394 guard.
ca2ddd8e 1395
6061fbf0 1396 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 1397 initialization; use add-hook.
6061fbf0 1398 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 1399
6061fbf0 1400 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 1401
6061fbf0
GM
1402 * ediff.el (ediff-patch-buffer): Bug fix.
1403 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 1404
83f40583
SM
14052000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1406
1407 * subr.el (combine-run-hooks): Remove.
1408
1409 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1410 and remove the rogue second spec.
1411
bdd6d4e8
GM
14122000-12-23 Gerd Moellmann <gerd@gnu.org>
1413
1414 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1415
26736ce3
SM
14162000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1417
0e86b6b0
SM
1418 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1419 Use minibuffer menu prompt for the `=' prefix.
1420 (smerge-command-prefix): Change default to C-^.
6eabfb26 1421 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 1422
26736ce3
SM
1423 * skeleton.el (skeleton-internal-1): Make sure the first line of
1424 the region is also re-indented.
d21584d6
SM
1425 (skeleton-end-newline): New var.
1426 (skeleton-end-hook): Use it.
26736ce3 1427
95fa4fd7
MB
14282000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1429
1430 * comint.el (comint-password-prompt-regexp): Support CVS.
1431
f060b834
GM
14322000-12-22 Gerd Moellmann <gerd@gnu.org>
1433
856ff7a7
GM
1434 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1435 backspace key combinations, depending on
1436 delete-key-deletes-forward.
1437
1438 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1439
f060b834
GM
1440 * simple.el (delete-key-deletes-forward): Doc fix.
1441
653558a1
GM
14422000-08-22 Emmanuel Briot <briot@gnat.com>
1443
1444 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 1445 white spaces are relevant in the XML file.
653558a1
GM
1446 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1447 to parse was already edited. This allows for on-the-fly analysis
26736ce3 1448 of XML files.
653558a1
GM
1449 (xml-parse-tag): Check that the casing is the same in the start
1450 tag and end tag, since XML is case-sensitive. Allows for spaces
1451 in the end tag, after the name of the tag.
1452 (xml-parse-attlist): Allow for the character '-' in the name of
1453 attributes, as in the standard http-equiv attribute Do not save
26736ce3 1454 the properties in the XML tree, since they are not relevant.
653558a1 1455
3ad93d8d
SM
14562000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1457
1458 * generic.el (generic-read-type): Undo last change, inline into
1459 `generic-mode' and then remove.
1460 (generic-mode): Inline generic-read-type.
1461 (define-generic-mode): Push the symbol name rather than the symbol
1462 onto generic-mode-list.
1463
177f4e88
GM
14642000-12-21 Gerd Moellmann <gerd@gnu.org>
1465
8e15274f
GM
1466 * generic.el (generic-read-type): Build an alist for
1467 completing-read as in 20.7.
1468
1469 * play/landmark.el (lm): Use interactive spec `P'.
1470 (toplevel): Don't set debug-on-error.
1471
177f4e88
GM
1472 * server.el (server-switch-buffer): Choose a window on a visible
1473 frame.
1474
6ba384dc
GM
14752000-12-21 Dave Pearson <davep@davep.org>
1476
1477 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 1478
647a066c
GM
14792000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1480
1481 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1482 ranges like \177-\237, but accepts the character sequence from \177 to
1483 \237. Doc fix.
1484 (ebnf-version): New version (3.4).
1485 (ebnf-setup): Code fix.
1486 (ebnf-range-regexp): New fun.
1487 (ebnf-8-bit-chars): Const fix.
1488
1489 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1490 entry. Doc fix.
1491 (ebnf-bnf-lex): Code fix.
1492 (ebnf-bnf-comment-chars): Const fix.
1493
1494 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1495 entry. Doc fix.
1496 (ebnf-iso-comment-chars): Const fix.
1497
1498 * ebnf-otz.el: Doc fix.
1499
1500 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1501 entry. Doc fix.
1502 (ebnf-yac-skip-code): Code fix.
1503 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 1504
bc22fd18
EZ
15052000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1506
1507 * files.el (insert-directory-safely): New function.
834d23b2 1508 (recover-file): Use it instead of insert-directory. From Markus
ca2ddd8e 1509 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 1510
587fc3f9
KH
15112000-12-21 Kenichi Handa <handa@etl.go.jp>
1512
eeefcfde 1513 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 1514 coding-category-list more rigidly. Improve help message.
eeefcfde 1515
587fc3f9
KH
1516 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1517
01860fb9
MB
15182000-12-21 Miles Bader <miles@gnu.org>
1519
587fc3f9
KH
1520 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1521 prefix.
01860fb9 1522
3f9d67a6
KH
15232000-12-21 Kenichi Handa <handa@etl.go.jp>
1524
9fd1c1f7
KH
1525 * international/mule-diag.el (describe-char-after): Make *Help*
1526 buffer inherit multibyteness of the current buffer.
1527
3f9d67a6
KH
1528 * international/mule.el (make-char): Docstring adjusted for the
1529 change of make-char-internal.
1530
c9669fac
SM
15312000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1532
1533 * international/iso-cvt.el: Docstrings fix.
1534
19594307
DL
15352000-12-20 Dave Love <fx@gnu.org>
1536
1537 * subr.el (eval-after-load): Doc fix.
1538
b1a447b3
KH
15392000-12-20 Kenichi Handa <handa@etl.go.jp>
1540
1541 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1542 for numbers.
1543
09877d5d
MB
15442000-12-20 Miles Bader <miles@gnu.org>
1545
1546 * international/quail.el (quail-help): Resize the help window
1547 again after it has all its contents. Remove unneeded progn.
1548
71d4497a
GM
15492000-12-19 Gerd Moellmann <gerd@gnu.org>
1550
1551 * pcmpl-linux.el: Fix copy/paste error.
1552
741e56a0
AI
15532000-12-19 Andrew Innes <andrewi@gnu.org>
1554
1555 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1556 docstring.
1557
cc24d91c
CD
15582000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1559
ba4c05aa
CD
1560 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1561
1562 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1563
1564 * progmodes/idlw-shell.el: Fixed copyright notice.
1565
1566 * progmodes/idlwave.el: Fixed copyright notice.
1567
71d4497a 1568 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
1569 TAB as key separators.
1570
524c8caf
GM
15712000-12-19 Alex Schroeder <alex@gnu.org>
1572
1573 * sql.el (sql-sybase-options): New option.
1574 (sql-sybase): Use it. Add sql-database to the list of parameters
1575 provided for login. The options -w 2048 -n are not used any more.
1576 (sql-postgres-options): Changed default from "--pset" to "-P".
1577 (sql-mysql-options): Doc change.
1578 (sql-stop): Doc change.
1579
b5fa513d
KH
15802000-12-19 Kenichi Handa <handa@etl.go.jp>
1581
1582 * international/quail.el (quail-input-method): Always hide
1583 the guidance buffer on exiting.
1584
91c9e6ce
GM
15852000-12-18 Gerd Moellmann <gerd@gnu.org>
1586
c6da4eb4
GM
1587 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1588 isn't fboundp.
1589
3d2a0e0b
GM
1590 * server.el (server-buffer-done): Bury the buffer before
1591 killing it.
1592
91c9e6ce
GM
1593 * faces.el (face-spec-set): Interpret a nil in specs for
1594 foreground and background colors as `unspecified', for
1595 compatibility with 20.x.
1596
40fa0008
DL
15972000-12-18 Dave Love <fx@gnu.org>
1598
22adbe54
DL
1599 * simple.el (mail-user-agent): Doc fix.
1600 (input-mode-8-bit): Removed.
1601
1602 * international/mule.el (set-keyboard-coding-system): Doc fix.
1603 (keyboard-coding-system): New option.
1604
40fa0008
DL
1605 * mail/sendmail.el (send-mail-function): Customize.
1606
6f4745e2
EZ
16072000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1608
1609 * international/codepage.el (cp866-decode-table): New table.
1610
82b90229
GM
16112000-12-18 Gerd Moellmann <gerd@gnu.org>
1612
1613 * version.el (emacs-version): Remove `%a' from the time format
1614 because the weekday doesn't fit well into each locale.
1615
5a047002
MB
16162000-12-18 Miles Bader <miles@gnu.org>
1617
7f49aa07
MB
1618 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1619
ca2ddd8e 1620 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
1621 Check that emacs-major-version is `=' to 20, not `>='.
1622 (artist-replace-chars): Use `make-string' instead of a loop.
1623
22ea2607
EZ
16242000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1625
1626 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1627 (cvs-execute-single-file): Don't change directory.
1628 Patch from Per Cederqvist.
1629
6c825f8e
EZ
16302000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1631
1632 * textmodes/ispell.el (check-ispell-version): If
1633 `ispell-program-name' is "aspell", pass it the -v switch instead
1634 of -vv.
1635
8ff06845
KH
16362000-12-16 Kenichi Handa <handa@etl.go.jp>
1637
af4bb4c8
KH
1638 * international/mule-diag.el (mule-diag): Insert information about
1639 configure options, multibyte awareness, language env.
1640
8ff06845
KH
1641 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1642 regexp to search for candidates.
1643
b24e84ab
EZ
16442000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1645
1646 * info.el (Info-forward-node): If the node has an
1647 Info-header-line, widen the buffer before searching for "next:"
1648 and "up:" pointers, and set the search limit to stay in the
1649 current node.
1650
7981d89f
MB
16512000-12-16 Miles Bader <miles@gnu.org>
1652
1653 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1654
88ee7917
MB
16552000-12-15 Miles Bader <miles@gnu.org>
1656
1657 * comint.el (comint-send-string, comint-send-region): Also accept
1658 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1659 process-send-string/region.
1660
0c28d842
GM
16612000-12-15 Gerd Moellmann <gerd@gnu.org>
1662
4ea7fdca
GM
1663 * isearch.el (isearch-lazy-highlight-max): New user-option.
1664 (isearch-lazy-highlight-update): Don't highlight more than
1665 isearch-lazy-highlight-max matches.
1666
0c28d842
GM
1667 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1668
984c9f75 16692000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 1670
8062e53a
GM
1671 * sort.el (sort-columns): Fix error message.
1672
3ffa545b
GM
1673 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1674 `upcase' or `downcase' or nil.
1675 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1676 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1677 (dabbrev--substitute-expansion): New arg record-case-pattern.
1678 If it is non-nil, set dabbrev--last-case-pattern.
1679 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1680
1681 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1682
c2d7f289
MB
16832000-12-15 Miles Bader <miles@gnu.org>
1684
b6348438
MB
1685 * paths.el (Info-default-directory-list): Don't delete
1686 configure-info-directory from the list of standard info
1687 directories when appending it to the end -- their order is
1688 important.
1689
f9056dd9
MB
1690 * faces.el (read-face-attribute): If there's no entry for the
1691 user's input in VALID, just use it as-is (this will often result
1692 in an error, but it may be OK for e.g. colors using hexadecimal
1693 notation, and at least will yield a better error message).
1694
c2d7f289 1695 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 1696 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
1697 Variables removed.
1698 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1699 window is really the right size. Use vertical-motion
1700 rather than forward-line.
1701 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1702 (ispell-command-loop, ispell-show-choices): Use the variable
1703 ispell-choices-win-default-height, rather than the function.
1704 (ispell-choices-win-default-height): Function removed.
1705 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 1706
8f530b95
SM
17072000-12-14 Stefan Monnier <monnier@cs.yale.edu>
1708
1709 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1710
6d435deb
EZ
17112000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1712
4dddb0b7
EZ
1713 * paths.el (Info-default-directory-list): If
1714 configure-info-directory is not one of the standard directories,
1715 put it first in the list; otherwise put it last. Doc string
1716 changed accordingly.
1717
1718 * info.el (Info-directory-list): Change doc string to reflect the
1719 change in Info-default-directory-list.
1720
6d435deb
EZ
1721 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1722 windows-nt as windowed environments, even under -nw.
1723
1724 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1725 if not fboundp. Switch delete-forward mode for the <delete> key
1726 on all PC platforms, even under -nw.
1727
1728 * term/internal.el ([M-delete]): Remap to M-d.
1729
9d7d9263
GM
17302000-12-14 Gerd Moellmann <gerd@gnu.org>
1731
1732 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1733
7cf0153a
EZ
17342000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1735
1736 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1737
5e5b3d41
GM
17382000-12-14 Gerd Moellmann <gerd@gnu.org>
1739
5f368d29
GM
1740 * startup.el (command-line): Call delete-key-deletes-forward-mode,
1741 if appropriate.
1742
1743 * simple.el (delete-key-deletes-forward): New user-option.
1744 (delete-key-deletes-forward-mode): New function.
1745
9d7d9263 1746 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 1747
5e5b3d41
GM
1748 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1749 if symbol is bound before getting its value.
1750
1751 * tooltip.el (tooltip-show): If an error is signaled in
1752 x-show-tip, display that error, and display the help in the
1753 echo area.
ca2ddd8e 1754
191b83b6
KH
17552000-12-14 Kenichi Handa <handa@etl.go.jp>
1756
1757 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1758 "... entries" messages for every 10000 entries, not 10.
1759
6192b604
KF
17602000-12-13 Karl Fogel <kfogel@red-bean.com>
1761
1762 * bookmark.el: Provide a generic exit hook, as suggested by
1763 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
1764 (bookmark-exit-hook): New var.
1765 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
1766 old raw lambda form in `kill-emacs-hook', and runs new
1767 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
1768 as logically that feature must have been provided if this function
1769 is running.
1770 Removed ;;;###autoload before the `add-hook' call.
1771
5edf6b55
SM
17722000-12-13 Stefan Monnier <monnier@cs.yale.edu>
1773
1774 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1775 (easy-menu-current-active-maps): New function.
1776 (easy-menu-get-map): Use it.
1777 Make a proper menu entry when creating a new keymap.
1778
16b5e8e6
KH
17792000-12-13 Kenichi Handa <handa@etl.go.jp>
1780
d49fc4eb
KH
1781 * international/characters.el: Fix cases and syntaxes for
1782 mule-unicode-0100-24ff.
1783
3b53d876
KH
1784 * dired.el (dired-move-to-filename-regexp): Fixed for the case
1785 that a Japanese character is not appended after day and year.
1786
16b5e8e6
KH
1787 * info.el (Info-suffix-list): Change format for a command that
1788 requires arguments.
1789 (info-insert-file-contents): Adjusted for the above change.
1790
1df1c518
AS
17912000-12-12 Andreas Schwab <schwab@suse.de>
1792
1793 * tar-mode.el (tar-extract): Base the name of the subfile buffer
1794 on the name of the tar buffer. Verify that the existing buffer is
1795 visiting the same subfile.
1796
a7a07b98
DL
17972000-12-12 Dave Love <fx@gnu.org>
1798
1799 * subdirs.el: Add obsolete.
1800
4fdbd809
GM
18012000-12-12 Gerd Moellmann <gerd@gnu.org>
1802
bfdb75ee
GM
1803 * mail/rmailsum.el (rmail-summary-expunge)
1804 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1805 instead of rmail-confirm-expunge.
1806
4fdbd809
GM
1807 * replace.el (perform-replace): Don't use an empty match adjacent
1808 to a non-empty match when computing the next match before the
1809 replacement is performed.
1810
e9a59cad
GM
18112000-12-12 Milan Zamazal <pdm@freesoft.cz>
1812
1813 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1814 definition (patch by Stefan Monnier).
1815 (glasses-mode): Use jit-lock instead of `after-change-functions'
1816 (patch by Stefan Monnier).
1817
c2def7a0
MB
18182000-12-12 Miles Bader <miles@gnu.org>
1819
1820 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1821 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1822
591b63b4
AC
18232000-12-12 Andrew Choi <akochoi@i-cable.com>
1824
1825 * term/mac-win.el: Remove load for ls-lisp.
1826
a924cf63 1827 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 1828
5ff4ba3d
MB
18292000-12-12 Miles Bader <miles@gnu.org>
1830
1831 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1832 Respect field end too.
1833 (just-one-space): Respect fields as `delete-horizontal-space'.
1834 (newline-and-indent, reindent-then-newline-and-indent): Use
1835 `delete-horizontal-space'.
1836
d0c679bc
SM
18372000-12-11 Stefan Monnier <monnier@cs.yale.edu>
1838
adf9c994
SM
1839 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1840 (so as to obey the field property in the minibuffer).
1841
4b0cd42d
SM
1842 * obsolete/c-mode.el: Moved from lisp/progmodes.
1843 * obsolete/auto-show.el: Moved from lisp.
1844 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 1845
89f85863
CD
18462000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
1847
1848 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
1849 changes to list them here.
1850
1851 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
1852 many changes to list them here.
1853
1854 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
1855 many changes to list them here.
1856
1857 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1858
3e0d35ce
GM
18592000-12-11 Gerd Moellmann <gerd@gnu.org>
1860
d990421f
GM
1861 * simple.el (kill-new): Don't try to setcar kill-ring if it is
1862 nil.
1863
ca2ddd8e 1864 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
1865 Comment fix.
1866
3e0d35ce
GM
1867 * hscroll.el: Moved to `obsolete' subdir.
1868
ff904dd6
MB
18692000-12-11 Miles Bader <miles@gnu.org>
1870
1871 * window.el (window-text-height): Function removed (now in C).
1872
fb97d87f
SM
18732000-12-10 Stefan Monnier <monnier@cs.yale.edu>
1874
1875 * log-edit.el (log-edit-parent-buffer): New var.
1876 (log-edit): Set it. Add BUFFER argument.
1877 (log-edit-done): Use char-before.
1878 Don't bother checking validity of vc-comment-ring.
1879 Only bury the buffer if log-edit popped it up.
1880
1881 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1882 (cvs-mode-diff-help): Remove.
1883 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 1884 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
1885
1886 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1887 Remove binding for ? now made unnecessary.
1888
7de77417
CD
18892000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
1890
1891 * textmodes/reftex.el (reftex-scanning-info-available-p): New
1892 function
1893 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1894
1895 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1896 when master file is not open.
1897
4efa209f
SM
18982000-12-09 Stefan Monnier <monnier@cs.yale.edu>
1899
1900 * progmodes/ada-stmt.el: Update `maintainer'.
1901
0a8052bd
GM
19022000-12-09 Stephen Gildea <gildea@alum.mit.edu>
1903
1904 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1905 choices to match documentation string.
1906
a12167c5
MB
19072000-12-09 Miles Bader <miles@gnu.org>
1908
2161605d
MB
1909 * minibuf-eldef.el: New file.
1910
a12167c5
MB
1911 * window.el (fit-window-to-buffer): Don't pass last argument to
1912 pos-visible-in-window-p, now that its meaning is inverted.
1913
9ea8de1b
EZ
19142000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
1915
1916 * image.el (create-image): Doc fix; spotted by Per Cederqvist
1917 <ceder@lysator.liu.se>.
1918
5002ddbb
SM
19192000-12-08 Stefan Monnier <monnier@cs.yale.edu>
1920
b6114d80
SM
1921 * autoinsert.el (auto-insert-alist): Add missing final \n.
1922
ee8d23ee
SM
1923 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
1924 (cvs-menu-map): Remove.
1925 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1926 (cvs-mode-quit): Turn it back into a plain function.
1927
5002ddbb 1928 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 1929 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
1930
1931 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1932 file where it's more visible.
1933 (texinfo-filter, texinfo-chapter-level-regexp): New variables
1934 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1935 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1936 (texinfo-inside-macro-p): Only catch `scan-error's.
1937 (texinfo-inside-env-p): Make better use of the match info.
1938 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1939 (texinfo-insert-@end): Slight re-organization.
1940 Also remove useless `looking-at' call.
1941
30cd075d
AI
19422000-12-08 Andrew Innes <andrewi@gnu.org>
1943
1944 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1945 accessible in -nw mode.
1946
1947 * term/w32-win.el: Remove stuff about selection timeout, which is
1948 irrelevant on Windows. Move clipboard support to w32-fns.el, so
1949 it is accessible in -nw mode.
1950
01b91009
DL
19512000-12-08 Dave Love <fx@gnu.org>
1952
1953 * emacs-lisp/lisp-mode.el (lisp-mode): Set
1954 font-lock-keywords-case-fold-search.
1955
842b2a94
GM
19562000-12-08 Gerd Moellmann <gerd@gnu.org>
1957
1958 * textmodes/ispell.el (ispell): Doc fix.
1959
f9d5f611
KH
19602000-12-08 Kenichi Handa <handa@etl.go.jp>
1961
1962 * international/quail.el (quail-insert-decode-map): Check the
1963 frame width of a window displaying the current buffer, not that of
1964 the selected frame.
1965 (quail-help): Make sure that the help buffer has window before
1966 inserting text in it.
1967
e04d21aa
SS
19682000-12-07 Sam Steingold <sds@gnu.org>
1969
1970 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1971 Backquote is used in isearch.el, so autoloading saves nothing.
1972
fc3e23a4
EZ
19732000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
1974
137cad7c
EZ
1975 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1976 the CVS and RCS subdirectories case-insensitively.
1977
fc3e23a4
EZ
1978 * dired.el (dired-insert-directory): If file-system-info is
1979 fboundp, call it instead of invoking dired-free-space-program.
1980
796ecd10
GM
19812000-12-07 Gerd Moellmann <gerd@gnu.org>
1982
0f5f7c3e
GM
1983 * server.el (server-visit-files): Push files on file-name-history.
1984
3764ba49
GM
1985 * progmodes/cc-langs.el: Update copyright.
1986
8e7931da
GM
1987 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1988
ae0d7485 1989 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 1990
796ecd10
GM
1991 * bindings.el (mode-line-mode-menu): Reverse the order
1992 of define-keys so that the menu appears in alphabetical order.
1993
ae0d7485
GM
19942000-12-07 Milan Zamazal <pdm@freesoft.cz>
1995
1996 * progmodes/glasses.el (glasses-mode): Update mode line at the end
1997 of the function.
1998
e2849090
DL
19992000-12-07 Dave Love <fx@gnu.org>
2000
2001 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2002
2003 * facemenu.el (facemenu-unlisted-faces): Fix value.
2004
5c7f629c
SM
20052000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2006
2007 * font-lock.el (font-lock-default-fontify-region):
2008 Include the terminating \n (off-by-one error).
2009 (font-lock-set-defaults): Use dolist.
2010
2011 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2012
73481ae3
KH
20132000-12-07 Kenichi Handa <handa@etl.go.jp>
2014
ffbaa122
KH
2015 * international/mule-cmds.el (describe-language-environment): Fix
2016 for the case that an input method title is not string but a list.
2017
73481ae3
KH
2018 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2019 of wrong SIZE record.
2020
e2896b22
DL
20212000-12-06 Dave Love <fx@gnu.org>
2022
67292061
DL
2023 * newcomment.el (comment-region, comment-dwim): Doc fix.
2024
2025 * textmodes/texinfo.el: Require tex-mode when compiling.
2026 (texinfo-update-node): Doc fix.
2027 (texinfo-imenu-generic-expression): Add @anchor.
2028 (texinfo-font-lock-keywords): Add @uref.
2029 (texinfo-inside-macro-p): Don't use ignore-errors.
2030 (texinfo-insert-quote): Match more contexts.
2031
e76938e7
DL
2032 * international/mule.el (decode-char, encode-char): Doc fix.
2033 (auto-coding-alist): Customize.
2034
2035 * files.el (load-file): Fix change of 2000-03-12.
2036
e2896b22
DL
2037 * wid-edit.el (widget-text-keymap): Doc fix.
2038
6610f4b2
AI
20392000-12-06 Andrew Innes <andrewi@gnu.org>
2040
2041 * makefile.w32-in (lisp): Set to an absolute directory, namely
2042 $(CURDIR).
2043
9e3366e4
EZ
20442000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2045
2046 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2047 read generated-autoload-file, and set buffer-file-coding-system to
2048 raw-text-unix after reading the file.
2049
2050 * international/mule-conf.el (file-coding-system-alist): Use
2051 raw-text for reading loaddefs.el and raw-text-unix for writing
2052 it.
2053
d94d636f
GM
20542000-12-06 Gerd Moellmann <gerd@gnu.org>
2055
384333ee
GM
2056 * replace.el (occur): Make line-number-width 1 smaller for the
2057 colon following the line number.
2058
347d0813
GM
2059 * startup.el (fancy-splash-text, command-line-1): Use
2060 `File' for the menu name instead of `Files'.
e04d21aa 2061
d4b72d58
GM
2062 * tmm.el: Update copyright.
2063
d94d636f
GM
2064 * cus-start.el: Add entry for even-window-heights.
2065
6e424019
MB
20662000-12-06 Miles Bader <miles@gnu.org>
2067
2068 * faces.el (frame-set-background-mode): Avoid stomping on
2069 locally modified faces.
2070
e6477b58
KH
20712000-12-06 Kenichi Handa <handa@etl.go.jp>
2072
2073 * international/fontset.el: Correct the font registries for
2074 japanese-jisx0213-1 and japanese-jisx0213-2.
2075
21999ab9
GM
20762000-12-05 Gerd Moellmann <gerd@gnu.org>
2077
57d6e381
GM
2078 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2079
21999ab9
GM
2080 * iswitchb.el: Update customization commentary.
2081
7422819c
GM
20822000-12-05 Rob Riepel <riepel@Stanford.EDU>
2083
2084 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2085 (tpu-search-highlight): Fixed comparison of overlay end positions.
2086 (tpu-trim-line-ends): Implemented trimming logic locally.
2087
2088 * emulation/tpu-extras.el (tpu-write-file-hook)
2089 (tpu-set-cursor-bound): Replaced picture-clean with
2090 tpu-trim-line-ends.
2091
73daff18
KH
20922000-12-05 Kenichi Handa <handa@etl.go.jp>
2093
2094 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2095 to cn-gb.
2096 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2097
6a4cd002
DL
20982000-12-04 Dave Love <fx@gnu.org>
2099
2100 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2101
6452929e
GM
21022000-12-04 Gerd Moellmann <gerd@gnu.org>
2103
e04d21aa 2104 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
2105 (rmail-summary-expunge-and-save): Ask for confirmation with
2106 rmail-expunge-confirmed.
2107
2108 * mail/rmail.el (rmail-expunge-confirmed): New function.
2109 (rmail-expunge): Use it.
2110
0c68ce6f
GM
2111 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2112 (etags-recognize-tags-table, find-tag-in-order): New
2113 functionality: interpret file names as tags.
e04d21aa 2114
7a53d8c8
EZ
21152000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2116
2117 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2118 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2119 visit the first subnode until the bottom of the current node is
2120 visible.
2121
caa15ef7
GM
21222000-12-04 Gerd Moellmann <gerd@gnu.org>
2123
2124 * format.el (format-decode): Don't change buffer's undo list.
2125
e225faa7
KH
21262000-12-04 Kenichi Handa <handa@etl.go.jp>
2127
2128 * faces.el (face-font-registry-alternatives): Add entries for CJK
2129 fonts. Doc-string adjusted for the actual usage of this data.
2130
2131 * international/fontset.el: Change the font registries for CJK
2132 fonts in the default fontset. Don't append '*' to registries.
2133
8b262a65
SM
21342000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2135
e04d21aa 2136 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
2137 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2138
2139 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2140 (derived-mode-p): New function.
2141 (derived-mode-make-docstring): Add `docstring' argument.
2142 Use it if available and complete it if necessary.
2143
33c4460b
AS
21442000-12-03 Andreas Schwab <schwab@suse.de>
2145
2146 * type-break.el (type-break): Don't make parent of itself.
2147
5c9b3fac
MB
21482000-12-03 Miles Bader <miles@gnu.org>
2149
2150 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2151
27ce741e
SM
21522000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2153
07c16ec4
SM
2154 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2155 (tex-main-file, tex-file): Simplify.
2156 (tex-generate-zap-file-name): Use subst-char-in-string.
2157 (tex-strip-dots): Remove.
2158
c19cc275
SM
2159 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2160
27ce741e
SM
2161 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2162 to check if the match succeeded.
2163
285991dc
GM
21642000-12-02 Gerd Moellmann <gerd@gnu.org>
2165
2166 * startup.el (use-fancy-splash-screens-p): New function.
2167 (command-line-1): Use it to determine whether or not to use
2168 a fancy splash screen.
2169
52dca1b2
AS
21702000-12-02 Andreas Schwab <schwab@suse.de>
2171
2172 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2173
d3e7e7cf
EZ
21742000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2175
2dce2360
EZ
2176 * international/mule.el (make-char): Fix last change.
2177
9768eaa7
EZ
2178 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2179 New defcustoms.
2180 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2181 autoloading tex-mode; instead, do the same manually. Use
2182 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2183 with numeric argument. Docstring fix.
2184 (toplevel): Require cl when compiling.
e04d21aa 2185
285991dc 2186 * international/mule.el (make-char): Doc fix.
d3e7e7cf 2187
0dd5e255
JR
21882000-12-02 Jason Rumney <jasonr@gnu.org>
2189
2190 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2191 the Emacs Lisp manual)
2192
fbb87147
EZ
21932000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2194
5cbb3e93
EZ
2195 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2196
fbb87147
EZ
2197 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2198 the Emacs Lisp manual).
2199
1636ca09
GM
22002000-12-02 Gerd Moellmann <gerd@gnu.org>
2201
2202 * simple.el (next-line-add-newlines): Change default to nil.
2203
68875f0e
EZ
22042000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2205
2206 * files.el (revert-buffer, recover-file): Bind
2207 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2208
fd9ac94c
GM
22092000-12-01 Gerd Moellmann <gerd@gnu.org>
2210
2211 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2212
45450dd5
MB
22132000-12-01 Miles Bader <miles@gnu.org>
2214
2215 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2216
09df8881
KH
22172000-12-01 Kenichi Handa <handa@etl.go.jp>
2218
2219 * international/mule-diag.el (describe-char-after): Fix typo.
2220 (describe-character-set, non-iso-charset-alist): Fix typo.
2221
dea0a87d
MB
22222000-12-01 Miles Bader <miles@gnu.org>
2223
b170205b
MB
2224 * image-file.el (image-file-name-regexp): Automatically add
2225 upper-case variants of each filename extension in
2226 `image-file-name-extensions', since they seem to be common.
2227
e04d21aa 2228 * simple.el (minibuffer-contents)
dea0a87d
MB
2229 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2230 New functions.
2231 * filecache.el (file-cache-directory-name)
2232 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2233
2b69bc11 22342000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 2235
dea0a87d
MB
2236 * filecache.el (file-cache-minibuffer-complete): Don't try to
2237 delete the minibuffer prompt.
2238
a8a1b05d
DL
22392000-11-30 Dave Love <fx@gnu.org>
2240
2241 * cus-start.el: Fix read-buffer-function type.
2242
693c4692
GM
22432000-11-30 Gerd Moellmann <gerd@gnu.org>
2244
2245 * md5.el: Removed. There's a built-in function, now.
2246
2c0b1898
GM
22472000-11-30 Markus Rost <rost@math.ohio-state.edu>
2248
2249 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2250 as dummy 0-th char of rmail-deleted-vector.
2251
63dfcf4b
EZ
22522000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2253
2254 * ps-print.el (ps-end-job): Bind case-fold-search only after
2255 switching to ps-spool-buffer.
2256
22572000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2258
2259 * ps-print.el: Line number font customization. PostScript: Lines and
2260 PageCount are initialized on each page. Doc Fix.
2261 (ps-print-version): New version number (6.3.2).
2262 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2263 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2264 (ps-right-header): Customization fix.
2265 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2266 Fix code.
2267 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2268 New vars.
2269
df3aedcf
GM
22702000-11-30 Gerd Moellmann <gerd@gnu.org>
2271
edfb795e
GM
2272 * bs.el: Fix typos and spelling errors.
2273 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2274 (bs-configuration): Doc fix.
e04d21aa 2275
df3aedcf
GM
2276 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2277
8b8a7f01
GM
22782000-11-30 Rob Riepel <riepel@Stanford.EDU>
2279
2280 * emulation/tpu-edt.el (tpu-version): New version.
2281 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2282 (tpu-original-mode-line): Variable deleted.
2283 (tpu-mark-flag): New initial value.
2284 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2285 tpu-mark-flag to minor-mode-alist.
2286 (tpu-update-mode-line): New mark flag logic.
2287 (tpu-get): Use find-file-wildcards.
2288 (tpu-search-highlight): Move overlay less, reset overlay properly.
2289 (tpu-unselect): Deactivate mark.
2290 (tpu-lm-replace): Reset overlay properly.
2291 (tpu-forward-line): Use forward-visible-line.
2292 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2293
2294 * emulation/tpu-extras.el (tpu-forward-line): Use
2295 forward-visible-line.
e04d21aa 2296
c069a9d3
GM
22972000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2298
2299 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2300
b02cd40b
GM
23012000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2302
2303 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2304 and skip whitespace and newlines.
e04d21aa 2305
b7a90344
SM
23062000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2307
2308 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2309
be6bbb55
GM
23102000-11-29 Gerd Moellmann <gerd@gnu.org>
2311
0383ed60
GM
2312 * help.el (describe-function-1): Regexp-quote function name
2313 when used as part of a regexp.
2314
c7957947
GM
2315 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2316 face-attribute instead of face-foreground and face-background.
2317 (tool-bar-add-item): Likewise, and handle unspecified colors.
2318
2319 * enriched.el (enriched-face-ans): Use face-attribute instead
2320 of face-foreground and face-background.
2321
2322 * faces.el (face-foreground, face-background, face-stipple):
2323 Return nil if attribute is unspecified, for backward
2324 compatibility.
2325
7423978d
GM
2326 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2327
ef128c78
GM
2328 * play/5x5.el: Remove version info.
2329
a81fc510
GM
2330 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2331
be6bbb55
GM
2332 * frame.el (blink-cursor-mode): Doc fix.
2333
f9396e03
GM
23342000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2335
2336 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2337 to create Makefile rules.
2338 (antlr-tool-command): New user option.
2339 (antlr-ask-about-save): New user option.
2340 (antlr-makefile-specification): New user option.
2341 (antlr-file-formats-alist): New variable.
2342 (antlr-special-file-formats): New variable.
2343 (antlr-unknown-file-formats): New user option.
2344 (antlr-help-unknown-file-text): New variable.
2345 (antlr-help-rules-intro): New variable.
2346 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2347 (antlr-mode-menu): Add entries.
2348 (antlr-file-dependencies): New function.
2349 (antlr-directory-dependencies): New function.
2350 (antlr-superclasses-glibs): New function.
2351 (antlr-run-tool): New command.
2352 (antlr-makefile-insert-variable): New function.
2353 (antlr-insert-makefile-rules): New function.
2354 (antlr-show-makefile-rules): New command.
2355
2356 * antlr-mode.el: More Emacs/XEmacs stuff.
2357 (antlr-no-action-keywords): New constant with value nil.
2358 (antlr-font-lock-keywords-alist): Use it. Old value would break
2359 syntax highlighting in Emacs-21.0.
2360 (antlr-default-directory): Emacs/XEmacs dependend function.
2361 (antlr-read-shell-command): Ditto.
2362 (antlr-with-displaying-help-buffer): Ditto.
2363
23642000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2365
2366 * antlr-mode.el: imenu, parsing and highlighting changes.
2367 (antlr-imenu-create-index-function): Don't create extra submenus
2368 for definitions in different grammar classes. It is not necessary
2369 for the menu and would make command `imenu' awkward to use.
2370 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2371 header actions and more than one.
2372 (antlr-font-lock-tokendef-face): Changed color.
2373 (antlr-font-lock-tokenref-face): Changed color.
2374 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2375 (antlr-mode-syntax-table): New variable.
2376 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2377 (antlr-with-syntax-table): Don't copy syntax table.
2378
23792000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2380
2381 * antlr-mode.el: Minor changes: language setting.
2382 (antlr-language-alist): The value for file option "language" can
2383 be both an identifier and a string.
2384 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2385 (antlr-language-limit-n-regexp): Change accordingly.
2386
23872000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2388
2389 * antlr-mode.el: Minor changes: tabs, hiding.
2390 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2391 (antlr-action-visibility): Also allow value nil to also hide the
2392 braces. Renamed from `antlr-tiny-action-length'.
2393 Suggested by Jay@aol.com.
2394 (antlr-hide-actions): Change accordingly. Hide line if completely
2395 hidden action is on a line of its own.
e04d21aa 2396
6ad948eb
SM
23972000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2398
2399 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2400
2401 * sort.el (sort-columns): Don't concat strings with numbers.
2402
9c6a4107
DL
24032000-11-29 Dave Love <fx@gnu.org>
2404
2405 * cus-edit.el (face): Fix :format.
2406
2407 * mail/feedmail.el: Require smtpmail when compiling.
2408 (mail-do-fcc): Autoload.
2409 (feedmail) <defgroup>: Fix :link.
2410 (feedmail-nuke-body-in-fcc): Fix :type.
2411 (feedmail-send-it): Add autoload cookie.
2412
053b8d35
SM
24132000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2414
2415 * newcomment.el (comment-indent): Save excursion around call to
2416 comment-indent-function.
2417
242c13e8
MB
24182000-11-29 Miles Bader <miles@gnu.org>
2419
2420 * subr.el (member-ignore-case): Return the tail of the list who's
2421 car matches, like `member', not the matching element itself.
2422
8f4b5f28
KH
24232000-11-29 Kenichi Handa <handa@etl.go.jp>
2424
2425 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2426 should not contain `\n'.
2427
bebe4a2c
GM
24282000-11-28 Gerd Moellmann <gerd@gnu.org>
2429
fd9ac94c 2430 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 2431
ba7e40eb
GM
2432 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2433
75ab0c79
GM
2434 * dired-aux.el (dired-do-create-files): Construct default file
2435 name for dired-mark-read-file-name so that when the user enters
2436 just RET, the target file will end up in the target directory.
2437
bebe4a2c
GM
2438 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2439 local-abbrev-table before changing buffers because it might
2440 have a buffer-local binding.
2441
fa6d1ca8
MB
24422000-11-28 Miles Bader <miles@gnu.org>
2443
2444 * simple.el (delete-horizontal-space): Handle fields more generally.
2445
8d2c2642
GM
24462000-11-28 Gerd Moellmann <gerd@gnu.org>
2447
2448 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2449
8b31236d
DL
24502000-11-28 Dave Love <fx@gnu.org>
2451
3cbd02d2
DL
2452 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2453 comment-start-skip locally.
2454
8b31236d
DL
2455 * progmodes/fortran.el (fortran-mode): Don't set
2456 fortran-comment-line-start-skip. Set comment-start to
2457 fortran-comment-line-start.
2458 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2459 (fortran-comment-line-start-skip): Simplify slightly.
2460
ae4bf56d
GM
24612000-11-28 Gerd Moellmann <gerd@gnu.org>
2462
17ef7534
GM
2463 * play/5x5.el: Remove RCS keyword.
2464
fd9ac94c 2465 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 2466
665b27a6
GM
24672000-11-28 Milan Zamazal <pdm@freesoft.cz>
2468
2469 * textmodes/tildify.el (tildify-string-alist): Add
2470 `plain-tex-mode' here.
2471
fe3c2ae3
GM
24722000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2473
2474 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2475 reference.
2476
d970106b
MB
24772000-11-28 Miles Bader <miles@gnu.org>
2478
36b80a0d
MB
2479 * cus-face.el (custom-face-attributes): Add post-filter function
2480 for :box. Make pre-filter function for :box handle all cases.
2481
d970106b
MB
2482 * wid-edit.el (widget-choose): Make sure pop-up window is large
2483 enough to display all the choices, as there's no way to scroll it.
2484
5a2bae6c
KH
24852000-11-28 Kenichi Handa <handa@etl.go.jp>
2486
2487 * international/mule-conf.el: Make the coding system no-conversion
2488 safe for all characters.
2489
9e836e23
DL
24902000-11-27 Dave Love <fx@gnu.org>
2491
8b31236d
DL
2492 * net/ldap.el (ldap) <defgroup>: Add :version.
2493
9e836e23
DL
2494 * tooltip.el (tooltip-use-echo-area): Doc fix.
2495
2496 * cus-start.el <minibuffer-prompt-properties>: Add version.
2497 <read-buffer-function>: Add.
2498
2499 * apropos.el (apropos-print): Add help-echo to active text.
2500
2501 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2502
4a74d071
GM
25032000-11-27 Gerd Moellmann <gerd@gnu.org>
2504
2505 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2506 type, group and version.
2507
76058c27
EZ
25082000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2509
4a74d071 2510 * select.el (x-get-selection): Docstring fix.
76058c27 2511
fd9ac94c 25122000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 2513
fd9ac94c 2514 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 2515
49060c51
AI
25162000-11-27 Andrew Innes <andrewi@gnu.org>
2517
2518 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2519
2520 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2521
b2a8e429
MB
25222000-11-27 Miles Bader <miles@gnu.org>
2523
2524 * dired.el (dired-get-filename): Return filename verbatim if
2525 LOCALP is `verbatim'.
2526 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2527 `verbatim' so that we don't inadvertently delete a non-existant
2528 directory name.
2529
5ac0366d
KH
25302000-11-27 Kenichi Handa <handa@etl.go.jp>
2531
2532 * international/characters.el: Specify cases and syntaxes for
2533 mule-unicode-0100-24ff.
2534
67f1cf4c
GM
25352000-11-27 Gerd Moellmann <gerd@gnu.org>
2536
2537 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2538 that foreground and/or background colors of the face `tool-bar'
2539 are unspecified.
2540
46c56972
MB
25412000-11-27 Miles Bader <miles@gnu.org>
2542
e04d21aa 2543 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
2544 (widget-field-end): Handle widget field `pseudo-overlays'.
2545 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2546 if it's there instead of in `widget-field-list'.
2547
46c56972 2548 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
2549 (help-make-xrefs): Delete extraneous newlines at the end of the
2550 docstring.
46c56972 2551
640a9cdd
JR
25522000-11-25 Jason Rumney <jasonr@gnu.org>
2553
2554 * startup.el (command-line): Call set-locale-environment after
2555 Window System init file is read, as it can result in a call to
2556 redraw-frame.
2557
0b3f96d4
EZ
25582000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2559
2560 * simple.el (shell-command): Mention the effect of the prefix
2561 argument in the doc string.
2562
8da6e2a1
MB
25632000-11-25 Miles Bader <miles@gnu.org>
2564
a658d039
MB
2565 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2566
8da6e2a1 2567 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 2568 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 2569
d3416cca
JR
25702000-11-24 Jason Rumney <jasonr@gnu.org>
2571
2572 * international/mule-cmds.el (locale-language-names): Add "jp" as
2573 a non-standard alternative for Japanese.
2574
17e37f53
AS
25752000-11-24 Andre Spiegel <spiegel@gnu.org>
2576
2577 * vc-hooks.el: Require 'cl during compilation.
2578
9aa5f148
GM
25792000-11-24 Gerd Moellmann <gerd@gnu.org>
2580
ba193890
GM
2581 * faces.el (face-set-after-frame-default): Let face attributes
2582 specified for new frames override frame parameters.
2583
9aa5f148
GM
2584 * startup.el (command-line): Fix computation of the source file
2585 for user-init-file when user-init-file is a compiled file.
2586
51a1edab
MB
25872000-11-24 Miles Bader <miles@gnu.org>
2588
e04d21aa 2589 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
2590 (custom-post-filter-face-spec): New functions.
2591 (custom-face-set, custom-face-value-create): Filter the face spec
2592 before and after customization.
2593 (custom-face-set): If VALUE specifies a null face, pass a
2594 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2595 * cus-face.el (custom-face-attributes): Remove SET and GET
2596 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2597 cases they're needed.
2598
1ed74431
MB
2599 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2600 that it's distinguishable from the :off-glyph on dark-background
2601 displays. Set its background color too.
2602
67ee1125
MB
2603 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2604 so that people can easily turn it off.
2605
7d027816 26062000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 2607
7d027816 2608 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 2609
9aa5f148 2610 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 2611
9aa5f148 2612 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 2613
9aa5f148 2614 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 2615 redundant skip-small-frames test.
e04d21aa 2616
9aa5f148 2617 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 2618 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 2619
9aa5f148
GM
2620 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2621 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2622 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 2623 functions.
e04d21aa 2624
9aa5f148 2625 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 2626
9aa5f148 2627 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 2628
f07fa1b8
KH
26292000-11-24 Kenichi Handa <handa@etl.go.jp>
2630
2631 * international/mule-diag.el (list-iso-charset-chars): For
2632 two-byte charset, fix the `while' condition.
2633 (list-non-iso-charset-chars): Fix the `while' condition.
2634
ba8299ff
SM
26352000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2636
79372165
SM
2637 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2638 if the variable is make-variable-buffer-local.
2639
ba8299ff
SM
2640 * progmodes/ada-stmt.el (ada-template-map): Initialize
2641 and bind it to C-c t in ada-mode-map.
2642 (ada-stmt-mode-hook): New function extracted from old code.
2643 Only change the buffer-local side of skeleton-*.
2644 (ada-mode-hook): Use it.
2645
68a887fa
EZ
26462000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2647
2648 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2649 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2650 we expect to be returned by minibuffer-depth once we prompt the
2651 user in the minibuffer.
2652 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2653 as recorded in iswitchb-minibuf-depth, return non-nil.
2654
3b345582
EZ
26552000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2656
2657 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2658 (hscroll-window-maybe): Docstring fix.
2659
595dead2
DL
26602000-11-23 Dave Love <fx@gnu.org>
2661
2662 * rect.el (string-rectangle): Don't test delete-selection-mode.
2663
1e66b27a
GM
26642000-11-23 Gerd Moellmann <gerd@gnu.org>
2665
02790ce2
GM
2666 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2667 is in the tool bar.
2668
1e66b27a
GM
2669 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2670 with `no-dir'; we want the directory part to be able to remove
2671 it.
2672
a4caa65d
SM
26732000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2674
2675 * textmodes/outline.el (outline-flag-region):
2676 Don't bind inhibit-read-only since we don't modify the buffer.
2677 (outline-isearch-open-invisible): Don't jump to overlay-start
2678 since we're trying to unhide text around point.
2679 (outline-discard-overlays): Use dolist.
2680
2681 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2682
03e757c1
GM
26832000-11-22 Gerd Moellmann <gerd@gnu.org>
2684
e04d21aa 2685 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 2686 y-or-n-p.
e04d21aa 2687
1598a961
SM
26882000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2689
2690 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2691 Fix ARG regexp to skip quoted braces.
2692 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2693 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2694 are (correctly) handled separately).
2695 Remove `caption' and `footnote' from `citations': they contain text.
2696 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2697 (latex-skeleton-end-hook): New function.
2698 (latex-mode): Use it.
2699 (tex-start-tex-marker): Remove.
2700 (tex-send-tex-command): Don't set tex-start-tex-marker.
2701 (tex-error-parse-syntax-table): New var.
2702 (tex-compilation-parse-errors): Use it.
2703 Ignore tex-start-tex-marker. Don't bother with marker-position.
2704 (tex-validate-buffer): Don't bother with marker-position.
2705
2706 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 2707 (flyspell-generic-progmode-verify): Use it.
1598a961 2708
eaae8106
SS
27092000-11-22 Sam Steingold <sds@gnu.org>
2710
03e757c1
GM
2711 * simple.el (delete-trailing-whitespace): New interactive
2712 function.
e04d21aa 2713
eaae8106 2714 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 2715 `ada-remove-trailing-spaces'.
eaae8106 2716 (ada-remove-trailing-spaces): Removed.
e04d21aa 2717
eaae8106 2718 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 2719
1598a961
SM
2720 * textmodes/picture.el (picture-clean): Removed.
2721 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 2722
a41d49e9
GM
27232000-11-22 Gerd Moellmann <gerd@gnu.org>
2724
e053c60f
GM
2725 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2726
a41d49e9
GM
2727 * hi-lock.el (hi-lock-refontify): Don't call non-existent
2728 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 2729 do anything special when jit-lock is active.
a41d49e9
GM
2730 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2731
197615f3
DL
27322000-11-22 Dave Love <fx@gnu.org>
2733
ddbfaa9f
DL
2734 * calendar/todo-mode.el (todo-top-priorities): Use
2735 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2736
ddc3c695
DL
2737 * language/chinese.el, language/cyrillic.el:
2738 * language/devanagari.el, language/ethiopic.el, language/greek.el:
2739 * language/hebrew.el, language/indian.el, language/japanese.el:
2740 * language/korean.el, language/lao.el, language/misc-lang.el:
2741 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2742 Use provide.
2743
fb9fa98d
DL
2744 * cus-edit.el (custom-buffer-create-internal): Save some consing.
2745 (custom-variable-set): Improve validation error mesage.
2746
197615f3
DL
2747 * rect.el (string-rectangle): Revert last change.
2748 (string-rectangle-line): New arg DELETE.
2749 (string-rectangle): Check delete-selection-mode.
2750
2751 * emacs-lisp/edebug.el (edebug-version)
2752 (edebug-maintainer-address): Deleted.
2753 (edebug-submit-bug-report): Just alias to report-emacs-bug.
2754 (edebug-read-function): Account for other `'#' read forms.
2755 (edebug-mode-menus): Make some items toggles.
2756 (edebug-outside-unread-command-event, unread-command-event):
2757 Remove these to avoid warnings.
2758
f4117c4d
GM
27592000-11-22 David Ponce <david@dponce.com>
2760
2761 * recentf.el (recentf-menu-items-for-commands)
2762 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 2763 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 2764
f4117c4d
GM
2765 (recentf-build-dir-rules, recentf-dump-variable)
2766 (recentf-edit-list, recentf-open-files-item)
2767 (recentf-open-files): Replaced unnecessary `mapcar' with new
2768 built-in `mapc'.
eaae8106 2769
f8e2f3f2
MB
27702000-11-23 Miles Bader <miles@gnu.org>
2771
2772 * faces.el (menu): Make inverse-video on ttys too.
2773
4c4a541d
SM
27742000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2775
2776 * simple.el (comment-line-break-function): Use the new name
2777 indent-new-comment-line -> comment-indent-new-line.
2778 (clone-indirect-buffer): Don't ignore NORECORD.
2779 (next-completion): Properly handle the case where items are adjacent.
2780
2781 * mouse.el (popup-menu): Stupid typo.
2782
980d836e
GM
27832000-11-22 Gerd Moellmann <gerd@gnu.org>
2784
60e8e0a5
GM
2785 * emacs-lisp/authors.el: Remove autoload cookies, add author,
2786 maintainer, keywords tags.
2787
980d836e
GM
2788 * rect.el (replace-rectangle): Don't call string-rectangle-line
2789 with too many arguments.
2790
e08b2069
AS
27912000-11-22 Andre Spiegel <spiegel@gnu.org>
2792
60e8e0a5 2793 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 2794 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
2795 vc-locking-user, which no longer exists.
2796
2797 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2798
c6779d8d
DL
27992000-11-22 Dave Love <fx@gnu.org>
2800
2801 * md5.el (md5): Provide.
2802 (md5): Fix error call.
2803
e672fdce
MB
28042000-11-22 Miles Bader <miles@gnu.org>
2805
eaae8106 2806 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
2807 (refill-fill-paragraph-at): Remove debugging code.
2808
80e24c04
MB
2809 * calendar/calendar.el (generate-calendar-window): When we don't
2810 call `fit-window-to-buffer', make sure the top line is fully visible.
2811
3a17d6cc
MB
2812 * image-file.el (insert-image-file): Don't make `read-only'
2813 property rear-nonsticky.
2814
ae1a21c6
MB
2815 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2816 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2817 stashing away its original value.
2818 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2819 in the recursive edit.
2820 Bind `isearch-original-minibuffer-message-timeout' to protect it.
2821 (isearch-done): Restore `minibuffer-message-timeout'.
2822
e672fdce
MB
2823 * cus-start.el: Remove entry for `mode-line-inverse-video'.
2824
3ea79df8
SM
28252000-11-21 Stefan Monnier <monnier@cs.yale.edu>
2826
2827 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2828
2829 * find-lisp.el (find-lisp-find-files-internal):
2830 Use dolist, when and file-name-as-directory.
2831
980d836e 2832 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
2833 (define-derived-mode, define-minor-mode): Add specs.
2834
2835 * window.el: General comment and spacing fixes.
2836 (save-selected-window): Use backquotes.
2837 (window-safely-shrinkable-p): New function.
2838 (shrink-window-if-larger-than-buffer): Use it.
2839
2840 * subr.el (make-local-hook): Docstring fix.
2841
2842 * shell.el (shell-mode): Use define-derived-mode.
2843
2844 * newcomment.el (comment-indent): Insert comment before calling
2845 comment-indent-function. Don't insert in column 0.
2846 (comment-dwim): Indent before inserting comment.
2847
2848 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
2849 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
2850 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2851 Use mapc rather than map.
2852
2853 * files.el (find-buffer-visiting): Compare all attributes before
2854 declaring two files identical (rather than just their inode-no).
2855 (auto-mode-alist): Use \' rather than $.
2856
2857 * which-func.el: Update maintainer line.
2858
2859 * pcvs.el (uniquify-buffer-file-name): Remove advice.
2860 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2861 (uniquify-buffer-file-name): Use it.
2862
8f62f2b8
MB
28632000-11-22 Miles Bader <miles@gnu.org>
2864
2865 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2866 * simple.el (minibuffer-avoid-prompt): New function.
2867
fb279a6d
GM
28682000-11-21 Gerd Moellmann <gerd@gnu.org>
2869
2870 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2871
867092e9
MB
28722000-11-21 Miles Bader <miles@gnu.org>
2873
ef860850
MB
2874 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2875 inclusion of `track-mouse'.
2876
867092e9
MB
2877 * textmodes/refill.el (refill-ignorable-overlay): New variable.
2878 (refill-adjust-ignorable-overlay): New function.
2879 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2880 only the paragraph's tail if possible.
2881 Update `refill-ignorable-overlay'.
2882 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2883
2884 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2885 point inside the fill-prefix.
2886
2887 * textmodes/refill.el (refill-post-command-function): Don't reset
2888 refill-doit in the case where a self-insertion command doesn't
2889 case a refill. Use `refill-fill-paragraph-at', getting position
2890 from `refill-doit'.
2891 (refill-after-change-function): Set `refill-doit' to END.
2892 (refill-fill-paragraph-at): New function, mostly from old
2893 refill-fill-paragraph.
2894 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2895 (refill-pre-command-function): New function.
2896 (refill-mode): Add it to `pre-command-hook'.
2897
ff9ab414
GM
28982000-11-20 Gerd Moellmann <gerd@gnu.org>
2899
29a01b72
GM
2900 * textmodes/artist.el (artist-mode): Fix autoload cookie.
2901
ff9ab414
GM
2902 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2903 javadoc tags.
eaae8106 2904
885b211b
AS
29052000-11-20 Andre Spiegel <spiegel@gnu.org>
2906
2907 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2908 vc.el).
2909
eaae8106 2910 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 2911 require vc.
eaae8106
SS
2912
2913 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 2914 checkouts.
eaae8106 2915
d1838556
DL
29162000-11-20 Dave Love <fx@gnu.org>
2917
2918 * Makefile.in (DONTCOMPILE): Omit bindings.el.
2919
2b69bc11 29202000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 2921
2b69bc11
GM
2922 * calculator.el (calculator-paste): Use `if' instead of `and'
2923 and `or'.
2924 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 2925
b95b34e5
GM
29262000-11-19 Gerd Moellmann <gerd@gnu.org>
2927
030de92f
GM
2928 * info.el (info-menu-5): Doc fix.
2929
b95b34e5
GM
2930 * textmodes/artist.el: New file.
2931
54970452
AS
29322000-11-19 Andre Spiegel <spiegel@gnu.org>
2933
eaae8106 2934 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
2935 and differentiate according to checkout model.
2936 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2937 since this function is only concerned with master state.
2938
eaae8106 2939 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
2940 vc-default-workfile-unchanged-p): Moved here from vc.el.
2941
eaae8106 2942 * vc.el (vc-workfile-unchanged-p,
54970452
AS
2943 vc-default-workfile-unchanged-p): See above.
2944
e5a9dabf
MB
29452000-11-19 Miles Bader <miles@gnu.org>
2946
2947 * image-file.el (insert-image-file): Make `intangible' and
2948 `read-only' properties rear-nonsticky too.
2949
24127af0
GM
29502000-11-18 Gerd Moellmann <gerd@gnu.org>
2951
d392e9c5 2952 * ps-print.el: Update copyright notice.
eaae8106 2953
d392e9c5
GM
2954 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2955 (tooltip-show): Use the offsets.
2956
24127af0 2957 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 2958 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
2959 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2960
2b69bc11 29612000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 2962
2b69bc11
GM
2963 * ps-print.el (toplevel): Test for find-coding-system being
2964 fboundp before calling ps-x-find-coding-system.
08ea6f17 2965
66321b2f
SM
29662000-11-16 Stefan Monnier <monnier@cs.yale.edu>
2967
2968 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2969 (vc-version-backup-file): Docstring fix.
2970
046110c6
GM
29712000-11-16 Gerd Moellmann <gerd@gnu.org>
2972
4104194e
GM
2973 * files.el (basic-save-buffer): Don't add a newline if
2974 find-file-literally is non-nil.
2975 (find-file-literally): Extend doc string.
2976
046110c6
GM
2977 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2978 sort(1) with the `-f' argument.
2979
6505c16e
AS
29802000-11-16 Andre Spiegel <spiegel@gnu.org>
2981
fd063975
AS
2982 * vc.el: Updated backend documentation.
2983 (vc-default-check-headers): New function.
2984
3d02dd81 2985 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
2986
2987 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 2988 up-to-date.
eaae8106 2989 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 2990 the minibuffer is not active.
fd063975 2991
eaae8106 2992 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 2993 `vc-cvs-use-edit' is on.
eaae8106
SS
2994 (vc-cvs-checkout): When this is used for reverting the workfile,
2995 make a backup of the original contents and revert to that in case
8791d617 2996 of error.
eaae8106 2997 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 2998 remote repositories.
eaae8106 2999
6505c16e
AS
3000 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3001 for both version and ratio in the minibuffer.
fd063975 3002
eaae8106 3003 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 3004 Use vc-do-command to perform the annotation, not call-process.
6505c16e 3005
a13f0660
KH
30062000-11-16 Kenichi Handa <handa@etl.go.jp>
3007
3008 * international/quail.el (quail-start-translation): Don't call
3009 `message' before reading key sequence.
3010
1389a414
MB
30112000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3012
3013 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3014
9256a532
KH
30152000-11-16 Kenichi Handa <handa@etl.go.jp>
3016
3017 * window.el (fit-window-to-buffer): Be sure to acquire at least
3018 one text line even if the buffer is empty.
3019
0e14fe9f
GM
30202000-11-16 Gerd Moellmann <gerd@gnu.org>
3021
eaae8106 3022 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
3023 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3024 ange-ftp-process-verbose to nil.
3025
da645c53
DL
30262000-11-15 Dave Love <fx@gnu.org>
3027
233d5cde
DL
3028 * wid-edit.el (widget-specify-field, widget-specify-button): If
3029 :help-echo is a function, set help-echo of overlay to
3030 widget-mouse-help.
3031 (widget-mouse-help): New function.
3032 (widget-echo-help): Rewritten for :help-echo functions only taking
3033 a widget arg.
3034
b12057b9
DL
3035 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3036 display-graphic-p.
3037 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3038 and that JPEG is available.
3039 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3040
da645c53
DL
3041 * international/mule-cmds.el (locale-charset-language-names):
3042 Match @euro.
3043
6d133d1f
GM
30442000-11-15 Gerd Moellmann <gerd@gnu.org>
3045
3046 * faces.el (face-set-after-frame-default): If
0e14fe9f 3047 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
3048 default face from X resources.
3049
49ac2ac5
EZ
30502000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3051
3052 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3053 Don't set EMACSLOADPATH.
3054
4fb0a34c
EZ
30552000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3056
3057 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3058 texinfo-insert-@url.
3059 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3060 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3061
bb304a7a
SM
30622000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3063
82bc80bf
SM
3064 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3065 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3066 (checkdoc-minor-keymap): Backward compatibility.
3067 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3068 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3069 (checkdoc-this-string-valid-engine): Be a bit more strict
3070 to avoid matching substrings of `...' quoted vars/funs.
3071 (checkdoc-defun-info): Only look for `interactive' if alone.
3072 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3073
e8c87124
SM
3074 * progmodes/compile.el (grep): `tag-default' can be nil.
3075
bb304a7a
SM
3076 * newcomment.el (comment-indent): Paren typo.
3077
8628686a
DL
30782000-11-14 Dave Love <fx@gnu.org>
3079
25c269ef
DL
3080 * calculator.el: New maintainer version.
3081
66321b2f 3082 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 3083
8628686a
DL
3084 * cmuscheme.el: Doc fixes.
3085 (cmuscheme) <defgroup>: Use `scheme' as parent.
3086 (cmuscheme-program-name): Remove. Change uses to
3087 scheme-program-name.
3088
3089 * xscheme.el (scheme-program-name): Don't define here.
3090
3091 * progmodes/scheme.el (scheme-program-name): New variable
3092 (originally in cmuscheme).
3093
88f0a1eb
MB
30942000-11-14 Miles Bader <miles@gnu.org>
3095
3096 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3097 Handle header-lines. Don't loop forever if we can't enlarge the
3098 window anymore. Simplify a bit.
3099
cd9a000c
KH
31002000-11-14 Kenichi Handa <handa@etl.go.jp>
3101
3102 * window.el (fit-window-to-buffer): Don't check
3103 window-text-height. Assure that the last line is fully visible.
3104
3105 * international/quail.el (quail-show-guidance-buf): Call
3106 fit-window-to-buffer to assure the enough height of the guidance
3107 buffer.
3108 (quail-update-guidance): Avoid making the guidance buffer shorter.
3109
d3fcda22
SM
31102000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3111
bdbd9606
SM
3112 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3113 rather than `prepend' and add an interesting comment.
3114 (tex-math-face, tex-font-lock-syntactic-face-function):
3115 New face and function to use it.
3116 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3117 than `menu-enable' symbol property.
3118 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3119 (tex-mode): Add some latex-mode commands for auto-selection.
3120 Use tex-font-lock-syntactic-face-function.
3121 (tex-insert-quote): Simplify.
3122 (tex-shell): New mode.
3123 (tex-start-shell): Use it.
3124 (tex-shell-proc, tex-shell-buf): New functions.
3125 (tex-send-command): Use it.
3126 (tex-main-file): Fix the meaning of the new arg REALFILE.
3127 (tex-send-tex-command): New function split from `tex-start-tex'.
3128 Set compilation-last-buffer and compilation-parsing-end.
3129
d3fcda22
SM
3130 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3131 when it follows non-comment text on the line.
3132
3133 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3134 Set font-lock-defaults.
3135 (lisp-mode-shared-map): Init inside the defvar.
3136 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3137 Use define-derived-mode.
3138
bdab1d43
MB
31392000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3140
3141 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3142
936ae731
GM
31432000-11-14 Gerd Moellmann <gerd@gnu.org>
3144
3145 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3146 recursively optimize body because that can lead to infinite
3147 recursion; see comment there.
3148
1695ca2b
EZ
31492000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3150
3151 * faces.el (face-spec-set-match-display): Revert the change from
3152 2000-10-24. Add a FIXME for after v21.1.
3153
9d348294
MB
31542000-11-13 Miles Bader <miles@gnu.org>
3155
3156 * textmodes/fill.el (skip-line-prefix): New function.
3157 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3158 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
3159 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3160 point inside the fill-prefix.
9d348294 3161
b85fa13c
MB
31622000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3163
3164 * calendar/calendar.el (generate-calendar-window): Use
3165 `fit-window-to-buffer'.
3166
a0b47716
SM
31672000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3168
3169 * gud.el (gud-minor-mode): New var.
3170 (gud-symbol, gud-val): New functions.
3171 (gud-find-file): Copy gud-minor-mode to the new buffer.
3172 (gud-menu-map): Include entries for commands that are not always
3173 available, using :enable to (de)activate them.
3174 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3175 (gud-mode-map): New map.
eaae8106 3176 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
3177 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3178 Don't set up gud's menu (it's done by the minor-mode).
3179 (gud-minibuffer-local-map): New.
3180 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3181 (gud-query-cmdline): New function.
3182 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3183 (gud-mode): Use define-derived-mode.
3184 Don't set up gud's menu (it's done by the minor-mode).
3185 (gud-chop-words): Remove.
3186 (gud-common-init): Use split-string instead.
3187 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3188
3189 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3190 Add keyword arg :name.
3191
3192 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3193 (diff-count-matches, diff-split-hunk): New functions.
3194 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3195
3196 * pcvs-info.el (cvs-fi-conflict-face): New var.
3197
3198 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3199 Make it into a simple syntax-table, shared among all submodes.
3200 (sh-heredoc-face): Re-introduce.
3201 (sh-font-lock-syntactic-face-function): New function.
3202 (sh-mode): Use it. Also use define-derived-mode.
3203 Remove old bogus setting of indent-region-function.
3204 (sh-set-shell): Don't set the syntax-table any more.
3205 (sh-mode-syntax-table) <defun>: Remove.
3206
f5ed37df
MB
32072000-11-12 Miles Bader <miles@gnu.org>
3208
3209 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3210 message if interactive.
3211
0b074c2f
DL
32122000-11-12 Dave Love <fx@gnu.org>
3213
3214 * mail/feedmail.el: Fix header,
3215 (feedmail) <defgroup>: Add :link.
3216
3217 * view.el: Use local-map property, not keymap on mode-line string.
3218
3219 * scroll-all.el (scroll-all-mode): Customize variable. Add
3220 autoload cookie to function.
3221
3222 * lazy-lock.el: Remove compatibility code.
3223
3224 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3225 (finder-help-echo): New variable.
3226 (finder-mouse-face-on-line): Add help-echo stuff.
3227 (finder-list-keywords, finder-list-matches): Use mapc.
3228
3229 * faces.el (face-font-registry-alternatives): Add :version.
3230
3231 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3232 tags-table-list.
3233
a0b47716 3234 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 3235
a0b47716 3236 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
3237 (mail-mode): Use [:alnum:] in some regexps.
3238
6d502396
DL
32392000-11-10 Dave Love <fx@gnu.org>
3240
3241 * ediff.el (ediff-regions-internal, ediff-documentation):
3242 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3243 fundamental mode.
3244
3245 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3246 buffer into fundamental mode.
3247 (ediff-set-difference): Use copy-sequence if available.
3248
3249 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3250 ediff-patch-map non-nil.
3251 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3252 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3253 buffer into fundamental mode.
3254
3255 * ediff-merg.el (state-or-merge): Defvar when compiling.
3256
a82fe213
JR
32572000-11-10 Jason Rumney <jasonr@gnu.org>
3258
3259 * w32-fns.el (w32-add-charset-info): New function.
3260 (w32-charset-info-alist): Use it.
3261
52d89894
GM
32622000-11-10 Gerd Moellmann <gerd@gnu.org>
3263
3264 * faces.el (face-font-registry-alternatives): New user-option.
3265
178932de
SM
32662000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3267
d7fa3319
SM
3268 * textmodes/texinfo.el (texinfo-block-default): New var.
3269 (texinfo-insert-block): Use it. Insert a newline if needed.
3270
178932de
SM
3271 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3272 (fill-region-as-paragraph): Use it.
3273
3274 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3275 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3276 Tweak paragraph regexps to allow a leading [ \t]*.
3277 (tex-latex-block): Insert a newline if necessary.
3278 (latex-insert-item): Only insert a newline if necessary.
3279 (tex-guess-main-file): New function.
3280 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3281 Set tex-main-file if TeX-master is provided.
3282 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3283
bd02b8e0
GM
32842000-11-10 Gerd Moellmann <gerd@gnu.org>
3285
3286 * startup.el (command-line): Set the default tooltip-mode
3287 to t for graphical displays which implement x-show-tip.
3288
3289 * tooltip.el (tooltip-mode): Add a comment about startup.el
3290 setting the default value of this user-option.
3291
b29b03eb
SM
32922000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3293
3294 * font-lock.el (font-lock-*-face) <defvar>: Move.
3295 (font-lock-defaults-alist): Mark obsolete.
3296 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3297 (font-lock-mode): Use define-minor-mode.
3298 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3299 (font-lock-turn-off-thing-lock): Be more explicit.
3300 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3301 (font-lock-syntactic-face-function): New var.
3302 (font-lock-fontify-syntactically-region): Use it.
3303 (font-lock-doc-face): New.
3304
3305 * pcvs.el (cvs-enabledp): Ignore errors.
3306 (cvs-commit-filelist): Never query.
3307 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3308 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3309 (cvs-do-removal): Use cvs-partition rather than delete-if.
3310 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3311 cvs-bury-buffer.
3312
3313 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3314 Allow `next' to jump to after the end of the last match.
3315
778fbc46
GM
33162000-11-09 Gerd Moellmann <gerd@gnu.org>
3317
730c746c
GM
3318 * simple.el (byte-compiling-files-p): New function.
3319
3320 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3321 if it is there.
3322
3323 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3324 nil again.
3325
778fbc46
GM
3326 * textmodes/ispell.el (ispell-library-path): Don't call
3327 check-ispell-version when byte-compiling because that starts
3328 an ispell process, and ispell might not be installed.
3329 (toplevel): Don't set up a menu when byte-compiling.
3330
3331 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3332 it, so that a boundp test can be used to determine if we're
3333 currently byte-compiling.
3334
5912c5bb
DL
33352000-11-09 Dave Love <fx@gnu.org>
3336
3337 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3338 eval-after-load.
3339
7bb054a5
GM
33402000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3341
3342 * ps-print.el: Patch for variable initialization when spooling. Doc
3343 fix.
3344 (ps-output-list): Fun eliminated.
3345 (ps-begin-file, ps-begin-job): Code fix.
3346
9db2706e
DL
33472000-11-08 Dave Love <fx@gnu.org>
3348
3349 * ediff-wind.el (ediff-control-frame-parameters): Zero
3350 tool-bar-lines.
3351
f7eb32aa
GM
33522000-11-08 Gerd Moellmann <gerd@gnu.org>
3353
3354 * simple.el (shell-command, display-message-or-buffer)
3355 (shell-command-on-region): Mention resize-mini-windows in the doc
3356 string.
3357 (display-message-or-buffer): Take the value of resize-mini-windows
3358 into account.
3359
7b01b08c
GM
33602000-11-07 Gerd Moellmann <gerd@gnu.org>
3361
acad3c0b
GM
3362 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3363
7b01b08c
GM
3364 * dired.el (dired-between-files): Add `^. find' as an alternative
3365 to the regular expression, for find-dired.
3366
6f602bd0
SM
33672000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3368
3369 * textmodes/texnfo-upd.el: Require texinfo.
3370 (defmacro, defgroup): Remove.
3371 (texinfo-section-to-generic-alist): Remove.
3372 Use texinfo-section-list instead (i.e. level is changed string->int).
3373 (texinfo-filter): New function.
3374 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3375 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3376 Use it. And use regexp-opt.
3377 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3378 (texinfo-update-menu-region-beginning)
3379 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3380 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3381 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 3382 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
3383 (texinfo-sequential-node-update): Remove autoload cookie.
3384
3385 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3386 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3387 (texinfo-chapter-level-regexp): Remove.
3388 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3389
bb216218
DL
33902000-11-06 Dave Love <fx@gnu.org>
3391
6f602bd0 3392 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 3393
6f602bd0
SM
3394 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3395 Match defun*.
bb216218 3396
ff8dd5d5
KH
33972000-11-06 Kenichi Handa <handa@etl.go.jp>
3398
3399 * composite.el (composition-function-table): Variable declaration
3400 moved to src/composite.c.
3401 (compose-chars-after): New optional arg object.
3402
e9da51a1
GM
34032000-11-06 Gerd Moellmann <gerd@gnu.org>
3404
e0c12c68
GM
3405 * bindings.el (mode-line-toggle-read-only)
3406 (mode-line-toggle-modified, mode-line-widen)
3407 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3408 (make-mode-line-mouse2-map): Rewritten.
3409 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3410 functions so that C-h k can show something with a doc string.
eaae8106 3411
e9da51a1
GM
3412 * startup.el (fancy-splash-delay): Set to 10 seconds.
3413 (fancy-splash-max-time): New user-option.
3414 (fancy-splash-stop-time): New variable.
3415 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3416 (fancy-splash-screens-1): Throw `stop-splashing' when current
3417 time is greater than fancy-splash-stop-time.
3418
611dbdf0
SM
34192000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3420
4d2806e2
SM
3421 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3422
611dbdf0
SM
3423 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3424 Prompt user for a file rather than raising an error.
3425 (cvs-enabledp): Fix call to cvs-mode-marked.
3426 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3427 (cvs-mode-insert): Use it. Change the init prompt' value.
3428 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3429
3430 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3431 Don't pass default arg to ewoc-locate.
3432 (ewoc-collect): Return result in the right order.
3433
3434 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3435
3436 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3437 (cvs-status-get-tags): Fix regexp.
3438 (cvs-status-trees, cvs-status-cvstrees):
3439 Combine after change hooks and don't sit-for.
4d2806e2
SM
3440 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3441 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
3442 Use make-char rather than hard-coded cryptic data.
3443 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3444
3445 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3446
3447 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3448 (cvs-insert-strings): New function.
3449
937b2877
MB
34502000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3451
3452 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3453 `mwheel-scroll-amount'.
3454 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3455 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3456 string-matching against the version string.
3457
c6c97763
KH
34582000-11-06 Kenichi Handa <handa@etl.go.jp>
3459
6eaec747
KH
3460 * language/thai.el ("Thai"): Set a lisp form that produces
3461 composed string in `sample-text' language info.
3462
3463 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3464 composed string in `sample-text' language info.
3465
3466 * international/mule-cmds.el (describe-language-environment): Eval
3467 `sample-text' data and insert the result.
3468
c6c97763
KH
3469 * international/mule-conf.el (compound-text): Define this coding
3470 system here. Make x-ctext and ctext aliases of it.
3471
3472 * language/european.el (compound-text, ctext): Moved to
3473 international/mule-conf.el.
3474
d1145f85
AI
34752000-11-05 Andrew Innes <andrewi@gnu.org>
3476
3477 * w32-fns.el (w32-version): New function.
3478
178a6a45
SM
34792000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3480
3481 * progmodes/awk-mode.el: Update copyright.
3482 (awk-mode-abbrev-table): Remove.
3483 (awk-font-lock-keywords): Use regexp-opt.
3484 (awk-mode): Use define-derived-mode.
3485
3486 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3487 when extracting a suffix.
3488
1ba90166
AS
34892000-11-04 Andre Spiegel <spiegel@gnu.org>
3490
3491 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3492 auto-save-mode.
3493
546790cb
JR
34942000-11-04 Jason Rumney <jasonr@gnu.org>
3495
3496 * language/european.el (decode-mac-roman): Test against r1 not r0.
3497
d247e32d
SM
34982000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3499
fbf44f44
SM
3500 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3501 (icon-mode): Define indent-line-function.
3502 (icon-comment-indent): Simplify.
3503 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3504
3505 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3506
3507 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3508 Bind change-log-default-mode to defeat the caching done on it.
3509 Don't bother saving excursion any more.
3510
3511 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3512
3513 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3514 (set-frame-font): Use the new name (and the old for compatibility).
3515
eaae8106
SS
3516 * toolbar/tool-bar.el (tool-bar-mode):
3517 * time.el (display-time-mode):
3518 * recentf.el (recentf-mode):
3519 * paren.el (show-paren-mode):
3520 * mwheel.el (mouse-wheel-mode):
3521 * msb.el (msb-mode):
3522 * jka-compr.el (auto-compression-mode):
3523 * image-file.el (auto-image-file-mode):
3524 * hl-line.el (hl-line-mode):
3525 * delsel.el (delete-selection-mode):
3526 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
3527 * complete.el (partial-completion-mode): Drop unneeded positional args.
3528
eaae8106 3529 * info.el (Info-mode):
79372165 3530 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 3531
d247e32d
SM
3532 * log-edit.el (log-edit-menu): New menu.
3533
4921558e
MB
35342000-11-03 Miles Bader <miles@gnu.org>
3535
3536 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3537 definition, so that trailing spaces are handled properly.
3538 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3539
1fc02b3c
GM
35402000-11-03 Gerd Moellmann <gerd@gnu.org>
3541
3542 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3543 tab character.
3544 (fancy-splash-screens): Set tab-width to 20.
3545
51d001f7
DL
35462000-11-03 Dave Love <fx@gnu.org>
3547
3548 * comint.el (comint-completion-addsuffix): Fix custom type.
3549
ba22aeff
SM
35502000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3551
3552 * font-lock.el (font-lock-buffers): Remove.
3553 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3554 (font-lock-change-major-mode): Remove.
3555 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3556 (font-lock-default-fontify-region): Extend the multiline
3557 fontification to whole lines.
3558 (font-lock-fontify-anchored-keywords)
3559 (font-lock-fontify-keywords-region): If matching just one
3560 line (with \n) only mark the \n as multiline.
3561
3562 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3563 Correctly handle the case where several :group args are supplied.
3564 Allow :extra-args.
3565 (easy-mmode-define-global-mode): Allow :extra-args.
3566 Correctly handle the case where several :group args are supplied.
3567
9c887ada
MB
35682000-11-02 Miles Bader <miles@gnu.org>
3569
eaae8106 3570 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
3571 (holiday-face): Remove dependency on `window-system'.
3572
7f25090d
KR
35732000-11-02 Ken Raeburn <raeburn@gnu.org>
3574
3575 * Makefile.in (emacs): Set EMACSLOADPATH always.
3576 (update-authors, .el.elc, compile-files): Don't do it explicitly
3577 here.
9b911107 3578 (compile-files): Bomb out if compilation of a file fails.
7f25090d 3579
7dd6009c
DL
35802000-11-02 Dave Love <fx@gnu.org>
3581
3582 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3583
94821e4f
EZ
35842000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3585
3586 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3587 punctuation in the warning inserted into the *mail* buffer.
3588
1ac3fc42
GM
35892000-11-02 Gerd Moellmann <gerd@gnu.org>
3590
57731876
GM
3591 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3592 (authors-public-domain-p): New function.
3593 (authors-print): Use it.
3594
975f82c9
GM
3595 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3596
1ac3fc42
GM
3597 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3598
4b3eb10f
GM
35992000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3600
975f82c9 3601 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
3602 (ps-print-version): New version number (6.3.1).
3603 (ps-even-or-odd-pages): Customization fix.
3604 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3605 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3606 (ps-page-count): Var replaced by `ps-page-column'.
3607 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3608 (ps-print-sheet-p): New fun.
3609
7da794df
MB
36102000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3611
3612 * tooltip.el (tooltip-gud-tips-setup): New function.
3613 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3614 (tooltip-mode): Call tooltip-gud-tips-setup.
3615 (tooltip-gud-tips): Use `gud-basic-call' instead of
3616 process-send-string, so the prompt gets frobbed appropriately.
3617 Handle nil return value from `tooltip-gud-print-command'.
3618
0e40b809
EL
36192000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3620
3621 * comint.el (comint-add-to-input-history): New function.
3622 (comint-send-input): Use `comint-add-to-input-history'.
3623
50ada0db
MB
36242000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3625
973a3104
MB
3626 * info.el (info-menu-header): New face.
3627 (Info-fontify-menu-headers): New function.
3628 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3629
50ada0db
MB
3630 * info.el (Info-insert-dir): Don't include blank lines at
3631 beginning of additional dir files (one is added automatically).
3632
bff53411
SM
36332000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3634
3635 * emacs-lisp/easy-mmode.el (define-minor-mode):
3636 Revert the latest changes.
3637 Allow the three positional arguments to be skipped and replaced
3638 by keyword arguments.
3639 Add a :toggle argument to determine whether a nil arg means toggle
3640 or means turn-on. The default is unchanged.
3641 Add a call to force-mode-line-update.
3642
6b8a0b2d
DL
36432000-11-01 Dave Love <fx@gnu.org>
3644
3645 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3646 cookie.
3647
5bf99100
MB
36482000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3649
3650 * calendar/calendar.el (diary-face, holiday-face): Add
3651 dark-background variants.
3652
a4032611
SS
36532000-10-31 Sam Steingold <sds@gnu.org>
3654
3655 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3656 `tex-main-file' does not have directory in it.
3657
c286608e
SM
36582000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3659
3660 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3661
4836835a
TTN
36622000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3663
3664 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3665 functional change.
3666
26dcb81b
GM
36672000-10-31 Gerd Moellmann <gerd@gnu.org>
3668
3669 * files.el (find-file-noselect): When we expand a wildcard, return
3670 a list of buffers, as we should do according to the doc string.
3671
49fc4500
KR
36722000-10-31 Ken Raeburn <raeburn@gnu.org>
3673
3674 * loadup.el (top level): Adjust load path if program name is
3675 "../src/bootstrap-emacs", in case it's not dumped and thus the
3676 load path adjustment hasn't already been done.
3677
ea0c615d
GM
36782000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3679
3680 * ps-print.el: Fix bug on selected pages for printing. Use
3681 `color-values' for Emacs 21. Ensure fontification when jit-lock
3682 is on. Try to avoid warning messages when compiling. Doc Fix.
3683 (ps-print-version): New version number (6.3).
3684 (ps-color-device): Use `color-values' to determine if device
3685 supports color.
3686 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3687 (ps-print-page-p): Changed from defsubst to defun.
3688 (ps-page-number): Changed from defmacro to defun.
3689 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3690 printing.
c286608e 3691 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
3692 (ps-end-file, ps-dummy-page): Funs eliminated.
3693 (ps-print-color-scale): Changed default value.
3694 (ps-page-n-up, ps-print-page-p): New internal vars.
3695 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3696 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3697
9e20722f
GM
3698 * delim-col.el: Little programming improvement.
3699 (delimit-columns-str): New macro.
3700 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3701
d7a0fd00
KH
37022000-10-31 Kenichi Handa <handa@etl.go.jp>
3703
c286608e
SM
3704 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3705 Moved to european.el.
d7a0fd00
KH
3706 (ccl-encode-mac-roman-font, fontset-mac): Modified for
3707 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
3708 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3709 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 3710
234be340
DL
37112000-10-30 Dave Love <fx@gnu.org>
3712
3713 * progmodes/cc-menus.el (imenu-generic-expression)
3714 (imenu-progress-message): Only defvar when compiling.
3715
4edc4a39
DL
3716 * emacs-lisp/elp.el (elp-unload-hook): New function.
3717
3718 * loadhist.el (unload-feature): Call elp-restore-function,
3719 checking for symbols; don't use elp-restore-all.
3720 (loadhist-hook-functions): Doc fix.
3721
70c825df
SM
37222000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3723
3724 * log-edit.el (log-edit-confirm): Fix the default.
3725
1d3baf74
GM
37262000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3727
3728 * delim-col.el: Little fix: replace delimit-columns-align-columns by
3729 delimit-columns-format.
3730 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 3731
1ec321a7
MB
37322000-10-30 Miles Bader <miles@lsi.nec.co.jp>
3733
3734 * comint.el (comint-replace-by-expanded-history): Don't use
3735 comint-get-old-input (we're not looking at *old* input).
3736 (comint-get-old-input-default): If using fields, signal an error
3737 when the point is not in an input field.
3738
70737ea9
KH
37392000-10-30 Kenichi Handa <handa@etl.go.jp>
3740
3741 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3742 and mule-unicode-e000-ffff.
3743
fa0cb51d 3744 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
3745 (make-coding-system): Accept a symbol of translation table as a
3746 value of property `safe-chars'.
3747
3748 * international/mule-cmds.el (encode-coding-char): Check property
3749 safe-chars instead of safe-charsets.
3750
3751 * international/fontset.el (fontset-default): Modified for
3752 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3753 (x-font-name-charset-alist): Likewise.
3754 (ccl-encode-unicode-font): New CCL program. Record it in
3755 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3756
70c825df
SM
3757 * language/european.el (mac-roman-decoder, mac-roman-encoder):
3758 New translation tables.
70737ea9
KH
3759 (decode-mac-roman, encode-mac-roman): Definition of these CCL
3760 programs are modified and moved from mac-win.el.
3761 (mac-roman): Definition of this coding system is modified and
3762 moved from mac-win.el.
4836835a 3763
fda2ce24 37642000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3765
1d3baf74 3766 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 3767 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 3768
dd4d3cb6
MB
37692000-10-29 Miles Bader <miles@gnu.org>
3770
3771 * custom.el (custom-add-to-group): Allow multiple entries for a
3772 given value OPTION, as long as their widget types are different.
3773 * cus-edit.el (custom-face-value-create): If face name doesn't end
3774 with "face", add such here (similar to custom group widgets).
3775
3776 * comint.el (comint-highlight-prompt): Add :type.
3777
dace60cf
JW
37782000-10-28 John Wiegley <johnw@gnu.org>
3779
3780 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3781 Changed this function to operate on a temporary buffer instead of
3782 the main buffer. This not only keeps flyspell from marking a
3783 buffer as changed that wasn't, but it solves the jumpy cursor
3784 problem when attempts are made to edit incorrect words.
3785 (flyspell-maybe-correct-doubling): Same change as for
3786 `flyspell-maybe-correct-transposition'.
3787
3788 * calendar/timeclock.el (timeclock-log): Doc fix.
3789 (timeclock-last-event): Doc fix.
3790 (timeclock-log): Kill the timelog buffer after appending a new
3791 event.
3792 (timeclock-find-discrep): Use a temp buffer to read in the
3793 timelog, instead of visiting the file.
3794 (timeclock-log-data): A new function, along with a host of helper
3795 functions, for the purpose of making timelog data accessible to
3796 programmers.
3797
3798 * eshell/esh-mode.el (window-height test): Make certain that
3799 `eshell-stringify-t' is non-nil.
3800 (eshell-password-prompt-regexp): Changed to a much simpler
3801 password regexp.
3802 (eshell-send-input): If `eshell-invoke-directly' returns t,
3803 directly invoke the parsed command using `eval'. This improves
3804 turn-around time on simple commands by a factor of three or
3805 greater, such as cd, ls, pwd, etc. -- which get used very often.
3806 It also conserves thousands of cons cells per call (since
3807 `eshell-do-eval' consumes memory like a Cookie Monster set loose
3808 in the Pacific Cookie Company).
3809
3810 * eshell/esh-test.el (eshell-test): Whitespace fix.
3811
3812 * eshell/em-ls.el (eshell-ls-insert-directory): Make
3813 `eshell-ls-initial-args' nil when inserting directory contents.
3814
3815 * eshell/em-script.el (eshell-script-initialize): Add names to
3816 `eshell-complex-commands, since `source' and `.' are complex.
3817
0467b076
EZ
3818 * eshell/esh-cmd.el (eshell-rewrite-for-command)
3819 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
3820 `eshell-copy-handles'.
3821 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3822 bodies.
3823 (eshell-separate-commands): Whitespace fix.
3824 (eshell-complex-commands): Added a new list of names, for
3825 determining whether a given command is as simple as it looks.
3826 (eshell-invoke-directly): New function. Returns t if a command
3827 should be invoked directly (using `eval'), rather than indirectly
3828 using `eshell-do-eval'.
3829 (eshell-do-eval): Whitespace fix.
3830
3831 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3832 which provides an emulation of the DOS shell behavior of assuming
3833 that cp/mv/ln should copy/move/link to the current directory.
3834 (eshell-remove-entries): Added a doc string.
3835 (eshell-shuffle-files): Removed the check for `target' being null.
3836 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3837 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3838 it to do a smarter check of whether a destination was provided.
3839 (eshell/mv, eshell/cp): Enable `:preserve-args'.
3840 (eshell/ln): Enable `:preserve-args', and use
3841 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
3842 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3843 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
3844 list after flattening it. This makes it possible to cat files
3845 with numerical names.
3846 (eshell-unix-initialize): Added several names to
3847 `eshell-complex-commands.
3848 (eshell-unix-command-complex-p): Return t if a given command name
3849 may result in external processes being invoked.
3850
3851 * eshell/em-glob.el (eshell-glob-show-progress): Make this
3852 variable nil by default, since it slows down glob processing by a
3853 factor of two or more, and increases memory consumption.
3854
3855 * eshell/em-smart.el: Added a note about how memory consumptive
3856 smart display mode can be (at least this is true in Emacs 21).
3857 (eshell-smart-initialize): Whitespace fix.
3858 (eshell-refresh-windows): Use `if' instead of `when'.
3859 (eshell-smart-scroll-window): Calling `save-current-buffer' was
3860 not necessary.
3861 (eshell-currently-handling-window): Added a missing global
3862 variable.
3863
3864 * eshell/em-ls.el (eshell-do-ls): Code simplification.
3865 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3866 Whitespace fix.
3867 (eshell-ls-exclude-hidden): Added this variable in addition to
3868 `eshell-ls-exclude-regexp'. This one prevents files beginning
3869 with . from even being read, which can improve memory consumption
3870 quite a bit.
3871 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3872 read file entries beginning with a dot. In home directories with
3873 lots of hidden files, fully two-thirds of the time spent in ls is
3874 used to read directory entries that are immediately thrown away.
3875 (eshell-ls-initial-args): Added back this configuration variable,
3876 for specifying default initial arguments to every call to ls.
3877 Much faster than using an alias to do the same thing.
3878 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3879 (eshell-ls-dir): Whitespace change.
3880
3881 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3882
3883 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3884 available.
3885 (eshell-stringify-t): Added a customization variable, to indicate
3886 whether `t' should be rendered as a string at all. If not, one
3887 can still determine if the result of an expression is true using
3888 "file-exists-p FILE && echo true".
3889 (eshell-stringify): If `eshell-stringify-t' is nil, don't
3890 stringify t!
3891
3892 * eshell/esh-module.el: Whitespace fix.
3893
3894 * eshell/em-alias.el (eshell-alias-initialize): Added
3895 `eshell-command-aliased-p' to `eshell-complex-commands'.
3896 (eshell-command-aliased-p): New function that returns t if a
3897 command name names an aliased.
3898
657f9cb8 38992000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3900
0467b076 3901 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 3902 redrawing the screen when changing cursor color.
0467b076
EZ
3903 (viper-insert-state-pre-command-sentinel)
3904 (viper-replace-state-pre-command-sentinel)
70c825df
SM
3905 (viper-replace-state-post-command-sentinel):
3906 Use viper-preserve-cursor-color.
657f9cb8
MK
3907 Many functions changed to use viper= instead of = when comparing
3908 characters.
0467b076 3909 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 3910 working with characters.
0467b076 3911 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
3912 Many functions changed to use viper= instead of = when comparing
3913 characters.
0467b076 3914 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 3915
0467b076 3916 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 3917 Several typos fixed in various docstrings.
0467b076
EZ
3918 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3919 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 3920 hook.
0467b076
EZ
3921 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3922 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3923 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3924 (ediff-get-selected-buffers): New function.
3925 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3926 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 3927 save-window-excursion.
0467b076 3928 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 3929 termination check in while loop.
0467b076 3930 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 3931 dired buffer.
0467b076
EZ
3932 (ediff-files,ediff-merge-files,ediff-files3)
3933 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 3934
4f490d99
DL
39352000-10-28 Dave Love <fx@gnu.org>
3936
3937 * info.el (Info-fontify-node): Add help-echo for menu items.
3938
45b84006
EZ
39392000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3940
5ebc02b3
EZ
3941 * startup.el (normal-top-level): If the value of $TERM indicates
3942 we are running from xterm or one of its work-alikes, default to a
3943 light background mode.
3944
45b84006
EZ
3945 Support for -fg, -bg, and -rv command-line arguments for TTYs:
3946 * faces.el (tty-handle-reverse-video): New function.
3947 (tty-create-frame-with-faces): Call it.
3948
3949 * frame.el (frame-notice-user-settings): Don't apply
3950 default-frame-alist and initial-frame-alist to MS-DOS frames.
3951 Call tty-handle-reverse-video, frame-set-background-mode, and
3952 face-set-after-frame-default for non-MS-DOS frames.
3953
3954 * startup.el (tty-long-option-alist): New variable.
3955 (tty-handle-args): New function.
3956 (command-line): Call tty-handle-args.
3957
3958 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3959 startup.el now does that for all character-terminal frames.
3960
eab6e8b9
MB
39612000-10-28 Miles Bader <miles@gnu.org>
3962
3963 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3964 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3965 global. If :global is followed by a non-nil but non-t value,
3966 make the mode buffer-local, but also generate a `global-MODE'
3967 version using `easy-mmode-define-global-mode'. Add
3968 :conditional-turn-on keyword argument.
3969
51a29efc
DL
39702000-10-28 Dave Love <fx@gnu.org>
3971
3972 * international/latin1-disp.el (latin1-char-displayable-p): Don't
3973 use window-system.
3974
d71d7114
EZ
39752000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
3976
3977 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3978 Don't call find-buffer-file-type-coding-system. Instead, just
3979 set eol-type to -unix if inhibit-eol-conversion is in effect, or
3980 if the file is on an untranslated filesystem.
3981 (add-untranslated-filesystem): Use "D" instead of "f" inside
3982 interactive.
3983
1f9cab4b
DL
39842000-10-27 Dave Love <fx@gnu.org>
3985
70c825df 3986 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
3987 (refill-mode): Use it.
3988
70c825df
SM
39892000-10-27 Stefan Monnier <monnier@cs.yale.edu>
3990
3991 * international/quail.el (quail-activate): Don't make-local-hook.
3992
7432cf10
AS
39932000-10-27 Andre Spiegel <spiegel@gnu.org>
3994
4836835a 3995 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 3996 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
3997 (vc-make-version-backup): Don't do it on MS-DOS without long file
3998 names.
4836835a 3999
7432cf10
AS
4000 * vc.el (vc-version-other-window): If an automatic backup of the
4001 desired version exists, rename it instead of copying it.
4002
4836835a
TTN
4003 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4004 after command. If there's an unexpected error, signal it instead
7432cf10 4005 of being silent.
e1483c38 4006 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 4007
05ea7ef2
MB
40082000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4009
fd1035aa
MB
4010 * shell.el (shell): Add BUFFER argument.
4011 * comint.el (make-comint-in-buffer): New function.
4012 (make-comint): Use it.
4013
05ea7ef2
MB
4014 * faces.el (face-spec-choose): Change syntax so that the list of
4015 attribute-value pairs is now the cdr of each clause, not the cadr.
4016 Detect old-style entries, and handle them. Use pop.
4017
835a55fe
SM
40182000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4019
f5ab1cdd
SM
4020 * cus-edit.el (custom-mode-map): Use a sparse map.
4021 (custom-mode): Don't bother with make-local-hook.
4022
4023 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4024
835a55fe
SM
4025 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4026
c13b0ec8
GM
40272000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4028
4029 * ps-print.el: Avoid compilation gripes.
4030 (ps-print-version): New version number (6.2.1).
4836835a 4031
e9f63196
DL
40322000-10-26 Dave Love <fx@gnu.org>
4033
0b95284b
DL
4034 * menu-bar.el: Modify some menu item help strings.
4035 (menu-bar-help-menu): Add link to MORE.STUFF.
4036
e9f63196
DL
4037 * cus-edit.el (custom-mode): Add `special' mode-class property.
4038
4039 * wid-browse.el (widget-browse-mode): Likewise.
4040
4041 * wid-edit.el (widget-specify-field): Revert to using local-map
4042 property, not keymap.
4043
e276a14a
MB
40442000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4045
c1545d88
MB
4046 * wid-edit.el (widget-field-end): When checking for a `boundary'
4047 field, do so in the correct buffer.
4048
3c1b77ca
MB
4049 * simple.el (undo): Correctly distinguish between numeric and
4050 non-numeric prefix args in non-transient-mark-mode, as per the doc
4051 string. When in transient-mark-mode, treat all prefix-args as
4052 numeric.
4053
f5ab1cdd
SM
4054 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4055 Position point on match. Handle N == 0 correctly.
22626d9d
MB
4056
4057 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4058 (comint-mode-map): Reverse order of `comint-write-output' and
4059 `comint-append-output-to-file'.
4060 (comint-append-output-to-file): Reinstate this function, for the
4061 benefit of the menu.
4062
d97151cb
SM
40632000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4064
4065 * vc.el (vc-version-other-window): Bind `file'.
4066
ea7d6f5b
GM
40672000-10-25 Gerd Moellmann <gerd@gnu.org>
4068
f5ab1cdd 4069 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
4070
4071 * emacs-lisp/authors.el (batch-update-authors): New function.
4072 (authors-fixed-entries): New defconst.
4073 (authors-add-fixed-entries): New function.
4074 (authors): Call it.: Don't process lispref/.
4075
17c25cea
JR
40762000-10-25 Jason Rumney <jasonr@gnu.org>
4077
4078 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4079 Merge x w32 and mac definitions.
4080
4ecda532
GM
40812000-10-25 Gerd Moellmann <gerd@gnu.org>
4082
4083 * menu-bar.el (menu-bar-options-menu): Add a help string for
4084 `uniquify'.
4085
b6735035
GM
40862000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4087
f5ab1cdd
SM
4088 * time-stamp.el (time-stamp-string-preprocess):
4089 Fix a wrong type argument error.
b6735035 4090
f4cbc7a0
MB
40912000-10-25 Miles Bader <miles@gnu.org>
4092
4093 * recentf.el (recentf-mode): Variable removed.
4094 (recentf-mode): Use `define-minor-mode'.
4095
4096 * mwheel.el (mouse-wheel-mode): New global minor mode.
4097 (mwheel-install): Use `mouse-wheel-mode'.
4098
f4b020f6
DL
40992000-10-25 Dave Love <fx@gnu.org>
4100
f5ab1cdd
SM
4101 * progmodes/cperl-mode.el (cperl-mode):
4102 Set normal-auto-fill-function correctly.
072cb6f9 4103
f4b020f6
DL
4104 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4105 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 4106 bindings.
f4b020f6 4107
ebe2a441
MB
41082000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4109
ff4dcd4b
MB
4110 * wid-edit.el (widget-field-at): New function.
4111 (widget-at, widget-field-activate): Use it.
4112 (widget-tabable-at): Use `widget-at'.
4113 (widget-specify-field): If the terminating character of the widget
4114 field (which is read-only) is a newline, put it into a special
4115 `boundary' field so that C-n/C-p act more naturally.
4116 (widget-field-end): Also don't subtract one if a special
4117 `boundary' field has been added after the widget field.
4118
ebe2a441
MB
4119 * comint.el (comint-output-filter, comint-send-input): Don't
4120 bother adding stickiness fields to overlays to fool the field
4121 code, since it should notice the overlay insertion-types now.
ff4dcd4b 4122
ebe2a441
MB
4123 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4124 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4125 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4126
fe50b6ab
GM
41272000-10-24 Gerd Moellmann <gerd@gnu.org>
4128
53df4dda
GM
4129 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4130 (authors): Set file coding system to iso-2022-7bit. Add
4131 file-local variables to output buffer.
4132
4836835a 4133 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
4134 WARN is nil.
4135
53df4dda
GM
41362000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4137
4138 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4139
4140 * delim-col.el: Now there is a column formatting mechanism.
4141 Modified to customization mechanisms convention. Doc fix.
4142 (columns): New group for delim-col.
4143 (delimit-columns-before, delimit-columns-after)
4144 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4145 (delimit-columns-end): New vars.
4146 (delimit-columns-customize, delimit-columns-format): New funs.
4147 (delimit-columns-region, delimit-columns-rectangle)
4148 (delimit-columns-rectangle-line): Modified to support column
4149 formatting.
4836835a 4150
a9839779
DL
41512000-10-24 Dave Love <fx@gnu.org>
4152
4153 * log-edit.el (log-edit): Add :version and a :group for vc.
4154
df0267b8
GM
41552000-10-24 Gerd Moellmann <gerd@gnu.org>
4156
9acc3873
GM
4157 * files.el (after-find-file): Don't print a message ``New file''
4158 if WARN is nil.
4159
63e1b552
GM
4160 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4161 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4162 get duplicate tool-bar entries because we'll see the global ones
4163 on more than one path through keymaps.
4164
1946f901
GM
4165 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4166
df0267b8
GM
4167 * progmodes/cmacexp.el: Change Francesco's email address.
4168
ae3b264b
KH
41692000-10-24 Kenichi Handa <handa@etl.go.jp>
4170
4171 * window.el (fit-window-to-buffer): Adjust point of the window
4172 buffer, not that of the current buffer.
4173
23afac01
EZ
41742000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4175
4176 * progmodes/cmacexp.el: Update the euthor's email address.
4177
22d1a4ed
MB
41782000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4179
4180 * faces.el (face-spec-set-match-display): Add `graphic' display
4181 type (the inverse of `tty'). Use `display-graphic-p' instead of
4182 the window-system variable.
4183
f408aa48
KH
41842000-10-24 Kenichi Handa <handa@etl.go.jp>
4185
4186 * international/isearch-x.el (isearch-with-input-method): Call
4187 input-method-function with the first event in
4188 unread-command-events.
4189
94fe8a31
MB
41902000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4191
4192 * faces.el (face-default-spec, face-user-default-spec): Make
4193 defsubsts.
4194
8f47302e
AC
41952000-10-24 Andrew Choi <akochoi@i-cable.com>
4196
4197 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4198 New charsets.
4199
4200 * term/mac-win.el: Remove definitions of mac-roman-lower and
4201 mac-roman-upper, require dired, and define instead of set
4202 mac-ready-for-drag-n-drop to avoid compilation error.
4203
446c097e
AI
42042000-10-23 Andrew Innes <andrewi@gnu.org>
4205
4206 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4207 superfluous calls to subst-char-in-string; instead apply
4208 expand-file-name after convert-standard-filename to ensure
4209 expected directory separators are used.
4210
379b70e7
EZ
42112000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4212
4213 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4214
85c766e9
DL
42152000-10-23 Dave Love <fx@gnu.org>
4216
b7e03a67
DL
4217 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4218 (tool-bar-add-item): Set foreground and background for XBM icons.
4219
4220 * international/latin1-disp.el (latin1-char-displayable-p): New
4221 function (from Handa).
4222 (latin1-display-check-font): Use it.
4223
0dcf8835
DL
4224 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4225 using :key-sequence, making it much more usable. Use nconc, not
4226 append.
4227 (imenu--create-keymap-1): Avoid append.
4228
85c766e9 4229 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 4230
cb3069bb
MB
42312000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4232
4233 [the following changes fix a bug where `define-minor-mode' didn't
4234 correctly generate :require clauses for defcustoms in compiled files]
4235 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4236 (byte-compile-log-file, byte-compile-log-1): Don't set
4237 `byte-compile-current-file' to nil. Instead set
4238 `byte-compile-last-logged-file' to it. Test whether
4239 byte-compile-current-file equals byte-compile-last-logged-file
4240 instead of whether its nil.
3b6542ba 4241 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 4242
6db6243b
SM
42432000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4244
4245 * textmodes/refill.el: Fix var names in doc.
4246 (refill-mode): Don't bother with make-local-hook anymore.
4247
98490598
MB
42482000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4249
e01cd227
MB
4250 * faces.el (face-user-default-spec, face-default-spec): New functions.
4251 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 4252 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
4253 Use `face-user-default-spec'. Simplify code slightly.
4254
4836835a 4255 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
4256 (woman-unknown-face): Add dark-background variants.
4257 (woman-default-faces): Renamed from `woman-colour-faces'.
4258 Set using the stored defaults, rather than using hard-wired colors.
4259 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4260 Just make the foreground `unspecified' rather than "black".
4261 (woman-menu): Rename menu entries accordingly.
4262
98490598
MB
4263 * faces.el (header-line): Make more reasonable on mono/grayscale
4264 displays.
4265
1a578e9b
AC
42662000-10-23 Andrew Choi <akochoi@i-cable.com>
4267
4268 * cus-edit.el (custom-button-face): Use 3D look for mac.
4269 (custom-button-pressed-face): Likewise.
4270
4271 * faces.el (set-face-attributes-from-resources): Handle mac frames
4272 in the same way as x and w32 frames.
4273 (face-valid-attribute-values): Likewise.
4274 (read-face-attribute): Likewise.
4275 (defined-colors): Likewise.
4276 (color-defined-p): Likewise.
4277 (color-values): Likewise.
4278 (display-grayscale-p): Likewise.
4279 (face-set-after-frame-default): Likewise.
4280 (mode-line): Same default face as for x and w32.
4281 (tool-bar): Likewise.
4282
4283 * frame.el: Remove call to frame-notice-user-settings at end of
4284 the file.
4285
4286 * info.el (Info-fontify-node): make underlines invisible for mac
4287 as for x, pc, and w32 frame types.
4288
4289 * term/mac-win.el: New file.
4290
aaaf7be7
DL
42912000-10-22 Dave Love <fx@gnu.org>
4292
4293 * textmodes/refill.el: New file.
4294
5392d654
AS
42952000-10-22 Andre Spiegel <spiegel@gnu.org>
4296
4836835a 4297 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 4298 MANUAL and REGEXP.
4836835a 4299 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
4300 New functions.
4301 (vc-before-save): Use the latter.
4302 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4303 confusion.
4304
4836835a 4305 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
4306 expected by vc[-hooks].el.
4307
4308 * vc.el (vc-checkout): Added `-p' suffix in call to
4309 vc-make-version-backups-p; use vc-make-version-backup to actually
4310 make the backup.
4311 (vc-version-other-window, vc-version-backup-file): Handle both
4312 automatic and manual backups.
4313 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4314 of all of them.
4315
1e221c16
MB
43162000-10-22 Miles Bader <miles@gnu.org>
4317
7ff4fda5
MB
4318 * comint.el (comint-highlight-input, comint-highlight-prompt):
4319 Renamed, `-face' at end removed.
4320 (comint-send-input, comint-output-filter): Use renamed faces.
4321
3511cde8
MB
4322 * window.el (fit-window-to-buffer): Change defaulting of
4323 MAX-HEIGHT slightly.
4324
1e221c16
MB
4325 * faces.el (color-values, color-defined-p): Use `member', not
4326 `memq', because it works correctly for strings.
4327 (frame-set-background-mode): Actually, "unspecified-fg" and
4328 "unspecified-bg" *are* strings. Use `member', not `memq', and
4329 `equal', not `eq', when a string value is possible.
4330
b6ef4898
EZ
43312000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4332
4333 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4334
34939e2c
SM
43352000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4336
4337 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4338 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4339 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4340 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4341 (sh-font-lock-syntactic-keywords): Use them.
4342 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4343 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4344 (sh-mode): Don't override font-lock-unfontify-region-function.
4345 Use a copy of sh-font-lock-syntactic-keywords.
4346 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4347 Don't call sh-scan-buffer since font-lock does it on the fly.
4348 (sh-get-indent-info): Use `face' rather than `syntax-table'
4349 text-property to detect here-documents.
4350 Replace sh-special-syntax with sh-st-punc.
4351 (sh-prev-line): Use `face' rather than `syntax-table'
4352 text-property to skip over here-documents.
4353 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4354 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4355 (sh-electric-less, sh-set-here-doc-region)
4836835a 4356 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
4357 (sh-scan-buffer, sh-rescan-buffer): Remove.
4358
f3d3c491
AI
43592000-10-21 Andrew Innes <andrewi@gnu.org>
4360
4361 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4362 remote (ange-ftp) file names.
4363
b86c791c
MB
43642000-10-21 Miles Bader <miles@gnu.org>
4365
d9c30bdf
MB
4366 * window.el (fit-window-to-buffer): New function.
4367 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
4368 (window-text-height): Don't expect minibuffers to have mode-lines.
4369
d9c30bdf 4370 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
4371 * international/quail.el (quail-update-guidance): Use
4372 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 4373
617fee5a
MB
4374 * international/quail.el (quail-show-guidance-buf): Make sure
4375 guidance window really has enough room.
4376 (quail-update-guidance): If quail-guidance-win is already shown,
4377 make sure its height is OK.
4378
b86c791c
MB
4379 * window.el (window-text-height, set-window-text-height):
4380 New functions.
4381 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4382 instead of `window-height' & `mode-line-window-height-fudge'.
4383 (mode-line-window-height-fudge): Add FACE parameter.
4384 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4385 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4386
e34850d1
MB
43872000-10-20 Miles Bader <miles@gnu.org>
4388
4389 * window.el (height-affecting-face-attributes): Use `defconst'.
4390
4391 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4392 New function, conditionally aliased to `mode-line-window-height-fudge'.
4393 (ispell-help): Use it.
4394 (ispell-choices-win-default-height): Don't include mode-line fudge.
4395 (ispell-choices-win-default-height): New function.
4396 (ispell-show-choices, ispell-command-loop): Use function
4397 `ispell-choices-win-default-height' instead of variable.
4398
a8b883c2
MB
43992000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4400
8c6e4a58
MB
4401 * window.el (mode-line-window-height-fudge): New variable.
4402 (height-affecting-face-attributes): New variable.
4403 (mode-line-window-height-fudge): New function.
4404 (shrink-window-if-larger-than-buffer): Use it.
4405 * help.el (resize-temp-buffer-window): Likewise.
4406
a8b883c2
MB
4407 * info.el (Info-fontify-node): Add support for @subsubsection
4408 titles, which use `Info-title-4-face'.
4409 (Info-title-4-face): New face.
4410 (Info-title-3-face): Inherit from Info-title-4-face instead of
4411 variable-pitch.
4412
e64c3a75
JR
44132000-10-19 Jason Rumney <jasonr@gnu.org>
4414
4415 * dired.el (dired-insert-directory): Do not let errors signalled by
4416 attempt to run dired-free-space-program prevent dired from working.
4417
c70fe852
SM
44182000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4419
4420 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4421
877cf6b4
GM
44222000-10-19 Gerd Moellmann <gerd@gnu.org>
4423
5de037e0
GM
4424 * dirtrack.el (dirtrack): Fix call to run-hooks.
4425
6deb9af9
GM
4426 * cmuscheme.el (cmuscheme-program-name): Renamed from
4427 scheme-program-name because xscheme.el contains a defcustom with
4428 the same name. As a consequence, customizing group `cmuscheme'
4429 loaded `xscheme' which redefined run-scheme.
4430 (run-scheme): Use cmuscheme-program-name.
4431
877cf6b4
GM
4432 * ps-print.el (ps-print-emacs-type): Move into the
4433 eval-and-compile.
4434
e597d8fb 4435 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 4436 anonymous address, and add a website for Befrienders International.
4836835a 4437
3e9cb08f
GM
44382000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4439
c70fe852
SM
4440 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4441 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
4442 (ps-print-version): New version number (6.2).
4443 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4444 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4445 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4446 (ps-x-extent-priority, ps-x-extent-start-position)
4447 (ps-x-face-font-instance, ps-x-find-coding-system)
4448 (ps-x-font-instance-properties, ps-x-make-color-instance)
4449 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4450 avoid compilation gripes without defining functions.
4451 (ps-e-find-composition): Alias for function find-composition, to have a
4452 suitable function depending on Emacs version.
4453 (ps-color-device, ps-color-values, ps-face-foreground-name)
4454 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4455 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4456 (ps-print-ensure-fontified): Function definitions surrounded by
4457 `eval-and-compile' to avoid compilation gripes.
4458 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4459 by symbol-value to avoid compilation gripes.
4460 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4461 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4462
d8abcd91
MB
44632000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4464
13ab33c4
MB
4465 * startup.el (normal-top-level): Call `frame-set-background-mode'
4466 after `frame-notice-user-settings' because the latter doesn't call
4467 the former on a tty.
4468
d8abcd91
MB
4469 * faces.el (frame-set-background-mode): `unspecified' &c are
4470 symbols, not strings.
4471
e8bce0a9
EZ
44722000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4473
c70fe852
SM
4474 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4475 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 4476
c70fe852
SM
4477 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4478 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 4479
773272d8
KH
44802000-10-19 Kenichi Handa <handa@etl.go.jp>
4481
c70fe852 4482 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
4483 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4484 for ISO10646-1 fonts.
4485 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4486
772139c0
EZ
44872000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4488
4489 * faces.el (frame-set-background-mode): If a tty frame defines a
4490 background color, use that to compute the background mode, instead
4491 of always defaulting to "dark".
4492
d134a19f
MB
44932000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4494
8bb84cb2
MB
4495 * comint.el (comint-write-output): New function.
4496 (comint-mode-map): Add it to the menu.
e40a778f 4497 Bind `C-c C-s' to comint-write-output.
d134a19f 4498
dada41e1
GM
44992000-10-18 Gerd Moellmann <gerd@gnu.org>
4500
4501 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4502 Use fancy-splash-delay.
4503
9b5360aa
GM
45042000-10-18 Alex Schroeder <alex@gnu.org>
4505
4506 * progmodes/sql.el (sql-sybase-options): New option.
4507 (sql-sybase): Use it. Add sql-database to the list of parameters
4508 provided for login. The options -w 2048 -n are not used any more.
4509
9035a35a
GM
4510 * comint.el (comint-read-input-ring): Bugfix such that the first
4511 and the last entry of the input ring file are not lost.
4512
3556c6dd
GM
45132000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4514
4515 * ps-print.el: Internal variable changes to defcustom,
4516 make-local-hook changes to defvar. Doc fix.
4517 (ps-print-version): New version number (6.1).
4518 (ps-setup, ps-do-despool): Code fix.
4519 (ps-printer-name): Customization fix.
4520 (ps-printer-name-option): Now is a defcustom instead of an
4521 internal variable.
4522 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4523 (ps-print-begin-column-hook): Now are defvar instead of
4524 make-local-hook.
4836835a 4525
4e217e50
MB
45262000-10-18 Miles Bader <miles@gnu.org>
4527
4528 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4529 (comint-kill-output): Changed into an alias for `comint-delete-output',
4530 and made obsolete.
4531 (comint-mode-map): Rename references to comint-kill-output.
4532
34460354
EZ
45332000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4534
4535 * diff-mode.el (diff-header-face, diff-file-header-face)
4536 (diff-changed-face): Add bold and italic attributes to tty faces.
4537 (diff-function-face): New face.
4538 (diff-font-lock-keywords): Use it.
4539
17ea3cdb
MB
45402000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4541
4542 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4543 Remove commented-out call to force-mode-line-update.
4544 (comint-kill-output): Use `forward-line 0' instead of
4545 beginning-of-line to make sure we get past the prompt.
4546
9244f2c7
SM
45472000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4548
4549 * diff-mode.el (diff-header-face, diff-file-header-face):
4550 Add specific setting for dark background.
4551 (diff-context-face): Renamed from diff-comment-face.
4552 Set explicitly rather than inheriting from font-lock-comment-face.
4553
1592c1ef
EZ
45542000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4555
4556 * startup.el (command-line): Move the code which sets the default
4557 TTY colors to before before-init-hook.
4558
f86292a9
GM
45592000-10-17 Gerd Moellmann <gerd@gnu.org>
4560
4561 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4562
f7f2e883
EZ
45632000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4564
e854cc22
EZ
4565 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4566 extensions, for MS-DOS.
4567
f7f2e883
EZ
4568 * diff-mode.el (diff-header-face, diff-file-header-face)
4569 (diff-changed-face): Define tty-specific colors.
4570
c7b4f0f9
GM
45712000-10-17 Gerd Moellmann <gerd@gnu.org>
4572
4573 * startup.el (fancy-splash-text): Realign the text.
4574
12a72271
EZ
45752000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4576
4577 * font-lock.el (font-lock-comment-face): Define a separate default
4578 for dark-background tty's.
4579
61dfccfd
MB
45802000-10-17 Miles Bader <miles@gnu.org>
4581
4582 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4583 being obscured by whizzy mode-lines on graphics displays.
4584
333cd59e
EZ
45852000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4586
4587 * info.el (Info-title-1-face, Info-title-2-face)
4588 (Info-title-3-face): Define colors for tty's.
dada41e1 4589 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 4590
dbf1fcc1
EZ
45912000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4592
4593 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4594 reverse from the frame parameters, and don't invert foreground and
4595 background colors.
4596
ac629823
MB
45972000-10-16 Miles Bader <miles@gnu.org>
4598
4599 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4600 string "*Info*". Call propertized-buffer-identification to spruce
4601 up the result.
4602
76eebffc
GM
46032000-10-16 Gerd Moellmann <gerd@gnu.org>
4604
3a6b59d9
GM
4605 * help.el: Provide `help' for the sake of define-minor-mode
4606 which generates defcustoms with requires.
4607
6569c3d3
GM
4608 * jit-lock.el (jit-lock-after-change): If we're in text that
4609 matches a multi-line font-lock pattern, make sure the whole text
4610 will be redisplayed.
4611
c2e0a611
GM
4612 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4613 author's name is unknown.
4614
76eebffc
GM
4615 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4616 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4617 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4618 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4619 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4620 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4621 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4622 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4623 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4624 Add author information.
4625
cf1e7b12
MB
46262000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4627
4628 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4629 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4630 full-color version (using the Gimp) to eliminate dithering artifacts.
4631
5586f3eb
SM
46322000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4633
4634 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4635
4636 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4637
ad64a888
DL
46382000-10-15 Dave Love <fx@gnu.org>
4639
4640 * progmodes/sh-script.el: Require skeleton and comint when
4641 compiling.
4642
4643 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4644
4645 * whitespace.el: Doc fixes.
4646 (top-level): Don't add hooks here.
4647 (whitespace-running-emacs): Deleted.
4648 (timer): Don't require.
4649 (whitespace): Add back :version conditional on xemacs test.
4650 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4651 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4652 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4653 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4654 Avoid specific xemacs test.
4655 (whitespace-global-mode): New option.
4656 (whitespace-global-mode): New command.
4657 (whitespace-unload-hook): New function.
4658
4659 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 4660 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
4661 (Info-fontify-node): `Goto' goes to `Go to'.
4662 (Info-fontify-node): Add help-echo to xref links.
4663
1ef49fc6
EZ
46642000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4665
4666 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4667
8b7707e1
SM
46682000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4669
b3b7f42f
SM
4670 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4671 Use plist-get and allow :inherit.
4672
4673 * emacs-lisp/cl-macs.el (cl-do-arglist):
4674 Use plist-get and plist-member instead of memq.
4675
3c7fafc7
SM
4676 * emacs-lisp/ewoc.el (ewoc-location): New function.
4677 (ewoc-enter-after, ewoc-enter-before): Document return value.
4678 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4679 Don't need make-local-hook any more.
4680 (cvs-addto-collection): Return the new tin.
4681 (cvs-mode-insert): Jump to the new line.
4682
8b7707e1
SM
4683 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4684
4685 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4686
4687 * font-lock.el (font-lock-syntactically-fontified): New var.
4688 (font-lock-fontify-syntactic-keywords-region): Use it.
4689 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4690
4691 * diff-mode.el (diff-find-file-name): Fix regexp.
4692
4693 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4694 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4695
4696 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4697 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4698 (sh-mode): Don't make all vars local here.
4699 (sh-kw): Reformat.
4700 (sh-set-shell): Use dolist. Don't set indent-region-function.
4701 (sh-mode-syntax-table): Use pop.
4702 (sh-remember-variable): Use push.
4703 (sh-help-string-for-variable): Use memq.
4704 (sh-safe-backward-sexp): Remove.
4705 (sh-safe-forward-sexp): Add ARG.
4706 (sh-get-indent-info, sh-prev-stmt): Use it.
4707 (sh-prev-line): Simplify by using forward-comment.
4708 (sh-this-is-a-continuation): Simplify.
4709 (sh-learn-buffer-indent): Use dolist.
4710 (sh-do-nothing): Remove.
4711 (sh-set-char-syntax, sh-set-here-doc-region):
4712 Use inhibit-modification-hooks.
4713 (sh-name-style): Use mapcar and push.
4714 (sh-load-style): Use dolist.
4715 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4716 (sh-case, sh-while-getopts): Use propertize directly rather
4717 than sh-electric-rparen.
4718
47192000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4720
4721 * textmodes/tex-mode.el: Require CL when compiling.
4722 (tex-mode-syntax-table): Init immediately.
4723 (tex-mode-map): Bind M-RET to latex-insert-item.
4724 (latex-mode): Set indent-line-function to latex-indent.
4725 (tex-common-initialization): Don't setup the syntax-table any more.
4726 (latex-insert-item): New skeleton.
4727 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 4728 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 4729 (latex-indent, latex-find-indent): New functions.
4836835a 4730 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
4731 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4732 (tex-compilation-parse-errors): Use with-syntax-table.
4733
86b7fcbb
MB
47342000-10-15 Miles Bader <miles@gnu.org>
4735
4736 * font-lock.el (font-lock-comment-face): Change dark-background,
4737 color, non-tty, default to `chocolate1'.
4738
57a24508
JW
47392000-10-13 John Wiegley <johnw@gnu.org>
4740
4741 * eshell/esh-util.el (require): Added a missing `require' form,
4742 needed when compiling (for an ange-ftp macro definition).
4743
40ad3db4
DL
47442000-10-13 Dave Love <fx@gnu.org>
4745
4746 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4747
db460189
GM
47482000-10-13 Gerd Moellmann <gerd@gnu.org>
4749
b41c9501
GM
4750 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4751 fix.
4752
4836835a 4753 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
4754 transparent -colors 8).
4755
3b5e21df
GM
47562000-10-13 Stephen Gildea <gildea@alum.mit.edu>
4757
4758 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4759 that breaks with old list format timestamps.
4760 (time-stamp-warn-inactive, time-stamp-old-format-warn)
4761 (time-stamp-count, time-stamp-conversion-warn): Improved doc
4762 strings.
4763
16908a3f
JW
47642000-10-13 John Wiegley <johnw@gnu.org>
4765
d7103dda
JW
4766 * align.el, pcomplete.el, calendar/timeclock.el,
4767 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4768
dace60cf 4769 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
4770 faulty math, where holiday hours were being computing as seconds.
4771
b6b70cda
JW
47722000-10-13 John Wiegley <johnw@gnu.org>
4773
4774 * desktop.el (desktop-buffer-modes-to-save): Added a global for
4775 specifying what "other" kinds of buffers should be saved. This
4776 used to be hard-coded.
4777 (desktop-buffer-misc-functions): A global for specifying how
4778 auxiliary data should be determined for special buffer types.
4779 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4780 instead of hard-coding the special buffer types.
4781 (desktop-save): Run `desktop-buffer-misc-functions' to gather
4782 auxiliary data, instead of hard-coding for Info buffers and dired.
4783 (desktop-buffer-info-misc-data): Aux function for determining Info
4784 buffer auxiliary info.
4785 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4786 (desktop-buffer-info): Changed this function to use the info
4787 gathered above.
4788 (desktop-create-buffer): Be a little more careful about what
4789 `minor-mode' means before calling it. This is important for some
4790 buffer types.
4791
8c6b1d83
JW
47922000-10-13 John Wiegley <johnw@gnu.org>
4793
4794 * eshell/esh-util.el: Added a global form which declares an
4795 autoload for `parse-time-string', if that function is not already
4796 defined, and if parse-time.el is available on the user's system.
4797
4798 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4799 to be aware of ange-ftp user info.
4800 (eshell-do-ls): Bind `ange-cache'. Also, use
4801 `eshell-file-attributes'.
4802 (eshell-ls-annotate): Use `eshell-file-attributes'.
4803 (eshell-ls-file): Made the user-id printing code a bit smarter.
4804
4805 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4806 allow identification of alias user ids in remote directories.
4807 It's manual, but there's no other way to know when the current
4808 user on the local machine, is also the owning user on the remote
4809 machine.
4810 (fboundp): Bind `ange-cache'.
4811 (eshell-directory-files-and-attributes): Re-organized the logic a
4812 bit to use `eshell-file-attributes' instead of `file-attributes'.
4813 The former is more sensitive to directories that are read via FTP,
4814 and knows how to use ange-ftp to determine full attribute
4815 information, instead of just the name and last modtime.
4816 (eshell-current-ange-uids): Return the current user id when in a
4817 remote directory.
4818 (eshell-parse-ange-ls): Parse a full directory listing that has
4819 been returned by ange-ftp.
4820 (eshell-file-attributes): This beefed up version of
4821 `file-attributes' is only special if the user is currently in a
4822 remote directory, in which case it does a lot of work to find out
4823 what the real attributes of a file are, as they appear on the
4824 remote machine. This makes usage of remote directories (i.e.,
4825 ange-ftp pathnames) much more useful. You can now use Eshell as a
4826 full-fledged FTP client, with much more manipulation ability than
4827 most other clients.
4828
4829 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4830 variable, which means that Eshell's du should always be preferred
4831 in remote directories.
4832 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4833 just `file-attributes'.
4834 (eshell-mvcp-template): Bind `ange-cache', to improve performance
4835 when reading remote directories. This is an Eshell-specific
4836 variable (not part of ange-ftp).
4837 (eshell/ln): Bind `ange-cache'.
4838 (eshell/du): Added some extra logic for determining when to use
4839 Eshell's du (which is slow), and when to use the external version
4840 (which may or may not exist).
4841
4842 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4843 `eshell-interactive-process', rather than using
4844 `get-buffer-process', since backgrounded processes don't count in
4845 the context of this function's logic.
4846
4847 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4848 `forward-char', so that null strings are parsed correctly.
4849
87730e84 48502000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
4851
4852 * eshell/em-pred.el (eshell-pred-file-type,
4853 eshell-pred-file-links, eshell-pred-file-size): Use
4854 `eshell-file-attributes'. This is more correct over ange-ftp.
4855
4856 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4857 that remote file globbing is more efficient.
4858
4859 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4860 gathering the files and attributes within a directory.
4861
4862 * eshell/em-unix.el (eshell/cat): If any of the files passed on
4863 the command line is a special file (not a regular file, directory
4864 or symlink), always attempt to call the external version of cat.
4865
87730e84 48662000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
4867
4868 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4869 Eshell-friendly version of find-tag.
4870
1c7e37a9
MB
48712000-10-13 Miles Bader <miles@lsi.nec.co.jp>
4872
4836835a 4873 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
4874 (image-file-name-regexps): Add autoload cookies.
4875
11a7f341
KH
48762000-10-13 Kenichi Handa <handa@etl.go.jp>
4877
4878 * international/mule-cmds.el (select-safe-coding-system): If FROM
4879 is string, show it in *Warning* buffer.
4880
8ddddcb0
EZ
48812000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4882
4883 * startup.el (normal-top-level): Use display-popup-menus-p instead
4884 of window-system.
4885 (command-line): Use display-graphic-p instead of window-system.
4886 (command-line-1): Use display-popup-menus-p and display-mouse-p
4887 instead of window-system.
4888
72200f89
SS
48892000-10-12 Sam Steingold <sds@gnu.org>
4890
4891 * tooltip.el (tooltip-use-echo-area): New user variable.
4892 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4893
8661c643
DL
48942000-10-12 Dave Love <fx@gnu.org>
4895
d0b40dc1
DL
4896 * recentf.el: Maintainer's checkdoc fixes.
4897
a622451f
DL
4898 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4899 character class, not ASCII when matching file names.
4900 (fancy-splash-head): Add trailing slash to URL.
4901 (command-line): Don't require XPM support for toolbar.
4902
8661c643
DL
4903 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4904 (cperl-invalid-face): Revert last change.
4905 (cperl-init-faces): Quote cperl-invalid-face.
4906
ef2ed8ab
KH
49072000-10-12 Kenichi Handa <handa@etl.go.jp>
4908
4909 * startup.el (fancy-splash-text): Remove superfluous quote.
4910
b0da379e
GM
49112000-10-12 Gerd Moellmann <gerd@gnu.org>
4912
dbeb499b
GM
4913 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4914 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4915 (command-line-1): Don't use fancy-splash-pending-command.
4916 (fancy-splash-screens-1): Goto point-min after inserting text.
4917
d861718a
GM
4918 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4919
b0da379e
GM
4920 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4921 instead of shared-lisp-mode-map.
4922
4fb2ad98
MB
49232000-10-12 Miles Bader <miles@lsi.nec.co.jp>
4924
1cb4393e
MB
4925 * faces.el (header-line): Change tty-variant to use underlining.
4926
4fb2ad98
MB
4927 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4928 (isearch-highlight): Restore lazy-isearch face properties at old
4929 position, and suppress them at new position.
4930 (isearch-dehighlight): Restore lazy-isearch face properties.
4931 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4932 over the real isearch overlay, but in that case, don't give it a
4933 face property. Use `push'.
4934
eb991b25
KH
49352000-10-12 Kenichi Handa <handa@etl.go.jp>
4936
4937 * man.el (Man-getpage-in-background): Fix previous change.
4938 Decode the process output only when we are in multibyte mode.
4939
a818c1c0
DL
49402000-10-11 Dave Love <fx@gnu.org>
4941
c990f53a
DL
4942 * info.el (Info-mode-menu): Fix some help.
4943 (info-tool-bar-map): Add entry for Info-last.
4944
a818c1c0
DL
4945 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4946 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4947 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4948 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4949 * toolbar/search-replace.xpm, toolbar/exit.xpm:
4950 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4951 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4952 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4953 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4954 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4955 Reduce colour requirements to 25 overall. (Probably wants
4956 revisiting from the originals to reduce further.)
4957
c1b096cb
EZ
49582000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
4959
4960 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4961 buffer-file-coding-system, instead of raw-text.
4962 (dehexlify-buffer): Bind coding-system-for-read to
4963 buffer-file-coding-system, instead of raw-text.
4964
5c8b7eaf
SS
49652000-10-11 Sam Steingold <sds@gnu.org>
4966
4967 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4968 `underline' - fixes the bug introduced on 2000-09-21.
4969
2cfbdb7a
DL
49702000-10-11 Dave Love <fx@gnu.org>
4971
4972 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4973 compiler warnings.
4974 (scheme-mode): Doc fix.
4975 (scheme-font-lock-keywords-1): Match `define-syntax'.
4976
49772000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
4978
4979 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
4980 face specs as well as default ones. Only do anything if the
4981 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 4982 (region): Make dark-background `region' face less in-your-face.
4b33f290 4983
690ec649
SS
49842000-10-10 Sam Steingold <sds@gnu.org>
4985
4986 * chistory.el, ielm.el, ledit.el:
4987 * progmodes/inf-lisp.el, progmodes/scheme.el:
4988 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4989
3b95d6bb
SM
49902000-10-10 Stefan Monnier <monnier@cs.yale.edu>
4991
4992 * textmodes/texinfo.el: Update copyright and fix typo.
4993
4994 * desktop.el (desktop-modes-not-to-save): New var.
4995 (desktop-save-buffer-p): Use it.
a30eb617
DL
4996 Also, obey desktop-buffers-not-to-save even for non-file buffers.
4997 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4998
49992000-10-10 Dave Love <fx@gnu.org>
5000
5001 * toolbar/tool-bar.el (tool-bar-add-item)
5002 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5003 display.
5004
5005 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5006 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5007 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5008 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5009 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5010 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5011 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5012 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5013 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5014 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5015 the .xpms; probably need retouching.
5016
50172000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5018
5019 * subr.el (add-to-list): Add optional argument APPEND.
5020 * battery.el (display-battery): Use `add-to-list'.
5021
50222000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5023
5024 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5025 these vars as symbol properties.
5026 (zone, zone-when-idle, zone-leave-me-alone)
5027 (zone-pgm-whack-chars): Use new symbol properties.
5028
5029 * battery.el (display-battery): Doc spelling fix.
5030
5031 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5032 property.
5033
50342000-10-09 Dave Love <fx@gnu.org>
5035
5036 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5037 has been initialized before calling tool-bar-setup.
5038 (tool-bar-add-item-from-menu): Add autoload cookie.
5039
50402000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5041
5042 * menu-bar.el (send-mail-item-name): New function.
5043 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5044 of mail-user-agent in the menu. Don't display the "Send Mail"
5045 item if mail-user-agent is nil or its value is ignore.
5046 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5047 if read-mail-command is nil or its value is ignore.
5048
5049 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5050
50512000-10-09 Miles Bader <miles@gnu.org>
5052
5053 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5054 Correct image size.
5055 * toolbar/left_arrow.xpm: Correct image size.
5056
5057 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5058 will be done by the definition of `auto-compression-mode' if
5059 necessary. Move code to uninstall existing file-name handler
5060 before definition of `auto-compression-mode'.
5061
5062 * image-file.el (auto-image-file-mode): Move to the end of the
5063 file, because `define-minor-mode' actually calls the mode-function
5064 if the associated variable is non-nil, which requires that all
5065 needed functions be already defined.
5066
5067 * mouse.el (popup-menu): Balance parens.
5068
50692000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5070
5071 * mouse.el (popup-menu): Move the command call outside the loop
5072 so that popup-menu returns whatever the command returns.
5073
5074 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5075 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5076 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5077 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5078
5079 * vc.el (vc-version-diff): diff-switches can be a list.
5080 Use relative filenames for prettier output.
5081
5082 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5083 (vc-post-command-functions): Remove old-VC compatibility code.
5084
5085 * newcomment.el (comment-indent-default): Autoload.
5086
5087 * font-lock.el (font-lock-defaults): Make buffer-local.
5088 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5089 (font-lock-choose-keywords):
5090 Ignore LEVEL unless KEYWORDS is a list of syms.
5091 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5092 Don't wrap regexp-opt things in \(...\) unnecessarily.
5093
5094 * jit-lock.el: Don't require font-lock any more.
5095 (jit-lock-functions): Make buffer-local.
5096 (jit-lock-saved-fontify-buffer-function): Remove.
5097 (jit-lock-mode): Remove autoload cookie.
5098 Remove font-lock specific code.
5099 (jit-lock-unregister): Don't bother handling complex hooks any more.
5100 (jit-lock-refontify): New function.
5101 (jit-lock-fontify-buffer): Use it.
5102 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5103 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5104 Add optional args START and END.
5105 Never call font-lock-fontify-region directly.
5106 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5107
5108 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5109
51102000-10-08 Dave Love <fx@gnu.org>
5111
5112 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5113
5114 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5115
5116 * play/studly.el (studlify-region, studlify-word): Add autoload
5117 cookie.
5118
5119 * play/morse.el (morse-region, unmorse-region): Add autoload
5120 cookie.
5121
5122 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5123 concat.
5124
5125 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5126 insist on symbols starting with word syntax.
5127 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5128 (eval-defun-1): Doc fix.
5129 (indent-sexp): Use nconc to build up indent-stack.
5130
5131 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5132 Gnus with little use.
5133 (mail-setup-hook): Add mail-abbrevs-setup to options.
5134
5135 * recentf.el: Doc fixes.
5136
5137 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5138 Clean up remainder.
5139
5140 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5141 without timezone and (8) with timezone to enforce some whitespace.
5142 Simplify code somewhat.
5143
5144 * options.el (list-options): Doc that you should use customize.
5145
5146 * iswitchb.el (iswitchb-mode): Add :require.
5147
5148 * info.el (Info-goto-node, Info-menu): Doc fix.
5149 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5150 (info-tool-bar-map): New variable.
5151 (Info-mode): Use it.
5152 (Info-edit-map): Define all in defvar.
5153 (speedbar-attached-frame): Avoid compiler warning.
5154
5155 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5156 (global-map): Bind [tool-bar] to a filtered map.
5157 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5158 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5159 Allow PBM icons.
5160 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5161
5162 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5163 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5164 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5165 icons, except up_arrow, which is left-arrow rotated.
5166
5167 * imenu.el (imenu-add-to-menubar): Fix last change.
5168
51692000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5170
5171 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5172 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5173
51742000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5175
5176 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5177 typos in doc strings.
5178
5179 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5180 the doc strings how to customize Font Lock faces.
5181
5182 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5183 computing growth when dragging the header line.
5184
51852000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5186
5187 * simple.el (kill-line): Doc fix.
5188
51892000-10-08 Miles Bader <miles@gnu.org>
5190
5191 * faces.el (secondary-selection): Make foreground visible on tty.
5192
5193 * jka-compr.el (auto-compression-mode): Move to the end of the
5194 file, because `define-minor-mode' actually calls the mode-function
5195 if the associated variable is non-nil, which requires that all
5196 needed functions be already defined.
5197 (with-auto-compression-mode): Add autoload cookie.
5198
51992000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5200
5201 * files.el (find-backup-file-name) [ms-dos]: If support for long
5202 file names is not available, behave as if version-control were set
5203 to never.
5204
52052000-10-07 Dave Love <fx@gnu.org>
5206
5207 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5208 (browse-url-gnome-moz): New function.
5209 (browse-url-browser-function): Use it.
5210 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5211
52122000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5213
5214 * indent.el (tab-always-indent): New var.
5215 (indent-for-tab-command): Use it.
5216
5217 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5218 raise an error. This way it can still default to a sane value.
5219
52202000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5221
5222 * startup.el (fancy-splash-screens): Use local rather than global map.
5223 Don't use `update-menu-bindings' any more.
5224 Get rid of assumptions about keymap representation.
5225
52262000-10-06 Dave Love <fx@gnu.org>
5227
5228 * textmodes/fill.el (sentence-end-double-space)
5229 (sentence-end-without-period): Doc fix.
5230 (adaptive-fill-regexp): Purecopy.
5231 (unjustify-current-line): Use line-end-position.
5232 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5233
5234 * net/eudc-vars.el (eudc): Add :version, :link.
5235
5236 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5237
5238 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5239 Fix for define-minor-mode.
5240 (function-at-point): Alias to function-called-at-point.
5241
5242 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5243
5244 * simple.el (backward-word): Doc fix.
5245
5246 * image-file.el (image-file-name-regexp): image-file-regexps ->
5247 image-file-name-regexps.
5248 (image-file-name-extensions): Add pbm.
5249
52502000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5251
5252 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5253 and add filename to the names so that diff-mode can jump to source.
5254
5255 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5256 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5257 (tex-font-lock-keywords-1): Remove.
5258 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5259 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5260 (font-lock-default-fontify-region):
5261 Expand beg..end correctly when just following a multiline region.
5262 (font-lock-fontify-anchored-keywords):
5263 Include the anchor text as part of the multiline.
5264
52652000-10-06 Gerd Moellmann <gerd@gnu.org>
5266
5267 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5268 latter needs the autoloaded define-minor-mode macro during the
5269 bootstrap.
5270
5271 * startup.el (command-line): For now, activate tool-bar-mode only
5272 if XPM images are supported.
5273
5274 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5275 window by dragging a header-line at the top of the frame; that's
5276 confusing because the header-line doesn't move.
5277 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5278 of treating the event as a list. Some cleanup.
5279
52802000-10-06 Miles Bader <miles@gnu.org>
5281
5282 * simple.el (display-message-or-buffer): New function.
5283 (shell-command-on-region): Use `display-message-or-buffer'.
5284
5285 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5286 docstring parts.
5287
5288 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5289 (smbclient-prompt-regexp): Add usage note to doc string.
5290 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5291 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5292 Use add-hook for adding the comint filter function, and only do so
5293 if it's not already in the global hook list.
5294 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5295 to `make-local-variable'.
5296 (nslookup-font-lock-keywords): Remove prompt entry.
5297 (nslookup): Don't set the process-filter.
5298 (finger): Exit the loop correctly when the regexps list runs out.
5299 (ftp, smbclient, smbclient-list-shares):
5300 Set the real major mode immediately, not after execing.
5301 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5302
5303 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5304
53052000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5306
5307 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5308
5309 * which-func.el (which-func-format): Remove spurious space.
5310 (which-func-mode): Don't make it permanent-local.
5311 (which-func-ff-hook): Allow which-func-maxout to be nil.
5312 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5313 (which-func-mode): Simplify.
5314 Use post-command-idle-hook rather than post-command-hook.
5315 Go through all buffers and update their state.
5316 (which-function): Also try add-log-current-defun-function.
5317
5318 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5319 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5320 Update call to with-vc-properties accordingly.
5321 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5322 (vc-revert-buffer): More careful about window selection and deletion.
5323 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5324
5325 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5326 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5327 (cvs-dired-action): Change the default to quickdir.
5328
5329 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5330 if comment-indent-function returns nil.
5331 (comment-indent-default): New function.
5332 (comment-indent-function): Use it and document the new semantics.
5333
5334 * image-file.el: Docstring fixes.
5335
5336 * help.el (help-xref-on-pp): Use match-string.
5337 (describe-variable): New arg BUFFER.
5338 Store the current buffer in the help-xref-stack.
5339 (temp-buffer-resize-mode): Use define-minor-mode.
5340
5341 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5342 consistently with its docstring.
5343 Set jit-lock-first-unfontify-pos in an idempotent way.
5344 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5345
53462000-10-05 Alex Schroeder <alex@gnu.org>
5347
5348 * sql.el (sql-mysql-options): New variable.
5349 (sql-mysql): Use it.
5350
53512000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5352
5353 * image.el (image): New group.
5354
5355 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5356 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5357
53582000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5359
5360 * net/net-utils.el (nslookup-font-lock-keywords)
5361 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5362 Ignore the value of wqindow-system; always define keywords
5363
53642000-10-05 Kenichi Handa <handa@etl.go.jp>
5365
5366 * startup.el (fancy-splash-screens): Remove the code for
5367 debugging; `(trace-to-stderr "EXITTT\n")'.
5368
53692000-10-05 Miles Bader <miles@gnu.org>
5370
5371 * diff-mode.el (diff-goto-source): Update call to
5372 `diff-hunk-status-msg' to reflect new REV variable.
5373
53742000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5375
5376 * progmodes/icon.el (icon-mode):
5377 Don't gratuitously override the default for comment-column.
5378
5379 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5380
5381 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5382 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5383 (jit-lock-functions): New var.
5384 (jit-lock-function-1): Use it if non-nil.
5385 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5386 Set the `fontified' property before doing the fontification to avoid
5387 repeatedly going through the same error.
5388 Don't turn errors into messages.
5389 (jit-lock-register, jit-lock-unregister): New functions.
5390
5391 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5392 Use with-current-buffer.
5393
5394 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5395 Turn comment into docstring.
5396
5397 * apropos.el (apropos-mode): Use define-derived-mode.
5398
53992000-10-04 Gerd Moellmann <gerd@gnu.org>
5400
5401 * startup.el (fancy-splash-pending-command): New variable.
5402 (fancy-splash-pre-command): New function.
5403 (fancy-splash-screens): Rewritten.
5404 (command-line-1): If fancy-splash-pending-command is set, call it
5405 interactively.
5406
54072000-10-04 Dave Love <fx@gnu.org>
5408
5409 * toolbar/tool-bar.el (tool-bar-setup): New function.
5410 (tool-bar-mode): Use it.
5411
5412 * subr.el (substitute-key-definition): Doc fix.
5413 (play-sound-file): New command.
5414
54152000-10-04 Andre Spiegel <spiegel@gnu.org>
5416
5417 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5418 vc-version-backup-file-name): New functions.
5419
5420 * files.el (basic-save-buffer): Call vc-before-save before saving.
5421
5422 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5423 vc-cvs-stay-local-p.
5424
5425 * vc.el (vc-revert-buffer): Handle empty diff properly.
5426 (vc-version-backup-file): New function.
5427 (vc-checkout): Create a version backup if necessary.
5428 (vc-checkin): If a version backup file exists, delete it.
5429 (vc-version-diff): Diff locally using version backups, if available.
5430 (vc-revert-file): If there's a version backup, revert locally.
5431 (vc-transfer-file): Use version backup for base version, if
5432 available. If not, ask for confirmation whether to get it from the
5433 server. Update mode line before check-in.
5434
54352000-10-04 Dave Love <fx@gnu.org>
5436
5437 * toolbar/tool-bar.el (tool-bar-setup): New function.
5438 (tool-bar-mode): Use it.
5439
54402000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5441
5442 * net/net-utils.el (nslookup-font-lock-keywords)
5443 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5444 Only set if window-system is non-nil
5445 (net-utils-run-program): Returns buffer.
5446 (network-connection-reconnect): Added this function.
5447
5448 * generic.el:
5449 Incorporates extensive cleanup and docfixes by
5450 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5451 Uses cl compile-time macros.
5452 (generic-mode-name, generic-comment-list)
5453 (generic-keywords-list, generic-font-lock-expressions)
5454 (generic-mode-function-list, generic-mode-syntax-table):
5455 Removed variables.
5456 (generic-mode-alist): Renamed to generic-mode-list.
5457 (generic-find-file-regexp): Default changed to "^#".
5458 (generic-read-type): Uses completing read on generic-mode-list.
5459 (generic-mode-sanity-check): removed this function.
5460 (generic-add-to-auto-mode): Removed this function
5461 (generic-mode-internal): Bind mode-specific definitions
5462 into function instead of putting them in alist.
5463 (generic-mode-set-comments): Reworked extensively.
5464 (generic-mode-find-file-hook): Simplified regexp searching
5465 (generic-make-keywords-list): Omit extra pair of parens
5466
5467 * find-lisp.el (find-lisp-find-files-internal):
5468 Make sure directory name ends with "/".
5469
5470 * generic-x.el (apache-conf-generic-mode):
5471 Regexp now allows leading whitespace.
5472 (rc-generic-mode): Added eval-when-compile
5473 around generic-make-keywords-list.
5474 Deleted duplicate regexp
5475 (rul-generic-mode): Added eval-when-compile
5476 around generic-make-keywords-list.
5477 (etc-fstab-generic-mode): New generic mode.
5478 (rul-generic-mode): Removed one eval-when-compile
5479 which caused a max-specpdl-size exceeded error.
5480
54812000-10-04 Miles Bader <miles@gnu.org>
5482
5483 * simple.el (minibuffer-temporary-goal-position): New variable.
5484 (next-history-element): Try to keep the position of point in the
5485 input string constant.
5486
5487 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5488 (dired-do-create-files): If there's only one file, pass it in as
5489 the DEFAULT arg to dired-mark-read-file-name.
5490
54912000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5492
5493 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5494 (diff-goto-source): Be smarter when choosing REVERSE or not.
5495
5496 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5497 (texinfo-mode-menu): Add an explicit shortcut for update all.
5498
54992000-10-03 Andre Spiegel <spiegel@gnu.org>
5500
5501 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5502 factorize backend-specific code cleanly (this was essentially
5503 conceived by Stefan Monnier).
5504 (vc-unregister): Function removed.
5505 (vc-revert-file): New function.
5506 (vc-revert-buffer): Delegate some of the work to it.
5507
5508 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5509 default branch unconditionally.
5510 (vc-rcs-set-default-branch): New function.
5511 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5512 (vc-rcs-checkin): If an appropriate default branch has been set,
5513 force creation of that branch.
5514 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5515 code (as suggested by Stefan Monnier).
5516
55172000-10-02 Gerd Moellmann <gerd@gnu.org>
5518
5519 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5520 highlighting overlay with a different face over the overlay
5521 isearch uses to highlight the current match because that can lead
5522 to bad face combinations.
5523
5524 * loadup.el (toplevel): Load faces before isearch.
5525
5526 * isearch.el (isearch-faces): New custom group.
5527 (isearch): New defface; was already tested for in the code.
5528 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5529 (isearch-highlight): Always use face `isearch'.
5530
55312000-10-02 Dave Love <fx@gnu.org>
5532
5533 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5534 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5535 comparison of opcode with operand.
5536
55372000-10-03 Miles Bader <miles@gnu.org>
5538
5539 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5540 buffer, since the echo area will now grow to accommodate them.
5541
55422000-10-02 Andre Spiegel <spiegel@gnu.org>
5543
5544 * vc-hooks.el (vc-registered): If FILE used to be registered under
5545 a certain backend, try that one first.
5546
5547 * vc.el (vc-responsible-backend): Undo the previous change in the
5548 argument list. Handle multiple backends correctly.
5549 (vc-find-new-backend): Function removed.
5550 (vc-register): Use vc-responsible-backend, as before.
5551 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5552
55532000-10-02 Gerd Moellmann <gerd@gnu.org>
5554
5555 * startup.el (fancy-splash-head): Change message below the
5556 logo.
5557
55582000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5559
5560 * diff-mode.el (diff-goto-source): Emit a status message.
5561 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5562 (diff-test-hunk): Fix doc string.
5563 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5564 (diff-advance-after-apply-hunk): New variable.
5565 (diff-apply-hunk): Don't return a value.
5566
55672000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5568
5569 * vc.el (vc-editable-p): Minor optimization.
5570 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5571 (vc-find-new-backend): New function split from vc-responsible-backend.
5572 (vc-register): Use it.
5573 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5574 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5575 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5576 (vc-clear-headers): Don't use find-file.
5577 (vc-revert-buffer): Use `and' again (must have been a braino).
5578 (vc-switch-backend): Only prompt if requested.
5579 Short circuit if nothing is to be done.
5580 Don't use vc-resynch-buffer which could lose unsaved editing.
5581 (vc-default-receive-file): Update call to vc-unregister.
5582 (with-vc-file, vc-next-action-on-file):
5583 Use vc-backend rather than vc-registered.
5584 (vc-next-action-on-file): Use intern-soft.
5585 Deal with read-only *vc-diff* buffer.
5586 (vc-transfer-file): Docstring fix.
5587
5588 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5589 (vc-rcs-receive-file): Avoid with-vc-properties.
5590 Update call to vc-unregister.
5591 Use constant `RCS' rather than (dynamically bound) var `backend'.
5592
55932000-10-01 Andre Spiegel <spiegel@gnu.org>
5594
5595 * vc.el (vc-next-action-on-file): Update mode line only if file
5596 is visited.
5597 (vc-start-entry): New argument initial-contents. Don't visit the file
5598 if it isn't already visited. Brought documentation up-to-date.
5599 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5600 (vc-checkin): New optional arg initial-contents, which is passed to
5601 vc-start-entry.
5602 (vc-finish-logentry): Make sure to bury log buffer only if there
5603 really is one. Call `vc-resynch-buffer' on log-file, not
5604 buffer-file-name.
5605 (vc-default-comment-history, vc-default-wash-log): New functions.
5606 (vc-index-of): Removed.
5607 (vc-transfer-file): Make do without the above.
5608 (vc-default-receive-file): Call comment-history unconditionally. Pass
5609 the resulting string to vc-checkin, instead of inserting it into the
5610 comment ring.
5611
5612 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5613 unconditionally. Use the comments as initial contents of the log
5614 entry buffer. Document the trick to force branch creation with no
5615 changes.
5616
56172000-10-01 Miles Bader <miles@gnu.org>
5618
5619 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5620 `recenter' with an arg to prevent redrawing the display.
5621
56222000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5623
5624 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5625
5626 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5627
5628 * progmodes/c-mode.el (c-mode):
5629 Don't gratuitously override the default for comment-column.
5630
5631 * textmodes/tex-mode.el (latex-metasection-list): New var.
5632 (latex-imenu-create-index): Use it.
5633 Move the regexp construction outside loops (and use push).
5634 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5635 (tex-font-lock-keywords): Moved from font-lock.el.
5636 (tex-comment-indent): Remove.
5637 (tex-common-initialization): Don't set comment-indent-function.
5638 (latex-block-default): New var.
5639 (tex-latex-block): Use it to provide a default choice.
5640 Add any unknown choice to latex-block-names.
5641 Insert [...] after {...}.
5642 (tex-last-unended-begin): Simplify regexp.
5643 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5644 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5645 (latex-mode): Set forward-sexp-function.
5646
5647 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5648 Add regexp for @ignore ... @end ignore.
5649 (texinfo-heading-face): New face.
5650 (texinfo-font-lock-keywords): Use it.
5651 (texinfo-mode-menu): New menu.
5652 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5653 New functions.
5654 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5655 (texinfo-section-types-regexp, texinfo-section-level-regexp)
5656 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5657 Remove declaration.
5658 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5659
5660 * delsel.el (delete-selection-mode): Use define-minor-mode.
5661
5662 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5663
56642000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5665
5666 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5667
56682000-09-30 Gerd Moellmann <gerd@gnu.org>
5669
5670 * replace.el (keep-lines-read-args): New function.
5671 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5672 read arguments interactively. Add parameters RSTART and REND.
5673 Operate on the active region in Transient Mark mode.
5674
5675 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5676
5677 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5678 (authors-obsolete-files-regexps): New variable.
5679 (authors-add): Don't record changes in obsolete files.
5680
56812000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5682
5683 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5684
5685 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5686 (comment-indent): Make sure there's a space between code and comment.
5687 Shift comments left to avoid going past fill-column.
5688
56892000-09-29 Gerd Moellmann <gerd@gnu.org>
5690
5691 * startup.el (startup-echo-area-message): New function.
5692 (display-startup-echo-area-message): Use it.
5693 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5694 (fancy-splash-default-action): New function.
5695 (fancy-splash-screens-1): New function.
5696 (fancy-splash-head): Put a help-echo and a keymap under the image.
5697
56982000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5699
5700 * diff-mode.el (diff-add-log-file-name): Remove.
5701 (diff-mode): Use add-log-buffer-file-name-function.
5702
5703 * add-log.el (find-change-log): New arg BUFFER-FILE.
5704 (add-log-file-name): Obey add-log-file-name-function.
5705 (add-log-buffer-file-name-function): New var.
5706 (add-change-log-entry): Use it.
5707
57082000-09-29 Miles Bader <miles@gnu.org>
5709
5710 * image-file.el (image-file-name-extensions): New variable.
5711 (image-file-name-regexps): Renamed from `image-file-regexps'.
5712 New default value is nil. Call `auto-image-file-mode'.
5713 (image-file-name-regexp): New function.
5714 (auto-image-file-mode): New minor mode.
5715 (insert-image-file): Don't make conditional on the image-file
5716 handler being enabled.
5717 (image-file-handler): Make the call here conditional instead.
5718 (set-image-file-handler-enabled, enable-image-file-handler)
5719 (disable-image-file-handler): Functions removed.
5720
5721 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5722 string.
5723
57242000-09-29 Gerd Moellmann <gerd@gnu.org>
5725
5726 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5727 it's a function from CL.
5728 (latex-imenu-create-index): Replace eval-when-compile with progn
5729 because latex-section-alist is not bound while compiling.
5730
57312000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5732
5733 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5734 (outline-mode): Use define-derived-mode.
5735
5736 * progmodes/perl-mode.el (perl-mode):
5737 * progmodes/awk-mode.el (awk-mode):
5738 * progmodes/asm-mode.el (asm-mode):
5739 Don't gratuitously override the default for comment-column.
5740
5741 * emacs-lisp/lisp.el (lisp-complete-symbol):
5742 Distinguish the let-binding case from the funcall case.
5743 (forward-sexp-function): New variable.
5744 (forward-sexp): Use it.
5745
5746 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5747 (easy-mmode-defmap): Remove the now useless autoload.
5748
5749 * time.el (display-time-mode): Use define-minor-mode.
5750
5751 * subr.el (add-minor-mode): Don't eval NAME.
5752 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5753 Use if rather than cond.
5754
5755 * simple.el (read-expression-map): Define more properly.
5756 (comment-indent-hook): Remove.
5757 (string-to-syntax): Bug fix.
5758
5759 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5760 (cvs-ediff-diff): Fix typo.
5761 (cvs-revert-if-needed): Don't bother preserving read-only.
5762
5763 * paren.el (show-paren-mode): Use define-minor-mode.
5764
5765 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5766 (toggle-auto-compression): Remove.
5767 (jka-compr-build-file-regexp): Remove useless grouping.
5768
5769 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5770 Avoid user-reserved bindings.
5771 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5772 (diff-header-face): Revert to grey85.
5773
5774 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5775
5776 * complete.el (partial-completion-mode) <defcustom>: Remove.
5777 (partial-completion-mode): Use define-minor-mode.
5778 (PC-do-completion): Understand `completion-auto-help = delay'
5779 to mean to popup the completion buffer only the second time.
5780 (PC-include-file-all-completions, PC-include-file-all-completions)
5781 (PC-include-file-all-completions): Don't quote lambda.
5782
5783 * comint.el (comint-mode-hook): Docstring fix.
5784 (comint-mode): Use define-derived-mode.
5785 (comint-mode-map): Remove obsolete comment.
5786 (make-comint): Minor stylistic change.
5787 (comint-insert-clicked-input): Be more careful to find the overlay.
5788 Use this-command-keys rather than hardcoding mouse-2.
5789
5790 * font-lock.el: Replace confusing (,@ with ,
5791 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5792 Don't use regexp-opt-depth. Spice up the regexp for args.
5793 Don't distinguish between cmds that can take an opt arg or not.
5794 Use `append' and `prepend' rather than `keep'.
5795
5796 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5797 (latex-outline-regexp): New var.
5798 (latex-outline-level): New fun.
5799 (latex-section-alist): New var.
5800 (latex-imenu-create-index): Use it. Use `push' as well.
5801 (tex-shell-map): Initialize it properly.
5802 (tex-mode): Minor stylistic change.
5803 (plain-tex-mode): Use define-derived-mode.
5804 (latex-mode): Use define-derived-mode.
5805 Construct the paragraph regexps in a more readable way.
5806 Set the buffer-local outline-{level,regexp} vars.
5807 (slitex-mode): Derive from latex-mode.
5808 (tex-common-initialization): Don't kill-all-vars anymore.
5809 Add setting for comment-add and font-lock-defaults.
5810 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5811 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
5812 (tex-start-tex): New arg DIR (and send a chdir command for it).
5813 Also display the shell buffer and save it in tex-last-buffer-texed.
5814 (tex-region): Use expand-file-name rather than concat.
5815 Remove code made useless by changes in tex-start-tex.
5816 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5817
5818 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5819
58202000-09-28 Dave Love <fx@gnu.org>
5821
5822 * eshell/eshell.el (eshell) <defgroup>: Add :version.
5823
58242000-09-28 Gerd Moellmann <gerd@gnu.org>
5825
5826 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5827 `append'.
5828
58292000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5830
5831 * info.el (Info-extract-pointer): Undo last change.
5832 Instead, fix the position of the `bound' arg to re-search-backward.
5833
58342000-09-27 Stefan Monnier <monnier@cs.yale.edu>
5835
5836 * info.el (Info-extract-pointer):
5837 Widen more carefully, to avoid finding pointers in other nodes.
5838 (Info-index): Use push.
5839
58402000-09-27 Gerd Moellmann <gerd@gnu.org>
5841
5842 * frame.el (set-frame-font): Remove call to obsolete function
5843 frame-update-faces.
5844 (set-foreground-color, set-background-color): Likewise for
5845 frame-update-face-colors.
5846
58472000-09-27 Miles Bader <miles@gnu.org>
5848
5849 * image-file.el: New file.
5850
58512000-09-27 Gerd Moellmann <gerd@gnu.org>
5852
5853 * frame.el (frame-notice-user-settings): Don't call
5854 frame-update-faces, which is a no-op now.
5855
5856 * ediff-wind.el (ediff-control-frame-parameters): Add zero
5857 tool-bar-lines.
5858
58592000-09-27 Dave Love <fx@gnu.org>
5860
5861 * mouse.el: Fix last change.
5862
58632000-09-27 Miles Bader <miles@lsi.nec.co.jp>
5864
5865 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5866
58672000-09-22 Kenichi Handa <handa@etl.go.jp>
5868
5869 * international/quail.el (quail-help): The output message is
5870 improved.
5871
58722000-09-26 Dave Love <fx@gnu.org>
5873
5874 * mouse.el (popup-menu): If POSITION is nil, set it using
5875 mouse-position.
5876
58772000-09-25 Sam Steingold <sds@gnu.org>
5878
5879 * net/browse-url.el (browse-url-file-url): Check for null maps.
5880
58812000-09-26 Gerd Moellmann <gerd@gnu.org>
5882
5883 * frame.el (frame-notice-user-settings): Don't add a
5884 tool-bar-lines frame parameter to default-frame-alist in batch mode.
5885
5886 * frame.el (frame-notice-user-settings):
5887 Make tool-bar-mode and default-frame-alist consistent.
5888
5889 * toolbar/tool-bar.el (tool-bar-help): New function.
5890
58912000-09-25 Gerd Moellmann <gerd@gnu.org>
5892
5893 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5894 current-load-list in top-level forms. Else this leaks a cons cell
5895 every time a defun is called.
5896
5897 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5898
58992000-09-25 Dave Love <fx@gnu.org>
5900
5901 * startup.el (fancy-splash-head): Check XPM is available.
5902
5903 * autoinsert.el (auto-insert): Doc fix.
5904 (auto-insert-alist): Following GNU notices, don't say `copyright
5905 _by_'. Use line-beginning-position.
5906 (auto-insert): Check buffer-file-name is non-nil before use.
5907
59082000-09-25 Gerd Moellmann <gerd@gnu.org>
5909
5910 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5911 starting with `@def' or `@multitable', in addition to ones
5912 specified by the user in auto-fill-inhibit-regexp.
5913
59142000-09-25 Markus Rost <rost@math.ohio-state.edu>
5915
5916 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5917 rmail-dont-reply-to-names matches the empty string.
5918
59192000-09-25 Gerd Moellmann <gerd@gnu.org>
5920
5921 * startup.el (command-line-1, fancy-splash-text): Change the
5922 text to sound more friendly.
5923
59242000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
5925
5926 * progmodes/hideshow.el: Update author email address.
5927 Generally, sync w/ maintainer version 5.22.
5928 (hs-hide-all-non-comment-function): New var.
5929 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5930 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5931 (hs-show-region): Delete this command.
5932 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5933
59342000-09-22 Dave Love <fx@gnu.org>
5935
5936 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5937 (hl-line-highlight): Specify buffer when moving overlay.
5938
5939 * progmodes/fortran.el (fortran-mode): Locally set
5940 normal-auto-fill-function.
5941 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5942 (fortran-mode-map): Adjust auto-fill menu entry.
5943
59442000-09-22 Gerd Moellmann <gerd@gnu.org>
5945
5946 * vc-rcs.el (toplevel): Require `vc' when compiling.
5947
5948 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5949
59502000-09-22 Andre Spiegel <spiegel@gnu.org>
5951
5952 * vc.el (vc-switch-backend): Signal an error if the file is not
5953 registered under the new backend.
5954
5955 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5956 without explicit revision number.
5957
59582000-09-21 Stefan Monnier <monnier@cs.yale.edu>
5959
5960 * diff-mode.el (diff-file-header-face): Reset to its previous value.
5961 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5962 (diff-xor): New function.
5963 (diff-find-source-location): Use it. Fix a stupid name clash.
5964 (diff-hunk-status-msg): New function.
5965 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5966 (diff-test-hunk): Use diff-find-source-location.
5967 (diff-goto-source): Favor the `reverse'.
5968 (diff-hunk-text): Properly handle one-sided context diffs.
5969 (diff-apply-hunk): When done, advance to the next hunk.
5970
59712000-09-21 Gerd Moellmann <gerd@gnu.org>
5972
5973 * startup.el (command-line): If frame was created with a non-zero
5974 tool-bar-lines parameter, switch tool-bar-mode on.
5975
5976 * add-log.el (change-log-date-face, change-log-name-face)
5977 (change-log-email-face, change-log-file-face)
5978 (change-log-list-face, change-log-conditionals-face)
5979 (change-log-function-face, change-log-acknowledgement-face):
5980 New faces, inheriting from font-lock faces.
5981 (change-log-font-lock-keywords): Use them.
5982
59832000-09-21 Dave Love <fx@gnu.org>
5984
5985 * progmodes/cperl-mode.el (top-level): Clean up
5986 `eval-when-compile's and assorted defvars.
5987 (cperl-invalid-face): Don't double-quote value. Change custom
5988 type.
5989 (cperl-mode): Set normal-auto-fill-function and don't zap
5990 auto-fill-function.
5991 (cperl-imenu--function-name-regexp-perl): Renamed from
5992 imenu-example--function-name-regexp-perl.
5993 (cperl-imenu--create-perl-index): Renamed from
5994 imenu-example--create-perl-index.
5995 (cperl-xsub-scan): Don't require cl.
5996
5997 * msb.el (msb-mode-map): Use substitute-key-definition.
5998 (msb-mode): Use msb-mode-map.
5999
60002000-09-21 Andre Spiegel <spiegel@gnu.org>
6001
6002 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6003 New functions.
6004 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6005 (vc-switch-backend): New function.
6006 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6007 (vc-register): Fix prompt.
6008 (vc-unregister, vc-default-unregister): New functions.
6009 (vc-version-diff): Handle empty buffer in sentinel.
6010
6011 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6012 (vc-rcs-state-heuristic): Use it to guess the state of files with
6013 non-strict locking.
6014 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6015 been set with -b, but not created yet.
6016 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6017 contents in order to find the state.
6018 (vc-rcs-checkin): Allow creation of branches with no changes.
6019 (vc-rcs-unregister, vc-rcs-receive-file)
6020 (vc-rcs-set-non-strict-locking): New functions.
6021
6022 * vc-hooks.el (vc-name): Force correct computation of the value
6023 in case it is missing.
6024
60252000-09-21 Gerd Moellmann <gerd@gnu.org>
6026
6027 * startup.el (fancy-splash-tail): Use a different foreground
6028 color on a dark frame background.
6029
60302000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6031
6032 * info.el: Use the correct capitalization when making Info-mode
6033 and Info-edit-mode `special' modes.
6034
60352000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6036
6037 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6038 (diff-mode): Add support for add-log.el.
6039 (diff-hunk-text): Use char offsets rather than line offsets.
6040 (diff-find-source-location): Replace LINE with line-offset (nil
6041 if not found) and always set POS to a meaningful position.
6042 Adapt to the new char-offsets.
6043 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6044 Adapt to the new diff-find-source-location.
6045 (diff-goto-source): Adapt to the new diff-find-source-location.
6046
6047 * add-log.el (add-log-file-name): New function (split out of
6048 add-change-log-entry).
6049 (add-change-log-entry): Use it.
6050 Call add-log-file-name-function with the changelog file name if
6051 the current buffer is not associated with any file.
6052 Avoid find-file if the selected window is dedicated.
6053
6054 * diff-mode.el (diff-find-source-location):
6055 Move code from diff-apply-hunk. Return buffer rather than file.
6056 (diff-apply-hunk): Use the new result from diff-find-source-location.
6057 (diff-goto-source): Use the new diff-find-source-location.
6058
60592000-09-20 Dave Love <fx@gnu.org>
6060
6061 * iswitchb.el: Some doc fixes.
6062 (iswitchb-mode-map): Define completely initially. Inherit
6063 minibuffer-local-map.
6064 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6065 fundamental-mode.
6066 (iswitchb-global-map): New variable.
6067 (iswitchb-summaries-to-end): Amalgamate regexps.
6068 (iswitchb-mode): New.
6069 (iswitchb-mode-hook): New variable.
6070 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6071 `extensions'.
6072
60732000-09-20 Gerd Moellmann <gerd@gnu.org>
6074
6075 * ehelp.el (electric-help): New defgroup.
6076 (electric-help-shrink-window): New user-option.
6077 (with-electric-help): Use it.
6078
6079 * window.el (shrink-window-if-larger-than-buffer): If face
6080 `mode-line' has a :box, and we're on a graphical frame, add 1
6081 to the needed window height.
6082
6083 * frame.el (frame-notice-user-settings): Add a last parameter nil
6084 to a call to `append', because the last list passed to `append' is
6085 not copied, and so subsequent calls to assq-delete-all will modify
6086 default-frame-alist.
6087
6088 * startup.el (fancy-splash-image): Change :type.
6089 (fancy-splash-head): Use an XBM image if appropriate.
6090 (command-line-1): Show splash screens in more cases.
6091
6092 * startup.el (fancy-splash-text): Don't quote faces.
6093
6094 * dired.el (dired-font-lock-keywords): Undo last change.
6095 (dired-readin): Bind indent-tabs-mode to nil.
6096
6097 * startup.el (fancy-splash-head): If frame's background mode
6098 is `dark', change the black background of the image to gray.
6099 (fancy-splash-screens): Display startup echo area message.
6100 (display-startup-echo-area-message): New function.
6101
61022000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6103
6104 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6105
6106 * info.el (info-header-node): Tweak for color ttys.
6107
6108 * faces.el (face-valid-attribute-values): Make sure directories we
6109 search for stipples both exist and are readable before trying to
6110 search them.
6111
6112 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6113 in the dry-run case.
6114
6115 * jka-compr.el (with-auto-compression-mode): New macro.
6116
6117 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6118 (custom-group-tag-face, custom-variable-tag-face): Use relative
6119 :height and inherit from `variable-pitch' face instead of
6120 hardwiring :family.
6121 * hi-lock.el (hi-black-hb): Likewise.
6122
6123 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6124 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6125 toolbar-add-item, if image doesn't have a mask add a `:mask
6126 heuristic'.
6127
61282000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6129
6130 * diff-mode.el: Docstring fixes.
6131 (diff-header-face, diff-comment-face): New faces.
6132 (diff-font-lock-keywords): Highlight a bit differently.
6133 (diff-find-source-location): Don't return SPAN any more.
6134 (diff-hunk-text): Don't bother erasing the temp buffer.
6135 (diff-find-text): Drop argument LINE.
6136 (diff-apply-hunk): Update calls to diff-find-text.
6137 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6138
6139 * calendar/calendar.el: Docstring fixes.
6140 (calendar-make-alist): Don't quote lambda.
6141 (calendar-star-date): Use make-local-variable.
6142
61432000-09-19 Dave Love <fx@gnu.org>
6144
6145 * toolbar/tool-bar.el: Renamed from toolbar.el.
6146 Change `toolbar' to `tool-bar' generally in symbols.
6147 Make some items invisible in `special' major modes.
6148 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6149 Add arg PROPS.
6150
6151 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6152 Add :version here.
6153 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6154
61552000-09-19 Gerd Moellmann <gerd@gnu.org>
6156
6157 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6158
6159 * files.el (find-file-suppress-same-file-warnings): New user-option.
6160 (find-file-noselect): Use it.
6161
6162 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6163 (fancy-splash-screen): Defgroup.
6164
6165 * add-log.el (change-log-font-lock-keywords): Match names
6166 more exactly for the case that font-lock-constant-face is
6167 underlined.
6168
61692000-09-19 Richard M. Stallman <rms@gnu.org>
6170
6171 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6172
61732000-09-19 Andre Spiegel <spiegel@gnu.org>
6174
6175 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6176
61772000-09-19 Gerd Moellmann <gerd@gnu.org>
6178
6179 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6180 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6181 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6182 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6183 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6184 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6185 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6186 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6187 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6188 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6189 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6190 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6191
6192 * startup.el (fancy-splash-text): New variable.
6193 (fancy-splash-delay, fancy-splash-image): New user-options.
6194 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6195 (fancy-splash-screens): New functions.
6196 (command-line-1): If display has a `display' frame parameter, has
6197 colors, and we have XPM support, show more fancy splash screens.
6198
61992000-09-19 Dave Love <fx@gnu.org>
6200
6201 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6202 with null `help'. Use modern backquote syntax.
6203
62042000-09-19 Gerd Moellmann <gerd@gnu.org>
6205
6206 * font-lock.el (font-lock-mode): Change message telling the user
6207 that ``the buffer is too big''.
6208
6209 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6210 for instance for the case that tab-width is 2.
6211
62122000-09-18 Gerd Moellmann <gerd@gnu.org>
6213
6214 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6215 toolbar-add-item, if image doesn't have a mask add a `:mask
6216 heuristic'.
6217
62182000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6219
6220 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6221 and return a cons if it's non-nil.
6222 (diff-apply-hunk): Try to jump to the line in the source text
6223 corresponding to the position of point in the in the hunk.
6224
6225 * info.el (Info-title-3-face, Info-title-2-face)
6226 (Info-title-1-face): Use face inheritance and relative sizes
6227 instead of hard-wiring things.
6228
6229 * faces.el (secondary-selection): Make dark-background variant sane.
6230
62312000-09-16 Andrew Innes <andrewi@gnu.org>
6232
6233 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6234 read-only, since they aren't under VC now.
6235
62362000-09-17 Dave Love <fx@gnu.org>
6237
6238 * tmm.el: Replace mapcar with mapc in several places.
6239
6240 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6241 ad-unadvise.
6242
6243 * international/latin1-disp.el: New file.
6244
6245 * calendar/cal-move.el (scroll-calendar-left)
6246 (scroll-calendar-right): Make arg optional (for active mode line).
6247
6248 * calendar/calendar.el (calendar-mode-line-format): Make fields
6249 mouse-sensitive.
6250 (calendar-read-date, calendar-read-date, calendar-window-list):
6251 Unquote lambda.
6252 (calendar-month-name): Use aref, not sref.
6253
6254 * view.el (minor-mode-alist): Propertize the string.
6255
6256 * international/characters.el (standard-case-table): Add entries
6257 for Greek.
6258
62592000-09-18 Miles Bader <miles@gnu.org>
6260
6261 * info.el (info-node, info-xref): Add dark-background variants.
6262
6263 * faces.el (header-line): Change defaults to be less confusing
6264 when mixed with mode-lines.
6265
6266 * info.el (Info-fontify-node): Make a few cleanups.
6267 Add extra `help-echo' and `local-map' props to node xrefs.
6268 Use header-specific faces for node-names & xrefs.
6269 (Info-use-header-line): New variable.
6270 (info-header-xref, info-header-node): New faces.
6271 (Info-setup-header-line): New function.
6272 (Info-select-node): Call Info-setup-header-line when enabled.
6273 (Info-extract-pointer): Work even if the header line is hidden.
6274 (Info-header-line): New variable.
6275
62762000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6277
6278 * vms-patch.el (print-region-function): Don't quote lambda.
6279
6280 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6281
6282 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6283 (lm-get-header-re): Allow spaces between the header and the colon.
6284 (lm-header): Allow $ in non-RCS headers.
6285 (lm-header-multiline): Put the strings back into order.
6286 Stop at an empty line. Don't require two space chars if the
6287 line is clearly not another header line.
6288
6289 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6290 (popup-menu-popup): Remove.
6291
62922000-09-15 Gerd Moellmann <gerd@gnu.org>
6293
6294 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6295 specification if or if not tool-bar item contains an `:enabled'
6296 property.
6297
6298 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6299 current buffer has no file name.
6300
63012000-09-15 Dave Love <fx@gnu.org>
6302
6303 * strokes.el: Sync with maintainer's current version with changes
6304 for Emacs, but avoid runtime cl and levents.
6305 (toplevel): Change autoloads and compilation requires.
6306 (strokes-version, strokes-bug-address, strokes-lift): Values
6307 changed.
6308 (strokes-xpm-header, strokes-insinuated): New variable.
6309 (strokes): Add :link.
6310 (strokes-mode): Customized.
6311 (strokes-while-inhibiting-garbage-collector): New macro.
6312 (strokes-remassoc): Avoid remove-if.
6313 (strokes-fix-button2-command): Don't use ad-do-it.
6314 (strokes-insinuate): New function.
6315 (strokes-button-press-event-p, strokes-button-release-event-p):
6316 New functions, used instead of non-`strokes-' versions..
6317 (strokes-mouse-event-p): Rewritten.
6318 (strokes-event-closest-point): Avoid event-point.
6319 (strokes-get-grid-position): Avoid cdadr, caadr
6320 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6321 functions.
6322 (strokes-help): Use with-output-to-temp-buffer.
6323 (strokes-window-configuration-changed-p): New function.
6324 (strokes-update-window-configuration): Use buffer-live-p,
6325 strokes-window-configuration-changed-p.
6326 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6327 (strokes-char-face): New face.
6328 (strokes-char-table, strokes-base64-chars): New variable.
6329 (strokes-xpm-for-stroke, strokes-list-strokes)
6330 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6331 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6332 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6333 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6334 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6335 functions.
6336
63372000-09-15 Gerd Moellmann <gerd@gnu.org>
6338
6339 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6340
6341 * image.el (create-image): Doc fix.
6342
6343 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6344 instead of `:heuristic-mask t'.
6345
63462000-09-14 Andrew Innes <andrewi@gnu.org>
6347
6348 * makefile.w32-in: Revert to Unix line endings.
6349
63502000-09-14 Andrew Innes <andrewi@gnu.org>
6351
6352 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6353 when installing.
6354
6355 * makefile.nt (DONTCOMPILE): Fix typo.
6356
6357 * shell.el (shell-write-history-on-exit): New function.
6358 (shell-dumb-shell-regexp): New custom variable.
6359 (shell-mode): Make shell-write-history-on-exit the process
6360 sentinel if shell name matches shell-dumb-shell-regexp.
6361
6362 * w32-fns.el: Comment out before-init-hook function which resets
6363 source-directory based; this breaks bootstrap.
6364
63652000-09-14 Dave Love <fx@gnu.org>
6366
6367 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6368 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6369 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6370 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6371 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6372 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6373 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6374 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6375 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6376
6377 * toolbar/toolbar.el: New.
6378
6379 * subdirs.el: Add toolbar.
6380
63812000-09-14 Gerd Moellmann <gerd@gnu.org>
6382
6383 * indent.el (indent-for-tab-command): Doc fix.
6384
63852000-09-14 Alex Schroeder <alex@gnu.org>
6386
6387 * ansi-color.el (ansi-colors): Doc change.
6388 (ansi-color-get-face): Simplified regexp.
6389 (ansi-color-faces-vector): Added more faces, doc change.
6390 (ansi-color-names-vector): Doc change.
6391 (ansi-color-regexp): Simplified regexp.
6392 (ansi-color-parameter-regexp): New regexp.
6393 (ansi-color-filter-apply): Doc change.
6394 (ansi-color-filter-region): Doc change.
6395 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6396 deal with zero length parameters.
6397 (ansi-color-apply-on-region): Doc change.
6398 (ansi-color-map): Doc change.
6399 (ansi-color-map-update): Removed debugging message.
6400 (ansi-color-get-face-1): Added condition-case to trap
6401 args-out-of-range errors.
6402 (ansi-color-get-face): Doc change.
6403 (ansi-color-make-face): Removed.
6404 (ansi-color-for-shell-mode): New option.
6405
64062000-09-13 Kenichi Handa <handa@etl.go.jp>
6407
6408 * international/quail.el (quail-start-translation): Translate KEY
6409 if necessary even if it doesn't have any mapping in the current
6410 input method.
6411 (quail-start-conversion): Likewise.
6412 (quail-help): The output message is improved.
6413
64142000-09-13 Miles Bader <miles@gnu.org>
6415
6416 * comint.el (comint-output-filter): Revert to using
6417 `insert-before-markers'. Add bletcherous hack to undo damage
6418 caused by `insert-before-markers'. Put `front-sticky' property on
6419 overlays created here so that the field code understands how the
6420 overlay works. Use a let when making comint-last-prompt-overlay,
6421 so that the code is easier to read.
6422
64232000-09-13 Dave Love <fx@gnu.org>
6424
6425 * wid-edit.el (widget-default-format-handler): DTRT when
6426 doc-property is a function.
6427
64282000-09-12 Francesco Potorti` <pot@gnu.org>
6429
6430 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6431 filed name if it's not there.
6432
64332000-09-12 Dave Love <fx@gnu.org>
6434
6435 * simple.el (read-mail-command): Doc fix.
6436 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6437
6438 * vc.el (vc-dired-listing-switches): Fix :version.
6439
6440 * vc-hooks.el: Doc fixes.
6441
6442 * subr.el (add-minor-mode): Use toggle-fun arg.
6443
6444 * speedbar.el: Add :version to several defcustoms.
6445
6446 * imenu.el (imenu--truncate-items, imenu--cleanup)
6447 (imenu--generic-function): Avoid mapcar.
6448 (imenu--replace-spaces): Function removed.
6449 (imenu--completion-buffer): Use subst-char-in-string.
6450 (imenu-add-to-menubar): Use keymap inheritance.
6451
64522000-09-12 Miles Bader <miles@gnu.org>
6453
6454 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6455 (diff-mode-map): Bind `diff-test-hunk'.
6456 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6457
64582000-09-11 Gerd Moellmann <gerd@gnu.org>
6459
6460 * bytecomp.el (byte-compile-defvar): Undo last change
6461 because it breaks '(make-variable-buffer-local (defvar ...)'
6462 which is used at least in dired.
6463
64642000-09-12 Kenichi Handa <handa@etl.go.jp>
6465
6466 * international/quail.el (quail-define-package): Docstring
6467 modified.
6468
64692000-09-12 Kenichi Handa <handa@etl.go.jp>
6470
6471 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6472 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6473 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6474 docstring of "chinese-py".
6475
6476 * international/quail.el (quail-translation-docstring): New
6477 variable.
6478 (quail-show-keyboard-layout): Docstring modified.
6479 (quail-select-current): Likewise.
6480 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6481 infinite recursive call.
6482 (quail-help): Check quail-translation-docstring. Format of the
6483 output changed.
6484 (quail-help-insert-keymap-description): Adjusted for the above
6485 change.
6486
64872000-09-11 Gerd Moellmann <gerd@gnu.org>
6488
6489 * bytecomp.el (byte-compile-defvar): Only cons onto
6490 current-load-list in top-level forms. Else this leaks a cons cell
6491 every time a defun is called.
6492
64932000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6494
6495 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6496 Now understands non-unified diffs. Some functionality moved into
6497 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6498 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6499 modify anything. Only reposition point in the patched file if the
6500 patch succeeds. Only pop up another window if POPUP is true.
6501 Emit a message describing what happened if successful, and at what
6502 line-offset. Automatically detect reversed hunks and do something
6503 appropriate.
6504 (diff-hunk-text, diff-find-text): New functions.
6505 (diff-filter-lines): Function removed.
6506 (diff-test-hunk): New function.
6507 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6508
65092000-09-10 Dave Love <fx@gnu.org>
6510
6511 * textmodes/tildify.el: Minor doc/commentary fixes.
6512 (tildify) <defgroup>: Add :version.
6513
6514 * faces.el (face-x-resources): Make custom type more specific.
6515 (frame-background-mode): Use mapc.
6516 (region) <defcustom>: Add :version.
6517
65182000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6519
6520 * vc-sccs.el (vc-sccs-register):
6521 * vc-rcs.el (vc-rcs-register):
6522 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6523 * vc.el (vc-register): Clear file's properties.
6524
65252000-09-08 Gerd Moellmann <gerd@gnu.org>
6526
6527 * faces.el (face-spec-set): Only face-spec-reset-face when
6528 ATTRS is non-nil.
6529
65302000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6531
6532 * help.el (help-insert-xref-button): Fix a typo in doc string.
6533
65342000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6535
6536 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6537 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6538 methods.
6539
6540 * menu-bar.el (read-mail-item-name): New function.
6541 (menu-bar-tools-menu): Use it to compute and display the package
6542 used to read email.
6543 (menu-bar-tools-menu): Fix typo in GUD's help string.
6544
65452000-09-07 Dave Love <fx@gnu.org>
6546
6547 * diff-mode.el (diff-mouse-goto-source): New function.
6548
6549 * vc-sccs.el: Doc fixes.
6550 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6551
6552 * vc-rcs.el: Doc fixes.
6553 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6554 (vc-rcs-checkout-switches, vc-rcs-header)
6555 (vc-rcs-master-templates): Add or change :version.
6556
6557 * vc-cvs.el: Doc fixes.
6558 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6559 (vc-cvs-stay-local): Add :version.
6560
6561 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6562
65632000-09-07 Kenichi Handa <handa@etl.go.jp>
6564
6565 * international/quail.el (quail-help): Fix previous change.
6566
65672000-09-07 Gerd Moellmann <gerd@gnu.org>
6568
6569 * faces.el (color-values): Doc fix.
6570
6571 * faces.el (frame-set-background-mode): Use frame-parameter
6572 instead of frame-parameters.
6573
6574 * frame.el (filtered-frame-list): Reduce consing.
6575 (frames-on-display-list): Call frame-parameter instead of
6576 frame-parameters.
6577
65782000-09-07 Kenichi Handa <handa@etl.go.jp>
6579
6580 * language/devan-util.el (devanagari-to-indian-region): In the
6581 loop, change the following char, not preceding char.
6582
65832000-09-07 Gerd Moellmann <gerd@gnu.org>
6584
6585 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6586 instead of frame-parameters.
6587
6588 * faces.el (set-face-attribute): Simplify by calling
6589 internal-set-lisp-face-attribute with FRAME being 0.
6590
6591 * vc.el: Remove `Id' version control keyword.
6592
65932000-09-07 Kenichi Handa <handa@etl.go.jp>
6594
6595 * help.el (help-make-xrefs): Adjusted for the change of
6596 help-xref-mule-regexp.
6597 (help-insert-xref-button): New function.
6598
6599 * international/mule-cmds.el (help-xref-mule-regexp-template):
6600 Include the pattern for character set.
6601 (leim): New group.
6602
6603 * international/quail.el: Don't require face.
6604 (quail): New group.
6605 (quail-other-command): Dummy command to make quail-help work better.
6606 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6607 (quail-keyboard-layout-substitution): New variable.
6608 (quail-update-keyboard-layout): New function.
6609 (quail-keyboard-layout-type): New customizable variable.
6610 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6611 (quail-keyboard-translate): Pay attention to
6612 quail-keyboard-layout-substitution.
6613 (quail-insert-kbd-layout): New function.
6614 (quail-show-keyboard-layout): New function.
6615 (quail-get-translation): If the definition is a vector of length
6616 1, and the element is a string of length 1, return the character
6617 in that string.
6618 (quail-update-current-translations): Fix the case of
6619 relative-index out of range.
6620 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6621 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6622 Show key sequences for all available characters.
6623 (quail-help-insert-keymap-description): Don't show such verbose
6624 key bindings as quail-self-insert-command.
6625
6626 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6627 Format changed, and each element now have extra documentations.
6628 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6629 Adjusted for the change of quail-cxterm-package-ext-info.
6630
66312000-09-06 Gerd Moellmann <gerd@gnu.org>
6632
6633 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6634 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6635 during bootstrap.
6636
66372000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6638
6639 * vc.el: (toplevel): Don't require `dired' at run-time.
6640 (vc-dired-resynch-file): Remove autoload cookie.
6641
66422000-09-05 Andre Spiegel <spiegel@gnu.org>
6643
6644 * vc.el: Made several backend functions optional.
6645 (vc-default-responsible-p): New function.
6646 (vc-merge): Use RET for first version to trigger merge-news, not
6647 prefix arg.
6648 (vc-annotate): Handle backends that do not support annotation.
6649 (vc-default-merge-news): Removed. The existence of a merge-news
6650 implementation is now checked on caller sites.
6651
6652 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6653 case.
6654
6655 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6656 special case that has been removed from the default in vc-hooks.el.
6657
66582000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6659
6660 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6661
66622000-09-05 Andre Spiegel <spiegel@gnu.org>
6663
6664 * vc-hooks.el: Require vc during compilation.
6665 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6666 macro `with-vc-properties' in vc.el.
6667 (vc-file-getprop): Doc fix.
6668 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6669
6670 * vc.el: Require dired-aux during compilation.
6671 (vc-name-assoc-file): Moved to vc-sccs.el.
6672 (with-vc-properties): New macro.
6673 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6674 vc-finish-steal): Use it.
6675 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6676 to the backend-specific function is now supposed to do the checkout,
6677 too.
6678 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6679
6680 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6681 set file properties; that gets done in the generic code now.
6682
6683 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6684 Changed parameter list, added code from vc.el that does the
6685 checkout, possibly with a double-take.
6686
6687 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6688 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6689 the above under the new name.
6690 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6691 parameter list, added checkout command.
6692 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6693 properties; that gets done in the generic code now.
6694
66952000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6696
6697 * vc.el: Docstring fixes (courtesy of checkdoc).
6698
66992000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6700
6701 * vc.el (vc-checkout-writable-buffer-hook)
6702 (vc-checkout-writable-buffer): Remove.
6703 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6704 (vc-log-mode): Make it into a clean derived major mode.
6705 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6706 vc-log-mode if log-edit is not available.
6707 (vc-dired-mode-map): Don't set-keymap-parent yet.
6708 (vc-dired-mode): Do set-keymap-parent here.
6709 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6710
67112000-09-05 Gerd Moellmann <gerd@gnu.org>
6712
6713 * faces.el (set-face-attribute, face-spec-reset-face)
6714 (face-spec-set): Avoid consing by removing calls to `apply'.
6715
6716 * frame.el (frame-parameter): Move to C code.
6717
67182000-09-05 Dave Love <fx@gnu.org>
6719
6720 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6721 insert-before-markers-and-inherit. Now checked systematically!
6722
67232000-09-05 Alex Schroeder <alex@gnu.org>
6724
6725 * sql.el (sql-postgres): Use sql-postgres-options.
6726 (sql-postgres-options): New variable.
6727
67282000-09-05 Alex Schroeder <alex@gnu.org>
6729
6730 * sql.el (sql-mode-menu): Work around missing variable mark-active
6731 in XEmacs.
6732 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6733 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6734 compatibility.
6735
67362000-09-04 Gerd Moellmann <gerd@gnu.org>
6737
6738 * vc.el (vc-dired-resynch-file): Add autoload cookie.
6739
6740 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6741
6742 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6743
67442000-09-04 Andre Spiegel <spiegel@gnu.org>
6745
6746 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6747 don't support anything else under SCCS yet.
6748
6749 * vc-hooks.el: Minor doc fixes.
6750
67512000-09-04 Andre Spiegel <spiegel@gnu.org>
6752
6753 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6754 not necessary. If verbose in state `needs-patch', do the same as
6755 under `up-to-date'. When NOT verbose and `needs-patch', check out
6756 latest version instead of `merge-news'.
6757 (vc-next-action-dired): Don't mess with default-directory here; it
6758 breaks other parts of dired. It is the job of the
6759 backend-specific functions to adjust it temporarily if they need it.
6760 (vc-next-action): Remove a special CVS case.
6761 (vc-clear-headers): New optional arg FILE.
6762 (vc-checkin, vc-checkout): Set properties vc-state and
6763 vc-checkout-time properly.
6764 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6765 (vc-print-log): Use new backend function `show-log-entry'.
6766 (vc-cancel-version): Do the checks in a different order. Added a
6767 FIXME concerning RCS-only code.
6768
6769 * vc-rcs.el (vc-rcs-show-log-entry): New function.
6770 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6771
6772 * vc-cvs.el (vc-cvs-show-log-entry): New function.
6773
6774 * vc-hooks.el (vc-default-mode-line-string): Show state
6775 `needs-patch' as a `-' too.
6776
67772000-09-04 Andre Spiegel <spiegel@gnu.org>
6778
6779 * vc.el (vc-responsible-backend): New optional arg REGISTER.
6780 (vc-default-could-register): New function.
6781 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6782 (vc-resynch-buffer): Call vc-dired-resynch-file.
6783 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6784 vc-resynch-buffer instead of vc-resynch-window.
6785 (vc-next-action-dired): Don't redisplay here, that gets done as a
6786 result of the individual file operations.
6787 (vc-retrieve-snapshot): Corrected prompt order.
6788
6789 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6790
6791 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6792 as well.
6793 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
6794 hostname regexps. Updated all callers.
6795 (vc-cvs-responsible-p): Handle directories as well.
6796 (vc-cvs-could-register): New function.
6797 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6798 properties up-to-date.
6799
6800 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6801 user whether to create one.
6802
68032000-09-04 Andre Spiegel <spiegel@gnu.org>
6804
6805 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6806 check out a non-existing file.
6807
6808 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6809 workfile does not exist.
6810
6811 * vc.el (vc-version-diff): Use `require' to check for existence of
6812 diff-mode.
6813
68142000-09-04 Andre Spiegel <spiegel@gnu.org>
6815
6816 * vc-cvs.el (vc-cvs-registered): Use new function
6817 vc-cvs-parse-entry to do the actual work.
6818
68192000-09-04 Andre Spiegel <spiegel@gnu.org>
6820
6821 * vc-hooks.el (vc-find-backend-function): If function doesn't
6822 exist, return nil instead of error.
6823 (vc-call-backend): Doc fix.
6824
6825 * vc.el (vc-do-command): Doc fix.
6826 (vc-finish-logentry): When checking in from vc-dired, choose the
6827 right backend for logentry check.
6828 (vc-dired-mode-map): Inherit from dired-mode-map.
6829 (vc-dired-mode): Local value of dired-move-to-filename-regexp
6830 simplified.
6831 (vc-dired-state-info): Removed, updated caller.
6832 (vc-default-dired-state-info): Use parentheses instead of hyphens.
6833 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6834 (vc-dired-listing-switches): New variable.
6835 (vc-directory): Use it, instead of dired-listing-switches.
6836
6837 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6838 (vc-cvs-dir-state): New function.
6839 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6840 (vc-cvs-parse-entry): New function, also to be used in
6841 vc-cvs-registered.
6842
68432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6844
6845 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6846 *or* single-window-frames.
6847
68482000-09-04 Andre Spiegel <spiegel@gnu.org>
6849
6850 * vc.el (vc-update-changelog): Split into generic part and default
6851 implementation. Doc string adapted.
6852 (vc-default-update-changelog): New function. Call the `rcs2log'
6853 script in exec-directory, to fix a long-standing nuisance.
6854
6855 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6856 simply signals an error.
6857
68582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6859
6860 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6861 control-flow more clear and to avoid running `cvs' twice.
6862
6863 * vc.el (vc-next-action-on-file): Doc fix.
6864 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6865 (vc-print-log): Eval `file' before constructing the continuation.
6866
68672000-09-04 Andre Spiegel <spiegel@gnu.org>
6868
6869 * vc.el (vc-next-action-on-file): Corrected several messages.
6870 (vc-merge): Add prefix arg `merge-news'; handle it.
6871
6872 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6873 is not reached. It is.
6874 (vc-cvs-merge): Set state to 'edited after merge.
6875 (vc-cvs-merge-news): Set workfile version to nil if not known.
6876 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
6877
6878 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6879 via stdout. (Merge from main line.)
6880
68812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6882
6883 * vc.el (vc-finish-logentry): Thinko in the "same comment"
6884 detection.
6885
68862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6887
6888 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6889 against kill-all-local-variables.
6890 (vc-log-edit): Don't save vc-parent-buffer any more.
6891 (vc-last-comment-match): Initialize to an empty string.
6892 (vc-post-command-functions): New hook.
6893 (vc-do-command): Run it.
6894 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6895 (vc-finish-logentry): Only add the comment to the ring if it's
6896 different from the last comment entered.
6897 (vc-new-comment-index): New function.
6898 (vc-previous-comment): Use it. Make the minibuffer message
6899 slightly less terse.
6900 (vc-comment-search-reverse): Make it work forward as well. Don't
6901 set vc-comment-ring-index if no match is found. Use
6902 vc-new-comment-index.
6903 (vc-comment-search-forward): Use vc-comment-search-reverse.
6904 (vc-dired-mode-map): Don't inherit from dired-mode-map since
6905 define-derived-mode will do it for us. Bind `v' to a keymap that
6906 inherits from vc-prefix-map so that we can bind `vt' without
6907 binding C-x v t.
6908 (vc-retrieve-snapshot): Parenthesis typo.
6909
6910 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6911 to 1. Make sure to switch to *vc* before looking for an error
6912 message. Use vc-parse-buffer.
6913
69142000-09-04 Andre Spiegel <spiegel@gnu.org>
6915
6916 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6917 and NAME.
6918 (vc-retrieve-snapshot): Split into two parts.
6919 (vc-default-retrieve-snapshot): New function.
6920
6921 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6922 (vc-cvs-retrieve-snapshot): New function (untested).
6923 (vc-cvs-stay-local): Default to t.
6924 (vc-cvs-remote-p): New function and property.
6925 (vc-cvs-state): Stay local only if the above is t.
6926 (vc-handle-cvs): Removed.
6927 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6928 done via vc-handled-backends now.
6929 (vc-cvs-header): Escape Id.
6930
69312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6932
6933 * vc.el (vc-do-command): Remove unused commands.
6934 (vc-version-diff): Make sure default-directory ends with a slash.
6935 Move the window commands into a vc-exec-after.
6936 (vc-print-log): Move more of the code into the `vc-exec-after'.
6937
69382000-09-04 Andre Spiegel <spiegel@gnu.org>
6939
6940 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6941 (vc-print-log): Search current revision from beginning of buffer.
6942 (vc-revert-buffer): Clear echo area after the diff is finished.
6943 (vc-prefix-map): Removed definition of "t" for terse display in vc
6944 dired.
6945 (vc-dired-mode-map): Inherit from dired-mode-map. Added
6946 definition of "vt" for terse display.
6947 (vc-dired-mode): Fix dired-move-to-filename-regexp.
6948
69492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6950
6951 * vc.el (vc-exec-after): Avoid caddr.
6952
69532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6954
6955 * vc.el (vc-exec-after): New function.
6956 (vc-do-command): Use it to add a termination message for async
6957 procs.
6958 (vc-checkout): Try to handle a missing-backend situation.
6959 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6960 of a directory with a backend using async diffs.
6961 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6962 present.
6963
6964 * vc-sccs.el (vc-sccs-state-heuristic): Use
6965 file-ownership-preserved-p.
6966
6967 * vc-rcs.el (vc-rcs-state-heuristic): Use
6968 file-ownership-preserved-p.
6969 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6970
69712000-09-04 Andre Spiegel <spiegel@gnu.org>
6972
6973 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6974 vc-do-command.
6975
6976 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6977 when there are no changes.
6978
69792000-09-04 Andre Spiegel <spiegel@gnu.org>
6980
6981 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6982
6983 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6984
69852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6986
6987 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6988
6989 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6990 the `fset' outside of the defvar so that it works even if
6991 vc-prefix-map was already defined.
6992 (vc-setup-buffer): New function, split out of vc-do-command.
6993 (vc-do-command): Allow BUFFER to be t to mean `just use the
6994 current buffer without any fuss'.
6995 (vc-version-diff): Change the `diff' backend operation to just put
6996 the diff in the current buffer without erasing it. Always use
6997 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
6998 shrink-window-if-larger-than-buffer.
6999 (vc-print-log): Change the `print-log' backend operation to just
7000 put the log in the current buffer without erasing it. Protect
7001 shrink-window-if-larger-than-buffer.
7002 (vc-update-change-log): Fix setd typo.
7003
7004 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7005 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7006
7007 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7008 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7009 CMP.
7010
7011 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7012 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7013 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7014
70152000-09-04 Andre Spiegel <spiegel@gnu.org>
7016
7017 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7018 not possible, use vc-BACKEND-workfile-unchanged-p.
7019 (vc-default-workfile-unchanged-p): New function. Delegates to a
7020 full vc-BACKEND-diff.
7021
7022 * vc-hooks.el (vc-simple-command): Removed.
7023
7024 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7025 instead of vc-simple-command.
7026 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7027 avoid doing a diff when opening a file.
7028 (vc-rcs-state): Added check for unlocked-changes.
7029 (vc-rcs-header): Escape Id.
7030 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7031 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7032 version.
7033
7034 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7035 (vc-sccs-diff): Remove optional arg CMP.
7036 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7037 SCCS-specific function.
7038
7039 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7040 vc-simple-command.
7041
70422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7043
7044 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7045 (with-vc-file, vc-merge): Use vc-editable-p.
7046 (vc-do-command): Remove unused var vc-file and fix the
7047 doubly-defined `status' var. Add a user message when starting an
7048 async command.
7049 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7050 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7051 Use with-current-buffer.
7052 (vc-buffer-sync): Use unless.
7053 (vc-next-action-on-file): If the file is 'edited by read-only,
7054 make it read-write instead of trying to commit.
7055 (vc-version-diff, vc-update-change-log): Use `setq
7056 default-directory' rather than `cd'.
7057 (vc-log-edit): Don't forget to set default-directory in the
7058 buffer.
7059
7060 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7061 (vc-sccs-state-heuristic): Use file-writable-p instead of
7062 comparing userids.
7063 (vc-sccs-checkout): Use `unless'.
7064
7065 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7066 of comparing userids.
7067 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7068 Simplify the logic by eliminating unreachable code.
7069 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7070 just do a recursive call if we need to retry.
7071 (vc-rcs-checkout): Handle the case where rcs is missing by making
7072 the buffer read-write if requested and re-signalling the error.
7073
7074 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7075
70762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7077
7078 * vc-hooks.el (vc-handled-backends): Docstring change.
7079 (vc-ignore-vc-files): Mark obsolete.
7080 (vc-registered): Check vc-ignore-vc-files.
7081 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7082 vc-ignore-vc-files.
7083
7084 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7085
70862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7087
7088 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7089 files since ange-ftp already has vc-registered return nil.
7090
7091 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7092 (vc-sccs-workfile-version): Use with-temp-buffer and new
7093 vc-parse-buffer and don't bother setting the property.
7094 (vc-sccs-add-triple): Use with-current-buffer and
7095 find-file-noselect.
7096 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7097
7098 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7099 derives from the old vc-parse-buffer but uses the revision number
7100 rather than the date (much easier to compare robustly).
7101 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7102 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7103 locking-user more directly. Check strict locking and set
7104 checkout-model appropriately.
7105 (vc-rcs-parse-locks): Remove.
7106 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7107 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7108 (vc-rcs-system-release): Use with-current-buffer and
7109 vc-parse-buffer.
7110 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7111
7112 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7113 (vc-simple-command): Docstring fix.
7114 (vc-registered): Align the way the file-handler is called with the
7115 way the function itself works.
7116 (vc-file-owner): Remove.
7117
7118 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7119 extraction of fields and call to file-attributes because of a
7120 temporary bug in rcp.el.
7121 (vc-cvs-fetch-status): Use with-current-buffer.
7122
71232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7124
7125 * vc.el (vc-do-command): Use file-relative-name.
7126 (vc-responsible-backend): Use vc-backend if possible.
7127 (vc-create-snapshot): Improve the `interactive' spec. Add support
7128 for branches and dispatch to backend-specific `create-snapshot'.
7129 (vc-default-create-snapshot): New function, containing the bulk of
7130 the old vc-create-snapshot.
7131 (vc-retrieve-snapshot): Improve the interactive spec.
7132
7133 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7134 (vc-backend-hook-functions): Remove.
7135 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7136 (vc-backend): Reintroduce the test for `file = nil' now that I
7137 know why it was there (and added a comment to better remember).
7138
7139 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7140 code from vc-sccs-hooks.el.
7141 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7142 'vc anymore.
7143 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7144 and file-directory-p instead of file-exists-p.
7145 (vc-sccs-check-headers): Simplify the regexp.
7146
7147 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7148 from vc-rcs-hooks.el. Don't require 'vc anymore.
7149 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7150 file-directory-p instead of file-exists-p.
7151
7152 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7153 from vc-cvs-hooks.el.
7154 (proto vc-cvs-registered): Require 'vc-cvs instead of
7155 'vc-cvs-hooks. Don't require 'vc anymore.
7156 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7157 file-directory-p instead of file-exists-p.
7158 (vc-cvs-create-snapshot): New function, replacing
7159 vc-cvs-assign-name.
7160 (vc-cvs-assign-name): Remove.
7161
71622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7163
7164 * vc-cvs.el (vc-cvs-header): New var.
7165
7166 * vc-rcs.el (vc-rcs-exists): Remove.
7167 (vc-rcs-header): New var.
7168
7169 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7170 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7171 (vc-sccs-header): New var.
7172
7173 * vc.el (vc-do-command): Get rid of the `last' argument.
7174 (vc-header-alist): Remove, replaced by vc-X-header.
7175 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7176 (vc-dired-hook): Use expand-file-name instead of concat.
7177 (vc-directory): Use file-name-as-directory.
7178 (vc-snapshot-precondition, vc-create-snapshot)
7179 (vc-retrieve-snapshot): Allow the command to operate on any
7180 directory.
7181
7182 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7183 just removing the 'WORKFILE argument or by removing the 'MASTER
7184 argument and replacing `file' with (vc-name file).
7185
71862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7187
7188 * vc.el: Update Copyright and add a crude list of backend funs.
7189 (vc-writable-p): New function.
7190 (with-vc-file): Use vc-writable-p.
7191 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7192 (vc-register): Avoid vc-name.
7193 (vc-locking-user): Remove.
7194 (vc-steal-lock): Make the `owner' arg non-optional.
7195 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7196 vc-checkout-model.
7197 (vc-default-dired-state-info): Use vc-state instead of
7198 vc-locking-user and return special strings for special states.
7199 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7200 and get rid of one of the special CVS cases.
7201 (vc-cancel-version): prettify error message with \\[...].
7202 (vc-rename-master): New function.
7203 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7204 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7205 the CVS special case generic.
7206 (vc-default-record-rename): Remove.
7207 (vc-file-tree-walk-internal): Only call FUNC for files that are
7208 under control of some VC backend and replace `concat' with
7209 expand-file-name.
7210 (vc-file-tree-walk): Update docstring.
7211 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7212 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7213
7214 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7215 vc-sccs-record-rename. Use `find-file-noselect' rather than
7216 `find-file' and call `vc-rename-master' to do the actual move.
7217 (vc-sccs-diff): Remove unused `backend' variable.
7218
7219 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7220 to delay loading of vc-sccs until it is really used.
7221 (vc-sccs-master-templates): Preload.
7222 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7223 (vc-sccs-project-dir): Remove (merged into
7224 vc-sccs-search-project-dir).
7225 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7226 rather than `concat', make sure it is preloaded and don't bother
7227 to check that the file actually exists.
7228 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7229 `locks' argument (use buffer's content instead) and eliminate n^2
7230 behavior.
7231
7232 * vc-rcs.el: Update Copyright.
7233 (vc-rcs-rename-file): New function.
7234 (vc-rcs-diff): Remove unused `backend' variable.
7235
7236 * vc-hooks.el: Update Copyright.
7237 (vc-backend): Don't accept a nil argument any more.
7238 (vc-up-to-date-p): Turn into a defsubst.
7239 (vc-possible-master): New function.
7240 (vc-check-master-templates): Use `vc-possible-master' and allow
7241 funs in vc-X-master-templates to return a non-existent file.
7242
7243 * vc-cvs.el: Update Copyright.
7244 (vc-cvs-diff): Remove unused `backend' variable.
7245 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7246
7247 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7248
72492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7250
7251 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7252 since it can be called from vc-rcs.el.
7253 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7254
72552000-09-04 Andre Spiegel <spiegel@gnu.org>
7256
7257 * vc.el (vc-version-diff): Expand file name read from the
7258 minibuffer. Handle the case when a previous version number can't
7259 be guessed. Give suitable messages when there were no differences
7260 found.
7261 (vc-clear-headers): Call backend-specific implementation, if one
7262 exists.
7263 (vc-cancel-version): Made error checks generic. When done, clear
7264 headers generically, too.
7265
7266 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7267 from vc-clear-headers in vc.el.
7268
7269 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7270 correctly.
7271 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7272 optional. Handle the case when it's not there.
7273
72742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7275
7276 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7277
72782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7279
7280 * vc-hooks.el (vc-loadup): Remove.
7281 (vc-find-backend-function): Use `require'. Also, handle the case
7282 where vc-BACKEND-hooks.el doesn't exist.
7283 (vc-call-backend): Cleanup.
7284
72852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7286
7287 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7288 vc-rcs-grab-templates)
7289 (vc-rcs-registered): Remove. The default function works as well.
7290 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7291 vc-sccs-grab-templates)
7292 (vc-sccs-registered): Remove. The default function works as well.
7293
7294 * vc.el (vc-version-diff): Left out a vc- in call to
7295 vc-call-backend.
7296 (vc-default-dired-state-info, vc-default-record-rename)
7297 (vc-default-merge-news): Update for the new backend argument.
7298
7299 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7300 using the default function.
7301 (vc-call-backend): If calling the default function, pass it the
7302 backend as first argument. Update the docstring accordingly.
7303 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7304 for the new backend argument.
7305 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7306 (vc-find-backend-function): Use the new name.
7307 (vc-default-registered): New function.
7308
73092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7310
7311 * vc.el (vc-merge): Use vc-find-backend-function.
7312
7313 * vc-hooks.el (vc-backend-functions): Remove.
7314 (vc-loadup): Don't setup 'vc-functions.
7315 (vc-find-backend-function): New function.
7316 (vc-call-backend): Use above fun and populate 'vc-functions
7317 lazily.
7318 (vc-backend-defines): Remove.
7319
73202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7321
7322 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7323 Call vc-call-backend without the leading vc-.
7324 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7325 (vc-check-headers): Call vc-call-backend without the leading vc-.
7326 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7327 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7328 Call vc-call-backend without the leading vc-.
7329
7330 * vc-cvs.el (tail): Provide vc-cvs.
7331 * vc-sccs.el (tail): Provide vc-sccs.
7332 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7333
7334 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7335 (vc-make-backend-function, vc-call): Pass names without leading
7336 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7337 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7338 (vc-call-backend): Always try to load vc-X-hooks.
7339 (vc-registered): Remove vc- in call to vc-call-backend.
7340
73412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7342
7343 * vc.el (vc-process-filter): New function.
7344 (vc-do-command): Setup `vc-process-filter' for the async process.
7345 (vc-maybe-resolve-conflicts): New function to reduce
7346 code-duplication. Additionally, it puts the buffer in
7347 `smerge-mode' if applicable.
7348 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7349 calling `merge-news'.
7350 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7351 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7352 interfacing to log-edit.el.
7353 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7354 log-edit is available.
7355 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7356
73572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7358
7359 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7360 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7361 defvar and the initialization.
7362 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7363
7364 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7365 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7366
7367 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7368
73692000-09-04 Andre Spiegel <spiegel@gnu.org>
7370
7371 * vc.el (vc-file-clear-masterprops): Removed.
7372 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7373 (vc-version-diff): Use buffer-size without argument.
7374 (vc-register): Heed vc-initial-comment.
7375
7376 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7377 default branch.
7378
7379 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7380 file name and workfile version.
7381 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7382
7383 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7384 vc-file-clear-masterprops.
7385
7386 * vc-sccs.el (vc-sccs-checkout): Removed call to
7387 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7388 rather than user login name.
7389
7390
73912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7392
7393 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7394 `want-differences-if-changed' and simplify.
7395 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7396 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7397 output (which is invalid for async vc-diff) to decide whether to
7398 do the revert silently or not.
7399
74002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7401
7402 * vc-hooks.el (vc-loadup): Load files quietly.
7403 (vc-call-backend): Oops, brain fart.
7404
74052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7406
7407 * vc-cvs.el (vc-cvs-state): Typo.
7408 (vc-cvs-merge-news): Return the status code rather than the error msg.
7409
74102000-09-04 Andre Spiegel <spiegel@gnu.org>
7411
7412 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7413 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7414 vc-state or vc-up-to-date-p.
7415 (vc-merge): Use vc-backend-defines to check whether merging is
7416 possible. Set state to 'edited after successful merge.
7417
7418 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7419 return that name. Redocumented.
7420
74212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7422
7423 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7424 new `vc-state' semantics.
7425 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7426 'vc-locking-user to the current user.
7427 (vc-merge): Inline vc-backend-merge. Comment out code that I
7428 don't understand and hence can't adapt to the new `vc-state' and
7429 `vc-locking-user' semantics.
7430 (vc-backend-merge): Remove.
7431
7432 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7433 rather than 'vc-locking-user.
7434
7435 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7436
7437 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7438 (vc-state): Don't use 'reserved any more. Just use the same
7439 convention as the one used for vc-<backend>-state where the
7440 locking user (as a string) is returned.
7441 (vc-locking-user): Update, based on the above convention. The
7442 'vc-locking-user property has disappeared.
7443 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7444
7445 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7446 with a heuristic one.
7447 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7448 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7449 error. That allows us to get to 'needs-merge even in the
7450 stay-local case. There's still no way to detect 'needs-patch in
7451 such a setup (or to force an update for that matter).
7452 (vc-cvs-logentry-check): Remove, the default works as well.
7453
74542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7455
7456 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7457
7458 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7459 major-mode in which the buffer might have been put earlier. Use
7460 `remove' and `when'. Allow `okstatus' to be `async' and use
7461 `start-process' in this case.
7462 (vc-version-diff): Handle the case where the diff looks empty
7463 because of the use of an async process.
7464
74652000-09-04 Andre Spiegel <spiegel@gnu.org>
7466
7467 * vc.el (vc-next-action-on-file): Removed optional parameter
7468 `simple'. Recompute state unconditionally.
7469 (vc-default-toggle-read-only): Removed.
7470
7471 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7472 (vc-toggle-read-only): Undid prev change.
7473
7474 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7475 vc-cvs-simple-toggle. Redocumented.
7476 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7477 (vc-cvs-toggle-read-only): Removed.
7478
74792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7480
7481 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7482 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7483 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7484 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7485 still is. So maybe it should be removed.
7486 (vc-head-version, vc-find-binary): Remove.
7487 (vc-recompute-state): Move from vc-hooks.el.
7488 (vc-next-action-on-file): Add a `simple' argument to allow
7489 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7490 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7491 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7492 (vc-dired-mode-map): Properly defvar it.
7493 (vc-print-log): Call log-view-mode if available.
7494 (small-temporary-file-directory): defvar instead of use boundp.
7495 (vc-merge-news): Moved to vc-cvs.el.
7496 (vc-default-merge-news): New function.
7497
7498 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7499 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7500 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7501 unknown `vc-latest-version' function. It should probably refer to
7502 vc-workfile-version or somesuch, but it's very unclear to me and I
7503 don't have SCCS to test things.
7504
7505 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7506 (vc-sccs-state-heuristic): Fix typo.
7507 (vc-sccs-workfile-unchanged-p): Add missing argument.
7508
7509 * vc-rcs.el: Require vc and vc-rcs-hooks.
7510 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7511 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7512 (vc-release-greater-or-equal-p): Move from vc.
7513 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7514 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7515 (vc-rcs-checkout): Add a missing `new-version' argument in the
7516 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7517
7518 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7519 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7520 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7521 than the apparently unbound `workfile-version'.
7522
7523 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7524 (vc-file-prop-obarray): Use `make-vector'.
7525 (vc-backend-functions): Add new hookable functions
7526 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7527 (vc-loadup): If neither backend nor default functions exist, use
7528 the backend function rather than nil.
7529 (vc-call-backend): If the function if not bound yet, try to load
7530 the non-hook file to see if it provides it.
7531 (vc-call): New macro plus use it wherever possible.
7532 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7533 nor `vc-find-binary' since it's only called from
7534 vc-mistrust-permission which is only used once the backend is known.
7535 (vc-checkout-model): Fix parenthesis.
7536 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7537
7538 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7539 (vc-cvs-release, vc-cvs-system-release): Remove.
7540 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7541 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7542 status symbols.
7543 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7544 (vc-cvs-toggle-read-only): First cut at a function to allow a
7545 cvs-status-free vc-toggle-read-only.
7546 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7547 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7548 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7549 (vc-cvs-checkout): Modify access rights directly if the user
7550 requested not to use `cvs edit'. And refresh the mode line.
7551
7552 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7553 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7554
75552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7556
7557 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7558 workfile' that got lost when the code was extracted from vc.el.
7559 And merged the tail with the rest of the code (not possible in the
7560 old vc.el where the tail was shared among all backends). And
7561 explicitly set the state to 'edited if `writable' is set.
7562
7563 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7564 (vc-cvs-state): Be careful to return the value from
7565 vc-cvs-parse-state.
7566 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7567 property but return it instead. Also be careful to handle a nil
7568 or "" `rev' when workfile is non-nil (it was handled properly when
7569 workfile was nil).
7570
7571 * vc.el: Removed those pesky unnecessary `(function' quotes.
7572 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7573 directly in the defvar.
7574 (vc-do-command): Bind inhibit-read-only so as to properly handle
7575 the case where the destination buffer has been made read-only.
7576 (vc-diff): Delegate to vc-version-diff in all cases.
7577 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7578 (vc-annotate-mode-variables): Removed (code moved partly to
7579 defvars and partly to vc-annotate-add-menu).
7580 (vc-annotate-mode): Turned into a derived-mode.
7581 (vc-annotate-add-menu): Moved in code in
7582 vc-annotate-mode-variables.
7583 (vc-update-change-log): Use make-temp-file if available.
7584
75852000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7586
7587 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7588 `vc-checkout-model' updated to `vc-cvs-update-model'.
7589
75902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7591
7592 * vc.el (vc-next-action-on-file): Added handling of state
7593 `unlocked-changes'.
7594 (vc-checkout-carefully): Is now practically obsolete, unless the
7595 above is too slow to be enabled unconditionally.
7596 (vc-update-change-log): Fixed typo.
7597
7598 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7599
7600 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7601 Now handles state `unlocked-changes'.
7602 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7603
7604 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7605
7606 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7607 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7608 `unlocked-changes'.
7609 (vc-rcs-workfile-unchanged-p): Renamed from
7610 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7611 function yet, but supposed to become one soon.
7612
7613 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7614 `vc-steal-lock'.
7615 (vc-call-backend): Changed error message.
7616 (vc-state): Added description of state `unlocked-changes'.
7617
76182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7619
7620 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7621 always return t in CVS-controlled directories.
7622
7623 * vc.el (vc-responsible-backend): New function.
7624 (vc-register): Largely rewritten.
7625 (vc-admin): Removed (implementation moved into vc-register).
7626 (vc-checkin): Redocumented.
7627 (vc-finish-logentry): If no backend defined yet (because we are in
7628 the process of registering), use the responsible backend.
7629
7630 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7631 Updated function lists.
7632 (vc-call-backend): Fixed typo.
7633
7634 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7635 New functions.
7636 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7637 Removed query option. Redocumented.
7638
76392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7640
7641 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7642
7643 * vc.el: Updated callers of `vc-checkout-required' to use
7644 `vc-checkout-model'.
7645
76462000-09-04 Martin Lorentzson <martinl@gnu.org>
7647
7648 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7649 stuff updated to reference this function instead of the old
7650 `vc-backend-release-p'.
7651
76522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7653
7654 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7655 vc-checkout-model. Return appropriate values. Updated callers.
7656
76572000-09-04 Martin Lorentzson <martinl@gnu.org>
7658
7659 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7660 (vc-backend-revert): Function moved into `vc-revert';
7661 `vc-next-action' must be updated to accomodate this change.
7662 (vc-backend-steal): Function moved into `vc-finish-steal'.
7663 (vc-backend-logentry-check): Function moved into
7664 `vc-finish-logentry'.
7665 (vc-backend-printlog): Function moved into `vc-print-log'.
7666 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7667 (vc-backend-assign-name): Function moved into
7668 `vc-create-snapshot'.
7669
76702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7671
7672 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7673 Rename to vc-checkout-model. Return appropriate values.
7674 Update callers.
7675
7676 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7677 to vc-checkout-model.
7678 (vc-checkout-required): Rename to vc-checkout-model.
7679 Re-implement and re-comment.
7680 (vc-after-save): Use vc-checkout-model.
7681
76822000-09-04 Martin Lorentzson <martinl@gnu.org>
7683
7684 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7685 Update to use the vc-BACKEND-diff functions instead.
7686 `vc-diff' is now working.
7687
7688 * vc-rcs.el (vc-rcs-logentry-check): New function.
7689
7690 * vc-cvs.el (vc-cvs-logentry-check): New function.
7691
7692 * vc-sccs.el (vc-sccs-diff): Function changed name from
7693 `vc-backend-diff'. This makes `vc-diff' work.
7694
7695 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7696 of functions possibly implemented in a vc-BACKEND library.
7697 (vc-checkout-required): Fix bug that caused an error to be
7698 signaled during `vc-after-save'.
7699
7700 * vc.el: Fix typo.
7701 This checkin is made with our new VC code base for the very first time.
7702 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7703
7704 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7705 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7706
7707 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7708 updated to `vc-uses-locking'.
7709 (vc-checkout-required): Call to backend function.
7710 `vc-checkout-required' updated to `vc-uses-locking' instead.
7711
7712 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7713 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7714
7715 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7716 to match the split into various backends.
7717 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7718 (vc-retrieve-snapshot): Bug fix.
7719
77202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7721
7722 * vc-sccs.el (vc-sccs-release): Doc fix.
7723
77242000-09-04 Martin Lorentzson <martinl@gnu.org>
7725
7726 * vc.el (vc-next-action-on-file): Bug found and fixed.
7727 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7728 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7729
7730 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7731 (vc-rcs-checkout): Name space cleaned up. No more revision number
7732 crunching function names that are not prefixed with vc-rcs.
7733 (vc-rcs-checkout-model): Function added. References to
7734 `vc-checkout-model' replaced.
7735
77362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7737
7738 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7739 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7740 still need to be split, and implemented for RCS).
7741
77422000-09-04 Martin Lorentzson <martinl@gnu.org>
7743
7744 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7745
7746 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7747 required by the vc.el file.
7748
7749 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7750 required by the vc.el file.
7751 (vc-rcs-exists): Function added.
7752
7753 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7754 required by the vc.el file.
7755
7756 * vc.el (vc-admin): Updated to handle selection of appropriate
7757 backend. Current implementation is crufty and need re-thinking.
7758
7759 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7760
77612000-09-04 Martin Lorentzson <martinl@gnu.org>
7762
7763 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7764 beginning of annotate buffers correctly.
7765
7766 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7767 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7768 functionality updated quite a lot to support multiple backends.
7769 Variables `vc-annotate-mode', `vc-annotate-buffers',
7770 `vc-annotate-backend' added.
7771
7772 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7773 `vc-annotate-difference' added to supported backend functions.
7774
77752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7776
7777 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7778 Use with-temp-file instead of /bin/sh. Merged from mainline
7779
77802000-09-04 Martin Lorentzson <martinl@gnu.org>
7781
7782 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7783
7784 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7785
7786 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7787
77882000-09-04 Martin Lorentzson <martinl@gnu.org>
7789
7790 * vc-hooks.el: vc-state-heuristic added to
7791 vc-backend-hook-functions.
7792
7793 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7794
7795 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7796
7797 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7798 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7799 state to `reserved'.
7800
7801 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7802 `vc-checkout-required'. Rename the `locked' state to `reserved'.
7803
78042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7805
7806 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7807 untouched.
7808
7809 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7810
7811 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7812 if defined. (Merged from main line, slightly adapted.)
7813
7814 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7815 millenium problem (merged from mainline).
7816
78172000-09-04 Martin Lorentzson <martinl@gnu.org>
7818
7819 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7820 part and moved the non-BACKEND stuff to vc.el.
7821
7822 * vc.el: Split the annotate feature into a BACKEND specific part
7823 and moved it from the vc-cvs.el file to this one.
7824
78252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7826
7827 * vc-hooks.el: Implement new state model.
7828 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7829 (vc-locking-user): Simplify. Now only needed if the file is
7830 locked by somebody else.
7831 (vc-lock-from-permissions): Remove. Functionality is in
7832 vc-sccs-hooks.el and vc-rcs-hooks.el now.
7833 (vc-mode-line-string): New name for former vc-status. Adapted.
7834 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7835
7836 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7837 Various simplifications and adaptations all over the place.
7838
7839 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7840 Simplify and adapt the rest.
7841
7842 * vc.el (vc-resynch-window): Add TODO comment: check for
7843 interaction with view mode according to recent RCS change.
7844 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7845
78462000-09-04 Martin Lorentzson <martinl@gnu.org>
7847
7848 * vc.el: Convert the remaining function comments to docstrings.
7849
78502000-09-04 Martin Lorentzson <martinl@gnu.org>
7851
7852 * vc.el (vc-backend-release, vc-release-greater-or-equal)
7853 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7854 (vc-minor-part, vc-previous-version): Functions that operate and
7855 compare revision numbers got proper documentation. Comments added
7856 about their possible removal.
7857
78582000-09-04 Martin Lorentzson <martinl@gnu.org>
7859
7860 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7861 the vc-backend.el files.
7862
7863 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7864
7865 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7866 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7867 (vc-rcs-previous-version): Functions added.
7868
7869 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7870
7871 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7872
78732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7874
7875 * vc-hooks.el (vc-master-templates): Is really obsolete.
7876 Comment out the definition for now. What is the right procedure
7877 to get rid of it?
7878 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7879 rewritten.
7880 (vc-default-registered): Remove.
7881 (vc-check-master-templates): New function; does mostly what the
7882 above did before.
7883 (vc-locking-user): Don't rely on the backend to set the property.
7884
7885 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7886 Rewrite documentation.
7887 (vc-rcs-templates-grabbed): New variable.
7888 (vc-rcs-grab-templates): New function.
7889 (vc-rcs-registered): Rewrite to use above mechanism.
7890
7891 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7892 Rewrite documentation.
7893 (vc-sccs-templates-grabbed): New variable.
7894 (vc-sccs-grab-templates): New function.
7895 (vc-sccs-registered): Rewrite to use above mechanism.
7896 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7897 Don't throw the result, simply return it.
7898
7899 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7900 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
7901 (vc-cvs-registered): Does the check itself now. Simplify.
7902
7903 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7904 from main line.
7905
79062000-09-04 Martin Lorentzson <martinl@gnu.org>
7907
7908 * vc-cvs.el (vc-cvs-diff): New function.
7909
7910 * vc-sccs.el (vc-sccs-diff): New function.
7911
7912 * vc-rcs.el (vc-rcs-diff): New function.
7913 (vc-rcs-checkout): Bug (typo) found and fixed.
7914 (vc-rcs-register-switches): New variable.
7915
7916 * vc.el (vc-backend-diff): Function removed and placed in the
7917 backend files.
7918
79192000-09-04 Martin Lorentzson <martinl@gnu.org>
7920
7921 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7922
7923 * vc.el (vc-backend-checkout): Function removed and replaced in
7924 the vc-backend.el files.
7925
7926 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7927
7928 * vc.el (vc-backend-admin): Removed and replaced in the
7929 vc-backend.el files.
7930
7931 * vc.el (Martin): Removed all the annotate functionality since it
7932 is CVS backend specific.
7933
79342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7935
7936 * spec.txt: Added specification of vc-state.
7937
7938 * vc-sccs-hooks.el (vc-sccs-master-properties):
7939 Remove handling of vc-latest-version and
7940 vc-your-latest-version. What used to be vc-latest-version, is now
7941 returned as vc-workfile-version.
7942 (vc-sccs-workfile-version): Adapt.
7943
79442000-09-04 Dave Love <fx@gnu.org>
7945
7946 * vc.el: [Merged from mainline.]
7947 (vc-dired-mode): Make the dired-move-to-filename-regexp
7948 regexp match the date, to avoid treating date as file size.
7949 Add YYYY S option to WESTERN/
7950
79512000-09-04 Dave Love <fx@gnu.org>
7952
7953 * vc.el: Require `compile' when compiling.
7954 (vc-logentry-check-hook): New option.
7955 (vc-steal-lock): Use compose-mail.
7956 (vc-dired-mode-map): Defvar when compiling.
7957 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7958 vc-sccs.el and renamed. Callers changed.
7959 (vc-backend-checkout, vc-backend-logentry-check)
7960 (vc-backend-merge-news): Doc fix.
7961 (vc-default-logentry-check): New function.
7962 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7963 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7964 (vc-backend-merge): Doc fix. Use backend functions.
7965 (vc-check-headers): Use backend functions.
7966
7967 * vc-cvs.el: Require vc when compiling.
7968 (vc-cvs-register-switches): Doc fix.
7969 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7970 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7971 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7972 New functions (code from vc.el).
7973 (vc-annotate-display-default): Fix interactive spec.
7974 (vc-annotate-time-span): Doc fix.
7975
7976 * vc-rcs.el: Require vc when compiling.
7977 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7978 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7979 (vc-rcs-checkin): New functions (code from vc.el).
7980 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7981 Doc fix.
7982 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
7983
7984 * vc-sccs.el: Require vc when compiling.
7985 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7986 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7987 (vc-sccs-revert)
7988 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7989 from vc.el).
7990 (vc-sccs-add-triple, vc-sccs-record-rename)
7991 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7992 (vc-sccs-admin): Doc fix.
7993
79942000-09-04 Martin Lorentzson <martinl@gnu.org>
7995
7996 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7997 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7998 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7999 from vc.el.
8000
8001 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8002
8003 * vc-cvs.el: Moved the annotate functionality from vc.el.
8004 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8005
80062000-09-04 Dave Love <fx@gnu.org>
8007
8008 * vc.el (vc-backend-release): Call vc-system-release.
8009
8010 * vc-sccs.el (vc-sccs-system-release):
8011 Renamed from vc-sccs-backend-release.
8012
8013 * vc-rcs.el (vc-rcs-system-release):
8014 Renamed from vc-rcs-backend-release.
8015
8016 * vc-cvs.el (vc-cvs-system-release):
8017 Renamed from vc-cvs-backend-release.
8018
80192000-09-04 Dave Love <fx@gnu.org>
8020
8021 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8022 backend files.
8023 (vc-backend-release): Dispatch to backend functions.
8024 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8025 probably needs attention.]
8026
8027 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8028 (vc-sccs-backend-release): New function.
8029
8030 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8031 (vc-cvs-backend-release): New function.
8032
8033 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8034 Doc fix.
8035 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8036 (vc-default-dired-state-info): New function.
8037 (vc-dired-state-info): Dispatch to backends.
8038 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8039
8040 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8041 from vc.el and renamed.
8042
80432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8044
8045 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8046 (vc-version-other-window, vc-backend-assign-name): Removed
8047 references to vc-latest-version; sometimes changed into
8048 vc-workfile-version.
8049
8050 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8051 vc-rcs-master-workfile-version.
8052 (vc-rcs-workfile-version): Use the above. Don't call
8053 vc-latest-version (that was unreachable code, anyway).
8054 (vc-rcs-fetch-master-properties): Doc fix.
8055
8056 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8057 (vc-backend-hook-functions): Removed them from this list, too.
8058 (vc-fetch-properties): Removed.
8059 (vc-workfile-version): Doc fix.
8060
8061 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8062 (vc-rcs-workfile-version, vc-rcs-locking-user)
8063 (vc-rcs-uses-locking): Use it.
8064
8065 * vc-hooks.el (vc-consult-rcs-headers):
8066 Moved into vc-rcs-hooks.el, under the name
8067 vc-rcs-consult-headers.
8068
8069 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8070 headers.
8071 (vc-cvs-find-master): Use this name only; correct different
8072 versions of the name.
8073
8074 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8075 New functions.
8076 (vc-sccs-locking-user): Use the latter.
8077
8078 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8079 New functions.
8080
8081 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8082 Moved into both
8083 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8084 functions are implementation details of those two backends.
8085
80862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8087
8088 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8089 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8090
8091 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8092 (vc-sccs-parse-locks): SCCS-specific code moved here from
8093 vc-hooks.
8094
8095 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8096 code moved here from vc-hooks.
8097
8098 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8099 into back-end specific parts and removed. Callers not updated
8100 yet; because I guess these callers will disappear into back-end
8101 specific files anyway.
8102
81032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8104
8105 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8106 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8107 `vc-uses-locking'.
8108
8109 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8110 Store yes/no in the property, and return t/nil. Updated all
8111 callers.
8112
8113 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8114 vc-sccs-uses-locking. Don't set property.
8115 (vc-sccs-locking-user): Don't set property.
8116
8117 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8118 vc-cvs-uses-locking. Don't set property here; leave that to
8119 vc-hooks.
8120 (vc-cvs-locking-user): Reflect above change. Streamlined.
8121
8122 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8123 vc-rcs-uses-locking.
8124 (vc-rcs-locking-user): Reflect above change.
8125
81262000-09-04 Dave Love <fx@gnu.org>
8127
8128 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8129
8130 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8131
8132 * vc-hooks.el (vc-checkout-model): Punt to backends.
8133
8134 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8135
8136 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8137
8138 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8139 New functions.
8140
8141 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8142 New functions.
8143
8144 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8145 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8146
8147 * vc-hooks.el (vc-default-locking-user): New function.
8148 (vc-locking-user, vc-workfile-version): Punt to backends.
8149
81502000-09-04 Dave Love <fx@gnu.org>
8151
8152 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8153 (vc-master-workfile-version): Moved from vc-hooks.
8154
8155 * vc-rcs-hooks.el: Fix duplicate code in last change.
8156
8157 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8158 (vc-rcs-master-templates): Improve :type.
8159 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8160 vc-master-workfile-version): Moved from vc-hooks.
8161
8162 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8163 (vc-sccs-master-templates): Improve :type.
8164 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8165
8166 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8167
8168 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8169 (vc-cvs-master-templates): Improve :type. Use
8170 vc-cvs-find-cvs-master.
8171 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8172 from vc-hooks.
8173 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8174
8175 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8176 Moved to vc-cvs-hooks.
8177
8178 * vc-hooks.el: Add doc strings in various places. Simplify the
8179 minor mode setup.
8180 (vc-handled-backends): New user variable.
8181 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8182 simplification.
8183
81842000-09-04 Dave Love <fx@gnu.org>
8185
8186 * vc.el: Some doc fixes for autoloaded and interactive functions.
8187 Fix compilation warnings from ediff stuff.
8188 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8189
8190 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8191
8192 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8193
8194 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8195
81962000-09-04 Dave Love <fx@gnu.org>
8197
8198 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8199 New variable.
8200 (vc-make-backend-function, vc-loadup, vc-call-backend)
8201 (vc-backend-defines): New functions.
8202
8203 * vc-hooks.el: Various doc fixes.
8204 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8205 (vc-match-substring): Function removed. Callers changed to use
8206 match-string.
8207 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8208 Simplify.
8209
82102000-09-04 Dave Love <fx@gnu.org>
8211
8212 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8213 type.
8214 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8215 (vc-sccs-registered): Doc fix.
8216
8217 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8218 (vc-cvs-registered): Doc fix.
8219
8220 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8221 (vc-rcs-registered): Doc fix.
8222
82232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8224
8225 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8226
8227 * vc-hooks.el: vc-registered has been renamed
8228 vc-default-registered. Some functions have been moved to the
8229 backend specific files. they all support the
8230 vc-BACKEND-registered functions.
8231
82322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8233
8234 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8235
8236 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8237
82382000-09-04 Dave Love <fx@gnu.org>
8239
8240 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8241 menu-bar-update-hook.
8242
8243 * help.el (help-manyarg-func-alist): Add
8244 find-operation-coding-system.
8245
8246 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8247
8248 * custom.el (custom-set-variables): Print message about errors in
8249 setting.
8250
82512000-09-03 Andrew Innes <andrewi@gnu.org>
8252
8253 * makefile.w32-in: Change to DOS line endings.
8254
82552000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8256
8257 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8258 minor-mode keymaps, if they don't have one.
8259
82602000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8261
8262 * eshell/esh-module.el (eval-when-compile): Don't lose if
8263 esh-module.el's file name is truncated to DOS 8+3 limits.
8264
82652000-09-01 John Wiegley <johnw@gnu.org>
8266
8267 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8268 predicate, which caused entries in the completion list to be
8269 doubled.
8270
82712000-08-30 John Wiegley <johnw@gnu.org>
8272
8273 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8274 sending to subprocesses. Also, hook pre-command-hook if
8275 `eshell-send-direct-to-subprocesses' is non-nil.
8276 (eshell-send-direct-to-subprocesses): New config variable. If t,
8277 subprocess input is send immediately.
8278 (eshell-toggle-direct-send): New function.
8279 (eshell-self-insert-command): New function.
8280 (eshell-intercept-commands): New function.
8281 (eshell-send-input): If direct subprocess sending is enabled,
8282 don't echo any input to the Eshell buffer. Let the subprocess
8283 handle that. This requires "stty echo" in bash, for example.
8284
82852000-08-28 John Wiegley <johnw@gnu.org>
8286
8287 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8288 completion function for Eshell's implementation of `unset'.
8289
82902000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8291
8292 * info.el (Info-directory-list): Doc fix.
8293
82942000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8295
8296 * filecache.el (file-cache-add-directory-using-find): Don't quote
8297 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8298
82992000-08-31 Kenichi Handa <handa@etl.go.jp>
8300
8301 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8302 coding systems.
8303
83042000-08-30 Andrew Innes <andrewi@gnu.org>
8305
8306 * timer.el (run-with-idle-timer): Undo last change, so that timer
8307 is not activated immediately if Emacs is already idle. Some
8308 existing code relies on this behaviour.
8309
83102000-08-30 Miles Bader <miles@gnu.org>
8311
8312 * frame.el (set-frame-font): Do completion of font-name for
8313 interactive use.
8314
83152000-08-30 Kenichi Handa <handa@etl.go.jp>
8316
8317 * international/quail.el (quail-start-translation): Bind locally
8318 last-command-event, last-command, and this-command.
8319 (quail-start-conversion): Likewise.
8320 (quail-self-insert-command): Fix docstring.
8321
83222000-08-29 Gerd Moellmann <gerd@gnu.org>
8323
8324 * progmodes/executable.el
8325 (executable-make-buffer-file-executable-if-script-p): Check that
8326 buffer contains at least 2 characters.
8327
83282000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8329
8330 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8331
83322000-08-29 Dave Love <fx@gnu.org>
8333
8334 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8335 (diff-mode-shared-map): Bind mouse-2.
8336 (diff-imenu-generic-expression): New variable.
8337 (diff-mode): Use it.
8338
8339 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8340 (mouse-popup-menubar): Add minor mode menus.
8341 (popup-menu): Check for lookup-key returning number.
8342
83432000-08-29 Miles Bader <miles@gnu.org>
8344
8345 * comint.el (comint-send-input): Create overlays using the proper
8346 front/read-advance arguments.
8347
83482000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8349
8350 * ps-print.el: Even/odd pages printing. Doc fix.
8351 (ps-print-version): New version number (6.0).
8352 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8353 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8354 (ps-print-duplex-feature): Variable eliminated.
8355 (ps-even-or-odd-pages): New variable.
8356
8357 * progmodes/ebnf2ps.el: Doc fix.
8358 (ebnf-version): New version (3.3).
8359 (ebnf-user-arrow): Change variable customization to sexp.
8360 (ebnf-user-arrow): Function eliminated.
8361 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8362
83632000-08-29 Kenichi Handa <handa@etl.go.jp>
8364
8365 * help.el (help-xref-mule-regexp): New variable.
8366 (help-make-xrefs): Handle help-xref-mule-regexp.
8367
8368 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8369 variable.
8370 (describe-input-method): Temporarily activate the specfied input
8371 method to display the information.
8372 (describe-language-environment): Hyperlinks to mule related items.
8373
8374 * international/mule-diag.el (charset-multibyte-form-string): New
8375 function.
8376 (list-character-sets-1): Use charset-multibyte-form-string.
8377 (describe-character-set): New function.
8378 (describe-coding-system): Hyperlinks to safe character sets.
8379
8380 * international/quail.el (quail-help): New arg PACKAGE.
8381 Hyperlinks to mule related items.
8382 (quail-help-insert-keymap-description): Use
8383 substitute-command-keys instead of describe-bindings.
8384 (quail-translation-help): Hyperlinks to mule related items.
8385
83862000-08-28 John Wiegley <johnw@gnu.org>
8387
8388 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8389 have a defsubst call itself. Made `eshell-flatten-list' back into
8390 a function again.
8391
8392 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8393 catch, in case re-centering point at bottom messes up the display.
8394 This happens frequently in Emacs 21, due I believe to variable
8395 line heights.
8396
8397 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8398 to call `find-tag-interactive'.
8399
8400 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8401 the list of remember directories.
8402
84032000-08-28 John Wiegley <johnw@gnu.org>
8404
8405 * align.el: Test align-region-separate to see if it's a symbol.
8406
84072000-08-28 John Wiegley <johnw@gnu.org>
8408
8409 * eshell/esh-util.el (eshell-flatten-list): Made this function
8410 into a defsubst form. It gets used very frequently, although
8411 calls don't occur all that often.
8412
8413 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8414 examining it.
8415
8416 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8417 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8418 `eshell-protect'.
8419 (eshell-copy-handles): Created a new macro for duplicating the
8420 current set of open handles. This is needed by the looping
8421 functions.
8422 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8423 is not incorrectly stomped on.
8424
8425 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8426 declaration for pcomplete-use-paring.
8427 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8428 value of eshell-cmpl-use-paring.
8429 * pcomplete.el (pcomplete-use-paring): New config variable, to
8430 indicate whether paring should be used.
8431 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8432 completion alternatives that have already been used.
8433
8434 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8435 bound to C-c C-y, which will repeat the previous N arguments
8436 (based on prefix argument).
8437 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8438
8439 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8440 if there is no *Help* buffer. This is for XEmacs, which renames
8441 its help buffers uniquely. TODO: Find out what the current buffer
8442 name to delete is.
8443
8444 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8445 first entry that correlates to a passwd/group number. Later
8446 entries (used for group/user name aliasing to multiple IDs) are
8447 ignored.
8448
8449 * eshell/em-xtra.el (eshell/expr):
8450 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8451 (eshell-grep, eshell/diff, eshell/locate):
8452 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8453 argument list, before passing it to the system command.
8454
8455 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8456 `find-tag' for use at final position in Eshell buffers (which
8457 otherwise triggers an error on Emacs 21).
8458 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8459 buffer, if it is currently bound to `find-tag'.
8460
8461 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8462 in the list of matched Makefile names.
8463 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8464 directory, prefer its contents to Makefile.
8465
8466 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8467 directory parts (like "cd old new", or "cd =regexp"), are now case
8468 sensitive on non-Windows/DOS platforms.
8469
8470 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8471 types RET after an open delimiter (like "), display a message
8472 indicating that Eshell is waiting for the closing delimiter.
8473
8474 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8475 environment variables.
8476
8477 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8478 gracefully if the user enters incorrect arguments.
8479
8480 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8481 Eshell buffers.
8482
8483 * eshell/esh-var.el (eshell-interpolate-variable):
8484 * eshell/esh-mode.el (eshell-move-argument):
8485 * eshell/em-unix.el (eshell-du-sum-directory):
8486 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8487 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8488 (not (= ...)).
8489
8490 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8491 to ensure the `preserve' flag gets propagated when doing recursive
8492 directory copies.
8493
84942000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8495
8496 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8497 Don't convert \n into \0177 in memory.
8498 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8499 and back again, when reading and writing.
8500
85012000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8502
8503 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8504 testing of `fboundp' on `processp'.
8505
8506 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8507 (eshell/jobs): Don't call process-list if it is not bound.
8508 (eshell-gather-process-output): Support systems where async
8509 subprocesses aren't supported.
8510 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8511 variables.
8512
8513 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8514 eshell-do-eval returns t.
8515 (eshell-do-pipelines-synchronously): New defmacro.
8516 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8517 when async subprocesses aren't supported.
8518 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8519 if async subprocesses aren't supported.
8520 (eshell-resume-command): Don't assume STATUS is a string.
8521
8522 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8523
8524 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8525 (eshell-close-target, eshell-get-target): Use eshell-processp.
8526 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8527 fix.
8528 (eshell-get-target, eshell-create-handles): Doc fix.
8529
85302000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8531
8532 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8533 criterion to include commands that output something, as long as it
8534 leaves both the command and the end-of-buffer visible when the
8535 command has exited.
8536 (eshell-review-quick-commands): Adjust the help doc string
8537 accordingly.
8538
85392000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8540
8541 * locate.el (locate): Cleaned up locate command's interactive prompting
8542 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8543
8544 * filecache.el (file-cache-case-fold-search): New variable
8545 (file-cache-assoc-function): New variable
8546 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8547 Use file-cache-case-fold-search variable
8548 (file-cache-add-file): Use file-cache-assoc-function
8549 (file-cache-delete-file): likewise
8550 (file-cache-directory-name): likewise
8551 (file-cache-debug-read-from-minibuffer): likewise
8552
85532000-08-28 Gerd Moellmann <gerd@gnu.org>
8554
8555 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8556 (abbrev-table-name): New function.
8557 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8558 If non-nil list local abbrev, only.
8559
85602000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8561
8562 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8563 from Gnus support code, and use special article copy buffer
8564 `(gnus-original-article-buffer)' instead. This allows to get rid
8565 of article-hide-headers usage (which breaks in the latest Gnus
8566 version). Thanks to Detlev Zundel.
8567
85682000-08-28 Kenichi Handa <handa@etl.go.jp>
8569
8570 * international/quail.el (quail-use-package): Hide "... loaded"
8571 message.
8572 (quail-start-translation, quail-start-conversion): Likewise.
8573
8574 * international/kkc.el (kkc-region): Hide "... loaded" message.
8575
85762000-08-27 Dave Love <fx@gnu.org>
8577
8578 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8579
85802000-08-27 Miles Bader <miles@gnu.org>
8581
8582 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8583
85842000-08-27 Kenichi Handa <handa@etl.go.jp>
8585
8586 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8587 'ja-dic-cnv), not (require 'skkdic-cnv).
8588
85892000-08-26 Miles Bader <miles@gnu.org>
8590
8591 * faces.el (face-x-resources): Add entry for :inherit.
8592 * cus-face.el (custom-face-attributes): Add support for :inherit
8593 attribute. Add support for relative face heights.
8594 (custom-face-attributes-get): Treat `nil' as being a default value
8595 for :inherit (as well as `unspecified').
8596
8597 * faces.el (set-face-attribute): Update doc string.
8598 (face-attribute-name-alist): Add :inherit.
8599 (face-valid-attribute-values): Handle :inherit.
8600 (face-read-string): Rephrase prompt to be less confusing.
8601 Assume that DEFAULT is a string, since we must return a string.
8602 (face-read-integer): Use `format' to turn DEFAULT into an
8603 acceptable default for face-read-string. Match NEW-VALUE against
8604 the string "unspecified", not the symbol `unspecified', since
8605 that's what face-read-string returns.
8606 (read-face-attribute): Lookup a name for old-value in valid, and
8607 use it as a default if we find one. Treat all values from
8608 face-read-string as strings. If the default is used, don't do any
8609 more processing on the value, just use the old value directly.
8610 (read-face-and-attribute, modify-face): Tweak prompt.
8611 (read-face-name): Don't assume prompt ends with a space.
8612
8613 * faces.el (describe-face): Add support for :inherit attribute.
8614
86152000-08-25 Kenichi Handa <handa@etl.go.jp>
8616
8617 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8618 concat doesn't accept interger.
8619
8620 * international/kkc.el: Remove SKK from Keywords. Require
8621 ja-dic-utl instead of skkdic-utl.
8622
8623 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8624 Provide ja-dic-cnv instead of skkdic-cnv.
8625 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8626 (iso-2022-7bit-short): Add safe-charsets property.
8627 (skkdic-convert-postfix): Search Japanese chou-on character in
8628 addition to Hiragana character.
8629 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8630 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8631 (batch-skkdic-convert): Likewise.
8632
8633 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8634 Provide ja-dic-utl instead of skkdic-utl.
8635 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8636
86372000-08-24 Dave Love <fx@gnu.org>
8638
8639 * disp-table.el (standard-display-default): Make the test of `l'
8640 useful.
8641
8642 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8643 mod sample text.
8644
8645 * international/iso-ascii.el: Make pilcrow convenient string
8646 consistent with section.
8647 (iso-ascii-display): Set up multibyte characters as well as
8648 unibyte.
8649
86502000-08-24 Kenichi Handa <handa@etl.go.jp>
8651
8652 * international/mule-cmds.el (reset-language-environment): Set
8653 default-process-coding-system to '(undecided . iso-latin-1), which
8654 makes process I/O almost consistent with file I/O. Call this
8655 function when mule-cmds.el[c] is loaded.
8656
86572000-08-22 Andrew Innes <andrewi@gnu.org>
8658
8659 * makefile.w32-in: New file.
8660
86612000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8662
8663 * comint.el (comint-output-filter): Compare end of
8664 comint-last-output-overlay with the start of the newly inserted
8665 text, not the end, when deciding whether to extend it.
8666 Set saved-point's insertion type to advance after insertion.
8667
8668 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8669 since this is now done independently of font-lock mode.
8670
86712000-08-21 Gerd Moellmann <gerd@gnu.org>
8672
8673 * server.el (server-kill-new-buffers): New user option.
8674 (server-existing-buffer): New buffer-local variable.
8675 (server-visit-files): When using an existing buffer, set
8676 server-existing-buffer to t.
8677 (server-buffer-done): If server-kill-new-buffers is t, kill the
8678 buffer, unless it was already present before visiting it with
8679 Emacs server.
8680
86812000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8682
8683 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8684 even if the display doesn't support colors: some displays will
8685 support bold/underline faces.
8686
86872000-08-21 Gerd Moellmann <gerd@gnu.org>
8688
8689 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8690
8691 * startup.el (command-line): If user's init file had an error,
8692 add explanatory text to *Messages*.
8693
86942000-08-21 Kenichi Handa <handa@etl.go.jp>
8695
8696 * man.el (Man-getpage-in-background): Decode the process output by
8697 the system locale coding system.
8698
86992000-08-20 Dave Love <fx@gnu.org>
8700
8701 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8702 Don't test x-popup-menu.
8703 (function) <complete-function>: Complete only fbound symbols.
8704 <validate, value>: New.
8705 (variable) <complete-function>: Complete only bound symbols.
8706 (coding-system): Add :base-only, :complete-function, :validate,
8707 :value, :prompt-match.
8708 (widget-coding-system-prompt-value): Use read-coding-system and
8709 act on :base-only.
8710 (editable-field): Add :help-echo.
8711 (widget-push-button-gui, widget-push-button-cache)
8712 (widget-gui-action, widget-editable-list-gui): COmment out, along
8713 with uses.
8714 (widget-at): Make arg optional.
8715 (widget-echo-help): Adjust for current help-echo calling sequence.
8716 (widget-specify-field, widget-specify-button)
8717 (widget-specify-insert, widget-get-sibling, widget-image-find)
8718 (widget-convert, widget-insert, widget-leave-text)
8719 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8720 (widget-setup, widget-field-find, widget-before-change)
8721 (widget-after-change, widget-default-complete)
8722 (widget-default-create, widget-default-delete)
8723 (widget-push-button-value-create, editable-field)
8724 (widget-field-prompt-value, widget-field-validate)
8725 (widget-choice-value-create, widget-choice-action)
8726 (widget-choice-validate, widget-checklist-add-item)
8727 (widget-radio-add-item, widget-radio-chosen)
8728 (widget-radio-value-inline, widget-editable-list-value-create)
8729 (widget-editable-list-entry-create)
8730 (widget-documentation-link-add)
8731 (widget-documentation-string-value-create)
8732 (widget-regexp-validate, widget-file-complete)
8733 (widget-sexp-validate, widget-plist-convert-widget)
8734 (widget-plist-convert-widget, widget-alist-convert-widget)
8735 (widget-alist-convert-widget, widget-color-complete): Simplify,
8736 particularly to avoid bindings which aren't optimized out.
8737
8738 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8739 Doc fix.
8740 (down-list, backward-up-list, up-list, kill-sexp)
8741 (backward-kill-sexp, mark-sexp): Make arg optional.
8742 (lisp-complete-symbol): Add optional arg PREDICATE.
8743
8744 * cus-start.el: Add display-buffer-reuse-frames,
8745 file-coding-system-alist.
8746
87472000-08-20 Gerd Moellmann <gerd@gnu.org>
8748
8749 * startup.el (command-line): Clear realized faces after
8750 modifying TTY color mappings.
8751
87522000-08-20 Miles Bader <miles@gnu.org>
8753
8754 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8755 merely a subset of FACE's attributes.
8756
87572000-08-19 Miles Bader <miles@gnu.org>
8758
8759 * comint.el (comint-output-filter): Save the point with a marker,
8760 not just a buffer position.
8761
8762 * international/mule.el (set-buffer-process-coding-system): Make
8763 interactive prompt less confusing.
8764
87652000-08-19 Gerd Moellmann <gerd@gnu.org>
8766
8767 * hilit-chg.el: General cleanup of doc strings, comments and
8768 code formatting.
8769
87702000-08-19 Miles Bader <miles@gnu.org>
8771
8772 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8773 Compiler macro removed; beginning-of-line is no longer always
8774 equivalent to forward-line, in the presence of fields.
8775
8776 * comint.el (comint-output-filter): Remove ad-hoc saving of
8777 restriction, and just use save-restriction, now that it works
8778 correctly. Don't adjust comint-last-input-start to account for
8779 our insertion; it shouldn't have moved because we don't use
8780 insert-before-markers anymore. Comment out call to
8781 `force-mode-line-update'; why is it here?
8782
8783 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8784 while checking for prompt to delete. Use `forward-line 0'
8785 instead of beginning-of-line.
8786 (gud-filter): Temporarily widen gud comint buffer while
8787 examining output.
8788
87892000-08-18 Stefan Monnier <monnier@cs.yale.edu>
8790
8791 * progmodes/sh-script.el: Big bag of typos.
8792
8793 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8794 check since ispell-process is not bound when ispell is not yet loaded.
8795
87962000-08-18 Dave Love <fx@gnu.org>
8797
8798 * image.el (find-image): Copy `spec' before using plist-put.
8799
88002000-08-18 Gerd Moellmann <gerd@gnu.org>
8801
8802 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8803 `portugues'.
8804
8805 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8806 backward-kill-sexp, analogous to kill-sexp.
8807
8808 * progmodes/icon.el (icon-indent-line)
8809 (icon-is-continuation-line): Handle comments specially.
8810
88112000-08-17 Ken Stevens <k.stevens@ieee.org>
8812
8813 * ispell.el: Set to standard author/maintainer/keyword fields.
8814 Fine tuning to menu map appearance and operation, and added help.
8815 Remove `start' and `end' error messages when compiling.
8816 (ispell-choices-win-default-height): Fixed comment string.
8817 (ispell-dictionary-alist-1): Fixed regexp in castellano and
8818 castellano8 dictionaries.
8819 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8820 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8821 dictionary, added italiano dictionary.
8822 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8823 word character
8824 (ispell-tex-skip-alists): Added psfig support.
8825 (ispell-skip-html): Renamed from ispell-skip-sgml.
8826 (ispell-begin-skip-region-regexp, ispell-skip-region)
8827 (ispell-minor-check): Improved html skipping support to skip across
8828 code, and recognize `&' commands without propper `;' syntax;
8829 (ispell-process-line): Fix alignment error when manually
8830 correcting spelling.
8831 (ispell): Fix comment string.
8832 (ispell-add-per-file-word-list): Always put word list on new line.
8833
88342000-08-17 Gerd Moellmann <gerd@gnu.org>
8835
8836 * format.el (format-encode-run-method): Fix error message to say
8837 `encode' instead of `decode'. Use save-window-excursion around
8838 shell-command-on-region as in format-decode-run-method because
8839 shell-command-on-region can display a buffer with error output.
8840 (format-decode): Don't record undo information for the decoding.
8841 (format-annotate-function): Add parameter FORMAT-COUNT. Make
8842 that number part of the temporary buffer name so that more than
8843 one decoding using a temporary buffer can happen safely.
8844
8845 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8846 of `A-z' in the regexp.
8847
8848 * hilit-chg.el: Fix typos in commentary.
8849
8850 * help.el (view-emacs-news): Rewritten for new naming scheme
8851 for old NEWS files.
8852
8853 * startup.el (command-line): Pop to *Messages* in case an error
8854 is signaled while loading user-init-file.
8855
88562000-08-17 Andreas Schwab <schwab@suse.de>
8857
8858 * files.el (insert-directory): Don't lose original file name,
8859 undoing an undocumented change.
8860
88612000-08-17 Alex Schroeder <alex@gnu.org>
8862
8863 * sql.el (sql-magic-go): Use comint-bol.
8864 (sql-copy-column): Use comint-line-beginning-position.
8865 (comint-line-beginning-position): Define a replacement for
8866 comint-line-beginning-position if it is not fboundp.
8867
88682000-08-17 Alex Schroeder <alex@gnu.org>
8869
8870 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8871 it didn't have any effect anyway.
8872
88732000-08-17 Alex Schroeder <alex@gnu.org>
8874
8875 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8876 --pset and pager=off instead of sending \\o|cat at the beginning
8877 of the session.
8878
88792000-08-17 Miles Bader <miles@gnu.org>
8880
8881 * progmodes/octave-inf.el: Add compatibility definition of
8882 comint-line-beginning-position.
8883
88842000-08-17 Kenichi Handa <handa@etl.go.jp>
8885
8886 * startup.el (normal-top-level): Look in each dir in load-path for
8887 a leim-list.el file too. This assures of loading leim-list.el
8888 that is created at Emacs installation time even if a user have his
8889 own leim-list.el.
8890
88912000-08-17 Miles Bader <miles@gnu.org>
8892
8893 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8894 foreground color to black if the background is dark.
8895
88962000-08-16 Stefan Monnier <monnier@cs.yale.edu>
8897
8898 * loadhist.el (unload-feature): Typo.
8899
8900 * finder.el (finder-compile-keywords):
8901 * cus-dep.el (custom-make-dependencies): Add local-variable settings
8902 to the generated file.
8903
8904 * mail/mh-e.el (mh-make-local-vars):
8905 Replace make-variable-buffer-local with make-local-variable.
8906
8907 * play/landmark.el:
8908 * options.el (Edit-options-{set,toggle,t,nil}):
8909 * mail/mailabbrev.el (mail-abbrevs-mode):
8910 * textmodes/tex-mode.el (tex-expand-files):
8911 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8912
8913 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8914
8915 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8916 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8917 Allow going past the last element.
8918 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8919 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8920 (cvs-mouse-toggle-mark): Don't move point.
8921 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8922
8923 * progmodes/compile.el (grep): Provide a default set of files.
8924 (next-error): Docstring fix.
8925 (compilation-find-file): Avoid find-file (fails in a dedicated window).
8926
8927 * emacs-lisp/easy-mmode.el (define-minor-mode):
8928 Use `symbol-value' to keep the byte-compiler quiet.
8929
8930 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8931 (diff-find-source-location): New fun, extracted from diff-goto-source.
8932 (diff-goto-source): Use it.
8933 (diff-next-complex-hunk, diff-filter-lines): New function.
8934 (diff-apply-hunk): New command.
8935
8936 * smerge-mode.el (smerge-mode-menu): Doc fix.
8937
8938 * msb.el (msb-mode): Define it in terms of define-minor-mode.
8939
89402000-08-16 Dave Love <fx@gnu.org>
8941
8942 * windmove.el (windmove) <defgroup>: Add :version.
8943
8944 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
8945 (goto-address-fontify-p, goto-address-highlight-p)
8946 (goto-address-url-face, goto-address-url-mouse-face)
8947 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8948 (goto-address-url-regexp): Use thing-at-point-url-regexp.
8949 (goto-address-fontify, goto-address-at-mouse): Simplify,
8950 (goto-address-at-point): browse-url-url-at-point,
8951 goto-address-find-address-at-point can return nil.
8952 (goto-address-find-address-at-point): Return nil on failure.
8953
8954 * align.el (align) <defgroup>: Add :version.
8955
8956 * calculator.el (calculator): Add :version.
8957 (calculator): Use two lines for calculator window if `modeline'
8958 face is boxed.
8959
8960 * play/5x5.el: Doc fixes.
8961 (5x5) <defgroup>: Add :version.
8962
8963 * play/fortune.el (fortune) <defgroup>: Add :version.
8964 (fortune-append): Fix error message.
8965 (fortune-from-region): Doc fix.
8966
8967 * play/pong.el (pong): Doc fix.
8968
8969 * play/morse.el: Keywords, commentary, autoloads.
8970
89712000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
8972
8973 * desktop.el (desktop-save): Don't look at symbol-value of a
8974 member of minor-mode-alist, unless it is boundp.
8975
89762000-08-16 Sam Steingold <sds@gnu.org>
8977
8978 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8979 `while'; use `with-current-buffer' instead of `save-excursion'.
8980 Removed unnecessary kludges now that "*Buffer List*" is excluded.
8981
89822000-08-16 Kenichi Handa <handa@etl.go.jp>
8983
8984 * international/ccl.el (declare-ccl-program): Docstring modified.
8985 (ccl-execute-with-args): Likewise.
8986
89872000-08-16 Miles Bader <miles@gnu.org>
8988
8989 * progmodes/sql.el: Add compatibility definition of
8990 comint-line-beginning-position.
8991
89922000-08-15 Gerd Moellmann <gerd@gnu.org>
8993
8994 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8995 'buffer-menu' property.
8996 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8997 fails.
8998 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8999 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9000 wasn't killed.
9001
9002 * buff-menu.el (list-buffers-noselect): Don't display the
9003 *Buffer List* buffer.
9004
9005 * font-lock.el: Require jit-lock to prevent a very late
9006 `Loading jit-lock' message.
9007
9008 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9009 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9010 mail address.
9011
90122000-08-15 Miles Bader <miles@gnu.org>
9013
9014 * textmodes/ispell.el (ispell-graphic-p): New constant.
9015 (ispell-choices-win-default-height, ispell-help): Use
9016 `ispell-graphic-p' instead of `xemacsp'.
9017
90182000-08-15 Dave Love <fx@gnu.org>
9019
9020 * simple.el: Autoload widget-convert when compiling.
9021 (mail-user-agent): Doc fix.
9022
9023 * help.el (function-called-at-point, variable-at-point): Use
9024 with-syntax-table.
9025 (help-manyarg-func-alist): Add insert-and-inherit.
9026
9027 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9028
9029 * delsel.el (delsel-unload-hook): New function.
9030
9031 * find-file.el: Doc fixes. Move provide to end.
9032 (ff) <defgroup>: Add :link.
9033 (ff-goto-click): Deleted.
9034 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9035 Use mouse-set-point.
9036
9037 * textmodes/tildify.el: Doc fixes.
9038 (tildify) <defgroup>: Add:version.
9039
9040 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9041 (glasses-custom-set): Use set-default, not set.
9042 (minor-mode-alist): Propertize the lighter.
9043 (glasses-mode): Provide optional arg.
9044
9045 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9046 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9047 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9048 option. Provide :type.
9049 (cwarn-configuration): Provide :type.
9050 (cwarn-mode): Doc fix.
9051
9052 * add-log.el (change-log-merge): Doc fix.
9053 (change-log-redate): New command.
9054
9055 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9056 Doze and Dog.
9057 (browse-url): Use dolist, not mapcar.
9058 (browse-url-at-point): Check for null url.
9059 (browse-url-event-buffer, browse-url-event-point): Functions
9060 deleted.
9061 (browse-url-at-mouse, browse-url-netscape): Simplify.
9062
9063 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9064 modes.
9065 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9066 Fix previous change to mapcan.
9067 (msb--init-file-alist, msb--add-separators)
9068 (msb--make-keymap-menu): Simplify.
9069 (msb--choose-file-menu): Use copy-sequence.
9070 (msb-mode-map): Add title to keymap.
9071 (msb-unload-hook): New function.
9072
9073 * bs.el: Fix indentation.
9074 (bs) <defgroup>: Add :links.
9075 (bs-show): Doc fix.
9076 (bs-apply-sort-faces): Don't use window-system.
9077 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9078
90792000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9080
9081 * calendar/timeclock.el (timeclock-file): Run .timelog through
9082 convert-standard-filename.
9083
90842000-08-14 Gerd Moellmann <gerd@gnu.org>
9085
9086 * emacs-lisp/authors.el: New file.
9087
9088 * paren.el (show-paren-priority): New user option.
9089 (show-paren-function): Set overlay priorities to
9090 show-paren-priority.
9091
90922000-08-14 Miles Bader <miles@gnu.org>
9093
9094 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9095 beginning-of-line with inhibit-field-text-motion bound.
9096
90972000-08-14 Gerd Moellmann <gerd@gnu.org>
9098
9099 * calendar/timeclock.el: New file.
9100
91012000-08-14 David Ponce <david@dponce.com>
9102
9103 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9104 `widget-button-click'. so that one can use left mouse button to
9105 click on dialog buttons.
9106
91072000-08-14 Emmanuel Briot <briot@gnat.com>
9108
9109 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9110 identifiers, since XML is case sensitive
9111
91122000-08-12 Miles Bader <miles@gnu.org>
9113
9114 * comint.el (comint-output-filter): Don't bother frobbing
9115 window-start, it doesn't seem to be necessary.
9116
9117 * comint.el (comint-send-string, comint-send-region): Make into
9118 real functions. Snapshot the prompt before sending.
9119
91202000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9121
9122 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9123 technique similar to Info-index, instead of relying on specific
9124 names of relevant Index nodes.
9125 (Info-goto-emacs-command-node): Bind Info-history to nil when
9126 going to the first node found by Info-find-emacs-command-nodes.
9127
91282000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9129
9130 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9131
91322000-08-10 Miles Bader <miles@gnu.org>
9133
9134 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9135
91362000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9137
9138 * info.el (Info-file-list-for-emacs): More elements for the
9139 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9140 and woman manuals.
9141
91422000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9143
9144 * comint.el (comint-send-input): Make the newline boundary overlay
9145 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9146 (comint-output-filter): Use `insert' instead of
9147 `insert-before-markers'. Extend comint-last-output-overlay when
9148 necessary since we can't rely on insert-before-markers to do it.
9149 * gud.el (gud-filter): Use `with-current-buffer' instead of
9150 save-excursion when inserting the output, so that point gets
9151 updated correctly; the old method relied on a rather dodgy
9152 side-effect of comint-output-filter to avoid the effect of
9153 save-excursion.
9154
91552000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9156
9157 * files.el (recover-file): Call insert-directory instead of
9158 invoking `ls' directly.
9159
91602000-08-10 Miles Bader <miles@gnu.org>
9161
9162 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9163 (comint-last-prompt-overlay): New variables.
9164 (comint-output-filter): Implement prompt highlighting.
9165 (comint-snapshot-last-prompt): New function.
9166 (comint-send-input): Snapshot the last prompt.
9167 Use comint-highlight-input-face.
9168 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9169 Use defface instead of defcustom.
9170 (send-invisible, comint-send-eof): Snapshot the last prompt.
9171 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9172 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9173
91742000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9175
9176 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9177 (regexp-opt-group): Use a list of chars for `letters'.
9178 (regexp-opt-charset): `chars' is now a list of chars.
9179 Use a char-table rather than a vector so it works for multibyte chars.
9180
9181 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9182 Set cvs-minor-current-files to the selected fileinfo.
9183 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9184 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9185
91862000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9187
9188 * files.el (insert-directory): Don't call access-file on
9189 directories on DOS and Windows.
9190
91912000-08-09 Kenichi Handa <handa@etl.go.jp>
9192
9193 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9194 longer if necessary.
9195 (ccl-embed-code): Call ccl-embed-data to store CODE in
9196 ccl-program-vector.
9197
91982000-08-09 Miles Bader <miles@gnu.org>
9199
9200 * comint.el (comint-output-filter): Properly handle the case where
9201 the text surrounded by comint-last-output-overlay was deleted.
9202
92032000-08-08 Gerd Moellmann <gerd@gnu.org>
9204
9205 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9206 non-nil.
9207 (Info-file-list-for-emacs): Remove "info" from the list because
9208 that leads to trying to use the documentation from file `info'
9209 in various situations where it isn't appropriate, for instance
9210 C-h C-k C-h i.
9211
9212 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9213 DIR and/or STRING are nil.
9214
9215 * progmodes/compile.el (compilation-setup): Make variable
9216 compilation-error-screen-columns buffer-local, as some comment
9217 in the code suggests it should be.
9218
9219 * files.el (auto-mode-interpreter-regexp): New variable.
9220 (set-auto-mode): Use it.
9221
9222 * indent.el (indent-for-tab-command): Doc fix.
9223
9224 * mouse-sel.el (mouse-sel-mode): Doc fix.
9225
9226 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9227 labels.
9228
9229 * help.el (print-help-return-message): When
9230 display-buffer-reuse-frames is set, let the help window been quit,
9231 instead of deleting it, which might delete a reused frame.
9232
92332000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9234
9235 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9236 rename a directory to a name that differs only by its letter case.
9237
92382000-08-08 Kenichi Handa <handa@etl.go.jp>
9239
9240 * international/quail.el (quail-define-rules): Handle Quail decode
9241 map correctly. Add code for supporting annotations.
9242 (quail-install-decode-map): New function.
9243 (quail-defrule-internal): New optional arguments decode-map and
9244 props.
9245 (quail-advice): New function.
9246
92472000-08-07 Sam Steingold <sds@gnu.org>
9248
9249 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9250 `defconst', `define-condition', `with-slots'.
9251 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9252
92532000-08-03 Miles Bader <miles@gnu.org>
9254
9255 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9256 New variable.
9257 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9258 comint-use-prompt-regexp-instead-of-fields.
9259 (comint-send-input): Add `input' field property to stuff we send to
9260 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9261 (comint-output-filter): Add `output' field property to process
9262 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9263 (comint-replace-by-expanded-history)
9264 (comint-get-old-input-default, comint-show-output)
9265 (comint-backward-matching-input, comint-forward-matching-input)
9266 (comint-next-prompt, comint-previous-prompt): Use field
9267 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9268 (comint-line-beginning-position): New function.
9269 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9270 (comint-replace-by-expanded-history-before-point): Use
9271 comint-line-beginning-position and line-end-position.
9272 (comint-last-output-overlay): New variable.
9273 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9274
9275 * shell.el (shell-prompt-pattern): Doc change.
9276 (shell-backward-command): Use line-beginning-position.
9277
9278 * gud.el (gud-gdb-complete-command): Use
9279 comint-line-beginning-position.
9280
9281 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9282 comint-bol doesn't actually go to the beginning of the line.
9283
9284 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9285 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9286 (try-expand-line-all-buffers): Likewise.
9287
9288 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9289 explicitly matching comint-prompt-regexp.
9290 (sql-copy-column): Use comint-line-beginning-position instead of
9291 explicitly matching comint-prompt-regexp.
9292
9293 * progmodes/octave-inf.el (inferior-octave-complete): Use
9294 comint-line-beginning-position.
9295
9296 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9297
9298 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9299 looking for a prompt, use `forward-line 0' instead of
9300 `beginning-of-line', to avoid getting caught by an input field.
9301
93022000-08-07 Gerd Moellmann <gerd@gnu.org>
9303
9304 * files.el (shell-quote-wildcard-pattern): Make sure to return
9305 PATTERN, in the Unix case.
9306
93072000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9308
9309 * play/zone.el (zone): Discard any pending input before running
9310 the randomly-chosen pgm.
9311
93122000-08-07 Kenichi Handa <handa@etl.go.jp>
9313
9314 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9315 checking the existence of any multibyte characters.
9316
93172000-08-06 Gerd Moellmann <gerd@gnu.org>
9318
9319 * help.el (describe-mode): Test minor-mode symbol for being
9320 bound before testing its value for being nil.
9321
9322 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9323 `first', `second', and `third'.
9324
9325 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9326 (second): Make it an alias for `cadr'.
9327
93282000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9329
9330 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9331 types of display support faces now.
9332
93332000-08-05 Gerd Moellmann <gerd@gnu.org>
9334
9335 * pcvs.el (require): Require `cl' during compilation, only.
9336
9337 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9338 (toplevel): Remove `remq' and `remove' from autoloads.
9339 (cl-fake-autoloads): New variable. If set, arrange for an error
9340 when CL functions etc. are autoloaded.
9341
93422000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9343
9344 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9345
9346 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9347 popped up, but the user clicks outside the menu, return an empty
9348 regexp (that causes unhighlight-regexp to have no effect).
9349
9350 * menu-bar.el (menu-bar-games-menu): Add Zone.
9351
9352 * hi-lock.el (toplevel): Require font-lock.
9353
93542000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9355
9356 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9357 (ebnf-8-bit-chars): New var for bug fix.
9358 (ebnf-string): Bug fix.
9359
93602000-08-03 Sam Steingold <sds@gnu.org>
9361
9362 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9363 instead of `buffer-string'.
9364 (require 'cl): Always, not just when compiling.
9365 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9366 necessary.
9367
93682000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9369
9370 * international/mule-cmds.el (select-safe-coding-system): Make
9371 the message text about selecting a safe coding system more clear.
9372
93732000-08-02 Gerd Moellmann <gerd@gnu.org>
9374
9375 * hi-lock.el: New file.
9376
9377 * play/zone.el: New file.
9378
9379 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9380 value of tab-width in the original buffer. Choose a line number
9381 format that's a multiple of the original buffer's tab width, so
9382 that lines appear right.
9383
9384 * textmodes/ispell.el (ispell): New function, replacing an alias.
9385 Spell-check active region if in transient-mark-mode and mark
9386 is active; otherwise spell-check buffer.
9387
93882000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9389
9390 * ps-mule.el: Fix a customization problem on
9391 ps-mule-font-info-database-default.
9392
93932000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9394
9395 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9396 display-mouse-p instead of window-system.
9397 (ebrowse-member-mode-map): Ditto.
9398
93992000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9400
9401 * progmodes/ebnf2ps.el: Update ps-print functions call.
9402 Indentation fix. Doc fix.
9403 (ebnf-version): New version number (3.2).
9404 (ebnf-format-color, ebnf-begin-job): Code fix.
9405
94062000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9407
9408 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9409 font lock support on window-system.
9410 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9411
9412 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9413 display-color-p, if fboundp, instead of window-system.
9414
94152000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9416
9417 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9418 instead of window-system.
9419
9420 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9421 window-system.
9422 (widget-choice-mouse-down-action): Use display-popup-menus-p
9423 instead of window-system.
9424
9425 * strokes.el (strokes-file): Run the file name through
9426 convert-standard-filename.
9427 (strokes-mode): Call display-mouse-p instead of looking at
9428 window-system. Change the error message accordingly.
9429
9430 * progmodes/cpp.el (toplevel): Support faces on tty's.
9431
9432 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9433 (lm-plot-square, lm-init-display): Don't use window-system.
9434
9435 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9436 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9437
9438 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9439 instead of looking at window-system.
9440
94412000-07-30 Gerd Moellmann <gerd@gnu.org>
9442
9443 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9444 of testing if iswitchb-prepost-hooks is bound, because the
9445 latter will always be true when invoking a recursive minibuffer
9446 from an active Iswitchb buffer.
9447
94482000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9449
9450 * files.el (shell-quote-wildcard-pattern): New function.
9451 (insert-directory): Call it. Only prepend "\" to command on Unix
9452 and GNU/Linux systems.
9453
94542000-07-30 Gerd Moellmann <gerd@gnu.org>
9455
9456 * eshell/esh-groups.el: Change custom :link file names
9457 from `eshell.info' to `eshell'.
9458
94592000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9460
9461 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9462 correctly in recursive ange-ftp listings.
9463
94642000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9465
9466 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9467 ps-header-font-size-internal and
9468 ps-header-title-font-size-internal variables are not set,
9469 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9470 face text property is (foreground-color . COLOR) or
9471 `(background-color . COLOR)', ps-print crashes. Doc fix.
9472 (ps-print-version): New version number (5.2.4).
9473 (ps-plot-region): Code fix.
9474 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9475 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9476 Bug fix 2.
9477
94782000-07-30 Milan Zamazal <pdm@freesoft.cz>
9479
9480 * glasses.el (glasses-make-readable): Fix uncapitalization of
9481 identifiers like `myXMLDocument'.
9482
94832000-07-28 Karl Fogel <kfogel@red-bean.com>
9484
9485 * mail/mail-hist.el (mail-hist-previous-input)
9486 (mail-hist-next-input): Do the obvious code factorization.
9487 (mail-hist-retrieve-and-insert): New func, contains common
9488 code of above two.
9489 If inserting a message body, leave point at top.
9490
94912000-07-28 Sam Steingold <sds@gnu.org>
9492
9493 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9494 Use `<=', not `<' to compare times!
9495 (ange-ftp-ls): Remove.
9496
94972000-07-27 Gerd Moellmann <gerd@gnu.org>
9498
9499 * play/cookie1.el: Add explanation of how to make cookie.el
9500 compatible with strfile(1) to comment.
9501
9502 * subr.el (remove, remq): New functions.
9503
9504 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9505 escape `*' in regexps.
9506 (midnight-find): Reverse order of arguments in the funcall of
9507 TEST.
9508
9509 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9510 and `.class'.
9511
9512 * play/meese.el: Add Commentary section.
9513
95142000-07-27 Alex Schroeder <alex@gnu.org>
9515
9516 * sql.el (sql-ms): Added autoload cookie.
9517 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9518 (sql-oracle): Ditto.
9519 (sql-help): Doc change.
9520
9521 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9522 types and exceptions.
9523
95242000-07-27 Alex Schroeder <alex@gnu.org>
9525
9526 * sql.el (sql-placeholder-history): New variable.
9527 (sql-query-placeholders-and-send): New function that will query
9528 the user and replace placeholders with user input.
9529 (sql-oracle): If running on NT, set comint-input-sender to
9530 sql-query-placeholders-and-send.
9531
9532 (sql-stop): If in the SQLi buffer, insert stop notification, else
9533 present it as a message.
9534
95352000-07-27 Alex Schroeder <alex@gnu.org>
9536
9537 * sql.el (sql-input-ring-separator): Doc change.
9538 (sql-input-ring-file-name): Doc change.
9539 (sql-interactive-mode): Use `sql-input-ring-separator' and
9540 `sql-input-ring-file-name' to set the comint-mode equivalents
9541 without making them local variables.
9542 (sql-stop): Don't bind `sql-input-ring-separator' and
9543 `sql-input-ring-file-name' dynamically to their comint-mode
9544 equivalents.
9545
95462000-07-27 Kenichi Handa <handa@etl.go.jp>
9547
9548 * international/mule.el (register-char-codings): New function.
9549 (make-coding-system): Handle `safe-chars' specification in the arg
9550 PROPERTY.
9551
9552 * international/mule-cmds.el
9553 (find-coding-systems-region-subset-p): This function deleted.
9554 (sort-coding-systems-predicate): New variable.
9555 (sort-coding-systems): New function.
9556 (find-coding-systems-region): Use
9557 find-coding-systems-region-internal.
9558 (find-coding-systems-string): Use find-coding-systems-region.
9559 (find-coding-systems-for-charsets): Check
9560 char-coding-system-table.
9561 (select-safe-coding-system-accept-default-p): New variable.
9562 (select-safe-coding-system): Mostly rewritten. New argument
9563 ACCEPT-DEFAULT-P.
9564 (select-message-coding-system): Call select-safe-coding-system
9565 with ACCEPT-DEFAULT-P arg.
9566 (reset-language-environment): Reset default-sendmail-coding-system
9567 to the default value iso-latin-1.
9568 (set-language-environment): Don't set the obsolete variable
9569 charset-origin-alist.
9570
9571 * international/codepage.el (cp-coding-system-for-codepage-1):
9572 Give `safe-chars' property to make-coding-system.
9573
9574 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9575 calling select-message-coding-system twice.
9576
9577 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9578 instead of `safe-charsets'.
9579 (cyrillic-alternativnyj): Likewise.
9580 (ccl-encode-alternativnyj): Don't check the charset
9581 cyrillic-iso8859-5.
9582
95832000-07-27 Kenichi Handa <handa@etl.go.jp>
9584
9585 * composite.el (compose-chars-after): Preserve match data.
9586
95872000-07-26 Sam Steingold <sds@gnu.org>
9588
9589 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9590 (ange-ftp-real-file-newer-than-file-p): New function.
9591 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9592 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9593
9594 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9595 * midnight.el (midnight-float-time): Ditto.
9596
95972000-07-26 Andreas Schwab <schwab@suse.de>
9598
9599 * files.el (normal-backup-enable-predicate): Correct
9600 interpretation of the return value of compare-strings.
9601
96022000-07-26 Gerd Moellmann <gerd@gnu.org>
9603
9604 * isearch.el (isearch-resume): New function.
9605 (isearch-done): Add something to command-history to resume
9606 the search.
9607 (isearch-yank-line, isearch-yank-word): Use
9608 buffer-substring-no-properties instead of buffer-substring.
9609
9610 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9611 of flyspell-mouse-map.
9612
9613 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9614 duplicate definition.
9615 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9616
9617 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9618 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9619
96202000-07-25 Sam Steingold <sds@gnu.org>
9621
9622 * net/ange-ftp.el: Get modtime over the net.
9623 (ange-ftp-file-modtime): New function.
9624 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9625 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9626 Use it.
9627 (ange-ftp-dot-to-slash): New function.
9628 (ange-ftp-fix-name-for-vms): Use it.
9629
9630 * midnight.el (midnight-buffer-display-time): Use
9631 `with-current-buffer'.
9632
96332000-07-25 Gerd Moellmann <gerd@gnu.org>
9634
9635 * find-dired.el: Update copyright notice.
9636 (find-dired): Offer to kill a running `find'.
9637
9638 * enriched.el (enriched-face-ans): For a `foreground-color'
9639 property, return '(("x-color" COLOR))' so that COLOR will be
9640 output as a parameter of the x-color annotation. Likewise for the
9641 `background-color' property. In the case of normal face
9642 properties, don't return annotations for unspecified foreground
9643 and background face attributes.
9644
96452000-07-25 Kenichi Handa <handa@etl.go.jp>
9646
9647 * language/japan-util.el (japanese-katakana-region): Fix handling
9648 HANKAKU argument.
9649
96502000-07-25 Miles Bader <miles@gnu.org>
9651
9652 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9653 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9654 constrain-to-field.
9655
96562000-07-24 Andrew Innes <andrewi@gnu.org>
9657
9658 * timer.el (timer-activate-when-idle): Add optional parameter
9659 DONT-WAIT. Update docstring.
9660 (run-with-idle-timer): Specify extra parameter to
9661 timer-activate-when-idle, so that timer will be activated
9662 immediately if Emacs is already idle.
9663
9664 * w32-fns.el (w32-using-nt): Fix docstring.
9665
96662000-07-24 Dave Love <fx@gnu.org>
9667
9668 * mouse.el (popup-menu): Set last-command-event.
9669 (mouse-major-mode-menu-prefix): Declare.
9670
96712000-07-24 Gerd Moellmann <gerd@gnu.org>
9672
9673 * textmodes/flyspell.el: Update to author's version 1.5d.
9674
9675 * progmodes/hideshow.el: Update copyright notice.
9676
9677 * vcursor.el: Set maintainer to FSF, since author cannot
9678 be reached.
9679
96802000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9681
9682 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9683 the prompt.
9684
9685 * mouse.el (popup-menu): Run the keymap through indirect-function,
9686 in case it was defined with define-prefix-key. If the menu is a
9687 list of keymaps, look up the binding of user's choice in each one
9688 of the keymaps.
9689 (mouse-popup-menubar): If the global and local menu-bar keymaps
9690 don't have a prompt string, create one and insert it into the
9691 keymap. Don't barf if current-local-map returns nil.
9692
96932000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9694
9695 * dired.el (dired-sort-R-check): Added to allow recursive listing
9696 to be undone.
9697 (dired-sort-other): Use it.
9698
96992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9700
9701 * Release of cc-mode 5.27
9702
97032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9704
9705 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9706 c-beginning-of-statement-1 that caused a bad case of recursion
9707 which could consume a lot of CPU in large classes in languages
9708 that have in-expression classes (i.e. Java and Pike).
9709
9710 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9711 statements before top level constructs (i.e. case 6 is moved
9712 before case 5 and is now case 4) to catch in-expression
9713 classes in top level expressions correctly.
9714
97152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9716
9717 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9718 objc-method-intro. Case 4 removed and case 5I added.
9719
9720 * cc-langs.el (c-append-paragraph-start): New variable used by
9721 c-common-init to get paragraph-start correct.
9722 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9723 initialize paragraph-start to make it correct both with and
9724 without the javadoc special case.
9725
9726 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9727 initialize paragraph-start for javadoc markup.
9728
9729 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9730 change by defaulting this to t. It's motivated by the
9731 confusing behavior that otherwise arise from the style system
9732 when editing both java and non-java files at the same time
9733 (see the comments about style setting in c-common-init).
9734
97352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9736
9737 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9738 similar to the one in c-fill-paragraph to check the fill
9739 prefix from the adaptive fill function for sanity.
9740
97412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9742
9743 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9744 defun block.
9745
97462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9747
9748 * cc-mode.texi Documented the change of cpp-macro.
9749
97502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9751
9752 * cc-align.el (c-lineup-multi-inher): Handle lines with
9753 leading comma nicely. Extended to handle member initializers
9754 too.
9755
9756 * cc-engine.el: (c-beginning-of-inheritance-list,
9757 c-guess-basic-syntax): Fixed recognition of inheritance lists
9758 when the lines begins with a comma.
9759
9760 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9761
9762 * cc-vars.el (c-offsets-alist): Changed default for
9763 member-init-cont to c-lineup-multi-inher since it now handles
9764 member initializers and indents better for leading commas.
9765
97662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9767
9768 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9769 handling that caused class open lines to be recognized as
9770 statement-conts in some cases.
9771
9772 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9773 guessed by the adaptive fill function unless point is on the
9774 first line of a block comment.
9775
9776 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9777 when the buffer ends with a macro continuation char.
9778
9779 * cc-engine.el (c-guess-basic-syntax): Added support for
9780 function definitions as statements in Pike. The first
9781 statement in a lambda block is now labeled defun-block-intro
9782 instead of statement-block-intro.
9783
9784 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9785 so that the class surrounding point is selected, not the one
9786 innermost in the state.
9787
9788 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9789 recognition of switch labels having hanging multiline
9790 statements.
9791
9792 * cc-engine.el (c-beginning-of-member-init-list): Broke out
9793 some code in c-guess-basic-syntax to a separate function.
9794 * cc-engine.el (c-just-after-func-arglist-p): Fixed
9795 recognition of member inits with multiple line arglists.
9796 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9797 member-init-cont when the commas are in funny places.
9798
97992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9800
9801 * cc-defs.el (c-auto-newline): Removed this macro since it's
9802 not used anymore.
9803
9804 * cc-engine.el (c-looking-at-bos): New helper function.
9805 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9806 inexpr and toplevel classes apart in Pike.
9807
9808 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9809 of case 9A.
9810
9811 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9812 constant, since "class" can introduce an in-expression class
9813 in Pike nowadays.
9814
98152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9816
9817 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9818 indentation on cpp-macro lines.
9819
9820 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9821 a syntax modifier like comment-intro, to make it possible to
9822 get syntactic indentation for preprocessor directives. It's
9823 incompatible wrt to lineup functions on cpp-macro, but it has
9824 no observable effect in the 99.9% common case where cpp-macro
9825 is set to -1000.
9826
98272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9828
9829 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9830 member-init-cont when the preceding arglist is several lines.
9831
98322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9833
9834 * cc-styles.el (c-style-alist): The basic offset for the BSD
9835 style corrected to 8.
9836
98372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9838
9839 * cc-styles.el (c-style-alist): Adjusted the indentation of
9840 brace list openers in the gnu style.
9841
98422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9843
9844 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9845
9846 * cc-cmds.el (c-electric-brace, c-electric-slash,
9847 c-electric-star, c-electric-semi&comma, c-electric-colon,
9848 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9849 when c-syntactic-indentation is nil.
9850
9851 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9852 we were left at comments preceding the first statement when
9853 reaching the beginning of the buffer.
9854
9855 * cc-vars.el (c-syntactic-indentation): New variable to turn
9856 off all syntactic indentation.
9857
98582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9859
9860 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9861 between the text and the block comment ender when it hangs,
9862 depending on how many there are before the fill.
9863
98642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9865
9866 * cc-engine.el (c-beginning-of-closest-statement): New helper
9867 function to go back to the closest preceding statement start,
9868 which could be inside a conditional statement.
9869 * cc-engine.el (c-guess-basic-syntax): Use
9870 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9871
9872 * cc-engine.el (c-guess-basic-syntax): Better handling of
9873 arglist-intro, arglist-cont-nonempty and arglist-close when
9874 the arglist is nested inside parens. Cases 7A, 7C and 7F
9875 changed.
9876
9877 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9878 up-to-date with javadoc 1.2.
9879
98802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9881
9882 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9883 multiline Pike type decls.
9884
98852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9886
9887 * cc-cmds.el (c-indent-new-comment-line): Always break
9888 multiline comments in multiline mode, regardless of
9889 comment-multi-line.
9890
98912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9892
9893 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9894 fully::qualified::names in C++ member init lists. Preamble in
9895 case 5D changed.
9896
98972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9898
9899 * cc-langs.el (c-common-init): Handling of obsolete variables
9900 moved to c-initialize-cc-mode. More compatible style override
9901 when using global style variables.
9902 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9903 variables moved here.
9904
9905 * cc-mode.texi: Documented the special behavior of
9906 c-special-indent-hook as a style variable. Don't talk about
9907 doing (c-make-styles-buffer-local t) in a mode hook, since
9908 that's already too late to work right.
9909
9910 * cc-styles.el (c-make-styles-buffer-local): Flag style
9911 variable localness in c-style-variables-are-local-p to make
9912 the compatibility measure in c-common-init work well.
9913
9914 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9915 longer contain set-from-style.
9916 * cc-styles.el (c-initialize-builtin-style): Don't check for
9917 set-from-style on c-special-indent-hook.
9918 * cc-styles.el (c-copy-tree): Obsolete. The standard function
9919 copy-alist is sufficient now.
9920
9921 * cc-styles.el (c-set-style, c-set-style-1,
9922 c-get-style-variables): Fixes to variable initialization so
9923 that duplicate entries in styles have the same effect
9924 regardless of DONT-OVERRIDE.
9925
9926 * cc-styles.el (c-set-style-2): Fixed bug where the
9927 initialization of inheriting styles failed when the
9928 dont-override flag is set.
9929
9930 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9931 on this.
9932
99332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9934
9935 * cc-defs.el (c-forward-comment): Removed the workaround
9936 introduced in 5.38 since it had worse side-effects. If a line
9937 contains the string "//\"", it regarded the // as a comment
9938 start since the \ temporarily doesn't have escape syntax.
9939
99402000-07-17 Emmanuel Briot <briot@act-europe.fr>
9941
9942 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9943 ada-xref.el before ada-prj.el, so that the Project menu is created
9944 when ada-prj tries to add to it.
9945 (ada-activate-keys-for-case): Suppress the characters that are not
9946 part of the Ada syntax. Better compatibility with else-mode
9947 (ada-adjust-case-interactive): When auto-casing is not active,
9948 correctly insert newlines (used to insert only ^M). Prevent the
9949 syntax table from being changed in case of an error
9950 (or '_' becomes part of a word and some commands are confused).
9951 Do nothing if ada-auto-case is nil.
9952 (ada-after-keyword-p): Ignore keywords that are also attributes
9953 (ada-batch-reformat): Update usage comment
9954 (ada-call-from-contextual-menu): New function
9955 (ada-case-read-exceptions): Reinitialize the casing exception list
9956 first to nil first, so that the casing exception file can be
9957 shared.
9958 (ada-check-defun-name): Handles "configure" keyword for gnatdist
9959 files.
9960 (ada-compile-goto-error): Fix regexp used to detect a file:line
9961 anywhere in the error message
9962 (ada-contextual-menu-last-point): New variable
9963 (ada-create-keymap): If the variable delete-key-deletes-forward is
9964 t on XEmacs, it means that DEL should delete one character
9965 forward.
9966 (ada-create-menu): Use :included instead of :visible for XEmacs.
9967 New submenu "Options".
9968 (ada-end-stmt-re): Correctly indent "select ... then abort"
9969 statements.
9970 (ada-fill-comment-paragraph): Correctly delete all leading '--'
9971 even if they don't match ada-fill-comment-prefix Fix handling of
9972 paragraphs on the first or last line of a file.
9973 (ada-format-paramlist): Fix handling of default parameter values.
9974 (ada-get-body-name): New function.
9975 (ada-get-current-indent): Optimized by searchling directly for an
9976 existing generic part or a statement outside of it. Handle
9977 ada-indent-align-comments when indenting comments Replaced some
9978 regexps by testing directly the next character. This results in a
9979 huge speedup on some files. New indentation scheme for renames
9980 statements. Stop looking for the 'while' or 'for' associated with
9981 a 'loop' at the first semicolon encountered. A "return" can also
9982 match an anonymous access subprogram declaration.
9983 (ada-get-indent-noindent): Ignore strings and comments when
9984 looking for the keywords "record" and "private".
9985 (ada-goto-matching-decl-start): When matching "if", make sure we
9986 are not in fact seeing "end if". Ignore "when" statements except
9987 when initial keyword was "begin". Fix handling of nested
9988 procedures. Add a recursive call to this function to skip over
9989 other 'end' statmts. Fix indentation for "when .. => begin"
9990 (ada-in-open-paren-p): Fix indentation for complex boolean
9991 expressions, where 'and then', 'or else' and parenthesis
9992 statements are mixed up.
9993 (ada-in-paramlist-p): Skip comments while searching for the
9994 beginning Fix handling of operator declarations.
9995 (ada-indent-align-comments): New variable
9996 (ada-indent-current): Change the syntax table only in the
9997 protected section, so that we are sure it is restored correctly.
9998 (ada-indent-on-previous-lines): Use ada-use-indent and
9999 ada-with-indent Correctly indent "select ... then"
10000 (ada-indent-region): Slight speedup.
10001 (ada-indent-renames): New variable.
10002 (ada-last-which-function-subprog, ada-last-which-function-line):
10003 New variables
10004 (ada-looking-at-semi-private): Correctly indent the 'private'
10005 keyword when it is the first word in a package declaration.
10006 (ada-loose-case-word): Stop searching if at the end of the buffer.
10007 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10008 even if point is not initially at the end of the word.
10009 (ada-matching-decl-start-re): Add "when".
10010 (ada-mode): Add support for abbrev-mode, outline-mode and
10011 which-func-mode Override the old find-file.el entry in
10012 ff-special-constructs since it is using the obsolete
10013 ada-spec-suffix variable
10014 (ada-no-auto-case): New function
10015 (ada-scan-paramlist): When parsing the argument type, accept
10016 spaces (as in "X 'Class", generated by Rational Rose).
10017 (ada-other-file-name): No longer loads the other file.
10018 (ada-popup-menu): Save and restore the current buffer and cursor
10019 position before and after displaying the menu.
10020 (ada-search-ignore-complex-boolean): New function.
10021 (ada-uncomment-region): Emacs21 already knows how to delete
10022 comments not starting in the first column.
10023 (ada-use-indent): New variable
10024 (ada-which-function): New function.
10025 (ada-with-indent): New variable
10026 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10027 can be batch-compiled from the command line.
10028
10029 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10030 Add to the menu when the file is loaded, not in ada-mode-hook.
10031 Add -toolbar to the default ddd command Switches moved from
10032 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10033 ada-prj-default-comp-opt
10034 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10035 Reference Manual to the menu
10036 (ada-check-current): rewritten as a call to ada-compile-current
10037 (ada-compile): Removed.
10038 (ada-compile-application, ada-compile-current, ada-check-current):
10039 Set the compilation-search-path so that compile.el automatically
10040 finds the sources in src_dir. Automatic scrollong of the
10041 compilation buffer. C-uC-cC-c asks for confirmation before
10042 compiling
10043 (ada-compile-current): New parameter, prj-field
10044 (ada-complete-identifier): Load the .ali file before doing
10045 processing
10046 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10047 conform to gnatmake's behavior.
10048 (ada-find-file-in-dir): New function
10049 (ada-find-references): Set the environment variables for gnatfind
10050 (ada-find-src-file-in-dir): New function.
10051 (ada-first-non-nil): Removed
10052 (ada-gdb-application): Add support for jdb, the java debugger.
10053 (ada-get-ada-file-name): Load the original-file first if not done
10054 yet.
10055 (ada-get-all-references): Handles the new ali syntax (parent types
10056 are found between <>).
10057 (ada-initialize-runtime-library): New function
10058 (ada-mode-hook): Always load a project file when a file is opened,
10059 so that the casing exceptions are correctly read.
10060 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10061 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10062 to open the project file, since the latter does not work with
10063 speedbar Get default values before loading the prj file, or the
10064 default executable file name is wrong. Use the absolute value of
10065 src_dir to initialize ada-search-directories and
10066 compilation-search-path,... Add the standard runtime library to
10067 the search path for find-file.
10068 (ada-prj-default-debugger): Was missing an opening '{'
10069 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10070 variables.
10071 (ada-prj-default-gnatmake-opt): New variable
10072 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10073 buffers, the project file is the default one Save the windows
10074 configuration before displaying the menu.
10075 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10076 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10077 ...) regexp-quote identifiers names to support operators +,
10078 -,... in regexps.
10079 (ada-remote): New function.
10080 (ada-run-application): Erase the output buffer before starting the
10081 run Support remote execution of the application. Use
10082 call-process, or the arguments are incorrectly parsed
10083 (ada-set-default-project-file): Reread the content of the active
10084 project file, not the one from the current buffer When a project
10085 file is set as the default project, all directories are
10086 automatically associated with it.
10087 (ada-set-environment): New function
10088 (ada-treat-cmd-string): New special variable ${current}
10089 (ada-treat-cmd-string): Revised. The substitution is now done for
10090 any ${...} substring
10091 (ada-xref-current): If no body was found, compiles the spec
10092 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10093 compiler to get rid of command line length limitations.
10094 (ada-xref-get-project-field): New function
10095 (ada-xref-project-files): New variable
10096 (ada-xref-runtime-library-specs-path)
10097 (ada-xref-runtime-library-ali-path): New variables
10098 (ada-xref-set-default-prj-values): Default run command now does a
10099 cd to the build directory. New field: main_unit Provide a default
10100 file name even if the current buffer has no prj file.
10101
10102 * ada-prj.el:
10103 Rewritten to show a tabbed-dialog.
10104 (ada-prj-add-ada-menu): Remove the map and name parameters.
10105 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10106 New function
10107 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10108 (ada-prj-load-from-file): New function
10109 (ada-prj-save): Always save fields that depend on the current buffer
10110 (ada-prj-show-value): New function
10111
10112 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10113 Ada mode. This will allow us to display the Ada menu in any buffer
10114 we want (for project items).
10115 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10116 number of spaces in the header.
10117
101182000-07-24 Dave Love <fx@gnu.org>
10119
10120 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10121
101222000-07-23 Noah Friedman <friedman@splode.com>
10123
10124 * type-break.el (type-break): perform autosave.
10125 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10126 (type-break-do-query): Cancel query schedule while performing
10127 actual query, to avoid possibility of a second query being made
10128 while first one is already in progress.
10129 (type-break-time-stamp-format): New variable.
10130 (type-break-time-stamp): New function.
10131 (type-break-time-warning): Use it.
10132 (type-break-keystroke-warning): Use it.
10133 (type-break-noninteractive-query): Use it.
10134
10135 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10136 cookie.
10137 Use add-minor-mode to set minor-mode-alist, if available.
10138 (eldoc-echo-area-use-multiline-p): New user option.
10139 (eldoc-echo-area-multiline-supported-p): New variable.
10140 (eldoc-docstring-format-sym-doc): Use them.
10141 (eldoc-mode): If not using idle timers, append to local post and
10142 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10143 (eldoc-display-message-no-interference-p): Don't interfere with
10144 edebug.
10145 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10146 (eldoc-function-arglist): New function.
10147 (eldoc-function-argstring): Use it.
10148
10149 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10150 auto save directory exists before calling directory-files.
10151
101522000-07-23 Dave Love <fx@gnu.org>
10153
10154 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10155 ^o, ^u.
10156
101572000-07-21 Dave Love <fx@gnu.org>
10158
10159 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10160 now passed to the function. It now works properly.
10161
10162 * smerge-mode.el (smerge-mode-menu): Fill it out.
10163
101642000-07-20 Gerd Moellmann <gerd@gnu.org>
10165
10166 * info-look.el (info-lookup): If *info* is shown in another frame
10167 on the same display, select that frame, instead of switching to
10168 the Info buffer in another window of the selected frame.
10169
10170 * simple.el (universal-argument-map): Bind numeric keypad keys
10171 kp-0 to kp-9 and kp-subtract.
10172 (digit-argument): Handle these keys.
10173
101742000-07-20 Dave Love <fx@gnu.org>
10175
10176 * net/goto-addr.el (goto-address-fontify): Don't bother with
10177 buffer-modified and read-only stuff -- irrelevant with overlays.
10178 Put an extra property on the overlays and use it to clean up in
10179 case goto-address is re-run.
10180
101812000-07-19 Richard M. Stallman <rms@gnu.org>
10182
10183 * timer.el (run-with-idle-timer): Doc fix.
10184
10185 * mail/mail-utils.el (mail-strip-quoted-names):
10186 Handle case where <...> appears inside "...".
10187 Use replace-match to edit the string more simply.
10188 (rmail-dont-reply-to): Cope with an unmatched ".
10189
101902000-07-19 Dave Love <fx@gnu.org>
10191
10192 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10193 implementation.
10194
10195 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10196 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10197 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10198
101992000-07-19 Gerd Moellmann <gerd@gnu.org>
10200
10201 * textmodes/refer.el: Correct maintainer's email address.
10202
10203 * progmodes/hideif.el: Correct author's email address.
10204 Fix typo in comment.
10205
10206 * xml.el: New file.
10207
10208 * mail/mailheader.el: Correct author's mail address.
10209
10210 * gnus/parse-time.el: Correct author's mail address.
10211
102122000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10213
10214 * comint.el (comint-highlight-input, comint-highlight-face):
10215 New user options.
10216 (comint-input-ring-file-name): Change custom type.
10217 (comint-mode-map): Bind mouse-2.
10218 (comint-insert-clicked-input): New function.
10219 (comint-send-input): Handle input highlighting.
10220
102212000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10222
10223 * mouse.el (popup-menu): New function.
10224 (mouse-major-mode-menu): Use it.
10225
102262000-07-18 Dave Love <fx@gnu.org>
10227
10228 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10229 improvements.
10230
102312000-07-18 Gerd Moellmann <gerd@gnu.org>
10232
10233 * faces.el (face-font-selection-order)
10234 (face-font-family-alternatives): Add custom type.
10235
102362000-07-18 Dave Love <fx@gnu.org>
10237
10238 * cus-edit.el (custom-variable-reset-saved)
10239 (custom-variable-reset-standard): Remove unused bindings.
10240
10241 * rect.el (open-rectangle-line): Remove unused let.
10242
10243 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10244
102452000-07-18 Gerd Moellmann <gerd@gnu.org>
10246
10247 * cdl.el: Fix `Maintainer' keyword.
10248
10249 * play/pong.el: Add author's email address.
10250
102512000-07-17 Sam Steingold <sds@gnu.org>
10252
10253 * files.el (insert-directory): Call `split-string' instead of
10254 re-implementing it.
10255
102562000-07-18 Gerd Moellmann <gerd@gnu.org>
10257
10258 * mail/vms-pmail.el: Change maintainer to FSF.
10259
10260 * net/goto-addr.el: Change maintainer to FSF.
10261
10262 * info.el (Info-title-face-alist): Removed.
10263
102642000-07-18 David Ponce <david@dponce.com>
10265
10266 * recentf.el (recentf-open-files): New command that works like
10267 `recentf-open-more-files', but shows the whole list of files (not just
10268 those omitted from the menu). Useful if you don't use a menu-bar!
10269 (recentf-open-more-files) Modified to use `recentf-open-files'.
10270
10271 (recentf-open-files, recentf-open-more-files)
10272 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10273
10274 (recentf-dialog-mode): New mode for dialogs. You can now just type
10275 "q" to cancel the dialogs.
10276
102772000-07-18 David Ponce <david@dponce.com>
10278
10279 * recentf.el: This is a major update of recentf.el. It adds new
10280 features to better organize the recentf menu and "More..." buffer.
10281
10282 Using new provided menu filtering functions you can now organize the
10283 recent files list:
10284
10285 - by major modes
10286 - by directories
10287 - by user defined rules
10288
10289 Finally, with the new `recentf-filter-changer' customizable filter you
10290 can define a ring of filters and dynamically (via the menu) cycle on
10291 each menu organization in the ring (a la msb).
10292
102932000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10294
10295 * eshell/eshell.el (eshell): Replace links to eshell.info with
10296 links to eshell, to avoid problems on systems where the manual is
10297 installed as `eshell'.
10298 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10299 * eshell/em-smart.el (eshell-smart): Ditto.
10300 * eshell/em-banner.el (eshell-banner): Ditto.
10301 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10302
10303 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10304 same-file check in the MS-DOS version (it does support inodes).
10305
10306 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10307
10308 * eshell/eshell.el (eshell-directory-name):
10309 Run default directory name through convert-standard-filename.
10310
103112000-07-18 Kenichi Handa <handa@etl.go.jp>
10312
10313 * international/mule-cmds.el (select-safe-coding-system):
10314 Fix typo in the comment.
10315
10316 * language/european.el (compound-text):
10317 Force katakana-jisx0201 to be designated to G1.
10318
10319 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10320 Don't translate some national variant characters of latin-jisx0201.
10321 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10322
10323 * international/kkc.el (kkc-after-update-conversion-functions):
10324 New variable.
10325 (kkc-update-conversion): Run functions in it at the tail.
10326
103272000-07-16 John Wiegley <johnw@gnu.org>
10328
10329 * lisp/align.el (align-newline-and-indent):
10330 Adding new function. for auto-aligning blocks of code on RET.
10331 (align-region): Fixed badly formatted minibuffer message.
10332
103332000-07-17 Kenichi Handa <handa@etl.go.jp>
10334
10335 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10336 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10337 the conversion list at first if appropriate.
10338 (kkc-next): Don't update kkc-next-count here.
10339 (kkc-prev): Don't update kkc-prev-count here.
10340 (kkc-show-conversion-list-update): Fix setting up of conversion
10341 list message.
10342
103432000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10344
10345 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10346
103472000-07-16 Dave Love <fx@gnu.org>
10348
10349 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10350 function to be more specific.
10351
10352 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10353 non-string help-echo.
10354 (widget-types-convert-widget): Defsubst it.
10355 (widget-echo-help): Try to cope with a help-echo function of two
10356 possible sorts.
10357
103582000-07-15 Jason Rumney <jasonr@gnu.org>
10359
10360 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10361 Declare as obsolete.
10362
10363 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10364
103652000-07-14 Gerd Moellmann <gerd@gnu.org>
10366
10367 * hilit-chg.el: Fix typo.
10368
103692000-07-14 Dave Love <fx@gnu.org>
10370
10371 * info.el (Info-mode-menu): Fix use of :help, :enable.
10372
103732000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10374
10375 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10376
103772000-07-13 Dave Love <fx@gnu.org>
10378
10379 * emacs-lisp/easymenu.el: Doc fixes.
10380 (easy-menu-remove): Defalias to ignore.
10381
10382 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10383 Call throw correctly.
10384
103852000-07-13 Gerd Moellmann <gerd@gnu.org>
10386
10387 * faces.el (frame-background-mode): Doc fix.
10388
10389 * simple.el (eval-expression-print-length): Change custom type to
10390 allow entering nil as value.
10391
103922000-07-13 Dave Love <fx@gnu.org>
10393
10394 * progmodes/fortran.el (fortran-imenu-generic-expression):
10395 Change definition layout.
10396 (fortran-mode-menu): Reinstate customize entries.
10397
10398 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10399 Use :filter, per old XEmacs code.
10400
104012000-07-12 Gerd Moellmann <gerd@gnu.org>
10402
10403 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10404 event when deciding what to send to the terminal.
10405
104062000-07-12 Dave Love <fx@gnu.org>
10407
10408 * cus-start.el: Add optional version as 4th element of specs and
10409 use it for several things new in v21. Remove load-path. Fix type
10410 of line-number-display-limit.
10411
104122000-07-11 Dave Love <fx@gnu.org>
10413
10414 * progmodes/fortran.el: Don't require easymenu.
10415 Use repeat counts in various regexps.
10416 (fortran-mode-syntax-table): Defvar directly.
10417 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10418 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10419 Use defvar, not defconst.
10420 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10421 (fortran-mode): Set fortran-comment-line-start-skip,
10422 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10423 (fortran-comment-indent): Use defsubst.
10424 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10425 Use fortran-comment-indent, not fortran-comment-indent-function.
10426 (fortran-comment-region, fortran-electric-line-number): Simplify.
10427 (fortran-auto-fill): New function.
10428 (fortran-do-auto-fill): Deleted.
10429 (fortran-find-comment-start-skip):
10430 Check for non-null comment-start-skip.
10431 (fortran-auto-fill-mode, fortran-fill-statement):
10432 Use fortran-auto-fill.
10433 (fortran-fill): Use fortran-auto-fill. Check for null
10434 comment-start-skip. Simplify final clause and use end-of-line finally.
10435
10436 * widget.el (widget-plist-member): New alias.
10437
104382000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10439
10440 * eshell/esh-module.el (toplevel): Reference
10441 byte-compile-current-file only if it is bound.
10442
104432000-07-10 Gerd Moellmann <gerd@gnu.org>
10444
10445 * dired.el: Don't require `dired-aux'.
10446
104472000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10448
10449 * dired-aux.el (dired-show-file-type): New function.
10450 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10451 (dired-show-file-type): Add autoload.
10452
104532000-07-10 Kenichi Handa <handa@etl.go.jp>
10454
10455 * international/mule-diag.el (describe-font): Adjusted for the
10456 change of fontset-info.
10457 (print-fontset): Likewise.
10458
104592000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10460
10461 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10462
104632000-07-07 Gerd Moellmann <gerd@gnu.org>
10464
10465 * bindings.el: Bind `[delete]' to delete-char.
10466
10467 * dired.el (dired-find-alternate-file): New function.
10468 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10469 (toplevel): Require dired-aux when compiling.
10470 (dired-buffers): Move defvar within file to avoid compiler warning.
10471
10472 * info.el (Info-last-search): Variable removed.
10473 (Info-search-history): New variable.
10474 (Info-search): New Info-search-history.
10475
10476 * battery.el, info-look.el: Change author's mail address.
10477
104782000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10479
10480 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10481 if rmail-ignored-headers is nil.
10482 (rmail-retry-failure): Bind rmail-ignored-headers and
10483 rmail-displayed-headers to nil.
10484
104852000-07-06 Gerd Moellmann <gerd@gnu.org>
10486
10487 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10488 (print-region-1): Don't hard code `-h' here.
10489
10490 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10491
104922000-07-01 Francesco Potorti` <pot@gnu.org>
10493
10494 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10495 exim can use "your message" instead of "the message".
10496
104972000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10498
10499 * facemenu.el: Docstrings fixes.
10500 (facemenu-get-face): Don't use internal-find-face.
10501 (facemenu-iterate): Rename arg to match the docstring.
10502
10503 * newcomment.el (uncomment-region): Be more careful when skipping
10504 backwards over `=' not to bump into BOBP.
10505
105062000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10507
10508 * ediff-diff.el (ediff-wordify): Use syntax table.
10509 * ediff-init.el (ediff-has-face-support-p): Use
10510 ediff-color-display-p.
10511 (ediff-color-display-p): Use display-color-p, changed to defun
10512 from defsubst.
10513 Got rid of special cases for NeXT and OS/2.
10514 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10515 face.
10516
105172000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10518
10519 * emacs-lisp/lucid.el: Require CL.
10520 (copy-tree, remprop): Remove, it's provided by CL.
10521 (map-keymap): Define in terms of cl-map-keymap.
10522 (extent-property, set-extent-end-glyph): New functions.
10523
10524 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10525
105262000-07-05 Gerd Moellmann <gerd@gnu.org>
10527
10528 * Makefile.in (DONTCOMPILE): Add comment that the name may
10529 not be changed without changing the make-dist script.
10530
10531 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10532 (cl-mapc): Use mapc instead of cl-old-mapc.
10533
105342000-07-05 Andrew Innes <andrewi@gnu.org>
10535
10536 * makefile.nt: Add support for `bootstrap' and related targets.
10537
105382000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10539
10540 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10541 (easy-menu-do-define): Use `menu-item' format.
10542 Handle case where easy-menu-create-menu returns a symbol.
10543 Manually call the potential top-level filter in the function binding.
10544 (easy-menu-filter-return): New arg NAME.
10545 Convert to a keymap if MENU is an XEmacs menu.
10546 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10547 (easy-menu-converted-items-table, easy-menu-convert-item):
10548 New var and fun to memoize easy-menu-convert-item-1.
10549 (easy-menu-do-add-item): Use it.
10550 (easy-menu-create-menu): Use easy-menu-convert-item.
10551 Wrap easy-menu-filter-return around any :filter specification.
10552 Don't convert the menu if a filter was specified.
10553 Tell easy-menu-make-symbol not to check for MENU being an expression.
10554 (easy-menu-make-symbol): New arg NOEXP.
10555
105562000-07-05 Gerd Moellmann <gerd@gnu.org>
10557
10558 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10559 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10560 (eval-defun): If called with prefix arg, instrument code for
10561 Edebug.
10562
10563 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10564 similar to that of eval-defun.
10565
105662000-07-04 Dave Love <fx@gnu.org>
10567
10568 * hl-line.el (hl-line-overlay): Make it permanent-local.
10569
10570 * calendar/todo-mode.el: Replaced with a working version, based on
10571 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10572
105732000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10574
10575 * paths.el (prune-directory-list): New function.
10576 (Info-default-directory-list): Rewritten to more methodically
10577 enumerate a big list of possible info directories (based on the
10578 list used by the standalone info reader).
10579
10580 * info.el (info-initialize): Use prune-directory-list to remove
10581 non-existent directories from Info-directory-list.
10582
10583 * paths.el (Info-default-directory-list): Try a list of possible
10584 info-directories instead of a single one. Add the possible
10585 info directory "/usr/share/info".
10586
10587 * woman.el (woman-man.conf-path): Explicitly include the debian
10588 man-db config file "/etc/manpath.config".
10589 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10590 are present in `manpath.config'.
10591 (woman-manpath): Include "/usr/share/man".
10592
105932000-07-03 Gerd Moellmann <gerd@gnu.org>
10594
10595 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10596
10597 * startup.el (command-line): Initialize blink-cursor based
10598 on window-system.
10599
10600 * frame.el (blink-cursor): Default to nil if not running under
10601 a window-system.
10602
10603 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10604 (face-x-resources): Remove duplicate entry for :font.
10605
10606 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10607 instead of cycling through windows with next-window.
10608
10609 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10610 of cycling through windows with next-window.
10611
10612 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10613 of cycling through windows with next-window.
10614
10615 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10616 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10617 instead of cycling through windows with next-window.
10618
10619 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10620 instead of cycling through windows with next-window.
10621
10622 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10623 of cycling through windows with next-window.
10624
10625 * terminal.el (te-process-output): Use walk-windows instead of
10626 cycling through windows with next-window.
10627
10628 * server.el (server-switch-buffer): Use some-window instead of
10629 cycling through windows with next-window.
10630
10631 * window.el (some-window): New function.
10632 (walk-windows): Remove reference to walk-windows-start.
10633
10634 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10635
106362000-07-03 Richard Stallman <rms@gnu.org>
10637
10638 * window.el (walk-windows): Guarantee termination by keeping a list
10639 of all the windows already handled.
10640
106412000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10642
10643 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10644 window-system.
10645
10646 * man.el (Man-notify-when-ready): Don't use window-system. If
10647 Man-notify-method is newframe, and the display is not
10648 multi-frame, select the frame created for the man page.
10649 (Man-init-defvars): Doc fix.
10650
106512000-06-28 Gerd Moellmann <gerd@gnu.org>
10652
10653 * faces.el (region): Change background color for light background.
10654
10655 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10656 attribute from mode-line face of Ediff control frame.
10657
10658 * replace.el (query-replace-map): Bind `e' like `E'.
10659
106602000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10661
10662 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10663 Change name to "Select All".
10664
10665 * dos-fns.el (convert-standard-filename): Fix last change.
10666
106672000-06-27 Gerd Moellmann <gerd@gnu.org>
10668
10669 * help.el (describe-variable): Don't insert a second `'s' in front
10670 of the string `value is shown below'. Since the syntax-table is
10671 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10672 an existing `'s', so that this won't be deleted.
10673
10674 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10675 * pcmpl-unix.el: New files.
10676
106772000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10678
10679 * wid-edit.el (widget-member): Use the new plist-member.
10680
106812000-06-26 Gerd Moellmann <gerd@gnu.org>
10682
10683 * replace.el (perform-replace): Undo change of 2000-04-04.
10684 Instead, move backward 1 character at the end of the loop when
10685 necessary.
10686
10687 * faces.el (fringe): Change face for different backgrounds.
10688
10689 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10690 patch from John.
10691
10692 * eshell/*.el: Change spelling of the Free Software Foundation.
10693
10694 * eshell/esh-toggle.el: Removed.
10695
10696 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10697
10698 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10699 interactively.
10700
107012000-06-26 Alex Schroeder <alex@gnu.org>
10702
10703 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10704 `define-key'; instead of checking `(emacs-version)' check for
10705 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10706 for `;' and `o' which might be electric.
10707
10708 (sql-electric-stuff): New user option.
10709 (sql-magic-go): New function which uses `sql-electric-stuff'.
10710 (sql-magic-semicolon): New function which uses
10711 `sql-electric-stuff'.
10712
10713 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10714 is not fboundp.
10715
10716 (sql-oracle-options): New variable.
10717 (sql-oracle): Use it.
10718
10719 (sql-imenu-generic-expression): Doc change.
10720 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10721 is used.
10722
10723 (sql-informix): Added command line parameter "-" to force
10724 sql-informix-program to use stdout.
10725
107262000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10727
10728 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10729 (cp864-decode-table): Doc fix.
10730 (cp720-decode-table): New variable, supports the Arabic OEM
10731 codepage used by Windows.
10732 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10733
107342000-06-23 Dave Love <fx@gnu.org>
10735
10736 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10737 (font-lock-fontify-anchored-keywords): Use
10738 line-beginning-position.
10739 (global-font-lock-mode): Use mapc.
10740
107412000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10742
10743 * eshell/esh-module.el: Require CL when compiling.
10744
107452000-06-23 Gerd Moellmann <gerd@gnu.org>
10746
10747 * comint.el (comint-substitute-in-file-name): Call replace-match
10748 with second and third arg t.
10749
10750 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10751 Specify foreground color.
10752
10753 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10754 color.
10755
10756 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10757
10758 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10759 cddr instead of cdddr.
10760
10761 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10762 instead of copy-list.
10763
10764 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10765 of copy-list.
10766
10767 * subdirs.el: Add eshell subdirectory.
10768
10769 * eshell: New subdirectory containing the Eshell package.
10770
10771 * pcomplete.el: New file.
10772
107732000-06-23 Paul Eggert <eggert@twinsun.com>
10774
10775 * mail/mailpost.el (post-mail-send-it): Make sure file has
10776 proper permissions from birth.
10777
10778 * files.el (basic-save-buffer-2): When temporarily setting
10779 file modes, set them to current modes plus 0200, not to 0777.
10780
10781 * emerge.el (emerge-make-temp-file): Make sure file has proper
10782 permissions from birth.
10783
107842000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
10785
10786 * files.el (make-backup-file-name-1): On DOS/Windows, run the
10787 backup file name through convert-standard-filename.
10788
10789 * dos-fns.el (convert-standard-filename): Convert leading
10790 directories as well. When long file names are supported, convert
10791 characters that are invalid in Windows file names.
10792
107932000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10794
10795 * ps-print.el: Fix bug: if ^L is the very first buffer character,
10796 ps-print crashes. New feature: page selection for printing. Create
10797 raw-text-unix coding system for XEmacs. Doc fix.
10798 (ps-print-version): New version number (5.2.3).
10799 (ps-plot-region): Bug fix.
10800 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10801 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10802 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10803 funs.
10804 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10805 (ps-last-page): New vars.
10806
108072000-06-21 Gerd Moellmann <gerd@gnu.org>
10808
10809 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10810 empty option string.
10811
108122000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
10813
10814 * man.el (man): Doc fix.
10815
108162000-06-21 Kenichi Handa <handa@etl.go.jp>
10817
10818 * international/mule-cmds.el (set-language-info-alist): Docstring
10819 fixed.
10820
108212000-06-20 Gerd Moellmann <gerd@gnu.org>
10822
10823 * version.el (emacs-version): Use ISO date format.
10824
10825 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10826 instead of `M-backspace'.
10827
10828 * simple.el (turn-off-auto-fill): New function.
10829
108302000-06-20 Stefan Monnier <monnier@cs.yale.edu>
10831
10832 * jit-lock.el (with-buffer-prepared-for-jit-lock):
10833 Renamed from with-buffer-prepared-for-font-lock and use
10834 inhibit-modification-hooks rather than setting *-change-functions.
10835 Update all functions to use the new name.
10836 (jit-lock-first-unfontify-pos): New semantics (and doc).
10837 (jit-lock-mode): Make non-interactive.
10838 Don't automatically turn on font-lock.
10839 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10840 Always use jit-lock-after-change.
10841 Remove and restore font-lock-after-change-function.
10842 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10843 (jit-lock-after-unfontify-buffer): Remove.
10844 (jit-lock-stealth-fontify):
10845 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10846 (jit-lock-after-change): Set the `fontified' text-prop to nil.
10847
108482000-06-20 Sam Steingold <sds@gnu.org>
10849
10850 * emacs-lisp/cl-indent.el (toplevel): Indent
10851 `print-unreadable-object' properly. Untabify.
10852
108532000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10854
10855 * textmodes/reftex.el (reftex-find-citation-regexp-format):
10856 Support for bibentry.
10857 (reftex-compile-variables): Fixed problem with end of section-re.
10858
10859 * texmodes/reftex-dcr.el (reftex-view-crossref,
10860 reftex-view-crossref-from-bibtex):
10861 Deal with changed `reftex-find-citation-regexp-format'.
10862 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10863 Replaced `remprop' with `put'.
10864 (reftex-view-crossref, reftex-view-crossref-when-idle):
10865 Support for bibentry.
10866
10867 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10868 New entry for bibentry package.
10869
10870 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10871 Regexp also matches "\nobibliography".
10872
10873 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10874 Call `reftex-ensure-write-access' before doing anything.
10875 (reftex-ensure-write-access): New function.
10876
108772000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10878
10879 * progmodes/idlwave.el: File re-installed (update to version 4.2)
10880
10881 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10882
10883 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10884
10885 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10886
10887
108882000-06-20 Dave Love <fx@gnu.org>
10889
10890 * faces.el (frame-background-mode): Use set-default, not set, in
10891 setter.
10892 (frame-update-faces, frame-update-face-colors): Define with
10893 defalias.
10894
10895 * enriched.el (enriched-decode-foreground)
10896 (enriched-decode-background): Don't use internal-find-face.
10897
10898 * apropos.el: Doc fixes.
10899
10900 * cus-edit.el (customize-changed-options): Check arg.
10901 (customize-version-lessp): Don't require decimal point.
10902
10903 * custom.el (defcustom, defgroup): Doc fix.
10904
10905 * newcomment.el (comment) <defgroup>: Add :version.
10906 (comment-multi-line): Doc fix.
10907
10908 * emulation/mlsupport.el (define-hooked-local-abbrev,
10909 define-hooked-global-abbrev): Fix, using define-abbrev.
10910
109112000-06-19 Gerd Moellmann <gerd@gnu.org>
10912
10913 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10914 the whole buffer.
10915
109162000-06-19 Dave Love <fx@gnu.org>
10917
10918 * menu-bar.el (menu-bar-options-save): New function.
10919 (menu-bar-options-menu): Use it.
10920 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10921 Simplify.
10922
109232000-06-19 Andreas Schwab <schwab@suse.de>
10924
10925 * progmodes/etags.el (tags-query-replace): Put new parameters
10926 START and END at the end, for backward compatibility.
10927
109282000-06-19 Kenichi Handa <handa@etl.go.jp>
10929
10930 * international/codepage.el:
10931 (cp-coding-system-for-codepage-1): Delete special codes for
10932 generating xxx-dos coding system because now a CCL based coding
10933 system can handle EOL conversion by default.
10934
10935 * international/mule.el (make-coding-system): Generate subsidiary
10936 coding systems for EOL handling variants even for a CCL based
10937 coding system.
10938
109392000-06-19 Kenichi Handa <handa@etl.go.jp>
10940
10941 * international/isearch-x.el (isearch-minibuffer-input-method)
10942 (isearch-minibuffer-input-method-function): These variables
10943 deleted.
10944 (isearch-with-input-method): Don't use the above variables.
10945 (isearch-process-search-multibyte-characters): Likewise. Call
10946 read-string with the arg INHERIT-INPUT-METHOD t.
10947
109482000-06-17 Stefan Monnier <monnier@cs.yale.edu>
10949
10950 * font-lock.el (font-lock-after-fontify-buffer)
10951 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10952
10953 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10954 Use consistent make-local-variable style for font-lock-fontified.
10955 (jit-lock-fontify-buffer):
10956 Don't bother checking for font-lock-mode and jit-lock-mode.
10957
10958 * time.el: Remove trailing ^M that prevent CVS-merging.
10959
109602000-06-16 Gerd Moellmann <gerd@gnu.org>
10961
10962 * Makefile.in (distclean): New target.
10963
109642000-06-16 Stefan Monnier <monnier@cs.yale.edu>
10965
10966 * Makefile.in (srcdir): Define for update-subdirs.
10967
109682000-06-16 Gerd Moellmann <gerd@gnu.org>
10969
10970 * find-lisp.el: New file.
10971
109722000-06-16 Andrew Innes <andrewi@gnu.org>
10973
10974 * time.el (display-time-mail-function): New variable, to allow
10975 external packages to indicate when new mail is available.
10976 (display-time-update): Use it.
10977
109782000-06-16 Kenichi Handa <handa@etl.go.jp>
10979
10980 * international/mule.el (mule-version): Change version name to
10981 SAKAKI. AOI has already been used by Meadow.
10982
10983 * international/quail.el (quail-show-guidance-buf): To find the
10984 bottom window (but minibuffer), pay attention to the height of
10985 minibuffer.
10986
109872000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10988
10989 * arc-mode.el (archive-mode-map): Use the new menu-item format for
10990 menu-bar menus. Add help strings. Don't remove the Edit menu
10991 from the menu bar, as the menu bar has enough space now.
10992
10993 * Makefile.in (SHELL): Make sure /bin/sh is used.
10994
10995 * woman.el (woman-man-buffer): Fix bold and underlined CJK
10996 characters, which use series of two ^H characters instead of one.
10997
109982000-06-15 Gerd Moellmann <gerd@gnu.org>
10999
11000 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11001 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11002 functions.
11003 (Info-find-node-2): Try a case-sensitive search first, then
11004 do a case-insensitive search.
11005
11006 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11007 tutorials.
11008
11009 * complete.el (PC-env-vars-alist): New variable.
11010 (PC-complete-as-file-name): New function.
11011 (partial-completion-mode): Initialize PC-env-vars-alist from
11012 process-environment.
11013 (PC-do-completion): Handle completion of env vars.
11014
11015 * info.el (Info-set-mode-line): Show file name in mode line,
11016 use `*Info*' instead of `Info:'.
11017
11018 * startup.el (command-line-1): Change copyright messages to year
11019 2000.
11020
110212000-06-15 Dave Love <fx@gnu.org>
11022
11023 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11024 not local-map.
11025
110262000-06-15 Kenichi Handa <handa@etl.go.jp>
11027
11028 * international/mule.el (set-buffer-file-coding-system): Almost
11029 rewritten to handle `undecided' as no-op.
11030
110312000-06-14 Gerd Moellmann <gerd@gnu.org>
11032
11033 * Makefile.in: New file.
11034
11035 * Makefile: Removed.
11036
11037 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11038 (goto-address-highlight-keymap): Bind C-c RET.
11039
110402000-06-14 Kenichi Handa <handa@etl.go.jp>
11041
11042 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11043 inherits buffer-file-coding-system of the current buffer.
11044
11045 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11046 0. Give correct argument to set-auto-coding-function.
11047 (tar-expunge): For goto-char, use (point-min), not 0.
11048 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11049 (tar-subfile-save-buffer): Likewize.
11050
11051 * international/mule.el
11052 (after-insert-file-set-buffer-file-coding-system): Call
11053 set-buffer-file-coding-system with the arg FORCE t.
11054
110552000-06-13 Gerd Moellmann <gerd@gnu.org>
11056
11057 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11058 nil. Contemporary sendmails issue an X-Authentication-Warning if
11059 the sender is set with `-f'.
11060
110612000-06-13 Dave Love <fx@gnu.org>
11062
11063 * help.el (describe-function-1): Kluge around cases of functions
11064 fset to subrs whose doc doesn't match their symbol-name.
11065
11066 * image.el (insert-image): Default STRING to a space.
11067
11068 * info.el Doc fixes.
11069 (Info-build-node-completions): Match Ref tags.
11070
110712000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11072
11073 * frame.el (display-multi-frame-p, display-multi-font-p): New
11074 defaliases for display-graphic-p.
11075
11076 * hl-line.el: Fixed a typo in commentary.
11077
110782000-06-13 Kenichi Handa <handa@etl.go.jp>
11079
11080 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11081 fixed.
11082
110832000-06-12 Dave Love <fx@gnu.org>
11084
11085 * image.el (insert-image): Save a little consing.
11086
110872000-06-12 Kenichi Handa <handa@etl.go.jp>
11088
11089 * language/tibet-util.el: Convert all tibetan-1-column characters
11090 to the corresponding tibetan characters.
11091 (tibetan-add-components): Delete code for the special treatment of
11092 'a chung.
11093
11094 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11095 change.
11096 (tibetan-vowel-transcription-alist): More rules added.
11097 (tibetan-composite-vowel-alist): New variable.
11098 (tibetan-precomposition-rule-alist): More rules added.
11099
111002000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11101
11102 * startup.el (command-line): Only call menu-bar-mode if interactive.
11103
11104 * thingatpt.el (toplevel symbol-properties):
11105 * textmodes/makeinfo.el (makeinfo-compile):
11106 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11107 * progmodes/hideif.el (hif-compress-define-list)
11108 (hide-ifdef-use-define-alist):
11109 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11110 (ange-ftp-vms-add-file-entry):
11111 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11112 * man.el (Man-build-man-command):
11113 * mail/rnewspost.el (news-reply-header-hook):
11114 * info.el (Info-insert-dir):
11115 * emulation/mlconvert.el (backward-word, forward-word, setq):
11116 * emacs-lisp/gulp.el (gulp-send-requests):
11117 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11118 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11119 (byte-optimize-apply, end of file):
11120 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11121 (ad-make-freeze-definition):
11122 * startup.el (command-line, command-line-1): Don't quote lambdas.
11123
11124 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11125 (cvs-cleanup-removed): New function.
11126 (cvs-cleanup-functions): New var.
11127 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11128 some flexibility in specifying additional entries to auto-cleanup.
11129 (cvs-quickdir): New function.
11130 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11131 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11132 (cvs-mode-find-file): Check that we are on a filename or dirname
11133 when invoked through a mouse-click.
11134 (cvs-full-path): Remove.
11135 (cvs-dired-action): Re-introduced.
11136 (cvs-dired-noselect): Use it.
11137 (vc-post-command-functions): use this new hook if available.
11138
11139 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11140 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11141 (cvs-filename-map, cvs-dirname-map): Remove.
11142 (cvs-default-action): Remove.
11143 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11144 if the arg is really a keymap.
11145 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11146 Don't hardcode the mapping from state (aka type) to face, but check
11147 the var cvs-fi-<type>-face instead.
11148 (cvs-fileinfo-from-entries): New function.
11149
11150 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11151 Docstring fix.
11152 (cvs-find-file-and-jump): Change default to be safer.
11153 (cvs-mode-diff-map): Define it as a function as well.
11154 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11155 Bind mouse-2 in this global map rather than with text-properties.
11156
11157 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11158 file to resolve the ambiguity between C(conflict) and C(need-merge).
11159
111602000-06-12 Kenichi Handa <handa@etl.go.jp>
11161
11162 * international/mule.el (set-buffer-file-coding-system): If
11163 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11164 unconditionally.
11165
111662000-06-12 Dave Love <fx@gnu.org>
11167
11168 * wid-edit.el (widget-specify-button): Really suppress the face if
11169 required.
11170
111712000-06-11 Gerd Moellmann <gerd@gnu.org>
11172
11173 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11174
111752000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11176
11177 * imenu.el (imenu-generic-expression): Docstring fix.
11178
11179 * composite.el (composition-function-table): Move the `put'
11180 below the autoload cookie so we can load the file before loaddefs.
11181
11182 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11183
11184 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11185 Handle easy-mmode-define-global-mode.
11186 For complex macros like define-minor-mode that can generate
11187 several autoload entries, try to autoload entries in the
11188 macroexpanded code.
11189
11190 * emacs-lisp/easy-mmode.el (define-minor-mode):
11191 If KEYMAP is a symbol, just use it.
11192 Use byte-compile-current-file and load-file-name to infer the
11193 proper :require to pass to defcustom.
11194 Wrap the hook var into `progn' so as not to autoload it.
11195 Add a :autoload-end cookie.
11196 Be more careful about the evaluation of KEYMAP.
11197 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11198 (define-derived-mode): Move define-abbrev-table outside of defvar.
11199
112002000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11201
11202 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11203 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11204 (backup-compiled-files): Ignore errors during `tar'.
11205 (bootstrap): Make autoloads before elc files.
11206
112072000-06-10 Kenichi Handa <handa@etl.go.jp>
11208
11209 * international/mule.el (set-buffer-file-coding-system): If one of
11210 undecided-XXX is specified, change only EOL conversion.
11211
11212 * international/mule-conf.el (unix): New alias for the coding
11213 system undecided-unix.
11214
112152000-06-09 Dave Love <fx@gnu.org>
11216
11217 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11218
11219 * progmodes/executable.el: Byte compile dynamic.
11220 (executable-insert): Change custom type.
11221 (executable-find): Add autoload cookie.
11222 (executable-make-buffer-file-executable-if-script-p): New
11223 function. After Noah Friedman.
11224
11225 * files.el (after-save-hook): Customize, with
11226 executable-make-buffer-file-executable-if-script-p as an option.
11227
112282000-06-09 Kenichi Handa <handa@etl.go.jp>
11229
11230 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11231 "tib24p-mule.bdf" for Tibetan.
11232
11233 * composite.el (decompose-composite-char): Declare it as obsolete.
11234
11235 * man.el (Man-fontify-manpage): Pay attention to underline and
11236 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11237
112382000-06-08 Gerd Moellmann <gerd@gnu.org>
11239
11240 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11241 Set maintainer to FSF since author isn't reachable.
11242
112432000-06-08 Dave Love <fx@gnu.org>
11244
11245 * international/mule-cmds.el (select-safe-coding-system): If
11246 DEFAULT-CODING-SYSTEM is not specified, also check the most
11247 preferred coding-system if buffer-file-coding-system is
11248 `undecided'. From Handa.
11249
112502000-06-08 Kenichi Handa <handa@etl.go.jp>
11251
11252 * international/mule.el
11253 (after-insert-file-set-buffer-file-coding-system): If the buffer
11254 size is greater than INSERTED, judget that we are not visiting.
11255
112562000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11257
11258 * whitespace.el (defgroup whitespace): Comment out `:version'.
11259 XEmacs 20.4 has problems defining the group with this present.
11260 We'll have this commented out till get resolve the problem.
11261
112622000-06-07 John Wiegley <johnw@gnu.org>
11263
11264 * align.el (align-dq-string-modes, align-sq-string-modes)
11265 (align-open-comment-modes): Add pyhton-mode.
11266 (align-rules-list): Use get-text-property instead of
11267 text-properties-at.
11268 (align-rules-list): Add python-assignment.
11269 (align-rules-list): Change perl-comma-delimiter to
11270 basic-comma-delimiter. Use if for Perl modes and python-mode.
11271 (align-rules-list): Add python-chain-logic and
11272 basic-line-continuation.
11273
112742000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11275
11276 * apropos.el (apropos-mode-hook): New user variable.
11277 (apropos-mode): Run apropos-mode-hook.
11278
112792000-06-07 David Ponce <david@dponce.com>
11280
11281 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11282 commands. Require `wid-edit' at run-time.
11283
112842000-06-07 David Ponce <david@dponce.com>
11285
11286 * recentf.el: Added some "Commentary".
11287 (recentf-open-more-files, recentf-edit-list): Minor changes to
11288 move the point at the top of the file list. This behaviour is
11289 consistent with the menu one when the list contains a lot of
11290 files.
11291 (recentf-cleanup): Now displays the number of items removed from
11292 the list.
11293 (recentf-relative-filter) New menu filter to show filenames
11294 relative to `default-directory'.
11295
112962000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11297
11298 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11299 with/without giving an error if PostScript printer doesn't have this
11300 kind of page size. Zebra Stripe continues or restarts on next page.
11301 Manual/automatic paper feeding. Switch or not the header.
11302 (ps-print-version): New version number (5.2.2).
11303 (ps-windows-system): Include emx as a Windows system.
11304 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11305 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11306 (ps-background-text): Code fix.
11307 (ps-error-handler-message, ps-user-defined-prologue)
11308 (ps-print-prologue-header, ps-printer-name)
11309 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11310 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11311 (ps-use-face-background): Customization fix.
11312 (ps-n-up-database): Data fix.
11313 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11314 (ps-switch-header): New vars.
11315 (ps-xemacs-color-name, ps-face-foreground-name)
11316 (ps-face-background-name, ps-boolean-constant): New funs.
11317
113182000-06-07 Dave Love <fx@gnu.org>
11319
11320 * allout.el: New version from Manheimer.
11321
113222000-06-07 Kenichi Handa <handa@etl.go.jp>
11323
11324 * textmodes/fill.el (fill-find-break-point): Check the validity of
11325 charset.
11326
113272000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11328
11329 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11330 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11331 Call display-color-p and display-mouse-p instead of looking at
11332 window-system.
11333
113342000-06-06 Dave Love <fx@gnu.org>
11335
11336 * image.el (find-image): Doc fix. Return nil if image not found.
11337 (put-image, insert-image): Make STRING arg optional.
11338
113392000-06-06 Kenichi Handa <handa@etl.go.jp>
11340
11341 * language/vietnamese.el: Remove eval-when-compile.
11342 (viet-viscii-nonascii-translation-table): Define it as a
11343 translation table made from viet-viscii-decode-table.
11344 (viet-viscii-encode-table): Define it as a translation table made
11345 from the reverse map of above.
11346 (viet-vscii-nonascii-translation-table): Define it as a
11347 translation table made from viet-vscii-decode-table.
11348 (viet-vscii-encode-table): Define it as a translation table made
11349 from the reverse map of above.
11350 (ccl-decode-viscii): Use translate-character.
11351 (ccl-encode-viscii, ccl-encode-viscii-font)
11352 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11353 Likewize.
11354
11355 * language/cyrillic.el: Remove eval-when-compile.
11356 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11357 translation table made from cyrillic-koi8-r-decode-table.
11358 (cyrillic-koi8-r-encode-table): Define it as a translation table
11359 made from the reverse map of above.
11360 (ccl-decode-koi8): Use translate-character.
11361 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11362 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11363 a translation table made from cyrillic-alternativnyj-decode-table.
11364 (cyrillic-alternativnyj-encode-table): Define it as a translation
11365 table made from the reverse map of above.
11366 (ccl-decode-alternativnyj): Use translate-character.
11367 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11368 Likewize
11369
11370 * international/mule-diag.el (non-iso-charset-alist): Specify
11371 translation table symbol instead of translation table itself.
11372 (list-block-of-chars): CHARSET may be a translation table symbol.
11373
11374 * international/mule.el (make-coding-system): If CODING-SYSTEM
11375 already exists, override it.
11376
11377 * international/fontset.el: Use family `proportional' for Tibetan
11378 fonts.
11379
11380 * international/ccl.el (ccl-compile-translate-character): Don't
11381 check if Rrr has property translation-table.
11382 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11383
113842000-06-05 Gerd Moellmann <gerd@gnu.org>
11385
11386 * info.el: Bind case-fold-search to t when searching in case
11387 a user sets it to nil in a hook.
11388
113892000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11390
11391 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11392 * hl-line.el (hl-line-mode): Use the new :global key argument.
11393
11394 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11395 (tar-clip-time-string): Prepend a space.
11396 (tar-grind-file-mode): Construct a string rather than modifying one.
11397 (tar-header-block-summarize): Fix docstring.
11398 Use `format' rather than an error-prone set of copy-loops.
11399
11400 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11401 (diff-goto-source, diff-unified->context, diff-context->unified)
11402 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11403 understand the format output by the `-p' argument to diff.
11404
11405 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11406 (sh-re-done): Use defconst.
11407 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11408 (sh-help-string-for-variable, sh-guess-basic-offset):
11409 Don't quote lambdas.
11410 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11411 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11412
11413 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11414 (mh-letter-mode): Derive from text-mode.
11415 This implicitly means that it now calls kill-all-local-variables.
11416 Also remove the Emacs-18 compatibility code.
11417
11418 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11419 Make use of symbol-property doc-string-elt.
11420 Use memq rather than a sequence of eq.
11421 (doc-string-elt): Fix the wrong or missing previously unused values.
11422 (autoload-print-form): New function extracted from
11423 generate-file-autoloads to allow recursion when handling progn
11424 so that defvar's and defun's docstrings are properly printed.
11425 (generate-file-autoloads): Use it.
11426
11427 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11428 Use find-file-hooks in the minor-mode function.
11429 Be careful not to loop indefinitely in the post-command-hook function.
11430
114312000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11432
11433 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11434 tty's.
11435 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11436 differences whenever appropriate.
11437 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11438 * viper.el (find-file, find-file-other-window): Get viper to do
11439 wildcards.
11440
114412000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11442
11443 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11444 (jit-lock-fontify-buffer): New function for JIT refontification.
11445 (jit-lock-mode): Fix docstring.
11446 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11447 Remove jit-lock-after-change from the _local_ hook.
11448 (jit-lock-function-1): Fix docstring.
11449
11450 * info.el (Info-on-current-buffer): Initialize info.
11451
11452 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11453
11454 * progmodes/tcl.el (tcl-indent-for-comment):
11455 Ignore comment-indent-hook.
11456
11457 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11458 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11459 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11460 and improve to use the lighter to guess the capitalization.
11461 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11462 Add keyword arguments to specify global-ness or the custom group.
11463 Add local-map and help-echo properties to the lighter.
11464 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11465 (easy-mmode-define-global-mode): New macro.
11466
114672000-06-02 Dave Love <fx@gnu.org>
11468
11469 * wid-edit.el: byte-compile-dynamic since we typically don't use
11470 all the widgets. Don't require cl or widget. Remove
11471 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11472 (widget-read-event): Removed. Callers changed to use read-event.
11473 (widget-button-release-event-p): Renamed from
11474 button-release-event-p.
11475 (widget-field-add-space, widget-field-use-before-change):
11476 Uncustomize.
11477 (widget-specify-field): Use keymap property, not local-map.
11478 (widget-specify-button): Obey :suppress-face.
11479 (widget-specify-insert): Use modern backquote syntax.
11480 (widget-image-directory): Renamed from widget-glyph-directory.
11481 (widget-image-enable): Renamed from widget-glyph-enable.
11482 (widget-image-find): Replaces widget-glyph-find.
11483 (widget-button-pressed-face): Move defvar.
11484 (widget-image-insert): Replaces widget-glyph-insert.
11485 (widget-convert): Use keywordp.
11486 (widget-leave-text, widget-children-value-delete): Use mapc.
11487 (widget-keymap): Remove XEmacs stuff.
11488 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11489 (widget-button-click): Don't set point at the click, but re-centre
11490 if we scroll out of window. Rewritten for images v. glyphs &c.
11491 (widget-tabable-at): Use POS arg, not point.
11492 (widget-beginning-of-line, widget-end-of-line)
11493 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11494 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11495 (widget-default-create): Use widget-image-insert; some rewriting.
11496 (widget-visibility-value-create)
11497 (widget-push-button-value-create, widget-toggle-value-create): Use
11498 widget-image-insert.
11499 (checkbox): Create on and off images dynamically.
11500 (documentation-link): Change :help-echo.
11501 (widget-documentation-link-echo-help): Remove.
11502
115032000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11504
11505 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11506
11507 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11508 (easy-mmode-define-toggle, define-minor-mode): Use it.
11509 (easy-mmode-define-keymap): Docstring fix.
11510 (define-derived-mode): Default PARENT to fundamental-mode.
11511 Add the derived-mode-parent symbol-property.
11512 (easy-mmode-derived-mode-p): New function.
11513
115142000-06-02 Dave Love <fx@gnu.org>
11515
11516 * files.el (convert-standard-filename): Doc fix.
11517 (normal-backup-enable-predicate): New function.
11518 (backup-enable-predicate): Use it to replace the lambda form.
11519
11520 * calendar/todo-mode.el: [This needs more work on the outline
11521 stuff.] Doc fixes.
11522 (todo) <defgroup>: Add :version.
11523 (todo-add-category): Don't use pushnew.
11524 (todo-cmd-raise): Fix typo.
11525 (todo-top-priorities): Change temp buffer name.
11526 (todo-category-alist): Avoid redundant lambda.
11527 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11528 Use outline-next-heading.
11529
11530 * autoarg.el: Rewritten to use define-minor-mode.
11531 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11532 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11533
115342000-06-02 Kenichi Handa <handa@etl.go.jp>
11535
11536 * isearch.el (isearch-other-meta-char): Fix previous change.
11537
115382000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11539
11540 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11541 (log-edit-done): Only add the comment to the ring if it's different
11542 from the last comment entered.
11543
11544 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11545
115462000-06-01 Dave Love <fx@gnu.org>
11547
11548 * hl-line.el: Rewritten using define-minor-mode.
11549
11550 * help.el (describe-function-1): Distinguish special form from
11551 builtin function. Sanity-check presence of arglist for builtins.
11552
115532000-06-01 Kenichi Handa <handa@etl.go.jp>
11554
11555 * international/characters.el: Fix syntax/category setting of
11556 Tibetan characters.
11557
11558 * language/tibet-util.el (tibetan-add-components): Fixes for new
11559 encoding of Tibetan characters.
11560 (tibetan-decompose-precomposition-alist): New variable.
11561 (tibetan-decompose-region): Convert precomposed characters to
11562 non-precomposed characters.
11563 (tibetan-decompose-string): Likewise.
11564 (tibetan-composition-function): Fix args to
11565 thibetan-compose-string.
11566
11567 * language/tibetan.el (tibetan-composable-pattern): More
11568 characters included.
11569 (tibetan-consonant-transcription-alist): Rule for "R" added.
11570 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11571 "+R" added.
11572 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11573
11574 * language/lao-util.el (lao-composition-function): Fix args to
11575 compose-string.
11576
11577 * language/thai-util.el (thai-composition-function): Fix args to
11578 compose-string.
11579
11580 * isearch.el (isearch-update): Set disable-point-adjustment to t
11581 to prevent the point moving to the end of a composition when a
11582 part of a composition is searched.
11583 (isearch-other-meta-char): If the key invoking this command can be
11584 mapped by function-key-map to a printing char, call
11585 isearch-process-search-char directly.
11586
115872000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11588
11589 * emacs-lisp/bytecomp.el:
11590 * frame.el:
11591 * international/mule-cmds.el:
11592 * international/mule-util.el:
11593 * international/mule.el:
11594 * mouse.el:
11595 * subr.el:
11596 * faces.el: Update calls to make-obsolete with a WHEN argument.
11597
11598 * byte-run.el (make-obsolete, make-obsolete-variable):
11599 Add an optional WHEN argument and change the format of the
11600 symbol-property information.
11601 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11602 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11603 new obsolete-symbol-property format and print WHEN if it is provided.
11604
116052000-05-31 Dave Love <fx@gnu.org>
11606
11607 * loadhist.el (loadhist-hook-functions): Remove
11608 before-change-function, after-change-function.
11609 (unload-feature): Deal with symbols which are both bound and
11610 fbound.
11611
11612 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11613 before-change-function, after-change-function.
11614
11615 * simple.el (newline): Don't bind before-change-function,
11616 after-change-function.
11617
116182000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11619
11620 * whitespace.el (whitespace-rescan-timer-time): Update interval
11621 set to 600 seconds (10 minutes) instead of 60 seconds since
11622 a large number of whitespace buffers causes emacs to `freeze'
11623 for a considerable amount of time.
11624
11625 * whitespace.el: Updated email address
11626
116272000-05-31 Dave Love <fx@gnu.org>
11628
11629 * add-log.el (change-log-font-lock-keywords) <function>: Add
11630 pattern for function of change.
11631 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11632 acknowledgements patterns.
11633
116342000-05-31 Kenichi Handa <handa@etl.go.jp>
11635
11636 * isearch.el (isearch-printing-char): If keyboard coding system is
11637 being used, call isearch-process-search-multibyte-characters.
11638
11639 * international/isearch-x.el: Mostly rewritten.
11640
11641 * international/quail.el (quail-start-conversion): Don't include
11642 unhandled events in the returned events, but set them in
11643 unread-command-events. Exit if all inputs are deleted.
11644
116452000-05-30 Jason Rumney <jasonr@gnu.org>
11646
11647 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11648
11649 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11650 Reenable code to create initial fontsets.
11651 Use set-fontset-font in place of put-charset-property.
11652
116532000-05-30 Gerd Moellmann <gerd@gnu.org>
11654
11655 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11656 label, ensure that the first colon isn't followed by another.
11657
11658 * paths.el (Info-default-directory-list): Doc fix.
11659
11660 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11661 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11662 send a query containing USER only, not USER@HOST.
11663
11664 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11665 and rmail-msgend to compute the restriction at the end, instead of
11666 computing it.
11667
116682000-05-29 Gerd Moellmann <gerd@gnu.org>
11669
11670 * dabbrev.el (dabbrev-expand): Don't display messages in the
11671 echo area if the minibuffer window is active.
11672
11673 * jit-lock.el (jit-lock-mode): Add after change function to
11674 local hook.
11675
116762000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11677
11678 * antlr-mode.el: New commands: hide/unhide actions,
11679 upcase/downcase literals.
11680 (antlr-tiny-action-length): New user option.
11681 (antlr-hide-actions): New command. Suggested by
11682 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11683 (antlr-mode-map): New binding [C-c C-v].
11684 (antlr-mode-menu): New entries.
11685 (antlr-downcase-literals): New command.
11686 (antlr-upcase-literals): Ditto.
11687
11688 * antlr-mode.el: Minor changes: indendation, mode-name.
11689 (antlr-indent-line): Indent cpp directive at column 0.
11690 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11691
11692 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11693 (antlr-font-lock-additional-keywords): Workaround for intentional
11694 bug in XEmacs version of font-lock.
11695 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11696 be used by a smarter version of `buffers-menu-grouping-function'.
11697
116982000-05-29 Gerd Moellmann <gerd@gnu.org>
11699
11700 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11701 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11702
117032000-05-29 Kenichi Handa <handa@etl.go.jp>
11704
11705 * international/encoded-kb.el
11706 (encoded-kbd-iso2022-designation-map): Pay attention to that
11707 charset-iso-final-char return -1 for eight-bit-control and
11708 eight-bit-graphic.
11709
117102000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11711
11712 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11713 (speedbar-easymenu-definition-base): Use display-graphic-p where
11714 available, instead of window-system.
11715
117162000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11717
11718 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11719 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11720 coding systems.
11721
117222000-05-26 Dave Love <fx@gnu.org>
11723
11724 * disp-table.el (standard-display-underline): Don't use
11725 internal-find-face.
11726
11727 * mail/reporter.el: Maintainer change. Doc fixes.
11728 (reporter-version): Deleted.
11729
11730 * emacs-lisp/elp.el: Maintainer change.
11731 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11732
117332000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11734
11735 * add-log.el (add-change-log-entry): Merge the current entry with the
11736 previous one if the previous one is empty.
11737
117382000-05-26 Dave Love <fx@gnu.org>
11739
11740 * loadhist.el (unload-feature): Fix interactive spec [from
11741 lijnzaad@ebi.ac.uk].
11742
11743 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11744 subr-arity to check primitives.
11745 (byte-compile-flush-pending, byte-compile-file-form-progn)
11746 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11747 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11748 mapcar.
11749
117502000-05-26 Kenichi Handa <handa@etl.go.jp>
11751
11752 * international/fontset.el: Set family names of non-latin charsets
11753 in default fontset to "*".
11754
11755 * international/mule-diag.el (print-fontset): Combine family part
11756 and registry part of the fontname by "-*-" instead of "-".
11757
11758 * international/mule-cmds.el (encode-coding-char): Make strings
11759 multibyte before calling encode-coding-string.
11760
117612000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11762
11763 * derived.el: Fix keywords.
11764 (define-derived-mode): Only define if needed.
11765
11766 * simple.el (fill-comment, comment-column, comment-start)
11767 (comment-start-skip, comment-end, comment-indent-function)
11768 (block-comment-start, block-comment-end, indent-for-comment)
11769 (set-comment-column, kill-comment, comment-padding, comment-region)
11770 (comment-multi-line, indent-new-comment-line): Remove.
11771
11772 * bindings.el (esc-map): Change ; to comment-dwim and use the new
11773 function names for comment operations.
11774
11775 * newcomment.el: Add abundant autoload cookies.
11776 (comment-style): Don't depend on runtime data at compile-time.
11777 (comment-indent-hook): Remove.
11778 (comment-indent): Check if comment-indent-hook is bound.
11779 (comment-region): Docstring fix.
11780
117812000-05-25 Dave Love <fx@gnu.org>
11782
11783 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11784 byte-code-function-p.
11785
11786 * mail/rmailsum.el: Add provide.
11787
11788 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11789
11790 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11791 defcustom.
11792
117932000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
11794
11795 * ediff-diff.el (ediff-exec-process): delete --binary option from
11796 non-buffer ediff jobs.
11797
117982000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11799
11800 * hilit-chg.el (highlight-changes-mode): Ask about color or
11801 grayscale support, not about window-system.
11802
11803 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11804 window-system.
11805 (ffap-highlight): Always default to t.
11806
11807 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11808 display-popup-menus-p instead of looking at window-system.
11809
11810 * disp-table.el (standard-display-g1, standard-display-graphic):
11811 Only refuse to use string glyphs on X and MS-Windows.
11812
11813 * avoid.el: Remove window-system from commentary, suggest to use
11814 display-*-p instead.
11815
11816 * apropos.el (apropos-print): Use display-mouse-p instead of
11817 window-system.
11818
118192000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11820
11821 * international/codepage.el (cp-decoding-vector-for-codepage):
11822 Fill up unsupported characters with their own codes. From Kenichi
11823 Handa.
11824
118252000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11826
11827 * international/mule-diag.el (describe-char-after): Use
11828 display-graphic-p instead of window-system, so that this function
11829 works on MS-DOS.
11830
118312000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11832
11833 * international/codepage.el (cp-make-coding-systems-for-codepage):
11834 Remove the eight-bit-graphic and eight-bit-control charsets from
11835 the list of charsets which we convert into `?'.
11836
118372000-05-25 Kenichi Handa <handa@etl.go.jp>
11838
11839 * international/mule-conf.el: Specify CHARSET-ID explicitely for
11840 private charsets.
11841 (mule-unicode-0100-24ff, japanese-jisx0213-1,
11842 japanese-jisx0213-2): New charsets.
11843
11844 * international/fontset.el: Setup default fontset for new charsets.
11845
118462000-05-24 Dave Love <fx@gnu.org>
11847
11848 * info.el (Info-find-node-2): Restructure [following "Vadim
11849 S. Solomin" <sovs@uic.nnov.ru>].
11850
11851 * icomplete.el: Fix header for Finder.
11852
118532000-05-24 Eric M. Ludlam <zappo@ultranet.com>
11854
11855 * rmailout.el (rmail-output-to-rmail-file): Added optional param
11856 STAY.
11857
11858 * rmail.el (rmail-automatic-folder-directives): New user variable.
11859 (rmail-show-message): Add call to `rmail-auto-file' during
11860 display.
11861 (rmail-auto-file): New function.
11862
118632000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11864
11865 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11866 account.
11867 (ediff-test-utility,ediff-diff-mandatory-option)
11868 (ediff-reset-diff-options): Utilities for proper initialization of
11869 ediff-diff-options and ediff-diff3-options on Windows.
11870
11871 * ediff-init.el (ediff-merge-filename-prefix): New customizable
11872 variable.
11873
11874 * ediff-mult.el (ediff-filegroup-action): Use
11875 ediff-merge-filename-prefix.
11876
118772000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11878
11879 * viper-ex.el (ex-write): Set selective display to nil.
11880
118812000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11882
11883 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11884 aliases for hebrew-iso-8bit.
11885
118862000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11887
11888 * woman.el: New version from Francis J. Wright
11889 <F.J.Wright@Maths.QMW.ac.uk>.
11890 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11891 names in environment variables regardless of the path separator.
11892 (woman-topic-all-completions-1): Don't call file-name-directory-p
11893 on all files, since woman-file-regexp already filters out any
11894 directories.
11895
118962000-05-24 Kenichi Handa <handa@etl.go.jp>
11897
11898 * international/quail.el (quail-start-translation): Don't change
11899 modified-p of the current buffer.
11900 (quail-start-conversion): Likewise.
11901
11902 * international/kkc.el (kkc-region): Don't change modified-p of
11903 the current buffer.
11904
11905 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11906 conform to RFC1468.
11907 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11908
119092000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
11910
11911 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11912 (speedbar-insert-button): Invisible text property fix.
11913 (speedbar-directory-plus): Renamed from speedbar-directory-+
11914 (speedbar-directory-minus): Renamed from speedbar-directory--
11915 (speedbar-page-plus): Renamed from speedbar-file-+
11916 (speedbar-page-minus): Renamed from speedbar-file--
11917 (speedbar-page): Renamed from speedbar-file-
11918 (speedbar-tag): Renamed from speedbar-tag-
11919 (speedbar-tag-plus): Renamed from speedbar-tag-+
11920 (speedbar-tag-minus): Renamed from speedbar-tag--
11921 (speedbar-expand-image-button-alist): Use above renames.
11922
11923 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11924 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11925 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11926 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11927 * sb-pg.xpm: Renamed from sb-file.xpm
11928 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11929 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11930
119312000-05-24 Kenichi Handa <handa@etl.go.jp>
11932
11933 * international/quail.el (quail-show-guidance-buf): Set
11934 current-input-method of the guidance buffer to the name of the
11935 curren input method.
11936
119372000-05-23 Stefan Monnier <monnier@cs.yale.edu>
11938
11939 * progmodes/compile.el (compile-internal): Style typo.
11940
11941 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11942 quote vars and functions in the docstring.
11943
11944 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11945
11946 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11947 Don't quote lambdas.
11948
11949 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11950
119512000-05-23 Gerd Moellmann <gerd@gnu.org>
11952
11953 * startup.el (command-line): Determine source file of compiled
11954 user init file differently. Warn if compiled user init file
11955 is older than its source file.
11956
11957 * ffap.el (ffap-url-regexp): Add `https'.
11958
119592000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
11960
11961 * files.el (make-backup-file-name-1): Replace slashes with `!'
11962 rather than `|' (which is not allowed on Windows). Replace the
11963 drive letters with a string "drive_X".
11964
119652000-05-23 Gerd Moellmann <gerd@gnu.org>
11966
11967 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11968
11969 * files.el (interpreter-mode-alist): Add `bash2'.
11970
119712000-05-22 Dave Love <fx@gnu.org>
11972
11973 * loadhist.el (feature-symbols, file-provides, file-requires): Use
11974 mapc.
11975 (feature-file): Avoid calling symbol-name. Doc fix.
11976 (file-set-intersect, file-dependents): Use dolist, not mapcar.
11977 (loadhist-hook-functions): Add mouse-position-function.
11978 (unload-feature): Change uses of mapcar.
11979
11980 * files.el (parse-colon-path): Doc fix.
11981 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11982 (set-auto-mode): Use mapc.
11983
11984 * complete.el (PC-look-for-include-file): Use :alnum: character
11985 class.
11986 (partial-completion-mode): Add autoload cookie.
11987
119882000-05-22 Sam Steingold <sds@gnu.org>
11989
11990 * info.el (Info-fontify-node): Fixed the call to
11991 `add-text-properties' (bug introduced on 2000-05-18).
11992
119932000-05-22 Dave Love <fx@gnu.org>
11994
11995 * bindings.el: Remove debug-ignored-errors set in other files.
11996
11997 * progmodes/etags.el: Add to debug-ignored-errors.
11998 (visit-tags-table-buffer): Clear out buffers holding old tables
11999 when making a new list.
12000 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12001 mapc.
12002
12003 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12004 quote keywords.
12005 (cmpl-string-case-type): Use character classes.
12006
12007 * comint.el:
12008 * textmodes/ispell.el:
12009 * imenu.el:
12010 * mail/mh-e.el:
12011 * progmodes/compile.el: Add to debug-ignored-errors.
12012
12013 * dabbrev.el: Add to debug-ignored-errors.
12014 (dabbrev-completion): Use mapc.
12015
120162000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12017
12018 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12019 (woman-mapcan, woman-parse-man.conf)
12020 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12021 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12022 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12023 path syntax better.
12024 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12025 (woman-manpath): Call woman-parse-man.conf.
12026 (woman-emulation): New defcustom, defaults to nroff.
12027 (woman-font-support): New defconst.
12028 (woman-use-symbol-font): New defcustom.
12029 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12030 "Emulation".
12031 Many functions: Doc fix.
12032
120332000-05-22 Kenichi Handa <handa@etl.go.jp>
12034
12035 * international/quail.el (quail-simple-translation-keymap): Map
12036 128..255 to quail-self-insert-command.
12037 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12038
120392000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12040
12041 * help.el (help-manyarg-func-alist): Typo.
12042
12043 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12044 intervals which makes it heaps simpler.
12045
12046 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12047 the nested comment markers.
12048
12049 * subr.el (remove-hook): Don't turn the hook's value into a list.
12050
120512000-05-21 Dave Love <fx@gnu.org>
12052
12053 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12054 are invalid characters.
12055
12056 * international/mule-util.el (detect-coding-with-priority): Use
12057 mapc. Remove redundant lambda.
12058
12059 * international/mule-diag.el (list-non-iso-charset-chars)
12060 (describe-fontset): Remove redundant lambda.
12061
12062 * emulation/crisp.el (brief-mode): New alias.
12063
12064 * emacs-lisp/ring.el (ring-elements): New function.
12065
12066 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12067 (easy-menu-do-add-item): Use keywordp.
12068
12069 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12070
12071 * replace.el: Doc and error message fixes.
12072 (replace-highlight): Use facep, not internal-find-face.
12073
120742000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12075
12076 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12077
12078 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12079 (log-edit-insert-changelog): Drop `:' as well.
12080
12081 * log-view.el: Fix file description.
12082 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12083 available.
12084 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12085 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12086
12087 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12088 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12089 Print a status message if the toggle is called interactively.
12090 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12091 for global minor modes and use `defcustom' for them.
12092 Use add-minor-mode.
12093 (easy-mmode-define-derived-mode): Remove.
12094 (define-derived-mode): Fancier default docstring.
12095 (easy-mmode-define-navigation): Signal an error rather than (ding).
12096
12097 * newcomment.el (comment-styles): New `box-multi'.
12098 (comment-normalize-vars): Better default for comment-continue to
12099 avoid whitespace-only continuations.
12100 (comment-search-forward): Always move even in the no-syntax case.
12101 (comment-padright): Only obey N if it's only obeyed for padleft.
12102 (comment-make-extra-lines): Better handling of empty continuations.
12103 Use `=' for the filler if comment-start has only one character.
12104 (uncomment-region): Try handling the special `=' filler.
12105 (comment-region): Allow LINES even if MULTI is nil.
12106 (comment-box): Choose box style based on comment-style.
12107
121082000-05-20 Kenichi Handa <handa@etl.go.jp>
12109
12110 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12111 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12112
121132000-05-20 Kenichi HANDA <handa@etl.go.jp>
12114
12115 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12116 and insert, not subst-char-in-region.
12117
12118 * international/mule-diag.el (list-character-sets-1): Handle
12119 charsets eight-bit-control and eight-bit-graphic.
12120 (list-iso-charset-chars): Likewise.
12121 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12122 charactes as is. Use indent-to to align characters.
12123
12124 * international/mule-cmds.el (find-multibyte-characters): Never
12125 exclude charsets eight-bit-control and eight-bit-graphic.
12126
121272000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12128
12129 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12130 Don't quote lambdas.
12131
12132 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12133
121342000-05-19 Gerd Moellmann <gerd@gnu.org>
12135
12136 * gud.el (gud-jdb-directories): Doc fix.
12137
121382000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12139
12140 * newcomment.el: New file.
12141
121422000-05-19 Gerd Moellmann <gerd@gnu.org>
12143
12144 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12145
121462000-05-18 Andreas Schwab <schwab@suse.de>
12147
12148 * dired.el (dired-between-files): Also skip lines beginning with
12149 `used'.
12150
121512000-05-18 Gerd Moellmann <gerd@gnu.org>
12152
12153 * msb.el (msb-menu-cond): Add choice `user'.
12154
121552000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12156
12157 * ps-print.el: Compatibility, customization and doc fix.
12158 (ps-printer-name-option): Replace defconst by defvar.
12159 (ps-postscript-code-directory): XEmacs compatibility.
12160 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12161 fix.
12162 (ps-user-defined-prologue, ps-print-prologue-header)
12163 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12164 compatibility and code fix.
12165 (ps-print-background-image, ps-print-background-text):
12166 Customization fix.
12167 (ps-line-number-start, ps-n-up-on): New vars.
12168
121692000-05-18 Espen Skoglund <esk@ira.uka.de>
12170
12171 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12172 the indent-comment function to just return the appropriate indent.
12173
121742000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12175
12176 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12177 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12178 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12179
121802000-05-18 Dave Love <fx@gnu.org>
12181
12182 * info.el (Info-fontify-node): Add intangible property as well as
12183 invisible.
12184
12185 * calendar/appt.el (appt-make-list): Match all lines of entry.
12186 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12187
121882000-05-18 Kenichi Handa <handa@etl.go.jp>
12189
12190 * international/mule-diag.el (describe-char-after): Call
12191 internal-char-font, not char-font. If internal-char-font returns
12192 nil, display "-- none --".
12193
121942000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12195
12196 * image.el (image-type-available-p): Don't reference image-types
12197 if it isn't bound.
12198
121992000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12200
12201 * autoarg.el (autoarg-mode): Typo in the :set argument.
12202
122032000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12204
12205 * startup.el (command-line-1): Don't signal an error if the
12206 directory for auto-save-list files does not yet exist.
12207
122082000-05-17 Kenichi Handa <handa@etl.go.jp>
12209
12210 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12211
122122000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12213
12214 * subr.el (remove-hook): `setq' hook-value, not `set'.
12215
122162000-05-16 Sam Steingold <sds@gnu.org>
12217
12218 * info.el (debug-ignored-errors): More errors to ignore.
12219
122202000-05-16 Dave Love <fx@gnu.org>
12221
12222 * cus-edit.el: Don't require cl or easymenu.
12223 (custom-variable-prompt): Test standard-value property, not
12224 user-variable-p.
12225
122262000-05-16 Sam Steingold <sds@gnu.org>
12227
12228 * subr.el (add-hook): `setq' hook-value, not `set'.
12229
122302000-05-16 Gerd Moellmann <gerd@gnu.org>
12231
12232 * startup.el (command-line-1): Mention the FAQ in the startup
12233 message.
12234
12235 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12236
12237 * progmodes/compile.el (compilation-parse-errors): Collect
12238 `nomessage' regexps last.
12239
12240 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12241
12242 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12243 to the function name.
12244
122452000-05-15 Dave Love <fx@gnu.org>
12246
12247 * speedbar.el (speedbar-recenter): Typo.
12248 (speedbar-expand-line): Make arg optional.
12249 (speedbar-mode): Avoid a compiler warning.
12250
122512000-05-15 Gerd Moellmann <gerd@gnu.org>
12252
12253 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12254 user-specified option string is empty.
12255
12256 * mouse.el (mouse-yank-at-click): Doc fix.
12257
122582000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12259
12260 * term/internal.el (IT-character-translations): More updates of
12261 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12262 documents.
12263
122642000-05-15 Gerd Moellmann <gerd@gnu.org>
12265
12266 * env.el (getenv): New function, interactively callable.
12267 (setenv, getenv): Remove autoload cookies.
12268
12269 * loadup.el: Load `env'.
12270
12271 * progmodes/f90.el: Change author's mail address.
12272
122732000-05-14 Dave Love <fx@gnu.org>
12274
12275 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12276 goto-addr as an option.
12277
12278 * help.el (help-xref-stack): Doc fix.
12279 (help-xref-following): New variable.
12280 (help-make-xrefs): Use it.
12281 (help-xref-go-back): Use position information from stack element.
12282 (help-follow): Make position in stack element a pair. Use
12283 help-xref-following.
12284
12285 * autoarg.el: New file.
12286
12287 * faces.el: Declare more functions obsolete.
12288
12289 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12290 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12291 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12292 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12293 Remove all the setup-...-environment functions.
12294
122952000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12296
12297 * speedbar.el: Updated the commentary section. xemacs20p now uses
12298 >= when detecting. Require `defimage' safely.
12299 (speedbar-easymenu-definition-base): Add toggle for images.
12300 (speedbar-easymenu-definition-special): Add flush cache & expand.
12301 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12302 (speedbar-reconfigure-keymaps-hook): New variable.
12303 (speedbar-frame-parameters): Updated documentation.
12304 (speedbar-use-imenu-flag): Updated custom tag
12305 (speedbar-dynamic-tags-function-list): New variable.
12306 (speedbar-tag-hierarchy-method): Updated doc & custom.
12307 (speedbar-indentation-width, speedbar-indentation-width) New
12308 variables.
12309 (speedbar-hide-button-brackets-flag): Customizable.
12310 (speedbar-vc-indicator): Doc update.
12311 (speedbar-ignored-path-expressions): Updated default value.
12312 (speedbar-supported-extension-expressions): Updated default value.
12313 (speedbar-syntax-table): Remove {} paren status.
12314 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12315 as "+". Added overlay aliases.
12316 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12317 `force-mode-line-update'.
12318 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12319 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12320 `mouse-set-point'
12321 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12322 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12323 of arbitrary text, and new helper functions.
12324 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12325 filename finder.
12326 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12327 (speedbar-directory-buttons): Update path search/expansion.
12328 (speedbar-make-tag-line): Pay attention to
12329 `speedbar-indentation-width'. Use more care w/ invisible
12330 properties.
12331 (speedbar-change-expand-button-char): Call
12332 `speedbar-insert-image-button-maybe'.
12333 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12334 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12335 (speedbar-trim-words-tag-hierarchy)
12336 (speedbar-simple-group-tag-hierarchy): New functions
12337 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12338 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12339 functions.
12340 (speedbar-mouse-set-point): New function
12341 (speedbar-power-click): Updated documentation.
12342 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12343 of tag prefix text.
12344 (speedbar-expand-line, speedbar-contract-line): Make more robust
12345 to strange text.
12346 (speedbar-expand-line): Takes universal argument to flush the
12347 cache.
12348 (speedbar-flush-expand-line): New function.
12349 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12350 Use new generator insertion method.
12351 (speedbar-fetch-dynamic-tags): New function.
12352 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12353 `speedbar-fetch-dynamic-imenu'.
12354 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12355 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12356 "Revert Buffer" menu items.
12357 (speedbar-buffer-buttons-engine): Be smarter when creating a
12358 filename tag (for expansion purposes.).
12359 (speedbar-highlight-one-tag-line,
12360 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12361 (speedbar-recenter): New functions.
12362 (defimage-speedbar): Image loading abstraction.
12363 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12364 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12365 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12366 (speedbar-tag-type, speedbar-tag-mail): New images.
12367 (speedbar-expand-image-button-alist): New variable.
12368 (speedbar-insert-image-button-maybe): Insert an image over some
12369 buttons.
12370
123712000-05-13 Kenichi Handa <handa@etl.go.jp>
12372
12373 * international/mule-cmds.el (encode-coding-char): An ASCII
12374 character is always encodable.
12375
12376 * international/mule-conf.el: Add more information in descriptions
12377 of character sets.
12378
12379 * international/mule-diag.el (describe-char-after): New function.
12380 (describe-font-internal): Adjusted for the change of font-info.
12381 (describe-font): Likewise.
12382 (print-fontset): Rewritten for the new fontset implementation.
12383 (describe-fontset): Include fontset alias names in completion.
12384 (list-fontsets): Adjusted for the change of print-fontset.
12385
12386 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12387 describe-char-after instead of displaying the detail in the echo
12388 area.
12389 (syntax-code-table): Format changed.
12390 (string-to-syntax): Adjusted for the above change.
12391
123922000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12393
12394 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12395
123962000-05-12 Dave Love <fx@gnu.org>
12397
12398 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12399 dependence. Use line-{beginning,end}-position, not
12400 point-at{b,e}ol. Some doc fixes.
12401 (todo-position): New function. Fix callers of position to use it.
12402 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12403
124042000-05-12 Gerd Moellmann <gerd@gnu.org>
12405
12406 * time.el (display-time-mail-icon): Use `:ascent center'.
12407
12408 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12409 handling FTP security extensions.
12410
124112000-05-11 Dave Love <fx@gnu.org>
12412
12413 * calendar/todo-mode.el: New file.
12414
124152000-05-11 Gerd Moellmann <gerd@gnu.org>
12416
12417 * comint.el (comint-read-input-ring): Move reference to
12418 comint-input-ring-size outside of the save-excursion. It was
12419 causing the default value to be the only one ever seen.
12420
12421 * font-lock.el: Update copyright. Remove Simon Marshall's email
12422 address on request from him.
12423
12424 * subr.el (substitute-key-definition): Add comment describing
12425 the meaning of PREFIX.
12426
124272000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12428
12429 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12430
12431 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12432 (add-minor-mode): Don't make the variable buffer-local and add a
12433 reference to define-minor-mode in the docstring.
12434
12435 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12436 HEADER/FOOTER and fix bug with trailing empty directory.
12437 (cvs-append-to-ignore): Use vc-editable-p if available.
12438 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12439 (vc-do-command): Tweak advice to handle the new VC.
12440
12441 * log-view.el (log-view-goto-rev): New function for the new VC.
12442 (log-view-minor-wrap): Use mark-active.
12443
12444 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12445 (log-edit-changelog-full-paragraphs): New var.
12446 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12447 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12448 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12449 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12450 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12451 Replace the `cvs' prefix with `log-edit'.
12452
12453 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12454
12455 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12456 (diff-font-lock-defaults): Explicitly turn off multiline.
12457 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12458 (diff-ediff-patch): Fix call to ediff-patch-file.
12459 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12460 Handle comments.
12461
12462 * frame.el (automatic-hscrolling): Typo.
12463
12464 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12465
124662000-05-09 Sam Steingold <sds@goems.com>
12467
12468 * apropos.el (apropos-print): use `describe-face' instead of
12469 `customize-face-other-window'.
12470
124712000-05-09 Dave Love <fx@gnu.org>
12472
12473 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12474
12475 * help.el (describe-variable): Have customize button pop the
12476 help-xref stack when invoked.
12477 (help-xref-symbol-regexp): Add `face'.
12478 (help-make-xrefs): Check for quoted face names and adapt regexp
12479 submatch numbers to cope.
12480 (help-xref-interned): Maybe insert face doc too. Separate
12481 sections with a line of hyphens.
12482
12483 * faces.el: Some doc fixes. Declare some functions obsolete.
12484 (describe-face): Add customize button. Return the help
12485 text. Fix prompt.
12486
124872000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12488
12489 * term/internal.el (IT-character-translations): Fix last change.
12490
124912000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12492
12493 * woman.el: New file
12494 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12495
124962000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12497
12498 * term/internal.el (IT-character-translations): Update ASCII
12499 simulations for greek-iso8859-7, add latin-iso8859-14 and
12500 latin-iso8859-15.
12501
12502 * international/mule-cmds.el (set-language-info-alist): Call
12503 define-prefix-command with 3 arguments, to make the map suitable
12504 for a menu.
12505
125062000-05-07 Dave Love <fx@gnu.org>
12507
12508 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12509
125102000-05-05 Dave Love <fx@gnu.org>
12511
12512 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12513 list in doc string. Don't quote keyword symbols.
12514 * emacs-lisp/cl.el: Likewise
12515 * emacs-lisp/cl-seq.el: Likewise
12516
125172000-05-05 Gerd Moellmann <gerd@gnu.org>
12518
12519 * abbrev.el (abbrev-mode): Make ARG optional.
12520
125212000-05-04 Gerd Moellmann <gerd@gnu.org>
12522
12523 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12524
12525 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12526
12527 * subr.el (substitute-key-definition): Clarify documentation.
12528
125292000-05-04 Milan Zamazal <pdm@freesoft.cz>
12530
12531 * glasses.el (glasses-convert-to-unreadable): Use
12532 `glasses-separator' instead of the hard-wired "_".
12533 (glasses-mode): Call `glasses-make-unreadable' only in a single
12534 place.
12535
125362000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12537
12538 * term/internal.el (cjk-codepages-alist): Add associations for
12539 Chinese and Korean codepages. Remove FIXME comment.
12540
125412000-05-03 Dave Love <fx@gnu.org>
12542
12543 * time.el (display-time-mail-face, display-time-use-mail-icon):
12544 New option.
12545 (display-time-mail-icon): New variable.
12546 (display-time-string-forms): Use the above. Fix the local-map.
12547
125482000-05-03 Gerd Moellmann <gerd@gnu.org>
12549
12550 * replace.el (query-replace-map): Add binding for `E'.
12551 (query-replace-help): Extend help text.
12552 (perform-replace): Allow editing the replacement string.
12553
12554 * make-mode.el (makefile-mode-abbrev-table): New variable.
12555 (makefile-mode): Set local abbrev table to
12556 makefile-mode-abbrev-table.
12557 (makefile-font-lock-keywords): Fontify includes and conditionals.
12558
12559 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12560 set TOGGLE's value.
12561
12562 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12563 mail-interactive-insert-alias.
12564 (mail-abbrev-complete-alias): New command.
12565 (mail-mode-map): Bind it to `M-TAB'.
12566
125672000-05-03 Kenichi Handa <handa@etl.go.jp>
12568
12569 * language/lao-util.el (lao-compose-region): New function.
12570
125712000-05-02 Gerd Moellmann <gerd@gnu.org>
12572
12573 * files.el (recover-session): Make directories as necessary
12574 if they don't exist yet.
12575
12576 * calendar/cal-french.el
12577 (french-calendar-multibyte-special-days-array)
12578 (french-calendar-special-days-array): Change French text.
12579 (calendar-french-date-string): Change output.
12580 (calendar-goto-french-date): Likewise.
12581
125822000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12583
12584 * wid-edit.el (widget-default-active): Obey `:always-active'.
12585 (widget-documentation-string-value-create): Set `:always-active'.
12586
125872000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12588
12589 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12590 default prefix to `~/_emacs.d/auto-save.list/_s'.
12591 (normal-top-level): Create the directory for auto-save files, if
12592 it doesn't already exist (in the ms-dos case only).
12593
125942000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12595
12596 * international/mule-cmds.el (set-language-environment): Don't
12597 concat an integer (dos-codepage), use format instead.
12598
125992000-05-02 Dave Love <fx@gnu.org>
12600
12601 * help.el (help-xref-on-pp): Check for constant symbols.
12602
126032000-04-29 Gerd Moellmann <gerd@gnu.org>
12604
12605 * startup.el (normal-top-level): Put a condition-case around
12606 the code loading subdirs.el.
12607
126082000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12609
12610 * ps-print.el: Upside-down and face background color printing,
12611 line number step, doc fix.
12612 (ps-print-version): New version number (5.2).
12613 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12614 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12615 (ps-spool-config): Var fix.
12616 (ps-printer-name-option): Const fix.
12617 (ps-print-upside-down, ps-use-face-background)
12618 (ps-line-number-step): New vars.
12619 (ps-window-system, ps-lp-system): New consts.
12620 (ps-face-background): New fun.
12621
126222000-04-28 Richard Stallman <rms@gnu.org>
12623
12624 * files.el (make-auto-save-file-name):
12625 Apply auto-save-file-name-transforms to visited file name
12626 before generating auto save file name.
12627 (auto-save-file-name-transforms): New variable.
12628
12629 * files.el (backup-enable-predicate):
12630 Correctly test for a file under a temporary directory.
12631
126322000-04-28 Gerd Moellmann <gerd@gnu.org>
12633
12634 * subr.el (add-minor-mode): Rewritten.
12635
126362000-04-28 Kenichi Handa <handa@etl.go.jp>
12637
12638 * mail/sendmail.el (sendmail-send-it): Set
12639 buffer-file-coding-system to the selected coding system for MIME
12640 header.
12641
126422000-04-27 Gerd Moellmann <gerd@gnu.org>
12643
12644 * dired.el (dired-move-to-filename-regexp): Allow format where
12645 YYYY is followed by two spaces.
12646
12647 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12648 in the second character class of the regexp.
12649
12650 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12651 mh-etc, too.
12652
12653 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12654 nil.
12655
12656 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12657
12658 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12659 argument.
12660
126612000-04-27 Sen Nagata <sen@eccosys.com>
12662
12663 * emacs-lisp/crm.el (crm-completion-table): New variable.
12664 (crm-collection-fn, crm-test-completion)
12665 (completing-read-multiple): Use it.
12666
126672000-04-27 Dave Love <fx@gnu.org>
12668
12669 * help.el (locate-library): Use mapc.
12670 (help-manyarg-func-alist): Add call-process-region.
12671
126722000-04-26 Gerd Moellmann <gerd@gnu.org>
12673
12674 * subr.el (add-minor-mode): Make argument MAP optional.
12675
12676 * desktop.el (desktop-save): Save list of minor modes.
12677 (desktop-create-buffer): Restore minor modes.
12678 (desktop-minor-mode-table): New user-option.
12679
12680 * subr.el (add-minor-mode): New function.
12681
12682 * image.el (find-image): New function.
12683 (defimage): Rewritten to find image at load time.
12684
12685 * startup.el (normal-top-level-add-to-load-path): Handle
12686 case that the default directory is not in load-path.
12687
12688 * help.el: Old patch from Stefan Monnier.
12689 (help-xref-on-pp): New function.
12690 (describe-variable): Use it to display xrefs in a symbol's value.
12691
126922000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12693
12694 * cus-edit.el (custom-face): Fix parenthesis.
12695
126962000-04-26 Kenichi Handa <handa@etl.go.jp>
12697
12698 * mail/rmail.el (rmail-expunge): When there are no deleted
12699 messages, do nothing.
12700
127012000-04-26 Dave Love <fx@gnu.org>
12702
12703 * international/mule-cmds.el (locale-translation-file-name):
12704 Defvar to nil.
12705 (set-locale-environment): Set it here (at runtime).
12706
127072000-04-25 Gerd Moellmann <gerd@gnu.org>
12708
12709 * replace.el (perform-replace): Add parameters START and END. Use
12710 them instead of the check for a region in Transient Mark mode.
12711 (query-replace-read-args): Return two more list elements for the
12712 start and end of the region in Transient Mark mode.
12713 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12714 (map-query-replace-regexp, replace-string, replace-regexp): Add
12715 optional last arguments START and END and pass them to
12716 perform-replace.
12717
12718 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12719 form with additional arguments for perform-replace.
12720
12721 * progmodes/etags.el (tags-query-replace): Add parameters START
12722 and END. Construct a form with additional arguments for
12723 perform-replace.
12724
12725 * simple.el (shell-command): Set default directory for "*Shell
12726 Command Output" buffer.
12727
12728 * language/european.el (iso-latin-4): Fix typo.
12729
12730 * emacs-lisp/crm.el: New file.
12731
127322000-04-24 Dave Love <fx@gnu.org>
12733
12734 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12735 (Custom-reset-saved, Custom-reset-standard)
12736 (custom-group-value-create, custom-group-set, custom-group-save)
12737 (custom-group-reset-current, custom-group-reset-saved)
12738 (custom-group-reset-standard): Use mapc.
12739 (custom-buffer-create-internal): Disable undo when creating items.
12740 Use mapc.
12741 (custom-face): Avoid redundant lambda.
12742
127432000-04-24 Gerd Moellmann <gerd@gnu.org>
12744
12745 * startup.el (auto-save-list-file-prefix): Set default to
12746 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12747
127482000-04-24 Sam Steingold <sds@gnu.org>
12749
12750 * time-stamp.el (time-stamp-string-preprocess): Always convert
12751 `field-result' to a string.
12752
127532000-04-24 Gerd Moellmann <gerd@gnu.org>
12754
12755 * frame.el (scrolling): New group.
12756 (automatic-hscrolling): New user-option.
12757
12758 * startup.el (command-line-x-option-alist): Add `-lsp' and
12759 `--line-spacing'.
12760
127612000-04-19 Dave Love <fx@gnu.org>
12762
12763 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12764 (cl-mapc): Rename from mapc. Fix the funcall.
12765
127662000-04-19 Gerd Moellmann <gerd@gnu.org>
12767
12768 * simple.el (clone-indirect-buffer-other-window): New command.
12769 (clone-indirect-buffer): Add optional arg NORECROD.
12770 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12771
12772 * help.el (resize-temp-buffer-window): Use count-screen-lines.
12773
12774 * window.el (count-screen-lines): New function.
12775 (shrink-window-if-larger-than-buffer): Use count-screen-lines
12776 instead of window-buffer-height.
12777
12778 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12779 non-existing variable comint-input-sentinel.
12780 (inferior-lisp-args-to-list): Removed.
12781 (inferior-lisp): Use split-string instead of
12782 inferior-lisp-args-to-list.
12783
12784 * hexl.el (hexl-insert-hex-string): New command.
12785
12786 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12787 instead of concat.
12788
127892000-04-18 Gerd Moellmann <gerd@gnu.org>
12790
12791 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12792 at the start of an existing but empty folder.
12793
127942000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12795
12796 * ps-mule.el: Customization fix, doc fix.
12797 (ps-multibyte-buffer): Customization fix.
12798
127992000-04-17 Richard M. Stallman <rms@gnu.org>
12800
12801 * subr.el (read-passwd): Use read-char-exclusive.
12802
128032000-04-17 Gerd Moellmann <gerd@gnu.org>
12804
12805 * textmodes/texinfo.el (texinfo-insert-@email)
12806 (texinfo-insert-@emph, texinfo-insert-@quotation)
12807 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12808 (texinfo-mode-map): Add key bindings for them.
12809
12810 * files.el (basic-save-buffer-2): Use a template with `$'
12811 instead of `#' for VMS.
12812
12813 * simple.el (clone-indirect-buffer): New function.
12814
128152000-04-16 Stephen Eglen <stephen@gnu.org>
12816
12817 * iswitchb.el (iswitchb-case): New function. If the user input
12818 contains any upper-case characters, the search is made
12819 case-sensitive.
12820
128212000-04-17 Stefan Monnier <monnier@cs.yale.edu>
12822
12823 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12824 comment-end.
12825 (texinfo-font-lock-syntactic-keywords): New var.
12826 (texinfo-font-lock-keywords): Remove comment regexp.
12827 (texinfo-insert-block): New function.
12828 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12829 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
12830 and font-lock-defaults. Use regexp-opt for outline-regexp.
12831 (texinfo-environments): New var.
12832 (texinfo-environment-regexp): Use regexp-opt and
12833 texinfo-environments.
12834
12835 * textmodes/ispell.el (ispell-menu-map-needed): Check that
12836 ispell-process is bound since this might be eval'd before ispell
12837 is loaded.
12838 (ispell-message): Use a tiny bit less magic and a bit more hard
12839 data to figure out what kind of sc-cite-regexp to use.
12840
12841 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12842
12843 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12844 (insert-cyclic-diary-entry): Unquote the lambda.
12845
12846 * gud.el (gud-jdb-build-source-files-list): Fix typo.
12847
12848 * files.el (backup-enable-predicate): Unquote the lambda.
12849
12850 * cus-edit.el (custom-face, face): Unquote the lambda.
12851
128522000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12853
12854 * ps-print.el: Check for line-beginning-position definition.
12855
12856 * ps-print.el: Fix counting lines in a region.
12857 (ps-print-version): New version number (5.1.5).
12858 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12859 (ps-printing-region): Fun code fix.
12860
128612000-04-15 Gerd Moellmann <gerd@gnu.org>
12862
12863 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12864 to file-directory-p.
12865
128662000-04-14 Gerd Moellmann <gerd@gnu.org>
12867
12868 * gud.el (gud-jdb-build-source-files-list): Check that directory
12869 exists before calling directory-files.
12870
128712000-04-13 Dave Love <fx@gnu.org>
12872
12873 * emacs-lisp/trace.el: Change maintainer. Use new backquote
12874 syntax.
12875
12876 * emacs-lisp/cl-specs.el: Remove when, unless.
12877
12878 * emacs-lisp/cl-extra.el: Don't quote keywords.
12879 (cl-old-mapc): New variable.
12880 (mapc): Use it.
12881 (cl-map-intervals): Use with-current-buffer. Don't check for
12882 next-property-change.
12883 (cl-map-overlays): Use with-current-buffer.
12884 (cl-expt): Remove.
12885 (copy-tree, remprop): Define unconditionally.
12886
12887 * emacs-lisp/cl-compat.el (keywordp): Remove.
12888
12889 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
12890 to use keywordp.
12891 (edebug-spec): Enable keywordp.
12892
12893 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12894 string-lessp.
12895
12896 * cus-start.el: Use keywordp.
12897
128982000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12899
12900 * diary-lib.el (include-other-diary-files): Fix the fix of
12901 2000-02-18 by doing a save-excursion.
12902
129032000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12904
12905 * ps-print.el: Customization fix, doc fix.
12906 (ps-print-version): New version number (5.1.4).
12907 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12908 (ps-print-preprint): Adjust code.
12909 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12910 (ps-print-prologue-header, ps-print-control-characters)
12911 (ps-spool-config): Customization fix.
12912
129132000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12914
12915 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12916 converted to the new menu-item format, names silightly changed,
12917 help strings added.
12918
12919 Support for spelling without async subprocesses:
12920
12921 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12922 (ispell-session-buffer): New variables.
12923 (ispell-start-process, ispell-process-status,
12924 ispell-accept-output, ispell-send-string): New functions, for
12925 Ispell invocation when async subprocesses aren't supported.
12926 (ispell-word, ispell-pdict-save, ispell-command-loop,
12927 ispell-process-line, ispell-buffer-local-parsing): Replace calls
12928 to process-send-string with calls to ispell-send-string, and
12929 accept-process-output with ispell-accept-output.
12930 (ispell-init-process): Call ispell-process-status instead of
12931 process-status with.
12932 (ispell-init-process): Call ispell-start-process. Call
12933 ispell-accept-output and ispell-send-string. Don't call
12934 process-kill-without-query and kill-process if they are unbound.
12935 (ispell-async-processp): New function.
12936
129372000-04-12 Dave Love <fx@gnu.org>
12938
12939 * info.el: Add debug-ignored-errors.
12940 (Info-mode-menu): Add some items.
12941 (Info-directory): Add autoload cookie.
12942
12943 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12944 Modify `truncate-lines'. Make `describe-language-environment'
12945 always visible and add help. Modify `describe-key' help. Invoke
12946 Info-directory from `info'. New entry `emacs-manual'.
12947
129482000-04-10 Gerd Moellmann <gerd@gnu.org>
12949
12950 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12951 propertized-buffer-identification.
12952 (ebrowse-update-member-buffer-mode-line): Likewise.
12953 (ebrowse--mode-strings): Removed.
12954 (ebrowse--mode-line-props): Removed.
12955
12956 * files.el (auto-mode-alist): Add `EBROWSE'.
12957
12958 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12959 space before testing for end of buffer.
12960 (ebrowse-load): Removed.
12961 (ebrowse-revert-tree-buffer-from-file): Rewritten.
12962 (ebrowse-create-tree-buffer): Rewritten.
12963 (ebrowse-tree-mode): Read tree from buffer.
12964
12965 * progmodes/ebrowse-ffh.el: Removed.
12966
129672000-04-10 Kenichi Handa <handa@etl.go.jp>
12968
12969 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12970
129712000-04-10 Gerd Moellmann <gerd@gnu.org>
12972
12973 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12974 at the wrong place.
12975
129762000-04-09 Dave Love <fx@gnu.org>
12977
12978 * files.el (backup-enable-predicate): Use
12979 temporary-file-directory, small-temporary-file-directory.
12980 (make-backup-file-name-function, backup-directory-alist): New
12981 variables.
12982 (make-backup-file-name-1): New function.
12983 (make-backup-file-name): Use it.
12984 (find-backup-file-name): Likewise. Use format for clarity, not
12985 concat.
12986 (file-newest-backup): Use make-backup-file-name.
12987
129882000-04-09 Gerd Moellmann <gerd@gnu.org>
12989
12990 * progmodes/ebrowse-ffh.el: New file.
12991
12992 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12993 to ebrowse-ffh.el.
12994 (ebrowse-load): Add autoload.
12995
12996 * finder.el (finder-commentary): Add autoload cookie.
12997
12998 * mail/rfc2368.el: Correct author's email address.
12999
13000 * progmodes/ebrowse.el: New file.
13001
13002 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13003 item help string.
13004 (easy-menu-do-add-item): Ditto.
13005 (easy-menu-define): Extend doc string.
13006
13007 * jit-lock.el (with-buffer-unmodified): Use
13008 restore-buffer-modified-p.
13009 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13010 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13011 with-buffer-unmodified.
13012
130132000-04-08 Dave Love <fx@gnu.org>
13014
13015 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13016 unless, when.
13017
130182000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13019
13020 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13021 (viper-flash-search-pattern): No operation when using Emacs
13022 doesn't support face.
13023 Use `viper-put-on-search-overlay'.
13024
130252000-04-04 Gerd Moellmann <gerd@gnu.org>
13026
13027 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13028 like C-r.
13029
13030 * progmodes/make-mode.el: Some doc fixes.
13031 (makefile-mode-abbrev-table): New variable.
13032 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13033 (makefile-font-lock-keywords): Fontify includes and conditionals.
13034 (toplevel): Require `dabbrev' and `add-log' when compiling.
13035
13036 * replace.el (perform-replace): Don't move forward one char
13037 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13038 to do that because it leaves point 1 position after the last
13039 replacement, after everything has been replaced.
13040
13041 * jit-lock.el (with-buffer-unmodified): New macro.
13042 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13043 modified state.
13044 (jit-lock-function-1): Extracted from jit-lock-function; not
13045 preserving buffer's modified state.
13046 (jit-lock-function, jit-lock-stealth-fontify): Call
13047 jit-lock-function-1.
13048
13049 * mail/rfc2368.el: Remove supernumerary copyright line.
13050
130512000-04-04 Milan Zamazal <pdm@freesoft.cz>
13052
13053 * glasses.el: Provide facilities for inserting space before left
13054 parentheses and uncapitalization of identifiers.
13055 (glasses-mode): Try to remove old overlays in all cases.
13056
130572000-04-03 Gerd Moellmann <gerd@gnu.org>
13058
13059 * progmodes/compile.el (compile-internal): Display the compilation
13060 buffer in a different frame, if it's already displayed there.
13061
13062 * mail/rfc2368.el: New file.
13063
13064 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13065 header and insert its value as mail body.
13066
13067 * subr.el (member-ignore-case): New function.
13068
13069 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13070 (dabbrev--find-expansion): Ignore buffers matching a regexp
13071 from dabbrev-ignored-regexps.
13072
13073 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13074 to extensions handled by gzip.
13075
130762000-04-03 Richard M. Stallman <rms@gnu.org>
13077
13078 * files.el (insert-directory): List the total free space
13079 along with the used space.
13080
13081 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13082 line is followed by one that matches CITATION-REGEXP, end the
13083 paragraph.
13084
130852000-04-03 Markus Rost <rost@delysid.gnu.org>
13086
13087 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13088 (rmail-make-basic-summary-line): Use that option.
13089
130902000-04-03 Kenichi Handa <handa@etl.go.jp>
13091
13092 * international/mule-cmds.el (encoded-string-description):
13093 Rewritten. Try pretty description for ISO 2022 escape sequences
13094 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13095 for hexadecimal format.
13096
130972000-04-01 Dave Love <fx@gnu.org>
13098
13099 * cpp.el: Change customization group to `c' from `C'.
13100
13101 * vcursor.el (vcursor-move): Use display-color-p.
13102
13103 * international/mule-util.el: Provide mule-utils.
13104 (string-to-sequence): Simplify and speed up.
13105
13106 * international/mule.el (make-coding-system): Purecopy doc-string.
13107
13108 * international/mule-cmds.el: Various menu changes.
13109 (describe-specified-language-support): Handle `Default'.
13110 (set-language-info): Purecopy `info'.
13111
131122000-03-31 Andrew Innes <andrewi@gnu.org>
13113
13114 * vc.el (vc-backend-diff): Return the correct status if we had to
13115 retry the rcsdiff command without the --brief option.
13116
131172000-03-31 Dave Love <fx@gnu.org>
13118
13119 * help.el (help-manyarg-func-alist): Correct several omissions.
13120
13121 * add-log.el: Don't require cl, fortran.
13122 (add-log-current-defun-function): Doc fix.
13123 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13124 fix.
13125 (change-log-version-rcs): Function deleted.
13126 (change-log-version-number-search): Doc fix. Use
13127 vc-workfile-version. Avoid CL dolist.
13128 (add-change-log-entry): Just call add-log-current-defun to get
13129 defun. Simplify somewhat.
13130 (change-log-get-method-definition-1): Likewise.
13131 (add-log-current-defun): Return nil if calling
13132 add-log-current-defun-function does so. Move Fortran stuff to
13133 fortran.el. Return string without properties.
13134
13135 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13136 and :alpha: char classes.
13137
13138 * mail/supercite.el: Defvar curline when compiling.
13139 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13140 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13141 rather than a-zA-Z0-9 to allow non-ASCII characters.
13142
131432000-03-31 Gerd Moellmann <gerd@gnu.org>
13144
13145 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13146
13147 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13148 Re-enable new code.
13149
13150 * lpr.el (print-region-1): Use -d to specify printer name for
13151 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13152
131532000-03-31 Dave Love <fx@gnu.org>
13154
13155 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13156 for function definition in symbol's function value slot first
13157 instead of first consulting byte-compile-function-environment.
13158
131592000-03-31 Kenichi Handa <handa@etl.go.jp>
13160
13161 * language/european.el ("Polish"): New language environment.
13162 (setup-polish-environment): New function.
13163
131642000-03-30 Gerd Moellmann <gerd@gnu.org>
13165
13166 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13167 Disable new code.
13168
13169 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13170 trying to `load' the symbol of an autoload instead of the file
13171 recorded in the autoload. Fix error messages.
13172
131732000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13174
13175 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13176 (ps-print-version): New version number (5.1.3).
13177 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13178 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13179 (ps-generate-postscript-with-faces): Code fix.
13180 (ps-color-values): XEmacs compatibility.
13181 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13182 (ps-default-fg, ps-default-bg): Adjust customization.
13183 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13184 (ps-color-scale): Renaming old ps-color-value fun.
13185 (ps-print-headers): Replace ps-print-header group to avoid conflict
13186 with ps-print-header variable.
13187 (ps-print-miscellany): New group.
13188 (ps-format-color, ps-rgb-color): New funs.
13189 (ps-default-foreground): New var.
13190 (ps-printer-name-option): New const.
13191
131922000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13193
13194 * net/net-utils.el:
13195 (network-connection-host, network-connection-service): New variables
13196 (network-connection-mode): New mode, derived from comint-mode
13197 (network-connection-mode-setup): New function, saves host and
13198 service information in local variables.
13199
13200 * lisp/locate.el:
13201 (locate-word-at-point): Added this function
13202 (locate): Default to using locate-word-at-point as input
13203 Run dired-mode-hook
13204
132052000-03-29 Dave Love <fx@gnu.org>
13206
13207 * calendar/appt.el: Doc fixes.
13208 (appt-check): Convert min-to-app to a string before passing to
13209 appt-disp-window-function or concat.
13210 (appt-delete-window): Remove test for frame-root-window.
13211 (appt-select-lowest-window, appt-convert-time): Simplify.
13212
13213 * emacs-lisp/bytecomp.el: Doc fixes.
13214 (byte-compile-file-form-autoload): Update
13215 byte-compile-function-environment.
13216
132172000-03-29 Andreas Schwab <schwab@suse.de>
13218
13219 * emacs-lisp/autoload.el: Also print defsubst doc string
13220 specially.
13221
13222 * dired.el (dired-insert-directory): If dired-free-space-program
13223 failed just delete its output.
13224
132252000-03-29 Dave Love <fx@gnu.org>
13226
13227 * international/iso-cvt.el: Move provide to end. Doc fixes.
13228 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13229 (iso-iso2sgml, iso-sgml2iso): New functions.
13230 (iso-cvt-define-menu): Fix some entries and use backquote for
13231 clarity.
13232
13233 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13234
132352000-03-28 Gerd Moellmann <gerd@gnu.org>
13236
13237 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13238 ISO-DATE. If non-nil, return date in ISO 8601 format.
13239
132402000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13241
13242 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13243 if it ever becomes used.
13244 (log-edit-mode-hook): Default to vc-log-mode-hook.
13245 (log-edit-mode): Fix the docstring.
13246
13247 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13248 the code.
13249
132502000-03-26 Dave Love <fx@gnu.org>
13251
13252 * net/browse-url.el (browse-url): Re-fix case of
13253 browse-url-browser-function being an alist.
13254 (browse-url): Add :link to defgroup.
13255
13256 * files.el: Doc fixes.
13257 (file-truename): Include `[' in wildcard characters.
13258 (automount-dir-prefix): Customize.
13259 (find-file-wildcards): Add :version.
13260 (find-file-noselect): Simplify a mapcar call.
13261
13262 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13263 compatible with inf-lisp version.
13264 (eval-defun-1): Fix custom-declare-variable case.
13265
132662000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13267
13268 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13269
132702000-03-24 Gerd Moellmann <gerd@gnu.org>
13271
13272 * Makefile (COMPILE_FIRST): New macro.
13273 (compile-files): Compile files from COMPILE_FIRST first.
13274
13275 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13276 code.
13277
13278 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13279 matching open parenthesis in column 0 to defun-prompt-regexp
13280 only if open-paren-in-column-0-is-defun-start is set.
13281
13282 * sun-curs.el: Require CL at compile-time only.
13283
13284 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13285 instead of copy-list which is a function from CL.
13286 (msb--choose-menu, msb--mode-menu-cond)
13287 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13288 (msb--init-file-alist): Use mapcar instead of mapcan.
13289 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13290 `(' in column 0 in doc string.
13291 (msb--add-separators): Use mapcar instead of mapcan.
13292
13293 * cus-dep.el: Require CL at compile-time only.
13294
132952000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13296
13297 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13298 (byte-compile-warnings): New warning `noruntime'.
13299 (byte-compile-constants, byte-compile-variables): Fix docstring.
13300 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13301 execute `eval-whenc-compile's body.
13302 (byte-compile-unresolved-functions): Fix docstring.
13303 (byte-compile-eval): New function.
13304 (byte-compile-callargs-warn): Check if the function will be available
13305 at runtime (via property `byte-compile-noruntime').
13306 (byte-compile-print-syms): New function.
13307 (byte-compile-warn-about-unresolved-functions): Also warn about
13308 `noruntime' functions (and use `byte-compile-print-syms').
13309 (byte-compile-file): Capitalize the message.
13310
133112000-03-24 Gerd Moellmann <gerd@gnu.org>
13312
13313 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13314 (rmail-expunge): Ask for confirmation depending on the setting
13315 of rmail-confirm-expunge.
13316
133172000-03-23 Gerd Moellmann <gerd@gnu.org>
13318
13319 * Makefile (bootstrap-clean): If $(emacs) exists, build
13320 loaddefs.el first. A loaddefs.el that's not up-to-date might
13321 cause a bootstrap failure because things don't autoload as
13322 expected.
13323
133242000-03-23 Dave Love <fx@gnu.org>
13325
13326 * net/browse-url.el: Restore previous use of
13327 browse-url-maybe-new-window.
13328
133292000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13330
13331 * ps-print.el: Skip banner page fix.
13332 (ps-print-version): New version number (5.1.2).
13333 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13334
133352000-03-23 Dave Pearson <davep@davep.org>
13336
13337 * net/quickurl.el Changed the type of parameter passed to the
13338 function defined by `quickurl-format-function'. Before only the
13339 text of the URL was passed. Now the whole URL structure is passed
13340 and the function is responsible for extracting the parts it
13341 requires. Changed the default of `quickurl-format-function'
13342 accordingly.
13343 (quickurl-insert): Changed the `funcall' of
13344 `quickurl-format-function' to match the above change.
13345 (quickurl-list-insert): Changed the `url' case so that it makes
13346 use of `quickurl-format-function', previous to this the format was
13347 hard wired.
13348
133492000-03-22 Gerd Moellmann <gerd@gnu.org>
13350
13351 * startup.el: Change some spellings for the X Window System.
13352
133532000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13354
13355 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13356 up the code and the regexp and make sure the cursor is temporarily
13357 moved to the suspicious line while querying the user.
13358
133592000-03-22 Jason Rumney <jasonr@gnu.org>
13360
13361 * w32-fns.el (w32-charset-info-alist): Initialize.
13362
133632000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13364
13365 * ps-print.el: N-up last page fix.
13366 (ps-print-version): New version number (5.1.1).
13367 (ps-end-file, ps-end-job, ps-generate): Code fix.
13368
133692000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13370
13371 * files.el (find-file-run-dired): Update docstring.
13372 (find-directory-functions): New hook.
13373 (find-file-noselect): Run find-directory-functions rather than
13374 calling dired directly.
13375
13376 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13377
13378 * pcvs.el: Add a minimal leading commentary.
13379 (cvs-make-cvs-buffer): Change the header part by removing the startup
13380 message and adding a `Module' entry. Also replace the FOOTER and
13381 HEADER special fileinfos with the new support in ewoc for updating
13382 its own footer and header.
13383 (cvs-update-header): Update to use the header/footer of the ewoc.
13384 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13385 (cvs-is-within-p): New function.
13386 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13387 to only examine some subset of the buffers.
13388
13389 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13390 `format' instead of our own ad-hoc functions.
13391 Remove HEADER and FOOTER cases, now handled in the EWOC.
13392 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13393
13394 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13395 output to avoid scaring the user.
13396 (cvs-parse-table): Catch message for non-up-to-date commits.
13397
13398 * pcvs-defs.el (cvs-startup-message): Remove.
13399 (cvs-global-menu): New autoloaded menu.
13400
13401 * pcvs-util.el (cvs-string-fill): Remove.
13402
13403 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13404 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13405 PP part of it and also make it work for footers and headers.
13406 (ewoc-create): Drop POS and BUFFER arguments.
13407 Use the DLL's dummy node to store the end-of-footer position.
13408 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13409 (ewoc-refresh): Remove unused `header' variable.
13410 (ewoc-(get|set)-hf): New functions.
13411
13412 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13413 log-view-*-(message|file) and use easy-mmode-define-navigation.
13414 (log-view-message-re): Match SCCS format as well.
13415 And match the revision line rather than the dashed separator line.
13416 (log-view-mode): Use the new define-derived-mode.
13417 (log-view-current-tag): Fill in with an actual implementation.
13418
13419 * cvs-status.el (cvs-status-(prev|next)): Rename from
13420 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13421 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13422 to let the output "breathe" a little more (more readable).
13423 (cvs-status-mode): Use the new define-derived-mode.
13424
13425 * smerge-mode.el (smerge-auto-leave): New function and variable.
13426 (smerge-basic-map): Rename from smerge-basic-keymap.
13427 Change the bindings for smerge-diff-*.
13428 (smerge-*-map): Use easy-mmode-defmap.
13429 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13430 (smerge-keep-*): Use smerge-auto-leave.
13431
134322000-03-21 Jason Rumney <jasonr@gnu.org>
13433
13434 * cus-edit.el (custom-button-face): Use 3D look for w32.
13435 (custom-button-pressed-face): Likewise.
13436
134372000-03-21 Gerd Moellmann <gerd@gnu.org>
13438
13439 * progmodes/etags.el (tags-case-fold-search): New user-option.
13440 (tags-loop-eval): New function. Bind case-fold-search around eval
13441 depending on the value of tags-case-fold-search.
13442 (tags-loop-continue): Use tags-loop-eval.
13443 (find-tag-in-order): Bind case-fold-search depending on the value
13444 of tags-case-fold-search.
13445
134462000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13447
13448 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13449 (diff-end-of-hunk): Return the end position for use in
13450 `easy-mmode-define-navigation'.
13451 (diff-recenter): Remove.
13452 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13453 of `easy-mmode-define-navigation'.
13454 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13455 previous renaming) and fix to use new names.
13456 (diff-merge-strings): Use \n as separator: simpler, faster.
13457 (diff-mode): Use `define-derived-mode'.
13458
13459 * derived.el (define-derived-mode): Don't autoload anymore.
13460 Prefer the macro-only version provided by easy-mmode.el.
13461
13462 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13463 `easy-mmode-define-derived-mode'.
13464 Use `combine-run-hooks'.
13465 (easy-mmode-define-navigation): New macro.
13466
13467 * subr.el (combine-run-hooks): New function.
13468
134692000-03-21 Kenichi HANDA <handa@etl.go.jp>
13470
13471 * term/x-win.el: Fontsets related initialization is simplified.
13472
13473 * international/mule-diag.el (describe-font): Don't refer to
13474 global-fontset-alist, instead call font-list.
13475 (describe-fontset, list-fontsets, mule-diag): Likewise.
13476 (print-fontset): Adjusted for the change of fontset
13477 implementation.
13478
13479 * international/fontset.el (x-charset-registries): Variable
13480 removed, instead the corresponding data is stored in the default
13481 fontset.
13482 (register-alternate-fontnames): Function removed.
13483 (resolved-ascii-font): Variable removed.
13484 (x-compose-font-name): Ignore the second argument REDOCE.
13485 (x-complement-fontset-spec): Complement only an ASCII font and
13486 element for those charsets than can use that ASCII font.
13487 (generate-fontset-menu): Don't refer to global-fontset-alist,
13488 instead call fontset-list.
13489 (uninstantiated-fontset-alist): Variable removed.
13490 (x-style-funcs-alist): Likewise.
13491 (fontset-default-styles): Likewise.
13492 (x-modify-font-name): Function removed.
13493 (create-fontset-from-fontset-spec): Ignore the argument
13494 STYLE-VARIANT.
13495 (create-fontset-from-ascii-font): Docsting adjusted for the above
13496 change.
13497 (instantiate-fontset, resolve-fontset-name): Functions removed.
13498 (fontset-list): Now implemented by C code.
13499
13500 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13501 (describe-face): Include `font' attribute in the description.
13502
135032000-03-21 Kenichi Handa <handa@etl.go.jp>
13504
13505 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13506
135072000-03-20 Gerd Moellmann <gerd@gnu.org>
13508
13509 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13510 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13511 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13512
13513 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13514 about behavior of set-buffer-modified-p wrt redisplay.
13515
135162000-03-19 Richard M. Stallman <rms@gnu.org>
13517
13518 * view.el (view-mode-disable): Kill local binding of view-read-only.
13519
135202000-03-18 Gerd Moellmann <gerd@gnu.org>
13521
13522 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13523 is a string, convert it to a syntax cell using string-to-syntax.
13524
13525 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13526 (string-to-syntax): New function.
13527
13528 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13529 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13530 try to use passive ftp mode.
13531
135322000-03-17 Gerd Moellmann <gerd@gnu.org>
13533
13534 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13535
13536 * simple.el (append-to-buffer): Update point of windows after
13537 insertion.
13538
13539 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13540 forward then moving backward. Reindent.
13541
13542 * frame.el (other-frame): Call x-focus-frame only if
13543 focus-follows-mouse is off.
13544
135452000-03-17 Dave Love <fx@gnu.org>
13546
13547 * pcvs-util.el (cvs-strings->string): Rename
13548 replace-regexps-in-string.
13549
135502000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13551
13552 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13553 regexp for labels cannot span several lines.
13554
13555 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13556 `(setq :<key> ':<key>)' to the macro expansion.
13557
135582000-03-16 Dave Love <fx@gnu.org>
13559
13560 * progmodes/f90.el (f90): Put custom group under `languages', not
13561 `fortran'.
13562 (f90-mode-hook): Customize.
13563 (f90-mode): Set add-log-current-defun-function.
13564 (f90-current-defun): New function.
13565
135662000-03-16 Gerd Moellmann <gerd@gnu.org>
13567
13568 * cus-edit.el (custom-variable-tag-face): Handle case that
13569 default face's height is not a number.
13570 (custom-face-tag-face, custom-group-tag-face-1)
13571 (custom-group-tag-face): Ditto.
13572 (custom-group-tag-face-1): Add :group.
13573
13574 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13575
135762000-03-15 Gerd Moellmann <gerd@gnu.org>
13577
13578 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13579 requiring easymenu.
13580
135812000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13582
13583 * ps-print.el: PostScript user-defined prologue, PostScript error
13584 handler, doc fix.
13585 (ps-print-version): New version number (5.1).
13586 (ps-user-defined-prologue, ps-error-handler-message)
13587 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13588 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13589 (ps-insert-string): New function.
13590
135912000-03-15 Kenichi Handa <handa@etl.go.jp>
13592
13593 * international/ccl.el (ccl-compile-expression): Don't generate
13594 invalid self-assignment code.
13595
135962000-03-14 Dave Love <fx@gnu.org>
13597
13598 * subr.el (replace-regexp-in-string): Renamed from
13599 replace-regexps-in-string. Doc fix.
13600
136012000-03-12 Dave Love <fx@gnu.org>
13602
13603 * cus-edit.el: Doc fixes.
13604 (customize-set-variable, customize-save-variable): Rename args for
13605 doc.
13606 (custom-variable-tag-face, custom-face-tag-face)
13607 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13608 style which user identify as hyperlink.
13609 (hook): Don't add undefined functions to the hook.
13610 (debug-ignored-errors): Transfer message from bindings.el.
13611
136122000-03-12 Gerd Moellmann <gerd@gnu.org>
13613
13614 * recentf.el (recentf-keep-non-readable-files-p): Remove
13615 double/nested definition.
13616
136172000-03-12 Dave Love <fx@gnu.org>
13618
13619 * facemenu.el (facemenu-get-face): Use display-color-p.
13620 * enriched.el (enriched-decode-foreground): Likewise.
13621 (enriched-decode-background): Likewise.
13622 * isearch.el (isearch-highlight): Likewise.
13623 * info-look.el (info-lookup): Likewise.
13624 * simple.el (completion-setup-function): Likewise.
13625
13626 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13627 :options.
13628
13629 * bindings.el (mode-line-format): Fix line-number and
13630 column-number items. Add help-echo for the background.
13631 (mode-line-mule-info): Modify help-echo.
13632
13633 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13634
13635 * files.el (load-file): Allow completion to .elc.
13636
13637 * man.el: Doc fixes.
13638 (Man-init-defvars): Use display-color-p to set fontification.
13639
13640 * play/hanoi.el (hanoi-internal): Don't use oddp.
13641
136422000-03-12 Gerd Moellmann <gerd@gnu.org>
13643
13644 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13645
13646 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13647
136482000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13649
13650 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13651 Fix comment.
13652
136532000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13654
13655 * font-lock.el (font-lock-keywords): Fix the doc now that
13656 regexp-opt-depth is unnecessary.
13657 (save-buffer-state): Set an edebug spec.
13658 (font-lock-fontify-anchored-keywords): Properly handle the case when
13659 the matcher goes past the limit.
13660
13661 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13662 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13663
13664 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13665 dll.el and cookie.el (from Elib) with heavy renaming and other
13666 massaging.
13667
13668 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13669 Autoload the functions used.
13670 (easy-mmode-define-syntax): Fix CL typo.
13671 (easy-mmode-define-derived-mode): Improve the docstring generation.
13672
136732000-03-10 Gerd Moellmann <gerd@gnu.org>
13674
13675 * textmodes/texinfo.el (texinfo-version): Variable and function
13676 removed.
13677
136782000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13679
13680 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13681 allow more flexibility.
13682 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13683 fns.
13684 (easy-mmode-defmap, easy-mmode-defsyntax)
13685 (easy-mmode-define-derived-mode): New macros.
13686
136872000-03-09 Didier Verna <didier@xemacs.org>
13688
13689 * rect.el (replace-rectangle): New function.
13690
136912000-03-09 Dave Love <fx@gnu.org>
13692
13693 * progmodes/fortran.el (fortran-comment-line-start): Define as
13694 "C".
13695 (fortran-comment-line-start-skip): Don't match cpp stuff.
13696 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13697 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13698 (fortran-mode): Don't set fortran-comment-line-start-skip,
13699 fortran-comment-line-start here. Set comment-start,
13700 add-log-current-defun.
13701 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13702 (fortran-current-defun): New function.
13703
137042000-03-09 Gerd Moellmann <gerd@gnu.org>
13705
13706 * emacs-lisp/re-builder.el: New file.
13707
13708 * mouse.el (mouse-drag-region): Don't run up-event handler
13709 if hscroll has changed.
13710
13711 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13712 builtin operators, use `font-lock-builtin-face' for Emacs and
13713 `font-lock-preprocessor-face' otherwise.
13714
13715 * font-lock.el (lisp-font-lock-keywords-1): Highlight
13716 `(defun (setf foo)' differently.
13717
137182000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13719
13720 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13721 (regexp-opt): Update comment and adapt the code the new meaning of
13722 the `paren' argument of regex-opt-group for shy-groups.
13723 (regexp-opt-depth): Handle shy groups as well as backslashed
13724 backslashes.
13725 (regexp-opt-group): Turn the leading comment into a docstring.
13726 Allow `paren' to be a string (the string to use to open a group).
13727 Remove open-presuf and close-presuf. Instead of checking for `all
13728 one-char' and then later on check for `several one-char', handle
13729 both cases close together. Also apply a more generic algorithm
13730 for suffixes (the mirror image of the algorithm used for
13731 prefixes). Use shy-groups. Use nreverse rather than reverse.
13732 (regexp-opt-try-suffix): Removed.
13733
13734 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13735 from comint-mode-map, so we can just inherit from it. Also, move
13736 the initialization into the `defvar' since there's no docstring
13737 anyway and it's fairly short.
13738 (inferior-scheme-mode): Define it as derived-mode: the code is
13739 shorter and this way we inherit from comint-mode-map rather than
13740 copying it.
13741
13742 * subr.el (replace-regexps-in-string): Properly handle the case
13743 where we match an empty string.
13744
13745 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13746 when the command has a directory component (such as "./testml").
13747 Also fix a typo in the comment.
13748
137492000-03-08 Gerd Moellmann <gerd@gnu.org>
13750
13751 * Makefile (compile-files): Compile files one by one because
13752 that's the only way to ensure a clean compilation environment for
13753 each individual file.
13754
13755 * frame.el (other-frame): Call x-focus-frame.
13756
137572000-03-07 Dave Love <fx@gnu.org>
13758
13759 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13760 :require to defcustom.
13761
13762 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13763 lists.
13764
13765 * files.el (auto-mode-alist): Add configure.in.
13766
13767 * progmodes/autoconf.el: New file.
13768
137692000-03-07 Gerd Moellmann <gerd@gnu.org>
13770
13771 * mail/mh-e.el: Change maintainer to `none'.
13772
13773 * recentf.el (recentf-keep-non-readable-files-p): Quote args
13774 to remove-hook and add-hook.
13775
137762000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13777
13778 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13779 it as the default.
13780 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13781 (sendmail-send-it): Conditionally add MIME headers specifying the
13782 used character set.
13783
137842000-03-07 Dave Love <fx@gnu.org>
13785
13786 * winner.el: Fix keywords, autoload cookies. Split
13787 eval-when-compile form to avoid compilation failure.
13788
137892000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13790
13791 * international/mule.el: Modify comment about coding system
13792 property `coding-category'.
13793 (make-coding-system): New argument EOL-TYPE. Pay attention to
13794 coding-category property of PROPERTIES.
13795
13796 * international/mule-conf.el (coding-category-utf-8,
13797 coding-category-utf-16-be, coding-category-utf-16-le): New coding
13798 categories. Include them in the argument for set-coding-priority.
13799
13800 * international/mule-cmds.el (reset-language-environment): Include
13801 coding-category-utf-8, coding-category-utf-16-be, and
13802 coding-category-utf-16-le in the argument for set-coding-priority.
13803 (reset-language-environment): Initialize coding-category-utf-8,
13804 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13805
138062000-03-06 Karl Fogel <kfogel@red-bean.com>
13807
13808 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13809 code abstracted out of `bookmark-jump-noselect'. Now tries info
13810 extensions as well as compression extensions.
13811 (bookmark-jump-noselect): Use above new func.
13812
138132000-03-03 Gerd Moellmann <gerd@gnu.org>
13814
13815 * strokes.el: Change maintainer's mail address.
13816
138172000-03-03 Kenichi Handa <handa@etl.go.jp>
13818
13819 * international/mule-diag.el (list-character-sets): Make help-echo
13820 string by substitute-command-keys.
13821 (list-character-sets): Likewise.
13822 (sort-listed-character-sets): Call help-setup-xref.
13823
138242000-03-02 Gerd Moellmann <gerd@gnu.org>
13825
13826 * time.el (display-time-mail-file): Add `none' to the list of
13827 choices.
13828
138292000-03-01 Dave Love <fx@gnu.org>
13830
13831 * help.el (help-xref-go-back): Don't try to set position.
13832
13833 * international/mule-diag.el (list-character-sets): Call
13834 help-setup-xref. Add help-echo to xrefs.
13835 (list-character-sets-1): Add help-echo to xrefs.
13836
138372000-03-02 Gerd Moellmann <gerd@gnu.org>
13838
13839 * frame.el (blink-cursor-mode): Switch cursor on when turning
13840 the mode off.
13841
13842 * add-log.el (add-log-current-defun): Add support for
13843 Autoconf mode.
13844
13845 * mail/rmail.el (rmail-quit-hook): New variable.
13846
138472000-03-01 Dave Love <fx@gnu.org>
13848
13849 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13850
13851 * help.el (help-xref-button): Add help-echo arg.
13852 (describe-function-1, describe-variable, help-make-xrefs): Use it.
13853
13854 * faces.el (list-faces-display): Supply help-echo with
13855 help-make-xrefs.
13856
13857 * facemenu.el (list-text-properties-at): Set help-xref-stack to
13858 nil.
13859
138602000-03-01 Gerd Moellmann <gerd@gnu.org>
13861
13862 * image.el (defimage): Look for image files in load-path.
13863
13864 * frame.el (busy-cursor-delay-seconds): Change type to
13865 `number'.
13866
138672000-03-01 David Ponce <david.ponce@wanadoo.fr>
13868
13869 * recentf.el (recentf): Added version tag to the defgroup of
13870 recentf.
13871
138722000-03-01 David Ponce <david.ponce@wanadoo.fr>
13873
13874 * recentf.el (recentf-cleanup): Changed to remove excluded file
13875 too.
13876 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13877 action to select/unselect a file.
13878 (recentf-edit-list): Code cleanup and improvement.
13879 (recentf-open-more-files-action): `recentf-open-more-files' button
13880 widget action to open a file.
13881 (recentf-open-more-files): No more use standard completion but
13882 widgets.
13883 (recentf-more-collection): Deleted.
13884 (recentf-more-history): Deleted.
13885 (recentf-setup-more-completion): Deleted.
13886
138872000-03-01 David Ponce <david.ponce@wanadoo.fr>
13888
13889 * recentf.el (recentf-mode): No more needs that Emacs is running
13890 under a window-system.
13891
138921999-03-01 David Ponce <david.ponce@wanadoo.fr>
13893
13894 * recentf.el (recentf-edit-list): New command to edit the recent
13895 list which allow the user to remove files.
13896 (recentf-edit-selected-items): New global variable, used by
13897 `recentf-edit-list' to hold the list of files to be removed from
13898 the recent list.
13899 (recentf-make-menu-items): Updated to display a "Edit list..."
13900 menu item. Minor code cleanup.
13901
139021999-03-01 David Ponce <david.ponce@wanadoo.fr>
13903
13904 * recentf.el (recentf-open-more-files): New command to open files
13905 that are not displayed in the menu.
13906 (recentf-more-collection): New global variable holding the set of
13907 permissible completions used by `recentf-open-more-files'.
13908 (recentf-more-history): New global variable holding the history list
13909 used by `recentf-open-more-files' completion.
13910 (recentf-setup-more-completion): New function to setup completion for
13911 `recentf-open-more-files'.
13912 (recentf-make-menu-items): Updated to display a "More..." menu item.
13913
139141999-03-01 David Ponce <david.ponce@wanadoo.fr>
13915
13916 * recentf.el (recentf-menu-action): Doc fixed.
13917
139181999-03-01 David Ponce <david.ponce@wanadoo.fr>
13919
13920 * recentf.el (recentf-menu-filter): Doc updated.
13921 (recentf-update-menu-hook): Allow menu filters to force menu update.
13922 (recentf-make-menu-items): New menu filter handling.
13923 (recentf-make-menu-item): New helper function.
13924 (recentf-menu-elements): New menu handling function.
13925 (recentf-sort-ascending): Updated to new menu filter handling.
13926 (recentf-sort-descending): Updated to new menu filter handling.
13927 (recentf-sort-basenames-ascending): New menu filter function.
13928 (recentf-sort-basenames-descending): New menu filter function.
13929 (recentf-show-basenames): New menu filter function.
13930 (recentf-show-basenames-ascending): New menu filter function.
13931 (recentf-show-basenames-descending): New menu filter function.
13932
139332000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13934
13935 * diary-lib.el (list-diary-entries): Don't try to go forward at
13936 the end of the buffer.
13937
139382000-02-29 Kenichi Handa <handa@etl.go.jp>
13939
13940 * international/mule-diag.el (list-character-sets): Completely
13941 rewritten.
13942 (sort-listed-character-sets): New function.
13943 (list-character-sets-1): Completely rewritten.
13944 (list-character-sets-2): New function.
13945 (non-iso-charset-alist): New variable.
13946 (decode-codepage-char): New function.
13947 (charset-history): New variable.
13948 (read-charset) (list-block-of-chars)
13949 (list-iso-charset-chars)
13950 (list-non-iso-charset-chars)
13951 (list-charset-chars): New functions.
13952 (mule-diag): Call list-character-sets-2, not
13953 list-character-sets-2.
13954 (dump-charsets): Likewise.
13955
139562000-02-29 Gerd Moellmann <gerd@gnu.org>
13957
13958 * dired-x.el (dired-filename-at-point): Add `@' to valid
13959 file name characters.
13960 (dired-filename-at-point): Handle ange-ftp file names.
13961
13962 * frame.el (frame-notice-user-settings): Use assq-delete-all
13963 instead of assoc-delete-all.
13964 (frame-notice-user-settings): Ditto.
13965
13966 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13967 Don't copy alist.
13968
139692000-02-28 Eli Barzilay <eli@cs.cornell.edu>
13970
13971 * calculator.el (calculator-use-menu): New option.
13972 (calculator-initial-bindings): Changed some bindings to work as
13973 macros.
13974 (calculator-forced-input): Removed.
13975 (calculator-restart-other-mode): New variable.
13976 (calculator-mode-map): Set up menu.
13977
139782000-02-28 Jari Aalto <jari.aalto@poboxes.com>
13979
13980 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13981 tags.
13982
139832000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
13984
13985 * viper-cmd.el (viper-envelop-ESC-key): added the option to
13986 translate all ESC key sequences.
13987 (viper-goto-mark-subr): restore markers for files for which
13988 they were saved.
13989 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13990 * viper-util.el (viper-set-replace-overlay-glyphs,
13991 viper-set-replace-overlay): always check if the replacement
13992 overlay is live.
13993 * viper.el (viper-vi-state-mode-list): added major modes.
13994 * ediff-wind.el: minor comment changes.
13995 * ediff.el: copyright notice date fix.
13996
139972000-02-27 Jason Rumney <jasonr@gnu.org>
13998
13999 * faces.el (face-font-family-alternatives): Add arial to helv.
14000 (mode-line, header-line, tool-bar): Same default as x for w32.
14001 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14002 face-font-family-alternatives from working.
14003 * term/w32-win.el (mouse-set-font): Do not build fontset from
14004 chosen font.
14005
140062000-02-25 Sam Steingold <sds@goems.com>
14007
14008 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14009 properly.
14010
140112000-02-25 Richard M. Stallman <rms@gnu.org>
14012
14013 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14014
140152000-02-25 Gerd Moellmann <gerd@gnu.org>
14016
14017 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14018 writable.
14019
14020 * frame.el (busy-cursor-delay-seconds): New option.
14021
140222000-02-24 Gerd Moellmann <gerd@gnu.org>
14023
14024 * frame.el (show-cursor-in-non-selected-windows): New option.
14025
140262000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14027
14028 * diary-lib.el (include-other-diary-files): Undo the selective
14029 display in any included file and don't kill it.
14030
140312000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14032
14033 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14034 bar. Menu items converted to (menu-item format, help strings
14035 added.
14036 [downcase, upcase]: Don't enable on MS-DOS.
14037 [symlink, symlinks]: Don't show if make-symbolic-link is not
14038 bound.
14039 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14040
140412000-02-23 Dave Love <fx@gnu.org>
14042
14043 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14044 (backward-kill-word): Revert addition of * to interactive spec --
14045 it's a feature.
14046
14047 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14048 (backward-kill-sentence, kill-sentence): Likewise.
14049
14050 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14051 scratch buffer name.
14052 (gud-format-command): Use int-to-string in ?l case. Simplify
14053 slightly.
14054
14055 * term/w32-win.el (internal-face-interactive): Update prompt for
14056 new read-face-name.
14057
14058 * mail/footnote.el (footnote): Add :version to defgroup.
14059 (footnote-section-tag-regexp): Customize.
14060 (footnote-start-tag, footnote-end-tag): New option.
14061 (footnote-latin-regexp): New variable.
14062 (Footnote-latin): New function.
14063 (footnote-style-alist): Add element for latin style.
14064 (footnote-style): Moved.
14065 (Footnote-goto-footnote): Use eq to test arg.
14066
14067 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14068
14069 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14070 (byte-compile-trueconstp): Include keywords.
14071 (byte-optimize-quote, byte-optimize-lapcode): Use
14072 byte-compile-const-symbol-p.
14073 (byte-optimize-char-before): New optimization.
14074
14075 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14076 (byte-compile-const-symbol-p): New function.
14077 (byte-compile-constp, byte-compile-out-toplevel)
14078 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14079 Use it.
14080
14081 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14082
140832000-02-23 Kenichi Handa <handa@etl.go.jp>
14084
14085 * international/encoded-kb.el: Be sure to update minor-mode-alist
14086 and minor-mode-map-alist.
14087 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14088 codes SS2 and SS3 correctly.
14089 (encoded-kbd-self-insert-ccl): New function.
14090 (encoded-kbd-setup-keymap): New function.
14091 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14092 by calling encoded-kbd-setup-keymap.
14093
14094 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14095 characters.
14096 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14097 locally.
14098
140992000-02-22 Dave Love <fx@gnu.org>
14100
14101 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14102 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14103 defvar.
14104 (lisp-mode-syntax-table): Set up for #|...|# comments.
14105 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14106 classes. Match `defface'.
14107 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14108 (eval-defun-1): Fix for defcustom.
14109 (lisp-indent-region): Doc fix.
14110
14111 * subr.el (when, unless, split-string): Doc fix.
14112 (read-passwd): Move call of clear-this-command-keys to the right
14113 place.
14114 (replace-regexps-in-string): New function.
14115
141162000-02-22 Gerd Moellmann <gerd@gnu.org>
14117
14118 * help.el (describe-variable): Set syntax table to
14119 emacs-lisp-mode-syntax-table when moving forward over the
14120 symbol's name.
14121
141222000-02-22 Dave Love <fx@gnu.org>
14123
14124 * xt-mouse.el: Doc fixes.
14125 (xterm-mouse-position-function): New function, replacing advice of
14126 mouse-position.
14127 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14128
14129 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14130
141312000-02-21 Gerd Moellmann <gerd@gnu.org>
14132
14133 * format.el (format-annotate-single-property-change): Handle
14134 properties.with dotted-list values.
14135 (format-proper-list-p): New function.
14136
14137 * enriched.el (enriched-face-ans): Handle '(foreground-color
14138 . COLOR) and (background-color . COLOR).
14139
141402000-02-20 Dave Love <fx@gnu.org>
14141
14142 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14143 and assignments to it.
14144 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14145 current local map.
14146 (make-flyspell-overlay): Use it.
14147 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14148
14149 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14150 (lm-get-header-re): Defun, not defsubst.
14151 (lm-get-package-name): Defun, not defsubst. Simplify.
14152 (lm-version): Doc fix. Simplify.
14153 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14154 (lm-crack-address, lm-last-modified-date, lm-commentary)
14155 (lm-verify, lm-synopsis): Simplify.
14156 (lm-report-bug): Require emacsbug. Use compose-mail.
14157
141582000-02-20 Gerd Moellmann <gerd@gnu.org>
14159
14160 * dired.el (dired-mode): Call propertized-buffer-identification
14161 to set mode-line-buffer-identification to something having
14162 the right text properties.
14163
14164 * bindings.el (propertized-buffer-identification): New function.
14165
141662000-02-20 Dave Love <fx@gnu.org>
14167
14168 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14169 check for t-mouse too.
14170
14171 * cus-start.el: Make echo-keystrokes `number'.
14172
141732000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14174
14175 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14176 Don't call ring-empty-p unless tags-location-ring is bound.
14177 From Noah Friedman <friedman@splode.com>.
14178
141792000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14180
14181 * progmodes/hideshow.el (hs-flag-region): No longer use
14182 `intangible' overlay property.
14183
14184 (hs-toggle-hiding): New command.
14185 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14186
14187 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14188 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14189 and deactivation.
14190
141912000-02-18 Gerd Moellmann <gerd@gnu.org>
14192
14193 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14194
141952000-02-17 Gerd Moellmann <gerd@gnu.org>
14196
14197 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14198
14199 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14200 of `*' to handle `(* ... *)' comments.
14201
142022000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14203
14204 * faces.el (list-faces-display): Use display-mouse-p instead of
14205 window-system.
14206
14207 * menu-bar.el (global-map): Menu-bar items converted to the new
14208 format (menu-item..., rearranged for better CUA compliance, and
14209 their names changed for better clarity. Help strings added.
14210
14211 * international/mule-cmds.el (mule-menu-keymap)
14212 (describe-language-environment-map, set-coding-system-map)
14213 (setup-language-environment-map): Convert to new (menu-item...
14214 form, add help strings. Change names of menu items for better
14215 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14216 submenu).
14217
142182000-02-17 Gerd Moellmann <gerd@gnu.org>
14219
14220 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14221 within the code.
14222
142232000-02-16 Dave Love <fx@gnu.org>
14224
14225 * faces.el: Don't require custom. Add more specific :groups to
14226 various deffaces.
14227 (set-face-attribute): Purecopy args.
14228 (read-face-name): Default to name at point and use it in prompt.
14229 Remove colon from arg in all callers.
14230 (list-faces-display): Hyperlink to face descriptions and customize
14231 buffers.
14232
142332000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14234
14235 * wid-edit.el (widget-match-inline): An atom never matches a
14236 list.
14237
142382000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14239
14240 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14241 at ':' characters by call to split-string.
14242
142432000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14244
14245 * textmodes/bibtex.el: Added RCS version identification.
14246
142472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14248
14249 * textmodes/bibtex.el: Some temporary comments removed.
14250 (bibtex-field-name, bibtex-entry-type): Made the relationship
14251 explicit.
14252 (bibtex-field-const): Allow capital letters.
14253 (bibtex-start-of-string): Deleted because unused.
14254
14255 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14256 use the term 'reference' to describe a bibtex entry as a whole.
14257 Further, reference keys are no longer called 'labels'.
14258 (bibtex-keys): Renamed to bibtex-reference-keys.
14259 (bibtex-reformat-previous-labels): Renamed to
14260 bibtex-reformat-previous-reference-keys.
14261 (bibtex-reference-type): Renamed to bibtex-entry-type.
14262 (bibtex-reference-head): Renamed to bibtex-entry-head.
14263 (bibtex-reference-maybe-empty-head): Renamed to
14264 bibtex-entry-maybe-empty-head.
14265 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14266 (bibtex-search-reference): Renamed to bibtex-search-entry.
14267 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14268 bibtex-enclosing-entry-maybe-empty-head.
14269 (bibtex-entry-field-alist, bibtex-entry-head,
14270 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14271 bibtex-map-entries, bibtex-search-entry,
14272 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14273 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14274 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14275 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14276 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14277 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14278 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14279
142802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14281
14282 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14283 comment.
14284 (bibtex-format-field-delimiters): New function, functionality
14285 extracted from bibtex-format-entry.
14286 (bibtex-autokey-get-yearfield-digits): New function, functionality
14287 extracted from bibtex-autokey-get-yearfield.
14288
14289 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14290 entries in order to avoid stack overflow in the regexp matcher if
14291 field contents become large.
14292 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14293 bibtex-field-string-part-not-braced,
14294 bibtex-field-string-part-no-inner-braces,
14295 bibtex-field-string-part-1-inner-brace,
14296 bibtex-field-string-part-2-inner-braces,
14297 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14298 bibtex-field-string-quoted, bibtex-field-string,
14299 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14300 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14301 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14302 as parsing is now performed by the following functions.
14303 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14304 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14305 bibtex-parse-field-string, bibtex-search-forward-field-string,
14306 bibtex-parse-association, bibtex-field-name-for-parsing,
14307 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14308 bibtex-search-forward-field, bibtex-search-backward-field,
14309 bibtex-start-of-field, bibtex-end-of-field,
14310 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14311 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14312 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14313 bibtex-parse-string, bibtex-search-forward-string,
14314 bibtex-search-backward-string, bibtex-start-of-string,
14315 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14316 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14317 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14318 entries. Instead of reporting the results of the parsing by
14319 match-beginning or match-end, these functions return data structures
14320 that hold the corresponding positions.
14321 (bibtex-enclosing-field): Changed to also report field boundaries by
14322 return values rather than by match-beginning or match-end. The
14323 following functions have been adapted to use the new parsing
14324 functions.
14325 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14326 bibtex-enclosing-field, bibtex-format-entry,
14327 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14328 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14329 bibtex-print-help-message, bibtex-end-of-entry,
14330 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14331 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14332 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14333 method for parsing.
14334 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14335 bibtex-map-entries, bibtex-flash-head,
14336 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14337 bibtex-autokey-change, bibtex-autokey-get-namefield,
14338 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14339 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14340 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14341 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14342 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14343 order to make the new binding of case-fold-search immediately
14344 visible.
14345
143462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14347
14348 * textmodes/bibtex.el: Copyright notice is up to date.
14349 Added constant 'bibtex-maintainer-salutation.
14350
14351 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14352 than make-temp-name, use match-string-no-properties and eliminate
14353 a quadratic behavior when building bibtex-strings.
14354
14355 * bibtex.el (bibtex-reference-key): Accept string entries whose
14356 reference key contains upper case letters.
14357
143582000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14359
14360 * bibtex.el (bibtex-reference-head): Allow entries to start with
14361 a new line.
14362
143632000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14364
14365 * bibtex.el: Hiding of entry bodies is not longer provided by
14366 bibtex.el directly. Instead the hideshow package can be used.
14367 Added a special bibtex entry to hs-special-modes-alist.
14368 (bibtex-hs-forward-sexp): Added for hideshow.el.
14369
143702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14371
14372 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14373 at ':' characters by call to split-string.
14374
143752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14376
14377 * textmodes/bibtex.el: Added RCS version identification.
14378
143792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14380
14381 * textmodes/bibtex.el: Some temporary comments removed.
14382 (bibtex-field-name, bibtex-entry-type): Made the relationship
14383 explicit.
14384 (bibtex-field-const): Allow capital letters.
14385 (bibtex-start-of-string): Deleted because unused.
14386
14387 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14388 use the term 'reference' to describe a bibtex entry as a whole.
14389 Further, reference keys are no longer called 'labels'.
14390 (bibtex-keys): Renamed to bibtex-reference-keys.
14391 (bibtex-reformat-previous-labels): Renamed to
14392 bibtex-reformat-previous-reference-keys.
14393 (bibtex-reference-type): Renamed to bibtex-entry-type.
14394 (bibtex-reference-head): Renamed to bibtex-entry-head.
14395 (bibtex-reference-maybe-empty-head): Renamed to
14396 bibtex-entry-maybe-empty-head.
14397 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14398 (bibtex-search-reference): Renamed to bibtex-search-entry.
14399 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14400 bibtex-enclosing-entry-maybe-empty-head.
14401 (bibtex-entry-field-alist, bibtex-entry-head,
14402 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14403 bibtex-map-entries, bibtex-search-entry,
14404 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14405 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14406 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14407 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14408 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14409 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14410 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14411
144122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14413
14414 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14415 comment.
14416 (bibtex-format-field-delimiters): New function, functionality
14417 extracted from bibtex-format-entry.
14418 (bibtex-autokey-get-yearfield-digits): New function, functionality
14419 extracted from bibtex-autokey-get-yearfield.
14420
14421 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14422 entries in order to avoid stack overflow in the regexp matcher if
14423 field contents become large.
14424 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14425 bibtex-field-string-part-not-braced,
14426 bibtex-field-string-part-no-inner-braces,
14427 bibtex-field-string-part-1-inner-brace,
14428 bibtex-field-string-part-2-inner-braces,
14429 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14430 bibtex-field-string-quoted, bibtex-field-string,
14431 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14432 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14433 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14434 as parsing is now performed by the following functions.
14435 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14436 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14437 bibtex-parse-field-string, bibtex-search-forward-field-string,
14438 bibtex-parse-association, bibtex-field-name-for-parsing,
14439 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14440 bibtex-search-forward-field, bibtex-search-backward-field,
14441 bibtex-start-of-field, bibtex-end-of-field,
14442 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14443 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14444 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14445 bibtex-parse-string, bibtex-search-forward-string,
14446 bibtex-search-backward-string, bibtex-start-of-string,
14447 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14448 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14449 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14450 entries. Instead of reporting the results of the parsing by
14451 match-beginning or match-end, these functions return data structures
14452 that hold the corresponding positions.
14453 (bibtex-enclosing-field): Changed to also report field boundaries by
14454 return values rather than by match-beginning or match-end. The
14455 following functions have been adapted to use the new parsing
14456 functions.
14457 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14458 bibtex-enclosing-field, bibtex-format-entry,
14459 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14460 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14461 bibtex-print-help-message, bibtex-end-of-entry,
14462 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14463 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14464 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14465 method for parsing.
14466 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14467 bibtex-map-entries, bibtex-flash-head,
14468 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14469 bibtex-autokey-change, bibtex-autokey-get-namefield,
14470 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14471 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14472 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14473 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14474 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14475 order to make the new binding of case-fold-search immediately
14476 visible.
14477
144782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14479
14480 * textmodes/bibtex.el: Copyright notice is up to date.
14481 Added constant 'bibtex-maintainer-salutation.
14482
14483 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14484 than make-temp-name, use match-string-no-properties and eliminate
14485 a quadratic behavior when building bibtex-strings.
14486
14487 * bibtex.el (bibtex-reference-key): Accept string entries whose
14488 reference key contains upper case letters.
14489
144902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14491
14492 * bibtex.el (bibtex-reference-head): Allow entries to start with
14493 a new line.
14494
144952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14496
14497 * bibtex.el: Hiding of entry bodies is not longer provided by
14498 bibtex.el directly. Instead the hideshow package can be used.
14499 Added a special bibtex entry to hs-special-modes-alist.
14500 (bibtex-hs-forward-sexp): Added for hideshow.el.
14501
145022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14503
14504 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14505 proceedings entry type (for cross referencing). Thanks to Wagner
14506 Toledo Correa for the suggestion.
14507
14508 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14509
145102000-02-14 Kenichi Handa <handa@etl.go.jp>
14511
14512 * international/characters.el: Setup case table for Vietnamese.
14513
145142000-02-12 Gerd Moellmann <gerd@gnu.org>
14515
14516 * uniquify.el (toplevel): Require CL at compile time.
14517 (uniquify-push): Removed.
14518
14519 * shadowfile.el (shadow-when): Removed.
14520
14521 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14522 (tempo-process-and-insert-string): Use dolist instead of
14523 tempo-dolist.
14524
14525 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14526 regexp for paragraph-start.
14527
14528 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14529 commas as well.
14530
145312000-02-10 Dave Love <fx@gnu.org>
14532
14533 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14534 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14535 Deleted.
14536 (widget-specify-field, widget-specify-button): Don't use
14537 widget-mouse-help as help-echo property.
14538 (default): Use #'ignore for :validate and :mouse-down-action.
14539 (checkbox): Add help-echo.
14540 (widget-sexp-validate): Rewritten to clarify error messages.
14541 (character): Use char-valid-p in :match function.
14542 (widget-color-complete): Use facemenu-color-alist.
14543 (widget-color-action): Use facemenu-read-color.
14544
14545 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14546 set up `caar' &c that we now have.
14547
145482000-02-09 Ray Blaak <blaak@gnu.org>
14549
14550 * delphi.el: Make resourcestring a declaration region, like const
14551 and var.
14552
145532000-02-09 Dave Love <fx@gnu.org>
14554
14555 * bindings.el (mode-line-input-method-map): New variable.
14556 (mode-line-mule-info): Use it; fix last change.
14557 (mode-line-mode-menu): Move definition.
14558 (mode-line-mouse-sensitive-p): Deleted.
14559 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14560 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14561 level.
14562
14563 * startup.el (command-line-1): Don't call
14564 make-mode-line-mouse-sensitive.
14565
145662000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14567
14568 * mail/rmail.el (rmail-retry-failure): Use
14569 rmail-beginning-of-message before rmail-toggle-header, because the
14570 former toggles headers.
14571
145722000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14573
14574 * diff-mode.el (diff-kill-junk): New interactive function.
14575 (diff-reverse-direction): Use delete-and-extract-region.
14576 (diff-post-command-hook): Restrict the area so that the hook also works
14577 outside of any diff hunk. This is necessary for the minor-mode.
14578 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14579 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14580
14581 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14582 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14583 so that it can be used more easily in <foo>-mode-hook. Also make sure
14584 to avoid duplicate entries.
14585 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14586 (font-lock-remove-keywords): Just as was done for `add', allow it to
14587 work even if font-lock-mode is nil. Also make sure we don't modify
14588 any pre-existing list by forcing a copy-sequence. Finally rename
14589 `major-mode' to `mode'.
14590 (font-lock-fontify-syntactic-anchored-keywords)
14591 (font-lock-fontify-anchored-keywords)
14592 (font-lock-fontify-keywords-region): Use line-end-position.
14593 Don't make `font-lock-multiline' local (it's now done in
14594 font-lock-set-defaults).
14595 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14596 move the `font-lock-fontified' creation to inside the `unless'.
14597
145982000-02-06 Andrew Innes <andrewi@gnu.org>
14599
14600 * term/w32-win.el (x-handle-args): Comment out call to message,
14601 which occurs before window system is initialized.
14602
14603 * makefile.nt: Add support for recompiling lisp code.
14604
146052000-02-04 Dave Love <fx@gnu.org>
14606
14607 * bindings.el (mode-line-mule-info): Fix/extend last change.
14608
14609 * completion.el: Replace completion-dolist with dolist.
14610
14611 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14612 dotimes.
14613
146142000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14615
14616 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14617 environment names before they go into the section regexp.
14618
14619 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14620 char class in regexp.
14621
14622 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14623 `case-fold-search' to nil.
14624
14625 * progmodes/idlwave.el (idlwave-template): Respect
14626 `idlwave-abbrev-change-case'.
14627 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14628 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14629 idlwave-while): respect `idlwave-reserved-word-upcase'.
14630 (idlwave-rw-case): New function.
14631 (idlwave-statement-match): Fixed problem with assignment regexp.
14632 (idlwave-font-lock-keywords): Improved regexp for keyword
14633 parameters.
14634 (idlwave-surround): New argument LENGTH to support padding of
14635 operators longer than 1 char.
14636
14637 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14638 idlwave-shell-expression-overlay. Implemented printing of
14639 expressions on higher levels of the calling stack.
14640 (idlwave-shell-display-level-in-calling-stack): Restore stack
14641 level.
14642 (idlwave-retrieve-expression-from-level): New function.
14643 (idlwave-shell-last-calling-stack): Variable removed.
14644 (idlwave-shell-reset): Argument action reversed (`visible' to
14645 `hidden'). Also remove stop-line overlay.
14646 (idlwave-shell-calling-stack-routine): New variable.
14647 (idlwave-shell-parse-stack-and-display): Messages now display
14648 negative level numbers.
14649 (idlwave-shell-mode): Set `modeline-format'.
14650 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14651 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14652 21.
14653 (idlwave-shell-print-expression-function): New option.
14654
14655 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14656 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14657 `tool-bar' instead of `toolbar'.
14658
146592000-02-02 Dave Love <fx@gnu.org>
14660
14661 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14662 emacs-lisp-mode-hook. Don't check for defalias being defined.
14663
14664 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14665 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14666 the new builtins directly.
14667
14668 * whitespace.el (whitespace): Add :version to defgroup.
14669
14670 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14671 Doc fix.
14672
14673 * thingatpt.el (sexp-at-point, symbol-at-point)
14674 (number-at-point, list-at-point): Add autoload cookie.
14675
14676 * recentf.el (recentf): Add :version to defgroup.
14677
14678 * quickurl.el (quickurl): Add :version to defgroup.
14679
14680 * elide-head.el (elide-head): Use point-marker more.
14681
14682 * bs.el (bs): Add :version to defgroup.
14683
14684 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14685
14686 * progmodes/delphi.el (delphi): Add :version to defgroup.
14687
146882000-02-02 Gerd Moellmann <gerd@gnu.org>
14689
14690 * ange-ftp.el (ange-ftp-write-region): Handle case that
14691 succeeding process operation sets a different coding system.
14692
14693 * calculator.el: New file.
14694
146952000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14696
14697 * frame.el (frames-on-display-list, framep-on-display): New
14698 functions.
14699 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14700 (display-selections-p, display-screens, display-pixel-width)
14701 (display-pixel-height, display-mm-width, display-mm-height)
14702 (display-backing-store, display-save-under, display-planes)
14703 (display-color-cells, display-visual-class): New functions.
14704
14705 * term/tty-colors.el (tty-color-gray-shades): New function.
14706
14707 * faces.el (display-color-p): Use framep-on-display.
14708 (display-grayscale-p): New function.
14709
147102000-01-31 Dave Love <fx@gnu.org>
14711
14712 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14713 (create-fontset-from-x-resource): Don't concat integers.
14714
147152000-01-31 Inge Frick <inge@nada.kth.se>
14716
14717 * view.el: Some changes in documentation. Removed some trailing
14718 whitespace. Changed some parameter names to agree with
14719 documentation.
14720 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14721 window is not deleted. Modifies change 1998-04-26.
14722
147232000-01-31 Gerd Moellmann <gerd@gnu.org>
14724
14725 * windmove.el: New file.
14726
14727 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14728 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14729 progmodes/ebnf-yac.el: Update copyright and license info.
14730
14731 * jit-lock.el (jit-lock-function): Widen before calculating end
14732 position.
14733 (jit-lock-stealth-chunk-start): Rewritten.
14734
14735 * info.el (Info-title-face-alist): Removed.
14736 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14737 faces.
14738 (Info-fontify-node): Use these faces.
14739
147402000-01-30 Gerd Moellmann <gerd@gnu.org>
14741
14742 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14743 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14744 `&allow-other-keywords'.
14745
14746 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14747 the list of directories scanned heuristically.
14748
14749 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14750 exist.
14751
147522000-01-30 Jason Rumney <jasonr@gnu.org>
14753
14754 * w32-fns.el: Define w32-tty-standard-colors.
14755
14756 * startup.el (command-line): Use w32-tty-standard-colors when in
14757 w32 console mode.
14758
147592000-01-30 Dave Love <fx@gnu.org>
14760
14761 * jka-compr.el (jka-compr-load): Fix up load-history.
14762
14763 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14764
14765 * emacs-lisp/cl-macs.el: Revert previous change.
14766
147672000-01-29 Dave Love <fx@gnu.org>
14768
14769 * facemenu.el: Purecopy various strings.
14770
14771 * timezone.el (timezone-fix-time): Window against 69 for two-digit
14772 years. Deal with three-digit years.
14773
14774 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14775 defconst, purecopy.
14776 (help-back-label): Purecopy it.
14777
147782000-01-18 Gerd Moellmann <gerd@gnu.org>
14779
14780 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14781 variable. If non-nil, order the buffer list according to the
14782 currently selected frame.
14783 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14784 non-nil, pass the selected frame to function buffer-list.
14785
147862000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14787
14788 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14789
147902000-01-28 Dave Love <fx@gnu.org>
14791
14792 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14793
14794 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14795 Don't use lisp-indent-hook property.
14796 (cl-abs): Remove.
14797
14798 * subr.el: Move out indent and edebug specs for when and unless.
14799
14800 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14801 when, unless.
14802
14803 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14804 unless, when.
14805
148062000-01-28 Gerd Moellmann <gerd@gnu.org>
14807
14808 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14809 `collecting' as synonym for `collect'.
14810
14811 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14812 for the case it contains spaces.
14813
14814 * simple.el (what-cursor-position): Change formatting of
14815 messages.
14816
14817 * frame.el (delete-other-frames): New function.
14818 (toplevel): Bind it to C-x 5 1.
14819
14820 * sort.el (sort-numeric-base): New option.
14821 (sort-numeric-fields): If number starts with `0' or `0[xX[',
14822 interpret it as octal or hexadecimal. Use sort-numeric-base
14823 as default base.
14824
14825 * progmodes/glasses.el: New file.
14826
148272000-01-27 Gerd Moellmann <gerd@gnu.org>
14828
14829 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14830 userids differently.
14831
14832 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14833 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14834 progmodes/ebnf-yac.el: New files.
14835
148362000-01-26 Dave Love <fx@gnu.org>
14837
14838 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14839 on a function with an empty body. [From Eric Ludlam.]
14840
148412000-01-25 Andre Spiegel <spiegel@gnu.org>
14842
14843 * vc.el (vc-version-diff): Make sure file name is expanded.
14844
148452000-01-25 Gerd Moellmann <gerd@gnu.org>
14846
14847 * scroll-bar.el (scroll-bar-timer): Variable removed.
14848 (scroll-bar-toolkit-scroll): Don't use a timer.
14849
148502000-01-25 Kenichi Handa <handa@etl.go.jp>
14851
14852 * language/thai-util.el (thai-composition-function): Delete
14853 superfluous `a'.
14854
148552000-01-24 Dave Love <fx@gnu.org>
14856
14857 * fortran.el (fortran-mode): Use beginning-of-defun-function,
14858 end-of-defun-function.
14859
14860 * font-lock.el (turn-on-font-lock): Don't depend on window-system
14861 &c.
14862
148632000-01-22 Jason Rumney <jasonr@gnu.org>
14864
14865 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14866 conflicts with new face support.
14867
148682000-01-22 Richard M. Stallman <rms@gnu.org>
14869
14870 * replace.el (query-replace): Rename last arg to DELIMITED.
14871 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14872 (query-replace-regexp): Likewise.
14873
148742000-01-20 Richard M. Stallman <rms@gnu.org>
14875
14876 * subr.el (with-syntax-table): Use make-symbol, not gensym.
14877
14878 * emacs-lisp/lisp.el (beginning-of-defun-function):
14879 Variable renamed from beginning-of-defun.
14880 Do not call make-variable-buffer-local.
14881 (beginning-of-defun-raw): Use new variable name; doc fix.
14882 (beginning-of-defun): Doc fix.
14883 (end-of-defun-function): Variable renamed from end-of-defun.
14884 Do not call make-variable-buffer-local.
14885 (end-of-defun): Use new variable name; doc fix.
14886
14887 * subr.el (dolist, dotimes): Copied from cl-macs.el
14888 and made to work.
14889
14890 * mail/undigest.el (rmail-digest-end-regexps):
14891 Variable replaces rmail-digest-end-regexp.
14892 Allows multiple regexps for detecting the end line.
14893 (undigestify-rmail-message): Corresponding changes.
14894
148952000-01-19 Dave Love <fx@gnu.org>
14896
14897 * files.el (user-init-file): Don't declare here -- is primitive.
14898
14899 * startup.el (command-line): Check for compiled user-init-file and
14900 set to uncompiled version if necessary.
14901
149022000-01-18 Gerd Moellmann <gerd@gnu.org>
14903
14904 * mail/undigest.el (rmail-digest-end-regexp): New user option.
14905 (undigestify-rmail-message): Use it.
14906
14907 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14908
149092000-01-17 Gerd Moellmann <gerd@gnu.org>
14910
14911 * tmm.el (tmm-goto-completions): Adapt to prompt being part
14912 of mini-buffer.
14913
149142000-01-14 Gerd Moellmann <gerd@gnu.org>
14915
14916 * emacs-lisp/copyright.el (copyright-update): Removed the
14917 requirement for a trailing space from `copyright-regexp', to
14918 support copyrights with owner specified on a separate line..
14919
14920 * align.el: New file.
14921
14922 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14923
14924 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14925
149262000-01-13 Dave Love <fx@gnu.org>
14927
14928 * ph.el: Removed. (Obsoleted by EUDC.)
14929
149302000-01-13 Gerd Moellmann <gerd@gnu.org>
14931
14932 * net/eudc.el (toplevel): Remove autoloaded code installing
14933 menu with easymenu, because that causes build problems.
14934
14935 * frame.el (frame-notice-user-settings): New variable.
14936 (frame-notice-user-settings): Don't modify frame parameters
14937 if called a second time.
14938
149392000-01-13 Richard M. Stallman <rms@gnu.org>
14940
14941 * frame.el (frame-notice-user-settings):
14942 Notice default-frame-parameters even for non-window frames.
14943
149442000-01-13 Gerd Moellmann <gerd@gnu.org>
14945
14946 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14947 for Emacs.
14948 (eudc-bob-can-display-inline-images): Extend for Emacs.
14949 (eudc-bob-toggle-inline-display): Ditto.
14950 (eudc-bob-display-jpeg): Ditto.
14951
149522000-01-12 Gerd Moellmann <gerd@gnu.org>
14953
14954 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14955 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14956 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14957
14958 * add-log.el (add-change-log-entry): Fix error trying an `(insert
14959 nil)'.
14960
14961 * subdirs.el: Add `net' directory.
14962
14963 * net: New directory.
14964
14965 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14966 eval-last-sexp. Don't bind debug-on-error here.
14967 (eval-last-sexp): New function. Bind debug-on-error if
14968 eval-expression-debug-on-error is non-nil.
14969 (eval-defun-2, eval-defun): Likewise.
14970
14971 * simple.el (eval-expression): Don't bind debug-on-error if
14972 eval-expression-debug-on-error is nil. Detect changed
14973 debug-on-error, and propagate new value to global binding, if
14974 eval-expression-debug-on-error is non-nil,
14975 (eval-expression-debug-on-error): Change doc string.
14976
149772000-01-11 Richard M. Stallman <rms@gnu.org>
14978
14979 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14980
14981 * emacs-lisp/lisp-mode.el (with-syntax-table):
14982 Set up lisp-indent-function property.
14983
14984 * subr.el (with-syntax-table): Moved from simple.el.
14985
14986 * simple.el (with-syntax-table): Moved to subr.el.
14987
149882000-01-11 Gerd Moellmann <gerd@gnu.org>
14989
14990 * tmm.el (tmm-shortcut): Delete region after prompt instead
14991 of erasing buffer.
14992
14993 * textmodes/fill.el (fill-common-string-prefix): New function.
14994 (fill-context-prefix): Use the longest common prefix of first
14995 and second line fill prefix, if there is one.
14996
149972000-01-11 Richard M. Stallman <rms@gnu.org>
14998
14999 * array.el (array-mode): Don't use make-variable-buffer-local.
15000 Use make-local-variable for `truncate-lines'.
15001
150022000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15003
15004 * add-log.el (add-log-current-defun): Handle user-defined
15005 add-log-current-function returning nil,
15006
15007 * add-log.el (add-change-log-entry): Insert version number
15008 if having found a current function
15009
15010 * add-log.el (add-log-current-defun): Call
15011 `add-log-current-defun-function'. Try matches at level 0 and
15012 level 1. Strip whitespace from defun found.
15013
150142000-01-10 John Wiegley <johnw@gnu.org>
15015
15016 * allout.el (isearch-done/outline-provisions): Added `edit'
15017 argument to correspond with the current definition of
15018 `isearch-done'.
15019
150202000-01-10 Dave Love <fx@gnu.org>
15021
15022 * elide-head.el (elide-head): Use point-marker, not point.
15023
150242000-01-10 Gerd Moellmann <gerd@gnu.org>
15025
15026 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15027 before and after the year 2000.
15028
15029 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15030 Add ispell- prefix.
15031
150322000-01-10 Ken Stevens <k.stevens@ieee.org>
15033
15034 * ispell.el: Only define dictionaries in menus when they exist.
15035 (version18p): New variable.
15036 (version20p): New variable.
15037 (xemacsp): New variable.
15038 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15039 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15040 (ispell-dictionary-alist6): Russian command lines no longer accept
15041 run-together words.
15042 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15043 (ispell-dictionary-alist): Add koi8-r to customize definition.
15044 (check-ispell-version): Added documentation string. Returns
15045 library path when called non-interactively.
15046 (ispell-menu-map-needed): Uses new variables.
15047 (ispell-library-path): New variable.
15048 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15049 (ispell-word): Improved documentation string. Test for valid
15050 character mappings. Correctly check typed in word changes that can
15051 result in single words split into multiple words. Returns
15052 replacement word.
15053 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15054 replace in recursive query replace mode. Help message for
15055 recursive edit mode.
15056 (ispell-show-choices): Protect against bad framepop bindings.
15057 (ispell-help): Fix to work with XEmacs.
15058 (ispell-highlight-spelling-error): Use new variables.
15059 (ispell-overlay-window): Fix to work with XEmacs.
15060 (ispell-parse-output): Passed and returns location information
15061 tracking spelling corrections. Doesn't recheck same word on
15062 current line.
15063 (ispell-init-process): Protect against bogus XEmacs variable binding.
15064 Fix call to single argument in sleep-for. Use new variables.
15065 (ispell-region): Passed and returns location information tracking
15066 spelling corrections. Doesn't check same word on current line.
15067 Improved documentation string. Doesn't resend a line already
15068 checked to the ispell process - fixes bug in LaTeX parsing.
15069 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15070 (ispell-skip-region): No longer skips <TT> in SGML.
15071 (ispell-process-line): Tracks location information with spelling
15072 corrections. Added documentation string. Accounts for words
15073 already accepted on this line. Don't allow query-replace on line
15074 starting with math characters. Doesn't resend a line already sent
15075 to ispell process. Fixes alignment error bug.
15076
150772000-01-10 Richard M. Stallman <rms@gnu.org>
15078
15079 * dired-x.el (dired-guess-shell-alist-default):
15080 Suggest xloadimage, which is free, not xv, which isn't.
15081
15082 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15083 Don't ever include the host name or user name in the value.
15084
150852000-01-09 Gerd Moellmann <gerd@gnu.org>
15086
15087 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15088 of a real newline.
15089
150902000-01-09 Stephen Eglen <stephen@gnu.org>
15091
15092 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15093 for .png files.
15094
150952000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15096
15097 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15098
150992000-01-09 Gerd Moellmann <gerd@gnu.org>
15100
15101 * progmodes/cperl-mode.el: Replace ^F with ^L.
15102
15103 * sendmail.el (toplevel): Provide `sendmail' when compiling
15104 before `require'ing rmail and mailalias to prevent infinite
15105 recursion.
15106
151072000-01-08 Dave Love <fx@gnu.org>
15108
15109 * emacs-lisp/backquote.el: Remove inappropriate customization
15110 (allowing custom.el to use backquote).
15111
151122000-01-07 Dave Love <fx@gnu.org>
15113
15114 * add-log.el (add-log-debugging): Deleted.
15115 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15116 file. Remove debugging code.
15117 (change-log-get-method-definition, change-log-name): Add doc.
15118 (change-log-sortable-date-at): New function.
15119 (change-log-merge): New command.
15120
15121 * time.el (display-time-string-forms): Make the Mail string active.
15122 (display-time-update): Provide help-echo for load average.
15123
15124 * bindings.el (make-mode-line-mouse2-map): New function.
15125 (mode-line-modified): Use it and simplify.
15126 (mode-line-mule-info): Provide help-echo info.
15127 (minor-mode-alist): Activate the strings.
15128 (make-mode-line-mouse-sensitive): Simplify for
15129 mode-line-buffer-identification.
15130
151312000-01-07 Gerd Moellmann <gerd@gnu.org>
15132
15133 * play/pong.el: New file.
15134
151352000-01-06 Dave Love <fx@gnu.org>
15136
15137 * array.el: Assorted cleanups for compiler warnings, doc strings,
15138 `array-' prefix for symbols.
15139
151402000-01-05 Dave Love <fx@gnu.org>
15141
15142 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15143 outline-headers-as-kill.
15144 (outline-mode): Define imenu-generic-expression.
15145 (outline-headers-as-kill): New command.
15146
15147 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15148 from paragraph-start.
15149 (paragraph-indent-minor-mode): New command.
15150
15151 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15152 M-C-e, M-C-h, C-j, C-xnd, TAB.
15153 (fortran-mode): Set beginning-of-defun, end-of-defun.
15154 (fortran-column-ruler): Simplify.
15155 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15156 (fortran-with-subprogram-narrowing): Likewise.
15157 (fortran-indent-subprogram): Call mark-defun.
15158 (fortran-check-for-matching-do): Change narrowing.
15159
15160 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15161 (cl-lucid-hash-tag): Delete.
15162 (cl-hash-table-p): Correct test for native table.
15163 (cl-hash-table-count): Use hash-table-count.
15164
15165 * browse-url.el (browse-url): Fix case of
15166 browse-url-browser-function being an alist.
15167
151682000-01-05 Carsten Dominik <cd@gnu.org>
15169
15170 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15171 (reftex-index-phrase-file-extension): New options.
15172
15173 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15174 Use new option `reftex-index-phrase-file-extension'.
15175
15176 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15177 `reftex-parse-file-extension'.
15178
151792000-01-05 Dave Love <fx@gnu.org>
15180
15181 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15182 (beginning-of-defun-raw): Use it.
15183 (end-of-defun): New variable.
15184 (end-of-defun): Use it.
15185 (check-parens): New command.
15186
151872000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15188
15189 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15190 (hs-show-block): Don't use `mapcar' when not accumulating.
15191
15192 Fix buglet in local variables initialization.
15193
151942000-01-05 Andreas Schwab <schwab@suse.de>
15195
15196 * hscroll.el (hscroll): Doc fix.
15197
151982000-01-05 Carsten Dominik <cd@gnu.org>
15199
15200 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15201 idlw-toolbar.
15202
15203 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15204 file idlw-rinfo.el.
15205 (idlwave-customize): load must read file idlw-shell.el.
15206 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15207
152082000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15209
15210 * progmodes/idlw-shell.el: Also provide idlwave-shell
15211 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15212 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15213
15214 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15215 both reftex-dcr and reftex-vcr.
15216
15217 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15218
152192000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15220
15221 * ps-print.el: PostScript code now is in separate files, doc fix.
15222 (ps-print-version): New version number (5.0.3).
15223 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15224 local.
15225 (ps-spool-config): Initialization fix.
15226 (ps-print-prologue-1, ps-print-prologue-2)
15227 (ps-print-duplex-feature): PostScript code moved to separated file.
15228 (ps-background-image): Little code reformating.
15229 (ps-begin-file, ps-begin-job): Fix code.
15230 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15231 (ps-prologue-file): New fun.
15232
152332000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15234
15235 * ps-vars.el: Eliminated.
15236
15237 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15238 `;;;###autoload'.
15239
15240 * ps-print.el: ps-vars eliminated, doc fix.
15241 (ps-print-version): New version number (5.0.2).
15242 (ps-spool-config): Initialization fix.
15243 (ps-print-customize): New fun.
15244
152452000-01-04 Gerd Moellmann <gerd@gnu.org>
15246
15247 * autorevert.el (auto-revert-mode): Return value of
15248 auto-revert-mode.
15249
152502000-01-04 Dave Love <fx@gnu.org>
15251
15252 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15253 menu items.
15254
152552000-01-03 Dave Love <fx@gnu.org>
15256
15257 * elide-head.el (elide-head) [defgroup]: Add :version.
15258
15259 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15260 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15261 `cl-hash-table-p', not `hash-table-p'.
15262 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15263
152642000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15265
15266 * faces.el (face-read-integer, read-face-attribute)
15267 (color-defined-p, color-values): unspecified-{f,b}g are now
15268 strings.
15269
152702000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15271
15272 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15273 at comment end, and re-insert them after filling.
15274
152752000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15276
15277 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15278 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15279 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15280
152812000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15282
15283 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15284 the new name of face-color-supported-p.
15285
15286 * term/w32-win.el (xw-defined-colors): Likewise.
15287
152882000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15289
15290 * simple.el (completion-setup-function): Count completion-size
15291 from minibuffer-prompt-end, not from point-min.
15292
152932000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15294
15295 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15296 Pass the frame to tty-color-* functions.
15297 (display-color-p, frame-set-background-mode): Pass the frame to
15298 tty-display-color-p.
15299
15300 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15301 tty-color-alist.
15302 (tty-color-alist, tty-modify-color-alist): New functions.
15303 (tty-color-define, tty-color-clear, tty-color-approximate)
15304 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15305 an optional parameter FRAME.
15306
153072000-01-01 Gerd Moellmann <gerd@gnu.org>
15308
15309 * image.el (create-image, defimage): Don't assume image data is a
15310 string.
15311
15312 * image.el (defimage): Handle specifications containing :data
15313 instead of :file.
15314 (image-type-from-data): New function.
15315 (image-type-from-file-header): Use it.
15316 (create-image): Add parameter DATA-P.
15317
15318See ChangeLog.8 for earlier changes.
15319
15320;; Local Variables:
15321;; coding: iso-2022-7bit
15322;; End: