(custom-file): Fix last change.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
d686d354
SM
12001-05-27 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
4 same definition in byte-compile-function-environment as `autoload'
5 would put in `symbol-function'.
6
7 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
8 patch to correct the error message as well.
9
49b1a638
EZ
102001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
11
71261a01
EZ
12 * cus-edit.el (custom-file): Don't assume we were invoked with -q
13 unless ~/.emacs exists.
14
49b1a638
EZ
15 * novice.el (enable-command): If user-init-file is nil or does not
16 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
17
a434b175
SM
182001-05-25 Stefan Monnier <monnier@cs.yale.edu>
19
15ca8de7
SM
20 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
21 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
22 Allow spaces around macro arguments.
23 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
24 indent-for-tab-command.
25 (latex-mode-map, plain-tex-mode-map): New keymaps.
26 Inherit from tex-mode-map.
27 (tex-common-initialization): Don't setup the keymap any more
28 since it's now done right by define-derived-mode.
29 (latex-mode): Set skeleton-end-hook to nil.
30 (latex-skeleton-end-hook): Remove.
31 (tex-latex-block, latex-insert-item): Simplify.
32 (latex-syntax-after): Use following-char rather than char-after.
33 (tex-discount-args-cmds, tex-count-words): New functions.
34
35 * textmodes/tildify.el (tildify-ignored-environments-alist):
36 Recognize \verb* as well.
37
38 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
39 (perl-comment-indent): Simplify to let newcomment.el do its job.
40 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
41 (perl-mark-function): Cleanup the namespace.
42 (perl-calculate-indent): Don't be fooled by nested functions.
43
44 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
45
a434b175
SM
46 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
47 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
48
4e7e1f03
AC
492001-05-25 Andrew Choi <akochoi@i-cable.com>
50
51 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
52 actually be `\\'.
53 (ctlau-b5-converter): Likewise.
54
2bef0948
AC
552001-05-24 Andrew Choi <akochoi@i-cable.com>
56
57 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
58 Change CTLauB.el to CTLau-b5.el.
59
d2d1851b
SM
602001-05-23 Stefan Monnier <monnier@cs.yale.edu>
61
62 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
63 rather than beginning-of-line to avoid problems with fields.
64 (gud-perldb-massage-args): Use unless and push.
65 (gud-chdir-before-run): New var.
66 (gud-common-init): Use it.
67
5e3d4fbc
AC
682001-05-24 Andrew Choi <akochoi@i-cable.com>
69
70 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
71 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 72 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 73 chinese-ctlaub.
d2d1851b
SM
74 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
75 New functions.
5e3d4fbc 76
0216c3df
GM
772001-05-22 Gerd Moellmann <gerd@gnu.org>
78
f1f65349
GM
79 * cus-edit.el (custom-comment-show): Remove debug code.
80
0216c3df
GM
81 * language/japan-util.el (japanese-symbol-table): Fix handling of
82 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
83
e8a1ed31
SM
842001-05-21 Stefan Monnier <monnier@cs.yale.edu>
85
86 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
87 Renamed by removing the silly `-flag' suffix.
88 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
89
7246200c
SM
902001-05-20 Stefan Monnier <monnier@cs.yale.edu>
91
92 * replace.el (keep-lines-read-args): Use `copy-marker'.
93 (how-many): Save excursion properly.
94 (occur-mode): Use define-derived-mode.
95 (perform-replace): Use with-current-buffer.
96
7e971261
RS
972001-05-20 Richard M. Stallman <rms@gnu.org>
98
65569e52
RS
99 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
100
cc9684e8
RS
101 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
102
9ca00e71
RS
103 * info.el (Info-read-subfile): Widen before finding the
104 desired node in the subfile.
105
7e971261
RS
106 * startup.el (command-line-1): When >2 files visited,
107 leave the last one visible, and make that the selected window.
108
7c5312b2
GM
1092001-05-20 Gerd Moellmann <gerd@gnu.org>
110
111 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
112
310e9a21
EZ
1132001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
114
7246200c
SM
115 * international/ccl.el (define-ccl-program): Fix a typo.
116 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
117
118 * international/mule.el (decode-char): Fix a typo. From Pavel
119 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
120
121 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
122 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
123
310e9a21
EZ
124 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
125 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
126
ef55aa6c
SS
1272001-05-18 Sam Steingold <sds@gnu.org>
128
7246200c 129 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
130 and [RET] to `cvs-mode-find-file'.
131
c9f3bebe
JW
1322001-05-18 John Wiegley <johnw@gnu.org>
133
134 * eshell/esh-ext.el (eshell-explicit-command-char): A new
135 configuration variable, which determines the initial character
136 that forces use of an external version of a command. The default
137 is *, but may be set to \, for example.
138
139 * eshell/esh-ext.el (eshell-explicit-command):
140 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 141
c9f3bebe
JW
142 * eshell/esh-cmd.el (eshell/which):
143 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 144
7c5312b2
GM
145 * eshell/em-cmpl.el (eshell-completion-command-name)
146 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
147 instead of ?*.
148
1c66d9fb
GM
1492001-05-18 Gerd Moellmann <gerd@gnu.org>
150
a724ed38
GM
151 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
152 subst-char-in-string.
153 (ange-ftp-after-parse-ls-hook): New variable.
154 (ange-ftp-ls): Run that hook.
155 From Peter Milliken <Peter.Milliken@GTECH.COM>.
156
0595722b
GM
157 * tmm.el (tmm-get-keymap): Fix handling of :filter.
158 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
159 text into *Completions*.
160
1c66d9fb
GM
161 * net/goto-addr.el (goto-address-at-point): Deal with URLs
162 part of which look like email addresses.
163
c5bdb93d
AI
1642001-05-18 Andrew Innes <andrewi@gnu.org>
165
7246200c
SM
166 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
167 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
168 cmd.exe's handling of FOR loops.
169 (autoloads): Set find-file-suppress-same-file-warnings to t to
170 avoid slew of spurious messages.
171
9a1211f2
GM
1722001-05-18 Simon Josefsson <simon@josefsson.org>
173
174 * mail/smtpmail.el (maybe-append-domain): Renamed to
175 `smtpmail-maybe-append-domain'.
176 (smtpmail-via-smtp): Use the new name.
177
29148a3f
GM
178 * net/browse-url.el (browse-url-browser-function): Add kde.
179 (browse-url-kde-program, browse-url-kde-args): New variables.
180 (browse-url-kde): New function.
181
9ab59a1a
MB
1822001-05-18 Miles Bader <miles@gnu.org>
183
7246200c
SM
184 * simple.el (delete-horizontal-space, just-one-space):
185 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
186 because it's more efficient for large files.
187
cebf1b97
GM
1882001-05-17 Gerd Moellmann <gerd@gnu.org>
189
f90c23ca
GM
190 * mail/rmail.el (rmail-require-mime-maybe): New function.
191 (rmail): Use it.
192 (rmail-mode): Handle the case of finding Rmail files.
193
cebf1b97
GM
194 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
195 functions.
196
df22166e
SM
1972001-05-17 Stefan Monnier <monnier@cs.yale.edu>
198
199 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
200 text-property after moving to the beginning of line and regardless
201 of the value of font-lock-multiline.
202
2ca0d5f1
GM
2032001-05-17 Gerd Moellmann <gerd@gnu.org>
204
e85e809a
GM
205 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
206
2ca0d5f1
GM
207 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
208 last coding system used before calling set-buffer-modified-p
209 because that function changes last-coding-system.
210
4c6a4739
EZ
2112001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
212
213 * files.el (switch-to-buffer-other-window)
214 (switch-to-buffer-other-frame): Add an xref to display-buffer in
215 the doc string.
216
f08cf35b
GM
2172001-05-17 Gerd Moellmann <gerd@gnu.org>
218
219 * language/slovak.el, language/czech.el: New maintainer.
220
2180ea97
SS
2212001-05-16 Sam Steingold <sds@gnu.org>
222
f08cf35b 223 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
224 sub-form of `defgeneric' correctly.
225
9bae8781
GM
2262001-05-16 Gerd Moellmann <gerd@gnu.org>
227
a90b3d3c
GM
228 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
229 of `c'.
230
1b7818b4 231 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
232 condition-case, test what outline-level returns instead, to
233 ease debugging.
1b7818b4 234
9bae8781
GM
235 * international/mule.el (auto-coding-regexp-alist): New user-option.
236 (auto-coding-from-file-contents): New function.
237 (set-auto-coding): Use it to determine a coding system.
238
7644c605
GM
2392001-05-15 Gerd Moellmann <gerd@gnu.org>
240
18a0a39e
GM
241 * mouse.el (mouse-delete-other-windows): Doc fix.
242
df22166e
SM
243 * emacs-lisp/lisp-mode.el (lisp-mode):
244 Make font-lock-keywords-case-fold-search a buffer-local variable with
245 make-local-variable before setting it.
7644c605 246
940cf42e
EZ
2472001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
248
249 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
250 prefixes.
251
557f7c34
GM
2522001-05-14 Gerd Moellmann <gerd@gnu.org>
253
254 * hexl.el (hexl-current-address): Print a message when called
255 interactively.
256
14d9b141
SM
2572001-05-11 Stefan Monnier <monnier@cs.yale.edu>
258
259 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
260
261 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
262
263 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
264
7bd2d083
GM
2652001-05-11 Gerd Moellmann <gerd@gnu.org>
266
47e72862
GM
267 * startup.el (command-line): If parameters have been changed in
268 the init files which influence font selection, clear the face
269 cache so that faces get realized with the new parameters.
270
14d9b141 271 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 272
0f49941f
SM
2732001-05-10 Stefan Monnier <monnier@cs.yale.edu>
274
275 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
276
cbeed4a8
EZ
2772001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
278
279 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
280 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
281
ff9aa2ca
GM
2822001-05-10 Gerd Moellmann <gerd@gnu.org>
283
284 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 285 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 286
b2c99950
JW
2872001-05-09 John Wiegley <johnw@gnu.org>
288
0f49941f
SM
289 * eshell/esh-util.el (eshell-convert-numeric-arguments):
290 Annotated the documentation string to tell users about
3cb27fd7
JW
291 `eshell-no-numeric-conversions'.
292
c26f6b27
JW
293 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
294 conversions if a Lisp function has the property
295 `eshell-no-numeric-conversions' set to a non-nil value.
296
297 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
298 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
299 property `eshell-no-numeric-conversions' on the following
300 functions (which all deal with filesystem entities, and never Lisp
301 numerical values): eshell/cd, eshell/pushd, eshell/popd,
302 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
303 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
304 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
305 eshell/which, eshell/addpath.
306
3072001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 308
d089e299
JW
309 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
310 encountered as an argument, don't convert it right away, but tag
311 the first character of the string with the text properties
312 `number', which signifies to `eshell-lisp-command' that the
313 argument should be passed through `string-to-number' if it is
314 actually used in the call to a Lisp function.
315
316 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
317 function, convert any string arguments that have been tagged as
318 "numbers", by calling string-to-number.
319
320 * eshell/esh-util.el (eshell-number-regexp): Now that number
321 conversions only happen for Lisp function calls, the number regexp
322 should now match all integer and floating point forms.
323
324 * eshell/esh-proc.el: Disable `eshell-stop-process' and
325 `eshell-continue-process', since they are both nonfunctional at
326 the moment.
327 (eshell-proc-initialize): Don't bind keys for
328 `eshell-stop-process' or `eshell-continue-process'.
329
0f49941f
SM
330 * eshell/em-unix.el (eshell-shuffle-files):
331 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
332
333 * eshell/em-hist.el (eshell-add-to-history): Reference to
334 `eshell-history-ring' needed to be `eshell-history-index'.
335
0f49941f
SM
336 * calendar/timeclock.el (timeclock-find-discrep):
337 Initialize `elapsed' to 0.
cb89da0f
JW
338 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
339 it's still nil.
b2c99950 340
ff39b9a1
SM
3412001-05-09 Stefan Monnier <monnier@cs.yale.edu>
342
343 * arc-mode.el (archive-int-to-mode): Construct the string directly.
344 (archive-mode): Use capitalize.
345 (archive-unique-fname): Use make-temp-file.
346
9e53a675
GM
3472001-05-09 Gerd Moellmann <gerd@gnu.org>
348
349 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
350
c8224de6
EZ
3512001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
352
c533a7e2
EZ
353 * tar-mode.el (tar-extract): Pay attention to the value of
354 coding-system-for-read, if it is non-nil.
355
ff39b9a1
SM
356 * calendar/holidays.el (holidays): Add an autoload cookie.
357 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 358
1c8c9fb8
JW
3592001-05-08 John Wiegley <johnw@gnu.org>
360
ff39b9a1
SM
361 * calendar/timeclock.el (timeclock-workday-remaining):
362 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
363 (timeclock-workday-elapsed): Don't accept a "relative" argument
364 for the current day's elapsed time. What could that have meant?
ff39b9a1 365 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
366 (timeclock-when-to-leave): Changed logic, similarly to what was
367 done for `timeclock-workday-remaining'.
368 (timeclock-find-discrep): Removed "today-only" argument, which had
369 no meaning. Fixed some more math problems. The function now
370 returns a three member list: (TOTAL-TIME-DISCREPANCY
371 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
372
5f47fb28
EZ
3732001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
374
375 * w32-fns.el (convert-standard-filename): Start replacing slashes
376 from the beginning of the file name, not from where the last
377 invalid character was. From "Andrew Maguire (SWW)"
378 <Andrew.Maguire@Smallworld.co.uk>
379
6da5c7da
GM
3802001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
381
382 The following changes are to provide infrastructure for handling
383 MIME messages to rmail. They don't affect the original behaviour
384 if rmail-enable-mime is nil.
385
386 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
387 (rmail-search-mime-message-function)
388 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
389 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
390 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
391 `rmail-view-buffer' is hidden.
6da5c7da
GM
392 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
393 call rmai-show-mime-function.
394 (rmail-display-labels): If rmail-enable-mime is non-nil, update
395 mode-line-process of rmail-view-buffer.
396 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
397 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
398 buffer.
ff39b9a1
SM
399 (rmail-next-message, rmail-next-undeleted-message): Be sure to
400 set-buffer to the Rmail buffer.
6da5c7da
GM
401 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
402 rmail-search-mime-header-function.
403 (rmail-search-message): New function.
404 (rmail-search): Call rmail-search-message to check if a message
405 matches REGEXP, lastly update point after calling
406 rmail-show-message.
ff39b9a1
SM
407 (rmail-undelete-previous-message, rmail-expunge-confirmed)
408 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
409 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
410 header region, refer to rmail-msgref-vector while setting the
411 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
412 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
413 If rmail-enable-mime is non-nil, call
6da5c7da
GM
414 rmail-insert-mime-forwarded-message-function instead of inserting
415 forwarded message by itself.
416
417 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
418 Rmail buffer.
419 (rmail-set-label, rmail-next-labeled-message): Likewise.
420
421 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
422 set-buffer to the Rmail buffer.
423 (rmail-output-to-rmail-file): Likewise.
424 (rmail-output): Likewise.
425
426 * mail/rmailsum.el (rmail-message-subject-p): Process the result
427 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
428 (rmail-new-summary): Be sure to go to the Rmail buffer.
429 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
430 rmail-view-buffer to nil.
431 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
432 rmail-view-buffer.
433 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
434 rmail-buffer.
435 (rmail-summary-scroll-msg-down): Likewise.
436 (rmail-summary-beginning-of-message): Likewise.
437 (rmail-summary-wipe): Likewise.
438 (rmail-summary-toggle-header): Use save-window-excursion, not
439 save-excursion. Update point in rmail-view-buffer, not in
440 rmail-buffer.
441 (rmail-summary-reply): Before calling rmail-reply, set buffer to
442 rmail-view-buffer, not rmail-buffer.
443
5092477a
GM
4442001-05-07 Gerd Moellmann <gerd@gnu.org>
445
1e9fc92e
GM
446 * cus-edit.el (custom-file): Signal an error if user-init-file is
447 nil (running -q).
448
1d053370
GM
449 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
450
ff39b9a1
SM
451 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
452 Add :version.
453
454 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
455 New option.
1b62b062
GM
456 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
457 only if smtpmail-warn-about-unknown-extensions is set.
458
f851a71c
GM
459 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
460 instead of rmail-sort-by-keywords.
461
ff39b9a1 462 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
463 rmail-sort-by-keywords.
464
ff39b9a1
SM
465 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
466 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
467 (rmail-summary-mode): Doc fix.
468
5092477a
GM
469 * mail/rmail.el (rmail-edit): New Custom group.
470
471 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
472 (rmail-edit-mode-hook): New user-option.
473
05be3833
RS
4742001-05-05 Richard M. Stallman <rms@gnu.org>
475
476 * help.el (help-xref-symbol-regexp): Recognize "source of"
477 and friends, meaning make a link to the source file.
478 (help-make-xrefs): Handle "source of" and friends
479 by constructing a link that visits the source file.
480
481 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
482
7dfb000f
SM
4832001-05-04 Stefan Monnier <monnier@cs.yale.edu>
484
5efe6a56
SM
485 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
486 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
487 Renamed from perl-font-lock-keywords to avoid clashes.
488 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
489 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
490 Updated correspondingly.
491
7dfb000f
SM
492 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
493 Typo `nonexistant' -> `nonexistent'.
494
88bbb8cb
EZ
4952001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
496
7dfb000f
SM
497 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
498 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
499 `c-electric-delete-forward' always deletes forward and
500 `c-electric-delete' only contains the code necessary for XEmacs to
501 choose between backward and forward deletion.
7dfb000f 502
88bbb8cb
EZ
503 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
504 get the electric behavior on that key too.
505 (c-fill-paragraph): Fixed bogus direct use of
506 c-comment-prefix-regexp, which caused an error when it's a list.
507
a1af8dcf
EZ
5082001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
509
510 * dired-aux.el (dired-diff): Doc fix.
511
512 * dired.el (dired-diff): Likewise.
513
ddfb4005
EZ
5142001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
515
516 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
517
b36581fb
SM
5182001-05-02 Stefan Monnier <monnier@cs.yale.edu>
519
80a00b6a
SM
520 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
521 if both the buffer and the file are read-only.
522
b36581fb
SM
523 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
524 rather than font-lock-string-face.
525 (sh-get-indent-info): Treat heredocs like strings.
526
470bbe9b
GM
5272001-05-02 Gerd Moellmann <gerd@gnu.org>
528
b36581fb
SM
529 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
530 a newline following `}'.
3356df63
GM
531 (texinfo-format-email): New function.
532 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
533 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
534 Add `display'.
3356df63
GM
535 (texinfo-sort-region): Goto point-min before sorting.
536 (texinfo-set): Remove leading white space from value.
537 From yagi@is.titech.ac.jp.
538
470bbe9b
GM
539 * replace.el (query-replace-regexp-eval): Doc fix.
540
a9d2fd1d
SM
5412001-05-01 Stefan Monnier <monnier@cs.yale.edu>
542
543 * diff-mode.el (diff-nonexistant-face): New face.
544 (diff-font-lock-keywords): Use it.
545
2b3e941a
EZ
5462001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
547
22cd6fd3
EZ
548 * font-lock.el (font-lock-mode): Doc fix.
549
2b3e941a
EZ
550 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
551 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
552
50df7214
GM
5532001-04-30 Gerd Moellmann <gerd@gnu.org>
554
a9d2fd1d
SM
555 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
556 backslash at the start of the here-document delimiter.
a9793e45
GM
557 (sh-font-lock-syntactic-keywords): Likewise.
558
50df7214
GM
559 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
560
e2f599e9
EZ
5612001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
562
563 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
564 (tty-color-translate, tty-color-by-index, tty-color-values)
565 (tty-color-desc): Doc fix.
566
dcaf31d3
EZ
5672001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
568
569 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
570 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
571 Mention dired-dwim-target in the doc string.
dcaf31d3 572
a6a06429
MB
5732001-04-28 Miles Bader <miles@gnu.org>
574
575 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
576 (dabbrev--find-expansion): Use it.
577 (dabbrev--select-buffers): Don't select ignored buffers.
578
5a5d9185
GM
5792001-04-27 Gerd Moellmann <gerd@gnu.org>
580
a9d2fd1d 581 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 582
c5b82005
RS
5832001-04-26 Richard M. Stallman <rms@gnu.org>
584
585 * dabbrev.el: Add doc strings for some functions.
586 (dabbrev--eliminate-newlines): New variable.
587 (dabbrev--substitute-expansion): Convert newlines to spaces
588 if dabbrev--eliminate-newlines is set.
589 If abbrev and expansion are both all-lower-case,
590 leave dabbrev--last-case-pattern nil.
591
7cff9c6f
GM
5922001-04-26 Gerd Moellmann <gerd@gnu.org>
593
594 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
595 if necessary, like in rmail-show-message.
596
efa89c1f
GM
5972001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
598
599 * ps-print.el: Color specified by number is forced to be float number.
600 (ps-print-version): New version number (6.5.1.1).
601 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
602 initialization.
603 (ps-prefix-quote): New internal var.
604 (ps-print-quote): New fun.
605 (ps-setup, ps-output-frame-properties, ps-float-format)
606 (ps-format-color): Code fix.
a9d2fd1d
SM
607 (ps-plot-region): Eliminate redundant foreground color text setting.
608
d3111e5a
EZ
6092001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
610
611 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
612
a728644c
GM
6132001-04-25 Gerd Moellmann <gerd@gnu.org>
614
615 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
616
4ecdf04d
EZ
6172001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
618
4645bb68
EZ
619 * info.el (Info-additional-directory-list): Doc fix.
620
4ecdf04d 621 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
622 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
623 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 624
7cd512f2
SM
6252001-04-25 Stefan Monnier <monnier@cs.yale.edu>
626
1dc64fca
SM
627 * progmodes/make-mode.el (makefile-font-lock-keywords):
628 Rationalize the rules for includes and conditionals and use the
629 keyword face for them.
630
7cd512f2
SM
631 * faces.el (modify-face): Add compatibility for non-interactive use.
632
ffeb5c1c
JW
6332001-04-24 John Wiegley <johnw@gnu.org>
634
635 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
636 fix from last night, since it wasn't finding eshell/cd.
637
35f901fa
GM
6382001-04-24 Gerd Moellmann <gerd@gnu.org>
639
640 * rect.el (string-rectangle): Revert to 20.x behaviour.
641 (replace-rectangle): Make it an alias for string-rectangle.
642 (string-insert-rectangle): New function.
643
c7b1b508
JW
6442001-04-23 John Wiegley <johnw@gnu.org>
645
646 * eshell/em-unix.el (eshell/diff): Fixed problems that were
647 occurring with Emacs 21's diff.el/compile.el interaction layer.
648
6492001-04-23 Colin Walters <walters@cis.ohio-state.edu>
650
651 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
652 case where the function was defined in a file, but not part of an
653 eshell module.
654
157975e3
JW
6552001-04-23 John Wiegley <johnw@gnu.org>
656
657 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
658 code to work around a redisplay problem I've been having.
659
3dc630b9
JW
6602001-04-23 John Wiegley <johnw@gnu.org>
661
662 * calendar/timeclock.el (timeclock-day-required): If the time
663 required for a particular day is not set, use `timeclock-workday'.
664 (timeclock-find-discrep): Added some sample code in a comment.
665
666 * eshell/eshell.el (eshell-command): Made a few changes so that
667 `eshell-command' could be called programmatically.
668
7cd512f2 669 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 670
7cd512f2 671 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 672
3ae14dd9 6732001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
674
675 * calendar/timeclock.el: Updated copyright.
676 (timeclock-generate-report): Don't report the daily or two-week
677 total, if no time has been worked in that period.
678 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
679 final computational form, which was unnecessary; corrected a
680 parsing problem when timeclock-relative was nil.
681
3ae14dd9 6822001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
683
684 * calendar/timeclock.el (timeclock-modeline-display): Check if
685 `list-entry' is null.
686 (timeclock-use-display-time): The first argument to `set-variable'
687 must be a symbol.
688
53e1a74c
EZ
6892001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
690
691 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
692 (calendar-today-marker, calendar-holiday-marker):
693 Use display-color-p instead of window-system.
53e1a74c
EZ
694 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
695 instead of window-system.
696 (calendar-hide-window): Use display-multi-frame-p instead of
697 window-system.
698
699 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
700 (calendar-only-one-frame-setup, calendar-one-frame-setup):
701 Use display-multi-frame-p instead of window-system.
53e1a74c 702
23b809c2
GM
7032001-04-23 Gerd Moellmann <gerd@gnu.org>
704
1d14e80c
GM
705 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
706
23b809c2
GM
707 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
708 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
709
b5eeaa1d
GM
7102001-04-23 Alex Schroeder <alex@gnu.org>
711
712 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
713 line-end-position a defalias is used for point-at-bol and point-at-eol.
714
b5eeaa1d
GM
7152001-04-23 Alex Schroeder <alex@gnu.org>
716
717 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 718 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 719
ac1470eb
EZ
7202001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
721
722 * textmodes/paragraphs.el (sentence-end): Doc fix.
723
624ef9b3
GM
7242001-04-20 Alex Schroeder <alex@gnu.org>
725
726 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 727 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
728
7292001-04-20 Alex Schroeder <alex@gnu.org>
730
731 * sql.el (sql-db2-program): New option.
732 (sql-db2-options): New option.
733 (sql-db2): New function.
734
7352001-04-20 Alex Schroeder <alex@gnu.org>
736
737 * sql.el (sql-mode-menu): Added highlighting entries.
738 (sql-highlight-oracle-keywords): New function.
739 (sql-highlight-postgres-keywords): New function.
740 (sql-highlight-ansi-keywords): New function.
741
7422001-04-20 Alex Schroeder <alex@gnu.org>
743
744 * sql.el (sql-help): Doc change.
745
2a83a11d
SM
7462001-04-19 Stefan Monnier <monnier@cs.yale.edu>
747
748 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
749
6f4dd4dc
GM
7502001-04-18 Gerd Moellmann <gerd@gnu.org>
751
0f8d6dc7
GM
752 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
753 for defmethod.
754
6f4dd4dc
GM
755 * comint.el (comint-cr-magic): New function.
756 (toplevel): Add it to comint-preoutput-filter-functions.
757
90200fcc
AI
7582001-04-18 Andrew Innes <andrewi@gnu.org>
759
760 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 761 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
762 (recompile): Remove stuff to set EMACSLOADPATH.
763
daa66f34
GM
7642001-04-18 Gerd Moellmann <gerd@gnu.org>
765
edc5c81d
GM
766 * language/slovak.el ("Slovak"): Add tutorial entry.
767
daa66f34
GM
768 * net/browse-url.el (browse-url-new-window-flag): Renamed from
769 browse-url-new-window-p.
770
5d5845dc
EZ
7712001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
772
773 * info.el (Info-menu-update): When there are no menus and/or no
774 cross references in the node, make the respective items of the
775 Info menu-bar menu inactive.
776
1c8addd0
GM
7772001-04-17 Gerd Moellmann <gerd@gnu.org>
778
f4f480bd
GM
779 * indent.el (indent-for-tab-command): Call indent-line-function
780 with no argument if PREFIX-ARG is non-nil.
781
1c8addd0
GM
782 * frame.el (delete-other-frames): Handle minibuffer-only frames.
783
8f9ab403
EZ
7842001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
785
786 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
787 an async subprocess if start-process is unavailable. Suggested by
788 Tim Van Holder <tim.van.holder@pandora.be>.
789
60322163
EZ
7902001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
791
792 * info.el (Info-additional-directory-list): Doc fix. Suggested by
793 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
794
e372bc67
EZ
7952001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
796
797 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
798 manual.
799
28037ecf
SM
8002001-04-13 Stefan Monnier <monnier@cs.yale.edu>
801
802 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
803 (cvs-menu): Add a few entries.
804
805 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
806 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
807 lock file appears to be reachable from Emacs.
808 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
809 (cvs-mode-find-file): Look for cvs-header-face rather than
810 cvs-dirname-face (which doesn't exist).
811 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
812
813 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
814
5d5e7f53
EZ
8152001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
816
817 * emulation/pc-select.el (pc-selection-mode): Don't turn on
818 normal-erase-is-backspace on a tty. Instead, bind some keys such
819 as [delete] directly, like pc-select.el did before
820 normal-erase-is-backspace was invented.
821
118562e1 8222001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
823
824 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
825
6c9e58c4
JW
8262001-04-11 John Wiegley <johnw@gnu.org>
827
28037ecf
SM
828 * eshell/em-ls.el (eshell-ls-insert-directory):
829 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
830 buffers, if Eshell's ls is being used.
831
118562e1 8322001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 833
28037ecf
SM
834 * calendar/timeclock.el (timeclock-completing-read): New function.
835 (timeclock-ask-for-project, timeclock-ask-for-reason):
836 Call `timeclock-completing-read'.
978bd3ea
JW
837
838 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
839 required where `member' was being used.
840
118562e1 8412001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 842
28037ecf
SM
843 * eshell/em-hist.el (eshell-previous-matching-input):
844 Don't display "History item" if the the minibuffer is active.
978bd3ea 845
30cb0001
GM
8462001-04-11 Gerd Moellmann <gerd@gnu.org>
847
848 * startup.el (command-line): Output a newline after printing
849 an error from loading the window system's init file.
850
e38af9bd
EZ
8512001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
852
28037ecf
SM
853 * textmodes/texinfo.el (texinfo-font-lock-keywords):
854 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
855 @inforef. Add an OVERRIDE of `keep' to highlight specs of
856 keywords whose arguments routinely include @@.
857
bbf63a7b
GM
8582001-04-10 Gerd Moellmann <gerd@gnu.org>
859
28037ecf
SM
860 * emacs-lisp/advice.el (ad-make-advised-definition):
861 Construct advice for subrs differently.
afffeb57 862
3fe35f35 863 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 864 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 865
c8d6d636 866 * simple.el (completion-list-mode-finish): New function.
28037ecf 867 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 868
2a52f40e 869 * language/european.el ("Polish"): Change sample text.
28037ecf 870 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 871
cf8b1bef
GM
872 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
873 parameter.
874
bbf63a7b
GM
875 * faces.el (menu): Doc fix.
876
719d83ad 8772001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
878
879 * ps-print.el: Footer implementation. Doc fix.
880 (ps-print-version): New version number (6.5.1).
881 (ps-header-frame-alist): New customization var for header frame
882 properties.
883 (ps-line-number-color): New customization var for line number color.
884 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
885 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
886 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
887 (ps-right-footer): New customization vars for footers.
888 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
889 footers.
890 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
891 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
892 Code fix.
319acba0
GM
893 (ps-prologue-file): Indentation fix.
894 (ps-print-quote): Fun eliminated.
895 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
896 (ps-output-frame-properties): New fun.
897 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
898 (ps-skip-newline): Replace defun by defsubst.
28037ecf 899
e372bc67 9002001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
901
902 * eshell/eshell.el (eshell-command): Needed a "%s" format
903 specifier, in case the buffer contains percent characters.
904
e372bc67 9052001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
906
907 * calendar/timeclock.el (timeclock-generate-report): Added a
908 missing insert of the project name.
909
9f9a5e7a
GM
9102001-04-09 Gerd Moellmann <gerd@gnu.org>
911
9170e5d4 912 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 913
865e97c1 914 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 915 (finder-data): Use it instead of `setwins'.
865e97c1
GM
916 From: Dave Love <fx@gnu.org>.
917
cf3885ac 918 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
919 (server-visit-files): Run server-visit-hook after going to
920 line 1 so that the hook can set point as it sees fit.
921
9f9a5e7a
GM
922 * bindings.el (mode-line-modified): Unify help messages.
923
51f32106
EZ
9242001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
925
926 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
927 All callers changed.
928
e02160a3
EZ
9292001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
930
8e6bb0d0
EZ
931 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
932 long file names aren't supported, truncate the file names in
933 quail-misc-package-ext-info to 8+3 before matching them against
934 FILENAME.
935
936 * dos-fns.el (dos-truncate-to-8+3): New function.
937
ec321d77
EZ
938 * progmodes/compile.el (grep-compute-defaults): Use null-device
939 instead of literal /dev/null. Reported by Jens Schmidt
940 <schmidt@mathematik.uni-kl.de>.
941
e02160a3
EZ
942 * simple.el (normal-erase-is-backspace-mode): Doc fix.
943
cf3885ac
SM
9442001-04-06 Stefan Monnier <monnier@cs.yale.edu>
945
946 * textmodes/sgml-mode.el: Add unknown maintainer.
947 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
948 (html-mode-map): Use set-keymap-parent.
949
3ffb33bb
DL
9502001-04-06 Dave Love <fx@gnu.org>
951
952 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
953 Remove redundant string-to-list.
954
8f625692
SM
9552001-04-05 Stefan Monnier <monnier@cs.yale.edu>
956
957 * composite.el (reference-point-alist): Doc fix.
958
1087f198
SS
9592001-04-05 Sam Steingold <sds@gnu.org>
960
8f625692
SM
961 * font-lock.el (font-lock-keywords-case-fold-search):
962 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
963 file made font-lock case-insensitive.
964
a55e4e68
GM
9652001-04-05 Gerd Moellmann <gerd@gnu.org>
966
0e4892e2
GM
967 * faces.el (defface menu): Doc fix.
968
4d664b04
GM
969 * wid-edit.el (widget-color-sample-face-get): Don't make
970 faces for undefined colors.
971
a55e4e68
GM
972 * version.el (emacs-version): Include LessTif/Motif version info.
973
f383cd0d
GM
9742001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
975
976 * ps-mule.el: Eliminate cl package dependence.
977 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
978 if they aren't defined yet.
979 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
980 Eliminate cl package dependence.
981
de28797f
SM
9822001-04-04 Stefan Monnier <monnier@cs.yale.edu>
983
984 * progmodes/cc-cmds.el (c-outline-level):
985 Bind buffer-invisibility-spec. Originally from Dave Love, but
986 got lost when incorporating version 5.26.
987
32df8b47
EZ
9882001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
989
de28797f
SM
990 * emulation/pc-select.el (pc-selection-mode):
991 Call normal-erase-is-backspace-mode instead of binding
992 keys individually.
58e4f61d 993
7f62656b
EZ
994 * cus-load.el (normal-erase-is-backspace): Use it instead of
995 delete-key-deletes-forward.
996
997 * startup.el (command-line): Use normal-erase-is-backspace and
998 normal-erase-is-backspace-mode.
999
1000 * simple.el (normal-erase-is-backspace): Rename from
1001 delete-key-deletes-forward. Doc fix.
1002 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
1003 delete-key-deletes-forward-mode. Doc fix.
1004 Run normal-erase-is-backspace-hook.
7f62656b 1005
32df8b47 1006 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
1007 ``human-readable'' format produced by GNU `ls'.
1008 (dired-move-to-filename-regexp): Recognize ISO format dates.
1009 From Paul Eggert <eggert@twinsun.com>.
32df8b47 1010
5efa6032
GM
10112001-04-04 Gerd Moellmann <gerd@gnu.org>
1012
1013 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1014 New functions.
de28797f
SM
1015 (lm-verify): Check keywords.
1016 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 1017
d757aac1
EL
10182001-04-03 Eric M. Ludlam <eric@siege-engine.com>
1019
1020 * speedbar.el (speedbar-insert-image-button-maybe): Check for
1021 `xemacs' feature instead of for the function `set-extent-property'.
1022
9832760a
SM
10232001-04-03 Stefan Monnier <monnier@cs.yale.edu>
1024
1025 * mail/mh-utils.el (mh-folder-hist): New var.
1026 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1027
d565f6aa
EZ
10282001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
1029
1030 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1031 region, position point on the first or last 16-byte group.
1032 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1033 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
1034 hexl-beginning-of-line.
1035
24c0fd39
GM
10362001-04-03 Gerd Moellmann <gerd@gnu.org>
1037
5efa6032
GM
1038 * icomplete.el (icomplete-mode): Treat an argument like other
1039 modes do.
1040
b3f6107b
GM
1041 * startup.el (fancy-splash-head): Use splash8.xpm for color
1042 depth 8.
1043
24d451c5
SM
1044 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1045 Add an antry for ``converts''.
476bf681 1046
24d451c5
SM
1047 * language/slovak.el ("Slovak"): Add documentation string.
1048 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 1049
450f6970
GM
1050 * language/czech.el ("Czech"): Add documentation string.
1051 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1052
24d451c5
SM
1053 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1054 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
1055
10562001-04-02 Stefan Monnier <monnier@cs.yale.edu>
1057
1058 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1059 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1060 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1061 Use `defsubst' rather than a macro to ease debugging.
1062 (mail-extr-last): Remove (use `last' instead).
1063 (mail-extract-address-components): Properly reset the syntax-table
1064 after parsing an address. Use `last' rather than mail-extr-last.
1065 Make sure the end marker stays at the very end.
24c0fd39 1066
2b908342
EZ
10672001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1068
1069 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1070 last change.
1071
acfb077d
GM
10722001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1073
1074 * ps-print.el: Line and paragraph spacing feature. Region to cut
1075 out when printing. Doc fix.
1076 (ps-print-version): New version number (6.5).
24d451c5
SM
1077 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1078 New vars. Line and paragraph spacing feature.
acfb077d
GM
1079 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
1080 out when printing.
1081 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1082 (ps-get-font-size, ps-begin-job, ps-continue-line)
1083 (ps-plot-region): Code fix.
1084 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
1085 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1086 New internal vars.
acfb077d
GM
1087 (ps-get-size): New fun.
1088 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1089 (ps-next-line): Replace defun by defsubst.
1090 (ps-mule-plot-string): Autoload doc fix.
1091
1092 * ps-bdf.el: XEmacs compatibility. Doc fix.
1093 (installation-directory, coding-system-for-read): Declare vars if
1094 it's not declared yet.
1095 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1096
1097 * ps-mule.el: XEmacs compatibility. Doc fix.
1098 (leading-code-private-22): Declare var if it's not declared yet.
1099 (charset-bytes, charset-dimension, charset-id, charset-width)
1100 (find-charset-region, split-char, char-width, chars-in-region)
1101 (forward-point, decompose-composite-char, encode-coding-string)
1102 (coding-system-p, ccl-execute-on-string, define-ccl-program):
1103 Define funs if not defined yet.
1104 (encode-composition-rule, find-composition): Define funs if not
1105 loaded yet.
1106 (ps-mule-prologue): PostScript code fix.
1107
11082001-04-02 Kenichi Handa <handa@etl.go.jp>
1109
1110 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1111 non-nil, generate font for the header strings.
1112 (ps-mule-prepare-font): Likewise.
1113 (ps-mule-generate-glyphs): Likewise.
1114 (ps-mule-string-encoding): Likewise.
1115 (ps-mule-header-charsets): New variable.
1116 (ps-mule-encode-header-string): New function.
1117 (ps-mule-header-string-charsets): New function.
1118 (ps-mule-begin-job): Check charsets in the header strings. If there
1119 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1120
1121 * ps-print.el (ps-generate-header-line): Encode the header string by
1122 ps-mule-encode-header-string.
1123 (ps-mule-encode-header-string): Declare autoload.
1124
c0eb3c10
GM
11252001-04-02 Gerd Moellmann <gerd@gnu.org>
1126
24d451c5
SM
1127 * frame.el (cursor-in-non-selected-windows):
1128 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 1129
a3d0b0e0
KH
11302001-03-31 Kenichi Handa <handa@etl.go.jp>
1131
1132 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1133 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 1134 (quail-misc-package-ext-info): New variable.
a3d0b0e0 1135 (tsang-quick-converter): New function.
24d451c5
SM
1136 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1137 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
1138 (miscdic-convert, batch-miscdic-convert): New functions.
1139
55f7832c
KH
11402001-03-30 Kenichi Handa <handa@etl.go.jp>
1141
a2217cd8
KH
1142 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1143 eight-bit-control chars.
1144
55f7832c 1145 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 1146 Reduce making temporary vector (suggested by Dave Love).
55f7832c 1147
911a2406
EZ
11482001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1149
1150 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1151 string as well.
1152
1a518f2c
AS
11532001-03-30 Andreas Schwab <schwab@suse.de>
1154
1155 * files.el (backup-directory-alist): Fix typo.
1156
ef080b16
EZ
11572001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1158
1159 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1160 <eggert@twinsun.com>.
1161
e4174a55
DL
11622001-03-30 Dave Love <fx@gnu.org>
1163
1164 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1165
9d5d1075
EZ
11662001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1167
1168 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1169
a27b451e
MB
11702001-03-30 Miles Bader <miles@gnu.org>
1171
1172 * subr.el (interactive-form): Fix paren typo.
1173
aea51abe
EZ
11742001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1175
1176 * emacs-lisp/profile.el: Say that it's obsolete in the header
1177 line, so that finder.el puts that into its data-base.
1178 Suggested by Alex Schroeder <alex@gnu.org>.
1179
249dd409
EZ
11802001-03-29 Paul Eggert <eggert@twinsun.com>
1181
1182 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1183 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1184
1ac1fa96
SM
11852001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1186
1187 * generic.el (generic-mode-set-comments): Use "" rather than nil
1188 for comment-end.
1189
e2b8a830
GM
11902001-03-29 Gerd Moellmann <gerd@gnu.org>
1191
1ac1fa96
SM
1192 * emacs-lisp/advice.el (ad-make-advised-definition):
1193 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
1194
1195 * subr.el (interactive-form): New function.
1196
8b2375e7
AS
11972001-03-29 Andre Spiegel <spiegel@gnu.org>
1198
1199 * vc-sccs.el (vc-sccs-register): Use relative file names.
1200
f827b862
GM
12012001-03-28 Gerd Moellmann <gerd@gnu.org>
1202
e59d0e9d
GM
1203 * bookmark.el (bookmark-get-bookmark): Handle case that
1204 BOOKMARK is not a string.
1205
deb2613a
GM
1206 * image.el (image-type-regexps): Change type for PS files
1207 to `postscript'.
1208
f827b862
GM
1209 * subr.el (read-passwd): Clear command history after each
1210 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1211
3c9449d0
KH
12122001-03-27 Kenichi Handa <handa@etl.go.jp>
1213
1214 * international/kkc.el (kkc-save-init-file): Locally bind
1215 print-length to nil.
1216
e6b13c74
GM
12172001-03-26 Gerd Moellmann <gerd@gnu.org>
1218
e120bebf
GM
1219 * textmodes/flyspell.el: Some doc fixes.
1220 (flyspell-maybe-correct-transposition)
1221 (flyspell-maybe-correct-doubling): Use a temporary buffer
1222
1223 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1224
5f6c5771 1225 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
1226 (byte-optimize-form-code-walker): Diagnose too few arguments
1227 for `if' and `while'.
1228
2b984c45
KH
12292001-03-26 Kenichi Handa <handa@etl.go.jp>
1230
1231 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1232 Prepend `\' to "\<quail-translation-docstring>".
1233
bf2150fa
GM
12342001-03-26 Gerd Moellmann <gerd@gnu.org>
1235
5f6c5771
SM
1236 * autorevert.el (global-auto-revert-non-file-buffers):
1237 Remove duplicate defcustom.
bf2150fa 1238
a0d59316
MB
12392001-03-26 Miles Bader <miles@gnu.org>
1240
5f6c5771
SM
1241 * international/latin1-disp.el (latin1-char-displayable-p):
1242 Add leading "-" for X font pattern.
a0d59316 1243
9edbff6c
KH
12442001-03-26 Kenichi Handa <handa@etl.go.jp>
1245
5f6c5771
SM
1246 * international/mule-diag.el (describe-coding-system):
1247 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
1248 charsets they can encode.
1249
50b57199
EZ
12502001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1251
1252 * help.el (view-lossage): Mention open-dribble-file in the doc
1253 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1254
5b83f9c0
SM
12552001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1256
1257 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1258 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1259
e0ecbf5c
KH
12602001-03-23 Kenichi Handa <handa@etl.go.jp>
1261
5b83f9c0
SM
1262 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1263 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
1264 multibyte sequence can work correctly.
1265 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1266 property of the coding system.
1267
1cc218de
SM
12682001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1269
1270 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1271 Fix transcription typo.
1272
a3db02ad
RV
12732001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1274
1275 * whitespace.el: Add buffer local variables to toggle testing of
1276 whitespaces in buffers without affecting the default values.
a3db02ad 1277 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
1278 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1279 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1280 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 1281
83c9cb8e
SM
12822001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1283
1284 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1285
180d5509
GM
12862001-03-21 Gerd Moellmann <gerd@gnu.org>
1287
eeb5b5c1
GM
1288 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1289 bs-cycle-configuration-name. From Juanma Barranquero
1290 <lektu@uol.com.br>.
1291
170a9e70
GM
1292 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1293 and cc-vars.el.
1294
180d5509
GM
1295 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1296 headers. Always invoke sendmail with option -t.
1297
130c507e
GM
12982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1299
1300 * Release of cc-mode 5.28.
1301
13022000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1303
1304 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1305 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 1306 It's instead taken care of by the default value for c-default-style.
130c507e 1307
130c507e
GM
13082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1309
1310 * cc-align.el (c-lineup-math): Fix bug where lineup was
1311 triggered by equal signs in string literals.
1312
13132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1314
1315 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1316 limit detection when at the ends of the buffer.
1317
1318 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1319 "for" statement clause in case 7F; a better one is done
1320 earlier in case 7D anyway.
1321
13222000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1323
1324 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1325 somewhat more and did a small optimization.
1326
13272000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1328
1329 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1330 Use the limit argument only to limit the syntactic context
1331 search, not to limit the actual movement.
1332
1333 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1334 inside multiline strings, just like in comments. Also various
1335 fixes to the paragraph and comment prefix recognition, block
1336 comment ender handling etc.
1337
13382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1339
1340 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1341 the relative position of the point.
1342
1343 * cc-cmds.el (c-electric-continued-statement): New function to
1344 use as abbrev hook to reindent for keywords such as "else"
1345 that continues an earlier statement.
1346
1347 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1348 like classes.
1349
1350 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1351 (pike-mode): Populate the default abbrev tables to reindent for
1352 keywords such as "else" that can continue earlier statements.
1353 Abbrev mode is therefore turned on by default now. (Note that
1354 this doesn't apply to idl-mode, since IDL afaik doesn't have
1355 statements at all.)
1356
13572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1358
1359 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1360 bracelists where the declaration contains template arguments.
1361
13622000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1363
83c9cb8e
SM
1364 * cc-cmds.el (c-comment-indent):
1365 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
1366 syntactic indentation. Fixes bug with lineup functions that
1367 return vectors.
1368
1369 * cc-engine.el (c-get-syntactic-indentation): Split the
1370 indentation sum calculation from `c-indent-line' to a separate
1371 function.
1372
13732000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1374
1375 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1376 Fixed places where it was assumed that preprocessor directives
1377 have to start in column zero.
1378
1379 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1380 template arguments after a class identifier properly.
1381
1382 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1383 lists for `new Foo[]' constructs in Java as expressions and
1384 not top level definition brace lists on the top level, so that
1385 they'll get indented consistently with the same type of
1386 expression in a normal block.
1387
13882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1389
1390 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1391 whether the adaptive filling package fails to keep the comment
1392 prefix is now kludged further to check for filladapt-mode
1393 which doesn't have that problem. This is really icky, but it's
1394 the only way that works with the current misfeatures/bugs in
1395 both adaptive-fill-mode and filladapt-mode.
1396
1397 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1398 around point is recognized more robust.
1399
14002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1401
1402 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1403 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1404 (c-lit-type): Fixed all internal variables used dynamically so
1405 that they are always bound.
1406
1407 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1408 errors:
1409
1410 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
1411 the region is fully reindented even when an error occurs.
1412 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
1413 whole lot of code that tried to optimize indentation of whole
1414 sexps but in reality accomplishes nothing.
1415
1416 (c-indent-sexp): Use c-indent-region.
1417
1418 (c-parsing-error): Changed this variable to hold the message
1419 for any syntactic error that is discovered.
1420
1421 (c-parse-state): Search backward from point instead of the bod
1422 position when the latter is invalid. This makes CC Mode
1423 recover faster when there are unbalanced close braces.
1424
1425 (c-backward-to-start-of-if): Use c-parsing-error to report
1426 dangling "else" clauses instead of throwing an error, and fall
1427 back to a reasonable position.
1428
83c9cb8e 1429 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 1430
83c9cb8e 1431 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
1432
14332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1434
1435 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1436 paragraph recognition when moving by sentence in literals.
1437
83c9cb8e
SM
1438 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1439 start regexp for javadoc to recognize javadoc markup in general instead
1440 of a specific set of keywords, to be more future-safe.
130c507e
GM
1441
1442 (c-Pike-pikedoc-paragraph-start)
1443 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1444 pikedoc markup.
1445
83c9cb8e 1446 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 1447
83c9cb8e 1448 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
1449
1450 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1451
1452 (c-comment-prefix-regexp): Made it possible to use an
1453 association list on this to specify mode specific regexps.
1454 The default value now use a special regexp in Pike mode to
1455 recognize pikedoc markup.
1456
1457 (c-current-comment-prefix): New variable containing the actual
1458 regexp from c-comment-prefix-regexp for the current buffer.
1459
14602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1461
1462 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1463 lists: We can't look at the syntax, since a brace list can get
1464 recognized as a plain statement-cont.
1465
1466 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1467 special brace list opener broken over two lines got recognized
1468 as a statement on the second line. Case 9A changed.
1469
14702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1471
1472 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1473 adjustment after line is reindented.
1474
14752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1476
1477 * cc-defs.el (c-point): Added optional argument for position
1478 to use instead of the current point.
1479
1480 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1481 the in-expression block symbols when the construct starts at
1482 boi, to avoid the extra level of indentation in that case.
1483 Cases 4, 16A and 17E affected.
1484
14852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1486
1487 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 1488 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
1489
1490 * cc-engine.el (c-indent-line): Use the syntax already bound
1491 to `c-syntactic-context', if there is any.
1492
14932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1494
1495 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1496 wasn't added up correctly when a lineup function returned nil.
1497
14982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1499
1500 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 1501 empty lines were ignored when collecting line comments backwards.
130c507e
GM
1502
15032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1504
1505 * cc-align.el (c-lineup-dont-change): Return an absolute
1506 indentation column to work correctly in the case when several
1507 syntactic elements are processed for the same line.
1508
1509 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1510 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1511 (c-set-offset): Added absolute indentation column settings by
1512 using the vector type.
1513
130c507e
GM
15142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1515
1516 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1517 Implemented two new cleanups `space-before-funcall' and
1518 `compact-empty-funcall'.
1519
130c507e
GM
15202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1521
1522 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1523 helping building regexps.
1524
1525 * cc-engine.el (c-on-identifier): New function for detecting
1526 identifiers. It takes keywords into account.
1527
1528 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1529 lists. `c-keywords' is set to a regexp matching all keywords
1530 in the current language.
1531
15322000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1533
1534 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1535 list of characters to skip backwards over at the beginning of
1536 a statement, since it can precede string literals in Pike.
1537
15382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1539
1540 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1541 recognition when standing on the last line in a C++ comment
1542 with nothing but whitespace after the prefix.
1543
1544 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1545 given no limit argument.
1546
15472000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1548
1549 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1550 recognition for the `[]= operator symbol in Pike.
1551
15522000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1553
1554 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1555 around a bug in `eval-when-compile' in the byte compiler.
1556
1557 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 1558 value when count is zero and there's no token start within the limit.
130c507e
GM
1559
1560 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1561 "prefix comments", i.e. comments which are followed by code on
1562 the same line.
1563
1564 * cc-mode-19.el: Fixes so that checks that must be done at
1565 compile time also are done then.
1566
15672000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1568
1569 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1570 time and at runtime, and only when it's needed.
1571
15722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1573
1574 Major cleanup for less error prone and more warning free
1575 compilation, including some fixes for bugs due to different
1576 compilation orders. Thanks to Martin Buchholz for providing
1577 the basis for all this.
1578
1579 * cc-bytecomp.el: New file that provides some byte compilation
1580 features: It ensures that files always are loaded from the
1581 current source directory during compilation, and it provides a
1582 set of macros to turn off specific compiler warnings for
1583 specific symbols. (It's not CC Mode specific in any way.)
1584
1585 Fixed a nearly acyclic dependency tree (both runtime and
1586 compile-time) between all files.
1587
1588 * cc-defs.el: Separated all macros before the inline functions,
1589 to ensure correct compilation.
1590
1591 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1592 cc-defs.el to cc-engine.el and made it a function instead.
1593
1594 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1595 about char-after.
1596
1597 * cc-vars.el: Cope even when there isn't a custom package
1598 containing defcustom available.
1599
1600 * cc-make.el: Removed since it's no longer necessary.
1601
1602 README: Updated installation instructions.
1603
16042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1605
1606 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1607 improve the modularity: Moved all mode init stuff from
1608 cc-langs.el to cc-mode.el, including the keymap
1609 initialization; cc-langs now only contains the various
1610 variables for configuring the language syntax.
1611
83c9cb8e
SM
1612 * cc-engine.el, cc-styles.el (c-evaluate-offset)
1613 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 1614 dependency analysis suggests they belong there (which also
83c9cb8e 1615 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
1616
16172000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1618
1619 * cc-cmds.el (c-fn-region-is-active-p): New function that
1620 wraps the corresponding macro, for use in places that aren't
1621 compiled. Thanks to Martin Buchholz for pointing out this.
1622
83c9cb8e 1623 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
1624
1625 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1626 add things to the bug report.
1627
16282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1629
1630 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1631 returned prefix could contain a newline when the search for a
1632 good prefix line failed.
1633
16342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1635
1636 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1637 (c-toggle-auto-hungry-state): Made the argument optional, as
1638 the documentation says it is.
1639
16402000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1641
1642 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1643 multiline string syntax, #"...", as a cpp macro.
1644
7008ccac
GM
16452001-03-21 Paul Eggert <eggert@twinsun.com>
1646
83c9cb8e
SM
1647 * international/mule-cmds.el (set-locale-environment):
1648 Set system-messages-locale and system-time-locale, but only if the
7008ccac 1649 caller specifies a non-nil locale name.
3c9449d0 1650
c2478129 16512001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
1652
1653 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 1654 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 1655
117e4b0c
GM
16562001-03-20 Gerd Moellmann <gerd@gnu.org>
1657
7194219d
GM
1658 * follow.el (follow-avoid-tail-recenter): Doc fix.
1659
5721ae13
GM
1660 * custom.el (custom-set-variables): Avoid reversing the list
1661 of args needlessly.
1662
7b8bbf72
GM
1663 * startup.el (fancy-splash-head): Don't change the colors of the
1664 XPM image on a dark background.
1665
a91ad7c9
GM
1666 * comint.el (comint-exec-1): Set columns of the terminal to
1667 window-width instead of frame-width.
1668
fa88947e
GM
1669 * info.el (Info-scroll-down): Add missing WINDOW arg for
1670 pos-visible-in-window-p.
1671
1741905c
GM
1672 * ehelp.el (electric-help-mode-hook): Add defcustom.
1673
117e4b0c
GM
1674 * mail/sendmail.el (mail-mode): Activate case-folding in
1675 font-lock-defaults.
1676
e84c695d
SM
16772001-03-19 Stefan Monnier <monnier@cs.yale.edu>
1678
1679 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1680 (completion-ignored-extensions): Remove duplicate ".class".
1681
fc774041
AS
16822001-03-19 Andreas Schwab <schwab@suse.de>
1683
83c9cb8e
SM
1684 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1685 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 1686
c2c097cc
GM
16872001-03-19 Gerd Moellmann <gerd@gnu.org>
1688
1689 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1690 methods since there are not prefix input methods.
1691
fbe2e958
KH
16922001-03-19 Kenichi Handa <handa@etl.go.jp>
1693
83c9cb8e
SM
1694 * international/mule-cmds.el (read-input-method-name):
1695 Locally bind enable-recursive-minibuffers to t.
fbe2e958 1696
da47e491
SM
16972001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1698
1699 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1700
4986c2c6 17012001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 1702
4986c2c6
MK
1703 * ediff-util.el: Copyright years.
1704 (ediff-choose-syntax-table): New function.
1705 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 1706
4986c2c6
MK
1707 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1708 with-syntax-table.
83c9cb8e 1709
4986c2c6 1710 * ediff.el: Date of last update, copyright years.
83c9cb8e 1711
4986c2c6 1712 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 1713
4986c2c6
MK
1714 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1715 of Scott Bronson.
1716 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1717 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1718 Deleted functions.
1719 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1720 ex-token-list.
83c9cb8e 1721
4986c2c6 1722 * viper-util.el: Spaces, indentation.
83c9cb8e 1723
4986c2c6 1724 * viper.el: Changed version, modification time.
83c9cb8e 1725
3c799aec 17262001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
1727
1728 * calendar/timeclock.el (timeclock-workday-remaining):
1729 Check whether `discrep' is non-null before using it.
3c799aec 1730
ae3ce418
JW
17312001-03-16 John Wiegley <johnw@gnu.org>
1732
1733 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1734 first-time checkins.
1735 (timeclock-log-data): Fixed problem with reading timelog log file.
1736 Resulting data in the "day list" was incorrect.
1737 (timeclock-find-discrep): Check if `timeclock-file' is readable
1738 before opening it.
1739 (timeclock-time-less-p): New function.
1740 (timeclock-day-base): New function.
1741 (timeclock-geometric-mean): New function.
1742 (timeclock-generate-report): Generate a summary report based on
1743 the contents of the log file. This uses `timeclock-log-data', and
1744 is an example of writing a timelog manipulation function.
1745 (timeclock-visit-timelog): A quick command for opening the timelog
1746 file.
1747 (timeclock-log-data): Bound the variable event.
1748
c8d4a9bb
KH
17492001-03-16 Kenichi Handa <handa@etl.go.jp>
1750
83c9cb8e
SM
1751 * international/mule-cmds.el (select-safe-coding-system):
1752 Fix typo: symbol-name -> symbol-value.
11d56c64 1753
c8d4a9bb
KH
1754 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1755 before substitute-in-file-name to handle double slashes in FILE
1756 correctly.
1757
c899e7e6
GM
17582001-03-15 Gerd Moellmann <gerd@gnu.org>
1759
1760 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1761 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1762
819dce0f
GM
17632001-03-14 Gerd Moellmann <gerd@gnu.org>
1764
697617d9
GM
1765 * bindings.el (features): Add `md5' and `overlay' to the list.
1766
819dce0f
GM
1767 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1768 bound before using it. It's not bound when configured without X,
1769 for instance.
1770
e0067a9d
TTN
17712001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1772
1773 * progmodes/hideshow.el: Update copyright.
1774 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 1775 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 1776
afcdc0a1
GM
17772001-03-13 Gerd Moellmann <gerd@gnu.org>
1778
e0067a9d 1779 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
1780 a non-list.
1781
30564c48
EZ
17822001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1783
1784 * startup.el (fancy-splash-tail, command-line-1): Fix the
1785 copyright year.
1786
2b8e24b3
KH
17872001-03-13 Kenichi Handa <handa@etl.go.jp>
1788
1789 * term.el: These changes are based on a patch sent from Yong Lu
1790 <lyongu@yahoo.com>.
1791 (term-set-escape-char): Bind M-x to execute-extended-command in
1792 term-raw-escape-map.
1793 (term-move-columns): Don't try to move to negagive column.
1794 (term-emulate-terminal): Insert a string before deleting a text to
1795 overwrite.
1796
789b6186
GM
17972001-03-12 Gerd Moellmann <gerd@gnu.org>
1798
b0778a31
GM
1799 * play/life.el (life): Rearrange code so that all calls to
1800 life-display-generation are in a catch-form.
1801
04528cda
GM
1802 * progmodes/etags.el (tags-loop-continue): Don't change point in a
1803 file that isn't interesting. In an interesting file, push the old
1804 value of point on the mark ring.
1805
760cefb5
GM
1806 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1807 New function.
1808 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1809 Use it.
1810
83c9cb8e
SM
1811 * emacs-lisp/autoload.el (generate-file-autoloads):
1812 Remove warning about line lengths.
789b6186 1813
a2ffbafe
FP
18142001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
1815
1816 * progmodes/etags.el (tags-compression-info-list): New variable.
1817 (find-tag-in-order): Use it to deal with compressed source files.
1818 (tag-file-name-match-p): New function.
1819 (etags-recognize-tags-table): Use it for better match of file names.
1820
5c9d9d92
KH
18212001-03-12 Kenichi Handa <handa@etl.go.jp>
1822
ba3e9b9b
KH
1823 * international/mule-cmds.el (register-input-method): Doc fix.
1824
5c9d9d92
KH
1825 * international/quail.el (quail-translate-key): Fix condition to
1826 check if there's another breaking point in the current key.
1827
40beecee
EZ
18282001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
1829
1830 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1831 Babyl header to the newly-created output file, bind
1832 coding-system-for-write to either rmail-file-coding-system or
1833 emacs-mule-unix.
1834
75c6cb7f
SM
18352001-03-11 Stefan Monnier <monnier@cs.yale.edu>
1836
1837 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1838 Fix the name and regexp used for subsubsections.
1839
5ec17636
DL
18402001-03-10 Dave Love <fx@gnu.org>
1841
1842 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1843 and save-buffer if buffer-file-name non-nil. From rms.
1844
6d2e2c02
AS
18452001-03-10 Andre Spiegel <spiegel@gnu.org>
1846
1847 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 1848 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
1849 to reflect that.
1850 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 1851 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
1852 variable bindings that might affect the diff command.
1853 (vc-print-log): Don't switch to the *vc* buffer before the
1854 command, so that local variable bindings are preserved.
1855
789b6186 1856 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
1857 not the current buffer.
1858 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1859
789b6186 1860 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 1861 make output go to buffer *vc*, not the current buffer.
a2ffbafe 1862
b18f5523
SM
18632001-03-09 Stefan Monnier <monnier@cs.yale.edu>
1864
1865 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1866 so ^, $, *, ? and + are interpreted correctly.
1867
3cfd8357
GM
18682001-03-09 Gerd Moellmann <gerd@gnu.org>
1869
c085b77c 1870 * help.el (string-key-binding): Renamed from
f9db8f19
SM
1871 mode-line-key-binding. Handle any event on a string.
1872 Check for `keymap' properties as well as `local-map' properties.
c085b77c 1873
3cfd8357
GM
1874 * comint.el (comint-insert-clicked-input): Use the last key
1875 from this-command-keys to lookup the global key definition.
1876
348f797a
KH
18772001-03-09 Kenichi Handa <handa@etl.go.jp>
1878
3ebf3717
KH
1879 * international/characters.el: Add category `j' for
1880 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1881
348f797a
KH
1882 * international/mule-conf.el (no-conversion): Fix docstring.
1883 (raw-text): Fix docstring.
1884
e1fbabaf
GM
18852001-03-08 Gerd Moellmann <gerd@gnu.org>
1886
96e8e603
GM
1887 * simple.el (choose-completion-string): When not leaving the
1888 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1889 is set.
1890
e1fbabaf
GM
1891 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1892 parameter `(minibuffer . t)'.
1893
f9db8f19
SM
18942001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1895
1896 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1897 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1898 (sh-mode): Remove `make-local-variable' for unused var
1899 `font-lock-unfontify-region-function'.
1900
02756877
RS
19012001-03-07 Richard M. Stallman <rms@gnu.org>
1902
132bf46d
RS
1903 * info.el (Info-scroll-down): Fix previous change.
1904
02756877
RS
1905 * mail/rmail.el (rmail-toggle-header): Use a window which
1906 is showing the Rmail buffer, rather than the selected window.
1907
eeb24429
DL
19082001-03-07 Dave Love <fx@gnu.org>
1909
1910 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1911 now, to avoid problems with binding imenu directly to a mouse event.
1912
3bdf2660
GM
19132001-03-07 Gerd Moellmann <gerd@gnu.org>
1914
1915 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1916 second arg t.
1917
19182001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
1919
1920 * log-edit.el (log-edit-common-indent): New var.
1921 (log-edit-set-common-indentation): Renamed from
1922 log-edit-delete-common-indentation. Use the new var.
1923 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1924
1925 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1926 (cvs-mode-add-change-log-entry-other-window):
1927 Don't presume change-log-default-name is defined.
1928
1929 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1930
1931 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1932 the "tree" operation as well.
1933
1934 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1935
1936 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1937 to match paragraph-start.
1938
1939 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1940 comment-start-skip and set comment-end-skip as well.
1941 (sgml-comment-indent): Fix for new value of comment-start-skip.
1942 (html-autoview-mode): Don't bother using make-local-hook.
1943
2ad02767
GM
19442001-03-07 Gerd Moellmann <gerd@gnu.org>
1945
189638d5 1946 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 1947 variables, otherwise long Custom entries would make them ineffective.
189638d5 1948
2ad02767
GM
1949 * uniquify.el: Set maintainer to FSF.
1950
656f8cae
EZ
19512001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1952
1953 * dired-aux.el (dired-do-shell-command): Doc fix.
1954
c83965c4
SM
19552001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1956
04af43bc
SM
1957 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1958
1959 * which-func.el (which-func-modes): Add cperl-mode.
1960 (which-func-mode-global): Use define-minor-mode.
1961
1962 * info-look.el: Docstring fixes and dead code eliminated.
1963 (cperl-mode): Add support.
1964 (emacs-lisp-mode): List all entries from elisp manual, whether
1965 or not they are currently (f)bound or not. Update regexp.
1966
1967 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1968
c83965c4
SM
1969 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1970 so that C-h m shows the correct information.
1971 Use make-local-variable rather than make-variable-buffer-local.
1972 (cperl-info-buffer, cperl-setup-tmp-buf):
1973 Use make-local-variable rather than make-variable-buffer-local.
1974 (cperl-msb-fix, cperl-get-help-defer):
1975 Check major-mode for `cperl-mode' as well.
1976
1977 * progmodes/cperl-mode.el: Updated to author version 4.23.
1978 (cperl-electric-pod): SYNOPSIS was misspelled.
1979 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1980 (cperl-after-expr-p): Make true after __END__.
1981
f16a7aa5
GM
19822001-03-06 Gerd Moellmann <gerd@gnu.org>
1983
157ae273 1984 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 1985 bookmark-completion-ignore-case is t.
157ae273 1986
f16a7aa5
GM
1987 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1988 switch, like xterm, and concat resource strings, with a newline
1989 between them.
1990
abaddb98
EZ
19912001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1992
a2ffbafe 1993 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
1994 (cp773-decode-table, cp774-decode-table): New variables.
1995
abaddb98
EZ
1996 * man.el (Man-hyphenated-reference-regexp): New variable.
1997 (Man-build-references-alist): Use it to search for referenced
1998 manpages. If hyphenated is non-nil, record a concatenated word in
1999 Man-refpages-alist only if it matches Man-reference-regexp.
2000 Update word's length when it is concatenated. Reverse the list,
2001 to get the first manpage at the head.
2002 (Man-possibly-hyphenated-word): New function.
2003 (Man-follow-manual-reference): Use it instead of current-word to
2004 find a manpage at point, in a way that accounts for hyphenated
2005 references.
2006
eb3f61dd
GM
20072001-03-06 Alex Schroeder <alex@gnu.org>
2008
2009 * sql.el (sql-interbase): New function.
2010 (sql-interbase-program): New option.
2011 (sql-interbase-options): New option.
2012 And some typos fixed: "customise" to "customize".
2013
fa84f42a
DL
20142001-03-06 Dave Love <fx@gnu.org>
2015
83c9cb8e
SM
2016 * textmodes/flyspell.el (flyspell-region):
2017 Set up flyspell-local-mouse-map.
fa84f42a 2018
fda3411d
RS
20192001-03-05 Richard M. Stallman <rms@gnu.org>
2020
a2ffbafe 2021 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
2022 Don't call rmail-beginning-of-message.
2023 Don't discard From: field. Do discard Received: field.
2024 Use unwind-protect to re-prune.
2025 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 2026
e972ab1f
KH
20272001-03-06 Kenichi Handa <handa@etl.go.jp>
2028
2029 * international/quail.el (quail-title): Add autoload cookie.
2030
335db3c1
DL
20312001-03-05 Dave Love <fx@gnu.org>
2032
2033 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2034 new defs.
2035
278dd6ac
KH
20362001-03-05 Kenichi Handa <handa@etl.go.jp>
2037
83c9cb8e
SM
2038 * language/ethio-util.el (ethio-toggle-space):
2039 Update current-input-method-title if necessary.
36d5e61d
KH
2040 (ethio-toggle-punctuation): Likewise.
2041
341cd4f0
KH
2042 * international/quail.el (quail-title): Fix for the case that a
2043 title of an input method is specified by a list of the same form
2044 as used in mode-line-format.
2045
83c9cb8e
SM
2046 * international/mule-cmds.el (activate-input-method):
2047 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
2048 respect that value.
2049
10ebaeb6
GM
20502001-03-05 Gerd Moellmann <gerd@gnu.org>
2051
2052 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2053
7a65c85c
GM
20542001-03-05 Alex Schroeder <alex@gnu.org>
2055
2056 * sql.el (sql-sybase): Fix typo (was: query user about server two
2057 times instead of server and database).
2058
2059 * sql.el (sql-sybase): Doc change.
2060 (sql-mysql): Doc change.
2061 (sql-postgres): Doc change.
2062
b86644f2
KH
20632001-03-05 Kenichi Handa <handa@etl.go.jp>
2064
83c9cb8e
SM
2065 * international/mule-conf.el (emacs-mule, raw-text):
2066 Docstring modified.
b86644f2 2067
e30bd7b7
EZ
20682001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2069
2070 * term/internal.el: Update copyright notice.
2071
2072 * term/pc-win.el: Update copyright notice.
2073
7e365285
DL
20742001-03-02 Dave Love <fx@gnu.org>
2075
83c9cb8e
SM
2076 * files.el (insert-file-contents-literally):
2077 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2078 not jka-compr-compression-info-list.
7e365285 2079
75ed43a6
SM
20802001-03-02 Stefan Monnier <monnier@cs.yale.edu>
2081
2082 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2083 spaces in default comment-start-skip settings rather than \s-.
2084
53c4b1e6
EZ
20852001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2086
2087 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2088 default-frame-alist as well.
2089
028d739a
DL
20902001-03-01 Dave Love <fx@gnu.org>
2091
2092 * textmodes/reftex.el (defvar): Wrap some defvars in
2093 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
2094
2095 * subr.el (event-basic-type): Doc fix.
2096
2097 * international/quail.el: Doc fixes.
2098
2099 * international/utf-8.el: Doc fixes.
2100
2101 * international/mule-cmds.el: Doc fixes.
2102 (leim-list-header): Fix header text.
2103
2104 * international/mule.el (coding-system-category): Doc fix.
2105
2106 * international/ccl.el (ccl-compile): Doc fix.
2107
15d1caef
SM
21082001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2109
2110 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2111 rather than (before|after)-change-functions.
2112
f84ff02c
GM
21132001-03-01 Gerd Moellmann <gerd@gnu.org>
2114
2115 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2116 scroll-left and scroll-right being called interactively so that
2117 they set the window's min_hscroll.
2118
e0c1e774
EZ
21192001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2120
2121 * info.el (info-insert-file-contents-1): Accept an additional
2122 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
2123 `suffix'; otherwise use the complicated MS-DOS code.
2124 All callers changed.
e0c1e774
EZ
2125 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2126 can access long file names, try the long file-name version of
2127 `info-insert-file-contents-1', then the short file-name version.
2128
b8b2ea31 21292001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 2130
af122766
KH
2131 * language/ethio-util.el (setup-ethiopic-environment-internal):
2132 Change bindings of functions keys to conform to "Emacs Lisp Coding
2133 Convention".
2134
2135 * language/ethiopic.el ("Ethiopic"): Add documentation.
2136
b8b2ea31
KH
21372001-02-28 Kenichi Handa <handa@etl.go.jp>
2138
1d64e2ad
KH
2139 * international/utf-8.el (mule-utf-8): Set coding-category
2140 property to coding-category-utf-8.
2141
91cb6e51
RS
21422001-02-27 Richard M. Stallman <rms@gnu.org>
2143
2144 * lpr.el (lpr-page-header-switches, print-region-1):
2145 Undo 2000-07-06 change.
7298f3f7
RS
2146 (lpr-add-switches): Default to t on gnu/linux.
2147
c0cb1027
GM
21482001-02-27 Gerd Moellmann <gerd@gnu.org>
2149
2150 * bs.el (bs-attributes-list): Doc fix.
2151
01459648
GM
21522001-02-26 Gerd Moellmann <gerd@gnu.org>
2153
baebd8a5 2154 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 2155
01459648
GM
2156 * help.el (view-order-manuals): Use goto-address.
2157
2158 * startup.el (command-line-1): Add info about ordering manuals
2159 to the not so fancy splash screens.
2160
f93e614e
AS
21612001-02-26 Andre Spiegel <spiegel@gnu.org>
2162
01459648
GM
2163 * vc.el (vc-default-workfile-unchanged-p)
2164 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 2165
12435002
GM
21662001-02-26 Gerd Moellmann <gerd@gnu.org>
2167
a2ffbafe 2168 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
2169 fontify in the right buffer.
2170
12435002
GM
2171 * allout.el (outline-flag-region): Move macro in front of first
2172 use to avoid a run-time error.
2173
425de386
AI
21742001-02-24 Andrew Innes <andrewi@gnu.org>
2175
2176 * makefile.w32-in: Fix copyright notice.
2177
66c56ed1
KH
21782001-02-24 Kenichi Handa <handa@etl.go.jp>
2179
4c1593ce
KH
2180 * international/utf-8.el (mule-utf-8): Set correct value for
2181 valid-codes property.
2182
66c56ed1
KH
2183 * international/fontset.el (x-complement-fontset-spec): In the
2184 case that we use ASCII font for the other charsets, use only
15d1caef 2185 family and registry part of it.
66c56ed1 2186
119171dd
EZ
21872001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2188
2189 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2190 (shrink-window-if-larger-than-buffer): Doc fix.
2191
932c309e
SM
21922001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2193
2194 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2195 predicate passed to completing-read.
2196
9b760e36
EZ
21972001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2198
2199 * startup.el (command-line): Fix last change.
2200
5c39a60f
JR
22012001-02-23 Jason Rumney <jasonr@gnu.org>
2202
2203 * startup.el (tool-bar-originally-present): New variable.
2204 (command-line): Set it if the tool-bar is switched on at startup.
2205
2206 * frame.el (frame-notice-user-settings): Only adjust frame height
2207 for no tool-bar case if tool-bar was originally switched on.
796ead7e 2208 From E. Jay Berkenbilt.
5c39a60f 2209
cb91b2c7
SM
22102001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2211
39b557e8
SM
2212 * server.el (server-switch-buffer): Only switch window if the
2213 current one is dedicated.
2214
cb91b2c7
SM
2215 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2216 rather than using (match-beginning 0) when searching for break point.
2217
9238a8df
EZ
22182001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2219
2220 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2221 @ follows an accent command such as @'. Support optional braces
2222 in commands that insert accents, like makeinfo does.
2223
3473f362
GM
22242001-02-22 Gerd Moellmann <gerd@gnu.org>
2225
2226 * startup.el (fancy-splash-text): Add a line for ordering
2227 manuals. Reverse order of splash screens shown.
2228 (use-fancy-splash-screens-p): Adapt to the text line added.
2229
2230 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2231 manuals from the FSF.
2232
2233 * help.el (view-order-manuals): New function.
2234 (toplevel): Bind C-h C-m to this function.
2235
76a4de07
SM
22362001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2237
2238 * newcomment.el (comment-forward): Skip the comment-start before
2239 searching for the comment-end.
2240
75b71d85
DL
22412001-02-21 Dave Love <fx@gnu.org>
2242
2f4c9a87
DL
2243 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2244
75b71d85
DL
2245 * international/mule-cmds.el, international/mule.el: Doc fixes.
2246
2247 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2248 (fortune) <defgroup>: Add :link.
2249 (fortune-from-region): Use eq, not eql.
2250
ffc9ff0c
GM
22512001-02-21 Gerd Moellmann <gerd@gnu.org>
2252
2253 * startup.el (fancy-splash-screens): Use display-hourglass
2254 instead of display-busy-cursor.
2255
2256 * frame.el (display-hourglass): Renamed from busy-cursor.
2257 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2258 (show-cursor-in-non-selected-windows): Doc fix.
2259
f34eb373
DL
22602001-02-20 Dave Love <fx@gnu.org>
2261
2262 * international/utf-8.el: Doc and commentary fixes.
2263
f55e4a7e
EZ
22642001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2265
2266 * ehelp.el (with-electric-help): Doc fix.
2267
fa97adf6
GM
22682001-02-20 Gerd Moellmann <gerd@gnu.org>
2269
2270 * msb.el (msb-mode): Call the update-buffers function explicitly
2271 with a FORCE argument.
2272
2273 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2274 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2275 returns nil.
2276
54ed3bd2
GM
22772001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2278
2279 * ps-print.el: Timestamp package replacement. Some enhancements.
2280 Some XEmacs compatibility. Doc fix.
2281 (ps-print-version): New version number (6.4).
2282 (ps-printer-name): Initialization fix.
2283 (ps-zebra-stripe-follow): Funcionality enhancement.
2284 (ps-prologue-file): Code enhancement.
2285 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
2286 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2287 (ps-get-page-dimensions)
54ed3bd2
GM
2288 (ps-generate-header, ps-begin-file, ps-begin-job)
2289 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2290 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2291 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2292 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 2293
e8ebf97d
MB
22942001-02-20 Miles Bader <miles@gnu.org>
2295
2296 * image-file.el (image-file-name-extensions): Add "tif".
2297
136b27c5
GM
22982001-02-19 Gerd Moellmann <gerd@gnu.org>
2299
2300 * wid-edit.el (widget-button-click): Save the selected window
2301 around the code handling clicks on buttons.
2302
6ebbcf59
DL
23032001-02-18 Dave Love <fx@gnu.org>
2304
2305 * imenu.el (imenu--generic-function): Use mapc to iterate over
2306 syntax characters.
2307
595ded73
RS
23082001-02-17 Richard M. Stallman <rms@gnu.org>
2309
b9fe3dc8
RS
2310 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2311
595ded73
RS
2312 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2313
f3f053f3
GM
23142001-02-16 Gerd Moellmann <gerd@gnu.org>
2315
2316 * mouse.el (mouse-save-then-kill): If the distance from the new
2317 point to the mark is equal to the distance of point from the new
2318 point, move point instead of the mark.
2319
11570a8f
DL
23202001-02-16 Dave Love <fx@gnu.org>
2321
2322 * textmodes/flyspell.el (flyspell-get-word): Return string without
2323 properties.
2324
fb339cd5
EZ
23252001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2326
2327 * generic.el (generic-find-file-regexp): Doc fix.
2328 (generic-ignore-files-regexp): New defcustom.
2329 (generic-mode-find-file-hook): If the file's name matches the
2330 regexp in `generic-ignore-files-regexp', don't enter
2331 default-generic-mode. Doc fix.
2332
c56b1c1b
GM
23332001-02-16 Gerd Moellmann <gerd@gnu.org>
2334
a2ffbafe 2335 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
2336 Add autoload cookies.
2337
a2ffbafe 2338 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
2339 of cal-tex-24.
2340
0d140e65
EZ
23412001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2342
81558867
EZ
2343 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2344
0d140e65
EZ
2345 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2346 the character class after the (optional) drive, to support file
2347 names with embedded blanks.
2348
713f7b15
SS
23492001-02-15 Sam Steingold <sds@gnu.org>
2350
2351 * textmodes/tex-mode.el (tex-shell-running):
2352 Check the process buffer too.
2353
9a2a6f73
DL
23542001-02-15 Dave Love <fx@gnu.org>
2355
2356 * battery.el (battery-status-function): Fix doc, :type.
2357
15d1caef 2358 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 2359
fe10cef0
GM
23602001-02-15 Gerd Moellmann <gerd@gnu.org>
2361
2362 * subr.el (read-passwd): Clear Lisp memory holding password.
2363
126f5d4d
MB
23642001-02-15 Miles Bader <miles@gnu.org>
2365
2366 * info.el (Info-copy-current-node-name): New function.
2367 (Info-mode-menu): Add it to the menu.
2368
92e98d63
RS
23692001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2370
2371 * international/mule-cmds.el (toggle-input-method): Doc fix.
2372
dd4e0e55
SM
23732001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2374
2375 * replace.el (occur): Stop at end of buffer.
2376
402dbbd1
EZ
23772001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2378
2379 * international/mule-cmds.el (set-input-method): Another doc fix.
2380
e9fcba3d
GM
23812001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2382
2383 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2384
78ad1cd5
MB
23852001-02-13 Miles Bader <miles@gnu.org>
2386
713f7b15 2387 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
2388 (set-face-stipple): Treat a value of nil as being `unspecified'.
2389
fce9d9dc
DL
23902001-02-12 Dave Love <d.love@dl.ac.uk>
2391
2392 * international/latin1-disp.el: Doc fixes.
2393 (latin1-display) <defgroup>: Add :link.
2394 (latin1-display) <function>: Set variable latin1-display.
2395
bc406911
EZ
23962001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2397
2398 * international/mule-cmds.el (set-input-method): Doc fix.
2399
68514d48
EL
24002001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2401
2402 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2403 (speedbar-line-file): Return nil if not a file.
2404 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2405
513bea45 24062001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 2407
513bea45
MK
2408 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2409 for remote files.
bc406911 2410 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 2411 with raw-text.
713f7b15 2412
513bea45 2413 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 2414
83c9cb8e
SM
2415 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2416 Better handling of the diff mode.
713f7b15 2417
513bea45 2418 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 2419
bc406911 2420 * viper.texi: Fix typos.
713f7b15 2421
521d4010
DL
24222001-02-11 Dave Love <fx@gnu.org>
2423
36fd8e17
DL
2424 * shadowfile.el: Doc fixes.
2425 (shadow) <defgroup>: Add :link.
2426 (shadowfile-unload-hook): New function.
2427 (shadow-initialize): Use defalias, not fset.
2428 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 2429 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 2430
521d4010
DL
2431 * international/mule.el: Doc and message fixes.
2432
36fd8e17
DL
2433 * international/ccl.el (define-ccl-program): Doc fix.
2434
92395bbe
KH
24352001-02-11 Kenichi Handa <handa@etl.go.jp>
2436
2437 * faces.el (mode-line): Set :line-width property to -1.
2438
103db06c
RS
24392001-02-10 Richard M. Stallman <rms@gnu.org>
2440
08b78974
RS
2441 * complete.el (partial-completion-mode): Doc fix.
2442
103db06c
RS
2443 * simple.el (delete-key-deletes-forward-mode):
2444 Change `let' to `let*' to fix gross bug in last change.
2445
2446 * repeat.el (repeat): Don't let execute-kbd-macro alter
2447 real-last-command.
2448
a6a1ee53
EZ
24492001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2450
2451 * simple.el (eval-expression): Doc fix.
2452
d2f288c6
DL
24532001-02-09 Dave Love <fx@gnu.org>
2454
038f4ae3
DL
2455 * imenu.el (imenu-generic-expression): Doc fix.
2456
83c9cb8e
SM
2457 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2458 From Juanma Barranquero.
038f4ae3 2459
15d1caef 2460 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 2461
9804b846
KH
24622001-02-09 Kenichi Handa <handa@etl.go.jp>
2463
2464 * faces.el (set-face-attribute): Describe the case of a negative
2465 value specified for :line-width.
2466
532f5197
SM
24672001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2468
2469 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 2470 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 2471
1d279666
DL
24722001-02-08 Dave Love <fx@gnu.org>
2473
4681ca3a
DL
2474 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2475 widget-plist-value-type.
2476 (widget-alist-convert-widget): Replace binding of
2477 widget-alist-value-type.
2478
1d279666
DL
2479 * textmodes/paragraphs.el (sentence-end): Doc fix.
2480
83c9cb8e
SM
2481 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2482 Remove `backward-line'.
1d279666 2483
532f5197
SM
2484 * play/pong.el (pong-blank-color, pong-bat-color)
2485 (pong-ball-color, pong-border-color, pong-left-key)
2486 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2487 (pong-pause-key, pong-resume-key, pong-timer-delay):
2488 * mail/mh-comp.el (mh-compose-letter-function):
2489 * eshell/esh-mode.el (eshell-skip-prompt-function):
2490 * emulation/viper-ex.el (ex-unix-type-shell-options):
2491 * recentf.el (recentf-menu-filter):
2492 * ps-print.el (ps-print-region-function):
2493 * lpr.el (print-region-function):
2494 * forms.el (forms-mode-hooks):
2495 * dirtrack.el (dirtrack-directory-change-hook):
2496 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2497 * textmodes/spell.el (spell-filter):
2498 * textmodes/fill.el (adaptive-fill-function):
2499 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2500 * progmodes/etags.el (find-tag-default-function):
2501 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
2502 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2503
6f676109
EZ
25042001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2505
751d3bc4
EZ
2506 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2507 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2508 Meyering <jim@meyering.net>.
2509
6f676109
EZ
2510 * loadup.el: Revert last change.
2511
d3c26cdf
KH
25122001-02-07 Kenichi Handa <handa@etl.go.jp>
2513
83c9cb8e
SM
2514 * international/mule.el (transform-make-coding-system-args):
2515 Make it work also for coding systems not using CCL.
d3c26cdf 2516
44806980
EZ
25172001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2518
9889af08
EZ
2519 * simple.el (previous-matching-history-element)
2520 (next-matching-history-element): Doc fix.
2521
44806980
EZ
2522 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2523 specific part.
2524
1e36ff68
DL
25252001-02-06 Dave Love <fx@gnu.org>
2526
713f7b15 2527 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
2528 (add-log-buffer-file-name-function, add-log-file-name-function):
2529 Fix :type.
2530 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2531
c7ca58df
EZ
25322001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2533
fecd556a
EZ
2534 * info.el (info-initialize): Remove the test for system-type when
2535 invocation-directory is non-nil.
2536
c7ca58df
EZ
2537 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2538 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2539
587b5737
AI
25402001-02-06 Andrew Innes <andrewi@gnu.org>
2541
2542 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2543 absolute.
2544
baf7eee4
GM
25452001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2546
2547 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2548 buffers. When hi-lock turned on rather than only checking current
2549 buffer for regexps, all buffers are checked. Moved activation of
2550 font-lock to hi-lock-refontify. When font-lock turned off rather
2551 than removing added highlighting just in current buffer, remove it
2552 in all buffers. Changed edit menu text from "Automatic
2553 Highlighting" to "Regexp Highlighting" Documentation for
2554 highlighting phrases, minor documentation changes.
2555 (hi-lock-set-file-patterns): Execute only if there are new or
2556 existing file patterns.
2557 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2558 unfontify and, if a support mode is active, will not refontify the
2559 whole buffer. If necessary, turn on font lock. (Removed
2560 font-lock-unfontify and font-lock support-mode-specific calls,
2561 such as lazy-lock-fontify-window.)
2562 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2563 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 2564 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
2565 (hi-lock-face-phrase-buffer): New function. Also added related
2566 menu item and keybinding.
2567 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2568 (hi-lock-process-phrase): New function.
2569 (hi-lock-line-face-buffer): Doc fixes.
2570 (hi-lock-face-buffer): Doc fixes.
2571 (hi-lock-unface-buffer): Doc fixes.
713f7b15 2572
36710aa6
GM
25732001-02-06 Gerd Moellmann <gerd@gnu.org>
2574
2575 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2576 dabbrev-ignored-regexps.
2577
d3f22784
EZ
25782001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2579
2580 * simple.el (kill-line): Doc fix.
2581
5cb3c8d4
DL
25822001-02-05 Dave Love <fx@gnu.org>
2583
2584 * loadup.el: Revert last two changes -- bootstrapping works with
2585 regenerated loaddefs.
2586
e6297e7d
EZ
25872001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2588
1e14b095
EZ
2589 * isearch.el (isearch-forward): Doc fix.
2590
e6297e7d
EZ
2591 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2592 of font-lock-defaults to backward-paragraph.
2593
e16f52ce
GM
25942001-02-05 Gerd Moellmann <gerd@gnu.org>
2595
2596 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2597 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2598
01d19dd7
GM
25992001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2600
2601 * ebnf2ps.el: Eliminate time-stamp functions.
2602 (ebnf-version): New version (3.5).
2603 (ebnf-eps-finish-and-write): Replace time-stamp functions by
2604 format-time-string.
2605
24886813
GM
26062001-02-05 Gerd Moellmann <gerd@gnu.org>
2607
2608 * simple.el (next-line): Goto end-of-line before inserting a newline.
2609
65e70fc4
MB
26102001-02-05 Miles Bader <miles@gnu.org>
2611
2612 * image-file.el (insert-image-file): When visiting an image, also
2613 set `truncate-lines' to t so that any fringe arrow looks correct.
2614
482f06c9
KH
26152001-02-05 Kenichi Handa <handa@etl.go.jp>
2616
2617 * isearch.el (isearch-forward): Add description about input method
2618 in the docsting.
2619
02399da7
SM
26202001-02-04 Stefan Monnier <monnier@cs.yale.edu>
2621
2622 * skeleton.el (skeleton-internal-1): Always push the mark for @.
2623
2c366083
EZ
26242001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2625
2626 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 2627 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 2628
bdadfce3
GM
26292001-02-02 Gerd Moellmann <gerd@gnu.org>
2630
79fb38c0
GM
2631 * wid-edit.el (widget-button-click): Fix last change.
2632
bdadfce3
GM
2633 * frame.el (frame-notice-user-settings): When resizing the initial
2634 frame because the tool bar is off, also change the frame's top
2635 position if a negative top position was specified.
2636
33155ffb
MB
26372001-02-02 Miles Bader <miles@gnu.org>
2638
2639 * image-file.el (insert-image-file): When visiting an image,
2640 suppress the cursor in the image buffer.
2641
1355ba0c
DL
26422001-02-01 Dave Love <fx@gnu.org>
2643
2644 * progmodes/f90.el (f90-mode): Remove startup message.
2645
fb758d2d 2646 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 2647
01acdb05
GM
26482001-02-01 Gerd Moellmann <gerd@gnu.org>
2649
2650 * startup.el (command-line): Fix code determining whether or not
2651 to use delete-key-deletes-forward-mode.
2652
5b1ee316
AS
26532001-02-01 Andre Spiegel <spiegel@gnu.org>
2654
2655 * vc.el (vc-diff-switches): New user option.
2656 (vc-version-diff): Use it.
2657 (vc-diff-switches-list): New macro.
2658
83c9cb8e
SM
2659 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2660 New customization options.
5b1ee316
AS
2661 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2662
2663 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2664
00b1e7a1
GM
26652001-02-01 Gerd Moellmann <gerd@gnu.org>
2666
2667 * msb.el (toplevel): Quote hook symbols.
2668
85827036
KH
26692001-02-01 Kenichi Handa <handa@etl.go.jp>
2670
8e028499 2671 * international/mule.el (make-coding-system): Add description
3c948dde 2672 about recognized properties in the docstring.
8e028499 2673
85827036
KH
2674 * international/mule-conf.el: Remove unused charsets
2675 mac-roman-lower and mac-roman-upper.
2676
7ccf7ab9
GM
26772001-01-31 Gerd Moellmann <gerd@gnu.org>
2678
2441692d
GM
2679 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2680 is in front of the left-margin, if any.
2681
ee5cece0
GM
2682 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2683 like `delete'.
2684
83c9cb8e 2685 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 2686
7ccf7ab9
GM
2687 * term/w32-win.el (mouse-set-font): Doc fix.
2688
b4f30ec5 26892001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 2690
b4f30ec5
GM
2691 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2692 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2693 on already.
2694
03e0fe6e
GM
26952001-01-31 Markus Rost <rost@math.ohio-state.edu>
2696
2697 * files.el (save-buffer): Don't give message if (buffer-file-name)
2698 returns nil.
713f7b15 2699
8f289acc
EZ
27002001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2701
cb4aae04
EZ
2702 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2703
dbd98b19
EZ
2704 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2705 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2706
8f289acc
EZ
2707 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2708 display problems.
2709
c12553c1
KH
27102001-01-31 Kenichi Handa <handa@etl.go.jp>
2711
c7bf5db9
KH
2712 * international/mule.el (charset-info): Fix docstring.
2713
2714 * international/mule-diag.el (describe-character-set): Check final
2715 char valid before printing it.
c12553c1 2716
14f16b9c
GM
27172001-01-30 Gerd Moellmann <gerd@gnu.org>
2718
efaa080b
GM
2719 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2720
eef93f99
GM
2721 * frame.el (frame-notice-user-settings): Do the tool-bar
2722 stuff only for graphical displays. Fix a braino.
713f7b15 2723
14f16b9c
GM
2724 * frame.el (frame-initialize): Create initial frame visible.
2725 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 2726 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
2727
2728 * startup.el (command-line): Remove manipulation of frame
2729 height for tool bars.
2730
4ad25e43
EZ
27312001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2732
2733 * lpr.el: Compatibility with XEmacs and doc fixes.
2734 (lpr-windows-system, lpr-lp-system): New vars.
2735 (lpr-printer-switch): New defcustom.
2736 (printer-name, lpr-command): Customization fix.
2737 (print-region-1): Code fix.
2738 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
2739 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2740 New functions.
4ad25e43 2741
e8f044a0
GM
27422001-01-29 Gerd Moellmann <gerd@gnu.org>
2743
2744 * msb.el (toplevel): Fix the eval-after-load.
2745
850d5045
GM
27462001-01-29 Dave Love <fx@gnu.org>
2747
762fe76e
DL
2748 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2749
2750 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2751
83c9cb8e 2752 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
2753 (tcl-using-emacs-19-23): Consider Emacs 21+.
2754 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2755 (tcl-add-emacs-menu): Supply menu name.
2756 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2757
3a768251
GM
27582001-01-29 Gerd Moellmann <gerd@gnu.org>
2759
2760 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2761
274d02f7
SM
27622001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2763
2764 * pcvs.el (cvs-mark-fis-dead): New function.
2765 (cvs-mode-add): Use it.
2766 (cvs-mode-add-change-log-entry-other-window):
2767 Rebind change-log-default-name to itself rather than to nil.
2768
ed5d446e
SS
27692001-01-29 Sam Steingold <sds@gnu.org>
2770
efaa080b 2771 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
2772 `autoload' statements.
2773
e2a80284
EZ
27742001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2775
8e1db7b3
EZ
2776 * files.el (confirm-kill-emacs): Doc fix.
2777
ff2a1c79
EZ
2778 * frame.el (frame-initialize): Doc fix.
2779
e7b0deaf
EZ
2780 * time-stamp.el (time-stamp-string): Doc fix.
2781
83c9cb8e
SM
2782 * woman.el (WoMan-log-1): Make the log buffer writable.
2783 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 2784
005913e4
GM
27852001-01-29 Gerd Moellmann <gerd@gnu.org>
2786
2787 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2788 the `make-variable-buffer-local'.
2789
58622cc5
GM
27902001-01-29 Dave Love <fx@gnu.org>
2791
2792 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
2793 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2794 Add autoload cookie.
58622cc5
GM
2795 (ansi-color-apply-sequence): Fix typo.
2796
0404d031
GM
27972001-01-29 Gerd Moellmann <gerd@gnu.org>
2798
ed5d446e 2799 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
2800 Postscript printing in black and white.
2801
0404d031
GM
2802 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2803 X-Mailman-Version, Precedence, List-Help, List-Post,
2804 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2805 Content-Type, Content-Length.
2806
3b6ed359
DL
28072001-01-29 Dave Love <fx@gnu.org>
2808
ddd16e7a
DL
2809 * elide-head.el (elide-head): Make overlay evaporate.
2810
83c9cb8e 2811 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 2812
8005142f
EZ
28132001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2814
2815 * isearch.el (isearch-highlight): Don't punt if the display
2816 doesn't support colors, since isearch faces are defined for
2817 monochrome displays as well.
2818
84728570
SS
28192001-01-27 Sam Steingold <sds@gnu.org>
2820
2821 * shell.el (shell-write-history-on-exit): Make sure that we are in
2822 the shell buffer (M-x tex-file RET inserted the error message into
2823 the TeX buffer).
2824
e26f9ced
EZ
28252001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2826
2827 * simple.el (transient-mark-mode): Doc fix.
2828
dc0274bd
GM
28292001-01-27 Gerd Moellmann <gerd@gnu.org>
2830
83c9cb8e 2831 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 2832
c1acacc4
EZ
28332001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2834
f5058b96
EZ
2835 * shell.el (shell-unquote-argument): If the shell is one of the
2836 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2837 quote character.
2838 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 2839 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 2840
c1acacc4 2841 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 2842 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 2843
103db06c 28442001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 2845
84728570 2846 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
2847 Treat a one-capital-letter abbrev as "not all upper case",
2848 so as to force preservation of the expansion's pattern
2849 if the expansion starts with a capital letter.
2850
cfa70244
EZ
28512001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2852
cfee9de7
EZ
2853 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2854 Doc fix.
2855
cfa70244
EZ
2856 * simple.el (transient-mark-mode): Document the fact that many
2857 commands act on the region when mark is active.
2858
17d90d6b
KH
28592001-01-27 Kenichi Handa <handa@etl.go.jp>
2860
2861 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 2862 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
2863 (quail-show-guidance-buf): Make the multibyteness of current
2864 buffer inherited to Quail guidance buffer.
2865 (quail-help): Make the multibyteness of current buffer inherited
2866 to Quail help buffer.
2867
61076b20
DL
28682001-01-26 Dave Love <fx@gnu.org>
2869
c47e2c68
DL
2870 * time-stamp.el: Doc fixes.
2871
84728570 2872 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
2873 (delphi-keyword-face, delphi-other-face): Fix :type.
2874
940f14b4
DL
2875 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2876
2877 * mail/feedmail.el (feedmail): Add :link.
2878 (feedmail-send-it): Doc fix.
2879
2880 * mail/sendmail.el: Doc fixes.
2881 (sendmail-send-it): Fix the non-ASCII regexp and use
2882 rfc2047-encode-string.
2883
61076b20
DL
2884 * dired.el, dired-aux.el: Revert last change.
2885
6c317bd2
GM
28862001-01-26 Gerd Moellmann <gerd@gnu.org>
2887
2888 * makefile.w32-in (DONTCOMPILE): Add various term files.
2889
28902001-01-26 Dave Love <fx@gnu.org>
2891
2892 * Makefile.in (DONTCOMPILE): Add various term files.
2893
1c636b5f
GM
28942001-01-26 Gerd Moellmann <gerd@gnu.org>
2895
af900b23
GM
2896 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2897
15fa6db0 2898 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 2899 the echo area is resized to fit the size of the startup message.
15fa6db0 2900
1c636b5f
GM
2901 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2902 part of which is a constant.
2903
9b1adbd5
EZ
29042001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2905
83c9cb8e 2906 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 2907
103db06c 29082001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
2909
2910 * simple.el (next-line): Don't let `newline' expand abbrevs.
2911 Simplify slightly.
2912 (open-line): Don't let `newline' expand abbrevs.
2913
219227ea
JW
29142001-01-25 John Wiegley <johnw@gnu.org>
2915
2916 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2917 to `repeat' in the :type field.
2918
2919 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2920 allow a choice of regexp or nil.
d2906bf8 2921 (pcomplete-dir-ignore): Same.
219227ea
JW
2922
2923 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2924 a command) to always fail.
2925
ceba0dac
GM
29262001-01-25 Gerd Moellmann <gerd@gnu.org>
2927
2928 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2929 discard the result.
2930 (iswitchb-to-end): Likewise.
2931
9b0630e5
SS
29322001-01-25 Sam Steingold <sds@gnu.org>
2933
2934 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 2935 Require vc.
9b0630e5 2936
a2ed9670
SM
29372001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2938
f0c1adab
SM
2939 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2940
a2ed9670
SM
2941 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2942
34ac3367
DL
29432001-01-25 Dave Love <fx@gnu.org>
2944
61076b20
DL
2945 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2946 (describe-coding-system): Tweak the English text.
2947
34ac3367
DL
2948 * loadup.el: Preload international/ccl for utf-8.
2949
4685e6b7
EZ
29502001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2951
2952 * mail/rmail.el (rmail-redecode-body): Doc fix.
2953
0fdb4475
KH
29542001-01-25 Kenichi Handa <handa@etl.go.jp>
2955
83c9cb8e
SM
2956 * international/mule-cmds.el (reset-language-environment):
2957 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 2958
83c9cb8e
SM
2959 * international/mule-conf.el (coding-category-utf-8):
2960 Initialize to mule-utf-8.
0fdb4475 2961
9b0630e5 2962 * loadup.el: Preload international/utf-8.
0fdb4475
KH
2963
2964 * international/utf-8.el: New file.
2965
245ed2b1
SM
29662001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2967
2968 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2969
e95b0c08
SS
29702001-01-24 Sam Steingold <sds@gnu.org>
2971
2972 * dired.el (dired-replace-in-string): Removed.
2973 (dired-sort-toggle): Use `replace-regexps-in-string'
2974 instead of `dired-replace-in-string'.
9b0630e5 2975
ceba0dac
GM
2976 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2977 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 2978
e95b0c08
SS
2979 * gs.el (gs-replace-in-string): Removed.
2980 (gs-options): Use `replace-regexps-in-string'
2981 instead of `gs-replace-in-string'.
2982
c3902c3e
EZ
29832001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2984
2985 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2986 bug report is mailed to an email list and posted to a news group.
2987
b66b6aeb
GM
29882001-01-24 Gerd Moellmann <gerd@gnu.org>
2989
83c9cb8e
SM
2990 * comint.el (comint-replace-by-expanded-history-before-point):
2991 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 2992
b66b6aeb
GM
2993 * startup.el (tool-bar-images-pixel-height): New variable.
2994 (command-line): After loading the user's init file, when
2995 tool-bar-mode is on, increase the frame's size by some lines for
2996 the tool-bar.
2997
2998 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 2999
ff890e66
SZ
30002001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
3001
3002 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3003 (chinese-big5): MIME:Big5.
3004
04363179
GM
30052001-01-24 Gerd Moellmann <gerd@gnu.org>
3006
e95b0c08 3007 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
3008 Handle commands with prefix args.
3009
d56aaa64
GM
30102001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3011
3012 * calendar/diary-lib.el (diary-float): Fix case of MONTH
3013 being a list of numbers.
3014 (diary-mail-entries): Rewritten.
3015
99858627
DL
30162001-01-23 Dave Love <fx@gnu.org>
3017
7aeb1fa9
DL
3018 * international/mule.el (make-coding-system): Fix typo.
3019
83c9cb8e
SM
3020 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3021 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 3022
5a43decf
EZ
30232001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
3024
3025 * font-lock.el (font-lock-mode): Doc fix.
3026
b0e98867
KH
30272001-01-23 Kenichi Handa <handa@etl.go.jp>
3028
3029 * international/mule.el (make-translation-table): Fix docstring.
3030
9c8acefd
EZ
30312001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
3032
fd4976b8
EZ
3033 * mail/rmail.el (rmail-redecode-body): New function.
3034
9c8acefd
EZ
3035 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3036
871e0439
GM
30372001-01-22 Gerd Moellmann <gerd@gnu.org>
3038
21c2bbe0
GM
3039 * isearch.el (isearch-lazy-highlight-case-fold-search)
3040 (isearch-lazy-highlight-regexp): New variables.
3041 (isearch-lazy-highlight-cleanup): Update lazy highlight if
3042 case-fold search or regexp search has been toggled.
3043
5710730c
GM
3044 * wid-edit.el (widget-button-click): Avoid a save-excursion
3045 around running a global binding.
3046
871e0439
GM
3047 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3048 to 0.25.
3049
d0554957
MB
30502001-01-20 Miles Bader <miles@gnu.org>
3051
3052 * cus-edit.el (custom-face-save): Do post-processing on the face's
3053 new value like `custom-face-set' does.
3054
1519f618
EZ
30552001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3056
ccd87890
EZ
3057 * mail/emacsbug.el (report-emacs-bug): Report the value of
3058 LC_CTYPE, not LC_TYPE.
3059
1519f618
EZ
3060 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3061 isearch-toggle-regexp and isearch-edit-string to doc string.
3062
9724173b
GM
30632001-01-19 Gerd Moellmann <gerd@gnu.org>
3064
48bb9196
GM
3065 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3066 as font-lock-beginning-of-syntax-function in font-lock-defaults.
3067
e95b0c08 3068 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
3069 font-lock-beginning-of-syntax-function to nil.
3070
dc81f8a2
EZ
30712001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3072
3073 * mail/emacsbug.el (report-emacs-bug): Report values of
3074 locale-coding-system, default-enable-multibyte-characters, and the
3075 environment variables LC_ALL, LC_TYPE, and LANG.
3076
99327974
GM
30772001-01-19 Gerd Moellmann <gerd@gnu.org>
3078
83c9cb8e 3079 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 3080
2be6ecc6
GM
3081 * font-lock.el (font-lock-multiline): Default to nil.
3082 (font-lock-default-fontify-region): If font-lock-multiline is
3083 nil, don't check the property `font-lock-multiline'.
3084
99327974
GM
3085 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3086 is nil, don't check the `font-lock-multiline' text property.
3087
2550055a
MK
30882001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3089
0a949811 3090 * viper.el: Call initial-major-mode on startup.
e95b0c08 3091
0a949811 3092 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 3093
8501998a 3094 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 3095
2550055a 30962001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 3097
0a949811 3098 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 3099 diff mode, if available.
e95b0c08 3100
0a949811 31012001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 3102
8501998a 3103 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 3104
2550055a
MK
3105 * ediff-init.el (subst-char-in-string): Define and use it, unless
3106 it's already defined.
e95b0c08 3107
8962e303
GM
31082001-01-18 Gerd Moellmann <gerd@gnu.org>
3109
3110 * tooltip.el (tooltip-hide-delay): New user-option.
3111 (tooltip-show): Use tooltip-hide-delay instead of the default.
3112
6b453381
KH
31132001-01-18 Kenichi Handa <handa@etl.go.jp>
3114
3115 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3116 kill-local-variable doesn't work for enable-multibyte-characters.
3117
9eaf396b
DL
31182001-01-17 Dave Love <fx@gnu.org>
3119
cebd37ce
DL
3120 * ediff-init.el (ediff-before-setup-hook)
3121 (ediff-merge-filename-prefix): Add :version.
3122
9eaf396b
DL
3123 * international/latin1-disp.el: Require disp-table.
3124 (latin1-display): Fix :set.
3125
3126 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3127
f864120f
GM
31282001-01-17 Gerd Moellmann <gerd@gnu.org>
3129
3130 * isearch.el (isearch-lazy-highlight-initial-delay)
3131 (isearch-lazy-highlight-interval): Default to 0.
3132
31332001-01-17 Bob Glickstein <bobg@zanshin.com>
3134
3135 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3136 1 here rather than each time through
3137 isearch-lazy-highlight-new-loop.
3138 (isearch-lazy-highlight-max): Variable deleted.
3139 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3140 isearch-lazy-highlight-max but controls a single invocation of
3141 isearch-lazy-highlight-update.
3142 (isearch-lazy-highlight-wrapped): Variable recreated.
3143 (isearch-lazy-highlight-window-start): New variable.
3144 (isearch-lazy-highlight-cleanup): Restored to behavior of
3145 before 2-Jan.
3146 (isearch-lazy-highlight-remove-overlays): Function deleted;
3147 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3148 behavior removed.
3149 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3150 isearch-lazy-highlight-update in a loop rather than just once.
3151 Test isearch-invalid-regexp here and decide not to start a new
3152 loop, rather than testing it each time through
3153 isearch-lazy-highlight-update.
3154 (isearch-lazy-highlight-search): Function restored.
3155 (isearch-lazy-highlight-update): Get called in a timer loop again,
3156 but this time highlight more than one match each time through.
83c9cb8e
SM
3157 Only highlight matches in the visible part of the window.
3158 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
3159 the edge of the window. Use sit-for to force redisplay and ensure
3160 window-start is credible. "Face suppressing" behavior removed;
3161 overlay priorities should make it unnecessary, right?
3162 (isearch-highlight): Face suppressing behavior removed.
3163 (isearch-dehighlight): Face suppressing behavior removed.
3164 (isearch-set-lazy-highlight-faces-at): Removed.
3165
076ec540
KH
31662001-01-17 Kenichi Handa <handa@etl.go.jp>
3167
3168 * language/european.el ("Latin-1"): Make the format of description
3169 about additional language environments same as that of Latin-2.
3170
92328ec5
DL
31712001-01-16 Dave Love <fx@gnu.org>
3172
39f2174e
DL
3173 * isearch.el (isearch-lazy-highlight): Add :version.
3174
92328ec5
DL
3175 * simple.el (backward-delete-char-untabify-method)
3176 (next-line-add-newlines): Add :version.
3177
f251459d
GM
31782001-01-16 Gerd Moellmann <gerd@gnu.org>
3179
9d4850e5
GM
3180 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3181 Don't bind <delete> otherwise.
3182
3183 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3184 and <delete> via function-key-map.
3185
f251459d
GM
3186 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3187 Subject line only if point is after the `Subject:'.
3188
771ffcf7
KH
31892001-01-16 Kenichi Handa <handa@etl.go.jp>
3190
bda6b481
KH
3191 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3192 japanese-jisx0213-2 in `charset' property of this lang. env.
3193
35793af7
KH
3194 * language/european.el ("Latin-1"): Add description for Dutch and
3195 Spanish lang. env.
3196
771ffcf7
KH
3197 * international/mule.el (decode-char): Fix conditions.
3198 (encode-char): Handle eight-bit-control too.
1c8102ff 3199 (transform-make-coding-system-args): New function.
50c29104
KH
3200 (make-coding-system): Accept XEmacs style arguments for CCL base
3201 coding system.
771ffcf7 3202
e1cf67b6
GM
32032001-01-15 Gerd Moellmann <gerd@gnu.org>
3204
3205 * progmodes/etags.el (find-tag-noselect): Save the value of
3206 tags-file-name before switching buffers, for the case it has a
3207 buffer-local value.
3208
b3287acf
GM
32092001-01-15 Alex Schroeder <alex@gnu.org>
3210
9eaf396b
DL
3211 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3212 From Dave Love <fx@gnu.org>.
b3287acf
GM
3213 (ansi-color-for-comint-mode): Fix :version.
3214
32152001-01-15 Alex Schroeder <alex@gnu.org>
3216
3217 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3218
8d7ff9c8
EZ
32192001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3220
3221 * dired.el (dired-insert-directory): If file-system-info fails,
3222 remove the " free " part, but don't signal an error.
3223
dbe99ae9
SS
32242001-01-12 Sam Steingold <sds@gnu.org>
3225
3226 * bookmark.el (bookmark-maybe-historicize-string):
3227 Use new backquote syntax.
3228
103db06c 32292001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
3230
3231 * subr.el (last): Handle a list that doesn't end in nil.
3232
ca2ddd8e
SS
32332001-01-12 Sam Steingold <sds@gnu.org>
3234
3235 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3236 to `backward-delete-char-untabify'.
3237
1751c874
DL
32382001-01-12 Dave Love <fx@gnu.org>
3239
3240 * cus-edit.el (customize-menu-create): Fix the :filter following
3241 easymenu change.
3242
3243 * wid-edit.el (function): Add :match-alternatives.
3244 (widget-color-action): Doc fix.
3245
3cccce8d
GM
32462001-01-12 Gerd Moellmann <gerd@gnu.org>
3247
3248 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3249
18bfd6b5
KH
32502001-01-12 Kenichi Handa <handa@etl.go.jp>
3251
83c9cb8e 3252 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 3253
18bfd6b5
KH
3254 * international/ccl.el (define-ccl-program): Fix docstring.
3255
562e00da
DL
32562001-01-11 Dave Love <fx@gnu.org>
3257
14fd0da3
DL
3258 * international/mule-cmds.el (standard-display-european-internal):
3259 Set display table for 2208 as for 160.
3260
3261 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3262
562e00da
DL
3263 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3264 entry for custom-menu-create change.
3265 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3266 don't cons it in the search loop.
3267
3268 * imenu.el (imenu--truncate-items): Revert last change.
3269
6e961dcd
EZ
32702001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3271
3272 * info.el (Info-setup-header-line): If the node header includes
3273 either Next: or Prev: links, don't show the File: and Node: parts
3274 in the header line.
3275
2c2ff7f2
GM
32762001-01-11 Gerd Moellmann <gerd@gnu.org>
3277
a7ee2d2e
GM
3278 * comint.el (comint-goto-process-mark): Don't print a message
3279 when running in batch mode.
3280
c5348233
GM
3281 * isearch.el (isearch-search): In the condition-case handler for
3282 `error', set isearch-invalid-regexp to the whole error message.
3283
422717d1
GM
3284 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3285 ensure that eval-after-load works for files dumped with Emacs.
3286
3287 * help.el (load-symbol-file-load-history): New function extracted
3288 from function symbol-file.
3289 (symbol-file): Use it.
3290
83c9cb8e 3291 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 3292
926861fb
EZ
32932001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3294
3295 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3296 behave as if there were no prefix argument.
3297 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3298 argument were nil.
3299
afa1f52c
RS
33002001-01-11 Richard M. Stallman <rms@gnu.org>
3301
ca2ddd8e 3302 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
3303 Don't look for more potential matches once maximum is exceeded.
3304 Use overlays-in to check correctly for overlap with current match.
3305 Ignore empty matches.
3306
47a9f362
MB
33072001-01-11 Miles Bader <miles@gnu.org>
3308
3309 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3310 (ispell-overlay-window, ispell-help, ispell-show-choices)
3311 (ispell-command-loop): Use it instead of `window-height'.
3312
d196f58d
GM
33132001-01-10 Gerd Moellmann <gerd@gnu.org>
3314
cf523f0e
GM
3315 * files.el (confirm-kill-emacs): New user-option.
3316 (save-buffers-kill-emacs): Ask for final confirmation before
3317 killing Emacs.
3318
d196f58d
GM
3319 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3320 to nil.
3321
7c6c3d8e
GM
33222001-01-10 Dave Love <fx@gnu.org>
3323
1f8be15d
DL
3324 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3325
83c9cb8e 3326 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
3327
3328 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3329
3330 * calculator.el (calculator-number-digits): Fix :type.
3331
0d5184de
DL
3332 * vc-cvs.el (vc-cvs-header): Fix :type.
3333 * vc-rcs.el (vc-rcs-header): Fix :type.
3334 * vc-sccs.el (vc-sccs-header): Fix :type.
3335
3336 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3337
7c6c3d8e
GM
3338 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3339
8c9f73a2
GM
3340 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3341
457b792c
GM
33422001-01-10 Gerd Moellmann <gerd@gnu.org>
3343
3344 * simple.el (set-variable): Force a thorough redisplay for the
3345 case that the variable has an effect on the display, like
3346 `tab-width' has.
3347
d2622d08
AS
33482001-01-10 Andre Spiegel <spiegel@gnu.org>
3349
3350 * vc.el: Add documentation for backend interface.
3351
ae4b5f4f
KH
33522001-01-10 Kenichi Handa <handa@etl.go.jp>
3353
e0844717
KH
3354 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3355
ae4b5f4f
KH
3356 * international/mule-conf.el (latin-extra-code-table): Set to t
3357 for \223 and \224.
3358
3184082b
KH
33592001-01-09 Kenichi Handa <handa@etl.go.jp>
3360
3361 * international/mule-cmds.el (locale-language-names): Map "es" to
3362 "Spanish" and "nl" to "Dutch".
3363
732b9cdd
GM
33642001-01-09 Gerd Moellmann <gerd@gnu.org>
3365
1dfca644
GM
3366 * bindings.el (global-map): Bind <home> to beginning-of-line,
3367 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3368 C-<end> to end-of-buffer.
3369
732b9cdd
GM
3370 * language/european.el: Add Dutch and Spanish language info
3371 to be able to use the appropriate tutorials.
3372
33732001-01-09 Alex Schroeder <alex@gnu.org>
3374
3375 * ansi-color.el (ansi-color-process-output): Use markers instead
3376 of positions for start and end of region.
3377 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3378 Previously, occasional mistakes happend when fontifying many
3379 chunks of output (eg. ls --color=yes /dev). This happened
3380 whenever an overlay was created up to the end of the region, which
3381 coincided with the process-mark. New text would then be added
3382 within that overlay instead of after it.
3383 (ansi-color-make-extent): Overlays are created with the property
3384 `modification-hooks' set to '(ansi-color-freeze-overlay).
3385 (ansi-color-freeze-overlay): New function. When inserting text at
3386 the end of the overlay, the overlay will resize.
3387
33882000-01-09 Alex Schroeder <alex@gnu.org>
3389
3390 * ansi-color.el (ansi-color-process-output): Doc change.
3391 (ansi-color-unfontify-region): Doc change. No longer installed
3392 automatically in font-lock-unfontify-region-function.
3393 (ansi-color-apply): Doc change.
3394 (ansi-color-apply-on-region): Use extents or overlays instead of
3395 text-properties.
3396 (ansi-color-make-extent): New function.
3397 (ansi-color-set-extent-face): New function.
3398
33992000-01-09 Alex Schroeder <alex@gnu.org>
3400
3401 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3402 both use ansi-color-process-output, now.
3403 (ansi-color-process-output): Doesn't return string anymore. It is
3404 installed in comint-output-filter-functions for both Emacs and
3405 XEmacs, now.
3406 (ansi-color-unfontify-region): Simplified code removing variables
3407 pos and start-ansi.
3408 (ansi-color-apply): Put text-property ansi-color before putting
3409 text-property face because ansi-color-unfontify-region is called
3410 immediately after the call to put-text-property.
3411 (ansi-color-context-region): Doc change.
3412 (ansi-color-filter-region): Simplified code.
3413 (ansi-color-apply-on-region): Changed start to start-marker, using
3414 a marker explicitly. Put text-property ansi-color before putting
3415 text-property face because ansi-color-unfontify-region is called
3416 immediately after the call to put-text-property.
3417
34182000-01-09 Alex Schroeder <alex@gnu.org>
3419
3420 * ansi-color.el (ansi-color-faces-vector): Doc change.
3421 (ansi-color-for-comint-mode): Changed :type property to choice.
3422 (ansi-color-last-context): Removed.
3423 (ansi-color-process-output): Don't use ansi-color-last-context, as
3424 the main functions will store their context now.
3425 (ansi-color-context): Doc change.
3426 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3427 Uses ansi-color-context such that repeated calls will strip
3428 partial escape sequences, too.
3429 (ansi-color-apply): Simplified code. Colorize end of string if
3430 face is not null. Store context in new (FACE STRING) format, such
3431 that repeated calls will strip partial escape sequences, too.
3432 Append faces to face property using ansi-color-apply-sequence such
3433 that cumulative mode actually works.
3434 (ansi-color-context-region): New variable.
3435 (ansi-color-filter-region): Rewrote it based on
3436 ansi-color-apply-on-region. Uses ansi-color-context-region such
3437 that repeated calls will strip partial escape sequences, too.
3438 (ansi-color-apply-on-region): Simplified code. Colorize end of
3439 region if face is not null. Store context in new (FACE POS)
3440 format, such that repeated calls will strip partial escape
3441 sequences, too. Append faces to face property using
83c9cb8e 3442 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
3443 (ansi-color-apply-sequence): New function.
3444 (ansi-color-get-face): When the default face is added to the list
3445 of faces, all previous settings are discarded and the list of
3446 faces is set to '(default).
3447
34482000-01-09 Alex Schroeder <alex@gnu.org>
3449
3450 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3451 face, such that ansi-color-apply and ansi-color-apply-on-region
3452 will do the right thing.
3453 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3454 returns nil, set the list of faces back to nil instead of
83c9cb8e 3455 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
3456
34572000-01-09 Alex Schroeder <alex@gnu.org>
3458
3459 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3460 (ansi-color-process): Doc change.
3461 (ansi-color-last-context): New buffer-local variable.
3462 (ansi-color-process-output): New function. It is automatically
3463 added to comint-output-filter-functions if this is XEmacs.
3464 (ansi-color-unfontify-region): New optional parameter for XEmacs
3465 compatibility. Check wether font-lock-syntactic-keywords is
3466 boundp before removing the syntax table text property, as XEmacs
3467 doesn't have it.
3468 (ansi-color-filter-region): Doc change.
3469 (ansi-color-apply-on-region): Doc change.
3470 (ansi-color-make-face): New function. Compatibility layer for
3471 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3472 (ansi-color-make-color-map): Use ansi-color-make-face.
3473 (ansi-color-get-face): Avoid face text property '(nil) as results
3474 in an errow for XEmacs.
3475
34762000-01-09 Alex Schroeder <alex@gnu.org>
3477
83c9cb8e
SM
3478 * ansi-color.el (ansi-color-unfontify-region): New function.
3479 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
3480 ansi-color. When the package is loaded, a lambda expression is
3481 put onto font-lock-mode-hook. This lambda expression will check
3482 font-lock-unfontify-region-function and replace
83c9cb8e 3483 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
3484 (ansi-color-apply): Add text-property ansi-color in addition to
3485 text-property face.
3486 (ansi-color-apply-on-region): Add text-property ansi-color in
3487 addition to text-property face.
3488 (save-buffer-state): Copy of the macro that is also used by
3489 lazy-lock and font-lock.
3490
3491 (ansi-color-for-comint-mode): New option.
3492 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3493 (ansi-color-for-comint-mode-off): Ditto.
3494 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
3495 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3496 decide what to do. This function is added to
3497 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
3498
3499 (ansi-color-for-shell-mode-set): Removed.
3500 (ansi-color-for-shell-mode): Removed.
3501
35022000-01-09 Alex Schroeder <alex@gnu.org>
3503
3504 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3505 the lambda expression from the ansi-color-for-shell-mode :set
3506 property. Additionally, modify shell-mode-hook to enable or
3507 disable font-lock-mode for future shell buffers.
3508 (ansi-color-for-shell-mode): The :set property calls
3509 ansi-color-for-shell-mode-set instead of a lambda expression.
3510
35112000-01-09 Alex Schroeder <alex@gnu.org>
3512
3513 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3514 (ansi-color-context): New variable.
3515 (ansi-color-apply): Save context between calls.
3516
fb55ff10
EZ
35172001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3518
83c9cb8e
SM
3519 * isearch.el (isearch, isearch-lazy-highlight-face):
3520 New definitions for face colors and attributes.
29910493 3521
fb55ff10
EZ
3522 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3523 of display-mouse-p.
3524
134d6265
KH
35252001-01-09 Kenichi Handa <handa@etl.go.jp>
3526
3527 * international/mule.el (make-coding-system): If the coding system
3528 accepts extra latin codes, register such codes as safe for the
3529 coding system.
3530
103db06c 35312001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 3532
984c9f75
RS
3533 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3534 don't mention the file name or the date here, because they are
3535 logged at the start of the file.
3536
35372001-01-08 Richard M. Stallman <rms@gnu.org>
3538
78b8eee8
RS
3539 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3540 Change screen-width to frame-width.
3541
1460e5d4
EZ
35422001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3543
3544 * info.el (Info-search): Print the default as part of the prompt.
3545
56f24bc1
AS
35462001-01-08 Andre Spiegel <spiegel@gnu.org>
3547
ca2ddd8e 3548 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
3549 constant implementations in backends.
3550
3551 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3552 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3553
3554 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3555 WRITABLE to EDITABLE.
3556
3557 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3558 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3559 to EDITABLE.
3560
b7812d30
EZ
35612001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3562
3563 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 3564 (copyright, copyright-update): Compute the current year at run time.
b7812d30 3565
7e56ea04
GM
35662001-01-08 Gerd Moellmann <gerd@gnu.org>
3567
3568 * isearch.el (isearch-old-signal-hook): Removed.
3569 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3570 instead of setting signal-hook-function.
3571 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3572
a758f97d
GM
35732001-01-08 Kevin Gallagher <kevingal@onramp.net>
3574
3575 * emulation/edt.el: Update to version 4.0. Provide support for
3576 EDT scroll margins at top and bottom of the window. Provide an
3577 emulation of the EDT SUBS command (bound to GOLD-Enter, by
3578 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
3579 user when file-related buffer modifications exist.
3580 Provide support for running EDT Emulation in XEmacs.
3581 Provide customize access to some user updatable variables.
3582 Add Commentary section to file header.
3583 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
3584
3585 * emulation/edt-mapper.el: Update to version 4.0. Provide support
3586 for detecting a keypress that generates an ASCII key sequence.
3587 (Previously, only a keypress that generates a vector was
3588 recognized.) Embed Window Manager name into name of the generated
3589 EDT Emulation initialization file since the initialization file is
3590 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 3591
30db89f9
EZ
35922001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3593
4deb3ba9
EZ
3594 * mail/sendmail.el (mail-mode): Doc fix.
3595
30db89f9
EZ
3596 * info.el (Info-goto-emacs-command-node): Doc fix.
3597 (Info-goto-emacs-key-command-node): Doc fix.
3598
c3f2772b
EZ
35992001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3600
8726e79b 3601 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
3602 systems without long file-name support.
3603
0dac6924
AI
36042001-01-06 Andrew Innes <andrewi@gnu.org>
3605
3606 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3607
4e6ef391
EZ
36082001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3609
380866a2
EZ
3610 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3611 (isearch-lazy-highlight-update): Doc fix.
3612
148b5960
EZ
3613 * ffap.el (ffap-bindings): Doc fix.
3614
4e6ef391
EZ
3615 * dired-x.el (dired-virtual-guess-dir): Doc fix.
3616
4cb1bcc2
DL
36172001-01-05 Dave Love <fx@gnu.org>
3618
3619 * emacs-lisp/cl-seq.el (remove, remq): Remove.
3620
3828218c
GM
36212001-01-05 Gerd Moellmann <gerd@gnu.org>
3622
83c9cb8e
SM
3623 * mouse-drag.el (mouse-drag-safe-scroll):
3624 Bind scroll-preserve-screen-position to nil.
f1ade7d3 3625
1f4139d5
GM
3626 * isearch.el (isearch-old-signal-hook): New variable.
3627 (isearch-mode): Set signal-hook-function to isearch-done.
3628 (isearch-done): Restore old signal-hook-function.
3629
3828218c
GM
3630 * info.el (Info-fontify-node): Mark one more char as intangible.
3631
3970013f
KH
36322000-01-05 Kenichi Handa <handa@etl.go.jp>
3633
83c9cb8e
SM
3634 * composite.el (compose-last-chars): New argument COMPONENTS.
3635 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
3636 COMPONENTS.
3637
3638 * international/quail.el (quail-input-string-to-events): New function.
3639 (quail-input-method): Convert input string to events here.
3640 (quail-start-translation): Return input string, not event list.
3641 (quail-start-conversion): Likewise.
3642
f3b05e99
GM
36432001-01-04 Gerd Moellmann <gerd@gnu.org>
3644
ca2ddd8e 3645 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
3646 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3647 and tooltip-add-timeout.
3648 (tooltip-show): Set border color from faces's foreground.
3649 (tooltip-show-help-function): If called with the same help string
3650 as last time, do nothing.
3651 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3652
0f2ac578
GM
3653 * startup.el (fancy-splash-screens): Don't bind show-help-function
3654 to nil.
3655
f3b05e99
GM
3656 * tooltip.el (tooltip-frame-parameters): Remove colors.
3657 (tooltip): New face
3658 (tooltip-set-param): New function.
3659 (tooltip-show): Set up color frame parameters from face `tooltip'.
3660 Display the tooltip text in face `tooltip'.
3661
8416e94a
DL
36622001-01-04 Dave Love <fx@gnu.org>
3663
3664 * whitespace.el (whitespace-global-mode): Fix typo.
3665
3666 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3667
30db89f9
EZ
36682001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3669
83c9cb8e
SM
3670 * help.el (help-for-help): Fix a typo in a doc string.
3671 From kwzh@gnu.org (Karl Heuer).
30db89f9 3672
b847eb8c
DL
36732001-01-03 Dave Love <fx@gnu.org>
3674
3675 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 3676 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
3677 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3678 (dired-guess-shell-alist-user): Customize.
3679 (dired-x-help-address): Set to bug-gnu-emacs.
3680 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3681 (dired-default-directory): Renamed from default-directory.
3682
3683 * hl-line.el (hl-line): Doc fix.
3684
43c4b570
KF
36852001-01-03 Karl Fogel <kfogel@red-bean.com>
3686
1bf6b1bf 3687 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 3688
984c9f75 36892001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
3690
3691 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3692 to remove all the current alternative-match highlighting.
3693 If nil, remove only what's outside the current window.
3694 (isearch-lazy-highlight-remove-overlays): Take optional
3695 region within which NOT to remove them.
3696 (isearch-lazy-highlight-new-loop): Greatly simplified.
3697 (isearch-lazy-highlight-update): Find all the other occurrences
3698 visible in the window, in just one call.
3699 (isearch-lazy-highlight-start): Now holds start of region to scan.
3700 (isearch-lazy-highlight-end): Now holds end of region to scan.
3701 (isearch-lazy-highlight-wrapped): Variable deleted.
3702 (isearch-lazy-highlight-search): Function deleted.
3703
13d6a61c
AI
37042000-01-02 Andrew Innes <andrewi@gnu.org>
3705
3706 * w32-fns.el (convert-standard-filename): Do length check on name
3707 before aref.
3708
064866e7
DL
37092001-01-02 Dave Love <fx@gnu.org>
3710
b33e041b
DL
3711 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3712 value.
3713 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3714
3715 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3716
8166ffd5
DL
3717 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3718 read syntax.
3719
064866e7
DL
3720 * calendar/todo-mode.el (todo): Add :link, :version.
3721 (todo-save-top-priorities): Remove autoload cookie.
3722 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 3723 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 3724
6dde6abc
GM
37252001-01-02 Gerd Moellmann <gerd@gnu.org>
3726
3727 * comint.el (comint-input-history-ignore): New variable.
3728 (comint-read-input-ring): Ignore entries matching
3729 comint-input-history-ignore.
3730
1a8a9daf
GM
37312001-01-02 Eric M. Ludlam <zappo@gnu.org>
3732
3733 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3734 (lm-copyright-mark): New function.
3735 (lm-crack-copyright): New function.
3736 (lm-verify): Check that the file has a copyright.
3737 Check that the file is copyright Free Software Foundation.
3738
9c92eb53
KH
37392000-12-30 Kenichi Handa <handa@etl.go.jp>
3740
3741 * international/mule-diag.el (print-fontset): Indent font name by
3742 24 columns, not 25.
3743
49172314
GM
37442000-12-29 Gerd Moellmann <gerd@gnu.org>
3745
762a68ec
GM
3746 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3747 in Subject line.
3748
49172314 3749 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
3750 Use mail-mode-hook instead of mail-setup-hook.
3751 Otherwise continuing an interrupted message with C-u C-x m for
3752 instance, winds up in Mail mode without abbrevs.
49172314 3753
bd7a2e26
GM
37542000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3755
3756 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
3757 non-nil. Adding almost all customization variables on ps-setup.
3758 Doc fix.
bd7a2e26
GM
3759 (ps-print-version): New version number (6.3.3).
3760 (ps-end-with-control-d): Initialization fix.
3761 (ps-lines-printed): New var.
3762 (ps-skip-newline): New fun.
3763 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3764 (ps-next-line, ps-continue-line, ps-plot-region)
3765 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 3766
2b3f28a4
KH
37672000-12-29 Kenichi Handa <handa@etl.go.jp>
3768
83c9cb8e
SM
3769 * international/fontset.el (x-complement-fontset-spec):
3770 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
3771 registered in x-font-name-charset-alist.
3772 (create-fontset-from-fontset-spec): Adjusted for the above change.
3773 The name of fontset alias should be a unresolved ASCII font name.
3774
2ece9174
GM
37752000-12-28 Gerd Moellmann <gerd@gnu.org>
3776
3777 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3778 and delete in isearch-mode-map.
3779
cbe3ad7a
RS
37802000-12-28 Richard M. Stallman <rms@gnu.org>
3781
ca2ddd8e 3782 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
3783 Use xpdf instead of acroread.
3784
a816f1c5
KH
37852000-12-28 Kenichi Handa <handa@etl.go.jp>
3786
f086e73c
KH
3787 * textmodes/artist.el (artist-butlast): Deleted.
3788 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 3789 artist-butlast.
f086e73c 3790
a816f1c5
KH
3791 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3792
3793 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3794
b202115b
EZ
37952000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3796
3797 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3798
3799 * ls-lisp.el: Better support for the Mac and MS-Windows.
3800 (ls-lisp): New defgroup.
3801 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 3802 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
3803 (ls-lisp-support-shell-wildcards): New defcustoms.
3804 (ls-lisp-parse-symlink): New function.
3805 (insert-directory): Code to convert switches to a list and set up
3806 the wildcard argument copied from ls-lisp-insert-directory.
3807 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
3808 for -C and -R switches.
3809 (ls-lisp-column-format): New function.
ca2ddd8e 3810 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
3811 (ls-lisp-format-time): Add doc strings.
3812 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3813 Support ls-lisp-dirs-first.
3814 (ls-lisp-classify, ls-lisp-extension): New functions.
3815 (ls-lisp-format): Optionally support emulation of symlinks.
3816 Support -i, -s, and -G switches.
3817
6061fbf0
GM
38182000-12-27 Gerd Moellmann <gerd@gnu.org>
3819
5e25feee
GM
3820 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3821
6061fbf0
GM
3822 * version.el (emacs-version): Print X scroll bar information.
3823
3824 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3825 instead of x-toolkit-scroll-bars-p.
3826
3827 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3828 of x-toolkit-scroll-bars-p.
3829
25050dab
EZ
38302000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3831
83c9cb8e 3832 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
3833 (ffap-bindings): Doc fix, to reflect the above change.
3834
c1786874
KH
38352000-12-27 Kenichi Handa <handa@etl.go.jp>
3836
3837 * term.el (term-char-mode): Define all non-ascii self-inserting
3838 characters to 'term-send-raw in term-raw-map.
3839
7261ece3 38402000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 3841
83c9cb8e 3842 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 3843
83c9cb8e
SM
3844 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3845 Changed initialization; use add-hook.
6061fbf0 3846 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 3847
6061fbf0 3848 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 3849
6061fbf0
GM
3850 * ediff.el (ediff-patch-buffer): Bug fix.
3851 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 3852
83f40583
SM
38532000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3854
3855 * subr.el (combine-run-hooks): Remove.
3856
3857 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3858 and remove the rogue second spec.
3859
bdd6d4e8
GM
38602000-12-23 Gerd Moellmann <gerd@gnu.org>
3861
3862 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3863
26736ce3
SM
38642000-12-22 Stefan Monnier <monnier@cs.yale.edu>
3865
0e86b6b0
SM
3866 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3867 Use minibuffer menu prompt for the `=' prefix.
3868 (smerge-command-prefix): Change default to C-^.
6eabfb26 3869 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 3870
26736ce3
SM
3871 * skeleton.el (skeleton-internal-1): Make sure the first line of
3872 the region is also re-indented.
d21584d6
SM
3873 (skeleton-end-newline): New var.
3874 (skeleton-end-hook): Use it.
26736ce3 3875
95fa4fd7
MB
38762000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3877
3878 * comint.el (comint-password-prompt-regexp): Support CVS.
3879
f060b834
GM
38802000-12-22 Gerd Moellmann <gerd@gnu.org>
3881
83c9cb8e
SM
3882 * simple.el (delete-key-deletes-forward-mode): Simplify.
3883 Also backspace key combinations, depending on
856ff7a7
GM
3884 delete-key-deletes-forward.
3885
3886 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3887
f060b834
GM
3888 * simple.el (delete-key-deletes-forward): Doc fix.
3889
653558a1
GM
38902000-08-22 Emmanuel Briot <briot@gnat.com>
3891
3892 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 3893 white spaces are relevant in the XML file.
653558a1
GM
3894 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3895 to parse was already edited. This allows for on-the-fly analysis
26736ce3 3896 of XML files.
653558a1
GM
3897 (xml-parse-tag): Check that the casing is the same in the start
3898 tag and end tag, since XML is case-sensitive. Allows for spaces
3899 in the end tag, after the name of the tag.
3900 (xml-parse-attlist): Allow for the character '-' in the name of
3901 attributes, as in the standard http-equiv attribute Do not save
26736ce3 3902 the properties in the XML tree, since they are not relevant.
653558a1 3903
3ad93d8d
SM
39042000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3905
3906 * generic.el (generic-read-type): Undo last change, inline into
3907 `generic-mode' and then remove.
3908 (generic-mode): Inline generic-read-type.
3909 (define-generic-mode): Push the symbol name rather than the symbol
3910 onto generic-mode-list.
3911
177f4e88
GM
39122000-12-21 Gerd Moellmann <gerd@gnu.org>
3913
8e15274f
GM
3914 * generic.el (generic-read-type): Build an alist for
3915 completing-read as in 20.7.
3916
3917 * play/landmark.el (lm): Use interactive spec `P'.
3918 (toplevel): Don't set debug-on-error.
3919
83c9cb8e 3920 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 3921
6ba384dc
GM
39222000-12-21 Dave Pearson <davep@davep.org>
3923
3924 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 3925
647a066c
GM
39262000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3927
3928 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3929 ranges like \177-\237, but accepts the character sequence from \177 to
3930 \237. Doc fix.
3931 (ebnf-version): New version (3.4).
3932 (ebnf-setup): Code fix.
3933 (ebnf-range-regexp): New fun.
3934 (ebnf-8-bit-chars): Const fix.
3935
3936 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3937 entry. Doc fix.
3938 (ebnf-bnf-lex): Code fix.
3939 (ebnf-bnf-comment-chars): Const fix.
3940
3941 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3942 entry. Doc fix.
3943 (ebnf-iso-comment-chars): Const fix.
3944
3945 * ebnf-otz.el: Doc fix.
3946
3947 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3948 entry. Doc fix.
3949 (ebnf-yac-skip-code): Code fix.
3950 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 3951
bc22fd18
EZ
39522000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3953
3954 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
3955 (recover-file): Use it instead of insert-directory.
3956 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 3957
587fc3f9
KH
39582000-12-21 Kenichi Handa <handa@etl.go.jp>
3959
83c9cb8e
SM
3960 * international/mule-cmds.el (select-safe-coding-system):
3961 Check coding-category-list more rigidly. Improve help message.
eeefcfde 3962
587fc3f9
KH
3963 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3964
01860fb9
MB
39652000-12-21 Miles Bader <miles@gnu.org>
3966
83c9cb8e 3967 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 3968
3f9d67a6
KH
39692000-12-21 Kenichi Handa <handa@etl.go.jp>
3970
9fd1c1f7
KH
3971 * international/mule-diag.el (describe-char-after): Make *Help*
3972 buffer inherit multibyteness of the current buffer.
3973
3f9d67a6
KH
3974 * international/mule.el (make-char): Docstring adjusted for the
3975 change of make-char-internal.
3976
c9669fac
SM
39772000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3978
3979 * international/iso-cvt.el: Docstrings fix.
3980
19594307
DL
39812000-12-20 Dave Love <fx@gnu.org>
3982
3983 * subr.el (eval-after-load): Doc fix.
3984
b1a447b3
KH
39852000-12-20 Kenichi Handa <handa@etl.go.jp>
3986
3987 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3988 for numbers.
3989
09877d5d
MB
39902000-12-20 Miles Bader <miles@gnu.org>
3991
3992 * international/quail.el (quail-help): Resize the help window
3993 again after it has all its contents. Remove unneeded progn.
3994
71d4497a
GM
39952000-12-19 Gerd Moellmann <gerd@gnu.org>
3996
3997 * pcmpl-linux.el: Fix copy/paste error.
3998
741e56a0
AI
39992000-12-19 Andrew Innes <andrewi@gnu.org>
4000
83c9cb8e 4001 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 4002
cc24d91c
CD
40032000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
4004
ba4c05aa
CD
4005 * progmodes/idlw-rinfo.el: Fixed copyright notice.
4006
4007 * progmodes/idlw-toolbar.el: Fixed copyright notice.
4008
4009 * progmodes/idlw-shell.el: Fixed copyright notice.
4010
4011 * progmodes/idlwave.el: Fixed copyright notice.
4012
71d4497a 4013 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
4014 TAB as key separators.
4015
524c8caf
GM
40162000-12-19 Alex Schroeder <alex@gnu.org>
4017
4018 * sql.el (sql-sybase-options): New option.
4019 (sql-sybase): Use it. Add sql-database to the list of parameters
4020 provided for login. The options -w 2048 -n are not used any more.
4021 (sql-postgres-options): Changed default from "--pset" to "-P".
4022 (sql-mysql-options): Doc change.
4023 (sql-stop): Doc change.
4024
b5fa513d
KH
40252000-12-19 Kenichi Handa <handa@etl.go.jp>
4026
4027 * international/quail.el (quail-input-method): Always hide
4028 the guidance buffer on exiting.
4029
91c9e6ce
GM
40302000-12-18 Gerd Moellmann <gerd@gnu.org>
4031
c6da4eb4
GM
4032 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4033 isn't fboundp.
4034
3d2a0e0b
GM
4035 * server.el (server-buffer-done): Bury the buffer before
4036 killing it.
4037
91c9e6ce
GM
4038 * faces.el (face-spec-set): Interpret a nil in specs for
4039 foreground and background colors as `unspecified', for
4040 compatibility with 20.x.
4041
40fa0008
DL
40422000-12-18 Dave Love <fx@gnu.org>
4043
22adbe54
DL
4044 * simple.el (mail-user-agent): Doc fix.
4045 (input-mode-8-bit): Removed.
4046
4047 * international/mule.el (set-keyboard-coding-system): Doc fix.
4048 (keyboard-coding-system): New option.
4049
40fa0008
DL
4050 * mail/sendmail.el (send-mail-function): Customize.
4051
6f4745e2
EZ
40522000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
4053
4054 * international/codepage.el (cp866-decode-table): New table.
4055
82b90229
GM
40562000-12-18 Gerd Moellmann <gerd@gnu.org>
4057
4058 * version.el (emacs-version): Remove `%a' from the time format
4059 because the weekday doesn't fit well into each locale.
4060
5a047002
MB
40612000-12-18 Miles Bader <miles@gnu.org>
4062
7f49aa07
MB
4063 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4064
ca2ddd8e 4065 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
4066 Check that emacs-major-version is `=' to 20, not `>='.
4067 (artist-replace-chars): Use `make-string' instead of a loop.
4068
22ea2607
EZ
40692000-12-17 Stefan Monnier <monnier@cs.yale.edu>
4070
4071 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4072 (cvs-execute-single-file): Don't change directory.
4073 Patch from Per Cederqvist.
4074
6c825f8e
EZ
40752000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4076
83c9cb8e
SM
4077 * textmodes/ispell.el (check-ispell-version):
4078 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
4079 of -vv.
4080
8ff06845
KH
40812000-12-16 Kenichi Handa <handa@etl.go.jp>
4082
af4bb4c8
KH
4083 * international/mule-diag.el (mule-diag): Insert information about
4084 configure options, multibyte awareness, language env.
4085
8ff06845
KH
4086 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4087 regexp to search for candidates.
4088
b24e84ab
EZ
40892000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4090
4091 * info.el (Info-forward-node): If the node has an
4092 Info-header-line, widen the buffer before searching for "next:"
4093 and "up:" pointers, and set the search limit to stay in the
4094 current node.
4095
7981d89f
MB
40962000-12-16 Miles Bader <miles@gnu.org>
4097
4098 * simple.el (delete-trailing-whitespace): Remove extraneous let.
4099
88ee7917
MB
41002000-12-15 Miles Bader <miles@gnu.org>
4101
4102 * comint.el (comint-send-string, comint-send-region): Also accept
4103 a buffer, buffer-name, or nil for PROCESS, for compatibility with
4104 process-send-string/region.
4105
0c28d842
GM
41062000-12-15 Gerd Moellmann <gerd@gnu.org>
4107
4ea7fdca
GM
4108 * isearch.el (isearch-lazy-highlight-max): New user-option.
4109 (isearch-lazy-highlight-update): Don't highlight more than
4110 isearch-lazy-highlight-max matches.
4111
0c28d842
GM
4112 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4113
984c9f75 41142000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 4115
8062e53a
GM
4116 * sort.el (sort-columns): Fix error message.
4117
3ffa545b
GM
4118 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4119 `upcase' or `downcase' or nil.
4120 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4121 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4122 (dabbrev--substitute-expansion): New arg record-case-pattern.
4123 If it is non-nil, set dabbrev--last-case-pattern.
4124 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4125
4126 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4127
c2d7f289
MB
41282000-12-15 Miles Bader <miles@gnu.org>
4129
b6348438
MB
4130 * paths.el (Info-default-directory-list): Don't delete
4131 configure-info-directory from the list of standard info
83c9cb8e 4132 directories when appending it to the end -- their order is important.
b6348438 4133
f9056dd9
MB
4134 * faces.el (read-face-attribute): If there's no entry for the
4135 user's input in VALID, just use it as-is (this will often result
4136 in an error, but it may be OK for e.g. colors using hexadecimal
4137 notation, and at least will yield a better error message).
4138
c2d7f289 4139 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 4140 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
4141 Variables removed.
4142 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4143 window is really the right size. Use vertical-motion
4144 rather than forward-line.
4145 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4146 (ispell-command-loop, ispell-show-choices): Use the variable
4147 ispell-choices-win-default-height, rather than the function.
4148 (ispell-choices-win-default-height): Function removed.
4149 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 4150
8f530b95
SM
41512000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4152
4153 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4154
6d435deb
EZ
41552000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4156
83c9cb8e
SM
4157 * paths.el (Info-default-directory-list):
4158 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
4159 put it first in the list; otherwise put it last. Doc string
4160 changed accordingly.
4161
4162 * info.el (Info-directory-list): Change doc string to reflect the
4163 change in Info-default-directory-list.
4164
6d435deb
EZ
4165 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4166 windows-nt as windowed environments, even under -nw.
4167
4168 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4169 if not fboundp. Switch delete-forward mode for the <delete> key
4170 on all PC platforms, even under -nw.
4171
4172 * term/internal.el ([M-delete]): Remap to M-d.
4173
9d7d9263
GM
41742000-12-14 Gerd Moellmann <gerd@gnu.org>
4175
4176 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4177
7cf0153a
EZ
41782000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4179
4180 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4181
5e5b3d41
GM
41822000-12-14 Gerd Moellmann <gerd@gnu.org>
4183
5f368d29
GM
4184 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4185 if appropriate.
4186
4187 * simple.el (delete-key-deletes-forward): New user-option.
4188 (delete-key-deletes-forward-mode): New function.
4189
9d7d9263 4190 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 4191
83c9cb8e
SM
4192 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4193 Test if symbol is bound before getting its value.
5e5b3d41
GM
4194
4195 * tooltip.el (tooltip-show): If an error is signaled in
4196 x-show-tip, display that error, and display the help in the
4197 echo area.
ca2ddd8e 4198
191b83b6
KH
41992000-12-14 Kenichi Handa <handa@etl.go.jp>
4200
83c9cb8e
SM
4201 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4202 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 4203
6192b604
KF
42042000-12-13 Karl Fogel <kfogel@red-bean.com>
4205
4206 * bookmark.el: Provide a generic exit hook, as suggested by
4207 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
4208 (bookmark-exit-hook): New var.
4209 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
4210 old raw lambda form in `kill-emacs-hook', and runs new
4211 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4212 as logically that feature must have been provided if this function
4213 is running.
4214 Removed ;;;###autoload before the `add-hook' call.
4215
5edf6b55
SM
42162000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4217
4218 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4219 (easy-menu-current-active-maps): New function.
4220 (easy-menu-get-map): Use it.
4221 Make a proper menu entry when creating a new keymap.
4222
16b5e8e6
KH
42232000-12-13 Kenichi Handa <handa@etl.go.jp>
4224
d49fc4eb
KH
4225 * international/characters.el: Fix cases and syntaxes for
4226 mule-unicode-0100-24ff.
4227
3b53d876
KH
4228 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4229 that a Japanese character is not appended after day and year.
4230
16b5e8e6
KH
4231 * info.el (Info-suffix-list): Change format for a command that
4232 requires arguments.
4233 (info-insert-file-contents): Adjusted for the above change.
4234
1df1c518
AS
42352000-12-12 Andreas Schwab <schwab@suse.de>
4236
4237 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4238 on the name of the tar buffer. Verify that the existing buffer is
4239 visiting the same subfile.
4240
a7a07b98
DL
42412000-12-12 Dave Love <fx@gnu.org>
4242
4243 * subdirs.el: Add obsolete.
4244
4fdbd809
GM
42452000-12-12 Gerd Moellmann <gerd@gnu.org>
4246
bfdb75ee
GM
4247 * mail/rmailsum.el (rmail-summary-expunge)
4248 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4249 instead of rmail-confirm-expunge.
4250
4fdbd809
GM
4251 * replace.el (perform-replace): Don't use an empty match adjacent
4252 to a non-empty match when computing the next match before the
4253 replacement is performed.
4254
e9a59cad
GM
42552000-12-12 Milan Zamazal <pdm@freesoft.cz>
4256
4257 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4258 definition (patch by Stefan Monnier).
4259 (glasses-mode): Use jit-lock instead of `after-change-functions'
4260 (patch by Stefan Monnier).
4261
c2def7a0
MB
42622000-12-12 Miles Bader <miles@gnu.org>
4263
4264 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4265 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4266
591b63b4
AC
42672000-12-12 Andrew Choi <akochoi@i-cable.com>
4268
4269 * term/mac-win.el: Remove load for ls-lisp.
4270
a924cf63 4271 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 4272
5ff4ba3d
MB
42732000-12-12 Miles Bader <miles@gnu.org>
4274
4275 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4276 Respect field end too.
4277 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
4278 (newline-and-indent, reindent-then-newline-and-indent):
4279 Use `delete-horizontal-space'.
5ff4ba3d 4280
d0c679bc
SM
42812000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4282
adf9c994
SM
4283 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4284 (so as to obey the field property in the minibuffer).
4285
4b0cd42d
SM
4286 * obsolete/c-mode.el: Moved from lisp/progmodes.
4287 * obsolete/auto-show.el: Moved from lisp.
4288 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 4289
89f85863
CD
42902000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4291
4292 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 4293 changes to list them here.
89f85863 4294
83c9cb8e
SM
4295 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4296 Too many changes to list them here.
89f85863 4297
83c9cb8e
SM
4298 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4299 Too many changes to list them here.
89f85863
CD
4300
4301 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4302
3e0d35ce
GM
43032000-12-11 Gerd Moellmann <gerd@gnu.org>
4304
83c9cb8e 4305 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 4306
ca2ddd8e 4307 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
4308 Comment fix.
4309
3e0d35ce
GM
4310 * hscroll.el: Moved to `obsolete' subdir.
4311
ff904dd6
MB
43122000-12-11 Miles Bader <miles@gnu.org>
4313
4314 * window.el (window-text-height): Function removed (now in C).
4315
fb97d87f
SM
43162000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4317
4318 * log-edit.el (log-edit-parent-buffer): New var.
4319 (log-edit): Set it. Add BUFFER argument.
4320 (log-edit-done): Use char-before.
4321 Don't bother checking validity of vc-comment-ring.
4322 Only bury the buffer if log-edit popped it up.
4323
4324 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4325 (cvs-mode-diff-help): Remove.
4326 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 4327 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
4328
4329 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4330 Remove binding for ? now made unnecessary.
4331
7de77417
CD
43322000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4333
83c9cb8e 4334 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
4335 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4336
4337 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4338 when master file is not open.
4339
4efa209f
SM
43402000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4341
4342 * progmodes/ada-stmt.el: Update `maintainer'.
4343
0a8052bd
GM
43442000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4345
4346 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4347 choices to match documentation string.
4348
a12167c5
MB
43492000-12-09 Miles Bader <miles@gnu.org>
4350
2161605d
MB
4351 * minibuf-eldef.el: New file.
4352
a12167c5
MB
4353 * window.el (fit-window-to-buffer): Don't pass last argument to
4354 pos-visible-in-window-p, now that its meaning is inverted.
4355
9ea8de1b
EZ
43562000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4357
4358 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4359 <ceder@lysator.liu.se>.
4360
5002ddbb
SM
43612000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4362
b6114d80
SM
4363 * autoinsert.el (auto-insert-alist): Add missing final \n.
4364
ee8d23ee
SM
4365 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4366 (cvs-menu-map): Remove.
4367 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4368 (cvs-mode-quit): Turn it back into a plain function.
4369
5002ddbb 4370 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 4371 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
4372
4373 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4374 file where it's more visible.
4375 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4376 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4377 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4378 (texinfo-inside-macro-p): Only catch `scan-error's.
4379 (texinfo-inside-env-p): Make better use of the match info.
4380 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4381 (texinfo-insert-@end): Slight re-organization.
4382 Also remove useless `looking-at' call.
4383
30cd075d
AI
43842000-12-08 Andrew Innes <andrewi@gnu.org>
4385
4386 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4387 accessible in -nw mode.
4388
4389 * term/w32-win.el: Remove stuff about selection timeout, which is
4390 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4391 it is accessible in -nw mode.
4392
01b91009
DL
43932000-12-08 Dave Love <fx@gnu.org>
4394
83c9cb8e
SM
4395 * emacs-lisp/lisp-mode.el (lisp-mode):
4396 Set font-lock-keywords-case-fold-search.
01b91009 4397
842b2a94
GM
43982000-12-08 Gerd Moellmann <gerd@gnu.org>
4399
4400 * textmodes/ispell.el (ispell): Doc fix.
4401
f9d5f611
KH
44022000-12-08 Kenichi Handa <handa@etl.go.jp>
4403
4404 * international/quail.el (quail-insert-decode-map): Check the
4405 frame width of a window displaying the current buffer, not that of
4406 the selected frame.
4407 (quail-help): Make sure that the help buffer has window before
4408 inserting text in it.
4409
e04d21aa
SS
44102000-12-07 Sam Steingold <sds@gnu.org>
4411
4412 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4413 Backquote is used in isearch.el, so autoloading saves nothing.
4414
fc3e23a4
EZ
44152000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4416
83c9cb8e
SM
4417 * startup.el (normal-top-level-add-subdirs-to-load-path):
4418 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 4419
fc3e23a4
EZ
4420 * dired.el (dired-insert-directory): If file-system-info is
4421 fboundp, call it instead of invoking dired-free-space-program.
4422
796ecd10
GM
44232000-12-07 Gerd Moellmann <gerd@gnu.org>
4424
0f5f7c3e
GM
4425 * server.el (server-visit-files): Push files on file-name-history.
4426
3764ba49
GM
4427 * progmodes/cc-langs.el: Update copyright.
4428
8e7931da
GM
4429 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4430
ae0d7485 4431 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 4432
796ecd10
GM
4433 * bindings.el (mode-line-mode-menu): Reverse the order
4434 of define-keys so that the menu appears in alphabetical order.
4435
ae0d7485
GM
44362000-12-07 Milan Zamazal <pdm@freesoft.cz>
4437
4438 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4439 of the function.
4440
e2849090
DL
44412000-12-07 Dave Love <fx@gnu.org>
4442
4443 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4444
4445 * facemenu.el (facemenu-unlisted-faces): Fix value.
4446
5c7f629c
SM
44472000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4448
4449 * font-lock.el (font-lock-default-fontify-region):
4450 Include the terminating \n (off-by-one error).
4451 (font-lock-set-defaults): Use dolist.
4452
4453 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4454
73481ae3
KH
44552000-12-07 Kenichi Handa <handa@etl.go.jp>
4456
83c9cb8e
SM
4457 * international/mule-cmds.el (describe-language-environment):
4458 Fix for the case that an input method title is not string but a list.
ffbaa122 4459
73481ae3
KH
4460 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4461 of wrong SIZE record.
4462
e2896b22
DL
44632000-12-06 Dave Love <fx@gnu.org>
4464
67292061
DL
4465 * newcomment.el (comment-region, comment-dwim): Doc fix.
4466
4467 * textmodes/texinfo.el: Require tex-mode when compiling.
4468 (texinfo-update-node): Doc fix.
4469 (texinfo-imenu-generic-expression): Add @anchor.
4470 (texinfo-font-lock-keywords): Add @uref.
4471 (texinfo-inside-macro-p): Don't use ignore-errors.
4472 (texinfo-insert-quote): Match more contexts.
4473
e76938e7
DL
4474 * international/mule.el (decode-char, encode-char): Doc fix.
4475 (auto-coding-alist): Customize.
4476
4477 * files.el (load-file): Fix change of 2000-03-12.
4478
e2896b22
DL
4479 * wid-edit.el (widget-text-keymap): Doc fix.
4480
6610f4b2
AI
44812000-12-06 Andrew Innes <andrewi@gnu.org>
4482
4483 * makefile.w32-in (lisp): Set to an absolute directory, namely
4484 $(CURDIR).
4485
9e3366e4
EZ
44862000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4487
4488 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4489 read generated-autoload-file, and set buffer-file-coding-system to
4490 raw-text-unix after reading the file.
4491
83c9cb8e
SM
4492 * international/mule-conf.el (file-coding-system-alist):
4493 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 4494
d94d636f
GM
44952000-12-06 Gerd Moellmann <gerd@gnu.org>
4496
384333ee
GM
4497 * replace.el (occur): Make line-number-width 1 smaller for the
4498 colon following the line number.
4499
83c9cb8e
SM
4500 * startup.el (fancy-splash-text, command-line-1):
4501 Use `File' for the menu name instead of `Files'.
e04d21aa 4502
d4b72d58
GM
4503 * tmm.el: Update copyright.
4504
d94d636f
GM
4505 * cus-start.el: Add entry for even-window-heights.
4506
6e424019
MB
45072000-12-06 Miles Bader <miles@gnu.org>
4508
4509 * faces.el (frame-set-background-mode): Avoid stomping on
4510 locally modified faces.
4511
e6477b58
KH
45122000-12-06 Kenichi Handa <handa@etl.go.jp>
4513
4514 * international/fontset.el: Correct the font registries for
4515 japanese-jisx0213-1 and japanese-jisx0213-2.
4516
21999ab9
GM
45172000-12-05 Gerd Moellmann <gerd@gnu.org>
4518
57d6e381
GM
4519 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4520
21999ab9
GM
4521 * iswitchb.el: Update customization commentary.
4522
7422819c
GM
45232000-12-05 Rob Riepel <riepel@Stanford.EDU>
4524
4525 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4526 (tpu-search-highlight): Fixed comparison of overlay end positions.
4527 (tpu-trim-line-ends): Implemented trimming logic locally.
4528
4529 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 4530 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 4531
73daff18
KH
45322000-12-05 Kenichi Handa <handa@etl.go.jp>
4533
4534 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4535 to cn-gb.
4536 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4537
6a4cd002
DL
45382000-12-04 Dave Love <fx@gnu.org>
4539
4540 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4541
6452929e
GM
45422000-12-04 Gerd Moellmann <gerd@gnu.org>
4543
e04d21aa 4544 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
4545 (rmail-summary-expunge-and-save): Ask for confirmation with
4546 rmail-expunge-confirmed.
4547
4548 * mail/rmail.el (rmail-expunge-confirmed): New function.
4549 (rmail-expunge): Use it.
4550
1790abf4
FP
45512000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4552
0c68ce6f 4553 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
4554 (etags-recognize-tags-table, find-tag-in-order):
4555 New functionality: interpret file names as tags.
e04d21aa 4556
7a53d8c8
EZ
45572000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4558
4559 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
4560 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4561 the first subnode until the bottom of the current node is visible.
7a53d8c8 4562
caa15ef7
GM
45632000-12-04 Gerd Moellmann <gerd@gnu.org>
4564
4565 * format.el (format-decode): Don't change buffer's undo list.
4566
e225faa7
KH
45672000-12-04 Kenichi Handa <handa@etl.go.jp>
4568
4569 * faces.el (face-font-registry-alternatives): Add entries for CJK
4570 fonts. Doc-string adjusted for the actual usage of this data.
4571
4572 * international/fontset.el: Change the font registries for CJK
4573 fonts in the default fontset. Don't append '*' to registries.
4574
8b262a65
SM
45752000-12-03 Stefan Monnier <monnier@cs.yale.edu>
4576
e04d21aa 4577 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
4578 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4579
4580 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4581 (derived-mode-p): New function.
4582 (derived-mode-make-docstring): Add `docstring' argument.
4583 Use it if available and complete it if necessary.
4584
33c4460b
AS
45852000-12-03 Andreas Schwab <schwab@suse.de>
4586
4587 * type-break.el (type-break): Don't make parent of itself.
4588
5c9b3fac
MB
45892000-12-03 Miles Bader <miles@gnu.org>
4590
4591 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4592
27ce741e
SM
45932000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4594
07c16ec4
SM
4595 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4596 (tex-main-file, tex-file): Simplify.
4597 (tex-generate-zap-file-name): Use subst-char-in-string.
4598 (tex-strip-dots): Remove.
4599
c19cc275
SM
4600 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4601
27ce741e
SM
4602 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4603 to check if the match succeeded.
4604
285991dc
GM
46052000-12-02 Gerd Moellmann <gerd@gnu.org>
4606
4607 * startup.el (use-fancy-splash-screens-p): New function.
4608 (command-line-1): Use it to determine whether or not to use
4609 a fancy splash screen.
4610
52dca1b2
AS
46112000-12-02 Andreas Schwab <schwab@suse.de>
4612
4613 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4614
d3e7e7cf
EZ
46152000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4616
2dce2360
EZ
4617 * international/mule.el (make-char): Fix last change.
4618
9768eaa7
EZ
4619 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4620 New defcustoms.
4621 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
4622 autoloading tex-mode; instead, do the same manually.
4623 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
4624 with numeric argument. Docstring fix.
4625 (toplevel): Require cl when compiling.
e04d21aa 4626
285991dc 4627 * international/mule.el (make-char): Doc fix.
d3e7e7cf 4628
0dd5e255
JR
46292000-12-02 Jason Rumney <jasonr@gnu.org>
4630
4631 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4632 the Emacs Lisp manual)
4633
fbb87147
EZ
46342000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4635
5cbb3e93
EZ
4636 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4637
fbb87147
EZ
4638 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4639 the Emacs Lisp manual).
4640
1636ca09
GM
46412000-12-02 Gerd Moellmann <gerd@gnu.org>
4642
4643 * simple.el (next-line-add-newlines): Change default to nil.
4644
68875f0e
EZ
46452000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4646
83c9cb8e
SM
4647 * files.el (revert-buffer, recover-file):
4648 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 4649
fd9ac94c
GM
46502000-12-01 Gerd Moellmann <gerd@gnu.org>
4651
4652 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4653
45450dd5
MB
46542000-12-01 Miles Bader <miles@gnu.org>
4655
4656 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4657
09df8881
KH
46582000-12-01 Kenichi Handa <handa@etl.go.jp>
4659
4660 * international/mule-diag.el (describe-char-after): Fix typo.
4661 (describe-character-set, non-iso-charset-alist): Fix typo.
4662
dea0a87d
MB
46632000-12-01 Miles Bader <miles@gnu.org>
4664
b170205b
MB
4665 * image-file.el (image-file-name-regexp): Automatically add
4666 upper-case variants of each filename extension in
4667 `image-file-name-extensions', since they seem to be common.
4668
e04d21aa 4669 * simple.el (minibuffer-contents)
dea0a87d
MB
4670 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4671 New functions.
4672 * filecache.el (file-cache-directory-name)
4673 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4674
2b69bc11 46752000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 4676
dea0a87d
MB
4677 * filecache.el (file-cache-minibuffer-complete): Don't try to
4678 delete the minibuffer prompt.
4679
a8a1b05d
DL
46802000-11-30 Dave Love <fx@gnu.org>
4681
4682 * cus-start.el: Fix read-buffer-function type.
4683
693c4692
GM
46842000-11-30 Gerd Moellmann <gerd@gnu.org>
4685
4686 * md5.el: Removed. There's a built-in function, now.
4687
2c0b1898
GM
46882000-11-30 Markus Rost <rost@math.ohio-state.edu>
4689
4690 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4691 as dummy 0-th char of rmail-deleted-vector.
4692
63dfcf4b
EZ
46932000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4694
4695 * ps-print.el (ps-end-job): Bind case-fold-search only after
4696 switching to ps-spool-buffer.
4697
46982000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4699
4700 * ps-print.el: Line number font customization. PostScript: Lines and
4701 PageCount are initialized on each page. Doc Fix.
4702 (ps-print-version): New version number (6.3.2).
4703 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4704 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4705 (ps-right-header): Customization fix.
4706 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4707 Fix code.
4708 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4709 New vars.
4710
df3aedcf
GM
47112000-11-30 Gerd Moellmann <gerd@gnu.org>
4712
edfb795e
GM
4713 * bs.el: Fix typos and spelling errors.
4714 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4715 (bs-configuration): Doc fix.
e04d21aa 4716
df3aedcf
GM
4717 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4718
8b8a7f01
GM
47192000-11-30 Rob Riepel <riepel@Stanford.EDU>
4720
4721 * emulation/tpu-edt.el (tpu-version): New version.
4722 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4723 (tpu-original-mode-line): Variable deleted.
4724 (tpu-mark-flag): New initial value.
83c9cb8e
SM
4725 (tpu-set-mode-line): Don't redefine mode-line-format.
4726 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
4727 (tpu-update-mode-line): New mark flag logic.
4728 (tpu-get): Use find-file-wildcards.
4729 (tpu-search-highlight): Move overlay less, reset overlay properly.
4730 (tpu-unselect): Deactivate mark.
4731 (tpu-lm-replace): Reset overlay properly.
4732 (tpu-forward-line): Use forward-visible-line.
4733 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4734
83c9cb8e 4735 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 4736
c069a9d3
GM
47372000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4738
4739 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4740
b02cd40b
GM
47412000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4742
4743 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4744 and skip whitespace and newlines.
e04d21aa 4745
b7a90344
SM
47462000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4747
4748 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4749
be6bbb55
GM
47502000-11-29 Gerd Moellmann <gerd@gnu.org>
4751
0383ed60
GM
4752 * help.el (describe-function-1): Regexp-quote function name
4753 when used as part of a regexp.
4754
83c9cb8e
SM
4755 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4756 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
4757 (tool-bar-add-item): Likewise, and handle unspecified colors.
4758
4759 * enriched.el (enriched-face-ans): Use face-attribute instead
4760 of face-foreground and face-background.
4761
4762 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 4763 Return nil if attribute is unspecified, for backward compatibility.
c7957947 4764
7423978d
GM
4765 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4766
ef128c78
GM
4767 * play/5x5.el: Remove version info.
4768
a81fc510
GM
4769 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4770
be6bbb55
GM
4771 * frame.el (blink-cursor-mode): Doc fix.
4772
f9396e03
GM
47732000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4774
4775 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4776 to create Makefile rules.
4777 (antlr-tool-command): New user option.
4778 (antlr-ask-about-save): New user option.
4779 (antlr-makefile-specification): New user option.
4780 (antlr-file-formats-alist): New variable.
4781 (antlr-special-file-formats): New variable.
4782 (antlr-unknown-file-formats): New user option.
4783 (antlr-help-unknown-file-text): New variable.
4784 (antlr-help-rules-intro): New variable.
4785 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4786 (antlr-mode-menu): Add entries.
4787 (antlr-file-dependencies): New function.
4788 (antlr-directory-dependencies): New function.
4789 (antlr-superclasses-glibs): New function.
4790 (antlr-run-tool): New command.
4791 (antlr-makefile-insert-variable): New function.
4792 (antlr-insert-makefile-rules): New function.
4793 (antlr-show-makefile-rules): New command.
4794
4795 * antlr-mode.el: More Emacs/XEmacs stuff.
4796 (antlr-no-action-keywords): New constant with value nil.
4797 (antlr-font-lock-keywords-alist): Use it. Old value would break
4798 syntax highlighting in Emacs-21.0.
4799 (antlr-default-directory): Emacs/XEmacs dependend function.
4800 (antlr-read-shell-command): Ditto.
4801 (antlr-with-displaying-help-buffer): Ditto.
4802
48032000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4804
4805 * antlr-mode.el: imenu, parsing and highlighting changes.
4806 (antlr-imenu-create-index-function): Don't create extra submenus
4807 for definitions in different grammar classes. It is not necessary
4808 for the menu and would make command `imenu' awkward to use.
4809 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
4810 header actions and more than one.
4811 (antlr-font-lock-tokendef-face): Changed color.
4812 (antlr-font-lock-tokenref-face): Changed color.
4813 (antlr-font-lock-additional-keywords): Also highlight lowercase.
4814 (antlr-mode-syntax-table): New variable.
4815 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4816 (antlr-with-syntax-table): Don't copy syntax table.
4817
48182000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4819
4820 * antlr-mode.el: Minor changes: language setting.
4821 (antlr-language-alist): The value for file option "language" can
4822 be both an identifier and a string.
4823 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4824 (antlr-language-limit-n-regexp): Change accordingly.
4825
48262000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4827
4828 * antlr-mode.el: Minor changes: tabs, hiding.
4829 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4830 (antlr-action-visibility): Also allow value nil to also hide the
4831 braces. Renamed from `antlr-tiny-action-length'.
4832 Suggested by Jay@aol.com.
4833 (antlr-hide-actions): Change accordingly. Hide line if completely
4834 hidden action is on a line of its own.
e04d21aa 4835
6ad948eb
SM
48362000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4837
4838 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4839
4840 * sort.el (sort-columns): Don't concat strings with numbers.
4841
9c6a4107
DL
48422000-11-29 Dave Love <fx@gnu.org>
4843
4844 * cus-edit.el (face): Fix :format.
4845
4846 * mail/feedmail.el: Require smtpmail when compiling.
4847 (mail-do-fcc): Autoload.
4848 (feedmail) <defgroup>: Fix :link.
4849 (feedmail-nuke-body-in-fcc): Fix :type.
4850 (feedmail-send-it): Add autoload cookie.
4851
053b8d35
SM
48522000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4853
4854 * newcomment.el (comment-indent): Save excursion around call to
4855 comment-indent-function.
4856
242c13e8
MB
48572000-11-29 Miles Bader <miles@gnu.org>
4858
4859 * subr.el (member-ignore-case): Return the tail of the list who's
4860 car matches, like `member', not the matching element itself.
4861
8f4b5f28
KH
48622000-11-29 Kenichi Handa <handa@etl.go.jp>
4863
4864 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
4865 should not contain `\n'.
4866
bebe4a2c
GM
48672000-11-28 Gerd Moellmann <gerd@gnu.org>
4868
fd9ac94c 4869 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 4870
ba7e40eb
GM
4871 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4872
75ab0c79
GM
4873 * dired-aux.el (dired-do-create-files): Construct default file
4874 name for dired-mark-read-file-name so that when the user enters
4875 just RET, the target file will end up in the target directory.
4876
bebe4a2c
GM
4877 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4878 local-abbrev-table before changing buffers because it might
4879 have a buffer-local binding.
4880
fa6d1ca8
MB
48812000-11-28 Miles Bader <miles@gnu.org>
4882
4883 * simple.el (delete-horizontal-space): Handle fields more generally.
4884
8d2c2642
GM
48852000-11-28 Gerd Moellmann <gerd@gnu.org>
4886
4887 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4888
8b31236d
DL
48892000-11-28 Dave Love <fx@gnu.org>
4890
3cbd02d2
DL
4891 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4892 comment-start-skip locally.
4893
8b31236d
DL
4894 * progmodes/fortran.el (fortran-mode): Don't set
4895 fortran-comment-line-start-skip. Set comment-start to
4896 fortran-comment-line-start.
4897 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4898 (fortran-comment-line-start-skip): Simplify slightly.
4899
ae4bf56d
GM
49002000-11-28 Gerd Moellmann <gerd@gnu.org>
4901
17ef7534
GM
4902 * play/5x5.el: Remove RCS keyword.
4903
fd9ac94c 4904 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 4905
665b27a6
GM
49062000-11-28 Milan Zamazal <pdm@freesoft.cz>
4907
83c9cb8e
SM
4908 * textmodes/tildify.el (tildify-string-alist):
4909 Add `plain-tex-mode' here.
665b27a6 4910
fe3c2ae3
GM
49112000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4912
4913 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4914 reference.
4915
d970106b
MB
49162000-11-28 Miles Bader <miles@gnu.org>
4917
36b80a0d
MB
4918 * cus-face.el (custom-face-attributes): Add post-filter function
4919 for :box. Make pre-filter function for :box handle all cases.
4920
d970106b
MB
4921 * wid-edit.el (widget-choose): Make sure pop-up window is large
4922 enough to display all the choices, as there's no way to scroll it.
4923
5a2bae6c
KH
49242000-11-28 Kenichi Handa <handa@etl.go.jp>
4925
4926 * international/mule-conf.el: Make the coding system no-conversion
4927 safe for all characters.
4928
9e836e23
DL
49292000-11-27 Dave Love <fx@gnu.org>
4930
8b31236d
DL
4931 * net/ldap.el (ldap) <defgroup>: Add :version.
4932
9e836e23
DL
4933 * tooltip.el (tooltip-use-echo-area): Doc fix.
4934
4935 * cus-start.el <minibuffer-prompt-properties>: Add version.
4936 <read-buffer-function>: Add.
4937
4938 * apropos.el (apropos-print): Add help-echo to active text.
4939
4940 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4941
4a74d071
GM
49422000-11-27 Gerd Moellmann <gerd@gnu.org>
4943
4944 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4945 type, group and version.
4946
76058c27
EZ
49472000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4948
4a74d071 4949 * select.el (x-get-selection): Docstring fix.
76058c27 4950
fd9ac94c 49512000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 4952
fd9ac94c 4953 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 4954
49060c51
AI
49552000-11-27 Andrew Innes <andrewi@gnu.org>
4956
4957 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4958
4959 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4960
b2a8e429
MB
49612000-11-27 Miles Bader <miles@gnu.org>
4962
4963 * dired.el (dired-get-filename): Return filename verbatim if
4964 LOCALP is `verbatim'.
4965 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4966 `verbatim' so that we don't inadvertently delete a non-existant
4967 directory name.
4968
5ac0366d
KH
49692000-11-27 Kenichi Handa <handa@etl.go.jp>
4970
4971 * international/characters.el: Specify cases and syntaxes for
4972 mule-unicode-0100-24ff.
4973
67f1cf4c
GM
49742000-11-27 Gerd Moellmann <gerd@gnu.org>
4975
4976 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4977 that foreground and/or background colors of the face `tool-bar'
4978 are unspecified.
4979
46c56972
MB
49802000-11-27 Miles Bader <miles@gnu.org>
4981
e04d21aa 4982 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
4983 (widget-field-end): Handle widget field `pseudo-overlays'.
4984 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4985 if it's there instead of in `widget-field-list'.
4986
46c56972 4987 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
4988 (help-make-xrefs): Delete extraneous newlines at the end of the
4989 docstring.
46c56972 4990
640a9cdd
JR
49912000-11-25 Jason Rumney <jasonr@gnu.org>
4992
4993 * startup.el (command-line): Call set-locale-environment after
4994 Window System init file is read, as it can result in a call to
4995 redraw-frame.
4996
0b3f96d4
EZ
49972000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4998
4999 * simple.el (shell-command): Mention the effect of the prefix
5000 argument in the doc string.
5001
8da6e2a1
MB
50022000-11-25 Miles Bader <miles@gnu.org>
5003
a658d039
MB
5004 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5005
8da6e2a1 5006 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 5007 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 5008
d3416cca
JR
50092000-11-24 Jason Rumney <jasonr@gnu.org>
5010
5011 * international/mule-cmds.el (locale-language-names): Add "jp" as
5012 a non-standard alternative for Japanese.
5013
17e37f53
AS
50142000-11-24 Andre Spiegel <spiegel@gnu.org>
5015
5016 * vc-hooks.el: Require 'cl during compilation.
5017
9aa5f148
GM
50182000-11-24 Gerd Moellmann <gerd@gnu.org>
5019
ba193890
GM
5020 * faces.el (face-set-after-frame-default): Let face attributes
5021 specified for new frames override frame parameters.
5022
9aa5f148
GM
5023 * startup.el (command-line): Fix computation of the source file
5024 for user-init-file when user-init-file is a compiled file.
5025
51a1edab
MB
50262000-11-24 Miles Bader <miles@gnu.org>
5027
e04d21aa 5028 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
5029 (custom-post-filter-face-spec): New functions.
5030 (custom-face-set, custom-face-value-create): Filter the face spec
5031 before and after customization.
5032 (custom-face-set): If VALUE specifies a null face, pass a
5033 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5034 * cus-face.el (custom-face-attributes): Remove SET and GET
5035 functions. Add some IN-FILTER and OUT-FILTER functions in the few
5036 cases they're needed.
5037
1ed74431
MB
5038 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5039 that it's distinguishable from the :off-glyph on dark-background
5040 displays. Set its background color too.
5041
67ee1125
MB
5042 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5043 so that people can easily turn it off.
5044
7d027816 50452000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 5046
7d027816 5047 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 5048
9aa5f148 5049 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 5050
9aa5f148 5051 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 5052
9aa5f148 5053 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 5054 redundant skip-small-frames test.
e04d21aa 5055
9aa5f148 5056 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 5057 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 5058
9aa5f148
GM
5059 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5060 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
5061 (viper-restore-cursor-type,viper-set-insert-cursor-type):
5062 New functions.
e04d21aa 5063
9aa5f148 5064 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 5065
9aa5f148 5066 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 5067
f07fa1b8
KH
50682000-11-24 Kenichi Handa <handa@etl.go.jp>
5069
83c9cb8e
SM
5070 * international/mule-diag.el (list-iso-charset-chars):
5071 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
5072 (list-non-iso-charset-chars): Fix the `while' condition.
5073
ba8299ff
SM
50742000-11-23 Stefan Monnier <monnier@cs.yale.edu>
5075
79372165
SM
5076 * subr.el (add-hook, remove-hook): Don't call make-local-hook
5077 if the variable is make-variable-buffer-local.
5078
83c9cb8e
SM
5079 * progmodes/ada-stmt.el (ada-template-map):
5080 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
5081 (ada-stmt-mode-hook): New function extracted from old code.
5082 Only change the buffer-local side of skeleton-*.
5083 (ada-mode-hook): Use it.
5084
68a887fa
EZ
50852000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5086
5087 * iswitchb.el (iswitchb-minibuf-depth): New variable.
5088 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5089 we expect to be returned by minibuffer-depth once we prompt the
5090 user in the minibuffer.
5091 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5092 as recorded in iswitchb-minibuf-depth, return non-nil.
5093
3b345582
EZ
50942000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5095
5096 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5097 (hscroll-window-maybe): Docstring fix.
5098
595dead2
DL
50992000-11-23 Dave Love <fx@gnu.org>
5100
5101 * rect.el (string-rectangle): Don't test delete-selection-mode.
5102
1e66b27a
GM
51032000-11-23 Gerd Moellmann <gerd@gnu.org>
5104
02790ce2
GM
5105 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5106 is in the tool bar.
5107
1e66b27a 5108 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 5109 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 5110
a4caa65d
SM
51112000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5112
5113 * textmodes/outline.el (outline-flag-region):
5114 Don't bind inhibit-read-only since we don't modify the buffer.
5115 (outline-isearch-open-invisible): Don't jump to overlay-start
5116 since we're trying to unhide text around point.
5117 (outline-discard-overlays): Use dolist.
5118
5119 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5120
03e757c1
GM
51212000-11-22 Gerd Moellmann <gerd@gnu.org>
5122
83c9cb8e 5123 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 5124
1598a961
SM
51252000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5126
5127 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5128 Fix ARG regexp to skip quoted braces.
5129 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5130 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5131 are (correctly) handled separately).
5132 Remove `caption' and `footnote' from `citations': they contain text.
5133 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5134 (latex-skeleton-end-hook): New function.
5135 (latex-mode): Use it.
5136 (tex-start-tex-marker): Remove.
5137 (tex-send-tex-command): Don't set tex-start-tex-marker.
5138 (tex-error-parse-syntax-table): New var.
5139 (tex-compilation-parse-errors): Use it.
5140 Ignore tex-start-tex-marker. Don't bother with marker-position.
5141 (tex-validate-buffer): Don't bother with marker-position.
5142
5143 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 5144 (flyspell-generic-progmode-verify): Use it.
1598a961 5145
eaae8106
SS
51462000-11-22 Sam Steingold <sds@gnu.org>
5147
83c9cb8e 5148 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 5149
eaae8106 5150 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 5151 `ada-remove-trailing-spaces'.
eaae8106 5152 (ada-remove-trailing-spaces): Removed.
e04d21aa 5153
eaae8106 5154 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 5155
1598a961
SM
5156 * textmodes/picture.el (picture-clean): Removed.
5157 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 5158
a41d49e9
GM
51592000-11-22 Gerd Moellmann <gerd@gnu.org>
5160
e053c60f
GM
5161 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5162
a41d49e9
GM
5163 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5164 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 5165 do anything special when jit-lock is active.
a41d49e9
GM
5166 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5167
197615f3
DL
51682000-11-22 Dave Love <fx@gnu.org>
5169
ddbfaa9f
DL
5170 * calendar/todo-mode.el (todo-top-priorities): Use
5171 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5172
ddc3c695
DL
5173 * language/chinese.el, language/cyrillic.el:
5174 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5175 * language/hebrew.el, language/indian.el, language/japanese.el:
5176 * language/korean.el, language/lao.el, language/misc-lang.el:
5177 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5178 Use provide.
5179
fb9fa98d
DL
5180 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5181 (custom-variable-set): Improve validation error mesage.
5182
197615f3
DL
5183 * rect.el (string-rectangle): Revert last change.
5184 (string-rectangle-line): New arg DELETE.
5185 (string-rectangle): Check delete-selection-mode.
5186
5187 * emacs-lisp/edebug.el (edebug-version)
5188 (edebug-maintainer-address): Deleted.
5189 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5190 (edebug-read-function): Account for other `'#' read forms.
5191 (edebug-mode-menus): Make some items toggles.
5192 (edebug-outside-unread-command-event, unread-command-event):
5193 Remove these to avoid warnings.
5194
f4117c4d
GM
51952000-11-22 David Ponce <david@dponce.com>
5196
5197 * recentf.el (recentf-menu-items-for-commands)
5198 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 5199 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 5200
f4117c4d
GM
5201 (recentf-build-dir-rules, recentf-dump-variable)
5202 (recentf-edit-list, recentf-open-files-item)
5203 (recentf-open-files): Replaced unnecessary `mapcar' with new
5204 built-in `mapc'.
eaae8106 5205
f8e2f3f2
MB
52062000-11-23 Miles Bader <miles@gnu.org>
5207
5208 * faces.el (menu): Make inverse-video on ttys too.
5209
4c4a541d
SM
52102000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5211
5212 * simple.el (comment-line-break-function): Use the new name
5213 indent-new-comment-line -> comment-indent-new-line.
5214 (clone-indirect-buffer): Don't ignore NORECORD.
5215 (next-completion): Properly handle the case where items are adjacent.
5216
5217 * mouse.el (popup-menu): Stupid typo.
5218
980d836e
GM
52192000-11-22 Gerd Moellmann <gerd@gnu.org>
5220
60e8e0a5
GM
5221 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5222 maintainer, keywords tags.
5223
980d836e
GM
5224 * rect.el (replace-rectangle): Don't call string-rectangle-line
5225 with too many arguments.
5226
e08b2069
AS
52272000-11-22 Andre Spiegel <spiegel@gnu.org>
5228
60e8e0a5 5229 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 5230 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
5231 vc-locking-user, which no longer exists.
5232
5233 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5234
c6779d8d
DL
52352000-11-22 Dave Love <fx@gnu.org>
5236
5237 * md5.el (md5): Provide.
5238 (md5): Fix error call.
5239
e672fdce
MB
52402000-11-22 Miles Bader <miles@gnu.org>
5241
eaae8106 5242 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
5243 (refill-fill-paragraph-at): Remove debugging code.
5244
80e24c04
MB
5245 * calendar/calendar.el (generate-calendar-window): When we don't
5246 call `fit-window-to-buffer', make sure the top line is fully visible.
5247
3a17d6cc
MB
5248 * image-file.el (insert-image-file): Don't make `read-only'
5249 property rear-nonsticky.
5250
ae1a21c6
MB
5251 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5252 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5253 stashing away its original value.
5254 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5255 in the recursive edit.
5256 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5257 (isearch-done): Restore `minibuffer-message-timeout'.
5258
e672fdce
MB
5259 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5260
3ea79df8
SM
52612000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5262
5263 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5264
5265 * find-lisp.el (find-lisp-find-files-internal):
5266 Use dolist, when and file-name-as-directory.
5267
980d836e 5268 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
5269 (define-derived-mode, define-minor-mode): Add specs.
5270
5271 * window.el: General comment and spacing fixes.
5272 (save-selected-window): Use backquotes.
5273 (window-safely-shrinkable-p): New function.
5274 (shrink-window-if-larger-than-buffer): Use it.
5275
5276 * subr.el (make-local-hook): Docstring fix.
5277
5278 * shell.el (shell-mode): Use define-derived-mode.
5279
5280 * newcomment.el (comment-indent): Insert comment before calling
5281 comment-indent-function. Don't insert in column 0.
5282 (comment-dwim): Indent before inserting comment.
5283
5284 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5285 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5286 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5287 Use mapc rather than map.
5288
5289 * files.el (find-buffer-visiting): Compare all attributes before
5290 declaring two files identical (rather than just their inode-no).
5291 (auto-mode-alist): Use \' rather than $.
5292
5293 * which-func.el: Update maintainer line.
5294
5295 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5296 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5297 (uniquify-buffer-file-name): Use it.
5298
8f62f2b8
MB
52992000-11-22 Miles Bader <miles@gnu.org>
5300
5301 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5302 * simple.el (minibuffer-avoid-prompt): New function.
5303
fb279a6d
GM
53042000-11-21 Gerd Moellmann <gerd@gnu.org>
5305
5306 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5307
867092e9
MB
53082000-11-21 Miles Bader <miles@gnu.org>
5309
ef860850
MB
5310 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5311 inclusion of `track-mouse'.
5312
867092e9
MB
5313 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5314 (refill-adjust-ignorable-overlay): New function.
5315 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5316 only the paragraph's tail if possible.
5317 Update `refill-ignorable-overlay'.
5318 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5319
5320 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5321 point inside the fill-prefix.
5322
5323 * textmodes/refill.el (refill-post-command-function): Don't reset
5324 refill-doit in the case where a self-insertion command doesn't
5325 case a refill. Use `refill-fill-paragraph-at', getting position
5326 from `refill-doit'.
5327 (refill-after-change-function): Set `refill-doit' to END.
5328 (refill-fill-paragraph-at): New function, mostly from old
5329 refill-fill-paragraph.
5330 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5331 (refill-pre-command-function): New function.
5332 (refill-mode): Add it to `pre-command-hook'.
5333
ff9ab414
GM
53342000-11-20 Gerd Moellmann <gerd@gnu.org>
5335
29a01b72
GM
5336 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5337
ff9ab414
GM
5338 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5339 javadoc tags.
eaae8106 5340
885b211b
AS
53412000-11-20 Andre Spiegel <spiegel@gnu.org>
5342
5343 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5344 vc.el).
5345
eaae8106 5346 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 5347 require vc.
eaae8106
SS
5348
5349 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 5350 checkouts.
eaae8106 5351
d1838556
DL
53522000-11-20 Dave Love <fx@gnu.org>
5353
5354 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5355
2b69bc11 53562000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 5357
2b69bc11
GM
5358 * calculator.el (calculator-paste): Use `if' instead of `and'
5359 and `or'.
5360 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 5361
b95b34e5
GM
53622000-11-19 Gerd Moellmann <gerd@gnu.org>
5363
030de92f
GM
5364 * info.el (info-menu-5): Doc fix.
5365
b95b34e5
GM
5366 * textmodes/artist.el: New file.
5367
54970452
AS
53682000-11-19 Andre Spiegel <spiegel@gnu.org>
5369
eaae8106 5370 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
5371 and differentiate according to checkout model.
5372 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5373 since this function is only concerned with master state.
5374
83c9cb8e
SM
5375 * vc-hooks.el (vc-workfile-unchanged-p)
5376 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 5377
83c9cb8e
SM
5378 * vc.el (vc-workfile-unchanged-p)
5379 (vc-default-workfile-unchanged-p): See above.
54970452 5380
e5a9dabf
MB
53812000-11-19 Miles Bader <miles@gnu.org>
5382
5383 * image-file.el (insert-image-file): Make `intangible' and
5384 `read-only' properties rear-nonsticky too.
5385
24127af0
GM
53862000-11-18 Gerd Moellmann <gerd@gnu.org>
5387
d392e9c5 5388 * ps-print.el: Update copyright notice.
eaae8106 5389
d392e9c5
GM
5390 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5391 (tooltip-show): Use the offsets.
5392
24127af0 5393 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 5394 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
5395 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5396
2b69bc11 53972000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 5398
2b69bc11
GM
5399 * ps-print.el (toplevel): Test for find-coding-system being
5400 fboundp before calling ps-x-find-coding-system.
08ea6f17 5401
66321b2f
SM
54022000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5403
5404 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5405 (vc-version-backup-file): Docstring fix.
5406
046110c6
GM
54072000-11-16 Gerd Moellmann <gerd@gnu.org>
5408
4104194e
GM
5409 * files.el (basic-save-buffer): Don't add a newline if
5410 find-file-literally is non-nil.
5411 (find-file-literally): Extend doc string.
5412
046110c6
GM
5413 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5414 sort(1) with the `-f' argument.
5415
6505c16e
AS
54162000-11-16 Andre Spiegel <spiegel@gnu.org>
5417
fd063975
AS
5418 * vc.el: Updated backend documentation.
5419 (vc-default-check-headers): New function.
5420
3d02dd81 5421 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
5422
5423 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 5424 up-to-date.
eaae8106 5425 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 5426 the minibuffer is not active.
fd063975 5427
eaae8106 5428 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 5429 `vc-cvs-use-edit' is on.
eaae8106
SS
5430 (vc-cvs-checkout): When this is used for reverting the workfile,
5431 make a backup of the original contents and revert to that in case
8791d617 5432 of error.
eaae8106 5433 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 5434 remote repositories.
eaae8106 5435
6505c16e
AS
5436 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5437 for both version and ratio in the minibuffer.
fd063975 5438
eaae8106 5439 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 5440 Use vc-do-command to perform the annotation, not call-process.
6505c16e 5441
a13f0660
KH
54422000-11-16 Kenichi Handa <handa@etl.go.jp>
5443
5444 * international/quail.el (quail-start-translation): Don't call
5445 `message' before reading key sequence.
5446
1389a414
MB
54472000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5448
5449 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5450
9256a532
KH
54512000-11-16 Kenichi Handa <handa@etl.go.jp>
5452
5453 * window.el (fit-window-to-buffer): Be sure to acquire at least
5454 one text line even if the buffer is empty.
5455
0e14fe9f
GM
54562000-11-16 Gerd Moellmann <gerd@gnu.org>
5457
eaae8106 5458 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
5459 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5460 Bind ange-ftp-process-verbose to nil.
0e14fe9f 5461
da645c53
DL
54622000-11-15 Dave Love <fx@gnu.org>
5463
83c9cb8e
SM
5464 * wid-edit.el (widget-specify-field, widget-specify-button):
5465 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
5466 widget-mouse-help.
5467 (widget-mouse-help): New function.
5468 (widget-echo-help): Rewritten for :help-echo functions only taking
5469 a widget arg.
5470
83c9cb8e
SM
5471 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5472 Use display-graphic-p.
b12057b9
DL
5473 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5474 and that JPEG is available.
5475 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5476
da645c53
DL
5477 * international/mule-cmds.el (locale-charset-language-names):
5478 Match @euro.
5479
6d133d1f
GM
54802000-11-15 Gerd Moellmann <gerd@gnu.org>
5481
83c9cb8e
SM
5482 * faces.el (face-set-after-frame-default):
5483 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
5484 default face from X resources.
5485
49ac2ac5
EZ
54862000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5487
5488 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5489 Don't set EMACSLOADPATH.
5490
4fb0a34c
EZ
54912000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5492
5493 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5494 texinfo-insert-@url.
5495 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5496 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5497
bb304a7a
SM
54982000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5499
82bc80bf
SM
5500 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5501 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5502 (checkdoc-minor-keymap): Backward compatibility.
5503 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5504 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5505 (checkdoc-this-string-valid-engine): Be a bit more strict
5506 to avoid matching substrings of `...' quoted vars/funs.
5507 (checkdoc-defun-info): Only look for `interactive' if alone.
5508 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5509
e8c87124
SM
5510 * progmodes/compile.el (grep): `tag-default' can be nil.
5511
bb304a7a
SM
5512 * newcomment.el (comment-indent): Paren typo.
5513
8628686a
DL
55142000-11-14 Dave Love <fx@gnu.org>
5515
25c269ef
DL
5516 * calculator.el: New maintainer version.
5517
66321b2f 5518 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 5519
8628686a
DL
5520 * cmuscheme.el: Doc fixes.
5521 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 5522 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
5523
5524 * xscheme.el (scheme-program-name): Don't define here.
5525
5526 * progmodes/scheme.el (scheme-program-name): New variable
5527 (originally in cmuscheme).
5528
88f0a1eb
MB
55292000-11-14 Miles Bader <miles@gnu.org>
5530
5531 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5532 Handle header-lines. Don't loop forever if we can't enlarge the
5533 window anymore. Simplify a bit.
5534
cd9a000c
KH
55352000-11-14 Kenichi Handa <handa@etl.go.jp>
5536
5537 * window.el (fit-window-to-buffer): Don't check
5538 window-text-height. Assure that the last line is fully visible.
5539
83c9cb8e
SM
5540 * international/quail.el (quail-show-guidance-buf):
5541 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
5542 buffer.
5543 (quail-update-guidance): Avoid making the guidance buffer shorter.
5544
d3fcda22
SM
55452000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5546
bdbd9606
SM
5547 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5548 rather than `prepend' and add an interesting comment.
5549 (tex-math-face, tex-font-lock-syntactic-face-function):
5550 New face and function to use it.
5551 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5552 than `menu-enable' symbol property.
5553 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5554 (tex-mode): Add some latex-mode commands for auto-selection.
5555 Use tex-font-lock-syntactic-face-function.
5556 (tex-insert-quote): Simplify.
5557 (tex-shell): New mode.
5558 (tex-start-shell): Use it.
5559 (tex-shell-proc, tex-shell-buf): New functions.
5560 (tex-send-command): Use it.
5561 (tex-main-file): Fix the meaning of the new arg REALFILE.
5562 (tex-send-tex-command): New function split from `tex-start-tex'.
5563 Set compilation-last-buffer and compilation-parsing-end.
5564
d3fcda22
SM
5565 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5566 when it follows non-comment text on the line.
5567
5568 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5569 Set font-lock-defaults.
5570 (lisp-mode-shared-map): Init inside the defvar.
5571 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5572 Use define-derived-mode.
5573
bdab1d43
MB
55742000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5575
5576 * faces.el (header-line): Use `:box nil' for color/gs displays too.
5577
936ae731
GM
55782000-11-14 Gerd Moellmann <gerd@gnu.org>
5579
83c9cb8e
SM
5580 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5581 Don't recursively optimize body because that can lead to infinite
936ae731
GM
5582 recursion; see comment there.
5583
1695ca2b
EZ
55842000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
5585
5586 * faces.el (face-spec-set-match-display): Revert the change from
5587 2000-10-24. Add a FIXME for after v21.1.
5588
9d348294
MB
55892000-11-13 Miles Bader <miles@gnu.org>
5590
5591 * textmodes/fill.el (skip-line-prefix): New function.
5592 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5593 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
5594 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5595 point inside the fill-prefix.
9d348294 5596
b85fa13c
MB
55972000-11-13 Miles Bader <miles@lsi.nec.co.jp>
5598
83c9cb8e
SM
5599 * calendar/calendar.el (generate-calendar-window):
5600 Use `fit-window-to-buffer'.
b85fa13c 5601
a0b47716
SM
56022000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5603
5604 * gud.el (gud-minor-mode): New var.
5605 (gud-symbol, gud-val): New functions.
5606 (gud-find-file): Copy gud-minor-mode to the new buffer.
5607 (gud-menu-map): Include entries for commands that are not always
5608 available, using :enable to (de)activate them.
5609 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
5610 (gud-mode-map): New map.
eaae8106 5611 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
5612 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5613 Don't set up gud's menu (it's done by the minor-mode).
5614 (gud-minibuffer-local-map): New.
5615 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
5616 (gud-query-cmdline): New function.
5617 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
5618 (gud-mode): Use define-derived-mode.
5619 Don't set up gud's menu (it's done by the minor-mode).
5620 (gud-chop-words): Remove.
5621 (gud-common-init): Use split-string instead.
5622 (gud-new-keymap, gud-make-debug-menu): Eradicate.
5623
5624 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5625 Add keyword arg :name.
5626
5627 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5628 (diff-count-matches, diff-split-hunk): New functions.
5629 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5630
5631 * pcvs-info.el (cvs-fi-conflict-face): New var.
5632
5633 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5634 Make it into a simple syntax-table, shared among all submodes.
5635 (sh-heredoc-face): Re-introduce.
5636 (sh-font-lock-syntactic-face-function): New function.
5637 (sh-mode): Use it. Also use define-derived-mode.
5638 Remove old bogus setting of indent-region-function.
5639 (sh-set-shell): Don't set the syntax-table any more.
5640 (sh-mode-syntax-table) <defun>: Remove.
5641
f5ed37df
MB
56422000-11-12 Miles Bader <miles@gnu.org>
5643
5644 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5645 message if interactive.
5646
0b074c2f
DL
56472000-11-12 Dave Love <fx@gnu.org>
5648
5649 * mail/feedmail.el: Fix header,
5650 (feedmail) <defgroup>: Add :link.
5651
5652 * view.el: Use local-map property, not keymap on mode-line string.
5653
83c9cb8e
SM
5654 * scroll-all.el (scroll-all-mode): Customize variable.
5655 Add autoload cookie to function.
0b074c2f
DL
5656
5657 * lazy-lock.el: Remove compatibility code.
5658
5659 * finder.el (finder-known-keywords): Add `files', remove `vms'.
5660 (finder-help-echo): New variable.
5661 (finder-mouse-face-on-line): Add help-echo stuff.
5662 (finder-list-keywords, finder-list-matches): Use mapc.
5663
5664 * faces.el (face-font-registry-alternatives): Add :version.
5665
5666 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5667 tags-table-list.
5668
a0b47716 5669 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 5670
a0b47716 5671 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
5672 (mail-mode): Use [:alnum:] in some regexps.
5673
6d502396
DL
56742000-11-10 Dave Love <fx@gnu.org>
5675
5676 * ediff.el (ediff-regions-internal, ediff-documentation):
5677 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5678 fundamental mode.
5679
5680 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5681 buffer into fundamental mode.
5682 (ediff-set-difference): Use copy-sequence if available.
5683
83c9cb8e
SM
5684 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5685 Check ediff-patch-map non-nil.
6d502396
DL
5686 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5687 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5688 buffer into fundamental mode.
5689
5690 * ediff-merg.el (state-or-merge): Defvar when compiling.
5691
a82fe213
JR
56922000-11-10 Jason Rumney <jasonr@gnu.org>
5693
5694 * w32-fns.el (w32-add-charset-info): New function.
5695 (w32-charset-info-alist): Use it.
5696
52d89894
GM
56972000-11-10 Gerd Moellmann <gerd@gnu.org>
5698
5699 * faces.el (face-font-registry-alternatives): New user-option.
5700
178932de
SM
57012000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5702
d7fa3319
SM
5703 * textmodes/texinfo.el (texinfo-block-default): New var.
5704 (texinfo-insert-block): Use it. Insert a newline if needed.
5705
178932de
SM
5706 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5707 (fill-region-as-paragraph): Use it.
5708
5709 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5710 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5711 Tweak paragraph regexps to allow a leading [ \t]*.
5712 (tex-latex-block): Insert a newline if necessary.
5713 (latex-insert-item): Only insert a newline if necessary.
5714 (tex-guess-main-file): New function.
5715 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5716 Set tex-main-file if TeX-master is provided.
5717 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5718
bd02b8e0
GM
57192000-11-10 Gerd Moellmann <gerd@gnu.org>
5720
5721 * startup.el (command-line): Set the default tooltip-mode
5722 to t for graphical displays which implement x-show-tip.
5723
5724 * tooltip.el (tooltip-mode): Add a comment about startup.el
5725 setting the default value of this user-option.
5726
b29b03eb
SM
57272000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5728
5729 * font-lock.el (font-lock-*-face) <defvar>: Move.
5730 (font-lock-defaults-alist): Mark obsolete.
5731 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5732 (font-lock-mode): Use define-minor-mode.
5733 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5734 (font-lock-turn-off-thing-lock): Be more explicit.
5735 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5736 (font-lock-syntactic-face-function): New var.
5737 (font-lock-fontify-syntactically-region): Use it.
5738 (font-lock-doc-face): New.
5739
5740 * pcvs.el (cvs-enabledp): Ignore errors.
5741 (cvs-commit-filelist): Never query.
5742 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5743 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5744 (cvs-do-removal): Use cvs-partition rather than delete-if.
5745 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5746 cvs-bury-buffer.
5747
5748 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5749 Allow `next' to jump to after the end of the last match.
5750
778fbc46
GM
57512000-11-09 Gerd Moellmann <gerd@gnu.org>
5752
730c746c
GM
5753 * simple.el (byte-compiling-files-p): New function.
5754
5755 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5756 if it is there.
5757
5758 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5759 nil again.
5760
778fbc46
GM
5761 * textmodes/ispell.el (ispell-library-path): Don't call
5762 check-ispell-version when byte-compiling because that starts
5763 an ispell process, and ispell might not be installed.
5764 (toplevel): Don't set up a menu when byte-compiling.
5765
5766 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5767 it, so that a boundp test can be used to determine if we're
5768 currently byte-compiling.
5769
5912c5bb
DL
57702000-11-09 Dave Love <fx@gnu.org>
5771
83c9cb8e 5772 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 5773
7bb054a5
GM
57742000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5775
83c9cb8e
SM
5776 * ps-print.el: Patch for variable initialization when spooling.
5777 Doc fix.
7bb054a5
GM
5778 (ps-output-list): Fun eliminated.
5779 (ps-begin-file, ps-begin-job): Code fix.
5780
9db2706e
DL
57812000-11-08 Dave Love <fx@gnu.org>
5782
83c9cb8e 5783 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 5784
f7eb32aa
GM
57852000-11-08 Gerd Moellmann <gerd@gnu.org>
5786
5787 * simple.el (shell-command, display-message-or-buffer)
5788 (shell-command-on-region): Mention resize-mini-windows in the doc
5789 string.
5790 (display-message-or-buffer): Take the value of resize-mini-windows
5791 into account.
5792
7b01b08c
GM
57932000-11-07 Gerd Moellmann <gerd@gnu.org>
5794
acad3c0b
GM
5795 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5796
7b01b08c
GM
5797 * dired.el (dired-between-files): Add `^. find' as an alternative
5798 to the regular expression, for find-dired.
5799
6f602bd0
SM
58002000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5801
5802 * textmodes/texnfo-upd.el: Require texinfo.
5803 (defmacro, defgroup): Remove.
5804 (texinfo-section-to-generic-alist): Remove.
5805 Use texinfo-section-list instead (i.e. level is changed string->int).
5806 (texinfo-filter): New function.
5807 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5808 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5809 Use it. And use regexp-opt.
5810 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
5811 (texinfo-update-menu-region-beginning)
5812 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5813 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5814 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 5815 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
5816 (texinfo-sequential-node-update): Remove autoload cookie.
5817
5818 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5819 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5820 (texinfo-chapter-level-regexp): Remove.
5821 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5822
bb216218
DL
58232000-11-06 Dave Love <fx@gnu.org>
5824
6f602bd0 5825 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 5826
6f602bd0
SM
5827 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5828 Match defun*.
bb216218 5829
ff8dd5d5
KH
58302000-11-06 Kenichi Handa <handa@etl.go.jp>
5831
5832 * composite.el (composition-function-table): Variable declaration
5833 moved to src/composite.c.
5834 (compose-chars-after): New optional arg object.
5835
e9da51a1
GM
58362000-11-06 Gerd Moellmann <gerd@gnu.org>
5837
e0c12c68
GM
5838 * bindings.el (mode-line-toggle-read-only)
5839 (mode-line-toggle-modified, mode-line-widen)
5840 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5841 (make-mode-line-mouse2-map): Rewritten.
5842 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5843 functions so that C-h k can show something with a doc string.
eaae8106 5844
e9da51a1
GM
5845 * startup.el (fancy-splash-delay): Set to 10 seconds.
5846 (fancy-splash-max-time): New user-option.
5847 (fancy-splash-stop-time): New variable.
5848 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5849 (fancy-splash-screens-1): Throw `stop-splashing' when current
5850 time is greater than fancy-splash-stop-time.
5851
611dbdf0
SM
58522000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5853
4d2806e2
SM
5854 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5855
611dbdf0
SM
5856 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5857 Prompt user for a file rather than raising an error.
5858 (cvs-enabledp): Fix call to cvs-mode-marked.
5859 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5860 (cvs-mode-insert): Use it. Change the init prompt' value.
5861 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5862
5863 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5864 Don't pass default arg to ewoc-locate.
5865 (ewoc-collect): Return result in the right order.
5866
5867 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5868
5869 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5870 (cvs-status-get-tags): Fix regexp.
5871 (cvs-status-trees, cvs-status-cvstrees):
5872 Combine after change hooks and don't sit-for.
4d2806e2
SM
5873 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5874 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
5875 Use make-char rather than hard-coded cryptic data.
5876 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5877
5878 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5879
5880 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5881 (cvs-insert-strings): New function.
5882
937b2877
MB
58832000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5884
5885 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5886 `mwheel-scroll-amount'.
5887 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5888 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5889 string-matching against the version string.
5890
c6c97763
KH
58912000-11-06 Kenichi Handa <handa@etl.go.jp>
5892
6eaec747
KH
5893 * language/thai.el ("Thai"): Set a lisp form that produces
5894 composed string in `sample-text' language info.
5895
5896 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5897 composed string in `sample-text' language info.
5898
83c9cb8e
SM
5899 * international/mule-cmds.el (describe-language-environment):
5900 Eval `sample-text' data and insert the result.
6eaec747 5901
c6c97763
KH
5902 * international/mule-conf.el (compound-text): Define this coding
5903 system here. Make x-ctext and ctext aliases of it.
5904
5905 * language/european.el (compound-text, ctext): Moved to
5906 international/mule-conf.el.
5907
d1145f85
AI
59082000-11-05 Andrew Innes <andrewi@gnu.org>
5909
5910 * w32-fns.el (w32-version): New function.
5911
178a6a45
SM
59122000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5913
5914 * progmodes/awk-mode.el: Update copyright.
5915 (awk-mode-abbrev-table): Remove.
5916 (awk-font-lock-keywords): Use regexp-opt.
5917 (awk-mode): Use define-derived-mode.
5918
5919 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5920 when extracting a suffix.
5921
1ba90166
AS
59222000-11-04 Andre Spiegel <spiegel@gnu.org>
5923
5924 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5925 auto-save-mode.
5926
546790cb
JR
59272000-11-04 Jason Rumney <jasonr@gnu.org>
5928
5929 * language/european.el (decode-mac-roman): Test against r1 not r0.
5930
d247e32d
SM
59312000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5932
fbf44f44
SM
5933 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5934 (icon-mode): Define indent-line-function.
5935 (icon-comment-indent): Simplify.
5936 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5937
5938 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5939
5940 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5941 Bind change-log-default-mode to defeat the caching done on it.
5942 Don't bother saving excursion any more.
5943
5944 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5945
5946 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5947 (set-frame-font): Use the new name (and the old for compatibility).
5948
eaae8106
SS
5949 * toolbar/tool-bar.el (tool-bar-mode):
5950 * time.el (display-time-mode):
5951 * recentf.el (recentf-mode):
5952 * paren.el (show-paren-mode):
5953 * mwheel.el (mouse-wheel-mode):
5954 * msb.el (msb-mode):
5955 * jka-compr.el (auto-compression-mode):
5956 * image-file.el (auto-image-file-mode):
5957 * hl-line.el (hl-line-mode):
5958 * delsel.el (delete-selection-mode):
5959 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
5960 * complete.el (partial-completion-mode): Drop unneeded positional args.
5961
eaae8106 5962 * info.el (Info-mode):
79372165 5963 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 5964
d247e32d
SM
5965 * log-edit.el (log-edit-menu): New menu.
5966
4921558e
MB
59672000-11-03 Miles Bader <miles@gnu.org>
5968
5969 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5970 definition, so that trailing spaces are handled properly.
5971 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5972
1fc02b3c
GM
59732000-11-03 Gerd Moellmann <gerd@gnu.org>
5974
5975 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5976 tab character.
5977 (fancy-splash-screens): Set tab-width to 20.
5978
51d001f7
DL
59792000-11-03 Dave Love <fx@gnu.org>
5980
5981 * comint.el (comint-completion-addsuffix): Fix custom type.
5982
ba22aeff
SM
59832000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5984
5985 * font-lock.el (font-lock-buffers): Remove.
5986 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5987 (font-lock-change-major-mode): Remove.
5988 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5989 (font-lock-default-fontify-region): Extend the multiline
5990 fontification to whole lines.
5991 (font-lock-fontify-anchored-keywords)
5992 (font-lock-fontify-keywords-region): If matching just one
5993 line (with \n) only mark the \n as multiline.
5994
5995 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5996 Correctly handle the case where several :group args are supplied.
5997 Allow :extra-args.
5998 (easy-mmode-define-global-mode): Allow :extra-args.
5999 Correctly handle the case where several :group args are supplied.
6000
9c887ada
MB
60012000-11-02 Miles Bader <miles@gnu.org>
6002
eaae8106 6003 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
6004 (holiday-face): Remove dependency on `window-system'.
6005
7f25090d
KR
60062000-11-02 Ken Raeburn <raeburn@gnu.org>
6007
6008 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 6009 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 6010 (compile-files): Bomb out if compilation of a file fails.
7f25090d 6011
7dd6009c
DL
60122000-11-02 Dave Love <fx@gnu.org>
6013
6014 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6015
94821e4f
EZ
60162000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
6017
6018 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6019 punctuation in the warning inserted into the *mail* buffer.
6020
1ac3fc42
GM
60212000-11-02 Gerd Moellmann <gerd@gnu.org>
6022
57731876
GM
6023 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6024 (authors-public-domain-p): New function.
6025 (authors-print): Use it.
6026
975f82c9
GM
6027 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6028
1ac3fc42
GM
6029 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6030
4b3eb10f
GM
60312000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6032
975f82c9 6033 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
6034 (ps-print-version): New version number (6.3.1).
6035 (ps-even-or-odd-pages): Customization fix.
6036 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6037 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6038 (ps-page-count): Var replaced by `ps-page-column'.
6039 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6040 (ps-print-sheet-p): New fun.
6041
7da794df
MB
60422000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6043
6044 * tooltip.el (tooltip-gud-tips-setup): New function.
6045 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6046 (tooltip-mode): Call tooltip-gud-tips-setup.
6047 (tooltip-gud-tips): Use `gud-basic-call' instead of
6048 process-send-string, so the prompt gets frobbed appropriately.
6049 Handle nil return value from `tooltip-gud-print-command'.
6050
0e40b809
EL
60512000-11-01 Eric M. Ludlam <zappo@ultranet.com>
6052
6053 * comint.el (comint-add-to-input-history): New function.
6054 (comint-send-input): Use `comint-add-to-input-history'.
6055
50ada0db
MB
60562000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6057
973a3104
MB
6058 * info.el (info-menu-header): New face.
6059 (Info-fontify-menu-headers): New function.
6060 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6061
50ada0db
MB
6062 * info.el (Info-insert-dir): Don't include blank lines at
6063 beginning of additional dir files (one is added automatically).
6064
bff53411
SM
60652000-11-01 Stefan Monnier <monnier@cs.yale.edu>
6066
6067 * emacs-lisp/easy-mmode.el (define-minor-mode):
6068 Revert the latest changes.
6069 Allow the three positional arguments to be skipped and replaced
6070 by keyword arguments.
6071 Add a :toggle argument to determine whether a nil arg means toggle
6072 or means turn-on. The default is unchanged.
6073 Add a call to force-mode-line-update.
6074
6b8a0b2d
DL
60752000-11-01 Dave Love <fx@gnu.org>
6076
83c9cb8e 6077 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 6078
5bf99100
MB
60792000-11-01 Miles Bader <miles@lsi.nec.co.jp>
6080
83c9cb8e
SM
6081 * calendar/calendar.el (diary-face, holiday-face):
6082 Add dark-background variants.
5bf99100 6083
a4032611
SS
60842000-10-31 Sam Steingold <sds@gnu.org>
6085
6086 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6087 `tex-main-file' does not have directory in it.
6088
c286608e
SM
60892000-10-31 Stefan Monnier <monnier@cs.yale.edu>
6090
6091 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6092
4836835a
TTN
60932000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
6094
6095 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6096 functional change.
6097
26dcb81b
GM
60982000-10-31 Gerd Moellmann <gerd@gnu.org>
6099
6100 * files.el (find-file-noselect): When we expand a wildcard, return
6101 a list of buffers, as we should do according to the doc string.
6102
49fc4500
KR
61032000-10-31 Ken Raeburn <raeburn@gnu.org>
6104
6105 * loadup.el (top level): Adjust load path if program name is
6106 "../src/bootstrap-emacs", in case it's not dumped and thus the
6107 load path adjustment hasn't already been done.
6108
ea0c615d
GM
61092000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6110
83c9cb8e
SM
6111 * ps-print.el: Fix bug on selected pages for printing.
6112 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
6113 is on. Try to avoid warning messages when compiling. Doc Fix.
6114 (ps-print-version): New version number (6.3).
6115 (ps-color-device): Use `color-values' to determine if device
6116 supports color.
6117 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6118 (ps-print-page-p): Changed from defsubst to defun.
6119 (ps-page-number): Changed from defmacro to defun.
6120 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6121 printing.
c286608e 6122 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
6123 (ps-end-file, ps-dummy-page): Funs eliminated.
6124 (ps-print-color-scale): Changed default value.
6125 (ps-page-n-up, ps-print-page-p): New internal vars.
6126 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6127 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6128
9e20722f
GM
6129 * delim-col.el: Little programming improvement.
6130 (delimit-columns-str): New macro.
6131 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6132
d7a0fd00
KH
61332000-10-31 Kenichi Handa <handa@etl.go.jp>
6134
c286608e
SM
6135 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6136 Moved to european.el.
d7a0fd00
KH
6137 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6138 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
6139 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6140 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 6141
234be340
DL
61422000-10-30 Dave Love <fx@gnu.org>
6143
6144 * progmodes/cc-menus.el (imenu-generic-expression)
6145 (imenu-progress-message): Only defvar when compiling.
6146
4edc4a39
DL
6147 * emacs-lisp/elp.el (elp-unload-hook): New function.
6148
6149 * loadhist.el (unload-feature): Call elp-restore-function,
6150 checking for symbols; don't use elp-restore-all.
6151 (loadhist-hook-functions): Doc fix.
6152
70c825df
SM
61532000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6154
6155 * log-edit.el (log-edit-confirm): Fix the default.
6156
1d3baf74
GM
61572000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6158
6159 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6160 delimit-columns-format.
6161 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 6162
1ec321a7
MB
61632000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6164
6165 * comint.el (comint-replace-by-expanded-history): Don't use
6166 comint-get-old-input (we're not looking at *old* input).
6167 (comint-get-old-input-default): If using fields, signal an error
6168 when the point is not in an input field.
6169
70737ea9
KH
61702000-10-30 Kenichi Handa <handa@etl.go.jp>
6171
6172 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6173 and mule-unicode-e000-ffff.
6174
fa0cb51d 6175 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
6176 (make-coding-system): Accept a symbol of translation table as a
6177 value of property `safe-chars'.
6178
6179 * international/mule-cmds.el (encode-coding-char): Check property
6180 safe-chars instead of safe-charsets.
6181
6182 * international/fontset.el (fontset-default): Modified for
6183 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6184 (x-font-name-charset-alist): Likewise.
6185 (ccl-encode-unicode-font): New CCL program. Record it in
6186 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6187
70c825df
SM
6188 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6189 New translation tables.
70737ea9
KH
6190 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6191 programs are modified and moved from mac-win.el.
6192 (mac-roman): Definition of this coding system is modified and
6193 moved from mac-win.el.
4836835a 6194
fda2ce24 61952000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6196
1d3baf74 6197 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 6198 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 6199
dd4d3cb6
MB
62002000-10-29 Miles Bader <miles@gnu.org>
6201
6202 * custom.el (custom-add-to-group): Allow multiple entries for a
6203 given value OPTION, as long as their widget types are different.
6204 * cus-edit.el (custom-face-value-create): If face name doesn't end
6205 with "face", add such here (similar to custom group widgets).
6206
6207 * comint.el (comint-highlight-prompt): Add :type.
6208
dace60cf
JW
62092000-10-28 John Wiegley <johnw@gnu.org>
6210
dace60cf
JW
6211 * calendar/timeclock.el (timeclock-log): Doc fix.
6212 (timeclock-last-event): Doc fix.
83c9cb8e 6213 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
6214 (timeclock-find-discrep): Use a temp buffer to read in the
6215 timelog, instead of visiting the file.
6216 (timeclock-log-data): A new function, along with a host of helper
6217 functions, for the purpose of making timelog data accessible to
6218 programmers.
6219
6220 * eshell/esh-mode.el (window-height test): Make certain that
6221 `eshell-stringify-t' is non-nil.
6222 (eshell-password-prompt-regexp): Changed to a much simpler
6223 password regexp.
6224 (eshell-send-input): If `eshell-invoke-directly' returns t,
6225 directly invoke the parsed command using `eval'. This improves
6226 turn-around time on simple commands by a factor of three or
6227 greater, such as cd, ls, pwd, etc. -- which get used very often.
6228 It also conserves thousands of cons cells per call (since
6229 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6230 in the Pacific Cookie Company).
6231
6232 * eshell/esh-test.el (eshell-test): Whitespace fix.
6233
83c9cb8e
SM
6234 * eshell/em-ls.el (eshell-ls-insert-directory):
6235 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
6236
6237 * eshell/em-script.el (eshell-script-initialize): Add names to
6238 `eshell-complex-commands, since `source' and `.' are complex.
6239
0467b076
EZ
6240 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6241 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
6242 `eshell-copy-handles'.
6243 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6244 bodies.
6245 (eshell-separate-commands): Whitespace fix.
6246 (eshell-complex-commands): Added a new list of names, for
6247 determining whether a given command is as simple as it looks.
6248 (eshell-invoke-directly): New function. Returns t if a command
6249 should be invoked directly (using `eval'), rather than indirectly
6250 using `eshell-do-eval'.
6251 (eshell-do-eval): Whitespace fix.
6252
6253 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6254 which provides an emulation of the DOS shell behavior of assuming
6255 that cp/mv/ln should copy/move/link to the current directory.
6256 (eshell-remove-entries): Added a doc string.
6257 (eshell-shuffle-files): Removed the check for `target' being null.
6258 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6259 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6260 it to do a smarter check of whether a destination was provided.
6261 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6262 (eshell/ln): Enable `:preserve-args', and use
6263 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
6264 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6265 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
6266 list after flattening it. This makes it possible to cat files
6267 with numerical names.
6268 (eshell-unix-initialize): Added several names to
6269 `eshell-complex-commands.
6270 (eshell-unix-command-complex-p): Return t if a given command name
6271 may result in external processes being invoked.
6272
6273 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6274 variable nil by default, since it slows down glob processing by a
6275 factor of two or more, and increases memory consumption.
6276
6277 * eshell/em-smart.el: Added a note about how memory consumptive
6278 smart display mode can be (at least this is true in Emacs 21).
6279 (eshell-smart-initialize): Whitespace fix.
6280 (eshell-refresh-windows): Use `if' instead of `when'.
6281 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6282 not necessary.
83c9cb8e 6283 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
6284
6285 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6286 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6287 Whitespace fix.
6288 (eshell-ls-exclude-hidden): Added this variable in addition to
6289 `eshell-ls-exclude-regexp'. This one prevents files beginning
6290 with . from even being read, which can improve memory consumption
6291 quite a bit.
6292 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6293 read file entries beginning with a dot. In home directories with
6294 lots of hidden files, fully two-thirds of the time spent in ls is
6295 used to read directory entries that are immediately thrown away.
6296 (eshell-ls-initial-args): Added back this configuration variable,
6297 for specifying default initial arguments to every call to ls.
6298 Much faster than using an alias to do the same thing.
6299 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6300 (eshell-ls-dir): Whitespace change.
6301
6302 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6303
83c9cb8e 6304 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
6305 (eshell-stringify-t): Added a customization variable, to indicate
6306 whether `t' should be rendered as a string at all. If not, one
6307 can still determine if the result of an expression is true using
6308 "file-exists-p FILE && echo true".
6309 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6310 stringify t!
6311
6312 * eshell/esh-module.el: Whitespace fix.
6313
83c9cb8e
SM
6314 * eshell/em-alias.el (eshell-alias-initialize):
6315 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
6316 (eshell-command-aliased-p): New function that returns t if a
6317 command name names an aliased.
6318
657f9cb8 63192000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6320
0467b076 6321 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 6322 redrawing the screen when changing cursor color.
0467b076
EZ
6323 (viper-insert-state-pre-command-sentinel)
6324 (viper-replace-state-pre-command-sentinel)
70c825df
SM
6325 (viper-replace-state-post-command-sentinel):
6326 Use viper-preserve-cursor-color.
657f9cb8
MK
6327 Many functions changed to use viper= instead of = when comparing
6328 characters.
0467b076 6329 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 6330 working with characters.
0467b076 6331 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
6332 Many functions changed to use viper= instead of = when comparing
6333 characters.
0467b076 6334 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 6335
0467b076 6336 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 6337 Several typos fixed in various docstrings.
0467b076 6338 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 6339 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
6340 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6341 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6342 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6343 (ediff-get-selected-buffers): New function.
6344 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
6345 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6346 Use save-window-excursion.
0467b076 6347 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 6348 termination check in while loop.
0467b076 6349 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 6350 dired buffer.
0467b076
EZ
6351 (ediff-files,ediff-merge-files,ediff-files3)
6352 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 6353
4f490d99
DL
63542000-10-28 Dave Love <fx@gnu.org>
6355
6356 * info.el (Info-fontify-node): Add help-echo for menu items.
6357
45b84006
EZ
63582000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6359
5ebc02b3
EZ
6360 * startup.el (normal-top-level): If the value of $TERM indicates
6361 we are running from xterm or one of its work-alikes, default to a
6362 light background mode.
6363
45b84006
EZ
6364 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6365 * faces.el (tty-handle-reverse-video): New function.
6366 (tty-create-frame-with-faces): Call it.
6367
6368 * frame.el (frame-notice-user-settings): Don't apply
6369 default-frame-alist and initial-frame-alist to MS-DOS frames.
6370 Call tty-handle-reverse-video, frame-set-background-mode, and
6371 face-set-after-frame-default for non-MS-DOS frames.
6372
6373 * startup.el (tty-long-option-alist): New variable.
6374 (tty-handle-args): New function.
6375 (command-line): Call tty-handle-args.
6376
6377 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6378 startup.el now does that for all character-terminal frames.
6379
eab6e8b9
MB
63802000-10-28 Miles Bader <miles@gnu.org>
6381
83c9cb8e
SM
6382 * emacs-lisp/easy-mmode.el (define-minor-mode):
6383 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6384 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 6385 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
6386 version using `easy-mmode-define-global-mode'.
6387 Add :conditional-turn-on keyword argument.
eab6e8b9 6388
51a29efc
DL
63892000-10-28 Dave Love <fx@gnu.org>
6390
83c9cb8e
SM
6391 * international/latin1-disp.el (latin1-char-displayable-p):
6392 Don't use window-system.
51a29efc 6393
d71d7114
EZ
63942000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6395
6396 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6397 Don't call find-buffer-file-type-coding-system. Instead, just
6398 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6399 if the file is on an untranslated filesystem.
6400 (add-untranslated-filesystem): Use "D" instead of "f" inside
6401 interactive.
6402
1f9cab4b
DL
64032000-10-27 Dave Love <fx@gnu.org>
6404
70c825df 6405 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
6406 (refill-mode): Use it.
6407
70c825df
SM
64082000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6409
6410 * international/quail.el (quail-activate): Don't make-local-hook.
6411
7432cf10
AS
64122000-10-27 Andre Spiegel <spiegel@gnu.org>
6413
4836835a 6414 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 6415 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
6416 (vc-make-version-backup): Don't do it on MS-DOS without long file
6417 names.
4836835a 6418
7432cf10
AS
6419 * vc.el (vc-version-other-window): If an automatic backup of the
6420 desired version exists, rename it instead of copying it.
6421
4836835a
TTN
6422 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6423 after command. If there's an unexpected error, signal it instead
7432cf10 6424 of being silent.
e1483c38 6425 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 6426
05ea7ef2
MB
64272000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6428
fd1035aa
MB
6429 * shell.el (shell): Add BUFFER argument.
6430 * comint.el (make-comint-in-buffer): New function.
6431 (make-comint): Use it.
6432
05ea7ef2
MB
6433 * faces.el (face-spec-choose): Change syntax so that the list of
6434 attribute-value pairs is now the cdr of each clause, not the cadr.
6435 Detect old-style entries, and handle them. Use pop.
6436
835a55fe
SM
64372000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6438
f5ab1cdd
SM
6439 * cus-edit.el (custom-mode-map): Use a sparse map.
6440 (custom-mode): Don't bother with make-local-hook.
6441
6442 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6443
835a55fe
SM
6444 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6445
c13b0ec8
GM
64462000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6447
6448 * ps-print.el: Avoid compilation gripes.
6449 (ps-print-version): New version number (6.2.1).
4836835a 6450
e9f63196
DL
64512000-10-26 Dave Love <fx@gnu.org>
6452
0b95284b
DL
6453 * menu-bar.el: Modify some menu item help strings.
6454 (menu-bar-help-menu): Add link to MORE.STUFF.
6455
e9f63196
DL
6456 * cus-edit.el (custom-mode): Add `special' mode-class property.
6457
6458 * wid-browse.el (widget-browse-mode): Likewise.
6459
6460 * wid-edit.el (widget-specify-field): Revert to using local-map
6461 property, not keymap.
6462
e276a14a
MB
64632000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6464
c1545d88
MB
6465 * wid-edit.el (widget-field-end): When checking for a `boundary'
6466 field, do so in the correct buffer.
6467
3c1b77ca
MB
6468 * simple.el (undo): Correctly distinguish between numeric and
6469 non-numeric prefix args in non-transient-mark-mode, as per the doc
6470 string. When in transient-mark-mode, treat all prefix-args as
6471 numeric.
6472
f5ab1cdd
SM
6473 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6474 Position point on match. Handle N == 0 correctly.
22626d9d
MB
6475
6476 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6477 (comint-mode-map): Reverse order of `comint-write-output' and
6478 `comint-append-output-to-file'.
6479 (comint-append-output-to-file): Reinstate this function, for the
6480 benefit of the menu.
6481
d97151cb
SM
64822000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6483
6484 * vc.el (vc-version-other-window): Bind `file'.
6485
ea7d6f5b
GM
64862000-10-25 Gerd Moellmann <gerd@gnu.org>
6487
f5ab1cdd 6488 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
6489
6490 * emacs-lisp/authors.el (batch-update-authors): New function.
6491 (authors-fixed-entries): New defconst.
6492 (authors-add-fixed-entries): New function.
6493 (authors): Call it.: Don't process lispref/.
6494
17c25cea
JR
64952000-10-25 Jason Rumney <jasonr@gnu.org>
6496
6497 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6498 Merge x w32 and mac definitions.
6499
4ecda532
GM
65002000-10-25 Gerd Moellmann <gerd@gnu.org>
6501
6502 * menu-bar.el (menu-bar-options-menu): Add a help string for
6503 `uniquify'.
6504
b6735035
GM
65052000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6506
f5ab1cdd
SM
6507 * time-stamp.el (time-stamp-string-preprocess):
6508 Fix a wrong type argument error.
b6735035 6509
f4cbc7a0
MB
65102000-10-25 Miles Bader <miles@gnu.org>
6511
6512 * recentf.el (recentf-mode): Variable removed.
6513 (recentf-mode): Use `define-minor-mode'.
6514
6515 * mwheel.el (mouse-wheel-mode): New global minor mode.
6516 (mwheel-install): Use `mouse-wheel-mode'.
6517
f4b020f6
DL
65182000-10-25 Dave Love <fx@gnu.org>
6519
f5ab1cdd
SM
6520 * progmodes/cperl-mode.el (cperl-mode):
6521 Set normal-auto-fill-function correctly.
072cb6f9 6522
83c9cb8e
SM
6523 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6524 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 6525 bindings.
f4b020f6 6526
ebe2a441
MB
65272000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6528
ff4dcd4b
MB
6529 * wid-edit.el (widget-field-at): New function.
6530 (widget-at, widget-field-activate): Use it.
6531 (widget-tabable-at): Use `widget-at'.
6532 (widget-specify-field): If the terminating character of the widget
6533 field (which is read-only) is a newline, put it into a special
6534 `boundary' field so that C-n/C-p act more naturally.
6535 (widget-field-end): Also don't subtract one if a special
6536 `boundary' field has been added after the widget field.
6537
83c9cb8e
SM
6538 * comint.el (comint-output-filter, comint-send-input):
6539 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 6540 code, since it should notice the overlay insertion-types now.
ff4dcd4b 6541
ebe2a441
MB
6542 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6543 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6544 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6545
fe50b6ab
GM
65462000-10-24 Gerd Moellmann <gerd@gnu.org>
6547
53df4dda 6548 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
6549 (authors): Set file coding system to iso-2022-7bit.
6550 Add file-local variables to output buffer.
53df4dda 6551
4836835a 6552 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
6553 WARN is nil.
6554
53df4dda
GM
65552000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6556
6557 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6558
6559 * delim-col.el: Now there is a column formatting mechanism.
6560 Modified to customization mechanisms convention. Doc fix.
6561 (columns): New group for delim-col.
6562 (delimit-columns-before, delimit-columns-after)
6563 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6564 (delimit-columns-end): New vars.
6565 (delimit-columns-customize, delimit-columns-format): New funs.
6566 (delimit-columns-region, delimit-columns-rectangle)
6567 (delimit-columns-rectangle-line): Modified to support column
6568 formatting.
4836835a 6569
a9839779
DL
65702000-10-24 Dave Love <fx@gnu.org>
6571
6572 * log-edit.el (log-edit): Add :version and a :group for vc.
6573
df0267b8
GM
65742000-10-24 Gerd Moellmann <gerd@gnu.org>
6575
9acc3873
GM
6576 * files.el (after-find-file): Don't print a message ``New file''
6577 if WARN is nil.
6578
83c9cb8e
SM
6579 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6580 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
6581 get duplicate tool-bar entries because we'll see the global ones
6582 on more than one path through keymaps.
6583
1946f901
GM
6584 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6585
df0267b8
GM
6586 * progmodes/cmacexp.el: Change Francesco's email address.
6587
ae3b264b
KH
65882000-10-24 Kenichi Handa <handa@etl.go.jp>
6589
6590 * window.el (fit-window-to-buffer): Adjust point of the window
6591 buffer, not that of the current buffer.
6592
23afac01
EZ
65932000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6594
6595 * progmodes/cmacexp.el: Update the euthor's email address.
6596
22d1a4ed
MB
65972000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6598
6599 * faces.el (face-spec-set-match-display): Add `graphic' display
6600 type (the inverse of `tty'). Use `display-graphic-p' instead of
6601 the window-system variable.
6602
f408aa48
KH
66032000-10-24 Kenichi Handa <handa@etl.go.jp>
6604
83c9cb8e
SM
6605 * international/isearch-x.el (isearch-with-input-method):
6606 Call input-method-function with the first event in
f408aa48
KH
6607 unread-command-events.
6608
94fe8a31
MB
66092000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6610
83c9cb8e 6611 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 6612
8f47302e
AC
66132000-10-24 Andrew Choi <akochoi@i-cable.com>
6614
6615 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
6616 New charsets.
6617
6618 * term/mac-win.el: Remove definitions of mac-roman-lower and
6619 mac-roman-upper, require dired, and define instead of set
6620 mac-ready-for-drag-n-drop to avoid compilation error.
6621
446c097e
AI
66222000-10-23 Andrew Innes <andrewi@gnu.org>
6623
83c9cb8e
SM
6624 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6625 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
6626 expand-file-name after convert-standard-filename to ensure
6627 expected directory separators are used.
6628
379b70e7
EZ
66292000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6630
6631 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6632
85c766e9
DL
66332000-10-23 Dave Love <fx@gnu.org>
6634
b7e03a67
DL
6635 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6636 (tool-bar-add-item): Set foreground and background for XBM icons.
6637
83c9cb8e
SM
6638 * international/latin1-disp.el (latin1-char-displayable-p):
6639 New function (from Handa).
b7e03a67
DL
6640 (latin1-display-check-font): Use it.
6641
0dcf8835 6642 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
6643 using :key-sequence, making it much more usable.
6644 Use nconc, not append.
0dcf8835
DL
6645 (imenu--create-keymap-1): Avoid append.
6646
85c766e9 6647 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 6648
cb3069bb
MB
66492000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6650
6651 [the following changes fix a bug where `define-minor-mode' didn't
6652 correctly generate :require clauses for defcustoms in compiled files]
6653 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6654 (byte-compile-log-file, byte-compile-log-1): Don't set
6655 `byte-compile-current-file' to nil. Instead set
6656 `byte-compile-last-logged-file' to it. Test whether
6657 byte-compile-current-file equals byte-compile-last-logged-file
6658 instead of whether its nil.
3b6542ba 6659 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 6660
6db6243b
SM
66612000-10-23 Stefan Monnier <monnier@cs.yale.edu>
6662
6663 * textmodes/refill.el: Fix var names in doc.
6664 (refill-mode): Don't bother with make-local-hook anymore.
6665
98490598
MB
66662000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6667
e01cd227
MB
6668 * faces.el (face-user-default-spec, face-default-spec): New functions.
6669 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 6670 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
6671 Use `face-user-default-spec'. Simplify code slightly.
6672
4836835a 6673 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
6674 (woman-unknown-face): Add dark-background variants.
6675 (woman-default-faces): Renamed from `woman-colour-faces'.
6676 Set using the stored defaults, rather than using hard-wired colors.
6677 (woman-monochrome-faces): Renamed from `woman-black-faces'.
6678 Just make the foreground `unspecified' rather than "black".
6679 (woman-menu): Rename menu entries accordingly.
6680
98490598
MB
6681 * faces.el (header-line): Make more reasonable on mono/grayscale
6682 displays.
6683
1a578e9b
AC
66842000-10-23 Andrew Choi <akochoi@i-cable.com>
6685
6686 * cus-edit.el (custom-button-face): Use 3D look for mac.
6687 (custom-button-pressed-face): Likewise.
6688
6689 * faces.el (set-face-attributes-from-resources): Handle mac frames
6690 in the same way as x and w32 frames.
6691 (face-valid-attribute-values): Likewise.
6692 (read-face-attribute): Likewise.
6693 (defined-colors): Likewise.
6694 (color-defined-p): Likewise.
6695 (color-values): Likewise.
6696 (display-grayscale-p): Likewise.
6697 (face-set-after-frame-default): Likewise.
6698 (mode-line): Same default face as for x and w32.
6699 (tool-bar): Likewise.
6700
6701 * frame.el: Remove call to frame-notice-user-settings at end of
6702 the file.
6703
83c9cb8e 6704 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
6705 as for x, pc, and w32 frame types.
6706
6707 * term/mac-win.el: New file.
6708
aaaf7be7
DL
67092000-10-22 Dave Love <fx@gnu.org>
6710
6711 * textmodes/refill.el: New file.
6712
5392d654
AS
67132000-10-22 Andre Spiegel <spiegel@gnu.org>
6714
4836835a 6715 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 6716 MANUAL and REGEXP.
4836835a 6717 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
6718 New functions.
6719 (vc-before-save): Use the latter.
6720 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6721 confusion.
6722
4836835a 6723 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
6724 expected by vc[-hooks].el.
6725
6726 * vc.el (vc-checkout): Added `-p' suffix in call to
6727 vc-make-version-backups-p; use vc-make-version-backup to actually
6728 make the backup.
6729 (vc-version-other-window, vc-version-backup-file): Handle both
6730 automatic and manual backups.
6731 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6732 of all of them.
6733
1e221c16
MB
67342000-10-22 Miles Bader <miles@gnu.org>
6735
7ff4fda5
MB
6736 * comint.el (comint-highlight-input, comint-highlight-prompt):
6737 Renamed, `-face' at end removed.
6738 (comint-send-input, comint-output-filter): Use renamed faces.
6739
3511cde8
MB
6740 * window.el (fit-window-to-buffer): Change defaulting of
6741 MAX-HEIGHT slightly.
6742
1e221c16
MB
6743 * faces.el (color-values, color-defined-p): Use `member', not
6744 `memq', because it works correctly for strings.
6745 (frame-set-background-mode): Actually, "unspecified-fg" and
6746 "unspecified-bg" *are* strings. Use `member', not `memq', and
6747 `equal', not `eq', when a string value is possible.
6748
b6ef4898
EZ
67492000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6750
6751 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6752
34939e2c
SM
67532000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6754
6755 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6756 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6757 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6758 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6759 (sh-font-lock-syntactic-keywords): Use them.
6760 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6761 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6762 (sh-mode): Don't override font-lock-unfontify-region-function.
6763 Use a copy of sh-font-lock-syntactic-keywords.
6764 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6765 Don't call sh-scan-buffer since font-lock does it on the fly.
6766 (sh-get-indent-info): Use `face' rather than `syntax-table'
6767 text-property to detect here-documents.
6768 Replace sh-special-syntax with sh-st-punc.
6769 (sh-prev-line): Use `face' rather than `syntax-table'
6770 text-property to skip over here-documents.
6771 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6772 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6773 (sh-electric-less, sh-set-here-doc-region)
4836835a 6774 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
6775 (sh-scan-buffer, sh-rescan-buffer): Remove.
6776
f3d3c491
AI
67772000-10-21 Andrew Innes <andrewi@gnu.org>
6778
6779 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6780 remote (ange-ftp) file names.
6781
b86c791c
MB
67822000-10-21 Miles Bader <miles@gnu.org>
6783
d9c30bdf
MB
6784 * window.el (fit-window-to-buffer): New function.
6785 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
6786 (window-text-height): Don't expect minibuffers to have mode-lines.
6787
d9c30bdf 6788 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
6789 * international/quail.el (quail-update-guidance):
6790 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 6791
617fee5a
MB
6792 * international/quail.el (quail-show-guidance-buf): Make sure
6793 guidance window really has enough room.
6794 (quail-update-guidance): If quail-guidance-win is already shown,
6795 make sure its height is OK.
6796
b86c791c
MB
6797 * window.el (window-text-height, set-window-text-height):
6798 New functions.
6799 (shrink-window-if-larger-than-buffer): Use `window-text-height'
6800 instead of `window-height' & `mode-line-window-height-fudge'.
6801 (mode-line-window-height-fudge): Add FACE parameter.
6802 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6803 instead of `enlarge-window' & `mode-line-window-height-fudge'.
6804
e34850d1
MB
68052000-10-20 Miles Bader <miles@gnu.org>
6806
6807 * window.el (height-affecting-face-attributes): Use `defconst'.
6808
6809 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
6810 New function, conditionally aliased to `mode-line-window-height-fudge'.
6811 (ispell-help): Use it.
6812 (ispell-choices-win-default-height): Don't include mode-line fudge.
6813 (ispell-choices-win-default-height): New function.
6814 (ispell-show-choices, ispell-command-loop): Use function
6815 `ispell-choices-win-default-height' instead of variable.
6816
a8b883c2
MB
68172000-10-20 Miles Bader <miles@lsi.nec.co.jp>
6818
8c6e4a58
MB
6819 * window.el (mode-line-window-height-fudge): New variable.
6820 (height-affecting-face-attributes): New variable.
6821 (mode-line-window-height-fudge): New function.
6822 (shrink-window-if-larger-than-buffer): Use it.
6823 * help.el (resize-temp-buffer-window): Likewise.
6824
a8b883c2
MB
6825 * info.el (Info-fontify-node): Add support for @subsubsection
6826 titles, which use `Info-title-4-face'.
6827 (Info-title-4-face): New face.
6828 (Info-title-3-face): Inherit from Info-title-4-face instead of
6829 variable-pitch.
6830
e64c3a75
JR
68312000-10-19 Jason Rumney <jasonr@gnu.org>
6832
6833 * dired.el (dired-insert-directory): Do not let errors signalled by
6834 attempt to run dired-free-space-program prevent dired from working.
6835
c70fe852
SM
68362000-10-19 Stefan Monnier <monnier@cs.yale.edu>
6837
6838 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6839
877cf6b4
GM
68402000-10-19 Gerd Moellmann <gerd@gnu.org>
6841
5de037e0
GM
6842 * dirtrack.el (dirtrack): Fix call to run-hooks.
6843
6deb9af9
GM
6844 * cmuscheme.el (cmuscheme-program-name): Renamed from
6845 scheme-program-name because xscheme.el contains a defcustom with
6846 the same name. As a consequence, customizing group `cmuscheme'
6847 loaded `xscheme' which redefined run-scheme.
6848 (run-scheme): Use cmuscheme-program-name.
6849
83c9cb8e 6850 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 6851
e597d8fb 6852 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 6853 anonymous address, and add a website for Befrienders International.
4836835a 6854
3e9cb08f
GM
68552000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6856
c70fe852
SM
6857 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6858 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
6859 (ps-print-version): New version number (6.2).
6860 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6861 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6862 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6863 (ps-x-extent-priority, ps-x-extent-start-position)
6864 (ps-x-face-font-instance, ps-x-find-coding-system)
6865 (ps-x-font-instance-properties, ps-x-make-color-instance)
6866 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6867 avoid compilation gripes without defining functions.
6868 (ps-e-find-composition): Alias for function find-composition, to have a
6869 suitable function depending on Emacs version.
6870 (ps-color-device, ps-color-values, ps-face-foreground-name)
6871 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6872 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6873 (ps-print-ensure-fontified): Function definitions surrounded by
6874 `eval-and-compile' to avoid compilation gripes.
6875 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6876 by symbol-value to avoid compilation gripes.
6877 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6878 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6879
d8abcd91
MB
68802000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6881
13ab33c4
MB
6882 * startup.el (normal-top-level): Call `frame-set-background-mode'
6883 after `frame-notice-user-settings' because the latter doesn't call
6884 the former on a tty.
6885
d8abcd91
MB
6886 * faces.el (frame-set-background-mode): `unspecified' &c are
6887 symbols, not strings.
6888
e8bce0a9
EZ
68892000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6890
c70fe852
SM
6891 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6892 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 6893
c70fe852
SM
6894 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6895 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 6896
773272d8
KH
68972000-10-19 Kenichi Handa <handa@etl.go.jp>
6898
c70fe852 6899 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
6900 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6901 for ISO10646-1 fonts.
6902 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6903
772139c0
EZ
69042000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6905
6906 * faces.el (frame-set-background-mode): If a tty frame defines a
6907 background color, use that to compute the background mode, instead
6908 of always defaulting to "dark".
6909
d134a19f
MB
69102000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6911
8bb84cb2
MB
6912 * comint.el (comint-write-output): New function.
6913 (comint-mode-map): Add it to the menu.
e40a778f 6914 Bind `C-c C-s' to comint-write-output.
d134a19f 6915
dada41e1
GM
69162000-10-18 Gerd Moellmann <gerd@gnu.org>
6917
6918 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6919 Use fancy-splash-delay.
6920
9b5360aa
GM
69212000-10-18 Alex Schroeder <alex@gnu.org>
6922
6923 * progmodes/sql.el (sql-sybase-options): New option.
6924 (sql-sybase): Use it. Add sql-database to the list of parameters
6925 provided for login. The options -w 2048 -n are not used any more.
6926
9035a35a
GM
6927 * comint.el (comint-read-input-ring): Bugfix such that the first
6928 and the last entry of the input ring file are not lost.
6929
3556c6dd
GM
69302000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6931
6932 * ps-print.el: Internal variable changes to defcustom,
6933 make-local-hook changes to defvar. Doc fix.
6934 (ps-print-version): New version number (6.1).
6935 (ps-setup, ps-do-despool): Code fix.
6936 (ps-printer-name): Customization fix.
6937 (ps-printer-name-option): Now is a defcustom instead of an
6938 internal variable.
6939 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6940 (ps-print-begin-column-hook): Now are defvar instead of
6941 make-local-hook.
4836835a 6942
4e217e50
MB
69432000-10-18 Miles Bader <miles@gnu.org>
6944
6945 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6946 (comint-kill-output): Changed into an alias for `comint-delete-output',
6947 and made obsolete.
6948 (comint-mode-map): Rename references to comint-kill-output.
6949
34460354
EZ
69502000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6951
6952 * diff-mode.el (diff-header-face, diff-file-header-face)
6953 (diff-changed-face): Add bold and italic attributes to tty faces.
6954 (diff-function-face): New face.
6955 (diff-font-lock-keywords): Use it.
6956
17ea3cdb
MB
69572000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6958
6959 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6960 Remove commented-out call to force-mode-line-update.
6961 (comint-kill-output): Use `forward-line 0' instead of
6962 beginning-of-line to make sure we get past the prompt.
6963
9244f2c7
SM
69642000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6965
6966 * diff-mode.el (diff-header-face, diff-file-header-face):
6967 Add specific setting for dark background.
6968 (diff-context-face): Renamed from diff-comment-face.
6969 Set explicitly rather than inheriting from font-lock-comment-face.
6970
1592c1ef
EZ
69712000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6972
6973 * startup.el (command-line): Move the code which sets the default
6974 TTY colors to before before-init-hook.
6975
f86292a9
GM
69762000-10-17 Gerd Moellmann <gerd@gnu.org>
6977
6978 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6979
f7f2e883
EZ
69802000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6981
e854cc22
EZ
6982 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6983 extensions, for MS-DOS.
6984
f7f2e883
EZ
6985 * diff-mode.el (diff-header-face, diff-file-header-face)
6986 (diff-changed-face): Define tty-specific colors.
6987
c7b4f0f9
GM
69882000-10-17 Gerd Moellmann <gerd@gnu.org>
6989
6990 * startup.el (fancy-splash-text): Realign the text.
6991
12a72271
EZ
69922000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6993
6994 * font-lock.el (font-lock-comment-face): Define a separate default
6995 for dark-background tty's.
6996
61dfccfd
MB
69972000-10-17 Miles Bader <miles@gnu.org>
6998
6999 * help.el (resize-temp-buffer-window): Add hack to avoid last line
7000 being obscured by whizzy mode-lines on graphics displays.
7001
333cd59e
EZ
70022000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7003
7004 * info.el (Info-title-1-face, Info-title-2-face)
7005 (Info-title-3-face): Define colors for tty's.
dada41e1 7006 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 7007
dbf1fcc1
EZ
70082000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7009
7010 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7011 reverse from the frame parameters, and don't invert foreground and
7012 background colors.
7013
ac629823
MB
70142000-10-16 Miles Bader <miles@gnu.org>
7015
7016 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7017 string "*Info*". Call propertized-buffer-identification to spruce
7018 up the result.
7019
76eebffc
GM
70202000-10-16 Gerd Moellmann <gerd@gnu.org>
7021
3a6b59d9
GM
7022 * help.el: Provide `help' for the sake of define-minor-mode
7023 which generates defcustoms with requires.
7024
6569c3d3
GM
7025 * jit-lock.el (jit-lock-after-change): If we're in text that
7026 matches a multi-line font-lock pattern, make sure the whole text
7027 will be redisplayed.
7028
c2e0a611
GM
7029 * emacs-lisp/authors.el (authors-add): Don't add an entry if
7030 author's name is unknown.
7031
76eebffc
GM
7032 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7033 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7034 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7035 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7036 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7037 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7038 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7039 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7040 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7041 Add author information.
7042
cf1e7b12
MB
70432000-10-16 Miles Bader <miles@lsi.nec.co.jp>
7044
7045 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7046 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7047 full-color version (using the Gimp) to eliminate dithering artifacts.
7048
5586f3eb
SM
70492000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7050
7051 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7052
7053 * simple.el (syntax-flag-table, string-to-syntax): Remove.
7054
ad64a888
DL
70552000-10-15 Dave Love <fx@gnu.org>
7056
83c9cb8e 7057 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
7058
7059 * pcomplete.el (pcomplete) <defgroup>: Add :version.
7060
7061 * whitespace.el: Doc fixes.
7062 (top-level): Don't add hooks here.
7063 (whitespace-running-emacs): Deleted.
7064 (timer): Don't require.
7065 (whitespace): Add back :version conditional on xemacs test.
7066 (whitespace-spacetab-regexp, whitespace-indent-regexp)
7067 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7068 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7069 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7070 Avoid specific xemacs test.
7071 (whitespace-global-mode): New option.
7072 (whitespace-global-mode): New command.
7073 (whitespace-unload-hook): New function.
7074
7075 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 7076 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
7077 (Info-fontify-node): `Goto' goes to `Go to'.
7078 (Info-fontify-node): Add help-echo to xref links.
7079
1ef49fc6
EZ
70802000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
7081
7082 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7083
8b7707e1
SM
70842000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7085
b3b7f42f
SM
7086 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7087 Use plist-get and allow :inherit.
7088
7089 * emacs-lisp/cl-macs.el (cl-do-arglist):
7090 Use plist-get and plist-member instead of memq.
7091
3c7fafc7
SM
7092 * emacs-lisp/ewoc.el (ewoc-location): New function.
7093 (ewoc-enter-after, ewoc-enter-before): Document return value.
7094 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7095 Don't need make-local-hook any more.
7096 (cvs-addto-collection): Return the new tin.
7097 (cvs-mode-insert): Jump to the new line.
7098
8b7707e1
SM
7099 * jit-lock.el (jit-lock-fontify-buffer): Remove.
7100
7101 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7102
7103 * font-lock.el (font-lock-syntactically-fontified): New var.
7104 (font-lock-fontify-syntactic-keywords-region): Use it.
7105 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
7106
7107 * diff-mode.el (diff-find-file-name): Fix regexp.
7108
7109 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7110 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7111
7112 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7113 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7114 (sh-mode): Don't make all vars local here.
7115 (sh-kw): Reformat.
7116 (sh-set-shell): Use dolist. Don't set indent-region-function.
7117 (sh-mode-syntax-table): Use pop.
7118 (sh-remember-variable): Use push.
7119 (sh-help-string-for-variable): Use memq.
7120 (sh-safe-backward-sexp): Remove.
7121 (sh-safe-forward-sexp): Add ARG.
7122 (sh-get-indent-info, sh-prev-stmt): Use it.
7123 (sh-prev-line): Simplify by using forward-comment.
7124 (sh-this-is-a-continuation): Simplify.
7125 (sh-learn-buffer-indent): Use dolist.
7126 (sh-do-nothing): Remove.
7127 (sh-set-char-syntax, sh-set-here-doc-region):
7128 Use inhibit-modification-hooks.
7129 (sh-name-style): Use mapcar and push.
7130 (sh-load-style): Use dolist.
7131 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7132 (sh-case, sh-while-getopts): Use propertize directly rather
7133 than sh-electric-rparen.
7134
71352000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7136
7137 * textmodes/tex-mode.el: Require CL when compiling.
7138 (tex-mode-syntax-table): Init immediately.
7139 (tex-mode-map): Bind M-RET to latex-insert-item.
7140 (latex-mode): Set indent-line-function to latex-indent.
7141 (tex-common-initialization): Don't setup the syntax-table any more.
7142 (latex-insert-item): New skeleton.
7143 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 7144 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 7145 (latex-indent, latex-find-indent): New functions.
4836835a 7146 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
7147 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7148 (tex-compilation-parse-errors): Use with-syntax-table.
7149
86b7fcbb
MB
71502000-10-15 Miles Bader <miles@gnu.org>
7151
7152 * font-lock.el (font-lock-comment-face): Change dark-background,
7153 color, non-tty, default to `chocolate1'.
7154
57a24508
JW
71552000-10-13 John Wiegley <johnw@gnu.org>
7156
7157 * eshell/esh-util.el (require): Added a missing `require' form,
7158 needed when compiling (for an ange-ftp macro definition).
7159
40ad3db4
DL
71602000-10-13 Dave Love <fx@gnu.org>
7161
7162 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7163
db460189
GM
71642000-10-13 Gerd Moellmann <gerd@gnu.org>
7165
83c9cb8e 7166 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 7167
4836835a 7168 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
7169 transparent -colors 8).
7170
3b5e21df
GM
71712000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7172
7173 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7174 that breaks with old list format timestamps.
7175 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 7176 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 7177
16908a3f
JW
71782000-10-13 John Wiegley <johnw@gnu.org>
7179
d7103dda
JW
7180 * align.el, pcomplete.el, calendar/timeclock.el,
7181 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7182
dace60cf 7183 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
7184 faulty math, where holiday hours were being computing as seconds.
7185
b6b70cda
JW
71862000-10-13 John Wiegley <johnw@gnu.org>
7187
7188 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
7189 specifying what "other" kinds of buffers should be saved.
7190 This used to be hard-coded.
b6b70cda
JW
7191 (desktop-buffer-misc-functions): A global for specifying how
7192 auxiliary data should be determined for special buffer types.
7193 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7194 instead of hard-coding the special buffer types.
7195 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7196 auxiliary data, instead of hard-coding for Info buffers and dired.
7197 (desktop-buffer-info-misc-data): Aux function for determining Info
7198 buffer auxiliary info.
7199 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7200 (desktop-buffer-info): Changed this function to use the info
7201 gathered above.
7202 (desktop-create-buffer): Be a little more careful about what
7203 `minor-mode' means before calling it. This is important for some
7204 buffer types.
7205
8c6b1d83
JW
72062000-10-13 John Wiegley <johnw@gnu.org>
7207
7208 * eshell/esh-util.el: Added a global form which declares an
7209 autoload for `parse-time-string', if that function is not already
7210 defined, and if parse-time.el is available on the user's system.
7211
7212 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7213 to be aware of ange-ftp user info.
83c9cb8e 7214 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
7215 (eshell-ls-annotate): Use `eshell-file-attributes'.
7216 (eshell-ls-file): Made the user-id printing code a bit smarter.
7217
7218 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7219 allow identification of alias user ids in remote directories.
83c9cb8e
SM
7220 It's manual, but there's no other way to know when the current user
7221 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
7222 (fboundp): Bind `ange-cache'.
7223 (eshell-directory-files-and-attributes): Re-organized the logic a
7224 bit to use `eshell-file-attributes' instead of `file-attributes'.
7225 The former is more sensitive to directories that are read via FTP,
7226 and knows how to use ange-ftp to determine full attribute
7227 information, instead of just the name and last modtime.
7228 (eshell-current-ange-uids): Return the current user id when in a
7229 remote directory.
7230 (eshell-parse-ange-ls): Parse a full directory listing that has
7231 been returned by ange-ftp.
7232 (eshell-file-attributes): This beefed up version of
7233 `file-attributes' is only special if the user is currently in a
7234 remote directory, in which case it does a lot of work to find out
7235 what the real attributes of a file are, as they appear on the
7236 remote machine. This makes usage of remote directories (i.e.,
7237 ange-ftp pathnames) much more useful. You can now use Eshell as a
7238 full-fledged FTP client, with much more manipulation ability than
7239 most other clients.
7240
7241 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7242 variable, which means that Eshell's du should always be preferred
7243 in remote directories.
7244 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7245 just `file-attributes'.
7246 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7247 when reading remote directories. This is an Eshell-specific
7248 variable (not part of ange-ftp).
7249 (eshell/ln): Bind `ange-cache'.
7250 (eshell/du): Added some extra logic for determining when to use
7251 Eshell's du (which is slow), and when to use the external version
7252 (which may or may not exist).
7253
83c9cb8e
SM
7254 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7255 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
7256 `get-buffer-process', since backgrounded processes don't count in
7257 the context of this function's logic.
7258
7259 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7260 `forward-char', so that null strings are parsed correctly.
7261
87730e84 72622000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 7263
83c9cb8e
SM
7264 * eshell/em-pred.el (eshell-pred-file-type)
7265 (eshell-pred-file-links, eshell-pred-file-size):
7266 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
7267
7268 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7269 that remote file globbing is more efficient.
7270
7271 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7272 gathering the files and attributes within a directory.
7273
7274 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7275 the command line is a special file (not a regular file, directory
7276 or symlink), always attempt to call the external version of cat.
7277
87730e84 72782000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
7279
7280 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7281 Eshell-friendly version of find-tag.
7282
1c7e37a9
MB
72832000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7284
4836835a 7285 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
7286 (image-file-name-regexps): Add autoload cookies.
7287
11a7f341
KH
72882000-10-13 Kenichi Handa <handa@etl.go.jp>
7289
7290 * international/mule-cmds.el (select-safe-coding-system): If FROM
7291 is string, show it in *Warning* buffer.
7292
8ddddcb0
EZ
72932000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7294
7295 * startup.el (normal-top-level): Use display-popup-menus-p instead
7296 of window-system.
7297 (command-line): Use display-graphic-p instead of window-system.
7298 (command-line-1): Use display-popup-menus-p and display-mouse-p
7299 instead of window-system.
7300
72200f89
SS
73012000-10-12 Sam Steingold <sds@gnu.org>
7302
7303 * tooltip.el (tooltip-use-echo-area): New user variable.
7304 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7305
8661c643
DL
73062000-10-12 Dave Love <fx@gnu.org>
7307
d0b40dc1
DL
7308 * recentf.el: Maintainer's checkdoc fixes.
7309
83c9cb8e
SM
7310 * startup.el (normal-top-level-add-subdirs-to-load-path):
7311 Use character class, not ASCII when matching file names.
a622451f
DL
7312 (fancy-splash-head): Add trailing slash to URL.
7313 (command-line): Don't require XPM support for toolbar.
7314
8661c643
DL
7315 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7316 (cperl-invalid-face): Revert last change.
7317 (cperl-init-faces): Quote cperl-invalid-face.
7318
ef2ed8ab
KH
73192000-10-12 Kenichi Handa <handa@etl.go.jp>
7320
7321 * startup.el (fancy-splash-text): Remove superfluous quote.
7322
b0da379e
GM
73232000-10-12 Gerd Moellmann <gerd@gnu.org>
7324
dbeb499b
GM
7325 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7326 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7327 (command-line-1): Don't use fancy-splash-pending-command.
7328 (fancy-splash-screens-1): Goto point-min after inserting text.
7329
d861718a
GM
7330 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7331
b0da379e
GM
7332 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7333 instead of shared-lisp-mode-map.
7334
4fb2ad98
MB
73352000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7336
1cb4393e
MB
7337 * faces.el (header-line): Change tty-variant to use underlining.
7338
4fb2ad98
MB
7339 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7340 (isearch-highlight): Restore lazy-isearch face properties at old
7341 position, and suppress them at new position.
7342 (isearch-dehighlight): Restore lazy-isearch face properties.
7343 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7344 over the real isearch overlay, but in that case, don't give it a
7345 face property. Use `push'.
7346
eb991b25
KH
73472000-10-12 Kenichi Handa <handa@etl.go.jp>
7348
7349 * man.el (Man-getpage-in-background): Fix previous change.
7350 Decode the process output only when we are in multibyte mode.
7351
a818c1c0
DL
73522000-10-11 Dave Love <fx@gnu.org>
7353
c990f53a
DL
7354 * info.el (Info-mode-menu): Fix some help.
7355 (info-tool-bar-map): Add entry for Info-last.
7356
a818c1c0
DL
7357 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7358 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7359 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7360 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7361 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7362 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7363 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7364 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7365 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7366 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7367 Reduce colour requirements to 25 overall. (Probably wants
7368 revisiting from the originals to reduce further.)
7369
c1b096cb
EZ
73702000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7371
7372 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7373 buffer-file-coding-system, instead of raw-text.
7374 (dehexlify-buffer): Bind coding-system-for-read to
7375 buffer-file-coding-system, instead of raw-text.
7376
5c8b7eaf
SS
73772000-10-11 Sam Steingold <sds@gnu.org>
7378
83c9cb8e 7379 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
7380 `underline' - fixes the bug introduced on 2000-09-21.
7381
2cfbdb7a
DL
73822000-10-11 Dave Love <fx@gnu.org>
7383
83c9cb8e
SM
7384 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7385 Avoid compiler warnings.
2cfbdb7a
DL
7386 (scheme-mode): Doc fix.
7387 (scheme-font-lock-keywords-1): Match `define-syntax'.
7388
73892000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
7390
7391 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
7392 face specs as well as default ones. Only do anything if the
7393 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 7394 (region): Make dark-background `region' face less in-your-face.
4b33f290 7395
690ec649
SS
73962000-10-10 Sam Steingold <sds@gnu.org>
7397
7398 * chistory.el, ielm.el, ledit.el:
7399 * progmodes/inf-lisp.el, progmodes/scheme.el:
7400 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7401
3b95d6bb
SM
74022000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7403
7404 * textmodes/texinfo.el: Update copyright and fix typo.
7405
7406 * desktop.el (desktop-modes-not-to-save): New var.
7407 (desktop-save-buffer-p): Use it.
a30eb617
DL
7408 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7409 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7410
74112000-10-10 Dave Love <fx@gnu.org>
7412
7413 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 7414 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
7415
7416 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7417 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7418 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7419 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7420 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7421 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7422 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7423 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7424 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7425 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7426 the .xpms; probably need retouching.
7427
74282000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7429
7430 * subr.el (add-to-list): Add optional argument APPEND.
7431 * battery.el (display-battery): Use `add-to-list'.
7432
74332000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7434
83c9cb8e
SM
7435 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7436 properties.
a30eb617
DL
7437 (zone, zone-when-idle, zone-leave-me-alone)
7438 (zone-pgm-whack-chars): Use new symbol properties.
7439
7440 * battery.el (display-battery): Doc spelling fix.
7441
7442 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7443 property.
7444
74452000-10-09 Dave Love <fx@gnu.org>
7446
7447 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7448 has been initialized before calling tool-bar-setup.
7449 (tool-bar-add-item-from-menu): Add autoload cookie.
7450
74512000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7452
7453 * menu-bar.el (send-mail-item-name): New function.
7454 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7455 of mail-user-agent in the menu. Don't display the "Send Mail"
7456 item if mail-user-agent is nil or its value is ignore.
7457 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7458 if read-mail-command is nil or its value is ignore.
7459
7460 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7461
74622000-10-09 Miles Bader <miles@gnu.org>
7463
7464 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7465 Correct image size.
7466 * toolbar/left_arrow.xpm: Correct image size.
7467
7468 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7469 will be done by the definition of `auto-compression-mode' if
7470 necessary. Move code to uninstall existing file-name handler
7471 before definition of `auto-compression-mode'.
7472
7473 * image-file.el (auto-image-file-mode): Move to the end of the
7474 file, because `define-minor-mode' actually calls the mode-function
7475 if the associated variable is non-nil, which requires that all
7476 needed functions be already defined.
7477
7478 * mouse.el (popup-menu): Balance parens.
7479
74802000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7481
7482 * mouse.el (popup-menu): Move the command call outside the loop
7483 so that popup-menu returns whatever the command returns.
7484
7485 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7486 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7487 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7488 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7489
7490 * vc.el (vc-version-diff): diff-switches can be a list.
7491 Use relative filenames for prettier output.
7492
7493 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7494 (vc-post-command-functions): Remove old-VC compatibility code.
7495
7496 * newcomment.el (comment-indent-default): Autoload.
7497
7498 * font-lock.el (font-lock-defaults): Make buffer-local.
7499 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7500 (font-lock-choose-keywords):
7501 Ignore LEVEL unless KEYWORDS is a list of syms.
7502 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7503 Don't wrap regexp-opt things in \(...\) unnecessarily.
7504
7505 * jit-lock.el: Don't require font-lock any more.
7506 (jit-lock-functions): Make buffer-local.
7507 (jit-lock-saved-fontify-buffer-function): Remove.
7508 (jit-lock-mode): Remove autoload cookie.
7509 Remove font-lock specific code.
7510 (jit-lock-unregister): Don't bother handling complex hooks any more.
7511 (jit-lock-refontify): New function.
7512 (jit-lock-fontify-buffer): Use it.
7513 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7514 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7515 Add optional args START and END.
7516 Never call font-lock-fontify-region directly.
7517 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7518
7519 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7520
75212000-10-08 Dave Love <fx@gnu.org>
7522
7523 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7524
7525 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7526
7527 * play/studly.el (studlify-region, studlify-word): Add autoload
7528 cookie.
7529
7530 * play/morse.el (morse-region, unmorse-region): Add autoload
7531 cookie.
7532
7533 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7534 concat.
7535
7536 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7537 insist on symbols starting with word syntax.
7538 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7539 (eval-defun-1): Doc fix.
7540 (indent-sexp): Use nconc to build up indent-stack.
7541
7542 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7543 Gnus with little use.
7544 (mail-setup-hook): Add mail-abbrevs-setup to options.
7545
7546 * recentf.el: Doc fixes.
7547
7548 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7549 Clean up remainder.
7550
7551 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7552 without timezone and (8) with timezone to enforce some whitespace.
7553 Simplify code somewhat.
7554
7555 * options.el (list-options): Doc that you should use customize.
7556
7557 * iswitchb.el (iswitchb-mode): Add :require.
7558
7559 * info.el (Info-goto-node, Info-menu): Doc fix.
7560 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7561 (info-tool-bar-map): New variable.
7562 (Info-mode): Use it.
7563 (Info-edit-map): Define all in defvar.
7564 (speedbar-attached-frame): Avoid compiler warning.
7565
7566 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7567 (global-map): Bind [tool-bar] to a filtered map.
7568 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7569 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7570 Allow PBM icons.
7571 (tool-bar-setup): Adjust calls of tool-bar-add-item.
7572
7573 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7574 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7575 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
7576 icons, except up_arrow, which is left-arrow rotated.
7577
7578 * imenu.el (imenu-add-to-menubar): Fix last change.
7579
75802000-10-08 Peter Breton <pbreton@ne.mediaone.net>
7581
7582 * generic-x.el (rul-generic-mode): Remove eval-when-compile
7583 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
7584
75852000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7586
7587 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7588 typos in doc strings.
7589
7590 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7591 the doc strings how to customize Font Lock faces.
7592
7593 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7594 computing growth when dragging the header line.
7595
75962000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7597
7598 * simple.el (kill-line): Doc fix.
7599
76002000-10-08 Miles Bader <miles@gnu.org>
7601
7602 * faces.el (secondary-selection): Make foreground visible on tty.
7603
7604 * jka-compr.el (auto-compression-mode): Move to the end of the
7605 file, because `define-minor-mode' actually calls the mode-function
7606 if the associated variable is non-nil, which requires that all
7607 needed functions be already defined.
7608 (with-auto-compression-mode): Add autoload cookie.
7609
76102000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
7611
7612 * files.el (find-backup-file-name) [ms-dos]: If support for long
7613 file names is not available, behave as if version-control were set
7614 to never.
7615
76162000-10-07 Dave Love <fx@gnu.org>
7617
7618 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
7619 (browse-url-gnome-moz): New function.
7620 (browse-url-browser-function): Use it.
7621 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
7622
76232000-10-07 Stefan Monnier <monnier@cs.yale.edu>
7624
7625 * indent.el (tab-always-indent): New var.
7626 (indent-for-tab-command): Use it.
7627
7628 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7629 raise an error. This way it can still default to a sane value.
7630
76312000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7632
7633 * startup.el (fancy-splash-screens): Use local rather than global map.
7634 Don't use `update-menu-bindings' any more.
7635 Get rid of assumptions about keymap representation.
7636
76372000-10-06 Dave Love <fx@gnu.org>
7638
7639 * textmodes/fill.el (sentence-end-double-space)
7640 (sentence-end-without-period): Doc fix.
7641 (adaptive-fill-regexp): Purecopy.
7642 (unjustify-current-line): Use line-end-position.
7643 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7644
7645 * net/eudc-vars.el (eudc): Add :version, :link.
7646
7647 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7648
7649 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7650 Fix for define-minor-mode.
7651 (function-at-point): Alias to function-called-at-point.
7652
7653 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7654
7655 * simple.el (backward-word): Doc fix.
7656
7657 * image-file.el (image-file-name-regexp): image-file-regexps ->
7658 image-file-name-regexps.
7659 (image-file-name-extensions): Add pbm.
7660
76612000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7662
7663 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7664 and add filename to the names so that diff-mode can jump to source.
7665
7666 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7667 (tex-font-lock-keywords, tex-font-lock-keywords-2)
7668 (tex-font-lock-keywords-1): Remove.
7669 (font-lock-turn-on-thing-lock): Use jit-lock-register.
7670 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7671 (font-lock-default-fontify-region):
7672 Expand beg..end correctly when just following a multiline region.
7673 (font-lock-fontify-anchored-keywords):
7674 Include the anchor text as part of the multiline.
7675
76762000-10-06 Gerd Moellmann <gerd@gnu.org>
7677
7678 * loadup.el (toplevel): Load `loaddefs' before `help' because the
7679 latter needs the autoloaded define-minor-mode macro during the
7680 bootstrap.
7681
7682 * startup.el (command-line): For now, activate tool-bar-mode only
7683 if XPM images are supported.
7684
7685 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7686 window by dragging a header-line at the top of the frame; that's
7687 confusing because the header-line doesn't move.
7688 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7689 of treating the event as a list. Some cleanup.
7690
76912000-10-06 Miles Bader <miles@gnu.org>
7692
7693 * simple.el (display-message-or-buffer): New function.
7694 (shell-command-on-region): Use `display-message-or-buffer'.
7695
7696 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7697 docstring parts.
7698
7699 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7700 (smbclient-prompt-regexp): Add usage note to doc string.
7701 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7702 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7703 Use add-hook for adding the comint filter function, and only do so
7704 if it's not already in the global hook list.
7705 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7706 to `make-local-variable'.
7707 (nslookup-font-lock-keywords): Remove prompt entry.
7708 (nslookup): Don't set the process-filter.
7709 (finger): Exit the loop correctly when the regexps list runs out.
7710 (ftp, smbclient, smbclient-list-shares):
7711 Set the real major mode immediately, not after execing.
7712 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7713
7714 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7715
77162000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7717
7718 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7719
7720 * which-func.el (which-func-format): Remove spurious space.
7721 (which-func-mode): Don't make it permanent-local.
7722 (which-func-ff-hook): Allow which-func-maxout to be nil.
7723 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7724 (which-func-mode): Simplify.
7725 Use post-command-idle-hook rather than post-command-hook.
7726 Go through all buffers and update their state.
7727 (which-function): Also try add-log-current-defun-function.
7728
7729 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7730 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7731 Update call to with-vc-properties accordingly.
7732 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7733 (vc-revert-buffer): More careful about window selection and deletion.
7734 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7735
7736 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7737 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7738 (cvs-dired-action): Change the default to quickdir.
7739
7740 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7741 if comment-indent-function returns nil.
7742 (comment-indent-default): New function.
7743 (comment-indent-function): Use it and document the new semantics.
7744
7745 * image-file.el: Docstring fixes.
7746
7747 * help.el (help-xref-on-pp): Use match-string.
7748 (describe-variable): New arg BUFFER.
7749 Store the current buffer in the help-xref-stack.
7750 (temp-buffer-resize-mode): Use define-minor-mode.
7751
7752 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7753 consistently with its docstring.
7754 Set jit-lock-first-unfontify-pos in an idempotent way.
7755 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7756
77572000-10-05 Alex Schroeder <alex@gnu.org>
7758
7759 * sql.el (sql-mysql-options): New variable.
7760 (sql-mysql): Use it.
7761
77622000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7763
7764 * image.el (image): New group.
7765
7766 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7767 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7768
77692000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7770
7771 * net/net-utils.el (nslookup-font-lock-keywords)
7772 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7773 Ignore the value of wqindow-system; always define keywords
7774
77752000-10-05 Kenichi Handa <handa@etl.go.jp>
7776
7777 * startup.el (fancy-splash-screens): Remove the code for
7778 debugging; `(trace-to-stderr "EXITTT\n")'.
7779
77802000-10-05 Miles Bader <miles@gnu.org>
7781
7782 * diff-mode.el (diff-goto-source): Update call to
7783 `diff-hunk-status-msg' to reflect new REV variable.
7784
77852000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7786
7787 * progmodes/icon.el (icon-mode):
7788 Don't gratuitously override the default for comment-column.
7789
7790 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7791
7792 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7793 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7794 (jit-lock-functions): New var.
7795 (jit-lock-function-1): Use it if non-nil.
7796 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
7797 Set the `fontified' property before doing the fontification to avoid
7798 repeatedly going through the same error.
7799 Don't turn errors into messages.
7800 (jit-lock-register, jit-lock-unregister): New functions.
7801
7802 * dired.el (dired-mark-pop-up): Turn comment into docstring.
7803 Use with-current-buffer.
7804
7805 * dired-aux.el (dired-do-create-files, dired-kill-tree):
7806 Turn comment into docstring.
7807
7808 * apropos.el (apropos-mode): Use define-derived-mode.
7809
78102000-10-04 Gerd Moellmann <gerd@gnu.org>
7811
7812 * startup.el (fancy-splash-pending-command): New variable.
7813 (fancy-splash-pre-command): New function.
7814 (fancy-splash-screens): Rewritten.
7815 (command-line-1): If fancy-splash-pending-command is set, call it
7816 interactively.
7817
78182000-10-04 Dave Love <fx@gnu.org>
7819
7820 * toolbar/tool-bar.el (tool-bar-setup): New function.
7821 (tool-bar-mode): Use it.
7822
7823 * subr.el (substitute-key-definition): Doc fix.
7824 (play-sound-file): New command.
7825
78262000-10-04 Andre Spiegel <spiegel@gnu.org>
7827
7828 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7829 vc-version-backup-file-name): New functions.
7830
7831 * files.el (basic-save-buffer): Call vc-before-save before saving.
7832
7833 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7834 vc-cvs-stay-local-p.
7835
7836 * vc.el (vc-revert-buffer): Handle empty diff properly.
7837 (vc-version-backup-file): New function.
7838 (vc-checkout): Create a version backup if necessary.
7839 (vc-checkin): If a version backup file exists, delete it.
7840 (vc-version-diff): Diff locally using version backups, if available.
7841 (vc-revert-file): If there's a version backup, revert locally.
7842 (vc-transfer-file): Use version backup for base version, if
7843 available. If not, ask for confirmation whether to get it from the
7844 server. Update mode line before check-in.
7845
78462000-10-04 Dave Love <fx@gnu.org>
7847
7848 * toolbar/tool-bar.el (tool-bar-setup): New function.
7849 (tool-bar-mode): Use it.
7850
78512000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7852
7853 * net/net-utils.el (nslookup-font-lock-keywords)
7854 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7855 Only set if window-system is non-nil
7856 (net-utils-run-program): Returns buffer.
7857 (network-connection-reconnect): Added this function.
7858
7859 * generic.el:
7860 Incorporates extensive cleanup and docfixes by
7861 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7862 Uses cl compile-time macros.
7863 (generic-mode-name, generic-comment-list)
7864 (generic-keywords-list, generic-font-lock-expressions)
7865 (generic-mode-function-list, generic-mode-syntax-table):
7866 Removed variables.
7867 (generic-mode-alist): Renamed to generic-mode-list.
7868 (generic-find-file-regexp): Default changed to "^#".
7869 (generic-read-type): Uses completing read on generic-mode-list.
7870 (generic-mode-sanity-check): removed this function.
7871 (generic-add-to-auto-mode): Removed this function
7872 (generic-mode-internal): Bind mode-specific definitions
7873 into function instead of putting them in alist.
7874 (generic-mode-set-comments): Reworked extensively.
7875 (generic-mode-find-file-hook): Simplified regexp searching
7876 (generic-make-keywords-list): Omit extra pair of parens
7877
7878 * find-lisp.el (find-lisp-find-files-internal):
7879 Make sure directory name ends with "/".
7880
7881 * generic-x.el (apache-conf-generic-mode):
7882 Regexp now allows leading whitespace.
7883 (rc-generic-mode): Added eval-when-compile
7884 around generic-make-keywords-list.
7885 Deleted duplicate regexp
7886 (rul-generic-mode): Added eval-when-compile
7887 around generic-make-keywords-list.
7888 (etc-fstab-generic-mode): New generic mode.
7889 (rul-generic-mode): Removed one eval-when-compile
7890 which caused a max-specpdl-size exceeded error.
7891
78922000-10-04 Miles Bader <miles@gnu.org>
7893
7894 * simple.el (minibuffer-temporary-goal-position): New variable.
7895 (next-history-element): Try to keep the position of point in the
7896 input string constant.
7897
7898 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7899 (dired-do-create-files): If there's only one file, pass it in as
7900 the DEFAULT arg to dired-mark-read-file-name.
7901
79022000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7903
7904 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7905 (diff-goto-source): Be smarter when choosing REVERSE or not.
7906
7907 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7908 (texinfo-mode-menu): Add an explicit shortcut for update all.
7909
79102000-10-03 Andre Spiegel <spiegel@gnu.org>
7911
7912 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7913 factorize backend-specific code cleanly (this was essentially
7914 conceived by Stefan Monnier).
7915 (vc-unregister): Function removed.
7916 (vc-revert-file): New function.
7917 (vc-revert-buffer): Delegate some of the work to it.
7918
7919 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7920 default branch unconditionally.
7921 (vc-rcs-set-default-branch): New function.
7922 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7923 (vc-rcs-checkin): If an appropriate default branch has been set,
7924 force creation of that branch.
7925 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7926 code (as suggested by Stefan Monnier).
7927
79282000-10-02 Gerd Moellmann <gerd@gnu.org>
7929
7930 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7931 highlighting overlay with a different face over the overlay
7932 isearch uses to highlight the current match because that can lead
7933 to bad face combinations.
7934
7935 * loadup.el (toplevel): Load faces before isearch.
7936
7937 * isearch.el (isearch-faces): New custom group.
7938 (isearch): New defface; was already tested for in the code.
7939 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7940 (isearch-highlight): Always use face `isearch'.
7941
79422000-10-02 Dave Love <fx@gnu.org>
7943
7944 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7945 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7946 comparison of opcode with operand.
7947
79482000-10-03 Miles Bader <miles@gnu.org>
7949
7950 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7951 buffer, since the echo area will now grow to accommodate them.
7952
79532000-10-02 Andre Spiegel <spiegel@gnu.org>
7954
7955 * vc-hooks.el (vc-registered): If FILE used to be registered under
7956 a certain backend, try that one first.
7957
7958 * vc.el (vc-responsible-backend): Undo the previous change in the
7959 argument list. Handle multiple backends correctly.
7960 (vc-find-new-backend): Function removed.
7961 (vc-register): Use vc-responsible-backend, as before.
7962 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7963
79642000-10-02 Gerd Moellmann <gerd@gnu.org>
7965
7966 * startup.el (fancy-splash-head): Change message below the
7967 logo.
7968
79692000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7970
7971 * diff-mode.el (diff-goto-source): Emit a status message.
7972 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7973 (diff-test-hunk): Fix doc string.
7974 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7975 (diff-advance-after-apply-hunk): New variable.
7976 (diff-apply-hunk): Don't return a value.
7977
79782000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7979
7980 * vc.el (vc-editable-p): Minor optimization.
7981 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7982 (vc-find-new-backend): New function split from vc-responsible-backend.
7983 (vc-register): Use it.
7984 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7985 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7986 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7987 (vc-clear-headers): Don't use find-file.
7988 (vc-revert-buffer): Use `and' again (must have been a braino).
7989 (vc-switch-backend): Only prompt if requested.
7990 Short circuit if nothing is to be done.
7991 Don't use vc-resynch-buffer which could lose unsaved editing.
7992 (vc-default-receive-file): Update call to vc-unregister.
7993 (with-vc-file, vc-next-action-on-file):
7994 Use vc-backend rather than vc-registered.
7995 (vc-next-action-on-file): Use intern-soft.
7996 Deal with read-only *vc-diff* buffer.
7997 (vc-transfer-file): Docstring fix.
7998
7999 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8000 (vc-rcs-receive-file): Avoid with-vc-properties.
8001 Update call to vc-unregister.
8002 Use constant `RCS' rather than (dynamically bound) var `backend'.
8003
80042000-10-01 Andre Spiegel <spiegel@gnu.org>
8005
8006 * vc.el (vc-next-action-on-file): Update mode line only if file
8007 is visited.
8008 (vc-start-entry): New argument initial-contents. Don't visit the file
8009 if it isn't already visited. Brought documentation up-to-date.
8010 (vc-next-action, vc-register): Updated calls to vc-start-entry.
8011 (vc-checkin): New optional arg initial-contents, which is passed to
8012 vc-start-entry.
8013 (vc-finish-logentry): Make sure to bury log buffer only if there
8014 really is one. Call `vc-resynch-buffer' on log-file, not
8015 buffer-file-name.
8016 (vc-default-comment-history, vc-default-wash-log): New functions.
8017 (vc-index-of): Removed.
8018 (vc-transfer-file): Make do without the above.
8019 (vc-default-receive-file): Call comment-history unconditionally. Pass
8020 the resulting string to vc-checkin, instead of inserting it into the
8021 comment ring.
8022
8023 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8024 unconditionally. Use the comments as initial contents of the log
8025 entry buffer. Document the trick to force branch creation with no
8026 changes.
8027
80282000-10-01 Miles Bader <miles@gnu.org>
8029
8030 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8031 `recenter' with an arg to prevent redrawing the display.
8032
80332000-09-30 Stefan Monnier <monnier@cs.yale.edu>
8034
8035 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8036
8037 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8038
8039 * progmodes/c-mode.el (c-mode):
8040 Don't gratuitously override the default for comment-column.
8041
8042 * textmodes/tex-mode.el (latex-metasection-list): New var.
8043 (latex-imenu-create-index): Use it.
8044 Move the regexp construction outside loops (and use push).
8045 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8046 (tex-font-lock-keywords): Moved from font-lock.el.
8047 (tex-comment-indent): Remove.
8048 (tex-common-initialization): Don't set comment-indent-function.
8049 (latex-block-default): New var.
8050 (tex-latex-block): Use it to provide a default choice.
8051 Add any unknown choice to latex-block-names.
8052 Insert [...] after {...}.
8053 (tex-last-unended-begin): Simplify regexp.
8054 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8055 (latex-forward-sexp-1, latex-forward-sexp): New functions.
8056 (latex-mode): Set forward-sexp-function.
8057
8058 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8059 Add regexp for @ignore ... @end ignore.
8060 (texinfo-heading-face): New face.
8061 (texinfo-font-lock-keywords): Use it.
8062 (texinfo-mode-menu): New menu.
8063 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8064 New functions.
8065 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8066 (texinfo-section-types-regexp, texinfo-section-level-regexp)
8067 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8068 Remove declaration.
8069 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8070
8071 * delsel.el (delete-selection-mode): Use define-minor-mode.
8072
8073 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8074
80752000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8076
8077 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8078
80792000-09-30 Gerd Moellmann <gerd@gnu.org>
8080
8081 * replace.el (keep-lines-read-args): New function.
8082 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8083 read arguments interactively. Add parameters RSTART and REND.
8084 Operate on the active region in Transient Mark mode.
8085
8086 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8087
8088 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8089 (authors-obsolete-files-regexps): New variable.
8090 (authors-add): Don't record changes in obsolete files.
8091
80922000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8093
8094 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8095
8096 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8097 (comment-indent): Make sure there's a space between code and comment.
8098 Shift comments left to avoid going past fill-column.
8099
81002000-09-29 Gerd Moellmann <gerd@gnu.org>
8101
8102 * startup.el (startup-echo-area-message): New function.
8103 (display-startup-echo-area-message): Use it.
8104 (fancy-splash-screens): Rewritten to use keymaps and a timer.
8105 (fancy-splash-default-action): New function.
8106 (fancy-splash-screens-1): New function.
8107 (fancy-splash-head): Put a help-echo and a keymap under the image.
8108
81092000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8110
8111 * diff-mode.el (diff-add-log-file-name): Remove.
8112 (diff-mode): Use add-log-buffer-file-name-function.
8113
8114 * add-log.el (find-change-log): New arg BUFFER-FILE.
8115 (add-log-file-name): Obey add-log-file-name-function.
8116 (add-log-buffer-file-name-function): New var.
8117 (add-change-log-entry): Use it.
8118
81192000-09-29 Miles Bader <miles@gnu.org>
8120
8121 * image-file.el (image-file-name-extensions): New variable.
8122 (image-file-name-regexps): Renamed from `image-file-regexps'.
8123 New default value is nil. Call `auto-image-file-mode'.
8124 (image-file-name-regexp): New function.
8125 (auto-image-file-mode): New minor mode.
8126 (insert-image-file): Don't make conditional on the image-file
8127 handler being enabled.
8128 (image-file-handler): Make the call here conditional instead.
8129 (set-image-file-handler-enabled, enable-image-file-handler)
8130 (disable-image-file-handler): Functions removed.
8131
8132 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8133 string.
8134
81352000-09-29 Gerd Moellmann <gerd@gnu.org>
8136
8137 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8138 it's a function from CL.
8139 (latex-imenu-create-index): Replace eval-when-compile with progn
8140 because latex-section-alist is not bound while compiling.
8141
81422000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8143
8144 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8145 (outline-mode): Use define-derived-mode.
8146
8147 * progmodes/perl-mode.el (perl-mode):
8148 * progmodes/awk-mode.el (awk-mode):
8149 * progmodes/asm-mode.el (asm-mode):
8150 Don't gratuitously override the default for comment-column.
8151
8152 * emacs-lisp/lisp.el (lisp-complete-symbol):
8153 Distinguish the let-binding case from the funcall case.
8154 (forward-sexp-function): New variable.
8155 (forward-sexp): Use it.
8156
8157 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8158 (easy-mmode-defmap): Remove the now useless autoload.
8159
8160 * time.el (display-time-mode): Use define-minor-mode.
8161
8162 * subr.el (add-minor-mode): Don't eval NAME.
8163 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8164 Use if rather than cond.
8165
8166 * simple.el (read-expression-map): Define more properly.
8167 (comment-indent-hook): Remove.
8168 (string-to-syntax): Bug fix.
8169
8170 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8171 (cvs-ediff-diff): Fix typo.
8172 (cvs-revert-if-needed): Don't bother preserving read-only.
8173
8174 * paren.el (show-paren-mode): Use define-minor-mode.
8175
8176 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8177 (toggle-auto-compression): Remove.
8178 (jka-compr-build-file-regexp): Remove useless grouping.
8179
8180 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8181 Avoid user-reserved bindings.
8182 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8183 (diff-header-face): Revert to grey85.
8184
8185 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8186
8187 * complete.el (partial-completion-mode) <defcustom>: Remove.
8188 (partial-completion-mode): Use define-minor-mode.
8189 (PC-do-completion): Understand `completion-auto-help = delay'
8190 to mean to popup the completion buffer only the second time.
8191 (PC-include-file-all-completions, PC-include-file-all-completions)
8192 (PC-include-file-all-completions): Don't quote lambda.
8193
8194 * comint.el (comint-mode-hook): Docstring fix.
8195 (comint-mode): Use define-derived-mode.
8196 (comint-mode-map): Remove obsolete comment.
8197 (make-comint): Minor stylistic change.
8198 (comint-insert-clicked-input): Be more careful to find the overlay.
8199 Use this-command-keys rather than hardcoding mouse-2.
8200
8201 * font-lock.el: Replace confusing (,@ with ,
8202 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8203 Don't use regexp-opt-depth. Spice up the regexp for args.
8204 Don't distinguish between cmds that can take an opt arg or not.
8205 Use `append' and `prepend' rather than `keep'.
8206
8207 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8208 (latex-outline-regexp): New var.
8209 (latex-outline-level): New fun.
8210 (latex-section-alist): New var.
8211 (latex-imenu-create-index): Use it. Use `push' as well.
8212 (tex-shell-map): Initialize it properly.
8213 (tex-mode): Minor stylistic change.
8214 (plain-tex-mode): Use define-derived-mode.
8215 (latex-mode): Use define-derived-mode.
8216 Construct the paragraph regexps in a more readable way.
8217 Set the buffer-local outline-{level,regexp} vars.
8218 (slitex-mode): Derive from latex-mode.
8219 (tex-common-initialization): Don't kill-all-vars anymore.
8220 Add setting for comment-add and font-lock-defaults.
8221 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8222 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8223 (tex-start-tex): New arg DIR (and send a chdir command for it).
8224 Also display the shell buffer and save it in tex-last-buffer-texed.
8225 (tex-region): Use expand-file-name rather than concat.
8226 Remove code made useless by changes in tex-start-tex.
8227 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8228
8229 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8230
82312000-09-28 Dave Love <fx@gnu.org>
8232
8233 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8234
82352000-09-28 Gerd Moellmann <gerd@gnu.org>
8236
8237 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8238 `append'.
8239
82402000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8241
8242 * info.el (Info-extract-pointer): Undo last change.
8243 Instead, fix the position of the `bound' arg to re-search-backward.
8244
82452000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8246
8247 * info.el (Info-extract-pointer):
8248 Widen more carefully, to avoid finding pointers in other nodes.
8249 (Info-index): Use push.
8250
82512000-09-27 Gerd Moellmann <gerd@gnu.org>
8252
8253 * frame.el (set-frame-font): Remove call to obsolete function
8254 frame-update-faces.
8255 (set-foreground-color, set-background-color): Likewise for
8256 frame-update-face-colors.
8257
82582000-09-27 Miles Bader <miles@gnu.org>
8259
8260 * image-file.el: New file.
8261
82622000-09-27 Gerd Moellmann <gerd@gnu.org>
8263
8264 * frame.el (frame-notice-user-settings): Don't call
8265 frame-update-faces, which is a no-op now.
8266
8267 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8268 tool-bar-lines.
8269
82702000-09-27 Dave Love <fx@gnu.org>
8271
8272 * mouse.el: Fix last change.
8273
82742000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8275
8276 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8277
82782000-09-22 Kenichi Handa <handa@etl.go.jp>
8279
8280 * international/quail.el (quail-help): The output message is
8281 improved.
8282
82832000-09-26 Dave Love <fx@gnu.org>
8284
8285 * mouse.el (popup-menu): If POSITION is nil, set it using
8286 mouse-position.
8287
82882000-09-25 Sam Steingold <sds@gnu.org>
8289
8290 * net/browse-url.el (browse-url-file-url): Check for null maps.
8291
82922000-09-26 Gerd Moellmann <gerd@gnu.org>
8293
8294 * frame.el (frame-notice-user-settings): Don't add a
8295 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8296
8297 * frame.el (frame-notice-user-settings):
8298 Make tool-bar-mode and default-frame-alist consistent.
8299
8300 * toolbar/tool-bar.el (tool-bar-help): New function.
8301
83022000-09-25 Gerd Moellmann <gerd@gnu.org>
8303
8304 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8305 current-load-list in top-level forms. Else this leaks a cons cell
8306 every time a defun is called.
8307
8308 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8309
83102000-09-25 Dave Love <fx@gnu.org>
8311
8312 * startup.el (fancy-splash-head): Check XPM is available.
8313
8314 * autoinsert.el (auto-insert): Doc fix.
8315 (auto-insert-alist): Following GNU notices, don't say `copyright
8316 _by_'. Use line-beginning-position.
8317 (auto-insert): Check buffer-file-name is non-nil before use.
8318
83192000-09-25 Gerd Moellmann <gerd@gnu.org>
8320
8321 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8322 starting with `@def' or `@multitable', in addition to ones
8323 specified by the user in auto-fill-inhibit-regexp.
8324
83252000-09-25 Markus Rost <rost@math.ohio-state.edu>
8326
8327 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8328 rmail-dont-reply-to-names matches the empty string.
8329
83302000-09-25 Gerd Moellmann <gerd@gnu.org>
8331
8332 * startup.el (command-line-1, fancy-splash-text): Change the
8333 text to sound more friendly.
8334
83352000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8336
8337 * progmodes/hideshow.el: Update author email address.
8338 Generally, sync w/ maintainer version 5.22.
8339 (hs-hide-all-non-comment-function): New var.
8340 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8341 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8342 (hs-show-region): Delete this command.
8343 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8344
83452000-09-22 Dave Love <fx@gnu.org>
8346
8347 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8348 (hl-line-highlight): Specify buffer when moving overlay.
8349
8350 * progmodes/fortran.el (fortran-mode): Locally set
8351 normal-auto-fill-function.
8352 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8353 (fortran-mode-map): Adjust auto-fill menu entry.
8354
83552000-09-22 Gerd Moellmann <gerd@gnu.org>
8356
8357 * vc-rcs.el (toplevel): Require `vc' when compiling.
8358
8359 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8360
83612000-09-22 Andre Spiegel <spiegel@gnu.org>
8362
8363 * vc.el (vc-switch-backend): Signal an error if the file is not
8364 registered under the new backend.
8365
8366 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8367 without explicit revision number.
8368
83692000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8370
8371 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8372 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8373 (diff-xor): New function.
8374 (diff-find-source-location): Use it. Fix a stupid name clash.
8375 (diff-hunk-status-msg): New function.
8376 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8377 (diff-test-hunk): Use diff-find-source-location.
8378 (diff-goto-source): Favor the `reverse'.
8379 (diff-hunk-text): Properly handle one-sided context diffs.
8380 (diff-apply-hunk): When done, advance to the next hunk.
8381
83822000-09-21 Gerd Moellmann <gerd@gnu.org>
8383
8384 * startup.el (command-line): If frame was created with a non-zero
8385 tool-bar-lines parameter, switch tool-bar-mode on.
8386
8387 * add-log.el (change-log-date-face, change-log-name-face)
8388 (change-log-email-face, change-log-file-face)
8389 (change-log-list-face, change-log-conditionals-face)
8390 (change-log-function-face, change-log-acknowledgement-face):
8391 New faces, inheriting from font-lock faces.
8392 (change-log-font-lock-keywords): Use them.
8393
83942000-09-21 Dave Love <fx@gnu.org>
8395
8396 * progmodes/cperl-mode.el (top-level): Clean up
8397 `eval-when-compile's and assorted defvars.
8398 (cperl-invalid-face): Don't double-quote value. Change custom
8399 type.
8400 (cperl-mode): Set normal-auto-fill-function and don't zap
8401 auto-fill-function.
8402 (cperl-imenu--function-name-regexp-perl): Renamed from
8403 imenu-example--function-name-regexp-perl.
8404 (cperl-imenu--create-perl-index): Renamed from
8405 imenu-example--create-perl-index.
8406 (cperl-xsub-scan): Don't require cl.
8407
8408 * msb.el (msb-mode-map): Use substitute-key-definition.
8409 (msb-mode): Use msb-mode-map.
8410
84112000-09-21 Andre Spiegel <spiegel@gnu.org>
8412
8413 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8414 New functions.
8415 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8416 (vc-switch-backend): New function.
8417 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8418 (vc-register): Fix prompt.
8419 (vc-unregister, vc-default-unregister): New functions.
8420 (vc-version-diff): Handle empty buffer in sentinel.
8421
8422 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8423 (vc-rcs-state-heuristic): Use it to guess the state of files with
8424 non-strict locking.
8425 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8426 been set with -b, but not created yet.
8427 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8428 contents in order to find the state.
8429 (vc-rcs-checkin): Allow creation of branches with no changes.
8430 (vc-rcs-unregister, vc-rcs-receive-file)
8431 (vc-rcs-set-non-strict-locking): New functions.
8432
8433 * vc-hooks.el (vc-name): Force correct computation of the value
8434 in case it is missing.
8435
84362000-09-21 Gerd Moellmann <gerd@gnu.org>
8437
8438 * startup.el (fancy-splash-tail): Use a different foreground
8439 color on a dark frame background.
8440
84412000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8442
8443 * info.el: Use the correct capitalization when making Info-mode
8444 and Info-edit-mode `special' modes.
8445
84462000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8447
8448 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8449 (diff-mode): Add support for add-log.el.
8450 (diff-hunk-text): Use char offsets rather than line offsets.
8451 (diff-find-source-location): Replace LINE with line-offset (nil
8452 if not found) and always set POS to a meaningful position.
8453 Adapt to the new char-offsets.
8454 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8455 Adapt to the new diff-find-source-location.
8456 (diff-goto-source): Adapt to the new diff-find-source-location.
8457
8458 * add-log.el (add-log-file-name): New function (split out of
8459 add-change-log-entry).
8460 (add-change-log-entry): Use it.
8461 Call add-log-file-name-function with the changelog file name if
8462 the current buffer is not associated with any file.
8463 Avoid find-file if the selected window is dedicated.
8464
8465 * diff-mode.el (diff-find-source-location):
8466 Move code from diff-apply-hunk. Return buffer rather than file.
8467 (diff-apply-hunk): Use the new result from diff-find-source-location.
8468 (diff-goto-source): Use the new diff-find-source-location.
8469
84702000-09-20 Dave Love <fx@gnu.org>
8471
8472 * iswitchb.el: Some doc fixes.
8473 (iswitchb-mode-map): Define completely initially. Inherit
8474 minibuffer-local-map.
8475 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8476 fundamental-mode.
8477 (iswitchb-global-map): New variable.
8478 (iswitchb-summaries-to-end): Amalgamate regexps.
8479 (iswitchb-mode): New.
8480 (iswitchb-mode-hook): New variable.
8481 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8482 `extensions'.
8483
84842000-09-20 Gerd Moellmann <gerd@gnu.org>
8485
8486 * ehelp.el (electric-help): New defgroup.
8487 (electric-help-shrink-window): New user-option.
8488 (with-electric-help): Use it.
8489
8490 * window.el (shrink-window-if-larger-than-buffer): If face
8491 `mode-line' has a :box, and we're on a graphical frame, add 1
8492 to the needed window height.
8493
8494 * frame.el (frame-notice-user-settings): Add a last parameter nil
8495 to a call to `append', because the last list passed to `append' is
8496 not copied, and so subsequent calls to assq-delete-all will modify
8497 default-frame-alist.
8498
8499 * startup.el (fancy-splash-image): Change :type.
8500 (fancy-splash-head): Use an XBM image if appropriate.
8501 (command-line-1): Show splash screens in more cases.
8502
8503 * startup.el (fancy-splash-text): Don't quote faces.
8504
8505 * dired.el (dired-font-lock-keywords): Undo last change.
8506 (dired-readin): Bind indent-tabs-mode to nil.
8507
8508 * startup.el (fancy-splash-head): If frame's background mode
8509 is `dark', change the black background of the image to gray.
8510 (fancy-splash-screens): Display startup echo area message.
8511 (display-startup-echo-area-message): New function.
8512
85132000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8514
8515 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8516
8517 * info.el (info-header-node): Tweak for color ttys.
8518
8519 * faces.el (face-valid-attribute-values): Make sure directories we
8520 search for stipples both exist and are readable before trying to
8521 search them.
8522
8523 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8524 in the dry-run case.
8525
8526 * jka-compr.el (with-auto-compression-mode): New macro.
8527
8528 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8529 (custom-group-tag-face, custom-variable-tag-face): Use relative
8530 :height and inherit from `variable-pitch' face instead of
8531 hardwiring :family.
8532 * hi-lock.el (hi-black-hb): Likewise.
8533
8534 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8535 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8536 toolbar-add-item, if image doesn't have a mask add a `:mask
8537 heuristic'.
8538
85392000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8540
8541 * diff-mode.el: Docstring fixes.
8542 (diff-header-face, diff-comment-face): New faces.
8543 (diff-font-lock-keywords): Highlight a bit differently.
8544 (diff-find-source-location): Don't return SPAN any more.
8545 (diff-hunk-text): Don't bother erasing the temp buffer.
8546 (diff-find-text): Drop argument LINE.
8547 (diff-apply-hunk): Update calls to diff-find-text.
8548 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8549
8550 * calendar/calendar.el: Docstring fixes.
8551 (calendar-make-alist): Don't quote lambda.
8552 (calendar-star-date): Use make-local-variable.
8553
85542000-09-19 Dave Love <fx@gnu.org>
8555
8556 * toolbar/tool-bar.el: Renamed from toolbar.el.
8557 Change `toolbar' to `tool-bar' generally in symbols.
8558 Make some items invisible in `special' major modes.
8559 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8560 Add arg PROPS.
8561
8562 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8563 Add :version here.
8564 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8565
85662000-09-19 Gerd Moellmann <gerd@gnu.org>
8567
8568 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8569
8570 * files.el (find-file-suppress-same-file-warnings): New user-option.
8571 (find-file-noselect): Use it.
8572
8573 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8574 (fancy-splash-screen): Defgroup.
8575
8576 * add-log.el (change-log-font-lock-keywords): Match names
8577 more exactly for the case that font-lock-constant-face is
8578 underlined.
8579
85802000-09-19 Richard M. Stallman <rms@gnu.org>
8581
8582 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8583
85842000-09-19 Andre Spiegel <spiegel@gnu.org>
8585
8586 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8587
85882000-09-19 Gerd Moellmann <gerd@gnu.org>
8589
8590 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8591 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8592 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8593 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8594 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8595 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8596 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8597 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8598 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8599 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8600 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8601 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8602
8603 * startup.el (fancy-splash-text): New variable.
8604 (fancy-splash-delay, fancy-splash-image): New user-options.
8605 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8606 (fancy-splash-screens): New functions.
8607 (command-line-1): If display has a `display' frame parameter, has
8608 colors, and we have XPM support, show more fancy splash screens.
8609
86102000-09-19 Dave Love <fx@gnu.org>
8611
8612 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
8613 with null `help'. Use modern backquote syntax.
8614
86152000-09-19 Gerd Moellmann <gerd@gnu.org>
8616
8617 * font-lock.el (font-lock-mode): Change message telling the user
8618 that ``the buffer is too big''.
8619
8620 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
8621 for instance for the case that tab-width is 2.
8622
86232000-09-18 Gerd Moellmann <gerd@gnu.org>
8624
8625 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8626 toolbar-add-item, if image doesn't have a mask add a `:mask
8627 heuristic'.
8628
86292000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8630
8631 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8632 and return a cons if it's non-nil.
8633 (diff-apply-hunk): Try to jump to the line in the source text
8634 corresponding to the position of point in the in the hunk.
8635
8636 * info.el (Info-title-3-face, Info-title-2-face)
8637 (Info-title-1-face): Use face inheritance and relative sizes
8638 instead of hard-wiring things.
8639
8640 * faces.el (secondary-selection): Make dark-background variant sane.
8641
86422000-09-16 Andrew Innes <andrewi@gnu.org>
8643
8644 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8645 read-only, since they aren't under VC now.
8646
86472000-09-17 Dave Love <fx@gnu.org>
8648
8649 * tmm.el: Replace mapcar with mapc in several places.
8650
8651 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8652 ad-unadvise.
8653
8654 * international/latin1-disp.el: New file.
8655
8656 * calendar/cal-move.el (scroll-calendar-left)
8657 (scroll-calendar-right): Make arg optional (for active mode line).
8658
8659 * calendar/calendar.el (calendar-mode-line-format): Make fields
8660 mouse-sensitive.
8661 (calendar-read-date, calendar-read-date, calendar-window-list):
8662 Unquote lambda.
8663 (calendar-month-name): Use aref, not sref.
8664
8665 * view.el (minor-mode-alist): Propertize the string.
8666
8667 * international/characters.el (standard-case-table): Add entries
8668 for Greek.
8669
86702000-09-18 Miles Bader <miles@gnu.org>
8671
8672 * info.el (info-node, info-xref): Add dark-background variants.
8673
8674 * faces.el (header-line): Change defaults to be less confusing
8675 when mixed with mode-lines.
8676
8677 * info.el (Info-fontify-node): Make a few cleanups.
8678 Add extra `help-echo' and `local-map' props to node xrefs.
8679 Use header-specific faces for node-names & xrefs.
8680 (Info-use-header-line): New variable.
8681 (info-header-xref, info-header-node): New faces.
8682 (Info-setup-header-line): New function.
8683 (Info-select-node): Call Info-setup-header-line when enabled.
8684 (Info-extract-pointer): Work even if the header line is hidden.
8685 (Info-header-line): New variable.
8686
86872000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8688
8689 * vms-patch.el (print-region-function): Don't quote lambda.
8690
8691 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8692
8693 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8694 (lm-get-header-re): Allow spaces between the header and the colon.
8695 (lm-header): Allow $ in non-RCS headers.
8696 (lm-header-multiline): Put the strings back into order.
8697 Stop at an empty line. Don't require two space chars if the
8698 line is clearly not another header line.
8699
8700 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8701 (popup-menu-popup): Remove.
8702
87032000-09-15 Gerd Moellmann <gerd@gnu.org>
8704
8705 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8706 specification if or if not tool-bar item contains an `:enabled'
8707 property.
8708
8709 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8710 current buffer has no file name.
8711
87122000-09-15 Dave Love <fx@gnu.org>
8713
8714 * strokes.el: Sync with maintainer's current version with changes
8715 for Emacs, but avoid runtime cl and levents.
8716 (toplevel): Change autoloads and compilation requires.
8717 (strokes-version, strokes-bug-address, strokes-lift): Values
8718 changed.
8719 (strokes-xpm-header, strokes-insinuated): New variable.
8720 (strokes): Add :link.
8721 (strokes-mode): Customized.
8722 (strokes-while-inhibiting-garbage-collector): New macro.
8723 (strokes-remassoc): Avoid remove-if.
8724 (strokes-fix-button2-command): Don't use ad-do-it.
8725 (strokes-insinuate): New function.
8726 (strokes-button-press-event-p, strokes-button-release-event-p):
8727 New functions, used instead of non-`strokes-' versions..
8728 (strokes-mouse-event-p): Rewritten.
8729 (strokes-event-closest-point): Avoid event-point.
8730 (strokes-get-grid-position): Avoid cdadr, caadr
8731 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8732 functions.
8733 (strokes-help): Use with-output-to-temp-buffer.
8734 (strokes-window-configuration-changed-p): New function.
8735 (strokes-update-window-configuration): Use buffer-live-p,
8736 strokes-window-configuration-changed-p.
8737 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8738 (strokes-char-face): New face.
8739 (strokes-char-table, strokes-base64-chars): New variable.
8740 (strokes-xpm-for-stroke, strokes-list-strokes)
8741 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8742 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8743 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8744 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8745 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8746 functions.
8747
87482000-09-15 Gerd Moellmann <gerd@gnu.org>
8749
8750 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8751
8752 * image.el (create-image): Doc fix.
8753
8754 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8755 instead of `:heuristic-mask t'.
8756
87572000-09-14 Andrew Innes <andrewi@gnu.org>
8758
8759 * makefile.w32-in: Revert to Unix line endings.
8760
87612000-09-14 Andrew Innes <andrewi@gnu.org>
8762
8763 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8764 when installing.
8765
8766 * makefile.nt (DONTCOMPILE): Fix typo.
8767
8768 * shell.el (shell-write-history-on-exit): New function.
8769 (shell-dumb-shell-regexp): New custom variable.
8770 (shell-mode): Make shell-write-history-on-exit the process
8771 sentinel if shell name matches shell-dumb-shell-regexp.
8772
8773 * w32-fns.el: Comment out before-init-hook function which resets
8774 source-directory based; this breaks bootstrap.
8775
87762000-09-14 Dave Love <fx@gnu.org>
8777
8778 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8779 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8780 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8781 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8782 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8783 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8784 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8785 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8786 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8787
8788 * toolbar/toolbar.el: New.
8789
8790 * subdirs.el: Add toolbar.
8791
87922000-09-14 Gerd Moellmann <gerd@gnu.org>
8793
8794 * indent.el (indent-for-tab-command): Doc fix.
8795
87962000-09-14 Alex Schroeder <alex@gnu.org>
8797
8798 * ansi-color.el (ansi-colors): Doc change.
8799 (ansi-color-get-face): Simplified regexp.
8800 (ansi-color-faces-vector): Added more faces, doc change.
8801 (ansi-color-names-vector): Doc change.
8802 (ansi-color-regexp): Simplified regexp.
8803 (ansi-color-parameter-regexp): New regexp.
8804 (ansi-color-filter-apply): Doc change.
8805 (ansi-color-filter-region): Doc change.
8806 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8807 deal with zero length parameters.
8808 (ansi-color-apply-on-region): Doc change.
8809 (ansi-color-map): Doc change.
8810 (ansi-color-map-update): Removed debugging message.
8811 (ansi-color-get-face-1): Added condition-case to trap
8812 args-out-of-range errors.
8813 (ansi-color-get-face): Doc change.
8814 (ansi-color-make-face): Removed.
8815 (ansi-color-for-shell-mode): New option.
8816
88172000-09-13 Kenichi Handa <handa@etl.go.jp>
8818
8819 * international/quail.el (quail-start-translation): Translate KEY
8820 if necessary even if it doesn't have any mapping in the current
8821 input method.
8822 (quail-start-conversion): Likewise.
8823 (quail-help): The output message is improved.
8824
88252000-09-13 Miles Bader <miles@gnu.org>
8826
8827 * comint.el (comint-output-filter): Revert to using
8828 `insert-before-markers'. Add bletcherous hack to undo damage
8829 caused by `insert-before-markers'. Put `front-sticky' property on
8830 overlays created here so that the field code understands how the
8831 overlay works. Use a let when making comint-last-prompt-overlay,
8832 so that the code is easier to read.
8833
88342000-09-13 Dave Love <fx@gnu.org>
8835
8836 * wid-edit.el (widget-default-format-handler): DTRT when
8837 doc-property is a function.
8838
88392000-09-12 Francesco Potorti` <pot@gnu.org>
8840
8841 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8842 filed name if it's not there.
8843
88442000-09-12 Dave Love <fx@gnu.org>
8845
8846 * simple.el (read-mail-command): Doc fix.
8847 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8848
8849 * vc.el (vc-dired-listing-switches): Fix :version.
8850
8851 * vc-hooks.el: Doc fixes.
8852
8853 * subr.el (add-minor-mode): Use toggle-fun arg.
8854
8855 * speedbar.el: Add :version to several defcustoms.
8856
8857 * imenu.el (imenu--truncate-items, imenu--cleanup)
8858 (imenu--generic-function): Avoid mapcar.
8859 (imenu--replace-spaces): Function removed.
8860 (imenu--completion-buffer): Use subst-char-in-string.
8861 (imenu-add-to-menubar): Use keymap inheritance.
8862
88632000-09-12 Miles Bader <miles@gnu.org>
8864
8865 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8866 (diff-mode-map): Bind `diff-test-hunk'.
8867 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8868
88692000-09-11 Gerd Moellmann <gerd@gnu.org>
8870
8871 * bytecomp.el (byte-compile-defvar): Undo last change
8872 because it breaks '(make-variable-buffer-local (defvar ...)'
8873 which is used at least in dired.
8874
88752000-09-12 Kenichi Handa <handa@etl.go.jp>
8876
8877 * international/quail.el (quail-define-package): Docstring
8878 modified.
8879
88802000-09-12 Kenichi Handa <handa@etl.go.jp>
8881
8882 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8883 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8884 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8885 docstring of "chinese-py".
8886
8887 * international/quail.el (quail-translation-docstring): New
8888 variable.
8889 (quail-show-keyboard-layout): Docstring modified.
8890 (quail-select-current): Likewise.
8891 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8892 infinite recursive call.
8893 (quail-help): Check quail-translation-docstring. Format of the
8894 output changed.
8895 (quail-help-insert-keymap-description): Adjusted for the above
8896 change.
8897
88982000-09-11 Gerd Moellmann <gerd@gnu.org>
8899
8900 * bytecomp.el (byte-compile-defvar): Only cons onto
8901 current-load-list in top-level forms. Else this leaks a cons cell
8902 every time a defun is called.
8903
89042000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8905
8906 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8907 Now understands non-unified diffs. Some functionality moved into
8908 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8909 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8910 modify anything. Only reposition point in the patched file if the
8911 patch succeeds. Only pop up another window if POPUP is true.
8912 Emit a message describing what happened if successful, and at what
8913 line-offset. Automatically detect reversed hunks and do something
8914 appropriate.
8915 (diff-hunk-text, diff-find-text): New functions.
8916 (diff-filter-lines): Function removed.
8917 (diff-test-hunk): New function.
8918 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8919
89202000-09-10 Dave Love <fx@gnu.org>
8921
8922 * textmodes/tildify.el: Minor doc/commentary fixes.
8923 (tildify) <defgroup>: Add :version.
8924
8925 * faces.el (face-x-resources): Make custom type more specific.
8926 (frame-background-mode): Use mapc.
8927 (region) <defcustom>: Add :version.
8928
89292000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8930
8931 * vc-sccs.el (vc-sccs-register):
8932 * vc-rcs.el (vc-rcs-register):
8933 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8934 * vc.el (vc-register): Clear file's properties.
8935
89362000-09-08 Gerd Moellmann <gerd@gnu.org>
8937
8938 * faces.el (face-spec-set): Only face-spec-reset-face when
8939 ATTRS is non-nil.
8940
89412000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8942
8943 * help.el (help-insert-xref-button): Fix a typo in doc string.
8944
89452000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8946
8947 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8948 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8949 methods.
8950
8951 * menu-bar.el (read-mail-item-name): New function.
8952 (menu-bar-tools-menu): Use it to compute and display the package
8953 used to read email.
8954 (menu-bar-tools-menu): Fix typo in GUD's help string.
8955
89562000-09-07 Dave Love <fx@gnu.org>
8957
8958 * diff-mode.el (diff-mouse-goto-source): New function.
8959
8960 * vc-sccs.el: Doc fixes.
8961 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8962
8963 * vc-rcs.el: Doc fixes.
8964 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8965 (vc-rcs-checkout-switches, vc-rcs-header)
8966 (vc-rcs-master-templates): Add or change :version.
8967
8968 * vc-cvs.el: Doc fixes.
8969 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8970 (vc-cvs-stay-local): Add :version.
8971
8972 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8973
89742000-09-07 Kenichi Handa <handa@etl.go.jp>
8975
8976 * international/quail.el (quail-help): Fix previous change.
8977
89782000-09-07 Gerd Moellmann <gerd@gnu.org>
8979
8980 * faces.el (color-values): Doc fix.
8981
8982 * faces.el (frame-set-background-mode): Use frame-parameter
8983 instead of frame-parameters.
8984
8985 * frame.el (filtered-frame-list): Reduce consing.
8986 (frames-on-display-list): Call frame-parameter instead of
8987 frame-parameters.
8988
89892000-09-07 Kenichi Handa <handa@etl.go.jp>
8990
8991 * language/devan-util.el (devanagari-to-indian-region): In the
8992 loop, change the following char, not preceding char.
8993
89942000-09-07 Gerd Moellmann <gerd@gnu.org>
8995
8996 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8997 instead of frame-parameters.
8998
8999 * faces.el (set-face-attribute): Simplify by calling
9000 internal-set-lisp-face-attribute with FRAME being 0.
9001
9002 * vc.el: Remove `Id' version control keyword.
9003
90042000-09-07 Kenichi Handa <handa@etl.go.jp>
9005
9006 * help.el (help-make-xrefs): Adjusted for the change of
9007 help-xref-mule-regexp.
9008 (help-insert-xref-button): New function.
9009
9010 * international/mule-cmds.el (help-xref-mule-regexp-template):
9011 Include the pattern for character set.
9012 (leim): New group.
9013
9014 * international/quail.el: Don't require face.
9015 (quail): New group.
9016 (quail-other-command): Dummy command to make quail-help work better.
9017 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9018 (quail-keyboard-layout-substitution): New variable.
9019 (quail-update-keyboard-layout): New function.
9020 (quail-keyboard-layout-type): New customizable variable.
9021 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9022 (quail-keyboard-translate): Pay attention to
9023 quail-keyboard-layout-substitution.
9024 (quail-insert-kbd-layout): New function.
9025 (quail-show-keyboard-layout): New function.
9026 (quail-get-translation): If the definition is a vector of length
9027 1, and the element is a string of length 1, return the character
9028 in that string.
9029 (quail-update-current-translations): Fix the case of
9030 relative-index out of range.
9031 (quail-build-decode-map, quail-insert-decode-map): New Functions.
9032 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9033 Show key sequences for all available characters.
9034 (quail-help-insert-keymap-description): Don't show such verbose
9035 key bindings as quail-self-insert-command.
9036
9037 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9038 Format changed, and each element now have extra documentations.
9039 (tit-process-header): Delete invalid characters from TIT-PROMPT.
9040 Adjusted for the change of quail-cxterm-package-ext-info.
9041
90422000-09-06 Gerd Moellmann <gerd@gnu.org>
9043
9044 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9045 requiring it leads to a recursive loading of vc.el and vc-hooks.el
9046 during bootstrap.
9047
90482000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9049
9050 * vc.el: (toplevel): Don't require `dired' at run-time.
9051 (vc-dired-resynch-file): Remove autoload cookie.
9052
90532000-09-05 Andre Spiegel <spiegel@gnu.org>
9054
9055 * vc.el: Made several backend functions optional.
9056 (vc-default-responsible-p): New function.
9057 (vc-merge): Use RET for first version to trigger merge-news, not
9058 prefix arg.
9059 (vc-annotate): Handle backends that do not support annotation.
9060 (vc-default-merge-news): Removed. The existence of a merge-news
9061 implementation is now checked on caller sites.
9062
9063 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9064 case.
9065
9066 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9067 special case that has been removed from the default in vc-hooks.el.
9068
90692000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9070
9071 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9072
90732000-09-05 Andre Spiegel <spiegel@gnu.org>
9074
9075 * vc-hooks.el: Require vc during compilation.
9076 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9077 macro `with-vc-properties' in vc.el.
9078 (vc-file-getprop): Doc fix.
9079 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9080
9081 * vc.el: Require dired-aux during compilation.
9082 (vc-name-assoc-file): Moved to vc-sccs.el.
9083 (with-vc-properties): New macro.
9084 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9085 vc-finish-steal): Use it.
9086 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
9087 to the backend-specific function is now supposed to do the checkout,
9088 too.
9089 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9090
9091 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9092 set file properties; that gets done in the generic code now.
9093
9094 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9095 Changed parameter list, added code from vc.el that does the
9096 checkout, possibly with a double-take.
9097
9098 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9099 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9100 the above under the new name.
9101 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
9102 parameter list, added checkout command.
9103 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9104 properties; that gets done in the generic code now.
9105
91062000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9107
9108 * vc.el: Docstring fixes (courtesy of checkdoc).
9109
91102000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9111
9112 * vc.el (vc-checkout-writable-buffer-hook)
9113 (vc-checkout-writable-buffer): Remove.
9114 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9115 (vc-log-mode): Make it into a clean derived major mode.
9116 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9117 vc-log-mode if log-edit is not available.
9118 (vc-dired-mode-map): Don't set-keymap-parent yet.
9119 (vc-dired-mode): Do set-keymap-parent here.
9120 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9121
91222000-09-05 Gerd Moellmann <gerd@gnu.org>
9123
9124 * faces.el (set-face-attribute, face-spec-reset-face)
9125 (face-spec-set): Avoid consing by removing calls to `apply'.
9126
9127 * frame.el (frame-parameter): Move to C code.
9128
91292000-09-05 Dave Love <fx@gnu.org>
9130
9131 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9132 insert-before-markers-and-inherit. Now checked systematically!
9133
91342000-09-05 Alex Schroeder <alex@gnu.org>
9135
9136 * sql.el (sql-postgres): Use sql-postgres-options.
9137 (sql-postgres-options): New variable.
9138
91392000-09-05 Alex Schroeder <alex@gnu.org>
9140
9141 * sql.el (sql-mode-menu): Work around missing variable mark-active
9142 in XEmacs.
9143 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9144 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9145 compatibility.
9146
91472000-09-04 Gerd Moellmann <gerd@gnu.org>
9148
9149 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9150
9151 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9152
9153 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9154
91552000-09-04 Andre Spiegel <spiegel@gnu.org>
9156
9157 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9158 don't support anything else under SCCS yet.
9159
9160 * vc-hooks.el: Minor doc fixes.
9161
91622000-09-04 Andre Spiegel <spiegel@gnu.org>
9163
9164 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9165 not necessary. If verbose in state `needs-patch', do the same as
9166 under `up-to-date'. When NOT verbose and `needs-patch', check out
9167 latest version instead of `merge-news'.
9168 (vc-next-action-dired): Don't mess with default-directory here; it
9169 breaks other parts of dired. It is the job of the
9170 backend-specific functions to adjust it temporarily if they need it.
9171 (vc-next-action): Remove a special CVS case.
9172 (vc-clear-headers): New optional arg FILE.
9173 (vc-checkin, vc-checkout): Set properties vc-state and
9174 vc-checkout-time properly.
9175 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9176 (vc-print-log): Use new backend function `show-log-entry'.
9177 (vc-cancel-version): Do the checks in a different order. Added a
9178 FIXME concerning RCS-only code.
9179
9180 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9181 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9182
9183 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9184
9185 * vc-hooks.el (vc-default-mode-line-string): Show state
9186 `needs-patch' as a `-' too.
9187
91882000-09-04 Andre Spiegel <spiegel@gnu.org>
9189
9190 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9191 (vc-default-could-register): New function.
9192 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9193 (vc-resynch-buffer): Call vc-dired-resynch-file.
9194 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9195 vc-resynch-buffer instead of vc-resynch-window.
9196 (vc-next-action-dired): Don't redisplay here, that gets done as a
9197 result of the individual file operations.
9198 (vc-retrieve-snapshot): Corrected prompt order.
9199
9200 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9201
9202 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9203 as well.
9204 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9205 hostname regexps. Updated all callers.
9206 (vc-cvs-responsible-p): Handle directories as well.
9207 (vc-cvs-could-register): New function.
9208 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9209 properties up-to-date.
9210
9211 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9212 user whether to create one.
9213
92142000-09-04 Andre Spiegel <spiegel@gnu.org>
9215
9216 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9217 check out a non-existing file.
9218
9219 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9220 workfile does not exist.
9221
9222 * vc.el (vc-version-diff): Use `require' to check for existence of
9223 diff-mode.
9224
92252000-09-04 Andre Spiegel <spiegel@gnu.org>
9226
9227 * vc-cvs.el (vc-cvs-registered): Use new function
9228 vc-cvs-parse-entry to do the actual work.
9229
92302000-09-04 Andre Spiegel <spiegel@gnu.org>
9231
9232 * vc-hooks.el (vc-find-backend-function): If function doesn't
9233 exist, return nil instead of error.
9234 (vc-call-backend): Doc fix.
9235
9236 * vc.el (vc-do-command): Doc fix.
9237 (vc-finish-logentry): When checking in from vc-dired, choose the
9238 right backend for logentry check.
9239 (vc-dired-mode-map): Inherit from dired-mode-map.
9240 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9241 simplified.
9242 (vc-dired-state-info): Removed, updated caller.
9243 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9244 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9245 (vc-dired-listing-switches): New variable.
9246 (vc-directory): Use it, instead of dired-listing-switches.
9247
9248 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9249 (vc-cvs-dir-state): New function.
9250 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9251 (vc-cvs-parse-entry): New function, also to be used in
9252 vc-cvs-registered.
9253
92542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9255
9256 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9257 *or* single-window-frames.
9258
92592000-09-04 Andre Spiegel <spiegel@gnu.org>
9260
9261 * vc.el (vc-update-changelog): Split into generic part and default
9262 implementation. Doc string adapted.
9263 (vc-default-update-changelog): New function. Call the `rcs2log'
9264 script in exec-directory, to fix a long-standing nuisance.
9265
9266 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9267 simply signals an error.
9268
92692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9270
9271 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9272 control-flow more clear and to avoid running `cvs' twice.
9273
9274 * vc.el (vc-next-action-on-file): Doc fix.
9275 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9276 (vc-print-log): Eval `file' before constructing the continuation.
9277
92782000-09-04 Andre Spiegel <spiegel@gnu.org>
9279
9280 * vc.el (vc-next-action-on-file): Corrected several messages.
9281 (vc-merge): Add prefix arg `merge-news'; handle it.
9282
9283 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9284 is not reached. It is.
9285 (vc-cvs-merge): Set state to 'edited after merge.
9286 (vc-cvs-merge-news): Set workfile version to nil if not known.
9287 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9288
9289 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9290 via stdout. (Merge from main line.)
9291
92922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9293
9294 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9295 detection.
9296
92972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9298
9299 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9300 against kill-all-local-variables.
9301 (vc-log-edit): Don't save vc-parent-buffer any more.
9302 (vc-last-comment-match): Initialize to an empty string.
9303 (vc-post-command-functions): New hook.
9304 (vc-do-command): Run it.
9305 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9306 (vc-finish-logentry): Only add the comment to the ring if it's
9307 different from the last comment entered.
9308 (vc-new-comment-index): New function.
9309 (vc-previous-comment): Use it. Make the minibuffer message
9310 slightly less terse.
9311 (vc-comment-search-reverse): Make it work forward as well. Don't
9312 set vc-comment-ring-index if no match is found. Use
9313 vc-new-comment-index.
9314 (vc-comment-search-forward): Use vc-comment-search-reverse.
9315 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9316 define-derived-mode will do it for us. Bind `v' to a keymap that
9317 inherits from vc-prefix-map so that we can bind `vt' without
9318 binding C-x v t.
9319 (vc-retrieve-snapshot): Parenthesis typo.
9320
9321 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9322 to 1. Make sure to switch to *vc* before looking for an error
9323 message. Use vc-parse-buffer.
9324
93252000-09-04 Andre Spiegel <spiegel@gnu.org>
9326
9327 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9328 and NAME.
9329 (vc-retrieve-snapshot): Split into two parts.
9330 (vc-default-retrieve-snapshot): New function.
9331
9332 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9333 (vc-cvs-retrieve-snapshot): New function (untested).
9334 (vc-cvs-stay-local): Default to t.
9335 (vc-cvs-remote-p): New function and property.
9336 (vc-cvs-state): Stay local only if the above is t.
9337 (vc-handle-cvs): Removed.
9338 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9339 done via vc-handled-backends now.
9340 (vc-cvs-header): Escape Id.
9341
93422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9343
9344 * vc.el (vc-do-command): Remove unused commands.
9345 (vc-version-diff): Make sure default-directory ends with a slash.
9346 Move the window commands into a vc-exec-after.
9347 (vc-print-log): Move more of the code into the `vc-exec-after'.
9348
93492000-09-04 Andre Spiegel <spiegel@gnu.org>
9350
9351 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9352 (vc-print-log): Search current revision from beginning of buffer.
9353 (vc-revert-buffer): Clear echo area after the diff is finished.
9354 (vc-prefix-map): Removed definition of "t" for terse display in vc
9355 dired.
9356 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9357 definition of "vt" for terse display.
9358 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9359
93602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9361
9362 * vc.el (vc-exec-after): Avoid caddr.
9363
93642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9365
9366 * vc.el (vc-exec-after): New function.
9367 (vc-do-command): Use it to add a termination message for async
9368 procs.
9369 (vc-checkout): Try to handle a missing-backend situation.
9370 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9371 of a directory with a backend using async diffs.
9372 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9373 present.
9374
9375 * vc-sccs.el (vc-sccs-state-heuristic): Use
9376 file-ownership-preserved-p.
9377
9378 * vc-rcs.el (vc-rcs-state-heuristic): Use
9379 file-ownership-preserved-p.
9380 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9381
93822000-09-04 Andre Spiegel <spiegel@gnu.org>
9383
9384 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9385 vc-do-command.
9386
9387 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9388 when there are no changes.
9389
93902000-09-04 Andre Spiegel <spiegel@gnu.org>
9391
9392 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9393
9394 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9395
93962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9397
9398 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9399
9400 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9401 the `fset' outside of the defvar so that it works even if
9402 vc-prefix-map was already defined.
9403 (vc-setup-buffer): New function, split out of vc-do-command.
9404 (vc-do-command): Allow BUFFER to be t to mean `just use the
9405 current buffer without any fuss'.
9406 (vc-version-diff): Change the `diff' backend operation to just put
9407 the diff in the current buffer without erasing it. Always use
9408 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9409 shrink-window-if-larger-than-buffer.
9410 (vc-print-log): Change the `print-log' backend operation to just
9411 put the log in the current buffer without erasing it. Protect
9412 shrink-window-if-larger-than-buffer.
9413 (vc-update-change-log): Fix setd typo.
9414
9415 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9416 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9417
9418 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9419 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9420 CMP.
9421
9422 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9423 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9424 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9425
94262000-09-04 Andre Spiegel <spiegel@gnu.org>
9427
9428 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9429 not possible, use vc-BACKEND-workfile-unchanged-p.
9430 (vc-default-workfile-unchanged-p): New function. Delegates to a
9431 full vc-BACKEND-diff.
9432
9433 * vc-hooks.el (vc-simple-command): Removed.
9434
9435 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9436 instead of vc-simple-command.
9437 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9438 avoid doing a diff when opening a file.
9439 (vc-rcs-state): Added check for unlocked-changes.
9440 (vc-rcs-header): Escape Id.
9441 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9442 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9443 version.
9444
9445 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9446 (vc-sccs-diff): Remove optional arg CMP.
9447 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9448 SCCS-specific function.
9449
9450 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9451 vc-simple-command.
9452
94532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9454
9455 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9456 (with-vc-file, vc-merge): Use vc-editable-p.
9457 (vc-do-command): Remove unused var vc-file and fix the
9458 doubly-defined `status' var. Add a user message when starting an
9459 async command.
9460 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9461 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9462 Use with-current-buffer.
9463 (vc-buffer-sync): Use unless.
9464 (vc-next-action-on-file): If the file is 'edited by read-only,
9465 make it read-write instead of trying to commit.
9466 (vc-version-diff, vc-update-change-log): Use `setq
9467 default-directory' rather than `cd'.
9468 (vc-log-edit): Don't forget to set default-directory in the
9469 buffer.
9470
9471 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9472 (vc-sccs-state-heuristic): Use file-writable-p instead of
9473 comparing userids.
9474 (vc-sccs-checkout): Use `unless'.
9475
9476 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9477 of comparing userids.
9478 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9479 Simplify the logic by eliminating unreachable code.
9480 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9481 just do a recursive call if we need to retry.
9482 (vc-rcs-checkout): Handle the case where rcs is missing by making
9483 the buffer read-write if requested and re-signalling the error.
9484
9485 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9486
94872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9488
9489 * vc-hooks.el (vc-handled-backends): Docstring change.
9490 (vc-ignore-vc-files): Mark obsolete.
9491 (vc-registered): Check vc-ignore-vc-files.
9492 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9493 vc-ignore-vc-files.
9494
9495 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9496
94972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9498
9499 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9500 files since ange-ftp already has vc-registered return nil.
9501
9502 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9503 (vc-sccs-workfile-version): Use with-temp-buffer and new
9504 vc-parse-buffer and don't bother setting the property.
9505 (vc-sccs-add-triple): Use with-current-buffer and
9506 find-file-noselect.
9507 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9508
9509 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9510 derives from the old vc-parse-buffer but uses the revision number
9511 rather than the date (much easier to compare robustly).
9512 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9513 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9514 locking-user more directly. Check strict locking and set
9515 checkout-model appropriately.
9516 (vc-rcs-parse-locks): Remove.
9517 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9518 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9519 (vc-rcs-system-release): Use with-current-buffer and
9520 vc-parse-buffer.
9521 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9522
9523 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9524 (vc-simple-command): Docstring fix.
9525 (vc-registered): Align the way the file-handler is called with the
9526 way the function itself works.
9527 (vc-file-owner): Remove.
9528
9529 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9530 extraction of fields and call to file-attributes because of a
9531 temporary bug in rcp.el.
9532 (vc-cvs-fetch-status): Use with-current-buffer.
9533
95342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9535
9536 * vc.el (vc-do-command): Use file-relative-name.
9537 (vc-responsible-backend): Use vc-backend if possible.
9538 (vc-create-snapshot): Improve the `interactive' spec. Add support
9539 for branches and dispatch to backend-specific `create-snapshot'.
9540 (vc-default-create-snapshot): New function, containing the bulk of
9541 the old vc-create-snapshot.
9542 (vc-retrieve-snapshot): Improve the interactive spec.
9543
9544 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9545 (vc-backend-hook-functions): Remove.
9546 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9547 (vc-backend): Reintroduce the test for `file = nil' now that I
9548 know why it was there (and added a comment to better remember).
9549
9550 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9551 code from vc-sccs-hooks.el.
9552 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9553 'vc anymore.
9554 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9555 and file-directory-p instead of file-exists-p.
9556 (vc-sccs-check-headers): Simplify the regexp.
9557
9558 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9559 from vc-rcs-hooks.el. Don't require 'vc anymore.
9560 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9561 file-directory-p instead of file-exists-p.
9562
9563 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9564 from vc-cvs-hooks.el.
9565 (proto vc-cvs-registered): Require 'vc-cvs instead of
9566 'vc-cvs-hooks. Don't require 'vc anymore.
9567 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9568 file-directory-p instead of file-exists-p.
9569 (vc-cvs-create-snapshot): New function, replacing
9570 vc-cvs-assign-name.
9571 (vc-cvs-assign-name): Remove.
9572
95732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9574
9575 * vc-cvs.el (vc-cvs-header): New var.
9576
9577 * vc-rcs.el (vc-rcs-exists): Remove.
9578 (vc-rcs-header): New var.
9579
9580 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9581 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9582 (vc-sccs-header): New var.
9583
9584 * vc.el (vc-do-command): Get rid of the `last' argument.
9585 (vc-header-alist): Remove, replaced by vc-X-header.
9586 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9587 (vc-dired-hook): Use expand-file-name instead of concat.
9588 (vc-directory): Use file-name-as-directory.
9589 (vc-snapshot-precondition, vc-create-snapshot)
9590 (vc-retrieve-snapshot): Allow the command to operate on any
9591 directory.
9592
9593 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9594 just removing the 'WORKFILE argument or by removing the 'MASTER
9595 argument and replacing `file' with (vc-name file).
9596
95972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9598
9599 * vc.el: Update Copyright and add a crude list of backend funs.
9600 (vc-writable-p): New function.
9601 (with-vc-file): Use vc-writable-p.
9602 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9603 (vc-register): Avoid vc-name.
9604 (vc-locking-user): Remove.
9605 (vc-steal-lock): Make the `owner' arg non-optional.
9606 (vc-merge): Use vc-writable-p instead of vc-locking-user and
9607 vc-checkout-model.
9608 (vc-default-dired-state-info): Use vc-state instead of
9609 vc-locking-user and return special strings for special states.
9610 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9611 and get rid of one of the special CVS cases.
9612 (vc-cancel-version): prettify error message with \\[...].
9613 (vc-rename-master): New function.
9614 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
9615 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
9616 the CVS special case generic.
9617 (vc-default-record-rename): Remove.
9618 (vc-file-tree-walk-internal): Only call FUNC for files that are
9619 under control of some VC backend and replace `concat' with
9620 expand-file-name.
9621 (vc-file-tree-walk): Update docstring.
9622 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
9623 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9624
9625 * vc-sccs.el (vc-sccs-rename-file): Renamed from
9626 vc-sccs-record-rename. Use `find-file-noselect' rather than
9627 `find-file' and call `vc-rename-master' to do the actual move.
9628 (vc-sccs-diff): Remove unused `backend' variable.
9629
9630 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9631 to delay loading of vc-sccs until it is really used.
9632 (vc-sccs-master-templates): Preload.
9633 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9634 (vc-sccs-project-dir): Remove (merged into
9635 vc-sccs-search-project-dir).
9636 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9637 rather than `concat', make sure it is preloaded and don't bother
9638 to check that the file actually exists.
9639 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9640 `locks' argument (use buffer's content instead) and eliminate n^2
9641 behavior.
9642
9643 * vc-rcs.el: Update Copyright.
9644 (vc-rcs-rename-file): New function.
9645 (vc-rcs-diff): Remove unused `backend' variable.
9646
9647 * vc-hooks.el: Update Copyright.
9648 (vc-backend): Don't accept a nil argument any more.
9649 (vc-up-to-date-p): Turn into a defsubst.
9650 (vc-possible-master): New function.
9651 (vc-check-master-templates): Use `vc-possible-master' and allow
9652 funs in vc-X-master-templates to return a non-existent file.
9653
9654 * vc-cvs.el: Update Copyright.
9655 (vc-cvs-diff): Remove unused `backend' variable.
9656 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9657
9658 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9659
96602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9661
9662 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9663 since it can be called from vc-rcs.el.
9664 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9665
96662000-09-04 Andre Spiegel <spiegel@gnu.org>
9667
9668 * vc.el (vc-version-diff): Expand file name read from the
9669 minibuffer. Handle the case when a previous version number can't
9670 be guessed. Give suitable messages when there were no differences
9671 found.
9672 (vc-clear-headers): Call backend-specific implementation, if one
9673 exists.
9674 (vc-cancel-version): Made error checks generic. When done, clear
9675 headers generically, too.
9676
9677 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9678 from vc-clear-headers in vc.el.
9679
9680 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9681 correctly.
9682 (vc-rcs-latest-on-branch-p): Made second argument VERSION
9683 optional. Handle the case when it's not there.
9684
96852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9686
9687 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9688
96892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9690
9691 * vc-hooks.el (vc-loadup): Remove.
9692 (vc-find-backend-function): Use `require'. Also, handle the case
9693 where vc-BACKEND-hooks.el doesn't exist.
9694 (vc-call-backend): Cleanup.
9695
96962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9697
9698 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9699 vc-rcs-grab-templates)
9700 (vc-rcs-registered): Remove. The default function works as well.
9701 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9702 vc-sccs-grab-templates)
9703 (vc-sccs-registered): Remove. The default function works as well.
9704
9705 * vc.el (vc-version-diff): Left out a vc- in call to
9706 vc-call-backend.
9707 (vc-default-dired-state-info, vc-default-record-rename)
9708 (vc-default-merge-news): Update for the new backend argument.
9709
9710 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9711 using the default function.
9712 (vc-call-backend): If calling the default function, pass it the
9713 backend as first argument. Update the docstring accordingly.
9714 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9715 for the new backend argument.
9716 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9717 (vc-find-backend-function): Use the new name.
9718 (vc-default-registered): New function.
9719
97202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9721
9722 * vc.el (vc-merge): Use vc-find-backend-function.
9723
9724 * vc-hooks.el (vc-backend-functions): Remove.
9725 (vc-loadup): Don't setup 'vc-functions.
9726 (vc-find-backend-function): New function.
9727 (vc-call-backend): Use above fun and populate 'vc-functions
9728 lazily.
9729 (vc-backend-defines): Remove.
9730
97312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9732
9733 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9734 Call vc-call-backend without the leading vc-.
9735 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9736 (vc-check-headers): Call vc-call-backend without the leading vc-.
9737 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9738 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9739 Call vc-call-backend without the leading vc-.
9740
9741 * vc-cvs.el (tail): Provide vc-cvs.
9742 * vc-sccs.el (tail): Provide vc-sccs.
9743 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9744
9745 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9746 (vc-make-backend-function, vc-call): Pass names without leading
9747 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9748 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9749 (vc-call-backend): Always try to load vc-X-hooks.
9750 (vc-registered): Remove vc- in call to vc-call-backend.
9751
97522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9753
9754 * vc.el (vc-process-filter): New function.
9755 (vc-do-command): Setup `vc-process-filter' for the async process.
9756 (vc-maybe-resolve-conflicts): New function to reduce
9757 code-duplication. Additionally, it puts the buffer in
9758 `smerge-mode' if applicable.
9759 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9760 calling `merge-news'.
9761 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9762 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9763 interfacing to log-edit.el.
9764 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9765 log-edit is available.
9766 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9767
97682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9769
9770 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9771 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9772 defvar and the initialization.
9773 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9774
9775 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9776 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9777
9778 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9779
97802000-09-04 Andre Spiegel <spiegel@gnu.org>
9781
9782 * vc.el (vc-file-clear-masterprops): Removed.
9783 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9784 (vc-version-diff): Use buffer-size without argument.
9785 (vc-register): Heed vc-initial-comment.
9786
9787 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9788 default branch.
9789
9790 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9791 file name and workfile version.
9792 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9793
9794 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9795 vc-file-clear-masterprops.
9796
9797 * vc-sccs.el (vc-sccs-checkout): Removed call to
9798 vc-file-clear-masterprops. If writable, set vc-state to 'edited
9799 rather than user login name.
9800
9801
98022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9803
9804 * vc.el (vc-workfile-unchanged-p): Remove unused argument
9805 `want-differences-if-changed' and simplify.
9806 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9807 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9808 output (which is invalid for async vc-diff) to decide whether to
9809 do the revert silently or not.
9810
98112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9812
9813 * vc-hooks.el (vc-loadup): Load files quietly.
9814 (vc-call-backend): Oops, brain fart.
9815
98162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9817
9818 * vc-cvs.el (vc-cvs-state): Typo.
9819 (vc-cvs-merge-news): Return the status code rather than the error msg.
9820
98212000-09-04 Andre Spiegel <spiegel@gnu.org>
9822
9823 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9824 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9825 vc-state or vc-up-to-date-p.
9826 (vc-merge): Use vc-backend-defines to check whether merging is
9827 possible. Set state to 'edited after successful merge.
9828
9829 * vc-hooks.el (vc-locking-user): If locked by the calling user,
9830 return that name. Redocumented.
9831
98322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9833
9834 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9835 new `vc-state' semantics.
9836 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9837 'vc-locking-user to the current user.
9838 (vc-merge): Inline vc-backend-merge. Comment out code that I
9839 don't understand and hence can't adapt to the new `vc-state' and
9840 `vc-locking-user' semantics.
9841 (vc-backend-merge): Remove.
9842
9843 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9844 rather than 'vc-locking-user.
9845
9846 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9847
9848 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9849 (vc-state): Don't use 'reserved any more. Just use the same
9850 convention as the one used for vc-<backend>-state where the
9851 locking user (as a string) is returned.
9852 (vc-locking-user): Update, based on the above convention. The
9853 'vc-locking-user property has disappeared.
9854 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9855
9856 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9857 with a heuristic one.
9858 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9859 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9860 error. That allows us to get to 'needs-merge even in the
9861 stay-local case. There's still no way to detect 'needs-patch in
9862 such a setup (or to force an update for that matter).
9863 (vc-cvs-logentry-check): Remove, the default works as well.
9864
98652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9866
9867 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9868
9869 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9870 major-mode in which the buffer might have been put earlier. Use
9871 `remove' and `when'. Allow `okstatus' to be `async' and use
9872 `start-process' in this case.
9873 (vc-version-diff): Handle the case where the diff looks empty
9874 because of the use of an async process.
9875
98762000-09-04 Andre Spiegel <spiegel@gnu.org>
9877
9878 * vc.el (vc-next-action-on-file): Removed optional parameter
9879 `simple'. Recompute state unconditionally.
9880 (vc-default-toggle-read-only): Removed.
9881
9882 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9883 (vc-toggle-read-only): Undid prev change.
9884
9885 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9886 vc-cvs-simple-toggle. Redocumented.
9887 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9888 (vc-cvs-toggle-read-only): Removed.
9889
98902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9891
9892 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9893 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9894 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9895 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9896 still is. So maybe it should be removed.
9897 (vc-head-version, vc-find-binary): Remove.
9898 (vc-recompute-state): Move from vc-hooks.el.
9899 (vc-next-action-on-file): Add a `simple' argument to allow
9900 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9901 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9902 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9903 (vc-dired-mode-map): Properly defvar it.
9904 (vc-print-log): Call log-view-mode if available.
9905 (small-temporary-file-directory): defvar instead of use boundp.
9906 (vc-merge-news): Moved to vc-cvs.el.
9907 (vc-default-merge-news): New function.
9908
9909 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9910 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9911 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9912 unknown `vc-latest-version' function. It should probably refer to
9913 vc-workfile-version or somesuch, but it's very unclear to me and I
9914 don't have SCCS to test things.
9915
9916 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9917 (vc-sccs-state-heuristic): Fix typo.
9918 (vc-sccs-workfile-unchanged-p): Add missing argument.
9919
9920 * vc-rcs.el: Require vc and vc-rcs-hooks.
9921 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9922 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9923 (vc-release-greater-or-equal-p): Move from vc.
9924 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9925 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9926 (vc-rcs-checkout): Add a missing `new-version' argument in the
9927 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9928
9929 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9930 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9931 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9932 than the apparently unbound `workfile-version'.
9933
9934 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9935 (vc-file-prop-obarray): Use `make-vector'.
9936 (vc-backend-functions): Add new hookable functions
9937 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9938 (vc-loadup): If neither backend nor default functions exist, use
9939 the backend function rather than nil.
9940 (vc-call-backend): If the function if not bound yet, try to load
9941 the non-hook file to see if it provides it.
9942 (vc-call): New macro plus use it wherever possible.
9943 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9944 nor `vc-find-binary' since it's only called from
9945 vc-mistrust-permission which is only used once the backend is known.
9946 (vc-checkout-model): Fix parenthesis.
9947 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9948
9949 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9950 (vc-cvs-release, vc-cvs-system-release): Remove.
9951 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9952 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9953 status symbols.
9954 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9955 (vc-cvs-toggle-read-only): First cut at a function to allow a
9956 cvs-status-free vc-toggle-read-only.
9957 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9958 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9959 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9960 (vc-cvs-checkout): Modify access rights directly if the user
9961 requested not to use `cvs edit'. And refresh the mode line.
9962
9963 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9964 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9965
99662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9967
9968 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9969 workfile' that got lost when the code was extracted from vc.el.
9970 And merged the tail with the rest of the code (not possible in the
9971 old vc.el where the tail was shared among all backends). And
9972 explicitly set the state to 'edited if `writable' is set.
9973
9974 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9975 (vc-cvs-state): Be careful to return the value from
9976 vc-cvs-parse-state.
9977 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9978 property but return it instead. Also be careful to handle a nil
9979 or "" `rev' when workfile is non-nil (it was handled properly when
9980 workfile was nil).
9981
9982 * vc.el: Removed those pesky unnecessary `(function' quotes.
9983 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9984 directly in the defvar.
9985 (vc-do-command): Bind inhibit-read-only so as to properly handle
9986 the case where the destination buffer has been made read-only.
9987 (vc-diff): Delegate to vc-version-diff in all cases.
9988 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9989 (vc-annotate-mode-variables): Removed (code moved partly to
9990 defvars and partly to vc-annotate-add-menu).
9991 (vc-annotate-mode): Turned into a derived-mode.
9992 (vc-annotate-add-menu): Moved in code in
9993 vc-annotate-mode-variables.
9994 (vc-update-change-log): Use make-temp-file if available.
9995
99962000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9997
9998 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9999 `vc-checkout-model' updated to `vc-cvs-update-model'.
10000
100012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10002
10003 * vc.el (vc-next-action-on-file): Added handling of state
10004 `unlocked-changes'.
10005 (vc-checkout-carefully): Is now practically obsolete, unless the
10006 above is too slow to be enabled unconditionally.
10007 (vc-update-change-log): Fixed typo.
10008
10009 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10010
10011 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10012 Now handles state `unlocked-changes'.
10013 (vc-sccs-workfile-unchanged-p): New function, to support the above.
10014
10015 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10016
10017 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10018 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
10019 `unlocked-changes'.
10020 (vc-rcs-workfile-unchanged-p): Renamed from
10021 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
10022 function yet, but supposed to become one soon.
10023
10024 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10025 `vc-steal-lock'.
10026 (vc-call-backend): Changed error message.
10027 (vc-state): Added description of state `unlocked-changes'.
10028
100292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10030
10031 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10032 always return t in CVS-controlled directories.
10033
10034 * vc.el (vc-responsible-backend): New function.
10035 (vc-register): Largely rewritten.
10036 (vc-admin): Removed (implementation moved into vc-register).
10037 (vc-checkin): Redocumented.
10038 (vc-finish-logentry): If no backend defined yet (because we are in
10039 the process of registering), use the responsible backend.
10040
10041 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10042 Updated function lists.
10043 (vc-call-backend): Fixed typo.
10044
10045 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10046 New functions.
10047 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10048 Removed query option. Redocumented.
10049
100502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10051
10052 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10053
10054 * vc.el: Updated callers of `vc-checkout-required' to use
10055 `vc-checkout-model'.
10056
100572000-09-04 Martin Lorentzson <martinl@gnu.org>
10058
10059 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
10060 stuff updated to reference this function instead of the old
10061 `vc-backend-release-p'.
10062
100632000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10064
10065 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10066 vc-checkout-model. Return appropriate values. Updated callers.
10067
100682000-09-04 Martin Lorentzson <martinl@gnu.org>
10069
10070 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10071 (vc-backend-revert): Function moved into `vc-revert';
10072 `vc-next-action' must be updated to accomodate this change.
10073 (vc-backend-steal): Function moved into `vc-finish-steal'.
10074 (vc-backend-logentry-check): Function moved into
10075 `vc-finish-logentry'.
10076 (vc-backend-printlog): Function moved into `vc-print-log'.
10077 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10078 (vc-backend-assign-name): Function moved into
10079 `vc-create-snapshot'.
10080
100812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10082
10083 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10084 Rename to vc-checkout-model. Return appropriate values.
10085 Update callers.
10086
10087 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10088 to vc-checkout-model.
10089 (vc-checkout-required): Rename to vc-checkout-model.
10090 Re-implement and re-comment.
10091 (vc-after-save): Use vc-checkout-model.
10092
100932000-09-04 Martin Lorentzson <martinl@gnu.org>
10094
10095 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10096 Update to use the vc-BACKEND-diff functions instead.
10097 `vc-diff' is now working.
10098
10099 * vc-rcs.el (vc-rcs-logentry-check): New function.
10100
10101 * vc-cvs.el (vc-cvs-logentry-check): New function.
10102
10103 * vc-sccs.el (vc-sccs-diff): Function changed name from
10104 `vc-backend-diff'. This makes `vc-diff' work.
10105
10106 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10107 of functions possibly implemented in a vc-BACKEND library.
10108 (vc-checkout-required): Fix bug that caused an error to be
10109 signaled during `vc-after-save'.
10110
10111 * vc.el: Fix typo.
10112 This checkin is made with our new VC code base for the very first time.
10113 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10114
10115 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10116 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10117
10118 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10119 updated to `vc-uses-locking'.
10120 (vc-checkout-required): Call to backend function.
10121 `vc-checkout-required' updated to `vc-uses-locking' instead.
10122
10123 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10124 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10125
10126 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10127 to match the split into various backends.
10128 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10129 (vc-retrieve-snapshot): Bug fix.
10130
101312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10132
10133 * vc-sccs.el (vc-sccs-release): Doc fix.
10134
101352000-09-04 Martin Lorentzson <martinl@gnu.org>
10136
10137 * vc.el (vc-next-action-on-file): Bug found and fixed.
10138 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10139 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10140
10141 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10142 (vc-rcs-checkout): Name space cleaned up. No more revision number
10143 crunching function names that are not prefixed with vc-rcs.
10144 (vc-rcs-checkout-model): Function added. References to
10145 `vc-checkout-model' replaced.
10146
101472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10148
10149 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10150 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10151 still need to be split, and implemented for RCS).
10152
101532000-09-04 Martin Lorentzson <martinl@gnu.org>
10154
10155 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10156
10157 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10158 required by the vc.el file.
10159
10160 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10161 required by the vc.el file.
10162 (vc-rcs-exists): Function added.
10163
10164 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10165 required by the vc.el file.
10166
10167 * vc.el (vc-admin): Updated to handle selection of appropriate
10168 backend. Current implementation is crufty and need re-thinking.
10169
10170 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10171
101722000-09-04 Martin Lorentzson <martinl@gnu.org>
10173
10174 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10175 beginning of annotate buffers correctly.
10176
10177 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10178 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10179 functionality updated quite a lot to support multiple backends.
10180 Variables `vc-annotate-mode', `vc-annotate-buffers',
10181 `vc-annotate-backend' added.
10182
10183 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10184 `vc-annotate-difference' added to supported backend functions.
10185
101862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10187
10188 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10189 Use with-temp-file instead of /bin/sh. Merged from mainline
10190
101912000-09-04 Martin Lorentzson <martinl@gnu.org>
10192
10193 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10194
10195 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10196
10197 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10198
101992000-09-04 Martin Lorentzson <martinl@gnu.org>
10200
10201 * vc-hooks.el: vc-state-heuristic added to
10202 vc-backend-hook-functions.
10203
10204 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10205
10206 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10207
10208 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10209 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10210 state to `reserved'.
10211
10212 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10213 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10214
102152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10216
10217 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10218 untouched.
10219
10220 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10221
10222 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10223 if defined. (Merged from main line, slightly adapted.)
10224
10225 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10226 millenium problem (merged from mainline).
10227
102282000-09-04 Martin Lorentzson <martinl@gnu.org>
10229
10230 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10231 part and moved the non-BACKEND stuff to vc.el.
10232
10233 * vc.el: Split the annotate feature into a BACKEND specific part
10234 and moved it from the vc-cvs.el file to this one.
10235
102362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10237
10238 * vc-hooks.el: Implement new state model.
10239 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10240 (vc-locking-user): Simplify. Now only needed if the file is
10241 locked by somebody else.
10242 (vc-lock-from-permissions): Remove. Functionality is in
10243 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10244 (vc-mode-line-string): New name for former vc-status. Adapted.
10245 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10246
10247 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10248 Various simplifications and adaptations all over the place.
10249
10250 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10251 Simplify and adapt the rest.
10252
10253 * vc.el (vc-resynch-window): Add TODO comment: check for
10254 interaction with view mode according to recent RCS change.
10255 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10256
102572000-09-04 Martin Lorentzson <martinl@gnu.org>
10258
10259 * vc.el: Convert the remaining function comments to docstrings.
10260
102612000-09-04 Martin Lorentzson <martinl@gnu.org>
10262
10263 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10264 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10265 (vc-minor-part, vc-previous-version): Functions that operate and
10266 compare revision numbers got proper documentation. Comments added
10267 about their possible removal.
10268
102692000-09-04 Martin Lorentzson <martinl@gnu.org>
10270
10271 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10272 the vc-backend.el files.
10273
10274 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10275
10276 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10277 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10278 (vc-rcs-previous-version): Functions added.
10279
10280 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10281
10282 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10283
102842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10285
10286 * vc-hooks.el (vc-master-templates): Is really obsolete.
10287 Comment out the definition for now. What is the right procedure
10288 to get rid of it?
10289 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10290 rewritten.
10291 (vc-default-registered): Remove.
10292 (vc-check-master-templates): New function; does mostly what the
10293 above did before.
10294 (vc-locking-user): Don't rely on the backend to set the property.
10295
10296 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10297 Rewrite documentation.
10298 (vc-rcs-templates-grabbed): New variable.
10299 (vc-rcs-grab-templates): New function.
10300 (vc-rcs-registered): Rewrite to use above mechanism.
10301
10302 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10303 Rewrite documentation.
10304 (vc-sccs-templates-grabbed): New variable.
10305 (vc-sccs-grab-templates): New function.
10306 (vc-sccs-registered): Rewrite to use above mechanism.
10307 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10308 Don't throw the result, simply return it.
10309
10310 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10311 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10312 (vc-cvs-registered): Does the check itself now. Simplify.
10313
10314 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10315 from main line.
10316
103172000-09-04 Martin Lorentzson <martinl@gnu.org>
10318
10319 * vc-cvs.el (vc-cvs-diff): New function.
10320
10321 * vc-sccs.el (vc-sccs-diff): New function.
10322
10323 * vc-rcs.el (vc-rcs-diff): New function.
10324 (vc-rcs-checkout): Bug (typo) found and fixed.
10325 (vc-rcs-register-switches): New variable.
10326
10327 * vc.el (vc-backend-diff): Function removed and placed in the
10328 backend files.
10329
103302000-09-04 Martin Lorentzson <martinl@gnu.org>
10331
10332 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10333
10334 * vc.el (vc-backend-checkout): Function removed and replaced in
10335 the vc-backend.el files.
10336
10337 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10338
10339 * vc.el (vc-backend-admin): Removed and replaced in the
10340 vc-backend.el files.
10341
10342 * vc.el (Martin): Removed all the annotate functionality since it
10343 is CVS backend specific.
10344
103452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10346
10347 * spec.txt: Added specification of vc-state.
10348
10349 * vc-sccs-hooks.el (vc-sccs-master-properties):
10350 Remove handling of vc-latest-version and
10351 vc-your-latest-version. What used to be vc-latest-version, is now
10352 returned as vc-workfile-version.
10353 (vc-sccs-workfile-version): Adapt.
10354
103552000-09-04 Dave Love <fx@gnu.org>
10356
10357 * vc.el: [Merged from mainline.]
10358 (vc-dired-mode): Make the dired-move-to-filename-regexp
10359 regexp match the date, to avoid treating date as file size.
10360 Add YYYY S option to WESTERN/
10361
103622000-09-04 Dave Love <fx@gnu.org>
10363
10364 * vc.el: Require `compile' when compiling.
10365 (vc-logentry-check-hook): New option.
10366 (vc-steal-lock): Use compose-mail.
10367 (vc-dired-mode-map): Defvar when compiling.
10368 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10369 vc-sccs.el and renamed. Callers changed.
10370 (vc-backend-checkout, vc-backend-logentry-check)
10371 (vc-backend-merge-news): Doc fix.
10372 (vc-default-logentry-check): New function.
10373 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10374 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10375 (vc-backend-merge): Doc fix. Use backend functions.
10376 (vc-check-headers): Use backend functions.
10377
10378 * vc-cvs.el: Require vc when compiling.
10379 (vc-cvs-register-switches): Doc fix.
10380 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10381 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10382 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10383 New functions (code from vc.el).
10384 (vc-annotate-display-default): Fix interactive spec.
10385 (vc-annotate-time-span): Doc fix.
10386
10387 * vc-rcs.el: Require vc when compiling.
10388 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10389 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10390 (vc-rcs-checkin): New functions (code from vc.el).
10391 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10392 Doc fix.
10393 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10394
10395 * vc-sccs.el: Require vc when compiling.
10396 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10397 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10398 (vc-sccs-revert)
10399 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10400 from vc.el).
10401 (vc-sccs-add-triple, vc-sccs-record-rename)
10402 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10403 (vc-sccs-admin): Doc fix.
10404
104052000-09-04 Martin Lorentzson <martinl@gnu.org>
10406
10407 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10408 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10409 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10410 from vc.el.
10411
10412 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10413
10414 * vc-cvs.el: Moved the annotate functionality from vc.el.
10415 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10416
104172000-09-04 Dave Love <fx@gnu.org>
10418
10419 * vc.el (vc-backend-release): Call vc-system-release.
10420
10421 * vc-sccs.el (vc-sccs-system-release):
10422 Renamed from vc-sccs-backend-release.
10423
10424 * vc-rcs.el (vc-rcs-system-release):
10425 Renamed from vc-rcs-backend-release.
10426
10427 * vc-cvs.el (vc-cvs-system-release):
10428 Renamed from vc-cvs-backend-release.
10429
104302000-09-04 Dave Love <fx@gnu.org>
10431
10432 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10433 backend files.
10434 (vc-backend-release): Dispatch to backend functions.
10435 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10436 probably needs attention.]
10437
10438 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10439 (vc-sccs-backend-release): New function.
10440
10441 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10442 (vc-cvs-backend-release): New function.
10443
10444 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10445 Doc fix.
10446 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10447 (vc-default-dired-state-info): New function.
10448 (vc-dired-state-info): Dispatch to backends.
10449 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10450
10451 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10452 from vc.el and renamed.
10453
104542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10455
10456 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10457 (vc-version-other-window, vc-backend-assign-name): Removed
10458 references to vc-latest-version; sometimes changed into
10459 vc-workfile-version.
10460
10461 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10462 vc-rcs-master-workfile-version.
10463 (vc-rcs-workfile-version): Use the above. Don't call
10464 vc-latest-version (that was unreachable code, anyway).
10465 (vc-rcs-fetch-master-properties): Doc fix.
10466
10467 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10468 (vc-backend-hook-functions): Removed them from this list, too.
10469 (vc-fetch-properties): Removed.
10470 (vc-workfile-version): Doc fix.
10471
10472 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10473 (vc-rcs-workfile-version, vc-rcs-locking-user)
10474 (vc-rcs-uses-locking): Use it.
10475
10476 * vc-hooks.el (vc-consult-rcs-headers):
10477 Moved into vc-rcs-hooks.el, under the name
10478 vc-rcs-consult-headers.
10479
10480 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10481 headers.
10482 (vc-cvs-find-master): Use this name only; correct different
10483 versions of the name.
10484
10485 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10486 New functions.
10487 (vc-sccs-locking-user): Use the latter.
10488
10489 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10490 New functions.
10491
10492 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10493 Moved into both
10494 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10495 functions are implementation details of those two backends.
10496
104972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10498
10499 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10500 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10501
10502 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10503 (vc-sccs-parse-locks): SCCS-specific code moved here from
10504 vc-hooks.
10505
10506 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10507 code moved here from vc-hooks.
10508
10509 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10510 into back-end specific parts and removed. Callers not updated
10511 yet; because I guess these callers will disappear into back-end
10512 specific files anyway.
10513
105142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10515
10516 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10517 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10518 `vc-uses-locking'.
10519
10520 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10521 Store yes/no in the property, and return t/nil. Updated all
10522 callers.
10523
10524 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10525 vc-sccs-uses-locking. Don't set property.
10526 (vc-sccs-locking-user): Don't set property.
10527
10528 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10529 vc-cvs-uses-locking. Don't set property here; leave that to
10530 vc-hooks.
10531 (vc-cvs-locking-user): Reflect above change. Streamlined.
10532
10533 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10534 vc-rcs-uses-locking.
10535 (vc-rcs-locking-user): Reflect above change.
10536
105372000-09-04 Dave Love <fx@gnu.org>
10538
10539 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10540
10541 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10542
10543 * vc-hooks.el (vc-checkout-model): Punt to backends.
10544
10545 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10546
10547 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10548
10549 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10550 New functions.
10551
10552 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10553 New functions.
10554
10555 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10556 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10557
10558 * vc-hooks.el (vc-default-locking-user): New function.
10559 (vc-locking-user, vc-workfile-version): Punt to backends.
10560
105612000-09-04 Dave Love <fx@gnu.org>
10562
10563 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10564 (vc-master-workfile-version): Moved from vc-hooks.
10565
10566 * vc-rcs-hooks.el: Fix duplicate code in last change.
10567
10568 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10569 (vc-rcs-master-templates): Improve :type.
10570 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10571 vc-master-workfile-version): Moved from vc-hooks.
10572
10573 * vc-sccs-hooks.el: Require vc-hooks when compiling.
10574 (vc-sccs-master-templates): Improve :type.
10575 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10576
10577 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10578
10579 * vc-cvs-hooks.el: Require vc-hooks when compiling.
10580 (vc-cvs-master-templates): Improve :type. Use
10581 vc-cvs-find-cvs-master.
10582 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10583 from vc-hooks.
10584 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10585
10586 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10587 Moved to vc-cvs-hooks.
10588
10589 * vc-hooks.el: Add doc strings in various places. Simplify the
10590 minor mode setup.
10591 (vc-handled-backends): New user variable.
10592 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10593 simplification.
10594
105952000-09-04 Dave Love <fx@gnu.org>
10596
10597 * vc.el: Some doc fixes for autoloaded and interactive functions.
10598 Fix compilation warnings from ediff stuff.
10599 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10600
10601 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10602
10603 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10604
10605 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10606
106072000-09-04 Dave Love <fx@gnu.org>
10608
10609 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10610 New variable.
10611 (vc-make-backend-function, vc-loadup, vc-call-backend)
10612 (vc-backend-defines): New functions.
10613
10614 * vc-hooks.el: Various doc fixes.
10615 (vc-default-back-end, vc-follow-symlinks): Custom fix.
10616 (vc-match-substring): Function removed. Callers changed to use
10617 match-string.
10618 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
10619 Simplify.
10620
106212000-09-04 Dave Love <fx@gnu.org>
10622
10623 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10624 type.
10625 (vc-sccs-project-dir, vc-search-sccs-project-dir)
10626 (vc-sccs-registered): Doc fix.
10627
10628 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10629 (vc-cvs-registered): Doc fix.
10630
10631 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10632 (vc-rcs-registered): Doc fix.
10633
106342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10635
10636 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10637
10638 * vc-hooks.el: vc-registered has been renamed
10639 vc-default-registered. Some functions have been moved to the
10640 backend specific files. they all support the
10641 vc-BACKEND-registered functions.
10642
106432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10644
10645 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10646
10647 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10648
106492000-09-04 Dave Love <fx@gnu.org>
10650
10651 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10652 menu-bar-update-hook.
10653
10654 * help.el (help-manyarg-func-alist): Add
10655 find-operation-coding-system.
10656
10657 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10658
10659 * custom.el (custom-set-variables): Print message about errors in
10660 setting.
10661
106622000-09-03 Andrew Innes <andrewi@gnu.org>
10663
10664 * makefile.w32-in: Change to DOS line endings.
10665
106662000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10667
10668 * mouse.el (mouse-popup-menubar): Supply the prompt string for
10669 minor-mode keymaps, if they don't have one.
10670
106712000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10672
10673 * eshell/esh-module.el (eval-when-compile): Don't lose if
10674 esh-module.el's file name is truncated to DOS 8+3 limits.
10675
106762000-09-01 John Wiegley <johnw@gnu.org>
10677
10678 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10679 predicate, which caused entries in the completion list to be
10680 doubled.
10681
106822000-08-30 John Wiegley <johnw@gnu.org>
10683
10684 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10685 sending to subprocesses. Also, hook pre-command-hook if
10686 `eshell-send-direct-to-subprocesses' is non-nil.
10687 (eshell-send-direct-to-subprocesses): New config variable. If t,
10688 subprocess input is send immediately.
10689 (eshell-toggle-direct-send): New function.
10690 (eshell-self-insert-command): New function.
10691 (eshell-intercept-commands): New function.
10692 (eshell-send-input): If direct subprocess sending is enabled,
10693 don't echo any input to the Eshell buffer. Let the subprocess
10694 handle that. This requires "stty echo" in bash, for example.
10695
106962000-08-28 John Wiegley <johnw@gnu.org>
10697
10698 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10699 completion function for Eshell's implementation of `unset'.
10700
107012000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10702
10703 * info.el (Info-directory-list): Doc fix.
10704
107052000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10706
10707 * filecache.el (file-cache-add-directory-using-find): Don't quote
10708 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10709
107102000-08-31 Kenichi Handa <handa@etl.go.jp>
10711
10712 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10713 coding systems.
10714
107152000-08-30 Andrew Innes <andrewi@gnu.org>
10716
10717 * timer.el (run-with-idle-timer): Undo last change, so that timer
10718 is not activated immediately if Emacs is already idle. Some
10719 existing code relies on this behaviour.
10720
107212000-08-30 Miles Bader <miles@gnu.org>
10722
10723 * frame.el (set-frame-font): Do completion of font-name for
10724 interactive use.
10725
107262000-08-30 Kenichi Handa <handa@etl.go.jp>
10727
10728 * international/quail.el (quail-start-translation): Bind locally
10729 last-command-event, last-command, and this-command.
10730 (quail-start-conversion): Likewise.
10731 (quail-self-insert-command): Fix docstring.
10732
107332000-08-29 Gerd Moellmann <gerd@gnu.org>
10734
10735 * progmodes/executable.el
10736 (executable-make-buffer-file-executable-if-script-p): Check that
10737 buffer contains at least 2 characters.
10738
107392000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10740
10741 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10742
107432000-08-29 Dave Love <fx@gnu.org>
10744
10745 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10746 (diff-mode-shared-map): Bind mouse-2.
10747 (diff-imenu-generic-expression): New variable.
10748 (diff-mode): Use it.
10749
10750 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10751 (mouse-popup-menubar): Add minor mode menus.
10752 (popup-menu): Check for lookup-key returning number.
10753
107542000-08-29 Miles Bader <miles@gnu.org>
10755
10756 * comint.el (comint-send-input): Create overlays using the proper
10757 front/read-advance arguments.
10758
107592000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10760
10761 * ps-print.el: Even/odd pages printing. Doc fix.
10762 (ps-print-version): New version number (6.0).
10763 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10764 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10765 (ps-print-duplex-feature): Variable eliminated.
10766 (ps-even-or-odd-pages): New variable.
10767
10768 * progmodes/ebnf2ps.el: Doc fix.
10769 (ebnf-version): New version (3.3).
10770 (ebnf-user-arrow): Change variable customization to sexp.
10771 (ebnf-user-arrow): Function eliminated.
10772 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10773
107742000-08-29 Kenichi Handa <handa@etl.go.jp>
10775
10776 * help.el (help-xref-mule-regexp): New variable.
10777 (help-make-xrefs): Handle help-xref-mule-regexp.
10778
10779 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10780 variable.
10781 (describe-input-method): Temporarily activate the specfied input
10782 method to display the information.
10783 (describe-language-environment): Hyperlinks to mule related items.
10784
10785 * international/mule-diag.el (charset-multibyte-form-string): New
10786 function.
10787 (list-character-sets-1): Use charset-multibyte-form-string.
10788 (describe-character-set): New function.
10789 (describe-coding-system): Hyperlinks to safe character sets.
10790
10791 * international/quail.el (quail-help): New arg PACKAGE.
10792 Hyperlinks to mule related items.
10793 (quail-help-insert-keymap-description): Use
10794 substitute-command-keys instead of describe-bindings.
10795 (quail-translation-help): Hyperlinks to mule related items.
10796
107972000-08-28 John Wiegley <johnw@gnu.org>
10798
10799 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10800 have a defsubst call itself. Made `eshell-flatten-list' back into
10801 a function again.
10802
10803 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10804 catch, in case re-centering point at bottom messes up the display.
10805 This happens frequently in Emacs 21, due I believe to variable
10806 line heights.
10807
10808 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10809 to call `find-tag-interactive'.
10810
10811 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10812 the list of remember directories.
10813
108142000-08-28 John Wiegley <johnw@gnu.org>
10815
10816 * align.el: Test align-region-separate to see if it's a symbol.
10817
108182000-08-28 John Wiegley <johnw@gnu.org>
10819
10820 * eshell/esh-util.el (eshell-flatten-list): Made this function
10821 into a defsubst form. It gets used very frequently, although
10822 calls don't occur all that often.
10823
10824 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10825 examining it.
10826
10827 * eshell/esh-cmd.el (eshell-rewrite-while-command):
10828 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10829 `eshell-protect'.
10830 (eshell-copy-handles): Created a new macro for duplicating the
10831 current set of open handles. This is needed by the looping
10832 functions.
10833 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10834 is not incorrectly stomped on.
10835
10836 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10837 declaration for pcomplete-use-paring.
10838 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10839 value of eshell-cmpl-use-paring.
10840 * pcomplete.el (pcomplete-use-paring): New config variable, to
10841 indicate whether paring should be used.
10842 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10843 completion alternatives that have already been used.
10844
10845 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10846 bound to C-c C-y, which will repeat the previous N arguments
10847 (based on prefix argument).
10848 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10849
10850 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10851 if there is no *Help* buffer. This is for XEmacs, which renames
10852 its help buffers uniquely. TODO: Find out what the current buffer
10853 name to delete is.
10854
10855 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10856 first entry that correlates to a passwd/group number. Later
10857 entries (used for group/user name aliasing to multiple IDs) are
10858 ignored.
10859
10860 * eshell/em-xtra.el (eshell/expr):
10861 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10862 (eshell-grep, eshell/diff, eshell/locate):
10863 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10864 argument list, before passing it to the system command.
10865
10866 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10867 `find-tag' for use at final position in Eshell buffers (which
10868 otherwise triggers an error on Emacs 21).
10869 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10870 buffer, if it is currently bound to `find-tag'.
10871
10872 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10873 in the list of matched Makefile names.
10874 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10875 directory, prefer its contents to Makefile.
10876
10877 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10878 directory parts (like "cd old new", or "cd =regexp"), are now case
10879 sensitive on non-Windows/DOS platforms.
10880
10881 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10882 types RET after an open delimiter (like "), display a message
10883 indicating that Eshell is waiting for the closing delimiter.
10884
10885 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10886 environment variables.
10887
10888 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10889 gracefully if the user enters incorrect arguments.
10890
10891 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10892 Eshell buffers.
10893
10894 * eshell/esh-var.el (eshell-interpolate-variable):
10895 * eshell/esh-mode.el (eshell-move-argument):
10896 * eshell/em-unix.el (eshell-du-sum-directory):
10897 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10898 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10899 (not (= ...)).
10900
10901 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10902 to ensure the `preserve' flag gets propagated when doing recursive
10903 directory copies.
10904
109052000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10906
10907 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10908 Don't convert \n into \0177 in memory.
10909 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10910 and back again, when reading and writing.
10911
109122000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10913
10914 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10915 testing of `fboundp' on `processp'.
10916
10917 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10918 (eshell/jobs): Don't call process-list if it is not bound.
10919 (eshell-gather-process-output): Support systems where async
10920 subprocesses aren't supported.
10921 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10922 variables.
10923
10924 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10925 eshell-do-eval returns t.
10926 (eshell-do-pipelines-synchronously): New defmacro.
10927 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10928 when async subprocesses aren't supported.
10929 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10930 if async subprocesses aren't supported.
10931 (eshell-resume-command): Don't assume STATUS is a string.
10932
10933 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10934
10935 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10936 (eshell-close-target, eshell-get-target): Use eshell-processp.
10937 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10938 fix.
10939 (eshell-get-target, eshell-create-handles): Doc fix.
10940
109412000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10942
10943 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10944 criterion to include commands that output something, as long as it
10945 leaves both the command and the end-of-buffer visible when the
10946 command has exited.
10947 (eshell-review-quick-commands): Adjust the help doc string
10948 accordingly.
10949
109502000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10951
10952 * locate.el (locate): Cleaned up locate command's interactive prompting
10953 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10954
10955 * filecache.el (file-cache-case-fold-search): New variable
10956 (file-cache-assoc-function): New variable
10957 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10958 Use file-cache-case-fold-search variable
10959 (file-cache-add-file): Use file-cache-assoc-function
10960 (file-cache-delete-file): likewise
10961 (file-cache-directory-name): likewise
10962 (file-cache-debug-read-from-minibuffer): likewise
10963
109642000-08-28 Gerd Moellmann <gerd@gnu.org>
10965
10966 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10967 (abbrev-table-name): New function.
10968 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10969 If non-nil list local abbrev, only.
10970
109712000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10972
10973 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10974 from Gnus support code, and use special article copy buffer
10975 `(gnus-original-article-buffer)' instead. This allows to get rid
10976 of article-hide-headers usage (which breaks in the latest Gnus
10977 version). Thanks to Detlev Zundel.
10978
109792000-08-28 Kenichi Handa <handa@etl.go.jp>
10980
10981 * international/quail.el (quail-use-package): Hide "... loaded"
10982 message.
10983 (quail-start-translation, quail-start-conversion): Likewise.
10984
10985 * international/kkc.el (kkc-region): Hide "... loaded" message.
10986
109872000-08-27 Dave Love <fx@gnu.org>
10988
10989 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10990
109912000-08-27 Miles Bader <miles@gnu.org>
10992
10993 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10994
109952000-08-27 Kenichi Handa <handa@etl.go.jp>
10996
10997 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10998 'ja-dic-cnv), not (require 'skkdic-cnv).
10999
110002000-08-26 Miles Bader <miles@gnu.org>
11001
11002 * faces.el (face-x-resources): Add entry for :inherit.
11003 * cus-face.el (custom-face-attributes): Add support for :inherit
11004 attribute. Add support for relative face heights.
11005 (custom-face-attributes-get): Treat `nil' as being a default value
11006 for :inherit (as well as `unspecified').
11007
11008 * faces.el (set-face-attribute): Update doc string.
11009 (face-attribute-name-alist): Add :inherit.
11010 (face-valid-attribute-values): Handle :inherit.
11011 (face-read-string): Rephrase prompt to be less confusing.
11012 Assume that DEFAULT is a string, since we must return a string.
11013 (face-read-integer): Use `format' to turn DEFAULT into an
11014 acceptable default for face-read-string. Match NEW-VALUE against
11015 the string "unspecified", not the symbol `unspecified', since
11016 that's what face-read-string returns.
11017 (read-face-attribute): Lookup a name for old-value in valid, and
11018 use it as a default if we find one. Treat all values from
11019 face-read-string as strings. If the default is used, don't do any
11020 more processing on the value, just use the old value directly.
11021 (read-face-and-attribute, modify-face): Tweak prompt.
11022 (read-face-name): Don't assume prompt ends with a space.
11023
11024 * faces.el (describe-face): Add support for :inherit attribute.
11025
110262000-08-25 Kenichi Handa <handa@etl.go.jp>
11027
11028 * terminal.el (terminal-emulator): Fix args to `concat'. Now
11029 concat doesn't accept interger.
11030
11031 * international/kkc.el: Remove SKK from Keywords. Require
11032 ja-dic-utl instead of skkdic-utl.
11033
11034 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11035 Provide ja-dic-cnv instead of skkdic-cnv.
11036 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
11037 (iso-2022-7bit-short): Add safe-charsets property.
11038 (skkdic-convert-postfix): Search Japanese chou-on character in
11039 addition to Hiragana character.
11040 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11041 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11042 (batch-skkdic-convert): Likewise.
11043
11044 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11045 Provide ja-dic-utl instead of skkdic-utl.
11046 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11047
110482000-08-24 Dave Love <fx@gnu.org>
11049
11050 * disp-table.el (standard-display-default): Make the test of `l'
11051 useful.
11052
11053 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11054 mod sample text.
11055
11056 * international/iso-ascii.el: Make pilcrow convenient string
11057 consistent with section.
11058 (iso-ascii-display): Set up multibyte characters as well as
11059 unibyte.
11060
110612000-08-24 Kenichi Handa <handa@etl.go.jp>
11062
11063 * international/mule-cmds.el (reset-language-environment): Set
11064 default-process-coding-system to '(undecided . iso-latin-1), which
11065 makes process I/O almost consistent with file I/O. Call this
11066 function when mule-cmds.el[c] is loaded.
11067
110682000-08-22 Andrew Innes <andrewi@gnu.org>
11069
11070 * makefile.w32-in: New file.
11071
110722000-08-22 Miles Bader <miles@lsi.nec.co.jp>
11073
11074 * comint.el (comint-output-filter): Compare end of
11075 comint-last-output-overlay with the start of the newly inserted
11076 text, not the end, when deciding whether to extend it.
11077 Set saved-point's insertion type to advance after insertion.
11078
11079 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11080 since this is now done independently of font-lock mode.
11081
110822000-08-21 Gerd Moellmann <gerd@gnu.org>
11083
11084 * server.el (server-kill-new-buffers): New user option.
11085 (server-existing-buffer): New buffer-local variable.
11086 (server-visit-files): When using an existing buffer, set
11087 server-existing-buffer to t.
11088 (server-buffer-done): If server-kill-new-buffers is t, kill the
11089 buffer, unless it was already present before visiting it with
11090 Emacs server.
11091
110922000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
11093
11094 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11095 even if the display doesn't support colors: some displays will
11096 support bold/underline faces.
11097
110982000-08-21 Gerd Moellmann <gerd@gnu.org>
11099
11100 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11101
11102 * startup.el (command-line): If user's init file had an error,
11103 add explanatory text to *Messages*.
11104
111052000-08-21 Kenichi Handa <handa@etl.go.jp>
11106
11107 * man.el (Man-getpage-in-background): Decode the process output by
11108 the system locale coding system.
11109
111102000-08-20 Dave Love <fx@gnu.org>
11111
11112 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11113 Don't test x-popup-menu.
11114 (function) <complete-function>: Complete only fbound symbols.
11115 <validate, value>: New.
11116 (variable) <complete-function>: Complete only bound symbols.
11117 (coding-system): Add :base-only, :complete-function, :validate,
11118 :value, :prompt-match.
11119 (widget-coding-system-prompt-value): Use read-coding-system and
11120 act on :base-only.
11121 (editable-field): Add :help-echo.
11122 (widget-push-button-gui, widget-push-button-cache)
11123 (widget-gui-action, widget-editable-list-gui): COmment out, along
11124 with uses.
11125 (widget-at): Make arg optional.
11126 (widget-echo-help): Adjust for current help-echo calling sequence.
11127 (widget-specify-field, widget-specify-button)
11128 (widget-specify-insert, widget-get-sibling, widget-image-find)
11129 (widget-convert, widget-insert, widget-leave-text)
11130 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11131 (widget-setup, widget-field-find, widget-before-change)
11132 (widget-after-change, widget-default-complete)
11133 (widget-default-create, widget-default-delete)
11134 (widget-push-button-value-create, editable-field)
11135 (widget-field-prompt-value, widget-field-validate)
11136 (widget-choice-value-create, widget-choice-action)
11137 (widget-choice-validate, widget-checklist-add-item)
11138 (widget-radio-add-item, widget-radio-chosen)
11139 (widget-radio-value-inline, widget-editable-list-value-create)
11140 (widget-editable-list-entry-create)
11141 (widget-documentation-link-add)
11142 (widget-documentation-string-value-create)
11143 (widget-regexp-validate, widget-file-complete)
11144 (widget-sexp-validate, widget-plist-convert-widget)
11145 (widget-plist-convert-widget, widget-alist-convert-widget)
11146 (widget-alist-convert-widget, widget-color-complete): Simplify,
11147 particularly to avoid bindings which aren't optimized out.
11148
11149 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11150 Doc fix.
11151 (down-list, backward-up-list, up-list, kill-sexp)
11152 (backward-kill-sexp, mark-sexp): Make arg optional.
11153 (lisp-complete-symbol): Add optional arg PREDICATE.
11154
11155 * cus-start.el: Add display-buffer-reuse-frames,
11156 file-coding-system-alist.
11157
111582000-08-20 Gerd Moellmann <gerd@gnu.org>
11159
11160 * startup.el (command-line): Clear realized faces after
11161 modifying TTY color mappings.
11162
111632000-08-20 Miles Bader <miles@gnu.org>
11164
11165 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11166 merely a subset of FACE's attributes.
11167
111682000-08-19 Miles Bader <miles@gnu.org>
11169
11170 * comint.el (comint-output-filter): Save the point with a marker,
11171 not just a buffer position.
11172
11173 * international/mule.el (set-buffer-process-coding-system): Make
11174 interactive prompt less confusing.
11175
111762000-08-19 Gerd Moellmann <gerd@gnu.org>
11177
11178 * hilit-chg.el: General cleanup of doc strings, comments and
11179 code formatting.
11180
111812000-08-19 Miles Bader <miles@gnu.org>
11182
11183 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11184 Compiler macro removed; beginning-of-line is no longer always
11185 equivalent to forward-line, in the presence of fields.
11186
11187 * comint.el (comint-output-filter): Remove ad-hoc saving of
11188 restriction, and just use save-restriction, now that it works
11189 correctly. Don't adjust comint-last-input-start to account for
11190 our insertion; it shouldn't have moved because we don't use
11191 insert-before-markers anymore. Comment out call to
11192 `force-mode-line-update'; why is it here?
11193
11194 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11195 while checking for prompt to delete. Use `forward-line 0'
11196 instead of beginning-of-line.
11197 (gud-filter): Temporarily widen gud comint buffer while
11198 examining output.
11199
112002000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11201
11202 * progmodes/sh-script.el: Big bag of typos.
11203
11204 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11205 check since ispell-process is not bound when ispell is not yet loaded.
11206
112072000-08-18 Dave Love <fx@gnu.org>
11208
11209 * image.el (find-image): Copy `spec' before using plist-put.
11210
112112000-08-18 Gerd Moellmann <gerd@gnu.org>
11212
11213 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11214 `portugues'.
11215
11216 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11217 backward-kill-sexp, analogous to kill-sexp.
11218
11219 * progmodes/icon.el (icon-indent-line)
11220 (icon-is-continuation-line): Handle comments specially.
11221
112222000-08-17 Ken Stevens <k.stevens@ieee.org>
11223
11224 * ispell.el: Set to standard author/maintainer/keyword fields.
11225 Fine tuning to menu map appearance and operation, and added help.
11226 Remove `start' and `end' error messages when compiling.
11227 (ispell-choices-win-default-height): Fixed comment string.
11228 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11229 castellano8 dictionaries.
11230 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11231 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11232 dictionary, added italiano dictionary.
11233 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11234 word character
11235 (ispell-tex-skip-alists): Added psfig support.
11236 (ispell-skip-html): Renamed from ispell-skip-sgml.
11237 (ispell-begin-skip-region-regexp, ispell-skip-region)
11238 (ispell-minor-check): Improved html skipping support to skip across
11239 code, and recognize `&' commands without propper `;' syntax;
11240 (ispell-process-line): Fix alignment error when manually
11241 correcting spelling.
11242 (ispell): Fix comment string.
11243 (ispell-add-per-file-word-list): Always put word list on new line.
11244
112452000-08-17 Gerd Moellmann <gerd@gnu.org>
11246
11247 * format.el (format-encode-run-method): Fix error message to say
11248 `encode' instead of `decode'. Use save-window-excursion around
11249 shell-command-on-region as in format-decode-run-method because
11250 shell-command-on-region can display a buffer with error output.
11251 (format-decode): Don't record undo information for the decoding.
11252 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11253 that number part of the temporary buffer name so that more than
11254 one decoding using a temporary buffer can happen safely.
11255
11256 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11257 of `A-z' in the regexp.
11258
11259 * hilit-chg.el: Fix typos in commentary.
11260
11261 * help.el (view-emacs-news): Rewritten for new naming scheme
11262 for old NEWS files.
11263
11264 * startup.el (command-line): Pop to *Messages* in case an error
11265 is signaled while loading user-init-file.
11266
112672000-08-17 Andreas Schwab <schwab@suse.de>
11268
11269 * files.el (insert-directory): Don't lose original file name,
11270 undoing an undocumented change.
11271
112722000-08-17 Alex Schroeder <alex@gnu.org>
11273
11274 * sql.el (sql-magic-go): Use comint-bol.
11275 (sql-copy-column): Use comint-line-beginning-position.
11276 (comint-line-beginning-position): Define a replacement for
11277 comint-line-beginning-position if it is not fboundp.
11278
112792000-08-17 Alex Schroeder <alex@gnu.org>
11280
11281 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11282 it didn't have any effect anyway.
11283
112842000-08-17 Alex Schroeder <alex@gnu.org>
11285
11286 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11287 --pset and pager=off instead of sending \\o|cat at the beginning
11288 of the session.
11289
112902000-08-17 Miles Bader <miles@gnu.org>
11291
11292 * progmodes/octave-inf.el: Add compatibility definition of
11293 comint-line-beginning-position.
11294
112952000-08-17 Kenichi Handa <handa@etl.go.jp>
11296
11297 * startup.el (normal-top-level): Look in each dir in load-path for
11298 a leim-list.el file too. This assures of loading leim-list.el
11299 that is created at Emacs installation time even if a user have his
11300 own leim-list.el.
11301
113022000-08-17 Miles Bader <miles@gnu.org>
11303
11304 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11305 foreground color to black if the background is dark.
11306
113072000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11308
11309 * loadhist.el (unload-feature): Typo.
11310
11311 * finder.el (finder-compile-keywords):
11312 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11313 to the generated file.
11314
11315 * mail/mh-e.el (mh-make-local-vars):
11316 Replace make-variable-buffer-local with make-local-variable.
11317
11318 * play/landmark.el:
11319 * options.el (Edit-options-{set,toggle,t,nil}):
11320 * mail/mailabbrev.el (mail-abbrevs-mode):
11321 * textmodes/tex-mode.el (tex-expand-files):
11322 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11323
11324 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11325
11326 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11327 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11328 Allow going past the last element.
11329 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11330 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11331 (cvs-mouse-toggle-mark): Don't move point.
11332 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11333
11334 * progmodes/compile.el (grep): Provide a default set of files.
11335 (next-error): Docstring fix.
11336 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11337
11338 * emacs-lisp/easy-mmode.el (define-minor-mode):
11339 Use `symbol-value' to keep the byte-compiler quiet.
11340
11341 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11342 (diff-find-source-location): New fun, extracted from diff-goto-source.
11343 (diff-goto-source): Use it.
11344 (diff-next-complex-hunk, diff-filter-lines): New function.
11345 (diff-apply-hunk): New command.
11346
11347 * smerge-mode.el (smerge-mode-menu): Doc fix.
11348
11349 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11350
113512000-08-16 Dave Love <fx@gnu.org>
11352
11353 * windmove.el (windmove) <defgroup>: Add :version.
11354
11355 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11356 (goto-address-fontify-p, goto-address-highlight-p)
11357 (goto-address-url-face, goto-address-url-mouse-face)
11358 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11359 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11360 (goto-address-fontify, goto-address-at-mouse): Simplify,
11361 (goto-address-at-point): browse-url-url-at-point,
11362 goto-address-find-address-at-point can return nil.
11363 (goto-address-find-address-at-point): Return nil on failure.
11364
11365 * align.el (align) <defgroup>: Add :version.
11366
11367 * calculator.el (calculator): Add :version.
11368 (calculator): Use two lines for calculator window if `modeline'
11369 face is boxed.
11370
11371 * play/5x5.el: Doc fixes.
11372 (5x5) <defgroup>: Add :version.
11373
11374 * play/fortune.el (fortune) <defgroup>: Add :version.
11375 (fortune-append): Fix error message.
11376 (fortune-from-region): Doc fix.
11377
11378 * play/pong.el (pong): Doc fix.
11379
11380 * play/morse.el: Keywords, commentary, autoloads.
11381
113822000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11383
11384 * desktop.el (desktop-save): Don't look at symbol-value of a
11385 member of minor-mode-alist, unless it is boundp.
11386
113872000-08-16 Sam Steingold <sds@gnu.org>
11388
11389 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11390 `while'; use `with-current-buffer' instead of `save-excursion'.
11391 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11392
113932000-08-16 Kenichi Handa <handa@etl.go.jp>
11394
11395 * international/ccl.el (declare-ccl-program): Docstring modified.
11396 (ccl-execute-with-args): Likewise.
11397
113982000-08-16 Miles Bader <miles@gnu.org>
11399
11400 * progmodes/sql.el: Add compatibility definition of
11401 comint-line-beginning-position.
11402
114032000-08-15 Gerd Moellmann <gerd@gnu.org>
11404
11405 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11406 'buffer-menu' property.
11407 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11408 fails.
11409 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11410 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11411 wasn't killed.
11412
11413 * buff-menu.el (list-buffers-noselect): Don't display the
11414 *Buffer List* buffer.
11415
11416 * font-lock.el: Require jit-lock to prevent a very late
11417 `Loading jit-lock' message.
11418
11419 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11420 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11421 mail address.
11422
114232000-08-15 Miles Bader <miles@gnu.org>
11424
11425 * textmodes/ispell.el (ispell-graphic-p): New constant.
11426 (ispell-choices-win-default-height, ispell-help): Use
11427 `ispell-graphic-p' instead of `xemacsp'.
11428
114292000-08-15 Dave Love <fx@gnu.org>
11430
11431 * simple.el: Autoload widget-convert when compiling.
11432 (mail-user-agent): Doc fix.
11433
11434 * help.el (function-called-at-point, variable-at-point): Use
11435 with-syntax-table.
11436 (help-manyarg-func-alist): Add insert-and-inherit.
11437
11438 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11439
11440 * delsel.el (delsel-unload-hook): New function.
11441
11442 * find-file.el: Doc fixes. Move provide to end.
11443 (ff) <defgroup>: Add :link.
11444 (ff-goto-click): Deleted.
11445 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11446 Use mouse-set-point.
11447
11448 * textmodes/tildify.el: Doc fixes.
11449 (tildify) <defgroup>: Add:version.
11450
11451 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11452 (glasses-custom-set): Use set-default, not set.
11453 (minor-mode-alist): Propertize the lighter.
11454 (glasses-mode): Provide optional arg.
11455
11456 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11457 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11458 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11459 option. Provide :type.
11460 (cwarn-configuration): Provide :type.
11461 (cwarn-mode): Doc fix.
11462
11463 * add-log.el (change-log-merge): Doc fix.
11464 (change-log-redate): New command.
11465
11466 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11467 Doze and Dog.
11468 (browse-url): Use dolist, not mapcar.
11469 (browse-url-at-point): Check for null url.
11470 (browse-url-event-buffer, browse-url-event-point): Functions
11471 deleted.
11472 (browse-url-at-mouse, browse-url-netscape): Simplify.
11473
11474 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11475 modes.
11476 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11477 Fix previous change to mapcan.
11478 (msb--init-file-alist, msb--add-separators)
11479 (msb--make-keymap-menu): Simplify.
11480 (msb--choose-file-menu): Use copy-sequence.
11481 (msb-mode-map): Add title to keymap.
11482 (msb-unload-hook): New function.
11483
11484 * bs.el: Fix indentation.
11485 (bs) <defgroup>: Add :links.
11486 (bs-show): Doc fix.
11487 (bs-apply-sort-faces): Don't use window-system.
11488 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11489
114902000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11491
11492 * calendar/timeclock.el (timeclock-file): Run .timelog through
11493 convert-standard-filename.
11494
114952000-08-14 Gerd Moellmann <gerd@gnu.org>
11496
11497 * emacs-lisp/authors.el: New file.
11498
11499 * paren.el (show-paren-priority): New user option.
11500 (show-paren-function): Set overlay priorities to
11501 show-paren-priority.
11502
115032000-08-14 Miles Bader <miles@gnu.org>
11504
11505 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11506 beginning-of-line with inhibit-field-text-motion bound.
11507
115082000-08-14 Gerd Moellmann <gerd@gnu.org>
11509
11510 * calendar/timeclock.el: New file.
11511
115122000-08-14 David Ponce <david@dponce.com>
11513
11514 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11515 `widget-button-click'. so that one can use left mouse button to
11516 click on dialog buttons.
11517
115182000-08-14 Emmanuel Briot <briot@gnat.com>
11519
11520 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11521 identifiers, since XML is case sensitive
11522
115232000-08-12 Miles Bader <miles@gnu.org>
11524
11525 * comint.el (comint-output-filter): Don't bother frobbing
11526 window-start, it doesn't seem to be necessary.
11527
11528 * comint.el (comint-send-string, comint-send-region): Make into
11529 real functions. Snapshot the prompt before sending.
11530
115312000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11532
11533 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11534 technique similar to Info-index, instead of relying on specific
11535 names of relevant Index nodes.
11536 (Info-goto-emacs-command-node): Bind Info-history to nil when
11537 going to the first node found by Info-find-emacs-command-nodes.
11538
115392000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11540
11541 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11542
115432000-08-10 Miles Bader <miles@gnu.org>
11544
11545 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11546
115472000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11548
11549 * info.el (Info-file-list-for-emacs): More elements for the
11550 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11551 and woman manuals.
11552
115532000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11554
11555 * comint.el (comint-send-input): Make the newline boundary overlay
11556 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11557 (comint-output-filter): Use `insert' instead of
11558 `insert-before-markers'. Extend comint-last-output-overlay when
11559 necessary since we can't rely on insert-before-markers to do it.
11560 * gud.el (gud-filter): Use `with-current-buffer' instead of
11561 save-excursion when inserting the output, so that point gets
11562 updated correctly; the old method relied on a rather dodgy
11563 side-effect of comint-output-filter to avoid the effect of
11564 save-excursion.
11565
115662000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11567
11568 * files.el (recover-file): Call insert-directory instead of
11569 invoking `ls' directly.
11570
115712000-08-10 Miles Bader <miles@gnu.org>
11572
11573 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11574 (comint-last-prompt-overlay): New variables.
11575 (comint-output-filter): Implement prompt highlighting.
11576 (comint-snapshot-last-prompt): New function.
11577 (comint-send-input): Snapshot the last prompt.
11578 Use comint-highlight-input-face.
11579 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11580 Use defface instead of defcustom.
11581 (send-invisible, comint-send-eof): Snapshot the last prompt.
11582 (comint-delchar-or-maybe-eof): Use comint-send-eof.
11583 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11584
115852000-08-09 Stefan Monnier <monnier@cs.yale.edu>
11586
11587 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11588 (regexp-opt-group): Use a list of chars for `letters'.
11589 (regexp-opt-charset): `chars' is now a list of chars.
11590 Use a char-table rather than a vector so it works for multibyte chars.
11591
11592 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11593 Set cvs-minor-current-files to the selected fileinfo.
11594 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11595 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11596
115972000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
11598
11599 * files.el (insert-directory): Don't call access-file on
11600 directories on DOS and Windows.
11601
116022000-08-09 Kenichi Handa <handa@etl.go.jp>
11603
11604 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11605 longer if necessary.
11606 (ccl-embed-code): Call ccl-embed-data to store CODE in
11607 ccl-program-vector.
11608
116092000-08-09 Miles Bader <miles@gnu.org>
11610
11611 * comint.el (comint-output-filter): Properly handle the case where
11612 the text surrounded by comint-last-output-overlay was deleted.
11613
116142000-08-08 Gerd Moellmann <gerd@gnu.org>
11615
11616 * info.el (Info-insert-dir): Use Info-additional-directory-list if
11617 non-nil.
11618 (Info-file-list-for-emacs): Remove "info" from the list because
11619 that leads to trying to use the documentation from file `info'
11620 in various situations where it isn't appropriate, for instance
11621 C-h C-k C-h i.
11622
11623 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11624 DIR and/or STRING are nil.
11625
11626 * progmodes/compile.el (compilation-setup): Make variable
11627 compilation-error-screen-columns buffer-local, as some comment
11628 in the code suggests it should be.
11629
11630 * files.el (auto-mode-interpreter-regexp): New variable.
11631 (set-auto-mode): Use it.
11632
11633 * indent.el (indent-for-tab-command): Doc fix.
11634
11635 * mouse-sel.el (mouse-sel-mode): Doc fix.
11636
11637 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11638 labels.
11639
11640 * help.el (print-help-return-message): When
11641 display-buffer-reuse-frames is set, let the help window been quit,
11642 instead of deleting it, which might delete a reused frame.
11643
116442000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11645
11646 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11647 rename a directory to a name that differs only by its letter case.
11648
116492000-08-08 Kenichi Handa <handa@etl.go.jp>
11650
11651 * international/quail.el (quail-define-rules): Handle Quail decode
11652 map correctly. Add code for supporting annotations.
11653 (quail-install-decode-map): New function.
11654 (quail-defrule-internal): New optional arguments decode-map and
11655 props.
11656 (quail-advice): New function.
11657
116582000-08-07 Sam Steingold <sds@gnu.org>
11659
11660 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11661 `defconst', `define-condition', `with-slots'.
11662 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11663
116642000-08-03 Miles Bader <miles@gnu.org>
11665
11666 * comint.el (comint-use-prompt-regexp-instead-of-fields):
11667 New variable.
11668 (comint-prompt-regexp, comint-get-old-input): Document dependence on
11669 comint-use-prompt-regexp-instead-of-fields.
11670 (comint-send-input): Add `input' field property to stuff we send to
11671 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11672 (comint-output-filter): Add `output' field property to process
11673 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11674 (comint-replace-by-expanded-history)
11675 (comint-get-old-input-default, comint-show-output)
11676 (comint-backward-matching-input, comint-forward-matching-input)
11677 (comint-next-prompt, comint-previous-prompt): Use field
11678 properties if comint-use-prompt-regexp-instead-of-fields is nil.
11679 (comint-line-beginning-position): New function.
11680 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
11681 (comint-replace-by-expanded-history-before-point): Use
11682 comint-line-beginning-position and line-end-position.
11683 (comint-last-output-overlay): New variable.
11684 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11685
11686 * shell.el (shell-prompt-pattern): Doc change.
11687 (shell-backward-command): Use line-beginning-position.
11688
11689 * gud.el (gud-gdb-complete-command): Use
11690 comint-line-beginning-position.
11691
11692 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11693 comint-bol doesn't actually go to the beginning of the line.
11694
11695 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11696 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11697 (try-expand-line-all-buffers): Likewise.
11698
11699 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11700 explicitly matching comint-prompt-regexp.
11701 (sql-copy-column): Use comint-line-beginning-position instead of
11702 explicitly matching comint-prompt-regexp.
11703
11704 * progmodes/octave-inf.el (inferior-octave-complete): Use
11705 comint-line-beginning-position.
11706
11707 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11708
11709 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11710 looking for a prompt, use `forward-line 0' instead of
11711 `beginning-of-line', to avoid getting caught by an input field.
11712
117132000-08-07 Gerd Moellmann <gerd@gnu.org>
11714
11715 * files.el (shell-quote-wildcard-pattern): Make sure to return
11716 PATTERN, in the Unix case.
11717
117182000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11719
11720 * play/zone.el (zone): Discard any pending input before running
11721 the randomly-chosen pgm.
11722
117232000-08-07 Kenichi Handa <handa@etl.go.jp>
11724
11725 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11726 checking the existence of any multibyte characters.
11727
117282000-08-06 Gerd Moellmann <gerd@gnu.org>
11729
11730 * help.el (describe-mode): Test minor-mode symbol for being
11731 bound before testing its value for being nil.
11732
11733 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11734 `first', `second', and `third'.
11735
11736 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11737 (second): Make it an alias for `cadr'.
11738
117392000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11740
11741 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11742 types of display support faces now.
11743
117442000-08-05 Gerd Moellmann <gerd@gnu.org>
11745
11746 * pcvs.el (require): Require `cl' during compilation, only.
11747
11748 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11749 (toplevel): Remove `remq' and `remove' from autoloads.
11750 (cl-fake-autoloads): New variable. If set, arrange for an error
11751 when CL functions etc. are autoloaded.
11752
117532000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11754
11755 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11756
11757 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11758 popped up, but the user clicks outside the menu, return an empty
11759 regexp (that causes unhighlight-regexp to have no effect).
11760
11761 * menu-bar.el (menu-bar-games-menu): Add Zone.
11762
11763 * hi-lock.el (toplevel): Require font-lock.
11764
117652000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11766
11767 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11768 (ebnf-8-bit-chars): New var for bug fix.
11769 (ebnf-string): Bug fix.
11770
117712000-08-03 Sam Steingold <sds@gnu.org>
11772
11773 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11774 instead of `buffer-string'.
11775 (require 'cl): Always, not just when compiling.
11776 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11777 necessary.
11778
117792000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11780
11781 * international/mule-cmds.el (select-safe-coding-system): Make
11782 the message text about selecting a safe coding system more clear.
11783
117842000-08-02 Gerd Moellmann <gerd@gnu.org>
11785
11786 * hi-lock.el: New file.
11787
11788 * play/zone.el: New file.
11789
11790 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11791 value of tab-width in the original buffer. Choose a line number
11792 format that's a multiple of the original buffer's tab width, so
11793 that lines appear right.
11794
11795 * textmodes/ispell.el (ispell): New function, replacing an alias.
11796 Spell-check active region if in transient-mark-mode and mark
11797 is active; otherwise spell-check buffer.
11798
117992000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11800
11801 * ps-mule.el: Fix a customization problem on
11802 ps-mule-font-info-database-default.
11803
118042000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
11805
11806 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11807 display-mouse-p instead of window-system.
11808 (ebrowse-member-mode-map): Ditto.
11809
118102000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11811
11812 * progmodes/ebnf2ps.el: Update ps-print functions call.
11813 Indentation fix. Doc fix.
11814 (ebnf-version): New version number (3.2).
11815 (ebnf-format-color, ebnf-begin-job): Code fix.
11816
118172000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
11818
11819 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11820 font lock support on window-system.
11821 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11822
11823 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11824 display-color-p, if fboundp, instead of window-system.
11825
118262000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
11827
11828 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11829 instead of window-system.
11830
11831 * wid-edit.el (widget-choose): Use display-mouse-p instead of
11832 window-system.
11833 (widget-choice-mouse-down-action): Use display-popup-menus-p
11834 instead of window-system.
11835
11836 * strokes.el (strokes-file): Run the file name through
11837 convert-standard-filename.
11838 (strokes-mode): Call display-mouse-p instead of looking at
11839 window-system. Change the error message accordingly.
11840
11841 * progmodes/cpp.el (toplevel): Support faces on tty's.
11842
11843 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11844 (lm-plot-square, lm-init-display): Don't use window-system.
11845
11846 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11847 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11848
11849 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11850 instead of looking at window-system.
11851
118522000-07-30 Gerd Moellmann <gerd@gnu.org>
11853
11854 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11855 of testing if iswitchb-prepost-hooks is bound, because the
11856 latter will always be true when invoking a recursive minibuffer
11857 from an active Iswitchb buffer.
11858
118592000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11860
11861 * files.el (shell-quote-wildcard-pattern): New function.
11862 (insert-directory): Call it. Only prepend "\" to command on Unix
11863 and GNU/Linux systems.
11864
118652000-07-30 Gerd Moellmann <gerd@gnu.org>
11866
11867 * eshell/esh-groups.el: Change custom :link file names
11868 from `eshell.info' to `eshell'.
11869
118702000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11871
11872 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11873 correctly in recursive ange-ftp listings.
11874
118752000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11876
11877 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11878 ps-header-font-size-internal and
11879 ps-header-title-font-size-internal variables are not set,
11880 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11881 face text property is (foreground-color . COLOR) or
11882 `(background-color . COLOR)', ps-print crashes. Doc fix.
11883 (ps-print-version): New version number (5.2.4).
11884 (ps-plot-region): Code fix.
11885 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11886 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11887 Bug fix 2.
11888
118892000-07-30 Milan Zamazal <pdm@freesoft.cz>
11890
11891 * glasses.el (glasses-make-readable): Fix uncapitalization of
11892 identifiers like `myXMLDocument'.
11893
118942000-07-28 Karl Fogel <kfogel@red-bean.com>
11895
11896 * mail/mail-hist.el (mail-hist-previous-input)
11897 (mail-hist-next-input): Do the obvious code factorization.
11898 (mail-hist-retrieve-and-insert): New func, contains common
11899 code of above two.
11900 If inserting a message body, leave point at top.
11901
119022000-07-28 Sam Steingold <sds@gnu.org>
11903
11904 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11905 Use `<=', not `<' to compare times!
11906 (ange-ftp-ls): Remove.
11907
119082000-07-27 Gerd Moellmann <gerd@gnu.org>
11909
11910 * play/cookie1.el: Add explanation of how to make cookie.el
11911 compatible with strfile(1) to comment.
11912
11913 * subr.el (remove, remq): New functions.
11914
11915 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11916 escape `*' in regexps.
11917 (midnight-find): Reverse order of arguments in the funcall of
11918 TEST.
11919
11920 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11921 and `.class'.
11922
11923 * play/meese.el: Add Commentary section.
11924
119252000-07-27 Alex Schroeder <alex@gnu.org>
11926
11927 * sql.el (sql-ms): Added autoload cookie.
11928 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11929 (sql-oracle): Ditto.
11930 (sql-help): Doc change.
11931
11932 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11933 types and exceptions.
11934
119352000-07-27 Alex Schroeder <alex@gnu.org>
11936
11937 * sql.el (sql-placeholder-history): New variable.
11938 (sql-query-placeholders-and-send): New function that will query
11939 the user and replace placeholders with user input.
11940 (sql-oracle): If running on NT, set comint-input-sender to
11941 sql-query-placeholders-and-send.
11942
11943 (sql-stop): If in the SQLi buffer, insert stop notification, else
11944 present it as a message.
11945
119462000-07-27 Alex Schroeder <alex@gnu.org>
11947
11948 * sql.el (sql-input-ring-separator): Doc change.
11949 (sql-input-ring-file-name): Doc change.
11950 (sql-interactive-mode): Use `sql-input-ring-separator' and
11951 `sql-input-ring-file-name' to set the comint-mode equivalents
11952 without making them local variables.
11953 (sql-stop): Don't bind `sql-input-ring-separator' and
11954 `sql-input-ring-file-name' dynamically to their comint-mode
11955 equivalents.
11956
119572000-07-27 Kenichi Handa <handa@etl.go.jp>
11958
11959 * international/mule.el (register-char-codings): New function.
11960 (make-coding-system): Handle `safe-chars' specification in the arg
11961 PROPERTY.
11962
11963 * international/mule-cmds.el
11964 (find-coding-systems-region-subset-p): This function deleted.
11965 (sort-coding-systems-predicate): New variable.
11966 (sort-coding-systems): New function.
11967 (find-coding-systems-region): Use
11968 find-coding-systems-region-internal.
11969 (find-coding-systems-string): Use find-coding-systems-region.
11970 (find-coding-systems-for-charsets): Check
11971 char-coding-system-table.
11972 (select-safe-coding-system-accept-default-p): New variable.
11973 (select-safe-coding-system): Mostly rewritten. New argument
11974 ACCEPT-DEFAULT-P.
11975 (select-message-coding-system): Call select-safe-coding-system
11976 with ACCEPT-DEFAULT-P arg.
11977 (reset-language-environment): Reset default-sendmail-coding-system
11978 to the default value iso-latin-1.
11979 (set-language-environment): Don't set the obsolete variable
11980 charset-origin-alist.
11981
11982 * international/codepage.el (cp-coding-system-for-codepage-1):
11983 Give `safe-chars' property to make-coding-system.
11984
11985 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11986 calling select-message-coding-system twice.
11987
11988 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11989 instead of `safe-charsets'.
11990 (cyrillic-alternativnyj): Likewise.
11991 (ccl-encode-alternativnyj): Don't check the charset
11992 cyrillic-iso8859-5.
11993
119942000-07-27 Kenichi Handa <handa@etl.go.jp>
11995
11996 * composite.el (compose-chars-after): Preserve match data.
11997
119982000-07-26 Sam Steingold <sds@gnu.org>
11999
12000 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12001 (ange-ftp-real-file-newer-than-file-p): New function.
12002 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12003 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12004
12005 * tooltip.el (tooltip-float-time): Removed (use `float-time').
12006 * midnight.el (midnight-float-time): Ditto.
12007
120082000-07-26 Andreas Schwab <schwab@suse.de>
12009
12010 * files.el (normal-backup-enable-predicate): Correct
12011 interpretation of the return value of compare-strings.
12012
120132000-07-26 Gerd Moellmann <gerd@gnu.org>
12014
12015 * isearch.el (isearch-resume): New function.
12016 (isearch-done): Add something to command-history to resume
12017 the search.
12018 (isearch-yank-line, isearch-yank-word): Use
12019 buffer-substring-no-properties instead of buffer-substring.
12020
12021 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12022 of flyspell-mouse-map.
12023
12024 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12025 duplicate definition.
12026 (makefile-mode): Remove duplicate setting of local-abbrev-table.
12027
12028 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12029 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12030
120312000-07-25 Sam Steingold <sds@gnu.org>
12032
12033 * net/ange-ftp.el: Get modtime over the net.
12034 (ange-ftp-file-modtime): New function.
12035 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12036 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12037 Use it.
12038 (ange-ftp-dot-to-slash): New function.
12039 (ange-ftp-fix-name-for-vms): Use it.
12040
12041 * midnight.el (midnight-buffer-display-time): Use
12042 `with-current-buffer'.
12043
120442000-07-25 Gerd Moellmann <gerd@gnu.org>
12045
12046 * find-dired.el: Update copyright notice.
12047 (find-dired): Offer to kill a running `find'.
12048
12049 * enriched.el (enriched-face-ans): For a `foreground-color'
12050 property, return '(("x-color" COLOR))' so that COLOR will be
12051 output as a parameter of the x-color annotation. Likewise for the
12052 `background-color' property. In the case of normal face
12053 properties, don't return annotations for unspecified foreground
12054 and background face attributes.
12055
120562000-07-25 Kenichi Handa <handa@etl.go.jp>
12057
12058 * language/japan-util.el (japanese-katakana-region): Fix handling
12059 HANKAKU argument.
12060
120612000-07-25 Miles Bader <miles@gnu.org>
12062
12063 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12064 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
12065 constrain-to-field.
12066
120672000-07-24 Andrew Innes <andrewi@gnu.org>
12068
12069 * timer.el (timer-activate-when-idle): Add optional parameter
12070 DONT-WAIT. Update docstring.
12071 (run-with-idle-timer): Specify extra parameter to
12072 timer-activate-when-idle, so that timer will be activated
12073 immediately if Emacs is already idle.
12074
12075 * w32-fns.el (w32-using-nt): Fix docstring.
12076
120772000-07-24 Dave Love <fx@gnu.org>
12078
12079 * mouse.el (popup-menu): Set last-command-event.
12080 (mouse-major-mode-menu-prefix): Declare.
12081
120822000-07-24 Gerd Moellmann <gerd@gnu.org>
12083
12084 * textmodes/flyspell.el: Update to author's version 1.5d.
12085
12086 * progmodes/hideshow.el: Update copyright notice.
12087
12088 * vcursor.el: Set maintainer to FSF, since author cannot
12089 be reached.
12090
120912000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
12092
12093 * info.el (Info-goto-emacs-key-command-node): Leave a space after
12094 the prompt.
12095
12096 * mouse.el (popup-menu): Run the keymap through indirect-function,
12097 in case it was defined with define-prefix-key. If the menu is a
12098 list of keymaps, look up the binding of user's choice in each one
12099 of the keymaps.
12100 (mouse-popup-menubar): If the global and local menu-bar keymaps
12101 don't have a prompt string, create one and insert it into the
12102 keymap. Don't barf if current-local-map returns nil.
12103
121042000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
12105
12106 * dired.el (dired-sort-R-check): Added to allow recursive listing
12107 to be undone.
12108 (dired-sort-other): Use it.
12109
121102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12111
12112 * Release of cc-mode 5.27
12113
121142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12115
12116 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12117 c-beginning-of-statement-1 that caused a bad case of recursion
12118 which could consume a lot of CPU in large classes in languages
12119 that have in-expression classes (i.e. Java and Pike).
12120
12121 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12122 statements before top level constructs (i.e. case 6 is moved
12123 before case 5 and is now case 4) to catch in-expression
12124 classes in top level expressions correctly.
12125
121262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12127
12128 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12129 objc-method-intro. Case 4 removed and case 5I added.
12130
12131 * cc-langs.el (c-append-paragraph-start): New variable used by
12132 c-common-init to get paragraph-start correct.
12133 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12134 initialize paragraph-start to make it correct both with and
12135 without the javadoc special case.
12136
12137 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12138 initialize paragraph-start for javadoc markup.
12139
12140 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12141 change by defaulting this to t. It's motivated by the
12142 confusing behavior that otherwise arise from the style system
12143 when editing both java and non-java files at the same time
12144 (see the comments about style setting in c-common-init).
12145
121462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12147
12148 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12149 similar to the one in c-fill-paragraph to check the fill
12150 prefix from the adaptive fill function for sanity.
12151
121522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12153
12154 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12155 defun block.
12156
a30eb617
DL
121572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12158
12159 * cc-align.el (c-lineup-multi-inher): Handle lines with
12160 leading comma nicely. Extended to handle member initializers
12161 too.
12162
12163 * cc-engine.el: (c-beginning-of-inheritance-list,
12164 c-guess-basic-syntax): Fixed recognition of inheritance lists
12165 when the lines begins with a comma.
12166
a30eb617
DL
12167 * cc-vars.el (c-offsets-alist): Changed default for
12168 member-init-cont to c-lineup-multi-inher since it now handles
12169 member initializers and indents better for leading commas.
12170
121712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12172
12173 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12174 handling that caused class open lines to be recognized as
12175 statement-conts in some cases.
12176
12177 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12178 guessed by the adaptive fill function unless point is on the
12179 first line of a block comment.
12180
12181 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12182 when the buffer ends with a macro continuation char.
12183
12184 * cc-engine.el (c-guess-basic-syntax): Added support for
12185 function definitions as statements in Pike. The first
12186 statement in a lambda block is now labeled defun-block-intro
12187 instead of statement-block-intro.
12188
12189 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12190 so that the class surrounding point is selected, not the one
12191 innermost in the state.
12192
12193 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12194 recognition of switch labels having hanging multiline
12195 statements.
12196
12197 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12198 some code in c-guess-basic-syntax to a separate function.
12199 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12200 recognition of member inits with multiple line arglists.
12201 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12202 member-init-cont when the commas are in funny places.
12203
122042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12205
12206 * cc-defs.el (c-auto-newline): Removed this macro since it's
12207 not used anymore.
12208
12209 * cc-engine.el (c-looking-at-bos): New helper function.
12210 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12211 inexpr and toplevel classes apart in Pike.
12212
12213 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12214 of case 9A.
12215
12216 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12217 constant, since "class" can introduce an in-expression class
12218 in Pike nowadays.
12219
122202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12221
12222 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12223 indentation on cpp-macro lines.
12224
12225 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12226 a syntax modifier like comment-intro, to make it possible to
12227 get syntactic indentation for preprocessor directives. It's
12228 incompatible wrt to lineup functions on cpp-macro, but it has
12229 no observable effect in the 99.9% common case where cpp-macro
12230 is set to -1000.
12231
122322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12233
12234 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12235 member-init-cont when the preceding arglist is several lines.
12236
122372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12238
12239 * cc-styles.el (c-style-alist): The basic offset for the BSD
12240 style corrected to 8.
12241
122422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12243
12244 * cc-styles.el (c-style-alist): Adjusted the indentation of
12245 brace list openers in the gnu style.
12246
122472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12248
12249 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12250
12251 * cc-cmds.el (c-electric-brace, c-electric-slash,
12252 c-electric-star, c-electric-semi&comma, c-electric-colon,
12253 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12254 when c-syntactic-indentation is nil.
12255
12256 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12257 we were left at comments preceding the first statement when
12258 reaching the beginning of the buffer.
12259
12260 * cc-vars.el (c-syntactic-indentation): New variable to turn
12261 off all syntactic indentation.
12262
122632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12264
12265 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12266 between the text and the block comment ender when it hangs,
12267 depending on how many there are before the fill.
12268
122692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12270
12271 * cc-engine.el (c-beginning-of-closest-statement): New helper
12272 function to go back to the closest preceding statement start,
12273 which could be inside a conditional statement.
12274 * cc-engine.el (c-guess-basic-syntax): Use
12275 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12276
12277 * cc-engine.el (c-guess-basic-syntax): Better handling of
12278 arglist-intro, arglist-cont-nonempty and arglist-close when
12279 the arglist is nested inside parens. Cases 7A, 7C and 7F
12280 changed.
12281
12282 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12283 up-to-date with javadoc 1.2.
12284
122852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12286
12287 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12288 multiline Pike type decls.
12289
122902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12291
12292 * cc-cmds.el (c-indent-new-comment-line): Always break
12293 multiline comments in multiline mode, regardless of
12294 comment-multi-line.
12295
122962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12297
12298 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12299 fully::qualified::names in C++ member init lists. Preamble in
12300 case 5D changed.
12301
123022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12303
12304 * cc-langs.el (c-common-init): Handling of obsolete variables
12305 moved to c-initialize-cc-mode. More compatible style override
12306 when using global style variables.
12307 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12308 variables moved here.
12309
a30eb617
DL
12310 * cc-styles.el (c-make-styles-buffer-local): Flag style
12311 variable localness in c-style-variables-are-local-p to make
12312 the compatibility measure in c-common-init work well.
12313
12314 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12315 longer contain set-from-style.
12316 * cc-styles.el (c-initialize-builtin-style): Don't check for
12317 set-from-style on c-special-indent-hook.
12318 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12319 copy-alist is sufficient now.
12320
12321 * cc-styles.el (c-set-style, c-set-style-1,
12322 c-get-style-variables): Fixes to variable initialization so
12323 that duplicate entries in styles have the same effect
12324 regardless of DONT-OVERRIDE.
12325
12326 * cc-styles.el (c-set-style-2): Fixed bug where the
12327 initialization of inheriting styles failed when the
12328 dont-override flag is set.
12329
12330 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12331 on this.
12332
123332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12334
12335 * cc-defs.el (c-forward-comment): Removed the workaround
12336 introduced in 5.38 since it had worse side-effects. If a line
12337 contains the string "//\"", it regarded the // as a comment
12338 start since the \ temporarily doesn't have escape syntax.
12339
123402000-07-17 Emmanuel Briot <briot@act-europe.fr>
12341
12342 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12343 ada-xref.el before ada-prj.el, so that the Project menu is created
12344 when ada-prj tries to add to it.
12345 (ada-activate-keys-for-case): Suppress the characters that are not
12346 part of the Ada syntax. Better compatibility with else-mode
12347 (ada-adjust-case-interactive): When auto-casing is not active,
12348 correctly insert newlines (used to insert only ^M). Prevent the
12349 syntax table from being changed in case of an error
12350 (or '_' becomes part of a word and some commands are confused).
12351 Do nothing if ada-auto-case is nil.
12352 (ada-after-keyword-p): Ignore keywords that are also attributes
12353 (ada-batch-reformat): Update usage comment
12354 (ada-call-from-contextual-menu): New function
12355 (ada-case-read-exceptions): Reinitialize the casing exception list
12356 first to nil first, so that the casing exception file can be
12357 shared.
12358 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12359 files.
12360 (ada-compile-goto-error): Fix regexp used to detect a file:line
12361 anywhere in the error message
12362 (ada-contextual-menu-last-point): New variable
12363 (ada-create-keymap): If the variable delete-key-deletes-forward is
12364 t on XEmacs, it means that DEL should delete one character
12365 forward.
12366 (ada-create-menu): Use :included instead of :visible for XEmacs.
12367 New submenu "Options".
12368 (ada-end-stmt-re): Correctly indent "select ... then abort"
12369 statements.
12370 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12371 even if they don't match ada-fill-comment-prefix Fix handling of
12372 paragraphs on the first or last line of a file.
12373 (ada-format-paramlist): Fix handling of default parameter values.
12374 (ada-get-body-name): New function.
12375 (ada-get-current-indent): Optimized by searchling directly for an
12376 existing generic part or a statement outside of it. Handle
12377 ada-indent-align-comments when indenting comments Replaced some
12378 regexps by testing directly the next character. This results in a
12379 huge speedup on some files. New indentation scheme for renames
12380 statements. Stop looking for the 'while' or 'for' associated with
12381 a 'loop' at the first semicolon encountered. A "return" can also
12382 match an anonymous access subprogram declaration.
12383 (ada-get-indent-noindent): Ignore strings and comments when
12384 looking for the keywords "record" and "private".
12385 (ada-goto-matching-decl-start): When matching "if", make sure we
12386 are not in fact seeing "end if". Ignore "when" statements except
12387 when initial keyword was "begin". Fix handling of nested
12388 procedures. Add a recursive call to this function to skip over
12389 other 'end' statmts. Fix indentation for "when .. => begin"
12390 (ada-in-open-paren-p): Fix indentation for complex boolean
12391 expressions, where 'and then', 'or else' and parenthesis
12392 statements are mixed up.
12393 (ada-in-paramlist-p): Skip comments while searching for the
12394 beginning Fix handling of operator declarations.
12395 (ada-indent-align-comments): New variable
12396 (ada-indent-current): Change the syntax table only in the
12397 protected section, so that we are sure it is restored correctly.
12398 (ada-indent-on-previous-lines): Use ada-use-indent and
12399 ada-with-indent Correctly indent "select ... then"
12400 (ada-indent-region): Slight speedup.
12401 (ada-indent-renames): New variable.
12402 (ada-last-which-function-subprog, ada-last-which-function-line):
12403 New variables
12404 (ada-looking-at-semi-private): Correctly indent the 'private'
12405 keyword when it is the first word in a package declaration.
12406 (ada-loose-case-word): Stop searching if at the end of the buffer.
12407 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12408 even if point is not initially at the end of the word.
12409 (ada-matching-decl-start-re): Add "when".
12410 (ada-mode): Add support for abbrev-mode, outline-mode and
12411 which-func-mode Override the old find-file.el entry in
12412 ff-special-constructs since it is using the obsolete
12413 ada-spec-suffix variable
12414 (ada-no-auto-case): New function
12415 (ada-scan-paramlist): When parsing the argument type, accept
12416 spaces (as in "X 'Class", generated by Rational Rose).
12417 (ada-other-file-name): No longer loads the other file.
12418 (ada-popup-menu): Save and restore the current buffer and cursor
12419 position before and after displaying the menu.
12420 (ada-search-ignore-complex-boolean): New function.
12421 (ada-uncomment-region): Emacs21 already knows how to delete
12422 comments not starting in the first column.
12423 (ada-use-indent): New variable
12424 (ada-which-function): New function.
12425 (ada-with-indent): New variable
12426 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12427 can be batch-compiled from the command line.
12428
12429 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12430 Add to the menu when the file is loaded, not in ada-mode-hook.
12431 Add -toolbar to the default ddd command Switches moved from
12432 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12433 ada-prj-default-comp-opt
12434 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12435 Reference Manual to the menu
12436 (ada-check-current): rewritten as a call to ada-compile-current
12437 (ada-compile): Removed.
12438 (ada-compile-application, ada-compile-current, ada-check-current):
12439 Set the compilation-search-path so that compile.el automatically
12440 finds the sources in src_dir. Automatic scrollong of the
12441 compilation buffer. C-uC-cC-c asks for confirmation before
12442 compiling
12443 (ada-compile-current): New parameter, prj-field
12444 (ada-complete-identifier): Load the .ali file before doing
12445 processing
12446 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12447 conform to gnatmake's behavior.
12448 (ada-find-file-in-dir): New function
12449 (ada-find-references): Set the environment variables for gnatfind
12450 (ada-find-src-file-in-dir): New function.
12451 (ada-first-non-nil): Removed
12452 (ada-gdb-application): Add support for jdb, the java debugger.
12453 (ada-get-ada-file-name): Load the original-file first if not done
12454 yet.
12455 (ada-get-all-references): Handles the new ali syntax (parent types
12456 are found between <>).
12457 (ada-initialize-runtime-library): New function
12458 (ada-mode-hook): Always load a project file when a file is opened,
12459 so that the casing exceptions are correctly read.
12460 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12461 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12462 to open the project file, since the latter does not work with
12463 speedbar Get default values before loading the prj file, or the
12464 default executable file name is wrong. Use the absolute value of
12465 src_dir to initialize ada-search-directories and
12466 compilation-search-path,... Add the standard runtime library to
12467 the search path for find-file.
12468 (ada-prj-default-debugger): Was missing an opening '{'
12469 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12470 variables.
12471 (ada-prj-default-gnatmake-opt): New variable
12472 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12473 buffers, the project file is the default one Save the windows
12474 configuration before displaying the menu.
12475 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12476 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12477 ...) regexp-quote identifiers names to support operators +,
12478 -,... in regexps.
12479 (ada-remote): New function.
12480 (ada-run-application): Erase the output buffer before starting the
12481 run Support remote execution of the application. Use
12482 call-process, or the arguments are incorrectly parsed
12483 (ada-set-default-project-file): Reread the content of the active
12484 project file, not the one from the current buffer When a project
12485 file is set as the default project, all directories are
12486 automatically associated with it.
12487 (ada-set-environment): New function
12488 (ada-treat-cmd-string): New special variable ${current}
12489 (ada-treat-cmd-string): Revised. The substitution is now done for
12490 any ${...} substring
12491 (ada-xref-current): If no body was found, compiles the spec
12492 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12493 compiler to get rid of command line length limitations.
12494 (ada-xref-get-project-field): New function
12495 (ada-xref-project-files): New variable
12496 (ada-xref-runtime-library-specs-path)
12497 (ada-xref-runtime-library-ali-path): New variables
12498 (ada-xref-set-default-prj-values): Default run command now does a
12499 cd to the build directory. New field: main_unit Provide a default
12500 file name even if the current buffer has no prj file.
12501
12502 * ada-prj.el:
12503 Rewritten to show a tabbed-dialog.
12504 (ada-prj-add-ada-menu): Remove the map and name parameters.
12505 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12506 New function
12507 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12508 (ada-prj-load-from-file): New function
12509 (ada-prj-save): Always save fields that depend on the current buffer
12510 (ada-prj-show-value): New function
12511
12512 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12513 Ada mode. This will allow us to display the Ada menu in any buffer
12514 we want (for project items).
12515 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12516 number of spaces in the header.
12517
125182000-07-24 Dave Love <fx@gnu.org>
12519
12520 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12521
125222000-07-23 Noah Friedman <friedman@splode.com>
12523
12524 * type-break.el (type-break): perform autosave.
12525 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12526 (type-break-do-query): Cancel query schedule while performing
12527 actual query, to avoid possibility of a second query being made
12528 while first one is already in progress.
12529 (type-break-time-stamp-format): New variable.
12530 (type-break-time-stamp): New function.
12531 (type-break-time-warning): Use it.
12532 (type-break-keystroke-warning): Use it.
12533 (type-break-noninteractive-query): Use it.
12534
12535 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12536 cookie.
12537 Use add-minor-mode to set minor-mode-alist, if available.
12538 (eldoc-echo-area-use-multiline-p): New user option.
12539 (eldoc-echo-area-multiline-supported-p): New variable.
12540 (eldoc-docstring-format-sym-doc): Use them.
12541 (eldoc-mode): If not using idle timers, append to local post and
12542 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12543 (eldoc-display-message-no-interference-p): Don't interfere with
12544 edebug.
12545 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12546 (eldoc-function-arglist): New function.
12547 (eldoc-function-argstring): Use it.
12548
12549 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12550 auto save directory exists before calling directory-files.
12551
125522000-07-23 Dave Love <fx@gnu.org>
12553
12554 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12555 ^o, ^u.
12556
125572000-07-21 Dave Love <fx@gnu.org>
12558
12559 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12560 now passed to the function. It now works properly.
12561
12562 * smerge-mode.el (smerge-mode-menu): Fill it out.
12563
125642000-07-20 Gerd Moellmann <gerd@gnu.org>
12565
12566 * info-look.el (info-lookup): If *info* is shown in another frame
12567 on the same display, select that frame, instead of switching to
12568 the Info buffer in another window of the selected frame.
12569
12570 * simple.el (universal-argument-map): Bind numeric keypad keys
12571 kp-0 to kp-9 and kp-subtract.
12572 (digit-argument): Handle these keys.
12573
125742000-07-20 Dave Love <fx@gnu.org>
12575
12576 * net/goto-addr.el (goto-address-fontify): Don't bother with
12577 buffer-modified and read-only stuff -- irrelevant with overlays.
12578 Put an extra property on the overlays and use it to clean up in
12579 case goto-address is re-run.
12580
125812000-07-19 Richard M. Stallman <rms@gnu.org>
12582
12583 * timer.el (run-with-idle-timer): Doc fix.
12584
12585 * mail/mail-utils.el (mail-strip-quoted-names):
12586 Handle case where <...> appears inside "...".
12587 Use replace-match to edit the string more simply.
12588 (rmail-dont-reply-to): Cope with an unmatched ".
12589
125902000-07-19 Dave Love <fx@gnu.org>
12591
12592 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12593 implementation.
12594
12595 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12596 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12597 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12598
125992000-07-19 Gerd Moellmann <gerd@gnu.org>
12600
12601 * textmodes/refer.el: Correct maintainer's email address.
12602
12603 * progmodes/hideif.el: Correct author's email address.
12604 Fix typo in comment.
12605
12606 * xml.el: New file.
12607
12608 * mail/mailheader.el: Correct author's mail address.
12609
12610 * gnus/parse-time.el: Correct author's mail address.
12611
126122000-07-19 Colin Walters <walters@cis.ohio-state.edu>
12613
12614 * comint.el (comint-highlight-input, comint-highlight-face):
12615 New user options.
12616 (comint-input-ring-file-name): Change custom type.
12617 (comint-mode-map): Bind mouse-2.
12618 (comint-insert-clicked-input): New function.
12619 (comint-send-input): Handle input highlighting.
12620
126212000-07-18 Stefan Monnier <monnier@cs.yale.edu>
12622
12623 * mouse.el (popup-menu): New function.
12624 (mouse-major-mode-menu): Use it.
12625
126262000-07-18 Dave Love <fx@gnu.org>
12627
12628 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12629 improvements.
12630
126312000-07-18 Gerd Moellmann <gerd@gnu.org>
12632
12633 * faces.el (face-font-selection-order)
12634 (face-font-family-alternatives): Add custom type.
12635
126362000-07-18 Dave Love <fx@gnu.org>
12637
12638 * cus-edit.el (custom-variable-reset-saved)
12639 (custom-variable-reset-standard): Remove unused bindings.
12640
12641 * rect.el (open-rectangle-line): Remove unused let.
12642
12643 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12644
126452000-07-18 Gerd Moellmann <gerd@gnu.org>
12646
12647 * cdl.el: Fix `Maintainer' keyword.
12648
12649 * play/pong.el: Add author's email address.
12650
126512000-07-17 Sam Steingold <sds@gnu.org>
12652
12653 * files.el (insert-directory): Call `split-string' instead of
12654 re-implementing it.
12655
126562000-07-18 Gerd Moellmann <gerd@gnu.org>
12657
12658 * mail/vms-pmail.el: Change maintainer to FSF.
12659
12660 * net/goto-addr.el: Change maintainer to FSF.
12661
12662 * info.el (Info-title-face-alist): Removed.
12663
126642000-07-18 David Ponce <david@dponce.com>
12665
12666 * recentf.el (recentf-open-files): New command that works like
12667 `recentf-open-more-files', but shows the whole list of files (not just
12668 those omitted from the menu). Useful if you don't use a menu-bar!
12669 (recentf-open-more-files) Modified to use `recentf-open-files'.
12670
12671 (recentf-open-files, recentf-open-more-files)
12672 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12673
12674 (recentf-dialog-mode): New mode for dialogs. You can now just type
12675 "q" to cancel the dialogs.
12676
126772000-07-18 David Ponce <david@dponce.com>
12678
12679 * recentf.el: This is a major update of recentf.el. It adds new
12680 features to better organize the recentf menu and "More..." buffer.
12681
12682 Using new provided menu filtering functions you can now organize the
12683 recent files list:
12684
12685 - by major modes
12686 - by directories
12687 - by user defined rules
12688
12689 Finally, with the new `recentf-filter-changer' customizable filter you
12690 can define a ring of filters and dynamically (via the menu) cycle on
12691 each menu organization in the ring (a la msb).
12692
126932000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12694
12695 * eshell/eshell.el (eshell): Replace links to eshell.info with
12696 links to eshell, to avoid problems on systems where the manual is
12697 installed as `eshell'.
12698 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12699 * eshell/em-smart.el (eshell-smart): Ditto.
12700 * eshell/em-banner.el (eshell-banner): Ditto.
12701 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12702
12703 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12704 same-file check in the MS-DOS version (it does support inodes).
12705
12706 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12707
12708 * eshell/eshell.el (eshell-directory-name):
12709 Run default directory name through convert-standard-filename.
12710
127112000-07-18 Kenichi Handa <handa@etl.go.jp>
12712
12713 * international/mule-cmds.el (select-safe-coding-system):
12714 Fix typo in the comment.
12715
12716 * language/european.el (compound-text):
12717 Force katakana-jisx0201 to be designated to G1.
12718
12719 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12720 Don't translate some national variant characters of latin-jisx0201.
12721 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12722
12723 * international/kkc.el (kkc-after-update-conversion-functions):
12724 New variable.
12725 (kkc-update-conversion): Run functions in it at the tail.
12726
127272000-07-16 John Wiegley <johnw@gnu.org>
12728
12729 * lisp/align.el (align-newline-and-indent):
12730 Adding new function. for auto-aligning blocks of code on RET.
12731 (align-region): Fixed badly formatted minibuffer message.
12732
127332000-07-17 Kenichi Handa <handa@etl.go.jp>
12734
12735 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12736 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12737 the conversion list at first if appropriate.
12738 (kkc-next): Don't update kkc-next-count here.
12739 (kkc-prev): Don't update kkc-prev-count here.
12740 (kkc-show-conversion-list-update): Fix setting up of conversion
12741 list message.
12742
127432000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12744
12745 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12746
127472000-07-16 Dave Love <fx@gnu.org>
12748
12749 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12750 function to be more specific.
12751
12752 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12753 non-string help-echo.
12754 (widget-types-convert-widget): Defsubst it.
12755 (widget-echo-help): Try to cope with a help-echo function of two
12756 possible sorts.
12757
127582000-07-15 Jason Rumney <jasonr@gnu.org>
12759
12760 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12761 Declare as obsolete.
12762
12763 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12764
127652000-07-14 Gerd Moellmann <gerd@gnu.org>
12766
12767 * hilit-chg.el: Fix typo.
12768
127692000-07-14 Dave Love <fx@gnu.org>
12770
12771 * info.el (Info-mode-menu): Fix use of :help, :enable.
12772
127732000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12774
12775 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12776
127772000-07-13 Dave Love <fx@gnu.org>
12778
12779 * emacs-lisp/easymenu.el: Doc fixes.
12780 (easy-menu-remove): Defalias to ignore.
12781
12782 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12783 Call throw correctly.
12784
127852000-07-13 Gerd Moellmann <gerd@gnu.org>
12786
12787 * faces.el (frame-background-mode): Doc fix.
12788
12789 * simple.el (eval-expression-print-length): Change custom type to
12790 allow entering nil as value.
12791
127922000-07-13 Dave Love <fx@gnu.org>
12793
12794 * progmodes/fortran.el (fortran-imenu-generic-expression):
12795 Change definition layout.
12796 (fortran-mode-menu): Reinstate customize entries.
12797
12798 * cus-edit.el (custom-group-menu-create, customize-menu-create):
12799 Use :filter, per old XEmacs code.
12800
128012000-07-12 Gerd Moellmann <gerd@gnu.org>
12802
12803 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12804 event when deciding what to send to the terminal.
12805
128062000-07-12 Dave Love <fx@gnu.org>
12807
12808 * cus-start.el: Add optional version as 4th element of specs and
12809 use it for several things new in v21. Remove load-path. Fix type
12810 of line-number-display-limit.
12811
128122000-07-11 Dave Love <fx@gnu.org>
12813
12814 * progmodes/fortran.el: Don't require easymenu.
12815 Use repeat counts in various regexps.
12816 (fortran-mode-syntax-table): Defvar directly.
12817 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12818 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12819 Use defvar, not defconst.
12820 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
12821 (fortran-mode): Set fortran-comment-line-start-skip,
12822 fortran-comment-line-start-skip, dabbrev-case-fold-search.
12823 (fortran-comment-indent): Use defsubst.
12824 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12825 Use fortran-comment-indent, not fortran-comment-indent-function.
12826 (fortran-comment-region, fortran-electric-line-number): Simplify.
12827 (fortran-auto-fill): New function.
12828 (fortran-do-auto-fill): Deleted.
12829 (fortran-find-comment-start-skip):
12830 Check for non-null comment-start-skip.
12831 (fortran-auto-fill-mode, fortran-fill-statement):
12832 Use fortran-auto-fill.
12833 (fortran-fill): Use fortran-auto-fill. Check for null
12834 comment-start-skip. Simplify final clause and use end-of-line finally.
12835
12836 * widget.el (widget-plist-member): New alias.
12837
128382000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
12839
12840 * eshell/esh-module.el (toplevel): Reference
12841 byte-compile-current-file only if it is bound.
12842
128432000-07-10 Gerd Moellmann <gerd@gnu.org>
12844
12845 * dired.el: Don't require `dired-aux'.
12846
128472000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12848
12849 * dired-aux.el (dired-show-file-type): New function.
12850 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12851 (dired-show-file-type): Add autoload.
12852
128532000-07-10 Kenichi Handa <handa@etl.go.jp>
12854
12855 * international/mule-diag.el (describe-font): Adjusted for the
12856 change of fontset-info.
12857 (print-fontset): Likewise.
12858
128592000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12860
12861 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12862
128632000-07-07 Gerd Moellmann <gerd@gnu.org>
12864
12865 * bindings.el: Bind `[delete]' to delete-char.
12866
12867 * dired.el (dired-find-alternate-file): New function.
12868 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12869 (toplevel): Require dired-aux when compiling.
12870 (dired-buffers): Move defvar within file to avoid compiler warning.
12871
12872 * info.el (Info-last-search): Variable removed.
12873 (Info-search-history): New variable.
12874 (Info-search): New Info-search-history.
12875
12876 * battery.el, info-look.el: Change author's mail address.
12877
128782000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12879
12880 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12881 if rmail-ignored-headers is nil.
12882 (rmail-retry-failure): Bind rmail-ignored-headers and
12883 rmail-displayed-headers to nil.
12884
128852000-07-06 Gerd Moellmann <gerd@gnu.org>
12886
12887 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12888 (print-region-1): Don't hard code `-h' here.
12889
12890 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12891
128922000-07-01 Francesco Potorti` <pot@gnu.org>
12893
12894 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12895 exim can use "your message" instead of "the message".
12896
128972000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12898
12899 * facemenu.el: Docstrings fixes.
12900 (facemenu-get-face): Don't use internal-find-face.
12901 (facemenu-iterate): Rename arg to match the docstring.
12902
12903 * newcomment.el (uncomment-region): Be more careful when skipping
12904 backwards over `=' not to bump into BOBP.
12905
129062000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12907
12908 * ediff-diff.el (ediff-wordify): Use syntax table.
12909 * ediff-init.el (ediff-has-face-support-p): Use
12910 ediff-color-display-p.
12911 (ediff-color-display-p): Use display-color-p, changed to defun
12912 from defsubst.
12913 Got rid of special cases for NeXT and OS/2.
12914 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12915 face.
12916
129172000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12918
12919 * emacs-lisp/lucid.el: Require CL.
12920 (copy-tree, remprop): Remove, it's provided by CL.
12921 (map-keymap): Define in terms of cl-map-keymap.
12922 (extent-property, set-extent-end-glyph): New functions.
12923
12924 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12925
129262000-07-05 Gerd Moellmann <gerd@gnu.org>
12927
12928 * Makefile.in (DONTCOMPILE): Add comment that the name may
12929 not be changed without changing the make-dist script.
12930
12931 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12932 (cl-mapc): Use mapc instead of cl-old-mapc.
12933
129342000-07-05 Andrew Innes <andrewi@gnu.org>
12935
12936 * makefile.nt: Add support for `bootstrap' and related targets.
12937
129382000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12939
12940 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12941 (easy-menu-do-define): Use `menu-item' format.
12942 Handle case where easy-menu-create-menu returns a symbol.
12943 Manually call the potential top-level filter in the function binding.
12944 (easy-menu-filter-return): New arg NAME.
12945 Convert to a keymap if MENU is an XEmacs menu.
12946 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12947 (easy-menu-converted-items-table, easy-menu-convert-item):
12948 New var and fun to memoize easy-menu-convert-item-1.
12949 (easy-menu-do-add-item): Use it.
12950 (easy-menu-create-menu): Use easy-menu-convert-item.
12951 Wrap easy-menu-filter-return around any :filter specification.
12952 Don't convert the menu if a filter was specified.
12953 Tell easy-menu-make-symbol not to check for MENU being an expression.
12954 (easy-menu-make-symbol): New arg NOEXP.
12955
129562000-07-05 Gerd Moellmann <gerd@gnu.org>
12957
12958 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12959 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12960 (eval-defun): If called with prefix arg, instrument code for
12961 Edebug.
12962
12963 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12964 similar to that of eval-defun.
12965
129662000-07-04 Dave Love <fx@gnu.org>
12967
12968 * hl-line.el (hl-line-overlay): Make it permanent-local.
12969
12970 * calendar/todo-mode.el: Replaced with a working version, based on
12971 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12972
129732000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12974
12975 * paths.el (prune-directory-list): New function.
12976 (Info-default-directory-list): Rewritten to more methodically
12977 enumerate a big list of possible info directories (based on the
12978 list used by the standalone info reader).
12979
12980 * info.el (info-initialize): Use prune-directory-list to remove
12981 non-existent directories from Info-directory-list.
12982
12983 * paths.el (Info-default-directory-list): Try a list of possible
12984 info-directories instead of a single one. Add the possible
12985 info directory "/usr/share/info".
12986
12987 * woman.el (woman-man.conf-path): Explicitly include the debian
12988 man-db config file "/etc/manpath.config".
12989 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12990 are present in `manpath.config'.
12991 (woman-manpath): Include "/usr/share/man".
12992
129932000-07-03 Gerd Moellmann <gerd@gnu.org>
12994
12995 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12996
12997 * startup.el (command-line): Initialize blink-cursor based
12998 on window-system.
12999
13000 * frame.el (blink-cursor): Default to nil if not running under
13001 a window-system.
13002
13003 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13004 (face-x-resources): Remove duplicate entry for :font.
13005
13006 * textmodes/refer.el (refer-find-entry-internal): Use some-window
13007 instead of cycling through windows with next-window.
13008
13009 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13010 of cycling through windows with next-window.
13011
13012 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13013 of cycling through windows with next-window.
13014
13015 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13016 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13017 instead of cycling through windows with next-window.
13018
13019 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13020 instead of cycling through windows with next-window.
13021
13022 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13023 of cycling through windows with next-window.
13024
13025 * terminal.el (te-process-output): Use walk-windows instead of
13026 cycling through windows with next-window.
13027
13028 * server.el (server-switch-buffer): Use some-window instead of
13029 cycling through windows with next-window.
13030
13031 * window.el (some-window): New function.
13032 (walk-windows): Remove reference to walk-windows-start.
13033
13034 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13035
130362000-07-03 Richard Stallman <rms@gnu.org>
13037
13038 * window.el (walk-windows): Guarantee termination by keeping a list
13039 of all the windows already handled.
13040
130412000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13042
13043 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13044 window-system.
13045
13046 * man.el (Man-notify-when-ready): Don't use window-system. If
13047 Man-notify-method is newframe, and the display is not
13048 multi-frame, select the frame created for the man page.
13049 (Man-init-defvars): Doc fix.
13050
130512000-06-28 Gerd Moellmann <gerd@gnu.org>
13052
13053 * faces.el (region): Change background color for light background.
13054
13055 * ediff-wind.el (ediff-setup-control-frame): Remove :box
13056 attribute from mode-line face of Ediff control frame.
13057
13058 * replace.el (query-replace-map): Bind `e' like `E'.
13059
130602000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13061
13062 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13063 Change name to "Select All".
13064
13065 * dos-fns.el (convert-standard-filename): Fix last change.
13066
130672000-06-27 Gerd Moellmann <gerd@gnu.org>
13068
13069 * help.el (describe-variable): Don't insert a second `'s' in front
13070 of the string `value is shown below'. Since the syntax-table is
13071 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13072 an existing `'s', so that this won't be deleted.
13073
13074 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13075 * pcmpl-unix.el: New files.
13076
130772000-06-26 Stefan Monnier <monnier@cs.yale.edu>
13078
13079 * wid-edit.el (widget-member): Use the new plist-member.
13080
130812000-06-26 Gerd Moellmann <gerd@gnu.org>
13082
13083 * replace.el (perform-replace): Undo change of 2000-04-04.
13084 Instead, move backward 1 character at the end of the loop when
13085 necessary.
13086
13087 * faces.el (fringe): Change face for different backgrounds.
13088
13089 * eshell/esh-module.el (toplevel): Load defgroup's differently;
13090 patch from John.
13091
13092 * eshell/*.el: Change spelling of the Free Software Foundation.
13093
13094 * eshell/esh-toggle.el: Removed.
13095
13096 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13097
13098 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13099 interactively.
13100
131012000-06-26 Alex Schroeder <alex@gnu.org>
13102
13103 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13104 `define-key'; instead of checking `(emacs-version)' check for
13105 `set-keymap-parent' and `set-keymap-name' directly. Add entries
13106 for `;' and `o' which might be electric.
13107
13108 (sql-electric-stuff): New user option.
13109 (sql-magic-go): New function which uses `sql-electric-stuff'.
13110 (sql-magic-semicolon): New function which uses
13111 `sql-electric-stuff'.
13112
13113 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13114 is not fboundp.
13115
13116 (sql-oracle-options): New variable.
13117 (sql-oracle): Use it.
13118
13119 (sql-imenu-generic-expression): Doc change.
13120 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13121 is used.
13122
13123 (sql-informix): Added command line parameter "-" to force
13124 sql-informix-program to use stdout.
13125
131262000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13127
13128 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13129 (cp864-decode-table): Doc fix.
13130 (cp720-decode-table): New variable, supports the Arabic OEM
13131 codepage used by Windows.
13132 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13133
131342000-06-23 Dave Love <fx@gnu.org>
13135
13136 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13137 (font-lock-fontify-anchored-keywords): Use
13138 line-beginning-position.
13139 (global-font-lock-mode): Use mapc.
13140
131412000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13142
13143 * eshell/esh-module.el: Require CL when compiling.
13144
131452000-06-23 Gerd Moellmann <gerd@gnu.org>
13146
13147 * comint.el (comint-substitute-in-file-name): Call replace-match
13148 with second and third arg t.
13149
13150 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13151 Specify foreground color.
13152
13153 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13154 color.
13155
13156 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13157
13158 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13159 cddr instead of cdddr.
13160
13161 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13162 instead of copy-list.
13163
13164 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13165 of copy-list.
13166
13167 * subdirs.el: Add eshell subdirectory.
13168
13169 * eshell: New subdirectory containing the Eshell package.
13170
13171 * pcomplete.el: New file.
13172
131732000-06-23 Paul Eggert <eggert@twinsun.com>
13174
13175 * mail/mailpost.el (post-mail-send-it): Make sure file has
13176 proper permissions from birth.
13177
13178 * files.el (basic-save-buffer-2): When temporarily setting
13179 file modes, set them to current modes plus 0200, not to 0777.
13180
13181 * emerge.el (emerge-make-temp-file): Make sure file has proper
13182 permissions from birth.
13183
131842000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13185
13186 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13187 backup file name through convert-standard-filename.
13188
13189 * dos-fns.el (convert-standard-filename): Convert leading
13190 directories as well. When long file names are supported, convert
13191 characters that are invalid in Windows file names.
13192
131932000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13194
13195 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13196 ps-print crashes. New feature: page selection for printing. Create
13197 raw-text-unix coding system for XEmacs. Doc fix.
13198 (ps-print-version): New version number (5.2.3).
13199 (ps-plot-region): Bug fix.
13200 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13201 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13202 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13203 funs.
13204 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13205 (ps-last-page): New vars.
13206
132072000-06-21 Gerd Moellmann <gerd@gnu.org>
13208
13209 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13210 empty option string.
13211
132122000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13213
13214 * man.el (man): Doc fix.
13215
132162000-06-21 Kenichi Handa <handa@etl.go.jp>
13217
13218 * international/mule-cmds.el (set-language-info-alist): Docstring
13219 fixed.
13220
132212000-06-20 Gerd Moellmann <gerd@gnu.org>
13222
13223 * version.el (emacs-version): Use ISO date format.
13224
13225 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13226 instead of `M-backspace'.
13227
13228 * simple.el (turn-off-auto-fill): New function.
13229
132302000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13231
13232 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13233 Renamed from with-buffer-prepared-for-font-lock and use
13234 inhibit-modification-hooks rather than setting *-change-functions.
13235 Update all functions to use the new name.
13236 (jit-lock-first-unfontify-pos): New semantics (and doc).
13237 (jit-lock-mode): Make non-interactive.
13238 Don't automatically turn on font-lock.
13239 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13240 Always use jit-lock-after-change.
13241 Remove and restore font-lock-after-change-function.
13242 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13243 (jit-lock-after-unfontify-buffer): Remove.
13244 (jit-lock-stealth-fontify):
13245 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13246 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13247
132482000-06-20 Sam Steingold <sds@gnu.org>
13249
13250 * emacs-lisp/cl-indent.el (toplevel): Indent
13251 `print-unreadable-object' properly. Untabify.
13252
132532000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13254
13255 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13256 Support for bibentry.
13257 (reftex-compile-variables): Fixed problem with end of section-re.
13258
13259 * texmodes/reftex-dcr.el (reftex-view-crossref,
13260 reftex-view-crossref-from-bibtex):
13261 Deal with changed `reftex-find-citation-regexp-format'.
13262 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13263 Replaced `remprop' with `put'.
13264 (reftex-view-crossref, reftex-view-crossref-when-idle):
13265 Support for bibentry.
13266
13267 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13268 New entry for bibentry package.
13269
13270 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13271 Regexp also matches "\nobibliography".
13272
13273 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13274 Call `reftex-ensure-write-access' before doing anything.
13275 (reftex-ensure-write-access): New function.
13276
132772000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13278
13279 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13280
13281 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13282
13283 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13284
13285 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13286
13287
132882000-06-20 Dave Love <fx@gnu.org>
13289
13290 * faces.el (frame-background-mode): Use set-default, not set, in
13291 setter.
13292 (frame-update-faces, frame-update-face-colors): Define with
13293 defalias.
13294
13295 * enriched.el (enriched-decode-foreground)
13296 (enriched-decode-background): Don't use internal-find-face.
13297
13298 * apropos.el: Doc fixes.
13299
13300 * cus-edit.el (customize-changed-options): Check arg.
13301 (customize-version-lessp): Don't require decimal point.
13302
13303 * custom.el (defcustom, defgroup): Doc fix.
13304
13305 * newcomment.el (comment) <defgroup>: Add :version.
13306 (comment-multi-line): Doc fix.
13307
13308 * emulation/mlsupport.el (define-hooked-local-abbrev,
13309 define-hooked-global-abbrev): Fix, using define-abbrev.
13310
133112000-06-19 Gerd Moellmann <gerd@gnu.org>
13312
13313 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13314 the whole buffer.
13315
133162000-06-19 Dave Love <fx@gnu.org>
13317
13318 * menu-bar.el (menu-bar-options-save): New function.
13319 (menu-bar-options-menu): Use it.
13320 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13321 Simplify.
13322
133232000-06-19 Andreas Schwab <schwab@suse.de>
13324
13325 * progmodes/etags.el (tags-query-replace): Put new parameters
13326 START and END at the end, for backward compatibility.
13327
133282000-06-19 Kenichi Handa <handa@etl.go.jp>
13329
13330 * international/codepage.el:
13331 (cp-coding-system-for-codepage-1): Delete special codes for
13332 generating xxx-dos coding system because now a CCL based coding
13333 system can handle EOL conversion by default.
13334
13335 * international/mule.el (make-coding-system): Generate subsidiary
13336 coding systems for EOL handling variants even for a CCL based
13337 coding system.
13338
133392000-06-19 Kenichi Handa <handa@etl.go.jp>
13340
13341 * international/isearch-x.el (isearch-minibuffer-input-method)
13342 (isearch-minibuffer-input-method-function): These variables
13343 deleted.
13344 (isearch-with-input-method): Don't use the above variables.
13345 (isearch-process-search-multibyte-characters): Likewise. Call
13346 read-string with the arg INHERIT-INPUT-METHOD t.
13347
133482000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13349
13350 * font-lock.el (font-lock-after-fontify-buffer)
13351 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13352
13353 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13354 Use consistent make-local-variable style for font-lock-fontified.
13355 (jit-lock-fontify-buffer):
13356 Don't bother checking for font-lock-mode and jit-lock-mode.
13357
13358 * time.el: Remove trailing ^M that prevent CVS-merging.
13359
133602000-06-16 Gerd Moellmann <gerd@gnu.org>
13361
13362 * Makefile.in (distclean): New target.
13363
133642000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13365
13366 * Makefile.in (srcdir): Define for update-subdirs.
13367
133682000-06-16 Gerd Moellmann <gerd@gnu.org>
13369
13370 * find-lisp.el: New file.
13371
133722000-06-16 Andrew Innes <andrewi@gnu.org>
13373
13374 * time.el (display-time-mail-function): New variable, to allow
13375 external packages to indicate when new mail is available.
13376 (display-time-update): Use it.
13377
133782000-06-16 Kenichi Handa <handa@etl.go.jp>
13379
13380 * international/mule.el (mule-version): Change version name to
13381 SAKAKI. AOI has already been used by Meadow.
13382
13383 * international/quail.el (quail-show-guidance-buf): To find the
13384 bottom window (but minibuffer), pay attention to the height of
13385 minibuffer.
13386
133872000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13388
13389 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13390 menu-bar menus. Add help strings. Don't remove the Edit menu
13391 from the menu bar, as the menu bar has enough space now.
13392
13393 * Makefile.in (SHELL): Make sure /bin/sh is used.
13394
13395 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13396 characters, which use series of two ^H characters instead of one.
13397
133982000-06-15 Gerd Moellmann <gerd@gnu.org>
13399
13400 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13401 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13402 functions.
13403 (Info-find-node-2): Try a case-sensitive search first, then
13404 do a case-insensitive search.
13405
13406 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13407 tutorials.
13408
13409 * complete.el (PC-env-vars-alist): New variable.
13410 (PC-complete-as-file-name): New function.
13411 (partial-completion-mode): Initialize PC-env-vars-alist from
13412 process-environment.
13413 (PC-do-completion): Handle completion of env vars.
13414
13415 * info.el (Info-set-mode-line): Show file name in mode line,
13416 use `*Info*' instead of `Info:'.
13417
13418 * startup.el (command-line-1): Change copyright messages to year
13419 2000.
13420
134212000-06-15 Dave Love <fx@gnu.org>
13422
13423 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13424 not local-map.
13425
134262000-06-15 Kenichi Handa <handa@etl.go.jp>
13427
13428 * international/mule.el (set-buffer-file-coding-system): Almost
13429 rewritten to handle `undecided' as no-op.
13430
134312000-06-14 Gerd Moellmann <gerd@gnu.org>
13432
13433 * Makefile.in: New file.
13434
13435 * Makefile: Removed.
13436
13437 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13438 (goto-address-highlight-keymap): Bind C-c RET.
13439
134402000-06-14 Kenichi Handa <handa@etl.go.jp>
13441
13442 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13443 inherits buffer-file-coding-system of the current buffer.
13444
13445 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13446 0. Give correct argument to set-auto-coding-function.
13447 (tar-expunge): For goto-char, use (point-min), not 0.
13448 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13449 (tar-subfile-save-buffer): Likewize.
13450
13451 * international/mule.el
13452 (after-insert-file-set-buffer-file-coding-system): Call
13453 set-buffer-file-coding-system with the arg FORCE t.
13454
134552000-06-13 Gerd Moellmann <gerd@gnu.org>
13456
13457 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13458 nil. Contemporary sendmails issue an X-Authentication-Warning if
13459 the sender is set with `-f'.
13460
134612000-06-13 Dave Love <fx@gnu.org>
13462
13463 * help.el (describe-function-1): Kluge around cases of functions
13464 fset to subrs whose doc doesn't match their symbol-name.
13465
13466 * image.el (insert-image): Default STRING to a space.
13467
13468 * info.el Doc fixes.
13469 (Info-build-node-completions): Match Ref tags.
13470
134712000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13472
13473 * frame.el (display-multi-frame-p, display-multi-font-p): New
13474 defaliases for display-graphic-p.
13475
13476 * hl-line.el: Fixed a typo in commentary.
13477
134782000-06-13 Kenichi Handa <handa@etl.go.jp>
13479
13480 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13481 fixed.
13482
134832000-06-12 Dave Love <fx@gnu.org>
13484
13485 * image.el (insert-image): Save a little consing.
13486
134872000-06-12 Kenichi Handa <handa@etl.go.jp>
13488
13489 * language/tibet-util.el: Convert all tibetan-1-column characters
13490 to the corresponding tibetan characters.
13491 (tibetan-add-components): Delete code for the special treatment of
13492 'a chung.
13493
13494 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13495 change.
13496 (tibetan-vowel-transcription-alist): More rules added.
13497 (tibetan-composite-vowel-alist): New variable.
13498 (tibetan-precomposition-rule-alist): More rules added.
13499
135002000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13501
13502 * startup.el (command-line): Only call menu-bar-mode if interactive.
13503
13504 * thingatpt.el (toplevel symbol-properties):
13505 * textmodes/makeinfo.el (makeinfo-compile):
13506 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13507 * progmodes/hideif.el (hif-compress-define-list)
13508 (hide-ifdef-use-define-alist):
13509 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13510 (ange-ftp-vms-add-file-entry):
13511 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13512 * man.el (Man-build-man-command):
13513 * mail/rnewspost.el (news-reply-header-hook):
13514 * info.el (Info-insert-dir):
13515 * emulation/mlconvert.el (backward-word, forward-word, setq):
13516 * emacs-lisp/gulp.el (gulp-send-requests):
13517 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13518 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13519 (byte-optimize-apply, end of file):
13520 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13521 (ad-make-freeze-definition):
13522 * startup.el (command-line, command-line-1): Don't quote lambdas.
13523
13524 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13525 (cvs-cleanup-removed): New function.
13526 (cvs-cleanup-functions): New var.
13527 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13528 some flexibility in specifying additional entries to auto-cleanup.
13529 (cvs-quickdir): New function.
13530 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13531 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13532 (cvs-mode-find-file): Check that we are on a filename or dirname
13533 when invoked through a mouse-click.
13534 (cvs-full-path): Remove.
13535 (cvs-dired-action): Re-introduced.
13536 (cvs-dired-noselect): Use it.
13537 (vc-post-command-functions): use this new hook if available.
13538
13539 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13540 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13541 (cvs-filename-map, cvs-dirname-map): Remove.
13542 (cvs-default-action): Remove.
13543 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13544 if the arg is really a keymap.
13545 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13546 Don't hardcode the mapping from state (aka type) to face, but check
13547 the var cvs-fi-<type>-face instead.
13548 (cvs-fileinfo-from-entries): New function.
13549
13550 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13551 Docstring fix.
13552 (cvs-find-file-and-jump): Change default to be safer.
13553 (cvs-mode-diff-map): Define it as a function as well.
13554 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13555 Bind mouse-2 in this global map rather than with text-properties.
13556
13557 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13558 file to resolve the ambiguity between C(conflict) and C(need-merge).
13559
135602000-06-12 Kenichi Handa <handa@etl.go.jp>
13561
13562 * international/mule.el (set-buffer-file-coding-system): If
13563 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13564 unconditionally.
13565
135662000-06-12 Dave Love <fx@gnu.org>
13567
13568 * wid-edit.el (widget-specify-button): Really suppress the face if
13569 required.
13570
135712000-06-11 Gerd Moellmann <gerd@gnu.org>
13572
13573 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13574
135752000-06-11 Stefan Monnier <monnier@cs.yale.edu>
13576
13577 * imenu.el (imenu-generic-expression): Docstring fix.
13578
13579 * composite.el (composition-function-table): Move the `put'
13580 below the autoload cookie so we can load the file before loaddefs.
13581
13582 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13583
13584 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13585 Handle easy-mmode-define-global-mode.
13586 For complex macros like define-minor-mode that can generate
13587 several autoload entries, try to autoload entries in the
13588 macroexpanded code.
13589
13590 * emacs-lisp/easy-mmode.el (define-minor-mode):
13591 If KEYMAP is a symbol, just use it.
13592 Use byte-compile-current-file and load-file-name to infer the
13593 proper :require to pass to defcustom.
13594 Wrap the hook var into `progn' so as not to autoload it.
13595 Add a :autoload-end cookie.
13596 Be more careful about the evaluation of KEYMAP.
13597 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13598 (define-derived-mode): Move define-abbrev-table outside of defvar.
13599
136002000-06-10 Stefan Monnier <monnier@cs.yale.edu>
13601
13602 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13603 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13604 (backup-compiled-files): Ignore errors during `tar'.
13605 (bootstrap): Make autoloads before elc files.
13606
136072000-06-10 Kenichi Handa <handa@etl.go.jp>
13608
13609 * international/mule.el (set-buffer-file-coding-system): If one of
13610 undecided-XXX is specified, change only EOL conversion.
13611
13612 * international/mule-conf.el (unix): New alias for the coding
13613 system undecided-unix.
13614
136152000-06-09 Dave Love <fx@gnu.org>
13616
13617 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
13618
13619 * progmodes/executable.el: Byte compile dynamic.
13620 (executable-insert): Change custom type.
13621 (executable-find): Add autoload cookie.
13622 (executable-make-buffer-file-executable-if-script-p): New
13623 function. After Noah Friedman.
13624
13625 * files.el (after-save-hook): Customize, with
13626 executable-make-buffer-file-executable-if-script-p as an option.
13627
136282000-06-09 Kenichi Handa <handa@etl.go.jp>
13629
13630 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13631 "tib24p-mule.bdf" for Tibetan.
13632
13633 * composite.el (decompose-composite-char): Declare it as obsolete.
13634
13635 * man.el (Man-fontify-manpage): Pay attention to underline and
13636 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13637
136382000-06-08 Gerd Moellmann <gerd@gnu.org>
13639
13640 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13641 Set maintainer to FSF since author isn't reachable.
13642
136432000-06-08 Dave Love <fx@gnu.org>
13644
13645 * international/mule-cmds.el (select-safe-coding-system): If
13646 DEFAULT-CODING-SYSTEM is not specified, also check the most
13647 preferred coding-system if buffer-file-coding-system is
13648 `undecided'. From Handa.
13649
136502000-06-08 Kenichi Handa <handa@etl.go.jp>
13651
13652 * international/mule.el
13653 (after-insert-file-set-buffer-file-coding-system): If the buffer
13654 size is greater than INSERTED, judget that we are not visiting.
13655
136562000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13657
13658 * whitespace.el (defgroup whitespace): Comment out `:version'.
13659 XEmacs 20.4 has problems defining the group with this present.
13660 We'll have this commented out till get resolve the problem.
13661
136622000-06-07 John Wiegley <johnw@gnu.org>
13663
13664 * align.el (align-dq-string-modes, align-sq-string-modes)
13665 (align-open-comment-modes): Add pyhton-mode.
13666 (align-rules-list): Use get-text-property instead of
13667 text-properties-at.
13668 (align-rules-list): Add python-assignment.
13669 (align-rules-list): Change perl-comma-delimiter to
13670 basic-comma-delimiter. Use if for Perl modes and python-mode.
13671 (align-rules-list): Add python-chain-logic and
13672 basic-line-continuation.
13673
136742000-06-07 Jari Aalto <jari.aalto@poboxes.com>
13675
13676 * apropos.el (apropos-mode-hook): New user variable.
13677 (apropos-mode): Run apropos-mode-hook.
13678
136792000-06-07 David Ponce <david@dponce.com>
13680
13681 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13682 commands. Require `wid-edit' at run-time.
13683
136842000-06-07 David Ponce <david@dponce.com>
13685
13686 * recentf.el: Added some "Commentary".
13687 (recentf-open-more-files, recentf-edit-list): Minor changes to
13688 move the point at the top of the file list. This behaviour is
13689 consistent with the menu one when the list contains a lot of
13690 files.
13691 (recentf-cleanup): Now displays the number of items removed from
13692 the list.
13693 (recentf-relative-filter) New menu filter to show filenames
13694 relative to `default-directory'.
13695
136962000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13697
13698 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13699 with/without giving an error if PostScript printer doesn't have this
13700 kind of page size. Zebra Stripe continues or restarts on next page.
13701 Manual/automatic paper feeding. Switch or not the header.
13702 (ps-print-version): New version number (5.2.2).
13703 (ps-windows-system): Include emx as a Windows system.
13704 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13705 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13706 (ps-background-text): Code fix.
13707 (ps-error-handler-message, ps-user-defined-prologue)
13708 (ps-print-prologue-header, ps-printer-name)
13709 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13710 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13711 (ps-use-face-background): Customization fix.
13712 (ps-n-up-database): Data fix.
13713 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13714 (ps-switch-header): New vars.
13715 (ps-xemacs-color-name, ps-face-foreground-name)
13716 (ps-face-background-name, ps-boolean-constant): New funs.
13717
137182000-06-07 Dave Love <fx@gnu.org>
13719
13720 * allout.el: New version from Manheimer.
13721
137222000-06-07 Kenichi Handa <handa@etl.go.jp>
13723
13724 * textmodes/fill.el (fill-find-break-point): Check the validity of
13725 charset.
13726
137272000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13728
13729 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13730 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13731 Call display-color-p and display-mouse-p instead of looking at
13732 window-system.
13733
137342000-06-06 Dave Love <fx@gnu.org>
13735
13736 * image.el (find-image): Doc fix. Return nil if image not found.
13737 (put-image, insert-image): Make STRING arg optional.
13738
137392000-06-06 Kenichi Handa <handa@etl.go.jp>
13740
13741 * language/vietnamese.el: Remove eval-when-compile.
13742 (viet-viscii-nonascii-translation-table): Define it as a
13743 translation table made from viet-viscii-decode-table.
13744 (viet-viscii-encode-table): Define it as a translation table made
13745 from the reverse map of above.
13746 (viet-vscii-nonascii-translation-table): Define it as a
13747 translation table made from viet-vscii-decode-table.
13748 (viet-vscii-encode-table): Define it as a translation table made
13749 from the reverse map of above.
13750 (ccl-decode-viscii): Use translate-character.
13751 (ccl-encode-viscii, ccl-encode-viscii-font)
13752 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13753 Likewize.
13754
13755 * language/cyrillic.el: Remove eval-when-compile.
13756 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13757 translation table made from cyrillic-koi8-r-decode-table.
13758 (cyrillic-koi8-r-encode-table): Define it as a translation table
13759 made from the reverse map of above.
13760 (ccl-decode-koi8): Use translate-character.
13761 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13762 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13763 a translation table made from cyrillic-alternativnyj-decode-table.
13764 (cyrillic-alternativnyj-encode-table): Define it as a translation
13765 table made from the reverse map of above.
13766 (ccl-decode-alternativnyj): Use translate-character.
13767 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13768 Likewize
13769
13770 * international/mule-diag.el (non-iso-charset-alist): Specify
13771 translation table symbol instead of translation table itself.
13772 (list-block-of-chars): CHARSET may be a translation table symbol.
13773
13774 * international/mule.el (make-coding-system): If CODING-SYSTEM
13775 already exists, override it.
13776
13777 * international/fontset.el: Use family `proportional' for Tibetan
13778 fonts.
13779
13780 * international/ccl.el (ccl-compile-translate-character): Don't
13781 check if Rrr has property translation-table.
13782 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13783
137842000-06-05 Gerd Moellmann <gerd@gnu.org>
13785
13786 * info.el: Bind case-fold-search to t when searching in case
13787 a user sets it to nil in a hook.
13788
137892000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13790
13791 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13792 * hl-line.el (hl-line-mode): Use the new :global key argument.
13793
13794 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13795 (tar-clip-time-string): Prepend a space.
13796 (tar-grind-file-mode): Construct a string rather than modifying one.
13797 (tar-header-block-summarize): Fix docstring.
13798 Use `format' rather than an error-prone set of copy-loops.
13799
13800 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13801 (diff-goto-source, diff-unified->context, diff-context->unified)
13802 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13803 understand the format output by the `-p' argument to diff.
13804
13805 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13806 (sh-re-done): Use defconst.
13807 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13808 (sh-help-string-for-variable, sh-guess-basic-offset):
13809 Don't quote lambdas.
13810 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
13811 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13812
13813 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13814 (mh-letter-mode): Derive from text-mode.
13815 This implicitly means that it now calls kill-all-local-variables.
13816 Also remove the Emacs-18 compatibility code.
13817
13818 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13819 Make use of symbol-property doc-string-elt.
13820 Use memq rather than a sequence of eq.
13821 (doc-string-elt): Fix the wrong or missing previously unused values.
13822 (autoload-print-form): New function extracted from
13823 generate-file-autoloads to allow recursion when handling progn
13824 so that defvar's and defun's docstrings are properly printed.
13825 (generate-file-autoloads): Use it.
13826
13827 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13828 Use find-file-hooks in the minor-mode function.
13829 Be careful not to loop indefinitely in the post-command-hook function.
13830
138312000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
13832
13833 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13834 tty's.
13835 * ediff-diff.el (ediff-exec-process): Use --binary for fine
13836 differences whenever appropriate.
13837 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13838 * viper.el (find-file, find-file-other-window): Get viper to do
13839 wildcards.
13840
138412000-06-04 Stefan Monnier <monnier@cs.yale.edu>
13842
13843 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13844 (jit-lock-fontify-buffer): New function for JIT refontification.
13845 (jit-lock-mode): Fix docstring.
13846 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13847 Remove jit-lock-after-change from the _local_ hook.
13848 (jit-lock-function-1): Fix docstring.
13849
13850 * info.el (Info-on-current-buffer): Initialize info.
13851
13852 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13853
13854 * progmodes/tcl.el (tcl-indent-for-comment):
13855 Ignore comment-indent-hook.
13856
13857 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13858 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13859 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13860 and improve to use the lighter to guess the capitalization.
13861 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13862 Add keyword arguments to specify global-ness or the custom group.
13863 Add local-map and help-echo properties to the lighter.
13864 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13865 (easy-mmode-define-global-mode): New macro.
13866
138672000-06-02 Dave Love <fx@gnu.org>
13868
13869 * wid-edit.el: byte-compile-dynamic since we typically don't use
13870 all the widgets. Don't require cl or widget. Remove
13871 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13872 (widget-read-event): Removed. Callers changed to use read-event.
13873 (widget-button-release-event-p): Renamed from
13874 button-release-event-p.
13875 (widget-field-add-space, widget-field-use-before-change):
13876 Uncustomize.
13877 (widget-specify-field): Use keymap property, not local-map.
13878 (widget-specify-button): Obey :suppress-face.
13879 (widget-specify-insert): Use modern backquote syntax.
13880 (widget-image-directory): Renamed from widget-glyph-directory.
13881 (widget-image-enable): Renamed from widget-glyph-enable.
13882 (widget-image-find): Replaces widget-glyph-find.
13883 (widget-button-pressed-face): Move defvar.
13884 (widget-image-insert): Replaces widget-glyph-insert.
13885 (widget-convert): Use keywordp.
13886 (widget-leave-text, widget-children-value-delete): Use mapc.
13887 (widget-keymap): Remove XEmacs stuff.
13888 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13889 (widget-button-click): Don't set point at the click, but re-centre
13890 if we scroll out of window. Rewritten for images v. glyphs &c.
13891 (widget-tabable-at): Use POS arg, not point.
13892 (widget-beginning-of-line, widget-end-of-line)
13893 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13894 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13895 (widget-default-create): Use widget-image-insert; some rewriting.
13896 (widget-visibility-value-create)
13897 (widget-push-button-value-create, widget-toggle-value-create): Use
13898 widget-image-insert.
13899 (checkbox): Create on and off images dynamically.
13900 (documentation-link): Change :help-echo.
13901 (widget-documentation-link-echo-help): Remove.
13902
139032000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13904
13905 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13906
13907 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13908 (easy-mmode-define-toggle, define-minor-mode): Use it.
13909 (easy-mmode-define-keymap): Docstring fix.
13910 (define-derived-mode): Default PARENT to fundamental-mode.
13911 Add the derived-mode-parent symbol-property.
13912 (easy-mmode-derived-mode-p): New function.
13913
139142000-06-02 Dave Love <fx@gnu.org>
13915
13916 * files.el (convert-standard-filename): Doc fix.
13917 (normal-backup-enable-predicate): New function.
13918 (backup-enable-predicate): Use it to replace the lambda form.
13919
13920 * calendar/todo-mode.el: [This needs more work on the outline
13921 stuff.] Doc fixes.
13922 (todo) <defgroup>: Add :version.
13923 (todo-add-category): Don't use pushnew.
13924 (todo-cmd-raise): Fix typo.
13925 (todo-top-priorities): Change temp buffer name.
13926 (todo-category-alist): Avoid redundant lambda.
13927 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13928 Use outline-next-heading.
13929
13930 * autoarg.el: Rewritten to use define-minor-mode.
13931 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13932 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13933
139342000-06-02 Kenichi Handa <handa@etl.go.jp>
13935
13936 * isearch.el (isearch-other-meta-char): Fix previous change.
13937
139382000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13939
13940 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13941 (log-edit-done): Only add the comment to the ring if it's different
13942 from the last comment entered.
13943
13944 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13945
139462000-06-01 Dave Love <fx@gnu.org>
13947
13948 * hl-line.el: Rewritten using define-minor-mode.
13949
13950 * help.el (describe-function-1): Distinguish special form from
13951 builtin function. Sanity-check presence of arglist for builtins.
13952
139532000-06-01 Kenichi Handa <handa@etl.go.jp>
13954
13955 * international/characters.el: Fix syntax/category setting of
13956 Tibetan characters.
13957
13958 * language/tibet-util.el (tibetan-add-components): Fixes for new
13959 encoding of Tibetan characters.
13960 (tibetan-decompose-precomposition-alist): New variable.
13961 (tibetan-decompose-region): Convert precomposed characters to
13962 non-precomposed characters.
13963 (tibetan-decompose-string): Likewise.
13964 (tibetan-composition-function): Fix args to
13965 thibetan-compose-string.
13966
13967 * language/tibetan.el (tibetan-composable-pattern): More
13968 characters included.
13969 (tibetan-consonant-transcription-alist): Rule for "R" added.
13970 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13971 "+R" added.
13972 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13973
13974 * language/lao-util.el (lao-composition-function): Fix args to
13975 compose-string.
13976
13977 * language/thai-util.el (thai-composition-function): Fix args to
13978 compose-string.
13979
13980 * isearch.el (isearch-update): Set disable-point-adjustment to t
13981 to prevent the point moving to the end of a composition when a
13982 part of a composition is searched.
13983 (isearch-other-meta-char): If the key invoking this command can be
13984 mapped by function-key-map to a printing char, call
13985 isearch-process-search-char directly.
13986
139872000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13988
13989 * emacs-lisp/bytecomp.el:
13990 * frame.el:
13991 * international/mule-cmds.el:
13992 * international/mule-util.el:
13993 * international/mule.el:
13994 * mouse.el:
13995 * subr.el:
13996 * faces.el: Update calls to make-obsolete with a WHEN argument.
13997
13998 * byte-run.el (make-obsolete, make-obsolete-variable):
13999 Add an optional WHEN argument and change the format of the
14000 symbol-property information.
14001 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14002 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14003 new obsolete-symbol-property format and print WHEN if it is provided.
14004
140052000-05-31 Dave Love <fx@gnu.org>
14006
14007 * loadhist.el (loadhist-hook-functions): Remove
14008 before-change-function, after-change-function.
14009 (unload-feature): Deal with symbols which are both bound and
14010 fbound.
14011
14012 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14013 before-change-function, after-change-function.
14014
14015 * simple.el (newline): Don't bind before-change-function,
14016 after-change-function.
14017
140182000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
14019
14020 * whitespace.el (whitespace-rescan-timer-time): Update interval
14021 set to 600 seconds (10 minutes) instead of 60 seconds since
14022 a large number of whitespace buffers causes emacs to `freeze'
14023 for a considerable amount of time.
14024
14025 * whitespace.el: Updated email address
14026
140272000-05-31 Dave Love <fx@gnu.org>
14028
14029 * add-log.el (change-log-font-lock-keywords) <function>: Add
14030 pattern for function of change.
14031 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14032 acknowledgements patterns.
14033
140342000-05-31 Kenichi Handa <handa@etl.go.jp>
14035
14036 * isearch.el (isearch-printing-char): If keyboard coding system is
14037 being used, call isearch-process-search-multibyte-characters.
14038
14039 * international/isearch-x.el: Mostly rewritten.
14040
14041 * international/quail.el (quail-start-conversion): Don't include
14042 unhandled events in the returned events, but set them in
14043 unread-command-events. Exit if all inputs are deleted.
14044
140452000-05-30 Jason Rumney <jasonr@gnu.org>
14046
14047 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14048
14049 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14050 Reenable code to create initial fontsets.
14051 Use set-fontset-font in place of put-charset-property.
14052
140532000-05-30 Gerd Moellmann <gerd@gnu.org>
14054
14055 * progmodes/perl-mode.el (perl-indent-line): When looking for a
14056 label, ensure that the first colon isn't followed by another.
14057
14058 * paths.el (Info-default-directory-list): Doc fix.
14059
14060 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14061 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14062 send a query containing USER only, not USER@HOST.
14063
14064 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14065 and rmail-msgend to compute the restriction at the end, instead of
14066 computing it.
14067
140682000-05-29 Gerd Moellmann <gerd@gnu.org>
14069
14070 * dabbrev.el (dabbrev-expand): Don't display messages in the
14071 echo area if the minibuffer window is active.
14072
14073 * jit-lock.el (jit-lock-mode): Add after change function to
14074 local hook.
14075
140762000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
14077
14078 * antlr-mode.el: New commands: hide/unhide actions,
14079 upcase/downcase literals.
14080 (antlr-tiny-action-length): New user option.
14081 (antlr-hide-actions): New command. Suggested by
14082 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14083 (antlr-mode-map): New binding [C-c C-v].
14084 (antlr-mode-menu): New entries.
14085 (antlr-downcase-literals): New command.
14086 (antlr-upcase-literals): Ditto.
14087
14088 * antlr-mode.el: Minor changes: indendation, mode-name.
14089 (antlr-indent-line): Indent cpp directive at column 0.
14090 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14091
14092 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14093 (antlr-font-lock-additional-keywords): Workaround for intentional
14094 bug in XEmacs version of font-lock.
14095 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
14096 be used by a smarter version of `buffers-menu-grouping-function'.
14097
140982000-05-29 Gerd Moellmann <gerd@gnu.org>
14099
14100 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14101 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14102
141032000-05-29 Kenichi Handa <handa@etl.go.jp>
14104
14105 * international/encoded-kb.el
14106 (encoded-kbd-iso2022-designation-map): Pay attention to that
14107 charset-iso-final-char return -1 for eight-bit-control and
14108 eight-bit-graphic.
14109
141102000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14111
14112 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14113 (speedbar-easymenu-definition-base): Use display-graphic-p where
14114 available, instead of window-system.
14115
141162000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14117
14118 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14119 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14120 coding systems.
14121
141222000-05-26 Dave Love <fx@gnu.org>
14123
14124 * disp-table.el (standard-display-underline): Don't use
14125 internal-find-face.
14126
14127 * mail/reporter.el: Maintainer change. Doc fixes.
14128 (reporter-version): Deleted.
14129
14130 * emacs-lisp/elp.el: Maintainer change.
14131 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14132
141332000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14134
14135 * add-log.el (add-change-log-entry): Merge the current entry with the
14136 previous one if the previous one is empty.
14137
141382000-05-26 Dave Love <fx@gnu.org>
14139
14140 * loadhist.el (unload-feature): Fix interactive spec [from
14141 lijnzaad@ebi.ac.uk].
14142
14143 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14144 subr-arity to check primitives.
14145 (byte-compile-flush-pending, byte-compile-file-form-progn)
14146 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14147 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14148 mapcar.
14149
141502000-05-26 Kenichi Handa <handa@etl.go.jp>
14151
14152 * international/fontset.el: Set family names of non-latin charsets
14153 in default fontset to "*".
14154
14155 * international/mule-diag.el (print-fontset): Combine family part
14156 and registry part of the fontname by "-*-" instead of "-".
14157
14158 * international/mule-cmds.el (encode-coding-char): Make strings
14159 multibyte before calling encode-coding-string.
14160
141612000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14162
14163 * derived.el: Fix keywords.
14164 (define-derived-mode): Only define if needed.
14165
14166 * simple.el (fill-comment, comment-column, comment-start)
14167 (comment-start-skip, comment-end, comment-indent-function)
14168 (block-comment-start, block-comment-end, indent-for-comment)
14169 (set-comment-column, kill-comment, comment-padding, comment-region)
14170 (comment-multi-line, indent-new-comment-line): Remove.
14171
14172 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14173 function names for comment operations.
14174
14175 * newcomment.el: Add abundant autoload cookies.
14176 (comment-style): Don't depend on runtime data at compile-time.
14177 (comment-indent-hook): Remove.
14178 (comment-indent): Check if comment-indent-hook is bound.
14179 (comment-region): Docstring fix.
14180
141812000-05-25 Dave Love <fx@gnu.org>
14182
14183 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14184 byte-code-function-p.
14185
14186 * mail/rmailsum.el: Add provide.
14187
14188 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14189
14190 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14191 defcustom.
14192
141932000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14194
14195 * ediff-diff.el (ediff-exec-process): delete --binary option from
14196 non-buffer ediff jobs.
14197
141982000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14199
14200 * hilit-chg.el (highlight-changes-mode): Ask about color or
14201 grayscale support, not about window-system.
14202
14203 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14204 window-system.
14205 (ffap-highlight): Always default to t.
14206
14207 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14208 display-popup-menus-p instead of looking at window-system.
14209
14210 * disp-table.el (standard-display-g1, standard-display-graphic):
14211 Only refuse to use string glyphs on X and MS-Windows.
14212
14213 * avoid.el: Remove window-system from commentary, suggest to use
14214 display-*-p instead.
14215
14216 * apropos.el (apropos-print): Use display-mouse-p instead of
14217 window-system.
14218
142192000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14220
14221 * international/codepage.el (cp-decoding-vector-for-codepage):
14222 Fill up unsupported characters with their own codes. From Kenichi
14223 Handa.
14224
142252000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14226
14227 * international/mule-diag.el (describe-char-after): Use
14228 display-graphic-p instead of window-system, so that this function
14229 works on MS-DOS.
14230
142312000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14232
14233 * international/codepage.el (cp-make-coding-systems-for-codepage):
14234 Remove the eight-bit-graphic and eight-bit-control charsets from
14235 the list of charsets which we convert into `?'.
14236
142372000-05-25 Kenichi Handa <handa@etl.go.jp>
14238
14239 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14240 private charsets.
14241 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14242 japanese-jisx0213-2): New charsets.
14243
14244 * international/fontset.el: Setup default fontset for new charsets.
14245
142462000-05-24 Dave Love <fx@gnu.org>
14247
14248 * info.el (Info-find-node-2): Restructure [following "Vadim
14249 S. Solomin" <sovs@uic.nnov.ru>].
14250
14251 * icomplete.el: Fix header for Finder.
14252
142532000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14254
14255 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14256 STAY.
14257
14258 * rmail.el (rmail-automatic-folder-directives): New user variable.
14259 (rmail-show-message): Add call to `rmail-auto-file' during
14260 display.
14261 (rmail-auto-file): New function.
14262
142632000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14264
14265 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14266 account.
14267 (ediff-test-utility,ediff-diff-mandatory-option)
14268 (ediff-reset-diff-options): Utilities for proper initialization of
14269 ediff-diff-options and ediff-diff3-options on Windows.
14270
14271 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14272 variable.
14273
14274 * ediff-mult.el (ediff-filegroup-action): Use
14275 ediff-merge-filename-prefix.
14276
142772000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14278
14279 * viper-ex.el (ex-write): Set selective display to nil.
14280
142812000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14282
14283 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14284 aliases for hebrew-iso-8bit.
14285
142862000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14287
14288 * woman.el: New version from Francis J. Wright
14289 <F.J.Wright@Maths.QMW.ac.uk>.
14290 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14291 names in environment variables regardless of the path separator.
14292 (woman-topic-all-completions-1): Don't call file-name-directory-p
14293 on all files, since woman-file-regexp already filters out any
14294 directories.
14295
142962000-05-24 Kenichi Handa <handa@etl.go.jp>
14297
14298 * international/quail.el (quail-start-translation): Don't change
14299 modified-p of the current buffer.
14300 (quail-start-conversion): Likewise.
14301
14302 * international/kkc.el (kkc-region): Don't change modified-p of
14303 the current buffer.
14304
14305 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14306 conform to RFC1468.
14307 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14308
143092000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14310
14311 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14312 (speedbar-insert-button): Invisible text property fix.
14313 (speedbar-directory-plus): Renamed from speedbar-directory-+
14314 (speedbar-directory-minus): Renamed from speedbar-directory--
14315 (speedbar-page-plus): Renamed from speedbar-file-+
14316 (speedbar-page-minus): Renamed from speedbar-file--
14317 (speedbar-page): Renamed from speedbar-file-
14318 (speedbar-tag): Renamed from speedbar-tag-
14319 (speedbar-tag-plus): Renamed from speedbar-tag-+
14320 (speedbar-tag-minus): Renamed from speedbar-tag--
14321 (speedbar-expand-image-button-alist): Use above renames.
14322
14323 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14324 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14325 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14326 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14327 * sb-pg.xpm: Renamed from sb-file.xpm
14328 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14329 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14330
143312000-05-24 Kenichi Handa <handa@etl.go.jp>
14332
14333 * international/quail.el (quail-show-guidance-buf): Set
14334 current-input-method of the guidance buffer to the name of the
14335 curren input method.
14336
143372000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14338
14339 * progmodes/compile.el (compile-internal): Style typo.
14340
14341 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14342 quote vars and functions in the docstring.
14343
14344 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14345
14346 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14347 Don't quote lambdas.
14348
14349 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14350
143512000-05-23 Gerd Moellmann <gerd@gnu.org>
14352
14353 * startup.el (command-line): Determine source file of compiled
14354 user init file differently. Warn if compiled user init file
14355 is older than its source file.
14356
14357 * ffap.el (ffap-url-regexp): Add `https'.
14358
143592000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14360
14361 * files.el (make-backup-file-name-1): Replace slashes with `!'
14362 rather than `|' (which is not allowed on Windows). Replace the
14363 drive letters with a string "drive_X".
14364
143652000-05-23 Gerd Moellmann <gerd@gnu.org>
14366
14367 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14368
14369 * files.el (interpreter-mode-alist): Add `bash2'.
14370
143712000-05-22 Dave Love <fx@gnu.org>
14372
14373 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14374 mapc.
14375 (feature-file): Avoid calling symbol-name. Doc fix.
14376 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14377 (loadhist-hook-functions): Add mouse-position-function.
14378 (unload-feature): Change uses of mapcar.
14379
14380 * files.el (parse-colon-path): Doc fix.
14381 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14382 (set-auto-mode): Use mapc.
14383
14384 * complete.el (PC-look-for-include-file): Use :alnum: character
14385 class.
14386 (partial-completion-mode): Add autoload cookie.
14387
143882000-05-22 Sam Steingold <sds@gnu.org>
14389
14390 * info.el (Info-fontify-node): Fixed the call to
14391 `add-text-properties' (bug introduced on 2000-05-18).
14392
143932000-05-22 Dave Love <fx@gnu.org>
14394
14395 * bindings.el: Remove debug-ignored-errors set in other files.
14396
14397 * progmodes/etags.el: Add to debug-ignored-errors.
14398 (visit-tags-table-buffer): Clear out buffers holding old tables
14399 when making a new list.
14400 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14401 mapc.
14402
14403 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14404 quote keywords.
14405 (cmpl-string-case-type): Use character classes.
14406
14407 * comint.el:
14408 * textmodes/ispell.el:
14409 * imenu.el:
14410 * mail/mh-e.el:
14411 * progmodes/compile.el: Add to debug-ignored-errors.
14412
14413 * dabbrev.el: Add to debug-ignored-errors.
14414 (dabbrev-completion): Use mapc.
14415
144162000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14417
14418 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14419 (woman-mapcan, woman-parse-man.conf)
14420 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14421 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14422 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14423 path syntax better.
14424 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14425 (woman-manpath): Call woman-parse-man.conf.
14426 (woman-emulation): New defcustom, defaults to nroff.
14427 (woman-font-support): New defconst.
14428 (woman-use-symbol-font): New defcustom.
14429 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14430 "Emulation".
14431 Many functions: Doc fix.
14432
144332000-05-22 Kenichi Handa <handa@etl.go.jp>
14434
14435 * international/quail.el (quail-simple-translation-keymap): Map
14436 128..255 to quail-self-insert-command.
14437 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14438
144392000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14440
14441 * help.el (help-manyarg-func-alist): Typo.
14442
14443 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14444 intervals which makes it heaps simpler.
14445
14446 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14447 the nested comment markers.
14448
14449 * subr.el (remove-hook): Don't turn the hook's value into a list.
14450
144512000-05-21 Dave Love <fx@gnu.org>
14452
14453 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14454 are invalid characters.
14455
14456 * international/mule-util.el (detect-coding-with-priority): Use
14457 mapc. Remove redundant lambda.
14458
14459 * international/mule-diag.el (list-non-iso-charset-chars)
14460 (describe-fontset): Remove redundant lambda.
14461
14462 * emulation/crisp.el (brief-mode): New alias.
14463
14464 * emacs-lisp/ring.el (ring-elements): New function.
14465
14466 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14467 (easy-menu-do-add-item): Use keywordp.
14468
14469 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14470
14471 * replace.el: Doc and error message fixes.
14472 (replace-highlight): Use facep, not internal-find-face.
14473
144742000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14475
14476 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14477
14478 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14479 (log-edit-insert-changelog): Drop `:' as well.
14480
14481 * log-view.el: Fix file description.
14482 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14483 available.
14484 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14485 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14486
14487 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14488 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14489 Print a status message if the toggle is called interactively.
14490 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14491 for global minor modes and use `defcustom' for them.
14492 Use add-minor-mode.
14493 (easy-mmode-define-derived-mode): Remove.
14494 (define-derived-mode): Fancier default docstring.
14495 (easy-mmode-define-navigation): Signal an error rather than (ding).
14496
14497 * newcomment.el (comment-styles): New `box-multi'.
14498 (comment-normalize-vars): Better default for comment-continue to
14499 avoid whitespace-only continuations.
14500 (comment-search-forward): Always move even in the no-syntax case.
14501 (comment-padright): Only obey N if it's only obeyed for padleft.
14502 (comment-make-extra-lines): Better handling of empty continuations.
14503 Use `=' for the filler if comment-start has only one character.
14504 (uncomment-region): Try handling the special `=' filler.
14505 (comment-region): Allow LINES even if MULTI is nil.
14506 (comment-box): Choose box style based on comment-style.
14507
145082000-05-20 Kenichi Handa <handa@etl.go.jp>
14509
14510 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14511 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14512
145132000-05-20 Kenichi HANDA <handa@etl.go.jp>
14514
14515 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14516 and insert, not subst-char-in-region.
14517
14518 * international/mule-diag.el (list-character-sets-1): Handle
14519 charsets eight-bit-control and eight-bit-graphic.
14520 (list-iso-charset-chars): Likewise.
14521 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14522 charactes as is. Use indent-to to align characters.
14523
14524 * international/mule-cmds.el (find-multibyte-characters): Never
14525 exclude charsets eight-bit-control and eight-bit-graphic.
14526
145272000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14528
14529 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14530 Don't quote lambdas.
14531
14532 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14533
145342000-05-19 Gerd Moellmann <gerd@gnu.org>
14535
14536 * gud.el (gud-jdb-directories): Doc fix.
14537
145382000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14539
14540 * newcomment.el: New file.
14541
145422000-05-19 Gerd Moellmann <gerd@gnu.org>
14543
14544 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14545
145462000-05-18 Andreas Schwab <schwab@suse.de>
14547
14548 * dired.el (dired-between-files): Also skip lines beginning with
14549 `used'.
14550
145512000-05-18 Gerd Moellmann <gerd@gnu.org>
14552
14553 * msb.el (msb-menu-cond): Add choice `user'.
14554
145552000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14556
14557 * ps-print.el: Compatibility, customization and doc fix.
14558 (ps-printer-name-option): Replace defconst by defvar.
14559 (ps-postscript-code-directory): XEmacs compatibility.
14560 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14561 fix.
14562 (ps-user-defined-prologue, ps-print-prologue-header)
14563 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14564 compatibility and code fix.
14565 (ps-print-background-image, ps-print-background-text):
14566 Customization fix.
14567 (ps-line-number-start, ps-n-up-on): New vars.
14568
145692000-05-18 Espen Skoglund <esk@ira.uka.de>
14570
14571 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14572 the indent-comment function to just return the appropriate indent.
14573
145742000-05-18 Eric M. Ludlam <zappo@ultranet.com>
14575
14576 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14577 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14578 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14579
145802000-05-18 Dave Love <fx@gnu.org>
14581
14582 * info.el (Info-fontify-node): Add intangible property as well as
14583 invisible.
14584
14585 * calendar/appt.el (appt-make-list): Match all lines of entry.
14586 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14587
145882000-05-18 Kenichi Handa <handa@etl.go.jp>
14589
14590 * international/mule-diag.el (describe-char-after): Call
14591 internal-char-font, not char-font. If internal-char-font returns
14592 nil, display "-- none --".
14593
145942000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14595
14596 * image.el (image-type-available-p): Don't reference image-types
14597 if it isn't bound.
14598
145992000-05-17 Stefan Monnier <monnier@cs.yale.edu>
14600
14601 * autoarg.el (autoarg-mode): Typo in the :set argument.
14602
146032000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14604
14605 * startup.el (command-line-1): Don't signal an error if the
14606 directory for auto-save-list files does not yet exist.
14607
146082000-05-17 Kenichi Handa <handa@etl.go.jp>
14609
14610 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14611
146122000-05-16 Stefan Monnier <monnier@cs.yale.edu>
14613
14614 * subr.el (remove-hook): `setq' hook-value, not `set'.
14615
146162000-05-16 Sam Steingold <sds@gnu.org>
14617
14618 * info.el (debug-ignored-errors): More errors to ignore.
14619
146202000-05-16 Dave Love <fx@gnu.org>
14621
14622 * cus-edit.el: Don't require cl or easymenu.
14623 (custom-variable-prompt): Test standard-value property, not
14624 user-variable-p.
14625
146262000-05-16 Sam Steingold <sds@gnu.org>
14627
14628 * subr.el (add-hook): `setq' hook-value, not `set'.
14629
146302000-05-16 Gerd Moellmann <gerd@gnu.org>
14631
14632 * startup.el (command-line-1): Mention the FAQ in the startup
14633 message.
14634
14635 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14636
14637 * progmodes/compile.el (compilation-parse-errors): Collect
14638 `nomessage' regexps last.
14639
14640 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14641
14642 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14643 to the function name.
14644
146452000-05-15 Dave Love <fx@gnu.org>
14646
14647 * speedbar.el (speedbar-recenter): Typo.
14648 (speedbar-expand-line): Make arg optional.
14649 (speedbar-mode): Avoid a compiler warning.
14650
146512000-05-15 Gerd Moellmann <gerd@gnu.org>
14652
14653 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14654 user-specified option string is empty.
14655
14656 * mouse.el (mouse-yank-at-click): Doc fix.
14657
146582000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
14659
14660 * term/internal.el (IT-character-translations): More updates of
14661 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14662 documents.
14663
146642000-05-15 Gerd Moellmann <gerd@gnu.org>
14665
14666 * env.el (getenv): New function, interactively callable.
14667 (setenv, getenv): Remove autoload cookies.
14668
14669 * loadup.el: Load `env'.
14670
14671 * progmodes/f90.el: Change author's mail address.
14672
146732000-05-14 Dave Love <fx@gnu.org>
14674
14675 * mail/rmail.el (rmail-show-message-hook): Customize and offer
14676 goto-addr as an option.
14677
14678 * help.el (help-xref-stack): Doc fix.
14679 (help-xref-following): New variable.
14680 (help-make-xrefs): Use it.
14681 (help-xref-go-back): Use position information from stack element.
14682 (help-follow): Make position in stack element a pair. Use
14683 help-xref-following.
14684
14685 * autoarg.el: New file.
14686
14687 * faces.el: Declare more functions obsolete.
14688
14689 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14690 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14691 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14692 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14693 Remove all the setup-...-environment functions.
14694
146952000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14696
14697 * speedbar.el: Updated the commentary section. xemacs20p now uses
14698 >= when detecting. Require `defimage' safely.
14699 (speedbar-easymenu-definition-base): Add toggle for images.
14700 (speedbar-easymenu-definition-special): Add flush cache & expand.
14701 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14702 (speedbar-reconfigure-keymaps-hook): New variable.
14703 (speedbar-frame-parameters): Updated documentation.
14704 (speedbar-use-imenu-flag): Updated custom tag
14705 (speedbar-dynamic-tags-function-list): New variable.
14706 (speedbar-tag-hierarchy-method): Updated doc & custom.
14707 (speedbar-indentation-width, speedbar-indentation-width) New
14708 variables.
14709 (speedbar-hide-button-brackets-flag): Customizable.
14710 (speedbar-vc-indicator): Doc update.
14711 (speedbar-ignored-path-expressions): Updated default value.
14712 (speedbar-supported-extension-expressions): Updated default value.
14713 (speedbar-syntax-table): Remove {} paren status.
14714 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14715 as "+". Added overlay aliases.
14716 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14717 `force-mode-line-update'.
14718 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14719 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14720 `mouse-set-point'
14721 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14722 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14723 of arbitrary text, and new helper functions.
14724 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14725 filename finder.
14726 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14727 (speedbar-directory-buttons): Update path search/expansion.
14728 (speedbar-make-tag-line): Pay attention to
14729 `speedbar-indentation-width'. Use more care w/ invisible
14730 properties.
14731 (speedbar-change-expand-button-char): Call
14732 `speedbar-insert-image-button-maybe'.
14733 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14734 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14735 (speedbar-trim-words-tag-hierarchy)
14736 (speedbar-simple-group-tag-hierarchy): New functions
14737 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14738 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14739 functions.
14740 (speedbar-mouse-set-point): New function
14741 (speedbar-power-click): Updated documentation.
14742 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14743 of tag prefix text.
14744 (speedbar-expand-line, speedbar-contract-line): Make more robust
14745 to strange text.
14746 (speedbar-expand-line): Takes universal argument to flush the
14747 cache.
14748 (speedbar-flush-expand-line): New function.
14749 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14750 Use new generator insertion method.
14751 (speedbar-fetch-dynamic-tags): New function.
14752 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14753 `speedbar-fetch-dynamic-imenu'.
14754 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14755 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14756 "Revert Buffer" menu items.
14757 (speedbar-buffer-buttons-engine): Be smarter when creating a
14758 filename tag (for expansion purposes.).
14759 (speedbar-highlight-one-tag-line,
14760 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14761 (speedbar-recenter): New functions.
14762 (defimage-speedbar): Image loading abstraction.
14763 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14764 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14765 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14766 (speedbar-tag-type, speedbar-tag-mail): New images.
14767 (speedbar-expand-image-button-alist): New variable.
14768 (speedbar-insert-image-button-maybe): Insert an image over some
14769 buttons.
14770
147712000-05-13 Kenichi Handa <handa@etl.go.jp>
14772
14773 * international/mule-cmds.el (encode-coding-char): An ASCII
14774 character is always encodable.
14775
14776 * international/mule-conf.el: Add more information in descriptions
14777 of character sets.
14778
14779 * international/mule-diag.el (describe-char-after): New function.
14780 (describe-font-internal): Adjusted for the change of font-info.
14781 (describe-font): Likewise.
14782 (print-fontset): Rewritten for the new fontset implementation.
14783 (describe-fontset): Include fontset alias names in completion.
14784 (list-fontsets): Adjusted for the change of print-fontset.
14785
14786 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14787 describe-char-after instead of displaying the detail in the echo
14788 area.
14789 (syntax-code-table): Format changed.
14790 (string-to-syntax): Adjusted for the above change.
14791
147922000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14793
14794 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14795
147962000-05-12 Dave Love <fx@gnu.org>
14797
14798 * calendar/todo-mode.el: Remove some compatibility stuff and CL
14799 dependence. Use line-{beginning,end}-position, not
14800 point-at{b,e}ol. Some doc fixes.
14801 (todo-position): New function. Fix callers of position to use it.
14802 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14803
148042000-05-12 Gerd Moellmann <gerd@gnu.org>
14805
14806 * time.el (display-time-mail-icon): Use `:ascent center'.
14807
14808 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14809 handling FTP security extensions.
14810
148112000-05-11 Dave Love <fx@gnu.org>
14812
14813 * calendar/todo-mode.el: New file.
14814
148152000-05-11 Gerd Moellmann <gerd@gnu.org>
14816
14817 * comint.el (comint-read-input-ring): Move reference to
14818 comint-input-ring-size outside of the save-excursion. It was
14819 causing the default value to be the only one ever seen.
14820
14821 * font-lock.el: Update copyright. Remove Simon Marshall's email
14822 address on request from him.
14823
14824 * subr.el (substitute-key-definition): Add comment describing
14825 the meaning of PREFIX.
14826
148272000-05-10 Stefan Monnier <monnier@cs.yale.edu>
14828
14829 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14830
14831 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14832 (add-minor-mode): Don't make the variable buffer-local and add a
14833 reference to define-minor-mode in the docstring.
14834
14835 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14836 HEADER/FOOTER and fix bug with trailing empty directory.
14837 (cvs-append-to-ignore): Use vc-editable-p if available.
14838 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14839 (vc-do-command): Tweak advice to handle the new VC.
14840
14841 * log-view.el (log-view-goto-rev): New function for the new VC.
14842 (log-view-minor-wrap): Use mark-active.
14843
14844 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14845 (log-edit-changelog-full-paragraphs): New var.
14846 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14847 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14848 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14849 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14850 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14851 Replace the `cvs' prefix with `log-edit'.
14852
14853 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14854
14855 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14856 (diff-font-lock-defaults): Explicitly turn off multiline.
14857 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14858 (diff-ediff-patch): Fix call to ediff-patch-file.
14859 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14860 Handle comments.
14861
14862 * frame.el (automatic-hscrolling): Typo.
14863
14864 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14865
148662000-05-09 Sam Steingold <sds@goems.com>
14867
14868 * apropos.el (apropos-print): use `describe-face' instead of
14869 `customize-face-other-window'.
14870
148712000-05-09 Dave Love <fx@gnu.org>
14872
14873 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14874
14875 * help.el (describe-variable): Have customize button pop the
14876 help-xref stack when invoked.
14877 (help-xref-symbol-regexp): Add `face'.
14878 (help-make-xrefs): Check for quoted face names and adapt regexp
14879 submatch numbers to cope.
14880 (help-xref-interned): Maybe insert face doc too. Separate
14881 sections with a line of hyphens.
14882
14883 * faces.el: Some doc fixes. Declare some functions obsolete.
14884 (describe-face): Add customize button. Return the help
14885 text. Fix prompt.
14886
148872000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14888
14889 * term/internal.el (IT-character-translations): Fix last change.
14890
148912000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14892
14893 * woman.el: New file
14894 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14895
148962000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14897
14898 * term/internal.el (IT-character-translations): Update ASCII
14899 simulations for greek-iso8859-7, add latin-iso8859-14 and
14900 latin-iso8859-15.
14901
14902 * international/mule-cmds.el (set-language-info-alist): Call
14903 define-prefix-command with 3 arguments, to make the map suitable
14904 for a menu.
14905
149062000-05-07 Dave Love <fx@gnu.org>
14907
14908 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14909
149102000-05-05 Dave Love <fx@gnu.org>
14911
14912 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14913 list in doc string. Don't quote keyword symbols.
14914 * emacs-lisp/cl.el: Likewise
14915 * emacs-lisp/cl-seq.el: Likewise
14916
149172000-05-05 Gerd Moellmann <gerd@gnu.org>
14918
14919 * abbrev.el (abbrev-mode): Make ARG optional.
14920
149212000-05-04 Gerd Moellmann <gerd@gnu.org>
14922
14923 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14924
14925 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14926
14927 * subr.el (substitute-key-definition): Clarify documentation.
14928
149292000-05-04 Milan Zamazal <pdm@freesoft.cz>
14930
14931 * glasses.el (glasses-convert-to-unreadable): Use
14932 `glasses-separator' instead of the hard-wired "_".
14933 (glasses-mode): Call `glasses-make-unreadable' only in a single
14934 place.
14935
149362000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14937
14938 * term/internal.el (cjk-codepages-alist): Add associations for
14939 Chinese and Korean codepages. Remove FIXME comment.
14940
149412000-05-03 Dave Love <fx@gnu.org>
14942
14943 * time.el (display-time-mail-face, display-time-use-mail-icon):
14944 New option.
14945 (display-time-mail-icon): New variable.
14946 (display-time-string-forms): Use the above. Fix the local-map.
14947
149482000-05-03 Gerd Moellmann <gerd@gnu.org>
14949
14950 * replace.el (query-replace-map): Add binding for `E'.
14951 (query-replace-help): Extend help text.
14952 (perform-replace): Allow editing the replacement string.
14953
14954 * make-mode.el (makefile-mode-abbrev-table): New variable.
14955 (makefile-mode): Set local abbrev table to
14956 makefile-mode-abbrev-table.
14957 (makefile-font-lock-keywords): Fontify includes and conditionals.
14958
14959 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14960 set TOGGLE's value.
14961
14962 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14963 mail-interactive-insert-alias.
14964 (mail-abbrev-complete-alias): New command.
14965 (mail-mode-map): Bind it to `M-TAB'.
14966
149672000-05-03 Kenichi Handa <handa@etl.go.jp>
14968
14969 * language/lao-util.el (lao-compose-region): New function.
14970
149712000-05-02 Gerd Moellmann <gerd@gnu.org>
14972
14973 * files.el (recover-session): Make directories as necessary
14974 if they don't exist yet.
14975
14976 * calendar/cal-french.el
14977 (french-calendar-multibyte-special-days-array)
14978 (french-calendar-special-days-array): Change French text.
14979 (calendar-french-date-string): Change output.
14980 (calendar-goto-french-date): Likewise.
14981
149822000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14983
14984 * wid-edit.el (widget-default-active): Obey `:always-active'.
14985 (widget-documentation-string-value-create): Set `:always-active'.
14986
149872000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14988
14989 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14990 default prefix to `~/_emacs.d/auto-save.list/_s'.
14991 (normal-top-level): Create the directory for auto-save files, if
14992 it doesn't already exist (in the ms-dos case only).
14993
149942000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14995
14996 * international/mule-cmds.el (set-language-environment): Don't
14997 concat an integer (dos-codepage), use format instead.
14998
149992000-05-02 Dave Love <fx@gnu.org>
15000
15001 * help.el (help-xref-on-pp): Check for constant symbols.
15002
150032000-04-29 Gerd Moellmann <gerd@gnu.org>
15004
15005 * startup.el (normal-top-level): Put a condition-case around
15006 the code loading subdirs.el.
15007
150082000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15009
15010 * ps-print.el: Upside-down and face background color printing,
15011 line number step, doc fix.
15012 (ps-print-version): New version number (5.2).
15013 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15014 (ps-face-attribute-list, ps-plot-with-face): Code fix.
15015 (ps-spool-config): Var fix.
15016 (ps-printer-name-option): Const fix.
15017 (ps-print-upside-down, ps-use-face-background)
15018 (ps-line-number-step): New vars.
15019 (ps-window-system, ps-lp-system): New consts.
15020 (ps-face-background): New fun.
15021
150222000-04-28 Richard Stallman <rms@gnu.org>
15023
15024 * files.el (make-auto-save-file-name):
15025 Apply auto-save-file-name-transforms to visited file name
15026 before generating auto save file name.
15027 (auto-save-file-name-transforms): New variable.
15028
15029 * files.el (backup-enable-predicate):
15030 Correctly test for a file under a temporary directory.
15031
150322000-04-28 Gerd Moellmann <gerd@gnu.org>
15033
15034 * subr.el (add-minor-mode): Rewritten.
15035
150362000-04-28 Kenichi Handa <handa@etl.go.jp>
15037
15038 * mail/sendmail.el (sendmail-send-it): Set
15039 buffer-file-coding-system to the selected coding system for MIME
15040 header.
15041
150422000-04-27 Gerd Moellmann <gerd@gnu.org>
15043
15044 * dired.el (dired-move-to-filename-regexp): Allow format where
15045 YYYY is followed by two spaces.
15046
15047 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15048 in the second character class of the regexp.
15049
15050 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15051 mh-etc, too.
15052
15053 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15054 nil.
15055
15056 * subr.el (add-minor-mode): Use `set' instead of `setq'.
15057
15058 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15059 argument.
15060
150612000-04-27 Sen Nagata <sen@eccosys.com>
15062
15063 * emacs-lisp/crm.el (crm-completion-table): New variable.
15064 (crm-collection-fn, crm-test-completion)
15065 (completing-read-multiple): Use it.
15066
150672000-04-27 Dave Love <fx@gnu.org>
15068
15069 * help.el (locate-library): Use mapc.
15070 (help-manyarg-func-alist): Add call-process-region.
15071
150722000-04-26 Gerd Moellmann <gerd@gnu.org>
15073
15074 * subr.el (add-minor-mode): Make argument MAP optional.
15075
15076 * desktop.el (desktop-save): Save list of minor modes.
15077 (desktop-create-buffer): Restore minor modes.
15078 (desktop-minor-mode-table): New user-option.
15079
15080 * subr.el (add-minor-mode): New function.
15081
15082 * image.el (find-image): New function.
15083 (defimage): Rewritten to find image at load time.
15084
15085 * startup.el (normal-top-level-add-to-load-path): Handle
15086 case that the default directory is not in load-path.
15087
15088 * help.el: Old patch from Stefan Monnier.
15089 (help-xref-on-pp): New function.
15090 (describe-variable): Use it to display xrefs in a symbol's value.
15091
150922000-04-26 Stefan Monnier <monnier@cs.yale.edu>
15093
15094 * cus-edit.el (custom-face): Fix parenthesis.
15095
150962000-04-26 Kenichi Handa <handa@etl.go.jp>
15097
15098 * mail/rmail.el (rmail-expunge): When there are no deleted
15099 messages, do nothing.
15100
151012000-04-26 Dave Love <fx@gnu.org>
15102
15103 * international/mule-cmds.el (locale-translation-file-name):
15104 Defvar to nil.
15105 (set-locale-environment): Set it here (at runtime).
15106
151072000-04-25 Gerd Moellmann <gerd@gnu.org>
15108
15109 * replace.el (perform-replace): Add parameters START and END. Use
15110 them instead of the check for a region in Transient Mark mode.
15111 (query-replace-read-args): Return two more list elements for the
15112 start and end of the region in Transient Mark mode.
15113 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15114 (map-query-replace-regexp, replace-string, replace-regexp): Add
15115 optional last arguments START and END and pass them to
15116 perform-replace.
15117
15118 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15119 form with additional arguments for perform-replace.
15120
15121 * progmodes/etags.el (tags-query-replace): Add parameters START
15122 and END. Construct a form with additional arguments for
15123 perform-replace.
15124
15125 * simple.el (shell-command): Set default directory for "*Shell
15126 Command Output" buffer.
15127
15128 * language/european.el (iso-latin-4): Fix typo.
15129
15130 * emacs-lisp/crm.el: New file.
15131
151322000-04-24 Dave Love <fx@gnu.org>
15133
15134 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15135 (Custom-reset-saved, Custom-reset-standard)
15136 (custom-group-value-create, custom-group-set, custom-group-save)
15137 (custom-group-reset-current, custom-group-reset-saved)
15138 (custom-group-reset-standard): Use mapc.
15139 (custom-buffer-create-internal): Disable undo when creating items.
15140 Use mapc.
15141 (custom-face): Avoid redundant lambda.
15142
151432000-04-24 Gerd Moellmann <gerd@gnu.org>
15144
15145 * startup.el (auto-save-list-file-prefix): Set default to
15146 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15147
151482000-04-24 Sam Steingold <sds@gnu.org>
15149
15150 * time-stamp.el (time-stamp-string-preprocess): Always convert
15151 `field-result' to a string.
15152
151532000-04-24 Gerd Moellmann <gerd@gnu.org>
15154
15155 * frame.el (scrolling): New group.
15156 (automatic-hscrolling): New user-option.
15157
15158 * startup.el (command-line-x-option-alist): Add `-lsp' and
15159 `--line-spacing'.
15160
151612000-04-19 Dave Love <fx@gnu.org>
15162
15163 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15164 (cl-mapc): Rename from mapc. Fix the funcall.
15165
151662000-04-19 Gerd Moellmann <gerd@gnu.org>
15167
15168 * simple.el (clone-indirect-buffer-other-window): New command.
15169 (clone-indirect-buffer): Add optional arg NORECROD.
15170 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15171
15172 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15173
15174 * window.el (count-screen-lines): New function.
15175 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15176 instead of window-buffer-height.
15177
15178 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15179 non-existing variable comint-input-sentinel.
15180 (inferior-lisp-args-to-list): Removed.
15181 (inferior-lisp): Use split-string instead of
15182 inferior-lisp-args-to-list.
15183
15184 * hexl.el (hexl-insert-hex-string): New command.
15185
15186 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15187 instead of concat.
15188
151892000-04-18 Gerd Moellmann <gerd@gnu.org>
15190
15191 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15192 at the start of an existing but empty folder.
15193
151942000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15195
15196 * ps-mule.el: Customization fix, doc fix.
15197 (ps-multibyte-buffer): Customization fix.
15198
151992000-04-17 Richard M. Stallman <rms@gnu.org>
15200
15201 * subr.el (read-passwd): Use read-char-exclusive.
15202
152032000-04-17 Gerd Moellmann <gerd@gnu.org>
15204
15205 * textmodes/texinfo.el (texinfo-insert-@email)
15206 (texinfo-insert-@emph, texinfo-insert-@quotation)
15207 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15208 (texinfo-mode-map): Add key bindings for them.
15209
15210 * files.el (basic-save-buffer-2): Use a template with `$'
15211 instead of `#' for VMS.
15212
15213 * simple.el (clone-indirect-buffer): New function.
15214
152152000-04-16 Stephen Eglen <stephen@gnu.org>
15216
15217 * iswitchb.el (iswitchb-case): New function. If the user input
15218 contains any upper-case characters, the search is made
15219 case-sensitive.
15220
152212000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15222
15223 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15224 comment-end.
15225 (texinfo-font-lock-syntactic-keywords): New var.
15226 (texinfo-font-lock-keywords): Remove comment regexp.
15227 (texinfo-insert-block): New function.
15228 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15229 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15230 and font-lock-defaults. Use regexp-opt for outline-regexp.
15231 (texinfo-environments): New var.
15232 (texinfo-environment-regexp): Use regexp-opt and
15233 texinfo-environments.
15234
15235 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15236 ispell-process is bound since this might be eval'd before ispell
15237 is loaded.
15238 (ispell-message): Use a tiny bit less magic and a bit more hard
15239 data to figure out what kind of sc-cite-regexp to use.
15240
15241 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15242
15243 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15244 (insert-cyclic-diary-entry): Unquote the lambda.
15245
15246 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15247
15248 * files.el (backup-enable-predicate): Unquote the lambda.
15249
15250 * cus-edit.el (custom-face, face): Unquote the lambda.
15251
152522000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15253
15254 * ps-print.el: Check for line-beginning-position definition.
15255
15256 * ps-print.el: Fix counting lines in a region.
15257 (ps-print-version): New version number (5.1.5).
15258 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15259 (ps-printing-region): Fun code fix.
15260
152612000-04-15 Gerd Moellmann <gerd@gnu.org>
15262
15263 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15264 to file-directory-p.
15265
152662000-04-14 Gerd Moellmann <gerd@gnu.org>
15267
15268 * gud.el (gud-jdb-build-source-files-list): Check that directory
15269 exists before calling directory-files.
15270
152712000-04-13 Dave Love <fx@gnu.org>
15272
15273 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15274 syntax.
15275
15276 * emacs-lisp/cl-specs.el: Remove when, unless.
15277
15278 * emacs-lisp/cl-extra.el: Don't quote keywords.
15279 (cl-old-mapc): New variable.
15280 (mapc): Use it.
15281 (cl-map-intervals): Use with-current-buffer. Don't check for
15282 next-property-change.
15283 (cl-map-overlays): Use with-current-buffer.
15284 (cl-expt): Remove.
15285 (copy-tree, remprop): Define unconditionally.
15286
15287 * emacs-lisp/cl-compat.el (keywordp): Remove.
15288
15289 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15290 to use keywordp.
15291 (edebug-spec): Enable keywordp.
15292
15293 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15294 string-lessp.
15295
15296 * cus-start.el: Use keywordp.
15297
152982000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15299
15300 * diary-lib.el (include-other-diary-files): Fix the fix of
15301 2000-02-18 by doing a save-excursion.
15302
153032000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15304
15305 * ps-print.el: Customization fix, doc fix.
15306 (ps-print-version): New version number (5.1.4).
15307 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15308 (ps-print-preprint): Adjust code.
15309 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15310 (ps-print-prologue-header, ps-print-control-characters)
15311 (ps-spool-config): Customization fix.
15312
153132000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15314
15315 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15316 converted to the new menu-item format, names silightly changed,
15317 help strings added.
15318
15319 Support for spelling without async subprocesses:
15320
15321 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15322 (ispell-session-buffer): New variables.
15323 (ispell-start-process, ispell-process-status,
15324 ispell-accept-output, ispell-send-string): New functions, for
15325 Ispell invocation when async subprocesses aren't supported.
15326 (ispell-word, ispell-pdict-save, ispell-command-loop,
15327 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15328 to process-send-string with calls to ispell-send-string, and
15329 accept-process-output with ispell-accept-output.
15330 (ispell-init-process): Call ispell-process-status instead of
15331 process-status with.
15332 (ispell-init-process): Call ispell-start-process. Call
15333 ispell-accept-output and ispell-send-string. Don't call
15334 process-kill-without-query and kill-process if they are unbound.
15335 (ispell-async-processp): New function.
15336
153372000-04-12 Dave Love <fx@gnu.org>
15338
15339 * info.el: Add debug-ignored-errors.
15340 (Info-mode-menu): Add some items.
15341 (Info-directory): Add autoload cookie.
15342
15343 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15344 Modify `truncate-lines'. Make `describe-language-environment'
15345 always visible and add help. Modify `describe-key' help. Invoke
15346 Info-directory from `info'. New entry `emacs-manual'.
15347
153482000-04-10 Gerd Moellmann <gerd@gnu.org>
15349
b291c86c
SM
15350 * progmodes/ebrowse.el (ebrowse-tree-mode):
15351 Use propertized-buffer-identification.
a30eb617
DL
15352 (ebrowse-update-member-buffer-mode-line): Likewise.
15353 (ebrowse--mode-strings): Removed.
15354 (ebrowse--mode-line-props): Removed.
15355
15356 * files.el (auto-mode-alist): Add `EBROWSE'.
15357
15358 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15359 space before testing for end of buffer.
15360 (ebrowse-load): Removed.
15361 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15362 (ebrowse-create-tree-buffer): Rewritten.
15363 (ebrowse-tree-mode): Read tree from buffer.
15364
15365 * progmodes/ebrowse-ffh.el: Removed.
15366
153672000-04-10 Kenichi Handa <handa@etl.go.jp>
15368
15369 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15370
153712000-04-10 Gerd Moellmann <gerd@gnu.org>
15372
15373 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15374 at the wrong place.
15375
153762000-04-09 Dave Love <fx@gnu.org>
15377
b291c86c
SM
15378 * files.el (backup-enable-predicate):
15379 Use temporary-file-directory, small-temporary-file-directory.
15380 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
15381 (make-backup-file-name-1): New function.
15382 (make-backup-file-name): Use it.
b291c86c 15383 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
15384 (file-newest-backup): Use make-backup-file-name.
15385
153862000-04-09 Gerd Moellmann <gerd@gnu.org>
15387
15388 * progmodes/ebrowse-ffh.el: New file.
15389
86f6474c
SM
15390 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
15391 Moved to ebrowse-ffh.el.
a30eb617
DL
15392 (ebrowse-load): Add autoload.
15393
15394 * finder.el (finder-commentary): Add autoload cookie.
15395
15396 * mail/rfc2368.el: Correct author's email address.
15397
15398 * progmodes/ebrowse.el: New file.
15399
15400 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15401 item help string.
15402 (easy-menu-do-add-item): Ditto.
15403 (easy-menu-define): Extend doc string.
15404
86f6474c 15405 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
15406 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15407 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15408 with-buffer-unmodified.
15409
154102000-04-08 Dave Love <fx@gnu.org>
15411
15412 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15413 unless, when.
15414
154152000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15416
15417 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15418 (viper-flash-search-pattern): No operation when using Emacs
15419 doesn't support face.
15420 Use `viper-put-on-search-overlay'.
15421
154222000-04-04 Gerd Moellmann <gerd@gnu.org>
15423
15424 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15425 like C-r.
15426
15427 * progmodes/make-mode.el: Some doc fixes.
15428 (makefile-mode-abbrev-table): New variable.
15429 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15430 (makefile-font-lock-keywords): Fontify includes and conditionals.
15431 (toplevel): Require `dabbrev' and `add-log' when compiling.
15432
15433 * replace.el (perform-replace): Don't move forward one char
15434 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15435 to do that because it leaves point 1 position after the last
15436 replacement, after everything has been replaced.
15437
15438 * jit-lock.el (with-buffer-unmodified): New macro.
15439 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15440 modified state.
15441 (jit-lock-function-1): Extracted from jit-lock-function; not
15442 preserving buffer's modified state.
86f6474c
SM
15443 (jit-lock-function, jit-lock-stealth-fontify):
15444 Call jit-lock-function-1.
a30eb617
DL
15445
15446 * mail/rfc2368.el: Remove supernumerary copyright line.
15447
154482000-04-04 Milan Zamazal <pdm@freesoft.cz>
15449
15450 * glasses.el: Provide facilities for inserting space before left
15451 parentheses and uncapitalization of identifiers.
15452 (glasses-mode): Try to remove old overlays in all cases.
15453
154542000-04-03 Gerd Moellmann <gerd@gnu.org>
15455
15456 * progmodes/compile.el (compile-internal): Display the compilation
15457 buffer in a different frame, if it's already displayed there.
15458
15459 * mail/rfc2368.el: New file.
15460
15461 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15462 header and insert its value as mail body.
15463
15464 * subr.el (member-ignore-case): New function.
15465
15466 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15467 (dabbrev--find-expansion): Ignore buffers matching a regexp
15468 from dabbrev-ignored-regexps.
15469
15470 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15471 to extensions handled by gzip.
15472
154732000-04-03 Richard M. Stallman <rms@gnu.org>
15474
15475 * files.el (insert-directory): List the total free space
15476 along with the used space.
15477
15478 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15479 line is followed by one that matches CITATION-REGEXP, end the
15480 paragraph.
15481
154822000-04-03 Markus Rost <rost@delysid.gnu.org>
15483
15484 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15485 (rmail-make-basic-summary-line): Use that option.
15486
154872000-04-03 Kenichi Handa <handa@etl.go.jp>
15488
15489 * international/mule-cmds.el (encoded-string-description):
15490 Rewritten. Try pretty description for ISO 2022 escape sequences
15491 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15492 for hexadecimal format.
15493
154942000-04-01 Dave Love <fx@gnu.org>
15495
15496 * cpp.el: Change customization group to `c' from `C'.
15497
15498 * vcursor.el (vcursor-move): Use display-color-p.
15499
15500 * international/mule-util.el: Provide mule-utils.
15501 (string-to-sequence): Simplify and speed up.
15502
15503 * international/mule.el (make-coding-system): Purecopy doc-string.
15504
15505 * international/mule-cmds.el: Various menu changes.
15506 (describe-specified-language-support): Handle `Default'.
15507 (set-language-info): Purecopy `info'.
15508
155092000-03-31 Andrew Innes <andrewi@gnu.org>
15510
15511 * vc.el (vc-backend-diff): Return the correct status if we had to
15512 retry the rcsdiff command without the --brief option.
15513
155142000-03-31 Dave Love <fx@gnu.org>
15515
15516 * help.el (help-manyarg-func-alist): Correct several omissions.
15517
15518 * add-log.el: Don't require cl, fortran.
15519 (add-log-current-defun-function): Doc fix.
86f6474c 15520 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 15521 (change-log-version-rcs): Function deleted.
86f6474c
SM
15522 (change-log-version-number-search): Doc fix.
15523 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
15524 (add-change-log-entry): Just call add-log-current-defun to get
15525 defun. Simplify somewhat.
15526 (change-log-get-method-definition-1): Likewise.
15527 (add-log-current-defun): Return nil if calling
15528 add-log-current-defun-function does so. Move Fortran stuff to
15529 fortran.el. Return string without properties.
15530
15531 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15532 and :alpha: char classes.
15533
15534 * mail/supercite.el: Defvar curline when compiling.
15535 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15536 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15537 rather than a-zA-Z0-9 to allow non-ASCII characters.
15538
155392000-03-31 Gerd Moellmann <gerd@gnu.org>
15540
15541 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15542
15543 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15544 Re-enable new code.
15545
15546 * lpr.el (print-region-1): Use -d to specify printer name for
15547 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15548
155492000-03-31 Dave Love <fx@gnu.org>
15550
86f6474c
SM
15551 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
15552 Look for function definition in symbol's function value slot first
a30eb617
DL
15553 instead of first consulting byte-compile-function-environment.
15554
155552000-03-31 Kenichi Handa <handa@etl.go.jp>
15556
15557 * language/european.el ("Polish"): New language environment.
15558 (setup-polish-environment): New function.
15559
155602000-03-30 Gerd Moellmann <gerd@gnu.org>
15561
15562 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15563 Disable new code.
15564
15565 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15566 trying to `load' the symbol of an autoload instead of the file
15567 recorded in the autoload. Fix error messages.
15568
155692000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15570
15571 * ps-print.el: PostScript programming fix for ghostview, doc fix.
15572 (ps-print-version): New version number (5.1.3).
15573 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15574 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15575 (ps-generate-postscript-with-faces): Code fix.
15576 (ps-color-values): XEmacs compatibility.
15577 (ps-print-background-image, ps-print-background-text, ps-printer-name)
15578 (ps-default-fg, ps-default-bg): Adjust customization.
15579 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15580 (ps-color-scale): Renaming old ps-color-value fun.
15581 (ps-print-headers): Replace ps-print-header group to avoid conflict
15582 with ps-print-header variable.
15583 (ps-print-miscellany): New group.
15584 (ps-format-color, ps-rgb-color): New funs.
15585 (ps-default-foreground): New var.
15586 (ps-printer-name-option): New const.
15587
155882000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15589
15590 * net/net-utils.el:
15591 (network-connection-host, network-connection-service): New variables
15592 (network-connection-mode): New mode, derived from comint-mode
15593 (network-connection-mode-setup): New function, saves host and
15594 service information in local variables.
15595
15596 * lisp/locate.el:
15597 (locate-word-at-point): Added this function
15598 (locate): Default to using locate-word-at-point as input
15599 Run dired-mode-hook
15600
156012000-03-29 Dave Love <fx@gnu.org>
15602
15603 * calendar/appt.el: Doc fixes.
15604 (appt-check): Convert min-to-app to a string before passing to
15605 appt-disp-window-function or concat.
15606 (appt-delete-window): Remove test for frame-root-window.
15607 (appt-select-lowest-window, appt-convert-time): Simplify.
15608
15609 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
15610 (byte-compile-file-form-autoload):
15611 Update byte-compile-function-environment.
a30eb617
DL
15612
156132000-03-29 Andreas Schwab <schwab@suse.de>
15614
86f6474c 15615 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
15616
15617 * dired.el (dired-insert-directory): If dired-free-space-program
15618 failed just delete its output.
15619
156202000-03-29 Dave Love <fx@gnu.org>
15621
15622 * international/iso-cvt.el: Move provide to end. Doc fixes.
15623 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15624 (iso-iso2sgml, iso-sgml2iso): New functions.
15625 (iso-cvt-define-menu): Fix some entries and use backquote for
15626 clarity.
15627
15628 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15629
156302000-03-28 Gerd Moellmann <gerd@gnu.org>
15631
15632 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15633 ISO-DATE. If non-nil, return date in ISO 8601 format.
15634
156352000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15636
15637 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15638 if it ever becomes used.
15639 (log-edit-mode-hook): Default to vc-log-mode-hook.
15640 (log-edit-mode): Fix the docstring.
15641
15642 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15643 the code.
15644
156452000-03-26 Dave Love <fx@gnu.org>
15646
15647 * net/browse-url.el (browse-url): Re-fix case of
15648 browse-url-browser-function being an alist.
15649 (browse-url): Add :link to defgroup.
15650
15651 * files.el: Doc fixes.
15652 (file-truename): Include `[' in wildcard characters.
15653 (automount-dir-prefix): Customize.
15654 (find-file-wildcards): Add :version.
15655 (find-file-noselect): Simplify a mapcar call.
15656
15657 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15658 compatible with inf-lisp version.
15659 (eval-defun-1): Fix custom-declare-variable case.
15660
156612000-03-25 Stefan Monnier <monnier@cs.yale.edu>
15662
15663 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15664
156652000-03-24 Gerd Moellmann <gerd@gnu.org>
15666
15667 * Makefile (COMPILE_FIRST): New macro.
15668 (compile-files): Compile files from COMPILE_FIRST first.
15669
86f6474c 15670 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
15671
15672 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15673 matching open parenthesis in column 0 to defun-prompt-regexp
15674 only if open-paren-in-column-0-is-defun-start is set.
15675
15676 * sun-curs.el: Require CL at compile-time only.
15677
15678 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15679 instead of copy-list which is a function from CL.
15680 (msb--choose-menu, msb--mode-menu-cond)
15681 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15682 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
15683 (msb--aggregate-alist): Use mapcar instead of mapcan.
15684 Fix `(' in column 0 in doc string.
a30eb617
DL
15685 (msb--add-separators): Use mapcar instead of mapcan.
15686
15687 * cus-dep.el: Require CL at compile-time only.
15688
156892000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15690
15691 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15692 (byte-compile-warnings): New warning `noruntime'.
15693 (byte-compile-constants, byte-compile-variables): Fix docstring.
15694 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15695 execute `eval-whenc-compile's body.
15696 (byte-compile-unresolved-functions): Fix docstring.
15697 (byte-compile-eval): New function.
15698 (byte-compile-callargs-warn): Check if the function will be available
15699 at runtime (via property `byte-compile-noruntime').
15700 (byte-compile-print-syms): New function.
15701 (byte-compile-warn-about-unresolved-functions): Also warn about
15702 `noruntime' functions (and use `byte-compile-print-syms').
15703 (byte-compile-file): Capitalize the message.
15704
157052000-03-24 Gerd Moellmann <gerd@gnu.org>
15706
15707 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15708 (rmail-expunge): Ask for confirmation depending on the setting
15709 of rmail-confirm-expunge.
15710
157112000-03-23 Gerd Moellmann <gerd@gnu.org>
15712
15713 * Makefile (bootstrap-clean): If $(emacs) exists, build
15714 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 15715 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
15716
157172000-03-23 Dave Love <fx@gnu.org>
15718
15719 * net/browse-url.el: Restore previous use of
15720 browse-url-maybe-new-window.
15721
157222000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15723
15724 * ps-print.el: Skip banner page fix.
15725 (ps-print-version): New version number (5.1.2).
15726 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15727
157282000-03-23 Dave Pearson <davep@davep.org>
15729
15730 * net/quickurl.el Changed the type of parameter passed to the
15731 function defined by `quickurl-format-function'. Before only the
15732 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
15733 and the function is responsible for extracting the parts it requires.
15734 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
15735 (quickurl-insert): Changed the `funcall' of
15736 `quickurl-format-function' to match the above change.
15737 (quickurl-list-insert): Changed the `url' case so that it makes
15738 use of `quickurl-format-function', previous to this the format was
15739 hard wired.
15740
157412000-03-22 Gerd Moellmann <gerd@gnu.org>
15742
15743 * startup.el: Change some spellings for the X Window System.
15744
157452000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15746
86f6474c
SM
15747 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
15748 Clean up the code and the regexp and make sure the cursor is
15749 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
15750
157512000-03-22 Jason Rumney <jasonr@gnu.org>
15752
15753 * w32-fns.el (w32-charset-info-alist): Initialize.
15754
157552000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15756
15757 * ps-print.el: N-up last page fix.
15758 (ps-print-version): New version number (5.1.1).
15759 (ps-end-file, ps-end-job, ps-generate): Code fix.
15760
157612000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15762
15763 * files.el (find-file-run-dired): Update docstring.
15764 (find-directory-functions): New hook.
15765 (find-file-noselect): Run find-directory-functions rather than
15766 calling dired directly.
15767
15768 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15769
15770 * pcvs.el: Add a minimal leading commentary.
15771 (cvs-make-cvs-buffer): Change the header part by removing the startup
15772 message and adding a `Module' entry. Also replace the FOOTER and
15773 HEADER special fileinfos with the new support in ewoc for updating
15774 its own footer and header.
15775 (cvs-update-header): Update to use the header/footer of the ewoc.
15776 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15777 (cvs-is-within-p): New function.
15778 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15779 to only examine some subset of the buffers.
15780
15781 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15782 `format' instead of our own ad-hoc functions.
15783 Remove HEADER and FOOTER cases, now handled in the EWOC.
15784 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15785
15786 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15787 output to avoid scaring the user.
15788 (cvs-parse-table): Catch message for non-up-to-date commits.
15789
15790 * pcvs-defs.el (cvs-startup-message): Remove.
15791 (cvs-global-menu): New autoloaded menu.
15792
15793 * pcvs-util.el (cvs-string-fill): Remove.
15794
15795 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15796 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15797 PP part of it and also make it work for footers and headers.
15798 (ewoc-create): Drop POS and BUFFER arguments.
15799 Use the DLL's dummy node to store the end-of-footer position.
15800 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15801 (ewoc-refresh): Remove unused `header' variable.
15802 (ewoc-(get|set)-hf): New functions.
15803
15804 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15805 log-view-*-(message|file) and use easy-mmode-define-navigation.
15806 (log-view-message-re): Match SCCS format as well.
15807 And match the revision line rather than the dashed separator line.
15808 (log-view-mode): Use the new define-derived-mode.
15809 (log-view-current-tag): Fill in with an actual implementation.
15810
15811 * cvs-status.el (cvs-status-(prev|next)): Rename from
15812 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15813 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15814 to let the output "breathe" a little more (more readable).
15815 (cvs-status-mode): Use the new define-derived-mode.
15816
15817 * smerge-mode.el (smerge-auto-leave): New function and variable.
15818 (smerge-basic-map): Rename from smerge-basic-keymap.
15819 Change the bindings for smerge-diff-*.
15820 (smerge-*-map): Use easy-mmode-defmap.
15821 (smerge-(next|prev)): Use easy-mmode-define-navigation.
15822 (smerge-keep-*): Use smerge-auto-leave.
15823
158242000-03-21 Jason Rumney <jasonr@gnu.org>
15825
15826 * cus-edit.el (custom-button-face): Use 3D look for w32.
15827 (custom-button-pressed-face): Likewise.
15828
158292000-03-21 Gerd Moellmann <gerd@gnu.org>
15830
15831 * progmodes/etags.el (tags-case-fold-search): New user-option.
15832 (tags-loop-eval): New function. Bind case-fold-search around eval
15833 depending on the value of tags-case-fold-search.
15834 (tags-loop-continue): Use tags-loop-eval.
15835 (find-tag-in-order): Bind case-fold-search depending on the value
15836 of tags-case-fold-search.
15837
158382000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15839
86f6474c 15840 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
15841 (diff-end-of-hunk): Return the end position for use in
15842 `easy-mmode-define-navigation'.
15843 (diff-recenter): Remove.
15844 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15845 of `easy-mmode-define-navigation'.
15846 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15847 previous renaming) and fix to use new names.
15848 (diff-merge-strings): Use \n as separator: simpler, faster.
15849 (diff-mode): Use `define-derived-mode'.
15850
15851 * derived.el (define-derived-mode): Don't autoload anymore.
15852 Prefer the macro-only version provided by easy-mmode.el.
15853
15854 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 15855 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
15856 (easy-mmode-define-navigation): New macro.
15857
15858 * subr.el (combine-run-hooks): New function.
15859
158602000-03-21 Kenichi HANDA <handa@etl.go.jp>
15861
15862 * term/x-win.el: Fontsets related initialization is simplified.
15863
15864 * international/mule-diag.el (describe-font): Don't refer to
15865 global-fontset-alist, instead call font-list.
15866 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 15867 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 15868
86f6474c
SM
15869 * international/fontset.el (x-charset-registries): Variable removed,
15870 instead the corresponding data is stored in the default fontset.
a30eb617
DL
15871 (register-alternate-fontnames): Function removed.
15872 (resolved-ascii-font): Variable removed.
15873 (x-compose-font-name): Ignore the second argument REDOCE.
15874 (x-complement-fontset-spec): Complement only an ASCII font and
15875 element for those charsets than can use that ASCII font.
15876 (generate-fontset-menu): Don't refer to global-fontset-alist,
15877 instead call fontset-list.
15878 (uninstantiated-fontset-alist): Variable removed.
15879 (x-style-funcs-alist): Likewise.
15880 (fontset-default-styles): Likewise.
15881 (x-modify-font-name): Function removed.
86f6474c 15882 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
15883 (create-fontset-from-ascii-font): Docsting adjusted for the above
15884 change.
15885 (instantiate-fontset, resolve-fontset-name): Functions removed.
15886 (fontset-list): Now implemented by C code.
15887
15888 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15889 (describe-face): Include `font' attribute in the description.
15890
158912000-03-21 Kenichi Handa <handa@etl.go.jp>
15892
15893 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15894
158952000-03-20 Gerd Moellmann <gerd@gnu.org>
15896
15897 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15898 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15899 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15900
15901 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15902 about behavior of set-buffer-modified-p wrt redisplay.
15903
159042000-03-19 Richard M. Stallman <rms@gnu.org>
15905
15906 * view.el (view-mode-disable): Kill local binding of view-read-only.
15907
159082000-03-18 Gerd Moellmann <gerd@gnu.org>
15909
86f6474c 15910 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
15911 is a string, convert it to a syntax cell using string-to-syntax.
15912
15913 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15914 (string-to-syntax): New function.
15915
15916 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15917 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15918 try to use passive ftp mode.
15919
159202000-03-17 Gerd Moellmann <gerd@gnu.org>
15921
15922 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15923
15924 * simple.el (append-to-buffer): Update point of windows after
15925 insertion.
15926
15927 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15928 forward then moving backward. Reindent.
15929
15930 * frame.el (other-frame): Call x-focus-frame only if
15931 focus-follows-mouse is off.
15932
159332000-03-17 Dave Love <fx@gnu.org>
15934
86f6474c 15935 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
15936
159372000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15938
15939 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15940 regexp for labels cannot span several lines.
15941
15942 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15943 `(setq :<key> ':<key>)' to the macro expansion.
15944
159452000-03-16 Dave Love <fx@gnu.org>
15946
15947 * progmodes/f90.el (f90): Put custom group under `languages', not
15948 `fortran'.
15949 (f90-mode-hook): Customize.
15950 (f90-mode): Set add-log-current-defun-function.
15951 (f90-current-defun): New function.
15952
159532000-03-16 Gerd Moellmann <gerd@gnu.org>
15954
15955 * cus-edit.el (custom-variable-tag-face): Handle case that
15956 default face's height is not a number.
15957 (custom-face-tag-face, custom-group-tag-face-1)
15958 (custom-group-tag-face): Ditto.
15959 (custom-group-tag-face-1): Add :group.
15960
15961 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15962
159632000-03-15 Gerd Moellmann <gerd@gnu.org>
15964
15965 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15966 requiring easymenu.
15967
159682000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15969
15970 * ps-print.el: PostScript user-defined prologue, PostScript error
15971 handler, doc fix.
15972 (ps-print-version): New version number (5.1).
15973 (ps-user-defined-prologue, ps-error-handler-message)
15974 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15975 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15976 (ps-insert-string): New function.
15977
159782000-03-15 Kenichi Handa <handa@etl.go.jp>
15979
15980 * international/ccl.el (ccl-compile-expression): Don't generate
15981 invalid self-assignment code.
15982
159832000-03-14 Dave Love <fx@gnu.org>
15984
15985 * subr.el (replace-regexp-in-string): Renamed from
15986 replace-regexps-in-string. Doc fix.
15987
159882000-03-12 Dave Love <fx@gnu.org>
15989
15990 * cus-edit.el: Doc fixes.
86f6474c 15991 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
15992 (custom-variable-tag-face, custom-face-tag-face)
15993 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15994 style which user identify as hyperlink.
15995 (hook): Don't add undefined functions to the hook.
15996 (debug-ignored-errors): Transfer message from bindings.el.
15997
159982000-03-12 Gerd Moellmann <gerd@gnu.org>
15999
86f6474c
SM
16000 * recentf.el (recentf-keep-non-readable-files-p):
16001 Remove double/nested definition.
a30eb617
DL
16002
160032000-03-12 Dave Love <fx@gnu.org>
16004
16005 * facemenu.el (facemenu-get-face): Use display-color-p.
16006 * enriched.el (enriched-decode-foreground): Likewise.
16007 (enriched-decode-background): Likewise.
16008 * isearch.el (isearch-highlight): Likewise.
16009 * info-look.el (info-lookup): Likewise.
16010 * simple.el (completion-setup-function): Likewise.
16011
16012 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16013 :options.
16014
16015 * bindings.el (mode-line-format): Fix line-number and
16016 column-number items. Add help-echo for the background.
16017 (mode-line-mule-info): Modify help-echo.
16018
16019 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16020
16021 * files.el (load-file): Allow completion to .elc.
16022
16023 * man.el: Doc fixes.
16024 (Man-init-defvars): Use display-color-p to set fontification.
16025
16026 * play/hanoi.el (hanoi-internal): Don't use oddp.
16027
160282000-03-12 Gerd Moellmann <gerd@gnu.org>
16029
16030 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16031
16032 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16033
160342000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16035
16036 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16037 Fix comment.
16038
160392000-03-10 Stefan Monnier <monnier@cs.yale.edu>
16040
16041 * font-lock.el (font-lock-keywords): Fix the doc now that
16042 regexp-opt-depth is unnecessary.
16043 (save-buffer-state): Set an edebug spec.
16044 (font-lock-fontify-anchored-keywords): Properly handle the case when
16045 the matcher goes past the limit.
16046
16047 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16048 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16049
16050 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
16051 dll.el and cookie.el (from Elib) with heavy renaming and other
16052 massaging.
16053
16054 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16055 Autoload the functions used.
16056 (easy-mmode-define-syntax): Fix CL typo.
16057 (easy-mmode-define-derived-mode): Improve the docstring generation.
16058
160592000-03-10 Gerd Moellmann <gerd@gnu.org>
16060
16061 * textmodes/texinfo.el (texinfo-version): Variable and function
16062 removed.
16063
160642000-03-09 Stefan Monnier <monnier@cs.yale.edu>
16065
16066 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16067 allow more flexibility.
ff39b9a1 16068 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
16069 (easy-mmode-defmap, easy-mmode-defsyntax)
16070 (easy-mmode-define-derived-mode): New macros.
16071
160722000-03-09 Didier Verna <didier@xemacs.org>
16073
16074 * rect.el (replace-rectangle): New function.
16075
160762000-03-09 Dave Love <fx@gnu.org>
16077
ff39b9a1 16078 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
16079 (fortran-comment-line-start-skip): Don't match cpp stuff.
16080 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
16081 (fortran-mode-map): Remove over-eager custom-menu-create for now.
16082 (fortran-mode): Don't set fortran-comment-line-start-skip,
16083 fortran-comment-line-start here. Set comment-start,
16084 add-log-current-defun.
16085 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16086 (fortran-current-defun): New function.
16087
160882000-03-09 Gerd Moellmann <gerd@gnu.org>
16089
16090 * emacs-lisp/re-builder.el: New file.
16091
16092 * mouse.el (mouse-drag-region): Don't run up-event handler
16093 if hscroll has changed.
16094
16095 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16096 builtin operators, use `font-lock-builtin-face' for Emacs and
16097 `font-lock-preprocessor-face' otherwise.
16098
16099 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16100 `(defun (setf foo)' differently.
16101
161022000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16103
16104 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16105 (regexp-opt): Update comment and adapt the code the new meaning of
16106 the `paren' argument of regex-opt-group for shy-groups.
16107 (regexp-opt-depth): Handle shy groups as well as backslashed
16108 backslashes.
16109 (regexp-opt-group): Turn the leading comment into a docstring.
16110 Allow `paren' to be a string (the string to use to open a group).
16111 Remove open-presuf and close-presuf. Instead of checking for `all
16112 one-char' and then later on check for `several one-char', handle
16113 both cases close together. Also apply a more generic algorithm
16114 for suffixes (the mirror image of the algorithm used for
16115 prefixes). Use shy-groups. Use nreverse rather than reverse.
16116 (regexp-opt-try-suffix): Removed.
16117
16118 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16119 from comint-mode-map, so we can just inherit from it. Also, move
16120 the initialization into the `defvar' since there's no docstring
16121 anyway and it's fairly short.
16122 (inferior-scheme-mode): Define it as derived-mode: the code is
16123 shorter and this way we inherit from comint-mode-map rather than
16124 copying it.
16125
16126 * subr.el (replace-regexps-in-string): Properly handle the case
16127 where we match an empty string.
16128
16129 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16130 when the command has a directory component (such as "./testml").
16131 Also fix a typo in the comment.
16132
161332000-03-08 Gerd Moellmann <gerd@gnu.org>
16134
16135 * Makefile (compile-files): Compile files one by one because
16136 that's the only way to ensure a clean compilation environment for
16137 each individual file.
16138
16139 * frame.el (other-frame): Call x-focus-frame.
16140
161412000-03-07 Dave Love <fx@gnu.org>
16142
16143 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16144 :require to defcustom.
16145
ff39b9a1 16146 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
16147
16148 * files.el (auto-mode-alist): Add configure.in.
16149
16150 * progmodes/autoconf.el: New file.
16151
161522000-03-07 Gerd Moellmann <gerd@gnu.org>
16153
16154 * mail/mh-e.el: Change maintainer to `none'.
16155
16156 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16157 to remove-hook and add-hook.
16158
161592000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16160
16161 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16162 it as the default.
16163 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16164 (sendmail-send-it): Conditionally add MIME headers specifying the
16165 used character set.
16166
161672000-03-07 Dave Love <fx@gnu.org>
16168
ff39b9a1
SM
16169 * winner.el: Fix keywords, autoload cookies.
16170 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
16171
161722000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16173
16174 * international/mule.el: Modify comment about coding system
16175 property `coding-category'.
16176 (make-coding-system): New argument EOL-TYPE. Pay attention to
16177 coding-category property of PROPERTIES.
16178
ff39b9a1
SM
16179 * international/mule-conf.el (coding-category-utf-8)
16180 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
16181 categories. Include them in the argument for set-coding-priority.
16182
ff39b9a1
SM
16183 * international/mule-cmds.el (reset-language-environment):
16184 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
16185 coding-category-utf-16-le in the argument for set-coding-priority.
16186 (reset-language-environment): Initialize coding-category-utf-8,
16187 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16188
161892000-03-06 Karl Fogel <kfogel@red-bean.com>
16190
16191 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16192 code abstracted out of `bookmark-jump-noselect'. Now tries info
16193 extensions as well as compression extensions.
16194 (bookmark-jump-noselect): Use above new func.
16195
161962000-03-03 Gerd Moellmann <gerd@gnu.org>
16197
16198 * strokes.el: Change maintainer's mail address.
16199
162002000-03-03 Kenichi Handa <handa@etl.go.jp>
16201
16202 * international/mule-diag.el (list-character-sets): Make help-echo
16203 string by substitute-command-keys.
16204 (list-character-sets): Likewise.
16205 (sort-listed-character-sets): Call help-setup-xref.
16206
162072000-03-02 Gerd Moellmann <gerd@gnu.org>
16208
ff39b9a1 16209 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
16210
162112000-03-01 Dave Love <fx@gnu.org>
16212
16213 * help.el (help-xref-go-back): Don't try to set position.
16214
ff39b9a1
SM
16215 * international/mule-diag.el (list-character-sets):
16216 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
16217 (list-character-sets-1): Add help-echo to xrefs.
16218
162192000-03-02 Gerd Moellmann <gerd@gnu.org>
16220
16221 * frame.el (blink-cursor-mode): Switch cursor on when turning
16222 the mode off.
16223
16224 * add-log.el (add-log-current-defun): Add support for
16225 Autoconf mode.
16226
16227 * mail/rmail.el (rmail-quit-hook): New variable.
16228
162292000-03-01 Dave Love <fx@gnu.org>
16230
16231 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16232
16233 * help.el (help-xref-button): Add help-echo arg.
16234 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16235
ff39b9a1 16236 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 16237
ff39b9a1 16238 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
16239
162402000-03-01 Gerd Moellmann <gerd@gnu.org>
16241
16242 * image.el (defimage): Look for image files in load-path.
16243
ff39b9a1 16244 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
16245
162462000-03-01 David Ponce <david.ponce@wanadoo.fr>
16247
ff39b9a1 16248 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
16249
162502000-03-01 David Ponce <david.ponce@wanadoo.fr>
16251
ff39b9a1 16252 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
16253 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16254 action to select/unselect a file.
16255 (recentf-edit-list): Code cleanup and improvement.
16256 (recentf-open-more-files-action): `recentf-open-more-files' button
16257 widget action to open a file.
ff39b9a1 16258 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
16259 (recentf-more-collection): Deleted.
16260 (recentf-more-history): Deleted.
16261 (recentf-setup-more-completion): Deleted.
16262
162632000-03-01 David Ponce <david.ponce@wanadoo.fr>
16264
16265 * recentf.el (recentf-mode): No more needs that Emacs is running
16266 under a window-system.
16267
ff39b9a1 162682000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16269
16270 * recentf.el (recentf-edit-list): New command to edit the recent
16271 list which allow the user to remove files.
16272 (recentf-edit-selected-items): New global variable, used by
16273 `recentf-edit-list' to hold the list of files to be removed from
16274 the recent list.
16275 (recentf-make-menu-items): Updated to display a "Edit list..."
16276 menu item. Minor code cleanup.
16277
ff39b9a1 162782000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16279
16280 * recentf.el (recentf-open-more-files): New command to open files
16281 that are not displayed in the menu.
16282 (recentf-more-collection): New global variable holding the set of
16283 permissible completions used by `recentf-open-more-files'.
16284 (recentf-more-history): New global variable holding the history list
16285 used by `recentf-open-more-files' completion.
16286 (recentf-setup-more-completion): New function to setup completion for
16287 `recentf-open-more-files'.
16288 (recentf-make-menu-items): Updated to display a "More..." menu item.
16289
ff39b9a1 162902000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16291
16292 * recentf.el (recentf-menu-action): Doc fixed.
16293
ff39b9a1 162942000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16295
16296 * recentf.el (recentf-menu-filter): Doc updated.
16297 (recentf-update-menu-hook): Allow menu filters to force menu update.
16298 (recentf-make-menu-items): New menu filter handling.
16299 (recentf-make-menu-item): New helper function.
16300 (recentf-menu-elements): New menu handling function.
16301 (recentf-sort-ascending): Updated to new menu filter handling.
16302 (recentf-sort-descending): Updated to new menu filter handling.
16303 (recentf-sort-basenames-ascending): New menu filter function.
16304 (recentf-sort-basenames-descending): New menu filter function.
16305 (recentf-show-basenames): New menu filter function.
16306 (recentf-show-basenames-ascending): New menu filter function.
16307 (recentf-show-basenames-descending): New menu filter function.
16308
163092000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16310
16311 * diary-lib.el (list-diary-entries): Don't try to go forward at
16312 the end of the buffer.
16313
163142000-02-29 Kenichi Handa <handa@etl.go.jp>
16315
ff39b9a1
SM
16316 * international/mule-diag.el (list-character-sets):
16317 Completely rewritten.
a30eb617
DL
16318 (sort-listed-character-sets): New function.
16319 (list-character-sets-1): Completely rewritten.
16320 (list-character-sets-2): New function.
16321 (non-iso-charset-alist): New variable.
16322 (decode-codepage-char): New function.
16323 (charset-history): New variable.
16324 (read-charset) (list-block-of-chars)
16325 (list-iso-charset-chars)
16326 (list-non-iso-charset-chars)
16327 (list-charset-chars): New functions.
86f6474c 16328 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
16329 (dump-charsets): Likewise.
16330
163312000-02-29 Gerd Moellmann <gerd@gnu.org>
16332
16333 * dired-x.el (dired-filename-at-point): Add `@' to valid
16334 file name characters.
16335 (dired-filename-at-point): Handle ange-ftp file names.
16336
16337 * frame.el (frame-notice-user-settings): Use assq-delete-all
16338 instead of assoc-delete-all.
16339 (frame-notice-user-settings): Ditto.
16340
16341 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16342 Don't copy alist.
16343
163442000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16345
16346 * calculator.el (calculator-use-menu): New option.
86f6474c 16347 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
16348 (calculator-forced-input): Removed.
16349 (calculator-restart-other-mode): New variable.
16350 (calculator-mode-map): Set up menu.
16351
163522000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16353
86f6474c 16354 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
16355
163562000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16357
86f6474c 16358 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 16359 translate all ESC key sequences.
86f6474c 16360 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 16361 they were saved.
86f6474c
SM
16362 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
16363 * viper-util.el (viper-set-replace-overlay-glyphs)
16364 (viper-set-replace-overlay): Always check if the replacement
a30eb617 16365 overlay is live.
86f6474c
SM
16366 * viper.el (viper-vi-state-mode-list): Add major modes.
16367 * ediff-wind.el: Minor comment changes.
16368 * ediff.el: Copyright notice date fix.
a30eb617
DL
16369
163702000-02-27 Jason Rumney <jasonr@gnu.org>
16371
16372 * faces.el (face-font-family-alternatives): Add arial to helv.
16373 (mode-line, header-line, tool-bar): Same default as x for w32.
16374 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16375 face-font-family-alternatives from working.
16376 * term/w32-win.el (mouse-set-font): Do not build fontset from
16377 chosen font.
16378
163792000-02-25 Sam Steingold <sds@goems.com>
16380
16381 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16382 properly.
16383
163842000-02-25 Richard M. Stallman <rms@gnu.org>
16385
16386 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16387
163882000-02-25 Gerd Moellmann <gerd@gnu.org>
16389
86f6474c 16390 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
16391
16392 * frame.el (busy-cursor-delay-seconds): New option.
16393
163942000-02-24 Gerd Moellmann <gerd@gnu.org>
16395
16396 * frame.el (show-cursor-in-non-selected-windows): New option.
16397
163982000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16399
16400 * diary-lib.el (include-other-diary-files): Undo the selective
16401 display in any included file and don't kill it.
16402
164032000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16404
86f6474c
SM
16405 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
16406 Menu items converted to (menu-item format, help strings added.
a30eb617 16407 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 16408 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
16409 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16410
164112000-02-23 Dave Love <fx@gnu.org>
16412
16413 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16414 (backward-kill-word): Revert addition of * to interactive spec --
16415 it's a feature.
16416
16417 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16418 (backward-kill-sentence, kill-sentence): Likewise.
16419
16420 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16421 scratch buffer name.
86f6474c 16422 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
16423
16424 * term/w32-win.el (internal-face-interactive): Update prompt for
16425 new read-face-name.
16426
16427 * mail/footnote.el (footnote): Add :version to defgroup.
16428 (footnote-section-tag-regexp): Customize.
16429 (footnote-start-tag, footnote-end-tag): New option.
16430 (footnote-latin-regexp): New variable.
16431 (Footnote-latin): New function.
16432 (footnote-style-alist): Add element for latin style.
16433 (footnote-style): Moved.
16434 (Footnote-goto-footnote): Use eq to test arg.
16435
16436 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16437
16438 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16439 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
16440 (byte-optimize-quote, byte-optimize-lapcode):
16441 Use byte-compile-const-symbol-p.
a30eb617
DL
16442 (byte-optimize-char-before): New optimization.
16443
16444 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16445 (byte-compile-const-symbol-p): New function.
16446 (byte-compile-constp, byte-compile-out-toplevel)
16447 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16448 Use it.
16449
16450 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16451
164522000-02-23 Kenichi Handa <handa@etl.go.jp>
16453
16454 * international/encoded-kb.el: Be sure to update minor-mode-alist
16455 and minor-mode-map-alist.
16456 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16457 codes SS2 and SS3 correctly.
16458 (encoded-kbd-self-insert-ccl): New function.
16459 (encoded-kbd-setup-keymap): New function.
16460 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16461 by calling encoded-kbd-setup-keymap.
16462
86f6474c
SM
16463 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
16464 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
16465
164662000-02-22 Dave Love <fx@gnu.org>
16467
16468 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 16469 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
16470 (lisp-mode-syntax-table): Set up for #|...|# comments.
16471 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16472 classes. Match `defface'.
16473 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16474 (eval-defun-1): Fix for defcustom.
16475 (lisp-indent-region): Doc fix.
16476
16477 * subr.el (when, unless, split-string): Doc fix.
86f6474c 16478 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
16479 (replace-regexps-in-string): New function.
16480
164812000-02-22 Gerd Moellmann <gerd@gnu.org>
16482
16483 * help.el (describe-variable): Set syntax table to
16484 emacs-lisp-mode-syntax-table when moving forward over the
16485 symbol's name.
16486
164872000-02-22 Dave Love <fx@gnu.org>
16488
16489 * xt-mouse.el: Doc fixes.
16490 (xterm-mouse-position-function): New function, replacing advice of
16491 mouse-position.
16492 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16493
16494 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16495
164962000-02-21 Gerd Moellmann <gerd@gnu.org>
16497
86f6474c
SM
16498 * format.el (format-annotate-single-property-change):
16499 Handle properties.with dotted-list values.
a30eb617
DL
16500 (format-proper-list-p): New function.
16501
16502 * enriched.el (enriched-face-ans): Handle '(foreground-color
16503 . COLOR) and (background-color . COLOR).
16504
165052000-02-20 Dave Love <fx@gnu.org>
16506
16507 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16508 and assignments to it.
16509 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16510 current local map.
16511 (make-flyspell-overlay): Use it.
16512 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16513
16514 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16515 (lm-get-header-re): Defun, not defsubst.
16516 (lm-get-package-name): Defun, not defsubst. Simplify.
16517 (lm-version): Doc fix. Simplify.
16518 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16519 (lm-crack-address, lm-last-modified-date, lm-commentary)
16520 (lm-verify, lm-synopsis): Simplify.
16521 (lm-report-bug): Require emacsbug. Use compose-mail.
16522
165232000-02-20 Gerd Moellmann <gerd@gnu.org>
16524
16525 * dired.el (dired-mode): Call propertized-buffer-identification
16526 to set mode-line-buffer-identification to something having
16527 the right text properties.
16528
16529 * bindings.el (propertized-buffer-identification): New function.
16530
165312000-02-20 Dave Love <fx@gnu.org>
16532
16533 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16534 check for t-mouse too.
16535
16536 * cus-start.el: Make echo-keystrokes `number'.
16537
165382000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16539
16540 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16541 Don't call ring-empty-p unless tags-location-ring is bound.
16542 From Noah Friedman <friedman@splode.com>.
16543
165442000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16545
16546 * progmodes/hideshow.el (hs-flag-region): No longer use
16547 `intangible' overlay property.
16548
16549 (hs-toggle-hiding): New command.
16550 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16551
16552 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16553 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16554 and deactivation.
16555
165562000-02-18 Gerd Moellmann <gerd@gnu.org>
16557
16558 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16559
165602000-02-17 Gerd Moellmann <gerd@gnu.org>
16561
16562 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16563
16564 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16565 of `*' to handle `(* ... *)' comments.
16566
165672000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16568
16569 * faces.el (list-faces-display): Use display-mouse-p instead of
16570 window-system.
16571
16572 * menu-bar.el (global-map): Menu-bar items converted to the new
16573 format (menu-item..., rearranged for better CUA compliance, and
16574 their names changed for better clarity. Help strings added.
16575
16576 * international/mule-cmds.el (mule-menu-keymap)
16577 (describe-language-environment-map, set-coding-system-map)
16578 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
16579 form, add help strings. Change names of menu items for better clarity.
16580 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
16581
165822000-02-17 Gerd Moellmann <gerd@gnu.org>
16583
16584 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16585 within the code.
16586
165872000-02-16 Dave Love <fx@gnu.org>
16588
16589 * faces.el: Don't require custom. Add more specific :groups to
16590 various deffaces.
16591 (set-face-attribute): Purecopy args.
16592 (read-face-name): Default to name at point and use it in prompt.
16593 Remove colon from arg in all callers.
16594 (list-faces-display): Hyperlink to face descriptions and customize
16595 buffers.
16596
165972000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16598
86f6474c 16599 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
16600
166012000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16602
16603 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16604 at ':' characters by call to split-string.
16605
166062000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16607
16608 * textmodes/bibtex.el: Added RCS version identification.
16609
166102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16611
16612 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 16613 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
16614 (bibtex-field-const): Allow capital letters.
16615 (bibtex-start-of-string): Deleted because unused.
16616
16617 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16618 use the term 'reference' to describe a bibtex entry as a whole.
16619 Further, reference keys are no longer called 'labels'.
16620 (bibtex-keys): Renamed to bibtex-reference-keys.
16621 (bibtex-reformat-previous-labels): Renamed to
16622 bibtex-reformat-previous-reference-keys.
16623 (bibtex-reference-type): Renamed to bibtex-entry-type.
16624 (bibtex-reference-head): Renamed to bibtex-entry-head.
16625 (bibtex-reference-maybe-empty-head): Renamed to
16626 bibtex-entry-maybe-empty-head.
16627 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16628 (bibtex-search-reference): Renamed to bibtex-search-entry.
16629 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16630 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
16631 (bibtex-entry-field-alist, bibtex-entry-head)
16632 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
16633 (bibtex-map-entries, bibtex-search-entry)
16634 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
16635 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
16636 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
16637 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
16638 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
16639 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
16640 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
16641
166422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16643
16644 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16645 comment.
16646 (bibtex-format-field-delimiters): New function, functionality
16647 extracted from bibtex-format-entry.
16648 (bibtex-autokey-get-yearfield-digits): New function, functionality
16649 extracted from bibtex-autokey-get-yearfield.
16650
16651 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16652 entries in order to avoid stack overflow in the regexp matcher if
16653 field contents become large.
86f6474c
SM
16654 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
16655 (bibtex-field-string-part-not-braced)
16656 (bibtex-field-string-part-no-inner-braces)
16657 (bibtex-field-string-part-1-inner-brace)
16658 (bibtex-field-string-part-2-inner-braces)
16659 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
16660 (bibtex-field-string-quoted, bibtex-field-string)
16661 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
16662 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
16663 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
16664 Deleted as parsing is now performed by the following functions.
16665 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
16666 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
16667 (bibtex-parse-field-string, bibtex-search-forward-field-string)
16668 (bibtex-parse-association, bibtex-field-name-for-parsing)
16669 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
16670 (bibtex-search-forward-field, bibtex-search-backward-field)
16671 (bibtex-start-of-field, bibtex-end-of-field)
16672 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
16673 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
16674 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
16675 (bibtex-parse-string, bibtex-search-forward-string)
16676 (bibtex-search-backward-string, bibtex-start-of-string)
16677 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
16678 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
16679 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
16680 entries. Instead of reporting the results of the parsing by
16681 match-beginning or match-end, these functions return data structures
16682 that hold the corresponding positions.
16683 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
16684 return values rather than by match-beginning or match-end.
16685 The following functions have been adapted to use the new
16686 parsing functions.
16687 (bibtex-skip-to-valid-entry, bibtex-search-reference)
16688 (bibtex-enclosing-field, bibtex-format-entry)
16689 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
16690 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
16691 (bibtex-print-help-message, bibtex-end-of-entry)
16692 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
16693 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16694 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
16695 Use the new method for parsing.
16696 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
16697 (bibtex-map-entries, bibtex-flash-head)
16698 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
16699 (bibtex-autokey-change, bibtex-autokey-get-namefield)
16700 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
16701 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
16702 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
16703 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16704 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16705 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
16706
167072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16708
16709 * textmodes/bibtex.el: Copyright notice is up to date.
16710 Added constant 'bibtex-maintainer-salutation.
16711
86f6474c 16712 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
16713 than make-temp-name, use match-string-no-properties and eliminate
16714 a quadratic behavior when building bibtex-strings.
16715
16716 * bibtex.el (bibtex-reference-key): Accept string entries whose
16717 reference key contains upper case letters.
16718
167192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16720
16721 * bibtex.el (bibtex-reference-head): Allow entries to start with
16722 a new line.
16723
167242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16725
16726 * bibtex.el: Hiding of entry bodies is not longer provided by
16727 bibtex.el directly. Instead the hideshow package can be used.
16728 Added a special bibtex entry to hs-special-modes-alist.
16729 (bibtex-hs-forward-sexp): Added for hideshow.el.
16730
167312000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16732
16733 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16734 proceedings entry type (for cross referencing). Thanks to Wagner
16735 Toledo Correa for the suggestion.
16736
16737 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16738
167392000-02-14 Kenichi Handa <handa@etl.go.jp>
16740
16741 * international/characters.el: Setup case table for Vietnamese.
16742
167432000-02-12 Gerd Moellmann <gerd@gnu.org>
16744
16745 * uniquify.el (toplevel): Require CL at compile time.
16746 (uniquify-push): Removed.
16747
16748 * shadowfile.el (shadow-when): Removed.
16749
16750 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 16751 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
16752
16753 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16754 regexp for paragraph-start.
16755
16756 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16757 commas as well.
16758
167592000-02-10 Dave Love <fx@gnu.org>
16760
16761 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16762 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16763 Deleted.
16764 (widget-specify-field, widget-specify-button): Don't use
16765 widget-mouse-help as help-echo property.
16766 (default): Use #'ignore for :validate and :mouse-down-action.
16767 (checkbox): Add help-echo.
16768 (widget-sexp-validate): Rewritten to clarify error messages.
16769 (character): Use char-valid-p in :match function.
16770 (widget-color-complete): Use facemenu-color-alist.
16771 (widget-color-action): Use facemenu-read-color.
16772
16773 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16774 set up `caar' &c that we now have.
16775
167762000-02-09 Ray Blaak <blaak@gnu.org>
16777
16778 * delphi.el: Make resourcestring a declaration region, like const
16779 and var.
16780
167812000-02-09 Dave Love <fx@gnu.org>
16782
16783 * bindings.el (mode-line-input-method-map): New variable.
16784 (mode-line-mule-info): Use it; fix last change.
16785 (mode-line-mode-menu): Move definition.
16786 (mode-line-mouse-sensitive-p): Deleted.
16787 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 16788 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
16789
16790 * startup.el (command-line-1): Don't call
16791 make-mode-line-mouse-sensitive.
16792
167932000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16794
86f6474c
SM
16795 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
16796 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
16797
167982000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16799
16800 * diff-mode.el (diff-kill-junk): New interactive function.
16801 (diff-reverse-direction): Use delete-and-extract-region.
16802 (diff-post-command-hook): Restrict the area so that the hook also works
16803 outside of any diff hunk. This is necessary for the minor-mode.
16804 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16805 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16806
16807 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16808 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16809 so that it can be used more easily in <foo>-mode-hook. Also make sure
16810 to avoid duplicate entries.
16811 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16812 (font-lock-remove-keywords): Just as was done for `add', allow it to
16813 work even if font-lock-mode is nil. Also make sure we don't modify
16814 any pre-existing list by forcing a copy-sequence. Finally rename
16815 `major-mode' to `mode'.
16816 (font-lock-fontify-syntactic-anchored-keywords)
16817 (font-lock-fontify-anchored-keywords)
16818 (font-lock-fontify-keywords-region): Use line-end-position.
16819 Don't make `font-lock-multiline' local (it's now done in
16820 font-lock-set-defaults).
86f6474c
SM
16821 (font-lock-set-defaults): Make `font-lock-multiline' local.
16822 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
16823
168242000-02-06 Andrew Innes <andrewi@gnu.org>
16825
16826 * term/w32-win.el (x-handle-args): Comment out call to message,
16827 which occurs before window system is initialized.
16828
16829 * makefile.nt: Add support for recompiling lisp code.
16830
168312000-02-04 Dave Love <fx@gnu.org>
16832
16833 * bindings.el (mode-line-mule-info): Fix/extend last change.
16834
16835 * completion.el: Replace completion-dolist with dolist.
16836
86f6474c 16837 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
16838
168392000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16840
86f6474c 16841 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
16842 environment names before they go into the section regexp.
16843
86f6474c 16844 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
16845 char class in regexp.
16846
86f6474c
SM
16847 * textmodes/reftex-parse.el (reftex-with-special-syntax):
16848 Bind `case-fold-search' to nil.
a30eb617 16849
86f6474c
SM
16850 * progmodes/idlwave.el (idlwave-template):
16851 Respect `idlwave-abbrev-change-case'.
16852 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
16853 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
16854 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
16855 (idlwave-rw-case): New function.
16856 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 16857 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
16858 (idlwave-surround): New argument LENGTH to support padding of
16859 operators longer than 1 char.
16860
16861 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16862 idlwave-shell-expression-overlay. Implemented printing of
16863 expressions on higher levels of the calling stack.
86f6474c 16864 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
16865 (idlwave-retrieve-expression-from-level): New function.
16866 (idlwave-shell-last-calling-stack): Variable removed.
16867 (idlwave-shell-reset): Argument action reversed (`visible' to
16868 `hidden'). Also remove stop-line overlay.
16869 (idlwave-shell-calling-stack-routine): New variable.
16870 (idlwave-shell-parse-stack-and-display): Messages now display
16871 negative level numbers.
16872 (idlwave-shell-mode): Set `modeline-format'.
16873 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 16874 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
16875 (idlwave-shell-print-expression-function): New option.
16876
86f6474c
SM
16877 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
16878 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
16879 `tool-bar' instead of `toolbar'.
16880
168812000-02-02 Dave Love <fx@gnu.org>
16882
16883 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16884 emacs-lisp-mode-hook. Don't check for defalias being defined.
16885
16886 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
16887 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
16888 Use the new builtins directly.
a30eb617
DL
16889
16890 * whitespace.el (whitespace): Add :version to defgroup.
16891
16892 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16893 Doc fix.
16894
16895 * thingatpt.el (sexp-at-point, symbol-at-point)
16896 (number-at-point, list-at-point): Add autoload cookie.
16897
16898 * recentf.el (recentf): Add :version to defgroup.
16899
16900 * quickurl.el (quickurl): Add :version to defgroup.
16901
16902 * elide-head.el (elide-head): Use point-marker more.
16903
16904 * bs.el (bs): Add :version to defgroup.
16905
16906 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16907
16908 * progmodes/delphi.el (delphi): Add :version to defgroup.
16909
169102000-02-02 Gerd Moellmann <gerd@gnu.org>
16911
16912 * ange-ftp.el (ange-ftp-write-region): Handle case that
16913 succeeding process operation sets a different coding system.
16914
16915 * calculator.el: New file.
16916
169172000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16918
86f6474c 16919 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
16920 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16921 (display-selections-p, display-screens, display-pixel-width)
16922 (display-pixel-height, display-mm-width, display-mm-height)
16923 (display-backing-store, display-save-under, display-planes)
16924 (display-color-cells, display-visual-class): New functions.
16925
16926 * term/tty-colors.el (tty-color-gray-shades): New function.
16927
16928 * faces.el (display-color-p): Use framep-on-display.
16929 (display-grayscale-p): New function.
16930
169312000-01-31 Dave Love <fx@gnu.org>
16932
16933 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16934 (create-fontset-from-x-resource): Don't concat integers.
16935
169362000-01-31 Inge Frick <inge@nada.kth.se>
16937
16938 * view.el: Some changes in documentation. Removed some trailing
86f6474c 16939 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
16940 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16941 window is not deleted. Modifies change 1998-04-26.
16942
169432000-01-31 Gerd Moellmann <gerd@gnu.org>
16944
16945 * windmove.el: New file.
16946
16947 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16948 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16949 progmodes/ebnf-yac.el: Update copyright and license info.
16950
86f6474c
SM
16951 * jit-lock.el (jit-lock-function): Widen before calculating
16952 end position.
a30eb617
DL
16953 (jit-lock-stealth-chunk-start): Rewritten.
16954
16955 * info.el (Info-title-face-alist): Removed.
86f6474c 16956 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
16957 (Info-fontify-node): Use these faces.
16958
169592000-01-30 Gerd Moellmann <gerd@gnu.org>
16960
16961 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16962 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16963 `&allow-other-keywords'.
16964
16965 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16966 the list of directories scanned heuristically.
16967
86f6474c 16968 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
16969
169702000-01-30 Jason Rumney <jasonr@gnu.org>
16971
16972 * w32-fns.el: Define w32-tty-standard-colors.
16973
16974 * startup.el (command-line): Use w32-tty-standard-colors when in
16975 w32 console mode.
16976
169772000-01-30 Dave Love <fx@gnu.org>
16978
16979 * jka-compr.el (jka-compr-load): Fix up load-history.
16980
16981 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16982
16983 * emacs-lisp/cl-macs.el: Revert previous change.
16984
169852000-01-29 Dave Love <fx@gnu.org>
16986
16987 * facemenu.el: Purecopy various strings.
16988
16989 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16990 years. Deal with three-digit years.
16991
86f6474c
SM
16992 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
16993 Use defconst, purecopy.
a30eb617
DL
16994 (help-back-label): Purecopy it.
16995
169962000-01-18 Gerd Moellmann <gerd@gnu.org>
16997
16998 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16999 variable. If non-nil, order the buffer list according to the
17000 currently selected frame.
17001 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17002 non-nil, pass the selected frame to function buffer-list.
17003
170042000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17005
17006 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17007
170082000-01-28 Dave Love <fx@gnu.org>
17009
17010 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17011
17012 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17013 Don't use lisp-indent-hook property.
17014 (cl-abs): Remove.
17015
17016 * subr.el: Move out indent and edebug specs for when and unless.
17017
17018 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17019 when, unless.
17020
17021 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17022 unless, when.
17023
170242000-01-28 Gerd Moellmann <gerd@gnu.org>
17025
17026 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17027 `collecting' as synonym for `collect'.
17028
17029 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17030 for the case it contains spaces.
17031
86f6474c 17032 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
17033
17034 * frame.el (delete-other-frames): New function.
17035 (toplevel): Bind it to C-x 5 1.
17036
17037 * sort.el (sort-numeric-base): New option.
17038 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17039 interpret it as octal or hexadecimal. Use sort-numeric-base
17040 as default base.
17041
17042 * progmodes/glasses.el: New file.
17043
170442000-01-27 Gerd Moellmann <gerd@gnu.org>
17045
17046 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17047 userids differently.
17048
17049 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17050 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17051 progmodes/ebnf-yac.el: New files.
17052
170532000-01-26 Dave Love <fx@gnu.org>
17054
17055 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17056 on a function with an empty body. [From Eric Ludlam.]
17057
170582000-01-25 Andre Spiegel <spiegel@gnu.org>
17059
17060 * vc.el (vc-version-diff): Make sure file name is expanded.
17061
170622000-01-25 Gerd Moellmann <gerd@gnu.org>
17063
17064 * scroll-bar.el (scroll-bar-timer): Variable removed.
17065 (scroll-bar-toolkit-scroll): Don't use a timer.
17066
170672000-01-25 Kenichi Handa <handa@etl.go.jp>
17068
86f6474c
SM
17069 * language/thai-util.el (thai-composition-function):
17070 Delete superfluous `a'.
a30eb617
DL
17071
170722000-01-24 Dave Love <fx@gnu.org>
17073
17074 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17075 end-of-defun-function.
17076
86f6474c 17077 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
17078
170792000-01-22 Jason Rumney <jasonr@gnu.org>
17080
17081 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17082 conflicts with new face support.
17083
170842000-01-22 Richard M. Stallman <rms@gnu.org>
17085
17086 * replace.el (query-replace): Rename last arg to DELIMITED.
17087 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17088 (query-replace-regexp): Likewise.
17089
170902000-01-20 Richard M. Stallman <rms@gnu.org>
17091
17092 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17093
17094 * emacs-lisp/lisp.el (beginning-of-defun-function):
17095 Variable renamed from beginning-of-defun.
17096 Do not call make-variable-buffer-local.
17097 (beginning-of-defun-raw): Use new variable name; doc fix.
17098 (beginning-of-defun): Doc fix.
17099 (end-of-defun-function): Variable renamed from end-of-defun.
17100 Do not call make-variable-buffer-local.
17101 (end-of-defun): Use new variable name; doc fix.
17102
17103 * subr.el (dolist, dotimes): Copied from cl-macs.el
17104 and made to work.
17105
17106 * mail/undigest.el (rmail-digest-end-regexps):
17107 Variable replaces rmail-digest-end-regexp.
17108 Allows multiple regexps for detecting the end line.
17109 (undigestify-rmail-message): Corresponding changes.
17110
171112000-01-19 Dave Love <fx@gnu.org>
17112
17113 * files.el (user-init-file): Don't declare here -- is primitive.
17114
17115 * startup.el (command-line): Check for compiled user-init-file and
17116 set to uncompiled version if necessary.
17117
171182000-01-18 Gerd Moellmann <gerd@gnu.org>
17119
17120 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17121 (undigestify-rmail-message): Use it.
17122
17123 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17124
171252000-01-17 Gerd Moellmann <gerd@gnu.org>
17126
17127 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17128 of mini-buffer.
17129
171302000-01-14 Gerd Moellmann <gerd@gnu.org>
17131
17132 * emacs-lisp/copyright.el (copyright-update): Removed the
17133 requirement for a trailing space from `copyright-regexp', to
17134 support copyrights with owner specified on a separate line..
17135
17136 * align.el: New file.
17137
17138 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17139
17140 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17141
171422000-01-13 Dave Love <fx@gnu.org>
17143
17144 * ph.el: Removed. (Obsoleted by EUDC.)
17145
171462000-01-13 Gerd Moellmann <gerd@gnu.org>
17147
17148 * net/eudc.el (toplevel): Remove autoloaded code installing
17149 menu with easymenu, because that causes build problems.
17150
17151 * frame.el (frame-notice-user-settings): New variable.
17152 (frame-notice-user-settings): Don't modify frame parameters
17153 if called a second time.
17154
171552000-01-13 Richard M. Stallman <rms@gnu.org>
17156
17157 * frame.el (frame-notice-user-settings):
17158 Notice default-frame-parameters even for non-window frames.
17159
171602000-01-13 Gerd Moellmann <gerd@gnu.org>
17161
17162 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17163 for Emacs.
17164 (eudc-bob-can-display-inline-images): Extend for Emacs.
17165 (eudc-bob-toggle-inline-display): Ditto.
17166 (eudc-bob-display-jpeg): Ditto.
17167
171682000-01-12 Gerd Moellmann <gerd@gnu.org>
17169
17170 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17171 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17172 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17173
86f6474c
SM
17174 * add-log.el (add-change-log-entry): Fix error trying an
17175 `(insert nil)'.
a30eb617
DL
17176
17177 * subdirs.el: Add `net' directory.
17178
17179 * net: New directory.
17180
17181 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17182 eval-last-sexp. Don't bind debug-on-error here.
17183 (eval-last-sexp): New function. Bind debug-on-error if
17184 eval-expression-debug-on-error is non-nil.
17185 (eval-defun-2, eval-defun): Likewise.
17186
17187 * simple.el (eval-expression): Don't bind debug-on-error if
17188 eval-expression-debug-on-error is nil. Detect changed
17189 debug-on-error, and propagate new value to global binding, if
17190 eval-expression-debug-on-error is non-nil,
17191 (eval-expression-debug-on-error): Change doc string.
17192
171932000-01-11 Richard M. Stallman <rms@gnu.org>
17194
17195 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17196
17197 * emacs-lisp/lisp-mode.el (with-syntax-table):
17198 Set up lisp-indent-function property.
17199
17200 * subr.el (with-syntax-table): Moved from simple.el.
17201
17202 * simple.el (with-syntax-table): Moved to subr.el.
17203
172042000-01-11 Gerd Moellmann <gerd@gnu.org>
17205
17206 * tmm.el (tmm-shortcut): Delete region after prompt instead
17207 of erasing buffer.
17208
17209 * textmodes/fill.el (fill-common-string-prefix): New function.
17210 (fill-context-prefix): Use the longest common prefix of first
17211 and second line fill prefix, if there is one.
17212
172132000-01-11 Richard M. Stallman <rms@gnu.org>
17214
17215 * array.el (array-mode): Don't use make-variable-buffer-local.
17216 Use make-local-variable for `truncate-lines'.
17217
172182000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17219
17220 * add-log.el (add-log-current-defun): Handle user-defined
17221 add-log-current-function returning nil,
17222
17223 * add-log.el (add-change-log-entry): Insert version number
17224 if having found a current function
17225
86f6474c
SM
17226 * add-log.el (add-log-current-defun):
17227 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
17228 level 1. Strip whitespace from defun found.
17229
172302000-01-10 John Wiegley <johnw@gnu.org>
17231
17232 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 17233 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
17234
172352000-01-10 Dave Love <fx@gnu.org>
17236
17237 * elide-head.el (elide-head): Use point-marker, not point.
17238
172392000-01-10 Gerd Moellmann <gerd@gnu.org>
17240
17241 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17242 before and after the year 2000.
17243
17244 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17245 Add ispell- prefix.
17246
172472000-01-10 Ken Stevens <k.stevens@ieee.org>
17248
17249 * ispell.el: Only define dictionaries in menus when they exist.
17250 (version18p): New variable.
17251 (version20p): New variable.
17252 (xemacsp): New variable.
17253 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17254 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17255 (ispell-dictionary-alist6): Russian command lines no longer accept
17256 run-together words.
17257 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17258 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
17259 (check-ispell-version): Added documentation string. Return library
17260 path when called non-interactively.
a30eb617
DL
17261 (ispell-menu-map-needed): Uses new variables.
17262 (ispell-library-path): New variable.
17263 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17264 (ispell-word): Improved documentation string. Test for valid
17265 character mappings. Correctly check typed in word changes that can
86f6474c
SM
17266 result in single words split into multiple words.
17267 Return replacement word.
a30eb617
DL
17268 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17269 replace in recursive query replace mode. Help message for
17270 recursive edit mode.
17271 (ispell-show-choices): Protect against bad framepop bindings.
17272 (ispell-help): Fix to work with XEmacs.
17273 (ispell-highlight-spelling-error): Use new variables.
17274 (ispell-overlay-window): Fix to work with XEmacs.
17275 (ispell-parse-output): Passed and returns location information
17276 tracking spelling corrections. Doesn't recheck same word on
17277 current line.
17278 (ispell-init-process): Protect against bogus XEmacs variable binding.
17279 Fix call to single argument in sleep-for. Use new variables.
17280 (ispell-region): Passed and returns location information tracking
17281 spelling corrections. Doesn't check same word on current line.
17282 Improved documentation string. Doesn't resend a line already
17283 checked to the ispell process - fixes bug in LaTeX parsing.
17284 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17285 (ispell-skip-region): No longer skips <TT> in SGML.
17286 (ispell-process-line): Tracks location information with spelling
17287 corrections. Added documentation string. Accounts for words
17288 already accepted on this line. Don't allow query-replace on line
17289 starting with math characters. Doesn't resend a line already sent
17290 to ispell process. Fixes alignment error bug.
17291
172922000-01-10 Richard M. Stallman <rms@gnu.org>
17293
17294 * dired-x.el (dired-guess-shell-alist-default):
17295 Suggest xloadimage, which is free, not xv, which isn't.
17296
17297 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17298 Don't ever include the host name or user name in the value.
17299
173002000-01-09 Gerd Moellmann <gerd@gnu.org>
17301
17302 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17303 of a real newline.
17304
173052000-01-09 Stephen Eglen <stephen@gnu.org>
17306
17307 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17308 for .png files.
17309
173102000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17311
17312 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17313
173142000-01-09 Gerd Moellmann <gerd@gnu.org>
17315
17316 * progmodes/cperl-mode.el: Replace ^F with ^L.
17317
86f6474c
SM
17318 * sendmail.el (toplevel): Provide `sendmail' when compiling before
17319 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
17320
173212000-01-08 Dave Love <fx@gnu.org>
17322
17323 * emacs-lisp/backquote.el: Remove inappropriate customization
17324 (allowing custom.el to use backquote).
17325
173262000-01-07 Dave Love <fx@gnu.org>
17327
17328 * add-log.el (add-log-debugging): Deleted.
17329 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17330 file. Remove debugging code.
17331 (change-log-get-method-definition, change-log-name): Add doc.
17332 (change-log-sortable-date-at): New function.
17333 (change-log-merge): New command.
17334
17335 * time.el (display-time-string-forms): Make the Mail string active.
17336 (display-time-update): Provide help-echo for load average.
17337
17338 * bindings.el (make-mode-line-mouse2-map): New function.
17339 (mode-line-modified): Use it and simplify.
17340 (mode-line-mule-info): Provide help-echo info.
17341 (minor-mode-alist): Activate the strings.
17342 (make-mode-line-mouse-sensitive): Simplify for
17343 mode-line-buffer-identification.
17344
173452000-01-07 Gerd Moellmann <gerd@gnu.org>
17346
17347 * play/pong.el: New file.
17348
173492000-01-06 Dave Love <fx@gnu.org>
17350
17351 * array.el: Assorted cleanups for compiler warnings, doc strings,
17352 `array-' prefix for symbols.
17353
173542000-01-05 Dave Love <fx@gnu.org>
17355
86f6474c
SM
17356 * textmodes/outline.el (outline-mode-menu-bar-map):
17357 Add outline-headers-as-kill.
a30eb617
DL
17358 (outline-mode): Define imenu-generic-expression.
17359 (outline-headers-as-kill): New command.
17360
17361 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17362 from paragraph-start.
17363 (paragraph-indent-minor-mode): New command.
17364
17365 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17366 M-C-e, M-C-h, C-j, C-xnd, TAB.
17367 (fortran-mode): Set beginning-of-defun, end-of-defun.
17368 (fortran-column-ruler): Simplify.
17369 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17370 (fortran-with-subprogram-narrowing): Likewise.
17371 (fortran-indent-subprogram): Call mark-defun.
17372 (fortran-check-for-matching-do): Change narrowing.
17373
17374 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17375 (cl-lucid-hash-tag): Delete.
17376 (cl-hash-table-p): Correct test for native table.
17377 (cl-hash-table-count): Use hash-table-count.
17378
17379 * browse-url.el (browse-url): Fix case of
17380 browse-url-browser-function being an alist.
17381
173822000-01-05 Carsten Dominik <cd@gnu.org>
17383
17384 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17385 (reftex-index-phrase-file-extension): New options.
17386
17387 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17388 Use new option `reftex-index-phrase-file-extension'.
17389
17390 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17391 `reftex-parse-file-extension'.
17392
173932000-01-05 Dave Love <fx@gnu.org>
17394
17395 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17396 (beginning-of-defun-raw): Use it.
17397 (end-of-defun): New variable.
17398 (end-of-defun): Use it.
17399 (check-parens): New command.
17400
174012000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17402
17403 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17404 (hs-show-block): Don't use `mapcar' when not accumulating.
17405
17406 Fix buglet in local variables initialization.
17407
174082000-01-05 Andreas Schwab <schwab@suse.de>
17409
17410 * hscroll.el (hscroll): Doc fix.
17411
174122000-01-05 Carsten Dominik <cd@gnu.org>
17413
86f6474c
SM
17414 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
17415 Require idlw-toolbar.
a30eb617 17416
86f6474c 17417 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 17418 file idlw-rinfo.el.
86f6474c
SM
17419 (idlwave-customize): Load must read file idlw-shell.el.
17420 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
17421
174222000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17423
17424 * progmodes/idlw-shell.el: Also provide idlwave-shell
17425 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17426 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17427
86f6474c 17428 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
17429 both reftex-dcr and reftex-vcr.
17430
17431 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17432
174332000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17434
17435 * ps-print.el: PostScript code now is in separate files, doc fix.
17436 (ps-print-version): New version number (5.0.3).
17437 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17438 local.
17439 (ps-spool-config): Initialization fix.
17440 (ps-print-prologue-1, ps-print-prologue-2)
17441 (ps-print-duplex-feature): PostScript code moved to separated file.
17442 (ps-background-image): Little code reformating.
17443 (ps-begin-file, ps-begin-job): Fix code.
17444 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17445 (ps-prologue-file): New fun.
17446
174472000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17448
17449 * ps-vars.el: Eliminated.
17450
17451 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17452 `;;;###autoload'.
17453
17454 * ps-print.el: ps-vars eliminated, doc fix.
17455 (ps-print-version): New version number (5.0.2).
17456 (ps-spool-config): Initialization fix.
17457 (ps-print-customize): New fun.
17458
174592000-01-04 Gerd Moellmann <gerd@gnu.org>
17460
86f6474c 17461 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
17462
174632000-01-04 Dave Love <fx@gnu.org>
17464
17465 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17466 menu items.
17467
174682000-01-03 Dave Love <fx@gnu.org>
17469
17470 * elide-head.el (elide-head) [defgroup]: Add :version.
17471
17472 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
17473 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
17474 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
17475 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17476
174772000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17478
17479 * faces.el (face-read-integer, read-face-attribute)
86f6474c 17480 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
17481
174822000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17483
17484 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17485 at comment end, and re-insert them after filling.
17486
174872000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17488
17489 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17490 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17491 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17492
174932000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17494
17495 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17496 the new name of face-color-supported-p.
17497
17498 * term/w32-win.el (xw-defined-colors): Likewise.
17499
175002000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17501
17502 * simple.el (completion-setup-function): Count completion-size
17503 from minibuffer-prompt-end, not from point-min.
17504
175052000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17506
17507 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17508 Pass the frame to tty-color-* functions.
17509 (display-color-p, frame-set-background-mode): Pass the frame to
17510 tty-display-color-p.
17511
17512 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17513 tty-color-alist.
17514 (tty-color-alist, tty-modify-color-alist): New functions.
17515 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
17516 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
17517 optional parameter FRAME.
a30eb617
DL
17518
175192000-01-01 Gerd Moellmann <gerd@gnu.org>
17520
86f6474c
SM
17521 * image.el (create-image, defimage): Don't assume image data is
17522 a string.
a30eb617
DL
17523
17524 * image.el (defimage): Handle specifications containing :data
17525 instead of :file.
17526 (image-type-from-data): New function.
17527 (image-type-from-file-header): Use it.
17528 (create-image): Add parameter DATA-P.
17529
17530See ChangeLog.8 for earlier changes.
17531
17532;; Local Variables:
17533;; coding: iso-2022-7bit
17534;; End: