(Fdo_auto_save): Don't try to create the directory of
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
2b1ec973
GM
12001-05-31 Gerd Moellmann <gerd@gnu.org>
2
3 * international/mule-cmds.el (inactivate-input-method): Set
4 input-method-function to nil.
5
94843cc1
GM
6 * xml.el (xml-parse-tag): The document may contain invalid characters.
7 From ShengHuo ZHU <zsh@cs.rochester.edu>
8
9652931f
GM
92001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
10
11 * mail/rmailsum.el (rmail-message-subject-p): Don't call
12 `rmail-summary-line-decoder' if the message does not have Subject:
13 field.
14
15 * mail/rmail.el (rmail-revert): Modify to work in
16 rmail-view-buffer.
17
18 * mail/rmail.el (rmail-insert-mime-resent-message-function): New
19 variable.
20 (rmail-resend): Modify to work in `rmail-view-buffer'; call
21 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
22 is non-nil.
23
b781e739
SS
242001-05-29 Sam Steingold <sds@gnu.org>
25
00f51890
SS
26 * faces.el (face-valid-attribute-values): Bind `valid' directly
27 instead of using `setq'.
28
b781e739
SS
29 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
30 Use `tex-shell-buf'.
31 (tex-shell-proc): Use `tex-shell-running'.
32 (tex-shell-buf-no-error): New function.
33 (tex-send-tex-command): Use it.
34 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
35 (tex-kill-job): Check the process before calling `quit-process'.
36
3d0e328b
GM
372001-05-29 Gerd Moellmann <gerd@gnu.org>
38
39 * international/utf-8.el (ccl-decode-mule-utf-8): Handle
40 invalid UTF-8 sequences.
41
8bd6307f
GM
422001-05-28 Miles Bader <miles@gnu.org>
43
44 * comint.el (comint-carriage-motion): Renamed from
45 `comint-cr-magic'. Operate on the buffer instead of the string
46 (for use as a comint post-output filter, instead of as a
47 pre-output filter). Handle backspaces too. Add to the
48 `comint-output-filter-functions' hook instead of
49 `comint-preoutput-filter-functions'.
50
89c8dc6c
GM
512001-05-28 Gerd Moellmann <gerd@gnu.org>
52
53 * language/japan-util.el (japanese-hankaku): Prefer the charset
54 `jisx0201' when the optional argument `ascii-only' is not specified.
55 (japanese-hankaku-region): Ditto.
56 From Katsumi Yamaoka <yamaoka@jpl.org>
57
f25c1b9b
SM
582001-05-28 Stefan Monnier <monnier@cs.yale.edu>
59
60 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
61 (outline-invisible-p): New function.
62 (hide-leaves): Save excursion.
63 (hide-other): Stop looping when reaching bobp.
64
719bb352
EZ
652001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
66
67 * cus-edit.el (custom-file): Fix last change.
68
d686d354
SM
692001-05-27 Stefan Monnier <monnier@cs.yale.edu>
70
71 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
72 same definition in byte-compile-function-environment as `autoload'
73 would put in `symbol-function'.
74
75 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
76 patch to correct the error message as well.
77
49b1a638
EZ
782001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
79
71261a01
EZ
80 * cus-edit.el (custom-file): Don't assume we were invoked with -q
81 unless ~/.emacs exists.
82
49b1a638
EZ
83 * novice.el (enable-command): If user-init-file is nil or does not
84 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
85
a434b175
SM
862001-05-25 Stefan Monnier <monnier@cs.yale.edu>
87
15ca8de7
SM
88 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
89 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
90 Allow spaces around macro arguments.
91 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
92 indent-for-tab-command.
93 (latex-mode-map, plain-tex-mode-map): New keymaps.
94 Inherit from tex-mode-map.
95 (tex-common-initialization): Don't setup the keymap any more
96 since it's now done right by define-derived-mode.
97 (latex-mode): Set skeleton-end-hook to nil.
98 (latex-skeleton-end-hook): Remove.
99 (tex-latex-block, latex-insert-item): Simplify.
100 (latex-syntax-after): Use following-char rather than char-after.
101 (tex-discount-args-cmds, tex-count-words): New functions.
102
103 * textmodes/tildify.el (tildify-ignored-environments-alist):
104 Recognize \verb* as well.
105
106 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
107 (perl-comment-indent): Simplify to let newcomment.el do its job.
108 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
109 (perl-mark-function): Cleanup the namespace.
110 (perl-calculate-indent): Don't be fooled by nested functions.
111
112 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
113
a434b175
SM
114 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
115 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
116
4e7e1f03
AC
1172001-05-25 Andrew Choi <akochoi@i-cable.com>
118
119 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
120 actually be `\\'.
121 (ctlau-b5-converter): Likewise.
122
2bef0948
AC
1232001-05-24 Andrew Choi <akochoi@i-cable.com>
124
125 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
126 Change CTLauB.el to CTLau-b5.el.
127
d2d1851b
SM
1282001-05-23 Stefan Monnier <monnier@cs.yale.edu>
129
130 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
131 rather than beginning-of-line to avoid problems with fields.
132 (gud-perldb-massage-args): Use unless and push.
133 (gud-chdir-before-run): New var.
134 (gud-common-init): Use it.
135
5e3d4fbc
AC
1362001-05-24 Andrew Choi <akochoi@i-cable.com>
137
138 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
139 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 140 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 141 chinese-ctlaub.
d2d1851b
SM
142 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
143 New functions.
5e3d4fbc 144
0216c3df
GM
1452001-05-22 Gerd Moellmann <gerd@gnu.org>
146
f1f65349
GM
147 * cus-edit.el (custom-comment-show): Remove debug code.
148
0216c3df
GM
149 * language/japan-util.el (japanese-symbol-table): Fix handling of
150 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
151
e8a1ed31
SM
1522001-05-21 Stefan Monnier <monnier@cs.yale.edu>
153
154 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
155 Renamed by removing the silly `-flag' suffix.
156 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
157
7246200c
SM
1582001-05-20 Stefan Monnier <monnier@cs.yale.edu>
159
160 * replace.el (keep-lines-read-args): Use `copy-marker'.
161 (how-many): Save excursion properly.
162 (occur-mode): Use define-derived-mode.
163 (perform-replace): Use with-current-buffer.
164
7e971261
RS
1652001-05-20 Richard M. Stallman <rms@gnu.org>
166
65569e52
RS
167 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
168
cc9684e8
RS
169 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
170
9ca00e71
RS
171 * info.el (Info-read-subfile): Widen before finding the
172 desired node in the subfile.
173
7e971261
RS
174 * startup.el (command-line-1): When >2 files visited,
175 leave the last one visible, and make that the selected window.
176
7c5312b2
GM
1772001-05-20 Gerd Moellmann <gerd@gnu.org>
178
179 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
180
310e9a21
EZ
1812001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
182
7246200c
SM
183 * international/ccl.el (define-ccl-program): Fix a typo.
184 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
185
186 * international/mule.el (decode-char): Fix a typo. From Pavel
187 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
188
189 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
190 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
191
310e9a21
EZ
192 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
193 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
194
ef55aa6c
SS
1952001-05-18 Sam Steingold <sds@gnu.org>
196
7246200c 197 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
198 and [RET] to `cvs-mode-find-file'.
199
c9f3bebe
JW
2002001-05-18 John Wiegley <johnw@gnu.org>
201
202 * eshell/esh-ext.el (eshell-explicit-command-char): A new
203 configuration variable, which determines the initial character
204 that forces use of an external version of a command. The default
205 is *, but may be set to \, for example.
206
207 * eshell/esh-ext.el (eshell-explicit-command):
208 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 209
c9f3bebe
JW
210 * eshell/esh-cmd.el (eshell/which):
211 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 212
7c5312b2
GM
213 * eshell/em-cmpl.el (eshell-completion-command-name)
214 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
215 instead of ?*.
216
1c66d9fb
GM
2172001-05-18 Gerd Moellmann <gerd@gnu.org>
218
a724ed38
GM
219 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
220 subst-char-in-string.
221 (ange-ftp-after-parse-ls-hook): New variable.
222 (ange-ftp-ls): Run that hook.
223 From Peter Milliken <Peter.Milliken@GTECH.COM>.
224
0595722b
GM
225 * tmm.el (tmm-get-keymap): Fix handling of :filter.
226 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
227 text into *Completions*.
228
1c66d9fb
GM
229 * net/goto-addr.el (goto-address-at-point): Deal with URLs
230 part of which look like email addresses.
231
c5bdb93d
AI
2322001-05-18 Andrew Innes <andrewi@gnu.org>
233
7246200c
SM
234 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
235 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
236 cmd.exe's handling of FOR loops.
237 (autoloads): Set find-file-suppress-same-file-warnings to t to
238 avoid slew of spurious messages.
239
9a1211f2
GM
2402001-05-18 Simon Josefsson <simon@josefsson.org>
241
242 * mail/smtpmail.el (maybe-append-domain): Renamed to
243 `smtpmail-maybe-append-domain'.
244 (smtpmail-via-smtp): Use the new name.
245
29148a3f
GM
246 * net/browse-url.el (browse-url-browser-function): Add kde.
247 (browse-url-kde-program, browse-url-kde-args): New variables.
248 (browse-url-kde): New function.
249
9ab59a1a
MB
2502001-05-18 Miles Bader <miles@gnu.org>
251
7246200c
SM
252 * simple.el (delete-horizontal-space, just-one-space):
253 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
254 because it's more efficient for large files.
255
cebf1b97
GM
2562001-05-17 Gerd Moellmann <gerd@gnu.org>
257
f90c23ca
GM
258 * mail/rmail.el (rmail-require-mime-maybe): New function.
259 (rmail): Use it.
260 (rmail-mode): Handle the case of finding Rmail files.
261
cebf1b97
GM
262 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
263 functions.
264
df22166e
SM
2652001-05-17 Stefan Monnier <monnier@cs.yale.edu>
266
267 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
268 text-property after moving to the beginning of line and regardless
269 of the value of font-lock-multiline.
270
2ca0d5f1
GM
2712001-05-17 Gerd Moellmann <gerd@gnu.org>
272
e85e809a
GM
273 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
274
2ca0d5f1
GM
275 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
276 last coding system used before calling set-buffer-modified-p
277 because that function changes last-coding-system.
278
4c6a4739
EZ
2792001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
280
281 * files.el (switch-to-buffer-other-window)
282 (switch-to-buffer-other-frame): Add an xref to display-buffer in
283 the doc string.
284
f08cf35b
GM
2852001-05-17 Gerd Moellmann <gerd@gnu.org>
286
287 * language/slovak.el, language/czech.el: New maintainer.
288
2180ea97
SS
2892001-05-16 Sam Steingold <sds@gnu.org>
290
f08cf35b 291 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
292 sub-form of `defgeneric' correctly.
293
9bae8781
GM
2942001-05-16 Gerd Moellmann <gerd@gnu.org>
295
a90b3d3c
GM
296 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
297 of `c'.
298
1b7818b4 299 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
300 condition-case, test what outline-level returns instead, to
301 ease debugging.
1b7818b4 302
9bae8781
GM
303 * international/mule.el (auto-coding-regexp-alist): New user-option.
304 (auto-coding-from-file-contents): New function.
305 (set-auto-coding): Use it to determine a coding system.
306
7644c605
GM
3072001-05-15 Gerd Moellmann <gerd@gnu.org>
308
18a0a39e
GM
309 * mouse.el (mouse-delete-other-windows): Doc fix.
310
df22166e
SM
311 * emacs-lisp/lisp-mode.el (lisp-mode):
312 Make font-lock-keywords-case-fold-search a buffer-local variable with
313 make-local-variable before setting it.
7644c605 314
940cf42e
EZ
3152001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
316
317 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
318 prefixes.
319
557f7c34
GM
3202001-05-14 Gerd Moellmann <gerd@gnu.org>
321
322 * hexl.el (hexl-current-address): Print a message when called
323 interactively.
324
14d9b141
SM
3252001-05-11 Stefan Monnier <monnier@cs.yale.edu>
326
327 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
328
329 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
330
331 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
332
7bd2d083
GM
3332001-05-11 Gerd Moellmann <gerd@gnu.org>
334
47e72862
GM
335 * startup.el (command-line): If parameters have been changed in
336 the init files which influence font selection, clear the face
337 cache so that faces get realized with the new parameters.
338
14d9b141 339 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 340
0f49941f
SM
3412001-05-10 Stefan Monnier <monnier@cs.yale.edu>
342
343 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
344
cbeed4a8
EZ
3452001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
346
347 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
348 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
349
ff9aa2ca
GM
3502001-05-10 Gerd Moellmann <gerd@gnu.org>
351
352 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 353 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 354
b2c99950
JW
3552001-05-09 John Wiegley <johnw@gnu.org>
356
0f49941f
SM
357 * eshell/esh-util.el (eshell-convert-numeric-arguments):
358 Annotated the documentation string to tell users about
3cb27fd7
JW
359 `eshell-no-numeric-conversions'.
360
c26f6b27
JW
361 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
362 conversions if a Lisp function has the property
363 `eshell-no-numeric-conversions' set to a non-nil value.
364
365 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
366 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
367 property `eshell-no-numeric-conversions' on the following
368 functions (which all deal with filesystem entities, and never Lisp
369 numerical values): eshell/cd, eshell/pushd, eshell/popd,
370 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
371 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
372 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
373 eshell/which, eshell/addpath.
374
3752001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 376
d089e299
JW
377 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
378 encountered as an argument, don't convert it right away, but tag
379 the first character of the string with the text properties
380 `number', which signifies to `eshell-lisp-command' that the
381 argument should be passed through `string-to-number' if it is
382 actually used in the call to a Lisp function.
383
384 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
385 function, convert any string arguments that have been tagged as
386 "numbers", by calling string-to-number.
387
388 * eshell/esh-util.el (eshell-number-regexp): Now that number
389 conversions only happen for Lisp function calls, the number regexp
390 should now match all integer and floating point forms.
391
392 * eshell/esh-proc.el: Disable `eshell-stop-process' and
393 `eshell-continue-process', since they are both nonfunctional at
394 the moment.
395 (eshell-proc-initialize): Don't bind keys for
396 `eshell-stop-process' or `eshell-continue-process'.
397
0f49941f
SM
398 * eshell/em-unix.el (eshell-shuffle-files):
399 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
400
401 * eshell/em-hist.el (eshell-add-to-history): Reference to
402 `eshell-history-ring' needed to be `eshell-history-index'.
403
0f49941f
SM
404 * calendar/timeclock.el (timeclock-find-discrep):
405 Initialize `elapsed' to 0.
cb89da0f
JW
406 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
407 it's still nil.
b2c99950 408
ff39b9a1
SM
4092001-05-09 Stefan Monnier <monnier@cs.yale.edu>
410
411 * arc-mode.el (archive-int-to-mode): Construct the string directly.
412 (archive-mode): Use capitalize.
413 (archive-unique-fname): Use make-temp-file.
414
9e53a675
GM
4152001-05-09 Gerd Moellmann <gerd@gnu.org>
416
417 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
418
c8224de6
EZ
4192001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
420
c533a7e2
EZ
421 * tar-mode.el (tar-extract): Pay attention to the value of
422 coding-system-for-read, if it is non-nil.
423
ff39b9a1
SM
424 * calendar/holidays.el (holidays): Add an autoload cookie.
425 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 426
1c8c9fb8
JW
4272001-05-08 John Wiegley <johnw@gnu.org>
428
ff39b9a1
SM
429 * calendar/timeclock.el (timeclock-workday-remaining):
430 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
431 (timeclock-workday-elapsed): Don't accept a "relative" argument
432 for the current day's elapsed time. What could that have meant?
ff39b9a1 433 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
434 (timeclock-when-to-leave): Changed logic, similarly to what was
435 done for `timeclock-workday-remaining'.
436 (timeclock-find-discrep): Removed "today-only" argument, which had
437 no meaning. Fixed some more math problems. The function now
438 returns a three member list: (TOTAL-TIME-DISCREPANCY
439 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
440
5f47fb28
EZ
4412001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
442
443 * w32-fns.el (convert-standard-filename): Start replacing slashes
444 from the beginning of the file name, not from where the last
445 invalid character was. From "Andrew Maguire (SWW)"
446 <Andrew.Maguire@Smallworld.co.uk>
447
6da5c7da
GM
4482001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
449
450 The following changes are to provide infrastructure for handling
451 MIME messages to rmail. They don't affect the original behaviour
452 if rmail-enable-mime is nil.
453
454 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
455 (rmail-search-mime-message-function)
456 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
457 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
458 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
459 `rmail-view-buffer' is hidden.
6da5c7da
GM
460 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
461 call rmai-show-mime-function.
462 (rmail-display-labels): If rmail-enable-mime is non-nil, update
463 mode-line-process of rmail-view-buffer.
464 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
465 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
466 buffer.
ff39b9a1
SM
467 (rmail-next-message, rmail-next-undeleted-message): Be sure to
468 set-buffer to the Rmail buffer.
6da5c7da
GM
469 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
470 rmail-search-mime-header-function.
471 (rmail-search-message): New function.
472 (rmail-search): Call rmail-search-message to check if a message
473 matches REGEXP, lastly update point after calling
474 rmail-show-message.
ff39b9a1
SM
475 (rmail-undelete-previous-message, rmail-expunge-confirmed)
476 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
477 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
478 header region, refer to rmail-msgref-vector while setting the
479 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
480 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
481 If rmail-enable-mime is non-nil, call
6da5c7da
GM
482 rmail-insert-mime-forwarded-message-function instead of inserting
483 forwarded message by itself.
484
485 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
486 Rmail buffer.
487 (rmail-set-label, rmail-next-labeled-message): Likewise.
488
489 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
490 set-buffer to the Rmail buffer.
491 (rmail-output-to-rmail-file): Likewise.
492 (rmail-output): Likewise.
493
494 * mail/rmailsum.el (rmail-message-subject-p): Process the result
495 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
496 (rmail-new-summary): Be sure to go to the Rmail buffer.
497 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
498 rmail-view-buffer to nil.
499 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
500 rmail-view-buffer.
501 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
502 rmail-buffer.
503 (rmail-summary-scroll-msg-down): Likewise.
504 (rmail-summary-beginning-of-message): Likewise.
505 (rmail-summary-wipe): Likewise.
506 (rmail-summary-toggle-header): Use save-window-excursion, not
507 save-excursion. Update point in rmail-view-buffer, not in
508 rmail-buffer.
509 (rmail-summary-reply): Before calling rmail-reply, set buffer to
510 rmail-view-buffer, not rmail-buffer.
511
5092477a
GM
5122001-05-07 Gerd Moellmann <gerd@gnu.org>
513
1e9fc92e
GM
514 * cus-edit.el (custom-file): Signal an error if user-init-file is
515 nil (running -q).
516
1d053370
GM
517 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
518
ff39b9a1
SM
519 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
520 Add :version.
521
522 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
523 New option.
1b62b062
GM
524 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
525 only if smtpmail-warn-about-unknown-extensions is set.
526
f851a71c
GM
527 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
528 instead of rmail-sort-by-keywords.
529
ff39b9a1 530 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
531 rmail-sort-by-keywords.
532
ff39b9a1
SM
533 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
534 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
535 (rmail-summary-mode): Doc fix.
536
5092477a
GM
537 * mail/rmail.el (rmail-edit): New Custom group.
538
539 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
540 (rmail-edit-mode-hook): New user-option.
541
05be3833
RS
5422001-05-05 Richard M. Stallman <rms@gnu.org>
543
544 * help.el (help-xref-symbol-regexp): Recognize "source of"
545 and friends, meaning make a link to the source file.
546 (help-make-xrefs): Handle "source of" and friends
547 by constructing a link that visits the source file.
548
549 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
550
7dfb000f
SM
5512001-05-04 Stefan Monnier <monnier@cs.yale.edu>
552
5efe6a56
SM
553 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
554 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
555 Renamed from perl-font-lock-keywords to avoid clashes.
556 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
557 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
558 Updated correspondingly.
559
7dfb000f
SM
560 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
561 Typo `nonexistant' -> `nonexistent'.
562
88bbb8cb
EZ
5632001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
564
7dfb000f
SM
565 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
566 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
567 `c-electric-delete-forward' always deletes forward and
568 `c-electric-delete' only contains the code necessary for XEmacs to
569 choose between backward and forward deletion.
7dfb000f 570
88bbb8cb
EZ
571 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
572 get the electric behavior on that key too.
573 (c-fill-paragraph): Fixed bogus direct use of
574 c-comment-prefix-regexp, which caused an error when it's a list.
575
a1af8dcf
EZ
5762001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
577
578 * dired-aux.el (dired-diff): Doc fix.
579
580 * dired.el (dired-diff): Likewise.
581
ddfb4005
EZ
5822001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
583
584 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
585
b36581fb
SM
5862001-05-02 Stefan Monnier <monnier@cs.yale.edu>
587
80a00b6a
SM
588 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
589 if both the buffer and the file are read-only.
590
b36581fb
SM
591 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
592 rather than font-lock-string-face.
593 (sh-get-indent-info): Treat heredocs like strings.
594
470bbe9b
GM
5952001-05-02 Gerd Moellmann <gerd@gnu.org>
596
b36581fb
SM
597 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
598 a newline following `}'.
3356df63
GM
599 (texinfo-format-email): New function.
600 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
601 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
602 Add `display'.
3356df63
GM
603 (texinfo-sort-region): Goto point-min before sorting.
604 (texinfo-set): Remove leading white space from value.
605 From yagi@is.titech.ac.jp.
606
470bbe9b
GM
607 * replace.el (query-replace-regexp-eval): Doc fix.
608
a9d2fd1d
SM
6092001-05-01 Stefan Monnier <monnier@cs.yale.edu>
610
611 * diff-mode.el (diff-nonexistant-face): New face.
612 (diff-font-lock-keywords): Use it.
613
2b3e941a
EZ
6142001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
615
22cd6fd3
EZ
616 * font-lock.el (font-lock-mode): Doc fix.
617
2b3e941a
EZ
618 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
619 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
620
50df7214
GM
6212001-04-30 Gerd Moellmann <gerd@gnu.org>
622
a9d2fd1d
SM
623 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
624 backslash at the start of the here-document delimiter.
a9793e45
GM
625 (sh-font-lock-syntactic-keywords): Likewise.
626
50df7214
GM
627 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
628
e2f599e9
EZ
6292001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
630
631 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
632 (tty-color-translate, tty-color-by-index, tty-color-values)
633 (tty-color-desc): Doc fix.
634
dcaf31d3
EZ
6352001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
636
637 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
638 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
639 Mention dired-dwim-target in the doc string.
dcaf31d3 640
a6a06429
MB
6412001-04-28 Miles Bader <miles@gnu.org>
642
643 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
644 (dabbrev--find-expansion): Use it.
645 (dabbrev--select-buffers): Don't select ignored buffers.
646
5a5d9185
GM
6472001-04-27 Gerd Moellmann <gerd@gnu.org>
648
a9d2fd1d 649 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 650
c5b82005
RS
6512001-04-26 Richard M. Stallman <rms@gnu.org>
652
653 * dabbrev.el: Add doc strings for some functions.
654 (dabbrev--eliminate-newlines): New variable.
655 (dabbrev--substitute-expansion): Convert newlines to spaces
656 if dabbrev--eliminate-newlines is set.
657 If abbrev and expansion are both all-lower-case,
658 leave dabbrev--last-case-pattern nil.
659
7cff9c6f
GM
6602001-04-26 Gerd Moellmann <gerd@gnu.org>
661
662 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
663 if necessary, like in rmail-show-message.
664
efa89c1f
GM
6652001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
666
667 * ps-print.el: Color specified by number is forced to be float number.
668 (ps-print-version): New version number (6.5.1.1).
669 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
670 initialization.
671 (ps-prefix-quote): New internal var.
672 (ps-print-quote): New fun.
673 (ps-setup, ps-output-frame-properties, ps-float-format)
674 (ps-format-color): Code fix.
a9d2fd1d
SM
675 (ps-plot-region): Eliminate redundant foreground color text setting.
676
d3111e5a
EZ
6772001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
678
679 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
680
a728644c
GM
6812001-04-25 Gerd Moellmann <gerd@gnu.org>
682
683 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
684
4ecdf04d
EZ
6852001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
686
4645bb68
EZ
687 * info.el (Info-additional-directory-list): Doc fix.
688
4ecdf04d 689 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
690 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
691 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 692
7cd512f2
SM
6932001-04-25 Stefan Monnier <monnier@cs.yale.edu>
694
1dc64fca
SM
695 * progmodes/make-mode.el (makefile-font-lock-keywords):
696 Rationalize the rules for includes and conditionals and use the
697 keyword face for them.
698
7cd512f2
SM
699 * faces.el (modify-face): Add compatibility for non-interactive use.
700
ffeb5c1c
JW
7012001-04-24 John Wiegley <johnw@gnu.org>
702
703 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
704 fix from last night, since it wasn't finding eshell/cd.
705
35f901fa
GM
7062001-04-24 Gerd Moellmann <gerd@gnu.org>
707
708 * rect.el (string-rectangle): Revert to 20.x behaviour.
709 (replace-rectangle): Make it an alias for string-rectangle.
710 (string-insert-rectangle): New function.
711
c7b1b508
JW
7122001-04-23 John Wiegley <johnw@gnu.org>
713
714 * eshell/em-unix.el (eshell/diff): Fixed problems that were
715 occurring with Emacs 21's diff.el/compile.el interaction layer.
716
7172001-04-23 Colin Walters <walters@cis.ohio-state.edu>
718
719 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
720 case where the function was defined in a file, but not part of an
721 eshell module.
722
157975e3
JW
7232001-04-23 John Wiegley <johnw@gnu.org>
724
725 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
726 code to work around a redisplay problem I've been having.
727
3dc630b9
JW
7282001-04-23 John Wiegley <johnw@gnu.org>
729
730 * calendar/timeclock.el (timeclock-day-required): If the time
731 required for a particular day is not set, use `timeclock-workday'.
732 (timeclock-find-discrep): Added some sample code in a comment.
733
734 * eshell/eshell.el (eshell-command): Made a few changes so that
735 `eshell-command' could be called programmatically.
736
7cd512f2 737 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 738
7cd512f2 739 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 740
3ae14dd9 7412001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
742
743 * calendar/timeclock.el: Updated copyright.
744 (timeclock-generate-report): Don't report the daily or two-week
745 total, if no time has been worked in that period.
746 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
747 final computational form, which was unnecessary; corrected a
748 parsing problem when timeclock-relative was nil.
749
3ae14dd9 7502001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
751
752 * calendar/timeclock.el (timeclock-modeline-display): Check if
753 `list-entry' is null.
754 (timeclock-use-display-time): The first argument to `set-variable'
755 must be a symbol.
756
53e1a74c
EZ
7572001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
758
759 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
760 (calendar-today-marker, calendar-holiday-marker):
761 Use display-color-p instead of window-system.
53e1a74c
EZ
762 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
763 instead of window-system.
764 (calendar-hide-window): Use display-multi-frame-p instead of
765 window-system.
766
767 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
768 (calendar-only-one-frame-setup, calendar-one-frame-setup):
769 Use display-multi-frame-p instead of window-system.
53e1a74c 770
23b809c2
GM
7712001-04-23 Gerd Moellmann <gerd@gnu.org>
772
1d14e80c
GM
773 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
774
23b809c2
GM
775 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
776 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
777
b5eeaa1d
GM
7782001-04-23 Alex Schroeder <alex@gnu.org>
779
780 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
781 line-end-position a defalias is used for point-at-bol and point-at-eol.
782
b5eeaa1d
GM
7832001-04-23 Alex Schroeder <alex@gnu.org>
784
785 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 786 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 787
ac1470eb
EZ
7882001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
789
790 * textmodes/paragraphs.el (sentence-end): Doc fix.
791
624ef9b3
GM
7922001-04-20 Alex Schroeder <alex@gnu.org>
793
794 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 795 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
796
7972001-04-20 Alex Schroeder <alex@gnu.org>
798
799 * sql.el (sql-db2-program): New option.
800 (sql-db2-options): New option.
801 (sql-db2): New function.
802
8032001-04-20 Alex Schroeder <alex@gnu.org>
804
805 * sql.el (sql-mode-menu): Added highlighting entries.
806 (sql-highlight-oracle-keywords): New function.
807 (sql-highlight-postgres-keywords): New function.
808 (sql-highlight-ansi-keywords): New function.
809
8102001-04-20 Alex Schroeder <alex@gnu.org>
811
812 * sql.el (sql-help): Doc change.
813
2a83a11d
SM
8142001-04-19 Stefan Monnier <monnier@cs.yale.edu>
815
816 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
817
6f4dd4dc
GM
8182001-04-18 Gerd Moellmann <gerd@gnu.org>
819
0f8d6dc7
GM
820 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
821 for defmethod.
822
6f4dd4dc
GM
823 * comint.el (comint-cr-magic): New function.
824 (toplevel): Add it to comint-preoutput-filter-functions.
825
90200fcc
AI
8262001-04-18 Andrew Innes <andrewi@gnu.org>
827
828 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 829 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
830 (recompile): Remove stuff to set EMACSLOADPATH.
831
daa66f34
GM
8322001-04-18 Gerd Moellmann <gerd@gnu.org>
833
edc5c81d
GM
834 * language/slovak.el ("Slovak"): Add tutorial entry.
835
daa66f34
GM
836 * net/browse-url.el (browse-url-new-window-flag): Renamed from
837 browse-url-new-window-p.
838
5d5845dc
EZ
8392001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
840
841 * info.el (Info-menu-update): When there are no menus and/or no
842 cross references in the node, make the respective items of the
843 Info menu-bar menu inactive.
844
1c8addd0
GM
8452001-04-17 Gerd Moellmann <gerd@gnu.org>
846
f4f480bd
GM
847 * indent.el (indent-for-tab-command): Call indent-line-function
848 with no argument if PREFIX-ARG is non-nil.
849
1c8addd0
GM
850 * frame.el (delete-other-frames): Handle minibuffer-only frames.
851
8f9ab403
EZ
8522001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
853
854 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
855 an async subprocess if start-process is unavailable. Suggested by
856 Tim Van Holder <tim.van.holder@pandora.be>.
857
60322163
EZ
8582001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
859
860 * info.el (Info-additional-directory-list): Doc fix. Suggested by
861 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
862
e372bc67
EZ
8632001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
864
865 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
866 manual.
867
28037ecf
SM
8682001-04-13 Stefan Monnier <monnier@cs.yale.edu>
869
870 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
871 (cvs-menu): Add a few entries.
872
873 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
874 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
875 lock file appears to be reachable from Emacs.
876 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
877 (cvs-mode-find-file): Look for cvs-header-face rather than
878 cvs-dirname-face (which doesn't exist).
879 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
880
881 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
882
5d5e7f53
EZ
8832001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
884
885 * emulation/pc-select.el (pc-selection-mode): Don't turn on
886 normal-erase-is-backspace on a tty. Instead, bind some keys such
887 as [delete] directly, like pc-select.el did before
888 normal-erase-is-backspace was invented.
889
118562e1 8902001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
891
892 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
893
6c9e58c4
JW
8942001-04-11 John Wiegley <johnw@gnu.org>
895
28037ecf
SM
896 * eshell/em-ls.el (eshell-ls-insert-directory):
897 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
898 buffers, if Eshell's ls is being used.
899
118562e1 9002001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 901
28037ecf
SM
902 * calendar/timeclock.el (timeclock-completing-read): New function.
903 (timeclock-ask-for-project, timeclock-ask-for-reason):
904 Call `timeclock-completing-read'.
978bd3ea
JW
905
906 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
907 required where `member' was being used.
908
118562e1 9092001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 910
28037ecf
SM
911 * eshell/em-hist.el (eshell-previous-matching-input):
912 Don't display "History item" if the the minibuffer is active.
978bd3ea 913
30cb0001
GM
9142001-04-11 Gerd Moellmann <gerd@gnu.org>
915
916 * startup.el (command-line): Output a newline after printing
917 an error from loading the window system's init file.
918
e38af9bd
EZ
9192001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
920
28037ecf
SM
921 * textmodes/texinfo.el (texinfo-font-lock-keywords):
922 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
923 @inforef. Add an OVERRIDE of `keep' to highlight specs of
924 keywords whose arguments routinely include @@.
925
bbf63a7b
GM
9262001-04-10 Gerd Moellmann <gerd@gnu.org>
927
28037ecf
SM
928 * emacs-lisp/advice.el (ad-make-advised-definition):
929 Construct advice for subrs differently.
afffeb57 930
3fe35f35 931 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 932 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 933
c8d6d636 934 * simple.el (completion-list-mode-finish): New function.
28037ecf 935 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 936
2a52f40e 937 * language/european.el ("Polish"): Change sample text.
28037ecf 938 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 939
cf8b1bef
GM
940 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
941 parameter.
942
bbf63a7b
GM
943 * faces.el (menu): Doc fix.
944
719d83ad 9452001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
946
947 * ps-print.el: Footer implementation. Doc fix.
948 (ps-print-version): New version number (6.5.1).
949 (ps-header-frame-alist): New customization var for header frame
950 properties.
951 (ps-line-number-color): New customization var for line number color.
952 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
953 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
954 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
955 (ps-right-footer): New customization vars for footers.
956 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
957 footers.
958 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
959 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
960 Code fix.
319acba0
GM
961 (ps-prologue-file): Indentation fix.
962 (ps-print-quote): Fun eliminated.
963 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
964 (ps-output-frame-properties): New fun.
965 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
966 (ps-skip-newline): Replace defun by defsubst.
28037ecf 967
e372bc67 9682001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
969
970 * eshell/eshell.el (eshell-command): Needed a "%s" format
971 specifier, in case the buffer contains percent characters.
972
e372bc67 9732001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
974
975 * calendar/timeclock.el (timeclock-generate-report): Added a
976 missing insert of the project name.
977
9f9a5e7a
GM
9782001-04-09 Gerd Moellmann <gerd@gnu.org>
979
9170e5d4 980 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 981
865e97c1 982 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 983 (finder-data): Use it instead of `setwins'.
865e97c1
GM
984 From: Dave Love <fx@gnu.org>.
985
cf3885ac 986 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
987 (server-visit-files): Run server-visit-hook after going to
988 line 1 so that the hook can set point as it sees fit.
989
9f9a5e7a
GM
990 * bindings.el (mode-line-modified): Unify help messages.
991
51f32106
EZ
9922001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
993
994 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
995 All callers changed.
996
e02160a3
EZ
9972001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
998
8e6bb0d0
EZ
999 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
1000 long file names aren't supported, truncate the file names in
1001 quail-misc-package-ext-info to 8+3 before matching them against
1002 FILENAME.
1003
1004 * dos-fns.el (dos-truncate-to-8+3): New function.
1005
ec321d77
EZ
1006 * progmodes/compile.el (grep-compute-defaults): Use null-device
1007 instead of literal /dev/null. Reported by Jens Schmidt
1008 <schmidt@mathematik.uni-kl.de>.
1009
e02160a3
EZ
1010 * simple.el (normal-erase-is-backspace-mode): Doc fix.
1011
cf3885ac
SM
10122001-04-06 Stefan Monnier <monnier@cs.yale.edu>
1013
1014 * textmodes/sgml-mode.el: Add unknown maintainer.
1015 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
1016 (html-mode-map): Use set-keymap-parent.
1017
3ffb33bb
DL
10182001-04-06 Dave Love <fx@gnu.org>
1019
1020 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1021 Remove redundant string-to-list.
1022
8f625692
SM
10232001-04-05 Stefan Monnier <monnier@cs.yale.edu>
1024
1025 * composite.el (reference-point-alist): Doc fix.
1026
1087f198
SS
10272001-04-05 Sam Steingold <sds@gnu.org>
1028
8f625692
SM
1029 * font-lock.el (font-lock-keywords-case-fold-search):
1030 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
1031 file made font-lock case-insensitive.
1032
a55e4e68
GM
10332001-04-05 Gerd Moellmann <gerd@gnu.org>
1034
0e4892e2
GM
1035 * faces.el (defface menu): Doc fix.
1036
4d664b04
GM
1037 * wid-edit.el (widget-color-sample-face-get): Don't make
1038 faces for undefined colors.
1039
a55e4e68
GM
1040 * version.el (emacs-version): Include LessTif/Motif version info.
1041
f383cd0d
GM
10422001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1043
1044 * ps-mule.el: Eliminate cl package dependence.
1045 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
1046 if they aren't defined yet.
1047 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
1048 Eliminate cl package dependence.
1049
de28797f
SM
10502001-04-04 Stefan Monnier <monnier@cs.yale.edu>
1051
1052 * progmodes/cc-cmds.el (c-outline-level):
1053 Bind buffer-invisibility-spec. Originally from Dave Love, but
1054 got lost when incorporating version 5.26.
1055
32df8b47
EZ
10562001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
1057
de28797f
SM
1058 * emulation/pc-select.el (pc-selection-mode):
1059 Call normal-erase-is-backspace-mode instead of binding
1060 keys individually.
58e4f61d 1061
7f62656b
EZ
1062 * cus-load.el (normal-erase-is-backspace): Use it instead of
1063 delete-key-deletes-forward.
1064
1065 * startup.el (command-line): Use normal-erase-is-backspace and
1066 normal-erase-is-backspace-mode.
1067
1068 * simple.el (normal-erase-is-backspace): Rename from
1069 delete-key-deletes-forward. Doc fix.
1070 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
1071 delete-key-deletes-forward-mode. Doc fix.
1072 Run normal-erase-is-backspace-hook.
7f62656b 1073
32df8b47 1074 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
1075 ``human-readable'' format produced by GNU `ls'.
1076 (dired-move-to-filename-regexp): Recognize ISO format dates.
1077 From Paul Eggert <eggert@twinsun.com>.
32df8b47 1078
5efa6032
GM
10792001-04-04 Gerd Moellmann <gerd@gnu.org>
1080
1081 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1082 New functions.
de28797f
SM
1083 (lm-verify): Check keywords.
1084 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 1085
d757aac1
EL
10862001-04-03 Eric M. Ludlam <eric@siege-engine.com>
1087
1088 * speedbar.el (speedbar-insert-image-button-maybe): Check for
1089 `xemacs' feature instead of for the function `set-extent-property'.
1090
9832760a
SM
10912001-04-03 Stefan Monnier <monnier@cs.yale.edu>
1092
1093 * mail/mh-utils.el (mh-folder-hist): New var.
1094 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1095
d565f6aa
EZ
10962001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
1097
1098 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1099 region, position point on the first or last 16-byte group.
1100 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1101 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
1102 hexl-beginning-of-line.
1103
24c0fd39
GM
11042001-04-03 Gerd Moellmann <gerd@gnu.org>
1105
5efa6032
GM
1106 * icomplete.el (icomplete-mode): Treat an argument like other
1107 modes do.
1108
b3f6107b
GM
1109 * startup.el (fancy-splash-head): Use splash8.xpm for color
1110 depth 8.
1111
24d451c5
SM
1112 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1113 Add an antry for ``converts''.
476bf681 1114
24d451c5
SM
1115 * language/slovak.el ("Slovak"): Add documentation string.
1116 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 1117
450f6970
GM
1118 * language/czech.el ("Czech"): Add documentation string.
1119 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1120
24d451c5
SM
1121 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1122 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
1123
11242001-04-02 Stefan Monnier <monnier@cs.yale.edu>
1125
1126 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1127 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1128 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1129 Use `defsubst' rather than a macro to ease debugging.
1130 (mail-extr-last): Remove (use `last' instead).
1131 (mail-extract-address-components): Properly reset the syntax-table
1132 after parsing an address. Use `last' rather than mail-extr-last.
1133 Make sure the end marker stays at the very end.
24c0fd39 1134
2b908342
EZ
11352001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1136
1137 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1138 last change.
1139
acfb077d
GM
11402001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1141
1142 * ps-print.el: Line and paragraph spacing feature. Region to cut
1143 out when printing. Doc fix.
1144 (ps-print-version): New version number (6.5).
24d451c5
SM
1145 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1146 New vars. Line and paragraph spacing feature.
acfb077d
GM
1147 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
1148 out when printing.
1149 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1150 (ps-get-font-size, ps-begin-job, ps-continue-line)
1151 (ps-plot-region): Code fix.
1152 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
1153 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1154 New internal vars.
acfb077d
GM
1155 (ps-get-size): New fun.
1156 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1157 (ps-next-line): Replace defun by defsubst.
1158 (ps-mule-plot-string): Autoload doc fix.
1159
1160 * ps-bdf.el: XEmacs compatibility. Doc fix.
1161 (installation-directory, coding-system-for-read): Declare vars if
1162 it's not declared yet.
1163 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1164
1165 * ps-mule.el: XEmacs compatibility. Doc fix.
1166 (leading-code-private-22): Declare var if it's not declared yet.
1167 (charset-bytes, charset-dimension, charset-id, charset-width)
1168 (find-charset-region, split-char, char-width, chars-in-region)
1169 (forward-point, decompose-composite-char, encode-coding-string)
1170 (coding-system-p, ccl-execute-on-string, define-ccl-program):
1171 Define funs if not defined yet.
1172 (encode-composition-rule, find-composition): Define funs if not
1173 loaded yet.
1174 (ps-mule-prologue): PostScript code fix.
1175
11762001-04-02 Kenichi Handa <handa@etl.go.jp>
1177
1178 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1179 non-nil, generate font for the header strings.
1180 (ps-mule-prepare-font): Likewise.
1181 (ps-mule-generate-glyphs): Likewise.
1182 (ps-mule-string-encoding): Likewise.
1183 (ps-mule-header-charsets): New variable.
1184 (ps-mule-encode-header-string): New function.
1185 (ps-mule-header-string-charsets): New function.
1186 (ps-mule-begin-job): Check charsets in the header strings. If there
1187 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1188
1189 * ps-print.el (ps-generate-header-line): Encode the header string by
1190 ps-mule-encode-header-string.
1191 (ps-mule-encode-header-string): Declare autoload.
1192
c0eb3c10
GM
11932001-04-02 Gerd Moellmann <gerd@gnu.org>
1194
24d451c5
SM
1195 * frame.el (cursor-in-non-selected-windows):
1196 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 1197
a3d0b0e0
KH
11982001-03-31 Kenichi Handa <handa@etl.go.jp>
1199
1200 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1201 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 1202 (quail-misc-package-ext-info): New variable.
a3d0b0e0 1203 (tsang-quick-converter): New function.
24d451c5
SM
1204 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1205 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
1206 (miscdic-convert, batch-miscdic-convert): New functions.
1207
55f7832c
KH
12082001-03-30 Kenichi Handa <handa@etl.go.jp>
1209
a2217cd8
KH
1210 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1211 eight-bit-control chars.
1212
55f7832c 1213 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 1214 Reduce making temporary vector (suggested by Dave Love).
55f7832c 1215
911a2406
EZ
12162001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1217
1218 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1219 string as well.
1220
1a518f2c
AS
12212001-03-30 Andreas Schwab <schwab@suse.de>
1222
1223 * files.el (backup-directory-alist): Fix typo.
1224
ef080b16
EZ
12252001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1226
1227 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1228 <eggert@twinsun.com>.
1229
e4174a55
DL
12302001-03-30 Dave Love <fx@gnu.org>
1231
1232 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1233
9d5d1075
EZ
12342001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1235
1236 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1237
a27b451e
MB
12382001-03-30 Miles Bader <miles@gnu.org>
1239
1240 * subr.el (interactive-form): Fix paren typo.
1241
aea51abe
EZ
12422001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1243
1244 * emacs-lisp/profile.el: Say that it's obsolete in the header
1245 line, so that finder.el puts that into its data-base.
1246 Suggested by Alex Schroeder <alex@gnu.org>.
1247
249dd409
EZ
12482001-03-29 Paul Eggert <eggert@twinsun.com>
1249
1250 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1251 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1252
1ac1fa96
SM
12532001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1254
1255 * generic.el (generic-mode-set-comments): Use "" rather than nil
1256 for comment-end.
1257
e2b8a830
GM
12582001-03-29 Gerd Moellmann <gerd@gnu.org>
1259
1ac1fa96
SM
1260 * emacs-lisp/advice.el (ad-make-advised-definition):
1261 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
1262
1263 * subr.el (interactive-form): New function.
1264
8b2375e7
AS
12652001-03-29 Andre Spiegel <spiegel@gnu.org>
1266
1267 * vc-sccs.el (vc-sccs-register): Use relative file names.
1268
f827b862
GM
12692001-03-28 Gerd Moellmann <gerd@gnu.org>
1270
e59d0e9d
GM
1271 * bookmark.el (bookmark-get-bookmark): Handle case that
1272 BOOKMARK is not a string.
1273
deb2613a
GM
1274 * image.el (image-type-regexps): Change type for PS files
1275 to `postscript'.
1276
f827b862
GM
1277 * subr.el (read-passwd): Clear command history after each
1278 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1279
3c9449d0
KH
12802001-03-27 Kenichi Handa <handa@etl.go.jp>
1281
1282 * international/kkc.el (kkc-save-init-file): Locally bind
1283 print-length to nil.
1284
e6b13c74
GM
12852001-03-26 Gerd Moellmann <gerd@gnu.org>
1286
e120bebf
GM
1287 * textmodes/flyspell.el: Some doc fixes.
1288 (flyspell-maybe-correct-transposition)
1289 (flyspell-maybe-correct-doubling): Use a temporary buffer
1290
1291 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1292
5f6c5771 1293 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
1294 (byte-optimize-form-code-walker): Diagnose too few arguments
1295 for `if' and `while'.
1296
2b984c45
KH
12972001-03-26 Kenichi Handa <handa@etl.go.jp>
1298
1299 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1300 Prepend `\' to "\<quail-translation-docstring>".
1301
bf2150fa
GM
13022001-03-26 Gerd Moellmann <gerd@gnu.org>
1303
5f6c5771
SM
1304 * autorevert.el (global-auto-revert-non-file-buffers):
1305 Remove duplicate defcustom.
bf2150fa 1306
a0d59316
MB
13072001-03-26 Miles Bader <miles@gnu.org>
1308
5f6c5771
SM
1309 * international/latin1-disp.el (latin1-char-displayable-p):
1310 Add leading "-" for X font pattern.
a0d59316 1311
9edbff6c
KH
13122001-03-26 Kenichi Handa <handa@etl.go.jp>
1313
5f6c5771
SM
1314 * international/mule-diag.el (describe-coding-system):
1315 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
1316 charsets they can encode.
1317
50b57199
EZ
13182001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1319
1320 * help.el (view-lossage): Mention open-dribble-file in the doc
1321 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1322
5b83f9c0
SM
13232001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1324
1325 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1326 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1327
e0ecbf5c
KH
13282001-03-23 Kenichi Handa <handa@etl.go.jp>
1329
5b83f9c0
SM
1330 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1331 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
1332 multibyte sequence can work correctly.
1333 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1334 property of the coding system.
1335
1cc218de
SM
13362001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1337
1338 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1339 Fix transcription typo.
1340
a3db02ad
RV
13412001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1342
1343 * whitespace.el: Add buffer local variables to toggle testing of
1344 whitespaces in buffers without affecting the default values.
a3db02ad 1345 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
1346 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1347 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1348 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 1349
83c9cb8e
SM
13502001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1351
1352 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1353
180d5509
GM
13542001-03-21 Gerd Moellmann <gerd@gnu.org>
1355
eeb5b5c1
GM
1356 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1357 bs-cycle-configuration-name. From Juanma Barranquero
1358 <lektu@uol.com.br>.
1359
170a9e70
GM
1360 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1361 and cc-vars.el.
1362
180d5509
GM
1363 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1364 headers. Always invoke sendmail with option -t.
1365
130c507e
GM
13662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1367
1368 * Release of cc-mode 5.28.
1369
13702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1371
1372 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1373 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 1374 It's instead taken care of by the default value for c-default-style.
130c507e 1375
130c507e
GM
13762000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1377
1378 * cc-align.el (c-lineup-math): Fix bug where lineup was
1379 triggered by equal signs in string literals.
1380
13812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1382
1383 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1384 limit detection when at the ends of the buffer.
1385
1386 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1387 "for" statement clause in case 7F; a better one is done
1388 earlier in case 7D anyway.
1389
13902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1391
1392 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1393 somewhat more and did a small optimization.
1394
13952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1396
1397 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1398 Use the limit argument only to limit the syntactic context
1399 search, not to limit the actual movement.
1400
1401 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1402 inside multiline strings, just like in comments. Also various
1403 fixes to the paragraph and comment prefix recognition, block
1404 comment ender handling etc.
1405
14062000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1407
1408 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1409 the relative position of the point.
1410
1411 * cc-cmds.el (c-electric-continued-statement): New function to
1412 use as abbrev hook to reindent for keywords such as "else"
1413 that continues an earlier statement.
1414
1415 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1416 like classes.
1417
1418 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1419 (pike-mode): Populate the default abbrev tables to reindent for
1420 keywords such as "else" that can continue earlier statements.
1421 Abbrev mode is therefore turned on by default now. (Note that
1422 this doesn't apply to idl-mode, since IDL afaik doesn't have
1423 statements at all.)
1424
14252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1426
1427 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1428 bracelists where the declaration contains template arguments.
1429
14302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1431
83c9cb8e
SM
1432 * cc-cmds.el (c-comment-indent):
1433 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
1434 syntactic indentation. Fixes bug with lineup functions that
1435 return vectors.
1436
1437 * cc-engine.el (c-get-syntactic-indentation): Split the
1438 indentation sum calculation from `c-indent-line' to a separate
1439 function.
1440
14412000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1442
1443 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1444 Fixed places where it was assumed that preprocessor directives
1445 have to start in column zero.
1446
1447 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1448 template arguments after a class identifier properly.
1449
1450 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1451 lists for `new Foo[]' constructs in Java as expressions and
1452 not top level definition brace lists on the top level, so that
1453 they'll get indented consistently with the same type of
1454 expression in a normal block.
1455
14562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1457
1458 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1459 whether the adaptive filling package fails to keep the comment
1460 prefix is now kludged further to check for filladapt-mode
1461 which doesn't have that problem. This is really icky, but it's
1462 the only way that works with the current misfeatures/bugs in
1463 both adaptive-fill-mode and filladapt-mode.
1464
1465 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1466 around point is recognized more robust.
1467
14682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1469
1470 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1471 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1472 (c-lit-type): Fixed all internal variables used dynamically so
1473 that they are always bound.
1474
1475 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1476 errors:
1477
1478 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
1479 the region is fully reindented even when an error occurs.
1480 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
1481 whole lot of code that tried to optimize indentation of whole
1482 sexps but in reality accomplishes nothing.
1483
1484 (c-indent-sexp): Use c-indent-region.
1485
1486 (c-parsing-error): Changed this variable to hold the message
1487 for any syntactic error that is discovered.
1488
1489 (c-parse-state): Search backward from point instead of the bod
1490 position when the latter is invalid. This makes CC Mode
1491 recover faster when there are unbalanced close braces.
1492
1493 (c-backward-to-start-of-if): Use c-parsing-error to report
1494 dangling "else" clauses instead of throwing an error, and fall
1495 back to a reasonable position.
1496
83c9cb8e 1497 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 1498
83c9cb8e 1499 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
1500
15012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1502
1503 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1504 paragraph recognition when moving by sentence in literals.
1505
83c9cb8e
SM
1506 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1507 start regexp for javadoc to recognize javadoc markup in general instead
1508 of a specific set of keywords, to be more future-safe.
130c507e
GM
1509
1510 (c-Pike-pikedoc-paragraph-start)
1511 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1512 pikedoc markup.
1513
83c9cb8e 1514 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 1515
83c9cb8e 1516 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
1517
1518 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1519
1520 (c-comment-prefix-regexp): Made it possible to use an
1521 association list on this to specify mode specific regexps.
1522 The default value now use a special regexp in Pike mode to
1523 recognize pikedoc markup.
1524
1525 (c-current-comment-prefix): New variable containing the actual
1526 regexp from c-comment-prefix-regexp for the current buffer.
1527
15282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1529
1530 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1531 lists: We can't look at the syntax, since a brace list can get
1532 recognized as a plain statement-cont.
1533
1534 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1535 special brace list opener broken over two lines got recognized
1536 as a statement on the second line. Case 9A changed.
1537
15382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1539
1540 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1541 adjustment after line is reindented.
1542
15432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1544
1545 * cc-defs.el (c-point): Added optional argument for position
1546 to use instead of the current point.
1547
1548 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1549 the in-expression block symbols when the construct starts at
1550 boi, to avoid the extra level of indentation in that case.
1551 Cases 4, 16A and 17E affected.
1552
15532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1554
1555 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 1556 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
1557
1558 * cc-engine.el (c-indent-line): Use the syntax already bound
1559 to `c-syntactic-context', if there is any.
1560
15612000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1562
1563 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1564 wasn't added up correctly when a lineup function returned nil.
1565
15662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1567
1568 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 1569 empty lines were ignored when collecting line comments backwards.
130c507e
GM
1570
15712000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1572
1573 * cc-align.el (c-lineup-dont-change): Return an absolute
1574 indentation column to work correctly in the case when several
1575 syntactic elements are processed for the same line.
1576
1577 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1578 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1579 (c-set-offset): Added absolute indentation column settings by
1580 using the vector type.
1581
130c507e
GM
15822000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1583
1584 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1585 Implemented two new cleanups `space-before-funcall' and
1586 `compact-empty-funcall'.
1587
130c507e
GM
15882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1589
1590 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1591 helping building regexps.
1592
1593 * cc-engine.el (c-on-identifier): New function for detecting
1594 identifiers. It takes keywords into account.
1595
1596 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1597 lists. `c-keywords' is set to a regexp matching all keywords
1598 in the current language.
1599
16002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1601
1602 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1603 list of characters to skip backwards over at the beginning of
1604 a statement, since it can precede string literals in Pike.
1605
16062000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1607
1608 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1609 recognition when standing on the last line in a C++ comment
1610 with nothing but whitespace after the prefix.
1611
1612 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1613 given no limit argument.
1614
16152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1616
1617 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1618 recognition for the `[]= operator symbol in Pike.
1619
16202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1621
1622 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1623 around a bug in `eval-when-compile' in the byte compiler.
1624
1625 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 1626 value when count is zero and there's no token start within the limit.
130c507e
GM
1627
1628 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1629 "prefix comments", i.e. comments which are followed by code on
1630 the same line.
1631
1632 * cc-mode-19.el: Fixes so that checks that must be done at
1633 compile time also are done then.
1634
16352000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1636
1637 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1638 time and at runtime, and only when it's needed.
1639
16402000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1641
1642 Major cleanup for less error prone and more warning free
1643 compilation, including some fixes for bugs due to different
1644 compilation orders. Thanks to Martin Buchholz for providing
1645 the basis for all this.
1646
1647 * cc-bytecomp.el: New file that provides some byte compilation
1648 features: It ensures that files always are loaded from the
1649 current source directory during compilation, and it provides a
1650 set of macros to turn off specific compiler warnings for
1651 specific symbols. (It's not CC Mode specific in any way.)
1652
1653 Fixed a nearly acyclic dependency tree (both runtime and
1654 compile-time) between all files.
1655
1656 * cc-defs.el: Separated all macros before the inline functions,
1657 to ensure correct compilation.
1658
1659 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1660 cc-defs.el to cc-engine.el and made it a function instead.
1661
1662 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1663 about char-after.
1664
1665 * cc-vars.el: Cope even when there isn't a custom package
1666 containing defcustom available.
1667
1668 * cc-make.el: Removed since it's no longer necessary.
1669
1670 README: Updated installation instructions.
1671
16722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1673
1674 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1675 improve the modularity: Moved all mode init stuff from
1676 cc-langs.el to cc-mode.el, including the keymap
1677 initialization; cc-langs now only contains the various
1678 variables for configuring the language syntax.
1679
83c9cb8e
SM
1680 * cc-engine.el, cc-styles.el (c-evaluate-offset)
1681 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 1682 dependency analysis suggests they belong there (which also
83c9cb8e 1683 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
1684
16852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1686
1687 * cc-cmds.el (c-fn-region-is-active-p): New function that
1688 wraps the corresponding macro, for use in places that aren't
1689 compiled. Thanks to Martin Buchholz for pointing out this.
1690
83c9cb8e 1691 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
1692
1693 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1694 add things to the bug report.
1695
16962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1697
1698 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1699 returned prefix could contain a newline when the search for a
1700 good prefix line failed.
1701
17022000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1703
1704 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1705 (c-toggle-auto-hungry-state): Made the argument optional, as
1706 the documentation says it is.
1707
17082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1709
1710 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1711 multiline string syntax, #"...", as a cpp macro.
1712
7008ccac
GM
17132001-03-21 Paul Eggert <eggert@twinsun.com>
1714
83c9cb8e
SM
1715 * international/mule-cmds.el (set-locale-environment):
1716 Set system-messages-locale and system-time-locale, but only if the
7008ccac 1717 caller specifies a non-nil locale name.
3c9449d0 1718
c2478129 17192001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
1720
1721 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 1722 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 1723
117e4b0c
GM
17242001-03-20 Gerd Moellmann <gerd@gnu.org>
1725
7194219d
GM
1726 * follow.el (follow-avoid-tail-recenter): Doc fix.
1727
5721ae13
GM
1728 * custom.el (custom-set-variables): Avoid reversing the list
1729 of args needlessly.
1730
7b8bbf72
GM
1731 * startup.el (fancy-splash-head): Don't change the colors of the
1732 XPM image on a dark background.
1733
a91ad7c9
GM
1734 * comint.el (comint-exec-1): Set columns of the terminal to
1735 window-width instead of frame-width.
1736
fa88947e
GM
1737 * info.el (Info-scroll-down): Add missing WINDOW arg for
1738 pos-visible-in-window-p.
1739
1741905c
GM
1740 * ehelp.el (electric-help-mode-hook): Add defcustom.
1741
117e4b0c
GM
1742 * mail/sendmail.el (mail-mode): Activate case-folding in
1743 font-lock-defaults.
1744
e84c695d
SM
17452001-03-19 Stefan Monnier <monnier@cs.yale.edu>
1746
1747 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1748 (completion-ignored-extensions): Remove duplicate ".class".
1749
fc774041
AS
17502001-03-19 Andreas Schwab <schwab@suse.de>
1751
83c9cb8e
SM
1752 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1753 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 1754
c2c097cc
GM
17552001-03-19 Gerd Moellmann <gerd@gnu.org>
1756
1757 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1758 methods since there are not prefix input methods.
1759
fbe2e958
KH
17602001-03-19 Kenichi Handa <handa@etl.go.jp>
1761
83c9cb8e
SM
1762 * international/mule-cmds.el (read-input-method-name):
1763 Locally bind enable-recursive-minibuffers to t.
fbe2e958 1764
da47e491
SM
17652001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1766
1767 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1768
4986c2c6 17692001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 1770
4986c2c6
MK
1771 * ediff-util.el: Copyright years.
1772 (ediff-choose-syntax-table): New function.
1773 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 1774
4986c2c6
MK
1775 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1776 with-syntax-table.
83c9cb8e 1777
4986c2c6 1778 * ediff.el: Date of last update, copyright years.
83c9cb8e 1779
4986c2c6 1780 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 1781
4986c2c6
MK
1782 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1783 of Scott Bronson.
1784 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1785 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1786 Deleted functions.
1787 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1788 ex-token-list.
83c9cb8e 1789
4986c2c6 1790 * viper-util.el: Spaces, indentation.
83c9cb8e 1791
4986c2c6 1792 * viper.el: Changed version, modification time.
83c9cb8e 1793
3c799aec 17942001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
1795
1796 * calendar/timeclock.el (timeclock-workday-remaining):
1797 Check whether `discrep' is non-null before using it.
3c799aec 1798
ae3ce418
JW
17992001-03-16 John Wiegley <johnw@gnu.org>
1800
1801 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1802 first-time checkins.
1803 (timeclock-log-data): Fixed problem with reading timelog log file.
1804 Resulting data in the "day list" was incorrect.
1805 (timeclock-find-discrep): Check if `timeclock-file' is readable
1806 before opening it.
1807 (timeclock-time-less-p): New function.
1808 (timeclock-day-base): New function.
1809 (timeclock-geometric-mean): New function.
1810 (timeclock-generate-report): Generate a summary report based on
1811 the contents of the log file. This uses `timeclock-log-data', and
1812 is an example of writing a timelog manipulation function.
1813 (timeclock-visit-timelog): A quick command for opening the timelog
1814 file.
1815 (timeclock-log-data): Bound the variable event.
1816
c8d4a9bb
KH
18172001-03-16 Kenichi Handa <handa@etl.go.jp>
1818
83c9cb8e
SM
1819 * international/mule-cmds.el (select-safe-coding-system):
1820 Fix typo: symbol-name -> symbol-value.
11d56c64 1821
c8d4a9bb
KH
1822 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1823 before substitute-in-file-name to handle double slashes in FILE
1824 correctly.
1825
c899e7e6
GM
18262001-03-15 Gerd Moellmann <gerd@gnu.org>
1827
1828 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1829 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1830
819dce0f
GM
18312001-03-14 Gerd Moellmann <gerd@gnu.org>
1832
697617d9
GM
1833 * bindings.el (features): Add `md5' and `overlay' to the list.
1834
819dce0f
GM
1835 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1836 bound before using it. It's not bound when configured without X,
1837 for instance.
1838
e0067a9d
TTN
18392001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1840
1841 * progmodes/hideshow.el: Update copyright.
1842 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 1843 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 1844
afcdc0a1
GM
18452001-03-13 Gerd Moellmann <gerd@gnu.org>
1846
e0067a9d 1847 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
1848 a non-list.
1849
30564c48
EZ
18502001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1851
1852 * startup.el (fancy-splash-tail, command-line-1): Fix the
1853 copyright year.
1854
2b8e24b3
KH
18552001-03-13 Kenichi Handa <handa@etl.go.jp>
1856
1857 * term.el: These changes are based on a patch sent from Yong Lu
1858 <lyongu@yahoo.com>.
1859 (term-set-escape-char): Bind M-x to execute-extended-command in
1860 term-raw-escape-map.
1861 (term-move-columns): Don't try to move to negagive column.
1862 (term-emulate-terminal): Insert a string before deleting a text to
1863 overwrite.
1864
789b6186
GM
18652001-03-12 Gerd Moellmann <gerd@gnu.org>
1866
b0778a31
GM
1867 * play/life.el (life): Rearrange code so that all calls to
1868 life-display-generation are in a catch-form.
1869
04528cda
GM
1870 * progmodes/etags.el (tags-loop-continue): Don't change point in a
1871 file that isn't interesting. In an interesting file, push the old
1872 value of point on the mark ring.
1873
760cefb5
GM
1874 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1875 New function.
1876 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1877 Use it.
1878
83c9cb8e
SM
1879 * emacs-lisp/autoload.el (generate-file-autoloads):
1880 Remove warning about line lengths.
789b6186 1881
a2ffbafe
FP
18822001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
1883
1884 * progmodes/etags.el (tags-compression-info-list): New variable.
1885 (find-tag-in-order): Use it to deal with compressed source files.
1886 (tag-file-name-match-p): New function.
1887 (etags-recognize-tags-table): Use it for better match of file names.
1888
5c9d9d92
KH
18892001-03-12 Kenichi Handa <handa@etl.go.jp>
1890
ba3e9b9b
KH
1891 * international/mule-cmds.el (register-input-method): Doc fix.
1892
5c9d9d92
KH
1893 * international/quail.el (quail-translate-key): Fix condition to
1894 check if there's another breaking point in the current key.
1895
40beecee
EZ
18962001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
1897
1898 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1899 Babyl header to the newly-created output file, bind
1900 coding-system-for-write to either rmail-file-coding-system or
1901 emacs-mule-unix.
1902
75c6cb7f
SM
19032001-03-11 Stefan Monnier <monnier@cs.yale.edu>
1904
1905 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1906 Fix the name and regexp used for subsubsections.
1907
5ec17636
DL
19082001-03-10 Dave Love <fx@gnu.org>
1909
1910 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1911 and save-buffer if buffer-file-name non-nil. From rms.
1912
6d2e2c02
AS
19132001-03-10 Andre Spiegel <spiegel@gnu.org>
1914
1915 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 1916 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
1917 to reflect that.
1918 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 1919 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
1920 variable bindings that might affect the diff command.
1921 (vc-print-log): Don't switch to the *vc* buffer before the
1922 command, so that local variable bindings are preserved.
1923
789b6186 1924 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
1925 not the current buffer.
1926 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1927
789b6186 1928 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 1929 make output go to buffer *vc*, not the current buffer.
a2ffbafe 1930
b18f5523
SM
19312001-03-09 Stefan Monnier <monnier@cs.yale.edu>
1932
1933 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1934 so ^, $, *, ? and + are interpreted correctly.
1935
3cfd8357
GM
19362001-03-09 Gerd Moellmann <gerd@gnu.org>
1937
c085b77c 1938 * help.el (string-key-binding): Renamed from
f9db8f19
SM
1939 mode-line-key-binding. Handle any event on a string.
1940 Check for `keymap' properties as well as `local-map' properties.
c085b77c 1941
3cfd8357
GM
1942 * comint.el (comint-insert-clicked-input): Use the last key
1943 from this-command-keys to lookup the global key definition.
1944
348f797a
KH
19452001-03-09 Kenichi Handa <handa@etl.go.jp>
1946
3ebf3717
KH
1947 * international/characters.el: Add category `j' for
1948 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1949
348f797a
KH
1950 * international/mule-conf.el (no-conversion): Fix docstring.
1951 (raw-text): Fix docstring.
1952
e1fbabaf
GM
19532001-03-08 Gerd Moellmann <gerd@gnu.org>
1954
96e8e603
GM
1955 * simple.el (choose-completion-string): When not leaving the
1956 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1957 is set.
1958
e1fbabaf
GM
1959 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1960 parameter `(minibuffer . t)'.
1961
f9db8f19
SM
19622001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1963
1964 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1965 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1966 (sh-mode): Remove `make-local-variable' for unused var
1967 `font-lock-unfontify-region-function'.
1968
02756877
RS
19692001-03-07 Richard M. Stallman <rms@gnu.org>
1970
132bf46d
RS
1971 * info.el (Info-scroll-down): Fix previous change.
1972
02756877
RS
1973 * mail/rmail.el (rmail-toggle-header): Use a window which
1974 is showing the Rmail buffer, rather than the selected window.
1975
eeb24429
DL
19762001-03-07 Dave Love <fx@gnu.org>
1977
1978 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1979 now, to avoid problems with binding imenu directly to a mouse event.
1980
3bdf2660
GM
19812001-03-07 Gerd Moellmann <gerd@gnu.org>
1982
1983 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1984 second arg t.
1985
19862001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
1987
1988 * log-edit.el (log-edit-common-indent): New var.
1989 (log-edit-set-common-indentation): Renamed from
1990 log-edit-delete-common-indentation. Use the new var.
1991 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1992
1993 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1994 (cvs-mode-add-change-log-entry-other-window):
1995 Don't presume change-log-default-name is defined.
1996
1997 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1998
1999 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
2000 the "tree" operation as well.
2001
2002 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
2003
2004 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
2005 to match paragraph-start.
2006
2007 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
2008 comment-start-skip and set comment-end-skip as well.
2009 (sgml-comment-indent): Fix for new value of comment-start-skip.
2010 (html-autoview-mode): Don't bother using make-local-hook.
2011
2ad02767
GM
20122001-03-07 Gerd Moellmann <gerd@gnu.org>
2013
189638d5 2014 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 2015 variables, otherwise long Custom entries would make them ineffective.
189638d5 2016
2ad02767
GM
2017 * uniquify.el: Set maintainer to FSF.
2018
656f8cae
EZ
20192001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
2020
2021 * dired-aux.el (dired-do-shell-command): Doc fix.
2022
c83965c4
SM
20232001-03-06 Stefan Monnier <monnier@cs.yale.edu>
2024
04af43bc
SM
2025 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
2026
2027 * which-func.el (which-func-modes): Add cperl-mode.
2028 (which-func-mode-global): Use define-minor-mode.
2029
2030 * info-look.el: Docstring fixes and dead code eliminated.
2031 (cperl-mode): Add support.
2032 (emacs-lisp-mode): List all entries from elisp manual, whether
2033 or not they are currently (f)bound or not. Update regexp.
2034
2035 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
2036
c83965c4
SM
2037 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
2038 so that C-h m shows the correct information.
2039 Use make-local-variable rather than make-variable-buffer-local.
2040 (cperl-info-buffer, cperl-setup-tmp-buf):
2041 Use make-local-variable rather than make-variable-buffer-local.
2042 (cperl-msb-fix, cperl-get-help-defer):
2043 Check major-mode for `cperl-mode' as well.
2044
2045 * progmodes/cperl-mode.el: Updated to author version 4.23.
2046 (cperl-electric-pod): SYNOPSIS was misspelled.
2047 (cperl-find-pods-heres): @if ? a : b was considered a REx.
2048 (cperl-after-expr-p): Make true after __END__.
2049
f16a7aa5
GM
20502001-03-06 Gerd Moellmann <gerd@gnu.org>
2051
157ae273 2052 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 2053 bookmark-completion-ignore-case is t.
157ae273 2054
f16a7aa5
GM
2055 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
2056 switch, like xterm, and concat resource strings, with a newline
2057 between them.
2058
abaddb98
EZ
20592001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2060
a2ffbafe 2061 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
2062 (cp773-decode-table, cp774-decode-table): New variables.
2063
abaddb98
EZ
2064 * man.el (Man-hyphenated-reference-regexp): New variable.
2065 (Man-build-references-alist): Use it to search for referenced
2066 manpages. If hyphenated is non-nil, record a concatenated word in
2067 Man-refpages-alist only if it matches Man-reference-regexp.
2068 Update word's length when it is concatenated. Reverse the list,
2069 to get the first manpage at the head.
2070 (Man-possibly-hyphenated-word): New function.
2071 (Man-follow-manual-reference): Use it instead of current-word to
2072 find a manpage at point, in a way that accounts for hyphenated
2073 references.
2074
eb3f61dd
GM
20752001-03-06 Alex Schroeder <alex@gnu.org>
2076
2077 * sql.el (sql-interbase): New function.
2078 (sql-interbase-program): New option.
2079 (sql-interbase-options): New option.
2080 And some typos fixed: "customise" to "customize".
2081
fa84f42a
DL
20822001-03-06 Dave Love <fx@gnu.org>
2083
83c9cb8e
SM
2084 * textmodes/flyspell.el (flyspell-region):
2085 Set up flyspell-local-mouse-map.
fa84f42a 2086
fda3411d
RS
20872001-03-05 Richard M. Stallman <rms@gnu.org>
2088
a2ffbafe 2089 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
2090 Don't call rmail-beginning-of-message.
2091 Don't discard From: field. Do discard Received: field.
2092 Use unwind-protect to re-prune.
2093 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 2094
e972ab1f
KH
20952001-03-06 Kenichi Handa <handa@etl.go.jp>
2096
2097 * international/quail.el (quail-title): Add autoload cookie.
2098
335db3c1
DL
20992001-03-05 Dave Love <fx@gnu.org>
2100
2101 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2102 new defs.
2103
278dd6ac
KH
21042001-03-05 Kenichi Handa <handa@etl.go.jp>
2105
83c9cb8e
SM
2106 * language/ethio-util.el (ethio-toggle-space):
2107 Update current-input-method-title if necessary.
36d5e61d
KH
2108 (ethio-toggle-punctuation): Likewise.
2109
341cd4f0
KH
2110 * international/quail.el (quail-title): Fix for the case that a
2111 title of an input method is specified by a list of the same form
2112 as used in mode-line-format.
2113
83c9cb8e
SM
2114 * international/mule-cmds.el (activate-input-method):
2115 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
2116 respect that value.
2117
10ebaeb6
GM
21182001-03-05 Gerd Moellmann <gerd@gnu.org>
2119
2120 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2121
7a65c85c
GM
21222001-03-05 Alex Schroeder <alex@gnu.org>
2123
2124 * sql.el (sql-sybase): Fix typo (was: query user about server two
2125 times instead of server and database).
2126
2127 * sql.el (sql-sybase): Doc change.
2128 (sql-mysql): Doc change.
2129 (sql-postgres): Doc change.
2130
b86644f2
KH
21312001-03-05 Kenichi Handa <handa@etl.go.jp>
2132
83c9cb8e
SM
2133 * international/mule-conf.el (emacs-mule, raw-text):
2134 Docstring modified.
b86644f2 2135
e30bd7b7
EZ
21362001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2137
2138 * term/internal.el: Update copyright notice.
2139
2140 * term/pc-win.el: Update copyright notice.
2141
7e365285
DL
21422001-03-02 Dave Love <fx@gnu.org>
2143
83c9cb8e
SM
2144 * files.el (insert-file-contents-literally):
2145 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2146 not jka-compr-compression-info-list.
7e365285 2147
75ed43a6
SM
21482001-03-02 Stefan Monnier <monnier@cs.yale.edu>
2149
2150 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2151 spaces in default comment-start-skip settings rather than \s-.
2152
53c4b1e6
EZ
21532001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2154
2155 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2156 default-frame-alist as well.
2157
028d739a
DL
21582001-03-01 Dave Love <fx@gnu.org>
2159
2160 * textmodes/reftex.el (defvar): Wrap some defvars in
2161 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
2162
2163 * subr.el (event-basic-type): Doc fix.
2164
2165 * international/quail.el: Doc fixes.
2166
2167 * international/utf-8.el: Doc fixes.
2168
2169 * international/mule-cmds.el: Doc fixes.
2170 (leim-list-header): Fix header text.
2171
2172 * international/mule.el (coding-system-category): Doc fix.
2173
2174 * international/ccl.el (ccl-compile): Doc fix.
2175
15d1caef
SM
21762001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2177
2178 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2179 rather than (before|after)-change-functions.
2180
f84ff02c
GM
21812001-03-01 Gerd Moellmann <gerd@gnu.org>
2182
2183 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2184 scroll-left and scroll-right being called interactively so that
2185 they set the window's min_hscroll.
2186
e0c1e774
EZ
21872001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2188
2189 * info.el (info-insert-file-contents-1): Accept an additional
2190 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
2191 `suffix'; otherwise use the complicated MS-DOS code.
2192 All callers changed.
e0c1e774
EZ
2193 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2194 can access long file names, try the long file-name version of
2195 `info-insert-file-contents-1', then the short file-name version.
2196
b8b2ea31 21972001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 2198
af122766
KH
2199 * language/ethio-util.el (setup-ethiopic-environment-internal):
2200 Change bindings of functions keys to conform to "Emacs Lisp Coding
2201 Convention".
2202
2203 * language/ethiopic.el ("Ethiopic"): Add documentation.
2204
b8b2ea31
KH
22052001-02-28 Kenichi Handa <handa@etl.go.jp>
2206
1d64e2ad
KH
2207 * international/utf-8.el (mule-utf-8): Set coding-category
2208 property to coding-category-utf-8.
2209
91cb6e51
RS
22102001-02-27 Richard M. Stallman <rms@gnu.org>
2211
2212 * lpr.el (lpr-page-header-switches, print-region-1):
2213 Undo 2000-07-06 change.
7298f3f7
RS
2214 (lpr-add-switches): Default to t on gnu/linux.
2215
c0cb1027
GM
22162001-02-27 Gerd Moellmann <gerd@gnu.org>
2217
2218 * bs.el (bs-attributes-list): Doc fix.
2219
01459648
GM
22202001-02-26 Gerd Moellmann <gerd@gnu.org>
2221
baebd8a5 2222 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 2223
01459648
GM
2224 * help.el (view-order-manuals): Use goto-address.
2225
2226 * startup.el (command-line-1): Add info about ordering manuals
2227 to the not so fancy splash screens.
2228
f93e614e
AS
22292001-02-26 Andre Spiegel <spiegel@gnu.org>
2230
01459648
GM
2231 * vc.el (vc-default-workfile-unchanged-p)
2232 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 2233
12435002
GM
22342001-02-26 Gerd Moellmann <gerd@gnu.org>
2235
a2ffbafe 2236 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
2237 fontify in the right buffer.
2238
12435002
GM
2239 * allout.el (outline-flag-region): Move macro in front of first
2240 use to avoid a run-time error.
2241
425de386
AI
22422001-02-24 Andrew Innes <andrewi@gnu.org>
2243
2244 * makefile.w32-in: Fix copyright notice.
2245
66c56ed1
KH
22462001-02-24 Kenichi Handa <handa@etl.go.jp>
2247
4c1593ce
KH
2248 * international/utf-8.el (mule-utf-8): Set correct value for
2249 valid-codes property.
2250
66c56ed1
KH
2251 * international/fontset.el (x-complement-fontset-spec): In the
2252 case that we use ASCII font for the other charsets, use only
15d1caef 2253 family and registry part of it.
66c56ed1 2254
119171dd
EZ
22552001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2256
2257 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2258 (shrink-window-if-larger-than-buffer): Doc fix.
2259
932c309e
SM
22602001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2261
2262 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2263 predicate passed to completing-read.
2264
9b760e36
EZ
22652001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2266
2267 * startup.el (command-line): Fix last change.
2268
5c39a60f
JR
22692001-02-23 Jason Rumney <jasonr@gnu.org>
2270
2271 * startup.el (tool-bar-originally-present): New variable.
2272 (command-line): Set it if the tool-bar is switched on at startup.
2273
2274 * frame.el (frame-notice-user-settings): Only adjust frame height
2275 for no tool-bar case if tool-bar was originally switched on.
796ead7e 2276 From E. Jay Berkenbilt.
5c39a60f 2277
cb91b2c7
SM
22782001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2279
39b557e8
SM
2280 * server.el (server-switch-buffer): Only switch window if the
2281 current one is dedicated.
2282
cb91b2c7
SM
2283 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2284 rather than using (match-beginning 0) when searching for break point.
2285
9238a8df
EZ
22862001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2287
2288 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2289 @ follows an accent command such as @'. Support optional braces
2290 in commands that insert accents, like makeinfo does.
2291
3473f362
GM
22922001-02-22 Gerd Moellmann <gerd@gnu.org>
2293
2294 * startup.el (fancy-splash-text): Add a line for ordering
2295 manuals. Reverse order of splash screens shown.
2296 (use-fancy-splash-screens-p): Adapt to the text line added.
2297
2298 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2299 manuals from the FSF.
2300
2301 * help.el (view-order-manuals): New function.
2302 (toplevel): Bind C-h C-m to this function.
2303
76a4de07
SM
23042001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2305
2306 * newcomment.el (comment-forward): Skip the comment-start before
2307 searching for the comment-end.
2308
75b71d85
DL
23092001-02-21 Dave Love <fx@gnu.org>
2310
2f4c9a87
DL
2311 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2312
75b71d85
DL
2313 * international/mule-cmds.el, international/mule.el: Doc fixes.
2314
2315 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2316 (fortune) <defgroup>: Add :link.
2317 (fortune-from-region): Use eq, not eql.
2318
ffc9ff0c
GM
23192001-02-21 Gerd Moellmann <gerd@gnu.org>
2320
2321 * startup.el (fancy-splash-screens): Use display-hourglass
2322 instead of display-busy-cursor.
2323
2324 * frame.el (display-hourglass): Renamed from busy-cursor.
2325 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2326 (show-cursor-in-non-selected-windows): Doc fix.
2327
f34eb373
DL
23282001-02-20 Dave Love <fx@gnu.org>
2329
2330 * international/utf-8.el: Doc and commentary fixes.
2331
f55e4a7e
EZ
23322001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2333
2334 * ehelp.el (with-electric-help): Doc fix.
2335
fa97adf6
GM
23362001-02-20 Gerd Moellmann <gerd@gnu.org>
2337
2338 * msb.el (msb-mode): Call the update-buffers function explicitly
2339 with a FORCE argument.
2340
2341 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2342 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2343 returns nil.
2344
54ed3bd2
GM
23452001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2346
2347 * ps-print.el: Timestamp package replacement. Some enhancements.
2348 Some XEmacs compatibility. Doc fix.
2349 (ps-print-version): New version number (6.4).
2350 (ps-printer-name): Initialization fix.
2351 (ps-zebra-stripe-follow): Funcionality enhancement.
2352 (ps-prologue-file): Code enhancement.
2353 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
2354 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2355 (ps-get-page-dimensions)
54ed3bd2
GM
2356 (ps-generate-header, ps-begin-file, ps-begin-job)
2357 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2358 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2359 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2360 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 2361
e8ebf97d
MB
23622001-02-20 Miles Bader <miles@gnu.org>
2363
2364 * image-file.el (image-file-name-extensions): Add "tif".
2365
136b27c5
GM
23662001-02-19 Gerd Moellmann <gerd@gnu.org>
2367
2368 * wid-edit.el (widget-button-click): Save the selected window
2369 around the code handling clicks on buttons.
2370
6ebbcf59
DL
23712001-02-18 Dave Love <fx@gnu.org>
2372
2373 * imenu.el (imenu--generic-function): Use mapc to iterate over
2374 syntax characters.
2375
595ded73
RS
23762001-02-17 Richard M. Stallman <rms@gnu.org>
2377
b9fe3dc8
RS
2378 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2379
595ded73
RS
2380 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2381
f3f053f3
GM
23822001-02-16 Gerd Moellmann <gerd@gnu.org>
2383
2384 * mouse.el (mouse-save-then-kill): If the distance from the new
2385 point to the mark is equal to the distance of point from the new
2386 point, move point instead of the mark.
2387
11570a8f
DL
23882001-02-16 Dave Love <fx@gnu.org>
2389
2390 * textmodes/flyspell.el (flyspell-get-word): Return string without
2391 properties.
2392
fb339cd5
EZ
23932001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2394
2395 * generic.el (generic-find-file-regexp): Doc fix.
2396 (generic-ignore-files-regexp): New defcustom.
2397 (generic-mode-find-file-hook): If the file's name matches the
2398 regexp in `generic-ignore-files-regexp', don't enter
2399 default-generic-mode. Doc fix.
2400
c56b1c1b
GM
24012001-02-16 Gerd Moellmann <gerd@gnu.org>
2402
a2ffbafe 2403 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
2404 Add autoload cookies.
2405
a2ffbafe 2406 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
2407 of cal-tex-24.
2408
0d140e65
EZ
24092001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2410
81558867
EZ
2411 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2412
0d140e65
EZ
2413 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2414 the character class after the (optional) drive, to support file
2415 names with embedded blanks.
2416
713f7b15
SS
24172001-02-15 Sam Steingold <sds@gnu.org>
2418
2419 * textmodes/tex-mode.el (tex-shell-running):
2420 Check the process buffer too.
2421
9a2a6f73
DL
24222001-02-15 Dave Love <fx@gnu.org>
2423
2424 * battery.el (battery-status-function): Fix doc, :type.
2425
15d1caef 2426 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 2427
fe10cef0
GM
24282001-02-15 Gerd Moellmann <gerd@gnu.org>
2429
2430 * subr.el (read-passwd): Clear Lisp memory holding password.
2431
126f5d4d
MB
24322001-02-15 Miles Bader <miles@gnu.org>
2433
2434 * info.el (Info-copy-current-node-name): New function.
2435 (Info-mode-menu): Add it to the menu.
2436
92e98d63
RS
24372001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2438
2439 * international/mule-cmds.el (toggle-input-method): Doc fix.
2440
dd4e0e55
SM
24412001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2442
2443 * replace.el (occur): Stop at end of buffer.
2444
402dbbd1
EZ
24452001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2446
2447 * international/mule-cmds.el (set-input-method): Another doc fix.
2448
e9fcba3d
GM
24492001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2450
2451 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2452
78ad1cd5
MB
24532001-02-13 Miles Bader <miles@gnu.org>
2454
713f7b15 2455 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
2456 (set-face-stipple): Treat a value of nil as being `unspecified'.
2457
fce9d9dc
DL
24582001-02-12 Dave Love <d.love@dl.ac.uk>
2459
2460 * international/latin1-disp.el: Doc fixes.
2461 (latin1-display) <defgroup>: Add :link.
2462 (latin1-display) <function>: Set variable latin1-display.
2463
bc406911
EZ
24642001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2465
2466 * international/mule-cmds.el (set-input-method): Doc fix.
2467
68514d48
EL
24682001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2469
2470 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2471 (speedbar-line-file): Return nil if not a file.
2472 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2473
513bea45 24742001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 2475
513bea45
MK
2476 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2477 for remote files.
bc406911 2478 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 2479 with raw-text.
713f7b15 2480
513bea45 2481 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 2482
83c9cb8e
SM
2483 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2484 Better handling of the diff mode.
713f7b15 2485
513bea45 2486 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 2487
bc406911 2488 * viper.texi: Fix typos.
713f7b15 2489
521d4010
DL
24902001-02-11 Dave Love <fx@gnu.org>
2491
36fd8e17
DL
2492 * shadowfile.el: Doc fixes.
2493 (shadow) <defgroup>: Add :link.
2494 (shadowfile-unload-hook): New function.
2495 (shadow-initialize): Use defalias, not fset.
2496 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 2497 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 2498
521d4010
DL
2499 * international/mule.el: Doc and message fixes.
2500
36fd8e17
DL
2501 * international/ccl.el (define-ccl-program): Doc fix.
2502
92395bbe
KH
25032001-02-11 Kenichi Handa <handa@etl.go.jp>
2504
2505 * faces.el (mode-line): Set :line-width property to -1.
2506
103db06c
RS
25072001-02-10 Richard M. Stallman <rms@gnu.org>
2508
08b78974
RS
2509 * complete.el (partial-completion-mode): Doc fix.
2510
103db06c
RS
2511 * simple.el (delete-key-deletes-forward-mode):
2512 Change `let' to `let*' to fix gross bug in last change.
2513
2514 * repeat.el (repeat): Don't let execute-kbd-macro alter
2515 real-last-command.
2516
a6a1ee53
EZ
25172001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2518
2519 * simple.el (eval-expression): Doc fix.
2520
d2f288c6
DL
25212001-02-09 Dave Love <fx@gnu.org>
2522
038f4ae3
DL
2523 * imenu.el (imenu-generic-expression): Doc fix.
2524
83c9cb8e
SM
2525 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2526 From Juanma Barranquero.
038f4ae3 2527
15d1caef 2528 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 2529
9804b846
KH
25302001-02-09 Kenichi Handa <handa@etl.go.jp>
2531
2532 * faces.el (set-face-attribute): Describe the case of a negative
2533 value specified for :line-width.
2534
532f5197
SM
25352001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2536
2537 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 2538 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 2539
1d279666
DL
25402001-02-08 Dave Love <fx@gnu.org>
2541
4681ca3a
DL
2542 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2543 widget-plist-value-type.
2544 (widget-alist-convert-widget): Replace binding of
2545 widget-alist-value-type.
2546
1d279666
DL
2547 * textmodes/paragraphs.el (sentence-end): Doc fix.
2548
83c9cb8e
SM
2549 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2550 Remove `backward-line'.
1d279666 2551
532f5197
SM
2552 * play/pong.el (pong-blank-color, pong-bat-color)
2553 (pong-ball-color, pong-border-color, pong-left-key)
2554 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2555 (pong-pause-key, pong-resume-key, pong-timer-delay):
2556 * mail/mh-comp.el (mh-compose-letter-function):
2557 * eshell/esh-mode.el (eshell-skip-prompt-function):
2558 * emulation/viper-ex.el (ex-unix-type-shell-options):
2559 * recentf.el (recentf-menu-filter):
2560 * ps-print.el (ps-print-region-function):
2561 * lpr.el (print-region-function):
2562 * forms.el (forms-mode-hooks):
2563 * dirtrack.el (dirtrack-directory-change-hook):
2564 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2565 * textmodes/spell.el (spell-filter):
2566 * textmodes/fill.el (adaptive-fill-function):
2567 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2568 * progmodes/etags.el (find-tag-default-function):
2569 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
2570 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2571
6f676109
EZ
25722001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2573
751d3bc4
EZ
2574 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2575 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2576 Meyering <jim@meyering.net>.
2577
6f676109
EZ
2578 * loadup.el: Revert last change.
2579
d3c26cdf
KH
25802001-02-07 Kenichi Handa <handa@etl.go.jp>
2581
83c9cb8e
SM
2582 * international/mule.el (transform-make-coding-system-args):
2583 Make it work also for coding systems not using CCL.
d3c26cdf 2584
44806980
EZ
25852001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2586
9889af08
EZ
2587 * simple.el (previous-matching-history-element)
2588 (next-matching-history-element): Doc fix.
2589
44806980
EZ
2590 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2591 specific part.
2592
1e36ff68
DL
25932001-02-06 Dave Love <fx@gnu.org>
2594
713f7b15 2595 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
2596 (add-log-buffer-file-name-function, add-log-file-name-function):
2597 Fix :type.
2598 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2599
c7ca58df
EZ
26002001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2601
fecd556a
EZ
2602 * info.el (info-initialize): Remove the test for system-type when
2603 invocation-directory is non-nil.
2604
c7ca58df
EZ
2605 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2606 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2607
587b5737
AI
26082001-02-06 Andrew Innes <andrewi@gnu.org>
2609
2610 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2611 absolute.
2612
baf7eee4
GM
26132001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2614
2615 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2616 buffers. When hi-lock turned on rather than only checking current
2617 buffer for regexps, all buffers are checked. Moved activation of
2618 font-lock to hi-lock-refontify. When font-lock turned off rather
2619 than removing added highlighting just in current buffer, remove it
2620 in all buffers. Changed edit menu text from "Automatic
2621 Highlighting" to "Regexp Highlighting" Documentation for
2622 highlighting phrases, minor documentation changes.
2623 (hi-lock-set-file-patterns): Execute only if there are new or
2624 existing file patterns.
2625 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2626 unfontify and, if a support mode is active, will not refontify the
2627 whole buffer. If necessary, turn on font lock. (Removed
2628 font-lock-unfontify and font-lock support-mode-specific calls,
2629 such as lazy-lock-fontify-window.)
2630 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2631 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 2632 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
2633 (hi-lock-face-phrase-buffer): New function. Also added related
2634 menu item and keybinding.
2635 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2636 (hi-lock-process-phrase): New function.
2637 (hi-lock-line-face-buffer): Doc fixes.
2638 (hi-lock-face-buffer): Doc fixes.
2639 (hi-lock-unface-buffer): Doc fixes.
713f7b15 2640
36710aa6
GM
26412001-02-06 Gerd Moellmann <gerd@gnu.org>
2642
2643 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2644 dabbrev-ignored-regexps.
2645
d3f22784
EZ
26462001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2647
2648 * simple.el (kill-line): Doc fix.
2649
5cb3c8d4
DL
26502001-02-05 Dave Love <fx@gnu.org>
2651
2652 * loadup.el: Revert last two changes -- bootstrapping works with
2653 regenerated loaddefs.
2654
e6297e7d
EZ
26552001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2656
1e14b095
EZ
2657 * isearch.el (isearch-forward): Doc fix.
2658
e6297e7d
EZ
2659 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2660 of font-lock-defaults to backward-paragraph.
2661
e16f52ce
GM
26622001-02-05 Gerd Moellmann <gerd@gnu.org>
2663
2664 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2665 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2666
01d19dd7
GM
26672001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2668
2669 * ebnf2ps.el: Eliminate time-stamp functions.
2670 (ebnf-version): New version (3.5).
2671 (ebnf-eps-finish-and-write): Replace time-stamp functions by
2672 format-time-string.
2673
24886813
GM
26742001-02-05 Gerd Moellmann <gerd@gnu.org>
2675
2676 * simple.el (next-line): Goto end-of-line before inserting a newline.
2677
65e70fc4
MB
26782001-02-05 Miles Bader <miles@gnu.org>
2679
2680 * image-file.el (insert-image-file): When visiting an image, also
2681 set `truncate-lines' to t so that any fringe arrow looks correct.
2682
482f06c9
KH
26832001-02-05 Kenichi Handa <handa@etl.go.jp>
2684
2685 * isearch.el (isearch-forward): Add description about input method
2686 in the docsting.
2687
02399da7
SM
26882001-02-04 Stefan Monnier <monnier@cs.yale.edu>
2689
2690 * skeleton.el (skeleton-internal-1): Always push the mark for @.
2691
2c366083
EZ
26922001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2693
2694 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 2695 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 2696
bdadfce3
GM
26972001-02-02 Gerd Moellmann <gerd@gnu.org>
2698
79fb38c0
GM
2699 * wid-edit.el (widget-button-click): Fix last change.
2700
bdadfce3
GM
2701 * frame.el (frame-notice-user-settings): When resizing the initial
2702 frame because the tool bar is off, also change the frame's top
2703 position if a negative top position was specified.
2704
33155ffb
MB
27052001-02-02 Miles Bader <miles@gnu.org>
2706
2707 * image-file.el (insert-image-file): When visiting an image,
2708 suppress the cursor in the image buffer.
2709
1355ba0c
DL
27102001-02-01 Dave Love <fx@gnu.org>
2711
2712 * progmodes/f90.el (f90-mode): Remove startup message.
2713
fb758d2d 2714 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 2715
01acdb05
GM
27162001-02-01 Gerd Moellmann <gerd@gnu.org>
2717
2718 * startup.el (command-line): Fix code determining whether or not
2719 to use delete-key-deletes-forward-mode.
2720
5b1ee316
AS
27212001-02-01 Andre Spiegel <spiegel@gnu.org>
2722
2723 * vc.el (vc-diff-switches): New user option.
2724 (vc-version-diff): Use it.
2725 (vc-diff-switches-list): New macro.
2726
83c9cb8e
SM
2727 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2728 New customization options.
5b1ee316
AS
2729 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2730
2731 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2732
00b1e7a1
GM
27332001-02-01 Gerd Moellmann <gerd@gnu.org>
2734
2735 * msb.el (toplevel): Quote hook symbols.
2736
85827036
KH
27372001-02-01 Kenichi Handa <handa@etl.go.jp>
2738
8e028499 2739 * international/mule.el (make-coding-system): Add description
3c948dde 2740 about recognized properties in the docstring.
8e028499 2741
85827036
KH
2742 * international/mule-conf.el: Remove unused charsets
2743 mac-roman-lower and mac-roman-upper.
2744
7ccf7ab9
GM
27452001-01-31 Gerd Moellmann <gerd@gnu.org>
2746
2441692d
GM
2747 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2748 is in front of the left-margin, if any.
2749
ee5cece0
GM
2750 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2751 like `delete'.
2752
83c9cb8e 2753 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 2754
7ccf7ab9
GM
2755 * term/w32-win.el (mouse-set-font): Doc fix.
2756
b4f30ec5 27572001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 2758
b4f30ec5
GM
2759 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2760 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2761 on already.
2762
03e0fe6e
GM
27632001-01-31 Markus Rost <rost@math.ohio-state.edu>
2764
2765 * files.el (save-buffer): Don't give message if (buffer-file-name)
2766 returns nil.
713f7b15 2767
8f289acc
EZ
27682001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2769
cb4aae04
EZ
2770 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2771
dbd98b19
EZ
2772 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2773 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2774
8f289acc
EZ
2775 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2776 display problems.
2777
c12553c1
KH
27782001-01-31 Kenichi Handa <handa@etl.go.jp>
2779
c7bf5db9
KH
2780 * international/mule.el (charset-info): Fix docstring.
2781
2782 * international/mule-diag.el (describe-character-set): Check final
2783 char valid before printing it.
c12553c1 2784
14f16b9c
GM
27852001-01-30 Gerd Moellmann <gerd@gnu.org>
2786
efaa080b
GM
2787 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2788
eef93f99
GM
2789 * frame.el (frame-notice-user-settings): Do the tool-bar
2790 stuff only for graphical displays. Fix a braino.
713f7b15 2791
14f16b9c
GM
2792 * frame.el (frame-initialize): Create initial frame visible.
2793 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 2794 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
2795
2796 * startup.el (command-line): Remove manipulation of frame
2797 height for tool bars.
2798
4ad25e43
EZ
27992001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2800
2801 * lpr.el: Compatibility with XEmacs and doc fixes.
2802 (lpr-windows-system, lpr-lp-system): New vars.
2803 (lpr-printer-switch): New defcustom.
2804 (printer-name, lpr-command): Customization fix.
2805 (print-region-1): Code fix.
2806 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
2807 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2808 New functions.
4ad25e43 2809
e8f044a0
GM
28102001-01-29 Gerd Moellmann <gerd@gnu.org>
2811
2812 * msb.el (toplevel): Fix the eval-after-load.
2813
850d5045
GM
28142001-01-29 Dave Love <fx@gnu.org>
2815
762fe76e
DL
2816 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2817
2818 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2819
83c9cb8e 2820 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
2821 (tcl-using-emacs-19-23): Consider Emacs 21+.
2822 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2823 (tcl-add-emacs-menu): Supply menu name.
2824 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2825
3a768251
GM
28262001-01-29 Gerd Moellmann <gerd@gnu.org>
2827
2828 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2829
274d02f7
SM
28302001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2831
2832 * pcvs.el (cvs-mark-fis-dead): New function.
2833 (cvs-mode-add): Use it.
2834 (cvs-mode-add-change-log-entry-other-window):
2835 Rebind change-log-default-name to itself rather than to nil.
2836
ed5d446e
SS
28372001-01-29 Sam Steingold <sds@gnu.org>
2838
efaa080b 2839 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
2840 `autoload' statements.
2841
e2a80284
EZ
28422001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2843
8e1db7b3
EZ
2844 * files.el (confirm-kill-emacs): Doc fix.
2845
ff2a1c79
EZ
2846 * frame.el (frame-initialize): Doc fix.
2847
e7b0deaf
EZ
2848 * time-stamp.el (time-stamp-string): Doc fix.
2849
83c9cb8e
SM
2850 * woman.el (WoMan-log-1): Make the log buffer writable.
2851 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 2852
005913e4
GM
28532001-01-29 Gerd Moellmann <gerd@gnu.org>
2854
2855 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2856 the `make-variable-buffer-local'.
2857
58622cc5
GM
28582001-01-29 Dave Love <fx@gnu.org>
2859
2860 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
2861 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2862 Add autoload cookie.
58622cc5
GM
2863 (ansi-color-apply-sequence): Fix typo.
2864
0404d031
GM
28652001-01-29 Gerd Moellmann <gerd@gnu.org>
2866
ed5d446e 2867 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
2868 Postscript printing in black and white.
2869
0404d031
GM
2870 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2871 X-Mailman-Version, Precedence, List-Help, List-Post,
2872 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2873 Content-Type, Content-Length.
2874
3b6ed359
DL
28752001-01-29 Dave Love <fx@gnu.org>
2876
ddd16e7a
DL
2877 * elide-head.el (elide-head): Make overlay evaporate.
2878
83c9cb8e 2879 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 2880
8005142f
EZ
28812001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2882
2883 * isearch.el (isearch-highlight): Don't punt if the display
2884 doesn't support colors, since isearch faces are defined for
2885 monochrome displays as well.
2886
84728570
SS
28872001-01-27 Sam Steingold <sds@gnu.org>
2888
2889 * shell.el (shell-write-history-on-exit): Make sure that we are in
2890 the shell buffer (M-x tex-file RET inserted the error message into
2891 the TeX buffer).
2892
e26f9ced
EZ
28932001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2894
2895 * simple.el (transient-mark-mode): Doc fix.
2896
dc0274bd
GM
28972001-01-27 Gerd Moellmann <gerd@gnu.org>
2898
83c9cb8e 2899 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 2900
c1acacc4
EZ
29012001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2902
f5058b96
EZ
2903 * shell.el (shell-unquote-argument): If the shell is one of the
2904 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2905 quote character.
2906 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 2907 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 2908
c1acacc4 2909 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 2910 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 2911
103db06c 29122001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 2913
84728570 2914 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
2915 Treat a one-capital-letter abbrev as "not all upper case",
2916 so as to force preservation of the expansion's pattern
2917 if the expansion starts with a capital letter.
2918
cfa70244
EZ
29192001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2920
cfee9de7
EZ
2921 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2922 Doc fix.
2923
cfa70244
EZ
2924 * simple.el (transient-mark-mode): Document the fact that many
2925 commands act on the region when mark is active.
2926
17d90d6b
KH
29272001-01-27 Kenichi Handa <handa@etl.go.jp>
2928
2929 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 2930 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
2931 (quail-show-guidance-buf): Make the multibyteness of current
2932 buffer inherited to Quail guidance buffer.
2933 (quail-help): Make the multibyteness of current buffer inherited
2934 to Quail help buffer.
2935
61076b20
DL
29362001-01-26 Dave Love <fx@gnu.org>
2937
c47e2c68
DL
2938 * time-stamp.el: Doc fixes.
2939
84728570 2940 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
2941 (delphi-keyword-face, delphi-other-face): Fix :type.
2942
940f14b4
DL
2943 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2944
2945 * mail/feedmail.el (feedmail): Add :link.
2946 (feedmail-send-it): Doc fix.
2947
2948 * mail/sendmail.el: Doc fixes.
2949 (sendmail-send-it): Fix the non-ASCII regexp and use
2950 rfc2047-encode-string.
2951
61076b20
DL
2952 * dired.el, dired-aux.el: Revert last change.
2953
6c317bd2
GM
29542001-01-26 Gerd Moellmann <gerd@gnu.org>
2955
2956 * makefile.w32-in (DONTCOMPILE): Add various term files.
2957
29582001-01-26 Dave Love <fx@gnu.org>
2959
2960 * Makefile.in (DONTCOMPILE): Add various term files.
2961
1c636b5f
GM
29622001-01-26 Gerd Moellmann <gerd@gnu.org>
2963
af900b23
GM
2964 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2965
15fa6db0 2966 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 2967 the echo area is resized to fit the size of the startup message.
15fa6db0 2968
1c636b5f
GM
2969 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2970 part of which is a constant.
2971
9b1adbd5
EZ
29722001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2973
83c9cb8e 2974 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 2975
103db06c 29762001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
2977
2978 * simple.el (next-line): Don't let `newline' expand abbrevs.
2979 Simplify slightly.
2980 (open-line): Don't let `newline' expand abbrevs.
2981
219227ea
JW
29822001-01-25 John Wiegley <johnw@gnu.org>
2983
2984 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2985 to `repeat' in the :type field.
2986
2987 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2988 allow a choice of regexp or nil.
d2906bf8 2989 (pcomplete-dir-ignore): Same.
219227ea
JW
2990
2991 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2992 a command) to always fail.
2993
ceba0dac
GM
29942001-01-25 Gerd Moellmann <gerd@gnu.org>
2995
2996 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2997 discard the result.
2998 (iswitchb-to-end): Likewise.
2999
9b0630e5
SS
30002001-01-25 Sam Steingold <sds@gnu.org>
3001
3002 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 3003 Require vc.
9b0630e5 3004
a2ed9670
SM
30052001-01-25 Stefan Monnier <monnier@cs.yale.edu>
3006
f0c1adab
SM
3007 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
3008
a2ed9670
SM
3009 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
3010
34ac3367
DL
30112001-01-25 Dave Love <fx@gnu.org>
3012
61076b20
DL
3013 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
3014 (describe-coding-system): Tweak the English text.
3015
34ac3367
DL
3016 * loadup.el: Preload international/ccl for utf-8.
3017
4685e6b7
EZ
30182001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
3019
3020 * mail/rmail.el (rmail-redecode-body): Doc fix.
3021
0fdb4475
KH
30222001-01-25 Kenichi Handa <handa@etl.go.jp>
3023
83c9cb8e
SM
3024 * international/mule-cmds.el (reset-language-environment):
3025 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 3026
83c9cb8e
SM
3027 * international/mule-conf.el (coding-category-utf-8):
3028 Initialize to mule-utf-8.
0fdb4475 3029
9b0630e5 3030 * loadup.el: Preload international/utf-8.
0fdb4475
KH
3031
3032 * international/utf-8.el: New file.
3033
245ed2b1
SM
30342001-01-24 Stefan Monnier <monnier@cs.yale.edu>
3035
3036 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
3037
e95b0c08
SS
30382001-01-24 Sam Steingold <sds@gnu.org>
3039
3040 * dired.el (dired-replace-in-string): Removed.
3041 (dired-sort-toggle): Use `replace-regexps-in-string'
3042 instead of `dired-replace-in-string'.
9b0630e5 3043
ceba0dac
GM
3044 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
3045 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 3046
e95b0c08
SS
3047 * gs.el (gs-replace-in-string): Removed.
3048 (gs-options): Use `replace-regexps-in-string'
3049 instead of `gs-replace-in-string'.
3050
c3902c3e
EZ
30512001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
3052
3053 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
3054 bug report is mailed to an email list and posted to a news group.
3055
b66b6aeb
GM
30562001-01-24 Gerd Moellmann <gerd@gnu.org>
3057
83c9cb8e
SM
3058 * comint.el (comint-replace-by-expanded-history-before-point):
3059 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 3060
b66b6aeb
GM
3061 * startup.el (tool-bar-images-pixel-height): New variable.
3062 (command-line): After loading the user's init file, when
3063 tool-bar-mode is on, increase the frame's size by some lines for
3064 the tool-bar.
3065
3066 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 3067
ff890e66
SZ
30682001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
3069
3070 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3071 (chinese-big5): MIME:Big5.
3072
04363179
GM
30732001-01-24 Gerd Moellmann <gerd@gnu.org>
3074
e95b0c08 3075 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
3076 Handle commands with prefix args.
3077
d56aaa64
GM
30782001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3079
3080 * calendar/diary-lib.el (diary-float): Fix case of MONTH
3081 being a list of numbers.
3082 (diary-mail-entries): Rewritten.
3083
99858627
DL
30842001-01-23 Dave Love <fx@gnu.org>
3085
7aeb1fa9
DL
3086 * international/mule.el (make-coding-system): Fix typo.
3087
83c9cb8e
SM
3088 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3089 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 3090
5a43decf
EZ
30912001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
3092
3093 * font-lock.el (font-lock-mode): Doc fix.
3094
b0e98867
KH
30952001-01-23 Kenichi Handa <handa@etl.go.jp>
3096
3097 * international/mule.el (make-translation-table): Fix docstring.
3098
9c8acefd
EZ
30992001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
3100
fd4976b8
EZ
3101 * mail/rmail.el (rmail-redecode-body): New function.
3102
9c8acefd
EZ
3103 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3104
871e0439
GM
31052001-01-22 Gerd Moellmann <gerd@gnu.org>
3106
21c2bbe0
GM
3107 * isearch.el (isearch-lazy-highlight-case-fold-search)
3108 (isearch-lazy-highlight-regexp): New variables.
3109 (isearch-lazy-highlight-cleanup): Update lazy highlight if
3110 case-fold search or regexp search has been toggled.
3111
5710730c
GM
3112 * wid-edit.el (widget-button-click): Avoid a save-excursion
3113 around running a global binding.
3114
871e0439
GM
3115 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3116 to 0.25.
3117
d0554957
MB
31182001-01-20 Miles Bader <miles@gnu.org>
3119
3120 * cus-edit.el (custom-face-save): Do post-processing on the face's
3121 new value like `custom-face-set' does.
3122
1519f618
EZ
31232001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3124
ccd87890
EZ
3125 * mail/emacsbug.el (report-emacs-bug): Report the value of
3126 LC_CTYPE, not LC_TYPE.
3127
1519f618
EZ
3128 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3129 isearch-toggle-regexp and isearch-edit-string to doc string.
3130
9724173b
GM
31312001-01-19 Gerd Moellmann <gerd@gnu.org>
3132
48bb9196
GM
3133 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3134 as font-lock-beginning-of-syntax-function in font-lock-defaults.
3135
e95b0c08 3136 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
3137 font-lock-beginning-of-syntax-function to nil.
3138
dc81f8a2
EZ
31392001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3140
3141 * mail/emacsbug.el (report-emacs-bug): Report values of
3142 locale-coding-system, default-enable-multibyte-characters, and the
3143 environment variables LC_ALL, LC_TYPE, and LANG.
3144
99327974
GM
31452001-01-19 Gerd Moellmann <gerd@gnu.org>
3146
83c9cb8e 3147 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 3148
2be6ecc6
GM
3149 * font-lock.el (font-lock-multiline): Default to nil.
3150 (font-lock-default-fontify-region): If font-lock-multiline is
3151 nil, don't check the property `font-lock-multiline'.
3152
99327974
GM
3153 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3154 is nil, don't check the `font-lock-multiline' text property.
3155
2550055a
MK
31562001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3157
0a949811 3158 * viper.el: Call initial-major-mode on startup.
e95b0c08 3159
0a949811 3160 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 3161
8501998a 3162 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 3163
2550055a 31642001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 3165
0a949811 3166 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 3167 diff mode, if available.
e95b0c08 3168
0a949811 31692001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 3170
8501998a 3171 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 3172
2550055a
MK
3173 * ediff-init.el (subst-char-in-string): Define and use it, unless
3174 it's already defined.
e95b0c08 3175
8962e303
GM
31762001-01-18 Gerd Moellmann <gerd@gnu.org>
3177
3178 * tooltip.el (tooltip-hide-delay): New user-option.
3179 (tooltip-show): Use tooltip-hide-delay instead of the default.
3180
6b453381
KH
31812001-01-18 Kenichi Handa <handa@etl.go.jp>
3182
3183 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3184 kill-local-variable doesn't work for enable-multibyte-characters.
3185
9eaf396b
DL
31862001-01-17 Dave Love <fx@gnu.org>
3187
cebd37ce
DL
3188 * ediff-init.el (ediff-before-setup-hook)
3189 (ediff-merge-filename-prefix): Add :version.
3190
9eaf396b
DL
3191 * international/latin1-disp.el: Require disp-table.
3192 (latin1-display): Fix :set.
3193
3194 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3195
f864120f
GM
31962001-01-17 Gerd Moellmann <gerd@gnu.org>
3197
3198 * isearch.el (isearch-lazy-highlight-initial-delay)
3199 (isearch-lazy-highlight-interval): Default to 0.
3200
32012001-01-17 Bob Glickstein <bobg@zanshin.com>
3202
3203 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3204 1 here rather than each time through
3205 isearch-lazy-highlight-new-loop.
3206 (isearch-lazy-highlight-max): Variable deleted.
3207 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3208 isearch-lazy-highlight-max but controls a single invocation of
3209 isearch-lazy-highlight-update.
3210 (isearch-lazy-highlight-wrapped): Variable recreated.
3211 (isearch-lazy-highlight-window-start): New variable.
3212 (isearch-lazy-highlight-cleanup): Restored to behavior of
3213 before 2-Jan.
3214 (isearch-lazy-highlight-remove-overlays): Function deleted;
3215 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3216 behavior removed.
3217 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3218 isearch-lazy-highlight-update in a loop rather than just once.
3219 Test isearch-invalid-regexp here and decide not to start a new
3220 loop, rather than testing it each time through
3221 isearch-lazy-highlight-update.
3222 (isearch-lazy-highlight-search): Function restored.
3223 (isearch-lazy-highlight-update): Get called in a timer loop again,
3224 but this time highlight more than one match each time through.
83c9cb8e
SM
3225 Only highlight matches in the visible part of the window.
3226 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
3227 the edge of the window. Use sit-for to force redisplay and ensure
3228 window-start is credible. "Face suppressing" behavior removed;
3229 overlay priorities should make it unnecessary, right?
3230 (isearch-highlight): Face suppressing behavior removed.
3231 (isearch-dehighlight): Face suppressing behavior removed.
3232 (isearch-set-lazy-highlight-faces-at): Removed.
3233
076ec540
KH
32342001-01-17 Kenichi Handa <handa@etl.go.jp>
3235
3236 * language/european.el ("Latin-1"): Make the format of description
3237 about additional language environments same as that of Latin-2.
3238
92328ec5
DL
32392001-01-16 Dave Love <fx@gnu.org>
3240
39f2174e
DL
3241 * isearch.el (isearch-lazy-highlight): Add :version.
3242
92328ec5
DL
3243 * simple.el (backward-delete-char-untabify-method)
3244 (next-line-add-newlines): Add :version.
3245
f251459d
GM
32462001-01-16 Gerd Moellmann <gerd@gnu.org>
3247
9d4850e5
GM
3248 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3249 Don't bind <delete> otherwise.
3250
3251 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3252 and <delete> via function-key-map.
3253
f251459d
GM
3254 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3255 Subject line only if point is after the `Subject:'.
3256
771ffcf7
KH
32572001-01-16 Kenichi Handa <handa@etl.go.jp>
3258
bda6b481
KH
3259 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3260 japanese-jisx0213-2 in `charset' property of this lang. env.
3261
35793af7
KH
3262 * language/european.el ("Latin-1"): Add description for Dutch and
3263 Spanish lang. env.
3264
771ffcf7
KH
3265 * international/mule.el (decode-char): Fix conditions.
3266 (encode-char): Handle eight-bit-control too.
1c8102ff 3267 (transform-make-coding-system-args): New function.
50c29104
KH
3268 (make-coding-system): Accept XEmacs style arguments for CCL base
3269 coding system.
771ffcf7 3270
e1cf67b6
GM
32712001-01-15 Gerd Moellmann <gerd@gnu.org>
3272
3273 * progmodes/etags.el (find-tag-noselect): Save the value of
3274 tags-file-name before switching buffers, for the case it has a
3275 buffer-local value.
3276
b3287acf
GM
32772001-01-15 Alex Schroeder <alex@gnu.org>
3278
9eaf396b
DL
3279 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3280 From Dave Love <fx@gnu.org>.
b3287acf
GM
3281 (ansi-color-for-comint-mode): Fix :version.
3282
32832001-01-15 Alex Schroeder <alex@gnu.org>
3284
3285 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3286
8d7ff9c8
EZ
32872001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3288
3289 * dired.el (dired-insert-directory): If file-system-info fails,
3290 remove the " free " part, but don't signal an error.
3291
dbe99ae9
SS
32922001-01-12 Sam Steingold <sds@gnu.org>
3293
3294 * bookmark.el (bookmark-maybe-historicize-string):
3295 Use new backquote syntax.
3296
103db06c 32972001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
3298
3299 * subr.el (last): Handle a list that doesn't end in nil.
3300
ca2ddd8e
SS
33012001-01-12 Sam Steingold <sds@gnu.org>
3302
3303 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3304 to `backward-delete-char-untabify'.
3305
1751c874
DL
33062001-01-12 Dave Love <fx@gnu.org>
3307
3308 * cus-edit.el (customize-menu-create): Fix the :filter following
3309 easymenu change.
3310
3311 * wid-edit.el (function): Add :match-alternatives.
3312 (widget-color-action): Doc fix.
3313
3cccce8d
GM
33142001-01-12 Gerd Moellmann <gerd@gnu.org>
3315
3316 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3317
18bfd6b5
KH
33182001-01-12 Kenichi Handa <handa@etl.go.jp>
3319
83c9cb8e 3320 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 3321
18bfd6b5
KH
3322 * international/ccl.el (define-ccl-program): Fix docstring.
3323
562e00da
DL
33242001-01-11 Dave Love <fx@gnu.org>
3325
14fd0da3
DL
3326 * international/mule-cmds.el (standard-display-european-internal):
3327 Set display table for 2208 as for 160.
3328
3329 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3330
562e00da
DL
3331 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3332 entry for custom-menu-create change.
3333 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3334 don't cons it in the search loop.
3335
3336 * imenu.el (imenu--truncate-items): Revert last change.
3337
6e961dcd
EZ
33382001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3339
3340 * info.el (Info-setup-header-line): If the node header includes
3341 either Next: or Prev: links, don't show the File: and Node: parts
3342 in the header line.
3343
2c2ff7f2
GM
33442001-01-11 Gerd Moellmann <gerd@gnu.org>
3345
a7ee2d2e
GM
3346 * comint.el (comint-goto-process-mark): Don't print a message
3347 when running in batch mode.
3348
c5348233
GM
3349 * isearch.el (isearch-search): In the condition-case handler for
3350 `error', set isearch-invalid-regexp to the whole error message.
3351
422717d1
GM
3352 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3353 ensure that eval-after-load works for files dumped with Emacs.
3354
3355 * help.el (load-symbol-file-load-history): New function extracted
3356 from function symbol-file.
3357 (symbol-file): Use it.
3358
83c9cb8e 3359 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 3360
926861fb
EZ
33612001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3362
3363 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3364 behave as if there were no prefix argument.
3365 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3366 argument were nil.
3367
afa1f52c
RS
33682001-01-11 Richard M. Stallman <rms@gnu.org>
3369
ca2ddd8e 3370 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
3371 Don't look for more potential matches once maximum is exceeded.
3372 Use overlays-in to check correctly for overlap with current match.
3373 Ignore empty matches.
3374
47a9f362
MB
33752001-01-11 Miles Bader <miles@gnu.org>
3376
3377 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3378 (ispell-overlay-window, ispell-help, ispell-show-choices)
3379 (ispell-command-loop): Use it instead of `window-height'.
3380
d196f58d
GM
33812001-01-10 Gerd Moellmann <gerd@gnu.org>
3382
cf523f0e
GM
3383 * files.el (confirm-kill-emacs): New user-option.
3384 (save-buffers-kill-emacs): Ask for final confirmation before
3385 killing Emacs.
3386
d196f58d
GM
3387 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3388 to nil.
3389
7c6c3d8e
GM
33902001-01-10 Dave Love <fx@gnu.org>
3391
1f8be15d
DL
3392 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3393
83c9cb8e 3394 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
3395
3396 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3397
3398 * calculator.el (calculator-number-digits): Fix :type.
3399
0d5184de
DL
3400 * vc-cvs.el (vc-cvs-header): Fix :type.
3401 * vc-rcs.el (vc-rcs-header): Fix :type.
3402 * vc-sccs.el (vc-sccs-header): Fix :type.
3403
3404 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3405
7c6c3d8e
GM
3406 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3407
8c9f73a2
GM
3408 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3409
457b792c
GM
34102001-01-10 Gerd Moellmann <gerd@gnu.org>
3411
3412 * simple.el (set-variable): Force a thorough redisplay for the
3413 case that the variable has an effect on the display, like
3414 `tab-width' has.
3415
d2622d08
AS
34162001-01-10 Andre Spiegel <spiegel@gnu.org>
3417
3418 * vc.el: Add documentation for backend interface.
3419
ae4b5f4f
KH
34202001-01-10 Kenichi Handa <handa@etl.go.jp>
3421
e0844717
KH
3422 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3423
ae4b5f4f
KH
3424 * international/mule-conf.el (latin-extra-code-table): Set to t
3425 for \223 and \224.
3426
3184082b
KH
34272001-01-09 Kenichi Handa <handa@etl.go.jp>
3428
3429 * international/mule-cmds.el (locale-language-names): Map "es" to
3430 "Spanish" and "nl" to "Dutch".
3431
732b9cdd
GM
34322001-01-09 Gerd Moellmann <gerd@gnu.org>
3433
1dfca644
GM
3434 * bindings.el (global-map): Bind <home> to beginning-of-line,
3435 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3436 C-<end> to end-of-buffer.
3437
732b9cdd
GM
3438 * language/european.el: Add Dutch and Spanish language info
3439 to be able to use the appropriate tutorials.
3440
34412001-01-09 Alex Schroeder <alex@gnu.org>
3442
3443 * ansi-color.el (ansi-color-process-output): Use markers instead
3444 of positions for start and end of region.
3445 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3446 Previously, occasional mistakes happend when fontifying many
3447 chunks of output (eg. ls --color=yes /dev). This happened
3448 whenever an overlay was created up to the end of the region, which
3449 coincided with the process-mark. New text would then be added
3450 within that overlay instead of after it.
3451 (ansi-color-make-extent): Overlays are created with the property
3452 `modification-hooks' set to '(ansi-color-freeze-overlay).
3453 (ansi-color-freeze-overlay): New function. When inserting text at
3454 the end of the overlay, the overlay will resize.
3455
34562000-01-09 Alex Schroeder <alex@gnu.org>
3457
3458 * ansi-color.el (ansi-color-process-output): Doc change.
3459 (ansi-color-unfontify-region): Doc change. No longer installed
3460 automatically in font-lock-unfontify-region-function.
3461 (ansi-color-apply): Doc change.
3462 (ansi-color-apply-on-region): Use extents or overlays instead of
3463 text-properties.
3464 (ansi-color-make-extent): New function.
3465 (ansi-color-set-extent-face): New function.
3466
34672000-01-09 Alex Schroeder <alex@gnu.org>
3468
3469 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3470 both use ansi-color-process-output, now.
3471 (ansi-color-process-output): Doesn't return string anymore. It is
3472 installed in comint-output-filter-functions for both Emacs and
3473 XEmacs, now.
3474 (ansi-color-unfontify-region): Simplified code removing variables
3475 pos and start-ansi.
3476 (ansi-color-apply): Put text-property ansi-color before putting
3477 text-property face because ansi-color-unfontify-region is called
3478 immediately after the call to put-text-property.
3479 (ansi-color-context-region): Doc change.
3480 (ansi-color-filter-region): Simplified code.
3481 (ansi-color-apply-on-region): Changed start to start-marker, using
3482 a marker explicitly. Put text-property ansi-color before putting
3483 text-property face because ansi-color-unfontify-region is called
3484 immediately after the call to put-text-property.
3485
34862000-01-09 Alex Schroeder <alex@gnu.org>
3487
3488 * ansi-color.el (ansi-color-faces-vector): Doc change.
3489 (ansi-color-for-comint-mode): Changed :type property to choice.
3490 (ansi-color-last-context): Removed.
3491 (ansi-color-process-output): Don't use ansi-color-last-context, as
3492 the main functions will store their context now.
3493 (ansi-color-context): Doc change.
3494 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3495 Uses ansi-color-context such that repeated calls will strip
3496 partial escape sequences, too.
3497 (ansi-color-apply): Simplified code. Colorize end of string if
3498 face is not null. Store context in new (FACE STRING) format, such
3499 that repeated calls will strip partial escape sequences, too.
3500 Append faces to face property using ansi-color-apply-sequence such
3501 that cumulative mode actually works.
3502 (ansi-color-context-region): New variable.
3503 (ansi-color-filter-region): Rewrote it based on
3504 ansi-color-apply-on-region. Uses ansi-color-context-region such
3505 that repeated calls will strip partial escape sequences, too.
3506 (ansi-color-apply-on-region): Simplified code. Colorize end of
3507 region if face is not null. Store context in new (FACE POS)
3508 format, such that repeated calls will strip partial escape
3509 sequences, too. Append faces to face property using
83c9cb8e 3510 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
3511 (ansi-color-apply-sequence): New function.
3512 (ansi-color-get-face): When the default face is added to the list
3513 of faces, all previous settings are discarded and the list of
3514 faces is set to '(default).
3515
35162000-01-09 Alex Schroeder <alex@gnu.org>
3517
3518 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3519 face, such that ansi-color-apply and ansi-color-apply-on-region
3520 will do the right thing.
3521 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3522 returns nil, set the list of faces back to nil instead of
83c9cb8e 3523 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
3524
35252000-01-09 Alex Schroeder <alex@gnu.org>
3526
3527 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3528 (ansi-color-process): Doc change.
3529 (ansi-color-last-context): New buffer-local variable.
3530 (ansi-color-process-output): New function. It is automatically
3531 added to comint-output-filter-functions if this is XEmacs.
3532 (ansi-color-unfontify-region): New optional parameter for XEmacs
3533 compatibility. Check wether font-lock-syntactic-keywords is
3534 boundp before removing the syntax table text property, as XEmacs
3535 doesn't have it.
3536 (ansi-color-filter-region): Doc change.
3537 (ansi-color-apply-on-region): Doc change.
3538 (ansi-color-make-face): New function. Compatibility layer for
3539 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3540 (ansi-color-make-color-map): Use ansi-color-make-face.
3541 (ansi-color-get-face): Avoid face text property '(nil) as results
3542 in an errow for XEmacs.
3543
35442000-01-09 Alex Schroeder <alex@gnu.org>
3545
83c9cb8e
SM
3546 * ansi-color.el (ansi-color-unfontify-region): New function.
3547 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
3548 ansi-color. When the package is loaded, a lambda expression is
3549 put onto font-lock-mode-hook. This lambda expression will check
3550 font-lock-unfontify-region-function and replace
83c9cb8e 3551 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
3552 (ansi-color-apply): Add text-property ansi-color in addition to
3553 text-property face.
3554 (ansi-color-apply-on-region): Add text-property ansi-color in
3555 addition to text-property face.
3556 (save-buffer-state): Copy of the macro that is also used by
3557 lazy-lock and font-lock.
3558
3559 (ansi-color-for-comint-mode): New option.
3560 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3561 (ansi-color-for-comint-mode-off): Ditto.
3562 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
3563 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3564 decide what to do. This function is added to
3565 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
3566
3567 (ansi-color-for-shell-mode-set): Removed.
3568 (ansi-color-for-shell-mode): Removed.
3569
35702000-01-09 Alex Schroeder <alex@gnu.org>
3571
3572 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3573 the lambda expression from the ansi-color-for-shell-mode :set
3574 property. Additionally, modify shell-mode-hook to enable or
3575 disable font-lock-mode for future shell buffers.
3576 (ansi-color-for-shell-mode): The :set property calls
3577 ansi-color-for-shell-mode-set instead of a lambda expression.
3578
35792000-01-09 Alex Schroeder <alex@gnu.org>
3580
3581 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3582 (ansi-color-context): New variable.
3583 (ansi-color-apply): Save context between calls.
3584
fb55ff10
EZ
35852001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3586
83c9cb8e
SM
3587 * isearch.el (isearch, isearch-lazy-highlight-face):
3588 New definitions for face colors and attributes.
29910493 3589
fb55ff10
EZ
3590 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3591 of display-mouse-p.
3592
134d6265
KH
35932001-01-09 Kenichi Handa <handa@etl.go.jp>
3594
3595 * international/mule.el (make-coding-system): If the coding system
3596 accepts extra latin codes, register such codes as safe for the
3597 coding system.
3598
103db06c 35992001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 3600
984c9f75
RS
3601 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3602 don't mention the file name or the date here, because they are
3603 logged at the start of the file.
3604
36052001-01-08 Richard M. Stallman <rms@gnu.org>
3606
78b8eee8
RS
3607 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3608 Change screen-width to frame-width.
3609
1460e5d4
EZ
36102001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3611
3612 * info.el (Info-search): Print the default as part of the prompt.
3613
56f24bc1
AS
36142001-01-08 Andre Spiegel <spiegel@gnu.org>
3615
ca2ddd8e 3616 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
3617 constant implementations in backends.
3618
3619 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3620 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3621
3622 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3623 WRITABLE to EDITABLE.
3624
3625 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3626 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3627 to EDITABLE.
3628
b7812d30
EZ
36292001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3630
3631 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 3632 (copyright, copyright-update): Compute the current year at run time.
b7812d30 3633
7e56ea04
GM
36342001-01-08 Gerd Moellmann <gerd@gnu.org>
3635
3636 * isearch.el (isearch-old-signal-hook): Removed.
3637 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3638 instead of setting signal-hook-function.
3639 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3640
a758f97d
GM
36412001-01-08 Kevin Gallagher <kevingal@onramp.net>
3642
3643 * emulation/edt.el: Update to version 4.0. Provide support for
3644 EDT scroll margins at top and bottom of the window. Provide an
3645 emulation of the EDT SUBS command (bound to GOLD-Enter, by
3646 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
3647 user when file-related buffer modifications exist.
3648 Provide support for running EDT Emulation in XEmacs.
3649 Provide customize access to some user updatable variables.
3650 Add Commentary section to file header.
3651 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
3652
3653 * emulation/edt-mapper.el: Update to version 4.0. Provide support
3654 for detecting a keypress that generates an ASCII key sequence.
3655 (Previously, only a keypress that generates a vector was
3656 recognized.) Embed Window Manager name into name of the generated
3657 EDT Emulation initialization file since the initialization file is
3658 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 3659
30db89f9
EZ
36602001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3661
4deb3ba9
EZ
3662 * mail/sendmail.el (mail-mode): Doc fix.
3663
30db89f9
EZ
3664 * info.el (Info-goto-emacs-command-node): Doc fix.
3665 (Info-goto-emacs-key-command-node): Doc fix.
3666
c3f2772b
EZ
36672001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3668
8726e79b 3669 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
3670 systems without long file-name support.
3671
0dac6924
AI
36722001-01-06 Andrew Innes <andrewi@gnu.org>
3673
3674 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3675
4e6ef391
EZ
36762001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3677
380866a2
EZ
3678 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3679 (isearch-lazy-highlight-update): Doc fix.
3680
148b5960
EZ
3681 * ffap.el (ffap-bindings): Doc fix.
3682
4e6ef391
EZ
3683 * dired-x.el (dired-virtual-guess-dir): Doc fix.
3684
4cb1bcc2
DL
36852001-01-05 Dave Love <fx@gnu.org>
3686
3687 * emacs-lisp/cl-seq.el (remove, remq): Remove.
3688
3828218c
GM
36892001-01-05 Gerd Moellmann <gerd@gnu.org>
3690
83c9cb8e
SM
3691 * mouse-drag.el (mouse-drag-safe-scroll):
3692 Bind scroll-preserve-screen-position to nil.
f1ade7d3 3693
1f4139d5
GM
3694 * isearch.el (isearch-old-signal-hook): New variable.
3695 (isearch-mode): Set signal-hook-function to isearch-done.
3696 (isearch-done): Restore old signal-hook-function.
3697
3828218c
GM
3698 * info.el (Info-fontify-node): Mark one more char as intangible.
3699
3970013f
KH
37002000-01-05 Kenichi Handa <handa@etl.go.jp>
3701
83c9cb8e
SM
3702 * composite.el (compose-last-chars): New argument COMPONENTS.
3703 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
3704 COMPONENTS.
3705
3706 * international/quail.el (quail-input-string-to-events): New function.
3707 (quail-input-method): Convert input string to events here.
3708 (quail-start-translation): Return input string, not event list.
3709 (quail-start-conversion): Likewise.
3710
f3b05e99
GM
37112001-01-04 Gerd Moellmann <gerd@gnu.org>
3712
ca2ddd8e 3713 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
3714 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3715 and tooltip-add-timeout.
3716 (tooltip-show): Set border color from faces's foreground.
3717 (tooltip-show-help-function): If called with the same help string
3718 as last time, do nothing.
3719 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3720
0f2ac578
GM
3721 * startup.el (fancy-splash-screens): Don't bind show-help-function
3722 to nil.
3723
f3b05e99
GM
3724 * tooltip.el (tooltip-frame-parameters): Remove colors.
3725 (tooltip): New face
3726 (tooltip-set-param): New function.
3727 (tooltip-show): Set up color frame parameters from face `tooltip'.
3728 Display the tooltip text in face `tooltip'.
3729
8416e94a
DL
37302001-01-04 Dave Love <fx@gnu.org>
3731
3732 * whitespace.el (whitespace-global-mode): Fix typo.
3733
3734 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3735
30db89f9
EZ
37362001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3737
83c9cb8e
SM
3738 * help.el (help-for-help): Fix a typo in a doc string.
3739 From kwzh@gnu.org (Karl Heuer).
30db89f9 3740
b847eb8c
DL
37412001-01-03 Dave Love <fx@gnu.org>
3742
3743 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 3744 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
3745 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3746 (dired-guess-shell-alist-user): Customize.
3747 (dired-x-help-address): Set to bug-gnu-emacs.
3748 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3749 (dired-default-directory): Renamed from default-directory.
3750
3751 * hl-line.el (hl-line): Doc fix.
3752
43c4b570
KF
37532001-01-03 Karl Fogel <kfogel@red-bean.com>
3754
1bf6b1bf 3755 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 3756
984c9f75 37572001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
3758
3759 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3760 to remove all the current alternative-match highlighting.
3761 If nil, remove only what's outside the current window.
3762 (isearch-lazy-highlight-remove-overlays): Take optional
3763 region within which NOT to remove them.
3764 (isearch-lazy-highlight-new-loop): Greatly simplified.
3765 (isearch-lazy-highlight-update): Find all the other occurrences
3766 visible in the window, in just one call.
3767 (isearch-lazy-highlight-start): Now holds start of region to scan.
3768 (isearch-lazy-highlight-end): Now holds end of region to scan.
3769 (isearch-lazy-highlight-wrapped): Variable deleted.
3770 (isearch-lazy-highlight-search): Function deleted.
3771
13d6a61c
AI
37722000-01-02 Andrew Innes <andrewi@gnu.org>
3773
3774 * w32-fns.el (convert-standard-filename): Do length check on name
3775 before aref.
3776
064866e7
DL
37772001-01-02 Dave Love <fx@gnu.org>
3778
b33e041b
DL
3779 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3780 value.
3781 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3782
3783 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3784
8166ffd5
DL
3785 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3786 read syntax.
3787
064866e7
DL
3788 * calendar/todo-mode.el (todo): Add :link, :version.
3789 (todo-save-top-priorities): Remove autoload cookie.
3790 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 3791 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 3792
6dde6abc
GM
37932001-01-02 Gerd Moellmann <gerd@gnu.org>
3794
3795 * comint.el (comint-input-history-ignore): New variable.
3796 (comint-read-input-ring): Ignore entries matching
3797 comint-input-history-ignore.
3798
1a8a9daf
GM
37992001-01-02 Eric M. Ludlam <zappo@gnu.org>
3800
3801 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3802 (lm-copyright-mark): New function.
3803 (lm-crack-copyright): New function.
3804 (lm-verify): Check that the file has a copyright.
3805 Check that the file is copyright Free Software Foundation.
3806
9c92eb53
KH
38072000-12-30 Kenichi Handa <handa@etl.go.jp>
3808
3809 * international/mule-diag.el (print-fontset): Indent font name by
3810 24 columns, not 25.
3811
49172314
GM
38122000-12-29 Gerd Moellmann <gerd@gnu.org>
3813
762a68ec
GM
3814 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3815 in Subject line.
3816
49172314 3817 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
3818 Use mail-mode-hook instead of mail-setup-hook.
3819 Otherwise continuing an interrupted message with C-u C-x m for
3820 instance, winds up in Mail mode without abbrevs.
49172314 3821
bd7a2e26
GM
38222000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3823
3824 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
3825 non-nil. Adding almost all customization variables on ps-setup.
3826 Doc fix.
bd7a2e26
GM
3827 (ps-print-version): New version number (6.3.3).
3828 (ps-end-with-control-d): Initialization fix.
3829 (ps-lines-printed): New var.
3830 (ps-skip-newline): New fun.
3831 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3832 (ps-next-line, ps-continue-line, ps-plot-region)
3833 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 3834
2b3f28a4
KH
38352000-12-29 Kenichi Handa <handa@etl.go.jp>
3836
83c9cb8e
SM
3837 * international/fontset.el (x-complement-fontset-spec):
3838 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
3839 registered in x-font-name-charset-alist.
3840 (create-fontset-from-fontset-spec): Adjusted for the above change.
3841 The name of fontset alias should be a unresolved ASCII font name.
3842
2ece9174
GM
38432000-12-28 Gerd Moellmann <gerd@gnu.org>
3844
3845 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3846 and delete in isearch-mode-map.
3847
cbe3ad7a
RS
38482000-12-28 Richard M. Stallman <rms@gnu.org>
3849
ca2ddd8e 3850 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
3851 Use xpdf instead of acroread.
3852
a816f1c5
KH
38532000-12-28 Kenichi Handa <handa@etl.go.jp>
3854
f086e73c
KH
3855 * textmodes/artist.el (artist-butlast): Deleted.
3856 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 3857 artist-butlast.
f086e73c 3858
a816f1c5
KH
3859 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3860
3861 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3862
b202115b
EZ
38632000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3864
3865 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3866
3867 * ls-lisp.el: Better support for the Mac and MS-Windows.
3868 (ls-lisp): New defgroup.
3869 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 3870 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
3871 (ls-lisp-support-shell-wildcards): New defcustoms.
3872 (ls-lisp-parse-symlink): New function.
3873 (insert-directory): Code to convert switches to a list and set up
3874 the wildcard argument copied from ls-lisp-insert-directory.
3875 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
3876 for -C and -R switches.
3877 (ls-lisp-column-format): New function.
ca2ddd8e 3878 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
3879 (ls-lisp-format-time): Add doc strings.
3880 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3881 Support ls-lisp-dirs-first.
3882 (ls-lisp-classify, ls-lisp-extension): New functions.
3883 (ls-lisp-format): Optionally support emulation of symlinks.
3884 Support -i, -s, and -G switches.
3885
6061fbf0
GM
38862000-12-27 Gerd Moellmann <gerd@gnu.org>
3887
5e25feee
GM
3888 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3889
6061fbf0
GM
3890 * version.el (emacs-version): Print X scroll bar information.
3891
3892 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3893 instead of x-toolkit-scroll-bars-p.
3894
3895 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3896 of x-toolkit-scroll-bars-p.
3897
25050dab
EZ
38982000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3899
83c9cb8e 3900 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
3901 (ffap-bindings): Doc fix, to reflect the above change.
3902
c1786874
KH
39032000-12-27 Kenichi Handa <handa@etl.go.jp>
3904
3905 * term.el (term-char-mode): Define all non-ascii self-inserting
3906 characters to 'term-send-raw in term-raw-map.
3907
7261ece3 39082000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 3909
83c9cb8e 3910 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 3911
83c9cb8e
SM
3912 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3913 Changed initialization; use add-hook.
6061fbf0 3914 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 3915
6061fbf0 3916 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 3917
6061fbf0
GM
3918 * ediff.el (ediff-patch-buffer): Bug fix.
3919 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 3920
83f40583
SM
39212000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3922
3923 * subr.el (combine-run-hooks): Remove.
3924
3925 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3926 and remove the rogue second spec.
3927
bdd6d4e8
GM
39282000-12-23 Gerd Moellmann <gerd@gnu.org>
3929
3930 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3931
26736ce3
SM
39322000-12-22 Stefan Monnier <monnier@cs.yale.edu>
3933
0e86b6b0
SM
3934 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3935 Use minibuffer menu prompt for the `=' prefix.
3936 (smerge-command-prefix): Change default to C-^.
6eabfb26 3937 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 3938
26736ce3
SM
3939 * skeleton.el (skeleton-internal-1): Make sure the first line of
3940 the region is also re-indented.
d21584d6
SM
3941 (skeleton-end-newline): New var.
3942 (skeleton-end-hook): Use it.
26736ce3 3943
95fa4fd7
MB
39442000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3945
3946 * comint.el (comint-password-prompt-regexp): Support CVS.
3947
f060b834
GM
39482000-12-22 Gerd Moellmann <gerd@gnu.org>
3949
83c9cb8e
SM
3950 * simple.el (delete-key-deletes-forward-mode): Simplify.
3951 Also backspace key combinations, depending on
856ff7a7
GM
3952 delete-key-deletes-forward.
3953
3954 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3955
f060b834
GM
3956 * simple.el (delete-key-deletes-forward): Doc fix.
3957
653558a1
GM
39582000-08-22 Emmanuel Briot <briot@gnat.com>
3959
3960 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 3961 white spaces are relevant in the XML file.
653558a1
GM
3962 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3963 to parse was already edited. This allows for on-the-fly analysis
26736ce3 3964 of XML files.
653558a1
GM
3965 (xml-parse-tag): Check that the casing is the same in the start
3966 tag and end tag, since XML is case-sensitive. Allows for spaces
3967 in the end tag, after the name of the tag.
3968 (xml-parse-attlist): Allow for the character '-' in the name of
3969 attributes, as in the standard http-equiv attribute Do not save
26736ce3 3970 the properties in the XML tree, since they are not relevant.
653558a1 3971
3ad93d8d
SM
39722000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3973
3974 * generic.el (generic-read-type): Undo last change, inline into
3975 `generic-mode' and then remove.
3976 (generic-mode): Inline generic-read-type.
3977 (define-generic-mode): Push the symbol name rather than the symbol
3978 onto generic-mode-list.
3979
177f4e88
GM
39802000-12-21 Gerd Moellmann <gerd@gnu.org>
3981
8e15274f
GM
3982 * generic.el (generic-read-type): Build an alist for
3983 completing-read as in 20.7.
3984
3985 * play/landmark.el (lm): Use interactive spec `P'.
3986 (toplevel): Don't set debug-on-error.
3987
83c9cb8e 3988 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 3989
6ba384dc
GM
39902000-12-21 Dave Pearson <davep@davep.org>
3991
3992 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 3993
647a066c
GM
39942000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3995
3996 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3997 ranges like \177-\237, but accepts the character sequence from \177 to
3998 \237. Doc fix.
3999 (ebnf-version): New version (3.4).
4000 (ebnf-setup): Code fix.
4001 (ebnf-range-regexp): New fun.
4002 (ebnf-8-bit-chars): Const fix.
4003
4004 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
4005 entry. Doc fix.
4006 (ebnf-bnf-lex): Code fix.
4007 (ebnf-bnf-comment-chars): Const fix.
4008
4009 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
4010 entry. Doc fix.
4011 (ebnf-iso-comment-chars): Const fix.
4012
4013 * ebnf-otz.el: Doc fix.
4014
4015 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
4016 entry. Doc fix.
4017 (ebnf-yac-skip-code): Code fix.
4018 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 4019
bc22fd18
EZ
40202000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
4021
4022 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
4023 (recover-file): Use it instead of insert-directory.
4024 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 4025
587fc3f9
KH
40262000-12-21 Kenichi Handa <handa@etl.go.jp>
4027
83c9cb8e
SM
4028 * international/mule-cmds.el (select-safe-coding-system):
4029 Check coding-category-list more rigidly. Improve help message.
eeefcfde 4030
587fc3f9
KH
4031 * dired.el (dired-move-to-filename-regexp): Fix previous change.
4032
01860fb9
MB
40332000-12-21 Miles Bader <miles@gnu.org>
4034
83c9cb8e 4035 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 4036
3f9d67a6
KH
40372000-12-21 Kenichi Handa <handa@etl.go.jp>
4038
9fd1c1f7
KH
4039 * international/mule-diag.el (describe-char-after): Make *Help*
4040 buffer inherit multibyteness of the current buffer.
4041
3f9d67a6
KH
4042 * international/mule.el (make-char): Docstring adjusted for the
4043 change of make-char-internal.
4044
c9669fac
SM
40452000-12-20 Stefan Monnier <monnier@cs.yale.edu>
4046
4047 * international/iso-cvt.el: Docstrings fix.
4048
19594307
DL
40492000-12-20 Dave Love <fx@gnu.org>
4050
4051 * subr.el (eval-after-load): Doc fix.
4052
b1a447b3
KH
40532000-12-20 Kenichi Handa <handa@etl.go.jp>
4054
4055 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
4056 for numbers.
4057
09877d5d
MB
40582000-12-20 Miles Bader <miles@gnu.org>
4059
4060 * international/quail.el (quail-help): Resize the help window
4061 again after it has all its contents. Remove unneeded progn.
4062
71d4497a
GM
40632000-12-19 Gerd Moellmann <gerd@gnu.org>
4064
4065 * pcmpl-linux.el: Fix copy/paste error.
4066
741e56a0
AI
40672000-12-19 Andrew Innes <andrewi@gnu.org>
4068
83c9cb8e 4069 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 4070
cc24d91c
CD
40712000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
4072
ba4c05aa
CD
4073 * progmodes/idlw-rinfo.el: Fixed copyright notice.
4074
4075 * progmodes/idlw-toolbar.el: Fixed copyright notice.
4076
4077 * progmodes/idlw-shell.el: Fixed copyright notice.
4078
4079 * progmodes/idlwave.el: Fixed copyright notice.
4080
71d4497a 4081 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
4082 TAB as key separators.
4083
524c8caf
GM
40842000-12-19 Alex Schroeder <alex@gnu.org>
4085
4086 * sql.el (sql-sybase-options): New option.
4087 (sql-sybase): Use it. Add sql-database to the list of parameters
4088 provided for login. The options -w 2048 -n are not used any more.
4089 (sql-postgres-options): Changed default from "--pset" to "-P".
4090 (sql-mysql-options): Doc change.
4091 (sql-stop): Doc change.
4092
b5fa513d
KH
40932000-12-19 Kenichi Handa <handa@etl.go.jp>
4094
4095 * international/quail.el (quail-input-method): Always hide
4096 the guidance buffer on exiting.
4097
91c9e6ce
GM
40982000-12-18 Gerd Moellmann <gerd@gnu.org>
4099
c6da4eb4
GM
4100 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4101 isn't fboundp.
4102
3d2a0e0b
GM
4103 * server.el (server-buffer-done): Bury the buffer before
4104 killing it.
4105
91c9e6ce
GM
4106 * faces.el (face-spec-set): Interpret a nil in specs for
4107 foreground and background colors as `unspecified', for
4108 compatibility with 20.x.
4109
40fa0008
DL
41102000-12-18 Dave Love <fx@gnu.org>
4111
22adbe54
DL
4112 * simple.el (mail-user-agent): Doc fix.
4113 (input-mode-8-bit): Removed.
4114
4115 * international/mule.el (set-keyboard-coding-system): Doc fix.
4116 (keyboard-coding-system): New option.
4117
40fa0008
DL
4118 * mail/sendmail.el (send-mail-function): Customize.
4119
6f4745e2
EZ
41202000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
4121
4122 * international/codepage.el (cp866-decode-table): New table.
4123
82b90229
GM
41242000-12-18 Gerd Moellmann <gerd@gnu.org>
4125
4126 * version.el (emacs-version): Remove `%a' from the time format
4127 because the weekday doesn't fit well into each locale.
4128
5a047002
MB
41292000-12-18 Miles Bader <miles@gnu.org>
4130
7f49aa07
MB
4131 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4132
ca2ddd8e 4133 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
4134 Check that emacs-major-version is `=' to 20, not `>='.
4135 (artist-replace-chars): Use `make-string' instead of a loop.
4136
22ea2607
EZ
41372000-12-17 Stefan Monnier <monnier@cs.yale.edu>
4138
4139 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4140 (cvs-execute-single-file): Don't change directory.
4141 Patch from Per Cederqvist.
4142
6c825f8e
EZ
41432000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4144
83c9cb8e
SM
4145 * textmodes/ispell.el (check-ispell-version):
4146 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
4147 of -vv.
4148
8ff06845
KH
41492000-12-16 Kenichi Handa <handa@etl.go.jp>
4150
af4bb4c8
KH
4151 * international/mule-diag.el (mule-diag): Insert information about
4152 configure options, multibyte awareness, language env.
4153
8ff06845
KH
4154 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4155 regexp to search for candidates.
4156
b24e84ab
EZ
41572000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4158
4159 * info.el (Info-forward-node): If the node has an
4160 Info-header-line, widen the buffer before searching for "next:"
4161 and "up:" pointers, and set the search limit to stay in the
4162 current node.
4163
7981d89f
MB
41642000-12-16 Miles Bader <miles@gnu.org>
4165
4166 * simple.el (delete-trailing-whitespace): Remove extraneous let.
4167
88ee7917
MB
41682000-12-15 Miles Bader <miles@gnu.org>
4169
4170 * comint.el (comint-send-string, comint-send-region): Also accept
4171 a buffer, buffer-name, or nil for PROCESS, for compatibility with
4172 process-send-string/region.
4173
0c28d842
GM
41742000-12-15 Gerd Moellmann <gerd@gnu.org>
4175
4ea7fdca
GM
4176 * isearch.el (isearch-lazy-highlight-max): New user-option.
4177 (isearch-lazy-highlight-update): Don't highlight more than
4178 isearch-lazy-highlight-max matches.
4179
0c28d842
GM
4180 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4181
984c9f75 41822000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 4183
8062e53a
GM
4184 * sort.el (sort-columns): Fix error message.
4185
3ffa545b
GM
4186 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4187 `upcase' or `downcase' or nil.
4188 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4189 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4190 (dabbrev--substitute-expansion): New arg record-case-pattern.
4191 If it is non-nil, set dabbrev--last-case-pattern.
4192 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4193
4194 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4195
c2d7f289
MB
41962000-12-15 Miles Bader <miles@gnu.org>
4197
b6348438
MB
4198 * paths.el (Info-default-directory-list): Don't delete
4199 configure-info-directory from the list of standard info
83c9cb8e 4200 directories when appending it to the end -- their order is important.
b6348438 4201
f9056dd9
MB
4202 * faces.el (read-face-attribute): If there's no entry for the
4203 user's input in VALID, just use it as-is (this will often result
4204 in an error, but it may be OK for e.g. colors using hexadecimal
4205 notation, and at least will yield a better error message).
4206
c2d7f289 4207 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 4208 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
4209 Variables removed.
4210 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4211 window is really the right size. Use vertical-motion
4212 rather than forward-line.
4213 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4214 (ispell-command-loop, ispell-show-choices): Use the variable
4215 ispell-choices-win-default-height, rather than the function.
4216 (ispell-choices-win-default-height): Function removed.
4217 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 4218
8f530b95
SM
42192000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4220
4221 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4222
6d435deb
EZ
42232000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4224
83c9cb8e
SM
4225 * paths.el (Info-default-directory-list):
4226 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
4227 put it first in the list; otherwise put it last. Doc string
4228 changed accordingly.
4229
4230 * info.el (Info-directory-list): Change doc string to reflect the
4231 change in Info-default-directory-list.
4232
6d435deb
EZ
4233 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4234 windows-nt as windowed environments, even under -nw.
4235
4236 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4237 if not fboundp. Switch delete-forward mode for the <delete> key
4238 on all PC platforms, even under -nw.
4239
4240 * term/internal.el ([M-delete]): Remap to M-d.
4241
9d7d9263
GM
42422000-12-14 Gerd Moellmann <gerd@gnu.org>
4243
4244 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4245
7cf0153a
EZ
42462000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4247
4248 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4249
5e5b3d41
GM
42502000-12-14 Gerd Moellmann <gerd@gnu.org>
4251
5f368d29
GM
4252 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4253 if appropriate.
4254
4255 * simple.el (delete-key-deletes-forward): New user-option.
4256 (delete-key-deletes-forward-mode): New function.
4257
9d7d9263 4258 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 4259
83c9cb8e
SM
4260 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4261 Test if symbol is bound before getting its value.
5e5b3d41
GM
4262
4263 * tooltip.el (tooltip-show): If an error is signaled in
4264 x-show-tip, display that error, and display the help in the
4265 echo area.
ca2ddd8e 4266
191b83b6
KH
42672000-12-14 Kenichi Handa <handa@etl.go.jp>
4268
83c9cb8e
SM
4269 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4270 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 4271
6192b604
KF
42722000-12-13 Karl Fogel <kfogel@red-bean.com>
4273
4274 * bookmark.el: Provide a generic exit hook, as suggested by
4275 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
4276 (bookmark-exit-hook): New var.
4277 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
4278 old raw lambda form in `kill-emacs-hook', and runs new
4279 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4280 as logically that feature must have been provided if this function
4281 is running.
4282 Removed ;;;###autoload before the `add-hook' call.
4283
5edf6b55
SM
42842000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4285
4286 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4287 (easy-menu-current-active-maps): New function.
4288 (easy-menu-get-map): Use it.
4289 Make a proper menu entry when creating a new keymap.
4290
16b5e8e6
KH
42912000-12-13 Kenichi Handa <handa@etl.go.jp>
4292
d49fc4eb
KH
4293 * international/characters.el: Fix cases and syntaxes for
4294 mule-unicode-0100-24ff.
4295
3b53d876
KH
4296 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4297 that a Japanese character is not appended after day and year.
4298
16b5e8e6
KH
4299 * info.el (Info-suffix-list): Change format for a command that
4300 requires arguments.
4301 (info-insert-file-contents): Adjusted for the above change.
4302
1df1c518
AS
43032000-12-12 Andreas Schwab <schwab@suse.de>
4304
4305 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4306 on the name of the tar buffer. Verify that the existing buffer is
4307 visiting the same subfile.
4308
a7a07b98
DL
43092000-12-12 Dave Love <fx@gnu.org>
4310
4311 * subdirs.el: Add obsolete.
4312
4fdbd809
GM
43132000-12-12 Gerd Moellmann <gerd@gnu.org>
4314
bfdb75ee
GM
4315 * mail/rmailsum.el (rmail-summary-expunge)
4316 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4317 instead of rmail-confirm-expunge.
4318
4fdbd809
GM
4319 * replace.el (perform-replace): Don't use an empty match adjacent
4320 to a non-empty match when computing the next match before the
4321 replacement is performed.
4322
e9a59cad
GM
43232000-12-12 Milan Zamazal <pdm@freesoft.cz>
4324
4325 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4326 definition (patch by Stefan Monnier).
4327 (glasses-mode): Use jit-lock instead of `after-change-functions'
4328 (patch by Stefan Monnier).
4329
c2def7a0
MB
43302000-12-12 Miles Bader <miles@gnu.org>
4331
4332 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4333 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4334
591b63b4
AC
43352000-12-12 Andrew Choi <akochoi@i-cable.com>
4336
4337 * term/mac-win.el: Remove load for ls-lisp.
4338
a924cf63 4339 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 4340
5ff4ba3d
MB
43412000-12-12 Miles Bader <miles@gnu.org>
4342
4343 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4344 Respect field end too.
4345 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
4346 (newline-and-indent, reindent-then-newline-and-indent):
4347 Use `delete-horizontal-space'.
5ff4ba3d 4348
d0c679bc
SM
43492000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4350
adf9c994
SM
4351 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4352 (so as to obey the field property in the minibuffer).
4353
4b0cd42d
SM
4354 * obsolete/c-mode.el: Moved from lisp/progmodes.
4355 * obsolete/auto-show.el: Moved from lisp.
4356 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 4357
89f85863
CD
43582000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4359
4360 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 4361 changes to list them here.
89f85863 4362
83c9cb8e
SM
4363 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4364 Too many changes to list them here.
89f85863 4365
83c9cb8e
SM
4366 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4367 Too many changes to list them here.
89f85863
CD
4368
4369 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4370
3e0d35ce
GM
43712000-12-11 Gerd Moellmann <gerd@gnu.org>
4372
83c9cb8e 4373 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 4374
ca2ddd8e 4375 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
4376 Comment fix.
4377
3e0d35ce
GM
4378 * hscroll.el: Moved to `obsolete' subdir.
4379
ff904dd6
MB
43802000-12-11 Miles Bader <miles@gnu.org>
4381
4382 * window.el (window-text-height): Function removed (now in C).
4383
fb97d87f
SM
43842000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4385
4386 * log-edit.el (log-edit-parent-buffer): New var.
4387 (log-edit): Set it. Add BUFFER argument.
4388 (log-edit-done): Use char-before.
4389 Don't bother checking validity of vc-comment-ring.
4390 Only bury the buffer if log-edit popped it up.
4391
4392 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4393 (cvs-mode-diff-help): Remove.
4394 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 4395 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
4396
4397 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4398 Remove binding for ? now made unnecessary.
4399
7de77417
CD
44002000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4401
83c9cb8e 4402 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
4403 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4404
4405 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4406 when master file is not open.
4407
4efa209f
SM
44082000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4409
4410 * progmodes/ada-stmt.el: Update `maintainer'.
4411
0a8052bd
GM
44122000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4413
4414 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4415 choices to match documentation string.
4416
a12167c5
MB
44172000-12-09 Miles Bader <miles@gnu.org>
4418
2161605d
MB
4419 * minibuf-eldef.el: New file.
4420
a12167c5
MB
4421 * window.el (fit-window-to-buffer): Don't pass last argument to
4422 pos-visible-in-window-p, now that its meaning is inverted.
4423
9ea8de1b
EZ
44242000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4425
4426 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4427 <ceder@lysator.liu.se>.
4428
5002ddbb
SM
44292000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4430
b6114d80
SM
4431 * autoinsert.el (auto-insert-alist): Add missing final \n.
4432
ee8d23ee
SM
4433 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4434 (cvs-menu-map): Remove.
4435 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4436 (cvs-mode-quit): Turn it back into a plain function.
4437
5002ddbb 4438 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 4439 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
4440
4441 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4442 file where it's more visible.
4443 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4444 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4445 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4446 (texinfo-inside-macro-p): Only catch `scan-error's.
4447 (texinfo-inside-env-p): Make better use of the match info.
4448 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4449 (texinfo-insert-@end): Slight re-organization.
4450 Also remove useless `looking-at' call.
4451
30cd075d
AI
44522000-12-08 Andrew Innes <andrewi@gnu.org>
4453
4454 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4455 accessible in -nw mode.
4456
4457 * term/w32-win.el: Remove stuff about selection timeout, which is
4458 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4459 it is accessible in -nw mode.
4460
01b91009
DL
44612000-12-08 Dave Love <fx@gnu.org>
4462
83c9cb8e
SM
4463 * emacs-lisp/lisp-mode.el (lisp-mode):
4464 Set font-lock-keywords-case-fold-search.
01b91009 4465
842b2a94
GM
44662000-12-08 Gerd Moellmann <gerd@gnu.org>
4467
4468 * textmodes/ispell.el (ispell): Doc fix.
4469
f9d5f611
KH
44702000-12-08 Kenichi Handa <handa@etl.go.jp>
4471
4472 * international/quail.el (quail-insert-decode-map): Check the
4473 frame width of a window displaying the current buffer, not that of
4474 the selected frame.
4475 (quail-help): Make sure that the help buffer has window before
4476 inserting text in it.
4477
e04d21aa
SS
44782000-12-07 Sam Steingold <sds@gnu.org>
4479
4480 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4481 Backquote is used in isearch.el, so autoloading saves nothing.
4482
fc3e23a4
EZ
44832000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4484
83c9cb8e
SM
4485 * startup.el (normal-top-level-add-subdirs-to-load-path):
4486 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 4487
fc3e23a4
EZ
4488 * dired.el (dired-insert-directory): If file-system-info is
4489 fboundp, call it instead of invoking dired-free-space-program.
4490
796ecd10
GM
44912000-12-07 Gerd Moellmann <gerd@gnu.org>
4492
0f5f7c3e
GM
4493 * server.el (server-visit-files): Push files on file-name-history.
4494
3764ba49
GM
4495 * progmodes/cc-langs.el: Update copyright.
4496
8e7931da
GM
4497 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4498
ae0d7485 4499 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 4500
796ecd10
GM
4501 * bindings.el (mode-line-mode-menu): Reverse the order
4502 of define-keys so that the menu appears in alphabetical order.
4503
ae0d7485
GM
45042000-12-07 Milan Zamazal <pdm@freesoft.cz>
4505
4506 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4507 of the function.
4508
e2849090
DL
45092000-12-07 Dave Love <fx@gnu.org>
4510
4511 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4512
4513 * facemenu.el (facemenu-unlisted-faces): Fix value.
4514
5c7f629c
SM
45152000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4516
4517 * font-lock.el (font-lock-default-fontify-region):
4518 Include the terminating \n (off-by-one error).
4519 (font-lock-set-defaults): Use dolist.
4520
4521 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4522
73481ae3
KH
45232000-12-07 Kenichi Handa <handa@etl.go.jp>
4524
83c9cb8e
SM
4525 * international/mule-cmds.el (describe-language-environment):
4526 Fix for the case that an input method title is not string but a list.
ffbaa122 4527
73481ae3
KH
4528 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4529 of wrong SIZE record.
4530
e2896b22
DL
45312000-12-06 Dave Love <fx@gnu.org>
4532
67292061
DL
4533 * newcomment.el (comment-region, comment-dwim): Doc fix.
4534
4535 * textmodes/texinfo.el: Require tex-mode when compiling.
4536 (texinfo-update-node): Doc fix.
4537 (texinfo-imenu-generic-expression): Add @anchor.
4538 (texinfo-font-lock-keywords): Add @uref.
4539 (texinfo-inside-macro-p): Don't use ignore-errors.
4540 (texinfo-insert-quote): Match more contexts.
4541
e76938e7
DL
4542 * international/mule.el (decode-char, encode-char): Doc fix.
4543 (auto-coding-alist): Customize.
4544
4545 * files.el (load-file): Fix change of 2000-03-12.
4546
e2896b22
DL
4547 * wid-edit.el (widget-text-keymap): Doc fix.
4548
6610f4b2
AI
45492000-12-06 Andrew Innes <andrewi@gnu.org>
4550
4551 * makefile.w32-in (lisp): Set to an absolute directory, namely
4552 $(CURDIR).
4553
9e3366e4
EZ
45542000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4555
4556 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4557 read generated-autoload-file, and set buffer-file-coding-system to
4558 raw-text-unix after reading the file.
4559
83c9cb8e
SM
4560 * international/mule-conf.el (file-coding-system-alist):
4561 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 4562
d94d636f
GM
45632000-12-06 Gerd Moellmann <gerd@gnu.org>
4564
384333ee
GM
4565 * replace.el (occur): Make line-number-width 1 smaller for the
4566 colon following the line number.
4567
83c9cb8e
SM
4568 * startup.el (fancy-splash-text, command-line-1):
4569 Use `File' for the menu name instead of `Files'.
e04d21aa 4570
d4b72d58
GM
4571 * tmm.el: Update copyright.
4572
d94d636f
GM
4573 * cus-start.el: Add entry for even-window-heights.
4574
6e424019
MB
45752000-12-06 Miles Bader <miles@gnu.org>
4576
4577 * faces.el (frame-set-background-mode): Avoid stomping on
4578 locally modified faces.
4579
e6477b58
KH
45802000-12-06 Kenichi Handa <handa@etl.go.jp>
4581
4582 * international/fontset.el: Correct the font registries for
4583 japanese-jisx0213-1 and japanese-jisx0213-2.
4584
21999ab9
GM
45852000-12-05 Gerd Moellmann <gerd@gnu.org>
4586
57d6e381
GM
4587 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4588
21999ab9
GM
4589 * iswitchb.el: Update customization commentary.
4590
7422819c
GM
45912000-12-05 Rob Riepel <riepel@Stanford.EDU>
4592
4593 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4594 (tpu-search-highlight): Fixed comparison of overlay end positions.
4595 (tpu-trim-line-ends): Implemented trimming logic locally.
4596
4597 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 4598 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 4599
73daff18
KH
46002000-12-05 Kenichi Handa <handa@etl.go.jp>
4601
4602 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4603 to cn-gb.
4604 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4605
6a4cd002
DL
46062000-12-04 Dave Love <fx@gnu.org>
4607
4608 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4609
6452929e
GM
46102000-12-04 Gerd Moellmann <gerd@gnu.org>
4611
e04d21aa 4612 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
4613 (rmail-summary-expunge-and-save): Ask for confirmation with
4614 rmail-expunge-confirmed.
4615
4616 * mail/rmail.el (rmail-expunge-confirmed): New function.
4617 (rmail-expunge): Use it.
4618
1790abf4
FP
46192000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4620
0c68ce6f 4621 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
4622 (etags-recognize-tags-table, find-tag-in-order):
4623 New functionality: interpret file names as tags.
e04d21aa 4624
7a53d8c8
EZ
46252000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4626
4627 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
4628 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4629 the first subnode until the bottom of the current node is visible.
7a53d8c8 4630
caa15ef7
GM
46312000-12-04 Gerd Moellmann <gerd@gnu.org>
4632
4633 * format.el (format-decode): Don't change buffer's undo list.
4634
e225faa7
KH
46352000-12-04 Kenichi Handa <handa@etl.go.jp>
4636
4637 * faces.el (face-font-registry-alternatives): Add entries for CJK
4638 fonts. Doc-string adjusted for the actual usage of this data.
4639
4640 * international/fontset.el: Change the font registries for CJK
4641 fonts in the default fontset. Don't append '*' to registries.
4642
8b262a65
SM
46432000-12-03 Stefan Monnier <monnier@cs.yale.edu>
4644
e04d21aa 4645 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
4646 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4647
4648 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4649 (derived-mode-p): New function.
4650 (derived-mode-make-docstring): Add `docstring' argument.
4651 Use it if available and complete it if necessary.
4652
33c4460b
AS
46532000-12-03 Andreas Schwab <schwab@suse.de>
4654
4655 * type-break.el (type-break): Don't make parent of itself.
4656
5c9b3fac
MB
46572000-12-03 Miles Bader <miles@gnu.org>
4658
4659 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4660
27ce741e
SM
46612000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4662
07c16ec4
SM
4663 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4664 (tex-main-file, tex-file): Simplify.
4665 (tex-generate-zap-file-name): Use subst-char-in-string.
4666 (tex-strip-dots): Remove.
4667
c19cc275
SM
4668 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4669
27ce741e
SM
4670 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4671 to check if the match succeeded.
4672
285991dc
GM
46732000-12-02 Gerd Moellmann <gerd@gnu.org>
4674
4675 * startup.el (use-fancy-splash-screens-p): New function.
4676 (command-line-1): Use it to determine whether or not to use
4677 a fancy splash screen.
4678
52dca1b2
AS
46792000-12-02 Andreas Schwab <schwab@suse.de>
4680
4681 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4682
d3e7e7cf
EZ
46832000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4684
2dce2360
EZ
4685 * international/mule.el (make-char): Fix last change.
4686
9768eaa7
EZ
4687 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4688 New defcustoms.
4689 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
4690 autoloading tex-mode; instead, do the same manually.
4691 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
4692 with numeric argument. Docstring fix.
4693 (toplevel): Require cl when compiling.
e04d21aa 4694
285991dc 4695 * international/mule.el (make-char): Doc fix.
d3e7e7cf 4696
0dd5e255
JR
46972000-12-02 Jason Rumney <jasonr@gnu.org>
4698
4699 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4700 the Emacs Lisp manual)
4701
fbb87147
EZ
47022000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4703
5cbb3e93
EZ
4704 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4705
fbb87147
EZ
4706 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4707 the Emacs Lisp manual).
4708
1636ca09
GM
47092000-12-02 Gerd Moellmann <gerd@gnu.org>
4710
4711 * simple.el (next-line-add-newlines): Change default to nil.
4712
68875f0e
EZ
47132000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4714
83c9cb8e
SM
4715 * files.el (revert-buffer, recover-file):
4716 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 4717
fd9ac94c
GM
47182000-12-01 Gerd Moellmann <gerd@gnu.org>
4719
4720 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4721
45450dd5
MB
47222000-12-01 Miles Bader <miles@gnu.org>
4723
4724 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4725
09df8881
KH
47262000-12-01 Kenichi Handa <handa@etl.go.jp>
4727
4728 * international/mule-diag.el (describe-char-after): Fix typo.
4729 (describe-character-set, non-iso-charset-alist): Fix typo.
4730
dea0a87d
MB
47312000-12-01 Miles Bader <miles@gnu.org>
4732
b170205b
MB
4733 * image-file.el (image-file-name-regexp): Automatically add
4734 upper-case variants of each filename extension in
4735 `image-file-name-extensions', since they seem to be common.
4736
e04d21aa 4737 * simple.el (minibuffer-contents)
dea0a87d
MB
4738 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4739 New functions.
4740 * filecache.el (file-cache-directory-name)
4741 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4742
eb04d6cd 47432000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 4744
dea0a87d
MB
4745 * filecache.el (file-cache-minibuffer-complete): Don't try to
4746 delete the minibuffer prompt.
4747
a8a1b05d
DL
47482000-11-30 Dave Love <fx@gnu.org>
4749
4750 * cus-start.el: Fix read-buffer-function type.
4751
693c4692
GM
47522000-11-30 Gerd Moellmann <gerd@gnu.org>
4753
4754 * md5.el: Removed. There's a built-in function, now.
4755
2c0b1898
GM
47562000-11-30 Markus Rost <rost@math.ohio-state.edu>
4757
4758 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4759 as dummy 0-th char of rmail-deleted-vector.
4760
63dfcf4b
EZ
47612000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4762
4763 * ps-print.el (ps-end-job): Bind case-fold-search only after
4764 switching to ps-spool-buffer.
4765
47662000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4767
4768 * ps-print.el: Line number font customization. PostScript: Lines and
4769 PageCount are initialized on each page. Doc Fix.
4770 (ps-print-version): New version number (6.3.2).
4771 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4772 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4773 (ps-right-header): Customization fix.
4774 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4775 Fix code.
4776 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4777 New vars.
4778
df3aedcf
GM
47792000-11-30 Gerd Moellmann <gerd@gnu.org>
4780
edfb795e
GM
4781 * bs.el: Fix typos and spelling errors.
4782 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4783 (bs-configuration): Doc fix.
e04d21aa 4784
df3aedcf
GM
4785 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4786
8b8a7f01
GM
47872000-11-30 Rob Riepel <riepel@Stanford.EDU>
4788
4789 * emulation/tpu-edt.el (tpu-version): New version.
4790 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4791 (tpu-original-mode-line): Variable deleted.
4792 (tpu-mark-flag): New initial value.
83c9cb8e
SM
4793 (tpu-set-mode-line): Don't redefine mode-line-format.
4794 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
4795 (tpu-update-mode-line): New mark flag logic.
4796 (tpu-get): Use find-file-wildcards.
4797 (tpu-search-highlight): Move overlay less, reset overlay properly.
4798 (tpu-unselect): Deactivate mark.
4799 (tpu-lm-replace): Reset overlay properly.
4800 (tpu-forward-line): Use forward-visible-line.
4801 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4802
83c9cb8e 4803 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 4804
c069a9d3
GM
48052000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4806
4807 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4808
b02cd40b
GM
48092000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4810
4811 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4812 and skip whitespace and newlines.
e04d21aa 4813
b7a90344
SM
48142000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4815
4816 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4817
be6bbb55
GM
48182000-11-29 Gerd Moellmann <gerd@gnu.org>
4819
0383ed60
GM
4820 * help.el (describe-function-1): Regexp-quote function name
4821 when used as part of a regexp.
4822
83c9cb8e
SM
4823 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4824 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
4825 (tool-bar-add-item): Likewise, and handle unspecified colors.
4826
4827 * enriched.el (enriched-face-ans): Use face-attribute instead
4828 of face-foreground and face-background.
4829
4830 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 4831 Return nil if attribute is unspecified, for backward compatibility.
c7957947 4832
7423978d
GM
4833 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4834
ef128c78
GM
4835 * play/5x5.el: Remove version info.
4836
a81fc510
GM
4837 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4838
be6bbb55
GM
4839 * frame.el (blink-cursor-mode): Doc fix.
4840
f9396e03
GM
48412000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4842
4843 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4844 to create Makefile rules.
4845 (antlr-tool-command): New user option.
4846 (antlr-ask-about-save): New user option.
4847 (antlr-makefile-specification): New user option.
4848 (antlr-file-formats-alist): New variable.
4849 (antlr-special-file-formats): New variable.
4850 (antlr-unknown-file-formats): New user option.
4851 (antlr-help-unknown-file-text): New variable.
4852 (antlr-help-rules-intro): New variable.
4853 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4854 (antlr-mode-menu): Add entries.
4855 (antlr-file-dependencies): New function.
4856 (antlr-directory-dependencies): New function.
4857 (antlr-superclasses-glibs): New function.
4858 (antlr-run-tool): New command.
4859 (antlr-makefile-insert-variable): New function.
4860 (antlr-insert-makefile-rules): New function.
4861 (antlr-show-makefile-rules): New command.
4862
4863 * antlr-mode.el: More Emacs/XEmacs stuff.
4864 (antlr-no-action-keywords): New constant with value nil.
4865 (antlr-font-lock-keywords-alist): Use it. Old value would break
4866 syntax highlighting in Emacs-21.0.
4867 (antlr-default-directory): Emacs/XEmacs dependend function.
4868 (antlr-read-shell-command): Ditto.
4869 (antlr-with-displaying-help-buffer): Ditto.
4870
48712000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4872
4873 * antlr-mode.el: imenu, parsing and highlighting changes.
4874 (antlr-imenu-create-index-function): Don't create extra submenus
4875 for definitions in different grammar classes. It is not necessary
4876 for the menu and would make command `imenu' awkward to use.
4877 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
4878 header actions and more than one.
4879 (antlr-font-lock-tokendef-face): Changed color.
4880 (antlr-font-lock-tokenref-face): Changed color.
4881 (antlr-font-lock-additional-keywords): Also highlight lowercase.
4882 (antlr-mode-syntax-table): New variable.
4883 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4884 (antlr-with-syntax-table): Don't copy syntax table.
4885
48862000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4887
4888 * antlr-mode.el: Minor changes: language setting.
4889 (antlr-language-alist): The value for file option "language" can
4890 be both an identifier and a string.
4891 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4892 (antlr-language-limit-n-regexp): Change accordingly.
4893
48942000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4895
4896 * antlr-mode.el: Minor changes: tabs, hiding.
4897 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4898 (antlr-action-visibility): Also allow value nil to also hide the
4899 braces. Renamed from `antlr-tiny-action-length'.
4900 Suggested by Jay@aol.com.
4901 (antlr-hide-actions): Change accordingly. Hide line if completely
4902 hidden action is on a line of its own.
e04d21aa 4903
6ad948eb
SM
49042000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4905
4906 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4907
4908 * sort.el (sort-columns): Don't concat strings with numbers.
4909
9c6a4107
DL
49102000-11-29 Dave Love <fx@gnu.org>
4911
4912 * cus-edit.el (face): Fix :format.
4913
4914 * mail/feedmail.el: Require smtpmail when compiling.
4915 (mail-do-fcc): Autoload.
4916 (feedmail) <defgroup>: Fix :link.
4917 (feedmail-nuke-body-in-fcc): Fix :type.
4918 (feedmail-send-it): Add autoload cookie.
4919
053b8d35
SM
49202000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4921
4922 * newcomment.el (comment-indent): Save excursion around call to
4923 comment-indent-function.
4924
242c13e8
MB
49252000-11-29 Miles Bader <miles@gnu.org>
4926
4927 * subr.el (member-ignore-case): Return the tail of the list who's
4928 car matches, like `member', not the matching element itself.
4929
8f4b5f28
KH
49302000-11-29 Kenichi Handa <handa@etl.go.jp>
4931
4932 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
4933 should not contain `\n'.
4934
bebe4a2c
GM
49352000-11-28 Gerd Moellmann <gerd@gnu.org>
4936
fd9ac94c 4937 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 4938
ba7e40eb
GM
4939 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4940
75ab0c79
GM
4941 * dired-aux.el (dired-do-create-files): Construct default file
4942 name for dired-mark-read-file-name so that when the user enters
4943 just RET, the target file will end up in the target directory.
4944
bebe4a2c
GM
4945 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4946 local-abbrev-table before changing buffers because it might
4947 have a buffer-local binding.
4948
fa6d1ca8
MB
49492000-11-28 Miles Bader <miles@gnu.org>
4950
4951 * simple.el (delete-horizontal-space): Handle fields more generally.
4952
8d2c2642
GM
49532000-11-28 Gerd Moellmann <gerd@gnu.org>
4954
4955 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4956
8b31236d
DL
49572000-11-28 Dave Love <fx@gnu.org>
4958
3cbd02d2
DL
4959 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4960 comment-start-skip locally.
4961
8b31236d
DL
4962 * progmodes/fortran.el (fortran-mode): Don't set
4963 fortran-comment-line-start-skip. Set comment-start to
4964 fortran-comment-line-start.
4965 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4966 (fortran-comment-line-start-skip): Simplify slightly.
4967
ae4bf56d
GM
49682000-11-28 Gerd Moellmann <gerd@gnu.org>
4969
17ef7534
GM
4970 * play/5x5.el: Remove RCS keyword.
4971
fd9ac94c 4972 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 4973
665b27a6
GM
49742000-11-28 Milan Zamazal <pdm@freesoft.cz>
4975
83c9cb8e
SM
4976 * textmodes/tildify.el (tildify-string-alist):
4977 Add `plain-tex-mode' here.
665b27a6 4978
fe3c2ae3
GM
49792000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4980
4981 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4982 reference.
4983
d970106b
MB
49842000-11-28 Miles Bader <miles@gnu.org>
4985
36b80a0d
MB
4986 * cus-face.el (custom-face-attributes): Add post-filter function
4987 for :box. Make pre-filter function for :box handle all cases.
4988
d970106b
MB
4989 * wid-edit.el (widget-choose): Make sure pop-up window is large
4990 enough to display all the choices, as there's no way to scroll it.
4991
5a2bae6c
KH
49922000-11-28 Kenichi Handa <handa@etl.go.jp>
4993
4994 * international/mule-conf.el: Make the coding system no-conversion
4995 safe for all characters.
4996
9e836e23
DL
49972000-11-27 Dave Love <fx@gnu.org>
4998
8b31236d
DL
4999 * net/ldap.el (ldap) <defgroup>: Add :version.
5000
9e836e23
DL
5001 * tooltip.el (tooltip-use-echo-area): Doc fix.
5002
5003 * cus-start.el <minibuffer-prompt-properties>: Add version.
5004 <read-buffer-function>: Add.
5005
5006 * apropos.el (apropos-print): Add help-echo to active text.
5007
5008 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
5009
4a74d071
GM
50102000-11-27 Gerd Moellmann <gerd@gnu.org>
5011
5012 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
5013 type, group and version.
5014
76058c27
EZ
50152000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
5016
4a74d071 5017 * select.el (x-get-selection): Docstring fix.
76058c27 5018
fd9ac94c 50192000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 5020
fd9ac94c 5021 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 5022
49060c51
AI
50232000-11-27 Andrew Innes <andrewi@gnu.org>
5024
5025 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
5026
5027 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
5028
b2a8e429
MB
50292000-11-27 Miles Bader <miles@gnu.org>
5030
5031 * dired.el (dired-get-filename): Return filename verbatim if
5032 LOCALP is `verbatim'.
5033 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
5034 `verbatim' so that we don't inadvertently delete a non-existant
5035 directory name.
5036
5ac0366d
KH
50372000-11-27 Kenichi Handa <handa@etl.go.jp>
5038
5039 * international/characters.el: Specify cases and syntaxes for
5040 mule-unicode-0100-24ff.
5041
67f1cf4c
GM
50422000-11-27 Gerd Moellmann <gerd@gnu.org>
5043
5044 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
5045 that foreground and/or background colors of the face `tool-bar'
5046 are unspecified.
5047
46c56972
MB
50482000-11-27 Miles Bader <miles@gnu.org>
5049
e04d21aa 5050 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
5051 (widget-field-end): Handle widget field `pseudo-overlays'.
5052 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
5053 if it's there instead of in `widget-field-list'.
5054
46c56972 5055 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
5056 (help-make-xrefs): Delete extraneous newlines at the end of the
5057 docstring.
46c56972 5058
640a9cdd
JR
50592000-11-25 Jason Rumney <jasonr@gnu.org>
5060
5061 * startup.el (command-line): Call set-locale-environment after
5062 Window System init file is read, as it can result in a call to
5063 redraw-frame.
5064
0b3f96d4
EZ
50652000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
5066
5067 * simple.el (shell-command): Mention the effect of the prefix
5068 argument in the doc string.
5069
8da6e2a1
MB
50702000-11-25 Miles Bader <miles@gnu.org>
5071
a658d039
MB
5072 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5073
8da6e2a1 5074 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 5075 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 5076
d3416cca
JR
50772000-11-24 Jason Rumney <jasonr@gnu.org>
5078
5079 * international/mule-cmds.el (locale-language-names): Add "jp" as
5080 a non-standard alternative for Japanese.
5081
17e37f53
AS
50822000-11-24 Andre Spiegel <spiegel@gnu.org>
5083
5084 * vc-hooks.el: Require 'cl during compilation.
5085
9aa5f148
GM
50862000-11-24 Gerd Moellmann <gerd@gnu.org>
5087
ba193890
GM
5088 * faces.el (face-set-after-frame-default): Let face attributes
5089 specified for new frames override frame parameters.
5090
9aa5f148
GM
5091 * startup.el (command-line): Fix computation of the source file
5092 for user-init-file when user-init-file is a compiled file.
5093
51a1edab
MB
50942000-11-24 Miles Bader <miles@gnu.org>
5095
e04d21aa 5096 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
5097 (custom-post-filter-face-spec): New functions.
5098 (custom-face-set, custom-face-value-create): Filter the face spec
5099 before and after customization.
5100 (custom-face-set): If VALUE specifies a null face, pass a
5101 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5102 * cus-face.el (custom-face-attributes): Remove SET and GET
5103 functions. Add some IN-FILTER and OUT-FILTER functions in the few
5104 cases they're needed.
5105
1ed74431
MB
5106 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5107 that it's distinguishable from the :off-glyph on dark-background
5108 displays. Set its background color too.
5109
67ee1125
MB
5110 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5111 so that people can easily turn it off.
5112
7d027816 51132000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 5114
7d027816 5115 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 5116
9aa5f148 5117 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 5118
9aa5f148 5119 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 5120
9aa5f148 5121 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 5122 redundant skip-small-frames test.
e04d21aa 5123
9aa5f148 5124 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 5125 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 5126
9aa5f148
GM
5127 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5128 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
5129 (viper-restore-cursor-type,viper-set-insert-cursor-type):
5130 New functions.
e04d21aa 5131
9aa5f148 5132 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 5133
9aa5f148 5134 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 5135
f07fa1b8
KH
51362000-11-24 Kenichi Handa <handa@etl.go.jp>
5137
83c9cb8e
SM
5138 * international/mule-diag.el (list-iso-charset-chars):
5139 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
5140 (list-non-iso-charset-chars): Fix the `while' condition.
5141
ba8299ff
SM
51422000-11-23 Stefan Monnier <monnier@cs.yale.edu>
5143
79372165
SM
5144 * subr.el (add-hook, remove-hook): Don't call make-local-hook
5145 if the variable is make-variable-buffer-local.
5146
83c9cb8e
SM
5147 * progmodes/ada-stmt.el (ada-template-map):
5148 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
5149 (ada-stmt-mode-hook): New function extracted from old code.
5150 Only change the buffer-local side of skeleton-*.
5151 (ada-mode-hook): Use it.
5152
68a887fa
EZ
51532000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5154
5155 * iswitchb.el (iswitchb-minibuf-depth): New variable.
5156 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5157 we expect to be returned by minibuffer-depth once we prompt the
5158 user in the minibuffer.
5159 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5160 as recorded in iswitchb-minibuf-depth, return non-nil.
5161
3b345582
EZ
51622000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5163
5164 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5165 (hscroll-window-maybe): Docstring fix.
5166
595dead2
DL
51672000-11-23 Dave Love <fx@gnu.org>
5168
5169 * rect.el (string-rectangle): Don't test delete-selection-mode.
5170
1e66b27a
GM
51712000-11-23 Gerd Moellmann <gerd@gnu.org>
5172
02790ce2
GM
5173 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5174 is in the tool bar.
5175
1e66b27a 5176 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 5177 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 5178
a4caa65d
SM
51792000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5180
5181 * textmodes/outline.el (outline-flag-region):
5182 Don't bind inhibit-read-only since we don't modify the buffer.
5183 (outline-isearch-open-invisible): Don't jump to overlay-start
5184 since we're trying to unhide text around point.
5185 (outline-discard-overlays): Use dolist.
5186
5187 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5188
03e757c1
GM
51892000-11-22 Gerd Moellmann <gerd@gnu.org>
5190
83c9cb8e 5191 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 5192
1598a961
SM
51932000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5194
5195 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5196 Fix ARG regexp to skip quoted braces.
5197 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5198 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5199 are (correctly) handled separately).
5200 Remove `caption' and `footnote' from `citations': they contain text.
5201 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5202 (latex-skeleton-end-hook): New function.
5203 (latex-mode): Use it.
5204 (tex-start-tex-marker): Remove.
5205 (tex-send-tex-command): Don't set tex-start-tex-marker.
5206 (tex-error-parse-syntax-table): New var.
5207 (tex-compilation-parse-errors): Use it.
5208 Ignore tex-start-tex-marker. Don't bother with marker-position.
5209 (tex-validate-buffer): Don't bother with marker-position.
5210
5211 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 5212 (flyspell-generic-progmode-verify): Use it.
1598a961 5213
eaae8106
SS
52142000-11-22 Sam Steingold <sds@gnu.org>
5215
83c9cb8e 5216 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 5217
eaae8106 5218 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 5219 `ada-remove-trailing-spaces'.
eaae8106 5220 (ada-remove-trailing-spaces): Removed.
e04d21aa 5221
eaae8106 5222 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 5223
1598a961
SM
5224 * textmodes/picture.el (picture-clean): Removed.
5225 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 5226
a41d49e9
GM
52272000-11-22 Gerd Moellmann <gerd@gnu.org>
5228
e053c60f
GM
5229 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5230
a41d49e9
GM
5231 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5232 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 5233 do anything special when jit-lock is active.
a41d49e9
GM
5234 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5235
197615f3
DL
52362000-11-22 Dave Love <fx@gnu.org>
5237
ddbfaa9f
DL
5238 * calendar/todo-mode.el (todo-top-priorities): Use
5239 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5240
ddc3c695
DL
5241 * language/chinese.el, language/cyrillic.el:
5242 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5243 * language/hebrew.el, language/indian.el, language/japanese.el:
5244 * language/korean.el, language/lao.el, language/misc-lang.el:
5245 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5246 Use provide.
5247
fb9fa98d
DL
5248 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5249 (custom-variable-set): Improve validation error mesage.
5250
197615f3
DL
5251 * rect.el (string-rectangle): Revert last change.
5252 (string-rectangle-line): New arg DELETE.
5253 (string-rectangle): Check delete-selection-mode.
5254
5255 * emacs-lisp/edebug.el (edebug-version)
5256 (edebug-maintainer-address): Deleted.
5257 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5258 (edebug-read-function): Account for other `'#' read forms.
5259 (edebug-mode-menus): Make some items toggles.
5260 (edebug-outside-unread-command-event, unread-command-event):
5261 Remove these to avoid warnings.
5262
f4117c4d
GM
52632000-11-22 David Ponce <david@dponce.com>
5264
5265 * recentf.el (recentf-menu-items-for-commands)
5266 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 5267 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 5268
f4117c4d
GM
5269 (recentf-build-dir-rules, recentf-dump-variable)
5270 (recentf-edit-list, recentf-open-files-item)
5271 (recentf-open-files): Replaced unnecessary `mapcar' with new
5272 built-in `mapc'.
eaae8106 5273
f8e2f3f2
MB
52742000-11-23 Miles Bader <miles@gnu.org>
5275
5276 * faces.el (menu): Make inverse-video on ttys too.
5277
4c4a541d
SM
52782000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5279
5280 * simple.el (comment-line-break-function): Use the new name
5281 indent-new-comment-line -> comment-indent-new-line.
5282 (clone-indirect-buffer): Don't ignore NORECORD.
5283 (next-completion): Properly handle the case where items are adjacent.
5284
5285 * mouse.el (popup-menu): Stupid typo.
5286
980d836e
GM
52872000-11-22 Gerd Moellmann <gerd@gnu.org>
5288
60e8e0a5
GM
5289 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5290 maintainer, keywords tags.
5291
980d836e
GM
5292 * rect.el (replace-rectangle): Don't call string-rectangle-line
5293 with too many arguments.
5294
e08b2069
AS
52952000-11-22 Andre Spiegel <spiegel@gnu.org>
5296
60e8e0a5 5297 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 5298 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
5299 vc-locking-user, which no longer exists.
5300
5301 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5302
c6779d8d
DL
53032000-11-22 Dave Love <fx@gnu.org>
5304
5305 * md5.el (md5): Provide.
5306 (md5): Fix error call.
5307
e672fdce
MB
53082000-11-22 Miles Bader <miles@gnu.org>
5309
eaae8106 5310 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
5311 (refill-fill-paragraph-at): Remove debugging code.
5312
80e24c04
MB
5313 * calendar/calendar.el (generate-calendar-window): When we don't
5314 call `fit-window-to-buffer', make sure the top line is fully visible.
5315
3a17d6cc
MB
5316 * image-file.el (insert-image-file): Don't make `read-only'
5317 property rear-nonsticky.
5318
ae1a21c6
MB
5319 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5320 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5321 stashing away its original value.
5322 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5323 in the recursive edit.
5324 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5325 (isearch-done): Restore `minibuffer-message-timeout'.
5326
e672fdce
MB
5327 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5328
3ea79df8
SM
53292000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5330
5331 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5332
5333 * find-lisp.el (find-lisp-find-files-internal):
5334 Use dolist, when and file-name-as-directory.
5335
980d836e 5336 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
5337 (define-derived-mode, define-minor-mode): Add specs.
5338
5339 * window.el: General comment and spacing fixes.
5340 (save-selected-window): Use backquotes.
5341 (window-safely-shrinkable-p): New function.
5342 (shrink-window-if-larger-than-buffer): Use it.
5343
5344 * subr.el (make-local-hook): Docstring fix.
5345
5346 * shell.el (shell-mode): Use define-derived-mode.
5347
5348 * newcomment.el (comment-indent): Insert comment before calling
5349 comment-indent-function. Don't insert in column 0.
5350 (comment-dwim): Indent before inserting comment.
5351
5352 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5353 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5354 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5355 Use mapc rather than map.
5356
5357 * files.el (find-buffer-visiting): Compare all attributes before
5358 declaring two files identical (rather than just their inode-no).
5359 (auto-mode-alist): Use \' rather than $.
5360
5361 * which-func.el: Update maintainer line.
5362
5363 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5364 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5365 (uniquify-buffer-file-name): Use it.
5366
8f62f2b8
MB
53672000-11-22 Miles Bader <miles@gnu.org>
5368
5369 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5370 * simple.el (minibuffer-avoid-prompt): New function.
5371
fb279a6d
GM
53722000-11-21 Gerd Moellmann <gerd@gnu.org>
5373
5374 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5375
867092e9
MB
53762000-11-21 Miles Bader <miles@gnu.org>
5377
ef860850
MB
5378 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5379 inclusion of `track-mouse'.
5380
867092e9
MB
5381 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5382 (refill-adjust-ignorable-overlay): New function.
5383 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5384 only the paragraph's tail if possible.
5385 Update `refill-ignorable-overlay'.
5386 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5387
5388 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5389 point inside the fill-prefix.
5390
5391 * textmodes/refill.el (refill-post-command-function): Don't reset
5392 refill-doit in the case where a self-insertion command doesn't
5393 case a refill. Use `refill-fill-paragraph-at', getting position
5394 from `refill-doit'.
5395 (refill-after-change-function): Set `refill-doit' to END.
5396 (refill-fill-paragraph-at): New function, mostly from old
5397 refill-fill-paragraph.
5398 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5399 (refill-pre-command-function): New function.
5400 (refill-mode): Add it to `pre-command-hook'.
5401
ff9ab414
GM
54022000-11-20 Gerd Moellmann <gerd@gnu.org>
5403
29a01b72
GM
5404 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5405
ff9ab414
GM
5406 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5407 javadoc tags.
eaae8106 5408
885b211b
AS
54092000-11-20 Andre Spiegel <spiegel@gnu.org>
5410
5411 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5412 vc.el).
5413
eaae8106 5414 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 5415 require vc.
eaae8106
SS
5416
5417 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 5418 checkouts.
eaae8106 5419
d1838556
DL
54202000-11-20 Dave Love <fx@gnu.org>
5421
5422 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5423
2b69bc11 54242000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 5425
2b69bc11
GM
5426 * calculator.el (calculator-paste): Use `if' instead of `and'
5427 and `or'.
5428 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 5429
b95b34e5
GM
54302000-11-19 Gerd Moellmann <gerd@gnu.org>
5431
030de92f
GM
5432 * info.el (info-menu-5): Doc fix.
5433
b95b34e5
GM
5434 * textmodes/artist.el: New file.
5435
54970452
AS
54362000-11-19 Andre Spiegel <spiegel@gnu.org>
5437
eaae8106 5438 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
5439 and differentiate according to checkout model.
5440 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5441 since this function is only concerned with master state.
5442
83c9cb8e
SM
5443 * vc-hooks.el (vc-workfile-unchanged-p)
5444 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 5445
83c9cb8e
SM
5446 * vc.el (vc-workfile-unchanged-p)
5447 (vc-default-workfile-unchanged-p): See above.
54970452 5448
e5a9dabf
MB
54492000-11-19 Miles Bader <miles@gnu.org>
5450
5451 * image-file.el (insert-image-file): Make `intangible' and
5452 `read-only' properties rear-nonsticky too.
5453
24127af0
GM
54542000-11-18 Gerd Moellmann <gerd@gnu.org>
5455
d392e9c5 5456 * ps-print.el: Update copyright notice.
eaae8106 5457
d392e9c5
GM
5458 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5459 (tooltip-show): Use the offsets.
5460
24127af0 5461 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 5462 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
5463 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5464
2b69bc11 54652000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 5466
2b69bc11
GM
5467 * ps-print.el (toplevel): Test for find-coding-system being
5468 fboundp before calling ps-x-find-coding-system.
08ea6f17 5469
66321b2f
SM
54702000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5471
5472 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5473 (vc-version-backup-file): Docstring fix.
5474
046110c6
GM
54752000-11-16 Gerd Moellmann <gerd@gnu.org>
5476
4104194e
GM
5477 * files.el (basic-save-buffer): Don't add a newline if
5478 find-file-literally is non-nil.
5479 (find-file-literally): Extend doc string.
5480
046110c6
GM
5481 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5482 sort(1) with the `-f' argument.
5483
6505c16e
AS
54842000-11-16 Andre Spiegel <spiegel@gnu.org>
5485
fd063975
AS
5486 * vc.el: Updated backend documentation.
5487 (vc-default-check-headers): New function.
5488
3d02dd81 5489 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
5490
5491 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 5492 up-to-date.
eaae8106 5493 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 5494 the minibuffer is not active.
fd063975 5495
eaae8106 5496 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 5497 `vc-cvs-use-edit' is on.
eaae8106
SS
5498 (vc-cvs-checkout): When this is used for reverting the workfile,
5499 make a backup of the original contents and revert to that in case
8791d617 5500 of error.
eaae8106 5501 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 5502 remote repositories.
eaae8106 5503
6505c16e
AS
5504 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5505 for both version and ratio in the minibuffer.
fd063975 5506
eaae8106 5507 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 5508 Use vc-do-command to perform the annotation, not call-process.
6505c16e 5509
a13f0660
KH
55102000-11-16 Kenichi Handa <handa@etl.go.jp>
5511
5512 * international/quail.el (quail-start-translation): Don't call
5513 `message' before reading key sequence.
5514
1389a414
MB
55152000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5516
5517 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5518
9256a532
KH
55192000-11-16 Kenichi Handa <handa@etl.go.jp>
5520
5521 * window.el (fit-window-to-buffer): Be sure to acquire at least
5522 one text line even if the buffer is empty.
5523
0e14fe9f
GM
55242000-11-16 Gerd Moellmann <gerd@gnu.org>
5525
eaae8106 5526 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
5527 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5528 Bind ange-ftp-process-verbose to nil.
0e14fe9f 5529
da645c53
DL
55302000-11-15 Dave Love <fx@gnu.org>
5531
83c9cb8e
SM
5532 * wid-edit.el (widget-specify-field, widget-specify-button):
5533 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
5534 widget-mouse-help.
5535 (widget-mouse-help): New function.
5536 (widget-echo-help): Rewritten for :help-echo functions only taking
5537 a widget arg.
5538
83c9cb8e
SM
5539 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5540 Use display-graphic-p.
b12057b9
DL
5541 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5542 and that JPEG is available.
5543 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5544
da645c53
DL
5545 * international/mule-cmds.el (locale-charset-language-names):
5546 Match @euro.
5547
6d133d1f
GM
55482000-11-15 Gerd Moellmann <gerd@gnu.org>
5549
83c9cb8e
SM
5550 * faces.el (face-set-after-frame-default):
5551 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
5552 default face from X resources.
5553
49ac2ac5
EZ
55542000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5555
5556 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5557 Don't set EMACSLOADPATH.
5558
4fb0a34c
EZ
55592000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5560
5561 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5562 texinfo-insert-@url.
5563 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5564 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5565
bb304a7a
SM
55662000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5567
82bc80bf
SM
5568 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5569 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5570 (checkdoc-minor-keymap): Backward compatibility.
5571 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5572 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5573 (checkdoc-this-string-valid-engine): Be a bit more strict
5574 to avoid matching substrings of `...' quoted vars/funs.
5575 (checkdoc-defun-info): Only look for `interactive' if alone.
5576 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5577
e8c87124
SM
5578 * progmodes/compile.el (grep): `tag-default' can be nil.
5579
bb304a7a
SM
5580 * newcomment.el (comment-indent): Paren typo.
5581
8628686a
DL
55822000-11-14 Dave Love <fx@gnu.org>
5583
25c269ef
DL
5584 * calculator.el: New maintainer version.
5585
66321b2f 5586 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 5587
8628686a
DL
5588 * cmuscheme.el: Doc fixes.
5589 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 5590 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
5591
5592 * xscheme.el (scheme-program-name): Don't define here.
5593
5594 * progmodes/scheme.el (scheme-program-name): New variable
5595 (originally in cmuscheme).
5596
88f0a1eb
MB
55972000-11-14 Miles Bader <miles@gnu.org>
5598
5599 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5600 Handle header-lines. Don't loop forever if we can't enlarge the
5601 window anymore. Simplify a bit.
5602
cd9a000c
KH
56032000-11-14 Kenichi Handa <handa@etl.go.jp>
5604
5605 * window.el (fit-window-to-buffer): Don't check
5606 window-text-height. Assure that the last line is fully visible.
5607
83c9cb8e
SM
5608 * international/quail.el (quail-show-guidance-buf):
5609 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
5610 buffer.
5611 (quail-update-guidance): Avoid making the guidance buffer shorter.
5612
d3fcda22
SM
56132000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5614
bdbd9606
SM
5615 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5616 rather than `prepend' and add an interesting comment.
5617 (tex-math-face, tex-font-lock-syntactic-face-function):
5618 New face and function to use it.
5619 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5620 than `menu-enable' symbol property.
5621 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5622 (tex-mode): Add some latex-mode commands for auto-selection.
5623 Use tex-font-lock-syntactic-face-function.
5624 (tex-insert-quote): Simplify.
5625 (tex-shell): New mode.
5626 (tex-start-shell): Use it.
5627 (tex-shell-proc, tex-shell-buf): New functions.
5628 (tex-send-command): Use it.
5629 (tex-main-file): Fix the meaning of the new arg REALFILE.
5630 (tex-send-tex-command): New function split from `tex-start-tex'.
5631 Set compilation-last-buffer and compilation-parsing-end.
5632
d3fcda22
SM
5633 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5634 when it follows non-comment text on the line.
5635
5636 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5637 Set font-lock-defaults.
5638 (lisp-mode-shared-map): Init inside the defvar.
5639 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5640 Use define-derived-mode.
5641
bdab1d43
MB
56422000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5643
5644 * faces.el (header-line): Use `:box nil' for color/gs displays too.
5645
936ae731
GM
56462000-11-14 Gerd Moellmann <gerd@gnu.org>
5647
83c9cb8e
SM
5648 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5649 Don't recursively optimize body because that can lead to infinite
936ae731
GM
5650 recursion; see comment there.
5651
1695ca2b
EZ
56522000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
5653
5654 * faces.el (face-spec-set-match-display): Revert the change from
5655 2000-10-24. Add a FIXME for after v21.1.
5656
9d348294
MB
56572000-11-13 Miles Bader <miles@gnu.org>
5658
5659 * textmodes/fill.el (skip-line-prefix): New function.
5660 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5661 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
5662 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5663 point inside the fill-prefix.
9d348294 5664
b85fa13c
MB
56652000-11-13 Miles Bader <miles@lsi.nec.co.jp>
5666
83c9cb8e
SM
5667 * calendar/calendar.el (generate-calendar-window):
5668 Use `fit-window-to-buffer'.
b85fa13c 5669
a0b47716
SM
56702000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5671
5672 * gud.el (gud-minor-mode): New var.
5673 (gud-symbol, gud-val): New functions.
5674 (gud-find-file): Copy gud-minor-mode to the new buffer.
5675 (gud-menu-map): Include entries for commands that are not always
5676 available, using :enable to (de)activate them.
5677 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
5678 (gud-mode-map): New map.
eaae8106 5679 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
5680 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5681 Don't set up gud's menu (it's done by the minor-mode).
5682 (gud-minibuffer-local-map): New.
5683 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
5684 (gud-query-cmdline): New function.
5685 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
5686 (gud-mode): Use define-derived-mode.
5687 Don't set up gud's menu (it's done by the minor-mode).
5688 (gud-chop-words): Remove.
5689 (gud-common-init): Use split-string instead.
5690 (gud-new-keymap, gud-make-debug-menu): Eradicate.
5691
5692 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5693 Add keyword arg :name.
5694
5695 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5696 (diff-count-matches, diff-split-hunk): New functions.
5697 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5698
5699 * pcvs-info.el (cvs-fi-conflict-face): New var.
5700
5701 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5702 Make it into a simple syntax-table, shared among all submodes.
5703 (sh-heredoc-face): Re-introduce.
5704 (sh-font-lock-syntactic-face-function): New function.
5705 (sh-mode): Use it. Also use define-derived-mode.
5706 Remove old bogus setting of indent-region-function.
5707 (sh-set-shell): Don't set the syntax-table any more.
5708 (sh-mode-syntax-table) <defun>: Remove.
5709
f5ed37df
MB
57102000-11-12 Miles Bader <miles@gnu.org>
5711
5712 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5713 message if interactive.
5714
0b074c2f
DL
57152000-11-12 Dave Love <fx@gnu.org>
5716
5717 * mail/feedmail.el: Fix header,
5718 (feedmail) <defgroup>: Add :link.
5719
5720 * view.el: Use local-map property, not keymap on mode-line string.
5721
83c9cb8e
SM
5722 * scroll-all.el (scroll-all-mode): Customize variable.
5723 Add autoload cookie to function.
0b074c2f
DL
5724
5725 * lazy-lock.el: Remove compatibility code.
5726
5727 * finder.el (finder-known-keywords): Add `files', remove `vms'.
5728 (finder-help-echo): New variable.
5729 (finder-mouse-face-on-line): Add help-echo stuff.
5730 (finder-list-keywords, finder-list-matches): Use mapc.
5731
5732 * faces.el (face-font-registry-alternatives): Add :version.
5733
5734 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5735 tags-table-list.
5736
a0b47716 5737 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 5738
a0b47716 5739 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
5740 (mail-mode): Use [:alnum:] in some regexps.
5741
6d502396
DL
57422000-11-10 Dave Love <fx@gnu.org>
5743
5744 * ediff.el (ediff-regions-internal, ediff-documentation):
5745 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5746 fundamental mode.
5747
5748 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5749 buffer into fundamental mode.
5750 (ediff-set-difference): Use copy-sequence if available.
5751
83c9cb8e
SM
5752 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5753 Check ediff-patch-map non-nil.
6d502396
DL
5754 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5755 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5756 buffer into fundamental mode.
5757
5758 * ediff-merg.el (state-or-merge): Defvar when compiling.
5759
a82fe213
JR
57602000-11-10 Jason Rumney <jasonr@gnu.org>
5761
5762 * w32-fns.el (w32-add-charset-info): New function.
5763 (w32-charset-info-alist): Use it.
5764
52d89894
GM
57652000-11-10 Gerd Moellmann <gerd@gnu.org>
5766
5767 * faces.el (face-font-registry-alternatives): New user-option.
5768
178932de
SM
57692000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5770
d7fa3319
SM
5771 * textmodes/texinfo.el (texinfo-block-default): New var.
5772 (texinfo-insert-block): Use it. Insert a newline if needed.
5773
178932de
SM
5774 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5775 (fill-region-as-paragraph): Use it.
5776
5777 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5778 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5779 Tweak paragraph regexps to allow a leading [ \t]*.
5780 (tex-latex-block): Insert a newline if necessary.
5781 (latex-insert-item): Only insert a newline if necessary.
5782 (tex-guess-main-file): New function.
5783 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5784 Set tex-main-file if TeX-master is provided.
5785 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5786
bd02b8e0
GM
57872000-11-10 Gerd Moellmann <gerd@gnu.org>
5788
5789 * startup.el (command-line): Set the default tooltip-mode
5790 to t for graphical displays which implement x-show-tip.
5791
5792 * tooltip.el (tooltip-mode): Add a comment about startup.el
5793 setting the default value of this user-option.
5794
b29b03eb
SM
57952000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5796
5797 * font-lock.el (font-lock-*-face) <defvar>: Move.
5798 (font-lock-defaults-alist): Mark obsolete.
5799 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5800 (font-lock-mode): Use define-minor-mode.
5801 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5802 (font-lock-turn-off-thing-lock): Be more explicit.
5803 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5804 (font-lock-syntactic-face-function): New var.
5805 (font-lock-fontify-syntactically-region): Use it.
5806 (font-lock-doc-face): New.
5807
5808 * pcvs.el (cvs-enabledp): Ignore errors.
5809 (cvs-commit-filelist): Never query.
5810 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5811 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5812 (cvs-do-removal): Use cvs-partition rather than delete-if.
5813 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5814 cvs-bury-buffer.
5815
5816 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5817 Allow `next' to jump to after the end of the last match.
5818
778fbc46
GM
58192000-11-09 Gerd Moellmann <gerd@gnu.org>
5820
730c746c
GM
5821 * simple.el (byte-compiling-files-p): New function.
5822
5823 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5824 if it is there.
5825
5826 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5827 nil again.
5828
778fbc46
GM
5829 * textmodes/ispell.el (ispell-library-path): Don't call
5830 check-ispell-version when byte-compiling because that starts
5831 an ispell process, and ispell might not be installed.
5832 (toplevel): Don't set up a menu when byte-compiling.
5833
5834 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5835 it, so that a boundp test can be used to determine if we're
5836 currently byte-compiling.
5837
5912c5bb
DL
58382000-11-09 Dave Love <fx@gnu.org>
5839
83c9cb8e 5840 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 5841
7bb054a5
GM
58422000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5843
83c9cb8e
SM
5844 * ps-print.el: Patch for variable initialization when spooling.
5845 Doc fix.
7bb054a5
GM
5846 (ps-output-list): Fun eliminated.
5847 (ps-begin-file, ps-begin-job): Code fix.
5848
9db2706e
DL
58492000-11-08 Dave Love <fx@gnu.org>
5850
83c9cb8e 5851 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 5852
f7eb32aa
GM
58532000-11-08 Gerd Moellmann <gerd@gnu.org>
5854
5855 * simple.el (shell-command, display-message-or-buffer)
5856 (shell-command-on-region): Mention resize-mini-windows in the doc
5857 string.
5858 (display-message-or-buffer): Take the value of resize-mini-windows
5859 into account.
5860
7b01b08c
GM
58612000-11-07 Gerd Moellmann <gerd@gnu.org>
5862
acad3c0b
GM
5863 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5864
7b01b08c
GM
5865 * dired.el (dired-between-files): Add `^. find' as an alternative
5866 to the regular expression, for find-dired.
5867
6f602bd0
SM
58682000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5869
5870 * textmodes/texnfo-upd.el: Require texinfo.
5871 (defmacro, defgroup): Remove.
5872 (texinfo-section-to-generic-alist): Remove.
5873 Use texinfo-section-list instead (i.e. level is changed string->int).
5874 (texinfo-filter): New function.
5875 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5876 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5877 Use it. And use regexp-opt.
5878 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
5879 (texinfo-update-menu-region-beginning)
5880 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5881 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5882 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 5883 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
5884 (texinfo-sequential-node-update): Remove autoload cookie.
5885
5886 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5887 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5888 (texinfo-chapter-level-regexp): Remove.
5889 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5890
bb216218
DL
58912000-11-06 Dave Love <fx@gnu.org>
5892
6f602bd0 5893 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 5894
6f602bd0
SM
5895 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5896 Match defun*.
bb216218 5897
ff8dd5d5
KH
58982000-11-06 Kenichi Handa <handa@etl.go.jp>
5899
5900 * composite.el (composition-function-table): Variable declaration
5901 moved to src/composite.c.
5902 (compose-chars-after): New optional arg object.
5903
e9da51a1
GM
59042000-11-06 Gerd Moellmann <gerd@gnu.org>
5905
e0c12c68
GM
5906 * bindings.el (mode-line-toggle-read-only)
5907 (mode-line-toggle-modified, mode-line-widen)
5908 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5909 (make-mode-line-mouse2-map): Rewritten.
5910 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5911 functions so that C-h k can show something with a doc string.
eaae8106 5912
e9da51a1
GM
5913 * startup.el (fancy-splash-delay): Set to 10 seconds.
5914 (fancy-splash-max-time): New user-option.
5915 (fancy-splash-stop-time): New variable.
5916 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5917 (fancy-splash-screens-1): Throw `stop-splashing' when current
5918 time is greater than fancy-splash-stop-time.
5919
611dbdf0
SM
59202000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5921
4d2806e2
SM
5922 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5923
611dbdf0
SM
5924 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5925 Prompt user for a file rather than raising an error.
5926 (cvs-enabledp): Fix call to cvs-mode-marked.
5927 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5928 (cvs-mode-insert): Use it. Change the init prompt' value.
5929 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5930
5931 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5932 Don't pass default arg to ewoc-locate.
5933 (ewoc-collect): Return result in the right order.
5934
5935 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5936
5937 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5938 (cvs-status-get-tags): Fix regexp.
5939 (cvs-status-trees, cvs-status-cvstrees):
5940 Combine after change hooks and don't sit-for.
4d2806e2
SM
5941 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5942 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
5943 Use make-char rather than hard-coded cryptic data.
5944 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5945
5946 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5947
5948 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5949 (cvs-insert-strings): New function.
5950
937b2877
MB
59512000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5952
5953 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5954 `mwheel-scroll-amount'.
5955 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5956 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5957 string-matching against the version string.
5958
c6c97763
KH
59592000-11-06 Kenichi Handa <handa@etl.go.jp>
5960
6eaec747
KH
5961 * language/thai.el ("Thai"): Set a lisp form that produces
5962 composed string in `sample-text' language info.
5963
5964 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5965 composed string in `sample-text' language info.
5966
83c9cb8e
SM
5967 * international/mule-cmds.el (describe-language-environment):
5968 Eval `sample-text' data and insert the result.
6eaec747 5969
c6c97763
KH
5970 * international/mule-conf.el (compound-text): Define this coding
5971 system here. Make x-ctext and ctext aliases of it.
5972
5973 * language/european.el (compound-text, ctext): Moved to
5974 international/mule-conf.el.
5975
d1145f85
AI
59762000-11-05 Andrew Innes <andrewi@gnu.org>
5977
5978 * w32-fns.el (w32-version): New function.
5979
178a6a45
SM
59802000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5981
5982 * progmodes/awk-mode.el: Update copyright.
5983 (awk-mode-abbrev-table): Remove.
5984 (awk-font-lock-keywords): Use regexp-opt.
5985 (awk-mode): Use define-derived-mode.
5986
5987 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5988 when extracting a suffix.
5989
1ba90166
AS
59902000-11-04 Andre Spiegel <spiegel@gnu.org>
5991
5992 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5993 auto-save-mode.
5994
546790cb
JR
59952000-11-04 Jason Rumney <jasonr@gnu.org>
5996
5997 * language/european.el (decode-mac-roman): Test against r1 not r0.
5998
d247e32d
SM
59992000-11-03 Stefan Monnier <monnier@cs.yale.edu>
6000
fbf44f44
SM
6001 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
6002 (icon-mode): Define indent-line-function.
6003 (icon-comment-indent): Simplify.
6004 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
6005
6006 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
6007
6008 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6009 Bind change-log-default-mode to defeat the caching done on it.
6010 Don't bother saving excursion any more.
6011
6012 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
6013
6014 * frame.el (after-setting-font-hook): Rename hooks -> hook.
6015 (set-frame-font): Use the new name (and the old for compatibility).
6016
eaae8106
SS
6017 * toolbar/tool-bar.el (tool-bar-mode):
6018 * time.el (display-time-mode):
6019 * recentf.el (recentf-mode):
6020 * paren.el (show-paren-mode):
6021 * mwheel.el (mouse-wheel-mode):
6022 * msb.el (msb-mode):
6023 * jka-compr.el (auto-compression-mode):
6024 * image-file.el (auto-image-file-mode):
6025 * hl-line.el (hl-line-mode):
6026 * delsel.el (delete-selection-mode):
6027 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
6028 * complete.el (partial-completion-mode): Drop unneeded positional args.
6029
eaae8106 6030 * info.el (Info-mode):
79372165 6031 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 6032
d247e32d
SM
6033 * log-edit.el (log-edit-menu): New menu.
6034
4921558e
MB
60352000-11-03 Miles Bader <miles@gnu.org>
6036
6037 * wid-edit.el (widget-end-of-line): Reinstate, with a new
6038 definition, so that trailing spaces are handled properly.
6039 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
6040
1fc02b3c
GM
60412000-11-03 Gerd Moellmann <gerd@gnu.org>
6042
6043 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
6044 tab character.
6045 (fancy-splash-screens): Set tab-width to 20.
6046
51d001f7
DL
60472000-11-03 Dave Love <fx@gnu.org>
6048
6049 * comint.el (comint-completion-addsuffix): Fix custom type.
6050
ba22aeff
SM
60512000-11-02 Stefan Monnier <monnier@cs.yale.edu>
6052
6053 * font-lock.el (font-lock-buffers): Remove.
6054 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
6055 (font-lock-change-major-mode): Remove.
6056 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
6057 (font-lock-default-fontify-region): Extend the multiline
6058 fontification to whole lines.
6059 (font-lock-fontify-anchored-keywords)
6060 (font-lock-fontify-keywords-region): If matching just one
6061 line (with \n) only mark the \n as multiline.
6062
6063 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
6064 Correctly handle the case where several :group args are supplied.
6065 Allow :extra-args.
6066 (easy-mmode-define-global-mode): Allow :extra-args.
6067 Correctly handle the case where several :group args are supplied.
6068
9c887ada
MB
60692000-11-02 Miles Bader <miles@gnu.org>
6070
eaae8106 6071 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
6072 (holiday-face): Remove dependency on `window-system'.
6073
7f25090d
KR
60742000-11-02 Ken Raeburn <raeburn@gnu.org>
6075
6076 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 6077 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 6078 (compile-files): Bomb out if compilation of a file fails.
7f25090d 6079
7dd6009c
DL
60802000-11-02 Dave Love <fx@gnu.org>
6081
6082 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6083
94821e4f
EZ
60842000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
6085
6086 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6087 punctuation in the warning inserted into the *mail* buffer.
6088
1ac3fc42
GM
60892000-11-02 Gerd Moellmann <gerd@gnu.org>
6090
57731876
GM
6091 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6092 (authors-public-domain-p): New function.
6093 (authors-print): Use it.
6094
975f82c9
GM
6095 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6096
1ac3fc42
GM
6097 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6098
4b3eb10f
GM
60992000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6100
975f82c9 6101 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
6102 (ps-print-version): New version number (6.3.1).
6103 (ps-even-or-odd-pages): Customization fix.
6104 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6105 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6106 (ps-page-count): Var replaced by `ps-page-column'.
6107 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6108 (ps-print-sheet-p): New fun.
6109
7da794df
MB
61102000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6111
6112 * tooltip.el (tooltip-gud-tips-setup): New function.
6113 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6114 (tooltip-mode): Call tooltip-gud-tips-setup.
6115 (tooltip-gud-tips): Use `gud-basic-call' instead of
6116 process-send-string, so the prompt gets frobbed appropriately.
6117 Handle nil return value from `tooltip-gud-print-command'.
6118
0e40b809
EL
61192000-11-01 Eric M. Ludlam <zappo@ultranet.com>
6120
6121 * comint.el (comint-add-to-input-history): New function.
6122 (comint-send-input): Use `comint-add-to-input-history'.
6123
50ada0db
MB
61242000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6125
973a3104
MB
6126 * info.el (info-menu-header): New face.
6127 (Info-fontify-menu-headers): New function.
6128 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6129
50ada0db
MB
6130 * info.el (Info-insert-dir): Don't include blank lines at
6131 beginning of additional dir files (one is added automatically).
6132
bff53411
SM
61332000-11-01 Stefan Monnier <monnier@cs.yale.edu>
6134
6135 * emacs-lisp/easy-mmode.el (define-minor-mode):
6136 Revert the latest changes.
6137 Allow the three positional arguments to be skipped and replaced
6138 by keyword arguments.
6139 Add a :toggle argument to determine whether a nil arg means toggle
6140 or means turn-on. The default is unchanged.
6141 Add a call to force-mode-line-update.
6142
6b8a0b2d
DL
61432000-11-01 Dave Love <fx@gnu.org>
6144
83c9cb8e 6145 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 6146
5bf99100
MB
61472000-11-01 Miles Bader <miles@lsi.nec.co.jp>
6148
83c9cb8e
SM
6149 * calendar/calendar.el (diary-face, holiday-face):
6150 Add dark-background variants.
5bf99100 6151
a4032611
SS
61522000-10-31 Sam Steingold <sds@gnu.org>
6153
6154 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6155 `tex-main-file' does not have directory in it.
6156
c286608e
SM
61572000-10-31 Stefan Monnier <monnier@cs.yale.edu>
6158
6159 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6160
4836835a
TTN
61612000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
6162
6163 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6164 functional change.
6165
26dcb81b
GM
61662000-10-31 Gerd Moellmann <gerd@gnu.org>
6167
6168 * files.el (find-file-noselect): When we expand a wildcard, return
6169 a list of buffers, as we should do according to the doc string.
6170
49fc4500
KR
61712000-10-31 Ken Raeburn <raeburn@gnu.org>
6172
6173 * loadup.el (top level): Adjust load path if program name is
6174 "../src/bootstrap-emacs", in case it's not dumped and thus the
6175 load path adjustment hasn't already been done.
6176
ea0c615d
GM
61772000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6178
83c9cb8e
SM
6179 * ps-print.el: Fix bug on selected pages for printing.
6180 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
6181 is on. Try to avoid warning messages when compiling. Doc Fix.
6182 (ps-print-version): New version number (6.3).
6183 (ps-color-device): Use `color-values' to determine if device
6184 supports color.
6185 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6186 (ps-print-page-p): Changed from defsubst to defun.
6187 (ps-page-number): Changed from defmacro to defun.
6188 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6189 printing.
c286608e 6190 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
6191 (ps-end-file, ps-dummy-page): Funs eliminated.
6192 (ps-print-color-scale): Changed default value.
6193 (ps-page-n-up, ps-print-page-p): New internal vars.
6194 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6195 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6196
9e20722f
GM
6197 * delim-col.el: Little programming improvement.
6198 (delimit-columns-str): New macro.
6199 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6200
d7a0fd00
KH
62012000-10-31 Kenichi Handa <handa@etl.go.jp>
6202
c286608e
SM
6203 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6204 Moved to european.el.
d7a0fd00
KH
6205 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6206 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
6207 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6208 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 6209
234be340
DL
62102000-10-30 Dave Love <fx@gnu.org>
6211
6212 * progmodes/cc-menus.el (imenu-generic-expression)
6213 (imenu-progress-message): Only defvar when compiling.
6214
4edc4a39
DL
6215 * emacs-lisp/elp.el (elp-unload-hook): New function.
6216
6217 * loadhist.el (unload-feature): Call elp-restore-function,
6218 checking for symbols; don't use elp-restore-all.
6219 (loadhist-hook-functions): Doc fix.
6220
70c825df
SM
62212000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6222
6223 * log-edit.el (log-edit-confirm): Fix the default.
6224
1d3baf74
GM
62252000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6226
6227 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6228 delimit-columns-format.
6229 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 6230
1ec321a7
MB
62312000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6232
6233 * comint.el (comint-replace-by-expanded-history): Don't use
6234 comint-get-old-input (we're not looking at *old* input).
6235 (comint-get-old-input-default): If using fields, signal an error
6236 when the point is not in an input field.
6237
70737ea9
KH
62382000-10-30 Kenichi Handa <handa@etl.go.jp>
6239
6240 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6241 and mule-unicode-e000-ffff.
6242
fa0cb51d 6243 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
6244 (make-coding-system): Accept a symbol of translation table as a
6245 value of property `safe-chars'.
6246
6247 * international/mule-cmds.el (encode-coding-char): Check property
6248 safe-chars instead of safe-charsets.
6249
6250 * international/fontset.el (fontset-default): Modified for
6251 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6252 (x-font-name-charset-alist): Likewise.
6253 (ccl-encode-unicode-font): New CCL program. Record it in
6254 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6255
70c825df
SM
6256 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6257 New translation tables.
70737ea9
KH
6258 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6259 programs are modified and moved from mac-win.el.
6260 (mac-roman): Definition of this coding system is modified and
6261 moved from mac-win.el.
4836835a 6262
fda2ce24 62632000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6264
1d3baf74 6265 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 6266 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 6267
dd4d3cb6
MB
62682000-10-29 Miles Bader <miles@gnu.org>
6269
6270 * custom.el (custom-add-to-group): Allow multiple entries for a
6271 given value OPTION, as long as their widget types are different.
6272 * cus-edit.el (custom-face-value-create): If face name doesn't end
6273 with "face", add such here (similar to custom group widgets).
6274
6275 * comint.el (comint-highlight-prompt): Add :type.
6276
dace60cf
JW
62772000-10-28 John Wiegley <johnw@gnu.org>
6278
dace60cf
JW
6279 * calendar/timeclock.el (timeclock-log): Doc fix.
6280 (timeclock-last-event): Doc fix.
83c9cb8e 6281 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
6282 (timeclock-find-discrep): Use a temp buffer to read in the
6283 timelog, instead of visiting the file.
6284 (timeclock-log-data): A new function, along with a host of helper
6285 functions, for the purpose of making timelog data accessible to
6286 programmers.
6287
6288 * eshell/esh-mode.el (window-height test): Make certain that
6289 `eshell-stringify-t' is non-nil.
6290 (eshell-password-prompt-regexp): Changed to a much simpler
6291 password regexp.
6292 (eshell-send-input): If `eshell-invoke-directly' returns t,
6293 directly invoke the parsed command using `eval'. This improves
6294 turn-around time on simple commands by a factor of three or
6295 greater, such as cd, ls, pwd, etc. -- which get used very often.
6296 It also conserves thousands of cons cells per call (since
6297 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6298 in the Pacific Cookie Company).
6299
6300 * eshell/esh-test.el (eshell-test): Whitespace fix.
6301
83c9cb8e
SM
6302 * eshell/em-ls.el (eshell-ls-insert-directory):
6303 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
6304
6305 * eshell/em-script.el (eshell-script-initialize): Add names to
6306 `eshell-complex-commands, since `source' and `.' are complex.
6307
0467b076
EZ
6308 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6309 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
6310 `eshell-copy-handles'.
6311 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6312 bodies.
6313 (eshell-separate-commands): Whitespace fix.
6314 (eshell-complex-commands): Added a new list of names, for
6315 determining whether a given command is as simple as it looks.
6316 (eshell-invoke-directly): New function. Returns t if a command
6317 should be invoked directly (using `eval'), rather than indirectly
6318 using `eshell-do-eval'.
6319 (eshell-do-eval): Whitespace fix.
6320
6321 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6322 which provides an emulation of the DOS shell behavior of assuming
6323 that cp/mv/ln should copy/move/link to the current directory.
6324 (eshell-remove-entries): Added a doc string.
6325 (eshell-shuffle-files): Removed the check for `target' being null.
6326 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6327 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6328 it to do a smarter check of whether a destination was provided.
6329 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6330 (eshell/ln): Enable `:preserve-args', and use
6331 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
6332 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6333 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
6334 list after flattening it. This makes it possible to cat files
6335 with numerical names.
6336 (eshell-unix-initialize): Added several names to
6337 `eshell-complex-commands.
6338 (eshell-unix-command-complex-p): Return t if a given command name
6339 may result in external processes being invoked.
6340
6341 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6342 variable nil by default, since it slows down glob processing by a
6343 factor of two or more, and increases memory consumption.
6344
6345 * eshell/em-smart.el: Added a note about how memory consumptive
6346 smart display mode can be (at least this is true in Emacs 21).
6347 (eshell-smart-initialize): Whitespace fix.
6348 (eshell-refresh-windows): Use `if' instead of `when'.
6349 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6350 not necessary.
83c9cb8e 6351 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
6352
6353 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6354 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6355 Whitespace fix.
6356 (eshell-ls-exclude-hidden): Added this variable in addition to
6357 `eshell-ls-exclude-regexp'. This one prevents files beginning
6358 with . from even being read, which can improve memory consumption
6359 quite a bit.
6360 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6361 read file entries beginning with a dot. In home directories with
6362 lots of hidden files, fully two-thirds of the time spent in ls is
6363 used to read directory entries that are immediately thrown away.
6364 (eshell-ls-initial-args): Added back this configuration variable,
6365 for specifying default initial arguments to every call to ls.
6366 Much faster than using an alias to do the same thing.
6367 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6368 (eshell-ls-dir): Whitespace change.
6369
6370 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6371
83c9cb8e 6372 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
6373 (eshell-stringify-t): Added a customization variable, to indicate
6374 whether `t' should be rendered as a string at all. If not, one
6375 can still determine if the result of an expression is true using
6376 "file-exists-p FILE && echo true".
6377 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6378 stringify t!
6379
6380 * eshell/esh-module.el: Whitespace fix.
6381
83c9cb8e
SM
6382 * eshell/em-alias.el (eshell-alias-initialize):
6383 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
6384 (eshell-command-aliased-p): New function that returns t if a
6385 command name names an aliased.
6386
657f9cb8 63872000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6388
0467b076 6389 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 6390 redrawing the screen when changing cursor color.
0467b076
EZ
6391 (viper-insert-state-pre-command-sentinel)
6392 (viper-replace-state-pre-command-sentinel)
70c825df
SM
6393 (viper-replace-state-post-command-sentinel):
6394 Use viper-preserve-cursor-color.
657f9cb8
MK
6395 Many functions changed to use viper= instead of = when comparing
6396 characters.
0467b076 6397 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 6398 working with characters.
0467b076 6399 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
6400 Many functions changed to use viper= instead of = when comparing
6401 characters.
0467b076 6402 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 6403
0467b076 6404 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 6405 Several typos fixed in various docstrings.
0467b076 6406 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 6407 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
6408 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6409 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6410 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6411 (ediff-get-selected-buffers): New function.
6412 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
6413 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6414 Use save-window-excursion.
0467b076 6415 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 6416 termination check in while loop.
0467b076 6417 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 6418 dired buffer.
0467b076
EZ
6419 (ediff-files,ediff-merge-files,ediff-files3)
6420 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 6421
4f490d99
DL
64222000-10-28 Dave Love <fx@gnu.org>
6423
6424 * info.el (Info-fontify-node): Add help-echo for menu items.
6425
45b84006
EZ
64262000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6427
5ebc02b3
EZ
6428 * startup.el (normal-top-level): If the value of $TERM indicates
6429 we are running from xterm or one of its work-alikes, default to a
6430 light background mode.
6431
45b84006
EZ
6432 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6433 * faces.el (tty-handle-reverse-video): New function.
6434 (tty-create-frame-with-faces): Call it.
6435
6436 * frame.el (frame-notice-user-settings): Don't apply
6437 default-frame-alist and initial-frame-alist to MS-DOS frames.
6438 Call tty-handle-reverse-video, frame-set-background-mode, and
6439 face-set-after-frame-default for non-MS-DOS frames.
6440
6441 * startup.el (tty-long-option-alist): New variable.
6442 (tty-handle-args): New function.
6443 (command-line): Call tty-handle-args.
6444
6445 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6446 startup.el now does that for all character-terminal frames.
6447
eab6e8b9
MB
64482000-10-28 Miles Bader <miles@gnu.org>
6449
83c9cb8e
SM
6450 * emacs-lisp/easy-mmode.el (define-minor-mode):
6451 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6452 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 6453 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
6454 version using `easy-mmode-define-global-mode'.
6455 Add :conditional-turn-on keyword argument.
eab6e8b9 6456
51a29efc
DL
64572000-10-28 Dave Love <fx@gnu.org>
6458
83c9cb8e
SM
6459 * international/latin1-disp.el (latin1-char-displayable-p):
6460 Don't use window-system.
51a29efc 6461
d71d7114
EZ
64622000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6463
6464 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6465 Don't call find-buffer-file-type-coding-system. Instead, just
6466 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6467 if the file is on an untranslated filesystem.
6468 (add-untranslated-filesystem): Use "D" instead of "f" inside
6469 interactive.
6470
1f9cab4b
DL
64712000-10-27 Dave Love <fx@gnu.org>
6472
70c825df 6473 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
6474 (refill-mode): Use it.
6475
70c825df
SM
64762000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6477
6478 * international/quail.el (quail-activate): Don't make-local-hook.
6479
7432cf10
AS
64802000-10-27 Andre Spiegel <spiegel@gnu.org>
6481
4836835a 6482 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 6483 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
6484 (vc-make-version-backup): Don't do it on MS-DOS without long file
6485 names.
4836835a 6486
7432cf10
AS
6487 * vc.el (vc-version-other-window): If an automatic backup of the
6488 desired version exists, rename it instead of copying it.
6489
4836835a
TTN
6490 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6491 after command. If there's an unexpected error, signal it instead
7432cf10 6492 of being silent.
e1483c38 6493 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 6494
05ea7ef2
MB
64952000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6496
fd1035aa
MB
6497 * shell.el (shell): Add BUFFER argument.
6498 * comint.el (make-comint-in-buffer): New function.
6499 (make-comint): Use it.
6500
05ea7ef2
MB
6501 * faces.el (face-spec-choose): Change syntax so that the list of
6502 attribute-value pairs is now the cdr of each clause, not the cadr.
6503 Detect old-style entries, and handle them. Use pop.
6504
835a55fe
SM
65052000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6506
f5ab1cdd
SM
6507 * cus-edit.el (custom-mode-map): Use a sparse map.
6508 (custom-mode): Don't bother with make-local-hook.
6509
6510 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6511
835a55fe
SM
6512 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6513
c13b0ec8
GM
65142000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6515
6516 * ps-print.el: Avoid compilation gripes.
6517 (ps-print-version): New version number (6.2.1).
4836835a 6518
e9f63196
DL
65192000-10-26 Dave Love <fx@gnu.org>
6520
0b95284b
DL
6521 * menu-bar.el: Modify some menu item help strings.
6522 (menu-bar-help-menu): Add link to MORE.STUFF.
6523
e9f63196
DL
6524 * cus-edit.el (custom-mode): Add `special' mode-class property.
6525
6526 * wid-browse.el (widget-browse-mode): Likewise.
6527
6528 * wid-edit.el (widget-specify-field): Revert to using local-map
6529 property, not keymap.
6530
e276a14a
MB
65312000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6532
c1545d88
MB
6533 * wid-edit.el (widget-field-end): When checking for a `boundary'
6534 field, do so in the correct buffer.
6535
3c1b77ca
MB
6536 * simple.el (undo): Correctly distinguish between numeric and
6537 non-numeric prefix args in non-transient-mark-mode, as per the doc
6538 string. When in transient-mark-mode, treat all prefix-args as
6539 numeric.
6540
f5ab1cdd
SM
6541 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6542 Position point on match. Handle N == 0 correctly.
22626d9d
MB
6543
6544 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6545 (comint-mode-map): Reverse order of `comint-write-output' and
6546 `comint-append-output-to-file'.
6547 (comint-append-output-to-file): Reinstate this function, for the
6548 benefit of the menu.
6549
d97151cb
SM
65502000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6551
6552 * vc.el (vc-version-other-window): Bind `file'.
6553
ea7d6f5b
GM
65542000-10-25 Gerd Moellmann <gerd@gnu.org>
6555
f5ab1cdd 6556 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
6557
6558 * emacs-lisp/authors.el (batch-update-authors): New function.
6559 (authors-fixed-entries): New defconst.
6560 (authors-add-fixed-entries): New function.
6561 (authors): Call it.: Don't process lispref/.
6562
17c25cea
JR
65632000-10-25 Jason Rumney <jasonr@gnu.org>
6564
6565 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6566 Merge x w32 and mac definitions.
6567
4ecda532
GM
65682000-10-25 Gerd Moellmann <gerd@gnu.org>
6569
6570 * menu-bar.el (menu-bar-options-menu): Add a help string for
6571 `uniquify'.
6572
b6735035
GM
65732000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6574
f5ab1cdd
SM
6575 * time-stamp.el (time-stamp-string-preprocess):
6576 Fix a wrong type argument error.
b6735035 6577
f4cbc7a0
MB
65782000-10-25 Miles Bader <miles@gnu.org>
6579
6580 * recentf.el (recentf-mode): Variable removed.
6581 (recentf-mode): Use `define-minor-mode'.
6582
6583 * mwheel.el (mouse-wheel-mode): New global minor mode.
6584 (mwheel-install): Use `mouse-wheel-mode'.
6585
f4b020f6
DL
65862000-10-25 Dave Love <fx@gnu.org>
6587
f5ab1cdd
SM
6588 * progmodes/cperl-mode.el (cperl-mode):
6589 Set normal-auto-fill-function correctly.
072cb6f9 6590
83c9cb8e
SM
6591 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6592 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 6593 bindings.
f4b020f6 6594
ebe2a441
MB
65952000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6596
ff4dcd4b
MB
6597 * wid-edit.el (widget-field-at): New function.
6598 (widget-at, widget-field-activate): Use it.
6599 (widget-tabable-at): Use `widget-at'.
6600 (widget-specify-field): If the terminating character of the widget
6601 field (which is read-only) is a newline, put it into a special
6602 `boundary' field so that C-n/C-p act more naturally.
6603 (widget-field-end): Also don't subtract one if a special
6604 `boundary' field has been added after the widget field.
6605
83c9cb8e
SM
6606 * comint.el (comint-output-filter, comint-send-input):
6607 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 6608 code, since it should notice the overlay insertion-types now.
ff4dcd4b 6609
ebe2a441
MB
6610 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6611 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6612 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6613
fe50b6ab
GM
66142000-10-24 Gerd Moellmann <gerd@gnu.org>
6615
53df4dda 6616 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
6617 (authors): Set file coding system to iso-2022-7bit.
6618 Add file-local variables to output buffer.
53df4dda 6619
4836835a 6620 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
6621 WARN is nil.
6622
53df4dda
GM
66232000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6624
6625 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6626
6627 * delim-col.el: Now there is a column formatting mechanism.
6628 Modified to customization mechanisms convention. Doc fix.
6629 (columns): New group for delim-col.
6630 (delimit-columns-before, delimit-columns-after)
6631 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6632 (delimit-columns-end): New vars.
6633 (delimit-columns-customize, delimit-columns-format): New funs.
6634 (delimit-columns-region, delimit-columns-rectangle)
6635 (delimit-columns-rectangle-line): Modified to support column
6636 formatting.
4836835a 6637
a9839779
DL
66382000-10-24 Dave Love <fx@gnu.org>
6639
6640 * log-edit.el (log-edit): Add :version and a :group for vc.
6641
df0267b8
GM
66422000-10-24 Gerd Moellmann <gerd@gnu.org>
6643
9acc3873
GM
6644 * files.el (after-find-file): Don't print a message ``New file''
6645 if WARN is nil.
6646
83c9cb8e
SM
6647 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6648 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
6649 get duplicate tool-bar entries because we'll see the global ones
6650 on more than one path through keymaps.
6651
1946f901
GM
6652 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6653
df0267b8
GM
6654 * progmodes/cmacexp.el: Change Francesco's email address.
6655
ae3b264b
KH
66562000-10-24 Kenichi Handa <handa@etl.go.jp>
6657
6658 * window.el (fit-window-to-buffer): Adjust point of the window
6659 buffer, not that of the current buffer.
6660
23afac01
EZ
66612000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6662
6663 * progmodes/cmacexp.el: Update the euthor's email address.
6664
22d1a4ed
MB
66652000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6666
6667 * faces.el (face-spec-set-match-display): Add `graphic' display
6668 type (the inverse of `tty'). Use `display-graphic-p' instead of
6669 the window-system variable.
6670
f408aa48
KH
66712000-10-24 Kenichi Handa <handa@etl.go.jp>
6672
83c9cb8e
SM
6673 * international/isearch-x.el (isearch-with-input-method):
6674 Call input-method-function with the first event in
f408aa48
KH
6675 unread-command-events.
6676
94fe8a31
MB
66772000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6678
83c9cb8e 6679 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 6680
8f47302e
AC
66812000-10-24 Andrew Choi <akochoi@i-cable.com>
6682
6683 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
6684 New charsets.
6685
6686 * term/mac-win.el: Remove definitions of mac-roman-lower and
6687 mac-roman-upper, require dired, and define instead of set
6688 mac-ready-for-drag-n-drop to avoid compilation error.
6689
446c097e
AI
66902000-10-23 Andrew Innes <andrewi@gnu.org>
6691
83c9cb8e
SM
6692 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6693 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
6694 expand-file-name after convert-standard-filename to ensure
6695 expected directory separators are used.
6696
379b70e7
EZ
66972000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6698
6699 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6700
85c766e9
DL
67012000-10-23 Dave Love <fx@gnu.org>
6702
b7e03a67
DL
6703 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6704 (tool-bar-add-item): Set foreground and background for XBM icons.
6705
83c9cb8e
SM
6706 * international/latin1-disp.el (latin1-char-displayable-p):
6707 New function (from Handa).
b7e03a67
DL
6708 (latin1-display-check-font): Use it.
6709
0dcf8835 6710 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
6711 using :key-sequence, making it much more usable.
6712 Use nconc, not append.
0dcf8835
DL
6713 (imenu--create-keymap-1): Avoid append.
6714
85c766e9 6715 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 6716
cb3069bb
MB
67172000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6718
6719 [the following changes fix a bug where `define-minor-mode' didn't
6720 correctly generate :require clauses for defcustoms in compiled files]
6721 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6722 (byte-compile-log-file, byte-compile-log-1): Don't set
6723 `byte-compile-current-file' to nil. Instead set
6724 `byte-compile-last-logged-file' to it. Test whether
6725 byte-compile-current-file equals byte-compile-last-logged-file
6726 instead of whether its nil.
3b6542ba 6727 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 6728
6db6243b
SM
67292000-10-23 Stefan Monnier <monnier@cs.yale.edu>
6730
6731 * textmodes/refill.el: Fix var names in doc.
6732 (refill-mode): Don't bother with make-local-hook anymore.
6733
98490598
MB
67342000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6735
e01cd227
MB
6736 * faces.el (face-user-default-spec, face-default-spec): New functions.
6737 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 6738 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
6739 Use `face-user-default-spec'. Simplify code slightly.
6740
4836835a 6741 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
6742 (woman-unknown-face): Add dark-background variants.
6743 (woman-default-faces): Renamed from `woman-colour-faces'.
6744 Set using the stored defaults, rather than using hard-wired colors.
6745 (woman-monochrome-faces): Renamed from `woman-black-faces'.
6746 Just make the foreground `unspecified' rather than "black".
6747 (woman-menu): Rename menu entries accordingly.
6748
98490598
MB
6749 * faces.el (header-line): Make more reasonable on mono/grayscale
6750 displays.
6751
1a578e9b
AC
67522000-10-23 Andrew Choi <akochoi@i-cable.com>
6753
6754 * cus-edit.el (custom-button-face): Use 3D look for mac.
6755 (custom-button-pressed-face): Likewise.
6756
6757 * faces.el (set-face-attributes-from-resources): Handle mac frames
6758 in the same way as x and w32 frames.
6759 (face-valid-attribute-values): Likewise.
6760 (read-face-attribute): Likewise.
6761 (defined-colors): Likewise.
6762 (color-defined-p): Likewise.
6763 (color-values): Likewise.
6764 (display-grayscale-p): Likewise.
6765 (face-set-after-frame-default): Likewise.
6766 (mode-line): Same default face as for x and w32.
6767 (tool-bar): Likewise.
6768
6769 * frame.el: Remove call to frame-notice-user-settings at end of
6770 the file.
6771
83c9cb8e 6772 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
6773 as for x, pc, and w32 frame types.
6774
6775 * term/mac-win.el: New file.
6776
aaaf7be7
DL
67772000-10-22 Dave Love <fx@gnu.org>
6778
6779 * textmodes/refill.el: New file.
6780
5392d654
AS
67812000-10-22 Andre Spiegel <spiegel@gnu.org>
6782
4836835a 6783 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 6784 MANUAL and REGEXP.
4836835a 6785 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
6786 New functions.
6787 (vc-before-save): Use the latter.
6788 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6789 confusion.
6790
4836835a 6791 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
6792 expected by vc[-hooks].el.
6793
6794 * vc.el (vc-checkout): Added `-p' suffix in call to
6795 vc-make-version-backups-p; use vc-make-version-backup to actually
6796 make the backup.
6797 (vc-version-other-window, vc-version-backup-file): Handle both
6798 automatic and manual backups.
6799 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6800 of all of them.
6801
1e221c16
MB
68022000-10-22 Miles Bader <miles@gnu.org>
6803
7ff4fda5
MB
6804 * comint.el (comint-highlight-input, comint-highlight-prompt):
6805 Renamed, `-face' at end removed.
6806 (comint-send-input, comint-output-filter): Use renamed faces.
6807
3511cde8
MB
6808 * window.el (fit-window-to-buffer): Change defaulting of
6809 MAX-HEIGHT slightly.
6810
1e221c16
MB
6811 * faces.el (color-values, color-defined-p): Use `member', not
6812 `memq', because it works correctly for strings.
6813 (frame-set-background-mode): Actually, "unspecified-fg" and
6814 "unspecified-bg" *are* strings. Use `member', not `memq', and
6815 `equal', not `eq', when a string value is possible.
6816
b6ef4898
EZ
68172000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6818
6819 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6820
34939e2c
SM
68212000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6822
6823 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6824 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6825 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6826 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6827 (sh-font-lock-syntactic-keywords): Use them.
6828 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6829 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6830 (sh-mode): Don't override font-lock-unfontify-region-function.
6831 Use a copy of sh-font-lock-syntactic-keywords.
6832 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6833 Don't call sh-scan-buffer since font-lock does it on the fly.
6834 (sh-get-indent-info): Use `face' rather than `syntax-table'
6835 text-property to detect here-documents.
6836 Replace sh-special-syntax with sh-st-punc.
6837 (sh-prev-line): Use `face' rather than `syntax-table'
6838 text-property to skip over here-documents.
6839 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6840 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6841 (sh-electric-less, sh-set-here-doc-region)
4836835a 6842 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
6843 (sh-scan-buffer, sh-rescan-buffer): Remove.
6844
f3d3c491
AI
68452000-10-21 Andrew Innes <andrewi@gnu.org>
6846
6847 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6848 remote (ange-ftp) file names.
6849
b86c791c
MB
68502000-10-21 Miles Bader <miles@gnu.org>
6851
d9c30bdf
MB
6852 * window.el (fit-window-to-buffer): New function.
6853 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
6854 (window-text-height): Don't expect minibuffers to have mode-lines.
6855
d9c30bdf 6856 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
6857 * international/quail.el (quail-update-guidance):
6858 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 6859
617fee5a
MB
6860 * international/quail.el (quail-show-guidance-buf): Make sure
6861 guidance window really has enough room.
6862 (quail-update-guidance): If quail-guidance-win is already shown,
6863 make sure its height is OK.
6864
b86c791c
MB
6865 * window.el (window-text-height, set-window-text-height):
6866 New functions.
6867 (shrink-window-if-larger-than-buffer): Use `window-text-height'
6868 instead of `window-height' & `mode-line-window-height-fudge'.
6869 (mode-line-window-height-fudge): Add FACE parameter.
6870 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6871 instead of `enlarge-window' & `mode-line-window-height-fudge'.
6872
e34850d1
MB
68732000-10-20 Miles Bader <miles@gnu.org>
6874
6875 * window.el (height-affecting-face-attributes): Use `defconst'.
6876
6877 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
6878 New function, conditionally aliased to `mode-line-window-height-fudge'.
6879 (ispell-help): Use it.
6880 (ispell-choices-win-default-height): Don't include mode-line fudge.
6881 (ispell-choices-win-default-height): New function.
6882 (ispell-show-choices, ispell-command-loop): Use function
6883 `ispell-choices-win-default-height' instead of variable.
6884
a8b883c2
MB
68852000-10-20 Miles Bader <miles@lsi.nec.co.jp>
6886
8c6e4a58
MB
6887 * window.el (mode-line-window-height-fudge): New variable.
6888 (height-affecting-face-attributes): New variable.
6889 (mode-line-window-height-fudge): New function.
6890 (shrink-window-if-larger-than-buffer): Use it.
6891 * help.el (resize-temp-buffer-window): Likewise.
6892
a8b883c2
MB
6893 * info.el (Info-fontify-node): Add support for @subsubsection
6894 titles, which use `Info-title-4-face'.
6895 (Info-title-4-face): New face.
6896 (Info-title-3-face): Inherit from Info-title-4-face instead of
6897 variable-pitch.
6898
e64c3a75
JR
68992000-10-19 Jason Rumney <jasonr@gnu.org>
6900
6901 * dired.el (dired-insert-directory): Do not let errors signalled by
6902 attempt to run dired-free-space-program prevent dired from working.
6903
c70fe852
SM
69042000-10-19 Stefan Monnier <monnier@cs.yale.edu>
6905
6906 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6907
877cf6b4
GM
69082000-10-19 Gerd Moellmann <gerd@gnu.org>
6909
5de037e0
GM
6910 * dirtrack.el (dirtrack): Fix call to run-hooks.
6911
6deb9af9
GM
6912 * cmuscheme.el (cmuscheme-program-name): Renamed from
6913 scheme-program-name because xscheme.el contains a defcustom with
6914 the same name. As a consequence, customizing group `cmuscheme'
6915 loaded `xscheme' which redefined run-scheme.
6916 (run-scheme): Use cmuscheme-program-name.
6917
83c9cb8e 6918 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 6919
e597d8fb 6920 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 6921 anonymous address, and add a website for Befrienders International.
4836835a 6922
3e9cb08f
GM
69232000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6924
c70fe852
SM
6925 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6926 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
6927 (ps-print-version): New version number (6.2).
6928 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6929 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6930 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6931 (ps-x-extent-priority, ps-x-extent-start-position)
6932 (ps-x-face-font-instance, ps-x-find-coding-system)
6933 (ps-x-font-instance-properties, ps-x-make-color-instance)
6934 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6935 avoid compilation gripes without defining functions.
6936 (ps-e-find-composition): Alias for function find-composition, to have a
6937 suitable function depending on Emacs version.
6938 (ps-color-device, ps-color-values, ps-face-foreground-name)
6939 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6940 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6941 (ps-print-ensure-fontified): Function definitions surrounded by
6942 `eval-and-compile' to avoid compilation gripes.
6943 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6944 by symbol-value to avoid compilation gripes.
6945 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6946 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6947
d8abcd91
MB
69482000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6949
13ab33c4
MB
6950 * startup.el (normal-top-level): Call `frame-set-background-mode'
6951 after `frame-notice-user-settings' because the latter doesn't call
6952 the former on a tty.
6953
d8abcd91
MB
6954 * faces.el (frame-set-background-mode): `unspecified' &c are
6955 symbols, not strings.
6956
e8bce0a9
EZ
69572000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6958
c70fe852
SM
6959 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6960 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 6961
c70fe852
SM
6962 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6963 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 6964
773272d8
KH
69652000-10-19 Kenichi Handa <handa@etl.go.jp>
6966
c70fe852 6967 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
6968 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6969 for ISO10646-1 fonts.
6970 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6971
772139c0
EZ
69722000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6973
6974 * faces.el (frame-set-background-mode): If a tty frame defines a
6975 background color, use that to compute the background mode, instead
6976 of always defaulting to "dark".
6977
d134a19f
MB
69782000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6979
8bb84cb2
MB
6980 * comint.el (comint-write-output): New function.
6981 (comint-mode-map): Add it to the menu.
e40a778f 6982 Bind `C-c C-s' to comint-write-output.
d134a19f 6983
dada41e1
GM
69842000-10-18 Gerd Moellmann <gerd@gnu.org>
6985
6986 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6987 Use fancy-splash-delay.
6988
9b5360aa
GM
69892000-10-18 Alex Schroeder <alex@gnu.org>
6990
6991 * progmodes/sql.el (sql-sybase-options): New option.
6992 (sql-sybase): Use it. Add sql-database to the list of parameters
6993 provided for login. The options -w 2048 -n are not used any more.
6994
9035a35a
GM
6995 * comint.el (comint-read-input-ring): Bugfix such that the first
6996 and the last entry of the input ring file are not lost.
6997
3556c6dd
GM
69982000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6999
7000 * ps-print.el: Internal variable changes to defcustom,
7001 make-local-hook changes to defvar. Doc fix.
7002 (ps-print-version): New version number (6.1).
7003 (ps-setup, ps-do-despool): Code fix.
7004 (ps-printer-name): Customization fix.
7005 (ps-printer-name-option): Now is a defcustom instead of an
7006 internal variable.
7007 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
7008 (ps-print-begin-column-hook): Now are defvar instead of
7009 make-local-hook.
4836835a 7010
4e217e50
MB
70112000-10-18 Miles Bader <miles@gnu.org>
7012
7013 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
7014 (comint-kill-output): Changed into an alias for `comint-delete-output',
7015 and made obsolete.
7016 (comint-mode-map): Rename references to comint-kill-output.
7017
34460354
EZ
70182000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
7019
7020 * diff-mode.el (diff-header-face, diff-file-header-face)
7021 (diff-changed-face): Add bold and italic attributes to tty faces.
7022 (diff-function-face): New face.
7023 (diff-font-lock-keywords): Use it.
7024
17ea3cdb
MB
70252000-10-18 Miles Bader <miles@lsi.nec.co.jp>
7026
7027 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
7028 Remove commented-out call to force-mode-line-update.
7029 (comint-kill-output): Use `forward-line 0' instead of
7030 beginning-of-line to make sure we get past the prompt.
7031
9244f2c7
SM
70322000-10-17 Stefan Monnier <monnier@cs.yale.edu>
7033
7034 * diff-mode.el (diff-header-face, diff-file-header-face):
7035 Add specific setting for dark background.
7036 (diff-context-face): Renamed from diff-comment-face.
7037 Set explicitly rather than inheriting from font-lock-comment-face.
7038
1592c1ef
EZ
70392000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7040
7041 * startup.el (command-line): Move the code which sets the default
7042 TTY colors to before before-init-hook.
7043
f86292a9
GM
70442000-10-17 Gerd Moellmann <gerd@gnu.org>
7045
7046 * jit-lock.el (jit-lock-stealth-time): Doc fix.
7047
f7f2e883
EZ
70482000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7049
e854cc22
EZ
7050 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
7051 extensions, for MS-DOS.
7052
f7f2e883
EZ
7053 * diff-mode.el (diff-header-face, diff-file-header-face)
7054 (diff-changed-face): Define tty-specific colors.
7055
c7b4f0f9
GM
70562000-10-17 Gerd Moellmann <gerd@gnu.org>
7057
7058 * startup.el (fancy-splash-text): Realign the text.
7059
12a72271
EZ
70602000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7061
7062 * font-lock.el (font-lock-comment-face): Define a separate default
7063 for dark-background tty's.
7064
61dfccfd
MB
70652000-10-17 Miles Bader <miles@gnu.org>
7066
7067 * help.el (resize-temp-buffer-window): Add hack to avoid last line
7068 being obscured by whizzy mode-lines on graphics displays.
7069
333cd59e
EZ
70702000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7071
7072 * info.el (Info-title-1-face, Info-title-2-face)
7073 (Info-title-3-face): Define colors for tty's.
dada41e1 7074 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 7075
dbf1fcc1
EZ
70762000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7077
7078 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7079 reverse from the frame parameters, and don't invert foreground and
7080 background colors.
7081
ac629823
MB
70822000-10-16 Miles Bader <miles@gnu.org>
7083
7084 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7085 string "*Info*". Call propertized-buffer-identification to spruce
7086 up the result.
7087
76eebffc
GM
70882000-10-16 Gerd Moellmann <gerd@gnu.org>
7089
3a6b59d9
GM
7090 * help.el: Provide `help' for the sake of define-minor-mode
7091 which generates defcustoms with requires.
7092
6569c3d3
GM
7093 * jit-lock.el (jit-lock-after-change): If we're in text that
7094 matches a multi-line font-lock pattern, make sure the whole text
7095 will be redisplayed.
7096
c2e0a611
GM
7097 * emacs-lisp/authors.el (authors-add): Don't add an entry if
7098 author's name is unknown.
7099
76eebffc
GM
7100 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7101 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7102 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7103 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7104 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7105 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7106 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7107 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7108 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7109 Add author information.
7110
cf1e7b12
MB
71112000-10-16 Miles Bader <miles@lsi.nec.co.jp>
7112
7113 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7114 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7115 full-color version (using the Gimp) to eliminate dithering artifacts.
7116
5586f3eb
SM
71172000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7118
7119 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7120
7121 * simple.el (syntax-flag-table, string-to-syntax): Remove.
7122
ad64a888
DL
71232000-10-15 Dave Love <fx@gnu.org>
7124
83c9cb8e 7125 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
7126
7127 * pcomplete.el (pcomplete) <defgroup>: Add :version.
7128
7129 * whitespace.el: Doc fixes.
7130 (top-level): Don't add hooks here.
7131 (whitespace-running-emacs): Deleted.
7132 (timer): Don't require.
7133 (whitespace): Add back :version conditional on xemacs test.
7134 (whitespace-spacetab-regexp, whitespace-indent-regexp)
7135 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7136 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7137 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7138 Avoid specific xemacs test.
7139 (whitespace-global-mode): New option.
7140 (whitespace-global-mode): New command.
7141 (whitespace-unload-hook): New function.
7142
7143 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 7144 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
7145 (Info-fontify-node): `Goto' goes to `Go to'.
7146 (Info-fontify-node): Add help-echo to xref links.
7147
1ef49fc6
EZ
71482000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
7149
7150 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7151
8b7707e1
SM
71522000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7153
b3b7f42f
SM
7154 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7155 Use plist-get and allow :inherit.
7156
7157 * emacs-lisp/cl-macs.el (cl-do-arglist):
7158 Use plist-get and plist-member instead of memq.
7159
3c7fafc7
SM
7160 * emacs-lisp/ewoc.el (ewoc-location): New function.
7161 (ewoc-enter-after, ewoc-enter-before): Document return value.
7162 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7163 Don't need make-local-hook any more.
7164 (cvs-addto-collection): Return the new tin.
7165 (cvs-mode-insert): Jump to the new line.
7166
8b7707e1
SM
7167 * jit-lock.el (jit-lock-fontify-buffer): Remove.
7168
7169 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7170
7171 * font-lock.el (font-lock-syntactically-fontified): New var.
7172 (font-lock-fontify-syntactic-keywords-region): Use it.
7173 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
7174
7175 * diff-mode.el (diff-find-file-name): Fix regexp.
7176
7177 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7178 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7179
7180 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7181 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7182 (sh-mode): Don't make all vars local here.
7183 (sh-kw): Reformat.
7184 (sh-set-shell): Use dolist. Don't set indent-region-function.
7185 (sh-mode-syntax-table): Use pop.
7186 (sh-remember-variable): Use push.
7187 (sh-help-string-for-variable): Use memq.
7188 (sh-safe-backward-sexp): Remove.
7189 (sh-safe-forward-sexp): Add ARG.
7190 (sh-get-indent-info, sh-prev-stmt): Use it.
7191 (sh-prev-line): Simplify by using forward-comment.
7192 (sh-this-is-a-continuation): Simplify.
7193 (sh-learn-buffer-indent): Use dolist.
7194 (sh-do-nothing): Remove.
7195 (sh-set-char-syntax, sh-set-here-doc-region):
7196 Use inhibit-modification-hooks.
7197 (sh-name-style): Use mapcar and push.
7198 (sh-load-style): Use dolist.
7199 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7200 (sh-case, sh-while-getopts): Use propertize directly rather
7201 than sh-electric-rparen.
7202
72032000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7204
7205 * textmodes/tex-mode.el: Require CL when compiling.
7206 (tex-mode-syntax-table): Init immediately.
7207 (tex-mode-map): Bind M-RET to latex-insert-item.
7208 (latex-mode): Set indent-line-function to latex-indent.
7209 (tex-common-initialization): Don't setup the syntax-table any more.
7210 (latex-insert-item): New skeleton.
7211 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 7212 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 7213 (latex-indent, latex-find-indent): New functions.
4836835a 7214 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
7215 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7216 (tex-compilation-parse-errors): Use with-syntax-table.
7217
86b7fcbb
MB
72182000-10-15 Miles Bader <miles@gnu.org>
7219
7220 * font-lock.el (font-lock-comment-face): Change dark-background,
7221 color, non-tty, default to `chocolate1'.
7222
57a24508
JW
72232000-10-13 John Wiegley <johnw@gnu.org>
7224
7225 * eshell/esh-util.el (require): Added a missing `require' form,
7226 needed when compiling (for an ange-ftp macro definition).
7227
40ad3db4
DL
72282000-10-13 Dave Love <fx@gnu.org>
7229
7230 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7231
db460189
GM
72322000-10-13 Gerd Moellmann <gerd@gnu.org>
7233
83c9cb8e 7234 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 7235
4836835a 7236 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
7237 transparent -colors 8).
7238
3b5e21df
GM
72392000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7240
7241 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7242 that breaks with old list format timestamps.
7243 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 7244 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 7245
16908a3f
JW
72462000-10-13 John Wiegley <johnw@gnu.org>
7247
d7103dda
JW
7248 * align.el, pcomplete.el, calendar/timeclock.el,
7249 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7250
dace60cf 7251 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
7252 faulty math, where holiday hours were being computing as seconds.
7253
b6b70cda
JW
72542000-10-13 John Wiegley <johnw@gnu.org>
7255
7256 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
7257 specifying what "other" kinds of buffers should be saved.
7258 This used to be hard-coded.
b6b70cda
JW
7259 (desktop-buffer-misc-functions): A global for specifying how
7260 auxiliary data should be determined for special buffer types.
7261 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7262 instead of hard-coding the special buffer types.
7263 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7264 auxiliary data, instead of hard-coding for Info buffers and dired.
7265 (desktop-buffer-info-misc-data): Aux function for determining Info
7266 buffer auxiliary info.
7267 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7268 (desktop-buffer-info): Changed this function to use the info
7269 gathered above.
7270 (desktop-create-buffer): Be a little more careful about what
7271 `minor-mode' means before calling it. This is important for some
7272 buffer types.
7273
8c6b1d83
JW
72742000-10-13 John Wiegley <johnw@gnu.org>
7275
7276 * eshell/esh-util.el: Added a global form which declares an
7277 autoload for `parse-time-string', if that function is not already
7278 defined, and if parse-time.el is available on the user's system.
7279
7280 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7281 to be aware of ange-ftp user info.
83c9cb8e 7282 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
7283 (eshell-ls-annotate): Use `eshell-file-attributes'.
7284 (eshell-ls-file): Made the user-id printing code a bit smarter.
7285
7286 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7287 allow identification of alias user ids in remote directories.
83c9cb8e
SM
7288 It's manual, but there's no other way to know when the current user
7289 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
7290 (fboundp): Bind `ange-cache'.
7291 (eshell-directory-files-and-attributes): Re-organized the logic a
7292 bit to use `eshell-file-attributes' instead of `file-attributes'.
7293 The former is more sensitive to directories that are read via FTP,
7294 and knows how to use ange-ftp to determine full attribute
7295 information, instead of just the name and last modtime.
7296 (eshell-current-ange-uids): Return the current user id when in a
7297 remote directory.
7298 (eshell-parse-ange-ls): Parse a full directory listing that has
7299 been returned by ange-ftp.
7300 (eshell-file-attributes): This beefed up version of
7301 `file-attributes' is only special if the user is currently in a
7302 remote directory, in which case it does a lot of work to find out
7303 what the real attributes of a file are, as they appear on the
7304 remote machine. This makes usage of remote directories (i.e.,
7305 ange-ftp pathnames) much more useful. You can now use Eshell as a
7306 full-fledged FTP client, with much more manipulation ability than
7307 most other clients.
7308
7309 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7310 variable, which means that Eshell's du should always be preferred
7311 in remote directories.
7312 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7313 just `file-attributes'.
7314 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7315 when reading remote directories. This is an Eshell-specific
7316 variable (not part of ange-ftp).
7317 (eshell/ln): Bind `ange-cache'.
7318 (eshell/du): Added some extra logic for determining when to use
7319 Eshell's du (which is slow), and when to use the external version
7320 (which may or may not exist).
7321
83c9cb8e
SM
7322 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7323 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
7324 `get-buffer-process', since backgrounded processes don't count in
7325 the context of this function's logic.
7326
7327 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7328 `forward-char', so that null strings are parsed correctly.
7329
87730e84 73302000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 7331
83c9cb8e
SM
7332 * eshell/em-pred.el (eshell-pred-file-type)
7333 (eshell-pred-file-links, eshell-pred-file-size):
7334 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
7335
7336 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7337 that remote file globbing is more efficient.
7338
7339 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7340 gathering the files and attributes within a directory.
7341
7342 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7343 the command line is a special file (not a regular file, directory
7344 or symlink), always attempt to call the external version of cat.
7345
87730e84 73462000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
7347
7348 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7349 Eshell-friendly version of find-tag.
7350
1c7e37a9
MB
73512000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7352
4836835a 7353 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
7354 (image-file-name-regexps): Add autoload cookies.
7355
11a7f341
KH
73562000-10-13 Kenichi Handa <handa@etl.go.jp>
7357
7358 * international/mule-cmds.el (select-safe-coding-system): If FROM
7359 is string, show it in *Warning* buffer.
7360
8ddddcb0
EZ
73612000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7362
7363 * startup.el (normal-top-level): Use display-popup-menus-p instead
7364 of window-system.
7365 (command-line): Use display-graphic-p instead of window-system.
7366 (command-line-1): Use display-popup-menus-p and display-mouse-p
7367 instead of window-system.
7368
72200f89
SS
73692000-10-12 Sam Steingold <sds@gnu.org>
7370
7371 * tooltip.el (tooltip-use-echo-area): New user variable.
7372 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7373
8661c643
DL
73742000-10-12 Dave Love <fx@gnu.org>
7375
d0b40dc1
DL
7376 * recentf.el: Maintainer's checkdoc fixes.
7377
83c9cb8e
SM
7378 * startup.el (normal-top-level-add-subdirs-to-load-path):
7379 Use character class, not ASCII when matching file names.
a622451f
DL
7380 (fancy-splash-head): Add trailing slash to URL.
7381 (command-line): Don't require XPM support for toolbar.
7382
8661c643
DL
7383 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7384 (cperl-invalid-face): Revert last change.
7385 (cperl-init-faces): Quote cperl-invalid-face.
7386
ef2ed8ab
KH
73872000-10-12 Kenichi Handa <handa@etl.go.jp>
7388
7389 * startup.el (fancy-splash-text): Remove superfluous quote.
7390
b0da379e
GM
73912000-10-12 Gerd Moellmann <gerd@gnu.org>
7392
dbeb499b
GM
7393 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7394 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7395 (command-line-1): Don't use fancy-splash-pending-command.
7396 (fancy-splash-screens-1): Goto point-min after inserting text.
7397
d861718a
GM
7398 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7399
b0da379e
GM
7400 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7401 instead of shared-lisp-mode-map.
7402
4fb2ad98
MB
74032000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7404
1cb4393e
MB
7405 * faces.el (header-line): Change tty-variant to use underlining.
7406
4fb2ad98
MB
7407 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7408 (isearch-highlight): Restore lazy-isearch face properties at old
7409 position, and suppress them at new position.
7410 (isearch-dehighlight): Restore lazy-isearch face properties.
7411 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7412 over the real isearch overlay, but in that case, don't give it a
7413 face property. Use `push'.
7414
eb991b25
KH
74152000-10-12 Kenichi Handa <handa@etl.go.jp>
7416
7417 * man.el (Man-getpage-in-background): Fix previous change.
7418 Decode the process output only when we are in multibyte mode.
7419
a818c1c0
DL
74202000-10-11 Dave Love <fx@gnu.org>
7421
c990f53a
DL
7422 * info.el (Info-mode-menu): Fix some help.
7423 (info-tool-bar-map): Add entry for Info-last.
7424
a818c1c0
DL
7425 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7426 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7427 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7428 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7429 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7430 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7431 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7432 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7433 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7434 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7435 Reduce colour requirements to 25 overall. (Probably wants
7436 revisiting from the originals to reduce further.)
7437
c1b096cb
EZ
74382000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7439
7440 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7441 buffer-file-coding-system, instead of raw-text.
7442 (dehexlify-buffer): Bind coding-system-for-read to
7443 buffer-file-coding-system, instead of raw-text.
7444
5c8b7eaf
SS
74452000-10-11 Sam Steingold <sds@gnu.org>
7446
83c9cb8e 7447 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
7448 `underline' - fixes the bug introduced on 2000-09-21.
7449
2cfbdb7a
DL
74502000-10-11 Dave Love <fx@gnu.org>
7451
83c9cb8e
SM
7452 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7453 Avoid compiler warnings.
2cfbdb7a
DL
7454 (scheme-mode): Doc fix.
7455 (scheme-font-lock-keywords-1): Match `define-syntax'.
7456
74572000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
7458
7459 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
7460 face specs as well as default ones. Only do anything if the
7461 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 7462 (region): Make dark-background `region' face less in-your-face.
4b33f290 7463
690ec649
SS
74642000-10-10 Sam Steingold <sds@gnu.org>
7465
7466 * chistory.el, ielm.el, ledit.el:
7467 * progmodes/inf-lisp.el, progmodes/scheme.el:
7468 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7469
3b95d6bb
SM
74702000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7471
7472 * textmodes/texinfo.el: Update copyright and fix typo.
7473
7474 * desktop.el (desktop-modes-not-to-save): New var.
7475 (desktop-save-buffer-p): Use it.
a30eb617
DL
7476 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7477 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7478
74792000-10-10 Dave Love <fx@gnu.org>
7480
7481 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 7482 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
7483
7484 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7485 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7486 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7487 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7488 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7489 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7490 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7491 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7492 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7493 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7494 the .xpms; probably need retouching.
7495
74962000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7497
7498 * subr.el (add-to-list): Add optional argument APPEND.
7499 * battery.el (display-battery): Use `add-to-list'.
7500
75012000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7502
83c9cb8e
SM
7503 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7504 properties.
a30eb617
DL
7505 (zone, zone-when-idle, zone-leave-me-alone)
7506 (zone-pgm-whack-chars): Use new symbol properties.
7507
7508 * battery.el (display-battery): Doc spelling fix.
7509
7510 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7511 property.
7512
75132000-10-09 Dave Love <fx@gnu.org>
7514
7515 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7516 has been initialized before calling tool-bar-setup.
7517 (tool-bar-add-item-from-menu): Add autoload cookie.
7518
75192000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7520
7521 * menu-bar.el (send-mail-item-name): New function.
7522 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7523 of mail-user-agent in the menu. Don't display the "Send Mail"
7524 item if mail-user-agent is nil or its value is ignore.
7525 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7526 if read-mail-command is nil or its value is ignore.
7527
7528 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7529
75302000-10-09 Miles Bader <miles@gnu.org>
7531
7532 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7533 Correct image size.
7534 * toolbar/left_arrow.xpm: Correct image size.
7535
7536 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7537 will be done by the definition of `auto-compression-mode' if
7538 necessary. Move code to uninstall existing file-name handler
7539 before definition of `auto-compression-mode'.
7540
7541 * image-file.el (auto-image-file-mode): Move to the end of the
7542 file, because `define-minor-mode' actually calls the mode-function
7543 if the associated variable is non-nil, which requires that all
7544 needed functions be already defined.
7545
7546 * mouse.el (popup-menu): Balance parens.
7547
75482000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7549
7550 * mouse.el (popup-menu): Move the command call outside the loop
7551 so that popup-menu returns whatever the command returns.
7552
7553 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7554 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7555 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7556 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7557
7558 * vc.el (vc-version-diff): diff-switches can be a list.
7559 Use relative filenames for prettier output.
7560
7561 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7562 (vc-post-command-functions): Remove old-VC compatibility code.
7563
7564 * newcomment.el (comment-indent-default): Autoload.
7565
7566 * font-lock.el (font-lock-defaults): Make buffer-local.
7567 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7568 (font-lock-choose-keywords):
7569 Ignore LEVEL unless KEYWORDS is a list of syms.
7570 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7571 Don't wrap regexp-opt things in \(...\) unnecessarily.
7572
7573 * jit-lock.el: Don't require font-lock any more.
7574 (jit-lock-functions): Make buffer-local.
7575 (jit-lock-saved-fontify-buffer-function): Remove.
7576 (jit-lock-mode): Remove autoload cookie.
7577 Remove font-lock specific code.
7578 (jit-lock-unregister): Don't bother handling complex hooks any more.
7579 (jit-lock-refontify): New function.
7580 (jit-lock-fontify-buffer): Use it.
7581 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7582 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7583 Add optional args START and END.
7584 Never call font-lock-fontify-region directly.
7585 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7586
7587 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7588
75892000-10-08 Dave Love <fx@gnu.org>
7590
7591 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7592
7593 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7594
7595 * play/studly.el (studlify-region, studlify-word): Add autoload
7596 cookie.
7597
7598 * play/morse.el (morse-region, unmorse-region): Add autoload
7599 cookie.
7600
7601 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7602 concat.
7603
7604 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7605 insist on symbols starting with word syntax.
7606 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7607 (eval-defun-1): Doc fix.
7608 (indent-sexp): Use nconc to build up indent-stack.
7609
7610 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7611 Gnus with little use.
7612 (mail-setup-hook): Add mail-abbrevs-setup to options.
7613
7614 * recentf.el: Doc fixes.
7615
7616 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7617 Clean up remainder.
7618
7619 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7620 without timezone and (8) with timezone to enforce some whitespace.
7621 Simplify code somewhat.
7622
7623 * options.el (list-options): Doc that you should use customize.
7624
7625 * iswitchb.el (iswitchb-mode): Add :require.
7626
7627 * info.el (Info-goto-node, Info-menu): Doc fix.
7628 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7629 (info-tool-bar-map): New variable.
7630 (Info-mode): Use it.
7631 (Info-edit-map): Define all in defvar.
7632 (speedbar-attached-frame): Avoid compiler warning.
7633
7634 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7635 (global-map): Bind [tool-bar] to a filtered map.
7636 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7637 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7638 Allow PBM icons.
7639 (tool-bar-setup): Adjust calls of tool-bar-add-item.
7640
7641 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7642 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7643 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
7644 icons, except up_arrow, which is left-arrow rotated.
7645
7646 * imenu.el (imenu-add-to-menubar): Fix last change.
7647
76482000-10-08 Peter Breton <pbreton@ne.mediaone.net>
7649
7650 * generic-x.el (rul-generic-mode): Remove eval-when-compile
7651 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
7652
76532000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7654
7655 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7656 typos in doc strings.
7657
7658 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7659 the doc strings how to customize Font Lock faces.
7660
7661 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7662 computing growth when dragging the header line.
7663
76642000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7665
7666 * simple.el (kill-line): Doc fix.
7667
76682000-10-08 Miles Bader <miles@gnu.org>
7669
7670 * faces.el (secondary-selection): Make foreground visible on tty.
7671
7672 * jka-compr.el (auto-compression-mode): Move to the end of the
7673 file, because `define-minor-mode' actually calls the mode-function
7674 if the associated variable is non-nil, which requires that all
7675 needed functions be already defined.
7676 (with-auto-compression-mode): Add autoload cookie.
7677
76782000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
7679
7680 * files.el (find-backup-file-name) [ms-dos]: If support for long
7681 file names is not available, behave as if version-control were set
7682 to never.
7683
76842000-10-07 Dave Love <fx@gnu.org>
7685
7686 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
7687 (browse-url-gnome-moz): New function.
7688 (browse-url-browser-function): Use it.
7689 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
7690
76912000-10-07 Stefan Monnier <monnier@cs.yale.edu>
7692
7693 * indent.el (tab-always-indent): New var.
7694 (indent-for-tab-command): Use it.
7695
7696 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7697 raise an error. This way it can still default to a sane value.
7698
76992000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7700
7701 * startup.el (fancy-splash-screens): Use local rather than global map.
7702 Don't use `update-menu-bindings' any more.
7703 Get rid of assumptions about keymap representation.
7704
77052000-10-06 Dave Love <fx@gnu.org>
7706
7707 * textmodes/fill.el (sentence-end-double-space)
7708 (sentence-end-without-period): Doc fix.
7709 (adaptive-fill-regexp): Purecopy.
7710 (unjustify-current-line): Use line-end-position.
7711 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7712
7713 * net/eudc-vars.el (eudc): Add :version, :link.
7714
7715 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7716
7717 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7718 Fix for define-minor-mode.
7719 (function-at-point): Alias to function-called-at-point.
7720
7721 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7722
7723 * simple.el (backward-word): Doc fix.
7724
7725 * image-file.el (image-file-name-regexp): image-file-regexps ->
7726 image-file-name-regexps.
7727 (image-file-name-extensions): Add pbm.
7728
77292000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7730
7731 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7732 and add filename to the names so that diff-mode can jump to source.
7733
7734 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7735 (tex-font-lock-keywords, tex-font-lock-keywords-2)
7736 (tex-font-lock-keywords-1): Remove.
7737 (font-lock-turn-on-thing-lock): Use jit-lock-register.
7738 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7739 (font-lock-default-fontify-region):
7740 Expand beg..end correctly when just following a multiline region.
7741 (font-lock-fontify-anchored-keywords):
7742 Include the anchor text as part of the multiline.
7743
77442000-10-06 Gerd Moellmann <gerd@gnu.org>
7745
7746 * loadup.el (toplevel): Load `loaddefs' before `help' because the
7747 latter needs the autoloaded define-minor-mode macro during the
7748 bootstrap.
7749
7750 * startup.el (command-line): For now, activate tool-bar-mode only
7751 if XPM images are supported.
7752
7753 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7754 window by dragging a header-line at the top of the frame; that's
7755 confusing because the header-line doesn't move.
7756 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7757 of treating the event as a list. Some cleanup.
7758
77592000-10-06 Miles Bader <miles@gnu.org>
7760
7761 * simple.el (display-message-or-buffer): New function.
7762 (shell-command-on-region): Use `display-message-or-buffer'.
7763
7764 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7765 docstring parts.
7766
7767 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7768 (smbclient-prompt-regexp): Add usage note to doc string.
7769 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7770 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7771 Use add-hook for adding the comint filter function, and only do so
7772 if it's not already in the global hook list.
7773 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7774 to `make-local-variable'.
7775 (nslookup-font-lock-keywords): Remove prompt entry.
7776 (nslookup): Don't set the process-filter.
7777 (finger): Exit the loop correctly when the regexps list runs out.
7778 (ftp, smbclient, smbclient-list-shares):
7779 Set the real major mode immediately, not after execing.
7780 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7781
7782 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7783
77842000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7785
7786 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7787
7788 * which-func.el (which-func-format): Remove spurious space.
7789 (which-func-mode): Don't make it permanent-local.
7790 (which-func-ff-hook): Allow which-func-maxout to be nil.
7791 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7792 (which-func-mode): Simplify.
7793 Use post-command-idle-hook rather than post-command-hook.
7794 Go through all buffers and update their state.
7795 (which-function): Also try add-log-current-defun-function.
7796
7797 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7798 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7799 Update call to with-vc-properties accordingly.
7800 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7801 (vc-revert-buffer): More careful about window selection and deletion.
7802 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7803
7804 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7805 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7806 (cvs-dired-action): Change the default to quickdir.
7807
7808 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7809 if comment-indent-function returns nil.
7810 (comment-indent-default): New function.
7811 (comment-indent-function): Use it and document the new semantics.
7812
7813 * image-file.el: Docstring fixes.
7814
7815 * help.el (help-xref-on-pp): Use match-string.
7816 (describe-variable): New arg BUFFER.
7817 Store the current buffer in the help-xref-stack.
7818 (temp-buffer-resize-mode): Use define-minor-mode.
7819
7820 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7821 consistently with its docstring.
7822 Set jit-lock-first-unfontify-pos in an idempotent way.
7823 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7824
78252000-10-05 Alex Schroeder <alex@gnu.org>
7826
7827 * sql.el (sql-mysql-options): New variable.
7828 (sql-mysql): Use it.
7829
78302000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7831
7832 * image.el (image): New group.
7833
7834 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7835 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7836
78372000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7838
7839 * net/net-utils.el (nslookup-font-lock-keywords)
7840 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7841 Ignore the value of wqindow-system; always define keywords
7842
78432000-10-05 Kenichi Handa <handa@etl.go.jp>
7844
7845 * startup.el (fancy-splash-screens): Remove the code for
7846 debugging; `(trace-to-stderr "EXITTT\n")'.
7847
78482000-10-05 Miles Bader <miles@gnu.org>
7849
7850 * diff-mode.el (diff-goto-source): Update call to
7851 `diff-hunk-status-msg' to reflect new REV variable.
7852
78532000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7854
7855 * progmodes/icon.el (icon-mode):
7856 Don't gratuitously override the default for comment-column.
7857
7858 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7859
7860 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7861 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7862 (jit-lock-functions): New var.
7863 (jit-lock-function-1): Use it if non-nil.
7864 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
7865 Set the `fontified' property before doing the fontification to avoid
7866 repeatedly going through the same error.
7867 Don't turn errors into messages.
7868 (jit-lock-register, jit-lock-unregister): New functions.
7869
7870 * dired.el (dired-mark-pop-up): Turn comment into docstring.
7871 Use with-current-buffer.
7872
7873 * dired-aux.el (dired-do-create-files, dired-kill-tree):
7874 Turn comment into docstring.
7875
7876 * apropos.el (apropos-mode): Use define-derived-mode.
7877
78782000-10-04 Gerd Moellmann <gerd@gnu.org>
7879
7880 * startup.el (fancy-splash-pending-command): New variable.
7881 (fancy-splash-pre-command): New function.
7882 (fancy-splash-screens): Rewritten.
7883 (command-line-1): If fancy-splash-pending-command is set, call it
7884 interactively.
7885
78862000-10-04 Dave Love <fx@gnu.org>
7887
7888 * toolbar/tool-bar.el (tool-bar-setup): New function.
7889 (tool-bar-mode): Use it.
7890
7891 * subr.el (substitute-key-definition): Doc fix.
7892 (play-sound-file): New command.
7893
78942000-10-04 Andre Spiegel <spiegel@gnu.org>
7895
7896 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7897 vc-version-backup-file-name): New functions.
7898
7899 * files.el (basic-save-buffer): Call vc-before-save before saving.
7900
7901 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7902 vc-cvs-stay-local-p.
7903
7904 * vc.el (vc-revert-buffer): Handle empty diff properly.
7905 (vc-version-backup-file): New function.
7906 (vc-checkout): Create a version backup if necessary.
7907 (vc-checkin): If a version backup file exists, delete it.
7908 (vc-version-diff): Diff locally using version backups, if available.
7909 (vc-revert-file): If there's a version backup, revert locally.
7910 (vc-transfer-file): Use version backup for base version, if
7911 available. If not, ask for confirmation whether to get it from the
7912 server. Update mode line before check-in.
7913
79142000-10-04 Dave Love <fx@gnu.org>
7915
7916 * toolbar/tool-bar.el (tool-bar-setup): New function.
7917 (tool-bar-mode): Use it.
7918
79192000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7920
7921 * net/net-utils.el (nslookup-font-lock-keywords)
7922 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7923 Only set if window-system is non-nil
7924 (net-utils-run-program): Returns buffer.
7925 (network-connection-reconnect): Added this function.
7926
7927 * generic.el:
7928 Incorporates extensive cleanup and docfixes by
7929 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7930 Uses cl compile-time macros.
7931 (generic-mode-name, generic-comment-list)
7932 (generic-keywords-list, generic-font-lock-expressions)
7933 (generic-mode-function-list, generic-mode-syntax-table):
7934 Removed variables.
7935 (generic-mode-alist): Renamed to generic-mode-list.
7936 (generic-find-file-regexp): Default changed to "^#".
7937 (generic-read-type): Uses completing read on generic-mode-list.
7938 (generic-mode-sanity-check): removed this function.
7939 (generic-add-to-auto-mode): Removed this function
7940 (generic-mode-internal): Bind mode-specific definitions
7941 into function instead of putting them in alist.
7942 (generic-mode-set-comments): Reworked extensively.
7943 (generic-mode-find-file-hook): Simplified regexp searching
7944 (generic-make-keywords-list): Omit extra pair of parens
7945
7946 * find-lisp.el (find-lisp-find-files-internal):
7947 Make sure directory name ends with "/".
7948
7949 * generic-x.el (apache-conf-generic-mode):
7950 Regexp now allows leading whitespace.
7951 (rc-generic-mode): Added eval-when-compile
7952 around generic-make-keywords-list.
7953 Deleted duplicate regexp
7954 (rul-generic-mode): Added eval-when-compile
7955 around generic-make-keywords-list.
7956 (etc-fstab-generic-mode): New generic mode.
7957 (rul-generic-mode): Removed one eval-when-compile
7958 which caused a max-specpdl-size exceeded error.
7959
79602000-10-04 Miles Bader <miles@gnu.org>
7961
7962 * simple.el (minibuffer-temporary-goal-position): New variable.
7963 (next-history-element): Try to keep the position of point in the
7964 input string constant.
7965
7966 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7967 (dired-do-create-files): If there's only one file, pass it in as
7968 the DEFAULT arg to dired-mark-read-file-name.
7969
79702000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7971
7972 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7973 (diff-goto-source): Be smarter when choosing REVERSE or not.
7974
7975 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7976 (texinfo-mode-menu): Add an explicit shortcut for update all.
7977
79782000-10-03 Andre Spiegel <spiegel@gnu.org>
7979
7980 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7981 factorize backend-specific code cleanly (this was essentially
7982 conceived by Stefan Monnier).
7983 (vc-unregister): Function removed.
7984 (vc-revert-file): New function.
7985 (vc-revert-buffer): Delegate some of the work to it.
7986
7987 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7988 default branch unconditionally.
7989 (vc-rcs-set-default-branch): New function.
7990 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7991 (vc-rcs-checkin): If an appropriate default branch has been set,
7992 force creation of that branch.
7993 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7994 code (as suggested by Stefan Monnier).
7995
79962000-10-02 Gerd Moellmann <gerd@gnu.org>
7997
7998 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7999 highlighting overlay with a different face over the overlay
8000 isearch uses to highlight the current match because that can lead
8001 to bad face combinations.
8002
8003 * loadup.el (toplevel): Load faces before isearch.
8004
8005 * isearch.el (isearch-faces): New custom group.
8006 (isearch): New defface; was already tested for in the code.
8007 (isearch-lazy-highlight-face): Changed to defface from defcustom.
8008 (isearch-highlight): Always use face `isearch'.
8009
80102000-10-02 Dave Love <fx@gnu.org>
8011
8012 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
8013 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
8014 comparison of opcode with operand.
8015
80162000-10-03 Miles Bader <miles@gnu.org>
8017
8018 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
8019 buffer, since the echo area will now grow to accommodate them.
8020
80212000-10-02 Andre Spiegel <spiegel@gnu.org>
8022
8023 * vc-hooks.el (vc-registered): If FILE used to be registered under
8024 a certain backend, try that one first.
8025
8026 * vc.el (vc-responsible-backend): Undo the previous change in the
8027 argument list. Handle multiple backends correctly.
8028 (vc-find-new-backend): Function removed.
8029 (vc-register): Use vc-responsible-backend, as before.
8030 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
8031
80322000-10-02 Gerd Moellmann <gerd@gnu.org>
8033
8034 * startup.el (fancy-splash-head): Change message below the
8035 logo.
8036
80372000-10-02 Miles Bader <miles@lsi.nec.co.jp>
8038
8039 * diff-mode.el (diff-goto-source): Emit a status message.
8040 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
8041 (diff-test-hunk): Fix doc string.
8042 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
8043 (diff-advance-after-apply-hunk): New variable.
8044 (diff-apply-hunk): Don't return a value.
8045
80462000-10-01 Stefan Monnier <monnier@cs.yale.edu>
8047
8048 * vc.el (vc-editable-p): Minor optimization.
8049 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
8050 (vc-find-new-backend): New function split from vc-responsible-backend.
8051 (vc-register): Use it.
8052 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8053 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
8054 (vc-default-unregister, vc-revert-buffer): Docstring fix.
8055 (vc-clear-headers): Don't use find-file.
8056 (vc-revert-buffer): Use `and' again (must have been a braino).
8057 (vc-switch-backend): Only prompt if requested.
8058 Short circuit if nothing is to be done.
8059 Don't use vc-resynch-buffer which could lose unsaved editing.
8060 (vc-default-receive-file): Update call to vc-unregister.
8061 (with-vc-file, vc-next-action-on-file):
8062 Use vc-backend rather than vc-registered.
8063 (vc-next-action-on-file): Use intern-soft.
8064 Deal with read-only *vc-diff* buffer.
8065 (vc-transfer-file): Docstring fix.
8066
8067 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8068 (vc-rcs-receive-file): Avoid with-vc-properties.
8069 Update call to vc-unregister.
8070 Use constant `RCS' rather than (dynamically bound) var `backend'.
8071
80722000-10-01 Andre Spiegel <spiegel@gnu.org>
8073
8074 * vc.el (vc-next-action-on-file): Update mode line only if file
8075 is visited.
8076 (vc-start-entry): New argument initial-contents. Don't visit the file
8077 if it isn't already visited. Brought documentation up-to-date.
8078 (vc-next-action, vc-register): Updated calls to vc-start-entry.
8079 (vc-checkin): New optional arg initial-contents, which is passed to
8080 vc-start-entry.
8081 (vc-finish-logentry): Make sure to bury log buffer only if there
8082 really is one. Call `vc-resynch-buffer' on log-file, not
8083 buffer-file-name.
8084 (vc-default-comment-history, vc-default-wash-log): New functions.
8085 (vc-index-of): Removed.
8086 (vc-transfer-file): Make do without the above.
8087 (vc-default-receive-file): Call comment-history unconditionally. Pass
8088 the resulting string to vc-checkin, instead of inserting it into the
8089 comment ring.
8090
8091 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8092 unconditionally. Use the comments as initial contents of the log
8093 entry buffer. Document the trick to force branch creation with no
8094 changes.
8095
80962000-10-01 Miles Bader <miles@gnu.org>
8097
8098 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8099 `recenter' with an arg to prevent redrawing the display.
8100
81012000-09-30 Stefan Monnier <monnier@cs.yale.edu>
8102
8103 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8104
8105 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8106
8107 * progmodes/c-mode.el (c-mode):
8108 Don't gratuitously override the default for comment-column.
8109
8110 * textmodes/tex-mode.el (latex-metasection-list): New var.
8111 (latex-imenu-create-index): Use it.
8112 Move the regexp construction outside loops (and use push).
8113 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8114 (tex-font-lock-keywords): Moved from font-lock.el.
8115 (tex-comment-indent): Remove.
8116 (tex-common-initialization): Don't set comment-indent-function.
8117 (latex-block-default): New var.
8118 (tex-latex-block): Use it to provide a default choice.
8119 Add any unknown choice to latex-block-names.
8120 Insert [...] after {...}.
8121 (tex-last-unended-begin): Simplify regexp.
8122 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8123 (latex-forward-sexp-1, latex-forward-sexp): New functions.
8124 (latex-mode): Set forward-sexp-function.
8125
8126 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8127 Add regexp for @ignore ... @end ignore.
8128 (texinfo-heading-face): New face.
8129 (texinfo-font-lock-keywords): Use it.
8130 (texinfo-mode-menu): New menu.
8131 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8132 New functions.
8133 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8134 (texinfo-section-types-regexp, texinfo-section-level-regexp)
8135 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8136 Remove declaration.
8137 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8138
8139 * delsel.el (delete-selection-mode): Use define-minor-mode.
8140
8141 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8142
81432000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8144
8145 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8146
81472000-09-30 Gerd Moellmann <gerd@gnu.org>
8148
8149 * replace.el (keep-lines-read-args): New function.
8150 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8151 read arguments interactively. Add parameters RSTART and REND.
8152 Operate on the active region in Transient Mark mode.
8153
8154 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8155
8156 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8157 (authors-obsolete-files-regexps): New variable.
8158 (authors-add): Don't record changes in obsolete files.
8159
81602000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8161
8162 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8163
8164 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8165 (comment-indent): Make sure there's a space between code and comment.
8166 Shift comments left to avoid going past fill-column.
8167
81682000-09-29 Gerd Moellmann <gerd@gnu.org>
8169
8170 * startup.el (startup-echo-area-message): New function.
8171 (display-startup-echo-area-message): Use it.
8172 (fancy-splash-screens): Rewritten to use keymaps and a timer.
8173 (fancy-splash-default-action): New function.
8174 (fancy-splash-screens-1): New function.
8175 (fancy-splash-head): Put a help-echo and a keymap under the image.
8176
81772000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8178
8179 * diff-mode.el (diff-add-log-file-name): Remove.
8180 (diff-mode): Use add-log-buffer-file-name-function.
8181
8182 * add-log.el (find-change-log): New arg BUFFER-FILE.
8183 (add-log-file-name): Obey add-log-file-name-function.
8184 (add-log-buffer-file-name-function): New var.
8185 (add-change-log-entry): Use it.
8186
81872000-09-29 Miles Bader <miles@gnu.org>
8188
8189 * image-file.el (image-file-name-extensions): New variable.
8190 (image-file-name-regexps): Renamed from `image-file-regexps'.
8191 New default value is nil. Call `auto-image-file-mode'.
8192 (image-file-name-regexp): New function.
8193 (auto-image-file-mode): New minor mode.
8194 (insert-image-file): Don't make conditional on the image-file
8195 handler being enabled.
8196 (image-file-handler): Make the call here conditional instead.
8197 (set-image-file-handler-enabled, enable-image-file-handler)
8198 (disable-image-file-handler): Functions removed.
8199
8200 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8201 string.
8202
82032000-09-29 Gerd Moellmann <gerd@gnu.org>
8204
8205 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8206 it's a function from CL.
8207 (latex-imenu-create-index): Replace eval-when-compile with progn
8208 because latex-section-alist is not bound while compiling.
8209
82102000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8211
8212 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8213 (outline-mode): Use define-derived-mode.
8214
8215 * progmodes/perl-mode.el (perl-mode):
8216 * progmodes/awk-mode.el (awk-mode):
8217 * progmodes/asm-mode.el (asm-mode):
8218 Don't gratuitously override the default for comment-column.
8219
8220 * emacs-lisp/lisp.el (lisp-complete-symbol):
8221 Distinguish the let-binding case from the funcall case.
8222 (forward-sexp-function): New variable.
8223 (forward-sexp): Use it.
8224
8225 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8226 (easy-mmode-defmap): Remove the now useless autoload.
8227
8228 * time.el (display-time-mode): Use define-minor-mode.
8229
8230 * subr.el (add-minor-mode): Don't eval NAME.
8231 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8232 Use if rather than cond.
8233
8234 * simple.el (read-expression-map): Define more properly.
8235 (comment-indent-hook): Remove.
8236 (string-to-syntax): Bug fix.
8237
8238 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8239 (cvs-ediff-diff): Fix typo.
8240 (cvs-revert-if-needed): Don't bother preserving read-only.
8241
8242 * paren.el (show-paren-mode): Use define-minor-mode.
8243
8244 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8245 (toggle-auto-compression): Remove.
8246 (jka-compr-build-file-regexp): Remove useless grouping.
8247
8248 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8249 Avoid user-reserved bindings.
8250 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8251 (diff-header-face): Revert to grey85.
8252
8253 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8254
8255 * complete.el (partial-completion-mode) <defcustom>: Remove.
8256 (partial-completion-mode): Use define-minor-mode.
8257 (PC-do-completion): Understand `completion-auto-help = delay'
8258 to mean to popup the completion buffer only the second time.
8259 (PC-include-file-all-completions, PC-include-file-all-completions)
8260 (PC-include-file-all-completions): Don't quote lambda.
8261
8262 * comint.el (comint-mode-hook): Docstring fix.
8263 (comint-mode): Use define-derived-mode.
8264 (comint-mode-map): Remove obsolete comment.
8265 (make-comint): Minor stylistic change.
8266 (comint-insert-clicked-input): Be more careful to find the overlay.
8267 Use this-command-keys rather than hardcoding mouse-2.
8268
8269 * font-lock.el: Replace confusing (,@ with ,
8270 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8271 Don't use regexp-opt-depth. Spice up the regexp for args.
8272 Don't distinguish between cmds that can take an opt arg or not.
8273 Use `append' and `prepend' rather than `keep'.
8274
8275 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8276 (latex-outline-regexp): New var.
8277 (latex-outline-level): New fun.
8278 (latex-section-alist): New var.
8279 (latex-imenu-create-index): Use it. Use `push' as well.
8280 (tex-shell-map): Initialize it properly.
8281 (tex-mode): Minor stylistic change.
8282 (plain-tex-mode): Use define-derived-mode.
8283 (latex-mode): Use define-derived-mode.
8284 Construct the paragraph regexps in a more readable way.
8285 Set the buffer-local outline-{level,regexp} vars.
8286 (slitex-mode): Derive from latex-mode.
8287 (tex-common-initialization): Don't kill-all-vars anymore.
8288 Add setting for comment-add and font-lock-defaults.
8289 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8290 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8291 (tex-start-tex): New arg DIR (and send a chdir command for it).
8292 Also display the shell buffer and save it in tex-last-buffer-texed.
8293 (tex-region): Use expand-file-name rather than concat.
8294 Remove code made useless by changes in tex-start-tex.
8295 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8296
8297 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8298
82992000-09-28 Dave Love <fx@gnu.org>
8300
8301 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8302
83032000-09-28 Gerd Moellmann <gerd@gnu.org>
8304
8305 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8306 `append'.
8307
83082000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8309
8310 * info.el (Info-extract-pointer): Undo last change.
8311 Instead, fix the position of the `bound' arg to re-search-backward.
8312
83132000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8314
8315 * info.el (Info-extract-pointer):
8316 Widen more carefully, to avoid finding pointers in other nodes.
8317 (Info-index): Use push.
8318
83192000-09-27 Gerd Moellmann <gerd@gnu.org>
8320
8321 * frame.el (set-frame-font): Remove call to obsolete function
8322 frame-update-faces.
8323 (set-foreground-color, set-background-color): Likewise for
8324 frame-update-face-colors.
8325
83262000-09-27 Miles Bader <miles@gnu.org>
8327
8328 * image-file.el: New file.
8329
83302000-09-27 Gerd Moellmann <gerd@gnu.org>
8331
8332 * frame.el (frame-notice-user-settings): Don't call
8333 frame-update-faces, which is a no-op now.
8334
8335 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8336 tool-bar-lines.
8337
83382000-09-27 Dave Love <fx@gnu.org>
8339
8340 * mouse.el: Fix last change.
8341
83422000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8343
8344 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8345
83462000-09-22 Kenichi Handa <handa@etl.go.jp>
8347
8348 * international/quail.el (quail-help): The output message is
8349 improved.
8350
83512000-09-26 Dave Love <fx@gnu.org>
8352
8353 * mouse.el (popup-menu): If POSITION is nil, set it using
8354 mouse-position.
8355
83562000-09-25 Sam Steingold <sds@gnu.org>
8357
8358 * net/browse-url.el (browse-url-file-url): Check for null maps.
8359
83602000-09-26 Gerd Moellmann <gerd@gnu.org>
8361
8362 * frame.el (frame-notice-user-settings): Don't add a
8363 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8364
8365 * frame.el (frame-notice-user-settings):
8366 Make tool-bar-mode and default-frame-alist consistent.
8367
8368 * toolbar/tool-bar.el (tool-bar-help): New function.
8369
83702000-09-25 Gerd Moellmann <gerd@gnu.org>
8371
8372 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8373 current-load-list in top-level forms. Else this leaks a cons cell
8374 every time a defun is called.
8375
8376 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8377
83782000-09-25 Dave Love <fx@gnu.org>
8379
8380 * startup.el (fancy-splash-head): Check XPM is available.
8381
8382 * autoinsert.el (auto-insert): Doc fix.
8383 (auto-insert-alist): Following GNU notices, don't say `copyright
8384 _by_'. Use line-beginning-position.
8385 (auto-insert): Check buffer-file-name is non-nil before use.
8386
83872000-09-25 Gerd Moellmann <gerd@gnu.org>
8388
8389 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8390 starting with `@def' or `@multitable', in addition to ones
8391 specified by the user in auto-fill-inhibit-regexp.
8392
83932000-09-25 Markus Rost <rost@math.ohio-state.edu>
8394
8395 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8396 rmail-dont-reply-to-names matches the empty string.
8397
83982000-09-25 Gerd Moellmann <gerd@gnu.org>
8399
8400 * startup.el (command-line-1, fancy-splash-text): Change the
8401 text to sound more friendly.
8402
84032000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8404
8405 * progmodes/hideshow.el: Update author email address.
8406 Generally, sync w/ maintainer version 5.22.
8407 (hs-hide-all-non-comment-function): New var.
8408 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8409 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8410 (hs-show-region): Delete this command.
8411 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8412
84132000-09-22 Dave Love <fx@gnu.org>
8414
8415 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8416 (hl-line-highlight): Specify buffer when moving overlay.
8417
8418 * progmodes/fortran.el (fortran-mode): Locally set
8419 normal-auto-fill-function.
8420 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8421 (fortran-mode-map): Adjust auto-fill menu entry.
8422
84232000-09-22 Gerd Moellmann <gerd@gnu.org>
8424
8425 * vc-rcs.el (toplevel): Require `vc' when compiling.
8426
8427 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8428
84292000-09-22 Andre Spiegel <spiegel@gnu.org>
8430
8431 * vc.el (vc-switch-backend): Signal an error if the file is not
8432 registered under the new backend.
8433
8434 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8435 without explicit revision number.
8436
84372000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8438
8439 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8440 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8441 (diff-xor): New function.
8442 (diff-find-source-location): Use it. Fix a stupid name clash.
8443 (diff-hunk-status-msg): New function.
8444 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8445 (diff-test-hunk): Use diff-find-source-location.
8446 (diff-goto-source): Favor the `reverse'.
8447 (diff-hunk-text): Properly handle one-sided context diffs.
8448 (diff-apply-hunk): When done, advance to the next hunk.
8449
84502000-09-21 Gerd Moellmann <gerd@gnu.org>
8451
8452 * startup.el (command-line): If frame was created with a non-zero
8453 tool-bar-lines parameter, switch tool-bar-mode on.
8454
8455 * add-log.el (change-log-date-face, change-log-name-face)
8456 (change-log-email-face, change-log-file-face)
8457 (change-log-list-face, change-log-conditionals-face)
8458 (change-log-function-face, change-log-acknowledgement-face):
8459 New faces, inheriting from font-lock faces.
8460 (change-log-font-lock-keywords): Use them.
8461
84622000-09-21 Dave Love <fx@gnu.org>
8463
8464 * progmodes/cperl-mode.el (top-level): Clean up
8465 `eval-when-compile's and assorted defvars.
8466 (cperl-invalid-face): Don't double-quote value. Change custom
8467 type.
8468 (cperl-mode): Set normal-auto-fill-function and don't zap
8469 auto-fill-function.
8470 (cperl-imenu--function-name-regexp-perl): Renamed from
8471 imenu-example--function-name-regexp-perl.
8472 (cperl-imenu--create-perl-index): Renamed from
8473 imenu-example--create-perl-index.
8474 (cperl-xsub-scan): Don't require cl.
8475
8476 * msb.el (msb-mode-map): Use substitute-key-definition.
8477 (msb-mode): Use msb-mode-map.
8478
84792000-09-21 Andre Spiegel <spiegel@gnu.org>
8480
8481 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8482 New functions.
8483 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8484 (vc-switch-backend): New function.
8485 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8486 (vc-register): Fix prompt.
8487 (vc-unregister, vc-default-unregister): New functions.
8488 (vc-version-diff): Handle empty buffer in sentinel.
8489
8490 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8491 (vc-rcs-state-heuristic): Use it to guess the state of files with
8492 non-strict locking.
8493 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8494 been set with -b, but not created yet.
8495 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8496 contents in order to find the state.
8497 (vc-rcs-checkin): Allow creation of branches with no changes.
8498 (vc-rcs-unregister, vc-rcs-receive-file)
8499 (vc-rcs-set-non-strict-locking): New functions.
8500
8501 * vc-hooks.el (vc-name): Force correct computation of the value
8502 in case it is missing.
8503
85042000-09-21 Gerd Moellmann <gerd@gnu.org>
8505
8506 * startup.el (fancy-splash-tail): Use a different foreground
8507 color on a dark frame background.
8508
85092000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8510
8511 * info.el: Use the correct capitalization when making Info-mode
8512 and Info-edit-mode `special' modes.
8513
85142000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8515
8516 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8517 (diff-mode): Add support for add-log.el.
8518 (diff-hunk-text): Use char offsets rather than line offsets.
8519 (diff-find-source-location): Replace LINE with line-offset (nil
8520 if not found) and always set POS to a meaningful position.
8521 Adapt to the new char-offsets.
8522 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8523 Adapt to the new diff-find-source-location.
8524 (diff-goto-source): Adapt to the new diff-find-source-location.
8525
8526 * add-log.el (add-log-file-name): New function (split out of
8527 add-change-log-entry).
8528 (add-change-log-entry): Use it.
8529 Call add-log-file-name-function with the changelog file name if
8530 the current buffer is not associated with any file.
8531 Avoid find-file if the selected window is dedicated.
8532
8533 * diff-mode.el (diff-find-source-location):
8534 Move code from diff-apply-hunk. Return buffer rather than file.
8535 (diff-apply-hunk): Use the new result from diff-find-source-location.
8536 (diff-goto-source): Use the new diff-find-source-location.
8537
85382000-09-20 Dave Love <fx@gnu.org>
8539
8540 * iswitchb.el: Some doc fixes.
8541 (iswitchb-mode-map): Define completely initially. Inherit
8542 minibuffer-local-map.
8543 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8544 fundamental-mode.
8545 (iswitchb-global-map): New variable.
8546 (iswitchb-summaries-to-end): Amalgamate regexps.
8547 (iswitchb-mode): New.
8548 (iswitchb-mode-hook): New variable.
8549 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8550 `extensions'.
8551
85522000-09-20 Gerd Moellmann <gerd@gnu.org>
8553
8554 * ehelp.el (electric-help): New defgroup.
8555 (electric-help-shrink-window): New user-option.
8556 (with-electric-help): Use it.
8557
8558 * window.el (shrink-window-if-larger-than-buffer): If face
8559 `mode-line' has a :box, and we're on a graphical frame, add 1
8560 to the needed window height.
8561
8562 * frame.el (frame-notice-user-settings): Add a last parameter nil
8563 to a call to `append', because the last list passed to `append' is
8564 not copied, and so subsequent calls to assq-delete-all will modify
8565 default-frame-alist.
8566
8567 * startup.el (fancy-splash-image): Change :type.
8568 (fancy-splash-head): Use an XBM image if appropriate.
8569 (command-line-1): Show splash screens in more cases.
8570
8571 * startup.el (fancy-splash-text): Don't quote faces.
8572
8573 * dired.el (dired-font-lock-keywords): Undo last change.
8574 (dired-readin): Bind indent-tabs-mode to nil.
8575
8576 * startup.el (fancy-splash-head): If frame's background mode
8577 is `dark', change the black background of the image to gray.
8578 (fancy-splash-screens): Display startup echo area message.
8579 (display-startup-echo-area-message): New function.
8580
85812000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8582
8583 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8584
8585 * info.el (info-header-node): Tweak for color ttys.
8586
8587 * faces.el (face-valid-attribute-values): Make sure directories we
8588 search for stipples both exist and are readable before trying to
8589 search them.
8590
8591 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8592 in the dry-run case.
8593
8594 * jka-compr.el (with-auto-compression-mode): New macro.
8595
8596 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8597 (custom-group-tag-face, custom-variable-tag-face): Use relative
8598 :height and inherit from `variable-pitch' face instead of
8599 hardwiring :family.
8600 * hi-lock.el (hi-black-hb): Likewise.
8601
8602 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8603 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8604 toolbar-add-item, if image doesn't have a mask add a `:mask
8605 heuristic'.
8606
86072000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8608
8609 * diff-mode.el: Docstring fixes.
8610 (diff-header-face, diff-comment-face): New faces.
8611 (diff-font-lock-keywords): Highlight a bit differently.
8612 (diff-find-source-location): Don't return SPAN any more.
8613 (diff-hunk-text): Don't bother erasing the temp buffer.
8614 (diff-find-text): Drop argument LINE.
8615 (diff-apply-hunk): Update calls to diff-find-text.
8616 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8617
8618 * calendar/calendar.el: Docstring fixes.
8619 (calendar-make-alist): Don't quote lambda.
8620 (calendar-star-date): Use make-local-variable.
8621
86222000-09-19 Dave Love <fx@gnu.org>
8623
8624 * toolbar/tool-bar.el: Renamed from toolbar.el.
8625 Change `toolbar' to `tool-bar' generally in symbols.
8626 Make some items invisible in `special' major modes.
8627 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8628 Add arg PROPS.
8629
8630 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8631 Add :version here.
8632 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8633
86342000-09-19 Gerd Moellmann <gerd@gnu.org>
8635
8636 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8637
8638 * files.el (find-file-suppress-same-file-warnings): New user-option.
8639 (find-file-noselect): Use it.
8640
8641 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8642 (fancy-splash-screen): Defgroup.
8643
8644 * add-log.el (change-log-font-lock-keywords): Match names
8645 more exactly for the case that font-lock-constant-face is
8646 underlined.
8647
86482000-09-19 Richard M. Stallman <rms@gnu.org>
8649
8650 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8651
86522000-09-19 Andre Spiegel <spiegel@gnu.org>
8653
8654 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8655
86562000-09-19 Gerd Moellmann <gerd@gnu.org>
8657
8658 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8659 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8660 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8661 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8662 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8663 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8664 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8665 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8666 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8667 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8668 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8669 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8670
8671 * startup.el (fancy-splash-text): New variable.
8672 (fancy-splash-delay, fancy-splash-image): New user-options.
8673 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8674 (fancy-splash-screens): New functions.
8675 (command-line-1): If display has a `display' frame parameter, has
8676 colors, and we have XPM support, show more fancy splash screens.
8677
86782000-09-19 Dave Love <fx@gnu.org>
8679
8680 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
8681 with null `help'. Use modern backquote syntax.
8682
86832000-09-19 Gerd Moellmann <gerd@gnu.org>
8684
8685 * font-lock.el (font-lock-mode): Change message telling the user
8686 that ``the buffer is too big''.
8687
8688 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
8689 for instance for the case that tab-width is 2.
8690
86912000-09-18 Gerd Moellmann <gerd@gnu.org>
8692
8693 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8694 toolbar-add-item, if image doesn't have a mask add a `:mask
8695 heuristic'.
8696
86972000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8698
8699 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8700 and return a cons if it's non-nil.
8701 (diff-apply-hunk): Try to jump to the line in the source text
8702 corresponding to the position of point in the in the hunk.
8703
8704 * info.el (Info-title-3-face, Info-title-2-face)
8705 (Info-title-1-face): Use face inheritance and relative sizes
8706 instead of hard-wiring things.
8707
8708 * faces.el (secondary-selection): Make dark-background variant sane.
8709
87102000-09-16 Andrew Innes <andrewi@gnu.org>
8711
8712 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8713 read-only, since they aren't under VC now.
8714
87152000-09-17 Dave Love <fx@gnu.org>
8716
8717 * tmm.el: Replace mapcar with mapc in several places.
8718
8719 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8720 ad-unadvise.
8721
8722 * international/latin1-disp.el: New file.
8723
8724 * calendar/cal-move.el (scroll-calendar-left)
8725 (scroll-calendar-right): Make arg optional (for active mode line).
8726
8727 * calendar/calendar.el (calendar-mode-line-format): Make fields
8728 mouse-sensitive.
8729 (calendar-read-date, calendar-read-date, calendar-window-list):
8730 Unquote lambda.
8731 (calendar-month-name): Use aref, not sref.
8732
8733 * view.el (minor-mode-alist): Propertize the string.
8734
8735 * international/characters.el (standard-case-table): Add entries
8736 for Greek.
8737
87382000-09-18 Miles Bader <miles@gnu.org>
8739
8740 * info.el (info-node, info-xref): Add dark-background variants.
8741
8742 * faces.el (header-line): Change defaults to be less confusing
8743 when mixed with mode-lines.
8744
8745 * info.el (Info-fontify-node): Make a few cleanups.
8746 Add extra `help-echo' and `local-map' props to node xrefs.
8747 Use header-specific faces for node-names & xrefs.
8748 (Info-use-header-line): New variable.
8749 (info-header-xref, info-header-node): New faces.
8750 (Info-setup-header-line): New function.
8751 (Info-select-node): Call Info-setup-header-line when enabled.
8752 (Info-extract-pointer): Work even if the header line is hidden.
8753 (Info-header-line): New variable.
8754
87552000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8756
8757 * vms-patch.el (print-region-function): Don't quote lambda.
8758
8759 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8760
8761 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8762 (lm-get-header-re): Allow spaces between the header and the colon.
8763 (lm-header): Allow $ in non-RCS headers.
8764 (lm-header-multiline): Put the strings back into order.
8765 Stop at an empty line. Don't require two space chars if the
8766 line is clearly not another header line.
8767
8768 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8769 (popup-menu-popup): Remove.
8770
87712000-09-15 Gerd Moellmann <gerd@gnu.org>
8772
8773 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8774 specification if or if not tool-bar item contains an `:enabled'
8775 property.
8776
8777 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8778 current buffer has no file name.
8779
87802000-09-15 Dave Love <fx@gnu.org>
8781
8782 * strokes.el: Sync with maintainer's current version with changes
8783 for Emacs, but avoid runtime cl and levents.
8784 (toplevel): Change autoloads and compilation requires.
8785 (strokes-version, strokes-bug-address, strokes-lift): Values
8786 changed.
8787 (strokes-xpm-header, strokes-insinuated): New variable.
8788 (strokes): Add :link.
8789 (strokes-mode): Customized.
8790 (strokes-while-inhibiting-garbage-collector): New macro.
8791 (strokes-remassoc): Avoid remove-if.
8792 (strokes-fix-button2-command): Don't use ad-do-it.
8793 (strokes-insinuate): New function.
8794 (strokes-button-press-event-p, strokes-button-release-event-p):
8795 New functions, used instead of non-`strokes-' versions..
8796 (strokes-mouse-event-p): Rewritten.
8797 (strokes-event-closest-point): Avoid event-point.
8798 (strokes-get-grid-position): Avoid cdadr, caadr
8799 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8800 functions.
8801 (strokes-help): Use with-output-to-temp-buffer.
8802 (strokes-window-configuration-changed-p): New function.
8803 (strokes-update-window-configuration): Use buffer-live-p,
8804 strokes-window-configuration-changed-p.
8805 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8806 (strokes-char-face): New face.
8807 (strokes-char-table, strokes-base64-chars): New variable.
8808 (strokes-xpm-for-stroke, strokes-list-strokes)
8809 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8810 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8811 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8812 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8813 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8814 functions.
8815
88162000-09-15 Gerd Moellmann <gerd@gnu.org>
8817
8818 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8819
8820 * image.el (create-image): Doc fix.
8821
8822 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8823 instead of `:heuristic-mask t'.
8824
88252000-09-14 Andrew Innes <andrewi@gnu.org>
8826
8827 * makefile.w32-in: Revert to Unix line endings.
8828
88292000-09-14 Andrew Innes <andrewi@gnu.org>
8830
8831 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8832 when installing.
8833
8834 * makefile.nt (DONTCOMPILE): Fix typo.
8835
8836 * shell.el (shell-write-history-on-exit): New function.
8837 (shell-dumb-shell-regexp): New custom variable.
8838 (shell-mode): Make shell-write-history-on-exit the process
8839 sentinel if shell name matches shell-dumb-shell-regexp.
8840
8841 * w32-fns.el: Comment out before-init-hook function which resets
8842 source-directory based; this breaks bootstrap.
8843
88442000-09-14 Dave Love <fx@gnu.org>
8845
8846 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8847 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8848 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8849 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8850 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8851 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8852 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8853 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8854 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8855
8856 * toolbar/toolbar.el: New.
8857
8858 * subdirs.el: Add toolbar.
8859
88602000-09-14 Gerd Moellmann <gerd@gnu.org>
8861
8862 * indent.el (indent-for-tab-command): Doc fix.
8863
88642000-09-14 Alex Schroeder <alex@gnu.org>
8865
8866 * ansi-color.el (ansi-colors): Doc change.
8867 (ansi-color-get-face): Simplified regexp.
8868 (ansi-color-faces-vector): Added more faces, doc change.
8869 (ansi-color-names-vector): Doc change.
8870 (ansi-color-regexp): Simplified regexp.
8871 (ansi-color-parameter-regexp): New regexp.
8872 (ansi-color-filter-apply): Doc change.
8873 (ansi-color-filter-region): Doc change.
8874 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8875 deal with zero length parameters.
8876 (ansi-color-apply-on-region): Doc change.
8877 (ansi-color-map): Doc change.
8878 (ansi-color-map-update): Removed debugging message.
8879 (ansi-color-get-face-1): Added condition-case to trap
8880 args-out-of-range errors.
8881 (ansi-color-get-face): Doc change.
8882 (ansi-color-make-face): Removed.
8883 (ansi-color-for-shell-mode): New option.
8884
88852000-09-13 Kenichi Handa <handa@etl.go.jp>
8886
8887 * international/quail.el (quail-start-translation): Translate KEY
8888 if necessary even if it doesn't have any mapping in the current
8889 input method.
8890 (quail-start-conversion): Likewise.
8891 (quail-help): The output message is improved.
8892
88932000-09-13 Miles Bader <miles@gnu.org>
8894
8895 * comint.el (comint-output-filter): Revert to using
8896 `insert-before-markers'. Add bletcherous hack to undo damage
8897 caused by `insert-before-markers'. Put `front-sticky' property on
8898 overlays created here so that the field code understands how the
8899 overlay works. Use a let when making comint-last-prompt-overlay,
8900 so that the code is easier to read.
8901
89022000-09-13 Dave Love <fx@gnu.org>
8903
8904 * wid-edit.el (widget-default-format-handler): DTRT when
8905 doc-property is a function.
8906
89072000-09-12 Francesco Potorti` <pot@gnu.org>
8908
8909 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8910 filed name if it's not there.
8911
89122000-09-12 Dave Love <fx@gnu.org>
8913
8914 * simple.el (read-mail-command): Doc fix.
8915 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8916
8917 * vc.el (vc-dired-listing-switches): Fix :version.
8918
8919 * vc-hooks.el: Doc fixes.
8920
8921 * subr.el (add-minor-mode): Use toggle-fun arg.
8922
8923 * speedbar.el: Add :version to several defcustoms.
8924
8925 * imenu.el (imenu--truncate-items, imenu--cleanup)
8926 (imenu--generic-function): Avoid mapcar.
8927 (imenu--replace-spaces): Function removed.
8928 (imenu--completion-buffer): Use subst-char-in-string.
8929 (imenu-add-to-menubar): Use keymap inheritance.
8930
89312000-09-12 Miles Bader <miles@gnu.org>
8932
8933 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8934 (diff-mode-map): Bind `diff-test-hunk'.
8935 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8936
89372000-09-11 Gerd Moellmann <gerd@gnu.org>
8938
8939 * bytecomp.el (byte-compile-defvar): Undo last change
8940 because it breaks '(make-variable-buffer-local (defvar ...)'
8941 which is used at least in dired.
8942
89432000-09-12 Kenichi Handa <handa@etl.go.jp>
8944
8945 * international/quail.el (quail-define-package): Docstring
8946 modified.
8947
89482000-09-12 Kenichi Handa <handa@etl.go.jp>
8949
8950 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8951 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8952 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8953 docstring of "chinese-py".
8954
8955 * international/quail.el (quail-translation-docstring): New
8956 variable.
8957 (quail-show-keyboard-layout): Docstring modified.
8958 (quail-select-current): Likewise.
8959 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8960 infinite recursive call.
8961 (quail-help): Check quail-translation-docstring. Format of the
8962 output changed.
8963 (quail-help-insert-keymap-description): Adjusted for the above
8964 change.
8965
89662000-09-11 Gerd Moellmann <gerd@gnu.org>
8967
8968 * bytecomp.el (byte-compile-defvar): Only cons onto
8969 current-load-list in top-level forms. Else this leaks a cons cell
8970 every time a defun is called.
8971
89722000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8973
8974 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8975 Now understands non-unified diffs. Some functionality moved into
8976 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8977 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8978 modify anything. Only reposition point in the patched file if the
8979 patch succeeds. Only pop up another window if POPUP is true.
8980 Emit a message describing what happened if successful, and at what
8981 line-offset. Automatically detect reversed hunks and do something
8982 appropriate.
8983 (diff-hunk-text, diff-find-text): New functions.
8984 (diff-filter-lines): Function removed.
8985 (diff-test-hunk): New function.
8986 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8987
89882000-09-10 Dave Love <fx@gnu.org>
8989
8990 * textmodes/tildify.el: Minor doc/commentary fixes.
8991 (tildify) <defgroup>: Add :version.
8992
8993 * faces.el (face-x-resources): Make custom type more specific.
8994 (frame-background-mode): Use mapc.
8995 (region) <defcustom>: Add :version.
8996
89972000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8998
8999 * vc-sccs.el (vc-sccs-register):
9000 * vc-rcs.el (vc-rcs-register):
9001 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
9002 * vc.el (vc-register): Clear file's properties.
9003
90042000-09-08 Gerd Moellmann <gerd@gnu.org>
9005
9006 * faces.el (face-spec-set): Only face-spec-reset-face when
9007 ATTRS is non-nil.
9008
90092000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9010
9011 * help.el (help-insert-xref-button): Fix a typo in doc string.
9012
90132000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
9014
9015 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9016 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
9017 methods.
9018
9019 * menu-bar.el (read-mail-item-name): New function.
9020 (menu-bar-tools-menu): Use it to compute and display the package
9021 used to read email.
9022 (menu-bar-tools-menu): Fix typo in GUD's help string.
9023
90242000-09-07 Dave Love <fx@gnu.org>
9025
9026 * diff-mode.el (diff-mouse-goto-source): New function.
9027
9028 * vc-sccs.el: Doc fixes.
9029 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
9030
9031 * vc-rcs.el: Doc fixes.
9032 (vc-rcs-register-switches, vc-rcs-checkin-switches)
9033 (vc-rcs-checkout-switches, vc-rcs-header)
9034 (vc-rcs-master-templates): Add or change :version.
9035
9036 * vc-cvs.el: Doc fixes.
9037 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
9038 (vc-cvs-stay-local): Add :version.
9039
9040 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
9041
90422000-09-07 Kenichi Handa <handa@etl.go.jp>
9043
9044 * international/quail.el (quail-help): Fix previous change.
9045
90462000-09-07 Gerd Moellmann <gerd@gnu.org>
9047
9048 * faces.el (color-values): Doc fix.
9049
9050 * faces.el (frame-set-background-mode): Use frame-parameter
9051 instead of frame-parameters.
9052
9053 * frame.el (filtered-frame-list): Reduce consing.
9054 (frames-on-display-list): Call frame-parameter instead of
9055 frame-parameters.
9056
90572000-09-07 Kenichi Handa <handa@etl.go.jp>
9058
9059 * language/devan-util.el (devanagari-to-indian-region): In the
9060 loop, change the following char, not preceding char.
9061
90622000-09-07 Gerd Moellmann <gerd@gnu.org>
9063
9064 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
9065 instead of frame-parameters.
9066
9067 * faces.el (set-face-attribute): Simplify by calling
9068 internal-set-lisp-face-attribute with FRAME being 0.
9069
9070 * vc.el: Remove `Id' version control keyword.
9071
90722000-09-07 Kenichi Handa <handa@etl.go.jp>
9073
9074 * help.el (help-make-xrefs): Adjusted for the change of
9075 help-xref-mule-regexp.
9076 (help-insert-xref-button): New function.
9077
9078 * international/mule-cmds.el (help-xref-mule-regexp-template):
9079 Include the pattern for character set.
9080 (leim): New group.
9081
9082 * international/quail.el: Don't require face.
9083 (quail): New group.
9084 (quail-other-command): Dummy command to make quail-help work better.
9085 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9086 (quail-keyboard-layout-substitution): New variable.
9087 (quail-update-keyboard-layout): New function.
9088 (quail-keyboard-layout-type): New customizable variable.
9089 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9090 (quail-keyboard-translate): Pay attention to
9091 quail-keyboard-layout-substitution.
9092 (quail-insert-kbd-layout): New function.
9093 (quail-show-keyboard-layout): New function.
9094 (quail-get-translation): If the definition is a vector of length
9095 1, and the element is a string of length 1, return the character
9096 in that string.
9097 (quail-update-current-translations): Fix the case of
9098 relative-index out of range.
9099 (quail-build-decode-map, quail-insert-decode-map): New Functions.
9100 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9101 Show key sequences for all available characters.
9102 (quail-help-insert-keymap-description): Don't show such verbose
9103 key bindings as quail-self-insert-command.
9104
9105 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9106 Format changed, and each element now have extra documentations.
9107 (tit-process-header): Delete invalid characters from TIT-PROMPT.
9108 Adjusted for the change of quail-cxterm-package-ext-info.
9109
91102000-09-06 Gerd Moellmann <gerd@gnu.org>
9111
9112 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9113 requiring it leads to a recursive loading of vc.el and vc-hooks.el
9114 during bootstrap.
9115
91162000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9117
9118 * vc.el: (toplevel): Don't require `dired' at run-time.
9119 (vc-dired-resynch-file): Remove autoload cookie.
9120
91212000-09-05 Andre Spiegel <spiegel@gnu.org>
9122
9123 * vc.el: Made several backend functions optional.
9124 (vc-default-responsible-p): New function.
9125 (vc-merge): Use RET for first version to trigger merge-news, not
9126 prefix arg.
9127 (vc-annotate): Handle backends that do not support annotation.
9128 (vc-default-merge-news): Removed. The existence of a merge-news
9129 implementation is now checked on caller sites.
9130
9131 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9132 case.
9133
9134 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9135 special case that has been removed from the default in vc-hooks.el.
9136
91372000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9138
9139 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9140
91412000-09-05 Andre Spiegel <spiegel@gnu.org>
9142
9143 * vc-hooks.el: Require vc during compilation.
9144 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9145 macro `with-vc-properties' in vc.el.
9146 (vc-file-getprop): Doc fix.
9147 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9148
9149 * vc.el: Require dired-aux during compilation.
9150 (vc-name-assoc-file): Moved to vc-sccs.el.
9151 (with-vc-properties): New macro.
9152 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9153 vc-finish-steal): Use it.
9154 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
9155 to the backend-specific function is now supposed to do the checkout,
9156 too.
9157 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9158
9159 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9160 set file properties; that gets done in the generic code now.
9161
9162 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9163 Changed parameter list, added code from vc.el that does the
9164 checkout, possibly with a double-take.
9165
9166 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9167 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9168 the above under the new name.
9169 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
9170 parameter list, added checkout command.
9171 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9172 properties; that gets done in the generic code now.
9173
91742000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9175
9176 * vc.el: Docstring fixes (courtesy of checkdoc).
9177
91782000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9179
9180 * vc.el (vc-checkout-writable-buffer-hook)
9181 (vc-checkout-writable-buffer): Remove.
9182 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9183 (vc-log-mode): Make it into a clean derived major mode.
9184 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9185 vc-log-mode if log-edit is not available.
9186 (vc-dired-mode-map): Don't set-keymap-parent yet.
9187 (vc-dired-mode): Do set-keymap-parent here.
9188 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9189
91902000-09-05 Gerd Moellmann <gerd@gnu.org>
9191
9192 * faces.el (set-face-attribute, face-spec-reset-face)
9193 (face-spec-set): Avoid consing by removing calls to `apply'.
9194
9195 * frame.el (frame-parameter): Move to C code.
9196
91972000-09-05 Dave Love <fx@gnu.org>
9198
9199 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9200 insert-before-markers-and-inherit. Now checked systematically!
9201
92022000-09-05 Alex Schroeder <alex@gnu.org>
9203
9204 * sql.el (sql-postgres): Use sql-postgres-options.
9205 (sql-postgres-options): New variable.
9206
92072000-09-05 Alex Schroeder <alex@gnu.org>
9208
9209 * sql.el (sql-mode-menu): Work around missing variable mark-active
9210 in XEmacs.
9211 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9212 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9213 compatibility.
9214
92152000-09-04 Gerd Moellmann <gerd@gnu.org>
9216
9217 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9218
9219 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9220
9221 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9222
92232000-09-04 Andre Spiegel <spiegel@gnu.org>
9224
9225 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9226 don't support anything else under SCCS yet.
9227
9228 * vc-hooks.el: Minor doc fixes.
9229
92302000-09-04 Andre Spiegel <spiegel@gnu.org>
9231
9232 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9233 not necessary. If verbose in state `needs-patch', do the same as
9234 under `up-to-date'. When NOT verbose and `needs-patch', check out
9235 latest version instead of `merge-news'.
9236 (vc-next-action-dired): Don't mess with default-directory here; it
9237 breaks other parts of dired. It is the job of the
9238 backend-specific functions to adjust it temporarily if they need it.
9239 (vc-next-action): Remove a special CVS case.
9240 (vc-clear-headers): New optional arg FILE.
9241 (vc-checkin, vc-checkout): Set properties vc-state and
9242 vc-checkout-time properly.
9243 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9244 (vc-print-log): Use new backend function `show-log-entry'.
9245 (vc-cancel-version): Do the checks in a different order. Added a
9246 FIXME concerning RCS-only code.
9247
9248 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9249 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9250
9251 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9252
9253 * vc-hooks.el (vc-default-mode-line-string): Show state
9254 `needs-patch' as a `-' too.
9255
92562000-09-04 Andre Spiegel <spiegel@gnu.org>
9257
9258 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9259 (vc-default-could-register): New function.
9260 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9261 (vc-resynch-buffer): Call vc-dired-resynch-file.
9262 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9263 vc-resynch-buffer instead of vc-resynch-window.
9264 (vc-next-action-dired): Don't redisplay here, that gets done as a
9265 result of the individual file operations.
9266 (vc-retrieve-snapshot): Corrected prompt order.
9267
9268 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9269
9270 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9271 as well.
9272 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9273 hostname regexps. Updated all callers.
9274 (vc-cvs-responsible-p): Handle directories as well.
9275 (vc-cvs-could-register): New function.
9276 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9277 properties up-to-date.
9278
9279 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9280 user whether to create one.
9281
92822000-09-04 Andre Spiegel <spiegel@gnu.org>
9283
9284 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9285 check out a non-existing file.
9286
9287 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9288 workfile does not exist.
9289
9290 * vc.el (vc-version-diff): Use `require' to check for existence of
9291 diff-mode.
9292
92932000-09-04 Andre Spiegel <spiegel@gnu.org>
9294
9295 * vc-cvs.el (vc-cvs-registered): Use new function
9296 vc-cvs-parse-entry to do the actual work.
9297
92982000-09-04 Andre Spiegel <spiegel@gnu.org>
9299
9300 * vc-hooks.el (vc-find-backend-function): If function doesn't
9301 exist, return nil instead of error.
9302 (vc-call-backend): Doc fix.
9303
9304 * vc.el (vc-do-command): Doc fix.
9305 (vc-finish-logentry): When checking in from vc-dired, choose the
9306 right backend for logentry check.
9307 (vc-dired-mode-map): Inherit from dired-mode-map.
9308 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9309 simplified.
9310 (vc-dired-state-info): Removed, updated caller.
9311 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9312 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9313 (vc-dired-listing-switches): New variable.
9314 (vc-directory): Use it, instead of dired-listing-switches.
9315
9316 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9317 (vc-cvs-dir-state): New function.
9318 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9319 (vc-cvs-parse-entry): New function, also to be used in
9320 vc-cvs-registered.
9321
93222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9323
9324 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9325 *or* single-window-frames.
9326
93272000-09-04 Andre Spiegel <spiegel@gnu.org>
9328
9329 * vc.el (vc-update-changelog): Split into generic part and default
9330 implementation. Doc string adapted.
9331 (vc-default-update-changelog): New function. Call the `rcs2log'
9332 script in exec-directory, to fix a long-standing nuisance.
9333
9334 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9335 simply signals an error.
9336
93372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9338
9339 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9340 control-flow more clear and to avoid running `cvs' twice.
9341
9342 * vc.el (vc-next-action-on-file): Doc fix.
9343 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9344 (vc-print-log): Eval `file' before constructing the continuation.
9345
93462000-09-04 Andre Spiegel <spiegel@gnu.org>
9347
9348 * vc.el (vc-next-action-on-file): Corrected several messages.
9349 (vc-merge): Add prefix arg `merge-news'; handle it.
9350
9351 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9352 is not reached. It is.
9353 (vc-cvs-merge): Set state to 'edited after merge.
9354 (vc-cvs-merge-news): Set workfile version to nil if not known.
9355 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9356
9357 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9358 via stdout. (Merge from main line.)
9359
93602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9361
9362 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9363 detection.
9364
93652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9366
9367 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9368 against kill-all-local-variables.
9369 (vc-log-edit): Don't save vc-parent-buffer any more.
9370 (vc-last-comment-match): Initialize to an empty string.
9371 (vc-post-command-functions): New hook.
9372 (vc-do-command): Run it.
9373 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9374 (vc-finish-logentry): Only add the comment to the ring if it's
9375 different from the last comment entered.
9376 (vc-new-comment-index): New function.
9377 (vc-previous-comment): Use it. Make the minibuffer message
9378 slightly less terse.
9379 (vc-comment-search-reverse): Make it work forward as well. Don't
9380 set vc-comment-ring-index if no match is found. Use
9381 vc-new-comment-index.
9382 (vc-comment-search-forward): Use vc-comment-search-reverse.
9383 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9384 define-derived-mode will do it for us. Bind `v' to a keymap that
9385 inherits from vc-prefix-map so that we can bind `vt' without
9386 binding C-x v t.
9387 (vc-retrieve-snapshot): Parenthesis typo.
9388
9389 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9390 to 1. Make sure to switch to *vc* before looking for an error
9391 message. Use vc-parse-buffer.
9392
93932000-09-04 Andre Spiegel <spiegel@gnu.org>
9394
9395 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9396 and NAME.
9397 (vc-retrieve-snapshot): Split into two parts.
9398 (vc-default-retrieve-snapshot): New function.
9399
9400 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9401 (vc-cvs-retrieve-snapshot): New function (untested).
9402 (vc-cvs-stay-local): Default to t.
9403 (vc-cvs-remote-p): New function and property.
9404 (vc-cvs-state): Stay local only if the above is t.
9405 (vc-handle-cvs): Removed.
9406 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9407 done via vc-handled-backends now.
9408 (vc-cvs-header): Escape Id.
9409
94102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9411
9412 * vc.el (vc-do-command): Remove unused commands.
9413 (vc-version-diff): Make sure default-directory ends with a slash.
9414 Move the window commands into a vc-exec-after.
9415 (vc-print-log): Move more of the code into the `vc-exec-after'.
9416
94172000-09-04 Andre Spiegel <spiegel@gnu.org>
9418
9419 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9420 (vc-print-log): Search current revision from beginning of buffer.
9421 (vc-revert-buffer): Clear echo area after the diff is finished.
9422 (vc-prefix-map): Removed definition of "t" for terse display in vc
9423 dired.
9424 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9425 definition of "vt" for terse display.
9426 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9427
94282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9429
9430 * vc.el (vc-exec-after): Avoid caddr.
9431
94322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9433
9434 * vc.el (vc-exec-after): New function.
9435 (vc-do-command): Use it to add a termination message for async
9436 procs.
9437 (vc-checkout): Try to handle a missing-backend situation.
9438 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9439 of a directory with a backend using async diffs.
9440 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9441 present.
9442
9443 * vc-sccs.el (vc-sccs-state-heuristic): Use
9444 file-ownership-preserved-p.
9445
9446 * vc-rcs.el (vc-rcs-state-heuristic): Use
9447 file-ownership-preserved-p.
9448 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9449
94502000-09-04 Andre Spiegel <spiegel@gnu.org>
9451
9452 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9453 vc-do-command.
9454
9455 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9456 when there are no changes.
9457
94582000-09-04 Andre Spiegel <spiegel@gnu.org>
9459
9460 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9461
9462 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9463
94642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9465
9466 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9467
9468 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9469 the `fset' outside of the defvar so that it works even if
9470 vc-prefix-map was already defined.
9471 (vc-setup-buffer): New function, split out of vc-do-command.
9472 (vc-do-command): Allow BUFFER to be t to mean `just use the
9473 current buffer without any fuss'.
9474 (vc-version-diff): Change the `diff' backend operation to just put
9475 the diff in the current buffer without erasing it. Always use
9476 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9477 shrink-window-if-larger-than-buffer.
9478 (vc-print-log): Change the `print-log' backend operation to just
9479 put the log in the current buffer without erasing it. Protect
9480 shrink-window-if-larger-than-buffer.
9481 (vc-update-change-log): Fix setd typo.
9482
9483 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9484 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9485
9486 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9487 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9488 CMP.
9489
9490 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9491 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9492 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9493
94942000-09-04 Andre Spiegel <spiegel@gnu.org>
9495
9496 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9497 not possible, use vc-BACKEND-workfile-unchanged-p.
9498 (vc-default-workfile-unchanged-p): New function. Delegates to a
9499 full vc-BACKEND-diff.
9500
9501 * vc-hooks.el (vc-simple-command): Removed.
9502
9503 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9504 instead of vc-simple-command.
9505 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9506 avoid doing a diff when opening a file.
9507 (vc-rcs-state): Added check for unlocked-changes.
9508 (vc-rcs-header): Escape Id.
9509 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9510 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9511 version.
9512
9513 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9514 (vc-sccs-diff): Remove optional arg CMP.
9515 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9516 SCCS-specific function.
9517
9518 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9519 vc-simple-command.
9520
95212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9522
9523 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9524 (with-vc-file, vc-merge): Use vc-editable-p.
9525 (vc-do-command): Remove unused var vc-file and fix the
9526 doubly-defined `status' var. Add a user message when starting an
9527 async command.
9528 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9529 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9530 Use with-current-buffer.
9531 (vc-buffer-sync): Use unless.
9532 (vc-next-action-on-file): If the file is 'edited by read-only,
9533 make it read-write instead of trying to commit.
9534 (vc-version-diff, vc-update-change-log): Use `setq
9535 default-directory' rather than `cd'.
9536 (vc-log-edit): Don't forget to set default-directory in the
9537 buffer.
9538
9539 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9540 (vc-sccs-state-heuristic): Use file-writable-p instead of
9541 comparing userids.
9542 (vc-sccs-checkout): Use `unless'.
9543
9544 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9545 of comparing userids.
9546 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9547 Simplify the logic by eliminating unreachable code.
9548 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9549 just do a recursive call if we need to retry.
9550 (vc-rcs-checkout): Handle the case where rcs is missing by making
9551 the buffer read-write if requested and re-signalling the error.
9552
9553 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9554
95552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9556
9557 * vc-hooks.el (vc-handled-backends): Docstring change.
9558 (vc-ignore-vc-files): Mark obsolete.
9559 (vc-registered): Check vc-ignore-vc-files.
9560 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9561 vc-ignore-vc-files.
9562
9563 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9564
95652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9566
9567 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9568 files since ange-ftp already has vc-registered return nil.
9569
9570 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9571 (vc-sccs-workfile-version): Use with-temp-buffer and new
9572 vc-parse-buffer and don't bother setting the property.
9573 (vc-sccs-add-triple): Use with-current-buffer and
9574 find-file-noselect.
9575 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9576
9577 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9578 derives from the old vc-parse-buffer but uses the revision number
9579 rather than the date (much easier to compare robustly).
9580 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9581 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9582 locking-user more directly. Check strict locking and set
9583 checkout-model appropriately.
9584 (vc-rcs-parse-locks): Remove.
9585 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9586 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9587 (vc-rcs-system-release): Use with-current-buffer and
9588 vc-parse-buffer.
9589 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9590
9591 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9592 (vc-simple-command): Docstring fix.
9593 (vc-registered): Align the way the file-handler is called with the
9594 way the function itself works.
9595 (vc-file-owner): Remove.
9596
9597 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9598 extraction of fields and call to file-attributes because of a
9599 temporary bug in rcp.el.
9600 (vc-cvs-fetch-status): Use with-current-buffer.
9601
96022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9603
9604 * vc.el (vc-do-command): Use file-relative-name.
9605 (vc-responsible-backend): Use vc-backend if possible.
9606 (vc-create-snapshot): Improve the `interactive' spec. Add support
9607 for branches and dispatch to backend-specific `create-snapshot'.
9608 (vc-default-create-snapshot): New function, containing the bulk of
9609 the old vc-create-snapshot.
9610 (vc-retrieve-snapshot): Improve the interactive spec.
9611
9612 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9613 (vc-backend-hook-functions): Remove.
9614 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9615 (vc-backend): Reintroduce the test for `file = nil' now that I
9616 know why it was there (and added a comment to better remember).
9617
9618 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9619 code from vc-sccs-hooks.el.
9620 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9621 'vc anymore.
9622 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9623 and file-directory-p instead of file-exists-p.
9624 (vc-sccs-check-headers): Simplify the regexp.
9625
9626 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9627 from vc-rcs-hooks.el. Don't require 'vc anymore.
9628 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9629 file-directory-p instead of file-exists-p.
9630
9631 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9632 from vc-cvs-hooks.el.
9633 (proto vc-cvs-registered): Require 'vc-cvs instead of
9634 'vc-cvs-hooks. Don't require 'vc anymore.
9635 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9636 file-directory-p instead of file-exists-p.
9637 (vc-cvs-create-snapshot): New function, replacing
9638 vc-cvs-assign-name.
9639 (vc-cvs-assign-name): Remove.
9640
96412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9642
9643 * vc-cvs.el (vc-cvs-header): New var.
9644
9645 * vc-rcs.el (vc-rcs-exists): Remove.
9646 (vc-rcs-header): New var.
9647
9648 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9649 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9650 (vc-sccs-header): New var.
9651
9652 * vc.el (vc-do-command): Get rid of the `last' argument.
9653 (vc-header-alist): Remove, replaced by vc-X-header.
9654 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9655 (vc-dired-hook): Use expand-file-name instead of concat.
9656 (vc-directory): Use file-name-as-directory.
9657 (vc-snapshot-precondition, vc-create-snapshot)
9658 (vc-retrieve-snapshot): Allow the command to operate on any
9659 directory.
9660
9661 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9662 just removing the 'WORKFILE argument or by removing the 'MASTER
9663 argument and replacing `file' with (vc-name file).
9664
96652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9666
9667 * vc.el: Update Copyright and add a crude list of backend funs.
9668 (vc-writable-p): New function.
9669 (with-vc-file): Use vc-writable-p.
9670 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9671 (vc-register): Avoid vc-name.
9672 (vc-locking-user): Remove.
9673 (vc-steal-lock): Make the `owner' arg non-optional.
9674 (vc-merge): Use vc-writable-p instead of vc-locking-user and
9675 vc-checkout-model.
9676 (vc-default-dired-state-info): Use vc-state instead of
9677 vc-locking-user and return special strings for special states.
9678 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9679 and get rid of one of the special CVS cases.
9680 (vc-cancel-version): prettify error message with \\[...].
9681 (vc-rename-master): New function.
9682 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
9683 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
9684 the CVS special case generic.
9685 (vc-default-record-rename): Remove.
9686 (vc-file-tree-walk-internal): Only call FUNC for files that are
9687 under control of some VC backend and replace `concat' with
9688 expand-file-name.
9689 (vc-file-tree-walk): Update docstring.
9690 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
9691 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9692
9693 * vc-sccs.el (vc-sccs-rename-file): Renamed from
9694 vc-sccs-record-rename. Use `find-file-noselect' rather than
9695 `find-file' and call `vc-rename-master' to do the actual move.
9696 (vc-sccs-diff): Remove unused `backend' variable.
9697
9698 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9699 to delay loading of vc-sccs until it is really used.
9700 (vc-sccs-master-templates): Preload.
9701 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9702 (vc-sccs-project-dir): Remove (merged into
9703 vc-sccs-search-project-dir).
9704 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9705 rather than `concat', make sure it is preloaded and don't bother
9706 to check that the file actually exists.
9707 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9708 `locks' argument (use buffer's content instead) and eliminate n^2
9709 behavior.
9710
9711 * vc-rcs.el: Update Copyright.
9712 (vc-rcs-rename-file): New function.
9713 (vc-rcs-diff): Remove unused `backend' variable.
9714
9715 * vc-hooks.el: Update Copyright.
9716 (vc-backend): Don't accept a nil argument any more.
9717 (vc-up-to-date-p): Turn into a defsubst.
9718 (vc-possible-master): New function.
9719 (vc-check-master-templates): Use `vc-possible-master' and allow
9720 funs in vc-X-master-templates to return a non-existent file.
9721
9722 * vc-cvs.el: Update Copyright.
9723 (vc-cvs-diff): Remove unused `backend' variable.
9724 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9725
9726 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9727
97282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9729
9730 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9731 since it can be called from vc-rcs.el.
9732 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9733
97342000-09-04 Andre Spiegel <spiegel@gnu.org>
9735
9736 * vc.el (vc-version-diff): Expand file name read from the
9737 minibuffer. Handle the case when a previous version number can't
9738 be guessed. Give suitable messages when there were no differences
9739 found.
9740 (vc-clear-headers): Call backend-specific implementation, if one
9741 exists.
9742 (vc-cancel-version): Made error checks generic. When done, clear
9743 headers generically, too.
9744
9745 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9746 from vc-clear-headers in vc.el.
9747
9748 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9749 correctly.
9750 (vc-rcs-latest-on-branch-p): Made second argument VERSION
9751 optional. Handle the case when it's not there.
9752
97532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9754
9755 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9756
97572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9758
9759 * vc-hooks.el (vc-loadup): Remove.
9760 (vc-find-backend-function): Use `require'. Also, handle the case
9761 where vc-BACKEND-hooks.el doesn't exist.
9762 (vc-call-backend): Cleanup.
9763
97642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9765
9766 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9767 vc-rcs-grab-templates)
9768 (vc-rcs-registered): Remove. The default function works as well.
9769 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9770 vc-sccs-grab-templates)
9771 (vc-sccs-registered): Remove. The default function works as well.
9772
9773 * vc.el (vc-version-diff): Left out a vc- in call to
9774 vc-call-backend.
9775 (vc-default-dired-state-info, vc-default-record-rename)
9776 (vc-default-merge-news): Update for the new backend argument.
9777
9778 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9779 using the default function.
9780 (vc-call-backend): If calling the default function, pass it the
9781 backend as first argument. Update the docstring accordingly.
9782 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9783 for the new backend argument.
9784 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9785 (vc-find-backend-function): Use the new name.
9786 (vc-default-registered): New function.
9787
97882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9789
9790 * vc.el (vc-merge): Use vc-find-backend-function.
9791
9792 * vc-hooks.el (vc-backend-functions): Remove.
9793 (vc-loadup): Don't setup 'vc-functions.
9794 (vc-find-backend-function): New function.
9795 (vc-call-backend): Use above fun and populate 'vc-functions
9796 lazily.
9797 (vc-backend-defines): Remove.
9798
97992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9800
9801 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9802 Call vc-call-backend without the leading vc-.
9803 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9804 (vc-check-headers): Call vc-call-backend without the leading vc-.
9805 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9806 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9807 Call vc-call-backend without the leading vc-.
9808
9809 * vc-cvs.el (tail): Provide vc-cvs.
9810 * vc-sccs.el (tail): Provide vc-sccs.
9811 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9812
9813 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9814 (vc-make-backend-function, vc-call): Pass names without leading
9815 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9816 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9817 (vc-call-backend): Always try to load vc-X-hooks.
9818 (vc-registered): Remove vc- in call to vc-call-backend.
9819
98202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9821
9822 * vc.el (vc-process-filter): New function.
9823 (vc-do-command): Setup `vc-process-filter' for the async process.
9824 (vc-maybe-resolve-conflicts): New function to reduce
9825 code-duplication. Additionally, it puts the buffer in
9826 `smerge-mode' if applicable.
9827 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9828 calling `merge-news'.
9829 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9830 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9831 interfacing to log-edit.el.
9832 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9833 log-edit is available.
9834 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9835
98362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9837
9838 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9839 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9840 defvar and the initialization.
9841 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9842
9843 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9844 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9845
9846 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9847
98482000-09-04 Andre Spiegel <spiegel@gnu.org>
9849
9850 * vc.el (vc-file-clear-masterprops): Removed.
9851 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9852 (vc-version-diff): Use buffer-size without argument.
9853 (vc-register): Heed vc-initial-comment.
9854
9855 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9856 default branch.
9857
9858 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9859 file name and workfile version.
9860 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9861
9862 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9863 vc-file-clear-masterprops.
9864
9865 * vc-sccs.el (vc-sccs-checkout): Removed call to
9866 vc-file-clear-masterprops. If writable, set vc-state to 'edited
9867 rather than user login name.
9868
9869
98702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9871
9872 * vc.el (vc-workfile-unchanged-p): Remove unused argument
9873 `want-differences-if-changed' and simplify.
9874 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9875 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9876 output (which is invalid for async vc-diff) to decide whether to
9877 do the revert silently or not.
9878
98792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9880
9881 * vc-hooks.el (vc-loadup): Load files quietly.
9882 (vc-call-backend): Oops, brain fart.
9883
98842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9885
9886 * vc-cvs.el (vc-cvs-state): Typo.
9887 (vc-cvs-merge-news): Return the status code rather than the error msg.
9888
98892000-09-04 Andre Spiegel <spiegel@gnu.org>
9890
9891 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9892 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9893 vc-state or vc-up-to-date-p.
9894 (vc-merge): Use vc-backend-defines to check whether merging is
9895 possible. Set state to 'edited after successful merge.
9896
9897 * vc-hooks.el (vc-locking-user): If locked by the calling user,
9898 return that name. Redocumented.
9899
99002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9901
9902 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9903 new `vc-state' semantics.
9904 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9905 'vc-locking-user to the current user.
9906 (vc-merge): Inline vc-backend-merge. Comment out code that I
9907 don't understand and hence can't adapt to the new `vc-state' and
9908 `vc-locking-user' semantics.
9909 (vc-backend-merge): Remove.
9910
9911 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9912 rather than 'vc-locking-user.
9913
9914 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9915
9916 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9917 (vc-state): Don't use 'reserved any more. Just use the same
9918 convention as the one used for vc-<backend>-state where the
9919 locking user (as a string) is returned.
9920 (vc-locking-user): Update, based on the above convention. The
9921 'vc-locking-user property has disappeared.
9922 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9923
9924 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9925 with a heuristic one.
9926 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9927 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9928 error. That allows us to get to 'needs-merge even in the
9929 stay-local case. There's still no way to detect 'needs-patch in
9930 such a setup (or to force an update for that matter).
9931 (vc-cvs-logentry-check): Remove, the default works as well.
9932
99332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9934
9935 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9936
9937 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9938 major-mode in which the buffer might have been put earlier. Use
9939 `remove' and `when'. Allow `okstatus' to be `async' and use
9940 `start-process' in this case.
9941 (vc-version-diff): Handle the case where the diff looks empty
9942 because of the use of an async process.
9943
99442000-09-04 Andre Spiegel <spiegel@gnu.org>
9945
9946 * vc.el (vc-next-action-on-file): Removed optional parameter
9947 `simple'. Recompute state unconditionally.
9948 (vc-default-toggle-read-only): Removed.
9949
9950 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9951 (vc-toggle-read-only): Undid prev change.
9952
9953 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9954 vc-cvs-simple-toggle. Redocumented.
9955 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9956 (vc-cvs-toggle-read-only): Removed.
9957
99582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9959
9960 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9961 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9962 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9963 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9964 still is. So maybe it should be removed.
9965 (vc-head-version, vc-find-binary): Remove.
9966 (vc-recompute-state): Move from vc-hooks.el.
9967 (vc-next-action-on-file): Add a `simple' argument to allow
9968 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9969 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9970 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9971 (vc-dired-mode-map): Properly defvar it.
9972 (vc-print-log): Call log-view-mode if available.
9973 (small-temporary-file-directory): defvar instead of use boundp.
9974 (vc-merge-news): Moved to vc-cvs.el.
9975 (vc-default-merge-news): New function.
9976
9977 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9978 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9979 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9980 unknown `vc-latest-version' function. It should probably refer to
9981 vc-workfile-version or somesuch, but it's very unclear to me and I
9982 don't have SCCS to test things.
9983
9984 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9985 (vc-sccs-state-heuristic): Fix typo.
9986 (vc-sccs-workfile-unchanged-p): Add missing argument.
9987
9988 * vc-rcs.el: Require vc and vc-rcs-hooks.
9989 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9990 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9991 (vc-release-greater-or-equal-p): Move from vc.
9992 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9993 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9994 (vc-rcs-checkout): Add a missing `new-version' argument in the
9995 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9996
9997 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9998 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9999 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
10000 than the apparently unbound `workfile-version'.
10001
10002 * vc-hooks.el (vc-master-templates): Def the obsolete var.
10003 (vc-file-prop-obarray): Use `make-vector'.
10004 (vc-backend-functions): Add new hookable functions
10005 vc-toggle-read-only, vc-record-rename and vc-merge-news.
10006 (vc-loadup): If neither backend nor default functions exist, use
10007 the backend function rather than nil.
10008 (vc-call-backend): If the function if not bound yet, try to load
10009 the non-hook file to see if it provides it.
10010 (vc-call): New macro plus use it wherever possible.
10011 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
10012 nor `vc-find-binary' since it's only called from
10013 vc-mistrust-permission which is only used once the backend is known.
10014 (vc-checkout-model): Fix parenthesis.
10015 (vc-recompute-state, vc-prefix-map): Move to vc.el.
10016
10017 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
10018 (vc-cvs-release, vc-cvs-system-release): Remove.
10019 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
10020 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
10021 status symbols.
10022 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
10023 (vc-cvs-toggle-read-only): First cut at a function to allow a
10024 cvs-status-free vc-toggle-read-only.
10025 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
10026 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
10027 vc-cvs-status. Also set vc-state rather than vc-locking-user.
10028 (vc-cvs-checkout): Modify access rights directly if the user
10029 requested not to use `cvs edit'. And refresh the mode line.
10030
10031 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
10032 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
10033
100342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10035
10036 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
10037 workfile' that got lost when the code was extracted from vc.el.
10038 And merged the tail with the rest of the code (not possible in the
10039 old vc.el where the tail was shared among all backends). And
10040 explicitly set the state to 'edited if `writable' is set.
10041
10042 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
10043 (vc-cvs-state): Be careful to return the value from
10044 vc-cvs-parse-state.
10045 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
10046 property but return it instead. Also be careful to handle a nil
10047 or "" `rev' when workfile is non-nil (it was handled properly when
10048 workfile was nil).
10049
10050 * vc.el: Removed those pesky unnecessary `(function' quotes.
10051 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
10052 directly in the defvar.
10053 (vc-do-command): Bind inhibit-read-only so as to properly handle
10054 the case where the destination buffer has been made read-only.
10055 (vc-diff): Delegate to vc-version-diff in all cases.
10056 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
10057 (vc-annotate-mode-variables): Removed (code moved partly to
10058 defvars and partly to vc-annotate-add-menu).
10059 (vc-annotate-mode): Turned into a derived-mode.
10060 (vc-annotate-add-menu): Moved in code in
10061 vc-annotate-mode-variables.
10062 (vc-update-change-log): Use make-temp-file if available.
10063
100642000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
10065
10066 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
10067 `vc-checkout-model' updated to `vc-cvs-update-model'.
10068
100692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10070
10071 * vc.el (vc-next-action-on-file): Added handling of state
10072 `unlocked-changes'.
10073 (vc-checkout-carefully): Is now practically obsolete, unless the
10074 above is too slow to be enabled unconditionally.
10075 (vc-update-change-log): Fixed typo.
10076
10077 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10078
10079 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10080 Now handles state `unlocked-changes'.
10081 (vc-sccs-workfile-unchanged-p): New function, to support the above.
10082
10083 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10084
10085 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10086 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
10087 `unlocked-changes'.
10088 (vc-rcs-workfile-unchanged-p): Renamed from
10089 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
10090 function yet, but supposed to become one soon.
10091
10092 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10093 `vc-steal-lock'.
10094 (vc-call-backend): Changed error message.
10095 (vc-state): Added description of state `unlocked-changes'.
10096
100972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10098
10099 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10100 always return t in CVS-controlled directories.
10101
10102 * vc.el (vc-responsible-backend): New function.
10103 (vc-register): Largely rewritten.
10104 (vc-admin): Removed (implementation moved into vc-register).
10105 (vc-checkin): Redocumented.
10106 (vc-finish-logentry): If no backend defined yet (because we are in
10107 the process of registering), use the responsible backend.
10108
10109 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10110 Updated function lists.
10111 (vc-call-backend): Fixed typo.
10112
10113 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10114 New functions.
10115 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10116 Removed query option. Redocumented.
10117
101182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10119
10120 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10121
10122 * vc.el: Updated callers of `vc-checkout-required' to use
10123 `vc-checkout-model'.
10124
101252000-09-04 Martin Lorentzson <martinl@gnu.org>
10126
10127 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
10128 stuff updated to reference this function instead of the old
10129 `vc-backend-release-p'.
10130
101312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10132
10133 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10134 vc-checkout-model. Return appropriate values. Updated callers.
10135
101362000-09-04 Martin Lorentzson <martinl@gnu.org>
10137
10138 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10139 (vc-backend-revert): Function moved into `vc-revert';
10140 `vc-next-action' must be updated to accomodate this change.
10141 (vc-backend-steal): Function moved into `vc-finish-steal'.
10142 (vc-backend-logentry-check): Function moved into
10143 `vc-finish-logentry'.
10144 (vc-backend-printlog): Function moved into `vc-print-log'.
10145 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10146 (vc-backend-assign-name): Function moved into
10147 `vc-create-snapshot'.
10148
101492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10150
10151 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10152 Rename to vc-checkout-model. Return appropriate values.
10153 Update callers.
10154
10155 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10156 to vc-checkout-model.
10157 (vc-checkout-required): Rename to vc-checkout-model.
10158 Re-implement and re-comment.
10159 (vc-after-save): Use vc-checkout-model.
10160
101612000-09-04 Martin Lorentzson <martinl@gnu.org>
10162
10163 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10164 Update to use the vc-BACKEND-diff functions instead.
10165 `vc-diff' is now working.
10166
10167 * vc-rcs.el (vc-rcs-logentry-check): New function.
10168
10169 * vc-cvs.el (vc-cvs-logentry-check): New function.
10170
10171 * vc-sccs.el (vc-sccs-diff): Function changed name from
10172 `vc-backend-diff'. This makes `vc-diff' work.
10173
10174 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10175 of functions possibly implemented in a vc-BACKEND library.
10176 (vc-checkout-required): Fix bug that caused an error to be
10177 signaled during `vc-after-save'.
10178
10179 * vc.el: Fix typo.
10180 This checkin is made with our new VC code base for the very first time.
10181 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10182
10183 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10184 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10185
10186 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10187 updated to `vc-uses-locking'.
10188 (vc-checkout-required): Call to backend function.
10189 `vc-checkout-required' updated to `vc-uses-locking' instead.
10190
10191 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10192 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10193
10194 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10195 to match the split into various backends.
10196 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10197 (vc-retrieve-snapshot): Bug fix.
10198
101992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10200
10201 * vc-sccs.el (vc-sccs-release): Doc fix.
10202
102032000-09-04 Martin Lorentzson <martinl@gnu.org>
10204
10205 * vc.el (vc-next-action-on-file): Bug found and fixed.
10206 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10207 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10208
10209 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10210 (vc-rcs-checkout): Name space cleaned up. No more revision number
10211 crunching function names that are not prefixed with vc-rcs.
10212 (vc-rcs-checkout-model): Function added. References to
10213 `vc-checkout-model' replaced.
10214
102152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10216
10217 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10218 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10219 still need to be split, and implemented for RCS).
10220
102212000-09-04 Martin Lorentzson <martinl@gnu.org>
10222
10223 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10224
10225 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10226 required by the vc.el file.
10227
10228 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10229 required by the vc.el file.
10230 (vc-rcs-exists): Function added.
10231
10232 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10233 required by the vc.el file.
10234
10235 * vc.el (vc-admin): Updated to handle selection of appropriate
10236 backend. Current implementation is crufty and need re-thinking.
10237
10238 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10239
102402000-09-04 Martin Lorentzson <martinl@gnu.org>
10241
10242 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10243 beginning of annotate buffers correctly.
10244
10245 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10246 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10247 functionality updated quite a lot to support multiple backends.
10248 Variables `vc-annotate-mode', `vc-annotate-buffers',
10249 `vc-annotate-backend' added.
10250
10251 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10252 `vc-annotate-difference' added to supported backend functions.
10253
102542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10255
10256 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10257 Use with-temp-file instead of /bin/sh. Merged from mainline
10258
102592000-09-04 Martin Lorentzson <martinl@gnu.org>
10260
10261 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10262
10263 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10264
10265 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10266
102672000-09-04 Martin Lorentzson <martinl@gnu.org>
10268
10269 * vc-hooks.el: vc-state-heuristic added to
10270 vc-backend-hook-functions.
10271
10272 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10273
10274 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10275
10276 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10277 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10278 state to `reserved'.
10279
10280 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10281 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10282
102832000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10284
10285 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10286 untouched.
10287
10288 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10289
10290 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10291 if defined. (Merged from main line, slightly adapted.)
10292
10293 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10294 millenium problem (merged from mainline).
10295
102962000-09-04 Martin Lorentzson <martinl@gnu.org>
10297
10298 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10299 part and moved the non-BACKEND stuff to vc.el.
10300
10301 * vc.el: Split the annotate feature into a BACKEND specific part
10302 and moved it from the vc-cvs.el file to this one.
10303
103042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10305
10306 * vc-hooks.el: Implement new state model.
10307 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10308 (vc-locking-user): Simplify. Now only needed if the file is
10309 locked by somebody else.
10310 (vc-lock-from-permissions): Remove. Functionality is in
10311 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10312 (vc-mode-line-string): New name for former vc-status. Adapted.
10313 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10314
10315 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10316 Various simplifications and adaptations all over the place.
10317
10318 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10319 Simplify and adapt the rest.
10320
10321 * vc.el (vc-resynch-window): Add TODO comment: check for
10322 interaction with view mode according to recent RCS change.
10323 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10324
103252000-09-04 Martin Lorentzson <martinl@gnu.org>
10326
10327 * vc.el: Convert the remaining function comments to docstrings.
10328
103292000-09-04 Martin Lorentzson <martinl@gnu.org>
10330
10331 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10332 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10333 (vc-minor-part, vc-previous-version): Functions that operate and
10334 compare revision numbers got proper documentation. Comments added
10335 about their possible removal.
10336
103372000-09-04 Martin Lorentzson <martinl@gnu.org>
10338
10339 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10340 the vc-backend.el files.
10341
10342 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10343
10344 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10345 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10346 (vc-rcs-previous-version): Functions added.
10347
10348 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10349
10350 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10351
103522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10353
10354 * vc-hooks.el (vc-master-templates): Is really obsolete.
10355 Comment out the definition for now. What is the right procedure
10356 to get rid of it?
10357 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10358 rewritten.
10359 (vc-default-registered): Remove.
10360 (vc-check-master-templates): New function; does mostly what the
10361 above did before.
10362 (vc-locking-user): Don't rely on the backend to set the property.
10363
10364 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10365 Rewrite documentation.
10366 (vc-rcs-templates-grabbed): New variable.
10367 (vc-rcs-grab-templates): New function.
10368 (vc-rcs-registered): Rewrite to use above mechanism.
10369
10370 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10371 Rewrite documentation.
10372 (vc-sccs-templates-grabbed): New variable.
10373 (vc-sccs-grab-templates): New function.
10374 (vc-sccs-registered): Rewrite to use above mechanism.
10375 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10376 Don't throw the result, simply return it.
10377
10378 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10379 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10380 (vc-cvs-registered): Does the check itself now. Simplify.
10381
10382 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10383 from main line.
10384
103852000-09-04 Martin Lorentzson <martinl@gnu.org>
10386
10387 * vc-cvs.el (vc-cvs-diff): New function.
10388
10389 * vc-sccs.el (vc-sccs-diff): New function.
10390
10391 * vc-rcs.el (vc-rcs-diff): New function.
10392 (vc-rcs-checkout): Bug (typo) found and fixed.
10393 (vc-rcs-register-switches): New variable.
10394
10395 * vc.el (vc-backend-diff): Function removed and placed in the
10396 backend files.
10397
103982000-09-04 Martin Lorentzson <martinl@gnu.org>
10399
10400 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10401
10402 * vc.el (vc-backend-checkout): Function removed and replaced in
10403 the vc-backend.el files.
10404
10405 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10406
10407 * vc.el (vc-backend-admin): Removed and replaced in the
10408 vc-backend.el files.
10409
10410 * vc.el (Martin): Removed all the annotate functionality since it
10411 is CVS backend specific.
10412
104132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10414
10415 * spec.txt: Added specification of vc-state.
10416
10417 * vc-sccs-hooks.el (vc-sccs-master-properties):
10418 Remove handling of vc-latest-version and
10419 vc-your-latest-version. What used to be vc-latest-version, is now
10420 returned as vc-workfile-version.
10421 (vc-sccs-workfile-version): Adapt.
10422
104232000-09-04 Dave Love <fx@gnu.org>
10424
10425 * vc.el: [Merged from mainline.]
10426 (vc-dired-mode): Make the dired-move-to-filename-regexp
10427 regexp match the date, to avoid treating date as file size.
10428 Add YYYY S option to WESTERN/
10429
104302000-09-04 Dave Love <fx@gnu.org>
10431
10432 * vc.el: Require `compile' when compiling.
10433 (vc-logentry-check-hook): New option.
10434 (vc-steal-lock): Use compose-mail.
10435 (vc-dired-mode-map): Defvar when compiling.
10436 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10437 vc-sccs.el and renamed. Callers changed.
10438 (vc-backend-checkout, vc-backend-logentry-check)
10439 (vc-backend-merge-news): Doc fix.
10440 (vc-default-logentry-check): New function.
10441 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10442 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10443 (vc-backend-merge): Doc fix. Use backend functions.
10444 (vc-check-headers): Use backend functions.
10445
10446 * vc-cvs.el: Require vc when compiling.
10447 (vc-cvs-register-switches): Doc fix.
10448 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10449 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10450 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10451 New functions (code from vc.el).
10452 (vc-annotate-display-default): Fix interactive spec.
10453 (vc-annotate-time-span): Doc fix.
10454
10455 * vc-rcs.el: Require vc when compiling.
10456 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10457 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10458 (vc-rcs-checkin): New functions (code from vc.el).
10459 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10460 Doc fix.
10461 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10462
10463 * vc-sccs.el: Require vc when compiling.
10464 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10465 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10466 (vc-sccs-revert)
10467 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10468 from vc.el).
10469 (vc-sccs-add-triple, vc-sccs-record-rename)
10470 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10471 (vc-sccs-admin): Doc fix.
10472
104732000-09-04 Martin Lorentzson <martinl@gnu.org>
10474
10475 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10476 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10477 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10478 from vc.el.
10479
10480 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10481
10482 * vc-cvs.el: Moved the annotate functionality from vc.el.
10483 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10484
104852000-09-04 Dave Love <fx@gnu.org>
10486
10487 * vc.el (vc-backend-release): Call vc-system-release.
10488
10489 * vc-sccs.el (vc-sccs-system-release):
10490 Renamed from vc-sccs-backend-release.
10491
10492 * vc-rcs.el (vc-rcs-system-release):
10493 Renamed from vc-rcs-backend-release.
10494
10495 * vc-cvs.el (vc-cvs-system-release):
10496 Renamed from vc-cvs-backend-release.
10497
104982000-09-04 Dave Love <fx@gnu.org>
10499
10500 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10501 backend files.
10502 (vc-backend-release): Dispatch to backend functions.
10503 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10504 probably needs attention.]
10505
10506 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10507 (vc-sccs-backend-release): New function.
10508
10509 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10510 (vc-cvs-backend-release): New function.
10511
10512 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10513 Doc fix.
10514 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10515 (vc-default-dired-state-info): New function.
10516 (vc-dired-state-info): Dispatch to backends.
10517 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10518
10519 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10520 from vc.el and renamed.
10521
105222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10523
10524 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10525 (vc-version-other-window, vc-backend-assign-name): Removed
10526 references to vc-latest-version; sometimes changed into
10527 vc-workfile-version.
10528
10529 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10530 vc-rcs-master-workfile-version.
10531 (vc-rcs-workfile-version): Use the above. Don't call
10532 vc-latest-version (that was unreachable code, anyway).
10533 (vc-rcs-fetch-master-properties): Doc fix.
10534
10535 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10536 (vc-backend-hook-functions): Removed them from this list, too.
10537 (vc-fetch-properties): Removed.
10538 (vc-workfile-version): Doc fix.
10539
10540 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10541 (vc-rcs-workfile-version, vc-rcs-locking-user)
10542 (vc-rcs-uses-locking): Use it.
10543
10544 * vc-hooks.el (vc-consult-rcs-headers):
10545 Moved into vc-rcs-hooks.el, under the name
10546 vc-rcs-consult-headers.
10547
10548 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10549 headers.
10550 (vc-cvs-find-master): Use this name only; correct different
10551 versions of the name.
10552
10553 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10554 New functions.
10555 (vc-sccs-locking-user): Use the latter.
10556
10557 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10558 New functions.
10559
10560 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10561 Moved into both
10562 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10563 functions are implementation details of those two backends.
10564
105652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10566
10567 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10568 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10569
10570 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10571 (vc-sccs-parse-locks): SCCS-specific code moved here from
10572 vc-hooks.
10573
10574 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10575 code moved here from vc-hooks.
10576
10577 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10578 into back-end specific parts and removed. Callers not updated
10579 yet; because I guess these callers will disappear into back-end
10580 specific files anyway.
10581
105822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10583
10584 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10585 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10586 `vc-uses-locking'.
10587
10588 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10589 Store yes/no in the property, and return t/nil. Updated all
10590 callers.
10591
10592 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10593 vc-sccs-uses-locking. Don't set property.
10594 (vc-sccs-locking-user): Don't set property.
10595
10596 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10597 vc-cvs-uses-locking. Don't set property here; leave that to
10598 vc-hooks.
10599 (vc-cvs-locking-user): Reflect above change. Streamlined.
10600
10601 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10602 vc-rcs-uses-locking.
10603 (vc-rcs-locking-user): Reflect above change.
10604
106052000-09-04 Dave Love <fx@gnu.org>
10606
10607 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10608
10609 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10610
10611 * vc-hooks.el (vc-checkout-model): Punt to backends.
10612
10613 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10614
10615 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10616
10617 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10618 New functions.
10619
10620 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10621 New functions.
10622
10623 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10624 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10625
10626 * vc-hooks.el (vc-default-locking-user): New function.
10627 (vc-locking-user, vc-workfile-version): Punt to backends.
10628
106292000-09-04 Dave Love <fx@gnu.org>
10630
10631 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10632 (vc-master-workfile-version): Moved from vc-hooks.
10633
10634 * vc-rcs-hooks.el: Fix duplicate code in last change.
10635
10636 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10637 (vc-rcs-master-templates): Improve :type.
10638 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10639 vc-master-workfile-version): Moved from vc-hooks.
10640
10641 * vc-sccs-hooks.el: Require vc-hooks when compiling.
10642 (vc-sccs-master-templates): Improve :type.
10643 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10644
10645 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10646
10647 * vc-cvs-hooks.el: Require vc-hooks when compiling.
10648 (vc-cvs-master-templates): Improve :type. Use
10649 vc-cvs-find-cvs-master.
10650 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10651 from vc-hooks.
10652 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10653
10654 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10655 Moved to vc-cvs-hooks.
10656
10657 * vc-hooks.el: Add doc strings in various places. Simplify the
10658 minor mode setup.
10659 (vc-handled-backends): New user variable.
10660 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10661 simplification.
10662
106632000-09-04 Dave Love <fx@gnu.org>
10664
10665 * vc.el: Some doc fixes for autoloaded and interactive functions.
10666 Fix compilation warnings from ediff stuff.
10667 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10668
10669 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10670
10671 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10672
10673 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10674
106752000-09-04 Dave Love <fx@gnu.org>
10676
10677 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10678 New variable.
10679 (vc-make-backend-function, vc-loadup, vc-call-backend)
10680 (vc-backend-defines): New functions.
10681
10682 * vc-hooks.el: Various doc fixes.
10683 (vc-default-back-end, vc-follow-symlinks): Custom fix.
10684 (vc-match-substring): Function removed. Callers changed to use
10685 match-string.
10686 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
10687 Simplify.
10688
106892000-09-04 Dave Love <fx@gnu.org>
10690
10691 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10692 type.
10693 (vc-sccs-project-dir, vc-search-sccs-project-dir)
10694 (vc-sccs-registered): Doc fix.
10695
10696 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10697 (vc-cvs-registered): Doc fix.
10698
10699 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10700 (vc-rcs-registered): Doc fix.
10701
107022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10703
10704 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10705
10706 * vc-hooks.el: vc-registered has been renamed
10707 vc-default-registered. Some functions have been moved to the
10708 backend specific files. they all support the
10709 vc-BACKEND-registered functions.
10710
107112000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10712
10713 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10714
10715 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10716
107172000-09-04 Dave Love <fx@gnu.org>
10718
10719 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10720 menu-bar-update-hook.
10721
10722 * help.el (help-manyarg-func-alist): Add
10723 find-operation-coding-system.
10724
10725 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10726
10727 * custom.el (custom-set-variables): Print message about errors in
10728 setting.
10729
107302000-09-03 Andrew Innes <andrewi@gnu.org>
10731
10732 * makefile.w32-in: Change to DOS line endings.
10733
107342000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10735
10736 * mouse.el (mouse-popup-menubar): Supply the prompt string for
10737 minor-mode keymaps, if they don't have one.
10738
107392000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10740
10741 * eshell/esh-module.el (eval-when-compile): Don't lose if
10742 esh-module.el's file name is truncated to DOS 8+3 limits.
10743
107442000-09-01 John Wiegley <johnw@gnu.org>
10745
10746 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10747 predicate, which caused entries in the completion list to be
10748 doubled.
10749
107502000-08-30 John Wiegley <johnw@gnu.org>
10751
10752 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10753 sending to subprocesses. Also, hook pre-command-hook if
10754 `eshell-send-direct-to-subprocesses' is non-nil.
10755 (eshell-send-direct-to-subprocesses): New config variable. If t,
10756 subprocess input is send immediately.
10757 (eshell-toggle-direct-send): New function.
10758 (eshell-self-insert-command): New function.
10759 (eshell-intercept-commands): New function.
10760 (eshell-send-input): If direct subprocess sending is enabled,
10761 don't echo any input to the Eshell buffer. Let the subprocess
10762 handle that. This requires "stty echo" in bash, for example.
10763
107642000-08-28 John Wiegley <johnw@gnu.org>
10765
10766 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10767 completion function for Eshell's implementation of `unset'.
10768
107692000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10770
10771 * info.el (Info-directory-list): Doc fix.
10772
107732000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10774
10775 * filecache.el (file-cache-add-directory-using-find): Don't quote
10776 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10777
107782000-08-31 Kenichi Handa <handa@etl.go.jp>
10779
10780 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10781 coding systems.
10782
107832000-08-30 Andrew Innes <andrewi@gnu.org>
10784
10785 * timer.el (run-with-idle-timer): Undo last change, so that timer
10786 is not activated immediately if Emacs is already idle. Some
10787 existing code relies on this behaviour.
10788
107892000-08-30 Miles Bader <miles@gnu.org>
10790
10791 * frame.el (set-frame-font): Do completion of font-name for
10792 interactive use.
10793
107942000-08-30 Kenichi Handa <handa@etl.go.jp>
10795
10796 * international/quail.el (quail-start-translation): Bind locally
10797 last-command-event, last-command, and this-command.
10798 (quail-start-conversion): Likewise.
10799 (quail-self-insert-command): Fix docstring.
10800
108012000-08-29 Gerd Moellmann <gerd@gnu.org>
10802
10803 * progmodes/executable.el
10804 (executable-make-buffer-file-executable-if-script-p): Check that
10805 buffer contains at least 2 characters.
10806
108072000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10808
10809 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10810
108112000-08-29 Dave Love <fx@gnu.org>
10812
10813 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10814 (diff-mode-shared-map): Bind mouse-2.
10815 (diff-imenu-generic-expression): New variable.
10816 (diff-mode): Use it.
10817
10818 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10819 (mouse-popup-menubar): Add minor mode menus.
10820 (popup-menu): Check for lookup-key returning number.
10821
108222000-08-29 Miles Bader <miles@gnu.org>
10823
10824 * comint.el (comint-send-input): Create overlays using the proper
10825 front/read-advance arguments.
10826
108272000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10828
10829 * ps-print.el: Even/odd pages printing. Doc fix.
10830 (ps-print-version): New version number (6.0).
10831 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10832 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10833 (ps-print-duplex-feature): Variable eliminated.
10834 (ps-even-or-odd-pages): New variable.
10835
10836 * progmodes/ebnf2ps.el: Doc fix.
10837 (ebnf-version): New version (3.3).
10838 (ebnf-user-arrow): Change variable customization to sexp.
10839 (ebnf-user-arrow): Function eliminated.
10840 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10841
108422000-08-29 Kenichi Handa <handa@etl.go.jp>
10843
10844 * help.el (help-xref-mule-regexp): New variable.
10845 (help-make-xrefs): Handle help-xref-mule-regexp.
10846
10847 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10848 variable.
10849 (describe-input-method): Temporarily activate the specfied input
10850 method to display the information.
10851 (describe-language-environment): Hyperlinks to mule related items.
10852
10853 * international/mule-diag.el (charset-multibyte-form-string): New
10854 function.
10855 (list-character-sets-1): Use charset-multibyte-form-string.
10856 (describe-character-set): New function.
10857 (describe-coding-system): Hyperlinks to safe character sets.
10858
10859 * international/quail.el (quail-help): New arg PACKAGE.
10860 Hyperlinks to mule related items.
10861 (quail-help-insert-keymap-description): Use
10862 substitute-command-keys instead of describe-bindings.
10863 (quail-translation-help): Hyperlinks to mule related items.
10864
108652000-08-28 John Wiegley <johnw@gnu.org>
10866
10867 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10868 have a defsubst call itself. Made `eshell-flatten-list' back into
10869 a function again.
10870
10871 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10872 catch, in case re-centering point at bottom messes up the display.
10873 This happens frequently in Emacs 21, due I believe to variable
10874 line heights.
10875
10876 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10877 to call `find-tag-interactive'.
10878
10879 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10880 the list of remember directories.
10881
108822000-08-28 John Wiegley <johnw@gnu.org>
10883
10884 * align.el: Test align-region-separate to see if it's a symbol.
10885
108862000-08-28 John Wiegley <johnw@gnu.org>
10887
10888 * eshell/esh-util.el (eshell-flatten-list): Made this function
10889 into a defsubst form. It gets used very frequently, although
10890 calls don't occur all that often.
10891
10892 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10893 examining it.
10894
10895 * eshell/esh-cmd.el (eshell-rewrite-while-command):
10896 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10897 `eshell-protect'.
10898 (eshell-copy-handles): Created a new macro for duplicating the
10899 current set of open handles. This is needed by the looping
10900 functions.
10901 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10902 is not incorrectly stomped on.
10903
10904 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10905 declaration for pcomplete-use-paring.
10906 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10907 value of eshell-cmpl-use-paring.
10908 * pcomplete.el (pcomplete-use-paring): New config variable, to
10909 indicate whether paring should be used.
10910 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10911 completion alternatives that have already been used.
10912
10913 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10914 bound to C-c C-y, which will repeat the previous N arguments
10915 (based on prefix argument).
10916 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10917
10918 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10919 if there is no *Help* buffer. This is for XEmacs, which renames
10920 its help buffers uniquely. TODO: Find out what the current buffer
10921 name to delete is.
10922
10923 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10924 first entry that correlates to a passwd/group number. Later
10925 entries (used for group/user name aliasing to multiple IDs) are
10926 ignored.
10927
10928 * eshell/em-xtra.el (eshell/expr):
10929 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10930 (eshell-grep, eshell/diff, eshell/locate):
10931 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10932 argument list, before passing it to the system command.
10933
10934 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10935 `find-tag' for use at final position in Eshell buffers (which
10936 otherwise triggers an error on Emacs 21).
10937 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10938 buffer, if it is currently bound to `find-tag'.
10939
10940 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10941 in the list of matched Makefile names.
10942 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10943 directory, prefer its contents to Makefile.
10944
10945 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10946 directory parts (like "cd old new", or "cd =regexp"), are now case
10947 sensitive on non-Windows/DOS platforms.
10948
10949 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10950 types RET after an open delimiter (like "), display a message
10951 indicating that Eshell is waiting for the closing delimiter.
10952
10953 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10954 environment variables.
10955
10956 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10957 gracefully if the user enters incorrect arguments.
10958
10959 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10960 Eshell buffers.
10961
10962 * eshell/esh-var.el (eshell-interpolate-variable):
10963 * eshell/esh-mode.el (eshell-move-argument):
10964 * eshell/em-unix.el (eshell-du-sum-directory):
10965 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10966 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10967 (not (= ...)).
10968
10969 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10970 to ensure the `preserve' flag gets propagated when doing recursive
10971 directory copies.
10972
109732000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10974
10975 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10976 Don't convert \n into \0177 in memory.
10977 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10978 and back again, when reading and writing.
10979
109802000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10981
10982 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10983 testing of `fboundp' on `processp'.
10984
10985 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10986 (eshell/jobs): Don't call process-list if it is not bound.
10987 (eshell-gather-process-output): Support systems where async
10988 subprocesses aren't supported.
10989 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10990 variables.
10991
10992 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10993 eshell-do-eval returns t.
10994 (eshell-do-pipelines-synchronously): New defmacro.
10995 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10996 when async subprocesses aren't supported.
10997 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10998 if async subprocesses aren't supported.
10999 (eshell-resume-command): Don't assume STATUS is a string.
11000
11001 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
11002
11003 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
11004 (eshell-close-target, eshell-get-target): Use eshell-processp.
11005 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
11006 fix.
11007 (eshell-get-target, eshell-create-handles): Doc fix.
11008
110092000-08-28 Miles Bader <miles@lsi.nec.co.jp>
11010
11011 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
11012 criterion to include commands that output something, as long as it
11013 leaves both the command and the end-of-buffer visible when the
11014 command has exited.
11015 (eshell-review-quick-commands): Adjust the help doc string
11016 accordingly.
11017
110182000-08-28 Peter Breton <pbreton@ne.mediaone.net>
11019
11020 * locate.el (locate): Cleaned up locate command's interactive prompting
11021 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
11022
11023 * filecache.el (file-cache-case-fold-search): New variable
11024 (file-cache-assoc-function): New variable
11025 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
11026 Use file-cache-case-fold-search variable
11027 (file-cache-add-file): Use file-cache-assoc-function
11028 (file-cache-delete-file): likewise
11029 (file-cache-directory-name): likewise
11030 (file-cache-debug-read-from-minibuffer): likewise
11031
110322000-08-28 Gerd Moellmann <gerd@gnu.org>
11033
11034 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
11035 (abbrev-table-name): New function.
11036 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
11037 If non-nil list local abbrev, only.
11038
110392000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
11040
11041 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
11042 from Gnus support code, and use special article copy buffer
11043 `(gnus-original-article-buffer)' instead. This allows to get rid
11044 of article-hide-headers usage (which breaks in the latest Gnus
11045 version). Thanks to Detlev Zundel.
11046
110472000-08-28 Kenichi Handa <handa@etl.go.jp>
11048
11049 * international/quail.el (quail-use-package): Hide "... loaded"
11050 message.
11051 (quail-start-translation, quail-start-conversion): Likewise.
11052
11053 * international/kkc.el (kkc-region): Hide "... loaded" message.
11054
110552000-08-27 Dave Love <fx@gnu.org>
11056
11057 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
11058
110592000-08-27 Miles Bader <miles@gnu.org>
11060
11061 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
11062
110632000-08-27 Kenichi Handa <handa@etl.go.jp>
11064
11065 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
11066 'ja-dic-cnv), not (require 'skkdic-cnv).
11067
110682000-08-26 Miles Bader <miles@gnu.org>
11069
11070 * faces.el (face-x-resources): Add entry for :inherit.
11071 * cus-face.el (custom-face-attributes): Add support for :inherit
11072 attribute. Add support for relative face heights.
11073 (custom-face-attributes-get): Treat `nil' as being a default value
11074 for :inherit (as well as `unspecified').
11075
11076 * faces.el (set-face-attribute): Update doc string.
11077 (face-attribute-name-alist): Add :inherit.
11078 (face-valid-attribute-values): Handle :inherit.
11079 (face-read-string): Rephrase prompt to be less confusing.
11080 Assume that DEFAULT is a string, since we must return a string.
11081 (face-read-integer): Use `format' to turn DEFAULT into an
11082 acceptable default for face-read-string. Match NEW-VALUE against
11083 the string "unspecified", not the symbol `unspecified', since
11084 that's what face-read-string returns.
11085 (read-face-attribute): Lookup a name for old-value in valid, and
11086 use it as a default if we find one. Treat all values from
11087 face-read-string as strings. If the default is used, don't do any
11088 more processing on the value, just use the old value directly.
11089 (read-face-and-attribute, modify-face): Tweak prompt.
11090 (read-face-name): Don't assume prompt ends with a space.
11091
11092 * faces.el (describe-face): Add support for :inherit attribute.
11093
110942000-08-25 Kenichi Handa <handa@etl.go.jp>
11095
11096 * terminal.el (terminal-emulator): Fix args to `concat'. Now
11097 concat doesn't accept interger.
11098
11099 * international/kkc.el: Remove SKK from Keywords. Require
11100 ja-dic-utl instead of skkdic-utl.
11101
11102 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11103 Provide ja-dic-cnv instead of skkdic-cnv.
11104 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
11105 (iso-2022-7bit-short): Add safe-charsets property.
11106 (skkdic-convert-postfix): Search Japanese chou-on character in
11107 addition to Hiragana character.
11108 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11109 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11110 (batch-skkdic-convert): Likewise.
11111
11112 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11113 Provide ja-dic-utl instead of skkdic-utl.
11114 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11115
111162000-08-24 Dave Love <fx@gnu.org>
11117
11118 * disp-table.el (standard-display-default): Make the test of `l'
11119 useful.
11120
11121 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11122 mod sample text.
11123
11124 * international/iso-ascii.el: Make pilcrow convenient string
11125 consistent with section.
11126 (iso-ascii-display): Set up multibyte characters as well as
11127 unibyte.
11128
111292000-08-24 Kenichi Handa <handa@etl.go.jp>
11130
11131 * international/mule-cmds.el (reset-language-environment): Set
11132 default-process-coding-system to '(undecided . iso-latin-1), which
11133 makes process I/O almost consistent with file I/O. Call this
11134 function when mule-cmds.el[c] is loaded.
11135
111362000-08-22 Andrew Innes <andrewi@gnu.org>
11137
11138 * makefile.w32-in: New file.
11139
111402000-08-22 Miles Bader <miles@lsi.nec.co.jp>
11141
11142 * comint.el (comint-output-filter): Compare end of
11143 comint-last-output-overlay with the start of the newly inserted
11144 text, not the end, when deciding whether to extend it.
11145 Set saved-point's insertion type to advance after insertion.
11146
11147 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11148 since this is now done independently of font-lock mode.
11149
111502000-08-21 Gerd Moellmann <gerd@gnu.org>
11151
11152 * server.el (server-kill-new-buffers): New user option.
11153 (server-existing-buffer): New buffer-local variable.
11154 (server-visit-files): When using an existing buffer, set
11155 server-existing-buffer to t.
11156 (server-buffer-done): If server-kill-new-buffers is t, kill the
11157 buffer, unless it was already present before visiting it with
11158 Emacs server.
11159
111602000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
11161
11162 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11163 even if the display doesn't support colors: some displays will
11164 support bold/underline faces.
11165
111662000-08-21 Gerd Moellmann <gerd@gnu.org>
11167
11168 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11169
11170 * startup.el (command-line): If user's init file had an error,
11171 add explanatory text to *Messages*.
11172
111732000-08-21 Kenichi Handa <handa@etl.go.jp>
11174
11175 * man.el (Man-getpage-in-background): Decode the process output by
11176 the system locale coding system.
11177
111782000-08-20 Dave Love <fx@gnu.org>
11179
11180 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11181 Don't test x-popup-menu.
11182 (function) <complete-function>: Complete only fbound symbols.
11183 <validate, value>: New.
11184 (variable) <complete-function>: Complete only bound symbols.
11185 (coding-system): Add :base-only, :complete-function, :validate,
11186 :value, :prompt-match.
11187 (widget-coding-system-prompt-value): Use read-coding-system and
11188 act on :base-only.
11189 (editable-field): Add :help-echo.
11190 (widget-push-button-gui, widget-push-button-cache)
11191 (widget-gui-action, widget-editable-list-gui): COmment out, along
11192 with uses.
11193 (widget-at): Make arg optional.
11194 (widget-echo-help): Adjust for current help-echo calling sequence.
11195 (widget-specify-field, widget-specify-button)
11196 (widget-specify-insert, widget-get-sibling, widget-image-find)
11197 (widget-convert, widget-insert, widget-leave-text)
11198 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11199 (widget-setup, widget-field-find, widget-before-change)
11200 (widget-after-change, widget-default-complete)
11201 (widget-default-create, widget-default-delete)
11202 (widget-push-button-value-create, editable-field)
11203 (widget-field-prompt-value, widget-field-validate)
11204 (widget-choice-value-create, widget-choice-action)
11205 (widget-choice-validate, widget-checklist-add-item)
11206 (widget-radio-add-item, widget-radio-chosen)
11207 (widget-radio-value-inline, widget-editable-list-value-create)
11208 (widget-editable-list-entry-create)
11209 (widget-documentation-link-add)
11210 (widget-documentation-string-value-create)
11211 (widget-regexp-validate, widget-file-complete)
11212 (widget-sexp-validate, widget-plist-convert-widget)
11213 (widget-plist-convert-widget, widget-alist-convert-widget)
11214 (widget-alist-convert-widget, widget-color-complete): Simplify,
11215 particularly to avoid bindings which aren't optimized out.
11216
11217 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11218 Doc fix.
11219 (down-list, backward-up-list, up-list, kill-sexp)
11220 (backward-kill-sexp, mark-sexp): Make arg optional.
11221 (lisp-complete-symbol): Add optional arg PREDICATE.
11222
11223 * cus-start.el: Add display-buffer-reuse-frames,
11224 file-coding-system-alist.
11225
112262000-08-20 Gerd Moellmann <gerd@gnu.org>
11227
11228 * startup.el (command-line): Clear realized faces after
11229 modifying TTY color mappings.
11230
112312000-08-20 Miles Bader <miles@gnu.org>
11232
11233 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11234 merely a subset of FACE's attributes.
11235
112362000-08-19 Miles Bader <miles@gnu.org>
11237
11238 * comint.el (comint-output-filter): Save the point with a marker,
11239 not just a buffer position.
11240
11241 * international/mule.el (set-buffer-process-coding-system): Make
11242 interactive prompt less confusing.
11243
112442000-08-19 Gerd Moellmann <gerd@gnu.org>
11245
11246 * hilit-chg.el: General cleanup of doc strings, comments and
11247 code formatting.
11248
112492000-08-19 Miles Bader <miles@gnu.org>
11250
11251 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11252 Compiler macro removed; beginning-of-line is no longer always
11253 equivalent to forward-line, in the presence of fields.
11254
11255 * comint.el (comint-output-filter): Remove ad-hoc saving of
11256 restriction, and just use save-restriction, now that it works
11257 correctly. Don't adjust comint-last-input-start to account for
11258 our insertion; it shouldn't have moved because we don't use
11259 insert-before-markers anymore. Comment out call to
11260 `force-mode-line-update'; why is it here?
11261
11262 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11263 while checking for prompt to delete. Use `forward-line 0'
11264 instead of beginning-of-line.
11265 (gud-filter): Temporarily widen gud comint buffer while
11266 examining output.
11267
112682000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11269
11270 * progmodes/sh-script.el: Big bag of typos.
11271
11272 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11273 check since ispell-process is not bound when ispell is not yet loaded.
11274
112752000-08-18 Dave Love <fx@gnu.org>
11276
11277 * image.el (find-image): Copy `spec' before using plist-put.
11278
112792000-08-18 Gerd Moellmann <gerd@gnu.org>
11280
11281 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11282 `portugues'.
11283
11284 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11285 backward-kill-sexp, analogous to kill-sexp.
11286
11287 * progmodes/icon.el (icon-indent-line)
11288 (icon-is-continuation-line): Handle comments specially.
11289
112902000-08-17 Ken Stevens <k.stevens@ieee.org>
11291
11292 * ispell.el: Set to standard author/maintainer/keyword fields.
11293 Fine tuning to menu map appearance and operation, and added help.
11294 Remove `start' and `end' error messages when compiling.
11295 (ispell-choices-win-default-height): Fixed comment string.
11296 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11297 castellano8 dictionaries.
11298 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11299 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11300 dictionary, added italiano dictionary.
11301 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11302 word character
11303 (ispell-tex-skip-alists): Added psfig support.
11304 (ispell-skip-html): Renamed from ispell-skip-sgml.
11305 (ispell-begin-skip-region-regexp, ispell-skip-region)
11306 (ispell-minor-check): Improved html skipping support to skip across
11307 code, and recognize `&' commands without propper `;' syntax;
11308 (ispell-process-line): Fix alignment error when manually
11309 correcting spelling.
11310 (ispell): Fix comment string.
11311 (ispell-add-per-file-word-list): Always put word list on new line.
11312
113132000-08-17 Gerd Moellmann <gerd@gnu.org>
11314
11315 * format.el (format-encode-run-method): Fix error message to say
11316 `encode' instead of `decode'. Use save-window-excursion around
11317 shell-command-on-region as in format-decode-run-method because
11318 shell-command-on-region can display a buffer with error output.
11319 (format-decode): Don't record undo information for the decoding.
11320 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11321 that number part of the temporary buffer name so that more than
11322 one decoding using a temporary buffer can happen safely.
11323
11324 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11325 of `A-z' in the regexp.
11326
11327 * hilit-chg.el: Fix typos in commentary.
11328
11329 * help.el (view-emacs-news): Rewritten for new naming scheme
11330 for old NEWS files.
11331
11332 * startup.el (command-line): Pop to *Messages* in case an error
11333 is signaled while loading user-init-file.
11334
113352000-08-17 Andreas Schwab <schwab@suse.de>
11336
11337 * files.el (insert-directory): Don't lose original file name,
11338 undoing an undocumented change.
11339
113402000-08-17 Alex Schroeder <alex@gnu.org>
11341
11342 * sql.el (sql-magic-go): Use comint-bol.
11343 (sql-copy-column): Use comint-line-beginning-position.
11344 (comint-line-beginning-position): Define a replacement for
11345 comint-line-beginning-position if it is not fboundp.
11346
113472000-08-17 Alex Schroeder <alex@gnu.org>
11348
11349 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11350 it didn't have any effect anyway.
11351
113522000-08-17 Alex Schroeder <alex@gnu.org>
11353
11354 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11355 --pset and pager=off instead of sending \\o|cat at the beginning
11356 of the session.
11357
113582000-08-17 Miles Bader <miles@gnu.org>
11359
11360 * progmodes/octave-inf.el: Add compatibility definition of
11361 comint-line-beginning-position.
11362
113632000-08-17 Kenichi Handa <handa@etl.go.jp>
11364
11365 * startup.el (normal-top-level): Look in each dir in load-path for
11366 a leim-list.el file too. This assures of loading leim-list.el
11367 that is created at Emacs installation time even if a user have his
11368 own leim-list.el.
11369
113702000-08-17 Miles Bader <miles@gnu.org>
11371
11372 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11373 foreground color to black if the background is dark.
11374
113752000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11376
11377 * loadhist.el (unload-feature): Typo.
11378
11379 * finder.el (finder-compile-keywords):
11380 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11381 to the generated file.
11382
11383 * mail/mh-e.el (mh-make-local-vars):
11384 Replace make-variable-buffer-local with make-local-variable.
11385
11386 * play/landmark.el:
11387 * options.el (Edit-options-{set,toggle,t,nil}):
11388 * mail/mailabbrev.el (mail-abbrevs-mode):
11389 * textmodes/tex-mode.el (tex-expand-files):
11390 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11391
11392 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11393
11394 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11395 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11396 Allow going past the last element.
11397 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11398 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11399 (cvs-mouse-toggle-mark): Don't move point.
11400 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11401
11402 * progmodes/compile.el (grep): Provide a default set of files.
11403 (next-error): Docstring fix.
11404 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11405
11406 * emacs-lisp/easy-mmode.el (define-minor-mode):
11407 Use `symbol-value' to keep the byte-compiler quiet.
11408
11409 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11410 (diff-find-source-location): New fun, extracted from diff-goto-source.
11411 (diff-goto-source): Use it.
11412 (diff-next-complex-hunk, diff-filter-lines): New function.
11413 (diff-apply-hunk): New command.
11414
11415 * smerge-mode.el (smerge-mode-menu): Doc fix.
11416
11417 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11418
114192000-08-16 Dave Love <fx@gnu.org>
11420
11421 * windmove.el (windmove) <defgroup>: Add :version.
11422
11423 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11424 (goto-address-fontify-p, goto-address-highlight-p)
11425 (goto-address-url-face, goto-address-url-mouse-face)
11426 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11427 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11428 (goto-address-fontify, goto-address-at-mouse): Simplify,
11429 (goto-address-at-point): browse-url-url-at-point,
11430 goto-address-find-address-at-point can return nil.
11431 (goto-address-find-address-at-point): Return nil on failure.
11432
11433 * align.el (align) <defgroup>: Add :version.
11434
11435 * calculator.el (calculator): Add :version.
11436 (calculator): Use two lines for calculator window if `modeline'
11437 face is boxed.
11438
11439 * play/5x5.el: Doc fixes.
11440 (5x5) <defgroup>: Add :version.
11441
11442 * play/fortune.el (fortune) <defgroup>: Add :version.
11443 (fortune-append): Fix error message.
11444 (fortune-from-region): Doc fix.
11445
11446 * play/pong.el (pong): Doc fix.
11447
11448 * play/morse.el: Keywords, commentary, autoloads.
11449
114502000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11451
11452 * desktop.el (desktop-save): Don't look at symbol-value of a
11453 member of minor-mode-alist, unless it is boundp.
11454
114552000-08-16 Sam Steingold <sds@gnu.org>
11456
11457 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11458 `while'; use `with-current-buffer' instead of `save-excursion'.
11459 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11460
114612000-08-16 Kenichi Handa <handa@etl.go.jp>
11462
11463 * international/ccl.el (declare-ccl-program): Docstring modified.
11464 (ccl-execute-with-args): Likewise.
11465
114662000-08-16 Miles Bader <miles@gnu.org>
11467
11468 * progmodes/sql.el: Add compatibility definition of
11469 comint-line-beginning-position.
11470
114712000-08-15 Gerd Moellmann <gerd@gnu.org>
11472
11473 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11474 'buffer-menu' property.
11475 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11476 fails.
11477 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11478 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11479 wasn't killed.
11480
11481 * buff-menu.el (list-buffers-noselect): Don't display the
11482 *Buffer List* buffer.
11483
11484 * font-lock.el: Require jit-lock to prevent a very late
11485 `Loading jit-lock' message.
11486
11487 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11488 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11489 mail address.
11490
114912000-08-15 Miles Bader <miles@gnu.org>
11492
11493 * textmodes/ispell.el (ispell-graphic-p): New constant.
11494 (ispell-choices-win-default-height, ispell-help): Use
11495 `ispell-graphic-p' instead of `xemacsp'.
11496
114972000-08-15 Dave Love <fx@gnu.org>
11498
11499 * simple.el: Autoload widget-convert when compiling.
11500 (mail-user-agent): Doc fix.
11501
11502 * help.el (function-called-at-point, variable-at-point): Use
11503 with-syntax-table.
11504 (help-manyarg-func-alist): Add insert-and-inherit.
11505
11506 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11507
11508 * delsel.el (delsel-unload-hook): New function.
11509
11510 * find-file.el: Doc fixes. Move provide to end.
11511 (ff) <defgroup>: Add :link.
11512 (ff-goto-click): Deleted.
11513 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11514 Use mouse-set-point.
11515
11516 * textmodes/tildify.el: Doc fixes.
11517 (tildify) <defgroup>: Add:version.
11518
11519 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11520 (glasses-custom-set): Use set-default, not set.
11521 (minor-mode-alist): Propertize the lighter.
11522 (glasses-mode): Provide optional arg.
11523
11524 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11525 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11526 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11527 option. Provide :type.
11528 (cwarn-configuration): Provide :type.
11529 (cwarn-mode): Doc fix.
11530
11531 * add-log.el (change-log-merge): Doc fix.
11532 (change-log-redate): New command.
11533
11534 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11535 Doze and Dog.
11536 (browse-url): Use dolist, not mapcar.
11537 (browse-url-at-point): Check for null url.
11538 (browse-url-event-buffer, browse-url-event-point): Functions
11539 deleted.
11540 (browse-url-at-mouse, browse-url-netscape): Simplify.
11541
11542 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11543 modes.
11544 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11545 Fix previous change to mapcan.
11546 (msb--init-file-alist, msb--add-separators)
11547 (msb--make-keymap-menu): Simplify.
11548 (msb--choose-file-menu): Use copy-sequence.
11549 (msb-mode-map): Add title to keymap.
11550 (msb-unload-hook): New function.
11551
11552 * bs.el: Fix indentation.
11553 (bs) <defgroup>: Add :links.
11554 (bs-show): Doc fix.
11555 (bs-apply-sort-faces): Don't use window-system.
11556 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11557
115582000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11559
11560 * calendar/timeclock.el (timeclock-file): Run .timelog through
11561 convert-standard-filename.
11562
115632000-08-14 Gerd Moellmann <gerd@gnu.org>
11564
11565 * emacs-lisp/authors.el: New file.
11566
11567 * paren.el (show-paren-priority): New user option.
11568 (show-paren-function): Set overlay priorities to
11569 show-paren-priority.
11570
115712000-08-14 Miles Bader <miles@gnu.org>
11572
11573 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11574 beginning-of-line with inhibit-field-text-motion bound.
11575
115762000-08-14 Gerd Moellmann <gerd@gnu.org>
11577
11578 * calendar/timeclock.el: New file.
11579
115802000-08-14 David Ponce <david@dponce.com>
11581
11582 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11583 `widget-button-click'. so that one can use left mouse button to
11584 click on dialog buttons.
11585
115862000-08-14 Emmanuel Briot <briot@gnat.com>
11587
11588 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11589 identifiers, since XML is case sensitive
11590
115912000-08-12 Miles Bader <miles@gnu.org>
11592
11593 * comint.el (comint-output-filter): Don't bother frobbing
11594 window-start, it doesn't seem to be necessary.
11595
11596 * comint.el (comint-send-string, comint-send-region): Make into
11597 real functions. Snapshot the prompt before sending.
11598
115992000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11600
11601 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11602 technique similar to Info-index, instead of relying on specific
11603 names of relevant Index nodes.
11604 (Info-goto-emacs-command-node): Bind Info-history to nil when
11605 going to the first node found by Info-find-emacs-command-nodes.
11606
116072000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11608
11609 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11610
116112000-08-10 Miles Bader <miles@gnu.org>
11612
11613 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11614
116152000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11616
11617 * info.el (Info-file-list-for-emacs): More elements for the
11618 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11619 and woman manuals.
11620
116212000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11622
11623 * comint.el (comint-send-input): Make the newline boundary overlay
11624 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11625 (comint-output-filter): Use `insert' instead of
11626 `insert-before-markers'. Extend comint-last-output-overlay when
11627 necessary since we can't rely on insert-before-markers to do it.
11628 * gud.el (gud-filter): Use `with-current-buffer' instead of
11629 save-excursion when inserting the output, so that point gets
11630 updated correctly; the old method relied on a rather dodgy
11631 side-effect of comint-output-filter to avoid the effect of
11632 save-excursion.
11633
116342000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11635
11636 * files.el (recover-file): Call insert-directory instead of
11637 invoking `ls' directly.
11638
116392000-08-10 Miles Bader <miles@gnu.org>
11640
11641 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11642 (comint-last-prompt-overlay): New variables.
11643 (comint-output-filter): Implement prompt highlighting.
11644 (comint-snapshot-last-prompt): New function.
11645 (comint-send-input): Snapshot the last prompt.
11646 Use comint-highlight-input-face.
11647 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11648 Use defface instead of defcustom.
11649 (send-invisible, comint-send-eof): Snapshot the last prompt.
11650 (comint-delchar-or-maybe-eof): Use comint-send-eof.
11651 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11652
116532000-08-09 Stefan Monnier <monnier@cs.yale.edu>
11654
11655 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11656 (regexp-opt-group): Use a list of chars for `letters'.
11657 (regexp-opt-charset): `chars' is now a list of chars.
11658 Use a char-table rather than a vector so it works for multibyte chars.
11659
11660 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11661 Set cvs-minor-current-files to the selected fileinfo.
11662 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11663 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11664
116652000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
11666
11667 * files.el (insert-directory): Don't call access-file on
11668 directories on DOS and Windows.
11669
116702000-08-09 Kenichi Handa <handa@etl.go.jp>
11671
11672 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11673 longer if necessary.
11674 (ccl-embed-code): Call ccl-embed-data to store CODE in
11675 ccl-program-vector.
11676
116772000-08-09 Miles Bader <miles@gnu.org>
11678
11679 * comint.el (comint-output-filter): Properly handle the case where
11680 the text surrounded by comint-last-output-overlay was deleted.
11681
116822000-08-08 Gerd Moellmann <gerd@gnu.org>
11683
11684 * info.el (Info-insert-dir): Use Info-additional-directory-list if
11685 non-nil.
11686 (Info-file-list-for-emacs): Remove "info" from the list because
11687 that leads to trying to use the documentation from file `info'
11688 in various situations where it isn't appropriate, for instance
11689 C-h C-k C-h i.
11690
11691 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11692 DIR and/or STRING are nil.
11693
11694 * progmodes/compile.el (compilation-setup): Make variable
11695 compilation-error-screen-columns buffer-local, as some comment
11696 in the code suggests it should be.
11697
11698 * files.el (auto-mode-interpreter-regexp): New variable.
11699 (set-auto-mode): Use it.
11700
11701 * indent.el (indent-for-tab-command): Doc fix.
11702
11703 * mouse-sel.el (mouse-sel-mode): Doc fix.
11704
11705 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11706 labels.
11707
11708 * help.el (print-help-return-message): When
11709 display-buffer-reuse-frames is set, let the help window been quit,
11710 instead of deleting it, which might delete a reused frame.
11711
117122000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11713
11714 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11715 rename a directory to a name that differs only by its letter case.
11716
117172000-08-08 Kenichi Handa <handa@etl.go.jp>
11718
11719 * international/quail.el (quail-define-rules): Handle Quail decode
11720 map correctly. Add code for supporting annotations.
11721 (quail-install-decode-map): New function.
11722 (quail-defrule-internal): New optional arguments decode-map and
11723 props.
11724 (quail-advice): New function.
11725
117262000-08-07 Sam Steingold <sds@gnu.org>
11727
11728 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11729 `defconst', `define-condition', `with-slots'.
11730 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11731
117322000-08-03 Miles Bader <miles@gnu.org>
11733
11734 * comint.el (comint-use-prompt-regexp-instead-of-fields):
11735 New variable.
11736 (comint-prompt-regexp, comint-get-old-input): Document dependence on
11737 comint-use-prompt-regexp-instead-of-fields.
11738 (comint-send-input): Add `input' field property to stuff we send to
11739 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11740 (comint-output-filter): Add `output' field property to process
11741 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11742 (comint-replace-by-expanded-history)
11743 (comint-get-old-input-default, comint-show-output)
11744 (comint-backward-matching-input, comint-forward-matching-input)
11745 (comint-next-prompt, comint-previous-prompt): Use field
11746 properties if comint-use-prompt-regexp-instead-of-fields is nil.
11747 (comint-line-beginning-position): New function.
11748 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
11749 (comint-replace-by-expanded-history-before-point): Use
11750 comint-line-beginning-position and line-end-position.
11751 (comint-last-output-overlay): New variable.
11752 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11753
11754 * shell.el (shell-prompt-pattern): Doc change.
11755 (shell-backward-command): Use line-beginning-position.
11756
11757 * gud.el (gud-gdb-complete-command): Use
11758 comint-line-beginning-position.
11759
11760 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11761 comint-bol doesn't actually go to the beginning of the line.
11762
11763 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11764 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11765 (try-expand-line-all-buffers): Likewise.
11766
11767 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11768 explicitly matching comint-prompt-regexp.
11769 (sql-copy-column): Use comint-line-beginning-position instead of
11770 explicitly matching comint-prompt-regexp.
11771
11772 * progmodes/octave-inf.el (inferior-octave-complete): Use
11773 comint-line-beginning-position.
11774
11775 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11776
11777 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11778 looking for a prompt, use `forward-line 0' instead of
11779 `beginning-of-line', to avoid getting caught by an input field.
11780
117812000-08-07 Gerd Moellmann <gerd@gnu.org>
11782
11783 * files.el (shell-quote-wildcard-pattern): Make sure to return
11784 PATTERN, in the Unix case.
11785
117862000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11787
11788 * play/zone.el (zone): Discard any pending input before running
11789 the randomly-chosen pgm.
11790
117912000-08-07 Kenichi Handa <handa@etl.go.jp>
11792
11793 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11794 checking the existence of any multibyte characters.
11795
117962000-08-06 Gerd Moellmann <gerd@gnu.org>
11797
11798 * help.el (describe-mode): Test minor-mode symbol for being
11799 bound before testing its value for being nil.
11800
11801 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11802 `first', `second', and `third'.
11803
11804 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11805 (second): Make it an alias for `cadr'.
11806
118072000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11808
11809 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11810 types of display support faces now.
11811
118122000-08-05 Gerd Moellmann <gerd@gnu.org>
11813
11814 * pcvs.el (require): Require `cl' during compilation, only.
11815
11816 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11817 (toplevel): Remove `remq' and `remove' from autoloads.
11818 (cl-fake-autoloads): New variable. If set, arrange for an error
11819 when CL functions etc. are autoloaded.
11820
118212000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11822
11823 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11824
11825 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11826 popped up, but the user clicks outside the menu, return an empty
11827 regexp (that causes unhighlight-regexp to have no effect).
11828
11829 * menu-bar.el (menu-bar-games-menu): Add Zone.
11830
11831 * hi-lock.el (toplevel): Require font-lock.
11832
118332000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11834
11835 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11836 (ebnf-8-bit-chars): New var for bug fix.
11837 (ebnf-string): Bug fix.
11838
118392000-08-03 Sam Steingold <sds@gnu.org>
11840
11841 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11842 instead of `buffer-string'.
11843 (require 'cl): Always, not just when compiling.
11844 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11845 necessary.
11846
118472000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11848
11849 * international/mule-cmds.el (select-safe-coding-system): Make
11850 the message text about selecting a safe coding system more clear.
11851
118522000-08-02 Gerd Moellmann <gerd@gnu.org>
11853
11854 * hi-lock.el: New file.
11855
11856 * play/zone.el: New file.
11857
11858 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11859 value of tab-width in the original buffer. Choose a line number
11860 format that's a multiple of the original buffer's tab width, so
11861 that lines appear right.
11862
11863 * textmodes/ispell.el (ispell): New function, replacing an alias.
11864 Spell-check active region if in transient-mark-mode and mark
11865 is active; otherwise spell-check buffer.
11866
118672000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11868
11869 * ps-mule.el: Fix a customization problem on
11870 ps-mule-font-info-database-default.
11871
118722000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
11873
11874 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11875 display-mouse-p instead of window-system.
11876 (ebrowse-member-mode-map): Ditto.
11877
118782000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11879
11880 * progmodes/ebnf2ps.el: Update ps-print functions call.
11881 Indentation fix. Doc fix.
11882 (ebnf-version): New version number (3.2).
11883 (ebnf-format-color, ebnf-begin-job): Code fix.
11884
118852000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
11886
11887 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11888 font lock support on window-system.
11889 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11890
11891 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11892 display-color-p, if fboundp, instead of window-system.
11893
118942000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
11895
11896 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11897 instead of window-system.
11898
11899 * wid-edit.el (widget-choose): Use display-mouse-p instead of
11900 window-system.
11901 (widget-choice-mouse-down-action): Use display-popup-menus-p
11902 instead of window-system.
11903
11904 * strokes.el (strokes-file): Run the file name through
11905 convert-standard-filename.
11906 (strokes-mode): Call display-mouse-p instead of looking at
11907 window-system. Change the error message accordingly.
11908
11909 * progmodes/cpp.el (toplevel): Support faces on tty's.
11910
11911 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11912 (lm-plot-square, lm-init-display): Don't use window-system.
11913
11914 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11915 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11916
11917 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11918 instead of looking at window-system.
11919
119202000-07-30 Gerd Moellmann <gerd@gnu.org>
11921
11922 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11923 of testing if iswitchb-prepost-hooks is bound, because the
11924 latter will always be true when invoking a recursive minibuffer
11925 from an active Iswitchb buffer.
11926
119272000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11928
11929 * files.el (shell-quote-wildcard-pattern): New function.
11930 (insert-directory): Call it. Only prepend "\" to command on Unix
11931 and GNU/Linux systems.
11932
119332000-07-30 Gerd Moellmann <gerd@gnu.org>
11934
11935 * eshell/esh-groups.el: Change custom :link file names
11936 from `eshell.info' to `eshell'.
11937
119382000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11939
11940 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11941 correctly in recursive ange-ftp listings.
11942
119432000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11944
11945 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11946 ps-header-font-size-internal and
11947 ps-header-title-font-size-internal variables are not set,
11948 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11949 face text property is (foreground-color . COLOR) or
11950 `(background-color . COLOR)', ps-print crashes. Doc fix.
11951 (ps-print-version): New version number (5.2.4).
11952 (ps-plot-region): Code fix.
11953 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11954 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11955 Bug fix 2.
11956
119572000-07-30 Milan Zamazal <pdm@freesoft.cz>
11958
11959 * glasses.el (glasses-make-readable): Fix uncapitalization of
11960 identifiers like `myXMLDocument'.
11961
119622000-07-28 Karl Fogel <kfogel@red-bean.com>
11963
11964 * mail/mail-hist.el (mail-hist-previous-input)
11965 (mail-hist-next-input): Do the obvious code factorization.
11966 (mail-hist-retrieve-and-insert): New func, contains common
11967 code of above two.
11968 If inserting a message body, leave point at top.
11969
119702000-07-28 Sam Steingold <sds@gnu.org>
11971
11972 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11973 Use `<=', not `<' to compare times!
11974 (ange-ftp-ls): Remove.
11975
119762000-07-27 Gerd Moellmann <gerd@gnu.org>
11977
11978 * play/cookie1.el: Add explanation of how to make cookie.el
11979 compatible with strfile(1) to comment.
11980
11981 * subr.el (remove, remq): New functions.
11982
11983 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11984 escape `*' in regexps.
11985 (midnight-find): Reverse order of arguments in the funcall of
11986 TEST.
11987
11988 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11989 and `.class'.
11990
11991 * play/meese.el: Add Commentary section.
11992
119932000-07-27 Alex Schroeder <alex@gnu.org>
11994
11995 * sql.el (sql-ms): Added autoload cookie.
11996 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11997 (sql-oracle): Ditto.
11998 (sql-help): Doc change.
11999
12000 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
12001 types and exceptions.
12002
120032000-07-27 Alex Schroeder <alex@gnu.org>
12004
12005 * sql.el (sql-placeholder-history): New variable.
12006 (sql-query-placeholders-and-send): New function that will query
12007 the user and replace placeholders with user input.
12008 (sql-oracle): If running on NT, set comint-input-sender to
12009 sql-query-placeholders-and-send.
12010
12011 (sql-stop): If in the SQLi buffer, insert stop notification, else
12012 present it as a message.
12013
120142000-07-27 Alex Schroeder <alex@gnu.org>
12015
12016 * sql.el (sql-input-ring-separator): Doc change.
12017 (sql-input-ring-file-name): Doc change.
12018 (sql-interactive-mode): Use `sql-input-ring-separator' and
12019 `sql-input-ring-file-name' to set the comint-mode equivalents
12020 without making them local variables.
12021 (sql-stop): Don't bind `sql-input-ring-separator' and
12022 `sql-input-ring-file-name' dynamically to their comint-mode
12023 equivalents.
12024
120252000-07-27 Kenichi Handa <handa@etl.go.jp>
12026
12027 * international/mule.el (register-char-codings): New function.
12028 (make-coding-system): Handle `safe-chars' specification in the arg
12029 PROPERTY.
12030
12031 * international/mule-cmds.el
12032 (find-coding-systems-region-subset-p): This function deleted.
12033 (sort-coding-systems-predicate): New variable.
12034 (sort-coding-systems): New function.
12035 (find-coding-systems-region): Use
12036 find-coding-systems-region-internal.
12037 (find-coding-systems-string): Use find-coding-systems-region.
12038 (find-coding-systems-for-charsets): Check
12039 char-coding-system-table.
12040 (select-safe-coding-system-accept-default-p): New variable.
12041 (select-safe-coding-system): Mostly rewritten. New argument
12042 ACCEPT-DEFAULT-P.
12043 (select-message-coding-system): Call select-safe-coding-system
12044 with ACCEPT-DEFAULT-P arg.
12045 (reset-language-environment): Reset default-sendmail-coding-system
12046 to the default value iso-latin-1.
12047 (set-language-environment): Don't set the obsolete variable
12048 charset-origin-alist.
12049
12050 * international/codepage.el (cp-coding-system-for-codepage-1):
12051 Give `safe-chars' property to make-coding-system.
12052
12053 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
12054 calling select-message-coding-system twice.
12055
12056 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
12057 instead of `safe-charsets'.
12058 (cyrillic-alternativnyj): Likewise.
12059 (ccl-encode-alternativnyj): Don't check the charset
12060 cyrillic-iso8859-5.
12061
120622000-07-27 Kenichi Handa <handa@etl.go.jp>
12063
12064 * composite.el (compose-chars-after): Preserve match data.
12065
120662000-07-26 Sam Steingold <sds@gnu.org>
12067
12068 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12069 (ange-ftp-real-file-newer-than-file-p): New function.
12070 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12071 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12072
12073 * tooltip.el (tooltip-float-time): Removed (use `float-time').
12074 * midnight.el (midnight-float-time): Ditto.
12075
120762000-07-26 Andreas Schwab <schwab@suse.de>
12077
12078 * files.el (normal-backup-enable-predicate): Correct
12079 interpretation of the return value of compare-strings.
12080
120812000-07-26 Gerd Moellmann <gerd@gnu.org>
12082
12083 * isearch.el (isearch-resume): New function.
12084 (isearch-done): Add something to command-history to resume
12085 the search.
12086 (isearch-yank-line, isearch-yank-word): Use
12087 buffer-substring-no-properties instead of buffer-substring.
12088
12089 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12090 of flyspell-mouse-map.
12091
12092 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12093 duplicate definition.
12094 (makefile-mode): Remove duplicate setting of local-abbrev-table.
12095
12096 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12097 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12098
120992000-07-25 Sam Steingold <sds@gnu.org>
12100
12101 * net/ange-ftp.el: Get modtime over the net.
12102 (ange-ftp-file-modtime): New function.
12103 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12104 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12105 Use it.
12106 (ange-ftp-dot-to-slash): New function.
12107 (ange-ftp-fix-name-for-vms): Use it.
12108
12109 * midnight.el (midnight-buffer-display-time): Use
12110 `with-current-buffer'.
12111
121122000-07-25 Gerd Moellmann <gerd@gnu.org>
12113
12114 * find-dired.el: Update copyright notice.
12115 (find-dired): Offer to kill a running `find'.
12116
12117 * enriched.el (enriched-face-ans): For a `foreground-color'
12118 property, return '(("x-color" COLOR))' so that COLOR will be
12119 output as a parameter of the x-color annotation. Likewise for the
12120 `background-color' property. In the case of normal face
12121 properties, don't return annotations for unspecified foreground
12122 and background face attributes.
12123
121242000-07-25 Kenichi Handa <handa@etl.go.jp>
12125
12126 * language/japan-util.el (japanese-katakana-region): Fix handling
12127 HANKAKU argument.
12128
121292000-07-25 Miles Bader <miles@gnu.org>
12130
12131 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12132 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
12133 constrain-to-field.
12134
121352000-07-24 Andrew Innes <andrewi@gnu.org>
12136
12137 * timer.el (timer-activate-when-idle): Add optional parameter
12138 DONT-WAIT. Update docstring.
12139 (run-with-idle-timer): Specify extra parameter to
12140 timer-activate-when-idle, so that timer will be activated
12141 immediately if Emacs is already idle.
12142
12143 * w32-fns.el (w32-using-nt): Fix docstring.
12144
121452000-07-24 Dave Love <fx@gnu.org>
12146
12147 * mouse.el (popup-menu): Set last-command-event.
12148 (mouse-major-mode-menu-prefix): Declare.
12149
121502000-07-24 Gerd Moellmann <gerd@gnu.org>
12151
12152 * textmodes/flyspell.el: Update to author's version 1.5d.
12153
12154 * progmodes/hideshow.el: Update copyright notice.
12155
12156 * vcursor.el: Set maintainer to FSF, since author cannot
12157 be reached.
12158
121592000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
12160
12161 * info.el (Info-goto-emacs-key-command-node): Leave a space after
12162 the prompt.
12163
12164 * mouse.el (popup-menu): Run the keymap through indirect-function,
12165 in case it was defined with define-prefix-key. If the menu is a
12166 list of keymaps, look up the binding of user's choice in each one
12167 of the keymaps.
12168 (mouse-popup-menubar): If the global and local menu-bar keymaps
12169 don't have a prompt string, create one and insert it into the
12170 keymap. Don't barf if current-local-map returns nil.
12171
121722000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
12173
12174 * dired.el (dired-sort-R-check): Added to allow recursive listing
12175 to be undone.
12176 (dired-sort-other): Use it.
12177
121782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12179
12180 * Release of cc-mode 5.27
12181
121822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12183
12184 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12185 c-beginning-of-statement-1 that caused a bad case of recursion
12186 which could consume a lot of CPU in large classes in languages
12187 that have in-expression classes (i.e. Java and Pike).
12188
12189 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12190 statements before top level constructs (i.e. case 6 is moved
12191 before case 5 and is now case 4) to catch in-expression
12192 classes in top level expressions correctly.
12193
121942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12195
12196 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12197 objc-method-intro. Case 4 removed and case 5I added.
12198
12199 * cc-langs.el (c-append-paragraph-start): New variable used by
12200 c-common-init to get paragraph-start correct.
12201 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12202 initialize paragraph-start to make it correct both with and
12203 without the javadoc special case.
12204
12205 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12206 initialize paragraph-start for javadoc markup.
12207
12208 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12209 change by defaulting this to t. It's motivated by the
12210 confusing behavior that otherwise arise from the style system
12211 when editing both java and non-java files at the same time
12212 (see the comments about style setting in c-common-init).
12213
122142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12215
12216 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12217 similar to the one in c-fill-paragraph to check the fill
12218 prefix from the adaptive fill function for sanity.
12219
122202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12221
12222 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12223 defun block.
12224
a30eb617
DL
122252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12226
12227 * cc-align.el (c-lineup-multi-inher): Handle lines with
12228 leading comma nicely. Extended to handle member initializers
12229 too.
12230
12231 * cc-engine.el: (c-beginning-of-inheritance-list,
12232 c-guess-basic-syntax): Fixed recognition of inheritance lists
12233 when the lines begins with a comma.
12234
a30eb617
DL
12235 * cc-vars.el (c-offsets-alist): Changed default for
12236 member-init-cont to c-lineup-multi-inher since it now handles
12237 member initializers and indents better for leading commas.
12238
122392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12240
12241 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12242 handling that caused class open lines to be recognized as
12243 statement-conts in some cases.
12244
12245 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12246 guessed by the adaptive fill function unless point is on the
12247 first line of a block comment.
12248
12249 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12250 when the buffer ends with a macro continuation char.
12251
12252 * cc-engine.el (c-guess-basic-syntax): Added support for
12253 function definitions as statements in Pike. The first
12254 statement in a lambda block is now labeled defun-block-intro
12255 instead of statement-block-intro.
12256
12257 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12258 so that the class surrounding point is selected, not the one
12259 innermost in the state.
12260
12261 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12262 recognition of switch labels having hanging multiline
12263 statements.
12264
12265 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12266 some code in c-guess-basic-syntax to a separate function.
12267 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12268 recognition of member inits with multiple line arglists.
12269 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12270 member-init-cont when the commas are in funny places.
12271
122722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12273
12274 * cc-defs.el (c-auto-newline): Removed this macro since it's
12275 not used anymore.
12276
12277 * cc-engine.el (c-looking-at-bos): New helper function.
12278 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12279 inexpr and toplevel classes apart in Pike.
12280
12281 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12282 of case 9A.
12283
12284 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12285 constant, since "class" can introduce an in-expression class
12286 in Pike nowadays.
12287
122882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12289
12290 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12291 indentation on cpp-macro lines.
12292
12293 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12294 a syntax modifier like comment-intro, to make it possible to
12295 get syntactic indentation for preprocessor directives. It's
12296 incompatible wrt to lineup functions on cpp-macro, but it has
12297 no observable effect in the 99.9% common case where cpp-macro
12298 is set to -1000.
12299
123002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12301
12302 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12303 member-init-cont when the preceding arglist is several lines.
12304
123052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12306
12307 * cc-styles.el (c-style-alist): The basic offset for the BSD
12308 style corrected to 8.
12309
123102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12311
12312 * cc-styles.el (c-style-alist): Adjusted the indentation of
12313 brace list openers in the gnu style.
12314
123152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12316
12317 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12318
12319 * cc-cmds.el (c-electric-brace, c-electric-slash,
12320 c-electric-star, c-electric-semi&comma, c-electric-colon,
12321 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12322 when c-syntactic-indentation is nil.
12323
12324 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12325 we were left at comments preceding the first statement when
12326 reaching the beginning of the buffer.
12327
12328 * cc-vars.el (c-syntactic-indentation): New variable to turn
12329 off all syntactic indentation.
12330
123312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12332
12333 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12334 between the text and the block comment ender when it hangs,
12335 depending on how many there are before the fill.
12336
123372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12338
12339 * cc-engine.el (c-beginning-of-closest-statement): New helper
12340 function to go back to the closest preceding statement start,
12341 which could be inside a conditional statement.
12342 * cc-engine.el (c-guess-basic-syntax): Use
12343 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12344
12345 * cc-engine.el (c-guess-basic-syntax): Better handling of
12346 arglist-intro, arglist-cont-nonempty and arglist-close when
12347 the arglist is nested inside parens. Cases 7A, 7C and 7F
12348 changed.
12349
12350 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12351 up-to-date with javadoc 1.2.
12352
123532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12354
12355 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12356 multiline Pike type decls.
12357
123582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12359
12360 * cc-cmds.el (c-indent-new-comment-line): Always break
12361 multiline comments in multiline mode, regardless of
12362 comment-multi-line.
12363
123642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12365
12366 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12367 fully::qualified::names in C++ member init lists. Preamble in
12368 case 5D changed.
12369
123702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12371
12372 * cc-langs.el (c-common-init): Handling of obsolete variables
12373 moved to c-initialize-cc-mode. More compatible style override
12374 when using global style variables.
12375 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12376 variables moved here.
12377
a30eb617
DL
12378 * cc-styles.el (c-make-styles-buffer-local): Flag style
12379 variable localness in c-style-variables-are-local-p to make
12380 the compatibility measure in c-common-init work well.
12381
12382 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12383 longer contain set-from-style.
12384 * cc-styles.el (c-initialize-builtin-style): Don't check for
12385 set-from-style on c-special-indent-hook.
12386 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12387 copy-alist is sufficient now.
12388
12389 * cc-styles.el (c-set-style, c-set-style-1,
12390 c-get-style-variables): Fixes to variable initialization so
12391 that duplicate entries in styles have the same effect
12392 regardless of DONT-OVERRIDE.
12393
12394 * cc-styles.el (c-set-style-2): Fixed bug where the
12395 initialization of inheriting styles failed when the
12396 dont-override flag is set.
12397
12398 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12399 on this.
12400
124012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12402
12403 * cc-defs.el (c-forward-comment): Removed the workaround
12404 introduced in 5.38 since it had worse side-effects. If a line
12405 contains the string "//\"", it regarded the // as a comment
12406 start since the \ temporarily doesn't have escape syntax.
12407
eb04d6cd 124082000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
12409
12410 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12411 ada-xref.el before ada-prj.el, so that the Project menu is created
12412 when ada-prj tries to add to it.
12413 (ada-activate-keys-for-case): Suppress the characters that are not
12414 part of the Ada syntax. Better compatibility with else-mode
12415 (ada-adjust-case-interactive): When auto-casing is not active,
12416 correctly insert newlines (used to insert only ^M). Prevent the
12417 syntax table from being changed in case of an error
12418 (or '_' becomes part of a word and some commands are confused).
12419 Do nothing if ada-auto-case is nil.
12420 (ada-after-keyword-p): Ignore keywords that are also attributes
12421 (ada-batch-reformat): Update usage comment
12422 (ada-call-from-contextual-menu): New function
12423 (ada-case-read-exceptions): Reinitialize the casing exception list
12424 first to nil first, so that the casing exception file can be
12425 shared.
12426 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12427 files.
12428 (ada-compile-goto-error): Fix regexp used to detect a file:line
12429 anywhere in the error message
12430 (ada-contextual-menu-last-point): New variable
12431 (ada-create-keymap): If the variable delete-key-deletes-forward is
12432 t on XEmacs, it means that DEL should delete one character
12433 forward.
12434 (ada-create-menu): Use :included instead of :visible for XEmacs.
12435 New submenu "Options".
12436 (ada-end-stmt-re): Correctly indent "select ... then abort"
12437 statements.
12438 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12439 even if they don't match ada-fill-comment-prefix Fix handling of
12440 paragraphs on the first or last line of a file.
12441 (ada-format-paramlist): Fix handling of default parameter values.
12442 (ada-get-body-name): New function.
12443 (ada-get-current-indent): Optimized by searchling directly for an
12444 existing generic part or a statement outside of it. Handle
12445 ada-indent-align-comments when indenting comments Replaced some
12446 regexps by testing directly the next character. This results in a
12447 huge speedup on some files. New indentation scheme for renames
12448 statements. Stop looking for the 'while' or 'for' associated with
12449 a 'loop' at the first semicolon encountered. A "return" can also
12450 match an anonymous access subprogram declaration.
12451 (ada-get-indent-noindent): Ignore strings and comments when
12452 looking for the keywords "record" and "private".
12453 (ada-goto-matching-decl-start): When matching "if", make sure we
12454 are not in fact seeing "end if". Ignore "when" statements except
12455 when initial keyword was "begin". Fix handling of nested
12456 procedures. Add a recursive call to this function to skip over
12457 other 'end' statmts. Fix indentation for "when .. => begin"
12458 (ada-in-open-paren-p): Fix indentation for complex boolean
12459 expressions, where 'and then', 'or else' and parenthesis
12460 statements are mixed up.
12461 (ada-in-paramlist-p): Skip comments while searching for the
12462 beginning Fix handling of operator declarations.
12463 (ada-indent-align-comments): New variable
12464 (ada-indent-current): Change the syntax table only in the
12465 protected section, so that we are sure it is restored correctly.
12466 (ada-indent-on-previous-lines): Use ada-use-indent and
12467 ada-with-indent Correctly indent "select ... then"
12468 (ada-indent-region): Slight speedup.
12469 (ada-indent-renames): New variable.
12470 (ada-last-which-function-subprog, ada-last-which-function-line):
12471 New variables
12472 (ada-looking-at-semi-private): Correctly indent the 'private'
12473 keyword when it is the first word in a package declaration.
12474 (ada-loose-case-word): Stop searching if at the end of the buffer.
12475 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12476 even if point is not initially at the end of the word.
12477 (ada-matching-decl-start-re): Add "when".
12478 (ada-mode): Add support for abbrev-mode, outline-mode and
12479 which-func-mode Override the old find-file.el entry in
12480 ff-special-constructs since it is using the obsolete
12481 ada-spec-suffix variable
12482 (ada-no-auto-case): New function
12483 (ada-scan-paramlist): When parsing the argument type, accept
12484 spaces (as in "X 'Class", generated by Rational Rose).
12485 (ada-other-file-name): No longer loads the other file.
12486 (ada-popup-menu): Save and restore the current buffer and cursor
12487 position before and after displaying the menu.
12488 (ada-search-ignore-complex-boolean): New function.
12489 (ada-uncomment-region): Emacs21 already knows how to delete
12490 comments not starting in the first column.
12491 (ada-use-indent): New variable
12492 (ada-which-function): New function.
12493 (ada-with-indent): New variable
12494 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12495 can be batch-compiled from the command line.
12496
12497 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12498 Add to the menu when the file is loaded, not in ada-mode-hook.
12499 Add -toolbar to the default ddd command Switches moved from
12500 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12501 ada-prj-default-comp-opt
12502 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12503 Reference Manual to the menu
12504 (ada-check-current): rewritten as a call to ada-compile-current
12505 (ada-compile): Removed.
12506 (ada-compile-application, ada-compile-current, ada-check-current):
12507 Set the compilation-search-path so that compile.el automatically
12508 finds the sources in src_dir. Automatic scrollong of the
12509 compilation buffer. C-uC-cC-c asks for confirmation before
12510 compiling
12511 (ada-compile-current): New parameter, prj-field
12512 (ada-complete-identifier): Load the .ali file before doing
12513 processing
12514 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12515 conform to gnatmake's behavior.
12516 (ada-find-file-in-dir): New function
12517 (ada-find-references): Set the environment variables for gnatfind
12518 (ada-find-src-file-in-dir): New function.
12519 (ada-first-non-nil): Removed
12520 (ada-gdb-application): Add support for jdb, the java debugger.
12521 (ada-get-ada-file-name): Load the original-file first if not done
12522 yet.
12523 (ada-get-all-references): Handles the new ali syntax (parent types
12524 are found between <>).
12525 (ada-initialize-runtime-library): New function
12526 (ada-mode-hook): Always load a project file when a file is opened,
12527 so that the casing exceptions are correctly read.
12528 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12529 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12530 to open the project file, since the latter does not work with
12531 speedbar Get default values before loading the prj file, or the
12532 default executable file name is wrong. Use the absolute value of
12533 src_dir to initialize ada-search-directories and
12534 compilation-search-path,... Add the standard runtime library to
12535 the search path for find-file.
12536 (ada-prj-default-debugger): Was missing an opening '{'
12537 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12538 variables.
12539 (ada-prj-default-gnatmake-opt): New variable
12540 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12541 buffers, the project file is the default one Save the windows
12542 configuration before displaying the menu.
12543 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12544 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12545 ...) regexp-quote identifiers names to support operators +,
12546 -,... in regexps.
12547 (ada-remote): New function.
12548 (ada-run-application): Erase the output buffer before starting the
12549 run Support remote execution of the application. Use
12550 call-process, or the arguments are incorrectly parsed
12551 (ada-set-default-project-file): Reread the content of the active
12552 project file, not the one from the current buffer When a project
12553 file is set as the default project, all directories are
12554 automatically associated with it.
12555 (ada-set-environment): New function
12556 (ada-treat-cmd-string): New special variable ${current}
12557 (ada-treat-cmd-string): Revised. The substitution is now done for
12558 any ${...} substring
12559 (ada-xref-current): If no body was found, compiles the spec
12560 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12561 compiler to get rid of command line length limitations.
12562 (ada-xref-get-project-field): New function
12563 (ada-xref-project-files): New variable
12564 (ada-xref-runtime-library-specs-path)
12565 (ada-xref-runtime-library-ali-path): New variables
12566 (ada-xref-set-default-prj-values): Default run command now does a
12567 cd to the build directory. New field: main_unit Provide a default
12568 file name even if the current buffer has no prj file.
12569
12570 * ada-prj.el:
12571 Rewritten to show a tabbed-dialog.
12572 (ada-prj-add-ada-menu): Remove the map and name parameters.
12573 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12574 New function
12575 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12576 (ada-prj-load-from-file): New function
12577 (ada-prj-save): Always save fields that depend on the current buffer
12578 (ada-prj-show-value): New function
12579
12580 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12581 Ada mode. This will allow us to display the Ada menu in any buffer
12582 we want (for project items).
12583 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12584 number of spaces in the header.
12585
125862000-07-24 Dave Love <fx@gnu.org>
12587
12588 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12589
125902000-07-23 Noah Friedman <friedman@splode.com>
12591
12592 * type-break.el (type-break): perform autosave.
12593 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12594 (type-break-do-query): Cancel query schedule while performing
12595 actual query, to avoid possibility of a second query being made
12596 while first one is already in progress.
12597 (type-break-time-stamp-format): New variable.
12598 (type-break-time-stamp): New function.
12599 (type-break-time-warning): Use it.
12600 (type-break-keystroke-warning): Use it.
12601 (type-break-noninteractive-query): Use it.
12602
12603 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12604 cookie.
12605 Use add-minor-mode to set minor-mode-alist, if available.
12606 (eldoc-echo-area-use-multiline-p): New user option.
12607 (eldoc-echo-area-multiline-supported-p): New variable.
12608 (eldoc-docstring-format-sym-doc): Use them.
12609 (eldoc-mode): If not using idle timers, append to local post and
12610 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12611 (eldoc-display-message-no-interference-p): Don't interfere with
12612 edebug.
12613 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12614 (eldoc-function-arglist): New function.
12615 (eldoc-function-argstring): Use it.
12616
12617 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12618 auto save directory exists before calling directory-files.
12619
126202000-07-23 Dave Love <fx@gnu.org>
12621
12622 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12623 ^o, ^u.
12624
126252000-07-21 Dave Love <fx@gnu.org>
12626
12627 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12628 now passed to the function. It now works properly.
12629
12630 * smerge-mode.el (smerge-mode-menu): Fill it out.
12631
126322000-07-20 Gerd Moellmann <gerd@gnu.org>
12633
12634 * info-look.el (info-lookup): If *info* is shown in another frame
12635 on the same display, select that frame, instead of switching to
12636 the Info buffer in another window of the selected frame.
12637
12638 * simple.el (universal-argument-map): Bind numeric keypad keys
12639 kp-0 to kp-9 and kp-subtract.
12640 (digit-argument): Handle these keys.
12641
126422000-07-20 Dave Love <fx@gnu.org>
12643
12644 * net/goto-addr.el (goto-address-fontify): Don't bother with
12645 buffer-modified and read-only stuff -- irrelevant with overlays.
12646 Put an extra property on the overlays and use it to clean up in
12647 case goto-address is re-run.
12648
126492000-07-19 Richard M. Stallman <rms@gnu.org>
12650
12651 * timer.el (run-with-idle-timer): Doc fix.
12652
12653 * mail/mail-utils.el (mail-strip-quoted-names):
12654 Handle case where <...> appears inside "...".
12655 Use replace-match to edit the string more simply.
12656 (rmail-dont-reply-to): Cope with an unmatched ".
12657
126582000-07-19 Dave Love <fx@gnu.org>
12659
12660 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12661 implementation.
12662
12663 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12664 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12665 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12666
126672000-07-19 Gerd Moellmann <gerd@gnu.org>
12668
12669 * textmodes/refer.el: Correct maintainer's email address.
12670
12671 * progmodes/hideif.el: Correct author's email address.
12672 Fix typo in comment.
12673
12674 * xml.el: New file.
12675
12676 * mail/mailheader.el: Correct author's mail address.
12677
12678 * gnus/parse-time.el: Correct author's mail address.
12679
126802000-07-19 Colin Walters <walters@cis.ohio-state.edu>
12681
12682 * comint.el (comint-highlight-input, comint-highlight-face):
12683 New user options.
12684 (comint-input-ring-file-name): Change custom type.
12685 (comint-mode-map): Bind mouse-2.
12686 (comint-insert-clicked-input): New function.
12687 (comint-send-input): Handle input highlighting.
12688
126892000-07-18 Stefan Monnier <monnier@cs.yale.edu>
12690
12691 * mouse.el (popup-menu): New function.
12692 (mouse-major-mode-menu): Use it.
12693
126942000-07-18 Dave Love <fx@gnu.org>
12695
12696 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12697 improvements.
12698
126992000-07-18 Gerd Moellmann <gerd@gnu.org>
12700
12701 * faces.el (face-font-selection-order)
12702 (face-font-family-alternatives): Add custom type.
12703
127042000-07-18 Dave Love <fx@gnu.org>
12705
12706 * cus-edit.el (custom-variable-reset-saved)
12707 (custom-variable-reset-standard): Remove unused bindings.
12708
12709 * rect.el (open-rectangle-line): Remove unused let.
12710
12711 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12712
127132000-07-18 Gerd Moellmann <gerd@gnu.org>
12714
12715 * cdl.el: Fix `Maintainer' keyword.
12716
12717 * play/pong.el: Add author's email address.
12718
127192000-07-17 Sam Steingold <sds@gnu.org>
12720
12721 * files.el (insert-directory): Call `split-string' instead of
12722 re-implementing it.
12723
127242000-07-18 Gerd Moellmann <gerd@gnu.org>
12725
12726 * mail/vms-pmail.el: Change maintainer to FSF.
12727
12728 * net/goto-addr.el: Change maintainer to FSF.
12729
12730 * info.el (Info-title-face-alist): Removed.
12731
127322000-07-18 David Ponce <david@dponce.com>
12733
12734 * recentf.el (recentf-open-files): New command that works like
12735 `recentf-open-more-files', but shows the whole list of files (not just
12736 those omitted from the menu). Useful if you don't use a menu-bar!
12737 (recentf-open-more-files) Modified to use `recentf-open-files'.
12738
12739 (recentf-open-files, recentf-open-more-files)
12740 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12741
12742 (recentf-dialog-mode): New mode for dialogs. You can now just type
12743 "q" to cancel the dialogs.
12744
127452000-07-18 David Ponce <david@dponce.com>
12746
12747 * recentf.el: This is a major update of recentf.el. It adds new
12748 features to better organize the recentf menu and "More..." buffer.
12749
12750 Using new provided menu filtering functions you can now organize the
12751 recent files list:
12752
12753 - by major modes
12754 - by directories
12755 - by user defined rules
12756
12757 Finally, with the new `recentf-filter-changer' customizable filter you
12758 can define a ring of filters and dynamically (via the menu) cycle on
12759 each menu organization in the ring (a la msb).
12760
127612000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12762
12763 * eshell/eshell.el (eshell): Replace links to eshell.info with
12764 links to eshell, to avoid problems on systems where the manual is
12765 installed as `eshell'.
12766 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12767 * eshell/em-smart.el (eshell-smart): Ditto.
12768 * eshell/em-banner.el (eshell-banner): Ditto.
12769 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12770
12771 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12772 same-file check in the MS-DOS version (it does support inodes).
12773
12774 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12775
12776 * eshell/eshell.el (eshell-directory-name):
12777 Run default directory name through convert-standard-filename.
12778
127792000-07-18 Kenichi Handa <handa@etl.go.jp>
12780
12781 * international/mule-cmds.el (select-safe-coding-system):
12782 Fix typo in the comment.
12783
12784 * language/european.el (compound-text):
12785 Force katakana-jisx0201 to be designated to G1.
12786
12787 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12788 Don't translate some national variant characters of latin-jisx0201.
12789 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12790
12791 * international/kkc.el (kkc-after-update-conversion-functions):
12792 New variable.
12793 (kkc-update-conversion): Run functions in it at the tail.
12794
127952000-07-16 John Wiegley <johnw@gnu.org>
12796
12797 * lisp/align.el (align-newline-and-indent):
12798 Adding new function. for auto-aligning blocks of code on RET.
12799 (align-region): Fixed badly formatted minibuffer message.
12800
128012000-07-17 Kenichi Handa <handa@etl.go.jp>
12802
12803 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12804 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12805 the conversion list at first if appropriate.
12806 (kkc-next): Don't update kkc-next-count here.
12807 (kkc-prev): Don't update kkc-prev-count here.
12808 (kkc-show-conversion-list-update): Fix setting up of conversion
12809 list message.
12810
128112000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12812
12813 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12814
128152000-07-16 Dave Love <fx@gnu.org>
12816
12817 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12818 function to be more specific.
12819
12820 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12821 non-string help-echo.
12822 (widget-types-convert-widget): Defsubst it.
12823 (widget-echo-help): Try to cope with a help-echo function of two
12824 possible sorts.
12825
128262000-07-15 Jason Rumney <jasonr@gnu.org>
12827
12828 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12829 Declare as obsolete.
12830
12831 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12832
128332000-07-14 Gerd Moellmann <gerd@gnu.org>
12834
12835 * hilit-chg.el: Fix typo.
12836
128372000-07-14 Dave Love <fx@gnu.org>
12838
12839 * info.el (Info-mode-menu): Fix use of :help, :enable.
12840
128412000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12842
12843 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12844
128452000-07-13 Dave Love <fx@gnu.org>
12846
12847 * emacs-lisp/easymenu.el: Doc fixes.
12848 (easy-menu-remove): Defalias to ignore.
12849
12850 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12851 Call throw correctly.
12852
128532000-07-13 Gerd Moellmann <gerd@gnu.org>
12854
12855 * faces.el (frame-background-mode): Doc fix.
12856
12857 * simple.el (eval-expression-print-length): Change custom type to
12858 allow entering nil as value.
12859
128602000-07-13 Dave Love <fx@gnu.org>
12861
12862 * progmodes/fortran.el (fortran-imenu-generic-expression):
12863 Change definition layout.
12864 (fortran-mode-menu): Reinstate customize entries.
12865
12866 * cus-edit.el (custom-group-menu-create, customize-menu-create):
12867 Use :filter, per old XEmacs code.
12868
128692000-07-12 Gerd Moellmann <gerd@gnu.org>
12870
12871 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12872 event when deciding what to send to the terminal.
12873
128742000-07-12 Dave Love <fx@gnu.org>
12875
12876 * cus-start.el: Add optional version as 4th element of specs and
12877 use it for several things new in v21. Remove load-path. Fix type
12878 of line-number-display-limit.
12879
128802000-07-11 Dave Love <fx@gnu.org>
12881
12882 * progmodes/fortran.el: Don't require easymenu.
12883 Use repeat counts in various regexps.
12884 (fortran-mode-syntax-table): Defvar directly.
12885 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12886 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12887 Use defvar, not defconst.
12888 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
12889 (fortran-mode): Set fortran-comment-line-start-skip,
12890 fortran-comment-line-start-skip, dabbrev-case-fold-search.
12891 (fortran-comment-indent): Use defsubst.
12892 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12893 Use fortran-comment-indent, not fortran-comment-indent-function.
12894 (fortran-comment-region, fortran-electric-line-number): Simplify.
12895 (fortran-auto-fill): New function.
12896 (fortran-do-auto-fill): Deleted.
12897 (fortran-find-comment-start-skip):
12898 Check for non-null comment-start-skip.
12899 (fortran-auto-fill-mode, fortran-fill-statement):
12900 Use fortran-auto-fill.
12901 (fortran-fill): Use fortran-auto-fill. Check for null
12902 comment-start-skip. Simplify final clause and use end-of-line finally.
12903
12904 * widget.el (widget-plist-member): New alias.
12905
129062000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
12907
12908 * eshell/esh-module.el (toplevel): Reference
12909 byte-compile-current-file only if it is bound.
12910
129112000-07-10 Gerd Moellmann <gerd@gnu.org>
12912
12913 * dired.el: Don't require `dired-aux'.
12914
129152000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12916
12917 * dired-aux.el (dired-show-file-type): New function.
12918 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12919 (dired-show-file-type): Add autoload.
12920
129212000-07-10 Kenichi Handa <handa@etl.go.jp>
12922
12923 * international/mule-diag.el (describe-font): Adjusted for the
12924 change of fontset-info.
12925 (print-fontset): Likewise.
12926
129272000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12928
12929 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12930
129312000-07-07 Gerd Moellmann <gerd@gnu.org>
12932
12933 * bindings.el: Bind `[delete]' to delete-char.
12934
12935 * dired.el (dired-find-alternate-file): New function.
12936 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12937 (toplevel): Require dired-aux when compiling.
12938 (dired-buffers): Move defvar within file to avoid compiler warning.
12939
12940 * info.el (Info-last-search): Variable removed.
12941 (Info-search-history): New variable.
12942 (Info-search): New Info-search-history.
12943
12944 * battery.el, info-look.el: Change author's mail address.
12945
129462000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12947
12948 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12949 if rmail-ignored-headers is nil.
12950 (rmail-retry-failure): Bind rmail-ignored-headers and
12951 rmail-displayed-headers to nil.
12952
129532000-07-06 Gerd Moellmann <gerd@gnu.org>
12954
12955 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12956 (print-region-1): Don't hard code `-h' here.
12957
12958 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12959
129602000-07-01 Francesco Potorti` <pot@gnu.org>
12961
12962 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12963 exim can use "your message" instead of "the message".
12964
129652000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12966
12967 * facemenu.el: Docstrings fixes.
12968 (facemenu-get-face): Don't use internal-find-face.
12969 (facemenu-iterate): Rename arg to match the docstring.
12970
12971 * newcomment.el (uncomment-region): Be more careful when skipping
12972 backwards over `=' not to bump into BOBP.
12973
129742000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12975
12976 * ediff-diff.el (ediff-wordify): Use syntax table.
12977 * ediff-init.el (ediff-has-face-support-p): Use
12978 ediff-color-display-p.
12979 (ediff-color-display-p): Use display-color-p, changed to defun
12980 from defsubst.
12981 Got rid of special cases for NeXT and OS/2.
12982 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12983 face.
12984
129852000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12986
12987 * emacs-lisp/lucid.el: Require CL.
12988 (copy-tree, remprop): Remove, it's provided by CL.
12989 (map-keymap): Define in terms of cl-map-keymap.
12990 (extent-property, set-extent-end-glyph): New functions.
12991
12992 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12993
129942000-07-05 Gerd Moellmann <gerd@gnu.org>
12995
12996 * Makefile.in (DONTCOMPILE): Add comment that the name may
12997 not be changed without changing the make-dist script.
12998
12999 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
13000 (cl-mapc): Use mapc instead of cl-old-mapc.
13001
130022000-07-05 Andrew Innes <andrewi@gnu.org>
13003
13004 * makefile.nt: Add support for `bootstrap' and related targets.
13005
130062000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13007
13008 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
13009 (easy-menu-do-define): Use `menu-item' format.
13010 Handle case where easy-menu-create-menu returns a symbol.
13011 Manually call the potential top-level filter in the function binding.
13012 (easy-menu-filter-return): New arg NAME.
13013 Convert to a keymap if MENU is an XEmacs menu.
13014 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
13015 (easy-menu-converted-items-table, easy-menu-convert-item):
13016 New var and fun to memoize easy-menu-convert-item-1.
13017 (easy-menu-do-add-item): Use it.
13018 (easy-menu-create-menu): Use easy-menu-convert-item.
13019 Wrap easy-menu-filter-return around any :filter specification.
13020 Don't convert the menu if a filter was specified.
13021 Tell easy-menu-make-symbol not to check for MENU being an expression.
13022 (easy-menu-make-symbol): New arg NOEXP.
13023
130242000-07-05 Gerd Moellmann <gerd@gnu.org>
13025
13026 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
13027 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
13028 (eval-defun): If called with prefix arg, instrument code for
13029 Edebug.
13030
13031 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
13032 similar to that of eval-defun.
13033
130342000-07-04 Dave Love <fx@gnu.org>
13035
13036 * hl-line.el (hl-line-overlay): Make it permanent-local.
13037
13038 * calendar/todo-mode.el: Replaced with a working version, based on
13039 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
13040
130412000-07-03 Miles Bader <miles@lsi.nec.co.jp>
13042
13043 * paths.el (prune-directory-list): New function.
13044 (Info-default-directory-list): Rewritten to more methodically
13045 enumerate a big list of possible info directories (based on the
13046 list used by the standalone info reader).
13047
13048 * info.el (info-initialize): Use prune-directory-list to remove
13049 non-existent directories from Info-directory-list.
13050
13051 * paths.el (Info-default-directory-list): Try a list of possible
13052 info-directories instead of a single one. Add the possible
13053 info directory "/usr/share/info".
13054
13055 * woman.el (woman-man.conf-path): Explicitly include the debian
13056 man-db config file "/etc/manpath.config".
13057 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
13058 are present in `manpath.config'.
13059 (woman-manpath): Include "/usr/share/man".
13060
130612000-07-03 Gerd Moellmann <gerd@gnu.org>
13062
13063 * frame.el (blink-cursor-mode): Don't hide cursor initially.
13064
13065 * startup.el (command-line): Initialize blink-cursor based
13066 on window-system.
13067
13068 * frame.el (blink-cursor): Default to nil if not running under
13069 a window-system.
13070
13071 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13072 (face-x-resources): Remove duplicate entry for :font.
13073
13074 * textmodes/refer.el (refer-find-entry-internal): Use some-window
13075 instead of cycling through windows with next-window.
13076
13077 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13078 of cycling through windows with next-window.
13079
13080 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13081 of cycling through windows with next-window.
13082
13083 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13084 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13085 instead of cycling through windows with next-window.
13086
13087 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13088 instead of cycling through windows with next-window.
13089
13090 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13091 of cycling through windows with next-window.
13092
13093 * terminal.el (te-process-output): Use walk-windows instead of
13094 cycling through windows with next-window.
13095
13096 * server.el (server-switch-buffer): Use some-window instead of
13097 cycling through windows with next-window.
13098
13099 * window.el (some-window): New function.
13100 (walk-windows): Remove reference to walk-windows-start.
13101
13102 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13103
131042000-07-03 Richard Stallman <rms@gnu.org>
13105
13106 * window.el (walk-windows): Guarantee termination by keeping a list
13107 of all the windows already handled.
13108
131092000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13110
13111 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13112 window-system.
13113
13114 * man.el (Man-notify-when-ready): Don't use window-system. If
13115 Man-notify-method is newframe, and the display is not
13116 multi-frame, select the frame created for the man page.
13117 (Man-init-defvars): Doc fix.
13118
131192000-06-28 Gerd Moellmann <gerd@gnu.org>
13120
13121 * faces.el (region): Change background color for light background.
13122
13123 * ediff-wind.el (ediff-setup-control-frame): Remove :box
13124 attribute from mode-line face of Ediff control frame.
13125
13126 * replace.el (query-replace-map): Bind `e' like `E'.
13127
131282000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13129
13130 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13131 Change name to "Select All".
13132
13133 * dos-fns.el (convert-standard-filename): Fix last change.
13134
131352000-06-27 Gerd Moellmann <gerd@gnu.org>
13136
13137 * help.el (describe-variable): Don't insert a second `'s' in front
13138 of the string `value is shown below'. Since the syntax-table is
13139 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13140 an existing `'s', so that this won't be deleted.
13141
13142 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13143 * pcmpl-unix.el: New files.
13144
131452000-06-26 Stefan Monnier <monnier@cs.yale.edu>
13146
13147 * wid-edit.el (widget-member): Use the new plist-member.
13148
131492000-06-26 Gerd Moellmann <gerd@gnu.org>
13150
13151 * replace.el (perform-replace): Undo change of 2000-04-04.
13152 Instead, move backward 1 character at the end of the loop when
13153 necessary.
13154
13155 * faces.el (fringe): Change face for different backgrounds.
13156
13157 * eshell/esh-module.el (toplevel): Load defgroup's differently;
13158 patch from John.
13159
13160 * eshell/*.el: Change spelling of the Free Software Foundation.
13161
13162 * eshell/esh-toggle.el: Removed.
13163
13164 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13165
13166 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13167 interactively.
13168
131692000-06-26 Alex Schroeder <alex@gnu.org>
13170
13171 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13172 `define-key'; instead of checking `(emacs-version)' check for
13173 `set-keymap-parent' and `set-keymap-name' directly. Add entries
13174 for `;' and `o' which might be electric.
13175
13176 (sql-electric-stuff): New user option.
13177 (sql-magic-go): New function which uses `sql-electric-stuff'.
13178 (sql-magic-semicolon): New function which uses
13179 `sql-electric-stuff'.
13180
13181 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13182 is not fboundp.
13183
13184 (sql-oracle-options): New variable.
13185 (sql-oracle): Use it.
13186
13187 (sql-imenu-generic-expression): Doc change.
13188 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13189 is used.
13190
13191 (sql-informix): Added command line parameter "-" to force
13192 sql-informix-program to use stdout.
13193
131942000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13195
13196 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13197 (cp864-decode-table): Doc fix.
13198 (cp720-decode-table): New variable, supports the Arabic OEM
13199 codepage used by Windows.
13200 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13201
132022000-06-23 Dave Love <fx@gnu.org>
13203
13204 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13205 (font-lock-fontify-anchored-keywords): Use
13206 line-beginning-position.
13207 (global-font-lock-mode): Use mapc.
13208
132092000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13210
13211 * eshell/esh-module.el: Require CL when compiling.
13212
132132000-06-23 Gerd Moellmann <gerd@gnu.org>
13214
13215 * comint.el (comint-substitute-in-file-name): Call replace-match
13216 with second and third arg t.
13217
13218 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13219 Specify foreground color.
13220
13221 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13222 color.
13223
13224 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13225
13226 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13227 cddr instead of cdddr.
13228
13229 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13230 instead of copy-list.
13231
13232 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13233 of copy-list.
13234
13235 * subdirs.el: Add eshell subdirectory.
13236
13237 * eshell: New subdirectory containing the Eshell package.
13238
13239 * pcomplete.el: New file.
13240
132412000-06-23 Paul Eggert <eggert@twinsun.com>
13242
13243 * mail/mailpost.el (post-mail-send-it): Make sure file has
13244 proper permissions from birth.
13245
13246 * files.el (basic-save-buffer-2): When temporarily setting
13247 file modes, set them to current modes plus 0200, not to 0777.
13248
13249 * emerge.el (emerge-make-temp-file): Make sure file has proper
13250 permissions from birth.
13251
132522000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13253
13254 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13255 backup file name through convert-standard-filename.
13256
13257 * dos-fns.el (convert-standard-filename): Convert leading
13258 directories as well. When long file names are supported, convert
13259 characters that are invalid in Windows file names.
13260
132612000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13262
13263 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13264 ps-print crashes. New feature: page selection for printing. Create
13265 raw-text-unix coding system for XEmacs. Doc fix.
13266 (ps-print-version): New version number (5.2.3).
13267 (ps-plot-region): Bug fix.
13268 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13269 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13270 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13271 funs.
13272 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13273 (ps-last-page): New vars.
13274
132752000-06-21 Gerd Moellmann <gerd@gnu.org>
13276
13277 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13278 empty option string.
13279
132802000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13281
13282 * man.el (man): Doc fix.
13283
132842000-06-21 Kenichi Handa <handa@etl.go.jp>
13285
13286 * international/mule-cmds.el (set-language-info-alist): Docstring
13287 fixed.
13288
132892000-06-20 Gerd Moellmann <gerd@gnu.org>
13290
13291 * version.el (emacs-version): Use ISO date format.
13292
13293 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13294 instead of `M-backspace'.
13295
13296 * simple.el (turn-off-auto-fill): New function.
13297
132982000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13299
13300 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13301 Renamed from with-buffer-prepared-for-font-lock and use
13302 inhibit-modification-hooks rather than setting *-change-functions.
13303 Update all functions to use the new name.
13304 (jit-lock-first-unfontify-pos): New semantics (and doc).
13305 (jit-lock-mode): Make non-interactive.
13306 Don't automatically turn on font-lock.
13307 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13308 Always use jit-lock-after-change.
13309 Remove and restore font-lock-after-change-function.
13310 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13311 (jit-lock-after-unfontify-buffer): Remove.
13312 (jit-lock-stealth-fontify):
13313 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13314 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13315
133162000-06-20 Sam Steingold <sds@gnu.org>
13317
13318 * emacs-lisp/cl-indent.el (toplevel): Indent
13319 `print-unreadable-object' properly. Untabify.
13320
133212000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13322
13323 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13324 Support for bibentry.
13325 (reftex-compile-variables): Fixed problem with end of section-re.
13326
13327 * texmodes/reftex-dcr.el (reftex-view-crossref,
13328 reftex-view-crossref-from-bibtex):
13329 Deal with changed `reftex-find-citation-regexp-format'.
13330 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13331 Replaced `remprop' with `put'.
13332 (reftex-view-crossref, reftex-view-crossref-when-idle):
13333 Support for bibentry.
13334
13335 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13336 New entry for bibentry package.
13337
13338 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13339 Regexp also matches "\nobibliography".
13340
13341 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13342 Call `reftex-ensure-write-access' before doing anything.
13343 (reftex-ensure-write-access): New function.
13344
133452000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13346
13347 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13348
13349 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13350
13351 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13352
13353 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13354
13355
133562000-06-20 Dave Love <fx@gnu.org>
13357
13358 * faces.el (frame-background-mode): Use set-default, not set, in
13359 setter.
13360 (frame-update-faces, frame-update-face-colors): Define with
13361 defalias.
13362
13363 * enriched.el (enriched-decode-foreground)
13364 (enriched-decode-background): Don't use internal-find-face.
13365
13366 * apropos.el: Doc fixes.
13367
13368 * cus-edit.el (customize-changed-options): Check arg.
13369 (customize-version-lessp): Don't require decimal point.
13370
13371 * custom.el (defcustom, defgroup): Doc fix.
13372
13373 * newcomment.el (comment) <defgroup>: Add :version.
13374 (comment-multi-line): Doc fix.
13375
13376 * emulation/mlsupport.el (define-hooked-local-abbrev,
13377 define-hooked-global-abbrev): Fix, using define-abbrev.
13378
133792000-06-19 Gerd Moellmann <gerd@gnu.org>
13380
13381 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13382 the whole buffer.
13383
133842000-06-19 Dave Love <fx@gnu.org>
13385
13386 * menu-bar.el (menu-bar-options-save): New function.
13387 (menu-bar-options-menu): Use it.
13388 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13389 Simplify.
13390
133912000-06-19 Andreas Schwab <schwab@suse.de>
13392
13393 * progmodes/etags.el (tags-query-replace): Put new parameters
13394 START and END at the end, for backward compatibility.
13395
133962000-06-19 Kenichi Handa <handa@etl.go.jp>
13397
13398 * international/codepage.el:
13399 (cp-coding-system-for-codepage-1): Delete special codes for
13400 generating xxx-dos coding system because now a CCL based coding
13401 system can handle EOL conversion by default.
13402
13403 * international/mule.el (make-coding-system): Generate subsidiary
13404 coding systems for EOL handling variants even for a CCL based
13405 coding system.
13406
134072000-06-19 Kenichi Handa <handa@etl.go.jp>
13408
13409 * international/isearch-x.el (isearch-minibuffer-input-method)
13410 (isearch-minibuffer-input-method-function): These variables
13411 deleted.
13412 (isearch-with-input-method): Don't use the above variables.
13413 (isearch-process-search-multibyte-characters): Likewise. Call
13414 read-string with the arg INHERIT-INPUT-METHOD t.
13415
134162000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13417
13418 * font-lock.el (font-lock-after-fontify-buffer)
13419 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13420
13421 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13422 Use consistent make-local-variable style for font-lock-fontified.
13423 (jit-lock-fontify-buffer):
13424 Don't bother checking for font-lock-mode and jit-lock-mode.
13425
13426 * time.el: Remove trailing ^M that prevent CVS-merging.
13427
134282000-06-16 Gerd Moellmann <gerd@gnu.org>
13429
13430 * Makefile.in (distclean): New target.
13431
134322000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13433
13434 * Makefile.in (srcdir): Define for update-subdirs.
13435
134362000-06-16 Gerd Moellmann <gerd@gnu.org>
13437
13438 * find-lisp.el: New file.
13439
134402000-06-16 Andrew Innes <andrewi@gnu.org>
13441
13442 * time.el (display-time-mail-function): New variable, to allow
13443 external packages to indicate when new mail is available.
13444 (display-time-update): Use it.
13445
134462000-06-16 Kenichi Handa <handa@etl.go.jp>
13447
13448 * international/mule.el (mule-version): Change version name to
13449 SAKAKI. AOI has already been used by Meadow.
13450
13451 * international/quail.el (quail-show-guidance-buf): To find the
13452 bottom window (but minibuffer), pay attention to the height of
13453 minibuffer.
13454
134552000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13456
13457 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13458 menu-bar menus. Add help strings. Don't remove the Edit menu
13459 from the menu bar, as the menu bar has enough space now.
13460
13461 * Makefile.in (SHELL): Make sure /bin/sh is used.
13462
13463 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13464 characters, which use series of two ^H characters instead of one.
13465
134662000-06-15 Gerd Moellmann <gerd@gnu.org>
13467
13468 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13469 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13470 functions.
13471 (Info-find-node-2): Try a case-sensitive search first, then
13472 do a case-insensitive search.
13473
13474 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13475 tutorials.
13476
13477 * complete.el (PC-env-vars-alist): New variable.
13478 (PC-complete-as-file-name): New function.
13479 (partial-completion-mode): Initialize PC-env-vars-alist from
13480 process-environment.
13481 (PC-do-completion): Handle completion of env vars.
13482
13483 * info.el (Info-set-mode-line): Show file name in mode line,
13484 use `*Info*' instead of `Info:'.
13485
13486 * startup.el (command-line-1): Change copyright messages to year
13487 2000.
13488
134892000-06-15 Dave Love <fx@gnu.org>
13490
13491 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13492 not local-map.
13493
134942000-06-15 Kenichi Handa <handa@etl.go.jp>
13495
13496 * international/mule.el (set-buffer-file-coding-system): Almost
13497 rewritten to handle `undecided' as no-op.
13498
134992000-06-14 Gerd Moellmann <gerd@gnu.org>
13500
13501 * Makefile.in: New file.
13502
13503 * Makefile: Removed.
13504
13505 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13506 (goto-address-highlight-keymap): Bind C-c RET.
13507
135082000-06-14 Kenichi Handa <handa@etl.go.jp>
13509
13510 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13511 inherits buffer-file-coding-system of the current buffer.
13512
13513 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13514 0. Give correct argument to set-auto-coding-function.
13515 (tar-expunge): For goto-char, use (point-min), not 0.
13516 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13517 (tar-subfile-save-buffer): Likewize.
13518
13519 * international/mule.el
13520 (after-insert-file-set-buffer-file-coding-system): Call
13521 set-buffer-file-coding-system with the arg FORCE t.
13522
135232000-06-13 Gerd Moellmann <gerd@gnu.org>
13524
13525 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13526 nil. Contemporary sendmails issue an X-Authentication-Warning if
13527 the sender is set with `-f'.
13528
135292000-06-13 Dave Love <fx@gnu.org>
13530
13531 * help.el (describe-function-1): Kluge around cases of functions
13532 fset to subrs whose doc doesn't match their symbol-name.
13533
13534 * image.el (insert-image): Default STRING to a space.
13535
13536 * info.el Doc fixes.
13537 (Info-build-node-completions): Match Ref tags.
13538
135392000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13540
13541 * frame.el (display-multi-frame-p, display-multi-font-p): New
13542 defaliases for display-graphic-p.
13543
13544 * hl-line.el: Fixed a typo in commentary.
13545
135462000-06-13 Kenichi Handa <handa@etl.go.jp>
13547
13548 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13549 fixed.
13550
135512000-06-12 Dave Love <fx@gnu.org>
13552
13553 * image.el (insert-image): Save a little consing.
13554
135552000-06-12 Kenichi Handa <handa@etl.go.jp>
13556
13557 * language/tibet-util.el: Convert all tibetan-1-column characters
13558 to the corresponding tibetan characters.
13559 (tibetan-add-components): Delete code for the special treatment of
13560 'a chung.
13561
13562 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13563 change.
13564 (tibetan-vowel-transcription-alist): More rules added.
13565 (tibetan-composite-vowel-alist): New variable.
13566 (tibetan-precomposition-rule-alist): More rules added.
13567
135682000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13569
13570 * startup.el (command-line): Only call menu-bar-mode if interactive.
13571
13572 * thingatpt.el (toplevel symbol-properties):
13573 * textmodes/makeinfo.el (makeinfo-compile):
13574 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13575 * progmodes/hideif.el (hif-compress-define-list)
13576 (hide-ifdef-use-define-alist):
13577 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13578 (ange-ftp-vms-add-file-entry):
13579 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13580 * man.el (Man-build-man-command):
13581 * mail/rnewspost.el (news-reply-header-hook):
13582 * info.el (Info-insert-dir):
13583 * emulation/mlconvert.el (backward-word, forward-word, setq):
13584 * emacs-lisp/gulp.el (gulp-send-requests):
13585 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13586 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13587 (byte-optimize-apply, end of file):
13588 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13589 (ad-make-freeze-definition):
13590 * startup.el (command-line, command-line-1): Don't quote lambdas.
13591
13592 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13593 (cvs-cleanup-removed): New function.
13594 (cvs-cleanup-functions): New var.
13595 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13596 some flexibility in specifying additional entries to auto-cleanup.
13597 (cvs-quickdir): New function.
13598 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13599 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13600 (cvs-mode-find-file): Check that we are on a filename or dirname
13601 when invoked through a mouse-click.
13602 (cvs-full-path): Remove.
13603 (cvs-dired-action): Re-introduced.
13604 (cvs-dired-noselect): Use it.
13605 (vc-post-command-functions): use this new hook if available.
13606
13607 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13608 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13609 (cvs-filename-map, cvs-dirname-map): Remove.
13610 (cvs-default-action): Remove.
13611 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13612 if the arg is really a keymap.
13613 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13614 Don't hardcode the mapping from state (aka type) to face, but check
13615 the var cvs-fi-<type>-face instead.
13616 (cvs-fileinfo-from-entries): New function.
13617
13618 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13619 Docstring fix.
13620 (cvs-find-file-and-jump): Change default to be safer.
13621 (cvs-mode-diff-map): Define it as a function as well.
13622 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13623 Bind mouse-2 in this global map rather than with text-properties.
13624
13625 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13626 file to resolve the ambiguity between C(conflict) and C(need-merge).
13627
136282000-06-12 Kenichi Handa <handa@etl.go.jp>
13629
13630 * international/mule.el (set-buffer-file-coding-system): If
13631 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13632 unconditionally.
13633
136342000-06-12 Dave Love <fx@gnu.org>
13635
13636 * wid-edit.el (widget-specify-button): Really suppress the face if
13637 required.
13638
136392000-06-11 Gerd Moellmann <gerd@gnu.org>
13640
13641 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13642
136432000-06-11 Stefan Monnier <monnier@cs.yale.edu>
13644
13645 * imenu.el (imenu-generic-expression): Docstring fix.
13646
13647 * composite.el (composition-function-table): Move the `put'
13648 below the autoload cookie so we can load the file before loaddefs.
13649
13650 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13651
13652 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13653 Handle easy-mmode-define-global-mode.
13654 For complex macros like define-minor-mode that can generate
13655 several autoload entries, try to autoload entries in the
13656 macroexpanded code.
13657
13658 * emacs-lisp/easy-mmode.el (define-minor-mode):
13659 If KEYMAP is a symbol, just use it.
13660 Use byte-compile-current-file and load-file-name to infer the
13661 proper :require to pass to defcustom.
13662 Wrap the hook var into `progn' so as not to autoload it.
13663 Add a :autoload-end cookie.
13664 Be more careful about the evaluation of KEYMAP.
13665 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13666 (define-derived-mode): Move define-abbrev-table outside of defvar.
13667
136682000-06-10 Stefan Monnier <monnier@cs.yale.edu>
13669
13670 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13671 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13672 (backup-compiled-files): Ignore errors during `tar'.
13673 (bootstrap): Make autoloads before elc files.
13674
136752000-06-10 Kenichi Handa <handa@etl.go.jp>
13676
13677 * international/mule.el (set-buffer-file-coding-system): If one of
13678 undecided-XXX is specified, change only EOL conversion.
13679
13680 * international/mule-conf.el (unix): New alias for the coding
13681 system undecided-unix.
13682
136832000-06-09 Dave Love <fx@gnu.org>
13684
13685 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
13686
13687 * progmodes/executable.el: Byte compile dynamic.
13688 (executable-insert): Change custom type.
13689 (executable-find): Add autoload cookie.
13690 (executable-make-buffer-file-executable-if-script-p): New
13691 function. After Noah Friedman.
13692
13693 * files.el (after-save-hook): Customize, with
13694 executable-make-buffer-file-executable-if-script-p as an option.
13695
136962000-06-09 Kenichi Handa <handa@etl.go.jp>
13697
13698 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13699 "tib24p-mule.bdf" for Tibetan.
13700
13701 * composite.el (decompose-composite-char): Declare it as obsolete.
13702
13703 * man.el (Man-fontify-manpage): Pay attention to underline and
13704 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13705
137062000-06-08 Gerd Moellmann <gerd@gnu.org>
13707
13708 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13709 Set maintainer to FSF since author isn't reachable.
13710
137112000-06-08 Dave Love <fx@gnu.org>
13712
13713 * international/mule-cmds.el (select-safe-coding-system): If
13714 DEFAULT-CODING-SYSTEM is not specified, also check the most
13715 preferred coding-system if buffer-file-coding-system is
13716 `undecided'. From Handa.
13717
137182000-06-08 Kenichi Handa <handa@etl.go.jp>
13719
13720 * international/mule.el
13721 (after-insert-file-set-buffer-file-coding-system): If the buffer
13722 size is greater than INSERTED, judget that we are not visiting.
13723
137242000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13725
13726 * whitespace.el (defgroup whitespace): Comment out `:version'.
13727 XEmacs 20.4 has problems defining the group with this present.
13728 We'll have this commented out till get resolve the problem.
13729
137302000-06-07 John Wiegley <johnw@gnu.org>
13731
13732 * align.el (align-dq-string-modes, align-sq-string-modes)
13733 (align-open-comment-modes): Add pyhton-mode.
13734 (align-rules-list): Use get-text-property instead of
13735 text-properties-at.
13736 (align-rules-list): Add python-assignment.
13737 (align-rules-list): Change perl-comma-delimiter to
13738 basic-comma-delimiter. Use if for Perl modes and python-mode.
13739 (align-rules-list): Add python-chain-logic and
13740 basic-line-continuation.
13741
137422000-06-07 Jari Aalto <jari.aalto@poboxes.com>
13743
13744 * apropos.el (apropos-mode-hook): New user variable.
13745 (apropos-mode): Run apropos-mode-hook.
13746
137472000-06-07 David Ponce <david@dponce.com>
13748
13749 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13750 commands. Require `wid-edit' at run-time.
13751
137522000-06-07 David Ponce <david@dponce.com>
13753
13754 * recentf.el: Added some "Commentary".
13755 (recentf-open-more-files, recentf-edit-list): Minor changes to
13756 move the point at the top of the file list. This behaviour is
13757 consistent with the menu one when the list contains a lot of
13758 files.
13759 (recentf-cleanup): Now displays the number of items removed from
13760 the list.
13761 (recentf-relative-filter) New menu filter to show filenames
13762 relative to `default-directory'.
13763
137642000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13765
13766 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13767 with/without giving an error if PostScript printer doesn't have this
13768 kind of page size. Zebra Stripe continues or restarts on next page.
13769 Manual/automatic paper feeding. Switch or not the header.
13770 (ps-print-version): New version number (5.2.2).
13771 (ps-windows-system): Include emx as a Windows system.
13772 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13773 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13774 (ps-background-text): Code fix.
13775 (ps-error-handler-message, ps-user-defined-prologue)
13776 (ps-print-prologue-header, ps-printer-name)
13777 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13778 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13779 (ps-use-face-background): Customization fix.
13780 (ps-n-up-database): Data fix.
13781 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13782 (ps-switch-header): New vars.
13783 (ps-xemacs-color-name, ps-face-foreground-name)
13784 (ps-face-background-name, ps-boolean-constant): New funs.
13785
137862000-06-07 Dave Love <fx@gnu.org>
13787
13788 * allout.el: New version from Manheimer.
13789
137902000-06-07 Kenichi Handa <handa@etl.go.jp>
13791
13792 * textmodes/fill.el (fill-find-break-point): Check the validity of
13793 charset.
13794
137952000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13796
13797 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13798 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13799 Call display-color-p and display-mouse-p instead of looking at
13800 window-system.
13801
138022000-06-06 Dave Love <fx@gnu.org>
13803
13804 * image.el (find-image): Doc fix. Return nil if image not found.
13805 (put-image, insert-image): Make STRING arg optional.
13806
138072000-06-06 Kenichi Handa <handa@etl.go.jp>
13808
13809 * language/vietnamese.el: Remove eval-when-compile.
13810 (viet-viscii-nonascii-translation-table): Define it as a
13811 translation table made from viet-viscii-decode-table.
13812 (viet-viscii-encode-table): Define it as a translation table made
13813 from the reverse map of above.
13814 (viet-vscii-nonascii-translation-table): Define it as a
13815 translation table made from viet-vscii-decode-table.
13816 (viet-vscii-encode-table): Define it as a translation table made
13817 from the reverse map of above.
13818 (ccl-decode-viscii): Use translate-character.
13819 (ccl-encode-viscii, ccl-encode-viscii-font)
13820 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13821 Likewize.
13822
13823 * language/cyrillic.el: Remove eval-when-compile.
13824 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13825 translation table made from cyrillic-koi8-r-decode-table.
13826 (cyrillic-koi8-r-encode-table): Define it as a translation table
13827 made from the reverse map of above.
13828 (ccl-decode-koi8): Use translate-character.
13829 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13830 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13831 a translation table made from cyrillic-alternativnyj-decode-table.
13832 (cyrillic-alternativnyj-encode-table): Define it as a translation
13833 table made from the reverse map of above.
13834 (ccl-decode-alternativnyj): Use translate-character.
13835 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13836 Likewize
13837
13838 * international/mule-diag.el (non-iso-charset-alist): Specify
13839 translation table symbol instead of translation table itself.
13840 (list-block-of-chars): CHARSET may be a translation table symbol.
13841
13842 * international/mule.el (make-coding-system): If CODING-SYSTEM
13843 already exists, override it.
13844
13845 * international/fontset.el: Use family `proportional' for Tibetan
13846 fonts.
13847
13848 * international/ccl.el (ccl-compile-translate-character): Don't
13849 check if Rrr has property translation-table.
13850 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13851
138522000-06-05 Gerd Moellmann <gerd@gnu.org>
13853
13854 * info.el: Bind case-fold-search to t when searching in case
13855 a user sets it to nil in a hook.
13856
138572000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13858
13859 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13860 * hl-line.el (hl-line-mode): Use the new :global key argument.
13861
13862 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13863 (tar-clip-time-string): Prepend a space.
13864 (tar-grind-file-mode): Construct a string rather than modifying one.
13865 (tar-header-block-summarize): Fix docstring.
13866 Use `format' rather than an error-prone set of copy-loops.
13867
13868 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13869 (diff-goto-source, diff-unified->context, diff-context->unified)
13870 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13871 understand the format output by the `-p' argument to diff.
13872
13873 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13874 (sh-re-done): Use defconst.
13875 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13876 (sh-help-string-for-variable, sh-guess-basic-offset):
13877 Don't quote lambdas.
13878 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
13879 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13880
13881 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13882 (mh-letter-mode): Derive from text-mode.
13883 This implicitly means that it now calls kill-all-local-variables.
13884 Also remove the Emacs-18 compatibility code.
13885
13886 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13887 Make use of symbol-property doc-string-elt.
13888 Use memq rather than a sequence of eq.
13889 (doc-string-elt): Fix the wrong or missing previously unused values.
13890 (autoload-print-form): New function extracted from
13891 generate-file-autoloads to allow recursion when handling progn
13892 so that defvar's and defun's docstrings are properly printed.
13893 (generate-file-autoloads): Use it.
13894
13895 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13896 Use find-file-hooks in the minor-mode function.
13897 Be careful not to loop indefinitely in the post-command-hook function.
13898
138992000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
13900
13901 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13902 tty's.
13903 * ediff-diff.el (ediff-exec-process): Use --binary for fine
13904 differences whenever appropriate.
13905 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13906 * viper.el (find-file, find-file-other-window): Get viper to do
13907 wildcards.
13908
139092000-06-04 Stefan Monnier <monnier@cs.yale.edu>
13910
13911 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13912 (jit-lock-fontify-buffer): New function for JIT refontification.
13913 (jit-lock-mode): Fix docstring.
13914 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13915 Remove jit-lock-after-change from the _local_ hook.
13916 (jit-lock-function-1): Fix docstring.
13917
13918 * info.el (Info-on-current-buffer): Initialize info.
13919
13920 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13921
13922 * progmodes/tcl.el (tcl-indent-for-comment):
13923 Ignore comment-indent-hook.
13924
13925 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13926 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13927 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13928 and improve to use the lighter to guess the capitalization.
13929 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13930 Add keyword arguments to specify global-ness or the custom group.
13931 Add local-map and help-echo properties to the lighter.
13932 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13933 (easy-mmode-define-global-mode): New macro.
13934
139352000-06-02 Dave Love <fx@gnu.org>
13936
13937 * wid-edit.el: byte-compile-dynamic since we typically don't use
13938 all the widgets. Don't require cl or widget. Remove
13939 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13940 (widget-read-event): Removed. Callers changed to use read-event.
13941 (widget-button-release-event-p): Renamed from
13942 button-release-event-p.
13943 (widget-field-add-space, widget-field-use-before-change):
13944 Uncustomize.
13945 (widget-specify-field): Use keymap property, not local-map.
13946 (widget-specify-button): Obey :suppress-face.
13947 (widget-specify-insert): Use modern backquote syntax.
13948 (widget-image-directory): Renamed from widget-glyph-directory.
13949 (widget-image-enable): Renamed from widget-glyph-enable.
13950 (widget-image-find): Replaces widget-glyph-find.
13951 (widget-button-pressed-face): Move defvar.
13952 (widget-image-insert): Replaces widget-glyph-insert.
13953 (widget-convert): Use keywordp.
13954 (widget-leave-text, widget-children-value-delete): Use mapc.
13955 (widget-keymap): Remove XEmacs stuff.
13956 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13957 (widget-button-click): Don't set point at the click, but re-centre
13958 if we scroll out of window. Rewritten for images v. glyphs &c.
13959 (widget-tabable-at): Use POS arg, not point.
13960 (widget-beginning-of-line, widget-end-of-line)
13961 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13962 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13963 (widget-default-create): Use widget-image-insert; some rewriting.
13964 (widget-visibility-value-create)
13965 (widget-push-button-value-create, widget-toggle-value-create): Use
13966 widget-image-insert.
13967 (checkbox): Create on and off images dynamically.
13968 (documentation-link): Change :help-echo.
13969 (widget-documentation-link-echo-help): Remove.
13970
139712000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13972
13973 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13974
13975 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13976 (easy-mmode-define-toggle, define-minor-mode): Use it.
13977 (easy-mmode-define-keymap): Docstring fix.
13978 (define-derived-mode): Default PARENT to fundamental-mode.
13979 Add the derived-mode-parent symbol-property.
13980 (easy-mmode-derived-mode-p): New function.
13981
139822000-06-02 Dave Love <fx@gnu.org>
13983
13984 * files.el (convert-standard-filename): Doc fix.
13985 (normal-backup-enable-predicate): New function.
13986 (backup-enable-predicate): Use it to replace the lambda form.
13987
13988 * calendar/todo-mode.el: [This needs more work on the outline
13989 stuff.] Doc fixes.
13990 (todo) <defgroup>: Add :version.
13991 (todo-add-category): Don't use pushnew.
13992 (todo-cmd-raise): Fix typo.
13993 (todo-top-priorities): Change temp buffer name.
13994 (todo-category-alist): Avoid redundant lambda.
13995 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13996 Use outline-next-heading.
13997
13998 * autoarg.el: Rewritten to use define-minor-mode.
13999 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
14000 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
14001
140022000-06-02 Kenichi Handa <handa@etl.go.jp>
14003
14004 * isearch.el (isearch-other-meta-char): Fix previous change.
14005
140062000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14007
14008 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
14009 (log-edit-done): Only add the comment to the ring if it's different
14010 from the last comment entered.
14011
14012 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
14013
140142000-06-01 Dave Love <fx@gnu.org>
14015
14016 * hl-line.el: Rewritten using define-minor-mode.
14017
14018 * help.el (describe-function-1): Distinguish special form from
14019 builtin function. Sanity-check presence of arglist for builtins.
14020
140212000-06-01 Kenichi Handa <handa@etl.go.jp>
14022
14023 * international/characters.el: Fix syntax/category setting of
14024 Tibetan characters.
14025
14026 * language/tibet-util.el (tibetan-add-components): Fixes for new
14027 encoding of Tibetan characters.
14028 (tibetan-decompose-precomposition-alist): New variable.
14029 (tibetan-decompose-region): Convert precomposed characters to
14030 non-precomposed characters.
14031 (tibetan-decompose-string): Likewise.
14032 (tibetan-composition-function): Fix args to
14033 thibetan-compose-string.
14034
14035 * language/tibetan.el (tibetan-composable-pattern): More
14036 characters included.
14037 (tibetan-consonant-transcription-alist): Rule for "R" added.
14038 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
14039 "+R" added.
14040 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
14041
14042 * language/lao-util.el (lao-composition-function): Fix args to
14043 compose-string.
14044
14045 * language/thai-util.el (thai-composition-function): Fix args to
14046 compose-string.
14047
14048 * isearch.el (isearch-update): Set disable-point-adjustment to t
14049 to prevent the point moving to the end of a composition when a
14050 part of a composition is searched.
14051 (isearch-other-meta-char): If the key invoking this command can be
14052 mapped by function-key-map to a printing char, call
14053 isearch-process-search-char directly.
14054
140552000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14056
14057 * emacs-lisp/bytecomp.el:
14058 * frame.el:
14059 * international/mule-cmds.el:
14060 * international/mule-util.el:
14061 * international/mule.el:
14062 * mouse.el:
14063 * subr.el:
14064 * faces.el: Update calls to make-obsolete with a WHEN argument.
14065
14066 * byte-run.el (make-obsolete, make-obsolete-variable):
14067 Add an optional WHEN argument and change the format of the
14068 symbol-property information.
14069 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14070 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14071 new obsolete-symbol-property format and print WHEN if it is provided.
14072
140732000-05-31 Dave Love <fx@gnu.org>
14074
14075 * loadhist.el (loadhist-hook-functions): Remove
14076 before-change-function, after-change-function.
14077 (unload-feature): Deal with symbols which are both bound and
14078 fbound.
14079
14080 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14081 before-change-function, after-change-function.
14082
14083 * simple.el (newline): Don't bind before-change-function,
14084 after-change-function.
14085
140862000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
14087
14088 * whitespace.el (whitespace-rescan-timer-time): Update interval
14089 set to 600 seconds (10 minutes) instead of 60 seconds since
14090 a large number of whitespace buffers causes emacs to `freeze'
14091 for a considerable amount of time.
14092
14093 * whitespace.el: Updated email address
14094
140952000-05-31 Dave Love <fx@gnu.org>
14096
14097 * add-log.el (change-log-font-lock-keywords) <function>: Add
14098 pattern for function of change.
14099 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14100 acknowledgements patterns.
14101
141022000-05-31 Kenichi Handa <handa@etl.go.jp>
14103
14104 * isearch.el (isearch-printing-char): If keyboard coding system is
14105 being used, call isearch-process-search-multibyte-characters.
14106
14107 * international/isearch-x.el: Mostly rewritten.
14108
14109 * international/quail.el (quail-start-conversion): Don't include
14110 unhandled events in the returned events, but set them in
14111 unread-command-events. Exit if all inputs are deleted.
14112
141132000-05-30 Jason Rumney <jasonr@gnu.org>
14114
14115 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14116
14117 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14118 Reenable code to create initial fontsets.
14119 Use set-fontset-font in place of put-charset-property.
14120
141212000-05-30 Gerd Moellmann <gerd@gnu.org>
14122
14123 * progmodes/perl-mode.el (perl-indent-line): When looking for a
14124 label, ensure that the first colon isn't followed by another.
14125
14126 * paths.el (Info-default-directory-list): Doc fix.
14127
14128 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14129 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14130 send a query containing USER only, not USER@HOST.
14131
14132 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14133 and rmail-msgend to compute the restriction at the end, instead of
14134 computing it.
14135
141362000-05-29 Gerd Moellmann <gerd@gnu.org>
14137
14138 * dabbrev.el (dabbrev-expand): Don't display messages in the
14139 echo area if the minibuffer window is active.
14140
14141 * jit-lock.el (jit-lock-mode): Add after change function to
14142 local hook.
14143
141442000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
14145
14146 * antlr-mode.el: New commands: hide/unhide actions,
14147 upcase/downcase literals.
14148 (antlr-tiny-action-length): New user option.
14149 (antlr-hide-actions): New command. Suggested by
14150 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14151 (antlr-mode-map): New binding [C-c C-v].
14152 (antlr-mode-menu): New entries.
14153 (antlr-downcase-literals): New command.
14154 (antlr-upcase-literals): Ditto.
14155
14156 * antlr-mode.el: Minor changes: indendation, mode-name.
14157 (antlr-indent-line): Indent cpp directive at column 0.
14158 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14159
14160 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14161 (antlr-font-lock-additional-keywords): Workaround for intentional
14162 bug in XEmacs version of font-lock.
14163 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
14164 be used by a smarter version of `buffers-menu-grouping-function'.
14165
141662000-05-29 Gerd Moellmann <gerd@gnu.org>
14167
14168 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14169 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14170
141712000-05-29 Kenichi Handa <handa@etl.go.jp>
14172
14173 * international/encoded-kb.el
14174 (encoded-kbd-iso2022-designation-map): Pay attention to that
14175 charset-iso-final-char return -1 for eight-bit-control and
14176 eight-bit-graphic.
14177
141782000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14179
14180 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14181 (speedbar-easymenu-definition-base): Use display-graphic-p where
14182 available, instead of window-system.
14183
141842000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14185
14186 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14187 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14188 coding systems.
14189
141902000-05-26 Dave Love <fx@gnu.org>
14191
14192 * disp-table.el (standard-display-underline): Don't use
14193 internal-find-face.
14194
14195 * mail/reporter.el: Maintainer change. Doc fixes.
14196 (reporter-version): Deleted.
14197
14198 * emacs-lisp/elp.el: Maintainer change.
14199 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14200
142012000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14202
14203 * add-log.el (add-change-log-entry): Merge the current entry with the
14204 previous one if the previous one is empty.
14205
142062000-05-26 Dave Love <fx@gnu.org>
14207
14208 * loadhist.el (unload-feature): Fix interactive spec [from
14209 lijnzaad@ebi.ac.uk].
14210
14211 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14212 subr-arity to check primitives.
14213 (byte-compile-flush-pending, byte-compile-file-form-progn)
14214 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14215 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14216 mapcar.
14217
142182000-05-26 Kenichi Handa <handa@etl.go.jp>
14219
14220 * international/fontset.el: Set family names of non-latin charsets
14221 in default fontset to "*".
14222
14223 * international/mule-diag.el (print-fontset): Combine family part
14224 and registry part of the fontname by "-*-" instead of "-".
14225
14226 * international/mule-cmds.el (encode-coding-char): Make strings
14227 multibyte before calling encode-coding-string.
14228
142292000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14230
14231 * derived.el: Fix keywords.
14232 (define-derived-mode): Only define if needed.
14233
14234 * simple.el (fill-comment, comment-column, comment-start)
14235 (comment-start-skip, comment-end, comment-indent-function)
14236 (block-comment-start, block-comment-end, indent-for-comment)
14237 (set-comment-column, kill-comment, comment-padding, comment-region)
14238 (comment-multi-line, indent-new-comment-line): Remove.
14239
14240 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14241 function names for comment operations.
14242
14243 * newcomment.el: Add abundant autoload cookies.
14244 (comment-style): Don't depend on runtime data at compile-time.
14245 (comment-indent-hook): Remove.
14246 (comment-indent): Check if comment-indent-hook is bound.
14247 (comment-region): Docstring fix.
14248
142492000-05-25 Dave Love <fx@gnu.org>
14250
14251 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14252 byte-code-function-p.
14253
14254 * mail/rmailsum.el: Add provide.
14255
14256 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14257
14258 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14259 defcustom.
14260
142612000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14262
14263 * ediff-diff.el (ediff-exec-process): delete --binary option from
14264 non-buffer ediff jobs.
14265
142662000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14267
14268 * hilit-chg.el (highlight-changes-mode): Ask about color or
14269 grayscale support, not about window-system.
14270
14271 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14272 window-system.
14273 (ffap-highlight): Always default to t.
14274
14275 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14276 display-popup-menus-p instead of looking at window-system.
14277
14278 * disp-table.el (standard-display-g1, standard-display-graphic):
14279 Only refuse to use string glyphs on X and MS-Windows.
14280
14281 * avoid.el: Remove window-system from commentary, suggest to use
14282 display-*-p instead.
14283
14284 * apropos.el (apropos-print): Use display-mouse-p instead of
14285 window-system.
14286
142872000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14288
14289 * international/codepage.el (cp-decoding-vector-for-codepage):
14290 Fill up unsupported characters with their own codes. From Kenichi
14291 Handa.
14292
142932000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14294
14295 * international/mule-diag.el (describe-char-after): Use
14296 display-graphic-p instead of window-system, so that this function
14297 works on MS-DOS.
14298
142992000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14300
14301 * international/codepage.el (cp-make-coding-systems-for-codepage):
14302 Remove the eight-bit-graphic and eight-bit-control charsets from
14303 the list of charsets which we convert into `?'.
14304
143052000-05-25 Kenichi Handa <handa@etl.go.jp>
14306
14307 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14308 private charsets.
14309 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14310 japanese-jisx0213-2): New charsets.
14311
14312 * international/fontset.el: Setup default fontset for new charsets.
14313
143142000-05-24 Dave Love <fx@gnu.org>
14315
14316 * info.el (Info-find-node-2): Restructure [following "Vadim
14317 S. Solomin" <sovs@uic.nnov.ru>].
14318
14319 * icomplete.el: Fix header for Finder.
14320
143212000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14322
14323 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14324 STAY.
14325
14326 * rmail.el (rmail-automatic-folder-directives): New user variable.
14327 (rmail-show-message): Add call to `rmail-auto-file' during
14328 display.
14329 (rmail-auto-file): New function.
14330
143312000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14332
14333 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14334 account.
14335 (ediff-test-utility,ediff-diff-mandatory-option)
14336 (ediff-reset-diff-options): Utilities for proper initialization of
14337 ediff-diff-options and ediff-diff3-options on Windows.
14338
14339 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14340 variable.
14341
14342 * ediff-mult.el (ediff-filegroup-action): Use
14343 ediff-merge-filename-prefix.
14344
143452000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14346
14347 * viper-ex.el (ex-write): Set selective display to nil.
14348
143492000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14350
14351 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14352 aliases for hebrew-iso-8bit.
14353
143542000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14355
14356 * woman.el: New version from Francis J. Wright
14357 <F.J.Wright@Maths.QMW.ac.uk>.
14358 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14359 names in environment variables regardless of the path separator.
14360 (woman-topic-all-completions-1): Don't call file-name-directory-p
14361 on all files, since woman-file-regexp already filters out any
14362 directories.
14363
143642000-05-24 Kenichi Handa <handa@etl.go.jp>
14365
14366 * international/quail.el (quail-start-translation): Don't change
14367 modified-p of the current buffer.
14368 (quail-start-conversion): Likewise.
14369
14370 * international/kkc.el (kkc-region): Don't change modified-p of
14371 the current buffer.
14372
14373 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14374 conform to RFC1468.
14375 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14376
143772000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14378
14379 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14380 (speedbar-insert-button): Invisible text property fix.
14381 (speedbar-directory-plus): Renamed from speedbar-directory-+
14382 (speedbar-directory-minus): Renamed from speedbar-directory--
14383 (speedbar-page-plus): Renamed from speedbar-file-+
14384 (speedbar-page-minus): Renamed from speedbar-file--
14385 (speedbar-page): Renamed from speedbar-file-
14386 (speedbar-tag): Renamed from speedbar-tag-
14387 (speedbar-tag-plus): Renamed from speedbar-tag-+
14388 (speedbar-tag-minus): Renamed from speedbar-tag--
14389 (speedbar-expand-image-button-alist): Use above renames.
14390
14391 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14392 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14393 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14394 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14395 * sb-pg.xpm: Renamed from sb-file.xpm
14396 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14397 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14398
143992000-05-24 Kenichi Handa <handa@etl.go.jp>
14400
14401 * international/quail.el (quail-show-guidance-buf): Set
14402 current-input-method of the guidance buffer to the name of the
14403 curren input method.
14404
144052000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14406
14407 * progmodes/compile.el (compile-internal): Style typo.
14408
14409 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14410 quote vars and functions in the docstring.
14411
14412 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14413
14414 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14415 Don't quote lambdas.
14416
14417 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14418
144192000-05-23 Gerd Moellmann <gerd@gnu.org>
14420
14421 * startup.el (command-line): Determine source file of compiled
14422 user init file differently. Warn if compiled user init file
14423 is older than its source file.
14424
14425 * ffap.el (ffap-url-regexp): Add `https'.
14426
144272000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14428
14429 * files.el (make-backup-file-name-1): Replace slashes with `!'
14430 rather than `|' (which is not allowed on Windows). Replace the
14431 drive letters with a string "drive_X".
14432
144332000-05-23 Gerd Moellmann <gerd@gnu.org>
14434
14435 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14436
14437 * files.el (interpreter-mode-alist): Add `bash2'.
14438
144392000-05-22 Dave Love <fx@gnu.org>
14440
14441 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14442 mapc.
14443 (feature-file): Avoid calling symbol-name. Doc fix.
14444 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14445 (loadhist-hook-functions): Add mouse-position-function.
14446 (unload-feature): Change uses of mapcar.
14447
14448 * files.el (parse-colon-path): Doc fix.
14449 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14450 (set-auto-mode): Use mapc.
14451
14452 * complete.el (PC-look-for-include-file): Use :alnum: character
14453 class.
14454 (partial-completion-mode): Add autoload cookie.
14455
144562000-05-22 Sam Steingold <sds@gnu.org>
14457
14458 * info.el (Info-fontify-node): Fixed the call to
14459 `add-text-properties' (bug introduced on 2000-05-18).
14460
144612000-05-22 Dave Love <fx@gnu.org>
14462
14463 * bindings.el: Remove debug-ignored-errors set in other files.
14464
14465 * progmodes/etags.el: Add to debug-ignored-errors.
14466 (visit-tags-table-buffer): Clear out buffers holding old tables
14467 when making a new list.
14468 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14469 mapc.
14470
14471 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14472 quote keywords.
14473 (cmpl-string-case-type): Use character classes.
14474
14475 * comint.el:
14476 * textmodes/ispell.el:
14477 * imenu.el:
14478 * mail/mh-e.el:
14479 * progmodes/compile.el: Add to debug-ignored-errors.
14480
14481 * dabbrev.el: Add to debug-ignored-errors.
14482 (dabbrev-completion): Use mapc.
14483
144842000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14485
14486 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14487 (woman-mapcan, woman-parse-man.conf)
14488 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14489 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14490 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14491 path syntax better.
14492 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14493 (woman-manpath): Call woman-parse-man.conf.
14494 (woman-emulation): New defcustom, defaults to nroff.
14495 (woman-font-support): New defconst.
14496 (woman-use-symbol-font): New defcustom.
14497 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14498 "Emulation".
14499 Many functions: Doc fix.
14500
145012000-05-22 Kenichi Handa <handa@etl.go.jp>
14502
14503 * international/quail.el (quail-simple-translation-keymap): Map
14504 128..255 to quail-self-insert-command.
14505 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14506
145072000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14508
14509 * help.el (help-manyarg-func-alist): Typo.
14510
14511 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14512 intervals which makes it heaps simpler.
14513
14514 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14515 the nested comment markers.
14516
14517 * subr.el (remove-hook): Don't turn the hook's value into a list.
14518
145192000-05-21 Dave Love <fx@gnu.org>
14520
14521 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14522 are invalid characters.
14523
14524 * international/mule-util.el (detect-coding-with-priority): Use
14525 mapc. Remove redundant lambda.
14526
14527 * international/mule-diag.el (list-non-iso-charset-chars)
14528 (describe-fontset): Remove redundant lambda.
14529
14530 * emulation/crisp.el (brief-mode): New alias.
14531
14532 * emacs-lisp/ring.el (ring-elements): New function.
14533
14534 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14535 (easy-menu-do-add-item): Use keywordp.
14536
14537 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14538
14539 * replace.el: Doc and error message fixes.
14540 (replace-highlight): Use facep, not internal-find-face.
14541
145422000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14543
14544 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14545
14546 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14547 (log-edit-insert-changelog): Drop `:' as well.
14548
14549 * log-view.el: Fix file description.
14550 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14551 available.
14552 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14553 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14554
14555 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14556 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14557 Print a status message if the toggle is called interactively.
14558 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14559 for global minor modes and use `defcustom' for them.
14560 Use add-minor-mode.
14561 (easy-mmode-define-derived-mode): Remove.
14562 (define-derived-mode): Fancier default docstring.
14563 (easy-mmode-define-navigation): Signal an error rather than (ding).
14564
14565 * newcomment.el (comment-styles): New `box-multi'.
14566 (comment-normalize-vars): Better default for comment-continue to
14567 avoid whitespace-only continuations.
14568 (comment-search-forward): Always move even in the no-syntax case.
14569 (comment-padright): Only obey N if it's only obeyed for padleft.
14570 (comment-make-extra-lines): Better handling of empty continuations.
14571 Use `=' for the filler if comment-start has only one character.
14572 (uncomment-region): Try handling the special `=' filler.
14573 (comment-region): Allow LINES even if MULTI is nil.
14574 (comment-box): Choose box style based on comment-style.
14575
145762000-05-20 Kenichi Handa <handa@etl.go.jp>
14577
14578 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14579 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14580
145812000-05-20 Kenichi HANDA <handa@etl.go.jp>
14582
14583 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14584 and insert, not subst-char-in-region.
14585
14586 * international/mule-diag.el (list-character-sets-1): Handle
14587 charsets eight-bit-control and eight-bit-graphic.
14588 (list-iso-charset-chars): Likewise.
14589 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14590 charactes as is. Use indent-to to align characters.
14591
14592 * international/mule-cmds.el (find-multibyte-characters): Never
14593 exclude charsets eight-bit-control and eight-bit-graphic.
14594
145952000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14596
14597 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14598 Don't quote lambdas.
14599
14600 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14601
146022000-05-19 Gerd Moellmann <gerd@gnu.org>
14603
14604 * gud.el (gud-jdb-directories): Doc fix.
14605
146062000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14607
14608 * newcomment.el: New file.
14609
146102000-05-19 Gerd Moellmann <gerd@gnu.org>
14611
14612 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14613
146142000-05-18 Andreas Schwab <schwab@suse.de>
14615
14616 * dired.el (dired-between-files): Also skip lines beginning with
14617 `used'.
14618
146192000-05-18 Gerd Moellmann <gerd@gnu.org>
14620
14621 * msb.el (msb-menu-cond): Add choice `user'.
14622
146232000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14624
14625 * ps-print.el: Compatibility, customization and doc fix.
14626 (ps-printer-name-option): Replace defconst by defvar.
14627 (ps-postscript-code-directory): XEmacs compatibility.
14628 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14629 fix.
14630 (ps-user-defined-prologue, ps-print-prologue-header)
14631 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14632 compatibility and code fix.
14633 (ps-print-background-image, ps-print-background-text):
14634 Customization fix.
14635 (ps-line-number-start, ps-n-up-on): New vars.
14636
146372000-05-18 Espen Skoglund <esk@ira.uka.de>
14638
14639 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14640 the indent-comment function to just return the appropriate indent.
14641
146422000-05-18 Eric M. Ludlam <zappo@ultranet.com>
14643
14644 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14645 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14646 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14647
146482000-05-18 Dave Love <fx@gnu.org>
14649
14650 * info.el (Info-fontify-node): Add intangible property as well as
14651 invisible.
14652
14653 * calendar/appt.el (appt-make-list): Match all lines of entry.
14654 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14655
146562000-05-18 Kenichi Handa <handa@etl.go.jp>
14657
14658 * international/mule-diag.el (describe-char-after): Call
14659 internal-char-font, not char-font. If internal-char-font returns
14660 nil, display "-- none --".
14661
146622000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14663
14664 * image.el (image-type-available-p): Don't reference image-types
14665 if it isn't bound.
14666
146672000-05-17 Stefan Monnier <monnier@cs.yale.edu>
14668
14669 * autoarg.el (autoarg-mode): Typo in the :set argument.
14670
146712000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14672
14673 * startup.el (command-line-1): Don't signal an error if the
14674 directory for auto-save-list files does not yet exist.
14675
146762000-05-17 Kenichi Handa <handa@etl.go.jp>
14677
14678 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14679
146802000-05-16 Stefan Monnier <monnier@cs.yale.edu>
14681
14682 * subr.el (remove-hook): `setq' hook-value, not `set'.
14683
146842000-05-16 Sam Steingold <sds@gnu.org>
14685
14686 * info.el (debug-ignored-errors): More errors to ignore.
14687
146882000-05-16 Dave Love <fx@gnu.org>
14689
14690 * cus-edit.el: Don't require cl or easymenu.
14691 (custom-variable-prompt): Test standard-value property, not
14692 user-variable-p.
14693
146942000-05-16 Sam Steingold <sds@gnu.org>
14695
14696 * subr.el (add-hook): `setq' hook-value, not `set'.
14697
146982000-05-16 Gerd Moellmann <gerd@gnu.org>
14699
14700 * startup.el (command-line-1): Mention the FAQ in the startup
14701 message.
14702
14703 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14704
14705 * progmodes/compile.el (compilation-parse-errors): Collect
14706 `nomessage' regexps last.
14707
14708 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14709
14710 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14711 to the function name.
14712
147132000-05-15 Dave Love <fx@gnu.org>
14714
14715 * speedbar.el (speedbar-recenter): Typo.
14716 (speedbar-expand-line): Make arg optional.
14717 (speedbar-mode): Avoid a compiler warning.
14718
147192000-05-15 Gerd Moellmann <gerd@gnu.org>
14720
14721 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14722 user-specified option string is empty.
14723
14724 * mouse.el (mouse-yank-at-click): Doc fix.
14725
147262000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
14727
14728 * term/internal.el (IT-character-translations): More updates of
14729 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14730 documents.
14731
147322000-05-15 Gerd Moellmann <gerd@gnu.org>
14733
14734 * env.el (getenv): New function, interactively callable.
14735 (setenv, getenv): Remove autoload cookies.
14736
14737 * loadup.el: Load `env'.
14738
14739 * progmodes/f90.el: Change author's mail address.
14740
147412000-05-14 Dave Love <fx@gnu.org>
14742
14743 * mail/rmail.el (rmail-show-message-hook): Customize and offer
14744 goto-addr as an option.
14745
14746 * help.el (help-xref-stack): Doc fix.
14747 (help-xref-following): New variable.
14748 (help-make-xrefs): Use it.
14749 (help-xref-go-back): Use position information from stack element.
14750 (help-follow): Make position in stack element a pair. Use
14751 help-xref-following.
14752
14753 * autoarg.el: New file.
14754
14755 * faces.el: Declare more functions obsolete.
14756
14757 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14758 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14759 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14760 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14761 Remove all the setup-...-environment functions.
14762
147632000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14764
14765 * speedbar.el: Updated the commentary section. xemacs20p now uses
14766 >= when detecting. Require `defimage' safely.
14767 (speedbar-easymenu-definition-base): Add toggle for images.
14768 (speedbar-easymenu-definition-special): Add flush cache & expand.
14769 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14770 (speedbar-reconfigure-keymaps-hook): New variable.
14771 (speedbar-frame-parameters): Updated documentation.
14772 (speedbar-use-imenu-flag): Updated custom tag
14773 (speedbar-dynamic-tags-function-list): New variable.
14774 (speedbar-tag-hierarchy-method): Updated doc & custom.
14775 (speedbar-indentation-width, speedbar-indentation-width) New
14776 variables.
14777 (speedbar-hide-button-brackets-flag): Customizable.
14778 (speedbar-vc-indicator): Doc update.
14779 (speedbar-ignored-path-expressions): Updated default value.
14780 (speedbar-supported-extension-expressions): Updated default value.
14781 (speedbar-syntax-table): Remove {} paren status.
14782 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14783 as "+". Added overlay aliases.
14784 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14785 `force-mode-line-update'.
14786 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14787 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14788 `mouse-set-point'
14789 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14790 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14791 of arbitrary text, and new helper functions.
14792 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14793 filename finder.
14794 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14795 (speedbar-directory-buttons): Update path search/expansion.
14796 (speedbar-make-tag-line): Pay attention to
14797 `speedbar-indentation-width'. Use more care w/ invisible
14798 properties.
14799 (speedbar-change-expand-button-char): Call
14800 `speedbar-insert-image-button-maybe'.
14801 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14802 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14803 (speedbar-trim-words-tag-hierarchy)
14804 (speedbar-simple-group-tag-hierarchy): New functions
14805 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14806 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14807 functions.
14808 (speedbar-mouse-set-point): New function
14809 (speedbar-power-click): Updated documentation.
14810 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14811 of tag prefix text.
14812 (speedbar-expand-line, speedbar-contract-line): Make more robust
14813 to strange text.
14814 (speedbar-expand-line): Takes universal argument to flush the
14815 cache.
14816 (speedbar-flush-expand-line): New function.
14817 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14818 Use new generator insertion method.
14819 (speedbar-fetch-dynamic-tags): New function.
14820 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14821 `speedbar-fetch-dynamic-imenu'.
14822 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14823 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14824 "Revert Buffer" menu items.
14825 (speedbar-buffer-buttons-engine): Be smarter when creating a
14826 filename tag (for expansion purposes.).
14827 (speedbar-highlight-one-tag-line,
14828 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14829 (speedbar-recenter): New functions.
14830 (defimage-speedbar): Image loading abstraction.
14831 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14832 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14833 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14834 (speedbar-tag-type, speedbar-tag-mail): New images.
14835 (speedbar-expand-image-button-alist): New variable.
14836 (speedbar-insert-image-button-maybe): Insert an image over some
14837 buttons.
14838
148392000-05-13 Kenichi Handa <handa@etl.go.jp>
14840
14841 * international/mule-cmds.el (encode-coding-char): An ASCII
14842 character is always encodable.
14843
14844 * international/mule-conf.el: Add more information in descriptions
14845 of character sets.
14846
14847 * international/mule-diag.el (describe-char-after): New function.
14848 (describe-font-internal): Adjusted for the change of font-info.
14849 (describe-font): Likewise.
14850 (print-fontset): Rewritten for the new fontset implementation.
14851 (describe-fontset): Include fontset alias names in completion.
14852 (list-fontsets): Adjusted for the change of print-fontset.
14853
14854 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14855 describe-char-after instead of displaying the detail in the echo
14856 area.
14857 (syntax-code-table): Format changed.
14858 (string-to-syntax): Adjusted for the above change.
14859
148602000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14861
14862 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14863
148642000-05-12 Dave Love <fx@gnu.org>
14865
14866 * calendar/todo-mode.el: Remove some compatibility stuff and CL
14867 dependence. Use line-{beginning,end}-position, not
14868 point-at{b,e}ol. Some doc fixes.
14869 (todo-position): New function. Fix callers of position to use it.
14870 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14871
148722000-05-12 Gerd Moellmann <gerd@gnu.org>
14873
14874 * time.el (display-time-mail-icon): Use `:ascent center'.
14875
14876 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14877 handling FTP security extensions.
14878
148792000-05-11 Dave Love <fx@gnu.org>
14880
14881 * calendar/todo-mode.el: New file.
14882
148832000-05-11 Gerd Moellmann <gerd@gnu.org>
14884
14885 * comint.el (comint-read-input-ring): Move reference to
14886 comint-input-ring-size outside of the save-excursion. It was
14887 causing the default value to be the only one ever seen.
14888
14889 * font-lock.el: Update copyright. Remove Simon Marshall's email
14890 address on request from him.
14891
14892 * subr.el (substitute-key-definition): Add comment describing
14893 the meaning of PREFIX.
14894
148952000-05-10 Stefan Monnier <monnier@cs.yale.edu>
14896
14897 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14898
14899 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14900 (add-minor-mode): Don't make the variable buffer-local and add a
14901 reference to define-minor-mode in the docstring.
14902
14903 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14904 HEADER/FOOTER and fix bug with trailing empty directory.
14905 (cvs-append-to-ignore): Use vc-editable-p if available.
14906 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14907 (vc-do-command): Tweak advice to handle the new VC.
14908
14909 * log-view.el (log-view-goto-rev): New function for the new VC.
14910 (log-view-minor-wrap): Use mark-active.
14911
14912 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14913 (log-edit-changelog-full-paragraphs): New var.
14914 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14915 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14916 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14917 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14918 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14919 Replace the `cvs' prefix with `log-edit'.
14920
14921 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14922
14923 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14924 (diff-font-lock-defaults): Explicitly turn off multiline.
14925 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14926 (diff-ediff-patch): Fix call to ediff-patch-file.
14927 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14928 Handle comments.
14929
14930 * frame.el (automatic-hscrolling): Typo.
14931
14932 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14933
149342000-05-09 Sam Steingold <sds@goems.com>
14935
14936 * apropos.el (apropos-print): use `describe-face' instead of
14937 `customize-face-other-window'.
14938
149392000-05-09 Dave Love <fx@gnu.org>
14940
14941 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14942
14943 * help.el (describe-variable): Have customize button pop the
14944 help-xref stack when invoked.
14945 (help-xref-symbol-regexp): Add `face'.
14946 (help-make-xrefs): Check for quoted face names and adapt regexp
14947 submatch numbers to cope.
14948 (help-xref-interned): Maybe insert face doc too. Separate
14949 sections with a line of hyphens.
14950
14951 * faces.el: Some doc fixes. Declare some functions obsolete.
14952 (describe-face): Add customize button. Return the help
14953 text. Fix prompt.
14954
149552000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14956
14957 * term/internal.el (IT-character-translations): Fix last change.
14958
149592000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14960
14961 * woman.el: New file
14962 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14963
149642000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14965
14966 * term/internal.el (IT-character-translations): Update ASCII
14967 simulations for greek-iso8859-7, add latin-iso8859-14 and
14968 latin-iso8859-15.
14969
14970 * international/mule-cmds.el (set-language-info-alist): Call
14971 define-prefix-command with 3 arguments, to make the map suitable
14972 for a menu.
14973
149742000-05-07 Dave Love <fx@gnu.org>
14975
14976 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14977
149782000-05-05 Dave Love <fx@gnu.org>
14979
14980 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14981 list in doc string. Don't quote keyword symbols.
14982 * emacs-lisp/cl.el: Likewise
14983 * emacs-lisp/cl-seq.el: Likewise
14984
149852000-05-05 Gerd Moellmann <gerd@gnu.org>
14986
14987 * abbrev.el (abbrev-mode): Make ARG optional.
14988
149892000-05-04 Gerd Moellmann <gerd@gnu.org>
14990
14991 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14992
14993 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14994
14995 * subr.el (substitute-key-definition): Clarify documentation.
14996
149972000-05-04 Milan Zamazal <pdm@freesoft.cz>
14998
14999 * glasses.el (glasses-convert-to-unreadable): Use
15000 `glasses-separator' instead of the hard-wired "_".
15001 (glasses-mode): Call `glasses-make-unreadable' only in a single
15002 place.
15003
150042000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
15005
15006 * term/internal.el (cjk-codepages-alist): Add associations for
15007 Chinese and Korean codepages. Remove FIXME comment.
15008
150092000-05-03 Dave Love <fx@gnu.org>
15010
15011 * time.el (display-time-mail-face, display-time-use-mail-icon):
15012 New option.
15013 (display-time-mail-icon): New variable.
15014 (display-time-string-forms): Use the above. Fix the local-map.
15015
150162000-05-03 Gerd Moellmann <gerd@gnu.org>
15017
15018 * replace.el (query-replace-map): Add binding for `E'.
15019 (query-replace-help): Extend help text.
15020 (perform-replace): Allow editing the replacement string.
15021
15022 * make-mode.el (makefile-mode-abbrev-table): New variable.
15023 (makefile-mode): Set local abbrev table to
15024 makefile-mode-abbrev-table.
15025 (makefile-font-lock-keywords): Fontify includes and conditionals.
15026
15027 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
15028 set TOGGLE's value.
15029
15030 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
15031 mail-interactive-insert-alias.
15032 (mail-abbrev-complete-alias): New command.
15033 (mail-mode-map): Bind it to `M-TAB'.
15034
150352000-05-03 Kenichi Handa <handa@etl.go.jp>
15036
15037 * language/lao-util.el (lao-compose-region): New function.
15038
150392000-05-02 Gerd Moellmann <gerd@gnu.org>
15040
15041 * files.el (recover-session): Make directories as necessary
15042 if they don't exist yet.
15043
15044 * calendar/cal-french.el
15045 (french-calendar-multibyte-special-days-array)
15046 (french-calendar-special-days-array): Change French text.
15047 (calendar-french-date-string): Change output.
15048 (calendar-goto-french-date): Likewise.
15049
150502000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
15051
15052 * wid-edit.el (widget-default-active): Obey `:always-active'.
15053 (widget-documentation-string-value-create): Set `:always-active'.
15054
150552000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15056
15057 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
15058 default prefix to `~/_emacs.d/auto-save.list/_s'.
15059 (normal-top-level): Create the directory for auto-save files, if
15060 it doesn't already exist (in the ms-dos case only).
15061
150622000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15063
15064 * international/mule-cmds.el (set-language-environment): Don't
15065 concat an integer (dos-codepage), use format instead.
15066
150672000-05-02 Dave Love <fx@gnu.org>
15068
15069 * help.el (help-xref-on-pp): Check for constant symbols.
15070
150712000-04-29 Gerd Moellmann <gerd@gnu.org>
15072
15073 * startup.el (normal-top-level): Put a condition-case around
15074 the code loading subdirs.el.
15075
150762000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15077
15078 * ps-print.el: Upside-down and face background color printing,
15079 line number step, doc fix.
15080 (ps-print-version): New version number (5.2).
15081 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15082 (ps-face-attribute-list, ps-plot-with-face): Code fix.
15083 (ps-spool-config): Var fix.
15084 (ps-printer-name-option): Const fix.
15085 (ps-print-upside-down, ps-use-face-background)
15086 (ps-line-number-step): New vars.
15087 (ps-window-system, ps-lp-system): New consts.
15088 (ps-face-background): New fun.
15089
150902000-04-28 Richard Stallman <rms@gnu.org>
15091
15092 * files.el (make-auto-save-file-name):
15093 Apply auto-save-file-name-transforms to visited file name
15094 before generating auto save file name.
15095 (auto-save-file-name-transforms): New variable.
15096
15097 * files.el (backup-enable-predicate):
15098 Correctly test for a file under a temporary directory.
15099
151002000-04-28 Gerd Moellmann <gerd@gnu.org>
15101
15102 * subr.el (add-minor-mode): Rewritten.
15103
151042000-04-28 Kenichi Handa <handa@etl.go.jp>
15105
15106 * mail/sendmail.el (sendmail-send-it): Set
15107 buffer-file-coding-system to the selected coding system for MIME
15108 header.
15109
151102000-04-27 Gerd Moellmann <gerd@gnu.org>
15111
15112 * dired.el (dired-move-to-filename-regexp): Allow format where
15113 YYYY is followed by two spaces.
15114
15115 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15116 in the second character class of the regexp.
15117
15118 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15119 mh-etc, too.
15120
15121 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15122 nil.
15123
15124 * subr.el (add-minor-mode): Use `set' instead of `setq'.
15125
15126 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15127 argument.
15128
151292000-04-27 Sen Nagata <sen@eccosys.com>
15130
15131 * emacs-lisp/crm.el (crm-completion-table): New variable.
15132 (crm-collection-fn, crm-test-completion)
15133 (completing-read-multiple): Use it.
15134
151352000-04-27 Dave Love <fx@gnu.org>
15136
15137 * help.el (locate-library): Use mapc.
15138 (help-manyarg-func-alist): Add call-process-region.
15139
151402000-04-26 Gerd Moellmann <gerd@gnu.org>
15141
15142 * subr.el (add-minor-mode): Make argument MAP optional.
15143
15144 * desktop.el (desktop-save): Save list of minor modes.
15145 (desktop-create-buffer): Restore minor modes.
15146 (desktop-minor-mode-table): New user-option.
15147
15148 * subr.el (add-minor-mode): New function.
15149
15150 * image.el (find-image): New function.
15151 (defimage): Rewritten to find image at load time.
15152
15153 * startup.el (normal-top-level-add-to-load-path): Handle
15154 case that the default directory is not in load-path.
15155
15156 * help.el: Old patch from Stefan Monnier.
15157 (help-xref-on-pp): New function.
15158 (describe-variable): Use it to display xrefs in a symbol's value.
15159
151602000-04-26 Stefan Monnier <monnier@cs.yale.edu>
15161
15162 * cus-edit.el (custom-face): Fix parenthesis.
15163
151642000-04-26 Kenichi Handa <handa@etl.go.jp>
15165
15166 * mail/rmail.el (rmail-expunge): When there are no deleted
15167 messages, do nothing.
15168
151692000-04-26 Dave Love <fx@gnu.org>
15170
15171 * international/mule-cmds.el (locale-translation-file-name):
15172 Defvar to nil.
15173 (set-locale-environment): Set it here (at runtime).
15174
151752000-04-25 Gerd Moellmann <gerd@gnu.org>
15176
15177 * replace.el (perform-replace): Add parameters START and END. Use
15178 them instead of the check for a region in Transient Mark mode.
15179 (query-replace-read-args): Return two more list elements for the
15180 start and end of the region in Transient Mark mode.
15181 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15182 (map-query-replace-regexp, replace-string, replace-regexp): Add
15183 optional last arguments START and END and pass them to
15184 perform-replace.
15185
15186 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15187 form with additional arguments for perform-replace.
15188
15189 * progmodes/etags.el (tags-query-replace): Add parameters START
15190 and END. Construct a form with additional arguments for
15191 perform-replace.
15192
15193 * simple.el (shell-command): Set default directory for "*Shell
15194 Command Output" buffer.
15195
15196 * language/european.el (iso-latin-4): Fix typo.
15197
15198 * emacs-lisp/crm.el: New file.
15199
152002000-04-24 Dave Love <fx@gnu.org>
15201
15202 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15203 (Custom-reset-saved, Custom-reset-standard)
15204 (custom-group-value-create, custom-group-set, custom-group-save)
15205 (custom-group-reset-current, custom-group-reset-saved)
15206 (custom-group-reset-standard): Use mapc.
15207 (custom-buffer-create-internal): Disable undo when creating items.
15208 Use mapc.
15209 (custom-face): Avoid redundant lambda.
15210
152112000-04-24 Gerd Moellmann <gerd@gnu.org>
15212
15213 * startup.el (auto-save-list-file-prefix): Set default to
15214 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15215
152162000-04-24 Sam Steingold <sds@gnu.org>
15217
15218 * time-stamp.el (time-stamp-string-preprocess): Always convert
15219 `field-result' to a string.
15220
152212000-04-24 Gerd Moellmann <gerd@gnu.org>
15222
15223 * frame.el (scrolling): New group.
15224 (automatic-hscrolling): New user-option.
15225
15226 * startup.el (command-line-x-option-alist): Add `-lsp' and
15227 `--line-spacing'.
15228
152292000-04-19 Dave Love <fx@gnu.org>
15230
15231 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15232 (cl-mapc): Rename from mapc. Fix the funcall.
15233
152342000-04-19 Gerd Moellmann <gerd@gnu.org>
15235
15236 * simple.el (clone-indirect-buffer-other-window): New command.
15237 (clone-indirect-buffer): Add optional arg NORECROD.
15238 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15239
15240 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15241
15242 * window.el (count-screen-lines): New function.
15243 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15244 instead of window-buffer-height.
15245
15246 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15247 non-existing variable comint-input-sentinel.
15248 (inferior-lisp-args-to-list): Removed.
15249 (inferior-lisp): Use split-string instead of
15250 inferior-lisp-args-to-list.
15251
15252 * hexl.el (hexl-insert-hex-string): New command.
15253
15254 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15255 instead of concat.
15256
152572000-04-18 Gerd Moellmann <gerd@gnu.org>
15258
15259 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15260 at the start of an existing but empty folder.
15261
152622000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15263
15264 * ps-mule.el: Customization fix, doc fix.
15265 (ps-multibyte-buffer): Customization fix.
15266
152672000-04-17 Richard M. Stallman <rms@gnu.org>
15268
15269 * subr.el (read-passwd): Use read-char-exclusive.
15270
152712000-04-17 Gerd Moellmann <gerd@gnu.org>
15272
15273 * textmodes/texinfo.el (texinfo-insert-@email)
15274 (texinfo-insert-@emph, texinfo-insert-@quotation)
15275 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15276 (texinfo-mode-map): Add key bindings for them.
15277
15278 * files.el (basic-save-buffer-2): Use a template with `$'
15279 instead of `#' for VMS.
15280
15281 * simple.el (clone-indirect-buffer): New function.
15282
152832000-04-16 Stephen Eglen <stephen@gnu.org>
15284
15285 * iswitchb.el (iswitchb-case): New function. If the user input
15286 contains any upper-case characters, the search is made
15287 case-sensitive.
15288
152892000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15290
15291 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15292 comment-end.
15293 (texinfo-font-lock-syntactic-keywords): New var.
15294 (texinfo-font-lock-keywords): Remove comment regexp.
15295 (texinfo-insert-block): New function.
15296 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15297 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15298 and font-lock-defaults. Use regexp-opt for outline-regexp.
15299 (texinfo-environments): New var.
15300 (texinfo-environment-regexp): Use regexp-opt and
15301 texinfo-environments.
15302
15303 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15304 ispell-process is bound since this might be eval'd before ispell
15305 is loaded.
15306 (ispell-message): Use a tiny bit less magic and a bit more hard
15307 data to figure out what kind of sc-cite-regexp to use.
15308
15309 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15310
15311 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15312 (insert-cyclic-diary-entry): Unquote the lambda.
15313
15314 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15315
15316 * files.el (backup-enable-predicate): Unquote the lambda.
15317
15318 * cus-edit.el (custom-face, face): Unquote the lambda.
15319
153202000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15321
15322 * ps-print.el: Check for line-beginning-position definition.
15323
15324 * ps-print.el: Fix counting lines in a region.
15325 (ps-print-version): New version number (5.1.5).
15326 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15327 (ps-printing-region): Fun code fix.
15328
153292000-04-15 Gerd Moellmann <gerd@gnu.org>
15330
15331 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15332 to file-directory-p.
15333
153342000-04-14 Gerd Moellmann <gerd@gnu.org>
15335
15336 * gud.el (gud-jdb-build-source-files-list): Check that directory
15337 exists before calling directory-files.
15338
153392000-04-13 Dave Love <fx@gnu.org>
15340
15341 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15342 syntax.
15343
15344 * emacs-lisp/cl-specs.el: Remove when, unless.
15345
15346 * emacs-lisp/cl-extra.el: Don't quote keywords.
15347 (cl-old-mapc): New variable.
15348 (mapc): Use it.
15349 (cl-map-intervals): Use with-current-buffer. Don't check for
15350 next-property-change.
15351 (cl-map-overlays): Use with-current-buffer.
15352 (cl-expt): Remove.
15353 (copy-tree, remprop): Define unconditionally.
15354
15355 * emacs-lisp/cl-compat.el (keywordp): Remove.
15356
15357 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15358 to use keywordp.
15359 (edebug-spec): Enable keywordp.
15360
15361 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15362 string-lessp.
15363
15364 * cus-start.el: Use keywordp.
15365
153662000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15367
15368 * diary-lib.el (include-other-diary-files): Fix the fix of
15369 2000-02-18 by doing a save-excursion.
15370
153712000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15372
15373 * ps-print.el: Customization fix, doc fix.
15374 (ps-print-version): New version number (5.1.4).
15375 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15376 (ps-print-preprint): Adjust code.
15377 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15378 (ps-print-prologue-header, ps-print-control-characters)
15379 (ps-spool-config): Customization fix.
15380
153812000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15382
15383 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15384 converted to the new menu-item format, names silightly changed,
15385 help strings added.
15386
15387 Support for spelling without async subprocesses:
15388
15389 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15390 (ispell-session-buffer): New variables.
15391 (ispell-start-process, ispell-process-status,
15392 ispell-accept-output, ispell-send-string): New functions, for
15393 Ispell invocation when async subprocesses aren't supported.
15394 (ispell-word, ispell-pdict-save, ispell-command-loop,
15395 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15396 to process-send-string with calls to ispell-send-string, and
15397 accept-process-output with ispell-accept-output.
15398 (ispell-init-process): Call ispell-process-status instead of
15399 process-status with.
15400 (ispell-init-process): Call ispell-start-process. Call
15401 ispell-accept-output and ispell-send-string. Don't call
15402 process-kill-without-query and kill-process if they are unbound.
15403 (ispell-async-processp): New function.
15404
154052000-04-12 Dave Love <fx@gnu.org>
15406
15407 * info.el: Add debug-ignored-errors.
15408 (Info-mode-menu): Add some items.
15409 (Info-directory): Add autoload cookie.
15410
15411 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15412 Modify `truncate-lines'. Make `describe-language-environment'
15413 always visible and add help. Modify `describe-key' help. Invoke
15414 Info-directory from `info'. New entry `emacs-manual'.
15415
154162000-04-10 Gerd Moellmann <gerd@gnu.org>
15417
b291c86c
SM
15418 * progmodes/ebrowse.el (ebrowse-tree-mode):
15419 Use propertized-buffer-identification.
a30eb617
DL
15420 (ebrowse-update-member-buffer-mode-line): Likewise.
15421 (ebrowse--mode-strings): Removed.
15422 (ebrowse--mode-line-props): Removed.
15423
15424 * files.el (auto-mode-alist): Add `EBROWSE'.
15425
15426 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15427 space before testing for end of buffer.
15428 (ebrowse-load): Removed.
15429 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15430 (ebrowse-create-tree-buffer): Rewritten.
15431 (ebrowse-tree-mode): Read tree from buffer.
15432
15433 * progmodes/ebrowse-ffh.el: Removed.
15434
154352000-04-10 Kenichi Handa <handa@etl.go.jp>
15436
15437 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15438
154392000-04-10 Gerd Moellmann <gerd@gnu.org>
15440
15441 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15442 at the wrong place.
15443
154442000-04-09 Dave Love <fx@gnu.org>
15445
b291c86c
SM
15446 * files.el (backup-enable-predicate):
15447 Use temporary-file-directory, small-temporary-file-directory.
15448 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
15449 (make-backup-file-name-1): New function.
15450 (make-backup-file-name): Use it.
b291c86c 15451 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
15452 (file-newest-backup): Use make-backup-file-name.
15453
154542000-04-09 Gerd Moellmann <gerd@gnu.org>
15455
15456 * progmodes/ebrowse-ffh.el: New file.
15457
86f6474c
SM
15458 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
15459 Moved to ebrowse-ffh.el.
a30eb617
DL
15460 (ebrowse-load): Add autoload.
15461
15462 * finder.el (finder-commentary): Add autoload cookie.
15463
15464 * mail/rfc2368.el: Correct author's email address.
15465
15466 * progmodes/ebrowse.el: New file.
15467
15468 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15469 item help string.
15470 (easy-menu-do-add-item): Ditto.
15471 (easy-menu-define): Extend doc string.
15472
86f6474c 15473 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
15474 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15475 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15476 with-buffer-unmodified.
15477
154782000-04-08 Dave Love <fx@gnu.org>
15479
15480 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15481 unless, when.
15482
154832000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15484
15485 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15486 (viper-flash-search-pattern): No operation when using Emacs
15487 doesn't support face.
15488 Use `viper-put-on-search-overlay'.
15489
154902000-04-04 Gerd Moellmann <gerd@gnu.org>
15491
15492 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15493 like C-r.
15494
15495 * progmodes/make-mode.el: Some doc fixes.
15496 (makefile-mode-abbrev-table): New variable.
15497 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15498 (makefile-font-lock-keywords): Fontify includes and conditionals.
15499 (toplevel): Require `dabbrev' and `add-log' when compiling.
15500
15501 * replace.el (perform-replace): Don't move forward one char
15502 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15503 to do that because it leaves point 1 position after the last
15504 replacement, after everything has been replaced.
15505
15506 * jit-lock.el (with-buffer-unmodified): New macro.
15507 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15508 modified state.
15509 (jit-lock-function-1): Extracted from jit-lock-function; not
15510 preserving buffer's modified state.
86f6474c
SM
15511 (jit-lock-function, jit-lock-stealth-fontify):
15512 Call jit-lock-function-1.
a30eb617
DL
15513
15514 * mail/rfc2368.el: Remove supernumerary copyright line.
15515
155162000-04-04 Milan Zamazal <pdm@freesoft.cz>
15517
15518 * glasses.el: Provide facilities for inserting space before left
15519 parentheses and uncapitalization of identifiers.
15520 (glasses-mode): Try to remove old overlays in all cases.
15521
155222000-04-03 Gerd Moellmann <gerd@gnu.org>
15523
15524 * progmodes/compile.el (compile-internal): Display the compilation
15525 buffer in a different frame, if it's already displayed there.
15526
15527 * mail/rfc2368.el: New file.
15528
15529 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15530 header and insert its value as mail body.
15531
15532 * subr.el (member-ignore-case): New function.
15533
15534 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15535 (dabbrev--find-expansion): Ignore buffers matching a regexp
15536 from dabbrev-ignored-regexps.
15537
15538 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15539 to extensions handled by gzip.
15540
155412000-04-03 Richard M. Stallman <rms@gnu.org>
15542
15543 * files.el (insert-directory): List the total free space
15544 along with the used space.
15545
15546 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15547 line is followed by one that matches CITATION-REGEXP, end the
15548 paragraph.
15549
155502000-04-03 Markus Rost <rost@delysid.gnu.org>
15551
15552 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15553 (rmail-make-basic-summary-line): Use that option.
15554
155552000-04-03 Kenichi Handa <handa@etl.go.jp>
15556
15557 * international/mule-cmds.el (encoded-string-description):
15558 Rewritten. Try pretty description for ISO 2022 escape sequences
15559 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15560 for hexadecimal format.
15561
155622000-04-01 Dave Love <fx@gnu.org>
15563
15564 * cpp.el: Change customization group to `c' from `C'.
15565
15566 * vcursor.el (vcursor-move): Use display-color-p.
15567
15568 * international/mule-util.el: Provide mule-utils.
15569 (string-to-sequence): Simplify and speed up.
15570
15571 * international/mule.el (make-coding-system): Purecopy doc-string.
15572
15573 * international/mule-cmds.el: Various menu changes.
15574 (describe-specified-language-support): Handle `Default'.
15575 (set-language-info): Purecopy `info'.
15576
155772000-03-31 Andrew Innes <andrewi@gnu.org>
15578
15579 * vc.el (vc-backend-diff): Return the correct status if we had to
15580 retry the rcsdiff command without the --brief option.
15581
155822000-03-31 Dave Love <fx@gnu.org>
15583
15584 * help.el (help-manyarg-func-alist): Correct several omissions.
15585
15586 * add-log.el: Don't require cl, fortran.
15587 (add-log-current-defun-function): Doc fix.
86f6474c 15588 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 15589 (change-log-version-rcs): Function deleted.
86f6474c
SM
15590 (change-log-version-number-search): Doc fix.
15591 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
15592 (add-change-log-entry): Just call add-log-current-defun to get
15593 defun. Simplify somewhat.
15594 (change-log-get-method-definition-1): Likewise.
15595 (add-log-current-defun): Return nil if calling
15596 add-log-current-defun-function does so. Move Fortran stuff to
15597 fortran.el. Return string without properties.
15598
15599 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15600 and :alpha: char classes.
15601
15602 * mail/supercite.el: Defvar curline when compiling.
15603 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15604 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15605 rather than a-zA-Z0-9 to allow non-ASCII characters.
15606
156072000-03-31 Gerd Moellmann <gerd@gnu.org>
15608
15609 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15610
15611 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15612 Re-enable new code.
15613
15614 * lpr.el (print-region-1): Use -d to specify printer name for
15615 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15616
156172000-03-31 Dave Love <fx@gnu.org>
15618
86f6474c
SM
15619 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
15620 Look for function definition in symbol's function value slot first
a30eb617
DL
15621 instead of first consulting byte-compile-function-environment.
15622
156232000-03-31 Kenichi Handa <handa@etl.go.jp>
15624
15625 * language/european.el ("Polish"): New language environment.
15626 (setup-polish-environment): New function.
15627
156282000-03-30 Gerd Moellmann <gerd@gnu.org>
15629
15630 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15631 Disable new code.
15632
15633 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15634 trying to `load' the symbol of an autoload instead of the file
15635 recorded in the autoload. Fix error messages.
15636
156372000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15638
15639 * ps-print.el: PostScript programming fix for ghostview, doc fix.
15640 (ps-print-version): New version number (5.1.3).
15641 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15642 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15643 (ps-generate-postscript-with-faces): Code fix.
15644 (ps-color-values): XEmacs compatibility.
15645 (ps-print-background-image, ps-print-background-text, ps-printer-name)
15646 (ps-default-fg, ps-default-bg): Adjust customization.
15647 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15648 (ps-color-scale): Renaming old ps-color-value fun.
15649 (ps-print-headers): Replace ps-print-header group to avoid conflict
15650 with ps-print-header variable.
15651 (ps-print-miscellany): New group.
15652 (ps-format-color, ps-rgb-color): New funs.
15653 (ps-default-foreground): New var.
15654 (ps-printer-name-option): New const.
15655
156562000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15657
15658 * net/net-utils.el:
15659 (network-connection-host, network-connection-service): New variables
15660 (network-connection-mode): New mode, derived from comint-mode
15661 (network-connection-mode-setup): New function, saves host and
15662 service information in local variables.
15663
15664 * lisp/locate.el:
15665 (locate-word-at-point): Added this function
15666 (locate): Default to using locate-word-at-point as input
15667 Run dired-mode-hook
15668
156692000-03-29 Dave Love <fx@gnu.org>
15670
15671 * calendar/appt.el: Doc fixes.
15672 (appt-check): Convert min-to-app to a string before passing to
15673 appt-disp-window-function or concat.
15674 (appt-delete-window): Remove test for frame-root-window.
15675 (appt-select-lowest-window, appt-convert-time): Simplify.
15676
15677 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
15678 (byte-compile-file-form-autoload):
15679 Update byte-compile-function-environment.
a30eb617
DL
15680
156812000-03-29 Andreas Schwab <schwab@suse.de>
15682
86f6474c 15683 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
15684
15685 * dired.el (dired-insert-directory): If dired-free-space-program
15686 failed just delete its output.
15687
156882000-03-29 Dave Love <fx@gnu.org>
15689
15690 * international/iso-cvt.el: Move provide to end. Doc fixes.
15691 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15692 (iso-iso2sgml, iso-sgml2iso): New functions.
15693 (iso-cvt-define-menu): Fix some entries and use backquote for
15694 clarity.
15695
15696 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15697
156982000-03-28 Gerd Moellmann <gerd@gnu.org>
15699
15700 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15701 ISO-DATE. If non-nil, return date in ISO 8601 format.
15702
157032000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15704
15705 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15706 if it ever becomes used.
15707 (log-edit-mode-hook): Default to vc-log-mode-hook.
15708 (log-edit-mode): Fix the docstring.
15709
15710 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15711 the code.
15712
157132000-03-26 Dave Love <fx@gnu.org>
15714
15715 * net/browse-url.el (browse-url): Re-fix case of
15716 browse-url-browser-function being an alist.
15717 (browse-url): Add :link to defgroup.
15718
15719 * files.el: Doc fixes.
15720 (file-truename): Include `[' in wildcard characters.
15721 (automount-dir-prefix): Customize.
15722 (find-file-wildcards): Add :version.
15723 (find-file-noselect): Simplify a mapcar call.
15724
15725 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15726 compatible with inf-lisp version.
15727 (eval-defun-1): Fix custom-declare-variable case.
15728
157292000-03-25 Stefan Monnier <monnier@cs.yale.edu>
15730
15731 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15732
157332000-03-24 Gerd Moellmann <gerd@gnu.org>
15734
15735 * Makefile (COMPILE_FIRST): New macro.
15736 (compile-files): Compile files from COMPILE_FIRST first.
15737
86f6474c 15738 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
15739
15740 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15741 matching open parenthesis in column 0 to defun-prompt-regexp
15742 only if open-paren-in-column-0-is-defun-start is set.
15743
15744 * sun-curs.el: Require CL at compile-time only.
15745
15746 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15747 instead of copy-list which is a function from CL.
15748 (msb--choose-menu, msb--mode-menu-cond)
15749 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15750 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
15751 (msb--aggregate-alist): Use mapcar instead of mapcan.
15752 Fix `(' in column 0 in doc string.
a30eb617
DL
15753 (msb--add-separators): Use mapcar instead of mapcan.
15754
15755 * cus-dep.el: Require CL at compile-time only.
15756
157572000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15758
15759 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15760 (byte-compile-warnings): New warning `noruntime'.
15761 (byte-compile-constants, byte-compile-variables): Fix docstring.
15762 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15763 execute `eval-whenc-compile's body.
15764 (byte-compile-unresolved-functions): Fix docstring.
15765 (byte-compile-eval): New function.
15766 (byte-compile-callargs-warn): Check if the function will be available
15767 at runtime (via property `byte-compile-noruntime').
15768 (byte-compile-print-syms): New function.
15769 (byte-compile-warn-about-unresolved-functions): Also warn about
15770 `noruntime' functions (and use `byte-compile-print-syms').
15771 (byte-compile-file): Capitalize the message.
15772
157732000-03-24 Gerd Moellmann <gerd@gnu.org>
15774
15775 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15776 (rmail-expunge): Ask for confirmation depending on the setting
15777 of rmail-confirm-expunge.
15778
157792000-03-23 Gerd Moellmann <gerd@gnu.org>
15780
15781 * Makefile (bootstrap-clean): If $(emacs) exists, build
15782 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 15783 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
15784
157852000-03-23 Dave Love <fx@gnu.org>
15786
15787 * net/browse-url.el: Restore previous use of
15788 browse-url-maybe-new-window.
15789
157902000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15791
15792 * ps-print.el: Skip banner page fix.
15793 (ps-print-version): New version number (5.1.2).
15794 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15795
157962000-03-23 Dave Pearson <davep@davep.org>
15797
15798 * net/quickurl.el Changed the type of parameter passed to the
15799 function defined by `quickurl-format-function'. Before only the
15800 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
15801 and the function is responsible for extracting the parts it requires.
15802 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
15803 (quickurl-insert): Changed the `funcall' of
15804 `quickurl-format-function' to match the above change.
15805 (quickurl-list-insert): Changed the `url' case so that it makes
15806 use of `quickurl-format-function', previous to this the format was
15807 hard wired.
15808
158092000-03-22 Gerd Moellmann <gerd@gnu.org>
15810
15811 * startup.el: Change some spellings for the X Window System.
15812
158132000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15814
86f6474c
SM
15815 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
15816 Clean up the code and the regexp and make sure the cursor is
15817 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
15818
158192000-03-22 Jason Rumney <jasonr@gnu.org>
15820
15821 * w32-fns.el (w32-charset-info-alist): Initialize.
15822
158232000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15824
15825 * ps-print.el: N-up last page fix.
15826 (ps-print-version): New version number (5.1.1).
15827 (ps-end-file, ps-end-job, ps-generate): Code fix.
15828
158292000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15830
15831 * files.el (find-file-run-dired): Update docstring.
15832 (find-directory-functions): New hook.
15833 (find-file-noselect): Run find-directory-functions rather than
15834 calling dired directly.
15835
15836 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15837
15838 * pcvs.el: Add a minimal leading commentary.
15839 (cvs-make-cvs-buffer): Change the header part by removing the startup
15840 message and adding a `Module' entry. Also replace the FOOTER and
15841 HEADER special fileinfos with the new support in ewoc for updating
15842 its own footer and header.
15843 (cvs-update-header): Update to use the header/footer of the ewoc.
15844 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15845 (cvs-is-within-p): New function.
15846 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15847 to only examine some subset of the buffers.
15848
15849 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15850 `format' instead of our own ad-hoc functions.
15851 Remove HEADER and FOOTER cases, now handled in the EWOC.
15852 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15853
15854 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15855 output to avoid scaring the user.
15856 (cvs-parse-table): Catch message for non-up-to-date commits.
15857
15858 * pcvs-defs.el (cvs-startup-message): Remove.
15859 (cvs-global-menu): New autoloaded menu.
15860
15861 * pcvs-util.el (cvs-string-fill): Remove.
15862
15863 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15864 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15865 PP part of it and also make it work for footers and headers.
15866 (ewoc-create): Drop POS and BUFFER arguments.
15867 Use the DLL's dummy node to store the end-of-footer position.
15868 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15869 (ewoc-refresh): Remove unused `header' variable.
15870 (ewoc-(get|set)-hf): New functions.
15871
15872 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15873 log-view-*-(message|file) and use easy-mmode-define-navigation.
15874 (log-view-message-re): Match SCCS format as well.
15875 And match the revision line rather than the dashed separator line.
15876 (log-view-mode): Use the new define-derived-mode.
15877 (log-view-current-tag): Fill in with an actual implementation.
15878
15879 * cvs-status.el (cvs-status-(prev|next)): Rename from
15880 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15881 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15882 to let the output "breathe" a little more (more readable).
15883 (cvs-status-mode): Use the new define-derived-mode.
15884
15885 * smerge-mode.el (smerge-auto-leave): New function and variable.
15886 (smerge-basic-map): Rename from smerge-basic-keymap.
15887 Change the bindings for smerge-diff-*.
15888 (smerge-*-map): Use easy-mmode-defmap.
15889 (smerge-(next|prev)): Use easy-mmode-define-navigation.
15890 (smerge-keep-*): Use smerge-auto-leave.
15891
158922000-03-21 Jason Rumney <jasonr@gnu.org>
15893
15894 * cus-edit.el (custom-button-face): Use 3D look for w32.
15895 (custom-button-pressed-face): Likewise.
15896
158972000-03-21 Gerd Moellmann <gerd@gnu.org>
15898
15899 * progmodes/etags.el (tags-case-fold-search): New user-option.
15900 (tags-loop-eval): New function. Bind case-fold-search around eval
15901 depending on the value of tags-case-fold-search.
15902 (tags-loop-continue): Use tags-loop-eval.
15903 (find-tag-in-order): Bind case-fold-search depending on the value
15904 of tags-case-fold-search.
15905
159062000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15907
86f6474c 15908 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
15909 (diff-end-of-hunk): Return the end position for use in
15910 `easy-mmode-define-navigation'.
15911 (diff-recenter): Remove.
15912 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15913 of `easy-mmode-define-navigation'.
15914 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15915 previous renaming) and fix to use new names.
15916 (diff-merge-strings): Use \n as separator: simpler, faster.
15917 (diff-mode): Use `define-derived-mode'.
15918
15919 * derived.el (define-derived-mode): Don't autoload anymore.
15920 Prefer the macro-only version provided by easy-mmode.el.
15921
15922 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 15923 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
15924 (easy-mmode-define-navigation): New macro.
15925
15926 * subr.el (combine-run-hooks): New function.
15927
159282000-03-21 Kenichi HANDA <handa@etl.go.jp>
15929
15930 * term/x-win.el: Fontsets related initialization is simplified.
15931
15932 * international/mule-diag.el (describe-font): Don't refer to
15933 global-fontset-alist, instead call font-list.
15934 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 15935 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 15936
86f6474c
SM
15937 * international/fontset.el (x-charset-registries): Variable removed,
15938 instead the corresponding data is stored in the default fontset.
a30eb617
DL
15939 (register-alternate-fontnames): Function removed.
15940 (resolved-ascii-font): Variable removed.
15941 (x-compose-font-name): Ignore the second argument REDOCE.
15942 (x-complement-fontset-spec): Complement only an ASCII font and
15943 element for those charsets than can use that ASCII font.
15944 (generate-fontset-menu): Don't refer to global-fontset-alist,
15945 instead call fontset-list.
15946 (uninstantiated-fontset-alist): Variable removed.
15947 (x-style-funcs-alist): Likewise.
15948 (fontset-default-styles): Likewise.
15949 (x-modify-font-name): Function removed.
86f6474c 15950 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
15951 (create-fontset-from-ascii-font): Docsting adjusted for the above
15952 change.
15953 (instantiate-fontset, resolve-fontset-name): Functions removed.
15954 (fontset-list): Now implemented by C code.
15955
15956 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15957 (describe-face): Include `font' attribute in the description.
15958
159592000-03-21 Kenichi Handa <handa@etl.go.jp>
15960
15961 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15962
159632000-03-20 Gerd Moellmann <gerd@gnu.org>
15964
15965 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15966 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15967 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15968
15969 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15970 about behavior of set-buffer-modified-p wrt redisplay.
15971
159722000-03-19 Richard M. Stallman <rms@gnu.org>
15973
15974 * view.el (view-mode-disable): Kill local binding of view-read-only.
15975
159762000-03-18 Gerd Moellmann <gerd@gnu.org>
15977
86f6474c 15978 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
15979 is a string, convert it to a syntax cell using string-to-syntax.
15980
15981 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15982 (string-to-syntax): New function.
15983
15984 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15985 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15986 try to use passive ftp mode.
15987
159882000-03-17 Gerd Moellmann <gerd@gnu.org>
15989
15990 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15991
15992 * simple.el (append-to-buffer): Update point of windows after
15993 insertion.
15994
15995 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15996 forward then moving backward. Reindent.
15997
15998 * frame.el (other-frame): Call x-focus-frame only if
15999 focus-follows-mouse is off.
16000
160012000-03-17 Dave Love <fx@gnu.org>
16002
86f6474c 16003 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
16004
160052000-03-17 Stefan Monnier <monnier@cs.yale.edu>
16006
16007 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
16008 regexp for labels cannot span several lines.
16009
16010 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
16011 `(setq :<key> ':<key>)' to the macro expansion.
16012
160132000-03-16 Dave Love <fx@gnu.org>
16014
16015 * progmodes/f90.el (f90): Put custom group under `languages', not
16016 `fortran'.
16017 (f90-mode-hook): Customize.
16018 (f90-mode): Set add-log-current-defun-function.
16019 (f90-current-defun): New function.
16020
160212000-03-16 Gerd Moellmann <gerd@gnu.org>
16022
16023 * cus-edit.el (custom-variable-tag-face): Handle case that
16024 default face's height is not a number.
16025 (custom-face-tag-face, custom-group-tag-face-1)
16026 (custom-group-tag-face): Ditto.
16027 (custom-group-tag-face-1): Add :group.
16028
16029 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
16030
160312000-03-15 Gerd Moellmann <gerd@gnu.org>
16032
16033 * pcvs-defs.el (toplevel): Remove autoload cookie for form
16034 requiring easymenu.
16035
160362000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16037
16038 * ps-print.el: PostScript user-defined prologue, PostScript error
16039 handler, doc fix.
16040 (ps-print-version): New version number (5.1).
16041 (ps-user-defined-prologue, ps-error-handler-message)
16042 (ps-print-prologue-0, ps-error-handler-alist): New vars.
16043 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
16044 (ps-insert-string): New function.
16045
160462000-03-15 Kenichi Handa <handa@etl.go.jp>
16047
16048 * international/ccl.el (ccl-compile-expression): Don't generate
16049 invalid self-assignment code.
16050
160512000-03-14 Dave Love <fx@gnu.org>
16052
16053 * subr.el (replace-regexp-in-string): Renamed from
16054 replace-regexps-in-string. Doc fix.
16055
160562000-03-12 Dave Love <fx@gnu.org>
16057
16058 * cus-edit.el: Doc fixes.
86f6474c 16059 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
16060 (custom-variable-tag-face, custom-face-tag-face)
16061 (custom-group-tag-face-1, custom-group-tag-face): Modify from
16062 style which user identify as hyperlink.
16063 (hook): Don't add undefined functions to the hook.
16064 (debug-ignored-errors): Transfer message from bindings.el.
16065
160662000-03-12 Gerd Moellmann <gerd@gnu.org>
16067
86f6474c
SM
16068 * recentf.el (recentf-keep-non-readable-files-p):
16069 Remove double/nested definition.
a30eb617
DL
16070
160712000-03-12 Dave Love <fx@gnu.org>
16072
16073 * facemenu.el (facemenu-get-face): Use display-color-p.
16074 * enriched.el (enriched-decode-foreground): Likewise.
16075 (enriched-decode-background): Likewise.
16076 * isearch.el (isearch-highlight): Likewise.
16077 * info-look.el (info-lookup): Likewise.
16078 * simple.el (completion-setup-function): Likewise.
16079
16080 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16081 :options.
16082
16083 * bindings.el (mode-line-format): Fix line-number and
16084 column-number items. Add help-echo for the background.
16085 (mode-line-mule-info): Modify help-echo.
16086
16087 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16088
16089 * files.el (load-file): Allow completion to .elc.
16090
16091 * man.el: Doc fixes.
16092 (Man-init-defvars): Use display-color-p to set fontification.
16093
16094 * play/hanoi.el (hanoi-internal): Don't use oddp.
16095
160962000-03-12 Gerd Moellmann <gerd@gnu.org>
16097
16098 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16099
16100 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16101
161022000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16103
16104 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16105 Fix comment.
16106
161072000-03-10 Stefan Monnier <monnier@cs.yale.edu>
16108
16109 * font-lock.el (font-lock-keywords): Fix the doc now that
16110 regexp-opt-depth is unnecessary.
16111 (save-buffer-state): Set an edebug spec.
16112 (font-lock-fontify-anchored-keywords): Properly handle the case when
16113 the matcher goes past the limit.
16114
16115 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16116 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16117
16118 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
16119 dll.el and cookie.el (from Elib) with heavy renaming and other
16120 massaging.
16121
16122 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16123 Autoload the functions used.
16124 (easy-mmode-define-syntax): Fix CL typo.
16125 (easy-mmode-define-derived-mode): Improve the docstring generation.
16126
161272000-03-10 Gerd Moellmann <gerd@gnu.org>
16128
16129 * textmodes/texinfo.el (texinfo-version): Variable and function
16130 removed.
16131
161322000-03-09 Stefan Monnier <monnier@cs.yale.edu>
16133
16134 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16135 allow more flexibility.
ff39b9a1 16136 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
16137 (easy-mmode-defmap, easy-mmode-defsyntax)
16138 (easy-mmode-define-derived-mode): New macros.
16139
161402000-03-09 Didier Verna <didier@xemacs.org>
16141
16142 * rect.el (replace-rectangle): New function.
16143
161442000-03-09 Dave Love <fx@gnu.org>
16145
ff39b9a1 16146 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
16147 (fortran-comment-line-start-skip): Don't match cpp stuff.
16148 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
16149 (fortran-mode-map): Remove over-eager custom-menu-create for now.
16150 (fortran-mode): Don't set fortran-comment-line-start-skip,
16151 fortran-comment-line-start here. Set comment-start,
16152 add-log-current-defun.
16153 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16154 (fortran-current-defun): New function.
16155
161562000-03-09 Gerd Moellmann <gerd@gnu.org>
16157
16158 * emacs-lisp/re-builder.el: New file.
16159
16160 * mouse.el (mouse-drag-region): Don't run up-event handler
16161 if hscroll has changed.
16162
16163 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16164 builtin operators, use `font-lock-builtin-face' for Emacs and
16165 `font-lock-preprocessor-face' otherwise.
16166
16167 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16168 `(defun (setf foo)' differently.
16169
161702000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16171
16172 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16173 (regexp-opt): Update comment and adapt the code the new meaning of
16174 the `paren' argument of regex-opt-group for shy-groups.
16175 (regexp-opt-depth): Handle shy groups as well as backslashed
16176 backslashes.
16177 (regexp-opt-group): Turn the leading comment into a docstring.
16178 Allow `paren' to be a string (the string to use to open a group).
16179 Remove open-presuf and close-presuf. Instead of checking for `all
16180 one-char' and then later on check for `several one-char', handle
16181 both cases close together. Also apply a more generic algorithm
16182 for suffixes (the mirror image of the algorithm used for
16183 prefixes). Use shy-groups. Use nreverse rather than reverse.
16184 (regexp-opt-try-suffix): Removed.
16185
16186 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16187 from comint-mode-map, so we can just inherit from it. Also, move
16188 the initialization into the `defvar' since there's no docstring
16189 anyway and it's fairly short.
16190 (inferior-scheme-mode): Define it as derived-mode: the code is
16191 shorter and this way we inherit from comint-mode-map rather than
16192 copying it.
16193
16194 * subr.el (replace-regexps-in-string): Properly handle the case
16195 where we match an empty string.
16196
16197 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16198 when the command has a directory component (such as "./testml").
16199 Also fix a typo in the comment.
16200
162012000-03-08 Gerd Moellmann <gerd@gnu.org>
16202
16203 * Makefile (compile-files): Compile files one by one because
16204 that's the only way to ensure a clean compilation environment for
16205 each individual file.
16206
16207 * frame.el (other-frame): Call x-focus-frame.
16208
162092000-03-07 Dave Love <fx@gnu.org>
16210
16211 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16212 :require to defcustom.
16213
ff39b9a1 16214 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
16215
16216 * files.el (auto-mode-alist): Add configure.in.
16217
16218 * progmodes/autoconf.el: New file.
16219
162202000-03-07 Gerd Moellmann <gerd@gnu.org>
16221
16222 * mail/mh-e.el: Change maintainer to `none'.
16223
16224 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16225 to remove-hook and add-hook.
16226
162272000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16228
16229 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16230 it as the default.
16231 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16232 (sendmail-send-it): Conditionally add MIME headers specifying the
16233 used character set.
16234
162352000-03-07 Dave Love <fx@gnu.org>
16236
ff39b9a1
SM
16237 * winner.el: Fix keywords, autoload cookies.
16238 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
16239
162402000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16241
16242 * international/mule.el: Modify comment about coding system
16243 property `coding-category'.
16244 (make-coding-system): New argument EOL-TYPE. Pay attention to
16245 coding-category property of PROPERTIES.
16246
ff39b9a1
SM
16247 * international/mule-conf.el (coding-category-utf-8)
16248 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
16249 categories. Include them in the argument for set-coding-priority.
16250
ff39b9a1
SM
16251 * international/mule-cmds.el (reset-language-environment):
16252 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
16253 coding-category-utf-16-le in the argument for set-coding-priority.
16254 (reset-language-environment): Initialize coding-category-utf-8,
16255 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16256
162572000-03-06 Karl Fogel <kfogel@red-bean.com>
16258
16259 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16260 code abstracted out of `bookmark-jump-noselect'. Now tries info
16261 extensions as well as compression extensions.
16262 (bookmark-jump-noselect): Use above new func.
16263
162642000-03-03 Gerd Moellmann <gerd@gnu.org>
16265
16266 * strokes.el: Change maintainer's mail address.
16267
162682000-03-03 Kenichi Handa <handa@etl.go.jp>
16269
16270 * international/mule-diag.el (list-character-sets): Make help-echo
16271 string by substitute-command-keys.
16272 (list-character-sets): Likewise.
16273 (sort-listed-character-sets): Call help-setup-xref.
16274
162752000-03-02 Gerd Moellmann <gerd@gnu.org>
16276
ff39b9a1 16277 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
16278
162792000-03-01 Dave Love <fx@gnu.org>
16280
16281 * help.el (help-xref-go-back): Don't try to set position.
16282
ff39b9a1
SM
16283 * international/mule-diag.el (list-character-sets):
16284 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
16285 (list-character-sets-1): Add help-echo to xrefs.
16286
162872000-03-02 Gerd Moellmann <gerd@gnu.org>
16288
16289 * frame.el (blink-cursor-mode): Switch cursor on when turning
16290 the mode off.
16291
16292 * add-log.el (add-log-current-defun): Add support for
16293 Autoconf mode.
16294
16295 * mail/rmail.el (rmail-quit-hook): New variable.
16296
162972000-03-01 Dave Love <fx@gnu.org>
16298
16299 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16300
16301 * help.el (help-xref-button): Add help-echo arg.
16302 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16303
ff39b9a1 16304 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 16305
ff39b9a1 16306 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
16307
163082000-03-01 Gerd Moellmann <gerd@gnu.org>
16309
16310 * image.el (defimage): Look for image files in load-path.
16311
ff39b9a1 16312 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
16313
163142000-03-01 David Ponce <david.ponce@wanadoo.fr>
16315
ff39b9a1 16316 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
16317
163182000-03-01 David Ponce <david.ponce@wanadoo.fr>
16319
ff39b9a1 16320 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
16321 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16322 action to select/unselect a file.
16323 (recentf-edit-list): Code cleanup and improvement.
16324 (recentf-open-more-files-action): `recentf-open-more-files' button
16325 widget action to open a file.
ff39b9a1 16326 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
16327 (recentf-more-collection): Deleted.
16328 (recentf-more-history): Deleted.
16329 (recentf-setup-more-completion): Deleted.
16330
163312000-03-01 David Ponce <david.ponce@wanadoo.fr>
16332
16333 * recentf.el (recentf-mode): No more needs that Emacs is running
16334 under a window-system.
16335
ff39b9a1 163362000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16337
16338 * recentf.el (recentf-edit-list): New command to edit the recent
16339 list which allow the user to remove files.
16340 (recentf-edit-selected-items): New global variable, used by
16341 `recentf-edit-list' to hold the list of files to be removed from
16342 the recent list.
16343 (recentf-make-menu-items): Updated to display a "Edit list..."
16344 menu item. Minor code cleanup.
16345
ff39b9a1 163462000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16347
16348 * recentf.el (recentf-open-more-files): New command to open files
16349 that are not displayed in the menu.
16350 (recentf-more-collection): New global variable holding the set of
16351 permissible completions used by `recentf-open-more-files'.
16352 (recentf-more-history): New global variable holding the history list
16353 used by `recentf-open-more-files' completion.
16354 (recentf-setup-more-completion): New function to setup completion for
16355 `recentf-open-more-files'.
16356 (recentf-make-menu-items): Updated to display a "More..." menu item.
16357
ff39b9a1 163582000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16359
16360 * recentf.el (recentf-menu-action): Doc fixed.
16361
ff39b9a1 163622000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16363
16364 * recentf.el (recentf-menu-filter): Doc updated.
16365 (recentf-update-menu-hook): Allow menu filters to force menu update.
16366 (recentf-make-menu-items): New menu filter handling.
16367 (recentf-make-menu-item): New helper function.
16368 (recentf-menu-elements): New menu handling function.
16369 (recentf-sort-ascending): Updated to new menu filter handling.
16370 (recentf-sort-descending): Updated to new menu filter handling.
16371 (recentf-sort-basenames-ascending): New menu filter function.
16372 (recentf-sort-basenames-descending): New menu filter function.
16373 (recentf-show-basenames): New menu filter function.
16374 (recentf-show-basenames-ascending): New menu filter function.
16375 (recentf-show-basenames-descending): New menu filter function.
16376
163772000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16378
16379 * diary-lib.el (list-diary-entries): Don't try to go forward at
16380 the end of the buffer.
16381
163822000-02-29 Kenichi Handa <handa@etl.go.jp>
16383
ff39b9a1
SM
16384 * international/mule-diag.el (list-character-sets):
16385 Completely rewritten.
a30eb617
DL
16386 (sort-listed-character-sets): New function.
16387 (list-character-sets-1): Completely rewritten.
16388 (list-character-sets-2): New function.
16389 (non-iso-charset-alist): New variable.
16390 (decode-codepage-char): New function.
16391 (charset-history): New variable.
16392 (read-charset) (list-block-of-chars)
16393 (list-iso-charset-chars)
16394 (list-non-iso-charset-chars)
16395 (list-charset-chars): New functions.
86f6474c 16396 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
16397 (dump-charsets): Likewise.
16398
163992000-02-29 Gerd Moellmann <gerd@gnu.org>
16400
16401 * dired-x.el (dired-filename-at-point): Add `@' to valid
16402 file name characters.
16403 (dired-filename-at-point): Handle ange-ftp file names.
16404
16405 * frame.el (frame-notice-user-settings): Use assq-delete-all
16406 instead of assoc-delete-all.
16407 (frame-notice-user-settings): Ditto.
16408
16409 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16410 Don't copy alist.
16411
164122000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16413
16414 * calculator.el (calculator-use-menu): New option.
86f6474c 16415 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
16416 (calculator-forced-input): Removed.
16417 (calculator-restart-other-mode): New variable.
16418 (calculator-mode-map): Set up menu.
16419
164202000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16421
86f6474c 16422 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
16423
164242000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16425
86f6474c 16426 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 16427 translate all ESC key sequences.
86f6474c 16428 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 16429 they were saved.
86f6474c
SM
16430 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
16431 * viper-util.el (viper-set-replace-overlay-glyphs)
16432 (viper-set-replace-overlay): Always check if the replacement
a30eb617 16433 overlay is live.
86f6474c
SM
16434 * viper.el (viper-vi-state-mode-list): Add major modes.
16435 * ediff-wind.el: Minor comment changes.
16436 * ediff.el: Copyright notice date fix.
a30eb617
DL
16437
164382000-02-27 Jason Rumney <jasonr@gnu.org>
16439
16440 * faces.el (face-font-family-alternatives): Add arial to helv.
16441 (mode-line, header-line, tool-bar): Same default as x for w32.
16442 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16443 face-font-family-alternatives from working.
16444 * term/w32-win.el (mouse-set-font): Do not build fontset from
16445 chosen font.
16446
164472000-02-25 Sam Steingold <sds@goems.com>
16448
16449 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16450 properly.
16451
164522000-02-25 Richard M. Stallman <rms@gnu.org>
16453
16454 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16455
164562000-02-25 Gerd Moellmann <gerd@gnu.org>
16457
86f6474c 16458 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
16459
16460 * frame.el (busy-cursor-delay-seconds): New option.
16461
164622000-02-24 Gerd Moellmann <gerd@gnu.org>
16463
16464 * frame.el (show-cursor-in-non-selected-windows): New option.
16465
164662000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16467
16468 * diary-lib.el (include-other-diary-files): Undo the selective
16469 display in any included file and don't kill it.
16470
164712000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16472
86f6474c
SM
16473 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
16474 Menu items converted to (menu-item format, help strings added.
a30eb617 16475 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 16476 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
16477 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16478
164792000-02-23 Dave Love <fx@gnu.org>
16480
16481 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16482 (backward-kill-word): Revert addition of * to interactive spec --
16483 it's a feature.
16484
16485 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16486 (backward-kill-sentence, kill-sentence): Likewise.
16487
16488 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16489 scratch buffer name.
86f6474c 16490 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
16491
16492 * term/w32-win.el (internal-face-interactive): Update prompt for
16493 new read-face-name.
16494
16495 * mail/footnote.el (footnote): Add :version to defgroup.
16496 (footnote-section-tag-regexp): Customize.
16497 (footnote-start-tag, footnote-end-tag): New option.
16498 (footnote-latin-regexp): New variable.
16499 (Footnote-latin): New function.
16500 (footnote-style-alist): Add element for latin style.
16501 (footnote-style): Moved.
16502 (Footnote-goto-footnote): Use eq to test arg.
16503
16504 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16505
16506 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16507 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
16508 (byte-optimize-quote, byte-optimize-lapcode):
16509 Use byte-compile-const-symbol-p.
a30eb617
DL
16510 (byte-optimize-char-before): New optimization.
16511
16512 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16513 (byte-compile-const-symbol-p): New function.
16514 (byte-compile-constp, byte-compile-out-toplevel)
16515 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16516 Use it.
16517
16518 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16519
165202000-02-23 Kenichi Handa <handa@etl.go.jp>
16521
16522 * international/encoded-kb.el: Be sure to update minor-mode-alist
16523 and minor-mode-map-alist.
16524 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16525 codes SS2 and SS3 correctly.
16526 (encoded-kbd-self-insert-ccl): New function.
16527 (encoded-kbd-setup-keymap): New function.
16528 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16529 by calling encoded-kbd-setup-keymap.
16530
86f6474c
SM
16531 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
16532 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
16533
165342000-02-22 Dave Love <fx@gnu.org>
16535
16536 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 16537 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
16538 (lisp-mode-syntax-table): Set up for #|...|# comments.
16539 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16540 classes. Match `defface'.
16541 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16542 (eval-defun-1): Fix for defcustom.
16543 (lisp-indent-region): Doc fix.
16544
16545 * subr.el (when, unless, split-string): Doc fix.
86f6474c 16546 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
16547 (replace-regexps-in-string): New function.
16548
165492000-02-22 Gerd Moellmann <gerd@gnu.org>
16550
16551 * help.el (describe-variable): Set syntax table to
16552 emacs-lisp-mode-syntax-table when moving forward over the
16553 symbol's name.
16554
165552000-02-22 Dave Love <fx@gnu.org>
16556
16557 * xt-mouse.el: Doc fixes.
16558 (xterm-mouse-position-function): New function, replacing advice of
16559 mouse-position.
16560 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16561
16562 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16563
165642000-02-21 Gerd Moellmann <gerd@gnu.org>
16565
86f6474c
SM
16566 * format.el (format-annotate-single-property-change):
16567 Handle properties.with dotted-list values.
a30eb617
DL
16568 (format-proper-list-p): New function.
16569
16570 * enriched.el (enriched-face-ans): Handle '(foreground-color
16571 . COLOR) and (background-color . COLOR).
16572
165732000-02-20 Dave Love <fx@gnu.org>
16574
16575 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16576 and assignments to it.
16577 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16578 current local map.
16579 (make-flyspell-overlay): Use it.
16580 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16581
16582 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16583 (lm-get-header-re): Defun, not defsubst.
16584 (lm-get-package-name): Defun, not defsubst. Simplify.
16585 (lm-version): Doc fix. Simplify.
16586 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16587 (lm-crack-address, lm-last-modified-date, lm-commentary)
16588 (lm-verify, lm-synopsis): Simplify.
16589 (lm-report-bug): Require emacsbug. Use compose-mail.
16590
165912000-02-20 Gerd Moellmann <gerd@gnu.org>
16592
16593 * dired.el (dired-mode): Call propertized-buffer-identification
16594 to set mode-line-buffer-identification to something having
16595 the right text properties.
16596
16597 * bindings.el (propertized-buffer-identification): New function.
16598
165992000-02-20 Dave Love <fx@gnu.org>
16600
16601 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16602 check for t-mouse too.
16603
16604 * cus-start.el: Make echo-keystrokes `number'.
16605
166062000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16607
16608 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16609 Don't call ring-empty-p unless tags-location-ring is bound.
16610 From Noah Friedman <friedman@splode.com>.
16611
166122000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16613
16614 * progmodes/hideshow.el (hs-flag-region): No longer use
16615 `intangible' overlay property.
16616
16617 (hs-toggle-hiding): New command.
16618 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16619
16620 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16621 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16622 and deactivation.
16623
166242000-02-18 Gerd Moellmann <gerd@gnu.org>
16625
16626 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16627
166282000-02-17 Gerd Moellmann <gerd@gnu.org>
16629
16630 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16631
16632 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16633 of `*' to handle `(* ... *)' comments.
16634
166352000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16636
16637 * faces.el (list-faces-display): Use display-mouse-p instead of
16638 window-system.
16639
16640 * menu-bar.el (global-map): Menu-bar items converted to the new
16641 format (menu-item..., rearranged for better CUA compliance, and
16642 their names changed for better clarity. Help strings added.
16643
16644 * international/mule-cmds.el (mule-menu-keymap)
16645 (describe-language-environment-map, set-coding-system-map)
16646 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
16647 form, add help strings. Change names of menu items for better clarity.
16648 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
16649
166502000-02-17 Gerd Moellmann <gerd@gnu.org>
16651
16652 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16653 within the code.
16654
166552000-02-16 Dave Love <fx@gnu.org>
16656
16657 * faces.el: Don't require custom. Add more specific :groups to
16658 various deffaces.
16659 (set-face-attribute): Purecopy args.
16660 (read-face-name): Default to name at point and use it in prompt.
16661 Remove colon from arg in all callers.
16662 (list-faces-display): Hyperlink to face descriptions and customize
16663 buffers.
16664
166652000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16666
86f6474c 16667 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
16668
166692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16670
16671 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16672 at ':' characters by call to split-string.
16673
166742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16675
16676 * textmodes/bibtex.el: Added RCS version identification.
16677
166782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16679
16680 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 16681 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
16682 (bibtex-field-const): Allow capital letters.
16683 (bibtex-start-of-string): Deleted because unused.
16684
16685 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16686 use the term 'reference' to describe a bibtex entry as a whole.
16687 Further, reference keys are no longer called 'labels'.
16688 (bibtex-keys): Renamed to bibtex-reference-keys.
16689 (bibtex-reformat-previous-labels): Renamed to
16690 bibtex-reformat-previous-reference-keys.
16691 (bibtex-reference-type): Renamed to bibtex-entry-type.
16692 (bibtex-reference-head): Renamed to bibtex-entry-head.
16693 (bibtex-reference-maybe-empty-head): Renamed to
16694 bibtex-entry-maybe-empty-head.
16695 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16696 (bibtex-search-reference): Renamed to bibtex-search-entry.
16697 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16698 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
16699 (bibtex-entry-field-alist, bibtex-entry-head)
16700 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
16701 (bibtex-map-entries, bibtex-search-entry)
16702 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
16703 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
16704 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
16705 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
16706 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
16707 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
16708 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
16709
167102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16711
16712 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16713 comment.
16714 (bibtex-format-field-delimiters): New function, functionality
16715 extracted from bibtex-format-entry.
16716 (bibtex-autokey-get-yearfield-digits): New function, functionality
16717 extracted from bibtex-autokey-get-yearfield.
16718
16719 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16720 entries in order to avoid stack overflow in the regexp matcher if
16721 field contents become large.
86f6474c
SM
16722 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
16723 (bibtex-field-string-part-not-braced)
16724 (bibtex-field-string-part-no-inner-braces)
16725 (bibtex-field-string-part-1-inner-brace)
16726 (bibtex-field-string-part-2-inner-braces)
16727 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
16728 (bibtex-field-string-quoted, bibtex-field-string)
16729 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
16730 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
16731 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
16732 Deleted as parsing is now performed by the following functions.
16733 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
16734 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
16735 (bibtex-parse-field-string, bibtex-search-forward-field-string)
16736 (bibtex-parse-association, bibtex-field-name-for-parsing)
16737 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
16738 (bibtex-search-forward-field, bibtex-search-backward-field)
16739 (bibtex-start-of-field, bibtex-end-of-field)
16740 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
16741 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
16742 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
16743 (bibtex-parse-string, bibtex-search-forward-string)
16744 (bibtex-search-backward-string, bibtex-start-of-string)
16745 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
16746 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
16747 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
16748 entries. Instead of reporting the results of the parsing by
16749 match-beginning or match-end, these functions return data structures
16750 that hold the corresponding positions.
16751 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
16752 return values rather than by match-beginning or match-end.
16753 The following functions have been adapted to use the new
16754 parsing functions.
16755 (bibtex-skip-to-valid-entry, bibtex-search-reference)
16756 (bibtex-enclosing-field, bibtex-format-entry)
16757 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
16758 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
16759 (bibtex-print-help-message, bibtex-end-of-entry)
16760 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
16761 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16762 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
16763 Use the new method for parsing.
16764 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
16765 (bibtex-map-entries, bibtex-flash-head)
16766 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
16767 (bibtex-autokey-change, bibtex-autokey-get-namefield)
16768 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
16769 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
16770 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
16771 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16772 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16773 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
16774
167752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16776
16777 * textmodes/bibtex.el: Copyright notice is up to date.
16778 Added constant 'bibtex-maintainer-salutation.
16779
86f6474c 16780 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
16781 than make-temp-name, use match-string-no-properties and eliminate
16782 a quadratic behavior when building bibtex-strings.
16783
16784 * bibtex.el (bibtex-reference-key): Accept string entries whose
16785 reference key contains upper case letters.
16786
167872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16788
16789 * bibtex.el (bibtex-reference-head): Allow entries to start with
16790 a new line.
16791
167922000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16793
16794 * bibtex.el: Hiding of entry bodies is not longer provided by
16795 bibtex.el directly. Instead the hideshow package can be used.
16796 Added a special bibtex entry to hs-special-modes-alist.
16797 (bibtex-hs-forward-sexp): Added for hideshow.el.
16798
167992000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16800
16801 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16802 proceedings entry type (for cross referencing). Thanks to Wagner
16803 Toledo Correa for the suggestion.
16804
16805 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16806
168072000-02-14 Kenichi Handa <handa@etl.go.jp>
16808
16809 * international/characters.el: Setup case table for Vietnamese.
16810
168112000-02-12 Gerd Moellmann <gerd@gnu.org>
16812
16813 * uniquify.el (toplevel): Require CL at compile time.
16814 (uniquify-push): Removed.
16815
16816 * shadowfile.el (shadow-when): Removed.
16817
16818 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 16819 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
16820
16821 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16822 regexp for paragraph-start.
16823
16824 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16825 commas as well.
16826
168272000-02-10 Dave Love <fx@gnu.org>
16828
16829 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16830 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16831 Deleted.
16832 (widget-specify-field, widget-specify-button): Don't use
16833 widget-mouse-help as help-echo property.
16834 (default): Use #'ignore for :validate and :mouse-down-action.
16835 (checkbox): Add help-echo.
16836 (widget-sexp-validate): Rewritten to clarify error messages.
16837 (character): Use char-valid-p in :match function.
16838 (widget-color-complete): Use facemenu-color-alist.
16839 (widget-color-action): Use facemenu-read-color.
16840
16841 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16842 set up `caar' &c that we now have.
16843
168442000-02-09 Ray Blaak <blaak@gnu.org>
16845
16846 * delphi.el: Make resourcestring a declaration region, like const
16847 and var.
16848
168492000-02-09 Dave Love <fx@gnu.org>
16850
16851 * bindings.el (mode-line-input-method-map): New variable.
16852 (mode-line-mule-info): Use it; fix last change.
16853 (mode-line-mode-menu): Move definition.
16854 (mode-line-mouse-sensitive-p): Deleted.
16855 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 16856 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
16857
16858 * startup.el (command-line-1): Don't call
16859 make-mode-line-mouse-sensitive.
16860
168612000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16862
86f6474c
SM
16863 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
16864 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
16865
168662000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16867
16868 * diff-mode.el (diff-kill-junk): New interactive function.
16869 (diff-reverse-direction): Use delete-and-extract-region.
16870 (diff-post-command-hook): Restrict the area so that the hook also works
16871 outside of any diff hunk. This is necessary for the minor-mode.
16872 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16873 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16874
16875 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16876 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16877 so that it can be used more easily in <foo>-mode-hook. Also make sure
16878 to avoid duplicate entries.
16879 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16880 (font-lock-remove-keywords): Just as was done for `add', allow it to
16881 work even if font-lock-mode is nil. Also make sure we don't modify
16882 any pre-existing list by forcing a copy-sequence. Finally rename
16883 `major-mode' to `mode'.
16884 (font-lock-fontify-syntactic-anchored-keywords)
16885 (font-lock-fontify-anchored-keywords)
16886 (font-lock-fontify-keywords-region): Use line-end-position.
16887 Don't make `font-lock-multiline' local (it's now done in
16888 font-lock-set-defaults).
86f6474c
SM
16889 (font-lock-set-defaults): Make `font-lock-multiline' local.
16890 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
16891
168922000-02-06 Andrew Innes <andrewi@gnu.org>
16893
16894 * term/w32-win.el (x-handle-args): Comment out call to message,
16895 which occurs before window system is initialized.
16896
16897 * makefile.nt: Add support for recompiling lisp code.
16898
168992000-02-04 Dave Love <fx@gnu.org>
16900
16901 * bindings.el (mode-line-mule-info): Fix/extend last change.
16902
16903 * completion.el: Replace completion-dolist with dolist.
16904
86f6474c 16905 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
16906
169072000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16908
86f6474c 16909 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
16910 environment names before they go into the section regexp.
16911
86f6474c 16912 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
16913 char class in regexp.
16914
86f6474c
SM
16915 * textmodes/reftex-parse.el (reftex-with-special-syntax):
16916 Bind `case-fold-search' to nil.
a30eb617 16917
86f6474c
SM
16918 * progmodes/idlwave.el (idlwave-template):
16919 Respect `idlwave-abbrev-change-case'.
16920 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
16921 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
16922 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
16923 (idlwave-rw-case): New function.
16924 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 16925 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
16926 (idlwave-surround): New argument LENGTH to support padding of
16927 operators longer than 1 char.
16928
16929 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16930 idlwave-shell-expression-overlay. Implemented printing of
16931 expressions on higher levels of the calling stack.
86f6474c 16932 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
16933 (idlwave-retrieve-expression-from-level): New function.
16934 (idlwave-shell-last-calling-stack): Variable removed.
16935 (idlwave-shell-reset): Argument action reversed (`visible' to
16936 `hidden'). Also remove stop-line overlay.
16937 (idlwave-shell-calling-stack-routine): New variable.
16938 (idlwave-shell-parse-stack-and-display): Messages now display
16939 negative level numbers.
16940 (idlwave-shell-mode): Set `modeline-format'.
16941 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 16942 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
16943 (idlwave-shell-print-expression-function): New option.
16944
86f6474c
SM
16945 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
16946 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
16947 `tool-bar' instead of `toolbar'.
16948
169492000-02-02 Dave Love <fx@gnu.org>
16950
16951 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16952 emacs-lisp-mode-hook. Don't check for defalias being defined.
16953
16954 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
16955 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
16956 Use the new builtins directly.
a30eb617
DL
16957
16958 * whitespace.el (whitespace): Add :version to defgroup.
16959
16960 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16961 Doc fix.
16962
16963 * thingatpt.el (sexp-at-point, symbol-at-point)
16964 (number-at-point, list-at-point): Add autoload cookie.
16965
16966 * recentf.el (recentf): Add :version to defgroup.
16967
16968 * quickurl.el (quickurl): Add :version to defgroup.
16969
16970 * elide-head.el (elide-head): Use point-marker more.
16971
16972 * bs.el (bs): Add :version to defgroup.
16973
16974 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16975
16976 * progmodes/delphi.el (delphi): Add :version to defgroup.
16977
169782000-02-02 Gerd Moellmann <gerd@gnu.org>
16979
16980 * ange-ftp.el (ange-ftp-write-region): Handle case that
16981 succeeding process operation sets a different coding system.
16982
16983 * calculator.el: New file.
16984
169852000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16986
86f6474c 16987 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
16988 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16989 (display-selections-p, display-screens, display-pixel-width)
16990 (display-pixel-height, display-mm-width, display-mm-height)
16991 (display-backing-store, display-save-under, display-planes)
16992 (display-color-cells, display-visual-class): New functions.
16993
16994 * term/tty-colors.el (tty-color-gray-shades): New function.
16995
16996 * faces.el (display-color-p): Use framep-on-display.
16997 (display-grayscale-p): New function.
16998
169992000-01-31 Dave Love <fx@gnu.org>
17000
17001 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17002 (create-fontset-from-x-resource): Don't concat integers.
17003
170042000-01-31 Inge Frick <inge@nada.kth.se>
17005
17006 * view.el: Some changes in documentation. Removed some trailing
86f6474c 17007 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
17008 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17009 window is not deleted. Modifies change 1998-04-26.
17010
170112000-01-31 Gerd Moellmann <gerd@gnu.org>
17012
17013 * windmove.el: New file.
17014
17015 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17016 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17017 progmodes/ebnf-yac.el: Update copyright and license info.
17018
86f6474c
SM
17019 * jit-lock.el (jit-lock-function): Widen before calculating
17020 end position.
a30eb617
DL
17021 (jit-lock-stealth-chunk-start): Rewritten.
17022
17023 * info.el (Info-title-face-alist): Removed.
86f6474c 17024 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
17025 (Info-fontify-node): Use these faces.
17026
170272000-01-30 Gerd Moellmann <gerd@gnu.org>
17028
17029 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17030 (cl-macro-list1): Recognize `&allow-other-keys' instead of
17031 `&allow-other-keywords'.
17032
17033 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17034 the list of directories scanned heuristically.
17035
86f6474c 17036 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
17037
170382000-01-30 Jason Rumney <jasonr@gnu.org>
17039
17040 * w32-fns.el: Define w32-tty-standard-colors.
17041
17042 * startup.el (command-line): Use w32-tty-standard-colors when in
17043 w32 console mode.
17044
170452000-01-30 Dave Love <fx@gnu.org>
17046
17047 * jka-compr.el (jka-compr-load): Fix up load-history.
17048
17049 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17050
17051 * emacs-lisp/cl-macs.el: Revert previous change.
17052
170532000-01-29 Dave Love <fx@gnu.org>
17054
17055 * facemenu.el: Purecopy various strings.
17056
17057 * timezone.el (timezone-fix-time): Window against 69 for two-digit
17058 years. Deal with three-digit years.
17059
86f6474c
SM
17060 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
17061 Use defconst, purecopy.
a30eb617
DL
17062 (help-back-label): Purecopy it.
17063
170642000-01-18 Gerd Moellmann <gerd@gnu.org>
17065
17066 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17067 variable. If non-nil, order the buffer list according to the
17068 currently selected frame.
17069 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17070 non-nil, pass the selected frame to function buffer-list.
17071
170722000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17073
17074 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17075
170762000-01-28 Dave Love <fx@gnu.org>
17077
17078 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17079
17080 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17081 Don't use lisp-indent-hook property.
17082 (cl-abs): Remove.
17083
17084 * subr.el: Move out indent and edebug specs for when and unless.
17085
17086 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17087 when, unless.
17088
17089 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17090 unless, when.
17091
170922000-01-28 Gerd Moellmann <gerd@gnu.org>
17093
17094 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17095 `collecting' as synonym for `collect'.
17096
17097 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17098 for the case it contains spaces.
17099
86f6474c 17100 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
17101
17102 * frame.el (delete-other-frames): New function.
17103 (toplevel): Bind it to C-x 5 1.
17104
17105 * sort.el (sort-numeric-base): New option.
17106 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17107 interpret it as octal or hexadecimal. Use sort-numeric-base
17108 as default base.
17109
17110 * progmodes/glasses.el: New file.
17111
171122000-01-27 Gerd Moellmann <gerd@gnu.org>
17113
17114 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17115 userids differently.
17116
17117 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17118 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17119 progmodes/ebnf-yac.el: New files.
17120
171212000-01-26 Dave Love <fx@gnu.org>
17122
17123 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17124 on a function with an empty body. [From Eric Ludlam.]
17125
171262000-01-25 Andre Spiegel <spiegel@gnu.org>
17127
17128 * vc.el (vc-version-diff): Make sure file name is expanded.
17129
171302000-01-25 Gerd Moellmann <gerd@gnu.org>
17131
17132 * scroll-bar.el (scroll-bar-timer): Variable removed.
17133 (scroll-bar-toolkit-scroll): Don't use a timer.
17134
171352000-01-25 Kenichi Handa <handa@etl.go.jp>
17136
86f6474c
SM
17137 * language/thai-util.el (thai-composition-function):
17138 Delete superfluous `a'.
a30eb617
DL
17139
171402000-01-24 Dave Love <fx@gnu.org>
17141
17142 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17143 end-of-defun-function.
17144
86f6474c 17145 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
17146
171472000-01-22 Jason Rumney <jasonr@gnu.org>
17148
17149 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17150 conflicts with new face support.
17151
171522000-01-22 Richard M. Stallman <rms@gnu.org>
17153
17154 * replace.el (query-replace): Rename last arg to DELIMITED.
17155 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17156 (query-replace-regexp): Likewise.
17157
171582000-01-20 Richard M. Stallman <rms@gnu.org>
17159
17160 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17161
17162 * emacs-lisp/lisp.el (beginning-of-defun-function):
17163 Variable renamed from beginning-of-defun.
17164 Do not call make-variable-buffer-local.
17165 (beginning-of-defun-raw): Use new variable name; doc fix.
17166 (beginning-of-defun): Doc fix.
17167 (end-of-defun-function): Variable renamed from end-of-defun.
17168 Do not call make-variable-buffer-local.
17169 (end-of-defun): Use new variable name; doc fix.
17170
17171 * subr.el (dolist, dotimes): Copied from cl-macs.el
17172 and made to work.
17173
17174 * mail/undigest.el (rmail-digest-end-regexps):
17175 Variable replaces rmail-digest-end-regexp.
17176 Allows multiple regexps for detecting the end line.
17177 (undigestify-rmail-message): Corresponding changes.
17178
171792000-01-19 Dave Love <fx@gnu.org>
17180
17181 * files.el (user-init-file): Don't declare here -- is primitive.
17182
17183 * startup.el (command-line): Check for compiled user-init-file and
17184 set to uncompiled version if necessary.
17185
171862000-01-18 Gerd Moellmann <gerd@gnu.org>
17187
17188 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17189 (undigestify-rmail-message): Use it.
17190
17191 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17192
171932000-01-17 Gerd Moellmann <gerd@gnu.org>
17194
17195 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17196 of mini-buffer.
17197
171982000-01-14 Gerd Moellmann <gerd@gnu.org>
17199
17200 * emacs-lisp/copyright.el (copyright-update): Removed the
17201 requirement for a trailing space from `copyright-regexp', to
17202 support copyrights with owner specified on a separate line..
17203
17204 * align.el: New file.
17205
17206 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17207
17208 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17209
172102000-01-13 Dave Love <fx@gnu.org>
17211
17212 * ph.el: Removed. (Obsoleted by EUDC.)
17213
172142000-01-13 Gerd Moellmann <gerd@gnu.org>
17215
17216 * net/eudc.el (toplevel): Remove autoloaded code installing
17217 menu with easymenu, because that causes build problems.
17218
17219 * frame.el (frame-notice-user-settings): New variable.
17220 (frame-notice-user-settings): Don't modify frame parameters
17221 if called a second time.
17222
172232000-01-13 Richard M. Stallman <rms@gnu.org>
17224
17225 * frame.el (frame-notice-user-settings):
17226 Notice default-frame-parameters even for non-window frames.
17227
172282000-01-13 Gerd Moellmann <gerd@gnu.org>
17229
17230 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17231 for Emacs.
17232 (eudc-bob-can-display-inline-images): Extend for Emacs.
17233 (eudc-bob-toggle-inline-display): Ditto.
17234 (eudc-bob-display-jpeg): Ditto.
17235
172362000-01-12 Gerd Moellmann <gerd@gnu.org>
17237
17238 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17239 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17240 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17241
86f6474c
SM
17242 * add-log.el (add-change-log-entry): Fix error trying an
17243 `(insert nil)'.
a30eb617
DL
17244
17245 * subdirs.el: Add `net' directory.
17246
17247 * net: New directory.
17248
17249 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17250 eval-last-sexp. Don't bind debug-on-error here.
17251 (eval-last-sexp): New function. Bind debug-on-error if
17252 eval-expression-debug-on-error is non-nil.
17253 (eval-defun-2, eval-defun): Likewise.
17254
17255 * simple.el (eval-expression): Don't bind debug-on-error if
17256 eval-expression-debug-on-error is nil. Detect changed
17257 debug-on-error, and propagate new value to global binding, if
17258 eval-expression-debug-on-error is non-nil,
17259 (eval-expression-debug-on-error): Change doc string.
17260
172612000-01-11 Richard M. Stallman <rms@gnu.org>
17262
17263 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17264
17265 * emacs-lisp/lisp-mode.el (with-syntax-table):
17266 Set up lisp-indent-function property.
17267
17268 * subr.el (with-syntax-table): Moved from simple.el.
17269
17270 * simple.el (with-syntax-table): Moved to subr.el.
17271
172722000-01-11 Gerd Moellmann <gerd@gnu.org>
17273
17274 * tmm.el (tmm-shortcut): Delete region after prompt instead
17275 of erasing buffer.
17276
17277 * textmodes/fill.el (fill-common-string-prefix): New function.
17278 (fill-context-prefix): Use the longest common prefix of first
17279 and second line fill prefix, if there is one.
17280
172812000-01-11 Richard M. Stallman <rms@gnu.org>
17282
17283 * array.el (array-mode): Don't use make-variable-buffer-local.
17284 Use make-local-variable for `truncate-lines'.
17285
172862000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17287
17288 * add-log.el (add-log-current-defun): Handle user-defined
17289 add-log-current-function returning nil,
17290
17291 * add-log.el (add-change-log-entry): Insert version number
17292 if having found a current function
17293
86f6474c
SM
17294 * add-log.el (add-log-current-defun):
17295 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
17296 level 1. Strip whitespace from defun found.
17297
172982000-01-10 John Wiegley <johnw@gnu.org>
17299
17300 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 17301 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
17302
173032000-01-10 Dave Love <fx@gnu.org>
17304
17305 * elide-head.el (elide-head): Use point-marker, not point.
17306
173072000-01-10 Gerd Moellmann <gerd@gnu.org>
17308
17309 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17310 before and after the year 2000.
17311
17312 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17313 Add ispell- prefix.
17314
173152000-01-10 Ken Stevens <k.stevens@ieee.org>
17316
17317 * ispell.el: Only define dictionaries in menus when they exist.
17318 (version18p): New variable.
17319 (version20p): New variable.
17320 (xemacsp): New variable.
17321 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17322 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17323 (ispell-dictionary-alist6): Russian command lines no longer accept
17324 run-together words.
17325 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17326 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
17327 (check-ispell-version): Added documentation string. Return library
17328 path when called non-interactively.
a30eb617
DL
17329 (ispell-menu-map-needed): Uses new variables.
17330 (ispell-library-path): New variable.
17331 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17332 (ispell-word): Improved documentation string. Test for valid
17333 character mappings. Correctly check typed in word changes that can
86f6474c
SM
17334 result in single words split into multiple words.
17335 Return replacement word.
a30eb617
DL
17336 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17337 replace in recursive query replace mode. Help message for
17338 recursive edit mode.
17339 (ispell-show-choices): Protect against bad framepop bindings.
17340 (ispell-help): Fix to work with XEmacs.
17341 (ispell-highlight-spelling-error): Use new variables.
17342 (ispell-overlay-window): Fix to work with XEmacs.
17343 (ispell-parse-output): Passed and returns location information
17344 tracking spelling corrections. Doesn't recheck same word on
17345 current line.
17346 (ispell-init-process): Protect against bogus XEmacs variable binding.
17347 Fix call to single argument in sleep-for. Use new variables.
17348 (ispell-region): Passed and returns location information tracking
17349 spelling corrections. Doesn't check same word on current line.
17350 Improved documentation string. Doesn't resend a line already
17351 checked to the ispell process - fixes bug in LaTeX parsing.
17352 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17353 (ispell-skip-region): No longer skips <TT> in SGML.
17354 (ispell-process-line): Tracks location information with spelling
17355 corrections. Added documentation string. Accounts for words
17356 already accepted on this line. Don't allow query-replace on line
17357 starting with math characters. Doesn't resend a line already sent
17358 to ispell process. Fixes alignment error bug.
17359
173602000-01-10 Richard M. Stallman <rms@gnu.org>
17361
17362 * dired-x.el (dired-guess-shell-alist-default):
17363 Suggest xloadimage, which is free, not xv, which isn't.
17364
17365 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17366 Don't ever include the host name or user name in the value.
17367
173682000-01-09 Gerd Moellmann <gerd@gnu.org>
17369
17370 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17371 of a real newline.
17372
173732000-01-09 Stephen Eglen <stephen@gnu.org>
17374
17375 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17376 for .png files.
17377
173782000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17379
17380 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17381
173822000-01-09 Gerd Moellmann <gerd@gnu.org>
17383
17384 * progmodes/cperl-mode.el: Replace ^F with ^L.
17385
86f6474c
SM
17386 * sendmail.el (toplevel): Provide `sendmail' when compiling before
17387 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
17388
173892000-01-08 Dave Love <fx@gnu.org>
17390
17391 * emacs-lisp/backquote.el: Remove inappropriate customization
17392 (allowing custom.el to use backquote).
17393
173942000-01-07 Dave Love <fx@gnu.org>
17395
17396 * add-log.el (add-log-debugging): Deleted.
17397 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17398 file. Remove debugging code.
17399 (change-log-get-method-definition, change-log-name): Add doc.
17400 (change-log-sortable-date-at): New function.
17401 (change-log-merge): New command.
17402
17403 * time.el (display-time-string-forms): Make the Mail string active.
17404 (display-time-update): Provide help-echo for load average.
17405
17406 * bindings.el (make-mode-line-mouse2-map): New function.
17407 (mode-line-modified): Use it and simplify.
17408 (mode-line-mule-info): Provide help-echo info.
17409 (minor-mode-alist): Activate the strings.
17410 (make-mode-line-mouse-sensitive): Simplify for
17411 mode-line-buffer-identification.
17412
174132000-01-07 Gerd Moellmann <gerd@gnu.org>
17414
17415 * play/pong.el: New file.
17416
174172000-01-06 Dave Love <fx@gnu.org>
17418
17419 * array.el: Assorted cleanups for compiler warnings, doc strings,
17420 `array-' prefix for symbols.
17421
174222000-01-05 Dave Love <fx@gnu.org>
17423
86f6474c
SM
17424 * textmodes/outline.el (outline-mode-menu-bar-map):
17425 Add outline-headers-as-kill.
a30eb617
DL
17426 (outline-mode): Define imenu-generic-expression.
17427 (outline-headers-as-kill): New command.
17428
17429 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17430 from paragraph-start.
17431 (paragraph-indent-minor-mode): New command.
17432
17433 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17434 M-C-e, M-C-h, C-j, C-xnd, TAB.
17435 (fortran-mode): Set beginning-of-defun, end-of-defun.
17436 (fortran-column-ruler): Simplify.
17437 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17438 (fortran-with-subprogram-narrowing): Likewise.
17439 (fortran-indent-subprogram): Call mark-defun.
17440 (fortran-check-for-matching-do): Change narrowing.
17441
17442 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17443 (cl-lucid-hash-tag): Delete.
17444 (cl-hash-table-p): Correct test for native table.
17445 (cl-hash-table-count): Use hash-table-count.
17446
17447 * browse-url.el (browse-url): Fix case of
17448 browse-url-browser-function being an alist.
17449
174502000-01-05 Carsten Dominik <cd@gnu.org>
17451
17452 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17453 (reftex-index-phrase-file-extension): New options.
17454
17455 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17456 Use new option `reftex-index-phrase-file-extension'.
17457
17458 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17459 `reftex-parse-file-extension'.
17460
174612000-01-05 Dave Love <fx@gnu.org>
17462
17463 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17464 (beginning-of-defun-raw): Use it.
17465 (end-of-defun): New variable.
17466 (end-of-defun): Use it.
17467 (check-parens): New command.
17468
174692000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17470
17471 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17472 (hs-show-block): Don't use `mapcar' when not accumulating.
17473
17474 Fix buglet in local variables initialization.
17475
174762000-01-05 Andreas Schwab <schwab@suse.de>
17477
17478 * hscroll.el (hscroll): Doc fix.
17479
174802000-01-05 Carsten Dominik <cd@gnu.org>
17481
86f6474c
SM
17482 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
17483 Require idlw-toolbar.
a30eb617 17484
86f6474c 17485 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 17486 file idlw-rinfo.el.
86f6474c
SM
17487 (idlwave-customize): Load must read file idlw-shell.el.
17488 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
17489
174902000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17491
17492 * progmodes/idlw-shell.el: Also provide idlwave-shell
17493 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17494 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17495
86f6474c 17496 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
17497 both reftex-dcr and reftex-vcr.
17498
17499 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17500
175012000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17502
17503 * ps-print.el: PostScript code now is in separate files, doc fix.
17504 (ps-print-version): New version number (5.0.3).
17505 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17506 local.
17507 (ps-spool-config): Initialization fix.
17508 (ps-print-prologue-1, ps-print-prologue-2)
17509 (ps-print-duplex-feature): PostScript code moved to separated file.
17510 (ps-background-image): Little code reformating.
17511 (ps-begin-file, ps-begin-job): Fix code.
17512 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17513 (ps-prologue-file): New fun.
17514
175152000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17516
17517 * ps-vars.el: Eliminated.
17518
17519 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17520 `;;;###autoload'.
17521
17522 * ps-print.el: ps-vars eliminated, doc fix.
17523 (ps-print-version): New version number (5.0.2).
17524 (ps-spool-config): Initialization fix.
17525 (ps-print-customize): New fun.
17526
175272000-01-04 Gerd Moellmann <gerd@gnu.org>
17528
86f6474c 17529 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
17530
175312000-01-04 Dave Love <fx@gnu.org>
17532
17533 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17534 menu items.
17535
175362000-01-03 Dave Love <fx@gnu.org>
17537
17538 * elide-head.el (elide-head) [defgroup]: Add :version.
17539
17540 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
17541 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
17542 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
17543 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17544
175452000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17546
17547 * faces.el (face-read-integer, read-face-attribute)
86f6474c 17548 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
17549
175502000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17551
17552 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17553 at comment end, and re-insert them after filling.
17554
175552000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17556
17557 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17558 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17559 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17560
175612000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17562
17563 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17564 the new name of face-color-supported-p.
17565
17566 * term/w32-win.el (xw-defined-colors): Likewise.
17567
175682000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17569
17570 * simple.el (completion-setup-function): Count completion-size
17571 from minibuffer-prompt-end, not from point-min.
17572
175732000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17574
17575 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17576 Pass the frame to tty-color-* functions.
17577 (display-color-p, frame-set-background-mode): Pass the frame to
17578 tty-display-color-p.
17579
17580 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17581 tty-color-alist.
17582 (tty-color-alist, tty-modify-color-alist): New functions.
17583 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
17584 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
17585 optional parameter FRAME.
a30eb617
DL
17586
175872000-01-01 Gerd Moellmann <gerd@gnu.org>
17588
86f6474c
SM
17589 * image.el (create-image, defimage): Don't assume image data is
17590 a string.
a30eb617
DL
17591
17592 * image.el (defimage): Handle specifications containing :data
17593 instead of :file.
17594 (image-type-from-data): New function.
17595 (image-type-from-file-header): Use it.
17596 (create-image): Add parameter DATA-P.
17597
17598See ChangeLog.8 for earlier changes.
17599
17600;; Local Variables:
17601;; coding: iso-2022-7bit
17602;; End: