(custom-file): Don't assume we were invoked with -q unless ~/.emacs exists.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
49b1a638
EZ
12001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
2
71261a01
EZ
3 * cus-edit.el (custom-file): Don't assume we were invoked with -q
4 unless ~/.emacs exists.
5
49b1a638
EZ
6 * novice.el (enable-command): If user-init-file is nil or does not
7 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
8
a434b175
SM
92001-05-25 Stefan Monnier <monnier@cs.yale.edu>
10
15ca8de7
SM
11 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
12 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
13 Allow spaces around macro arguments.
14 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
15 indent-for-tab-command.
16 (latex-mode-map, plain-tex-mode-map): New keymaps.
17 Inherit from tex-mode-map.
18 (tex-common-initialization): Don't setup the keymap any more
19 since it's now done right by define-derived-mode.
20 (latex-mode): Set skeleton-end-hook to nil.
21 (latex-skeleton-end-hook): Remove.
22 (tex-latex-block, latex-insert-item): Simplify.
23 (latex-syntax-after): Use following-char rather than char-after.
24 (tex-discount-args-cmds, tex-count-words): New functions.
25
26 * textmodes/tildify.el (tildify-ignored-environments-alist):
27 Recognize \verb* as well.
28
29 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
30 (perl-comment-indent): Simplify to let newcomment.el do its job.
31 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
32 (perl-mark-function): Cleanup the namespace.
33 (perl-calculate-indent): Don't be fooled by nested functions.
34
35 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
36
a434b175
SM
37 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
38 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
39
4e7e1f03
AC
402001-05-25 Andrew Choi <akochoi@i-cable.com>
41
42 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
43 actually be `\\'.
44 (ctlau-b5-converter): Likewise.
45
2bef0948
AC
462001-05-24 Andrew Choi <akochoi@i-cable.com>
47
48 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
49 Change CTLauB.el to CTLau-b5.el.
50
d2d1851b
SM
512001-05-23 Stefan Monnier <monnier@cs.yale.edu>
52
53 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
54 rather than beginning-of-line to avoid problems with fields.
55 (gud-perldb-massage-args): Use unless and push.
56 (gud-chdir-before-run): New var.
57 (gud-common-init): Use it.
58
5e3d4fbc
AC
592001-05-24 Andrew Choi <akochoi@i-cable.com>
60
61 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
62 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 63 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 64 chinese-ctlaub.
d2d1851b
SM
65 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
66 New functions.
5e3d4fbc 67
0216c3df
GM
682001-05-22 Gerd Moellmann <gerd@gnu.org>
69
f1f65349
GM
70 * cus-edit.el (custom-comment-show): Remove debug code.
71
0216c3df
GM
72 * language/japan-util.el (japanese-symbol-table): Fix handling of
73 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
74
e8a1ed31
SM
752001-05-21 Stefan Monnier <monnier@cs.yale.edu>
76
77 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
78 Renamed by removing the silly `-flag' suffix.
79 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
80
7246200c
SM
812001-05-20 Stefan Monnier <monnier@cs.yale.edu>
82
83 * replace.el (keep-lines-read-args): Use `copy-marker'.
84 (how-many): Save excursion properly.
85 (occur-mode): Use define-derived-mode.
86 (perform-replace): Use with-current-buffer.
87
7e971261
RS
882001-05-20 Richard M. Stallman <rms@gnu.org>
89
65569e52
RS
90 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
91
cc9684e8
RS
92 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
93
9ca00e71
RS
94 * info.el (Info-read-subfile): Widen before finding the
95 desired node in the subfile.
96
7e971261
RS
97 * startup.el (command-line-1): When >2 files visited,
98 leave the last one visible, and make that the selected window.
99
7c5312b2
GM
1002001-05-20 Gerd Moellmann <gerd@gnu.org>
101
102 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
103
310e9a21
EZ
1042001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
105
7246200c
SM
106 * international/ccl.el (define-ccl-program): Fix a typo.
107 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
108
109 * international/mule.el (decode-char): Fix a typo. From Pavel
110 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
111
112 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
113 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
114
310e9a21
EZ
115 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
116 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
117
ef55aa6c
SS
1182001-05-18 Sam Steingold <sds@gnu.org>
119
7246200c 120 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
121 and [RET] to `cvs-mode-find-file'.
122
c9f3bebe
JW
1232001-05-18 John Wiegley <johnw@gnu.org>
124
125 * eshell/esh-ext.el (eshell-explicit-command-char): A new
126 configuration variable, which determines the initial character
127 that forces use of an external version of a command. The default
128 is *, but may be set to \, for example.
129
130 * eshell/esh-ext.el (eshell-explicit-command):
131 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 132
c9f3bebe
JW
133 * eshell/esh-cmd.el (eshell/which):
134 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 135
7c5312b2
GM
136 * eshell/em-cmpl.el (eshell-completion-command-name)
137 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
138 instead of ?*.
139
1c66d9fb
GM
1402001-05-18 Gerd Moellmann <gerd@gnu.org>
141
a724ed38
GM
142 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
143 subst-char-in-string.
144 (ange-ftp-after-parse-ls-hook): New variable.
145 (ange-ftp-ls): Run that hook.
146 From Peter Milliken <Peter.Milliken@GTECH.COM>.
147
0595722b
GM
148 * tmm.el (tmm-get-keymap): Fix handling of :filter.
149 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
150 text into *Completions*.
151
1c66d9fb
GM
152 * net/goto-addr.el (goto-address-at-point): Deal with URLs
153 part of which look like email addresses.
154
c5bdb93d
AI
1552001-05-18 Andrew Innes <andrewi@gnu.org>
156
7246200c
SM
157 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
158 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
159 cmd.exe's handling of FOR loops.
160 (autoloads): Set find-file-suppress-same-file-warnings to t to
161 avoid slew of spurious messages.
162
9a1211f2
GM
1632001-05-18 Simon Josefsson <simon@josefsson.org>
164
165 * mail/smtpmail.el (maybe-append-domain): Renamed to
166 `smtpmail-maybe-append-domain'.
167 (smtpmail-via-smtp): Use the new name.
168
29148a3f
GM
169 * net/browse-url.el (browse-url-browser-function): Add kde.
170 (browse-url-kde-program, browse-url-kde-args): New variables.
171 (browse-url-kde): New function.
172
9ab59a1a
MB
1732001-05-18 Miles Bader <miles@gnu.org>
174
7246200c
SM
175 * simple.el (delete-horizontal-space, just-one-space):
176 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
177 because it's more efficient for large files.
178
cebf1b97
GM
1792001-05-17 Gerd Moellmann <gerd@gnu.org>
180
f90c23ca
GM
181 * mail/rmail.el (rmail-require-mime-maybe): New function.
182 (rmail): Use it.
183 (rmail-mode): Handle the case of finding Rmail files.
184
cebf1b97
GM
185 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
186 functions.
187
df22166e
SM
1882001-05-17 Stefan Monnier <monnier@cs.yale.edu>
189
190 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
191 text-property after moving to the beginning of line and regardless
192 of the value of font-lock-multiline.
193
2ca0d5f1
GM
1942001-05-17 Gerd Moellmann <gerd@gnu.org>
195
e85e809a
GM
196 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
197
2ca0d5f1
GM
198 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
199 last coding system used before calling set-buffer-modified-p
200 because that function changes last-coding-system.
201
4c6a4739
EZ
2022001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
203
204 * files.el (switch-to-buffer-other-window)
205 (switch-to-buffer-other-frame): Add an xref to display-buffer in
206 the doc string.
207
f08cf35b
GM
2082001-05-17 Gerd Moellmann <gerd@gnu.org>
209
210 * language/slovak.el, language/czech.el: New maintainer.
211
2180ea97
SS
2122001-05-16 Sam Steingold <sds@gnu.org>
213
f08cf35b 214 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
215 sub-form of `defgeneric' correctly.
216
9bae8781
GM
2172001-05-16 Gerd Moellmann <gerd@gnu.org>
218
a90b3d3c
GM
219 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
220 of `c'.
221
1b7818b4 222 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
223 condition-case, test what outline-level returns instead, to
224 ease debugging.
1b7818b4 225
9bae8781
GM
226 * international/mule.el (auto-coding-regexp-alist): New user-option.
227 (auto-coding-from-file-contents): New function.
228 (set-auto-coding): Use it to determine a coding system.
229
7644c605
GM
2302001-05-15 Gerd Moellmann <gerd@gnu.org>
231
18a0a39e
GM
232 * mouse.el (mouse-delete-other-windows): Doc fix.
233
df22166e
SM
234 * emacs-lisp/lisp-mode.el (lisp-mode):
235 Make font-lock-keywords-case-fold-search a buffer-local variable with
236 make-local-variable before setting it.
7644c605 237
940cf42e
EZ
2382001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
239
240 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
241 prefixes.
242
557f7c34
GM
2432001-05-14 Gerd Moellmann <gerd@gnu.org>
244
245 * hexl.el (hexl-current-address): Print a message when called
246 interactively.
247
14d9b141
SM
2482001-05-11 Stefan Monnier <monnier@cs.yale.edu>
249
250 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
251
252 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
253
254 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
255
7bd2d083
GM
2562001-05-11 Gerd Moellmann <gerd@gnu.org>
257
47e72862
GM
258 * startup.el (command-line): If parameters have been changed in
259 the init files which influence font selection, clear the face
260 cache so that faces get realized with the new parameters.
261
14d9b141 262 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 263
0f49941f
SM
2642001-05-10 Stefan Monnier <monnier@cs.yale.edu>
265
266 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
267
cbeed4a8
EZ
2682001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
269
270 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
271 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
272
ff9aa2ca
GM
2732001-05-10 Gerd Moellmann <gerd@gnu.org>
274
275 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 276 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 277
b2c99950
JW
2782001-05-09 John Wiegley <johnw@gnu.org>
279
0f49941f
SM
280 * eshell/esh-util.el (eshell-convert-numeric-arguments):
281 Annotated the documentation string to tell users about
3cb27fd7
JW
282 `eshell-no-numeric-conversions'.
283
c26f6b27
JW
284 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
285 conversions if a Lisp function has the property
286 `eshell-no-numeric-conversions' set to a non-nil value.
287
288 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
289 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
290 property `eshell-no-numeric-conversions' on the following
291 functions (which all deal with filesystem entities, and never Lisp
292 numerical values): eshell/cd, eshell/pushd, eshell/popd,
293 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
294 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
295 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
296 eshell/which, eshell/addpath.
297
2982001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 299
d089e299
JW
300 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
301 encountered as an argument, don't convert it right away, but tag
302 the first character of the string with the text properties
303 `number', which signifies to `eshell-lisp-command' that the
304 argument should be passed through `string-to-number' if it is
305 actually used in the call to a Lisp function.
306
307 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
308 function, convert any string arguments that have been tagged as
309 "numbers", by calling string-to-number.
310
311 * eshell/esh-util.el (eshell-number-regexp): Now that number
312 conversions only happen for Lisp function calls, the number regexp
313 should now match all integer and floating point forms.
314
315 * eshell/esh-proc.el: Disable `eshell-stop-process' and
316 `eshell-continue-process', since they are both nonfunctional at
317 the moment.
318 (eshell-proc-initialize): Don't bind keys for
319 `eshell-stop-process' or `eshell-continue-process'.
320
0f49941f
SM
321 * eshell/em-unix.el (eshell-shuffle-files):
322 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
323
324 * eshell/em-hist.el (eshell-add-to-history): Reference to
325 `eshell-history-ring' needed to be `eshell-history-index'.
326
0f49941f
SM
327 * calendar/timeclock.el (timeclock-find-discrep):
328 Initialize `elapsed' to 0.
cb89da0f
JW
329 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
330 it's still nil.
b2c99950 331
ff39b9a1
SM
3322001-05-09 Stefan Monnier <monnier@cs.yale.edu>
333
334 * arc-mode.el (archive-int-to-mode): Construct the string directly.
335 (archive-mode): Use capitalize.
336 (archive-unique-fname): Use make-temp-file.
337
9e53a675
GM
3382001-05-09 Gerd Moellmann <gerd@gnu.org>
339
340 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
341
c8224de6
EZ
3422001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
343
c533a7e2
EZ
344 * tar-mode.el (tar-extract): Pay attention to the value of
345 coding-system-for-read, if it is non-nil.
346
ff39b9a1
SM
347 * calendar/holidays.el (holidays): Add an autoload cookie.
348 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 349
1c8c9fb8
JW
3502001-05-08 John Wiegley <johnw@gnu.org>
351
ff39b9a1
SM
352 * calendar/timeclock.el (timeclock-workday-remaining):
353 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
354 (timeclock-workday-elapsed): Don't accept a "relative" argument
355 for the current day's elapsed time. What could that have meant?
ff39b9a1 356 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
357 (timeclock-when-to-leave): Changed logic, similarly to what was
358 done for `timeclock-workday-remaining'.
359 (timeclock-find-discrep): Removed "today-only" argument, which had
360 no meaning. Fixed some more math problems. The function now
361 returns a three member list: (TOTAL-TIME-DISCREPANCY
362 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
363
5f47fb28
EZ
3642001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
365
366 * w32-fns.el (convert-standard-filename): Start replacing slashes
367 from the beginning of the file name, not from where the last
368 invalid character was. From "Andrew Maguire (SWW)"
369 <Andrew.Maguire@Smallworld.co.uk>
370
6da5c7da
GM
3712001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
372
373 The following changes are to provide infrastructure for handling
374 MIME messages to rmail. They don't affect the original behaviour
375 if rmail-enable-mime is nil.
376
377 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
378 (rmail-search-mime-message-function)
379 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
380 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
381 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
382 `rmail-view-buffer' is hidden.
6da5c7da
GM
383 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
384 call rmai-show-mime-function.
385 (rmail-display-labels): If rmail-enable-mime is non-nil, update
386 mode-line-process of rmail-view-buffer.
387 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
388 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
389 buffer.
ff39b9a1
SM
390 (rmail-next-message, rmail-next-undeleted-message): Be sure to
391 set-buffer to the Rmail buffer.
6da5c7da
GM
392 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
393 rmail-search-mime-header-function.
394 (rmail-search-message): New function.
395 (rmail-search): Call rmail-search-message to check if a message
396 matches REGEXP, lastly update point after calling
397 rmail-show-message.
ff39b9a1
SM
398 (rmail-undelete-previous-message, rmail-expunge-confirmed)
399 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
400 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
401 header region, refer to rmail-msgref-vector while setting the
402 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
403 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
404 If rmail-enable-mime is non-nil, call
6da5c7da
GM
405 rmail-insert-mime-forwarded-message-function instead of inserting
406 forwarded message by itself.
407
408 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
409 Rmail buffer.
410 (rmail-set-label, rmail-next-labeled-message): Likewise.
411
412 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
413 set-buffer to the Rmail buffer.
414 (rmail-output-to-rmail-file): Likewise.
415 (rmail-output): Likewise.
416
417 * mail/rmailsum.el (rmail-message-subject-p): Process the result
418 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
419 (rmail-new-summary): Be sure to go to the Rmail buffer.
420 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
421 rmail-view-buffer to nil.
422 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
423 rmail-view-buffer.
424 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
425 rmail-buffer.
426 (rmail-summary-scroll-msg-down): Likewise.
427 (rmail-summary-beginning-of-message): Likewise.
428 (rmail-summary-wipe): Likewise.
429 (rmail-summary-toggle-header): Use save-window-excursion, not
430 save-excursion. Update point in rmail-view-buffer, not in
431 rmail-buffer.
432 (rmail-summary-reply): Before calling rmail-reply, set buffer to
433 rmail-view-buffer, not rmail-buffer.
434
5092477a
GM
4352001-05-07 Gerd Moellmann <gerd@gnu.org>
436
1e9fc92e
GM
437 * cus-edit.el (custom-file): Signal an error if user-init-file is
438 nil (running -q).
439
1d053370
GM
440 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
441
ff39b9a1
SM
442 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
443 Add :version.
444
445 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
446 New option.
1b62b062
GM
447 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
448 only if smtpmail-warn-about-unknown-extensions is set.
449
f851a71c
GM
450 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
451 instead of rmail-sort-by-keywords.
452
ff39b9a1 453 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
454 rmail-sort-by-keywords.
455
ff39b9a1
SM
456 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
457 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
458 (rmail-summary-mode): Doc fix.
459
5092477a
GM
460 * mail/rmail.el (rmail-edit): New Custom group.
461
462 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
463 (rmail-edit-mode-hook): New user-option.
464
05be3833
RS
4652001-05-05 Richard M. Stallman <rms@gnu.org>
466
467 * help.el (help-xref-symbol-regexp): Recognize "source of"
468 and friends, meaning make a link to the source file.
469 (help-make-xrefs): Handle "source of" and friends
470 by constructing a link that visits the source file.
471
472 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
473
7dfb000f
SM
4742001-05-04 Stefan Monnier <monnier@cs.yale.edu>
475
5efe6a56
SM
476 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
477 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
478 Renamed from perl-font-lock-keywords to avoid clashes.
479 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
480 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
481 Updated correspondingly.
482
7dfb000f
SM
483 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
484 Typo `nonexistant' -> `nonexistent'.
485
88bbb8cb
EZ
4862001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
487
7dfb000f
SM
488 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
489 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
490 `c-electric-delete-forward' always deletes forward and
491 `c-electric-delete' only contains the code necessary for XEmacs to
492 choose between backward and forward deletion.
7dfb000f 493
88bbb8cb
EZ
494 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
495 get the electric behavior on that key too.
496 (c-fill-paragraph): Fixed bogus direct use of
497 c-comment-prefix-regexp, which caused an error when it's a list.
498
a1af8dcf
EZ
4992001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
500
501 * dired-aux.el (dired-diff): Doc fix.
502
503 * dired.el (dired-diff): Likewise.
504
ddfb4005
EZ
5052001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
506
507 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
508
b36581fb
SM
5092001-05-02 Stefan Monnier <monnier@cs.yale.edu>
510
80a00b6a
SM
511 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
512 if both the buffer and the file are read-only.
513
b36581fb
SM
514 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
515 rather than font-lock-string-face.
516 (sh-get-indent-info): Treat heredocs like strings.
517
470bbe9b
GM
5182001-05-02 Gerd Moellmann <gerd@gnu.org>
519
b36581fb
SM
520 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
521 a newline following `}'.
3356df63
GM
522 (texinfo-format-email): New function.
523 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
524 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
525 Add `display'.
3356df63
GM
526 (texinfo-sort-region): Goto point-min before sorting.
527 (texinfo-set): Remove leading white space from value.
528 From yagi@is.titech.ac.jp.
529
470bbe9b
GM
530 * replace.el (query-replace-regexp-eval): Doc fix.
531
a9d2fd1d
SM
5322001-05-01 Stefan Monnier <monnier@cs.yale.edu>
533
534 * diff-mode.el (diff-nonexistant-face): New face.
535 (diff-font-lock-keywords): Use it.
536
2b3e941a
EZ
5372001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
538
22cd6fd3
EZ
539 * font-lock.el (font-lock-mode): Doc fix.
540
2b3e941a
EZ
541 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
542 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
543
50df7214
GM
5442001-04-30 Gerd Moellmann <gerd@gnu.org>
545
a9d2fd1d
SM
546 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
547 backslash at the start of the here-document delimiter.
a9793e45
GM
548 (sh-font-lock-syntactic-keywords): Likewise.
549
50df7214
GM
550 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
551
e2f599e9
EZ
5522001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
553
554 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
555 (tty-color-translate, tty-color-by-index, tty-color-values)
556 (tty-color-desc): Doc fix.
557
dcaf31d3
EZ
5582001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
559
560 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
561 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
562 Mention dired-dwim-target in the doc string.
dcaf31d3 563
a6a06429
MB
5642001-04-28 Miles Bader <miles@gnu.org>
565
566 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
567 (dabbrev--find-expansion): Use it.
568 (dabbrev--select-buffers): Don't select ignored buffers.
569
5a5d9185
GM
5702001-04-27 Gerd Moellmann <gerd@gnu.org>
571
a9d2fd1d 572 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 573
c5b82005
RS
5742001-04-26 Richard M. Stallman <rms@gnu.org>
575
576 * dabbrev.el: Add doc strings for some functions.
577 (dabbrev--eliminate-newlines): New variable.
578 (dabbrev--substitute-expansion): Convert newlines to spaces
579 if dabbrev--eliminate-newlines is set.
580 If abbrev and expansion are both all-lower-case,
581 leave dabbrev--last-case-pattern nil.
582
7cff9c6f
GM
5832001-04-26 Gerd Moellmann <gerd@gnu.org>
584
585 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
586 if necessary, like in rmail-show-message.
587
efa89c1f
GM
5882001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
589
590 * ps-print.el: Color specified by number is forced to be float number.
591 (ps-print-version): New version number (6.5.1.1).
592 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
593 initialization.
594 (ps-prefix-quote): New internal var.
595 (ps-print-quote): New fun.
596 (ps-setup, ps-output-frame-properties, ps-float-format)
597 (ps-format-color): Code fix.
a9d2fd1d
SM
598 (ps-plot-region): Eliminate redundant foreground color text setting.
599
d3111e5a
EZ
6002001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
601
602 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
603
a728644c
GM
6042001-04-25 Gerd Moellmann <gerd@gnu.org>
605
606 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
607
4ecdf04d
EZ
6082001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
609
4645bb68
EZ
610 * info.el (Info-additional-directory-list): Doc fix.
611
4ecdf04d 612 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
613 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
614 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 615
7cd512f2
SM
6162001-04-25 Stefan Monnier <monnier@cs.yale.edu>
617
1dc64fca
SM
618 * progmodes/make-mode.el (makefile-font-lock-keywords):
619 Rationalize the rules for includes and conditionals and use the
620 keyword face for them.
621
7cd512f2
SM
622 * faces.el (modify-face): Add compatibility for non-interactive use.
623
ffeb5c1c
JW
6242001-04-24 John Wiegley <johnw@gnu.org>
625
626 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
627 fix from last night, since it wasn't finding eshell/cd.
628
35f901fa
GM
6292001-04-24 Gerd Moellmann <gerd@gnu.org>
630
631 * rect.el (string-rectangle): Revert to 20.x behaviour.
632 (replace-rectangle): Make it an alias for string-rectangle.
633 (string-insert-rectangle): New function.
634
c7b1b508
JW
6352001-04-23 John Wiegley <johnw@gnu.org>
636
637 * eshell/em-unix.el (eshell/diff): Fixed problems that were
638 occurring with Emacs 21's diff.el/compile.el interaction layer.
639
6402001-04-23 Colin Walters <walters@cis.ohio-state.edu>
641
642 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
643 case where the function was defined in a file, but not part of an
644 eshell module.
645
157975e3
JW
6462001-04-23 John Wiegley <johnw@gnu.org>
647
648 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
649 code to work around a redisplay problem I've been having.
650
3dc630b9
JW
6512001-04-23 John Wiegley <johnw@gnu.org>
652
653 * calendar/timeclock.el (timeclock-day-required): If the time
654 required for a particular day is not set, use `timeclock-workday'.
655 (timeclock-find-discrep): Added some sample code in a comment.
656
657 * eshell/eshell.el (eshell-command): Made a few changes so that
658 `eshell-command' could be called programmatically.
659
7cd512f2 660 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 661
7cd512f2 662 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 663
3ae14dd9 6642001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
665
666 * calendar/timeclock.el: Updated copyright.
667 (timeclock-generate-report): Don't report the daily or two-week
668 total, if no time has been worked in that period.
669 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
670 final computational form, which was unnecessary; corrected a
671 parsing problem when timeclock-relative was nil.
672
3ae14dd9 6732001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
674
675 * calendar/timeclock.el (timeclock-modeline-display): Check if
676 `list-entry' is null.
677 (timeclock-use-display-time): The first argument to `set-variable'
678 must be a symbol.
679
53e1a74c
EZ
6802001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
681
682 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
683 (calendar-today-marker, calendar-holiday-marker):
684 Use display-color-p instead of window-system.
53e1a74c
EZ
685 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
686 instead of window-system.
687 (calendar-hide-window): Use display-multi-frame-p instead of
688 window-system.
689
690 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
691 (calendar-only-one-frame-setup, calendar-one-frame-setup):
692 Use display-multi-frame-p instead of window-system.
53e1a74c 693
23b809c2
GM
6942001-04-23 Gerd Moellmann <gerd@gnu.org>
695
1d14e80c
GM
696 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
697
23b809c2
GM
698 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
699 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
700
b5eeaa1d
GM
7012001-04-23 Alex Schroeder <alex@gnu.org>
702
703 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
704 line-end-position a defalias is used for point-at-bol and point-at-eol.
705
b5eeaa1d
GM
7062001-04-23 Alex Schroeder <alex@gnu.org>
707
708 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 709 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 710
ac1470eb
EZ
7112001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
712
713 * textmodes/paragraphs.el (sentence-end): Doc fix.
714
624ef9b3
GM
7152001-04-20 Alex Schroeder <alex@gnu.org>
716
717 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 718 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
719
7202001-04-20 Alex Schroeder <alex@gnu.org>
721
722 * sql.el (sql-db2-program): New option.
723 (sql-db2-options): New option.
724 (sql-db2): New function.
725
7262001-04-20 Alex Schroeder <alex@gnu.org>
727
728 * sql.el (sql-mode-menu): Added highlighting entries.
729 (sql-highlight-oracle-keywords): New function.
730 (sql-highlight-postgres-keywords): New function.
731 (sql-highlight-ansi-keywords): New function.
732
7332001-04-20 Alex Schroeder <alex@gnu.org>
734
735 * sql.el (sql-help): Doc change.
736
2a83a11d
SM
7372001-04-19 Stefan Monnier <monnier@cs.yale.edu>
738
739 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
740
6f4dd4dc
GM
7412001-04-18 Gerd Moellmann <gerd@gnu.org>
742
0f8d6dc7
GM
743 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
744 for defmethod.
745
6f4dd4dc
GM
746 * comint.el (comint-cr-magic): New function.
747 (toplevel): Add it to comint-preoutput-filter-functions.
748
90200fcc
AI
7492001-04-18 Andrew Innes <andrewi@gnu.org>
750
751 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 752 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
753 (recompile): Remove stuff to set EMACSLOADPATH.
754
daa66f34
GM
7552001-04-18 Gerd Moellmann <gerd@gnu.org>
756
edc5c81d
GM
757 * language/slovak.el ("Slovak"): Add tutorial entry.
758
daa66f34
GM
759 * net/browse-url.el (browse-url-new-window-flag): Renamed from
760 browse-url-new-window-p.
761
5d5845dc
EZ
7622001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
763
764 * info.el (Info-menu-update): When there are no menus and/or no
765 cross references in the node, make the respective items of the
766 Info menu-bar menu inactive.
767
1c8addd0
GM
7682001-04-17 Gerd Moellmann <gerd@gnu.org>
769
f4f480bd
GM
770 * indent.el (indent-for-tab-command): Call indent-line-function
771 with no argument if PREFIX-ARG is non-nil.
772
1c8addd0
GM
773 * frame.el (delete-other-frames): Handle minibuffer-only frames.
774
8f9ab403
EZ
7752001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
776
777 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
778 an async subprocess if start-process is unavailable. Suggested by
779 Tim Van Holder <tim.van.holder@pandora.be>.
780
60322163
EZ
7812001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
782
783 * info.el (Info-additional-directory-list): Doc fix. Suggested by
784 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
785
e372bc67
EZ
7862001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
787
788 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
789 manual.
790
28037ecf
SM
7912001-04-13 Stefan Monnier <monnier@cs.yale.edu>
792
793 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
794 (cvs-menu): Add a few entries.
795
796 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
797 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
798 lock file appears to be reachable from Emacs.
799 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
800 (cvs-mode-find-file): Look for cvs-header-face rather than
801 cvs-dirname-face (which doesn't exist).
802 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
803
804 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
805
5d5e7f53
EZ
8062001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
807
808 * emulation/pc-select.el (pc-selection-mode): Don't turn on
809 normal-erase-is-backspace on a tty. Instead, bind some keys such
810 as [delete] directly, like pc-select.el did before
811 normal-erase-is-backspace was invented.
812
118562e1 8132001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
814
815 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
816
6c9e58c4
JW
8172001-04-11 John Wiegley <johnw@gnu.org>
818
28037ecf
SM
819 * eshell/em-ls.el (eshell-ls-insert-directory):
820 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
821 buffers, if Eshell's ls is being used.
822
118562e1 8232001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 824
28037ecf
SM
825 * calendar/timeclock.el (timeclock-completing-read): New function.
826 (timeclock-ask-for-project, timeclock-ask-for-reason):
827 Call `timeclock-completing-read'.
978bd3ea
JW
828
829 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
830 required where `member' was being used.
831
118562e1 8322001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 833
28037ecf
SM
834 * eshell/em-hist.el (eshell-previous-matching-input):
835 Don't display "History item" if the the minibuffer is active.
978bd3ea 836
30cb0001
GM
8372001-04-11 Gerd Moellmann <gerd@gnu.org>
838
839 * startup.el (command-line): Output a newline after printing
840 an error from loading the window system's init file.
841
e38af9bd
EZ
8422001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
843
28037ecf
SM
844 * textmodes/texinfo.el (texinfo-font-lock-keywords):
845 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
846 @inforef. Add an OVERRIDE of `keep' to highlight specs of
847 keywords whose arguments routinely include @@.
848
bbf63a7b
GM
8492001-04-10 Gerd Moellmann <gerd@gnu.org>
850
28037ecf
SM
851 * emacs-lisp/advice.el (ad-make-advised-definition):
852 Construct advice for subrs differently.
afffeb57 853
3fe35f35 854 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 855 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 856
c8d6d636 857 * simple.el (completion-list-mode-finish): New function.
28037ecf 858 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 859
2a52f40e 860 * language/european.el ("Polish"): Change sample text.
28037ecf 861 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 862
cf8b1bef
GM
863 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
864 parameter.
865
bbf63a7b
GM
866 * faces.el (menu): Doc fix.
867
719d83ad 8682001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
869
870 * ps-print.el: Footer implementation. Doc fix.
871 (ps-print-version): New version number (6.5.1).
872 (ps-header-frame-alist): New customization var for header frame
873 properties.
874 (ps-line-number-color): New customization var for line number color.
875 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
876 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
877 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
878 (ps-right-footer): New customization vars for footers.
879 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
880 footers.
881 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
882 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
883 Code fix.
319acba0
GM
884 (ps-prologue-file): Indentation fix.
885 (ps-print-quote): Fun eliminated.
886 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
887 (ps-output-frame-properties): New fun.
888 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
889 (ps-skip-newline): Replace defun by defsubst.
28037ecf 890
e372bc67 8912001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
892
893 * eshell/eshell.el (eshell-command): Needed a "%s" format
894 specifier, in case the buffer contains percent characters.
895
e372bc67 8962001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
897
898 * calendar/timeclock.el (timeclock-generate-report): Added a
899 missing insert of the project name.
900
9f9a5e7a
GM
9012001-04-09 Gerd Moellmann <gerd@gnu.org>
902
9170e5d4 903 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 904
865e97c1 905 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 906 (finder-data): Use it instead of `setwins'.
865e97c1
GM
907 From: Dave Love <fx@gnu.org>.
908
cf3885ac 909 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
910 (server-visit-files): Run server-visit-hook after going to
911 line 1 so that the hook can set point as it sees fit.
912
9f9a5e7a
GM
913 * bindings.el (mode-line-modified): Unify help messages.
914
51f32106
EZ
9152001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
916
917 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
918 All callers changed.
919
e02160a3
EZ
9202001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
921
8e6bb0d0
EZ
922 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
923 long file names aren't supported, truncate the file names in
924 quail-misc-package-ext-info to 8+3 before matching them against
925 FILENAME.
926
927 * dos-fns.el (dos-truncate-to-8+3): New function.
928
ec321d77
EZ
929 * progmodes/compile.el (grep-compute-defaults): Use null-device
930 instead of literal /dev/null. Reported by Jens Schmidt
931 <schmidt@mathematik.uni-kl.de>.
932
e02160a3
EZ
933 * simple.el (normal-erase-is-backspace-mode): Doc fix.
934
cf3885ac
SM
9352001-04-06 Stefan Monnier <monnier@cs.yale.edu>
936
937 * textmodes/sgml-mode.el: Add unknown maintainer.
938 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
939 (html-mode-map): Use set-keymap-parent.
940
3ffb33bb
DL
9412001-04-06 Dave Love <fx@gnu.org>
942
943 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
944 Remove redundant string-to-list.
945
8f625692
SM
9462001-04-05 Stefan Monnier <monnier@cs.yale.edu>
947
948 * composite.el (reference-point-alist): Doc fix.
949
1087f198
SS
9502001-04-05 Sam Steingold <sds@gnu.org>
951
8f625692
SM
952 * font-lock.el (font-lock-keywords-case-fold-search):
953 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
954 file made font-lock case-insensitive.
955
a55e4e68
GM
9562001-04-05 Gerd Moellmann <gerd@gnu.org>
957
0e4892e2
GM
958 * faces.el (defface menu): Doc fix.
959
4d664b04
GM
960 * wid-edit.el (widget-color-sample-face-get): Don't make
961 faces for undefined colors.
962
a55e4e68
GM
963 * version.el (emacs-version): Include LessTif/Motif version info.
964
f383cd0d
GM
9652001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
966
967 * ps-mule.el: Eliminate cl package dependence.
968 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
969 if they aren't defined yet.
970 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
971 Eliminate cl package dependence.
972
de28797f
SM
9732001-04-04 Stefan Monnier <monnier@cs.yale.edu>
974
975 * progmodes/cc-cmds.el (c-outline-level):
976 Bind buffer-invisibility-spec. Originally from Dave Love, but
977 got lost when incorporating version 5.26.
978
32df8b47
EZ
9792001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
980
de28797f
SM
981 * emulation/pc-select.el (pc-selection-mode):
982 Call normal-erase-is-backspace-mode instead of binding
983 keys individually.
58e4f61d 984
7f62656b
EZ
985 * cus-load.el (normal-erase-is-backspace): Use it instead of
986 delete-key-deletes-forward.
987
988 * startup.el (command-line): Use normal-erase-is-backspace and
989 normal-erase-is-backspace-mode.
990
991 * simple.el (normal-erase-is-backspace): Rename from
992 delete-key-deletes-forward. Doc fix.
993 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
994 delete-key-deletes-forward-mode. Doc fix.
995 Run normal-erase-is-backspace-hook.
7f62656b 996
32df8b47 997 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
998 ``human-readable'' format produced by GNU `ls'.
999 (dired-move-to-filename-regexp): Recognize ISO format dates.
1000 From Paul Eggert <eggert@twinsun.com>.
32df8b47 1001
5efa6032
GM
10022001-04-04 Gerd Moellmann <gerd@gnu.org>
1003
1004 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1005 New functions.
de28797f
SM
1006 (lm-verify): Check keywords.
1007 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 1008
d757aac1
EL
10092001-04-03 Eric M. Ludlam <eric@siege-engine.com>
1010
1011 * speedbar.el (speedbar-insert-image-button-maybe): Check for
1012 `xemacs' feature instead of for the function `set-extent-property'.
1013
9832760a
SM
10142001-04-03 Stefan Monnier <monnier@cs.yale.edu>
1015
1016 * mail/mh-utils.el (mh-folder-hist): New var.
1017 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1018
d565f6aa
EZ
10192001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
1020
1021 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1022 region, position point on the first or last 16-byte group.
1023 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1024 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
1025 hexl-beginning-of-line.
1026
24c0fd39
GM
10272001-04-03 Gerd Moellmann <gerd@gnu.org>
1028
5efa6032
GM
1029 * icomplete.el (icomplete-mode): Treat an argument like other
1030 modes do.
1031
b3f6107b
GM
1032 * startup.el (fancy-splash-head): Use splash8.xpm for color
1033 depth 8.
1034
24d451c5
SM
1035 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1036 Add an antry for ``converts''.
476bf681 1037
24d451c5
SM
1038 * language/slovak.el ("Slovak"): Add documentation string.
1039 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 1040
450f6970
GM
1041 * language/czech.el ("Czech"): Add documentation string.
1042 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1043
24d451c5
SM
1044 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1045 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
1046
10472001-04-02 Stefan Monnier <monnier@cs.yale.edu>
1048
1049 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1050 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1051 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1052 Use `defsubst' rather than a macro to ease debugging.
1053 (mail-extr-last): Remove (use `last' instead).
1054 (mail-extract-address-components): Properly reset the syntax-table
1055 after parsing an address. Use `last' rather than mail-extr-last.
1056 Make sure the end marker stays at the very end.
24c0fd39 1057
2b908342
EZ
10582001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1059
1060 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1061 last change.
1062
acfb077d
GM
10632001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1064
1065 * ps-print.el: Line and paragraph spacing feature. Region to cut
1066 out when printing. Doc fix.
1067 (ps-print-version): New version number (6.5).
24d451c5
SM
1068 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1069 New vars. Line and paragraph spacing feature.
acfb077d
GM
1070 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
1071 out when printing.
1072 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1073 (ps-get-font-size, ps-begin-job, ps-continue-line)
1074 (ps-plot-region): Code fix.
1075 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
1076 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1077 New internal vars.
acfb077d
GM
1078 (ps-get-size): New fun.
1079 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1080 (ps-next-line): Replace defun by defsubst.
1081 (ps-mule-plot-string): Autoload doc fix.
1082
1083 * ps-bdf.el: XEmacs compatibility. Doc fix.
1084 (installation-directory, coding-system-for-read): Declare vars if
1085 it's not declared yet.
1086 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1087
1088 * ps-mule.el: XEmacs compatibility. Doc fix.
1089 (leading-code-private-22): Declare var if it's not declared yet.
1090 (charset-bytes, charset-dimension, charset-id, charset-width)
1091 (find-charset-region, split-char, char-width, chars-in-region)
1092 (forward-point, decompose-composite-char, encode-coding-string)
1093 (coding-system-p, ccl-execute-on-string, define-ccl-program):
1094 Define funs if not defined yet.
1095 (encode-composition-rule, find-composition): Define funs if not
1096 loaded yet.
1097 (ps-mule-prologue): PostScript code fix.
1098
10992001-04-02 Kenichi Handa <handa@etl.go.jp>
1100
1101 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1102 non-nil, generate font for the header strings.
1103 (ps-mule-prepare-font): Likewise.
1104 (ps-mule-generate-glyphs): Likewise.
1105 (ps-mule-string-encoding): Likewise.
1106 (ps-mule-header-charsets): New variable.
1107 (ps-mule-encode-header-string): New function.
1108 (ps-mule-header-string-charsets): New function.
1109 (ps-mule-begin-job): Check charsets in the header strings. If there
1110 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1111
1112 * ps-print.el (ps-generate-header-line): Encode the header string by
1113 ps-mule-encode-header-string.
1114 (ps-mule-encode-header-string): Declare autoload.
1115
c0eb3c10
GM
11162001-04-02 Gerd Moellmann <gerd@gnu.org>
1117
24d451c5
SM
1118 * frame.el (cursor-in-non-selected-windows):
1119 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 1120
a3d0b0e0
KH
11212001-03-31 Kenichi Handa <handa@etl.go.jp>
1122
1123 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1124 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 1125 (quail-misc-package-ext-info): New variable.
a3d0b0e0 1126 (tsang-quick-converter): New function.
24d451c5
SM
1127 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1128 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
1129 (miscdic-convert, batch-miscdic-convert): New functions.
1130
55f7832c
KH
11312001-03-30 Kenichi Handa <handa@etl.go.jp>
1132
a2217cd8
KH
1133 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1134 eight-bit-control chars.
1135
55f7832c 1136 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 1137 Reduce making temporary vector (suggested by Dave Love).
55f7832c 1138
911a2406
EZ
11392001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1140
1141 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1142 string as well.
1143
1a518f2c
AS
11442001-03-30 Andreas Schwab <schwab@suse.de>
1145
1146 * files.el (backup-directory-alist): Fix typo.
1147
ef080b16
EZ
11482001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1149
1150 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1151 <eggert@twinsun.com>.
1152
e4174a55
DL
11532001-03-30 Dave Love <fx@gnu.org>
1154
1155 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1156
9d5d1075
EZ
11572001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1158
1159 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1160
a27b451e
MB
11612001-03-30 Miles Bader <miles@gnu.org>
1162
1163 * subr.el (interactive-form): Fix paren typo.
1164
aea51abe
EZ
11652001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1166
1167 * emacs-lisp/profile.el: Say that it's obsolete in the header
1168 line, so that finder.el puts that into its data-base.
1169 Suggested by Alex Schroeder <alex@gnu.org>.
1170
249dd409
EZ
11712001-03-29 Paul Eggert <eggert@twinsun.com>
1172
1173 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1174 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1175
1ac1fa96
SM
11762001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1177
1178 * generic.el (generic-mode-set-comments): Use "" rather than nil
1179 for comment-end.
1180
e2b8a830
GM
11812001-03-29 Gerd Moellmann <gerd@gnu.org>
1182
1ac1fa96
SM
1183 * emacs-lisp/advice.el (ad-make-advised-definition):
1184 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
1185
1186 * subr.el (interactive-form): New function.
1187
8b2375e7
AS
11882001-03-29 Andre Spiegel <spiegel@gnu.org>
1189
1190 * vc-sccs.el (vc-sccs-register): Use relative file names.
1191
f827b862
GM
11922001-03-28 Gerd Moellmann <gerd@gnu.org>
1193
e59d0e9d
GM
1194 * bookmark.el (bookmark-get-bookmark): Handle case that
1195 BOOKMARK is not a string.
1196
deb2613a
GM
1197 * image.el (image-type-regexps): Change type for PS files
1198 to `postscript'.
1199
f827b862
GM
1200 * subr.el (read-passwd): Clear command history after each
1201 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1202
3c9449d0
KH
12032001-03-27 Kenichi Handa <handa@etl.go.jp>
1204
1205 * international/kkc.el (kkc-save-init-file): Locally bind
1206 print-length to nil.
1207
e6b13c74
GM
12082001-03-26 Gerd Moellmann <gerd@gnu.org>
1209
e120bebf
GM
1210 * textmodes/flyspell.el: Some doc fixes.
1211 (flyspell-maybe-correct-transposition)
1212 (flyspell-maybe-correct-doubling): Use a temporary buffer
1213
1214 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1215
5f6c5771 1216 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
1217 (byte-optimize-form-code-walker): Diagnose too few arguments
1218 for `if' and `while'.
1219
2b984c45
KH
12202001-03-26 Kenichi Handa <handa@etl.go.jp>
1221
1222 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1223 Prepend `\' to "\<quail-translation-docstring>".
1224
bf2150fa
GM
12252001-03-26 Gerd Moellmann <gerd@gnu.org>
1226
5f6c5771
SM
1227 * autorevert.el (global-auto-revert-non-file-buffers):
1228 Remove duplicate defcustom.
bf2150fa 1229
a0d59316
MB
12302001-03-26 Miles Bader <miles@gnu.org>
1231
5f6c5771
SM
1232 * international/latin1-disp.el (latin1-char-displayable-p):
1233 Add leading "-" for X font pattern.
a0d59316 1234
9edbff6c
KH
12352001-03-26 Kenichi Handa <handa@etl.go.jp>
1236
5f6c5771
SM
1237 * international/mule-diag.el (describe-coding-system):
1238 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
1239 charsets they can encode.
1240
50b57199
EZ
12412001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1242
1243 * help.el (view-lossage): Mention open-dribble-file in the doc
1244 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1245
5b83f9c0
SM
12462001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1247
1248 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1249 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1250
e0ecbf5c
KH
12512001-03-23 Kenichi Handa <handa@etl.go.jp>
1252
5b83f9c0
SM
1253 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1254 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
1255 multibyte sequence can work correctly.
1256 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1257 property of the coding system.
1258
1cc218de
SM
12592001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1260
1261 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1262 Fix transcription typo.
1263
a3db02ad
RV
12642001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1265
1266 * whitespace.el: Add buffer local variables to toggle testing of
1267 whitespaces in buffers without affecting the default values.
a3db02ad 1268 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
1269 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1270 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1271 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 1272
83c9cb8e
SM
12732001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1274
1275 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1276
180d5509
GM
12772001-03-21 Gerd Moellmann <gerd@gnu.org>
1278
eeb5b5c1
GM
1279 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1280 bs-cycle-configuration-name. From Juanma Barranquero
1281 <lektu@uol.com.br>.
1282
170a9e70
GM
1283 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1284 and cc-vars.el.
1285
180d5509
GM
1286 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1287 headers. Always invoke sendmail with option -t.
1288
130c507e
GM
12892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1290
1291 * Release of cc-mode 5.28.
1292
12932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1294
1295 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1296 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 1297 It's instead taken care of by the default value for c-default-style.
130c507e 1298
130c507e
GM
12992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1300
1301 * cc-align.el (c-lineup-math): Fix bug where lineup was
1302 triggered by equal signs in string literals.
1303
13042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1305
1306 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1307 limit detection when at the ends of the buffer.
1308
1309 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1310 "for" statement clause in case 7F; a better one is done
1311 earlier in case 7D anyway.
1312
13132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1314
1315 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1316 somewhat more and did a small optimization.
1317
13182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1319
1320 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1321 Use the limit argument only to limit the syntactic context
1322 search, not to limit the actual movement.
1323
1324 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1325 inside multiline strings, just like in comments. Also various
1326 fixes to the paragraph and comment prefix recognition, block
1327 comment ender handling etc.
1328
13292000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1330
1331 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1332 the relative position of the point.
1333
1334 * cc-cmds.el (c-electric-continued-statement): New function to
1335 use as abbrev hook to reindent for keywords such as "else"
1336 that continues an earlier statement.
1337
1338 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1339 like classes.
1340
1341 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1342 (pike-mode): Populate the default abbrev tables to reindent for
1343 keywords such as "else" that can continue earlier statements.
1344 Abbrev mode is therefore turned on by default now. (Note that
1345 this doesn't apply to idl-mode, since IDL afaik doesn't have
1346 statements at all.)
1347
13482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1349
1350 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1351 bracelists where the declaration contains template arguments.
1352
13532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1354
83c9cb8e
SM
1355 * cc-cmds.el (c-comment-indent):
1356 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
1357 syntactic indentation. Fixes bug with lineup functions that
1358 return vectors.
1359
1360 * cc-engine.el (c-get-syntactic-indentation): Split the
1361 indentation sum calculation from `c-indent-line' to a separate
1362 function.
1363
13642000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1365
1366 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1367 Fixed places where it was assumed that preprocessor directives
1368 have to start in column zero.
1369
1370 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1371 template arguments after a class identifier properly.
1372
1373 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1374 lists for `new Foo[]' constructs in Java as expressions and
1375 not top level definition brace lists on the top level, so that
1376 they'll get indented consistently with the same type of
1377 expression in a normal block.
1378
13792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1380
1381 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1382 whether the adaptive filling package fails to keep the comment
1383 prefix is now kludged further to check for filladapt-mode
1384 which doesn't have that problem. This is really icky, but it's
1385 the only way that works with the current misfeatures/bugs in
1386 both adaptive-fill-mode and filladapt-mode.
1387
1388 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1389 around point is recognized more robust.
1390
13912000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1392
1393 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1394 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1395 (c-lit-type): Fixed all internal variables used dynamically so
1396 that they are always bound.
1397
1398 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1399 errors:
1400
1401 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
1402 the region is fully reindented even when an error occurs.
1403 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
1404 whole lot of code that tried to optimize indentation of whole
1405 sexps but in reality accomplishes nothing.
1406
1407 (c-indent-sexp): Use c-indent-region.
1408
1409 (c-parsing-error): Changed this variable to hold the message
1410 for any syntactic error that is discovered.
1411
1412 (c-parse-state): Search backward from point instead of the bod
1413 position when the latter is invalid. This makes CC Mode
1414 recover faster when there are unbalanced close braces.
1415
1416 (c-backward-to-start-of-if): Use c-parsing-error to report
1417 dangling "else" clauses instead of throwing an error, and fall
1418 back to a reasonable position.
1419
83c9cb8e 1420 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 1421
83c9cb8e 1422 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
1423
14242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1425
1426 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1427 paragraph recognition when moving by sentence in literals.
1428
83c9cb8e
SM
1429 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1430 start regexp for javadoc to recognize javadoc markup in general instead
1431 of a specific set of keywords, to be more future-safe.
130c507e
GM
1432
1433 (c-Pike-pikedoc-paragraph-start)
1434 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1435 pikedoc markup.
1436
83c9cb8e 1437 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 1438
83c9cb8e 1439 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
1440
1441 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1442
1443 (c-comment-prefix-regexp): Made it possible to use an
1444 association list on this to specify mode specific regexps.
1445 The default value now use a special regexp in Pike mode to
1446 recognize pikedoc markup.
1447
1448 (c-current-comment-prefix): New variable containing the actual
1449 regexp from c-comment-prefix-regexp for the current buffer.
1450
14512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1452
1453 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1454 lists: We can't look at the syntax, since a brace list can get
1455 recognized as a plain statement-cont.
1456
1457 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1458 special brace list opener broken over two lines got recognized
1459 as a statement on the second line. Case 9A changed.
1460
14612000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1462
1463 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1464 adjustment after line is reindented.
1465
14662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1467
1468 * cc-defs.el (c-point): Added optional argument for position
1469 to use instead of the current point.
1470
1471 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1472 the in-expression block symbols when the construct starts at
1473 boi, to avoid the extra level of indentation in that case.
1474 Cases 4, 16A and 17E affected.
1475
14762000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1477
1478 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 1479 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
1480
1481 * cc-engine.el (c-indent-line): Use the syntax already bound
1482 to `c-syntactic-context', if there is any.
1483
14842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1485
1486 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1487 wasn't added up correctly when a lineup function returned nil.
1488
14892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1490
1491 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 1492 empty lines were ignored when collecting line comments backwards.
130c507e
GM
1493
14942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1495
1496 * cc-align.el (c-lineup-dont-change): Return an absolute
1497 indentation column to work correctly in the case when several
1498 syntactic elements are processed for the same line.
1499
1500 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1501 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1502 (c-set-offset): Added absolute indentation column settings by
1503 using the vector type.
1504
130c507e
GM
15052000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1506
1507 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1508 Implemented two new cleanups `space-before-funcall' and
1509 `compact-empty-funcall'.
1510
130c507e
GM
15112000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1512
1513 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1514 helping building regexps.
1515
1516 * cc-engine.el (c-on-identifier): New function for detecting
1517 identifiers. It takes keywords into account.
1518
1519 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1520 lists. `c-keywords' is set to a regexp matching all keywords
1521 in the current language.
1522
15232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1524
1525 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1526 list of characters to skip backwards over at the beginning of
1527 a statement, since it can precede string literals in Pike.
1528
15292000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1530
1531 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1532 recognition when standing on the last line in a C++ comment
1533 with nothing but whitespace after the prefix.
1534
1535 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1536 given no limit argument.
1537
15382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1539
1540 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1541 recognition for the `[]= operator symbol in Pike.
1542
15432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1544
1545 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1546 around a bug in `eval-when-compile' in the byte compiler.
1547
1548 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 1549 value when count is zero and there's no token start within the limit.
130c507e
GM
1550
1551 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1552 "prefix comments", i.e. comments which are followed by code on
1553 the same line.
1554
1555 * cc-mode-19.el: Fixes so that checks that must be done at
1556 compile time also are done then.
1557
15582000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1559
1560 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1561 time and at runtime, and only when it's needed.
1562
15632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1564
1565 Major cleanup for less error prone and more warning free
1566 compilation, including some fixes for bugs due to different
1567 compilation orders. Thanks to Martin Buchholz for providing
1568 the basis for all this.
1569
1570 * cc-bytecomp.el: New file that provides some byte compilation
1571 features: It ensures that files always are loaded from the
1572 current source directory during compilation, and it provides a
1573 set of macros to turn off specific compiler warnings for
1574 specific symbols. (It's not CC Mode specific in any way.)
1575
1576 Fixed a nearly acyclic dependency tree (both runtime and
1577 compile-time) between all files.
1578
1579 * cc-defs.el: Separated all macros before the inline functions,
1580 to ensure correct compilation.
1581
1582 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1583 cc-defs.el to cc-engine.el and made it a function instead.
1584
1585 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1586 about char-after.
1587
1588 * cc-vars.el: Cope even when there isn't a custom package
1589 containing defcustom available.
1590
1591 * cc-make.el: Removed since it's no longer necessary.
1592
1593 README: Updated installation instructions.
1594
15952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1596
1597 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1598 improve the modularity: Moved all mode init stuff from
1599 cc-langs.el to cc-mode.el, including the keymap
1600 initialization; cc-langs now only contains the various
1601 variables for configuring the language syntax.
1602
83c9cb8e
SM
1603 * cc-engine.el, cc-styles.el (c-evaluate-offset)
1604 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 1605 dependency analysis suggests they belong there (which also
83c9cb8e 1606 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
1607
16082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1609
1610 * cc-cmds.el (c-fn-region-is-active-p): New function that
1611 wraps the corresponding macro, for use in places that aren't
1612 compiled. Thanks to Martin Buchholz for pointing out this.
1613
83c9cb8e 1614 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
1615
1616 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1617 add things to the bug report.
1618
16192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1620
1621 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1622 returned prefix could contain a newline when the search for a
1623 good prefix line failed.
1624
16252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1626
1627 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1628 (c-toggle-auto-hungry-state): Made the argument optional, as
1629 the documentation says it is.
1630
16312000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1632
1633 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1634 multiline string syntax, #"...", as a cpp macro.
1635
7008ccac
GM
16362001-03-21 Paul Eggert <eggert@twinsun.com>
1637
83c9cb8e
SM
1638 * international/mule-cmds.el (set-locale-environment):
1639 Set system-messages-locale and system-time-locale, but only if the
7008ccac 1640 caller specifies a non-nil locale name.
3c9449d0 1641
c2478129 16422001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
1643
1644 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 1645 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 1646
117e4b0c
GM
16472001-03-20 Gerd Moellmann <gerd@gnu.org>
1648
7194219d
GM
1649 * follow.el (follow-avoid-tail-recenter): Doc fix.
1650
5721ae13
GM
1651 * custom.el (custom-set-variables): Avoid reversing the list
1652 of args needlessly.
1653
7b8bbf72
GM
1654 * startup.el (fancy-splash-head): Don't change the colors of the
1655 XPM image on a dark background.
1656
a91ad7c9
GM
1657 * comint.el (comint-exec-1): Set columns of the terminal to
1658 window-width instead of frame-width.
1659
fa88947e
GM
1660 * info.el (Info-scroll-down): Add missing WINDOW arg for
1661 pos-visible-in-window-p.
1662
1741905c
GM
1663 * ehelp.el (electric-help-mode-hook): Add defcustom.
1664
117e4b0c
GM
1665 * mail/sendmail.el (mail-mode): Activate case-folding in
1666 font-lock-defaults.
1667
e84c695d
SM
16682001-03-19 Stefan Monnier <monnier@cs.yale.edu>
1669
1670 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1671 (completion-ignored-extensions): Remove duplicate ".class".
1672
fc774041
AS
16732001-03-19 Andreas Schwab <schwab@suse.de>
1674
83c9cb8e
SM
1675 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1676 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 1677
c2c097cc
GM
16782001-03-19 Gerd Moellmann <gerd@gnu.org>
1679
1680 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1681 methods since there are not prefix input methods.
1682
fbe2e958
KH
16832001-03-19 Kenichi Handa <handa@etl.go.jp>
1684
83c9cb8e
SM
1685 * international/mule-cmds.el (read-input-method-name):
1686 Locally bind enable-recursive-minibuffers to t.
fbe2e958 1687
da47e491
SM
16882001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1689
1690 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1691
4986c2c6 16922001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 1693
4986c2c6
MK
1694 * ediff-util.el: Copyright years.
1695 (ediff-choose-syntax-table): New function.
1696 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 1697
4986c2c6
MK
1698 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1699 with-syntax-table.
83c9cb8e 1700
4986c2c6 1701 * ediff.el: Date of last update, copyright years.
83c9cb8e 1702
4986c2c6 1703 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 1704
4986c2c6
MK
1705 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1706 of Scott Bronson.
1707 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1708 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1709 Deleted functions.
1710 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1711 ex-token-list.
83c9cb8e 1712
4986c2c6 1713 * viper-util.el: Spaces, indentation.
83c9cb8e 1714
4986c2c6 1715 * viper.el: Changed version, modification time.
83c9cb8e 1716
3c799aec 17172001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
1718
1719 * calendar/timeclock.el (timeclock-workday-remaining):
1720 Check whether `discrep' is non-null before using it.
3c799aec 1721
ae3ce418
JW
17222001-03-16 John Wiegley <johnw@gnu.org>
1723
1724 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1725 first-time checkins.
1726 (timeclock-log-data): Fixed problem with reading timelog log file.
1727 Resulting data in the "day list" was incorrect.
1728 (timeclock-find-discrep): Check if `timeclock-file' is readable
1729 before opening it.
1730 (timeclock-time-less-p): New function.
1731 (timeclock-day-base): New function.
1732 (timeclock-geometric-mean): New function.
1733 (timeclock-generate-report): Generate a summary report based on
1734 the contents of the log file. This uses `timeclock-log-data', and
1735 is an example of writing a timelog manipulation function.
1736 (timeclock-visit-timelog): A quick command for opening the timelog
1737 file.
1738 (timeclock-log-data): Bound the variable event.
1739
c8d4a9bb
KH
17402001-03-16 Kenichi Handa <handa@etl.go.jp>
1741
83c9cb8e
SM
1742 * international/mule-cmds.el (select-safe-coding-system):
1743 Fix typo: symbol-name -> symbol-value.
11d56c64 1744
c8d4a9bb
KH
1745 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1746 before substitute-in-file-name to handle double slashes in FILE
1747 correctly.
1748
c899e7e6
GM
17492001-03-15 Gerd Moellmann <gerd@gnu.org>
1750
1751 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1752 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1753
819dce0f
GM
17542001-03-14 Gerd Moellmann <gerd@gnu.org>
1755
697617d9
GM
1756 * bindings.el (features): Add `md5' and `overlay' to the list.
1757
819dce0f
GM
1758 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1759 bound before using it. It's not bound when configured without X,
1760 for instance.
1761
e0067a9d
TTN
17622001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1763
1764 * progmodes/hideshow.el: Update copyright.
1765 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 1766 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 1767
afcdc0a1
GM
17682001-03-13 Gerd Moellmann <gerd@gnu.org>
1769
e0067a9d 1770 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
1771 a non-list.
1772
30564c48
EZ
17732001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1774
1775 * startup.el (fancy-splash-tail, command-line-1): Fix the
1776 copyright year.
1777
2b8e24b3
KH
17782001-03-13 Kenichi Handa <handa@etl.go.jp>
1779
1780 * term.el: These changes are based on a patch sent from Yong Lu
1781 <lyongu@yahoo.com>.
1782 (term-set-escape-char): Bind M-x to execute-extended-command in
1783 term-raw-escape-map.
1784 (term-move-columns): Don't try to move to negagive column.
1785 (term-emulate-terminal): Insert a string before deleting a text to
1786 overwrite.
1787
789b6186
GM
17882001-03-12 Gerd Moellmann <gerd@gnu.org>
1789
b0778a31
GM
1790 * play/life.el (life): Rearrange code so that all calls to
1791 life-display-generation are in a catch-form.
1792
04528cda
GM
1793 * progmodes/etags.el (tags-loop-continue): Don't change point in a
1794 file that isn't interesting. In an interesting file, push the old
1795 value of point on the mark ring.
1796
760cefb5
GM
1797 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1798 New function.
1799 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1800 Use it.
1801
83c9cb8e
SM
1802 * emacs-lisp/autoload.el (generate-file-autoloads):
1803 Remove warning about line lengths.
789b6186 1804
a2ffbafe
FP
18052001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
1806
1807 * progmodes/etags.el (tags-compression-info-list): New variable.
1808 (find-tag-in-order): Use it to deal with compressed source files.
1809 (tag-file-name-match-p): New function.
1810 (etags-recognize-tags-table): Use it for better match of file names.
1811
5c9d9d92
KH
18122001-03-12 Kenichi Handa <handa@etl.go.jp>
1813
ba3e9b9b
KH
1814 * international/mule-cmds.el (register-input-method): Doc fix.
1815
5c9d9d92
KH
1816 * international/quail.el (quail-translate-key): Fix condition to
1817 check if there's another breaking point in the current key.
1818
40beecee
EZ
18192001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
1820
1821 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1822 Babyl header to the newly-created output file, bind
1823 coding-system-for-write to either rmail-file-coding-system or
1824 emacs-mule-unix.
1825
75c6cb7f
SM
18262001-03-11 Stefan Monnier <monnier@cs.yale.edu>
1827
1828 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1829 Fix the name and regexp used for subsubsections.
1830
5ec17636
DL
18312001-03-10 Dave Love <fx@gnu.org>
1832
1833 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1834 and save-buffer if buffer-file-name non-nil. From rms.
1835
6d2e2c02
AS
18362001-03-10 Andre Spiegel <spiegel@gnu.org>
1837
1838 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 1839 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
1840 to reflect that.
1841 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 1842 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
1843 variable bindings that might affect the diff command.
1844 (vc-print-log): Don't switch to the *vc* buffer before the
1845 command, so that local variable bindings are preserved.
1846
789b6186 1847 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
1848 not the current buffer.
1849 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1850
789b6186 1851 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 1852 make output go to buffer *vc*, not the current buffer.
a2ffbafe 1853
b18f5523
SM
18542001-03-09 Stefan Monnier <monnier@cs.yale.edu>
1855
1856 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1857 so ^, $, *, ? and + are interpreted correctly.
1858
3cfd8357
GM
18592001-03-09 Gerd Moellmann <gerd@gnu.org>
1860
c085b77c 1861 * help.el (string-key-binding): Renamed from
f9db8f19
SM
1862 mode-line-key-binding. Handle any event on a string.
1863 Check for `keymap' properties as well as `local-map' properties.
c085b77c 1864
3cfd8357
GM
1865 * comint.el (comint-insert-clicked-input): Use the last key
1866 from this-command-keys to lookup the global key definition.
1867
348f797a
KH
18682001-03-09 Kenichi Handa <handa@etl.go.jp>
1869
3ebf3717
KH
1870 * international/characters.el: Add category `j' for
1871 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1872
348f797a
KH
1873 * international/mule-conf.el (no-conversion): Fix docstring.
1874 (raw-text): Fix docstring.
1875
e1fbabaf
GM
18762001-03-08 Gerd Moellmann <gerd@gnu.org>
1877
96e8e603
GM
1878 * simple.el (choose-completion-string): When not leaving the
1879 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1880 is set.
1881
e1fbabaf
GM
1882 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1883 parameter `(minibuffer . t)'.
1884
f9db8f19
SM
18852001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1886
1887 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1888 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1889 (sh-mode): Remove `make-local-variable' for unused var
1890 `font-lock-unfontify-region-function'.
1891
02756877
RS
18922001-03-07 Richard M. Stallman <rms@gnu.org>
1893
132bf46d
RS
1894 * info.el (Info-scroll-down): Fix previous change.
1895
02756877
RS
1896 * mail/rmail.el (rmail-toggle-header): Use a window which
1897 is showing the Rmail buffer, rather than the selected window.
1898
eeb24429
DL
18992001-03-07 Dave Love <fx@gnu.org>
1900
1901 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1902 now, to avoid problems with binding imenu directly to a mouse event.
1903
3bdf2660
GM
19042001-03-07 Gerd Moellmann <gerd@gnu.org>
1905
1906 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1907 second arg t.
1908
19092001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
1910
1911 * log-edit.el (log-edit-common-indent): New var.
1912 (log-edit-set-common-indentation): Renamed from
1913 log-edit-delete-common-indentation. Use the new var.
1914 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1915
1916 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1917 (cvs-mode-add-change-log-entry-other-window):
1918 Don't presume change-log-default-name is defined.
1919
1920 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1921
1922 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1923 the "tree" operation as well.
1924
1925 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1926
1927 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1928 to match paragraph-start.
1929
1930 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1931 comment-start-skip and set comment-end-skip as well.
1932 (sgml-comment-indent): Fix for new value of comment-start-skip.
1933 (html-autoview-mode): Don't bother using make-local-hook.
1934
2ad02767
GM
19352001-03-07 Gerd Moellmann <gerd@gnu.org>
1936
189638d5 1937 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 1938 variables, otherwise long Custom entries would make them ineffective.
189638d5 1939
2ad02767
GM
1940 * uniquify.el: Set maintainer to FSF.
1941
656f8cae
EZ
19422001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1943
1944 * dired-aux.el (dired-do-shell-command): Doc fix.
1945
c83965c4
SM
19462001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1947
04af43bc
SM
1948 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1949
1950 * which-func.el (which-func-modes): Add cperl-mode.
1951 (which-func-mode-global): Use define-minor-mode.
1952
1953 * info-look.el: Docstring fixes and dead code eliminated.
1954 (cperl-mode): Add support.
1955 (emacs-lisp-mode): List all entries from elisp manual, whether
1956 or not they are currently (f)bound or not. Update regexp.
1957
1958 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1959
c83965c4
SM
1960 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1961 so that C-h m shows the correct information.
1962 Use make-local-variable rather than make-variable-buffer-local.
1963 (cperl-info-buffer, cperl-setup-tmp-buf):
1964 Use make-local-variable rather than make-variable-buffer-local.
1965 (cperl-msb-fix, cperl-get-help-defer):
1966 Check major-mode for `cperl-mode' as well.
1967
1968 * progmodes/cperl-mode.el: Updated to author version 4.23.
1969 (cperl-electric-pod): SYNOPSIS was misspelled.
1970 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1971 (cperl-after-expr-p): Make true after __END__.
1972
f16a7aa5
GM
19732001-03-06 Gerd Moellmann <gerd@gnu.org>
1974
157ae273 1975 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 1976 bookmark-completion-ignore-case is t.
157ae273 1977
f16a7aa5
GM
1978 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1979 switch, like xterm, and concat resource strings, with a newline
1980 between them.
1981
abaddb98
EZ
19822001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1983
a2ffbafe 1984 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
1985 (cp773-decode-table, cp774-decode-table): New variables.
1986
abaddb98
EZ
1987 * man.el (Man-hyphenated-reference-regexp): New variable.
1988 (Man-build-references-alist): Use it to search for referenced
1989 manpages. If hyphenated is non-nil, record a concatenated word in
1990 Man-refpages-alist only if it matches Man-reference-regexp.
1991 Update word's length when it is concatenated. Reverse the list,
1992 to get the first manpage at the head.
1993 (Man-possibly-hyphenated-word): New function.
1994 (Man-follow-manual-reference): Use it instead of current-word to
1995 find a manpage at point, in a way that accounts for hyphenated
1996 references.
1997
eb3f61dd
GM
19982001-03-06 Alex Schroeder <alex@gnu.org>
1999
2000 * sql.el (sql-interbase): New function.
2001 (sql-interbase-program): New option.
2002 (sql-interbase-options): New option.
2003 And some typos fixed: "customise" to "customize".
2004
fa84f42a
DL
20052001-03-06 Dave Love <fx@gnu.org>
2006
83c9cb8e
SM
2007 * textmodes/flyspell.el (flyspell-region):
2008 Set up flyspell-local-mouse-map.
fa84f42a 2009
fda3411d
RS
20102001-03-05 Richard M. Stallman <rms@gnu.org>
2011
a2ffbafe 2012 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
2013 Don't call rmail-beginning-of-message.
2014 Don't discard From: field. Do discard Received: field.
2015 Use unwind-protect to re-prune.
2016 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 2017
e972ab1f
KH
20182001-03-06 Kenichi Handa <handa@etl.go.jp>
2019
2020 * international/quail.el (quail-title): Add autoload cookie.
2021
335db3c1
DL
20222001-03-05 Dave Love <fx@gnu.org>
2023
2024 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2025 new defs.
2026
278dd6ac
KH
20272001-03-05 Kenichi Handa <handa@etl.go.jp>
2028
83c9cb8e
SM
2029 * language/ethio-util.el (ethio-toggle-space):
2030 Update current-input-method-title if necessary.
36d5e61d
KH
2031 (ethio-toggle-punctuation): Likewise.
2032
341cd4f0
KH
2033 * international/quail.el (quail-title): Fix for the case that a
2034 title of an input method is specified by a list of the same form
2035 as used in mode-line-format.
2036
83c9cb8e
SM
2037 * international/mule-cmds.el (activate-input-method):
2038 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
2039 respect that value.
2040
10ebaeb6
GM
20412001-03-05 Gerd Moellmann <gerd@gnu.org>
2042
2043 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2044
7a65c85c
GM
20452001-03-05 Alex Schroeder <alex@gnu.org>
2046
2047 * sql.el (sql-sybase): Fix typo (was: query user about server two
2048 times instead of server and database).
2049
2050 * sql.el (sql-sybase): Doc change.
2051 (sql-mysql): Doc change.
2052 (sql-postgres): Doc change.
2053
b86644f2
KH
20542001-03-05 Kenichi Handa <handa@etl.go.jp>
2055
83c9cb8e
SM
2056 * international/mule-conf.el (emacs-mule, raw-text):
2057 Docstring modified.
b86644f2 2058
e30bd7b7
EZ
20592001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2060
2061 * term/internal.el: Update copyright notice.
2062
2063 * term/pc-win.el: Update copyright notice.
2064
7e365285
DL
20652001-03-02 Dave Love <fx@gnu.org>
2066
83c9cb8e
SM
2067 * files.el (insert-file-contents-literally):
2068 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2069 not jka-compr-compression-info-list.
7e365285 2070
75ed43a6
SM
20712001-03-02 Stefan Monnier <monnier@cs.yale.edu>
2072
2073 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2074 spaces in default comment-start-skip settings rather than \s-.
2075
53c4b1e6
EZ
20762001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2077
2078 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2079 default-frame-alist as well.
2080
028d739a
DL
20812001-03-01 Dave Love <fx@gnu.org>
2082
2083 * textmodes/reftex.el (defvar): Wrap some defvars in
2084 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
2085
2086 * subr.el (event-basic-type): Doc fix.
2087
2088 * international/quail.el: Doc fixes.
2089
2090 * international/utf-8.el: Doc fixes.
2091
2092 * international/mule-cmds.el: Doc fixes.
2093 (leim-list-header): Fix header text.
2094
2095 * international/mule.el (coding-system-category): Doc fix.
2096
2097 * international/ccl.el (ccl-compile): Doc fix.
2098
15d1caef
SM
20992001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2100
2101 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2102 rather than (before|after)-change-functions.
2103
f84ff02c
GM
21042001-03-01 Gerd Moellmann <gerd@gnu.org>
2105
2106 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2107 scroll-left and scroll-right being called interactively so that
2108 they set the window's min_hscroll.
2109
e0c1e774
EZ
21102001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2111
2112 * info.el (info-insert-file-contents-1): Accept an additional
2113 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
2114 `suffix'; otherwise use the complicated MS-DOS code.
2115 All callers changed.
e0c1e774
EZ
2116 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2117 can access long file names, try the long file-name version of
2118 `info-insert-file-contents-1', then the short file-name version.
2119
b8b2ea31 21202001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 2121
af122766
KH
2122 * language/ethio-util.el (setup-ethiopic-environment-internal):
2123 Change bindings of functions keys to conform to "Emacs Lisp Coding
2124 Convention".
2125
2126 * language/ethiopic.el ("Ethiopic"): Add documentation.
2127
b8b2ea31
KH
21282001-02-28 Kenichi Handa <handa@etl.go.jp>
2129
1d64e2ad
KH
2130 * international/utf-8.el (mule-utf-8): Set coding-category
2131 property to coding-category-utf-8.
2132
91cb6e51
RS
21332001-02-27 Richard M. Stallman <rms@gnu.org>
2134
2135 * lpr.el (lpr-page-header-switches, print-region-1):
2136 Undo 2000-07-06 change.
7298f3f7
RS
2137 (lpr-add-switches): Default to t on gnu/linux.
2138
c0cb1027
GM
21392001-02-27 Gerd Moellmann <gerd@gnu.org>
2140
2141 * bs.el (bs-attributes-list): Doc fix.
2142
01459648
GM
21432001-02-26 Gerd Moellmann <gerd@gnu.org>
2144
baebd8a5 2145 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 2146
01459648
GM
2147 * help.el (view-order-manuals): Use goto-address.
2148
2149 * startup.el (command-line-1): Add info about ordering manuals
2150 to the not so fancy splash screens.
2151
f93e614e
AS
21522001-02-26 Andre Spiegel <spiegel@gnu.org>
2153
01459648
GM
2154 * vc.el (vc-default-workfile-unchanged-p)
2155 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 2156
12435002
GM
21572001-02-26 Gerd Moellmann <gerd@gnu.org>
2158
a2ffbafe 2159 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
2160 fontify in the right buffer.
2161
12435002
GM
2162 * allout.el (outline-flag-region): Move macro in front of first
2163 use to avoid a run-time error.
2164
425de386
AI
21652001-02-24 Andrew Innes <andrewi@gnu.org>
2166
2167 * makefile.w32-in: Fix copyright notice.
2168
66c56ed1
KH
21692001-02-24 Kenichi Handa <handa@etl.go.jp>
2170
4c1593ce
KH
2171 * international/utf-8.el (mule-utf-8): Set correct value for
2172 valid-codes property.
2173
66c56ed1
KH
2174 * international/fontset.el (x-complement-fontset-spec): In the
2175 case that we use ASCII font for the other charsets, use only
15d1caef 2176 family and registry part of it.
66c56ed1 2177
119171dd
EZ
21782001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2179
2180 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2181 (shrink-window-if-larger-than-buffer): Doc fix.
2182
932c309e
SM
21832001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2184
2185 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2186 predicate passed to completing-read.
2187
9b760e36
EZ
21882001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2189
2190 * startup.el (command-line): Fix last change.
2191
5c39a60f
JR
21922001-02-23 Jason Rumney <jasonr@gnu.org>
2193
2194 * startup.el (tool-bar-originally-present): New variable.
2195 (command-line): Set it if the tool-bar is switched on at startup.
2196
2197 * frame.el (frame-notice-user-settings): Only adjust frame height
2198 for no tool-bar case if tool-bar was originally switched on.
796ead7e 2199 From E. Jay Berkenbilt.
5c39a60f 2200
cb91b2c7
SM
22012001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2202
39b557e8
SM
2203 * server.el (server-switch-buffer): Only switch window if the
2204 current one is dedicated.
2205
cb91b2c7
SM
2206 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2207 rather than using (match-beginning 0) when searching for break point.
2208
9238a8df
EZ
22092001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2210
2211 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2212 @ follows an accent command such as @'. Support optional braces
2213 in commands that insert accents, like makeinfo does.
2214
3473f362
GM
22152001-02-22 Gerd Moellmann <gerd@gnu.org>
2216
2217 * startup.el (fancy-splash-text): Add a line for ordering
2218 manuals. Reverse order of splash screens shown.
2219 (use-fancy-splash-screens-p): Adapt to the text line added.
2220
2221 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2222 manuals from the FSF.
2223
2224 * help.el (view-order-manuals): New function.
2225 (toplevel): Bind C-h C-m to this function.
2226
76a4de07
SM
22272001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2228
2229 * newcomment.el (comment-forward): Skip the comment-start before
2230 searching for the comment-end.
2231
75b71d85
DL
22322001-02-21 Dave Love <fx@gnu.org>
2233
2f4c9a87
DL
2234 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2235
75b71d85
DL
2236 * international/mule-cmds.el, international/mule.el: Doc fixes.
2237
2238 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2239 (fortune) <defgroup>: Add :link.
2240 (fortune-from-region): Use eq, not eql.
2241
ffc9ff0c
GM
22422001-02-21 Gerd Moellmann <gerd@gnu.org>
2243
2244 * startup.el (fancy-splash-screens): Use display-hourglass
2245 instead of display-busy-cursor.
2246
2247 * frame.el (display-hourglass): Renamed from busy-cursor.
2248 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2249 (show-cursor-in-non-selected-windows): Doc fix.
2250
f34eb373
DL
22512001-02-20 Dave Love <fx@gnu.org>
2252
2253 * international/utf-8.el: Doc and commentary fixes.
2254
f55e4a7e
EZ
22552001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2256
2257 * ehelp.el (with-electric-help): Doc fix.
2258
fa97adf6
GM
22592001-02-20 Gerd Moellmann <gerd@gnu.org>
2260
2261 * msb.el (msb-mode): Call the update-buffers function explicitly
2262 with a FORCE argument.
2263
2264 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2265 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2266 returns nil.
2267
54ed3bd2
GM
22682001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2269
2270 * ps-print.el: Timestamp package replacement. Some enhancements.
2271 Some XEmacs compatibility. Doc fix.
2272 (ps-print-version): New version number (6.4).
2273 (ps-printer-name): Initialization fix.
2274 (ps-zebra-stripe-follow): Funcionality enhancement.
2275 (ps-prologue-file): Code enhancement.
2276 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
2277 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2278 (ps-get-page-dimensions)
54ed3bd2
GM
2279 (ps-generate-header, ps-begin-file, ps-begin-job)
2280 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2281 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2282 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2283 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 2284
e8ebf97d
MB
22852001-02-20 Miles Bader <miles@gnu.org>
2286
2287 * image-file.el (image-file-name-extensions): Add "tif".
2288
136b27c5
GM
22892001-02-19 Gerd Moellmann <gerd@gnu.org>
2290
2291 * wid-edit.el (widget-button-click): Save the selected window
2292 around the code handling clicks on buttons.
2293
6ebbcf59
DL
22942001-02-18 Dave Love <fx@gnu.org>
2295
2296 * imenu.el (imenu--generic-function): Use mapc to iterate over
2297 syntax characters.
2298
595ded73
RS
22992001-02-17 Richard M. Stallman <rms@gnu.org>
2300
b9fe3dc8
RS
2301 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2302
595ded73
RS
2303 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2304
f3f053f3
GM
23052001-02-16 Gerd Moellmann <gerd@gnu.org>
2306
2307 * mouse.el (mouse-save-then-kill): If the distance from the new
2308 point to the mark is equal to the distance of point from the new
2309 point, move point instead of the mark.
2310
11570a8f
DL
23112001-02-16 Dave Love <fx@gnu.org>
2312
2313 * textmodes/flyspell.el (flyspell-get-word): Return string without
2314 properties.
2315
fb339cd5
EZ
23162001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2317
2318 * generic.el (generic-find-file-regexp): Doc fix.
2319 (generic-ignore-files-regexp): New defcustom.
2320 (generic-mode-find-file-hook): If the file's name matches the
2321 regexp in `generic-ignore-files-regexp', don't enter
2322 default-generic-mode. Doc fix.
2323
c56b1c1b
GM
23242001-02-16 Gerd Moellmann <gerd@gnu.org>
2325
a2ffbafe 2326 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
2327 Add autoload cookies.
2328
a2ffbafe 2329 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
2330 of cal-tex-24.
2331
0d140e65
EZ
23322001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2333
81558867
EZ
2334 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2335
0d140e65
EZ
2336 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2337 the character class after the (optional) drive, to support file
2338 names with embedded blanks.
2339
713f7b15
SS
23402001-02-15 Sam Steingold <sds@gnu.org>
2341
2342 * textmodes/tex-mode.el (tex-shell-running):
2343 Check the process buffer too.
2344
9a2a6f73
DL
23452001-02-15 Dave Love <fx@gnu.org>
2346
2347 * battery.el (battery-status-function): Fix doc, :type.
2348
15d1caef 2349 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 2350
fe10cef0
GM
23512001-02-15 Gerd Moellmann <gerd@gnu.org>
2352
2353 * subr.el (read-passwd): Clear Lisp memory holding password.
2354
126f5d4d
MB
23552001-02-15 Miles Bader <miles@gnu.org>
2356
2357 * info.el (Info-copy-current-node-name): New function.
2358 (Info-mode-menu): Add it to the menu.
2359
92e98d63
RS
23602001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2361
2362 * international/mule-cmds.el (toggle-input-method): Doc fix.
2363
dd4e0e55
SM
23642001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2365
2366 * replace.el (occur): Stop at end of buffer.
2367
402dbbd1
EZ
23682001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2369
2370 * international/mule-cmds.el (set-input-method): Another doc fix.
2371
e9fcba3d
GM
23722001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2373
2374 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2375
78ad1cd5
MB
23762001-02-13 Miles Bader <miles@gnu.org>
2377
713f7b15 2378 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
2379 (set-face-stipple): Treat a value of nil as being `unspecified'.
2380
fce9d9dc
DL
23812001-02-12 Dave Love <d.love@dl.ac.uk>
2382
2383 * international/latin1-disp.el: Doc fixes.
2384 (latin1-display) <defgroup>: Add :link.
2385 (latin1-display) <function>: Set variable latin1-display.
2386
bc406911
EZ
23872001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2388
2389 * international/mule-cmds.el (set-input-method): Doc fix.
2390
68514d48
EL
23912001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2392
2393 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2394 (speedbar-line-file): Return nil if not a file.
2395 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2396
513bea45 23972001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 2398
513bea45
MK
2399 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2400 for remote files.
bc406911 2401 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 2402 with raw-text.
713f7b15 2403
513bea45 2404 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 2405
83c9cb8e
SM
2406 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2407 Better handling of the diff mode.
713f7b15 2408
513bea45 2409 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 2410
bc406911 2411 * viper.texi: Fix typos.
713f7b15 2412
521d4010
DL
24132001-02-11 Dave Love <fx@gnu.org>
2414
36fd8e17
DL
2415 * shadowfile.el: Doc fixes.
2416 (shadow) <defgroup>: Add :link.
2417 (shadowfile-unload-hook): New function.
2418 (shadow-initialize): Use defalias, not fset.
2419 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 2420 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 2421
521d4010
DL
2422 * international/mule.el: Doc and message fixes.
2423
36fd8e17
DL
2424 * international/ccl.el (define-ccl-program): Doc fix.
2425
92395bbe
KH
24262001-02-11 Kenichi Handa <handa@etl.go.jp>
2427
2428 * faces.el (mode-line): Set :line-width property to -1.
2429
103db06c
RS
24302001-02-10 Richard M. Stallman <rms@gnu.org>
2431
08b78974
RS
2432 * complete.el (partial-completion-mode): Doc fix.
2433
103db06c
RS
2434 * simple.el (delete-key-deletes-forward-mode):
2435 Change `let' to `let*' to fix gross bug in last change.
2436
2437 * repeat.el (repeat): Don't let execute-kbd-macro alter
2438 real-last-command.
2439
a6a1ee53
EZ
24402001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2441
2442 * simple.el (eval-expression): Doc fix.
2443
d2f288c6
DL
24442001-02-09 Dave Love <fx@gnu.org>
2445
038f4ae3
DL
2446 * imenu.el (imenu-generic-expression): Doc fix.
2447
83c9cb8e
SM
2448 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2449 From Juanma Barranquero.
038f4ae3 2450
15d1caef 2451 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 2452
9804b846
KH
24532001-02-09 Kenichi Handa <handa@etl.go.jp>
2454
2455 * faces.el (set-face-attribute): Describe the case of a negative
2456 value specified for :line-width.
2457
532f5197
SM
24582001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2459
2460 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 2461 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 2462
1d279666
DL
24632001-02-08 Dave Love <fx@gnu.org>
2464
4681ca3a
DL
2465 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2466 widget-plist-value-type.
2467 (widget-alist-convert-widget): Replace binding of
2468 widget-alist-value-type.
2469
1d279666
DL
2470 * textmodes/paragraphs.el (sentence-end): Doc fix.
2471
83c9cb8e
SM
2472 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2473 Remove `backward-line'.
1d279666 2474
532f5197
SM
2475 * play/pong.el (pong-blank-color, pong-bat-color)
2476 (pong-ball-color, pong-border-color, pong-left-key)
2477 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2478 (pong-pause-key, pong-resume-key, pong-timer-delay):
2479 * mail/mh-comp.el (mh-compose-letter-function):
2480 * eshell/esh-mode.el (eshell-skip-prompt-function):
2481 * emulation/viper-ex.el (ex-unix-type-shell-options):
2482 * recentf.el (recentf-menu-filter):
2483 * ps-print.el (ps-print-region-function):
2484 * lpr.el (print-region-function):
2485 * forms.el (forms-mode-hooks):
2486 * dirtrack.el (dirtrack-directory-change-hook):
2487 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2488 * textmodes/spell.el (spell-filter):
2489 * textmodes/fill.el (adaptive-fill-function):
2490 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2491 * progmodes/etags.el (find-tag-default-function):
2492 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
2493 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2494
6f676109
EZ
24952001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2496
751d3bc4
EZ
2497 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2498 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2499 Meyering <jim@meyering.net>.
2500
6f676109
EZ
2501 * loadup.el: Revert last change.
2502
d3c26cdf
KH
25032001-02-07 Kenichi Handa <handa@etl.go.jp>
2504
83c9cb8e
SM
2505 * international/mule.el (transform-make-coding-system-args):
2506 Make it work also for coding systems not using CCL.
d3c26cdf 2507
44806980
EZ
25082001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2509
9889af08
EZ
2510 * simple.el (previous-matching-history-element)
2511 (next-matching-history-element): Doc fix.
2512
44806980
EZ
2513 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2514 specific part.
2515
1e36ff68
DL
25162001-02-06 Dave Love <fx@gnu.org>
2517
713f7b15 2518 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
2519 (add-log-buffer-file-name-function, add-log-file-name-function):
2520 Fix :type.
2521 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2522
c7ca58df
EZ
25232001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2524
fecd556a
EZ
2525 * info.el (info-initialize): Remove the test for system-type when
2526 invocation-directory is non-nil.
2527
c7ca58df
EZ
2528 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2529 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2530
587b5737
AI
25312001-02-06 Andrew Innes <andrewi@gnu.org>
2532
2533 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2534 absolute.
2535
baf7eee4
GM
25362001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2537
2538 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2539 buffers. When hi-lock turned on rather than only checking current
2540 buffer for regexps, all buffers are checked. Moved activation of
2541 font-lock to hi-lock-refontify. When font-lock turned off rather
2542 than removing added highlighting just in current buffer, remove it
2543 in all buffers. Changed edit menu text from "Automatic
2544 Highlighting" to "Regexp Highlighting" Documentation for
2545 highlighting phrases, minor documentation changes.
2546 (hi-lock-set-file-patterns): Execute only if there are new or
2547 existing file patterns.
2548 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2549 unfontify and, if a support mode is active, will not refontify the
2550 whole buffer. If necessary, turn on font lock. (Removed
2551 font-lock-unfontify and font-lock support-mode-specific calls,
2552 such as lazy-lock-fontify-window.)
2553 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2554 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 2555 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
2556 (hi-lock-face-phrase-buffer): New function. Also added related
2557 menu item and keybinding.
2558 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2559 (hi-lock-process-phrase): New function.
2560 (hi-lock-line-face-buffer): Doc fixes.
2561 (hi-lock-face-buffer): Doc fixes.
2562 (hi-lock-unface-buffer): Doc fixes.
713f7b15 2563
36710aa6
GM
25642001-02-06 Gerd Moellmann <gerd@gnu.org>
2565
2566 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2567 dabbrev-ignored-regexps.
2568
d3f22784
EZ
25692001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2570
2571 * simple.el (kill-line): Doc fix.
2572
5cb3c8d4
DL
25732001-02-05 Dave Love <fx@gnu.org>
2574
2575 * loadup.el: Revert last two changes -- bootstrapping works with
2576 regenerated loaddefs.
2577
e6297e7d
EZ
25782001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2579
1e14b095
EZ
2580 * isearch.el (isearch-forward): Doc fix.
2581
e6297e7d
EZ
2582 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2583 of font-lock-defaults to backward-paragraph.
2584
e16f52ce
GM
25852001-02-05 Gerd Moellmann <gerd@gnu.org>
2586
2587 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2588 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2589
01d19dd7
GM
25902001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2591
2592 * ebnf2ps.el: Eliminate time-stamp functions.
2593 (ebnf-version): New version (3.5).
2594 (ebnf-eps-finish-and-write): Replace time-stamp functions by
2595 format-time-string.
2596
24886813
GM
25972001-02-05 Gerd Moellmann <gerd@gnu.org>
2598
2599 * simple.el (next-line): Goto end-of-line before inserting a newline.
2600
65e70fc4
MB
26012001-02-05 Miles Bader <miles@gnu.org>
2602
2603 * image-file.el (insert-image-file): When visiting an image, also
2604 set `truncate-lines' to t so that any fringe arrow looks correct.
2605
482f06c9
KH
26062001-02-05 Kenichi Handa <handa@etl.go.jp>
2607
2608 * isearch.el (isearch-forward): Add description about input method
2609 in the docsting.
2610
02399da7
SM
26112001-02-04 Stefan Monnier <monnier@cs.yale.edu>
2612
2613 * skeleton.el (skeleton-internal-1): Always push the mark for @.
2614
2c366083
EZ
26152001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2616
2617 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 2618 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 2619
bdadfce3
GM
26202001-02-02 Gerd Moellmann <gerd@gnu.org>
2621
79fb38c0
GM
2622 * wid-edit.el (widget-button-click): Fix last change.
2623
bdadfce3
GM
2624 * frame.el (frame-notice-user-settings): When resizing the initial
2625 frame because the tool bar is off, also change the frame's top
2626 position if a negative top position was specified.
2627
33155ffb
MB
26282001-02-02 Miles Bader <miles@gnu.org>
2629
2630 * image-file.el (insert-image-file): When visiting an image,
2631 suppress the cursor in the image buffer.
2632
1355ba0c
DL
26332001-02-01 Dave Love <fx@gnu.org>
2634
2635 * progmodes/f90.el (f90-mode): Remove startup message.
2636
fb758d2d 2637 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 2638
01acdb05
GM
26392001-02-01 Gerd Moellmann <gerd@gnu.org>
2640
2641 * startup.el (command-line): Fix code determining whether or not
2642 to use delete-key-deletes-forward-mode.
2643
5b1ee316
AS
26442001-02-01 Andre Spiegel <spiegel@gnu.org>
2645
2646 * vc.el (vc-diff-switches): New user option.
2647 (vc-version-diff): Use it.
2648 (vc-diff-switches-list): New macro.
2649
83c9cb8e
SM
2650 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2651 New customization options.
5b1ee316
AS
2652 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2653
2654 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2655
00b1e7a1
GM
26562001-02-01 Gerd Moellmann <gerd@gnu.org>
2657
2658 * msb.el (toplevel): Quote hook symbols.
2659
85827036
KH
26602001-02-01 Kenichi Handa <handa@etl.go.jp>
2661
8e028499 2662 * international/mule.el (make-coding-system): Add description
3c948dde 2663 about recognized properties in the docstring.
8e028499 2664
85827036
KH
2665 * international/mule-conf.el: Remove unused charsets
2666 mac-roman-lower and mac-roman-upper.
2667
7ccf7ab9
GM
26682001-01-31 Gerd Moellmann <gerd@gnu.org>
2669
2441692d
GM
2670 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2671 is in front of the left-margin, if any.
2672
ee5cece0
GM
2673 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2674 like `delete'.
2675
83c9cb8e 2676 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 2677
7ccf7ab9
GM
2678 * term/w32-win.el (mouse-set-font): Doc fix.
2679
b4f30ec5 26802001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 2681
b4f30ec5
GM
2682 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2683 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2684 on already.
2685
03e0fe6e
GM
26862001-01-31 Markus Rost <rost@math.ohio-state.edu>
2687
2688 * files.el (save-buffer): Don't give message if (buffer-file-name)
2689 returns nil.
713f7b15 2690
8f289acc
EZ
26912001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2692
cb4aae04
EZ
2693 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2694
dbd98b19
EZ
2695 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2696 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2697
8f289acc
EZ
2698 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2699 display problems.
2700
c12553c1
KH
27012001-01-31 Kenichi Handa <handa@etl.go.jp>
2702
c7bf5db9
KH
2703 * international/mule.el (charset-info): Fix docstring.
2704
2705 * international/mule-diag.el (describe-character-set): Check final
2706 char valid before printing it.
c12553c1 2707
14f16b9c
GM
27082001-01-30 Gerd Moellmann <gerd@gnu.org>
2709
efaa080b
GM
2710 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2711
eef93f99
GM
2712 * frame.el (frame-notice-user-settings): Do the tool-bar
2713 stuff only for graphical displays. Fix a braino.
713f7b15 2714
14f16b9c
GM
2715 * frame.el (frame-initialize): Create initial frame visible.
2716 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 2717 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
2718
2719 * startup.el (command-line): Remove manipulation of frame
2720 height for tool bars.
2721
4ad25e43
EZ
27222001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2723
2724 * lpr.el: Compatibility with XEmacs and doc fixes.
2725 (lpr-windows-system, lpr-lp-system): New vars.
2726 (lpr-printer-switch): New defcustom.
2727 (printer-name, lpr-command): Customization fix.
2728 (print-region-1): Code fix.
2729 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
2730 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2731 New functions.
4ad25e43 2732
e8f044a0
GM
27332001-01-29 Gerd Moellmann <gerd@gnu.org>
2734
2735 * msb.el (toplevel): Fix the eval-after-load.
2736
850d5045
GM
27372001-01-29 Dave Love <fx@gnu.org>
2738
762fe76e
DL
2739 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2740
2741 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2742
83c9cb8e 2743 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
2744 (tcl-using-emacs-19-23): Consider Emacs 21+.
2745 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2746 (tcl-add-emacs-menu): Supply menu name.
2747 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2748
3a768251
GM
27492001-01-29 Gerd Moellmann <gerd@gnu.org>
2750
2751 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2752
274d02f7
SM
27532001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2754
2755 * pcvs.el (cvs-mark-fis-dead): New function.
2756 (cvs-mode-add): Use it.
2757 (cvs-mode-add-change-log-entry-other-window):
2758 Rebind change-log-default-name to itself rather than to nil.
2759
ed5d446e
SS
27602001-01-29 Sam Steingold <sds@gnu.org>
2761
efaa080b 2762 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
2763 `autoload' statements.
2764
e2a80284
EZ
27652001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2766
8e1db7b3
EZ
2767 * files.el (confirm-kill-emacs): Doc fix.
2768
ff2a1c79
EZ
2769 * frame.el (frame-initialize): Doc fix.
2770
e7b0deaf
EZ
2771 * time-stamp.el (time-stamp-string): Doc fix.
2772
83c9cb8e
SM
2773 * woman.el (WoMan-log-1): Make the log buffer writable.
2774 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 2775
005913e4
GM
27762001-01-29 Gerd Moellmann <gerd@gnu.org>
2777
2778 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2779 the `make-variable-buffer-local'.
2780
58622cc5
GM
27812001-01-29 Dave Love <fx@gnu.org>
2782
2783 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
2784 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2785 Add autoload cookie.
58622cc5
GM
2786 (ansi-color-apply-sequence): Fix typo.
2787
0404d031
GM
27882001-01-29 Gerd Moellmann <gerd@gnu.org>
2789
ed5d446e 2790 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
2791 Postscript printing in black and white.
2792
0404d031
GM
2793 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2794 X-Mailman-Version, Precedence, List-Help, List-Post,
2795 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2796 Content-Type, Content-Length.
2797
3b6ed359
DL
27982001-01-29 Dave Love <fx@gnu.org>
2799
ddd16e7a
DL
2800 * elide-head.el (elide-head): Make overlay evaporate.
2801
83c9cb8e 2802 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 2803
8005142f
EZ
28042001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2805
2806 * isearch.el (isearch-highlight): Don't punt if the display
2807 doesn't support colors, since isearch faces are defined for
2808 monochrome displays as well.
2809
84728570
SS
28102001-01-27 Sam Steingold <sds@gnu.org>
2811
2812 * shell.el (shell-write-history-on-exit): Make sure that we are in
2813 the shell buffer (M-x tex-file RET inserted the error message into
2814 the TeX buffer).
2815
e26f9ced
EZ
28162001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2817
2818 * simple.el (transient-mark-mode): Doc fix.
2819
dc0274bd
GM
28202001-01-27 Gerd Moellmann <gerd@gnu.org>
2821
83c9cb8e 2822 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 2823
c1acacc4
EZ
28242001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2825
f5058b96
EZ
2826 * shell.el (shell-unquote-argument): If the shell is one of the
2827 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2828 quote character.
2829 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 2830 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 2831
c1acacc4 2832 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 2833 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 2834
103db06c 28352001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 2836
84728570 2837 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
2838 Treat a one-capital-letter abbrev as "not all upper case",
2839 so as to force preservation of the expansion's pattern
2840 if the expansion starts with a capital letter.
2841
cfa70244
EZ
28422001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2843
cfee9de7
EZ
2844 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2845 Doc fix.
2846
cfa70244
EZ
2847 * simple.el (transient-mark-mode): Document the fact that many
2848 commands act on the region when mark is active.
2849
17d90d6b
KH
28502001-01-27 Kenichi Handa <handa@etl.go.jp>
2851
2852 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 2853 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
2854 (quail-show-guidance-buf): Make the multibyteness of current
2855 buffer inherited to Quail guidance buffer.
2856 (quail-help): Make the multibyteness of current buffer inherited
2857 to Quail help buffer.
2858
61076b20
DL
28592001-01-26 Dave Love <fx@gnu.org>
2860
c47e2c68
DL
2861 * time-stamp.el: Doc fixes.
2862
84728570 2863 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
2864 (delphi-keyword-face, delphi-other-face): Fix :type.
2865
940f14b4
DL
2866 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2867
2868 * mail/feedmail.el (feedmail): Add :link.
2869 (feedmail-send-it): Doc fix.
2870
2871 * mail/sendmail.el: Doc fixes.
2872 (sendmail-send-it): Fix the non-ASCII regexp and use
2873 rfc2047-encode-string.
2874
61076b20
DL
2875 * dired.el, dired-aux.el: Revert last change.
2876
6c317bd2
GM
28772001-01-26 Gerd Moellmann <gerd@gnu.org>
2878
2879 * makefile.w32-in (DONTCOMPILE): Add various term files.
2880
28812001-01-26 Dave Love <fx@gnu.org>
2882
2883 * Makefile.in (DONTCOMPILE): Add various term files.
2884
1c636b5f
GM
28852001-01-26 Gerd Moellmann <gerd@gnu.org>
2886
af900b23
GM
2887 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2888
15fa6db0 2889 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 2890 the echo area is resized to fit the size of the startup message.
15fa6db0 2891
1c636b5f
GM
2892 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2893 part of which is a constant.
2894
9b1adbd5
EZ
28952001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2896
83c9cb8e 2897 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 2898
103db06c 28992001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
2900
2901 * simple.el (next-line): Don't let `newline' expand abbrevs.
2902 Simplify slightly.
2903 (open-line): Don't let `newline' expand abbrevs.
2904
219227ea
JW
29052001-01-25 John Wiegley <johnw@gnu.org>
2906
2907 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2908 to `repeat' in the :type field.
2909
2910 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2911 allow a choice of regexp or nil.
d2906bf8 2912 (pcomplete-dir-ignore): Same.
219227ea
JW
2913
2914 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2915 a command) to always fail.
2916
ceba0dac
GM
29172001-01-25 Gerd Moellmann <gerd@gnu.org>
2918
2919 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2920 discard the result.
2921 (iswitchb-to-end): Likewise.
2922
9b0630e5
SS
29232001-01-25 Sam Steingold <sds@gnu.org>
2924
2925 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 2926 Require vc.
9b0630e5 2927
a2ed9670
SM
29282001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2929
f0c1adab
SM
2930 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2931
a2ed9670
SM
2932 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2933
34ac3367
DL
29342001-01-25 Dave Love <fx@gnu.org>
2935
61076b20
DL
2936 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2937 (describe-coding-system): Tweak the English text.
2938
34ac3367
DL
2939 * loadup.el: Preload international/ccl for utf-8.
2940
4685e6b7
EZ
29412001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2942
2943 * mail/rmail.el (rmail-redecode-body): Doc fix.
2944
0fdb4475
KH
29452001-01-25 Kenichi Handa <handa@etl.go.jp>
2946
83c9cb8e
SM
2947 * international/mule-cmds.el (reset-language-environment):
2948 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 2949
83c9cb8e
SM
2950 * international/mule-conf.el (coding-category-utf-8):
2951 Initialize to mule-utf-8.
0fdb4475 2952
9b0630e5 2953 * loadup.el: Preload international/utf-8.
0fdb4475
KH
2954
2955 * international/utf-8.el: New file.
2956
245ed2b1
SM
29572001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2958
2959 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2960
e95b0c08
SS
29612001-01-24 Sam Steingold <sds@gnu.org>
2962
2963 * dired.el (dired-replace-in-string): Removed.
2964 (dired-sort-toggle): Use `replace-regexps-in-string'
2965 instead of `dired-replace-in-string'.
9b0630e5 2966
ceba0dac
GM
2967 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2968 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 2969
e95b0c08
SS
2970 * gs.el (gs-replace-in-string): Removed.
2971 (gs-options): Use `replace-regexps-in-string'
2972 instead of `gs-replace-in-string'.
2973
c3902c3e
EZ
29742001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2975
2976 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2977 bug report is mailed to an email list and posted to a news group.
2978
b66b6aeb
GM
29792001-01-24 Gerd Moellmann <gerd@gnu.org>
2980
83c9cb8e
SM
2981 * comint.el (comint-replace-by-expanded-history-before-point):
2982 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 2983
b66b6aeb
GM
2984 * startup.el (tool-bar-images-pixel-height): New variable.
2985 (command-line): After loading the user's init file, when
2986 tool-bar-mode is on, increase the frame's size by some lines for
2987 the tool-bar.
2988
2989 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 2990
ff890e66
SZ
29912001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2992
2993 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2994 (chinese-big5): MIME:Big5.
2995
04363179
GM
29962001-01-24 Gerd Moellmann <gerd@gnu.org>
2997
e95b0c08 2998 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
2999 Handle commands with prefix args.
3000
d56aaa64
GM
30012001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3002
3003 * calendar/diary-lib.el (diary-float): Fix case of MONTH
3004 being a list of numbers.
3005 (diary-mail-entries): Rewritten.
3006
99858627
DL
30072001-01-23 Dave Love <fx@gnu.org>
3008
7aeb1fa9
DL
3009 * international/mule.el (make-coding-system): Fix typo.
3010
83c9cb8e
SM
3011 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3012 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 3013
5a43decf
EZ
30142001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
3015
3016 * font-lock.el (font-lock-mode): Doc fix.
3017
b0e98867
KH
30182001-01-23 Kenichi Handa <handa@etl.go.jp>
3019
3020 * international/mule.el (make-translation-table): Fix docstring.
3021
9c8acefd
EZ
30222001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
3023
fd4976b8
EZ
3024 * mail/rmail.el (rmail-redecode-body): New function.
3025
9c8acefd
EZ
3026 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3027
871e0439
GM
30282001-01-22 Gerd Moellmann <gerd@gnu.org>
3029
21c2bbe0
GM
3030 * isearch.el (isearch-lazy-highlight-case-fold-search)
3031 (isearch-lazy-highlight-regexp): New variables.
3032 (isearch-lazy-highlight-cleanup): Update lazy highlight if
3033 case-fold search or regexp search has been toggled.
3034
5710730c
GM
3035 * wid-edit.el (widget-button-click): Avoid a save-excursion
3036 around running a global binding.
3037
871e0439
GM
3038 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3039 to 0.25.
3040
d0554957
MB
30412001-01-20 Miles Bader <miles@gnu.org>
3042
3043 * cus-edit.el (custom-face-save): Do post-processing on the face's
3044 new value like `custom-face-set' does.
3045
1519f618
EZ
30462001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3047
ccd87890
EZ
3048 * mail/emacsbug.el (report-emacs-bug): Report the value of
3049 LC_CTYPE, not LC_TYPE.
3050
1519f618
EZ
3051 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3052 isearch-toggle-regexp and isearch-edit-string to doc string.
3053
9724173b
GM
30542001-01-19 Gerd Moellmann <gerd@gnu.org>
3055
48bb9196
GM
3056 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3057 as font-lock-beginning-of-syntax-function in font-lock-defaults.
3058
e95b0c08 3059 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
3060 font-lock-beginning-of-syntax-function to nil.
3061
dc81f8a2
EZ
30622001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3063
3064 * mail/emacsbug.el (report-emacs-bug): Report values of
3065 locale-coding-system, default-enable-multibyte-characters, and the
3066 environment variables LC_ALL, LC_TYPE, and LANG.
3067
99327974
GM
30682001-01-19 Gerd Moellmann <gerd@gnu.org>
3069
83c9cb8e 3070 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 3071
2be6ecc6
GM
3072 * font-lock.el (font-lock-multiline): Default to nil.
3073 (font-lock-default-fontify-region): If font-lock-multiline is
3074 nil, don't check the property `font-lock-multiline'.
3075
99327974
GM
3076 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3077 is nil, don't check the `font-lock-multiline' text property.
3078
2550055a
MK
30792001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3080
0a949811 3081 * viper.el: Call initial-major-mode on startup.
e95b0c08 3082
0a949811 3083 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 3084
8501998a 3085 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 3086
2550055a 30872001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 3088
0a949811 3089 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 3090 diff mode, if available.
e95b0c08 3091
0a949811 30922001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 3093
8501998a 3094 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 3095
2550055a
MK
3096 * ediff-init.el (subst-char-in-string): Define and use it, unless
3097 it's already defined.
e95b0c08 3098
8962e303
GM
30992001-01-18 Gerd Moellmann <gerd@gnu.org>
3100
3101 * tooltip.el (tooltip-hide-delay): New user-option.
3102 (tooltip-show): Use tooltip-hide-delay instead of the default.
3103
6b453381
KH
31042001-01-18 Kenichi Handa <handa@etl.go.jp>
3105
3106 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3107 kill-local-variable doesn't work for enable-multibyte-characters.
3108
9eaf396b
DL
31092001-01-17 Dave Love <fx@gnu.org>
3110
cebd37ce
DL
3111 * ediff-init.el (ediff-before-setup-hook)
3112 (ediff-merge-filename-prefix): Add :version.
3113
9eaf396b
DL
3114 * international/latin1-disp.el: Require disp-table.
3115 (latin1-display): Fix :set.
3116
3117 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3118
f864120f
GM
31192001-01-17 Gerd Moellmann <gerd@gnu.org>
3120
3121 * isearch.el (isearch-lazy-highlight-initial-delay)
3122 (isearch-lazy-highlight-interval): Default to 0.
3123
31242001-01-17 Bob Glickstein <bobg@zanshin.com>
3125
3126 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3127 1 here rather than each time through
3128 isearch-lazy-highlight-new-loop.
3129 (isearch-lazy-highlight-max): Variable deleted.
3130 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3131 isearch-lazy-highlight-max but controls a single invocation of
3132 isearch-lazy-highlight-update.
3133 (isearch-lazy-highlight-wrapped): Variable recreated.
3134 (isearch-lazy-highlight-window-start): New variable.
3135 (isearch-lazy-highlight-cleanup): Restored to behavior of
3136 before 2-Jan.
3137 (isearch-lazy-highlight-remove-overlays): Function deleted;
3138 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3139 behavior removed.
3140 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3141 isearch-lazy-highlight-update in a loop rather than just once.
3142 Test isearch-invalid-regexp here and decide not to start a new
3143 loop, rather than testing it each time through
3144 isearch-lazy-highlight-update.
3145 (isearch-lazy-highlight-search): Function restored.
3146 (isearch-lazy-highlight-update): Get called in a timer loop again,
3147 but this time highlight more than one match each time through.
83c9cb8e
SM
3148 Only highlight matches in the visible part of the window.
3149 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
3150 the edge of the window. Use sit-for to force redisplay and ensure
3151 window-start is credible. "Face suppressing" behavior removed;
3152 overlay priorities should make it unnecessary, right?
3153 (isearch-highlight): Face suppressing behavior removed.
3154 (isearch-dehighlight): Face suppressing behavior removed.
3155 (isearch-set-lazy-highlight-faces-at): Removed.
3156
076ec540
KH
31572001-01-17 Kenichi Handa <handa@etl.go.jp>
3158
3159 * language/european.el ("Latin-1"): Make the format of description
3160 about additional language environments same as that of Latin-2.
3161
92328ec5
DL
31622001-01-16 Dave Love <fx@gnu.org>
3163
39f2174e
DL
3164 * isearch.el (isearch-lazy-highlight): Add :version.
3165
92328ec5
DL
3166 * simple.el (backward-delete-char-untabify-method)
3167 (next-line-add-newlines): Add :version.
3168
f251459d
GM
31692001-01-16 Gerd Moellmann <gerd@gnu.org>
3170
9d4850e5
GM
3171 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3172 Don't bind <delete> otherwise.
3173
3174 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3175 and <delete> via function-key-map.
3176
f251459d
GM
3177 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3178 Subject line only if point is after the `Subject:'.
3179
771ffcf7
KH
31802001-01-16 Kenichi Handa <handa@etl.go.jp>
3181
bda6b481
KH
3182 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3183 japanese-jisx0213-2 in `charset' property of this lang. env.
3184
35793af7
KH
3185 * language/european.el ("Latin-1"): Add description for Dutch and
3186 Spanish lang. env.
3187
771ffcf7
KH
3188 * international/mule.el (decode-char): Fix conditions.
3189 (encode-char): Handle eight-bit-control too.
1c8102ff 3190 (transform-make-coding-system-args): New function.
50c29104
KH
3191 (make-coding-system): Accept XEmacs style arguments for CCL base
3192 coding system.
771ffcf7 3193
e1cf67b6
GM
31942001-01-15 Gerd Moellmann <gerd@gnu.org>
3195
3196 * progmodes/etags.el (find-tag-noselect): Save the value of
3197 tags-file-name before switching buffers, for the case it has a
3198 buffer-local value.
3199
b3287acf
GM
32002001-01-15 Alex Schroeder <alex@gnu.org>
3201
9eaf396b
DL
3202 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3203 From Dave Love <fx@gnu.org>.
b3287acf
GM
3204 (ansi-color-for-comint-mode): Fix :version.
3205
32062001-01-15 Alex Schroeder <alex@gnu.org>
3207
3208 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3209
8d7ff9c8
EZ
32102001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3211
3212 * dired.el (dired-insert-directory): If file-system-info fails,
3213 remove the " free " part, but don't signal an error.
3214
dbe99ae9
SS
32152001-01-12 Sam Steingold <sds@gnu.org>
3216
3217 * bookmark.el (bookmark-maybe-historicize-string):
3218 Use new backquote syntax.
3219
103db06c 32202001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
3221
3222 * subr.el (last): Handle a list that doesn't end in nil.
3223
ca2ddd8e
SS
32242001-01-12 Sam Steingold <sds@gnu.org>
3225
3226 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3227 to `backward-delete-char-untabify'.
3228
1751c874
DL
32292001-01-12 Dave Love <fx@gnu.org>
3230
3231 * cus-edit.el (customize-menu-create): Fix the :filter following
3232 easymenu change.
3233
3234 * wid-edit.el (function): Add :match-alternatives.
3235 (widget-color-action): Doc fix.
3236
3cccce8d
GM
32372001-01-12 Gerd Moellmann <gerd@gnu.org>
3238
3239 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3240
18bfd6b5
KH
32412001-01-12 Kenichi Handa <handa@etl.go.jp>
3242
83c9cb8e 3243 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 3244
18bfd6b5
KH
3245 * international/ccl.el (define-ccl-program): Fix docstring.
3246
562e00da
DL
32472001-01-11 Dave Love <fx@gnu.org>
3248
14fd0da3
DL
3249 * international/mule-cmds.el (standard-display-european-internal):
3250 Set display table for 2208 as for 160.
3251
3252 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3253
562e00da
DL
3254 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3255 entry for custom-menu-create change.
3256 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3257 don't cons it in the search loop.
3258
3259 * imenu.el (imenu--truncate-items): Revert last change.
3260
6e961dcd
EZ
32612001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3262
3263 * info.el (Info-setup-header-line): If the node header includes
3264 either Next: or Prev: links, don't show the File: and Node: parts
3265 in the header line.
3266
2c2ff7f2
GM
32672001-01-11 Gerd Moellmann <gerd@gnu.org>
3268
a7ee2d2e
GM
3269 * comint.el (comint-goto-process-mark): Don't print a message
3270 when running in batch mode.
3271
c5348233
GM
3272 * isearch.el (isearch-search): In the condition-case handler for
3273 `error', set isearch-invalid-regexp to the whole error message.
3274
422717d1
GM
3275 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3276 ensure that eval-after-load works for files dumped with Emacs.
3277
3278 * help.el (load-symbol-file-load-history): New function extracted
3279 from function symbol-file.
3280 (symbol-file): Use it.
3281
83c9cb8e 3282 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 3283
926861fb
EZ
32842001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3285
3286 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3287 behave as if there were no prefix argument.
3288 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3289 argument were nil.
3290
afa1f52c
RS
32912001-01-11 Richard M. Stallman <rms@gnu.org>
3292
ca2ddd8e 3293 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
3294 Don't look for more potential matches once maximum is exceeded.
3295 Use overlays-in to check correctly for overlap with current match.
3296 Ignore empty matches.
3297
47a9f362
MB
32982001-01-11 Miles Bader <miles@gnu.org>
3299
3300 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3301 (ispell-overlay-window, ispell-help, ispell-show-choices)
3302 (ispell-command-loop): Use it instead of `window-height'.
3303
d196f58d
GM
33042001-01-10 Gerd Moellmann <gerd@gnu.org>
3305
cf523f0e
GM
3306 * files.el (confirm-kill-emacs): New user-option.
3307 (save-buffers-kill-emacs): Ask for final confirmation before
3308 killing Emacs.
3309
d196f58d
GM
3310 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3311 to nil.
3312
7c6c3d8e
GM
33132001-01-10 Dave Love <fx@gnu.org>
3314
1f8be15d
DL
3315 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3316
83c9cb8e 3317 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
3318
3319 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3320
3321 * calculator.el (calculator-number-digits): Fix :type.
3322
0d5184de
DL
3323 * vc-cvs.el (vc-cvs-header): Fix :type.
3324 * vc-rcs.el (vc-rcs-header): Fix :type.
3325 * vc-sccs.el (vc-sccs-header): Fix :type.
3326
3327 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3328
7c6c3d8e
GM
3329 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3330
8c9f73a2
GM
3331 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3332
457b792c
GM
33332001-01-10 Gerd Moellmann <gerd@gnu.org>
3334
3335 * simple.el (set-variable): Force a thorough redisplay for the
3336 case that the variable has an effect on the display, like
3337 `tab-width' has.
3338
d2622d08
AS
33392001-01-10 Andre Spiegel <spiegel@gnu.org>
3340
3341 * vc.el: Add documentation for backend interface.
3342
ae4b5f4f
KH
33432001-01-10 Kenichi Handa <handa@etl.go.jp>
3344
e0844717
KH
3345 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3346
ae4b5f4f
KH
3347 * international/mule-conf.el (latin-extra-code-table): Set to t
3348 for \223 and \224.
3349
3184082b
KH
33502001-01-09 Kenichi Handa <handa@etl.go.jp>
3351
3352 * international/mule-cmds.el (locale-language-names): Map "es" to
3353 "Spanish" and "nl" to "Dutch".
3354
732b9cdd
GM
33552001-01-09 Gerd Moellmann <gerd@gnu.org>
3356
1dfca644
GM
3357 * bindings.el (global-map): Bind <home> to beginning-of-line,
3358 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3359 C-<end> to end-of-buffer.
3360
732b9cdd
GM
3361 * language/european.el: Add Dutch and Spanish language info
3362 to be able to use the appropriate tutorials.
3363
33642001-01-09 Alex Schroeder <alex@gnu.org>
3365
3366 * ansi-color.el (ansi-color-process-output): Use markers instead
3367 of positions for start and end of region.
3368 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3369 Previously, occasional mistakes happend when fontifying many
3370 chunks of output (eg. ls --color=yes /dev). This happened
3371 whenever an overlay was created up to the end of the region, which
3372 coincided with the process-mark. New text would then be added
3373 within that overlay instead of after it.
3374 (ansi-color-make-extent): Overlays are created with the property
3375 `modification-hooks' set to '(ansi-color-freeze-overlay).
3376 (ansi-color-freeze-overlay): New function. When inserting text at
3377 the end of the overlay, the overlay will resize.
3378
33792000-01-09 Alex Schroeder <alex@gnu.org>
3380
3381 * ansi-color.el (ansi-color-process-output): Doc change.
3382 (ansi-color-unfontify-region): Doc change. No longer installed
3383 automatically in font-lock-unfontify-region-function.
3384 (ansi-color-apply): Doc change.
3385 (ansi-color-apply-on-region): Use extents or overlays instead of
3386 text-properties.
3387 (ansi-color-make-extent): New function.
3388 (ansi-color-set-extent-face): New function.
3389
33902000-01-09 Alex Schroeder <alex@gnu.org>
3391
3392 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3393 both use ansi-color-process-output, now.
3394 (ansi-color-process-output): Doesn't return string anymore. It is
3395 installed in comint-output-filter-functions for both Emacs and
3396 XEmacs, now.
3397 (ansi-color-unfontify-region): Simplified code removing variables
3398 pos and start-ansi.
3399 (ansi-color-apply): Put text-property ansi-color before putting
3400 text-property face because ansi-color-unfontify-region is called
3401 immediately after the call to put-text-property.
3402 (ansi-color-context-region): Doc change.
3403 (ansi-color-filter-region): Simplified code.
3404 (ansi-color-apply-on-region): Changed start to start-marker, using
3405 a marker explicitly. Put text-property ansi-color before putting
3406 text-property face because ansi-color-unfontify-region is called
3407 immediately after the call to put-text-property.
3408
34092000-01-09 Alex Schroeder <alex@gnu.org>
3410
3411 * ansi-color.el (ansi-color-faces-vector): Doc change.
3412 (ansi-color-for-comint-mode): Changed :type property to choice.
3413 (ansi-color-last-context): Removed.
3414 (ansi-color-process-output): Don't use ansi-color-last-context, as
3415 the main functions will store their context now.
3416 (ansi-color-context): Doc change.
3417 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3418 Uses ansi-color-context such that repeated calls will strip
3419 partial escape sequences, too.
3420 (ansi-color-apply): Simplified code. Colorize end of string if
3421 face is not null. Store context in new (FACE STRING) format, such
3422 that repeated calls will strip partial escape sequences, too.
3423 Append faces to face property using ansi-color-apply-sequence such
3424 that cumulative mode actually works.
3425 (ansi-color-context-region): New variable.
3426 (ansi-color-filter-region): Rewrote it based on
3427 ansi-color-apply-on-region. Uses ansi-color-context-region such
3428 that repeated calls will strip partial escape sequences, too.
3429 (ansi-color-apply-on-region): Simplified code. Colorize end of
3430 region if face is not null. Store context in new (FACE POS)
3431 format, such that repeated calls will strip partial escape
3432 sequences, too. Append faces to face property using
83c9cb8e 3433 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
3434 (ansi-color-apply-sequence): New function.
3435 (ansi-color-get-face): When the default face is added to the list
3436 of faces, all previous settings are discarded and the list of
3437 faces is set to '(default).
3438
34392000-01-09 Alex Schroeder <alex@gnu.org>
3440
3441 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3442 face, such that ansi-color-apply and ansi-color-apply-on-region
3443 will do the right thing.
3444 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3445 returns nil, set the list of faces back to nil instead of
83c9cb8e 3446 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
3447
34482000-01-09 Alex Schroeder <alex@gnu.org>
3449
3450 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3451 (ansi-color-process): Doc change.
3452 (ansi-color-last-context): New buffer-local variable.
3453 (ansi-color-process-output): New function. It is automatically
3454 added to comint-output-filter-functions if this is XEmacs.
3455 (ansi-color-unfontify-region): New optional parameter for XEmacs
3456 compatibility. Check wether font-lock-syntactic-keywords is
3457 boundp before removing the syntax table text property, as XEmacs
3458 doesn't have it.
3459 (ansi-color-filter-region): Doc change.
3460 (ansi-color-apply-on-region): Doc change.
3461 (ansi-color-make-face): New function. Compatibility layer for
3462 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3463 (ansi-color-make-color-map): Use ansi-color-make-face.
3464 (ansi-color-get-face): Avoid face text property '(nil) as results
3465 in an errow for XEmacs.
3466
34672000-01-09 Alex Schroeder <alex@gnu.org>
3468
83c9cb8e
SM
3469 * ansi-color.el (ansi-color-unfontify-region): New function.
3470 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
3471 ansi-color. When the package is loaded, a lambda expression is
3472 put onto font-lock-mode-hook. This lambda expression will check
3473 font-lock-unfontify-region-function and replace
83c9cb8e 3474 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
3475 (ansi-color-apply): Add text-property ansi-color in addition to
3476 text-property face.
3477 (ansi-color-apply-on-region): Add text-property ansi-color in
3478 addition to text-property face.
3479 (save-buffer-state): Copy of the macro that is also used by
3480 lazy-lock and font-lock.
3481
3482 (ansi-color-for-comint-mode): New option.
3483 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3484 (ansi-color-for-comint-mode-off): Ditto.
3485 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
3486 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3487 decide what to do. This function is added to
3488 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
3489
3490 (ansi-color-for-shell-mode-set): Removed.
3491 (ansi-color-for-shell-mode): Removed.
3492
34932000-01-09 Alex Schroeder <alex@gnu.org>
3494
3495 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3496 the lambda expression from the ansi-color-for-shell-mode :set
3497 property. Additionally, modify shell-mode-hook to enable or
3498 disable font-lock-mode for future shell buffers.
3499 (ansi-color-for-shell-mode): The :set property calls
3500 ansi-color-for-shell-mode-set instead of a lambda expression.
3501
35022000-01-09 Alex Schroeder <alex@gnu.org>
3503
3504 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3505 (ansi-color-context): New variable.
3506 (ansi-color-apply): Save context between calls.
3507
fb55ff10
EZ
35082001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3509
83c9cb8e
SM
3510 * isearch.el (isearch, isearch-lazy-highlight-face):
3511 New definitions for face colors and attributes.
29910493 3512
fb55ff10
EZ
3513 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3514 of display-mouse-p.
3515
134d6265
KH
35162001-01-09 Kenichi Handa <handa@etl.go.jp>
3517
3518 * international/mule.el (make-coding-system): If the coding system
3519 accepts extra latin codes, register such codes as safe for the
3520 coding system.
3521
103db06c 35222001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 3523
984c9f75
RS
3524 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3525 don't mention the file name or the date here, because they are
3526 logged at the start of the file.
3527
35282001-01-08 Richard M. Stallman <rms@gnu.org>
3529
78b8eee8
RS
3530 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3531 Change screen-width to frame-width.
3532
1460e5d4
EZ
35332001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3534
3535 * info.el (Info-search): Print the default as part of the prompt.
3536
56f24bc1
AS
35372001-01-08 Andre Spiegel <spiegel@gnu.org>
3538
ca2ddd8e 3539 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
3540 constant implementations in backends.
3541
3542 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3543 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3544
3545 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3546 WRITABLE to EDITABLE.
3547
3548 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3549 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3550 to EDITABLE.
3551
b7812d30
EZ
35522001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3553
3554 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 3555 (copyright, copyright-update): Compute the current year at run time.
b7812d30 3556
7e56ea04
GM
35572001-01-08 Gerd Moellmann <gerd@gnu.org>
3558
3559 * isearch.el (isearch-old-signal-hook): Removed.
3560 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3561 instead of setting signal-hook-function.
3562 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3563
a758f97d
GM
35642001-01-08 Kevin Gallagher <kevingal@onramp.net>
3565
3566 * emulation/edt.el: Update to version 4.0. Provide support for
3567 EDT scroll margins at top and bottom of the window. Provide an
3568 emulation of the EDT SUBS command (bound to GOLD-Enter, by
3569 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
3570 user when file-related buffer modifications exist.
3571 Provide support for running EDT Emulation in XEmacs.
3572 Provide customize access to some user updatable variables.
3573 Add Commentary section to file header.
3574 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
3575
3576 * emulation/edt-mapper.el: Update to version 4.0. Provide support
3577 for detecting a keypress that generates an ASCII key sequence.
3578 (Previously, only a keypress that generates a vector was
3579 recognized.) Embed Window Manager name into name of the generated
3580 EDT Emulation initialization file since the initialization file is
3581 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 3582
30db89f9
EZ
35832001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3584
4deb3ba9
EZ
3585 * mail/sendmail.el (mail-mode): Doc fix.
3586
30db89f9
EZ
3587 * info.el (Info-goto-emacs-command-node): Doc fix.
3588 (Info-goto-emacs-key-command-node): Doc fix.
3589
c3f2772b
EZ
35902001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3591
8726e79b 3592 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
3593 systems without long file-name support.
3594
0dac6924
AI
35952001-01-06 Andrew Innes <andrewi@gnu.org>
3596
3597 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3598
4e6ef391
EZ
35992001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3600
380866a2
EZ
3601 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3602 (isearch-lazy-highlight-update): Doc fix.
3603
148b5960
EZ
3604 * ffap.el (ffap-bindings): Doc fix.
3605
4e6ef391
EZ
3606 * dired-x.el (dired-virtual-guess-dir): Doc fix.
3607
4cb1bcc2
DL
36082001-01-05 Dave Love <fx@gnu.org>
3609
3610 * emacs-lisp/cl-seq.el (remove, remq): Remove.
3611
3828218c
GM
36122001-01-05 Gerd Moellmann <gerd@gnu.org>
3613
83c9cb8e
SM
3614 * mouse-drag.el (mouse-drag-safe-scroll):
3615 Bind scroll-preserve-screen-position to nil.
f1ade7d3 3616
1f4139d5
GM
3617 * isearch.el (isearch-old-signal-hook): New variable.
3618 (isearch-mode): Set signal-hook-function to isearch-done.
3619 (isearch-done): Restore old signal-hook-function.
3620
3828218c
GM
3621 * info.el (Info-fontify-node): Mark one more char as intangible.
3622
3970013f
KH
36232000-01-05 Kenichi Handa <handa@etl.go.jp>
3624
83c9cb8e
SM
3625 * composite.el (compose-last-chars): New argument COMPONENTS.
3626 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
3627 COMPONENTS.
3628
3629 * international/quail.el (quail-input-string-to-events): New function.
3630 (quail-input-method): Convert input string to events here.
3631 (quail-start-translation): Return input string, not event list.
3632 (quail-start-conversion): Likewise.
3633
f3b05e99
GM
36342001-01-04 Gerd Moellmann <gerd@gnu.org>
3635
ca2ddd8e 3636 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
3637 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3638 and tooltip-add-timeout.
3639 (tooltip-show): Set border color from faces's foreground.
3640 (tooltip-show-help-function): If called with the same help string
3641 as last time, do nothing.
3642 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3643
0f2ac578
GM
3644 * startup.el (fancy-splash-screens): Don't bind show-help-function
3645 to nil.
3646
f3b05e99
GM
3647 * tooltip.el (tooltip-frame-parameters): Remove colors.
3648 (tooltip): New face
3649 (tooltip-set-param): New function.
3650 (tooltip-show): Set up color frame parameters from face `tooltip'.
3651 Display the tooltip text in face `tooltip'.
3652
8416e94a
DL
36532001-01-04 Dave Love <fx@gnu.org>
3654
3655 * whitespace.el (whitespace-global-mode): Fix typo.
3656
3657 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3658
30db89f9
EZ
36592001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3660
83c9cb8e
SM
3661 * help.el (help-for-help): Fix a typo in a doc string.
3662 From kwzh@gnu.org (Karl Heuer).
30db89f9 3663
b847eb8c
DL
36642001-01-03 Dave Love <fx@gnu.org>
3665
3666 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 3667 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
3668 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3669 (dired-guess-shell-alist-user): Customize.
3670 (dired-x-help-address): Set to bug-gnu-emacs.
3671 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3672 (dired-default-directory): Renamed from default-directory.
3673
3674 * hl-line.el (hl-line): Doc fix.
3675
43c4b570
KF
36762001-01-03 Karl Fogel <kfogel@red-bean.com>
3677
1bf6b1bf 3678 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 3679
984c9f75 36802001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
3681
3682 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3683 to remove all the current alternative-match highlighting.
3684 If nil, remove only what's outside the current window.
3685 (isearch-lazy-highlight-remove-overlays): Take optional
3686 region within which NOT to remove them.
3687 (isearch-lazy-highlight-new-loop): Greatly simplified.
3688 (isearch-lazy-highlight-update): Find all the other occurrences
3689 visible in the window, in just one call.
3690 (isearch-lazy-highlight-start): Now holds start of region to scan.
3691 (isearch-lazy-highlight-end): Now holds end of region to scan.
3692 (isearch-lazy-highlight-wrapped): Variable deleted.
3693 (isearch-lazy-highlight-search): Function deleted.
3694
13d6a61c
AI
36952000-01-02 Andrew Innes <andrewi@gnu.org>
3696
3697 * w32-fns.el (convert-standard-filename): Do length check on name
3698 before aref.
3699
064866e7
DL
37002001-01-02 Dave Love <fx@gnu.org>
3701
b33e041b
DL
3702 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3703 value.
3704 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3705
3706 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3707
8166ffd5
DL
3708 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3709 read syntax.
3710
064866e7
DL
3711 * calendar/todo-mode.el (todo): Add :link, :version.
3712 (todo-save-top-priorities): Remove autoload cookie.
3713 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 3714 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 3715
6dde6abc
GM
37162001-01-02 Gerd Moellmann <gerd@gnu.org>
3717
3718 * comint.el (comint-input-history-ignore): New variable.
3719 (comint-read-input-ring): Ignore entries matching
3720 comint-input-history-ignore.
3721
1a8a9daf
GM
37222001-01-02 Eric M. Ludlam <zappo@gnu.org>
3723
3724 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3725 (lm-copyright-mark): New function.
3726 (lm-crack-copyright): New function.
3727 (lm-verify): Check that the file has a copyright.
3728 Check that the file is copyright Free Software Foundation.
3729
9c92eb53
KH
37302000-12-30 Kenichi Handa <handa@etl.go.jp>
3731
3732 * international/mule-diag.el (print-fontset): Indent font name by
3733 24 columns, not 25.
3734
49172314
GM
37352000-12-29 Gerd Moellmann <gerd@gnu.org>
3736
762a68ec
GM
3737 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3738 in Subject line.
3739
49172314 3740 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
3741 Use mail-mode-hook instead of mail-setup-hook.
3742 Otherwise continuing an interrupted message with C-u C-x m for
3743 instance, winds up in Mail mode without abbrevs.
49172314 3744
bd7a2e26
GM
37452000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3746
3747 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
3748 non-nil. Adding almost all customization variables on ps-setup.
3749 Doc fix.
bd7a2e26
GM
3750 (ps-print-version): New version number (6.3.3).
3751 (ps-end-with-control-d): Initialization fix.
3752 (ps-lines-printed): New var.
3753 (ps-skip-newline): New fun.
3754 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3755 (ps-next-line, ps-continue-line, ps-plot-region)
3756 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 3757
2b3f28a4
KH
37582000-12-29 Kenichi Handa <handa@etl.go.jp>
3759
83c9cb8e
SM
3760 * international/fontset.el (x-complement-fontset-spec):
3761 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
3762 registered in x-font-name-charset-alist.
3763 (create-fontset-from-fontset-spec): Adjusted for the above change.
3764 The name of fontset alias should be a unresolved ASCII font name.
3765
2ece9174
GM
37662000-12-28 Gerd Moellmann <gerd@gnu.org>
3767
3768 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3769 and delete in isearch-mode-map.
3770
cbe3ad7a
RS
37712000-12-28 Richard M. Stallman <rms@gnu.org>
3772
ca2ddd8e 3773 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
3774 Use xpdf instead of acroread.
3775
a816f1c5
KH
37762000-12-28 Kenichi Handa <handa@etl.go.jp>
3777
f086e73c
KH
3778 * textmodes/artist.el (artist-butlast): Deleted.
3779 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 3780 artist-butlast.
f086e73c 3781
a816f1c5
KH
3782 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3783
3784 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3785
b202115b
EZ
37862000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3787
3788 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3789
3790 * ls-lisp.el: Better support for the Mac and MS-Windows.
3791 (ls-lisp): New defgroup.
3792 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 3793 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
3794 (ls-lisp-support-shell-wildcards): New defcustoms.
3795 (ls-lisp-parse-symlink): New function.
3796 (insert-directory): Code to convert switches to a list and set up
3797 the wildcard argument copied from ls-lisp-insert-directory.
3798 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
3799 for -C and -R switches.
3800 (ls-lisp-column-format): New function.
ca2ddd8e 3801 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
3802 (ls-lisp-format-time): Add doc strings.
3803 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3804 Support ls-lisp-dirs-first.
3805 (ls-lisp-classify, ls-lisp-extension): New functions.
3806 (ls-lisp-format): Optionally support emulation of symlinks.
3807 Support -i, -s, and -G switches.
3808
6061fbf0
GM
38092000-12-27 Gerd Moellmann <gerd@gnu.org>
3810
5e25feee
GM
3811 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3812
6061fbf0
GM
3813 * version.el (emacs-version): Print X scroll bar information.
3814
3815 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3816 instead of x-toolkit-scroll-bars-p.
3817
3818 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3819 of x-toolkit-scroll-bars-p.
3820
25050dab
EZ
38212000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3822
83c9cb8e 3823 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
3824 (ffap-bindings): Doc fix, to reflect the above change.
3825
c1786874
KH
38262000-12-27 Kenichi Handa <handa@etl.go.jp>
3827
3828 * term.el (term-char-mode): Define all non-ascii self-inserting
3829 characters to 'term-send-raw in term-raw-map.
3830
7261ece3 38312000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 3832
83c9cb8e 3833 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 3834
83c9cb8e
SM
3835 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3836 Changed initialization; use add-hook.
6061fbf0 3837 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 3838
6061fbf0 3839 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 3840
6061fbf0
GM
3841 * ediff.el (ediff-patch-buffer): Bug fix.
3842 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 3843
83f40583
SM
38442000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3845
3846 * subr.el (combine-run-hooks): Remove.
3847
3848 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3849 and remove the rogue second spec.
3850
bdd6d4e8
GM
38512000-12-23 Gerd Moellmann <gerd@gnu.org>
3852
3853 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3854
26736ce3
SM
38552000-12-22 Stefan Monnier <monnier@cs.yale.edu>
3856
0e86b6b0
SM
3857 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3858 Use minibuffer menu prompt for the `=' prefix.
3859 (smerge-command-prefix): Change default to C-^.
6eabfb26 3860 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 3861
26736ce3
SM
3862 * skeleton.el (skeleton-internal-1): Make sure the first line of
3863 the region is also re-indented.
d21584d6
SM
3864 (skeleton-end-newline): New var.
3865 (skeleton-end-hook): Use it.
26736ce3 3866
95fa4fd7
MB
38672000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3868
3869 * comint.el (comint-password-prompt-regexp): Support CVS.
3870
f060b834
GM
38712000-12-22 Gerd Moellmann <gerd@gnu.org>
3872
83c9cb8e
SM
3873 * simple.el (delete-key-deletes-forward-mode): Simplify.
3874 Also backspace key combinations, depending on
856ff7a7
GM
3875 delete-key-deletes-forward.
3876
3877 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3878
f060b834
GM
3879 * simple.el (delete-key-deletes-forward): Doc fix.
3880
653558a1
GM
38812000-08-22 Emmanuel Briot <briot@gnat.com>
3882
3883 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 3884 white spaces are relevant in the XML file.
653558a1
GM
3885 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3886 to parse was already edited. This allows for on-the-fly analysis
26736ce3 3887 of XML files.
653558a1
GM
3888 (xml-parse-tag): Check that the casing is the same in the start
3889 tag and end tag, since XML is case-sensitive. Allows for spaces
3890 in the end tag, after the name of the tag.
3891 (xml-parse-attlist): Allow for the character '-' in the name of
3892 attributes, as in the standard http-equiv attribute Do not save
26736ce3 3893 the properties in the XML tree, since they are not relevant.
653558a1 3894
3ad93d8d
SM
38952000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3896
3897 * generic.el (generic-read-type): Undo last change, inline into
3898 `generic-mode' and then remove.
3899 (generic-mode): Inline generic-read-type.
3900 (define-generic-mode): Push the symbol name rather than the symbol
3901 onto generic-mode-list.
3902
177f4e88
GM
39032000-12-21 Gerd Moellmann <gerd@gnu.org>
3904
8e15274f
GM
3905 * generic.el (generic-read-type): Build an alist for
3906 completing-read as in 20.7.
3907
3908 * play/landmark.el (lm): Use interactive spec `P'.
3909 (toplevel): Don't set debug-on-error.
3910
83c9cb8e 3911 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 3912
6ba384dc
GM
39132000-12-21 Dave Pearson <davep@davep.org>
3914
3915 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 3916
647a066c
GM
39172000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3918
3919 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3920 ranges like \177-\237, but accepts the character sequence from \177 to
3921 \237. Doc fix.
3922 (ebnf-version): New version (3.4).
3923 (ebnf-setup): Code fix.
3924 (ebnf-range-regexp): New fun.
3925 (ebnf-8-bit-chars): Const fix.
3926
3927 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3928 entry. Doc fix.
3929 (ebnf-bnf-lex): Code fix.
3930 (ebnf-bnf-comment-chars): Const fix.
3931
3932 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3933 entry. Doc fix.
3934 (ebnf-iso-comment-chars): Const fix.
3935
3936 * ebnf-otz.el: Doc fix.
3937
3938 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3939 entry. Doc fix.
3940 (ebnf-yac-skip-code): Code fix.
3941 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 3942
bc22fd18
EZ
39432000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3944
3945 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
3946 (recover-file): Use it instead of insert-directory.
3947 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 3948
587fc3f9
KH
39492000-12-21 Kenichi Handa <handa@etl.go.jp>
3950
83c9cb8e
SM
3951 * international/mule-cmds.el (select-safe-coding-system):
3952 Check coding-category-list more rigidly. Improve help message.
eeefcfde 3953
587fc3f9
KH
3954 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3955
01860fb9
MB
39562000-12-21 Miles Bader <miles@gnu.org>
3957
83c9cb8e 3958 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 3959
3f9d67a6
KH
39602000-12-21 Kenichi Handa <handa@etl.go.jp>
3961
9fd1c1f7
KH
3962 * international/mule-diag.el (describe-char-after): Make *Help*
3963 buffer inherit multibyteness of the current buffer.
3964
3f9d67a6
KH
3965 * international/mule.el (make-char): Docstring adjusted for the
3966 change of make-char-internal.
3967
c9669fac
SM
39682000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3969
3970 * international/iso-cvt.el: Docstrings fix.
3971
19594307
DL
39722000-12-20 Dave Love <fx@gnu.org>
3973
3974 * subr.el (eval-after-load): Doc fix.
3975
b1a447b3
KH
39762000-12-20 Kenichi Handa <handa@etl.go.jp>
3977
3978 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3979 for numbers.
3980
09877d5d
MB
39812000-12-20 Miles Bader <miles@gnu.org>
3982
3983 * international/quail.el (quail-help): Resize the help window
3984 again after it has all its contents. Remove unneeded progn.
3985
71d4497a
GM
39862000-12-19 Gerd Moellmann <gerd@gnu.org>
3987
3988 * pcmpl-linux.el: Fix copy/paste error.
3989
741e56a0
AI
39902000-12-19 Andrew Innes <andrewi@gnu.org>
3991
83c9cb8e 3992 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 3993
cc24d91c
CD
39942000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3995
ba4c05aa
CD
3996 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3997
3998 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3999
4000 * progmodes/idlw-shell.el: Fixed copyright notice.
4001
4002 * progmodes/idlwave.el: Fixed copyright notice.
4003
71d4497a 4004 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
4005 TAB as key separators.
4006
524c8caf
GM
40072000-12-19 Alex Schroeder <alex@gnu.org>
4008
4009 * sql.el (sql-sybase-options): New option.
4010 (sql-sybase): Use it. Add sql-database to the list of parameters
4011 provided for login. The options -w 2048 -n are not used any more.
4012 (sql-postgres-options): Changed default from "--pset" to "-P".
4013 (sql-mysql-options): Doc change.
4014 (sql-stop): Doc change.
4015
b5fa513d
KH
40162000-12-19 Kenichi Handa <handa@etl.go.jp>
4017
4018 * international/quail.el (quail-input-method): Always hide
4019 the guidance buffer on exiting.
4020
91c9e6ce
GM
40212000-12-18 Gerd Moellmann <gerd@gnu.org>
4022
c6da4eb4
GM
4023 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4024 isn't fboundp.
4025
3d2a0e0b
GM
4026 * server.el (server-buffer-done): Bury the buffer before
4027 killing it.
4028
91c9e6ce
GM
4029 * faces.el (face-spec-set): Interpret a nil in specs for
4030 foreground and background colors as `unspecified', for
4031 compatibility with 20.x.
4032
40fa0008
DL
40332000-12-18 Dave Love <fx@gnu.org>
4034
22adbe54
DL
4035 * simple.el (mail-user-agent): Doc fix.
4036 (input-mode-8-bit): Removed.
4037
4038 * international/mule.el (set-keyboard-coding-system): Doc fix.
4039 (keyboard-coding-system): New option.
4040
40fa0008
DL
4041 * mail/sendmail.el (send-mail-function): Customize.
4042
6f4745e2
EZ
40432000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
4044
4045 * international/codepage.el (cp866-decode-table): New table.
4046
82b90229
GM
40472000-12-18 Gerd Moellmann <gerd@gnu.org>
4048
4049 * version.el (emacs-version): Remove `%a' from the time format
4050 because the weekday doesn't fit well into each locale.
4051
5a047002
MB
40522000-12-18 Miles Bader <miles@gnu.org>
4053
7f49aa07
MB
4054 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4055
ca2ddd8e 4056 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
4057 Check that emacs-major-version is `=' to 20, not `>='.
4058 (artist-replace-chars): Use `make-string' instead of a loop.
4059
22ea2607
EZ
40602000-12-17 Stefan Monnier <monnier@cs.yale.edu>
4061
4062 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4063 (cvs-execute-single-file): Don't change directory.
4064 Patch from Per Cederqvist.
4065
6c825f8e
EZ
40662000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4067
83c9cb8e
SM
4068 * textmodes/ispell.el (check-ispell-version):
4069 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
4070 of -vv.
4071
8ff06845
KH
40722000-12-16 Kenichi Handa <handa@etl.go.jp>
4073
af4bb4c8
KH
4074 * international/mule-diag.el (mule-diag): Insert information about
4075 configure options, multibyte awareness, language env.
4076
8ff06845
KH
4077 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4078 regexp to search for candidates.
4079
b24e84ab
EZ
40802000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4081
4082 * info.el (Info-forward-node): If the node has an
4083 Info-header-line, widen the buffer before searching for "next:"
4084 and "up:" pointers, and set the search limit to stay in the
4085 current node.
4086
7981d89f
MB
40872000-12-16 Miles Bader <miles@gnu.org>
4088
4089 * simple.el (delete-trailing-whitespace): Remove extraneous let.
4090
88ee7917
MB
40912000-12-15 Miles Bader <miles@gnu.org>
4092
4093 * comint.el (comint-send-string, comint-send-region): Also accept
4094 a buffer, buffer-name, or nil for PROCESS, for compatibility with
4095 process-send-string/region.
4096
0c28d842
GM
40972000-12-15 Gerd Moellmann <gerd@gnu.org>
4098
4ea7fdca
GM
4099 * isearch.el (isearch-lazy-highlight-max): New user-option.
4100 (isearch-lazy-highlight-update): Don't highlight more than
4101 isearch-lazy-highlight-max matches.
4102
0c28d842
GM
4103 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4104
984c9f75 41052000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 4106
8062e53a
GM
4107 * sort.el (sort-columns): Fix error message.
4108
3ffa545b
GM
4109 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4110 `upcase' or `downcase' or nil.
4111 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4112 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4113 (dabbrev--substitute-expansion): New arg record-case-pattern.
4114 If it is non-nil, set dabbrev--last-case-pattern.
4115 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4116
4117 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4118
c2d7f289
MB
41192000-12-15 Miles Bader <miles@gnu.org>
4120
b6348438
MB
4121 * paths.el (Info-default-directory-list): Don't delete
4122 configure-info-directory from the list of standard info
83c9cb8e 4123 directories when appending it to the end -- their order is important.
b6348438 4124
f9056dd9
MB
4125 * faces.el (read-face-attribute): If there's no entry for the
4126 user's input in VALID, just use it as-is (this will often result
4127 in an error, but it may be OK for e.g. colors using hexadecimal
4128 notation, and at least will yield a better error message).
4129
c2d7f289 4130 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 4131 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
4132 Variables removed.
4133 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4134 window is really the right size. Use vertical-motion
4135 rather than forward-line.
4136 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4137 (ispell-command-loop, ispell-show-choices): Use the variable
4138 ispell-choices-win-default-height, rather than the function.
4139 (ispell-choices-win-default-height): Function removed.
4140 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 4141
8f530b95
SM
41422000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4143
4144 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4145
6d435deb
EZ
41462000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4147
83c9cb8e
SM
4148 * paths.el (Info-default-directory-list):
4149 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
4150 put it first in the list; otherwise put it last. Doc string
4151 changed accordingly.
4152
4153 * info.el (Info-directory-list): Change doc string to reflect the
4154 change in Info-default-directory-list.
4155
6d435deb
EZ
4156 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4157 windows-nt as windowed environments, even under -nw.
4158
4159 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4160 if not fboundp. Switch delete-forward mode for the <delete> key
4161 on all PC platforms, even under -nw.
4162
4163 * term/internal.el ([M-delete]): Remap to M-d.
4164
9d7d9263
GM
41652000-12-14 Gerd Moellmann <gerd@gnu.org>
4166
4167 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4168
7cf0153a
EZ
41692000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4170
4171 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4172
5e5b3d41
GM
41732000-12-14 Gerd Moellmann <gerd@gnu.org>
4174
5f368d29
GM
4175 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4176 if appropriate.
4177
4178 * simple.el (delete-key-deletes-forward): New user-option.
4179 (delete-key-deletes-forward-mode): New function.
4180
9d7d9263 4181 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 4182
83c9cb8e
SM
4183 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4184 Test if symbol is bound before getting its value.
5e5b3d41
GM
4185
4186 * tooltip.el (tooltip-show): If an error is signaled in
4187 x-show-tip, display that error, and display the help in the
4188 echo area.
ca2ddd8e 4189
191b83b6
KH
41902000-12-14 Kenichi Handa <handa@etl.go.jp>
4191
83c9cb8e
SM
4192 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4193 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 4194
6192b604
KF
41952000-12-13 Karl Fogel <kfogel@red-bean.com>
4196
4197 * bookmark.el: Provide a generic exit hook, as suggested by
4198 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
4199 (bookmark-exit-hook): New var.
4200 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
4201 old raw lambda form in `kill-emacs-hook', and runs new
4202 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4203 as logically that feature must have been provided if this function
4204 is running.
4205 Removed ;;;###autoload before the `add-hook' call.
4206
5edf6b55
SM
42072000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4208
4209 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4210 (easy-menu-current-active-maps): New function.
4211 (easy-menu-get-map): Use it.
4212 Make a proper menu entry when creating a new keymap.
4213
16b5e8e6
KH
42142000-12-13 Kenichi Handa <handa@etl.go.jp>
4215
d49fc4eb
KH
4216 * international/characters.el: Fix cases and syntaxes for
4217 mule-unicode-0100-24ff.
4218
3b53d876
KH
4219 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4220 that a Japanese character is not appended after day and year.
4221
16b5e8e6
KH
4222 * info.el (Info-suffix-list): Change format for a command that
4223 requires arguments.
4224 (info-insert-file-contents): Adjusted for the above change.
4225
1df1c518
AS
42262000-12-12 Andreas Schwab <schwab@suse.de>
4227
4228 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4229 on the name of the tar buffer. Verify that the existing buffer is
4230 visiting the same subfile.
4231
a7a07b98
DL
42322000-12-12 Dave Love <fx@gnu.org>
4233
4234 * subdirs.el: Add obsolete.
4235
4fdbd809
GM
42362000-12-12 Gerd Moellmann <gerd@gnu.org>
4237
bfdb75ee
GM
4238 * mail/rmailsum.el (rmail-summary-expunge)
4239 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4240 instead of rmail-confirm-expunge.
4241
4fdbd809
GM
4242 * replace.el (perform-replace): Don't use an empty match adjacent
4243 to a non-empty match when computing the next match before the
4244 replacement is performed.
4245
e9a59cad
GM
42462000-12-12 Milan Zamazal <pdm@freesoft.cz>
4247
4248 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4249 definition (patch by Stefan Monnier).
4250 (glasses-mode): Use jit-lock instead of `after-change-functions'
4251 (patch by Stefan Monnier).
4252
c2def7a0
MB
42532000-12-12 Miles Bader <miles@gnu.org>
4254
4255 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4256 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4257
591b63b4
AC
42582000-12-12 Andrew Choi <akochoi@i-cable.com>
4259
4260 * term/mac-win.el: Remove load for ls-lisp.
4261
a924cf63 4262 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 4263
5ff4ba3d
MB
42642000-12-12 Miles Bader <miles@gnu.org>
4265
4266 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4267 Respect field end too.
4268 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
4269 (newline-and-indent, reindent-then-newline-and-indent):
4270 Use `delete-horizontal-space'.
5ff4ba3d 4271
d0c679bc
SM
42722000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4273
adf9c994
SM
4274 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4275 (so as to obey the field property in the minibuffer).
4276
4b0cd42d
SM
4277 * obsolete/c-mode.el: Moved from lisp/progmodes.
4278 * obsolete/auto-show.el: Moved from lisp.
4279 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 4280
89f85863
CD
42812000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4282
4283 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 4284 changes to list them here.
89f85863 4285
83c9cb8e
SM
4286 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4287 Too many changes to list them here.
89f85863 4288
83c9cb8e
SM
4289 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4290 Too many changes to list them here.
89f85863
CD
4291
4292 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4293
3e0d35ce
GM
42942000-12-11 Gerd Moellmann <gerd@gnu.org>
4295
83c9cb8e 4296 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 4297
ca2ddd8e 4298 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
4299 Comment fix.
4300
3e0d35ce
GM
4301 * hscroll.el: Moved to `obsolete' subdir.
4302
ff904dd6
MB
43032000-12-11 Miles Bader <miles@gnu.org>
4304
4305 * window.el (window-text-height): Function removed (now in C).
4306
fb97d87f
SM
43072000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4308
4309 * log-edit.el (log-edit-parent-buffer): New var.
4310 (log-edit): Set it. Add BUFFER argument.
4311 (log-edit-done): Use char-before.
4312 Don't bother checking validity of vc-comment-ring.
4313 Only bury the buffer if log-edit popped it up.
4314
4315 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4316 (cvs-mode-diff-help): Remove.
4317 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 4318 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
4319
4320 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4321 Remove binding for ? now made unnecessary.
4322
7de77417
CD
43232000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4324
83c9cb8e 4325 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
4326 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4327
4328 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4329 when master file is not open.
4330
4efa209f
SM
43312000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4332
4333 * progmodes/ada-stmt.el: Update `maintainer'.
4334
0a8052bd
GM
43352000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4336
4337 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4338 choices to match documentation string.
4339
a12167c5
MB
43402000-12-09 Miles Bader <miles@gnu.org>
4341
2161605d
MB
4342 * minibuf-eldef.el: New file.
4343
a12167c5
MB
4344 * window.el (fit-window-to-buffer): Don't pass last argument to
4345 pos-visible-in-window-p, now that its meaning is inverted.
4346
9ea8de1b
EZ
43472000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4348
4349 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4350 <ceder@lysator.liu.se>.
4351
5002ddbb
SM
43522000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4353
b6114d80
SM
4354 * autoinsert.el (auto-insert-alist): Add missing final \n.
4355
ee8d23ee
SM
4356 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4357 (cvs-menu-map): Remove.
4358 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4359 (cvs-mode-quit): Turn it back into a plain function.
4360
5002ddbb 4361 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 4362 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
4363
4364 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4365 file where it's more visible.
4366 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4367 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4368 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4369 (texinfo-inside-macro-p): Only catch `scan-error's.
4370 (texinfo-inside-env-p): Make better use of the match info.
4371 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4372 (texinfo-insert-@end): Slight re-organization.
4373 Also remove useless `looking-at' call.
4374
30cd075d
AI
43752000-12-08 Andrew Innes <andrewi@gnu.org>
4376
4377 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4378 accessible in -nw mode.
4379
4380 * term/w32-win.el: Remove stuff about selection timeout, which is
4381 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4382 it is accessible in -nw mode.
4383
01b91009
DL
43842000-12-08 Dave Love <fx@gnu.org>
4385
83c9cb8e
SM
4386 * emacs-lisp/lisp-mode.el (lisp-mode):
4387 Set font-lock-keywords-case-fold-search.
01b91009 4388
842b2a94
GM
43892000-12-08 Gerd Moellmann <gerd@gnu.org>
4390
4391 * textmodes/ispell.el (ispell): Doc fix.
4392
f9d5f611
KH
43932000-12-08 Kenichi Handa <handa@etl.go.jp>
4394
4395 * international/quail.el (quail-insert-decode-map): Check the
4396 frame width of a window displaying the current buffer, not that of
4397 the selected frame.
4398 (quail-help): Make sure that the help buffer has window before
4399 inserting text in it.
4400
e04d21aa
SS
44012000-12-07 Sam Steingold <sds@gnu.org>
4402
4403 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4404 Backquote is used in isearch.el, so autoloading saves nothing.
4405
fc3e23a4
EZ
44062000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4407
83c9cb8e
SM
4408 * startup.el (normal-top-level-add-subdirs-to-load-path):
4409 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 4410
fc3e23a4
EZ
4411 * dired.el (dired-insert-directory): If file-system-info is
4412 fboundp, call it instead of invoking dired-free-space-program.
4413
796ecd10
GM
44142000-12-07 Gerd Moellmann <gerd@gnu.org>
4415
0f5f7c3e
GM
4416 * server.el (server-visit-files): Push files on file-name-history.
4417
3764ba49
GM
4418 * progmodes/cc-langs.el: Update copyright.
4419
8e7931da
GM
4420 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4421
ae0d7485 4422 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 4423
796ecd10
GM
4424 * bindings.el (mode-line-mode-menu): Reverse the order
4425 of define-keys so that the menu appears in alphabetical order.
4426
ae0d7485
GM
44272000-12-07 Milan Zamazal <pdm@freesoft.cz>
4428
4429 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4430 of the function.
4431
e2849090
DL
44322000-12-07 Dave Love <fx@gnu.org>
4433
4434 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4435
4436 * facemenu.el (facemenu-unlisted-faces): Fix value.
4437
5c7f629c
SM
44382000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4439
4440 * font-lock.el (font-lock-default-fontify-region):
4441 Include the terminating \n (off-by-one error).
4442 (font-lock-set-defaults): Use dolist.
4443
4444 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4445
73481ae3
KH
44462000-12-07 Kenichi Handa <handa@etl.go.jp>
4447
83c9cb8e
SM
4448 * international/mule-cmds.el (describe-language-environment):
4449 Fix for the case that an input method title is not string but a list.
ffbaa122 4450
73481ae3
KH
4451 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4452 of wrong SIZE record.
4453
e2896b22
DL
44542000-12-06 Dave Love <fx@gnu.org>
4455
67292061
DL
4456 * newcomment.el (comment-region, comment-dwim): Doc fix.
4457
4458 * textmodes/texinfo.el: Require tex-mode when compiling.
4459 (texinfo-update-node): Doc fix.
4460 (texinfo-imenu-generic-expression): Add @anchor.
4461 (texinfo-font-lock-keywords): Add @uref.
4462 (texinfo-inside-macro-p): Don't use ignore-errors.
4463 (texinfo-insert-quote): Match more contexts.
4464
e76938e7
DL
4465 * international/mule.el (decode-char, encode-char): Doc fix.
4466 (auto-coding-alist): Customize.
4467
4468 * files.el (load-file): Fix change of 2000-03-12.
4469
e2896b22
DL
4470 * wid-edit.el (widget-text-keymap): Doc fix.
4471
6610f4b2
AI
44722000-12-06 Andrew Innes <andrewi@gnu.org>
4473
4474 * makefile.w32-in (lisp): Set to an absolute directory, namely
4475 $(CURDIR).
4476
9e3366e4
EZ
44772000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4478
4479 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4480 read generated-autoload-file, and set buffer-file-coding-system to
4481 raw-text-unix after reading the file.
4482
83c9cb8e
SM
4483 * international/mule-conf.el (file-coding-system-alist):
4484 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 4485
d94d636f
GM
44862000-12-06 Gerd Moellmann <gerd@gnu.org>
4487
384333ee
GM
4488 * replace.el (occur): Make line-number-width 1 smaller for the
4489 colon following the line number.
4490
83c9cb8e
SM
4491 * startup.el (fancy-splash-text, command-line-1):
4492 Use `File' for the menu name instead of `Files'.
e04d21aa 4493
d4b72d58
GM
4494 * tmm.el: Update copyright.
4495
d94d636f
GM
4496 * cus-start.el: Add entry for even-window-heights.
4497
6e424019
MB
44982000-12-06 Miles Bader <miles@gnu.org>
4499
4500 * faces.el (frame-set-background-mode): Avoid stomping on
4501 locally modified faces.
4502
e6477b58
KH
45032000-12-06 Kenichi Handa <handa@etl.go.jp>
4504
4505 * international/fontset.el: Correct the font registries for
4506 japanese-jisx0213-1 and japanese-jisx0213-2.
4507
21999ab9
GM
45082000-12-05 Gerd Moellmann <gerd@gnu.org>
4509
57d6e381
GM
4510 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4511
21999ab9
GM
4512 * iswitchb.el: Update customization commentary.
4513
7422819c
GM
45142000-12-05 Rob Riepel <riepel@Stanford.EDU>
4515
4516 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4517 (tpu-search-highlight): Fixed comparison of overlay end positions.
4518 (tpu-trim-line-ends): Implemented trimming logic locally.
4519
4520 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 4521 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 4522
73daff18
KH
45232000-12-05 Kenichi Handa <handa@etl.go.jp>
4524
4525 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4526 to cn-gb.
4527 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4528
6a4cd002
DL
45292000-12-04 Dave Love <fx@gnu.org>
4530
4531 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4532
6452929e
GM
45332000-12-04 Gerd Moellmann <gerd@gnu.org>
4534
e04d21aa 4535 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
4536 (rmail-summary-expunge-and-save): Ask for confirmation with
4537 rmail-expunge-confirmed.
4538
4539 * mail/rmail.el (rmail-expunge-confirmed): New function.
4540 (rmail-expunge): Use it.
4541
1790abf4
FP
45422000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4543
0c68ce6f 4544 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
4545 (etags-recognize-tags-table, find-tag-in-order):
4546 New functionality: interpret file names as tags.
e04d21aa 4547
7a53d8c8
EZ
45482000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4549
4550 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
4551 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4552 the first subnode until the bottom of the current node is visible.
7a53d8c8 4553
caa15ef7
GM
45542000-12-04 Gerd Moellmann <gerd@gnu.org>
4555
4556 * format.el (format-decode): Don't change buffer's undo list.
4557
e225faa7
KH
45582000-12-04 Kenichi Handa <handa@etl.go.jp>
4559
4560 * faces.el (face-font-registry-alternatives): Add entries for CJK
4561 fonts. Doc-string adjusted for the actual usage of this data.
4562
4563 * international/fontset.el: Change the font registries for CJK
4564 fonts in the default fontset. Don't append '*' to registries.
4565
8b262a65
SM
45662000-12-03 Stefan Monnier <monnier@cs.yale.edu>
4567
e04d21aa 4568 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
4569 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4570
4571 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4572 (derived-mode-p): New function.
4573 (derived-mode-make-docstring): Add `docstring' argument.
4574 Use it if available and complete it if necessary.
4575
33c4460b
AS
45762000-12-03 Andreas Schwab <schwab@suse.de>
4577
4578 * type-break.el (type-break): Don't make parent of itself.
4579
5c9b3fac
MB
45802000-12-03 Miles Bader <miles@gnu.org>
4581
4582 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4583
27ce741e
SM
45842000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4585
07c16ec4
SM
4586 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4587 (tex-main-file, tex-file): Simplify.
4588 (tex-generate-zap-file-name): Use subst-char-in-string.
4589 (tex-strip-dots): Remove.
4590
c19cc275
SM
4591 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4592
27ce741e
SM
4593 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4594 to check if the match succeeded.
4595
285991dc
GM
45962000-12-02 Gerd Moellmann <gerd@gnu.org>
4597
4598 * startup.el (use-fancy-splash-screens-p): New function.
4599 (command-line-1): Use it to determine whether or not to use
4600 a fancy splash screen.
4601
52dca1b2
AS
46022000-12-02 Andreas Schwab <schwab@suse.de>
4603
4604 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4605
d3e7e7cf
EZ
46062000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4607
2dce2360
EZ
4608 * international/mule.el (make-char): Fix last change.
4609
9768eaa7
EZ
4610 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4611 New defcustoms.
4612 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
4613 autoloading tex-mode; instead, do the same manually.
4614 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
4615 with numeric argument. Docstring fix.
4616 (toplevel): Require cl when compiling.
e04d21aa 4617
285991dc 4618 * international/mule.el (make-char): Doc fix.
d3e7e7cf 4619
0dd5e255
JR
46202000-12-02 Jason Rumney <jasonr@gnu.org>
4621
4622 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4623 the Emacs Lisp manual)
4624
fbb87147
EZ
46252000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4626
5cbb3e93
EZ
4627 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4628
fbb87147
EZ
4629 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4630 the Emacs Lisp manual).
4631
1636ca09
GM
46322000-12-02 Gerd Moellmann <gerd@gnu.org>
4633
4634 * simple.el (next-line-add-newlines): Change default to nil.
4635
68875f0e
EZ
46362000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4637
83c9cb8e
SM
4638 * files.el (revert-buffer, recover-file):
4639 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 4640
fd9ac94c
GM
46412000-12-01 Gerd Moellmann <gerd@gnu.org>
4642
4643 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4644
45450dd5
MB
46452000-12-01 Miles Bader <miles@gnu.org>
4646
4647 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4648
09df8881
KH
46492000-12-01 Kenichi Handa <handa@etl.go.jp>
4650
4651 * international/mule-diag.el (describe-char-after): Fix typo.
4652 (describe-character-set, non-iso-charset-alist): Fix typo.
4653
dea0a87d
MB
46542000-12-01 Miles Bader <miles@gnu.org>
4655
b170205b
MB
4656 * image-file.el (image-file-name-regexp): Automatically add
4657 upper-case variants of each filename extension in
4658 `image-file-name-extensions', since they seem to be common.
4659
e04d21aa 4660 * simple.el (minibuffer-contents)
dea0a87d
MB
4661 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4662 New functions.
4663 * filecache.el (file-cache-directory-name)
4664 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4665
2b69bc11 46662000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 4667
dea0a87d
MB
4668 * filecache.el (file-cache-minibuffer-complete): Don't try to
4669 delete the minibuffer prompt.
4670
a8a1b05d
DL
46712000-11-30 Dave Love <fx@gnu.org>
4672
4673 * cus-start.el: Fix read-buffer-function type.
4674
693c4692
GM
46752000-11-30 Gerd Moellmann <gerd@gnu.org>
4676
4677 * md5.el: Removed. There's a built-in function, now.
4678
2c0b1898
GM
46792000-11-30 Markus Rost <rost@math.ohio-state.edu>
4680
4681 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4682 as dummy 0-th char of rmail-deleted-vector.
4683
63dfcf4b
EZ
46842000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4685
4686 * ps-print.el (ps-end-job): Bind case-fold-search only after
4687 switching to ps-spool-buffer.
4688
46892000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4690
4691 * ps-print.el: Line number font customization. PostScript: Lines and
4692 PageCount are initialized on each page. Doc Fix.
4693 (ps-print-version): New version number (6.3.2).
4694 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4695 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4696 (ps-right-header): Customization fix.
4697 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4698 Fix code.
4699 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4700 New vars.
4701
df3aedcf
GM
47022000-11-30 Gerd Moellmann <gerd@gnu.org>
4703
edfb795e
GM
4704 * bs.el: Fix typos and spelling errors.
4705 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4706 (bs-configuration): Doc fix.
e04d21aa 4707
df3aedcf
GM
4708 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4709
8b8a7f01
GM
47102000-11-30 Rob Riepel <riepel@Stanford.EDU>
4711
4712 * emulation/tpu-edt.el (tpu-version): New version.
4713 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4714 (tpu-original-mode-line): Variable deleted.
4715 (tpu-mark-flag): New initial value.
83c9cb8e
SM
4716 (tpu-set-mode-line): Don't redefine mode-line-format.
4717 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
4718 (tpu-update-mode-line): New mark flag logic.
4719 (tpu-get): Use find-file-wildcards.
4720 (tpu-search-highlight): Move overlay less, reset overlay properly.
4721 (tpu-unselect): Deactivate mark.
4722 (tpu-lm-replace): Reset overlay properly.
4723 (tpu-forward-line): Use forward-visible-line.
4724 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4725
83c9cb8e 4726 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 4727
c069a9d3
GM
47282000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4729
4730 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4731
b02cd40b
GM
47322000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4733
4734 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4735 and skip whitespace and newlines.
e04d21aa 4736
b7a90344
SM
47372000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4738
4739 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4740
be6bbb55
GM
47412000-11-29 Gerd Moellmann <gerd@gnu.org>
4742
0383ed60
GM
4743 * help.el (describe-function-1): Regexp-quote function name
4744 when used as part of a regexp.
4745
83c9cb8e
SM
4746 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4747 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
4748 (tool-bar-add-item): Likewise, and handle unspecified colors.
4749
4750 * enriched.el (enriched-face-ans): Use face-attribute instead
4751 of face-foreground and face-background.
4752
4753 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 4754 Return nil if attribute is unspecified, for backward compatibility.
c7957947 4755
7423978d
GM
4756 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4757
ef128c78
GM
4758 * play/5x5.el: Remove version info.
4759
a81fc510
GM
4760 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4761
be6bbb55
GM
4762 * frame.el (blink-cursor-mode): Doc fix.
4763
f9396e03
GM
47642000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4765
4766 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4767 to create Makefile rules.
4768 (antlr-tool-command): New user option.
4769 (antlr-ask-about-save): New user option.
4770 (antlr-makefile-specification): New user option.
4771 (antlr-file-formats-alist): New variable.
4772 (antlr-special-file-formats): New variable.
4773 (antlr-unknown-file-formats): New user option.
4774 (antlr-help-unknown-file-text): New variable.
4775 (antlr-help-rules-intro): New variable.
4776 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4777 (antlr-mode-menu): Add entries.
4778 (antlr-file-dependencies): New function.
4779 (antlr-directory-dependencies): New function.
4780 (antlr-superclasses-glibs): New function.
4781 (antlr-run-tool): New command.
4782 (antlr-makefile-insert-variable): New function.
4783 (antlr-insert-makefile-rules): New function.
4784 (antlr-show-makefile-rules): New command.
4785
4786 * antlr-mode.el: More Emacs/XEmacs stuff.
4787 (antlr-no-action-keywords): New constant with value nil.
4788 (antlr-font-lock-keywords-alist): Use it. Old value would break
4789 syntax highlighting in Emacs-21.0.
4790 (antlr-default-directory): Emacs/XEmacs dependend function.
4791 (antlr-read-shell-command): Ditto.
4792 (antlr-with-displaying-help-buffer): Ditto.
4793
47942000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4795
4796 * antlr-mode.el: imenu, parsing and highlighting changes.
4797 (antlr-imenu-create-index-function): Don't create extra submenus
4798 for definitions in different grammar classes. It is not necessary
4799 for the menu and would make command `imenu' awkward to use.
4800 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
4801 header actions and more than one.
4802 (antlr-font-lock-tokendef-face): Changed color.
4803 (antlr-font-lock-tokenref-face): Changed color.
4804 (antlr-font-lock-additional-keywords): Also highlight lowercase.
4805 (antlr-mode-syntax-table): New variable.
4806 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4807 (antlr-with-syntax-table): Don't copy syntax table.
4808
48092000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4810
4811 * antlr-mode.el: Minor changes: language setting.
4812 (antlr-language-alist): The value for file option "language" can
4813 be both an identifier and a string.
4814 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4815 (antlr-language-limit-n-regexp): Change accordingly.
4816
48172000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4818
4819 * antlr-mode.el: Minor changes: tabs, hiding.
4820 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4821 (antlr-action-visibility): Also allow value nil to also hide the
4822 braces. Renamed from `antlr-tiny-action-length'.
4823 Suggested by Jay@aol.com.
4824 (antlr-hide-actions): Change accordingly. Hide line if completely
4825 hidden action is on a line of its own.
e04d21aa 4826
6ad948eb
SM
48272000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4828
4829 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4830
4831 * sort.el (sort-columns): Don't concat strings with numbers.
4832
9c6a4107
DL
48332000-11-29 Dave Love <fx@gnu.org>
4834
4835 * cus-edit.el (face): Fix :format.
4836
4837 * mail/feedmail.el: Require smtpmail when compiling.
4838 (mail-do-fcc): Autoload.
4839 (feedmail) <defgroup>: Fix :link.
4840 (feedmail-nuke-body-in-fcc): Fix :type.
4841 (feedmail-send-it): Add autoload cookie.
4842
053b8d35
SM
48432000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4844
4845 * newcomment.el (comment-indent): Save excursion around call to
4846 comment-indent-function.
4847
242c13e8
MB
48482000-11-29 Miles Bader <miles@gnu.org>
4849
4850 * subr.el (member-ignore-case): Return the tail of the list who's
4851 car matches, like `member', not the matching element itself.
4852
8f4b5f28
KH
48532000-11-29 Kenichi Handa <handa@etl.go.jp>
4854
4855 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
4856 should not contain `\n'.
4857
bebe4a2c
GM
48582000-11-28 Gerd Moellmann <gerd@gnu.org>
4859
fd9ac94c 4860 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 4861
ba7e40eb
GM
4862 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4863
75ab0c79
GM
4864 * dired-aux.el (dired-do-create-files): Construct default file
4865 name for dired-mark-read-file-name so that when the user enters
4866 just RET, the target file will end up in the target directory.
4867
bebe4a2c
GM
4868 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4869 local-abbrev-table before changing buffers because it might
4870 have a buffer-local binding.
4871
fa6d1ca8
MB
48722000-11-28 Miles Bader <miles@gnu.org>
4873
4874 * simple.el (delete-horizontal-space): Handle fields more generally.
4875
8d2c2642
GM
48762000-11-28 Gerd Moellmann <gerd@gnu.org>
4877
4878 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4879
8b31236d
DL
48802000-11-28 Dave Love <fx@gnu.org>
4881
3cbd02d2
DL
4882 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4883 comment-start-skip locally.
4884
8b31236d
DL
4885 * progmodes/fortran.el (fortran-mode): Don't set
4886 fortran-comment-line-start-skip. Set comment-start to
4887 fortran-comment-line-start.
4888 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4889 (fortran-comment-line-start-skip): Simplify slightly.
4890
ae4bf56d
GM
48912000-11-28 Gerd Moellmann <gerd@gnu.org>
4892
17ef7534
GM
4893 * play/5x5.el: Remove RCS keyword.
4894
fd9ac94c 4895 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 4896
665b27a6
GM
48972000-11-28 Milan Zamazal <pdm@freesoft.cz>
4898
83c9cb8e
SM
4899 * textmodes/tildify.el (tildify-string-alist):
4900 Add `plain-tex-mode' here.
665b27a6 4901
fe3c2ae3
GM
49022000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4903
4904 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4905 reference.
4906
d970106b
MB
49072000-11-28 Miles Bader <miles@gnu.org>
4908
36b80a0d
MB
4909 * cus-face.el (custom-face-attributes): Add post-filter function
4910 for :box. Make pre-filter function for :box handle all cases.
4911
d970106b
MB
4912 * wid-edit.el (widget-choose): Make sure pop-up window is large
4913 enough to display all the choices, as there's no way to scroll it.
4914
5a2bae6c
KH
49152000-11-28 Kenichi Handa <handa@etl.go.jp>
4916
4917 * international/mule-conf.el: Make the coding system no-conversion
4918 safe for all characters.
4919
9e836e23
DL
49202000-11-27 Dave Love <fx@gnu.org>
4921
8b31236d
DL
4922 * net/ldap.el (ldap) <defgroup>: Add :version.
4923
9e836e23
DL
4924 * tooltip.el (tooltip-use-echo-area): Doc fix.
4925
4926 * cus-start.el <minibuffer-prompt-properties>: Add version.
4927 <read-buffer-function>: Add.
4928
4929 * apropos.el (apropos-print): Add help-echo to active text.
4930
4931 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4932
4a74d071
GM
49332000-11-27 Gerd Moellmann <gerd@gnu.org>
4934
4935 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4936 type, group and version.
4937
76058c27
EZ
49382000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4939
4a74d071 4940 * select.el (x-get-selection): Docstring fix.
76058c27 4941
fd9ac94c 49422000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 4943
fd9ac94c 4944 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 4945
49060c51
AI
49462000-11-27 Andrew Innes <andrewi@gnu.org>
4947
4948 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4949
4950 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4951
b2a8e429
MB
49522000-11-27 Miles Bader <miles@gnu.org>
4953
4954 * dired.el (dired-get-filename): Return filename verbatim if
4955 LOCALP is `verbatim'.
4956 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4957 `verbatim' so that we don't inadvertently delete a non-existant
4958 directory name.
4959
5ac0366d
KH
49602000-11-27 Kenichi Handa <handa@etl.go.jp>
4961
4962 * international/characters.el: Specify cases and syntaxes for
4963 mule-unicode-0100-24ff.
4964
67f1cf4c
GM
49652000-11-27 Gerd Moellmann <gerd@gnu.org>
4966
4967 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4968 that foreground and/or background colors of the face `tool-bar'
4969 are unspecified.
4970
46c56972
MB
49712000-11-27 Miles Bader <miles@gnu.org>
4972
e04d21aa 4973 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
4974 (widget-field-end): Handle widget field `pseudo-overlays'.
4975 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4976 if it's there instead of in `widget-field-list'.
4977
46c56972 4978 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
4979 (help-make-xrefs): Delete extraneous newlines at the end of the
4980 docstring.
46c56972 4981
640a9cdd
JR
49822000-11-25 Jason Rumney <jasonr@gnu.org>
4983
4984 * startup.el (command-line): Call set-locale-environment after
4985 Window System init file is read, as it can result in a call to
4986 redraw-frame.
4987
0b3f96d4
EZ
49882000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4989
4990 * simple.el (shell-command): Mention the effect of the prefix
4991 argument in the doc string.
4992
8da6e2a1
MB
49932000-11-25 Miles Bader <miles@gnu.org>
4994
a658d039
MB
4995 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4996
8da6e2a1 4997 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 4998 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 4999
d3416cca
JR
50002000-11-24 Jason Rumney <jasonr@gnu.org>
5001
5002 * international/mule-cmds.el (locale-language-names): Add "jp" as
5003 a non-standard alternative for Japanese.
5004
17e37f53
AS
50052000-11-24 Andre Spiegel <spiegel@gnu.org>
5006
5007 * vc-hooks.el: Require 'cl during compilation.
5008
9aa5f148
GM
50092000-11-24 Gerd Moellmann <gerd@gnu.org>
5010
ba193890
GM
5011 * faces.el (face-set-after-frame-default): Let face attributes
5012 specified for new frames override frame parameters.
5013
9aa5f148
GM
5014 * startup.el (command-line): Fix computation of the source file
5015 for user-init-file when user-init-file is a compiled file.
5016
51a1edab
MB
50172000-11-24 Miles Bader <miles@gnu.org>
5018
e04d21aa 5019 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
5020 (custom-post-filter-face-spec): New functions.
5021 (custom-face-set, custom-face-value-create): Filter the face spec
5022 before and after customization.
5023 (custom-face-set): If VALUE specifies a null face, pass a
5024 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5025 * cus-face.el (custom-face-attributes): Remove SET and GET
5026 functions. Add some IN-FILTER and OUT-FILTER functions in the few
5027 cases they're needed.
5028
1ed74431
MB
5029 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5030 that it's distinguishable from the :off-glyph on dark-background
5031 displays. Set its background color too.
5032
67ee1125
MB
5033 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5034 so that people can easily turn it off.
5035
7d027816 50362000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 5037
7d027816 5038 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 5039
9aa5f148 5040 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 5041
9aa5f148 5042 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 5043
9aa5f148 5044 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 5045 redundant skip-small-frames test.
e04d21aa 5046
9aa5f148 5047 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 5048 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 5049
9aa5f148
GM
5050 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5051 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
5052 (viper-restore-cursor-type,viper-set-insert-cursor-type):
5053 New functions.
e04d21aa 5054
9aa5f148 5055 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 5056
9aa5f148 5057 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 5058
f07fa1b8
KH
50592000-11-24 Kenichi Handa <handa@etl.go.jp>
5060
83c9cb8e
SM
5061 * international/mule-diag.el (list-iso-charset-chars):
5062 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
5063 (list-non-iso-charset-chars): Fix the `while' condition.
5064
ba8299ff
SM
50652000-11-23 Stefan Monnier <monnier@cs.yale.edu>
5066
79372165
SM
5067 * subr.el (add-hook, remove-hook): Don't call make-local-hook
5068 if the variable is make-variable-buffer-local.
5069
83c9cb8e
SM
5070 * progmodes/ada-stmt.el (ada-template-map):
5071 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
5072 (ada-stmt-mode-hook): New function extracted from old code.
5073 Only change the buffer-local side of skeleton-*.
5074 (ada-mode-hook): Use it.
5075
68a887fa
EZ
50762000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5077
5078 * iswitchb.el (iswitchb-minibuf-depth): New variable.
5079 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5080 we expect to be returned by minibuffer-depth once we prompt the
5081 user in the minibuffer.
5082 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5083 as recorded in iswitchb-minibuf-depth, return non-nil.
5084
3b345582
EZ
50852000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5086
5087 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5088 (hscroll-window-maybe): Docstring fix.
5089
595dead2
DL
50902000-11-23 Dave Love <fx@gnu.org>
5091
5092 * rect.el (string-rectangle): Don't test delete-selection-mode.
5093
1e66b27a
GM
50942000-11-23 Gerd Moellmann <gerd@gnu.org>
5095
02790ce2
GM
5096 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5097 is in the tool bar.
5098
1e66b27a 5099 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 5100 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 5101
a4caa65d
SM
51022000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5103
5104 * textmodes/outline.el (outline-flag-region):
5105 Don't bind inhibit-read-only since we don't modify the buffer.
5106 (outline-isearch-open-invisible): Don't jump to overlay-start
5107 since we're trying to unhide text around point.
5108 (outline-discard-overlays): Use dolist.
5109
5110 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5111
03e757c1
GM
51122000-11-22 Gerd Moellmann <gerd@gnu.org>
5113
83c9cb8e 5114 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 5115
1598a961
SM
51162000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5117
5118 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5119 Fix ARG regexp to skip quoted braces.
5120 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5121 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5122 are (correctly) handled separately).
5123 Remove `caption' and `footnote' from `citations': they contain text.
5124 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5125 (latex-skeleton-end-hook): New function.
5126 (latex-mode): Use it.
5127 (tex-start-tex-marker): Remove.
5128 (tex-send-tex-command): Don't set tex-start-tex-marker.
5129 (tex-error-parse-syntax-table): New var.
5130 (tex-compilation-parse-errors): Use it.
5131 Ignore tex-start-tex-marker. Don't bother with marker-position.
5132 (tex-validate-buffer): Don't bother with marker-position.
5133
5134 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 5135 (flyspell-generic-progmode-verify): Use it.
1598a961 5136
eaae8106
SS
51372000-11-22 Sam Steingold <sds@gnu.org>
5138
83c9cb8e 5139 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 5140
eaae8106 5141 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 5142 `ada-remove-trailing-spaces'.
eaae8106 5143 (ada-remove-trailing-spaces): Removed.
e04d21aa 5144
eaae8106 5145 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 5146
1598a961
SM
5147 * textmodes/picture.el (picture-clean): Removed.
5148 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 5149
a41d49e9
GM
51502000-11-22 Gerd Moellmann <gerd@gnu.org>
5151
e053c60f
GM
5152 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5153
a41d49e9
GM
5154 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5155 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 5156 do anything special when jit-lock is active.
a41d49e9
GM
5157 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5158
197615f3
DL
51592000-11-22 Dave Love <fx@gnu.org>
5160
ddbfaa9f
DL
5161 * calendar/todo-mode.el (todo-top-priorities): Use
5162 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5163
ddc3c695
DL
5164 * language/chinese.el, language/cyrillic.el:
5165 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5166 * language/hebrew.el, language/indian.el, language/japanese.el:
5167 * language/korean.el, language/lao.el, language/misc-lang.el:
5168 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5169 Use provide.
5170
fb9fa98d
DL
5171 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5172 (custom-variable-set): Improve validation error mesage.
5173
197615f3
DL
5174 * rect.el (string-rectangle): Revert last change.
5175 (string-rectangle-line): New arg DELETE.
5176 (string-rectangle): Check delete-selection-mode.
5177
5178 * emacs-lisp/edebug.el (edebug-version)
5179 (edebug-maintainer-address): Deleted.
5180 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5181 (edebug-read-function): Account for other `'#' read forms.
5182 (edebug-mode-menus): Make some items toggles.
5183 (edebug-outside-unread-command-event, unread-command-event):
5184 Remove these to avoid warnings.
5185
f4117c4d
GM
51862000-11-22 David Ponce <david@dponce.com>
5187
5188 * recentf.el (recentf-menu-items-for-commands)
5189 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 5190 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 5191
f4117c4d
GM
5192 (recentf-build-dir-rules, recentf-dump-variable)
5193 (recentf-edit-list, recentf-open-files-item)
5194 (recentf-open-files): Replaced unnecessary `mapcar' with new
5195 built-in `mapc'.
eaae8106 5196
f8e2f3f2
MB
51972000-11-23 Miles Bader <miles@gnu.org>
5198
5199 * faces.el (menu): Make inverse-video on ttys too.
5200
4c4a541d
SM
52012000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5202
5203 * simple.el (comment-line-break-function): Use the new name
5204 indent-new-comment-line -> comment-indent-new-line.
5205 (clone-indirect-buffer): Don't ignore NORECORD.
5206 (next-completion): Properly handle the case where items are adjacent.
5207
5208 * mouse.el (popup-menu): Stupid typo.
5209
980d836e
GM
52102000-11-22 Gerd Moellmann <gerd@gnu.org>
5211
60e8e0a5
GM
5212 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5213 maintainer, keywords tags.
5214
980d836e
GM
5215 * rect.el (replace-rectangle): Don't call string-rectangle-line
5216 with too many arguments.
5217
e08b2069
AS
52182000-11-22 Andre Spiegel <spiegel@gnu.org>
5219
60e8e0a5 5220 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 5221 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
5222 vc-locking-user, which no longer exists.
5223
5224 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5225
c6779d8d
DL
52262000-11-22 Dave Love <fx@gnu.org>
5227
5228 * md5.el (md5): Provide.
5229 (md5): Fix error call.
5230
e672fdce
MB
52312000-11-22 Miles Bader <miles@gnu.org>
5232
eaae8106 5233 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
5234 (refill-fill-paragraph-at): Remove debugging code.
5235
80e24c04
MB
5236 * calendar/calendar.el (generate-calendar-window): When we don't
5237 call `fit-window-to-buffer', make sure the top line is fully visible.
5238
3a17d6cc
MB
5239 * image-file.el (insert-image-file): Don't make `read-only'
5240 property rear-nonsticky.
5241
ae1a21c6
MB
5242 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5243 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5244 stashing away its original value.
5245 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5246 in the recursive edit.
5247 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5248 (isearch-done): Restore `minibuffer-message-timeout'.
5249
e672fdce
MB
5250 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5251
3ea79df8
SM
52522000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5253
5254 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5255
5256 * find-lisp.el (find-lisp-find-files-internal):
5257 Use dolist, when and file-name-as-directory.
5258
980d836e 5259 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
5260 (define-derived-mode, define-minor-mode): Add specs.
5261
5262 * window.el: General comment and spacing fixes.
5263 (save-selected-window): Use backquotes.
5264 (window-safely-shrinkable-p): New function.
5265 (shrink-window-if-larger-than-buffer): Use it.
5266
5267 * subr.el (make-local-hook): Docstring fix.
5268
5269 * shell.el (shell-mode): Use define-derived-mode.
5270
5271 * newcomment.el (comment-indent): Insert comment before calling
5272 comment-indent-function. Don't insert in column 0.
5273 (comment-dwim): Indent before inserting comment.
5274
5275 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5276 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5277 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5278 Use mapc rather than map.
5279
5280 * files.el (find-buffer-visiting): Compare all attributes before
5281 declaring two files identical (rather than just their inode-no).
5282 (auto-mode-alist): Use \' rather than $.
5283
5284 * which-func.el: Update maintainer line.
5285
5286 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5287 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5288 (uniquify-buffer-file-name): Use it.
5289
8f62f2b8
MB
52902000-11-22 Miles Bader <miles@gnu.org>
5291
5292 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5293 * simple.el (minibuffer-avoid-prompt): New function.
5294
fb279a6d
GM
52952000-11-21 Gerd Moellmann <gerd@gnu.org>
5296
5297 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5298
867092e9
MB
52992000-11-21 Miles Bader <miles@gnu.org>
5300
ef860850
MB
5301 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5302 inclusion of `track-mouse'.
5303
867092e9
MB
5304 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5305 (refill-adjust-ignorable-overlay): New function.
5306 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5307 only the paragraph's tail if possible.
5308 Update `refill-ignorable-overlay'.
5309 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5310
5311 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5312 point inside the fill-prefix.
5313
5314 * textmodes/refill.el (refill-post-command-function): Don't reset
5315 refill-doit in the case where a self-insertion command doesn't
5316 case a refill. Use `refill-fill-paragraph-at', getting position
5317 from `refill-doit'.
5318 (refill-after-change-function): Set `refill-doit' to END.
5319 (refill-fill-paragraph-at): New function, mostly from old
5320 refill-fill-paragraph.
5321 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5322 (refill-pre-command-function): New function.
5323 (refill-mode): Add it to `pre-command-hook'.
5324
ff9ab414
GM
53252000-11-20 Gerd Moellmann <gerd@gnu.org>
5326
29a01b72
GM
5327 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5328
ff9ab414
GM
5329 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5330 javadoc tags.
eaae8106 5331
885b211b
AS
53322000-11-20 Andre Spiegel <spiegel@gnu.org>
5333
5334 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5335 vc.el).
5336
eaae8106 5337 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 5338 require vc.
eaae8106
SS
5339
5340 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 5341 checkouts.
eaae8106 5342
d1838556
DL
53432000-11-20 Dave Love <fx@gnu.org>
5344
5345 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5346
2b69bc11 53472000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 5348
2b69bc11
GM
5349 * calculator.el (calculator-paste): Use `if' instead of `and'
5350 and `or'.
5351 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 5352
b95b34e5
GM
53532000-11-19 Gerd Moellmann <gerd@gnu.org>
5354
030de92f
GM
5355 * info.el (info-menu-5): Doc fix.
5356
b95b34e5
GM
5357 * textmodes/artist.el: New file.
5358
54970452
AS
53592000-11-19 Andre Spiegel <spiegel@gnu.org>
5360
eaae8106 5361 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
5362 and differentiate according to checkout model.
5363 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5364 since this function is only concerned with master state.
5365
83c9cb8e
SM
5366 * vc-hooks.el (vc-workfile-unchanged-p)
5367 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 5368
83c9cb8e
SM
5369 * vc.el (vc-workfile-unchanged-p)
5370 (vc-default-workfile-unchanged-p): See above.
54970452 5371
e5a9dabf
MB
53722000-11-19 Miles Bader <miles@gnu.org>
5373
5374 * image-file.el (insert-image-file): Make `intangible' and
5375 `read-only' properties rear-nonsticky too.
5376
24127af0
GM
53772000-11-18 Gerd Moellmann <gerd@gnu.org>
5378
d392e9c5 5379 * ps-print.el: Update copyright notice.
eaae8106 5380
d392e9c5
GM
5381 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5382 (tooltip-show): Use the offsets.
5383
24127af0 5384 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 5385 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
5386 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5387
2b69bc11 53882000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 5389
2b69bc11
GM
5390 * ps-print.el (toplevel): Test for find-coding-system being
5391 fboundp before calling ps-x-find-coding-system.
08ea6f17 5392
66321b2f
SM
53932000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5394
5395 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5396 (vc-version-backup-file): Docstring fix.
5397
046110c6
GM
53982000-11-16 Gerd Moellmann <gerd@gnu.org>
5399
4104194e
GM
5400 * files.el (basic-save-buffer): Don't add a newline if
5401 find-file-literally is non-nil.
5402 (find-file-literally): Extend doc string.
5403
046110c6
GM
5404 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5405 sort(1) with the `-f' argument.
5406
6505c16e
AS
54072000-11-16 Andre Spiegel <spiegel@gnu.org>
5408
fd063975
AS
5409 * vc.el: Updated backend documentation.
5410 (vc-default-check-headers): New function.
5411
3d02dd81 5412 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
5413
5414 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 5415 up-to-date.
eaae8106 5416 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 5417 the minibuffer is not active.
fd063975 5418
eaae8106 5419 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 5420 `vc-cvs-use-edit' is on.
eaae8106
SS
5421 (vc-cvs-checkout): When this is used for reverting the workfile,
5422 make a backup of the original contents and revert to that in case
8791d617 5423 of error.
eaae8106 5424 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 5425 remote repositories.
eaae8106 5426
6505c16e
AS
5427 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5428 for both version and ratio in the minibuffer.
fd063975 5429
eaae8106 5430 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 5431 Use vc-do-command to perform the annotation, not call-process.
6505c16e 5432
a13f0660
KH
54332000-11-16 Kenichi Handa <handa@etl.go.jp>
5434
5435 * international/quail.el (quail-start-translation): Don't call
5436 `message' before reading key sequence.
5437
1389a414
MB
54382000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5439
5440 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5441
9256a532
KH
54422000-11-16 Kenichi Handa <handa@etl.go.jp>
5443
5444 * window.el (fit-window-to-buffer): Be sure to acquire at least
5445 one text line even if the buffer is empty.
5446
0e14fe9f
GM
54472000-11-16 Gerd Moellmann <gerd@gnu.org>
5448
eaae8106 5449 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
5450 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5451 Bind ange-ftp-process-verbose to nil.
0e14fe9f 5452
da645c53
DL
54532000-11-15 Dave Love <fx@gnu.org>
5454
83c9cb8e
SM
5455 * wid-edit.el (widget-specify-field, widget-specify-button):
5456 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
5457 widget-mouse-help.
5458 (widget-mouse-help): New function.
5459 (widget-echo-help): Rewritten for :help-echo functions only taking
5460 a widget arg.
5461
83c9cb8e
SM
5462 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5463 Use display-graphic-p.
b12057b9
DL
5464 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5465 and that JPEG is available.
5466 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5467
da645c53
DL
5468 * international/mule-cmds.el (locale-charset-language-names):
5469 Match @euro.
5470
6d133d1f
GM
54712000-11-15 Gerd Moellmann <gerd@gnu.org>
5472
83c9cb8e
SM
5473 * faces.el (face-set-after-frame-default):
5474 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
5475 default face from X resources.
5476
49ac2ac5
EZ
54772000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5478
5479 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5480 Don't set EMACSLOADPATH.
5481
4fb0a34c
EZ
54822000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5483
5484 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5485 texinfo-insert-@url.
5486 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5487 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5488
bb304a7a
SM
54892000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5490
82bc80bf
SM
5491 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5492 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5493 (checkdoc-minor-keymap): Backward compatibility.
5494 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5495 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5496 (checkdoc-this-string-valid-engine): Be a bit more strict
5497 to avoid matching substrings of `...' quoted vars/funs.
5498 (checkdoc-defun-info): Only look for `interactive' if alone.
5499 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5500
e8c87124
SM
5501 * progmodes/compile.el (grep): `tag-default' can be nil.
5502
bb304a7a
SM
5503 * newcomment.el (comment-indent): Paren typo.
5504
8628686a
DL
55052000-11-14 Dave Love <fx@gnu.org>
5506
25c269ef
DL
5507 * calculator.el: New maintainer version.
5508
66321b2f 5509 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 5510
8628686a
DL
5511 * cmuscheme.el: Doc fixes.
5512 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 5513 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
5514
5515 * xscheme.el (scheme-program-name): Don't define here.
5516
5517 * progmodes/scheme.el (scheme-program-name): New variable
5518 (originally in cmuscheme).
5519
88f0a1eb
MB
55202000-11-14 Miles Bader <miles@gnu.org>
5521
5522 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5523 Handle header-lines. Don't loop forever if we can't enlarge the
5524 window anymore. Simplify a bit.
5525
cd9a000c
KH
55262000-11-14 Kenichi Handa <handa@etl.go.jp>
5527
5528 * window.el (fit-window-to-buffer): Don't check
5529 window-text-height. Assure that the last line is fully visible.
5530
83c9cb8e
SM
5531 * international/quail.el (quail-show-guidance-buf):
5532 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
5533 buffer.
5534 (quail-update-guidance): Avoid making the guidance buffer shorter.
5535
d3fcda22
SM
55362000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5537
bdbd9606
SM
5538 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5539 rather than `prepend' and add an interesting comment.
5540 (tex-math-face, tex-font-lock-syntactic-face-function):
5541 New face and function to use it.
5542 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5543 than `menu-enable' symbol property.
5544 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5545 (tex-mode): Add some latex-mode commands for auto-selection.
5546 Use tex-font-lock-syntactic-face-function.
5547 (tex-insert-quote): Simplify.
5548 (tex-shell): New mode.
5549 (tex-start-shell): Use it.
5550 (tex-shell-proc, tex-shell-buf): New functions.
5551 (tex-send-command): Use it.
5552 (tex-main-file): Fix the meaning of the new arg REALFILE.
5553 (tex-send-tex-command): New function split from `tex-start-tex'.
5554 Set compilation-last-buffer and compilation-parsing-end.
5555
d3fcda22
SM
5556 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5557 when it follows non-comment text on the line.
5558
5559 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5560 Set font-lock-defaults.
5561 (lisp-mode-shared-map): Init inside the defvar.
5562 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5563 Use define-derived-mode.
5564
bdab1d43
MB
55652000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5566
5567 * faces.el (header-line): Use `:box nil' for color/gs displays too.
5568
936ae731
GM
55692000-11-14 Gerd Moellmann <gerd@gnu.org>
5570
83c9cb8e
SM
5571 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5572 Don't recursively optimize body because that can lead to infinite
936ae731
GM
5573 recursion; see comment there.
5574
1695ca2b
EZ
55752000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
5576
5577 * faces.el (face-spec-set-match-display): Revert the change from
5578 2000-10-24. Add a FIXME for after v21.1.
5579
9d348294
MB
55802000-11-13 Miles Bader <miles@gnu.org>
5581
5582 * textmodes/fill.el (skip-line-prefix): New function.
5583 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5584 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
5585 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5586 point inside the fill-prefix.
9d348294 5587
b85fa13c
MB
55882000-11-13 Miles Bader <miles@lsi.nec.co.jp>
5589
83c9cb8e
SM
5590 * calendar/calendar.el (generate-calendar-window):
5591 Use `fit-window-to-buffer'.
b85fa13c 5592
a0b47716
SM
55932000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5594
5595 * gud.el (gud-minor-mode): New var.
5596 (gud-symbol, gud-val): New functions.
5597 (gud-find-file): Copy gud-minor-mode to the new buffer.
5598 (gud-menu-map): Include entries for commands that are not always
5599 available, using :enable to (de)activate them.
5600 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
5601 (gud-mode-map): New map.
eaae8106 5602 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
5603 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5604 Don't set up gud's menu (it's done by the minor-mode).
5605 (gud-minibuffer-local-map): New.
5606 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
5607 (gud-query-cmdline): New function.
5608 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
5609 (gud-mode): Use define-derived-mode.
5610 Don't set up gud's menu (it's done by the minor-mode).
5611 (gud-chop-words): Remove.
5612 (gud-common-init): Use split-string instead.
5613 (gud-new-keymap, gud-make-debug-menu): Eradicate.
5614
5615 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5616 Add keyword arg :name.
5617
5618 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5619 (diff-count-matches, diff-split-hunk): New functions.
5620 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5621
5622 * pcvs-info.el (cvs-fi-conflict-face): New var.
5623
5624 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5625 Make it into a simple syntax-table, shared among all submodes.
5626 (sh-heredoc-face): Re-introduce.
5627 (sh-font-lock-syntactic-face-function): New function.
5628 (sh-mode): Use it. Also use define-derived-mode.
5629 Remove old bogus setting of indent-region-function.
5630 (sh-set-shell): Don't set the syntax-table any more.
5631 (sh-mode-syntax-table) <defun>: Remove.
5632
f5ed37df
MB
56332000-11-12 Miles Bader <miles@gnu.org>
5634
5635 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5636 message if interactive.
5637
0b074c2f
DL
56382000-11-12 Dave Love <fx@gnu.org>
5639
5640 * mail/feedmail.el: Fix header,
5641 (feedmail) <defgroup>: Add :link.
5642
5643 * view.el: Use local-map property, not keymap on mode-line string.
5644
83c9cb8e
SM
5645 * scroll-all.el (scroll-all-mode): Customize variable.
5646 Add autoload cookie to function.
0b074c2f
DL
5647
5648 * lazy-lock.el: Remove compatibility code.
5649
5650 * finder.el (finder-known-keywords): Add `files', remove `vms'.
5651 (finder-help-echo): New variable.
5652 (finder-mouse-face-on-line): Add help-echo stuff.
5653 (finder-list-keywords, finder-list-matches): Use mapc.
5654
5655 * faces.el (face-font-registry-alternatives): Add :version.
5656
5657 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5658 tags-table-list.
5659
a0b47716 5660 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 5661
a0b47716 5662 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
5663 (mail-mode): Use [:alnum:] in some regexps.
5664
6d502396
DL
56652000-11-10 Dave Love <fx@gnu.org>
5666
5667 * ediff.el (ediff-regions-internal, ediff-documentation):
5668 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5669 fundamental mode.
5670
5671 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5672 buffer into fundamental mode.
5673 (ediff-set-difference): Use copy-sequence if available.
5674
83c9cb8e
SM
5675 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5676 Check ediff-patch-map non-nil.
6d502396
DL
5677 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5678 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5679 buffer into fundamental mode.
5680
5681 * ediff-merg.el (state-or-merge): Defvar when compiling.
5682
a82fe213
JR
56832000-11-10 Jason Rumney <jasonr@gnu.org>
5684
5685 * w32-fns.el (w32-add-charset-info): New function.
5686 (w32-charset-info-alist): Use it.
5687
52d89894
GM
56882000-11-10 Gerd Moellmann <gerd@gnu.org>
5689
5690 * faces.el (face-font-registry-alternatives): New user-option.
5691
178932de
SM
56922000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5693
d7fa3319
SM
5694 * textmodes/texinfo.el (texinfo-block-default): New var.
5695 (texinfo-insert-block): Use it. Insert a newline if needed.
5696
178932de
SM
5697 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5698 (fill-region-as-paragraph): Use it.
5699
5700 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5701 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5702 Tweak paragraph regexps to allow a leading [ \t]*.
5703 (tex-latex-block): Insert a newline if necessary.
5704 (latex-insert-item): Only insert a newline if necessary.
5705 (tex-guess-main-file): New function.
5706 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5707 Set tex-main-file if TeX-master is provided.
5708 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5709
bd02b8e0
GM
57102000-11-10 Gerd Moellmann <gerd@gnu.org>
5711
5712 * startup.el (command-line): Set the default tooltip-mode
5713 to t for graphical displays which implement x-show-tip.
5714
5715 * tooltip.el (tooltip-mode): Add a comment about startup.el
5716 setting the default value of this user-option.
5717
b29b03eb
SM
57182000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5719
5720 * font-lock.el (font-lock-*-face) <defvar>: Move.
5721 (font-lock-defaults-alist): Mark obsolete.
5722 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5723 (font-lock-mode): Use define-minor-mode.
5724 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5725 (font-lock-turn-off-thing-lock): Be more explicit.
5726 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5727 (font-lock-syntactic-face-function): New var.
5728 (font-lock-fontify-syntactically-region): Use it.
5729 (font-lock-doc-face): New.
5730
5731 * pcvs.el (cvs-enabledp): Ignore errors.
5732 (cvs-commit-filelist): Never query.
5733 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5734 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5735 (cvs-do-removal): Use cvs-partition rather than delete-if.
5736 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5737 cvs-bury-buffer.
5738
5739 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5740 Allow `next' to jump to after the end of the last match.
5741
778fbc46
GM
57422000-11-09 Gerd Moellmann <gerd@gnu.org>
5743
730c746c
GM
5744 * simple.el (byte-compiling-files-p): New function.
5745
5746 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5747 if it is there.
5748
5749 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5750 nil again.
5751
778fbc46
GM
5752 * textmodes/ispell.el (ispell-library-path): Don't call
5753 check-ispell-version when byte-compiling because that starts
5754 an ispell process, and ispell might not be installed.
5755 (toplevel): Don't set up a menu when byte-compiling.
5756
5757 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5758 it, so that a boundp test can be used to determine if we're
5759 currently byte-compiling.
5760
5912c5bb
DL
57612000-11-09 Dave Love <fx@gnu.org>
5762
83c9cb8e 5763 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 5764
7bb054a5
GM
57652000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5766
83c9cb8e
SM
5767 * ps-print.el: Patch for variable initialization when spooling.
5768 Doc fix.
7bb054a5
GM
5769 (ps-output-list): Fun eliminated.
5770 (ps-begin-file, ps-begin-job): Code fix.
5771
9db2706e
DL
57722000-11-08 Dave Love <fx@gnu.org>
5773
83c9cb8e 5774 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 5775
f7eb32aa
GM
57762000-11-08 Gerd Moellmann <gerd@gnu.org>
5777
5778 * simple.el (shell-command, display-message-or-buffer)
5779 (shell-command-on-region): Mention resize-mini-windows in the doc
5780 string.
5781 (display-message-or-buffer): Take the value of resize-mini-windows
5782 into account.
5783
7b01b08c
GM
57842000-11-07 Gerd Moellmann <gerd@gnu.org>
5785
acad3c0b
GM
5786 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5787
7b01b08c
GM
5788 * dired.el (dired-between-files): Add `^. find' as an alternative
5789 to the regular expression, for find-dired.
5790
6f602bd0
SM
57912000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5792
5793 * textmodes/texnfo-upd.el: Require texinfo.
5794 (defmacro, defgroup): Remove.
5795 (texinfo-section-to-generic-alist): Remove.
5796 Use texinfo-section-list instead (i.e. level is changed string->int).
5797 (texinfo-filter): New function.
5798 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5799 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5800 Use it. And use regexp-opt.
5801 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
5802 (texinfo-update-menu-region-beginning)
5803 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5804 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5805 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 5806 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
5807 (texinfo-sequential-node-update): Remove autoload cookie.
5808
5809 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5810 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5811 (texinfo-chapter-level-regexp): Remove.
5812 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5813
bb216218
DL
58142000-11-06 Dave Love <fx@gnu.org>
5815
6f602bd0 5816 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 5817
6f602bd0
SM
5818 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5819 Match defun*.
bb216218 5820
ff8dd5d5
KH
58212000-11-06 Kenichi Handa <handa@etl.go.jp>
5822
5823 * composite.el (composition-function-table): Variable declaration
5824 moved to src/composite.c.
5825 (compose-chars-after): New optional arg object.
5826
e9da51a1
GM
58272000-11-06 Gerd Moellmann <gerd@gnu.org>
5828
e0c12c68
GM
5829 * bindings.el (mode-line-toggle-read-only)
5830 (mode-line-toggle-modified, mode-line-widen)
5831 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5832 (make-mode-line-mouse2-map): Rewritten.
5833 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5834 functions so that C-h k can show something with a doc string.
eaae8106 5835
e9da51a1
GM
5836 * startup.el (fancy-splash-delay): Set to 10 seconds.
5837 (fancy-splash-max-time): New user-option.
5838 (fancy-splash-stop-time): New variable.
5839 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5840 (fancy-splash-screens-1): Throw `stop-splashing' when current
5841 time is greater than fancy-splash-stop-time.
5842
611dbdf0
SM
58432000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5844
4d2806e2
SM
5845 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5846
611dbdf0
SM
5847 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5848 Prompt user for a file rather than raising an error.
5849 (cvs-enabledp): Fix call to cvs-mode-marked.
5850 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5851 (cvs-mode-insert): Use it. Change the init prompt' value.
5852 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5853
5854 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5855 Don't pass default arg to ewoc-locate.
5856 (ewoc-collect): Return result in the right order.
5857
5858 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5859
5860 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5861 (cvs-status-get-tags): Fix regexp.
5862 (cvs-status-trees, cvs-status-cvstrees):
5863 Combine after change hooks and don't sit-for.
4d2806e2
SM
5864 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5865 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
5866 Use make-char rather than hard-coded cryptic data.
5867 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5868
5869 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5870
5871 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5872 (cvs-insert-strings): New function.
5873
937b2877
MB
58742000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5875
5876 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5877 `mwheel-scroll-amount'.
5878 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5879 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5880 string-matching against the version string.
5881
c6c97763
KH
58822000-11-06 Kenichi Handa <handa@etl.go.jp>
5883
6eaec747
KH
5884 * language/thai.el ("Thai"): Set a lisp form that produces
5885 composed string in `sample-text' language info.
5886
5887 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5888 composed string in `sample-text' language info.
5889
83c9cb8e
SM
5890 * international/mule-cmds.el (describe-language-environment):
5891 Eval `sample-text' data and insert the result.
6eaec747 5892
c6c97763
KH
5893 * international/mule-conf.el (compound-text): Define this coding
5894 system here. Make x-ctext and ctext aliases of it.
5895
5896 * language/european.el (compound-text, ctext): Moved to
5897 international/mule-conf.el.
5898
d1145f85
AI
58992000-11-05 Andrew Innes <andrewi@gnu.org>
5900
5901 * w32-fns.el (w32-version): New function.
5902
178a6a45
SM
59032000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5904
5905 * progmodes/awk-mode.el: Update copyright.
5906 (awk-mode-abbrev-table): Remove.
5907 (awk-font-lock-keywords): Use regexp-opt.
5908 (awk-mode): Use define-derived-mode.
5909
5910 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5911 when extracting a suffix.
5912
1ba90166
AS
59132000-11-04 Andre Spiegel <spiegel@gnu.org>
5914
5915 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5916 auto-save-mode.
5917
546790cb
JR
59182000-11-04 Jason Rumney <jasonr@gnu.org>
5919
5920 * language/european.el (decode-mac-roman): Test against r1 not r0.
5921
d247e32d
SM
59222000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5923
fbf44f44
SM
5924 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5925 (icon-mode): Define indent-line-function.
5926 (icon-comment-indent): Simplify.
5927 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5928
5929 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5930
5931 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5932 Bind change-log-default-mode to defeat the caching done on it.
5933 Don't bother saving excursion any more.
5934
5935 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5936
5937 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5938 (set-frame-font): Use the new name (and the old for compatibility).
5939
eaae8106
SS
5940 * toolbar/tool-bar.el (tool-bar-mode):
5941 * time.el (display-time-mode):
5942 * recentf.el (recentf-mode):
5943 * paren.el (show-paren-mode):
5944 * mwheel.el (mouse-wheel-mode):
5945 * msb.el (msb-mode):
5946 * jka-compr.el (auto-compression-mode):
5947 * image-file.el (auto-image-file-mode):
5948 * hl-line.el (hl-line-mode):
5949 * delsel.el (delete-selection-mode):
5950 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
5951 * complete.el (partial-completion-mode): Drop unneeded positional args.
5952
eaae8106 5953 * info.el (Info-mode):
79372165 5954 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 5955
d247e32d
SM
5956 * log-edit.el (log-edit-menu): New menu.
5957
4921558e
MB
59582000-11-03 Miles Bader <miles@gnu.org>
5959
5960 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5961 definition, so that trailing spaces are handled properly.
5962 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5963
1fc02b3c
GM
59642000-11-03 Gerd Moellmann <gerd@gnu.org>
5965
5966 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5967 tab character.
5968 (fancy-splash-screens): Set tab-width to 20.
5969
51d001f7
DL
59702000-11-03 Dave Love <fx@gnu.org>
5971
5972 * comint.el (comint-completion-addsuffix): Fix custom type.
5973
ba22aeff
SM
59742000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5975
5976 * font-lock.el (font-lock-buffers): Remove.
5977 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5978 (font-lock-change-major-mode): Remove.
5979 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5980 (font-lock-default-fontify-region): Extend the multiline
5981 fontification to whole lines.
5982 (font-lock-fontify-anchored-keywords)
5983 (font-lock-fontify-keywords-region): If matching just one
5984 line (with \n) only mark the \n as multiline.
5985
5986 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5987 Correctly handle the case where several :group args are supplied.
5988 Allow :extra-args.
5989 (easy-mmode-define-global-mode): Allow :extra-args.
5990 Correctly handle the case where several :group args are supplied.
5991
9c887ada
MB
59922000-11-02 Miles Bader <miles@gnu.org>
5993
eaae8106 5994 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
5995 (holiday-face): Remove dependency on `window-system'.
5996
7f25090d
KR
59972000-11-02 Ken Raeburn <raeburn@gnu.org>
5998
5999 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 6000 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 6001 (compile-files): Bomb out if compilation of a file fails.
7f25090d 6002
7dd6009c
DL
60032000-11-02 Dave Love <fx@gnu.org>
6004
6005 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6006
94821e4f
EZ
60072000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
6008
6009 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6010 punctuation in the warning inserted into the *mail* buffer.
6011
1ac3fc42
GM
60122000-11-02 Gerd Moellmann <gerd@gnu.org>
6013
57731876
GM
6014 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6015 (authors-public-domain-p): New function.
6016 (authors-print): Use it.
6017
975f82c9
GM
6018 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6019
1ac3fc42
GM
6020 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6021
4b3eb10f
GM
60222000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6023
975f82c9 6024 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
6025 (ps-print-version): New version number (6.3.1).
6026 (ps-even-or-odd-pages): Customization fix.
6027 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6028 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6029 (ps-page-count): Var replaced by `ps-page-column'.
6030 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6031 (ps-print-sheet-p): New fun.
6032
7da794df
MB
60332000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6034
6035 * tooltip.el (tooltip-gud-tips-setup): New function.
6036 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6037 (tooltip-mode): Call tooltip-gud-tips-setup.
6038 (tooltip-gud-tips): Use `gud-basic-call' instead of
6039 process-send-string, so the prompt gets frobbed appropriately.
6040 Handle nil return value from `tooltip-gud-print-command'.
6041
0e40b809
EL
60422000-11-01 Eric M. Ludlam <zappo@ultranet.com>
6043
6044 * comint.el (comint-add-to-input-history): New function.
6045 (comint-send-input): Use `comint-add-to-input-history'.
6046
50ada0db
MB
60472000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6048
973a3104
MB
6049 * info.el (info-menu-header): New face.
6050 (Info-fontify-menu-headers): New function.
6051 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6052
50ada0db
MB
6053 * info.el (Info-insert-dir): Don't include blank lines at
6054 beginning of additional dir files (one is added automatically).
6055
bff53411
SM
60562000-11-01 Stefan Monnier <monnier@cs.yale.edu>
6057
6058 * emacs-lisp/easy-mmode.el (define-minor-mode):
6059 Revert the latest changes.
6060 Allow the three positional arguments to be skipped and replaced
6061 by keyword arguments.
6062 Add a :toggle argument to determine whether a nil arg means toggle
6063 or means turn-on. The default is unchanged.
6064 Add a call to force-mode-line-update.
6065
6b8a0b2d
DL
60662000-11-01 Dave Love <fx@gnu.org>
6067
83c9cb8e 6068 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 6069
5bf99100
MB
60702000-11-01 Miles Bader <miles@lsi.nec.co.jp>
6071
83c9cb8e
SM
6072 * calendar/calendar.el (diary-face, holiday-face):
6073 Add dark-background variants.
5bf99100 6074
a4032611
SS
60752000-10-31 Sam Steingold <sds@gnu.org>
6076
6077 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6078 `tex-main-file' does not have directory in it.
6079
c286608e
SM
60802000-10-31 Stefan Monnier <monnier@cs.yale.edu>
6081
6082 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6083
4836835a
TTN
60842000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
6085
6086 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6087 functional change.
6088
26dcb81b
GM
60892000-10-31 Gerd Moellmann <gerd@gnu.org>
6090
6091 * files.el (find-file-noselect): When we expand a wildcard, return
6092 a list of buffers, as we should do according to the doc string.
6093
49fc4500
KR
60942000-10-31 Ken Raeburn <raeburn@gnu.org>
6095
6096 * loadup.el (top level): Adjust load path if program name is
6097 "../src/bootstrap-emacs", in case it's not dumped and thus the
6098 load path adjustment hasn't already been done.
6099
ea0c615d
GM
61002000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6101
83c9cb8e
SM
6102 * ps-print.el: Fix bug on selected pages for printing.
6103 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
6104 is on. Try to avoid warning messages when compiling. Doc Fix.
6105 (ps-print-version): New version number (6.3).
6106 (ps-color-device): Use `color-values' to determine if device
6107 supports color.
6108 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6109 (ps-print-page-p): Changed from defsubst to defun.
6110 (ps-page-number): Changed from defmacro to defun.
6111 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6112 printing.
c286608e 6113 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
6114 (ps-end-file, ps-dummy-page): Funs eliminated.
6115 (ps-print-color-scale): Changed default value.
6116 (ps-page-n-up, ps-print-page-p): New internal vars.
6117 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6118 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6119
9e20722f
GM
6120 * delim-col.el: Little programming improvement.
6121 (delimit-columns-str): New macro.
6122 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6123
d7a0fd00
KH
61242000-10-31 Kenichi Handa <handa@etl.go.jp>
6125
c286608e
SM
6126 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6127 Moved to european.el.
d7a0fd00
KH
6128 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6129 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
6130 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6131 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 6132
234be340
DL
61332000-10-30 Dave Love <fx@gnu.org>
6134
6135 * progmodes/cc-menus.el (imenu-generic-expression)
6136 (imenu-progress-message): Only defvar when compiling.
6137
4edc4a39
DL
6138 * emacs-lisp/elp.el (elp-unload-hook): New function.
6139
6140 * loadhist.el (unload-feature): Call elp-restore-function,
6141 checking for symbols; don't use elp-restore-all.
6142 (loadhist-hook-functions): Doc fix.
6143
70c825df
SM
61442000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6145
6146 * log-edit.el (log-edit-confirm): Fix the default.
6147
1d3baf74
GM
61482000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6149
6150 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6151 delimit-columns-format.
6152 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 6153
1ec321a7
MB
61542000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6155
6156 * comint.el (comint-replace-by-expanded-history): Don't use
6157 comint-get-old-input (we're not looking at *old* input).
6158 (comint-get-old-input-default): If using fields, signal an error
6159 when the point is not in an input field.
6160
70737ea9
KH
61612000-10-30 Kenichi Handa <handa@etl.go.jp>
6162
6163 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6164 and mule-unicode-e000-ffff.
6165
fa0cb51d 6166 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
6167 (make-coding-system): Accept a symbol of translation table as a
6168 value of property `safe-chars'.
6169
6170 * international/mule-cmds.el (encode-coding-char): Check property
6171 safe-chars instead of safe-charsets.
6172
6173 * international/fontset.el (fontset-default): Modified for
6174 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6175 (x-font-name-charset-alist): Likewise.
6176 (ccl-encode-unicode-font): New CCL program. Record it in
6177 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6178
70c825df
SM
6179 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6180 New translation tables.
70737ea9
KH
6181 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6182 programs are modified and moved from mac-win.el.
6183 (mac-roman): Definition of this coding system is modified and
6184 moved from mac-win.el.
4836835a 6185
fda2ce24 61862000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6187
1d3baf74 6188 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 6189 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 6190
dd4d3cb6
MB
61912000-10-29 Miles Bader <miles@gnu.org>
6192
6193 * custom.el (custom-add-to-group): Allow multiple entries for a
6194 given value OPTION, as long as their widget types are different.
6195 * cus-edit.el (custom-face-value-create): If face name doesn't end
6196 with "face", add such here (similar to custom group widgets).
6197
6198 * comint.el (comint-highlight-prompt): Add :type.
6199
dace60cf
JW
62002000-10-28 John Wiegley <johnw@gnu.org>
6201
dace60cf
JW
6202 * calendar/timeclock.el (timeclock-log): Doc fix.
6203 (timeclock-last-event): Doc fix.
83c9cb8e 6204 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
6205 (timeclock-find-discrep): Use a temp buffer to read in the
6206 timelog, instead of visiting the file.
6207 (timeclock-log-data): A new function, along with a host of helper
6208 functions, for the purpose of making timelog data accessible to
6209 programmers.
6210
6211 * eshell/esh-mode.el (window-height test): Make certain that
6212 `eshell-stringify-t' is non-nil.
6213 (eshell-password-prompt-regexp): Changed to a much simpler
6214 password regexp.
6215 (eshell-send-input): If `eshell-invoke-directly' returns t,
6216 directly invoke the parsed command using `eval'. This improves
6217 turn-around time on simple commands by a factor of three or
6218 greater, such as cd, ls, pwd, etc. -- which get used very often.
6219 It also conserves thousands of cons cells per call (since
6220 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6221 in the Pacific Cookie Company).
6222
6223 * eshell/esh-test.el (eshell-test): Whitespace fix.
6224
83c9cb8e
SM
6225 * eshell/em-ls.el (eshell-ls-insert-directory):
6226 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
6227
6228 * eshell/em-script.el (eshell-script-initialize): Add names to
6229 `eshell-complex-commands, since `source' and `.' are complex.
6230
0467b076
EZ
6231 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6232 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
6233 `eshell-copy-handles'.
6234 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6235 bodies.
6236 (eshell-separate-commands): Whitespace fix.
6237 (eshell-complex-commands): Added a new list of names, for
6238 determining whether a given command is as simple as it looks.
6239 (eshell-invoke-directly): New function. Returns t if a command
6240 should be invoked directly (using `eval'), rather than indirectly
6241 using `eshell-do-eval'.
6242 (eshell-do-eval): Whitespace fix.
6243
6244 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6245 which provides an emulation of the DOS shell behavior of assuming
6246 that cp/mv/ln should copy/move/link to the current directory.
6247 (eshell-remove-entries): Added a doc string.
6248 (eshell-shuffle-files): Removed the check for `target' being null.
6249 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6250 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6251 it to do a smarter check of whether a destination was provided.
6252 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6253 (eshell/ln): Enable `:preserve-args', and use
6254 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
6255 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6256 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
6257 list after flattening it. This makes it possible to cat files
6258 with numerical names.
6259 (eshell-unix-initialize): Added several names to
6260 `eshell-complex-commands.
6261 (eshell-unix-command-complex-p): Return t if a given command name
6262 may result in external processes being invoked.
6263
6264 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6265 variable nil by default, since it slows down glob processing by a
6266 factor of two or more, and increases memory consumption.
6267
6268 * eshell/em-smart.el: Added a note about how memory consumptive
6269 smart display mode can be (at least this is true in Emacs 21).
6270 (eshell-smart-initialize): Whitespace fix.
6271 (eshell-refresh-windows): Use `if' instead of `when'.
6272 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6273 not necessary.
83c9cb8e 6274 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
6275
6276 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6277 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6278 Whitespace fix.
6279 (eshell-ls-exclude-hidden): Added this variable in addition to
6280 `eshell-ls-exclude-regexp'. This one prevents files beginning
6281 with . from even being read, which can improve memory consumption
6282 quite a bit.
6283 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6284 read file entries beginning with a dot. In home directories with
6285 lots of hidden files, fully two-thirds of the time spent in ls is
6286 used to read directory entries that are immediately thrown away.
6287 (eshell-ls-initial-args): Added back this configuration variable,
6288 for specifying default initial arguments to every call to ls.
6289 Much faster than using an alias to do the same thing.
6290 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6291 (eshell-ls-dir): Whitespace change.
6292
6293 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6294
83c9cb8e 6295 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
6296 (eshell-stringify-t): Added a customization variable, to indicate
6297 whether `t' should be rendered as a string at all. If not, one
6298 can still determine if the result of an expression is true using
6299 "file-exists-p FILE && echo true".
6300 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6301 stringify t!
6302
6303 * eshell/esh-module.el: Whitespace fix.
6304
83c9cb8e
SM
6305 * eshell/em-alias.el (eshell-alias-initialize):
6306 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
6307 (eshell-command-aliased-p): New function that returns t if a
6308 command name names an aliased.
6309
657f9cb8 63102000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6311
0467b076 6312 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 6313 redrawing the screen when changing cursor color.
0467b076
EZ
6314 (viper-insert-state-pre-command-sentinel)
6315 (viper-replace-state-pre-command-sentinel)
70c825df
SM
6316 (viper-replace-state-post-command-sentinel):
6317 Use viper-preserve-cursor-color.
657f9cb8
MK
6318 Many functions changed to use viper= instead of = when comparing
6319 characters.
0467b076 6320 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 6321 working with characters.
0467b076 6322 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
6323 Many functions changed to use viper= instead of = when comparing
6324 characters.
0467b076 6325 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 6326
0467b076 6327 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 6328 Several typos fixed in various docstrings.
0467b076 6329 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 6330 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
6331 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6332 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6333 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6334 (ediff-get-selected-buffers): New function.
6335 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
6336 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6337 Use save-window-excursion.
0467b076 6338 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 6339 termination check in while loop.
0467b076 6340 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 6341 dired buffer.
0467b076
EZ
6342 (ediff-files,ediff-merge-files,ediff-files3)
6343 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 6344
4f490d99
DL
63452000-10-28 Dave Love <fx@gnu.org>
6346
6347 * info.el (Info-fontify-node): Add help-echo for menu items.
6348
45b84006
EZ
63492000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6350
5ebc02b3
EZ
6351 * startup.el (normal-top-level): If the value of $TERM indicates
6352 we are running from xterm or one of its work-alikes, default to a
6353 light background mode.
6354
45b84006
EZ
6355 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6356 * faces.el (tty-handle-reverse-video): New function.
6357 (tty-create-frame-with-faces): Call it.
6358
6359 * frame.el (frame-notice-user-settings): Don't apply
6360 default-frame-alist and initial-frame-alist to MS-DOS frames.
6361 Call tty-handle-reverse-video, frame-set-background-mode, and
6362 face-set-after-frame-default for non-MS-DOS frames.
6363
6364 * startup.el (tty-long-option-alist): New variable.
6365 (tty-handle-args): New function.
6366 (command-line): Call tty-handle-args.
6367
6368 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6369 startup.el now does that for all character-terminal frames.
6370
eab6e8b9
MB
63712000-10-28 Miles Bader <miles@gnu.org>
6372
83c9cb8e
SM
6373 * emacs-lisp/easy-mmode.el (define-minor-mode):
6374 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6375 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 6376 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
6377 version using `easy-mmode-define-global-mode'.
6378 Add :conditional-turn-on keyword argument.
eab6e8b9 6379
51a29efc
DL
63802000-10-28 Dave Love <fx@gnu.org>
6381
83c9cb8e
SM
6382 * international/latin1-disp.el (latin1-char-displayable-p):
6383 Don't use window-system.
51a29efc 6384
d71d7114
EZ
63852000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6386
6387 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6388 Don't call find-buffer-file-type-coding-system. Instead, just
6389 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6390 if the file is on an untranslated filesystem.
6391 (add-untranslated-filesystem): Use "D" instead of "f" inside
6392 interactive.
6393
1f9cab4b
DL
63942000-10-27 Dave Love <fx@gnu.org>
6395
70c825df 6396 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
6397 (refill-mode): Use it.
6398
70c825df
SM
63992000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6400
6401 * international/quail.el (quail-activate): Don't make-local-hook.
6402
7432cf10
AS
64032000-10-27 Andre Spiegel <spiegel@gnu.org>
6404
4836835a 6405 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 6406 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
6407 (vc-make-version-backup): Don't do it on MS-DOS without long file
6408 names.
4836835a 6409
7432cf10
AS
6410 * vc.el (vc-version-other-window): If an automatic backup of the
6411 desired version exists, rename it instead of copying it.
6412
4836835a
TTN
6413 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6414 after command. If there's an unexpected error, signal it instead
7432cf10 6415 of being silent.
e1483c38 6416 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 6417
05ea7ef2
MB
64182000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6419
fd1035aa
MB
6420 * shell.el (shell): Add BUFFER argument.
6421 * comint.el (make-comint-in-buffer): New function.
6422 (make-comint): Use it.
6423
05ea7ef2
MB
6424 * faces.el (face-spec-choose): Change syntax so that the list of
6425 attribute-value pairs is now the cdr of each clause, not the cadr.
6426 Detect old-style entries, and handle them. Use pop.
6427
835a55fe
SM
64282000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6429
f5ab1cdd
SM
6430 * cus-edit.el (custom-mode-map): Use a sparse map.
6431 (custom-mode): Don't bother with make-local-hook.
6432
6433 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6434
835a55fe
SM
6435 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6436
c13b0ec8
GM
64372000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6438
6439 * ps-print.el: Avoid compilation gripes.
6440 (ps-print-version): New version number (6.2.1).
4836835a 6441
e9f63196
DL
64422000-10-26 Dave Love <fx@gnu.org>
6443
0b95284b
DL
6444 * menu-bar.el: Modify some menu item help strings.
6445 (menu-bar-help-menu): Add link to MORE.STUFF.
6446
e9f63196
DL
6447 * cus-edit.el (custom-mode): Add `special' mode-class property.
6448
6449 * wid-browse.el (widget-browse-mode): Likewise.
6450
6451 * wid-edit.el (widget-specify-field): Revert to using local-map
6452 property, not keymap.
6453
e276a14a
MB
64542000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6455
c1545d88
MB
6456 * wid-edit.el (widget-field-end): When checking for a `boundary'
6457 field, do so in the correct buffer.
6458
3c1b77ca
MB
6459 * simple.el (undo): Correctly distinguish between numeric and
6460 non-numeric prefix args in non-transient-mark-mode, as per the doc
6461 string. When in transient-mark-mode, treat all prefix-args as
6462 numeric.
6463
f5ab1cdd
SM
6464 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6465 Position point on match. Handle N == 0 correctly.
22626d9d
MB
6466
6467 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6468 (comint-mode-map): Reverse order of `comint-write-output' and
6469 `comint-append-output-to-file'.
6470 (comint-append-output-to-file): Reinstate this function, for the
6471 benefit of the menu.
6472
d97151cb
SM
64732000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6474
6475 * vc.el (vc-version-other-window): Bind `file'.
6476
ea7d6f5b
GM
64772000-10-25 Gerd Moellmann <gerd@gnu.org>
6478
f5ab1cdd 6479 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
6480
6481 * emacs-lisp/authors.el (batch-update-authors): New function.
6482 (authors-fixed-entries): New defconst.
6483 (authors-add-fixed-entries): New function.
6484 (authors): Call it.: Don't process lispref/.
6485
17c25cea
JR
64862000-10-25 Jason Rumney <jasonr@gnu.org>
6487
6488 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6489 Merge x w32 and mac definitions.
6490
4ecda532
GM
64912000-10-25 Gerd Moellmann <gerd@gnu.org>
6492
6493 * menu-bar.el (menu-bar-options-menu): Add a help string for
6494 `uniquify'.
6495
b6735035
GM
64962000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6497
f5ab1cdd
SM
6498 * time-stamp.el (time-stamp-string-preprocess):
6499 Fix a wrong type argument error.
b6735035 6500
f4cbc7a0
MB
65012000-10-25 Miles Bader <miles@gnu.org>
6502
6503 * recentf.el (recentf-mode): Variable removed.
6504 (recentf-mode): Use `define-minor-mode'.
6505
6506 * mwheel.el (mouse-wheel-mode): New global minor mode.
6507 (mwheel-install): Use `mouse-wheel-mode'.
6508
f4b020f6
DL
65092000-10-25 Dave Love <fx@gnu.org>
6510
f5ab1cdd
SM
6511 * progmodes/cperl-mode.el (cperl-mode):
6512 Set normal-auto-fill-function correctly.
072cb6f9 6513
83c9cb8e
SM
6514 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6515 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 6516 bindings.
f4b020f6 6517
ebe2a441
MB
65182000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6519
ff4dcd4b
MB
6520 * wid-edit.el (widget-field-at): New function.
6521 (widget-at, widget-field-activate): Use it.
6522 (widget-tabable-at): Use `widget-at'.
6523 (widget-specify-field): If the terminating character of the widget
6524 field (which is read-only) is a newline, put it into a special
6525 `boundary' field so that C-n/C-p act more naturally.
6526 (widget-field-end): Also don't subtract one if a special
6527 `boundary' field has been added after the widget field.
6528
83c9cb8e
SM
6529 * comint.el (comint-output-filter, comint-send-input):
6530 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 6531 code, since it should notice the overlay insertion-types now.
ff4dcd4b 6532
ebe2a441
MB
6533 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6534 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6535 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6536
fe50b6ab
GM
65372000-10-24 Gerd Moellmann <gerd@gnu.org>
6538
53df4dda 6539 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
6540 (authors): Set file coding system to iso-2022-7bit.
6541 Add file-local variables to output buffer.
53df4dda 6542
4836835a 6543 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
6544 WARN is nil.
6545
53df4dda
GM
65462000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6547
6548 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6549
6550 * delim-col.el: Now there is a column formatting mechanism.
6551 Modified to customization mechanisms convention. Doc fix.
6552 (columns): New group for delim-col.
6553 (delimit-columns-before, delimit-columns-after)
6554 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6555 (delimit-columns-end): New vars.
6556 (delimit-columns-customize, delimit-columns-format): New funs.
6557 (delimit-columns-region, delimit-columns-rectangle)
6558 (delimit-columns-rectangle-line): Modified to support column
6559 formatting.
4836835a 6560
a9839779
DL
65612000-10-24 Dave Love <fx@gnu.org>
6562
6563 * log-edit.el (log-edit): Add :version and a :group for vc.
6564
df0267b8
GM
65652000-10-24 Gerd Moellmann <gerd@gnu.org>
6566
9acc3873
GM
6567 * files.el (after-find-file): Don't print a message ``New file''
6568 if WARN is nil.
6569
83c9cb8e
SM
6570 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6571 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
6572 get duplicate tool-bar entries because we'll see the global ones
6573 on more than one path through keymaps.
6574
1946f901
GM
6575 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6576
df0267b8
GM
6577 * progmodes/cmacexp.el: Change Francesco's email address.
6578
ae3b264b
KH
65792000-10-24 Kenichi Handa <handa@etl.go.jp>
6580
6581 * window.el (fit-window-to-buffer): Adjust point of the window
6582 buffer, not that of the current buffer.
6583
23afac01
EZ
65842000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6585
6586 * progmodes/cmacexp.el: Update the euthor's email address.
6587
22d1a4ed
MB
65882000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6589
6590 * faces.el (face-spec-set-match-display): Add `graphic' display
6591 type (the inverse of `tty'). Use `display-graphic-p' instead of
6592 the window-system variable.
6593
f408aa48
KH
65942000-10-24 Kenichi Handa <handa@etl.go.jp>
6595
83c9cb8e
SM
6596 * international/isearch-x.el (isearch-with-input-method):
6597 Call input-method-function with the first event in
f408aa48
KH
6598 unread-command-events.
6599
94fe8a31
MB
66002000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6601
83c9cb8e 6602 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 6603
8f47302e
AC
66042000-10-24 Andrew Choi <akochoi@i-cable.com>
6605
6606 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
6607 New charsets.
6608
6609 * term/mac-win.el: Remove definitions of mac-roman-lower and
6610 mac-roman-upper, require dired, and define instead of set
6611 mac-ready-for-drag-n-drop to avoid compilation error.
6612
446c097e
AI
66132000-10-23 Andrew Innes <andrewi@gnu.org>
6614
83c9cb8e
SM
6615 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6616 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
6617 expand-file-name after convert-standard-filename to ensure
6618 expected directory separators are used.
6619
379b70e7
EZ
66202000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6621
6622 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6623
85c766e9
DL
66242000-10-23 Dave Love <fx@gnu.org>
6625
b7e03a67
DL
6626 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6627 (tool-bar-add-item): Set foreground and background for XBM icons.
6628
83c9cb8e
SM
6629 * international/latin1-disp.el (latin1-char-displayable-p):
6630 New function (from Handa).
b7e03a67
DL
6631 (latin1-display-check-font): Use it.
6632
0dcf8835 6633 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
6634 using :key-sequence, making it much more usable.
6635 Use nconc, not append.
0dcf8835
DL
6636 (imenu--create-keymap-1): Avoid append.
6637
85c766e9 6638 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 6639
cb3069bb
MB
66402000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6641
6642 [the following changes fix a bug where `define-minor-mode' didn't
6643 correctly generate :require clauses for defcustoms in compiled files]
6644 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6645 (byte-compile-log-file, byte-compile-log-1): Don't set
6646 `byte-compile-current-file' to nil. Instead set
6647 `byte-compile-last-logged-file' to it. Test whether
6648 byte-compile-current-file equals byte-compile-last-logged-file
6649 instead of whether its nil.
3b6542ba 6650 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 6651
6db6243b
SM
66522000-10-23 Stefan Monnier <monnier@cs.yale.edu>
6653
6654 * textmodes/refill.el: Fix var names in doc.
6655 (refill-mode): Don't bother with make-local-hook anymore.
6656
98490598
MB
66572000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6658
e01cd227
MB
6659 * faces.el (face-user-default-spec, face-default-spec): New functions.
6660 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 6661 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
6662 Use `face-user-default-spec'. Simplify code slightly.
6663
4836835a 6664 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
6665 (woman-unknown-face): Add dark-background variants.
6666 (woman-default-faces): Renamed from `woman-colour-faces'.
6667 Set using the stored defaults, rather than using hard-wired colors.
6668 (woman-monochrome-faces): Renamed from `woman-black-faces'.
6669 Just make the foreground `unspecified' rather than "black".
6670 (woman-menu): Rename menu entries accordingly.
6671
98490598
MB
6672 * faces.el (header-line): Make more reasonable on mono/grayscale
6673 displays.
6674
1a578e9b
AC
66752000-10-23 Andrew Choi <akochoi@i-cable.com>
6676
6677 * cus-edit.el (custom-button-face): Use 3D look for mac.
6678 (custom-button-pressed-face): Likewise.
6679
6680 * faces.el (set-face-attributes-from-resources): Handle mac frames
6681 in the same way as x and w32 frames.
6682 (face-valid-attribute-values): Likewise.
6683 (read-face-attribute): Likewise.
6684 (defined-colors): Likewise.
6685 (color-defined-p): Likewise.
6686 (color-values): Likewise.
6687 (display-grayscale-p): Likewise.
6688 (face-set-after-frame-default): Likewise.
6689 (mode-line): Same default face as for x and w32.
6690 (tool-bar): Likewise.
6691
6692 * frame.el: Remove call to frame-notice-user-settings at end of
6693 the file.
6694
83c9cb8e 6695 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
6696 as for x, pc, and w32 frame types.
6697
6698 * term/mac-win.el: New file.
6699
aaaf7be7
DL
67002000-10-22 Dave Love <fx@gnu.org>
6701
6702 * textmodes/refill.el: New file.
6703
5392d654
AS
67042000-10-22 Andre Spiegel <spiegel@gnu.org>
6705
4836835a 6706 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 6707 MANUAL and REGEXP.
4836835a 6708 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
6709 New functions.
6710 (vc-before-save): Use the latter.
6711 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6712 confusion.
6713
4836835a 6714 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
6715 expected by vc[-hooks].el.
6716
6717 * vc.el (vc-checkout): Added `-p' suffix in call to
6718 vc-make-version-backups-p; use vc-make-version-backup to actually
6719 make the backup.
6720 (vc-version-other-window, vc-version-backup-file): Handle both
6721 automatic and manual backups.
6722 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6723 of all of them.
6724
1e221c16
MB
67252000-10-22 Miles Bader <miles@gnu.org>
6726
7ff4fda5
MB
6727 * comint.el (comint-highlight-input, comint-highlight-prompt):
6728 Renamed, `-face' at end removed.
6729 (comint-send-input, comint-output-filter): Use renamed faces.
6730
3511cde8
MB
6731 * window.el (fit-window-to-buffer): Change defaulting of
6732 MAX-HEIGHT slightly.
6733
1e221c16
MB
6734 * faces.el (color-values, color-defined-p): Use `member', not
6735 `memq', because it works correctly for strings.
6736 (frame-set-background-mode): Actually, "unspecified-fg" and
6737 "unspecified-bg" *are* strings. Use `member', not `memq', and
6738 `equal', not `eq', when a string value is possible.
6739
b6ef4898
EZ
67402000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6741
6742 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6743
34939e2c
SM
67442000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6745
6746 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6747 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6748 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6749 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6750 (sh-font-lock-syntactic-keywords): Use them.
6751 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6752 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6753 (sh-mode): Don't override font-lock-unfontify-region-function.
6754 Use a copy of sh-font-lock-syntactic-keywords.
6755 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6756 Don't call sh-scan-buffer since font-lock does it on the fly.
6757 (sh-get-indent-info): Use `face' rather than `syntax-table'
6758 text-property to detect here-documents.
6759 Replace sh-special-syntax with sh-st-punc.
6760 (sh-prev-line): Use `face' rather than `syntax-table'
6761 text-property to skip over here-documents.
6762 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6763 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6764 (sh-electric-less, sh-set-here-doc-region)
4836835a 6765 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
6766 (sh-scan-buffer, sh-rescan-buffer): Remove.
6767
f3d3c491
AI
67682000-10-21 Andrew Innes <andrewi@gnu.org>
6769
6770 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6771 remote (ange-ftp) file names.
6772
b86c791c
MB
67732000-10-21 Miles Bader <miles@gnu.org>
6774
d9c30bdf
MB
6775 * window.el (fit-window-to-buffer): New function.
6776 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
6777 (window-text-height): Don't expect minibuffers to have mode-lines.
6778
d9c30bdf 6779 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
6780 * international/quail.el (quail-update-guidance):
6781 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 6782
617fee5a
MB
6783 * international/quail.el (quail-show-guidance-buf): Make sure
6784 guidance window really has enough room.
6785 (quail-update-guidance): If quail-guidance-win is already shown,
6786 make sure its height is OK.
6787
b86c791c
MB
6788 * window.el (window-text-height, set-window-text-height):
6789 New functions.
6790 (shrink-window-if-larger-than-buffer): Use `window-text-height'
6791 instead of `window-height' & `mode-line-window-height-fudge'.
6792 (mode-line-window-height-fudge): Add FACE parameter.
6793 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6794 instead of `enlarge-window' & `mode-line-window-height-fudge'.
6795
e34850d1
MB
67962000-10-20 Miles Bader <miles@gnu.org>
6797
6798 * window.el (height-affecting-face-attributes): Use `defconst'.
6799
6800 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
6801 New function, conditionally aliased to `mode-line-window-height-fudge'.
6802 (ispell-help): Use it.
6803 (ispell-choices-win-default-height): Don't include mode-line fudge.
6804 (ispell-choices-win-default-height): New function.
6805 (ispell-show-choices, ispell-command-loop): Use function
6806 `ispell-choices-win-default-height' instead of variable.
6807
a8b883c2
MB
68082000-10-20 Miles Bader <miles@lsi.nec.co.jp>
6809
8c6e4a58
MB
6810 * window.el (mode-line-window-height-fudge): New variable.
6811 (height-affecting-face-attributes): New variable.
6812 (mode-line-window-height-fudge): New function.
6813 (shrink-window-if-larger-than-buffer): Use it.
6814 * help.el (resize-temp-buffer-window): Likewise.
6815
a8b883c2
MB
6816 * info.el (Info-fontify-node): Add support for @subsubsection
6817 titles, which use `Info-title-4-face'.
6818 (Info-title-4-face): New face.
6819 (Info-title-3-face): Inherit from Info-title-4-face instead of
6820 variable-pitch.
6821
e64c3a75
JR
68222000-10-19 Jason Rumney <jasonr@gnu.org>
6823
6824 * dired.el (dired-insert-directory): Do not let errors signalled by
6825 attempt to run dired-free-space-program prevent dired from working.
6826
c70fe852
SM
68272000-10-19 Stefan Monnier <monnier@cs.yale.edu>
6828
6829 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6830
877cf6b4
GM
68312000-10-19 Gerd Moellmann <gerd@gnu.org>
6832
5de037e0
GM
6833 * dirtrack.el (dirtrack): Fix call to run-hooks.
6834
6deb9af9
GM
6835 * cmuscheme.el (cmuscheme-program-name): Renamed from
6836 scheme-program-name because xscheme.el contains a defcustom with
6837 the same name. As a consequence, customizing group `cmuscheme'
6838 loaded `xscheme' which redefined run-scheme.
6839 (run-scheme): Use cmuscheme-program-name.
6840
83c9cb8e 6841 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 6842
e597d8fb 6843 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 6844 anonymous address, and add a website for Befrienders International.
4836835a 6845
3e9cb08f
GM
68462000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6847
c70fe852
SM
6848 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6849 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
6850 (ps-print-version): New version number (6.2).
6851 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6852 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6853 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6854 (ps-x-extent-priority, ps-x-extent-start-position)
6855 (ps-x-face-font-instance, ps-x-find-coding-system)
6856 (ps-x-font-instance-properties, ps-x-make-color-instance)
6857 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6858 avoid compilation gripes without defining functions.
6859 (ps-e-find-composition): Alias for function find-composition, to have a
6860 suitable function depending on Emacs version.
6861 (ps-color-device, ps-color-values, ps-face-foreground-name)
6862 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6863 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6864 (ps-print-ensure-fontified): Function definitions surrounded by
6865 `eval-and-compile' to avoid compilation gripes.
6866 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6867 by symbol-value to avoid compilation gripes.
6868 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6869 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6870
d8abcd91
MB
68712000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6872
13ab33c4
MB
6873 * startup.el (normal-top-level): Call `frame-set-background-mode'
6874 after `frame-notice-user-settings' because the latter doesn't call
6875 the former on a tty.
6876
d8abcd91
MB
6877 * faces.el (frame-set-background-mode): `unspecified' &c are
6878 symbols, not strings.
6879
e8bce0a9
EZ
68802000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6881
c70fe852
SM
6882 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6883 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 6884
c70fe852
SM
6885 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6886 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 6887
773272d8
KH
68882000-10-19 Kenichi Handa <handa@etl.go.jp>
6889
c70fe852 6890 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
6891 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6892 for ISO10646-1 fonts.
6893 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6894
772139c0
EZ
68952000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6896
6897 * faces.el (frame-set-background-mode): If a tty frame defines a
6898 background color, use that to compute the background mode, instead
6899 of always defaulting to "dark".
6900
d134a19f
MB
69012000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6902
8bb84cb2
MB
6903 * comint.el (comint-write-output): New function.
6904 (comint-mode-map): Add it to the menu.
e40a778f 6905 Bind `C-c C-s' to comint-write-output.
d134a19f 6906
dada41e1
GM
69072000-10-18 Gerd Moellmann <gerd@gnu.org>
6908
6909 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6910 Use fancy-splash-delay.
6911
9b5360aa
GM
69122000-10-18 Alex Schroeder <alex@gnu.org>
6913
6914 * progmodes/sql.el (sql-sybase-options): New option.
6915 (sql-sybase): Use it. Add sql-database to the list of parameters
6916 provided for login. The options -w 2048 -n are not used any more.
6917
9035a35a
GM
6918 * comint.el (comint-read-input-ring): Bugfix such that the first
6919 and the last entry of the input ring file are not lost.
6920
3556c6dd
GM
69212000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6922
6923 * ps-print.el: Internal variable changes to defcustom,
6924 make-local-hook changes to defvar. Doc fix.
6925 (ps-print-version): New version number (6.1).
6926 (ps-setup, ps-do-despool): Code fix.
6927 (ps-printer-name): Customization fix.
6928 (ps-printer-name-option): Now is a defcustom instead of an
6929 internal variable.
6930 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6931 (ps-print-begin-column-hook): Now are defvar instead of
6932 make-local-hook.
4836835a 6933
4e217e50
MB
69342000-10-18 Miles Bader <miles@gnu.org>
6935
6936 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6937 (comint-kill-output): Changed into an alias for `comint-delete-output',
6938 and made obsolete.
6939 (comint-mode-map): Rename references to comint-kill-output.
6940
34460354
EZ
69412000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6942
6943 * diff-mode.el (diff-header-face, diff-file-header-face)
6944 (diff-changed-face): Add bold and italic attributes to tty faces.
6945 (diff-function-face): New face.
6946 (diff-font-lock-keywords): Use it.
6947
17ea3cdb
MB
69482000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6949
6950 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6951 Remove commented-out call to force-mode-line-update.
6952 (comint-kill-output): Use `forward-line 0' instead of
6953 beginning-of-line to make sure we get past the prompt.
6954
9244f2c7
SM
69552000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6956
6957 * diff-mode.el (diff-header-face, diff-file-header-face):
6958 Add specific setting for dark background.
6959 (diff-context-face): Renamed from diff-comment-face.
6960 Set explicitly rather than inheriting from font-lock-comment-face.
6961
1592c1ef
EZ
69622000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6963
6964 * startup.el (command-line): Move the code which sets the default
6965 TTY colors to before before-init-hook.
6966
f86292a9
GM
69672000-10-17 Gerd Moellmann <gerd@gnu.org>
6968
6969 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6970
f7f2e883
EZ
69712000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6972
e854cc22
EZ
6973 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6974 extensions, for MS-DOS.
6975
f7f2e883
EZ
6976 * diff-mode.el (diff-header-face, diff-file-header-face)
6977 (diff-changed-face): Define tty-specific colors.
6978
c7b4f0f9
GM
69792000-10-17 Gerd Moellmann <gerd@gnu.org>
6980
6981 * startup.el (fancy-splash-text): Realign the text.
6982
12a72271
EZ
69832000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6984
6985 * font-lock.el (font-lock-comment-face): Define a separate default
6986 for dark-background tty's.
6987
61dfccfd
MB
69882000-10-17 Miles Bader <miles@gnu.org>
6989
6990 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6991 being obscured by whizzy mode-lines on graphics displays.
6992
333cd59e
EZ
69932000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6994
6995 * info.el (Info-title-1-face, Info-title-2-face)
6996 (Info-title-3-face): Define colors for tty's.
dada41e1 6997 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 6998
dbf1fcc1
EZ
69992000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7000
7001 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7002 reverse from the frame parameters, and don't invert foreground and
7003 background colors.
7004
ac629823
MB
70052000-10-16 Miles Bader <miles@gnu.org>
7006
7007 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7008 string "*Info*". Call propertized-buffer-identification to spruce
7009 up the result.
7010
76eebffc
GM
70112000-10-16 Gerd Moellmann <gerd@gnu.org>
7012
3a6b59d9
GM
7013 * help.el: Provide `help' for the sake of define-minor-mode
7014 which generates defcustoms with requires.
7015
6569c3d3
GM
7016 * jit-lock.el (jit-lock-after-change): If we're in text that
7017 matches a multi-line font-lock pattern, make sure the whole text
7018 will be redisplayed.
7019
c2e0a611
GM
7020 * emacs-lisp/authors.el (authors-add): Don't add an entry if
7021 author's name is unknown.
7022
76eebffc
GM
7023 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7024 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7025 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7026 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7027 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7028 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7029 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7030 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7031 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7032 Add author information.
7033
cf1e7b12
MB
70342000-10-16 Miles Bader <miles@lsi.nec.co.jp>
7035
7036 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7037 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7038 full-color version (using the Gimp) to eliminate dithering artifacts.
7039
5586f3eb
SM
70402000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7041
7042 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7043
7044 * simple.el (syntax-flag-table, string-to-syntax): Remove.
7045
ad64a888
DL
70462000-10-15 Dave Love <fx@gnu.org>
7047
83c9cb8e 7048 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
7049
7050 * pcomplete.el (pcomplete) <defgroup>: Add :version.
7051
7052 * whitespace.el: Doc fixes.
7053 (top-level): Don't add hooks here.
7054 (whitespace-running-emacs): Deleted.
7055 (timer): Don't require.
7056 (whitespace): Add back :version conditional on xemacs test.
7057 (whitespace-spacetab-regexp, whitespace-indent-regexp)
7058 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7059 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7060 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7061 Avoid specific xemacs test.
7062 (whitespace-global-mode): New option.
7063 (whitespace-global-mode): New command.
7064 (whitespace-unload-hook): New function.
7065
7066 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 7067 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
7068 (Info-fontify-node): `Goto' goes to `Go to'.
7069 (Info-fontify-node): Add help-echo to xref links.
7070
1ef49fc6
EZ
70712000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
7072
7073 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7074
8b7707e1
SM
70752000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7076
b3b7f42f
SM
7077 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7078 Use plist-get and allow :inherit.
7079
7080 * emacs-lisp/cl-macs.el (cl-do-arglist):
7081 Use plist-get and plist-member instead of memq.
7082
3c7fafc7
SM
7083 * emacs-lisp/ewoc.el (ewoc-location): New function.
7084 (ewoc-enter-after, ewoc-enter-before): Document return value.
7085 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7086 Don't need make-local-hook any more.
7087 (cvs-addto-collection): Return the new tin.
7088 (cvs-mode-insert): Jump to the new line.
7089
8b7707e1
SM
7090 * jit-lock.el (jit-lock-fontify-buffer): Remove.
7091
7092 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7093
7094 * font-lock.el (font-lock-syntactically-fontified): New var.
7095 (font-lock-fontify-syntactic-keywords-region): Use it.
7096 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
7097
7098 * diff-mode.el (diff-find-file-name): Fix regexp.
7099
7100 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7101 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7102
7103 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7104 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7105 (sh-mode): Don't make all vars local here.
7106 (sh-kw): Reformat.
7107 (sh-set-shell): Use dolist. Don't set indent-region-function.
7108 (sh-mode-syntax-table): Use pop.
7109 (sh-remember-variable): Use push.
7110 (sh-help-string-for-variable): Use memq.
7111 (sh-safe-backward-sexp): Remove.
7112 (sh-safe-forward-sexp): Add ARG.
7113 (sh-get-indent-info, sh-prev-stmt): Use it.
7114 (sh-prev-line): Simplify by using forward-comment.
7115 (sh-this-is-a-continuation): Simplify.
7116 (sh-learn-buffer-indent): Use dolist.
7117 (sh-do-nothing): Remove.
7118 (sh-set-char-syntax, sh-set-here-doc-region):
7119 Use inhibit-modification-hooks.
7120 (sh-name-style): Use mapcar and push.
7121 (sh-load-style): Use dolist.
7122 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7123 (sh-case, sh-while-getopts): Use propertize directly rather
7124 than sh-electric-rparen.
7125
71262000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7127
7128 * textmodes/tex-mode.el: Require CL when compiling.
7129 (tex-mode-syntax-table): Init immediately.
7130 (tex-mode-map): Bind M-RET to latex-insert-item.
7131 (latex-mode): Set indent-line-function to latex-indent.
7132 (tex-common-initialization): Don't setup the syntax-table any more.
7133 (latex-insert-item): New skeleton.
7134 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 7135 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 7136 (latex-indent, latex-find-indent): New functions.
4836835a 7137 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
7138 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7139 (tex-compilation-parse-errors): Use with-syntax-table.
7140
86b7fcbb
MB
71412000-10-15 Miles Bader <miles@gnu.org>
7142
7143 * font-lock.el (font-lock-comment-face): Change dark-background,
7144 color, non-tty, default to `chocolate1'.
7145
57a24508
JW
71462000-10-13 John Wiegley <johnw@gnu.org>
7147
7148 * eshell/esh-util.el (require): Added a missing `require' form,
7149 needed when compiling (for an ange-ftp macro definition).
7150
40ad3db4
DL
71512000-10-13 Dave Love <fx@gnu.org>
7152
7153 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7154
db460189
GM
71552000-10-13 Gerd Moellmann <gerd@gnu.org>
7156
83c9cb8e 7157 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 7158
4836835a 7159 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
7160 transparent -colors 8).
7161
3b5e21df
GM
71622000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7163
7164 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7165 that breaks with old list format timestamps.
7166 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 7167 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 7168
16908a3f
JW
71692000-10-13 John Wiegley <johnw@gnu.org>
7170
d7103dda
JW
7171 * align.el, pcomplete.el, calendar/timeclock.el,
7172 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7173
dace60cf 7174 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
7175 faulty math, where holiday hours were being computing as seconds.
7176
b6b70cda
JW
71772000-10-13 John Wiegley <johnw@gnu.org>
7178
7179 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
7180 specifying what "other" kinds of buffers should be saved.
7181 This used to be hard-coded.
b6b70cda
JW
7182 (desktop-buffer-misc-functions): A global for specifying how
7183 auxiliary data should be determined for special buffer types.
7184 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7185 instead of hard-coding the special buffer types.
7186 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7187 auxiliary data, instead of hard-coding for Info buffers and dired.
7188 (desktop-buffer-info-misc-data): Aux function for determining Info
7189 buffer auxiliary info.
7190 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7191 (desktop-buffer-info): Changed this function to use the info
7192 gathered above.
7193 (desktop-create-buffer): Be a little more careful about what
7194 `minor-mode' means before calling it. This is important for some
7195 buffer types.
7196
8c6b1d83
JW
71972000-10-13 John Wiegley <johnw@gnu.org>
7198
7199 * eshell/esh-util.el: Added a global form which declares an
7200 autoload for `parse-time-string', if that function is not already
7201 defined, and if parse-time.el is available on the user's system.
7202
7203 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7204 to be aware of ange-ftp user info.
83c9cb8e 7205 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
7206 (eshell-ls-annotate): Use `eshell-file-attributes'.
7207 (eshell-ls-file): Made the user-id printing code a bit smarter.
7208
7209 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7210 allow identification of alias user ids in remote directories.
83c9cb8e
SM
7211 It's manual, but there's no other way to know when the current user
7212 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
7213 (fboundp): Bind `ange-cache'.
7214 (eshell-directory-files-and-attributes): Re-organized the logic a
7215 bit to use `eshell-file-attributes' instead of `file-attributes'.
7216 The former is more sensitive to directories that are read via FTP,
7217 and knows how to use ange-ftp to determine full attribute
7218 information, instead of just the name and last modtime.
7219 (eshell-current-ange-uids): Return the current user id when in a
7220 remote directory.
7221 (eshell-parse-ange-ls): Parse a full directory listing that has
7222 been returned by ange-ftp.
7223 (eshell-file-attributes): This beefed up version of
7224 `file-attributes' is only special if the user is currently in a
7225 remote directory, in which case it does a lot of work to find out
7226 what the real attributes of a file are, as they appear on the
7227 remote machine. This makes usage of remote directories (i.e.,
7228 ange-ftp pathnames) much more useful. You can now use Eshell as a
7229 full-fledged FTP client, with much more manipulation ability than
7230 most other clients.
7231
7232 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7233 variable, which means that Eshell's du should always be preferred
7234 in remote directories.
7235 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7236 just `file-attributes'.
7237 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7238 when reading remote directories. This is an Eshell-specific
7239 variable (not part of ange-ftp).
7240 (eshell/ln): Bind `ange-cache'.
7241 (eshell/du): Added some extra logic for determining when to use
7242 Eshell's du (which is slow), and when to use the external version
7243 (which may or may not exist).
7244
83c9cb8e
SM
7245 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7246 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
7247 `get-buffer-process', since backgrounded processes don't count in
7248 the context of this function's logic.
7249
7250 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7251 `forward-char', so that null strings are parsed correctly.
7252
87730e84 72532000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 7254
83c9cb8e
SM
7255 * eshell/em-pred.el (eshell-pred-file-type)
7256 (eshell-pred-file-links, eshell-pred-file-size):
7257 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
7258
7259 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7260 that remote file globbing is more efficient.
7261
7262 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7263 gathering the files and attributes within a directory.
7264
7265 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7266 the command line is a special file (not a regular file, directory
7267 or symlink), always attempt to call the external version of cat.
7268
87730e84 72692000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
7270
7271 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7272 Eshell-friendly version of find-tag.
7273
1c7e37a9
MB
72742000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7275
4836835a 7276 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
7277 (image-file-name-regexps): Add autoload cookies.
7278
11a7f341
KH
72792000-10-13 Kenichi Handa <handa@etl.go.jp>
7280
7281 * international/mule-cmds.el (select-safe-coding-system): If FROM
7282 is string, show it in *Warning* buffer.
7283
8ddddcb0
EZ
72842000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7285
7286 * startup.el (normal-top-level): Use display-popup-menus-p instead
7287 of window-system.
7288 (command-line): Use display-graphic-p instead of window-system.
7289 (command-line-1): Use display-popup-menus-p and display-mouse-p
7290 instead of window-system.
7291
72200f89
SS
72922000-10-12 Sam Steingold <sds@gnu.org>
7293
7294 * tooltip.el (tooltip-use-echo-area): New user variable.
7295 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7296
8661c643
DL
72972000-10-12 Dave Love <fx@gnu.org>
7298
d0b40dc1
DL
7299 * recentf.el: Maintainer's checkdoc fixes.
7300
83c9cb8e
SM
7301 * startup.el (normal-top-level-add-subdirs-to-load-path):
7302 Use character class, not ASCII when matching file names.
a622451f
DL
7303 (fancy-splash-head): Add trailing slash to URL.
7304 (command-line): Don't require XPM support for toolbar.
7305
8661c643
DL
7306 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7307 (cperl-invalid-face): Revert last change.
7308 (cperl-init-faces): Quote cperl-invalid-face.
7309
ef2ed8ab
KH
73102000-10-12 Kenichi Handa <handa@etl.go.jp>
7311
7312 * startup.el (fancy-splash-text): Remove superfluous quote.
7313
b0da379e
GM
73142000-10-12 Gerd Moellmann <gerd@gnu.org>
7315
dbeb499b
GM
7316 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7317 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7318 (command-line-1): Don't use fancy-splash-pending-command.
7319 (fancy-splash-screens-1): Goto point-min after inserting text.
7320
d861718a
GM
7321 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7322
b0da379e
GM
7323 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7324 instead of shared-lisp-mode-map.
7325
4fb2ad98
MB
73262000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7327
1cb4393e
MB
7328 * faces.el (header-line): Change tty-variant to use underlining.
7329
4fb2ad98
MB
7330 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7331 (isearch-highlight): Restore lazy-isearch face properties at old
7332 position, and suppress them at new position.
7333 (isearch-dehighlight): Restore lazy-isearch face properties.
7334 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7335 over the real isearch overlay, but in that case, don't give it a
7336 face property. Use `push'.
7337
eb991b25
KH
73382000-10-12 Kenichi Handa <handa@etl.go.jp>
7339
7340 * man.el (Man-getpage-in-background): Fix previous change.
7341 Decode the process output only when we are in multibyte mode.
7342
a818c1c0
DL
73432000-10-11 Dave Love <fx@gnu.org>
7344
c990f53a
DL
7345 * info.el (Info-mode-menu): Fix some help.
7346 (info-tool-bar-map): Add entry for Info-last.
7347
a818c1c0
DL
7348 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7349 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7350 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7351 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7352 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7353 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7354 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7355 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7356 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7357 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7358 Reduce colour requirements to 25 overall. (Probably wants
7359 revisiting from the originals to reduce further.)
7360
c1b096cb
EZ
73612000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7362
7363 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7364 buffer-file-coding-system, instead of raw-text.
7365 (dehexlify-buffer): Bind coding-system-for-read to
7366 buffer-file-coding-system, instead of raw-text.
7367
5c8b7eaf
SS
73682000-10-11 Sam Steingold <sds@gnu.org>
7369
83c9cb8e 7370 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
7371 `underline' - fixes the bug introduced on 2000-09-21.
7372
2cfbdb7a
DL
73732000-10-11 Dave Love <fx@gnu.org>
7374
83c9cb8e
SM
7375 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7376 Avoid compiler warnings.
2cfbdb7a
DL
7377 (scheme-mode): Doc fix.
7378 (scheme-font-lock-keywords-1): Match `define-syntax'.
7379
73802000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
7381
7382 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
7383 face specs as well as default ones. Only do anything if the
7384 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 7385 (region): Make dark-background `region' face less in-your-face.
4b33f290 7386
690ec649
SS
73872000-10-10 Sam Steingold <sds@gnu.org>
7388
7389 * chistory.el, ielm.el, ledit.el:
7390 * progmodes/inf-lisp.el, progmodes/scheme.el:
7391 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7392
3b95d6bb
SM
73932000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7394
7395 * textmodes/texinfo.el: Update copyright and fix typo.
7396
7397 * desktop.el (desktop-modes-not-to-save): New var.
7398 (desktop-save-buffer-p): Use it.
a30eb617
DL
7399 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7400 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7401
74022000-10-10 Dave Love <fx@gnu.org>
7403
7404 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 7405 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
7406
7407 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7408 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7409 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7410 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7411 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7412 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7413 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7414 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7415 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7416 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7417 the .xpms; probably need retouching.
7418
74192000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7420
7421 * subr.el (add-to-list): Add optional argument APPEND.
7422 * battery.el (display-battery): Use `add-to-list'.
7423
74242000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7425
83c9cb8e
SM
7426 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7427 properties.
a30eb617
DL
7428 (zone, zone-when-idle, zone-leave-me-alone)
7429 (zone-pgm-whack-chars): Use new symbol properties.
7430
7431 * battery.el (display-battery): Doc spelling fix.
7432
7433 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7434 property.
7435
74362000-10-09 Dave Love <fx@gnu.org>
7437
7438 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7439 has been initialized before calling tool-bar-setup.
7440 (tool-bar-add-item-from-menu): Add autoload cookie.
7441
74422000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7443
7444 * menu-bar.el (send-mail-item-name): New function.
7445 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7446 of mail-user-agent in the menu. Don't display the "Send Mail"
7447 item if mail-user-agent is nil or its value is ignore.
7448 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7449 if read-mail-command is nil or its value is ignore.
7450
7451 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7452
74532000-10-09 Miles Bader <miles@gnu.org>
7454
7455 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7456 Correct image size.
7457 * toolbar/left_arrow.xpm: Correct image size.
7458
7459 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7460 will be done by the definition of `auto-compression-mode' if
7461 necessary. Move code to uninstall existing file-name handler
7462 before definition of `auto-compression-mode'.
7463
7464 * image-file.el (auto-image-file-mode): Move to the end of the
7465 file, because `define-minor-mode' actually calls the mode-function
7466 if the associated variable is non-nil, which requires that all
7467 needed functions be already defined.
7468
7469 * mouse.el (popup-menu): Balance parens.
7470
74712000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7472
7473 * mouse.el (popup-menu): Move the command call outside the loop
7474 so that popup-menu returns whatever the command returns.
7475
7476 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7477 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7478 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7479 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7480
7481 * vc.el (vc-version-diff): diff-switches can be a list.
7482 Use relative filenames for prettier output.
7483
7484 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7485 (vc-post-command-functions): Remove old-VC compatibility code.
7486
7487 * newcomment.el (comment-indent-default): Autoload.
7488
7489 * font-lock.el (font-lock-defaults): Make buffer-local.
7490 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7491 (font-lock-choose-keywords):
7492 Ignore LEVEL unless KEYWORDS is a list of syms.
7493 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7494 Don't wrap regexp-opt things in \(...\) unnecessarily.
7495
7496 * jit-lock.el: Don't require font-lock any more.
7497 (jit-lock-functions): Make buffer-local.
7498 (jit-lock-saved-fontify-buffer-function): Remove.
7499 (jit-lock-mode): Remove autoload cookie.
7500 Remove font-lock specific code.
7501 (jit-lock-unregister): Don't bother handling complex hooks any more.
7502 (jit-lock-refontify): New function.
7503 (jit-lock-fontify-buffer): Use it.
7504 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7505 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7506 Add optional args START and END.
7507 Never call font-lock-fontify-region directly.
7508 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7509
7510 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7511
75122000-10-08 Dave Love <fx@gnu.org>
7513
7514 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7515
7516 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7517
7518 * play/studly.el (studlify-region, studlify-word): Add autoload
7519 cookie.
7520
7521 * play/morse.el (morse-region, unmorse-region): Add autoload
7522 cookie.
7523
7524 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7525 concat.
7526
7527 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7528 insist on symbols starting with word syntax.
7529 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7530 (eval-defun-1): Doc fix.
7531 (indent-sexp): Use nconc to build up indent-stack.
7532
7533 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7534 Gnus with little use.
7535 (mail-setup-hook): Add mail-abbrevs-setup to options.
7536
7537 * recentf.el: Doc fixes.
7538
7539 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7540 Clean up remainder.
7541
7542 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7543 without timezone and (8) with timezone to enforce some whitespace.
7544 Simplify code somewhat.
7545
7546 * options.el (list-options): Doc that you should use customize.
7547
7548 * iswitchb.el (iswitchb-mode): Add :require.
7549
7550 * info.el (Info-goto-node, Info-menu): Doc fix.
7551 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7552 (info-tool-bar-map): New variable.
7553 (Info-mode): Use it.
7554 (Info-edit-map): Define all in defvar.
7555 (speedbar-attached-frame): Avoid compiler warning.
7556
7557 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7558 (global-map): Bind [tool-bar] to a filtered map.
7559 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7560 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7561 Allow PBM icons.
7562 (tool-bar-setup): Adjust calls of tool-bar-add-item.
7563
7564 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7565 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7566 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
7567 icons, except up_arrow, which is left-arrow rotated.
7568
7569 * imenu.el (imenu-add-to-menubar): Fix last change.
7570
75712000-10-08 Peter Breton <pbreton@ne.mediaone.net>
7572
7573 * generic-x.el (rul-generic-mode): Remove eval-when-compile
7574 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
7575
75762000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7577
7578 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7579 typos in doc strings.
7580
7581 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7582 the doc strings how to customize Font Lock faces.
7583
7584 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7585 computing growth when dragging the header line.
7586
75872000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7588
7589 * simple.el (kill-line): Doc fix.
7590
75912000-10-08 Miles Bader <miles@gnu.org>
7592
7593 * faces.el (secondary-selection): Make foreground visible on tty.
7594
7595 * jka-compr.el (auto-compression-mode): Move to the end of the
7596 file, because `define-minor-mode' actually calls the mode-function
7597 if the associated variable is non-nil, which requires that all
7598 needed functions be already defined.
7599 (with-auto-compression-mode): Add autoload cookie.
7600
76012000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
7602
7603 * files.el (find-backup-file-name) [ms-dos]: If support for long
7604 file names is not available, behave as if version-control were set
7605 to never.
7606
76072000-10-07 Dave Love <fx@gnu.org>
7608
7609 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
7610 (browse-url-gnome-moz): New function.
7611 (browse-url-browser-function): Use it.
7612 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
7613
76142000-10-07 Stefan Monnier <monnier@cs.yale.edu>
7615
7616 * indent.el (tab-always-indent): New var.
7617 (indent-for-tab-command): Use it.
7618
7619 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7620 raise an error. This way it can still default to a sane value.
7621
76222000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7623
7624 * startup.el (fancy-splash-screens): Use local rather than global map.
7625 Don't use `update-menu-bindings' any more.
7626 Get rid of assumptions about keymap representation.
7627
76282000-10-06 Dave Love <fx@gnu.org>
7629
7630 * textmodes/fill.el (sentence-end-double-space)
7631 (sentence-end-without-period): Doc fix.
7632 (adaptive-fill-regexp): Purecopy.
7633 (unjustify-current-line): Use line-end-position.
7634 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7635
7636 * net/eudc-vars.el (eudc): Add :version, :link.
7637
7638 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7639
7640 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7641 Fix for define-minor-mode.
7642 (function-at-point): Alias to function-called-at-point.
7643
7644 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7645
7646 * simple.el (backward-word): Doc fix.
7647
7648 * image-file.el (image-file-name-regexp): image-file-regexps ->
7649 image-file-name-regexps.
7650 (image-file-name-extensions): Add pbm.
7651
76522000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7653
7654 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7655 and add filename to the names so that diff-mode can jump to source.
7656
7657 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7658 (tex-font-lock-keywords, tex-font-lock-keywords-2)
7659 (tex-font-lock-keywords-1): Remove.
7660 (font-lock-turn-on-thing-lock): Use jit-lock-register.
7661 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7662 (font-lock-default-fontify-region):
7663 Expand beg..end correctly when just following a multiline region.
7664 (font-lock-fontify-anchored-keywords):
7665 Include the anchor text as part of the multiline.
7666
76672000-10-06 Gerd Moellmann <gerd@gnu.org>
7668
7669 * loadup.el (toplevel): Load `loaddefs' before `help' because the
7670 latter needs the autoloaded define-minor-mode macro during the
7671 bootstrap.
7672
7673 * startup.el (command-line): For now, activate tool-bar-mode only
7674 if XPM images are supported.
7675
7676 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7677 window by dragging a header-line at the top of the frame; that's
7678 confusing because the header-line doesn't move.
7679 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7680 of treating the event as a list. Some cleanup.
7681
76822000-10-06 Miles Bader <miles@gnu.org>
7683
7684 * simple.el (display-message-or-buffer): New function.
7685 (shell-command-on-region): Use `display-message-or-buffer'.
7686
7687 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7688 docstring parts.
7689
7690 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7691 (smbclient-prompt-regexp): Add usage note to doc string.
7692 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7693 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7694 Use add-hook for adding the comint filter function, and only do so
7695 if it's not already in the global hook list.
7696 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7697 to `make-local-variable'.
7698 (nslookup-font-lock-keywords): Remove prompt entry.
7699 (nslookup): Don't set the process-filter.
7700 (finger): Exit the loop correctly when the regexps list runs out.
7701 (ftp, smbclient, smbclient-list-shares):
7702 Set the real major mode immediately, not after execing.
7703 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7704
7705 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7706
77072000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7708
7709 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7710
7711 * which-func.el (which-func-format): Remove spurious space.
7712 (which-func-mode): Don't make it permanent-local.
7713 (which-func-ff-hook): Allow which-func-maxout to be nil.
7714 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7715 (which-func-mode): Simplify.
7716 Use post-command-idle-hook rather than post-command-hook.
7717 Go through all buffers and update their state.
7718 (which-function): Also try add-log-current-defun-function.
7719
7720 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7721 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7722 Update call to with-vc-properties accordingly.
7723 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7724 (vc-revert-buffer): More careful about window selection and deletion.
7725 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7726
7727 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7728 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7729 (cvs-dired-action): Change the default to quickdir.
7730
7731 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7732 if comment-indent-function returns nil.
7733 (comment-indent-default): New function.
7734 (comment-indent-function): Use it and document the new semantics.
7735
7736 * image-file.el: Docstring fixes.
7737
7738 * help.el (help-xref-on-pp): Use match-string.
7739 (describe-variable): New arg BUFFER.
7740 Store the current buffer in the help-xref-stack.
7741 (temp-buffer-resize-mode): Use define-minor-mode.
7742
7743 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7744 consistently with its docstring.
7745 Set jit-lock-first-unfontify-pos in an idempotent way.
7746 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7747
77482000-10-05 Alex Schroeder <alex@gnu.org>
7749
7750 * sql.el (sql-mysql-options): New variable.
7751 (sql-mysql): Use it.
7752
77532000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7754
7755 * image.el (image): New group.
7756
7757 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7758 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7759
77602000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7761
7762 * net/net-utils.el (nslookup-font-lock-keywords)
7763 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7764 Ignore the value of wqindow-system; always define keywords
7765
77662000-10-05 Kenichi Handa <handa@etl.go.jp>
7767
7768 * startup.el (fancy-splash-screens): Remove the code for
7769 debugging; `(trace-to-stderr "EXITTT\n")'.
7770
77712000-10-05 Miles Bader <miles@gnu.org>
7772
7773 * diff-mode.el (diff-goto-source): Update call to
7774 `diff-hunk-status-msg' to reflect new REV variable.
7775
77762000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7777
7778 * progmodes/icon.el (icon-mode):
7779 Don't gratuitously override the default for comment-column.
7780
7781 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7782
7783 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7784 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7785 (jit-lock-functions): New var.
7786 (jit-lock-function-1): Use it if non-nil.
7787 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
7788 Set the `fontified' property before doing the fontification to avoid
7789 repeatedly going through the same error.
7790 Don't turn errors into messages.
7791 (jit-lock-register, jit-lock-unregister): New functions.
7792
7793 * dired.el (dired-mark-pop-up): Turn comment into docstring.
7794 Use with-current-buffer.
7795
7796 * dired-aux.el (dired-do-create-files, dired-kill-tree):
7797 Turn comment into docstring.
7798
7799 * apropos.el (apropos-mode): Use define-derived-mode.
7800
78012000-10-04 Gerd Moellmann <gerd@gnu.org>
7802
7803 * startup.el (fancy-splash-pending-command): New variable.
7804 (fancy-splash-pre-command): New function.
7805 (fancy-splash-screens): Rewritten.
7806 (command-line-1): If fancy-splash-pending-command is set, call it
7807 interactively.
7808
78092000-10-04 Dave Love <fx@gnu.org>
7810
7811 * toolbar/tool-bar.el (tool-bar-setup): New function.
7812 (tool-bar-mode): Use it.
7813
7814 * subr.el (substitute-key-definition): Doc fix.
7815 (play-sound-file): New command.
7816
78172000-10-04 Andre Spiegel <spiegel@gnu.org>
7818
7819 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7820 vc-version-backup-file-name): New functions.
7821
7822 * files.el (basic-save-buffer): Call vc-before-save before saving.
7823
7824 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7825 vc-cvs-stay-local-p.
7826
7827 * vc.el (vc-revert-buffer): Handle empty diff properly.
7828 (vc-version-backup-file): New function.
7829 (vc-checkout): Create a version backup if necessary.
7830 (vc-checkin): If a version backup file exists, delete it.
7831 (vc-version-diff): Diff locally using version backups, if available.
7832 (vc-revert-file): If there's a version backup, revert locally.
7833 (vc-transfer-file): Use version backup for base version, if
7834 available. If not, ask for confirmation whether to get it from the
7835 server. Update mode line before check-in.
7836
78372000-10-04 Dave Love <fx@gnu.org>
7838
7839 * toolbar/tool-bar.el (tool-bar-setup): New function.
7840 (tool-bar-mode): Use it.
7841
78422000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7843
7844 * net/net-utils.el (nslookup-font-lock-keywords)
7845 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7846 Only set if window-system is non-nil
7847 (net-utils-run-program): Returns buffer.
7848 (network-connection-reconnect): Added this function.
7849
7850 * generic.el:
7851 Incorporates extensive cleanup and docfixes by
7852 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7853 Uses cl compile-time macros.
7854 (generic-mode-name, generic-comment-list)
7855 (generic-keywords-list, generic-font-lock-expressions)
7856 (generic-mode-function-list, generic-mode-syntax-table):
7857 Removed variables.
7858 (generic-mode-alist): Renamed to generic-mode-list.
7859 (generic-find-file-regexp): Default changed to "^#".
7860 (generic-read-type): Uses completing read on generic-mode-list.
7861 (generic-mode-sanity-check): removed this function.
7862 (generic-add-to-auto-mode): Removed this function
7863 (generic-mode-internal): Bind mode-specific definitions
7864 into function instead of putting them in alist.
7865 (generic-mode-set-comments): Reworked extensively.
7866 (generic-mode-find-file-hook): Simplified regexp searching
7867 (generic-make-keywords-list): Omit extra pair of parens
7868
7869 * find-lisp.el (find-lisp-find-files-internal):
7870 Make sure directory name ends with "/".
7871
7872 * generic-x.el (apache-conf-generic-mode):
7873 Regexp now allows leading whitespace.
7874 (rc-generic-mode): Added eval-when-compile
7875 around generic-make-keywords-list.
7876 Deleted duplicate regexp
7877 (rul-generic-mode): Added eval-when-compile
7878 around generic-make-keywords-list.
7879 (etc-fstab-generic-mode): New generic mode.
7880 (rul-generic-mode): Removed one eval-when-compile
7881 which caused a max-specpdl-size exceeded error.
7882
78832000-10-04 Miles Bader <miles@gnu.org>
7884
7885 * simple.el (minibuffer-temporary-goal-position): New variable.
7886 (next-history-element): Try to keep the position of point in the
7887 input string constant.
7888
7889 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7890 (dired-do-create-files): If there's only one file, pass it in as
7891 the DEFAULT arg to dired-mark-read-file-name.
7892
78932000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7894
7895 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7896 (diff-goto-source): Be smarter when choosing REVERSE or not.
7897
7898 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7899 (texinfo-mode-menu): Add an explicit shortcut for update all.
7900
79012000-10-03 Andre Spiegel <spiegel@gnu.org>
7902
7903 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7904 factorize backend-specific code cleanly (this was essentially
7905 conceived by Stefan Monnier).
7906 (vc-unregister): Function removed.
7907 (vc-revert-file): New function.
7908 (vc-revert-buffer): Delegate some of the work to it.
7909
7910 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7911 default branch unconditionally.
7912 (vc-rcs-set-default-branch): New function.
7913 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7914 (vc-rcs-checkin): If an appropriate default branch has been set,
7915 force creation of that branch.
7916 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7917 code (as suggested by Stefan Monnier).
7918
79192000-10-02 Gerd Moellmann <gerd@gnu.org>
7920
7921 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7922 highlighting overlay with a different face over the overlay
7923 isearch uses to highlight the current match because that can lead
7924 to bad face combinations.
7925
7926 * loadup.el (toplevel): Load faces before isearch.
7927
7928 * isearch.el (isearch-faces): New custom group.
7929 (isearch): New defface; was already tested for in the code.
7930 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7931 (isearch-highlight): Always use face `isearch'.
7932
79332000-10-02 Dave Love <fx@gnu.org>
7934
7935 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7936 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7937 comparison of opcode with operand.
7938
79392000-10-03 Miles Bader <miles@gnu.org>
7940
7941 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7942 buffer, since the echo area will now grow to accommodate them.
7943
79442000-10-02 Andre Spiegel <spiegel@gnu.org>
7945
7946 * vc-hooks.el (vc-registered): If FILE used to be registered under
7947 a certain backend, try that one first.
7948
7949 * vc.el (vc-responsible-backend): Undo the previous change in the
7950 argument list. Handle multiple backends correctly.
7951 (vc-find-new-backend): Function removed.
7952 (vc-register): Use vc-responsible-backend, as before.
7953 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7954
79552000-10-02 Gerd Moellmann <gerd@gnu.org>
7956
7957 * startup.el (fancy-splash-head): Change message below the
7958 logo.
7959
79602000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7961
7962 * diff-mode.el (diff-goto-source): Emit a status message.
7963 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7964 (diff-test-hunk): Fix doc string.
7965 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7966 (diff-advance-after-apply-hunk): New variable.
7967 (diff-apply-hunk): Don't return a value.
7968
79692000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7970
7971 * vc.el (vc-editable-p): Minor optimization.
7972 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7973 (vc-find-new-backend): New function split from vc-responsible-backend.
7974 (vc-register): Use it.
7975 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7976 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7977 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7978 (vc-clear-headers): Don't use find-file.
7979 (vc-revert-buffer): Use `and' again (must have been a braino).
7980 (vc-switch-backend): Only prompt if requested.
7981 Short circuit if nothing is to be done.
7982 Don't use vc-resynch-buffer which could lose unsaved editing.
7983 (vc-default-receive-file): Update call to vc-unregister.
7984 (with-vc-file, vc-next-action-on-file):
7985 Use vc-backend rather than vc-registered.
7986 (vc-next-action-on-file): Use intern-soft.
7987 Deal with read-only *vc-diff* buffer.
7988 (vc-transfer-file): Docstring fix.
7989
7990 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7991 (vc-rcs-receive-file): Avoid with-vc-properties.
7992 Update call to vc-unregister.
7993 Use constant `RCS' rather than (dynamically bound) var `backend'.
7994
79952000-10-01 Andre Spiegel <spiegel@gnu.org>
7996
7997 * vc.el (vc-next-action-on-file): Update mode line only if file
7998 is visited.
7999 (vc-start-entry): New argument initial-contents. Don't visit the file
8000 if it isn't already visited. Brought documentation up-to-date.
8001 (vc-next-action, vc-register): Updated calls to vc-start-entry.
8002 (vc-checkin): New optional arg initial-contents, which is passed to
8003 vc-start-entry.
8004 (vc-finish-logentry): Make sure to bury log buffer only if there
8005 really is one. Call `vc-resynch-buffer' on log-file, not
8006 buffer-file-name.
8007 (vc-default-comment-history, vc-default-wash-log): New functions.
8008 (vc-index-of): Removed.
8009 (vc-transfer-file): Make do without the above.
8010 (vc-default-receive-file): Call comment-history unconditionally. Pass
8011 the resulting string to vc-checkin, instead of inserting it into the
8012 comment ring.
8013
8014 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8015 unconditionally. Use the comments as initial contents of the log
8016 entry buffer. Document the trick to force branch creation with no
8017 changes.
8018
80192000-10-01 Miles Bader <miles@gnu.org>
8020
8021 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8022 `recenter' with an arg to prevent redrawing the display.
8023
80242000-09-30 Stefan Monnier <monnier@cs.yale.edu>
8025
8026 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8027
8028 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8029
8030 * progmodes/c-mode.el (c-mode):
8031 Don't gratuitously override the default for comment-column.
8032
8033 * textmodes/tex-mode.el (latex-metasection-list): New var.
8034 (latex-imenu-create-index): Use it.
8035 Move the regexp construction outside loops (and use push).
8036 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8037 (tex-font-lock-keywords): Moved from font-lock.el.
8038 (tex-comment-indent): Remove.
8039 (tex-common-initialization): Don't set comment-indent-function.
8040 (latex-block-default): New var.
8041 (tex-latex-block): Use it to provide a default choice.
8042 Add any unknown choice to latex-block-names.
8043 Insert [...] after {...}.
8044 (tex-last-unended-begin): Simplify regexp.
8045 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8046 (latex-forward-sexp-1, latex-forward-sexp): New functions.
8047 (latex-mode): Set forward-sexp-function.
8048
8049 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8050 Add regexp for @ignore ... @end ignore.
8051 (texinfo-heading-face): New face.
8052 (texinfo-font-lock-keywords): Use it.
8053 (texinfo-mode-menu): New menu.
8054 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8055 New functions.
8056 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8057 (texinfo-section-types-regexp, texinfo-section-level-regexp)
8058 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8059 Remove declaration.
8060 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8061
8062 * delsel.el (delete-selection-mode): Use define-minor-mode.
8063
8064 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8065
80662000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8067
8068 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8069
80702000-09-30 Gerd Moellmann <gerd@gnu.org>
8071
8072 * replace.el (keep-lines-read-args): New function.
8073 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8074 read arguments interactively. Add parameters RSTART and REND.
8075 Operate on the active region in Transient Mark mode.
8076
8077 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8078
8079 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8080 (authors-obsolete-files-regexps): New variable.
8081 (authors-add): Don't record changes in obsolete files.
8082
80832000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8084
8085 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8086
8087 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8088 (comment-indent): Make sure there's a space between code and comment.
8089 Shift comments left to avoid going past fill-column.
8090
80912000-09-29 Gerd Moellmann <gerd@gnu.org>
8092
8093 * startup.el (startup-echo-area-message): New function.
8094 (display-startup-echo-area-message): Use it.
8095 (fancy-splash-screens): Rewritten to use keymaps and a timer.
8096 (fancy-splash-default-action): New function.
8097 (fancy-splash-screens-1): New function.
8098 (fancy-splash-head): Put a help-echo and a keymap under the image.
8099
81002000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8101
8102 * diff-mode.el (diff-add-log-file-name): Remove.
8103 (diff-mode): Use add-log-buffer-file-name-function.
8104
8105 * add-log.el (find-change-log): New arg BUFFER-FILE.
8106 (add-log-file-name): Obey add-log-file-name-function.
8107 (add-log-buffer-file-name-function): New var.
8108 (add-change-log-entry): Use it.
8109
81102000-09-29 Miles Bader <miles@gnu.org>
8111
8112 * image-file.el (image-file-name-extensions): New variable.
8113 (image-file-name-regexps): Renamed from `image-file-regexps'.
8114 New default value is nil. Call `auto-image-file-mode'.
8115 (image-file-name-regexp): New function.
8116 (auto-image-file-mode): New minor mode.
8117 (insert-image-file): Don't make conditional on the image-file
8118 handler being enabled.
8119 (image-file-handler): Make the call here conditional instead.
8120 (set-image-file-handler-enabled, enable-image-file-handler)
8121 (disable-image-file-handler): Functions removed.
8122
8123 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8124 string.
8125
81262000-09-29 Gerd Moellmann <gerd@gnu.org>
8127
8128 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8129 it's a function from CL.
8130 (latex-imenu-create-index): Replace eval-when-compile with progn
8131 because latex-section-alist is not bound while compiling.
8132
81332000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8134
8135 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8136 (outline-mode): Use define-derived-mode.
8137
8138 * progmodes/perl-mode.el (perl-mode):
8139 * progmodes/awk-mode.el (awk-mode):
8140 * progmodes/asm-mode.el (asm-mode):
8141 Don't gratuitously override the default for comment-column.
8142
8143 * emacs-lisp/lisp.el (lisp-complete-symbol):
8144 Distinguish the let-binding case from the funcall case.
8145 (forward-sexp-function): New variable.
8146 (forward-sexp): Use it.
8147
8148 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8149 (easy-mmode-defmap): Remove the now useless autoload.
8150
8151 * time.el (display-time-mode): Use define-minor-mode.
8152
8153 * subr.el (add-minor-mode): Don't eval NAME.
8154 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8155 Use if rather than cond.
8156
8157 * simple.el (read-expression-map): Define more properly.
8158 (comment-indent-hook): Remove.
8159 (string-to-syntax): Bug fix.
8160
8161 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8162 (cvs-ediff-diff): Fix typo.
8163 (cvs-revert-if-needed): Don't bother preserving read-only.
8164
8165 * paren.el (show-paren-mode): Use define-minor-mode.
8166
8167 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8168 (toggle-auto-compression): Remove.
8169 (jka-compr-build-file-regexp): Remove useless grouping.
8170
8171 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8172 Avoid user-reserved bindings.
8173 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8174 (diff-header-face): Revert to grey85.
8175
8176 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8177
8178 * complete.el (partial-completion-mode) <defcustom>: Remove.
8179 (partial-completion-mode): Use define-minor-mode.
8180 (PC-do-completion): Understand `completion-auto-help = delay'
8181 to mean to popup the completion buffer only the second time.
8182 (PC-include-file-all-completions, PC-include-file-all-completions)
8183 (PC-include-file-all-completions): Don't quote lambda.
8184
8185 * comint.el (comint-mode-hook): Docstring fix.
8186 (comint-mode): Use define-derived-mode.
8187 (comint-mode-map): Remove obsolete comment.
8188 (make-comint): Minor stylistic change.
8189 (comint-insert-clicked-input): Be more careful to find the overlay.
8190 Use this-command-keys rather than hardcoding mouse-2.
8191
8192 * font-lock.el: Replace confusing (,@ with ,
8193 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8194 Don't use regexp-opt-depth. Spice up the regexp for args.
8195 Don't distinguish between cmds that can take an opt arg or not.
8196 Use `append' and `prepend' rather than `keep'.
8197
8198 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8199 (latex-outline-regexp): New var.
8200 (latex-outline-level): New fun.
8201 (latex-section-alist): New var.
8202 (latex-imenu-create-index): Use it. Use `push' as well.
8203 (tex-shell-map): Initialize it properly.
8204 (tex-mode): Minor stylistic change.
8205 (plain-tex-mode): Use define-derived-mode.
8206 (latex-mode): Use define-derived-mode.
8207 Construct the paragraph regexps in a more readable way.
8208 Set the buffer-local outline-{level,regexp} vars.
8209 (slitex-mode): Derive from latex-mode.
8210 (tex-common-initialization): Don't kill-all-vars anymore.
8211 Add setting for comment-add and font-lock-defaults.
8212 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8213 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8214 (tex-start-tex): New arg DIR (and send a chdir command for it).
8215 Also display the shell buffer and save it in tex-last-buffer-texed.
8216 (tex-region): Use expand-file-name rather than concat.
8217 Remove code made useless by changes in tex-start-tex.
8218 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8219
8220 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8221
82222000-09-28 Dave Love <fx@gnu.org>
8223
8224 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8225
82262000-09-28 Gerd Moellmann <gerd@gnu.org>
8227
8228 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8229 `append'.
8230
82312000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8232
8233 * info.el (Info-extract-pointer): Undo last change.
8234 Instead, fix the position of the `bound' arg to re-search-backward.
8235
82362000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8237
8238 * info.el (Info-extract-pointer):
8239 Widen more carefully, to avoid finding pointers in other nodes.
8240 (Info-index): Use push.
8241
82422000-09-27 Gerd Moellmann <gerd@gnu.org>
8243
8244 * frame.el (set-frame-font): Remove call to obsolete function
8245 frame-update-faces.
8246 (set-foreground-color, set-background-color): Likewise for
8247 frame-update-face-colors.
8248
82492000-09-27 Miles Bader <miles@gnu.org>
8250
8251 * image-file.el: New file.
8252
82532000-09-27 Gerd Moellmann <gerd@gnu.org>
8254
8255 * frame.el (frame-notice-user-settings): Don't call
8256 frame-update-faces, which is a no-op now.
8257
8258 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8259 tool-bar-lines.
8260
82612000-09-27 Dave Love <fx@gnu.org>
8262
8263 * mouse.el: Fix last change.
8264
82652000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8266
8267 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8268
82692000-09-22 Kenichi Handa <handa@etl.go.jp>
8270
8271 * international/quail.el (quail-help): The output message is
8272 improved.
8273
82742000-09-26 Dave Love <fx@gnu.org>
8275
8276 * mouse.el (popup-menu): If POSITION is nil, set it using
8277 mouse-position.
8278
82792000-09-25 Sam Steingold <sds@gnu.org>
8280
8281 * net/browse-url.el (browse-url-file-url): Check for null maps.
8282
82832000-09-26 Gerd Moellmann <gerd@gnu.org>
8284
8285 * frame.el (frame-notice-user-settings): Don't add a
8286 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8287
8288 * frame.el (frame-notice-user-settings):
8289 Make tool-bar-mode and default-frame-alist consistent.
8290
8291 * toolbar/tool-bar.el (tool-bar-help): New function.
8292
82932000-09-25 Gerd Moellmann <gerd@gnu.org>
8294
8295 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8296 current-load-list in top-level forms. Else this leaks a cons cell
8297 every time a defun is called.
8298
8299 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8300
83012000-09-25 Dave Love <fx@gnu.org>
8302
8303 * startup.el (fancy-splash-head): Check XPM is available.
8304
8305 * autoinsert.el (auto-insert): Doc fix.
8306 (auto-insert-alist): Following GNU notices, don't say `copyright
8307 _by_'. Use line-beginning-position.
8308 (auto-insert): Check buffer-file-name is non-nil before use.
8309
83102000-09-25 Gerd Moellmann <gerd@gnu.org>
8311
8312 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8313 starting with `@def' or `@multitable', in addition to ones
8314 specified by the user in auto-fill-inhibit-regexp.
8315
83162000-09-25 Markus Rost <rost@math.ohio-state.edu>
8317
8318 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8319 rmail-dont-reply-to-names matches the empty string.
8320
83212000-09-25 Gerd Moellmann <gerd@gnu.org>
8322
8323 * startup.el (command-line-1, fancy-splash-text): Change the
8324 text to sound more friendly.
8325
83262000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8327
8328 * progmodes/hideshow.el: Update author email address.
8329 Generally, sync w/ maintainer version 5.22.
8330 (hs-hide-all-non-comment-function): New var.
8331 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8332 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8333 (hs-show-region): Delete this command.
8334 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8335
83362000-09-22 Dave Love <fx@gnu.org>
8337
8338 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8339 (hl-line-highlight): Specify buffer when moving overlay.
8340
8341 * progmodes/fortran.el (fortran-mode): Locally set
8342 normal-auto-fill-function.
8343 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8344 (fortran-mode-map): Adjust auto-fill menu entry.
8345
83462000-09-22 Gerd Moellmann <gerd@gnu.org>
8347
8348 * vc-rcs.el (toplevel): Require `vc' when compiling.
8349
8350 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8351
83522000-09-22 Andre Spiegel <spiegel@gnu.org>
8353
8354 * vc.el (vc-switch-backend): Signal an error if the file is not
8355 registered under the new backend.
8356
8357 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8358 without explicit revision number.
8359
83602000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8361
8362 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8363 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8364 (diff-xor): New function.
8365 (diff-find-source-location): Use it. Fix a stupid name clash.
8366 (diff-hunk-status-msg): New function.
8367 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8368 (diff-test-hunk): Use diff-find-source-location.
8369 (diff-goto-source): Favor the `reverse'.
8370 (diff-hunk-text): Properly handle one-sided context diffs.
8371 (diff-apply-hunk): When done, advance to the next hunk.
8372
83732000-09-21 Gerd Moellmann <gerd@gnu.org>
8374
8375 * startup.el (command-line): If frame was created with a non-zero
8376 tool-bar-lines parameter, switch tool-bar-mode on.
8377
8378 * add-log.el (change-log-date-face, change-log-name-face)
8379 (change-log-email-face, change-log-file-face)
8380 (change-log-list-face, change-log-conditionals-face)
8381 (change-log-function-face, change-log-acknowledgement-face):
8382 New faces, inheriting from font-lock faces.
8383 (change-log-font-lock-keywords): Use them.
8384
83852000-09-21 Dave Love <fx@gnu.org>
8386
8387 * progmodes/cperl-mode.el (top-level): Clean up
8388 `eval-when-compile's and assorted defvars.
8389 (cperl-invalid-face): Don't double-quote value. Change custom
8390 type.
8391 (cperl-mode): Set normal-auto-fill-function and don't zap
8392 auto-fill-function.
8393 (cperl-imenu--function-name-regexp-perl): Renamed from
8394 imenu-example--function-name-regexp-perl.
8395 (cperl-imenu--create-perl-index): Renamed from
8396 imenu-example--create-perl-index.
8397 (cperl-xsub-scan): Don't require cl.
8398
8399 * msb.el (msb-mode-map): Use substitute-key-definition.
8400 (msb-mode): Use msb-mode-map.
8401
84022000-09-21 Andre Spiegel <spiegel@gnu.org>
8403
8404 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8405 New functions.
8406 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8407 (vc-switch-backend): New function.
8408 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8409 (vc-register): Fix prompt.
8410 (vc-unregister, vc-default-unregister): New functions.
8411 (vc-version-diff): Handle empty buffer in sentinel.
8412
8413 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8414 (vc-rcs-state-heuristic): Use it to guess the state of files with
8415 non-strict locking.
8416 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8417 been set with -b, but not created yet.
8418 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8419 contents in order to find the state.
8420 (vc-rcs-checkin): Allow creation of branches with no changes.
8421 (vc-rcs-unregister, vc-rcs-receive-file)
8422 (vc-rcs-set-non-strict-locking): New functions.
8423
8424 * vc-hooks.el (vc-name): Force correct computation of the value
8425 in case it is missing.
8426
84272000-09-21 Gerd Moellmann <gerd@gnu.org>
8428
8429 * startup.el (fancy-splash-tail): Use a different foreground
8430 color on a dark frame background.
8431
84322000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8433
8434 * info.el: Use the correct capitalization when making Info-mode
8435 and Info-edit-mode `special' modes.
8436
84372000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8438
8439 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8440 (diff-mode): Add support for add-log.el.
8441 (diff-hunk-text): Use char offsets rather than line offsets.
8442 (diff-find-source-location): Replace LINE with line-offset (nil
8443 if not found) and always set POS to a meaningful position.
8444 Adapt to the new char-offsets.
8445 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8446 Adapt to the new diff-find-source-location.
8447 (diff-goto-source): Adapt to the new diff-find-source-location.
8448
8449 * add-log.el (add-log-file-name): New function (split out of
8450 add-change-log-entry).
8451 (add-change-log-entry): Use it.
8452 Call add-log-file-name-function with the changelog file name if
8453 the current buffer is not associated with any file.
8454 Avoid find-file if the selected window is dedicated.
8455
8456 * diff-mode.el (diff-find-source-location):
8457 Move code from diff-apply-hunk. Return buffer rather than file.
8458 (diff-apply-hunk): Use the new result from diff-find-source-location.
8459 (diff-goto-source): Use the new diff-find-source-location.
8460
84612000-09-20 Dave Love <fx@gnu.org>
8462
8463 * iswitchb.el: Some doc fixes.
8464 (iswitchb-mode-map): Define completely initially. Inherit
8465 minibuffer-local-map.
8466 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8467 fundamental-mode.
8468 (iswitchb-global-map): New variable.
8469 (iswitchb-summaries-to-end): Amalgamate regexps.
8470 (iswitchb-mode): New.
8471 (iswitchb-mode-hook): New variable.
8472 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8473 `extensions'.
8474
84752000-09-20 Gerd Moellmann <gerd@gnu.org>
8476
8477 * ehelp.el (electric-help): New defgroup.
8478 (electric-help-shrink-window): New user-option.
8479 (with-electric-help): Use it.
8480
8481 * window.el (shrink-window-if-larger-than-buffer): If face
8482 `mode-line' has a :box, and we're on a graphical frame, add 1
8483 to the needed window height.
8484
8485 * frame.el (frame-notice-user-settings): Add a last parameter nil
8486 to a call to `append', because the last list passed to `append' is
8487 not copied, and so subsequent calls to assq-delete-all will modify
8488 default-frame-alist.
8489
8490 * startup.el (fancy-splash-image): Change :type.
8491 (fancy-splash-head): Use an XBM image if appropriate.
8492 (command-line-1): Show splash screens in more cases.
8493
8494 * startup.el (fancy-splash-text): Don't quote faces.
8495
8496 * dired.el (dired-font-lock-keywords): Undo last change.
8497 (dired-readin): Bind indent-tabs-mode to nil.
8498
8499 * startup.el (fancy-splash-head): If frame's background mode
8500 is `dark', change the black background of the image to gray.
8501 (fancy-splash-screens): Display startup echo area message.
8502 (display-startup-echo-area-message): New function.
8503
85042000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8505
8506 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8507
8508 * info.el (info-header-node): Tweak for color ttys.
8509
8510 * faces.el (face-valid-attribute-values): Make sure directories we
8511 search for stipples both exist and are readable before trying to
8512 search them.
8513
8514 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8515 in the dry-run case.
8516
8517 * jka-compr.el (with-auto-compression-mode): New macro.
8518
8519 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8520 (custom-group-tag-face, custom-variable-tag-face): Use relative
8521 :height and inherit from `variable-pitch' face instead of
8522 hardwiring :family.
8523 * hi-lock.el (hi-black-hb): Likewise.
8524
8525 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8526 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8527 toolbar-add-item, if image doesn't have a mask add a `:mask
8528 heuristic'.
8529
85302000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8531
8532 * diff-mode.el: Docstring fixes.
8533 (diff-header-face, diff-comment-face): New faces.
8534 (diff-font-lock-keywords): Highlight a bit differently.
8535 (diff-find-source-location): Don't return SPAN any more.
8536 (diff-hunk-text): Don't bother erasing the temp buffer.
8537 (diff-find-text): Drop argument LINE.
8538 (diff-apply-hunk): Update calls to diff-find-text.
8539 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8540
8541 * calendar/calendar.el: Docstring fixes.
8542 (calendar-make-alist): Don't quote lambda.
8543 (calendar-star-date): Use make-local-variable.
8544
85452000-09-19 Dave Love <fx@gnu.org>
8546
8547 * toolbar/tool-bar.el: Renamed from toolbar.el.
8548 Change `toolbar' to `tool-bar' generally in symbols.
8549 Make some items invisible in `special' major modes.
8550 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8551 Add arg PROPS.
8552
8553 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8554 Add :version here.
8555 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8556
85572000-09-19 Gerd Moellmann <gerd@gnu.org>
8558
8559 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8560
8561 * files.el (find-file-suppress-same-file-warnings): New user-option.
8562 (find-file-noselect): Use it.
8563
8564 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8565 (fancy-splash-screen): Defgroup.
8566
8567 * add-log.el (change-log-font-lock-keywords): Match names
8568 more exactly for the case that font-lock-constant-face is
8569 underlined.
8570
85712000-09-19 Richard M. Stallman <rms@gnu.org>
8572
8573 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8574
85752000-09-19 Andre Spiegel <spiegel@gnu.org>
8576
8577 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8578
85792000-09-19 Gerd Moellmann <gerd@gnu.org>
8580
8581 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8582 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8583 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8584 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8585 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8586 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8587 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8588 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8589 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8590 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8591 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8592 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8593
8594 * startup.el (fancy-splash-text): New variable.
8595 (fancy-splash-delay, fancy-splash-image): New user-options.
8596 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8597 (fancy-splash-screens): New functions.
8598 (command-line-1): If display has a `display' frame parameter, has
8599 colors, and we have XPM support, show more fancy splash screens.
8600
86012000-09-19 Dave Love <fx@gnu.org>
8602
8603 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
8604 with null `help'. Use modern backquote syntax.
8605
86062000-09-19 Gerd Moellmann <gerd@gnu.org>
8607
8608 * font-lock.el (font-lock-mode): Change message telling the user
8609 that ``the buffer is too big''.
8610
8611 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
8612 for instance for the case that tab-width is 2.
8613
86142000-09-18 Gerd Moellmann <gerd@gnu.org>
8615
8616 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8617 toolbar-add-item, if image doesn't have a mask add a `:mask
8618 heuristic'.
8619
86202000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8621
8622 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8623 and return a cons if it's non-nil.
8624 (diff-apply-hunk): Try to jump to the line in the source text
8625 corresponding to the position of point in the in the hunk.
8626
8627 * info.el (Info-title-3-face, Info-title-2-face)
8628 (Info-title-1-face): Use face inheritance and relative sizes
8629 instead of hard-wiring things.
8630
8631 * faces.el (secondary-selection): Make dark-background variant sane.
8632
86332000-09-16 Andrew Innes <andrewi@gnu.org>
8634
8635 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8636 read-only, since they aren't under VC now.
8637
86382000-09-17 Dave Love <fx@gnu.org>
8639
8640 * tmm.el: Replace mapcar with mapc in several places.
8641
8642 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8643 ad-unadvise.
8644
8645 * international/latin1-disp.el: New file.
8646
8647 * calendar/cal-move.el (scroll-calendar-left)
8648 (scroll-calendar-right): Make arg optional (for active mode line).
8649
8650 * calendar/calendar.el (calendar-mode-line-format): Make fields
8651 mouse-sensitive.
8652 (calendar-read-date, calendar-read-date, calendar-window-list):
8653 Unquote lambda.
8654 (calendar-month-name): Use aref, not sref.
8655
8656 * view.el (minor-mode-alist): Propertize the string.
8657
8658 * international/characters.el (standard-case-table): Add entries
8659 for Greek.
8660
86612000-09-18 Miles Bader <miles@gnu.org>
8662
8663 * info.el (info-node, info-xref): Add dark-background variants.
8664
8665 * faces.el (header-line): Change defaults to be less confusing
8666 when mixed with mode-lines.
8667
8668 * info.el (Info-fontify-node): Make a few cleanups.
8669 Add extra `help-echo' and `local-map' props to node xrefs.
8670 Use header-specific faces for node-names & xrefs.
8671 (Info-use-header-line): New variable.
8672 (info-header-xref, info-header-node): New faces.
8673 (Info-setup-header-line): New function.
8674 (Info-select-node): Call Info-setup-header-line when enabled.
8675 (Info-extract-pointer): Work even if the header line is hidden.
8676 (Info-header-line): New variable.
8677
86782000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8679
8680 * vms-patch.el (print-region-function): Don't quote lambda.
8681
8682 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8683
8684 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8685 (lm-get-header-re): Allow spaces between the header and the colon.
8686 (lm-header): Allow $ in non-RCS headers.
8687 (lm-header-multiline): Put the strings back into order.
8688 Stop at an empty line. Don't require two space chars if the
8689 line is clearly not another header line.
8690
8691 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8692 (popup-menu-popup): Remove.
8693
86942000-09-15 Gerd Moellmann <gerd@gnu.org>
8695
8696 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8697 specification if or if not tool-bar item contains an `:enabled'
8698 property.
8699
8700 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8701 current buffer has no file name.
8702
87032000-09-15 Dave Love <fx@gnu.org>
8704
8705 * strokes.el: Sync with maintainer's current version with changes
8706 for Emacs, but avoid runtime cl and levents.
8707 (toplevel): Change autoloads and compilation requires.
8708 (strokes-version, strokes-bug-address, strokes-lift): Values
8709 changed.
8710 (strokes-xpm-header, strokes-insinuated): New variable.
8711 (strokes): Add :link.
8712 (strokes-mode): Customized.
8713 (strokes-while-inhibiting-garbage-collector): New macro.
8714 (strokes-remassoc): Avoid remove-if.
8715 (strokes-fix-button2-command): Don't use ad-do-it.
8716 (strokes-insinuate): New function.
8717 (strokes-button-press-event-p, strokes-button-release-event-p):
8718 New functions, used instead of non-`strokes-' versions..
8719 (strokes-mouse-event-p): Rewritten.
8720 (strokes-event-closest-point): Avoid event-point.
8721 (strokes-get-grid-position): Avoid cdadr, caadr
8722 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8723 functions.
8724 (strokes-help): Use with-output-to-temp-buffer.
8725 (strokes-window-configuration-changed-p): New function.
8726 (strokes-update-window-configuration): Use buffer-live-p,
8727 strokes-window-configuration-changed-p.
8728 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8729 (strokes-char-face): New face.
8730 (strokes-char-table, strokes-base64-chars): New variable.
8731 (strokes-xpm-for-stroke, strokes-list-strokes)
8732 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8733 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8734 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8735 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8736 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8737 functions.
8738
87392000-09-15 Gerd Moellmann <gerd@gnu.org>
8740
8741 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8742
8743 * image.el (create-image): Doc fix.
8744
8745 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8746 instead of `:heuristic-mask t'.
8747
87482000-09-14 Andrew Innes <andrewi@gnu.org>
8749
8750 * makefile.w32-in: Revert to Unix line endings.
8751
87522000-09-14 Andrew Innes <andrewi@gnu.org>
8753
8754 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8755 when installing.
8756
8757 * makefile.nt (DONTCOMPILE): Fix typo.
8758
8759 * shell.el (shell-write-history-on-exit): New function.
8760 (shell-dumb-shell-regexp): New custom variable.
8761 (shell-mode): Make shell-write-history-on-exit the process
8762 sentinel if shell name matches shell-dumb-shell-regexp.
8763
8764 * w32-fns.el: Comment out before-init-hook function which resets
8765 source-directory based; this breaks bootstrap.
8766
87672000-09-14 Dave Love <fx@gnu.org>
8768
8769 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8770 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8771 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8772 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8773 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8774 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8775 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8776 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8777 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8778
8779 * toolbar/toolbar.el: New.
8780
8781 * subdirs.el: Add toolbar.
8782
87832000-09-14 Gerd Moellmann <gerd@gnu.org>
8784
8785 * indent.el (indent-for-tab-command): Doc fix.
8786
87872000-09-14 Alex Schroeder <alex@gnu.org>
8788
8789 * ansi-color.el (ansi-colors): Doc change.
8790 (ansi-color-get-face): Simplified regexp.
8791 (ansi-color-faces-vector): Added more faces, doc change.
8792 (ansi-color-names-vector): Doc change.
8793 (ansi-color-regexp): Simplified regexp.
8794 (ansi-color-parameter-regexp): New regexp.
8795 (ansi-color-filter-apply): Doc change.
8796 (ansi-color-filter-region): Doc change.
8797 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8798 deal with zero length parameters.
8799 (ansi-color-apply-on-region): Doc change.
8800 (ansi-color-map): Doc change.
8801 (ansi-color-map-update): Removed debugging message.
8802 (ansi-color-get-face-1): Added condition-case to trap
8803 args-out-of-range errors.
8804 (ansi-color-get-face): Doc change.
8805 (ansi-color-make-face): Removed.
8806 (ansi-color-for-shell-mode): New option.
8807
88082000-09-13 Kenichi Handa <handa@etl.go.jp>
8809
8810 * international/quail.el (quail-start-translation): Translate KEY
8811 if necessary even if it doesn't have any mapping in the current
8812 input method.
8813 (quail-start-conversion): Likewise.
8814 (quail-help): The output message is improved.
8815
88162000-09-13 Miles Bader <miles@gnu.org>
8817
8818 * comint.el (comint-output-filter): Revert to using
8819 `insert-before-markers'. Add bletcherous hack to undo damage
8820 caused by `insert-before-markers'. Put `front-sticky' property on
8821 overlays created here so that the field code understands how the
8822 overlay works. Use a let when making comint-last-prompt-overlay,
8823 so that the code is easier to read.
8824
88252000-09-13 Dave Love <fx@gnu.org>
8826
8827 * wid-edit.el (widget-default-format-handler): DTRT when
8828 doc-property is a function.
8829
88302000-09-12 Francesco Potorti` <pot@gnu.org>
8831
8832 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8833 filed name if it's not there.
8834
88352000-09-12 Dave Love <fx@gnu.org>
8836
8837 * simple.el (read-mail-command): Doc fix.
8838 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8839
8840 * vc.el (vc-dired-listing-switches): Fix :version.
8841
8842 * vc-hooks.el: Doc fixes.
8843
8844 * subr.el (add-minor-mode): Use toggle-fun arg.
8845
8846 * speedbar.el: Add :version to several defcustoms.
8847
8848 * imenu.el (imenu--truncate-items, imenu--cleanup)
8849 (imenu--generic-function): Avoid mapcar.
8850 (imenu--replace-spaces): Function removed.
8851 (imenu--completion-buffer): Use subst-char-in-string.
8852 (imenu-add-to-menubar): Use keymap inheritance.
8853
88542000-09-12 Miles Bader <miles@gnu.org>
8855
8856 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8857 (diff-mode-map): Bind `diff-test-hunk'.
8858 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8859
88602000-09-11 Gerd Moellmann <gerd@gnu.org>
8861
8862 * bytecomp.el (byte-compile-defvar): Undo last change
8863 because it breaks '(make-variable-buffer-local (defvar ...)'
8864 which is used at least in dired.
8865
88662000-09-12 Kenichi Handa <handa@etl.go.jp>
8867
8868 * international/quail.el (quail-define-package): Docstring
8869 modified.
8870
88712000-09-12 Kenichi Handa <handa@etl.go.jp>
8872
8873 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8874 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8875 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8876 docstring of "chinese-py".
8877
8878 * international/quail.el (quail-translation-docstring): New
8879 variable.
8880 (quail-show-keyboard-layout): Docstring modified.
8881 (quail-select-current): Likewise.
8882 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8883 infinite recursive call.
8884 (quail-help): Check quail-translation-docstring. Format of the
8885 output changed.
8886 (quail-help-insert-keymap-description): Adjusted for the above
8887 change.
8888
88892000-09-11 Gerd Moellmann <gerd@gnu.org>
8890
8891 * bytecomp.el (byte-compile-defvar): Only cons onto
8892 current-load-list in top-level forms. Else this leaks a cons cell
8893 every time a defun is called.
8894
88952000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8896
8897 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8898 Now understands non-unified diffs. Some functionality moved into
8899 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8900 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8901 modify anything. Only reposition point in the patched file if the
8902 patch succeeds. Only pop up another window if POPUP is true.
8903 Emit a message describing what happened if successful, and at what
8904 line-offset. Automatically detect reversed hunks and do something
8905 appropriate.
8906 (diff-hunk-text, diff-find-text): New functions.
8907 (diff-filter-lines): Function removed.
8908 (diff-test-hunk): New function.
8909 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8910
89112000-09-10 Dave Love <fx@gnu.org>
8912
8913 * textmodes/tildify.el: Minor doc/commentary fixes.
8914 (tildify) <defgroup>: Add :version.
8915
8916 * faces.el (face-x-resources): Make custom type more specific.
8917 (frame-background-mode): Use mapc.
8918 (region) <defcustom>: Add :version.
8919
89202000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8921
8922 * vc-sccs.el (vc-sccs-register):
8923 * vc-rcs.el (vc-rcs-register):
8924 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8925 * vc.el (vc-register): Clear file's properties.
8926
89272000-09-08 Gerd Moellmann <gerd@gnu.org>
8928
8929 * faces.el (face-spec-set): Only face-spec-reset-face when
8930 ATTRS is non-nil.
8931
89322000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8933
8934 * help.el (help-insert-xref-button): Fix a typo in doc string.
8935
89362000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8937
8938 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8939 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8940 methods.
8941
8942 * menu-bar.el (read-mail-item-name): New function.
8943 (menu-bar-tools-menu): Use it to compute and display the package
8944 used to read email.
8945 (menu-bar-tools-menu): Fix typo in GUD's help string.
8946
89472000-09-07 Dave Love <fx@gnu.org>
8948
8949 * diff-mode.el (diff-mouse-goto-source): New function.
8950
8951 * vc-sccs.el: Doc fixes.
8952 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8953
8954 * vc-rcs.el: Doc fixes.
8955 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8956 (vc-rcs-checkout-switches, vc-rcs-header)
8957 (vc-rcs-master-templates): Add or change :version.
8958
8959 * vc-cvs.el: Doc fixes.
8960 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8961 (vc-cvs-stay-local): Add :version.
8962
8963 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8964
89652000-09-07 Kenichi Handa <handa@etl.go.jp>
8966
8967 * international/quail.el (quail-help): Fix previous change.
8968
89692000-09-07 Gerd Moellmann <gerd@gnu.org>
8970
8971 * faces.el (color-values): Doc fix.
8972
8973 * faces.el (frame-set-background-mode): Use frame-parameter
8974 instead of frame-parameters.
8975
8976 * frame.el (filtered-frame-list): Reduce consing.
8977 (frames-on-display-list): Call frame-parameter instead of
8978 frame-parameters.
8979
89802000-09-07 Kenichi Handa <handa@etl.go.jp>
8981
8982 * language/devan-util.el (devanagari-to-indian-region): In the
8983 loop, change the following char, not preceding char.
8984
89852000-09-07 Gerd Moellmann <gerd@gnu.org>
8986
8987 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8988 instead of frame-parameters.
8989
8990 * faces.el (set-face-attribute): Simplify by calling
8991 internal-set-lisp-face-attribute with FRAME being 0.
8992
8993 * vc.el: Remove `Id' version control keyword.
8994
89952000-09-07 Kenichi Handa <handa@etl.go.jp>
8996
8997 * help.el (help-make-xrefs): Adjusted for the change of
8998 help-xref-mule-regexp.
8999 (help-insert-xref-button): New function.
9000
9001 * international/mule-cmds.el (help-xref-mule-regexp-template):
9002 Include the pattern for character set.
9003 (leim): New group.
9004
9005 * international/quail.el: Don't require face.
9006 (quail): New group.
9007 (quail-other-command): Dummy command to make quail-help work better.
9008 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9009 (quail-keyboard-layout-substitution): New variable.
9010 (quail-update-keyboard-layout): New function.
9011 (quail-keyboard-layout-type): New customizable variable.
9012 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9013 (quail-keyboard-translate): Pay attention to
9014 quail-keyboard-layout-substitution.
9015 (quail-insert-kbd-layout): New function.
9016 (quail-show-keyboard-layout): New function.
9017 (quail-get-translation): If the definition is a vector of length
9018 1, and the element is a string of length 1, return the character
9019 in that string.
9020 (quail-update-current-translations): Fix the case of
9021 relative-index out of range.
9022 (quail-build-decode-map, quail-insert-decode-map): New Functions.
9023 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9024 Show key sequences for all available characters.
9025 (quail-help-insert-keymap-description): Don't show such verbose
9026 key bindings as quail-self-insert-command.
9027
9028 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9029 Format changed, and each element now have extra documentations.
9030 (tit-process-header): Delete invalid characters from TIT-PROMPT.
9031 Adjusted for the change of quail-cxterm-package-ext-info.
9032
90332000-09-06 Gerd Moellmann <gerd@gnu.org>
9034
9035 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9036 requiring it leads to a recursive loading of vc.el and vc-hooks.el
9037 during bootstrap.
9038
90392000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9040
9041 * vc.el: (toplevel): Don't require `dired' at run-time.
9042 (vc-dired-resynch-file): Remove autoload cookie.
9043
90442000-09-05 Andre Spiegel <spiegel@gnu.org>
9045
9046 * vc.el: Made several backend functions optional.
9047 (vc-default-responsible-p): New function.
9048 (vc-merge): Use RET for first version to trigger merge-news, not
9049 prefix arg.
9050 (vc-annotate): Handle backends that do not support annotation.
9051 (vc-default-merge-news): Removed. The existence of a merge-news
9052 implementation is now checked on caller sites.
9053
9054 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9055 case.
9056
9057 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9058 special case that has been removed from the default in vc-hooks.el.
9059
90602000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9061
9062 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9063
90642000-09-05 Andre Spiegel <spiegel@gnu.org>
9065
9066 * vc-hooks.el: Require vc during compilation.
9067 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9068 macro `with-vc-properties' in vc.el.
9069 (vc-file-getprop): Doc fix.
9070 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9071
9072 * vc.el: Require dired-aux during compilation.
9073 (vc-name-assoc-file): Moved to vc-sccs.el.
9074 (with-vc-properties): New macro.
9075 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9076 vc-finish-steal): Use it.
9077 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
9078 to the backend-specific function is now supposed to do the checkout,
9079 too.
9080 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9081
9082 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9083 set file properties; that gets done in the generic code now.
9084
9085 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9086 Changed parameter list, added code from vc.el that does the
9087 checkout, possibly with a double-take.
9088
9089 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9090 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9091 the above under the new name.
9092 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
9093 parameter list, added checkout command.
9094 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9095 properties; that gets done in the generic code now.
9096
90972000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9098
9099 * vc.el: Docstring fixes (courtesy of checkdoc).
9100
91012000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9102
9103 * vc.el (vc-checkout-writable-buffer-hook)
9104 (vc-checkout-writable-buffer): Remove.
9105 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9106 (vc-log-mode): Make it into a clean derived major mode.
9107 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9108 vc-log-mode if log-edit is not available.
9109 (vc-dired-mode-map): Don't set-keymap-parent yet.
9110 (vc-dired-mode): Do set-keymap-parent here.
9111 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9112
91132000-09-05 Gerd Moellmann <gerd@gnu.org>
9114
9115 * faces.el (set-face-attribute, face-spec-reset-face)
9116 (face-spec-set): Avoid consing by removing calls to `apply'.
9117
9118 * frame.el (frame-parameter): Move to C code.
9119
91202000-09-05 Dave Love <fx@gnu.org>
9121
9122 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9123 insert-before-markers-and-inherit. Now checked systematically!
9124
91252000-09-05 Alex Schroeder <alex@gnu.org>
9126
9127 * sql.el (sql-postgres): Use sql-postgres-options.
9128 (sql-postgres-options): New variable.
9129
91302000-09-05 Alex Schroeder <alex@gnu.org>
9131
9132 * sql.el (sql-mode-menu): Work around missing variable mark-active
9133 in XEmacs.
9134 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9135 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9136 compatibility.
9137
91382000-09-04 Gerd Moellmann <gerd@gnu.org>
9139
9140 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9141
9142 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9143
9144 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9145
91462000-09-04 Andre Spiegel <spiegel@gnu.org>
9147
9148 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9149 don't support anything else under SCCS yet.
9150
9151 * vc-hooks.el: Minor doc fixes.
9152
91532000-09-04 Andre Spiegel <spiegel@gnu.org>
9154
9155 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9156 not necessary. If verbose in state `needs-patch', do the same as
9157 under `up-to-date'. When NOT verbose and `needs-patch', check out
9158 latest version instead of `merge-news'.
9159 (vc-next-action-dired): Don't mess with default-directory here; it
9160 breaks other parts of dired. It is the job of the
9161 backend-specific functions to adjust it temporarily if they need it.
9162 (vc-next-action): Remove a special CVS case.
9163 (vc-clear-headers): New optional arg FILE.
9164 (vc-checkin, vc-checkout): Set properties vc-state and
9165 vc-checkout-time properly.
9166 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9167 (vc-print-log): Use new backend function `show-log-entry'.
9168 (vc-cancel-version): Do the checks in a different order. Added a
9169 FIXME concerning RCS-only code.
9170
9171 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9172 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9173
9174 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9175
9176 * vc-hooks.el (vc-default-mode-line-string): Show state
9177 `needs-patch' as a `-' too.
9178
91792000-09-04 Andre Spiegel <spiegel@gnu.org>
9180
9181 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9182 (vc-default-could-register): New function.
9183 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9184 (vc-resynch-buffer): Call vc-dired-resynch-file.
9185 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9186 vc-resynch-buffer instead of vc-resynch-window.
9187 (vc-next-action-dired): Don't redisplay here, that gets done as a
9188 result of the individual file operations.
9189 (vc-retrieve-snapshot): Corrected prompt order.
9190
9191 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9192
9193 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9194 as well.
9195 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9196 hostname regexps. Updated all callers.
9197 (vc-cvs-responsible-p): Handle directories as well.
9198 (vc-cvs-could-register): New function.
9199 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9200 properties up-to-date.
9201
9202 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9203 user whether to create one.
9204
92052000-09-04 Andre Spiegel <spiegel@gnu.org>
9206
9207 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9208 check out a non-existing file.
9209
9210 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9211 workfile does not exist.
9212
9213 * vc.el (vc-version-diff): Use `require' to check for existence of
9214 diff-mode.
9215
92162000-09-04 Andre Spiegel <spiegel@gnu.org>
9217
9218 * vc-cvs.el (vc-cvs-registered): Use new function
9219 vc-cvs-parse-entry to do the actual work.
9220
92212000-09-04 Andre Spiegel <spiegel@gnu.org>
9222
9223 * vc-hooks.el (vc-find-backend-function): If function doesn't
9224 exist, return nil instead of error.
9225 (vc-call-backend): Doc fix.
9226
9227 * vc.el (vc-do-command): Doc fix.
9228 (vc-finish-logentry): When checking in from vc-dired, choose the
9229 right backend for logentry check.
9230 (vc-dired-mode-map): Inherit from dired-mode-map.
9231 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9232 simplified.
9233 (vc-dired-state-info): Removed, updated caller.
9234 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9235 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9236 (vc-dired-listing-switches): New variable.
9237 (vc-directory): Use it, instead of dired-listing-switches.
9238
9239 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9240 (vc-cvs-dir-state): New function.
9241 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9242 (vc-cvs-parse-entry): New function, also to be used in
9243 vc-cvs-registered.
9244
92452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9246
9247 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9248 *or* single-window-frames.
9249
92502000-09-04 Andre Spiegel <spiegel@gnu.org>
9251
9252 * vc.el (vc-update-changelog): Split into generic part and default
9253 implementation. Doc string adapted.
9254 (vc-default-update-changelog): New function. Call the `rcs2log'
9255 script in exec-directory, to fix a long-standing nuisance.
9256
9257 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9258 simply signals an error.
9259
92602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9261
9262 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9263 control-flow more clear and to avoid running `cvs' twice.
9264
9265 * vc.el (vc-next-action-on-file): Doc fix.
9266 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9267 (vc-print-log): Eval `file' before constructing the continuation.
9268
92692000-09-04 Andre Spiegel <spiegel@gnu.org>
9270
9271 * vc.el (vc-next-action-on-file): Corrected several messages.
9272 (vc-merge): Add prefix arg `merge-news'; handle it.
9273
9274 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9275 is not reached. It is.
9276 (vc-cvs-merge): Set state to 'edited after merge.
9277 (vc-cvs-merge-news): Set workfile version to nil if not known.
9278 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9279
9280 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9281 via stdout. (Merge from main line.)
9282
92832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9284
9285 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9286 detection.
9287
92882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9289
9290 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9291 against kill-all-local-variables.
9292 (vc-log-edit): Don't save vc-parent-buffer any more.
9293 (vc-last-comment-match): Initialize to an empty string.
9294 (vc-post-command-functions): New hook.
9295 (vc-do-command): Run it.
9296 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9297 (vc-finish-logentry): Only add the comment to the ring if it's
9298 different from the last comment entered.
9299 (vc-new-comment-index): New function.
9300 (vc-previous-comment): Use it. Make the minibuffer message
9301 slightly less terse.
9302 (vc-comment-search-reverse): Make it work forward as well. Don't
9303 set vc-comment-ring-index if no match is found. Use
9304 vc-new-comment-index.
9305 (vc-comment-search-forward): Use vc-comment-search-reverse.
9306 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9307 define-derived-mode will do it for us. Bind `v' to a keymap that
9308 inherits from vc-prefix-map so that we can bind `vt' without
9309 binding C-x v t.
9310 (vc-retrieve-snapshot): Parenthesis typo.
9311
9312 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9313 to 1. Make sure to switch to *vc* before looking for an error
9314 message. Use vc-parse-buffer.
9315
93162000-09-04 Andre Spiegel <spiegel@gnu.org>
9317
9318 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9319 and NAME.
9320 (vc-retrieve-snapshot): Split into two parts.
9321 (vc-default-retrieve-snapshot): New function.
9322
9323 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9324 (vc-cvs-retrieve-snapshot): New function (untested).
9325 (vc-cvs-stay-local): Default to t.
9326 (vc-cvs-remote-p): New function and property.
9327 (vc-cvs-state): Stay local only if the above is t.
9328 (vc-handle-cvs): Removed.
9329 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9330 done via vc-handled-backends now.
9331 (vc-cvs-header): Escape Id.
9332
93332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9334
9335 * vc.el (vc-do-command): Remove unused commands.
9336 (vc-version-diff): Make sure default-directory ends with a slash.
9337 Move the window commands into a vc-exec-after.
9338 (vc-print-log): Move more of the code into the `vc-exec-after'.
9339
93402000-09-04 Andre Spiegel <spiegel@gnu.org>
9341
9342 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9343 (vc-print-log): Search current revision from beginning of buffer.
9344 (vc-revert-buffer): Clear echo area after the diff is finished.
9345 (vc-prefix-map): Removed definition of "t" for terse display in vc
9346 dired.
9347 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9348 definition of "vt" for terse display.
9349 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9350
93512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9352
9353 * vc.el (vc-exec-after): Avoid caddr.
9354
93552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9356
9357 * vc.el (vc-exec-after): New function.
9358 (vc-do-command): Use it to add a termination message for async
9359 procs.
9360 (vc-checkout): Try to handle a missing-backend situation.
9361 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9362 of a directory with a backend using async diffs.
9363 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9364 present.
9365
9366 * vc-sccs.el (vc-sccs-state-heuristic): Use
9367 file-ownership-preserved-p.
9368
9369 * vc-rcs.el (vc-rcs-state-heuristic): Use
9370 file-ownership-preserved-p.
9371 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9372
93732000-09-04 Andre Spiegel <spiegel@gnu.org>
9374
9375 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9376 vc-do-command.
9377
9378 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9379 when there are no changes.
9380
93812000-09-04 Andre Spiegel <spiegel@gnu.org>
9382
9383 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9384
9385 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9386
93872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9388
9389 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9390
9391 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9392 the `fset' outside of the defvar so that it works even if
9393 vc-prefix-map was already defined.
9394 (vc-setup-buffer): New function, split out of vc-do-command.
9395 (vc-do-command): Allow BUFFER to be t to mean `just use the
9396 current buffer without any fuss'.
9397 (vc-version-diff): Change the `diff' backend operation to just put
9398 the diff in the current buffer without erasing it. Always use
9399 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9400 shrink-window-if-larger-than-buffer.
9401 (vc-print-log): Change the `print-log' backend operation to just
9402 put the log in the current buffer without erasing it. Protect
9403 shrink-window-if-larger-than-buffer.
9404 (vc-update-change-log): Fix setd typo.
9405
9406 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9407 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9408
9409 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9410 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9411 CMP.
9412
9413 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9414 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9415 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9416
94172000-09-04 Andre Spiegel <spiegel@gnu.org>
9418
9419 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9420 not possible, use vc-BACKEND-workfile-unchanged-p.
9421 (vc-default-workfile-unchanged-p): New function. Delegates to a
9422 full vc-BACKEND-diff.
9423
9424 * vc-hooks.el (vc-simple-command): Removed.
9425
9426 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9427 instead of vc-simple-command.
9428 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9429 avoid doing a diff when opening a file.
9430 (vc-rcs-state): Added check for unlocked-changes.
9431 (vc-rcs-header): Escape Id.
9432 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9433 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9434 version.
9435
9436 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9437 (vc-sccs-diff): Remove optional arg CMP.
9438 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9439 SCCS-specific function.
9440
9441 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9442 vc-simple-command.
9443
94442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9445
9446 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9447 (with-vc-file, vc-merge): Use vc-editable-p.
9448 (vc-do-command): Remove unused var vc-file and fix the
9449 doubly-defined `status' var. Add a user message when starting an
9450 async command.
9451 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9452 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9453 Use with-current-buffer.
9454 (vc-buffer-sync): Use unless.
9455 (vc-next-action-on-file): If the file is 'edited by read-only,
9456 make it read-write instead of trying to commit.
9457 (vc-version-diff, vc-update-change-log): Use `setq
9458 default-directory' rather than `cd'.
9459 (vc-log-edit): Don't forget to set default-directory in the
9460 buffer.
9461
9462 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9463 (vc-sccs-state-heuristic): Use file-writable-p instead of
9464 comparing userids.
9465 (vc-sccs-checkout): Use `unless'.
9466
9467 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9468 of comparing userids.
9469 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9470 Simplify the logic by eliminating unreachable code.
9471 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9472 just do a recursive call if we need to retry.
9473 (vc-rcs-checkout): Handle the case where rcs is missing by making
9474 the buffer read-write if requested and re-signalling the error.
9475
9476 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9477
94782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9479
9480 * vc-hooks.el (vc-handled-backends): Docstring change.
9481 (vc-ignore-vc-files): Mark obsolete.
9482 (vc-registered): Check vc-ignore-vc-files.
9483 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9484 vc-ignore-vc-files.
9485
9486 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9487
94882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9489
9490 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9491 files since ange-ftp already has vc-registered return nil.
9492
9493 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9494 (vc-sccs-workfile-version): Use with-temp-buffer and new
9495 vc-parse-buffer and don't bother setting the property.
9496 (vc-sccs-add-triple): Use with-current-buffer and
9497 find-file-noselect.
9498 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9499
9500 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9501 derives from the old vc-parse-buffer but uses the revision number
9502 rather than the date (much easier to compare robustly).
9503 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9504 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9505 locking-user more directly. Check strict locking and set
9506 checkout-model appropriately.
9507 (vc-rcs-parse-locks): Remove.
9508 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9509 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9510 (vc-rcs-system-release): Use with-current-buffer and
9511 vc-parse-buffer.
9512 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9513
9514 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9515 (vc-simple-command): Docstring fix.
9516 (vc-registered): Align the way the file-handler is called with the
9517 way the function itself works.
9518 (vc-file-owner): Remove.
9519
9520 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9521 extraction of fields and call to file-attributes because of a
9522 temporary bug in rcp.el.
9523 (vc-cvs-fetch-status): Use with-current-buffer.
9524
95252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9526
9527 * vc.el (vc-do-command): Use file-relative-name.
9528 (vc-responsible-backend): Use vc-backend if possible.
9529 (vc-create-snapshot): Improve the `interactive' spec. Add support
9530 for branches and dispatch to backend-specific `create-snapshot'.
9531 (vc-default-create-snapshot): New function, containing the bulk of
9532 the old vc-create-snapshot.
9533 (vc-retrieve-snapshot): Improve the interactive spec.
9534
9535 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9536 (vc-backend-hook-functions): Remove.
9537 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9538 (vc-backend): Reintroduce the test for `file = nil' now that I
9539 know why it was there (and added a comment to better remember).
9540
9541 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9542 code from vc-sccs-hooks.el.
9543 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9544 'vc anymore.
9545 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9546 and file-directory-p instead of file-exists-p.
9547 (vc-sccs-check-headers): Simplify the regexp.
9548
9549 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9550 from vc-rcs-hooks.el. Don't require 'vc anymore.
9551 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9552 file-directory-p instead of file-exists-p.
9553
9554 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9555 from vc-cvs-hooks.el.
9556 (proto vc-cvs-registered): Require 'vc-cvs instead of
9557 'vc-cvs-hooks. Don't require 'vc anymore.
9558 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9559 file-directory-p instead of file-exists-p.
9560 (vc-cvs-create-snapshot): New function, replacing
9561 vc-cvs-assign-name.
9562 (vc-cvs-assign-name): Remove.
9563
95642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9565
9566 * vc-cvs.el (vc-cvs-header): New var.
9567
9568 * vc-rcs.el (vc-rcs-exists): Remove.
9569 (vc-rcs-header): New var.
9570
9571 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9572 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9573 (vc-sccs-header): New var.
9574
9575 * vc.el (vc-do-command): Get rid of the `last' argument.
9576 (vc-header-alist): Remove, replaced by vc-X-header.
9577 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9578 (vc-dired-hook): Use expand-file-name instead of concat.
9579 (vc-directory): Use file-name-as-directory.
9580 (vc-snapshot-precondition, vc-create-snapshot)
9581 (vc-retrieve-snapshot): Allow the command to operate on any
9582 directory.
9583
9584 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9585 just removing the 'WORKFILE argument or by removing the 'MASTER
9586 argument and replacing `file' with (vc-name file).
9587
95882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9589
9590 * vc.el: Update Copyright and add a crude list of backend funs.
9591 (vc-writable-p): New function.
9592 (with-vc-file): Use vc-writable-p.
9593 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9594 (vc-register): Avoid vc-name.
9595 (vc-locking-user): Remove.
9596 (vc-steal-lock): Make the `owner' arg non-optional.
9597 (vc-merge): Use vc-writable-p instead of vc-locking-user and
9598 vc-checkout-model.
9599 (vc-default-dired-state-info): Use vc-state instead of
9600 vc-locking-user and return special strings for special states.
9601 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9602 and get rid of one of the special CVS cases.
9603 (vc-cancel-version): prettify error message with \\[...].
9604 (vc-rename-master): New function.
9605 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
9606 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
9607 the CVS special case generic.
9608 (vc-default-record-rename): Remove.
9609 (vc-file-tree-walk-internal): Only call FUNC for files that are
9610 under control of some VC backend and replace `concat' with
9611 expand-file-name.
9612 (vc-file-tree-walk): Update docstring.
9613 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
9614 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9615
9616 * vc-sccs.el (vc-sccs-rename-file): Renamed from
9617 vc-sccs-record-rename. Use `find-file-noselect' rather than
9618 `find-file' and call `vc-rename-master' to do the actual move.
9619 (vc-sccs-diff): Remove unused `backend' variable.
9620
9621 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9622 to delay loading of vc-sccs until it is really used.
9623 (vc-sccs-master-templates): Preload.
9624 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9625 (vc-sccs-project-dir): Remove (merged into
9626 vc-sccs-search-project-dir).
9627 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9628 rather than `concat', make sure it is preloaded and don't bother
9629 to check that the file actually exists.
9630 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9631 `locks' argument (use buffer's content instead) and eliminate n^2
9632 behavior.
9633
9634 * vc-rcs.el: Update Copyright.
9635 (vc-rcs-rename-file): New function.
9636 (vc-rcs-diff): Remove unused `backend' variable.
9637
9638 * vc-hooks.el: Update Copyright.
9639 (vc-backend): Don't accept a nil argument any more.
9640 (vc-up-to-date-p): Turn into a defsubst.
9641 (vc-possible-master): New function.
9642 (vc-check-master-templates): Use `vc-possible-master' and allow
9643 funs in vc-X-master-templates to return a non-existent file.
9644
9645 * vc-cvs.el: Update Copyright.
9646 (vc-cvs-diff): Remove unused `backend' variable.
9647 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9648
9649 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9650
96512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9652
9653 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9654 since it can be called from vc-rcs.el.
9655 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9656
96572000-09-04 Andre Spiegel <spiegel@gnu.org>
9658
9659 * vc.el (vc-version-diff): Expand file name read from the
9660 minibuffer. Handle the case when a previous version number can't
9661 be guessed. Give suitable messages when there were no differences
9662 found.
9663 (vc-clear-headers): Call backend-specific implementation, if one
9664 exists.
9665 (vc-cancel-version): Made error checks generic. When done, clear
9666 headers generically, too.
9667
9668 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9669 from vc-clear-headers in vc.el.
9670
9671 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9672 correctly.
9673 (vc-rcs-latest-on-branch-p): Made second argument VERSION
9674 optional. Handle the case when it's not there.
9675
96762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9677
9678 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9679
96802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9681
9682 * vc-hooks.el (vc-loadup): Remove.
9683 (vc-find-backend-function): Use `require'. Also, handle the case
9684 where vc-BACKEND-hooks.el doesn't exist.
9685 (vc-call-backend): Cleanup.
9686
96872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9688
9689 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9690 vc-rcs-grab-templates)
9691 (vc-rcs-registered): Remove. The default function works as well.
9692 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9693 vc-sccs-grab-templates)
9694 (vc-sccs-registered): Remove. The default function works as well.
9695
9696 * vc.el (vc-version-diff): Left out a vc- in call to
9697 vc-call-backend.
9698 (vc-default-dired-state-info, vc-default-record-rename)
9699 (vc-default-merge-news): Update for the new backend argument.
9700
9701 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9702 using the default function.
9703 (vc-call-backend): If calling the default function, pass it the
9704 backend as first argument. Update the docstring accordingly.
9705 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9706 for the new backend argument.
9707 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9708 (vc-find-backend-function): Use the new name.
9709 (vc-default-registered): New function.
9710
97112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9712
9713 * vc.el (vc-merge): Use vc-find-backend-function.
9714
9715 * vc-hooks.el (vc-backend-functions): Remove.
9716 (vc-loadup): Don't setup 'vc-functions.
9717 (vc-find-backend-function): New function.
9718 (vc-call-backend): Use above fun and populate 'vc-functions
9719 lazily.
9720 (vc-backend-defines): Remove.
9721
97222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9723
9724 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9725 Call vc-call-backend without the leading vc-.
9726 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9727 (vc-check-headers): Call vc-call-backend without the leading vc-.
9728 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9729 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9730 Call vc-call-backend without the leading vc-.
9731
9732 * vc-cvs.el (tail): Provide vc-cvs.
9733 * vc-sccs.el (tail): Provide vc-sccs.
9734 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9735
9736 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9737 (vc-make-backend-function, vc-call): Pass names without leading
9738 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9739 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9740 (vc-call-backend): Always try to load vc-X-hooks.
9741 (vc-registered): Remove vc- in call to vc-call-backend.
9742
97432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9744
9745 * vc.el (vc-process-filter): New function.
9746 (vc-do-command): Setup `vc-process-filter' for the async process.
9747 (vc-maybe-resolve-conflicts): New function to reduce
9748 code-duplication. Additionally, it puts the buffer in
9749 `smerge-mode' if applicable.
9750 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9751 calling `merge-news'.
9752 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9753 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9754 interfacing to log-edit.el.
9755 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9756 log-edit is available.
9757 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9758
97592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9760
9761 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9762 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9763 defvar and the initialization.
9764 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9765
9766 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9767 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9768
9769 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9770
97712000-09-04 Andre Spiegel <spiegel@gnu.org>
9772
9773 * vc.el (vc-file-clear-masterprops): Removed.
9774 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9775 (vc-version-diff): Use buffer-size without argument.
9776 (vc-register): Heed vc-initial-comment.
9777
9778 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9779 default branch.
9780
9781 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9782 file name and workfile version.
9783 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9784
9785 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9786 vc-file-clear-masterprops.
9787
9788 * vc-sccs.el (vc-sccs-checkout): Removed call to
9789 vc-file-clear-masterprops. If writable, set vc-state to 'edited
9790 rather than user login name.
9791
9792
97932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9794
9795 * vc.el (vc-workfile-unchanged-p): Remove unused argument
9796 `want-differences-if-changed' and simplify.
9797 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9798 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9799 output (which is invalid for async vc-diff) to decide whether to
9800 do the revert silently or not.
9801
98022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9803
9804 * vc-hooks.el (vc-loadup): Load files quietly.
9805 (vc-call-backend): Oops, brain fart.
9806
98072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9808
9809 * vc-cvs.el (vc-cvs-state): Typo.
9810 (vc-cvs-merge-news): Return the status code rather than the error msg.
9811
98122000-09-04 Andre Spiegel <spiegel@gnu.org>
9813
9814 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9815 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9816 vc-state or vc-up-to-date-p.
9817 (vc-merge): Use vc-backend-defines to check whether merging is
9818 possible. Set state to 'edited after successful merge.
9819
9820 * vc-hooks.el (vc-locking-user): If locked by the calling user,
9821 return that name. Redocumented.
9822
98232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9824
9825 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9826 new `vc-state' semantics.
9827 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9828 'vc-locking-user to the current user.
9829 (vc-merge): Inline vc-backend-merge. Comment out code that I
9830 don't understand and hence can't adapt to the new `vc-state' and
9831 `vc-locking-user' semantics.
9832 (vc-backend-merge): Remove.
9833
9834 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9835 rather than 'vc-locking-user.
9836
9837 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9838
9839 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9840 (vc-state): Don't use 'reserved any more. Just use the same
9841 convention as the one used for vc-<backend>-state where the
9842 locking user (as a string) is returned.
9843 (vc-locking-user): Update, based on the above convention. The
9844 'vc-locking-user property has disappeared.
9845 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9846
9847 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9848 with a heuristic one.
9849 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9850 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9851 error. That allows us to get to 'needs-merge even in the
9852 stay-local case. There's still no way to detect 'needs-patch in
9853 such a setup (or to force an update for that matter).
9854 (vc-cvs-logentry-check): Remove, the default works as well.
9855
98562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9857
9858 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9859
9860 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9861 major-mode in which the buffer might have been put earlier. Use
9862 `remove' and `when'. Allow `okstatus' to be `async' and use
9863 `start-process' in this case.
9864 (vc-version-diff): Handle the case where the diff looks empty
9865 because of the use of an async process.
9866
98672000-09-04 Andre Spiegel <spiegel@gnu.org>
9868
9869 * vc.el (vc-next-action-on-file): Removed optional parameter
9870 `simple'. Recompute state unconditionally.
9871 (vc-default-toggle-read-only): Removed.
9872
9873 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9874 (vc-toggle-read-only): Undid prev change.
9875
9876 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9877 vc-cvs-simple-toggle. Redocumented.
9878 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9879 (vc-cvs-toggle-read-only): Removed.
9880
98812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9882
9883 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9884 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9885 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9886 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9887 still is. So maybe it should be removed.
9888 (vc-head-version, vc-find-binary): Remove.
9889 (vc-recompute-state): Move from vc-hooks.el.
9890 (vc-next-action-on-file): Add a `simple' argument to allow
9891 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9892 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9893 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9894 (vc-dired-mode-map): Properly defvar it.
9895 (vc-print-log): Call log-view-mode if available.
9896 (small-temporary-file-directory): defvar instead of use boundp.
9897 (vc-merge-news): Moved to vc-cvs.el.
9898 (vc-default-merge-news): New function.
9899
9900 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9901 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9902 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9903 unknown `vc-latest-version' function. It should probably refer to
9904 vc-workfile-version or somesuch, but it's very unclear to me and I
9905 don't have SCCS to test things.
9906
9907 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9908 (vc-sccs-state-heuristic): Fix typo.
9909 (vc-sccs-workfile-unchanged-p): Add missing argument.
9910
9911 * vc-rcs.el: Require vc and vc-rcs-hooks.
9912 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9913 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9914 (vc-release-greater-or-equal-p): Move from vc.
9915 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9916 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9917 (vc-rcs-checkout): Add a missing `new-version' argument in the
9918 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9919
9920 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9921 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9922 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9923 than the apparently unbound `workfile-version'.
9924
9925 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9926 (vc-file-prop-obarray): Use `make-vector'.
9927 (vc-backend-functions): Add new hookable functions
9928 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9929 (vc-loadup): If neither backend nor default functions exist, use
9930 the backend function rather than nil.
9931 (vc-call-backend): If the function if not bound yet, try to load
9932 the non-hook file to see if it provides it.
9933 (vc-call): New macro plus use it wherever possible.
9934 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9935 nor `vc-find-binary' since it's only called from
9936 vc-mistrust-permission which is only used once the backend is known.
9937 (vc-checkout-model): Fix parenthesis.
9938 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9939
9940 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9941 (vc-cvs-release, vc-cvs-system-release): Remove.
9942 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9943 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9944 status symbols.
9945 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9946 (vc-cvs-toggle-read-only): First cut at a function to allow a
9947 cvs-status-free vc-toggle-read-only.
9948 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9949 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9950 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9951 (vc-cvs-checkout): Modify access rights directly if the user
9952 requested not to use `cvs edit'. And refresh the mode line.
9953
9954 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9955 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9956
99572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9958
9959 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9960 workfile' that got lost when the code was extracted from vc.el.
9961 And merged the tail with the rest of the code (not possible in the
9962 old vc.el where the tail was shared among all backends). And
9963 explicitly set the state to 'edited if `writable' is set.
9964
9965 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9966 (vc-cvs-state): Be careful to return the value from
9967 vc-cvs-parse-state.
9968 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9969 property but return it instead. Also be careful to handle a nil
9970 or "" `rev' when workfile is non-nil (it was handled properly when
9971 workfile was nil).
9972
9973 * vc.el: Removed those pesky unnecessary `(function' quotes.
9974 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9975 directly in the defvar.
9976 (vc-do-command): Bind inhibit-read-only so as to properly handle
9977 the case where the destination buffer has been made read-only.
9978 (vc-diff): Delegate to vc-version-diff in all cases.
9979 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9980 (vc-annotate-mode-variables): Removed (code moved partly to
9981 defvars and partly to vc-annotate-add-menu).
9982 (vc-annotate-mode): Turned into a derived-mode.
9983 (vc-annotate-add-menu): Moved in code in
9984 vc-annotate-mode-variables.
9985 (vc-update-change-log): Use make-temp-file if available.
9986
99872000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9988
9989 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9990 `vc-checkout-model' updated to `vc-cvs-update-model'.
9991
99922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9993
9994 * vc.el (vc-next-action-on-file): Added handling of state
9995 `unlocked-changes'.
9996 (vc-checkout-carefully): Is now practically obsolete, unless the
9997 above is too slow to be enabled unconditionally.
9998 (vc-update-change-log): Fixed typo.
9999
10000 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10001
10002 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10003 Now handles state `unlocked-changes'.
10004 (vc-sccs-workfile-unchanged-p): New function, to support the above.
10005
10006 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10007
10008 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10009 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
10010 `unlocked-changes'.
10011 (vc-rcs-workfile-unchanged-p): Renamed from
10012 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
10013 function yet, but supposed to become one soon.
10014
10015 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10016 `vc-steal-lock'.
10017 (vc-call-backend): Changed error message.
10018 (vc-state): Added description of state `unlocked-changes'.
10019
100202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10021
10022 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10023 always return t in CVS-controlled directories.
10024
10025 * vc.el (vc-responsible-backend): New function.
10026 (vc-register): Largely rewritten.
10027 (vc-admin): Removed (implementation moved into vc-register).
10028 (vc-checkin): Redocumented.
10029 (vc-finish-logentry): If no backend defined yet (because we are in
10030 the process of registering), use the responsible backend.
10031
10032 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10033 Updated function lists.
10034 (vc-call-backend): Fixed typo.
10035
10036 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10037 New functions.
10038 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10039 Removed query option. Redocumented.
10040
100412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10042
10043 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10044
10045 * vc.el: Updated callers of `vc-checkout-required' to use
10046 `vc-checkout-model'.
10047
100482000-09-04 Martin Lorentzson <martinl@gnu.org>
10049
10050 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
10051 stuff updated to reference this function instead of the old
10052 `vc-backend-release-p'.
10053
100542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10055
10056 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10057 vc-checkout-model. Return appropriate values. Updated callers.
10058
100592000-09-04 Martin Lorentzson <martinl@gnu.org>
10060
10061 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10062 (vc-backend-revert): Function moved into `vc-revert';
10063 `vc-next-action' must be updated to accomodate this change.
10064 (vc-backend-steal): Function moved into `vc-finish-steal'.
10065 (vc-backend-logentry-check): Function moved into
10066 `vc-finish-logentry'.
10067 (vc-backend-printlog): Function moved into `vc-print-log'.
10068 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10069 (vc-backend-assign-name): Function moved into
10070 `vc-create-snapshot'.
10071
100722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10073
10074 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10075 Rename to vc-checkout-model. Return appropriate values.
10076 Update callers.
10077
10078 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10079 to vc-checkout-model.
10080 (vc-checkout-required): Rename to vc-checkout-model.
10081 Re-implement and re-comment.
10082 (vc-after-save): Use vc-checkout-model.
10083
100842000-09-04 Martin Lorentzson <martinl@gnu.org>
10085
10086 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10087 Update to use the vc-BACKEND-diff functions instead.
10088 `vc-diff' is now working.
10089
10090 * vc-rcs.el (vc-rcs-logentry-check): New function.
10091
10092 * vc-cvs.el (vc-cvs-logentry-check): New function.
10093
10094 * vc-sccs.el (vc-sccs-diff): Function changed name from
10095 `vc-backend-diff'. This makes `vc-diff' work.
10096
10097 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10098 of functions possibly implemented in a vc-BACKEND library.
10099 (vc-checkout-required): Fix bug that caused an error to be
10100 signaled during `vc-after-save'.
10101
10102 * vc.el: Fix typo.
10103 This checkin is made with our new VC code base for the very first time.
10104 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10105
10106 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10107 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10108
10109 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10110 updated to `vc-uses-locking'.
10111 (vc-checkout-required): Call to backend function.
10112 `vc-checkout-required' updated to `vc-uses-locking' instead.
10113
10114 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10115 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10116
10117 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10118 to match the split into various backends.
10119 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10120 (vc-retrieve-snapshot): Bug fix.
10121
101222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10123
10124 * vc-sccs.el (vc-sccs-release): Doc fix.
10125
101262000-09-04 Martin Lorentzson <martinl@gnu.org>
10127
10128 * vc.el (vc-next-action-on-file): Bug found and fixed.
10129 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10130 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10131
10132 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10133 (vc-rcs-checkout): Name space cleaned up. No more revision number
10134 crunching function names that are not prefixed with vc-rcs.
10135 (vc-rcs-checkout-model): Function added. References to
10136 `vc-checkout-model' replaced.
10137
101382000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10139
10140 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10141 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10142 still need to be split, and implemented for RCS).
10143
101442000-09-04 Martin Lorentzson <martinl@gnu.org>
10145
10146 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10147
10148 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10149 required by the vc.el file.
10150
10151 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10152 required by the vc.el file.
10153 (vc-rcs-exists): Function added.
10154
10155 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10156 required by the vc.el file.
10157
10158 * vc.el (vc-admin): Updated to handle selection of appropriate
10159 backend. Current implementation is crufty and need re-thinking.
10160
10161 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10162
101632000-09-04 Martin Lorentzson <martinl@gnu.org>
10164
10165 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10166 beginning of annotate buffers correctly.
10167
10168 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10169 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10170 functionality updated quite a lot to support multiple backends.
10171 Variables `vc-annotate-mode', `vc-annotate-buffers',
10172 `vc-annotate-backend' added.
10173
10174 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10175 `vc-annotate-difference' added to supported backend functions.
10176
101772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10178
10179 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10180 Use with-temp-file instead of /bin/sh. Merged from mainline
10181
101822000-09-04 Martin Lorentzson <martinl@gnu.org>
10183
10184 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10185
10186 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10187
10188 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10189
101902000-09-04 Martin Lorentzson <martinl@gnu.org>
10191
10192 * vc-hooks.el: vc-state-heuristic added to
10193 vc-backend-hook-functions.
10194
10195 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10196
10197 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10198
10199 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10200 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10201 state to `reserved'.
10202
10203 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10204 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10205
102062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10207
10208 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10209 untouched.
10210
10211 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10212
10213 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10214 if defined. (Merged from main line, slightly adapted.)
10215
10216 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10217 millenium problem (merged from mainline).
10218
102192000-09-04 Martin Lorentzson <martinl@gnu.org>
10220
10221 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10222 part and moved the non-BACKEND stuff to vc.el.
10223
10224 * vc.el: Split the annotate feature into a BACKEND specific part
10225 and moved it from the vc-cvs.el file to this one.
10226
102272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10228
10229 * vc-hooks.el: Implement new state model.
10230 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10231 (vc-locking-user): Simplify. Now only needed if the file is
10232 locked by somebody else.
10233 (vc-lock-from-permissions): Remove. Functionality is in
10234 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10235 (vc-mode-line-string): New name for former vc-status. Adapted.
10236 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10237
10238 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10239 Various simplifications and adaptations all over the place.
10240
10241 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10242 Simplify and adapt the rest.
10243
10244 * vc.el (vc-resynch-window): Add TODO comment: check for
10245 interaction with view mode according to recent RCS change.
10246 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10247
102482000-09-04 Martin Lorentzson <martinl@gnu.org>
10249
10250 * vc.el: Convert the remaining function comments to docstrings.
10251
102522000-09-04 Martin Lorentzson <martinl@gnu.org>
10253
10254 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10255 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10256 (vc-minor-part, vc-previous-version): Functions that operate and
10257 compare revision numbers got proper documentation. Comments added
10258 about their possible removal.
10259
102602000-09-04 Martin Lorentzson <martinl@gnu.org>
10261
10262 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10263 the vc-backend.el files.
10264
10265 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10266
10267 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10268 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10269 (vc-rcs-previous-version): Functions added.
10270
10271 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10272
10273 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10274
102752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10276
10277 * vc-hooks.el (vc-master-templates): Is really obsolete.
10278 Comment out the definition for now. What is the right procedure
10279 to get rid of it?
10280 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10281 rewritten.
10282 (vc-default-registered): Remove.
10283 (vc-check-master-templates): New function; does mostly what the
10284 above did before.
10285 (vc-locking-user): Don't rely on the backend to set the property.
10286
10287 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10288 Rewrite documentation.
10289 (vc-rcs-templates-grabbed): New variable.
10290 (vc-rcs-grab-templates): New function.
10291 (vc-rcs-registered): Rewrite to use above mechanism.
10292
10293 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10294 Rewrite documentation.
10295 (vc-sccs-templates-grabbed): New variable.
10296 (vc-sccs-grab-templates): New function.
10297 (vc-sccs-registered): Rewrite to use above mechanism.
10298 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10299 Don't throw the result, simply return it.
10300
10301 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10302 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10303 (vc-cvs-registered): Does the check itself now. Simplify.
10304
10305 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10306 from main line.
10307
103082000-09-04 Martin Lorentzson <martinl@gnu.org>
10309
10310 * vc-cvs.el (vc-cvs-diff): New function.
10311
10312 * vc-sccs.el (vc-sccs-diff): New function.
10313
10314 * vc-rcs.el (vc-rcs-diff): New function.
10315 (vc-rcs-checkout): Bug (typo) found and fixed.
10316 (vc-rcs-register-switches): New variable.
10317
10318 * vc.el (vc-backend-diff): Function removed and placed in the
10319 backend files.
10320
103212000-09-04 Martin Lorentzson <martinl@gnu.org>
10322
10323 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10324
10325 * vc.el (vc-backend-checkout): Function removed and replaced in
10326 the vc-backend.el files.
10327
10328 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10329
10330 * vc.el (vc-backend-admin): Removed and replaced in the
10331 vc-backend.el files.
10332
10333 * vc.el (Martin): Removed all the annotate functionality since it
10334 is CVS backend specific.
10335
103362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10337
10338 * spec.txt: Added specification of vc-state.
10339
10340 * vc-sccs-hooks.el (vc-sccs-master-properties):
10341 Remove handling of vc-latest-version and
10342 vc-your-latest-version. What used to be vc-latest-version, is now
10343 returned as vc-workfile-version.
10344 (vc-sccs-workfile-version): Adapt.
10345
103462000-09-04 Dave Love <fx@gnu.org>
10347
10348 * vc.el: [Merged from mainline.]
10349 (vc-dired-mode): Make the dired-move-to-filename-regexp
10350 regexp match the date, to avoid treating date as file size.
10351 Add YYYY S option to WESTERN/
10352
103532000-09-04 Dave Love <fx@gnu.org>
10354
10355 * vc.el: Require `compile' when compiling.
10356 (vc-logentry-check-hook): New option.
10357 (vc-steal-lock): Use compose-mail.
10358 (vc-dired-mode-map): Defvar when compiling.
10359 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10360 vc-sccs.el and renamed. Callers changed.
10361 (vc-backend-checkout, vc-backend-logentry-check)
10362 (vc-backend-merge-news): Doc fix.
10363 (vc-default-logentry-check): New function.
10364 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10365 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10366 (vc-backend-merge): Doc fix. Use backend functions.
10367 (vc-check-headers): Use backend functions.
10368
10369 * vc-cvs.el: Require vc when compiling.
10370 (vc-cvs-register-switches): Doc fix.
10371 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10372 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10373 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10374 New functions (code from vc.el).
10375 (vc-annotate-display-default): Fix interactive spec.
10376 (vc-annotate-time-span): Doc fix.
10377
10378 * vc-rcs.el: Require vc when compiling.
10379 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10380 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10381 (vc-rcs-checkin): New functions (code from vc.el).
10382 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10383 Doc fix.
10384 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10385
10386 * vc-sccs.el: Require vc when compiling.
10387 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10388 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10389 (vc-sccs-revert)
10390 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10391 from vc.el).
10392 (vc-sccs-add-triple, vc-sccs-record-rename)
10393 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10394 (vc-sccs-admin): Doc fix.
10395
103962000-09-04 Martin Lorentzson <martinl@gnu.org>
10397
10398 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10399 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10400 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10401 from vc.el.
10402
10403 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10404
10405 * vc-cvs.el: Moved the annotate functionality from vc.el.
10406 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10407
104082000-09-04 Dave Love <fx@gnu.org>
10409
10410 * vc.el (vc-backend-release): Call vc-system-release.
10411
10412 * vc-sccs.el (vc-sccs-system-release):
10413 Renamed from vc-sccs-backend-release.
10414
10415 * vc-rcs.el (vc-rcs-system-release):
10416 Renamed from vc-rcs-backend-release.
10417
10418 * vc-cvs.el (vc-cvs-system-release):
10419 Renamed from vc-cvs-backend-release.
10420
104212000-09-04 Dave Love <fx@gnu.org>
10422
10423 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10424 backend files.
10425 (vc-backend-release): Dispatch to backend functions.
10426 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10427 probably needs attention.]
10428
10429 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10430 (vc-sccs-backend-release): New function.
10431
10432 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10433 (vc-cvs-backend-release): New function.
10434
10435 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10436 Doc fix.
10437 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10438 (vc-default-dired-state-info): New function.
10439 (vc-dired-state-info): Dispatch to backends.
10440 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10441
10442 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10443 from vc.el and renamed.
10444
104452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10446
10447 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10448 (vc-version-other-window, vc-backend-assign-name): Removed
10449 references to vc-latest-version; sometimes changed into
10450 vc-workfile-version.
10451
10452 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10453 vc-rcs-master-workfile-version.
10454 (vc-rcs-workfile-version): Use the above. Don't call
10455 vc-latest-version (that was unreachable code, anyway).
10456 (vc-rcs-fetch-master-properties): Doc fix.
10457
10458 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10459 (vc-backend-hook-functions): Removed them from this list, too.
10460 (vc-fetch-properties): Removed.
10461 (vc-workfile-version): Doc fix.
10462
10463 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10464 (vc-rcs-workfile-version, vc-rcs-locking-user)
10465 (vc-rcs-uses-locking): Use it.
10466
10467 * vc-hooks.el (vc-consult-rcs-headers):
10468 Moved into vc-rcs-hooks.el, under the name
10469 vc-rcs-consult-headers.
10470
10471 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10472 headers.
10473 (vc-cvs-find-master): Use this name only; correct different
10474 versions of the name.
10475
10476 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10477 New functions.
10478 (vc-sccs-locking-user): Use the latter.
10479
10480 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10481 New functions.
10482
10483 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10484 Moved into both
10485 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10486 functions are implementation details of those two backends.
10487
104882000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10489
10490 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10491 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10492
10493 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10494 (vc-sccs-parse-locks): SCCS-specific code moved here from
10495 vc-hooks.
10496
10497 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10498 code moved here from vc-hooks.
10499
10500 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10501 into back-end specific parts and removed. Callers not updated
10502 yet; because I guess these callers will disappear into back-end
10503 specific files anyway.
10504
105052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10506
10507 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10508 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10509 `vc-uses-locking'.
10510
10511 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10512 Store yes/no in the property, and return t/nil. Updated all
10513 callers.
10514
10515 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10516 vc-sccs-uses-locking. Don't set property.
10517 (vc-sccs-locking-user): Don't set property.
10518
10519 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10520 vc-cvs-uses-locking. Don't set property here; leave that to
10521 vc-hooks.
10522 (vc-cvs-locking-user): Reflect above change. Streamlined.
10523
10524 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10525 vc-rcs-uses-locking.
10526 (vc-rcs-locking-user): Reflect above change.
10527
105282000-09-04 Dave Love <fx@gnu.org>
10529
10530 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10531
10532 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10533
10534 * vc-hooks.el (vc-checkout-model): Punt to backends.
10535
10536 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10537
10538 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10539
10540 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10541 New functions.
10542
10543 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10544 New functions.
10545
10546 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10547 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10548
10549 * vc-hooks.el (vc-default-locking-user): New function.
10550 (vc-locking-user, vc-workfile-version): Punt to backends.
10551
105522000-09-04 Dave Love <fx@gnu.org>
10553
10554 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10555 (vc-master-workfile-version): Moved from vc-hooks.
10556
10557 * vc-rcs-hooks.el: Fix duplicate code in last change.
10558
10559 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10560 (vc-rcs-master-templates): Improve :type.
10561 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10562 vc-master-workfile-version): Moved from vc-hooks.
10563
10564 * vc-sccs-hooks.el: Require vc-hooks when compiling.
10565 (vc-sccs-master-templates): Improve :type.
10566 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10567
10568 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10569
10570 * vc-cvs-hooks.el: Require vc-hooks when compiling.
10571 (vc-cvs-master-templates): Improve :type. Use
10572 vc-cvs-find-cvs-master.
10573 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10574 from vc-hooks.
10575 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10576
10577 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10578 Moved to vc-cvs-hooks.
10579
10580 * vc-hooks.el: Add doc strings in various places. Simplify the
10581 minor mode setup.
10582 (vc-handled-backends): New user variable.
10583 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10584 simplification.
10585
105862000-09-04 Dave Love <fx@gnu.org>
10587
10588 * vc.el: Some doc fixes for autoloaded and interactive functions.
10589 Fix compilation warnings from ediff stuff.
10590 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10591
10592 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10593
10594 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10595
10596 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10597
105982000-09-04 Dave Love <fx@gnu.org>
10599
10600 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10601 New variable.
10602 (vc-make-backend-function, vc-loadup, vc-call-backend)
10603 (vc-backend-defines): New functions.
10604
10605 * vc-hooks.el: Various doc fixes.
10606 (vc-default-back-end, vc-follow-symlinks): Custom fix.
10607 (vc-match-substring): Function removed. Callers changed to use
10608 match-string.
10609 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
10610 Simplify.
10611
106122000-09-04 Dave Love <fx@gnu.org>
10613
10614 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10615 type.
10616 (vc-sccs-project-dir, vc-search-sccs-project-dir)
10617 (vc-sccs-registered): Doc fix.
10618
10619 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10620 (vc-cvs-registered): Doc fix.
10621
10622 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10623 (vc-rcs-registered): Doc fix.
10624
106252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10626
10627 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10628
10629 * vc-hooks.el: vc-registered has been renamed
10630 vc-default-registered. Some functions have been moved to the
10631 backend specific files. they all support the
10632 vc-BACKEND-registered functions.
10633
106342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10635
10636 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10637
10638 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10639
106402000-09-04 Dave Love <fx@gnu.org>
10641
10642 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10643 menu-bar-update-hook.
10644
10645 * help.el (help-manyarg-func-alist): Add
10646 find-operation-coding-system.
10647
10648 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10649
10650 * custom.el (custom-set-variables): Print message about errors in
10651 setting.
10652
106532000-09-03 Andrew Innes <andrewi@gnu.org>
10654
10655 * makefile.w32-in: Change to DOS line endings.
10656
106572000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10658
10659 * mouse.el (mouse-popup-menubar): Supply the prompt string for
10660 minor-mode keymaps, if they don't have one.
10661
106622000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10663
10664 * eshell/esh-module.el (eval-when-compile): Don't lose if
10665 esh-module.el's file name is truncated to DOS 8+3 limits.
10666
106672000-09-01 John Wiegley <johnw@gnu.org>
10668
10669 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10670 predicate, which caused entries in the completion list to be
10671 doubled.
10672
106732000-08-30 John Wiegley <johnw@gnu.org>
10674
10675 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10676 sending to subprocesses. Also, hook pre-command-hook if
10677 `eshell-send-direct-to-subprocesses' is non-nil.
10678 (eshell-send-direct-to-subprocesses): New config variable. If t,
10679 subprocess input is send immediately.
10680 (eshell-toggle-direct-send): New function.
10681 (eshell-self-insert-command): New function.
10682 (eshell-intercept-commands): New function.
10683 (eshell-send-input): If direct subprocess sending is enabled,
10684 don't echo any input to the Eshell buffer. Let the subprocess
10685 handle that. This requires "stty echo" in bash, for example.
10686
106872000-08-28 John Wiegley <johnw@gnu.org>
10688
10689 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10690 completion function for Eshell's implementation of `unset'.
10691
106922000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10693
10694 * info.el (Info-directory-list): Doc fix.
10695
106962000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10697
10698 * filecache.el (file-cache-add-directory-using-find): Don't quote
10699 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10700
107012000-08-31 Kenichi Handa <handa@etl.go.jp>
10702
10703 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10704 coding systems.
10705
107062000-08-30 Andrew Innes <andrewi@gnu.org>
10707
10708 * timer.el (run-with-idle-timer): Undo last change, so that timer
10709 is not activated immediately if Emacs is already idle. Some
10710 existing code relies on this behaviour.
10711
107122000-08-30 Miles Bader <miles@gnu.org>
10713
10714 * frame.el (set-frame-font): Do completion of font-name for
10715 interactive use.
10716
107172000-08-30 Kenichi Handa <handa@etl.go.jp>
10718
10719 * international/quail.el (quail-start-translation): Bind locally
10720 last-command-event, last-command, and this-command.
10721 (quail-start-conversion): Likewise.
10722 (quail-self-insert-command): Fix docstring.
10723
107242000-08-29 Gerd Moellmann <gerd@gnu.org>
10725
10726 * progmodes/executable.el
10727 (executable-make-buffer-file-executable-if-script-p): Check that
10728 buffer contains at least 2 characters.
10729
107302000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10731
10732 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10733
107342000-08-29 Dave Love <fx@gnu.org>
10735
10736 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10737 (diff-mode-shared-map): Bind mouse-2.
10738 (diff-imenu-generic-expression): New variable.
10739 (diff-mode): Use it.
10740
10741 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10742 (mouse-popup-menubar): Add minor mode menus.
10743 (popup-menu): Check for lookup-key returning number.
10744
107452000-08-29 Miles Bader <miles@gnu.org>
10746
10747 * comint.el (comint-send-input): Create overlays using the proper
10748 front/read-advance arguments.
10749
107502000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10751
10752 * ps-print.el: Even/odd pages printing. Doc fix.
10753 (ps-print-version): New version number (6.0).
10754 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10755 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10756 (ps-print-duplex-feature): Variable eliminated.
10757 (ps-even-or-odd-pages): New variable.
10758
10759 * progmodes/ebnf2ps.el: Doc fix.
10760 (ebnf-version): New version (3.3).
10761 (ebnf-user-arrow): Change variable customization to sexp.
10762 (ebnf-user-arrow): Function eliminated.
10763 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10764
107652000-08-29 Kenichi Handa <handa@etl.go.jp>
10766
10767 * help.el (help-xref-mule-regexp): New variable.
10768 (help-make-xrefs): Handle help-xref-mule-regexp.
10769
10770 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10771 variable.
10772 (describe-input-method): Temporarily activate the specfied input
10773 method to display the information.
10774 (describe-language-environment): Hyperlinks to mule related items.
10775
10776 * international/mule-diag.el (charset-multibyte-form-string): New
10777 function.
10778 (list-character-sets-1): Use charset-multibyte-form-string.
10779 (describe-character-set): New function.
10780 (describe-coding-system): Hyperlinks to safe character sets.
10781
10782 * international/quail.el (quail-help): New arg PACKAGE.
10783 Hyperlinks to mule related items.
10784 (quail-help-insert-keymap-description): Use
10785 substitute-command-keys instead of describe-bindings.
10786 (quail-translation-help): Hyperlinks to mule related items.
10787
107882000-08-28 John Wiegley <johnw@gnu.org>
10789
10790 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10791 have a defsubst call itself. Made `eshell-flatten-list' back into
10792 a function again.
10793
10794 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10795 catch, in case re-centering point at bottom messes up the display.
10796 This happens frequently in Emacs 21, due I believe to variable
10797 line heights.
10798
10799 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10800 to call `find-tag-interactive'.
10801
10802 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10803 the list of remember directories.
10804
108052000-08-28 John Wiegley <johnw@gnu.org>
10806
10807 * align.el: Test align-region-separate to see if it's a symbol.
10808
108092000-08-28 John Wiegley <johnw@gnu.org>
10810
10811 * eshell/esh-util.el (eshell-flatten-list): Made this function
10812 into a defsubst form. It gets used very frequently, although
10813 calls don't occur all that often.
10814
10815 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10816 examining it.
10817
10818 * eshell/esh-cmd.el (eshell-rewrite-while-command):
10819 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10820 `eshell-protect'.
10821 (eshell-copy-handles): Created a new macro for duplicating the
10822 current set of open handles. This is needed by the looping
10823 functions.
10824 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10825 is not incorrectly stomped on.
10826
10827 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10828 declaration for pcomplete-use-paring.
10829 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10830 value of eshell-cmpl-use-paring.
10831 * pcomplete.el (pcomplete-use-paring): New config variable, to
10832 indicate whether paring should be used.
10833 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10834 completion alternatives that have already been used.
10835
10836 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10837 bound to C-c C-y, which will repeat the previous N arguments
10838 (based on prefix argument).
10839 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10840
10841 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10842 if there is no *Help* buffer. This is for XEmacs, which renames
10843 its help buffers uniquely. TODO: Find out what the current buffer
10844 name to delete is.
10845
10846 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10847 first entry that correlates to a passwd/group number. Later
10848 entries (used for group/user name aliasing to multiple IDs) are
10849 ignored.
10850
10851 * eshell/em-xtra.el (eshell/expr):
10852 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10853 (eshell-grep, eshell/diff, eshell/locate):
10854 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10855 argument list, before passing it to the system command.
10856
10857 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10858 `find-tag' for use at final position in Eshell buffers (which
10859 otherwise triggers an error on Emacs 21).
10860 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10861 buffer, if it is currently bound to `find-tag'.
10862
10863 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10864 in the list of matched Makefile names.
10865 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10866 directory, prefer its contents to Makefile.
10867
10868 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10869 directory parts (like "cd old new", or "cd =regexp"), are now case
10870 sensitive on non-Windows/DOS platforms.
10871
10872 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10873 types RET after an open delimiter (like "), display a message
10874 indicating that Eshell is waiting for the closing delimiter.
10875
10876 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10877 environment variables.
10878
10879 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10880 gracefully if the user enters incorrect arguments.
10881
10882 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10883 Eshell buffers.
10884
10885 * eshell/esh-var.el (eshell-interpolate-variable):
10886 * eshell/esh-mode.el (eshell-move-argument):
10887 * eshell/em-unix.el (eshell-du-sum-directory):
10888 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10889 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10890 (not (= ...)).
10891
10892 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10893 to ensure the `preserve' flag gets propagated when doing recursive
10894 directory copies.
10895
108962000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10897
10898 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10899 Don't convert \n into \0177 in memory.
10900 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10901 and back again, when reading and writing.
10902
109032000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10904
10905 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10906 testing of `fboundp' on `processp'.
10907
10908 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10909 (eshell/jobs): Don't call process-list if it is not bound.
10910 (eshell-gather-process-output): Support systems where async
10911 subprocesses aren't supported.
10912 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10913 variables.
10914
10915 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10916 eshell-do-eval returns t.
10917 (eshell-do-pipelines-synchronously): New defmacro.
10918 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10919 when async subprocesses aren't supported.
10920 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10921 if async subprocesses aren't supported.
10922 (eshell-resume-command): Don't assume STATUS is a string.
10923
10924 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10925
10926 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10927 (eshell-close-target, eshell-get-target): Use eshell-processp.
10928 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10929 fix.
10930 (eshell-get-target, eshell-create-handles): Doc fix.
10931
109322000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10933
10934 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10935 criterion to include commands that output something, as long as it
10936 leaves both the command and the end-of-buffer visible when the
10937 command has exited.
10938 (eshell-review-quick-commands): Adjust the help doc string
10939 accordingly.
10940
109412000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10942
10943 * locate.el (locate): Cleaned up locate command's interactive prompting
10944 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10945
10946 * filecache.el (file-cache-case-fold-search): New variable
10947 (file-cache-assoc-function): New variable
10948 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10949 Use file-cache-case-fold-search variable
10950 (file-cache-add-file): Use file-cache-assoc-function
10951 (file-cache-delete-file): likewise
10952 (file-cache-directory-name): likewise
10953 (file-cache-debug-read-from-minibuffer): likewise
10954
109552000-08-28 Gerd Moellmann <gerd@gnu.org>
10956
10957 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10958 (abbrev-table-name): New function.
10959 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10960 If non-nil list local abbrev, only.
10961
109622000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10963
10964 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10965 from Gnus support code, and use special article copy buffer
10966 `(gnus-original-article-buffer)' instead. This allows to get rid
10967 of article-hide-headers usage (which breaks in the latest Gnus
10968 version). Thanks to Detlev Zundel.
10969
109702000-08-28 Kenichi Handa <handa@etl.go.jp>
10971
10972 * international/quail.el (quail-use-package): Hide "... loaded"
10973 message.
10974 (quail-start-translation, quail-start-conversion): Likewise.
10975
10976 * international/kkc.el (kkc-region): Hide "... loaded" message.
10977
109782000-08-27 Dave Love <fx@gnu.org>
10979
10980 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10981
109822000-08-27 Miles Bader <miles@gnu.org>
10983
10984 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10985
109862000-08-27 Kenichi Handa <handa@etl.go.jp>
10987
10988 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10989 'ja-dic-cnv), not (require 'skkdic-cnv).
10990
109912000-08-26 Miles Bader <miles@gnu.org>
10992
10993 * faces.el (face-x-resources): Add entry for :inherit.
10994 * cus-face.el (custom-face-attributes): Add support for :inherit
10995 attribute. Add support for relative face heights.
10996 (custom-face-attributes-get): Treat `nil' as being a default value
10997 for :inherit (as well as `unspecified').
10998
10999 * faces.el (set-face-attribute): Update doc string.
11000 (face-attribute-name-alist): Add :inherit.
11001 (face-valid-attribute-values): Handle :inherit.
11002 (face-read-string): Rephrase prompt to be less confusing.
11003 Assume that DEFAULT is a string, since we must return a string.
11004 (face-read-integer): Use `format' to turn DEFAULT into an
11005 acceptable default for face-read-string. Match NEW-VALUE against
11006 the string "unspecified", not the symbol `unspecified', since
11007 that's what face-read-string returns.
11008 (read-face-attribute): Lookup a name for old-value in valid, and
11009 use it as a default if we find one. Treat all values from
11010 face-read-string as strings. If the default is used, don't do any
11011 more processing on the value, just use the old value directly.
11012 (read-face-and-attribute, modify-face): Tweak prompt.
11013 (read-face-name): Don't assume prompt ends with a space.
11014
11015 * faces.el (describe-face): Add support for :inherit attribute.
11016
110172000-08-25 Kenichi Handa <handa@etl.go.jp>
11018
11019 * terminal.el (terminal-emulator): Fix args to `concat'. Now
11020 concat doesn't accept interger.
11021
11022 * international/kkc.el: Remove SKK from Keywords. Require
11023 ja-dic-utl instead of skkdic-utl.
11024
11025 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11026 Provide ja-dic-cnv instead of skkdic-cnv.
11027 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
11028 (iso-2022-7bit-short): Add safe-charsets property.
11029 (skkdic-convert-postfix): Search Japanese chou-on character in
11030 addition to Hiragana character.
11031 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11032 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11033 (batch-skkdic-convert): Likewise.
11034
11035 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11036 Provide ja-dic-utl instead of skkdic-utl.
11037 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11038
110392000-08-24 Dave Love <fx@gnu.org>
11040
11041 * disp-table.el (standard-display-default): Make the test of `l'
11042 useful.
11043
11044 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11045 mod sample text.
11046
11047 * international/iso-ascii.el: Make pilcrow convenient string
11048 consistent with section.
11049 (iso-ascii-display): Set up multibyte characters as well as
11050 unibyte.
11051
110522000-08-24 Kenichi Handa <handa@etl.go.jp>
11053
11054 * international/mule-cmds.el (reset-language-environment): Set
11055 default-process-coding-system to '(undecided . iso-latin-1), which
11056 makes process I/O almost consistent with file I/O. Call this
11057 function when mule-cmds.el[c] is loaded.
11058
110592000-08-22 Andrew Innes <andrewi@gnu.org>
11060
11061 * makefile.w32-in: New file.
11062
110632000-08-22 Miles Bader <miles@lsi.nec.co.jp>
11064
11065 * comint.el (comint-output-filter): Compare end of
11066 comint-last-output-overlay with the start of the newly inserted
11067 text, not the end, when deciding whether to extend it.
11068 Set saved-point's insertion type to advance after insertion.
11069
11070 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11071 since this is now done independently of font-lock mode.
11072
110732000-08-21 Gerd Moellmann <gerd@gnu.org>
11074
11075 * server.el (server-kill-new-buffers): New user option.
11076 (server-existing-buffer): New buffer-local variable.
11077 (server-visit-files): When using an existing buffer, set
11078 server-existing-buffer to t.
11079 (server-buffer-done): If server-kill-new-buffers is t, kill the
11080 buffer, unless it was already present before visiting it with
11081 Emacs server.
11082
110832000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
11084
11085 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11086 even if the display doesn't support colors: some displays will
11087 support bold/underline faces.
11088
110892000-08-21 Gerd Moellmann <gerd@gnu.org>
11090
11091 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11092
11093 * startup.el (command-line): If user's init file had an error,
11094 add explanatory text to *Messages*.
11095
110962000-08-21 Kenichi Handa <handa@etl.go.jp>
11097
11098 * man.el (Man-getpage-in-background): Decode the process output by
11099 the system locale coding system.
11100
111012000-08-20 Dave Love <fx@gnu.org>
11102
11103 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11104 Don't test x-popup-menu.
11105 (function) <complete-function>: Complete only fbound symbols.
11106 <validate, value>: New.
11107 (variable) <complete-function>: Complete only bound symbols.
11108 (coding-system): Add :base-only, :complete-function, :validate,
11109 :value, :prompt-match.
11110 (widget-coding-system-prompt-value): Use read-coding-system and
11111 act on :base-only.
11112 (editable-field): Add :help-echo.
11113 (widget-push-button-gui, widget-push-button-cache)
11114 (widget-gui-action, widget-editable-list-gui): COmment out, along
11115 with uses.
11116 (widget-at): Make arg optional.
11117 (widget-echo-help): Adjust for current help-echo calling sequence.
11118 (widget-specify-field, widget-specify-button)
11119 (widget-specify-insert, widget-get-sibling, widget-image-find)
11120 (widget-convert, widget-insert, widget-leave-text)
11121 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11122 (widget-setup, widget-field-find, widget-before-change)
11123 (widget-after-change, widget-default-complete)
11124 (widget-default-create, widget-default-delete)
11125 (widget-push-button-value-create, editable-field)
11126 (widget-field-prompt-value, widget-field-validate)
11127 (widget-choice-value-create, widget-choice-action)
11128 (widget-choice-validate, widget-checklist-add-item)
11129 (widget-radio-add-item, widget-radio-chosen)
11130 (widget-radio-value-inline, widget-editable-list-value-create)
11131 (widget-editable-list-entry-create)
11132 (widget-documentation-link-add)
11133 (widget-documentation-string-value-create)
11134 (widget-regexp-validate, widget-file-complete)
11135 (widget-sexp-validate, widget-plist-convert-widget)
11136 (widget-plist-convert-widget, widget-alist-convert-widget)
11137 (widget-alist-convert-widget, widget-color-complete): Simplify,
11138 particularly to avoid bindings which aren't optimized out.
11139
11140 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11141 Doc fix.
11142 (down-list, backward-up-list, up-list, kill-sexp)
11143 (backward-kill-sexp, mark-sexp): Make arg optional.
11144 (lisp-complete-symbol): Add optional arg PREDICATE.
11145
11146 * cus-start.el: Add display-buffer-reuse-frames,
11147 file-coding-system-alist.
11148
111492000-08-20 Gerd Moellmann <gerd@gnu.org>
11150
11151 * startup.el (command-line): Clear realized faces after
11152 modifying TTY color mappings.
11153
111542000-08-20 Miles Bader <miles@gnu.org>
11155
11156 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11157 merely a subset of FACE's attributes.
11158
111592000-08-19 Miles Bader <miles@gnu.org>
11160
11161 * comint.el (comint-output-filter): Save the point with a marker,
11162 not just a buffer position.
11163
11164 * international/mule.el (set-buffer-process-coding-system): Make
11165 interactive prompt less confusing.
11166
111672000-08-19 Gerd Moellmann <gerd@gnu.org>
11168
11169 * hilit-chg.el: General cleanup of doc strings, comments and
11170 code formatting.
11171
111722000-08-19 Miles Bader <miles@gnu.org>
11173
11174 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11175 Compiler macro removed; beginning-of-line is no longer always
11176 equivalent to forward-line, in the presence of fields.
11177
11178 * comint.el (comint-output-filter): Remove ad-hoc saving of
11179 restriction, and just use save-restriction, now that it works
11180 correctly. Don't adjust comint-last-input-start to account for
11181 our insertion; it shouldn't have moved because we don't use
11182 insert-before-markers anymore. Comment out call to
11183 `force-mode-line-update'; why is it here?
11184
11185 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11186 while checking for prompt to delete. Use `forward-line 0'
11187 instead of beginning-of-line.
11188 (gud-filter): Temporarily widen gud comint buffer while
11189 examining output.
11190
111912000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11192
11193 * progmodes/sh-script.el: Big bag of typos.
11194
11195 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11196 check since ispell-process is not bound when ispell is not yet loaded.
11197
111982000-08-18 Dave Love <fx@gnu.org>
11199
11200 * image.el (find-image): Copy `spec' before using plist-put.
11201
112022000-08-18 Gerd Moellmann <gerd@gnu.org>
11203
11204 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11205 `portugues'.
11206
11207 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11208 backward-kill-sexp, analogous to kill-sexp.
11209
11210 * progmodes/icon.el (icon-indent-line)
11211 (icon-is-continuation-line): Handle comments specially.
11212
112132000-08-17 Ken Stevens <k.stevens@ieee.org>
11214
11215 * ispell.el: Set to standard author/maintainer/keyword fields.
11216 Fine tuning to menu map appearance and operation, and added help.
11217 Remove `start' and `end' error messages when compiling.
11218 (ispell-choices-win-default-height): Fixed comment string.
11219 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11220 castellano8 dictionaries.
11221 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11222 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11223 dictionary, added italiano dictionary.
11224 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11225 word character
11226 (ispell-tex-skip-alists): Added psfig support.
11227 (ispell-skip-html): Renamed from ispell-skip-sgml.
11228 (ispell-begin-skip-region-regexp, ispell-skip-region)
11229 (ispell-minor-check): Improved html skipping support to skip across
11230 code, and recognize `&' commands without propper `;' syntax;
11231 (ispell-process-line): Fix alignment error when manually
11232 correcting spelling.
11233 (ispell): Fix comment string.
11234 (ispell-add-per-file-word-list): Always put word list on new line.
11235
112362000-08-17 Gerd Moellmann <gerd@gnu.org>
11237
11238 * format.el (format-encode-run-method): Fix error message to say
11239 `encode' instead of `decode'. Use save-window-excursion around
11240 shell-command-on-region as in format-decode-run-method because
11241 shell-command-on-region can display a buffer with error output.
11242 (format-decode): Don't record undo information for the decoding.
11243 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11244 that number part of the temporary buffer name so that more than
11245 one decoding using a temporary buffer can happen safely.
11246
11247 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11248 of `A-z' in the regexp.
11249
11250 * hilit-chg.el: Fix typos in commentary.
11251
11252 * help.el (view-emacs-news): Rewritten for new naming scheme
11253 for old NEWS files.
11254
11255 * startup.el (command-line): Pop to *Messages* in case an error
11256 is signaled while loading user-init-file.
11257
112582000-08-17 Andreas Schwab <schwab@suse.de>
11259
11260 * files.el (insert-directory): Don't lose original file name,
11261 undoing an undocumented change.
11262
112632000-08-17 Alex Schroeder <alex@gnu.org>
11264
11265 * sql.el (sql-magic-go): Use comint-bol.
11266 (sql-copy-column): Use comint-line-beginning-position.
11267 (comint-line-beginning-position): Define a replacement for
11268 comint-line-beginning-position if it is not fboundp.
11269
112702000-08-17 Alex Schroeder <alex@gnu.org>
11271
11272 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11273 it didn't have any effect anyway.
11274
112752000-08-17 Alex Schroeder <alex@gnu.org>
11276
11277 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11278 --pset and pager=off instead of sending \\o|cat at the beginning
11279 of the session.
11280
112812000-08-17 Miles Bader <miles@gnu.org>
11282
11283 * progmodes/octave-inf.el: Add compatibility definition of
11284 comint-line-beginning-position.
11285
112862000-08-17 Kenichi Handa <handa@etl.go.jp>
11287
11288 * startup.el (normal-top-level): Look in each dir in load-path for
11289 a leim-list.el file too. This assures of loading leim-list.el
11290 that is created at Emacs installation time even if a user have his
11291 own leim-list.el.
11292
112932000-08-17 Miles Bader <miles@gnu.org>
11294
11295 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11296 foreground color to black if the background is dark.
11297
112982000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11299
11300 * loadhist.el (unload-feature): Typo.
11301
11302 * finder.el (finder-compile-keywords):
11303 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11304 to the generated file.
11305
11306 * mail/mh-e.el (mh-make-local-vars):
11307 Replace make-variable-buffer-local with make-local-variable.
11308
11309 * play/landmark.el:
11310 * options.el (Edit-options-{set,toggle,t,nil}):
11311 * mail/mailabbrev.el (mail-abbrevs-mode):
11312 * textmodes/tex-mode.el (tex-expand-files):
11313 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11314
11315 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11316
11317 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11318 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11319 Allow going past the last element.
11320 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11321 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11322 (cvs-mouse-toggle-mark): Don't move point.
11323 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11324
11325 * progmodes/compile.el (grep): Provide a default set of files.
11326 (next-error): Docstring fix.
11327 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11328
11329 * emacs-lisp/easy-mmode.el (define-minor-mode):
11330 Use `symbol-value' to keep the byte-compiler quiet.
11331
11332 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11333 (diff-find-source-location): New fun, extracted from diff-goto-source.
11334 (diff-goto-source): Use it.
11335 (diff-next-complex-hunk, diff-filter-lines): New function.
11336 (diff-apply-hunk): New command.
11337
11338 * smerge-mode.el (smerge-mode-menu): Doc fix.
11339
11340 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11341
113422000-08-16 Dave Love <fx@gnu.org>
11343
11344 * windmove.el (windmove) <defgroup>: Add :version.
11345
11346 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11347 (goto-address-fontify-p, goto-address-highlight-p)
11348 (goto-address-url-face, goto-address-url-mouse-face)
11349 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11350 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11351 (goto-address-fontify, goto-address-at-mouse): Simplify,
11352 (goto-address-at-point): browse-url-url-at-point,
11353 goto-address-find-address-at-point can return nil.
11354 (goto-address-find-address-at-point): Return nil on failure.
11355
11356 * align.el (align) <defgroup>: Add :version.
11357
11358 * calculator.el (calculator): Add :version.
11359 (calculator): Use two lines for calculator window if `modeline'
11360 face is boxed.
11361
11362 * play/5x5.el: Doc fixes.
11363 (5x5) <defgroup>: Add :version.
11364
11365 * play/fortune.el (fortune) <defgroup>: Add :version.
11366 (fortune-append): Fix error message.
11367 (fortune-from-region): Doc fix.
11368
11369 * play/pong.el (pong): Doc fix.
11370
11371 * play/morse.el: Keywords, commentary, autoloads.
11372
113732000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11374
11375 * desktop.el (desktop-save): Don't look at symbol-value of a
11376 member of minor-mode-alist, unless it is boundp.
11377
113782000-08-16 Sam Steingold <sds@gnu.org>
11379
11380 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11381 `while'; use `with-current-buffer' instead of `save-excursion'.
11382 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11383
113842000-08-16 Kenichi Handa <handa@etl.go.jp>
11385
11386 * international/ccl.el (declare-ccl-program): Docstring modified.
11387 (ccl-execute-with-args): Likewise.
11388
113892000-08-16 Miles Bader <miles@gnu.org>
11390
11391 * progmodes/sql.el: Add compatibility definition of
11392 comint-line-beginning-position.
11393
113942000-08-15 Gerd Moellmann <gerd@gnu.org>
11395
11396 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11397 'buffer-menu' property.
11398 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11399 fails.
11400 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11401 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11402 wasn't killed.
11403
11404 * buff-menu.el (list-buffers-noselect): Don't display the
11405 *Buffer List* buffer.
11406
11407 * font-lock.el: Require jit-lock to prevent a very late
11408 `Loading jit-lock' message.
11409
11410 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11411 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11412 mail address.
11413
114142000-08-15 Miles Bader <miles@gnu.org>
11415
11416 * textmodes/ispell.el (ispell-graphic-p): New constant.
11417 (ispell-choices-win-default-height, ispell-help): Use
11418 `ispell-graphic-p' instead of `xemacsp'.
11419
114202000-08-15 Dave Love <fx@gnu.org>
11421
11422 * simple.el: Autoload widget-convert when compiling.
11423 (mail-user-agent): Doc fix.
11424
11425 * help.el (function-called-at-point, variable-at-point): Use
11426 with-syntax-table.
11427 (help-manyarg-func-alist): Add insert-and-inherit.
11428
11429 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11430
11431 * delsel.el (delsel-unload-hook): New function.
11432
11433 * find-file.el: Doc fixes. Move provide to end.
11434 (ff) <defgroup>: Add :link.
11435 (ff-goto-click): Deleted.
11436 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11437 Use mouse-set-point.
11438
11439 * textmodes/tildify.el: Doc fixes.
11440 (tildify) <defgroup>: Add:version.
11441
11442 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11443 (glasses-custom-set): Use set-default, not set.
11444 (minor-mode-alist): Propertize the lighter.
11445 (glasses-mode): Provide optional arg.
11446
11447 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11448 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11449 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11450 option. Provide :type.
11451 (cwarn-configuration): Provide :type.
11452 (cwarn-mode): Doc fix.
11453
11454 * add-log.el (change-log-merge): Doc fix.
11455 (change-log-redate): New command.
11456
11457 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11458 Doze and Dog.
11459 (browse-url): Use dolist, not mapcar.
11460 (browse-url-at-point): Check for null url.
11461 (browse-url-event-buffer, browse-url-event-point): Functions
11462 deleted.
11463 (browse-url-at-mouse, browse-url-netscape): Simplify.
11464
11465 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11466 modes.
11467 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11468 Fix previous change to mapcan.
11469 (msb--init-file-alist, msb--add-separators)
11470 (msb--make-keymap-menu): Simplify.
11471 (msb--choose-file-menu): Use copy-sequence.
11472 (msb-mode-map): Add title to keymap.
11473 (msb-unload-hook): New function.
11474
11475 * bs.el: Fix indentation.
11476 (bs) <defgroup>: Add :links.
11477 (bs-show): Doc fix.
11478 (bs-apply-sort-faces): Don't use window-system.
11479 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11480
114812000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11482
11483 * calendar/timeclock.el (timeclock-file): Run .timelog through
11484 convert-standard-filename.
11485
114862000-08-14 Gerd Moellmann <gerd@gnu.org>
11487
11488 * emacs-lisp/authors.el: New file.
11489
11490 * paren.el (show-paren-priority): New user option.
11491 (show-paren-function): Set overlay priorities to
11492 show-paren-priority.
11493
114942000-08-14 Miles Bader <miles@gnu.org>
11495
11496 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11497 beginning-of-line with inhibit-field-text-motion bound.
11498
114992000-08-14 Gerd Moellmann <gerd@gnu.org>
11500
11501 * calendar/timeclock.el: New file.
11502
115032000-08-14 David Ponce <david@dponce.com>
11504
11505 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11506 `widget-button-click'. so that one can use left mouse button to
11507 click on dialog buttons.
11508
115092000-08-14 Emmanuel Briot <briot@gnat.com>
11510
11511 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11512 identifiers, since XML is case sensitive
11513
115142000-08-12 Miles Bader <miles@gnu.org>
11515
11516 * comint.el (comint-output-filter): Don't bother frobbing
11517 window-start, it doesn't seem to be necessary.
11518
11519 * comint.el (comint-send-string, comint-send-region): Make into
11520 real functions. Snapshot the prompt before sending.
11521
115222000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11523
11524 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11525 technique similar to Info-index, instead of relying on specific
11526 names of relevant Index nodes.
11527 (Info-goto-emacs-command-node): Bind Info-history to nil when
11528 going to the first node found by Info-find-emacs-command-nodes.
11529
115302000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11531
11532 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11533
115342000-08-10 Miles Bader <miles@gnu.org>
11535
11536 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11537
115382000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11539
11540 * info.el (Info-file-list-for-emacs): More elements for the
11541 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11542 and woman manuals.
11543
115442000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11545
11546 * comint.el (comint-send-input): Make the newline boundary overlay
11547 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11548 (comint-output-filter): Use `insert' instead of
11549 `insert-before-markers'. Extend comint-last-output-overlay when
11550 necessary since we can't rely on insert-before-markers to do it.
11551 * gud.el (gud-filter): Use `with-current-buffer' instead of
11552 save-excursion when inserting the output, so that point gets
11553 updated correctly; the old method relied on a rather dodgy
11554 side-effect of comint-output-filter to avoid the effect of
11555 save-excursion.
11556
115572000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11558
11559 * files.el (recover-file): Call insert-directory instead of
11560 invoking `ls' directly.
11561
115622000-08-10 Miles Bader <miles@gnu.org>
11563
11564 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11565 (comint-last-prompt-overlay): New variables.
11566 (comint-output-filter): Implement prompt highlighting.
11567 (comint-snapshot-last-prompt): New function.
11568 (comint-send-input): Snapshot the last prompt.
11569 Use comint-highlight-input-face.
11570 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11571 Use defface instead of defcustom.
11572 (send-invisible, comint-send-eof): Snapshot the last prompt.
11573 (comint-delchar-or-maybe-eof): Use comint-send-eof.
11574 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11575
115762000-08-09 Stefan Monnier <monnier@cs.yale.edu>
11577
11578 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11579 (regexp-opt-group): Use a list of chars for `letters'.
11580 (regexp-opt-charset): `chars' is now a list of chars.
11581 Use a char-table rather than a vector so it works for multibyte chars.
11582
11583 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11584 Set cvs-minor-current-files to the selected fileinfo.
11585 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11586 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11587
115882000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
11589
11590 * files.el (insert-directory): Don't call access-file on
11591 directories on DOS and Windows.
11592
115932000-08-09 Kenichi Handa <handa@etl.go.jp>
11594
11595 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11596 longer if necessary.
11597 (ccl-embed-code): Call ccl-embed-data to store CODE in
11598 ccl-program-vector.
11599
116002000-08-09 Miles Bader <miles@gnu.org>
11601
11602 * comint.el (comint-output-filter): Properly handle the case where
11603 the text surrounded by comint-last-output-overlay was deleted.
11604
116052000-08-08 Gerd Moellmann <gerd@gnu.org>
11606
11607 * info.el (Info-insert-dir): Use Info-additional-directory-list if
11608 non-nil.
11609 (Info-file-list-for-emacs): Remove "info" from the list because
11610 that leads to trying to use the documentation from file `info'
11611 in various situations where it isn't appropriate, for instance
11612 C-h C-k C-h i.
11613
11614 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11615 DIR and/or STRING are nil.
11616
11617 * progmodes/compile.el (compilation-setup): Make variable
11618 compilation-error-screen-columns buffer-local, as some comment
11619 in the code suggests it should be.
11620
11621 * files.el (auto-mode-interpreter-regexp): New variable.
11622 (set-auto-mode): Use it.
11623
11624 * indent.el (indent-for-tab-command): Doc fix.
11625
11626 * mouse-sel.el (mouse-sel-mode): Doc fix.
11627
11628 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11629 labels.
11630
11631 * help.el (print-help-return-message): When
11632 display-buffer-reuse-frames is set, let the help window been quit,
11633 instead of deleting it, which might delete a reused frame.
11634
116352000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11636
11637 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11638 rename a directory to a name that differs only by its letter case.
11639
116402000-08-08 Kenichi Handa <handa@etl.go.jp>
11641
11642 * international/quail.el (quail-define-rules): Handle Quail decode
11643 map correctly. Add code for supporting annotations.
11644 (quail-install-decode-map): New function.
11645 (quail-defrule-internal): New optional arguments decode-map and
11646 props.
11647 (quail-advice): New function.
11648
116492000-08-07 Sam Steingold <sds@gnu.org>
11650
11651 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11652 `defconst', `define-condition', `with-slots'.
11653 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11654
116552000-08-03 Miles Bader <miles@gnu.org>
11656
11657 * comint.el (comint-use-prompt-regexp-instead-of-fields):
11658 New variable.
11659 (comint-prompt-regexp, comint-get-old-input): Document dependence on
11660 comint-use-prompt-regexp-instead-of-fields.
11661 (comint-send-input): Add `input' field property to stuff we send to
11662 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11663 (comint-output-filter): Add `output' field property to process
11664 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11665 (comint-replace-by-expanded-history)
11666 (comint-get-old-input-default, comint-show-output)
11667 (comint-backward-matching-input, comint-forward-matching-input)
11668 (comint-next-prompt, comint-previous-prompt): Use field
11669 properties if comint-use-prompt-regexp-instead-of-fields is nil.
11670 (comint-line-beginning-position): New function.
11671 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
11672 (comint-replace-by-expanded-history-before-point): Use
11673 comint-line-beginning-position and line-end-position.
11674 (comint-last-output-overlay): New variable.
11675 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11676
11677 * shell.el (shell-prompt-pattern): Doc change.
11678 (shell-backward-command): Use line-beginning-position.
11679
11680 * gud.el (gud-gdb-complete-command): Use
11681 comint-line-beginning-position.
11682
11683 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11684 comint-bol doesn't actually go to the beginning of the line.
11685
11686 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11687 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11688 (try-expand-line-all-buffers): Likewise.
11689
11690 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11691 explicitly matching comint-prompt-regexp.
11692 (sql-copy-column): Use comint-line-beginning-position instead of
11693 explicitly matching comint-prompt-regexp.
11694
11695 * progmodes/octave-inf.el (inferior-octave-complete): Use
11696 comint-line-beginning-position.
11697
11698 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11699
11700 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11701 looking for a prompt, use `forward-line 0' instead of
11702 `beginning-of-line', to avoid getting caught by an input field.
11703
117042000-08-07 Gerd Moellmann <gerd@gnu.org>
11705
11706 * files.el (shell-quote-wildcard-pattern): Make sure to return
11707 PATTERN, in the Unix case.
11708
117092000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11710
11711 * play/zone.el (zone): Discard any pending input before running
11712 the randomly-chosen pgm.
11713
117142000-08-07 Kenichi Handa <handa@etl.go.jp>
11715
11716 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11717 checking the existence of any multibyte characters.
11718
117192000-08-06 Gerd Moellmann <gerd@gnu.org>
11720
11721 * help.el (describe-mode): Test minor-mode symbol for being
11722 bound before testing its value for being nil.
11723
11724 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11725 `first', `second', and `third'.
11726
11727 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11728 (second): Make it an alias for `cadr'.
11729
117302000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11731
11732 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11733 types of display support faces now.
11734
117352000-08-05 Gerd Moellmann <gerd@gnu.org>
11736
11737 * pcvs.el (require): Require `cl' during compilation, only.
11738
11739 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11740 (toplevel): Remove `remq' and `remove' from autoloads.
11741 (cl-fake-autoloads): New variable. If set, arrange for an error
11742 when CL functions etc. are autoloaded.
11743
117442000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11745
11746 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11747
11748 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11749 popped up, but the user clicks outside the menu, return an empty
11750 regexp (that causes unhighlight-regexp to have no effect).
11751
11752 * menu-bar.el (menu-bar-games-menu): Add Zone.
11753
11754 * hi-lock.el (toplevel): Require font-lock.
11755
117562000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11757
11758 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11759 (ebnf-8-bit-chars): New var for bug fix.
11760 (ebnf-string): Bug fix.
11761
117622000-08-03 Sam Steingold <sds@gnu.org>
11763
11764 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11765 instead of `buffer-string'.
11766 (require 'cl): Always, not just when compiling.
11767 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11768 necessary.
11769
117702000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11771
11772 * international/mule-cmds.el (select-safe-coding-system): Make
11773 the message text about selecting a safe coding system more clear.
11774
117752000-08-02 Gerd Moellmann <gerd@gnu.org>
11776
11777 * hi-lock.el: New file.
11778
11779 * play/zone.el: New file.
11780
11781 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11782 value of tab-width in the original buffer. Choose a line number
11783 format that's a multiple of the original buffer's tab width, so
11784 that lines appear right.
11785
11786 * textmodes/ispell.el (ispell): New function, replacing an alias.
11787 Spell-check active region if in transient-mark-mode and mark
11788 is active; otherwise spell-check buffer.
11789
117902000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11791
11792 * ps-mule.el: Fix a customization problem on
11793 ps-mule-font-info-database-default.
11794
117952000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
11796
11797 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11798 display-mouse-p instead of window-system.
11799 (ebrowse-member-mode-map): Ditto.
11800
118012000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11802
11803 * progmodes/ebnf2ps.el: Update ps-print functions call.
11804 Indentation fix. Doc fix.
11805 (ebnf-version): New version number (3.2).
11806 (ebnf-format-color, ebnf-begin-job): Code fix.
11807
118082000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
11809
11810 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11811 font lock support on window-system.
11812 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11813
11814 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11815 display-color-p, if fboundp, instead of window-system.
11816
118172000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
11818
11819 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11820 instead of window-system.
11821
11822 * wid-edit.el (widget-choose): Use display-mouse-p instead of
11823 window-system.
11824 (widget-choice-mouse-down-action): Use display-popup-menus-p
11825 instead of window-system.
11826
11827 * strokes.el (strokes-file): Run the file name through
11828 convert-standard-filename.
11829 (strokes-mode): Call display-mouse-p instead of looking at
11830 window-system. Change the error message accordingly.
11831
11832 * progmodes/cpp.el (toplevel): Support faces on tty's.
11833
11834 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11835 (lm-plot-square, lm-init-display): Don't use window-system.
11836
11837 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11838 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11839
11840 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11841 instead of looking at window-system.
11842
118432000-07-30 Gerd Moellmann <gerd@gnu.org>
11844
11845 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11846 of testing if iswitchb-prepost-hooks is bound, because the
11847 latter will always be true when invoking a recursive minibuffer
11848 from an active Iswitchb buffer.
11849
118502000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11851
11852 * files.el (shell-quote-wildcard-pattern): New function.
11853 (insert-directory): Call it. Only prepend "\" to command on Unix
11854 and GNU/Linux systems.
11855
118562000-07-30 Gerd Moellmann <gerd@gnu.org>
11857
11858 * eshell/esh-groups.el: Change custom :link file names
11859 from `eshell.info' to `eshell'.
11860
118612000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11862
11863 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11864 correctly in recursive ange-ftp listings.
11865
118662000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11867
11868 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11869 ps-header-font-size-internal and
11870 ps-header-title-font-size-internal variables are not set,
11871 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11872 face text property is (foreground-color . COLOR) or
11873 `(background-color . COLOR)', ps-print crashes. Doc fix.
11874 (ps-print-version): New version number (5.2.4).
11875 (ps-plot-region): Code fix.
11876 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11877 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11878 Bug fix 2.
11879
118802000-07-30 Milan Zamazal <pdm@freesoft.cz>
11881
11882 * glasses.el (glasses-make-readable): Fix uncapitalization of
11883 identifiers like `myXMLDocument'.
11884
118852000-07-28 Karl Fogel <kfogel@red-bean.com>
11886
11887 * mail/mail-hist.el (mail-hist-previous-input)
11888 (mail-hist-next-input): Do the obvious code factorization.
11889 (mail-hist-retrieve-and-insert): New func, contains common
11890 code of above two.
11891 If inserting a message body, leave point at top.
11892
118932000-07-28 Sam Steingold <sds@gnu.org>
11894
11895 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11896 Use `<=', not `<' to compare times!
11897 (ange-ftp-ls): Remove.
11898
118992000-07-27 Gerd Moellmann <gerd@gnu.org>
11900
11901 * play/cookie1.el: Add explanation of how to make cookie.el
11902 compatible with strfile(1) to comment.
11903
11904 * subr.el (remove, remq): New functions.
11905
11906 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11907 escape `*' in regexps.
11908 (midnight-find): Reverse order of arguments in the funcall of
11909 TEST.
11910
11911 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11912 and `.class'.
11913
11914 * play/meese.el: Add Commentary section.
11915
119162000-07-27 Alex Schroeder <alex@gnu.org>
11917
11918 * sql.el (sql-ms): Added autoload cookie.
11919 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11920 (sql-oracle): Ditto.
11921 (sql-help): Doc change.
11922
11923 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11924 types and exceptions.
11925
119262000-07-27 Alex Schroeder <alex@gnu.org>
11927
11928 * sql.el (sql-placeholder-history): New variable.
11929 (sql-query-placeholders-and-send): New function that will query
11930 the user and replace placeholders with user input.
11931 (sql-oracle): If running on NT, set comint-input-sender to
11932 sql-query-placeholders-and-send.
11933
11934 (sql-stop): If in the SQLi buffer, insert stop notification, else
11935 present it as a message.
11936
119372000-07-27 Alex Schroeder <alex@gnu.org>
11938
11939 * sql.el (sql-input-ring-separator): Doc change.
11940 (sql-input-ring-file-name): Doc change.
11941 (sql-interactive-mode): Use `sql-input-ring-separator' and
11942 `sql-input-ring-file-name' to set the comint-mode equivalents
11943 without making them local variables.
11944 (sql-stop): Don't bind `sql-input-ring-separator' and
11945 `sql-input-ring-file-name' dynamically to their comint-mode
11946 equivalents.
11947
119482000-07-27 Kenichi Handa <handa@etl.go.jp>
11949
11950 * international/mule.el (register-char-codings): New function.
11951 (make-coding-system): Handle `safe-chars' specification in the arg
11952 PROPERTY.
11953
11954 * international/mule-cmds.el
11955 (find-coding-systems-region-subset-p): This function deleted.
11956 (sort-coding-systems-predicate): New variable.
11957 (sort-coding-systems): New function.
11958 (find-coding-systems-region): Use
11959 find-coding-systems-region-internal.
11960 (find-coding-systems-string): Use find-coding-systems-region.
11961 (find-coding-systems-for-charsets): Check
11962 char-coding-system-table.
11963 (select-safe-coding-system-accept-default-p): New variable.
11964 (select-safe-coding-system): Mostly rewritten. New argument
11965 ACCEPT-DEFAULT-P.
11966 (select-message-coding-system): Call select-safe-coding-system
11967 with ACCEPT-DEFAULT-P arg.
11968 (reset-language-environment): Reset default-sendmail-coding-system
11969 to the default value iso-latin-1.
11970 (set-language-environment): Don't set the obsolete variable
11971 charset-origin-alist.
11972
11973 * international/codepage.el (cp-coding-system-for-codepage-1):
11974 Give `safe-chars' property to make-coding-system.
11975
11976 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11977 calling select-message-coding-system twice.
11978
11979 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11980 instead of `safe-charsets'.
11981 (cyrillic-alternativnyj): Likewise.
11982 (ccl-encode-alternativnyj): Don't check the charset
11983 cyrillic-iso8859-5.
11984
119852000-07-27 Kenichi Handa <handa@etl.go.jp>
11986
11987 * composite.el (compose-chars-after): Preserve match data.
11988
119892000-07-26 Sam Steingold <sds@gnu.org>
11990
11991 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11992 (ange-ftp-real-file-newer-than-file-p): New function.
11993 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11994 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11995
11996 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11997 * midnight.el (midnight-float-time): Ditto.
11998
119992000-07-26 Andreas Schwab <schwab@suse.de>
12000
12001 * files.el (normal-backup-enable-predicate): Correct
12002 interpretation of the return value of compare-strings.
12003
120042000-07-26 Gerd Moellmann <gerd@gnu.org>
12005
12006 * isearch.el (isearch-resume): New function.
12007 (isearch-done): Add something to command-history to resume
12008 the search.
12009 (isearch-yank-line, isearch-yank-word): Use
12010 buffer-substring-no-properties instead of buffer-substring.
12011
12012 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12013 of flyspell-mouse-map.
12014
12015 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12016 duplicate definition.
12017 (makefile-mode): Remove duplicate setting of local-abbrev-table.
12018
12019 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12020 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12021
120222000-07-25 Sam Steingold <sds@gnu.org>
12023
12024 * net/ange-ftp.el: Get modtime over the net.
12025 (ange-ftp-file-modtime): New function.
12026 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12027 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12028 Use it.
12029 (ange-ftp-dot-to-slash): New function.
12030 (ange-ftp-fix-name-for-vms): Use it.
12031
12032 * midnight.el (midnight-buffer-display-time): Use
12033 `with-current-buffer'.
12034
120352000-07-25 Gerd Moellmann <gerd@gnu.org>
12036
12037 * find-dired.el: Update copyright notice.
12038 (find-dired): Offer to kill a running `find'.
12039
12040 * enriched.el (enriched-face-ans): For a `foreground-color'
12041 property, return '(("x-color" COLOR))' so that COLOR will be
12042 output as a parameter of the x-color annotation. Likewise for the
12043 `background-color' property. In the case of normal face
12044 properties, don't return annotations for unspecified foreground
12045 and background face attributes.
12046
120472000-07-25 Kenichi Handa <handa@etl.go.jp>
12048
12049 * language/japan-util.el (japanese-katakana-region): Fix handling
12050 HANKAKU argument.
12051
120522000-07-25 Miles Bader <miles@gnu.org>
12053
12054 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12055 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
12056 constrain-to-field.
12057
120582000-07-24 Andrew Innes <andrewi@gnu.org>
12059
12060 * timer.el (timer-activate-when-idle): Add optional parameter
12061 DONT-WAIT. Update docstring.
12062 (run-with-idle-timer): Specify extra parameter to
12063 timer-activate-when-idle, so that timer will be activated
12064 immediately if Emacs is already idle.
12065
12066 * w32-fns.el (w32-using-nt): Fix docstring.
12067
120682000-07-24 Dave Love <fx@gnu.org>
12069
12070 * mouse.el (popup-menu): Set last-command-event.
12071 (mouse-major-mode-menu-prefix): Declare.
12072
120732000-07-24 Gerd Moellmann <gerd@gnu.org>
12074
12075 * textmodes/flyspell.el: Update to author's version 1.5d.
12076
12077 * progmodes/hideshow.el: Update copyright notice.
12078
12079 * vcursor.el: Set maintainer to FSF, since author cannot
12080 be reached.
12081
120822000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
12083
12084 * info.el (Info-goto-emacs-key-command-node): Leave a space after
12085 the prompt.
12086
12087 * mouse.el (popup-menu): Run the keymap through indirect-function,
12088 in case it was defined with define-prefix-key. If the menu is a
12089 list of keymaps, look up the binding of user's choice in each one
12090 of the keymaps.
12091 (mouse-popup-menubar): If the global and local menu-bar keymaps
12092 don't have a prompt string, create one and insert it into the
12093 keymap. Don't barf if current-local-map returns nil.
12094
120952000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
12096
12097 * dired.el (dired-sort-R-check): Added to allow recursive listing
12098 to be undone.
12099 (dired-sort-other): Use it.
12100
121012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12102
12103 * Release of cc-mode 5.27
12104
121052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12106
12107 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12108 c-beginning-of-statement-1 that caused a bad case of recursion
12109 which could consume a lot of CPU in large classes in languages
12110 that have in-expression classes (i.e. Java and Pike).
12111
12112 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12113 statements before top level constructs (i.e. case 6 is moved
12114 before case 5 and is now case 4) to catch in-expression
12115 classes in top level expressions correctly.
12116
121172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12118
12119 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12120 objc-method-intro. Case 4 removed and case 5I added.
12121
12122 * cc-langs.el (c-append-paragraph-start): New variable used by
12123 c-common-init to get paragraph-start correct.
12124 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12125 initialize paragraph-start to make it correct both with and
12126 without the javadoc special case.
12127
12128 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12129 initialize paragraph-start for javadoc markup.
12130
12131 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12132 change by defaulting this to t. It's motivated by the
12133 confusing behavior that otherwise arise from the style system
12134 when editing both java and non-java files at the same time
12135 (see the comments about style setting in c-common-init).
12136
121372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12138
12139 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12140 similar to the one in c-fill-paragraph to check the fill
12141 prefix from the adaptive fill function for sanity.
12142
121432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12144
12145 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12146 defun block.
12147
a30eb617
DL
121482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12149
12150 * cc-align.el (c-lineup-multi-inher): Handle lines with
12151 leading comma nicely. Extended to handle member initializers
12152 too.
12153
12154 * cc-engine.el: (c-beginning-of-inheritance-list,
12155 c-guess-basic-syntax): Fixed recognition of inheritance lists
12156 when the lines begins with a comma.
12157
a30eb617
DL
12158 * cc-vars.el (c-offsets-alist): Changed default for
12159 member-init-cont to c-lineup-multi-inher since it now handles
12160 member initializers and indents better for leading commas.
12161
121622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12163
12164 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12165 handling that caused class open lines to be recognized as
12166 statement-conts in some cases.
12167
12168 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12169 guessed by the adaptive fill function unless point is on the
12170 first line of a block comment.
12171
12172 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12173 when the buffer ends with a macro continuation char.
12174
12175 * cc-engine.el (c-guess-basic-syntax): Added support for
12176 function definitions as statements in Pike. The first
12177 statement in a lambda block is now labeled defun-block-intro
12178 instead of statement-block-intro.
12179
12180 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12181 so that the class surrounding point is selected, not the one
12182 innermost in the state.
12183
12184 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12185 recognition of switch labels having hanging multiline
12186 statements.
12187
12188 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12189 some code in c-guess-basic-syntax to a separate function.
12190 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12191 recognition of member inits with multiple line arglists.
12192 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12193 member-init-cont when the commas are in funny places.
12194
121952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12196
12197 * cc-defs.el (c-auto-newline): Removed this macro since it's
12198 not used anymore.
12199
12200 * cc-engine.el (c-looking-at-bos): New helper function.
12201 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12202 inexpr and toplevel classes apart in Pike.
12203
12204 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12205 of case 9A.
12206
12207 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12208 constant, since "class" can introduce an in-expression class
12209 in Pike nowadays.
12210
122112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12212
12213 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12214 indentation on cpp-macro lines.
12215
12216 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12217 a syntax modifier like comment-intro, to make it possible to
12218 get syntactic indentation for preprocessor directives. It's
12219 incompatible wrt to lineup functions on cpp-macro, but it has
12220 no observable effect in the 99.9% common case where cpp-macro
12221 is set to -1000.
12222
122232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12224
12225 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12226 member-init-cont when the preceding arglist is several lines.
12227
122282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12229
12230 * cc-styles.el (c-style-alist): The basic offset for the BSD
12231 style corrected to 8.
12232
122332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12234
12235 * cc-styles.el (c-style-alist): Adjusted the indentation of
12236 brace list openers in the gnu style.
12237
122382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12239
12240 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12241
12242 * cc-cmds.el (c-electric-brace, c-electric-slash,
12243 c-electric-star, c-electric-semi&comma, c-electric-colon,
12244 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12245 when c-syntactic-indentation is nil.
12246
12247 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12248 we were left at comments preceding the first statement when
12249 reaching the beginning of the buffer.
12250
12251 * cc-vars.el (c-syntactic-indentation): New variable to turn
12252 off all syntactic indentation.
12253
122542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12255
12256 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12257 between the text and the block comment ender when it hangs,
12258 depending on how many there are before the fill.
12259
122602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12261
12262 * cc-engine.el (c-beginning-of-closest-statement): New helper
12263 function to go back to the closest preceding statement start,
12264 which could be inside a conditional statement.
12265 * cc-engine.el (c-guess-basic-syntax): Use
12266 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12267
12268 * cc-engine.el (c-guess-basic-syntax): Better handling of
12269 arglist-intro, arglist-cont-nonempty and arglist-close when
12270 the arglist is nested inside parens. Cases 7A, 7C and 7F
12271 changed.
12272
12273 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12274 up-to-date with javadoc 1.2.
12275
122762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12277
12278 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12279 multiline Pike type decls.
12280
122812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12282
12283 * cc-cmds.el (c-indent-new-comment-line): Always break
12284 multiline comments in multiline mode, regardless of
12285 comment-multi-line.
12286
122872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12288
12289 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12290 fully::qualified::names in C++ member init lists. Preamble in
12291 case 5D changed.
12292
122932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12294
12295 * cc-langs.el (c-common-init): Handling of obsolete variables
12296 moved to c-initialize-cc-mode. More compatible style override
12297 when using global style variables.
12298 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12299 variables moved here.
12300
a30eb617
DL
12301 * cc-styles.el (c-make-styles-buffer-local): Flag style
12302 variable localness in c-style-variables-are-local-p to make
12303 the compatibility measure in c-common-init work well.
12304
12305 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12306 longer contain set-from-style.
12307 * cc-styles.el (c-initialize-builtin-style): Don't check for
12308 set-from-style on c-special-indent-hook.
12309 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12310 copy-alist is sufficient now.
12311
12312 * cc-styles.el (c-set-style, c-set-style-1,
12313 c-get-style-variables): Fixes to variable initialization so
12314 that duplicate entries in styles have the same effect
12315 regardless of DONT-OVERRIDE.
12316
12317 * cc-styles.el (c-set-style-2): Fixed bug where the
12318 initialization of inheriting styles failed when the
12319 dont-override flag is set.
12320
12321 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12322 on this.
12323
123242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12325
12326 * cc-defs.el (c-forward-comment): Removed the workaround
12327 introduced in 5.38 since it had worse side-effects. If a line
12328 contains the string "//\"", it regarded the // as a comment
12329 start since the \ temporarily doesn't have escape syntax.
12330
123312000-07-17 Emmanuel Briot <briot@act-europe.fr>
12332
12333 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12334 ada-xref.el before ada-prj.el, so that the Project menu is created
12335 when ada-prj tries to add to it.
12336 (ada-activate-keys-for-case): Suppress the characters that are not
12337 part of the Ada syntax. Better compatibility with else-mode
12338 (ada-adjust-case-interactive): When auto-casing is not active,
12339 correctly insert newlines (used to insert only ^M). Prevent the
12340 syntax table from being changed in case of an error
12341 (or '_' becomes part of a word and some commands are confused).
12342 Do nothing if ada-auto-case is nil.
12343 (ada-after-keyword-p): Ignore keywords that are also attributes
12344 (ada-batch-reformat): Update usage comment
12345 (ada-call-from-contextual-menu): New function
12346 (ada-case-read-exceptions): Reinitialize the casing exception list
12347 first to nil first, so that the casing exception file can be
12348 shared.
12349 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12350 files.
12351 (ada-compile-goto-error): Fix regexp used to detect a file:line
12352 anywhere in the error message
12353 (ada-contextual-menu-last-point): New variable
12354 (ada-create-keymap): If the variable delete-key-deletes-forward is
12355 t on XEmacs, it means that DEL should delete one character
12356 forward.
12357 (ada-create-menu): Use :included instead of :visible for XEmacs.
12358 New submenu "Options".
12359 (ada-end-stmt-re): Correctly indent "select ... then abort"
12360 statements.
12361 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12362 even if they don't match ada-fill-comment-prefix Fix handling of
12363 paragraphs on the first or last line of a file.
12364 (ada-format-paramlist): Fix handling of default parameter values.
12365 (ada-get-body-name): New function.
12366 (ada-get-current-indent): Optimized by searchling directly for an
12367 existing generic part or a statement outside of it. Handle
12368 ada-indent-align-comments when indenting comments Replaced some
12369 regexps by testing directly the next character. This results in a
12370 huge speedup on some files. New indentation scheme for renames
12371 statements. Stop looking for the 'while' or 'for' associated with
12372 a 'loop' at the first semicolon encountered. A "return" can also
12373 match an anonymous access subprogram declaration.
12374 (ada-get-indent-noindent): Ignore strings and comments when
12375 looking for the keywords "record" and "private".
12376 (ada-goto-matching-decl-start): When matching "if", make sure we
12377 are not in fact seeing "end if". Ignore "when" statements except
12378 when initial keyword was "begin". Fix handling of nested
12379 procedures. Add a recursive call to this function to skip over
12380 other 'end' statmts. Fix indentation for "when .. => begin"
12381 (ada-in-open-paren-p): Fix indentation for complex boolean
12382 expressions, where 'and then', 'or else' and parenthesis
12383 statements are mixed up.
12384 (ada-in-paramlist-p): Skip comments while searching for the
12385 beginning Fix handling of operator declarations.
12386 (ada-indent-align-comments): New variable
12387 (ada-indent-current): Change the syntax table only in the
12388 protected section, so that we are sure it is restored correctly.
12389 (ada-indent-on-previous-lines): Use ada-use-indent and
12390 ada-with-indent Correctly indent "select ... then"
12391 (ada-indent-region): Slight speedup.
12392 (ada-indent-renames): New variable.
12393 (ada-last-which-function-subprog, ada-last-which-function-line):
12394 New variables
12395 (ada-looking-at-semi-private): Correctly indent the 'private'
12396 keyword when it is the first word in a package declaration.
12397 (ada-loose-case-word): Stop searching if at the end of the buffer.
12398 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12399 even if point is not initially at the end of the word.
12400 (ada-matching-decl-start-re): Add "when".
12401 (ada-mode): Add support for abbrev-mode, outline-mode and
12402 which-func-mode Override the old find-file.el entry in
12403 ff-special-constructs since it is using the obsolete
12404 ada-spec-suffix variable
12405 (ada-no-auto-case): New function
12406 (ada-scan-paramlist): When parsing the argument type, accept
12407 spaces (as in "X 'Class", generated by Rational Rose).
12408 (ada-other-file-name): No longer loads the other file.
12409 (ada-popup-menu): Save and restore the current buffer and cursor
12410 position before and after displaying the menu.
12411 (ada-search-ignore-complex-boolean): New function.
12412 (ada-uncomment-region): Emacs21 already knows how to delete
12413 comments not starting in the first column.
12414 (ada-use-indent): New variable
12415 (ada-which-function): New function.
12416 (ada-with-indent): New variable
12417 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12418 can be batch-compiled from the command line.
12419
12420 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12421 Add to the menu when the file is loaded, not in ada-mode-hook.
12422 Add -toolbar to the default ddd command Switches moved from
12423 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12424 ada-prj-default-comp-opt
12425 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12426 Reference Manual to the menu
12427 (ada-check-current): rewritten as a call to ada-compile-current
12428 (ada-compile): Removed.
12429 (ada-compile-application, ada-compile-current, ada-check-current):
12430 Set the compilation-search-path so that compile.el automatically
12431 finds the sources in src_dir. Automatic scrollong of the
12432 compilation buffer. C-uC-cC-c asks for confirmation before
12433 compiling
12434 (ada-compile-current): New parameter, prj-field
12435 (ada-complete-identifier): Load the .ali file before doing
12436 processing
12437 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12438 conform to gnatmake's behavior.
12439 (ada-find-file-in-dir): New function
12440 (ada-find-references): Set the environment variables for gnatfind
12441 (ada-find-src-file-in-dir): New function.
12442 (ada-first-non-nil): Removed
12443 (ada-gdb-application): Add support for jdb, the java debugger.
12444 (ada-get-ada-file-name): Load the original-file first if not done
12445 yet.
12446 (ada-get-all-references): Handles the new ali syntax (parent types
12447 are found between <>).
12448 (ada-initialize-runtime-library): New function
12449 (ada-mode-hook): Always load a project file when a file is opened,
12450 so that the casing exceptions are correctly read.
12451 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12452 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12453 to open the project file, since the latter does not work with
12454 speedbar Get default values before loading the prj file, or the
12455 default executable file name is wrong. Use the absolute value of
12456 src_dir to initialize ada-search-directories and
12457 compilation-search-path,... Add the standard runtime library to
12458 the search path for find-file.
12459 (ada-prj-default-debugger): Was missing an opening '{'
12460 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12461 variables.
12462 (ada-prj-default-gnatmake-opt): New variable
12463 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12464 buffers, the project file is the default one Save the windows
12465 configuration before displaying the menu.
12466 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12467 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12468 ...) regexp-quote identifiers names to support operators +,
12469 -,... in regexps.
12470 (ada-remote): New function.
12471 (ada-run-application): Erase the output buffer before starting the
12472 run Support remote execution of the application. Use
12473 call-process, or the arguments are incorrectly parsed
12474 (ada-set-default-project-file): Reread the content of the active
12475 project file, not the one from the current buffer When a project
12476 file is set as the default project, all directories are
12477 automatically associated with it.
12478 (ada-set-environment): New function
12479 (ada-treat-cmd-string): New special variable ${current}
12480 (ada-treat-cmd-string): Revised. The substitution is now done for
12481 any ${...} substring
12482 (ada-xref-current): If no body was found, compiles the spec
12483 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12484 compiler to get rid of command line length limitations.
12485 (ada-xref-get-project-field): New function
12486 (ada-xref-project-files): New variable
12487 (ada-xref-runtime-library-specs-path)
12488 (ada-xref-runtime-library-ali-path): New variables
12489 (ada-xref-set-default-prj-values): Default run command now does a
12490 cd to the build directory. New field: main_unit Provide a default
12491 file name even if the current buffer has no prj file.
12492
12493 * ada-prj.el:
12494 Rewritten to show a tabbed-dialog.
12495 (ada-prj-add-ada-menu): Remove the map and name parameters.
12496 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12497 New function
12498 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12499 (ada-prj-load-from-file): New function
12500 (ada-prj-save): Always save fields that depend on the current buffer
12501 (ada-prj-show-value): New function
12502
12503 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12504 Ada mode. This will allow us to display the Ada menu in any buffer
12505 we want (for project items).
12506 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12507 number of spaces in the header.
12508
125092000-07-24 Dave Love <fx@gnu.org>
12510
12511 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12512
125132000-07-23 Noah Friedman <friedman@splode.com>
12514
12515 * type-break.el (type-break): perform autosave.
12516 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12517 (type-break-do-query): Cancel query schedule while performing
12518 actual query, to avoid possibility of a second query being made
12519 while first one is already in progress.
12520 (type-break-time-stamp-format): New variable.
12521 (type-break-time-stamp): New function.
12522 (type-break-time-warning): Use it.
12523 (type-break-keystroke-warning): Use it.
12524 (type-break-noninteractive-query): Use it.
12525
12526 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12527 cookie.
12528 Use add-minor-mode to set minor-mode-alist, if available.
12529 (eldoc-echo-area-use-multiline-p): New user option.
12530 (eldoc-echo-area-multiline-supported-p): New variable.
12531 (eldoc-docstring-format-sym-doc): Use them.
12532 (eldoc-mode): If not using idle timers, append to local post and
12533 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12534 (eldoc-display-message-no-interference-p): Don't interfere with
12535 edebug.
12536 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12537 (eldoc-function-arglist): New function.
12538 (eldoc-function-argstring): Use it.
12539
12540 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12541 auto save directory exists before calling directory-files.
12542
125432000-07-23 Dave Love <fx@gnu.org>
12544
12545 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12546 ^o, ^u.
12547
125482000-07-21 Dave Love <fx@gnu.org>
12549
12550 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12551 now passed to the function. It now works properly.
12552
12553 * smerge-mode.el (smerge-mode-menu): Fill it out.
12554
125552000-07-20 Gerd Moellmann <gerd@gnu.org>
12556
12557 * info-look.el (info-lookup): If *info* is shown in another frame
12558 on the same display, select that frame, instead of switching to
12559 the Info buffer in another window of the selected frame.
12560
12561 * simple.el (universal-argument-map): Bind numeric keypad keys
12562 kp-0 to kp-9 and kp-subtract.
12563 (digit-argument): Handle these keys.
12564
125652000-07-20 Dave Love <fx@gnu.org>
12566
12567 * net/goto-addr.el (goto-address-fontify): Don't bother with
12568 buffer-modified and read-only stuff -- irrelevant with overlays.
12569 Put an extra property on the overlays and use it to clean up in
12570 case goto-address is re-run.
12571
125722000-07-19 Richard M. Stallman <rms@gnu.org>
12573
12574 * timer.el (run-with-idle-timer): Doc fix.
12575
12576 * mail/mail-utils.el (mail-strip-quoted-names):
12577 Handle case where <...> appears inside "...".
12578 Use replace-match to edit the string more simply.
12579 (rmail-dont-reply-to): Cope with an unmatched ".
12580
125812000-07-19 Dave Love <fx@gnu.org>
12582
12583 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12584 implementation.
12585
12586 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12587 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12588 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12589
125902000-07-19 Gerd Moellmann <gerd@gnu.org>
12591
12592 * textmodes/refer.el: Correct maintainer's email address.
12593
12594 * progmodes/hideif.el: Correct author's email address.
12595 Fix typo in comment.
12596
12597 * xml.el: New file.
12598
12599 * mail/mailheader.el: Correct author's mail address.
12600
12601 * gnus/parse-time.el: Correct author's mail address.
12602
126032000-07-19 Colin Walters <walters@cis.ohio-state.edu>
12604
12605 * comint.el (comint-highlight-input, comint-highlight-face):
12606 New user options.
12607 (comint-input-ring-file-name): Change custom type.
12608 (comint-mode-map): Bind mouse-2.
12609 (comint-insert-clicked-input): New function.
12610 (comint-send-input): Handle input highlighting.
12611
126122000-07-18 Stefan Monnier <monnier@cs.yale.edu>
12613
12614 * mouse.el (popup-menu): New function.
12615 (mouse-major-mode-menu): Use it.
12616
126172000-07-18 Dave Love <fx@gnu.org>
12618
12619 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12620 improvements.
12621
126222000-07-18 Gerd Moellmann <gerd@gnu.org>
12623
12624 * faces.el (face-font-selection-order)
12625 (face-font-family-alternatives): Add custom type.
12626
126272000-07-18 Dave Love <fx@gnu.org>
12628
12629 * cus-edit.el (custom-variable-reset-saved)
12630 (custom-variable-reset-standard): Remove unused bindings.
12631
12632 * rect.el (open-rectangle-line): Remove unused let.
12633
12634 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12635
126362000-07-18 Gerd Moellmann <gerd@gnu.org>
12637
12638 * cdl.el: Fix `Maintainer' keyword.
12639
12640 * play/pong.el: Add author's email address.
12641
126422000-07-17 Sam Steingold <sds@gnu.org>
12643
12644 * files.el (insert-directory): Call `split-string' instead of
12645 re-implementing it.
12646
126472000-07-18 Gerd Moellmann <gerd@gnu.org>
12648
12649 * mail/vms-pmail.el: Change maintainer to FSF.
12650
12651 * net/goto-addr.el: Change maintainer to FSF.
12652
12653 * info.el (Info-title-face-alist): Removed.
12654
126552000-07-18 David Ponce <david@dponce.com>
12656
12657 * recentf.el (recentf-open-files): New command that works like
12658 `recentf-open-more-files', but shows the whole list of files (not just
12659 those omitted from the menu). Useful if you don't use a menu-bar!
12660 (recentf-open-more-files) Modified to use `recentf-open-files'.
12661
12662 (recentf-open-files, recentf-open-more-files)
12663 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12664
12665 (recentf-dialog-mode): New mode for dialogs. You can now just type
12666 "q" to cancel the dialogs.
12667
126682000-07-18 David Ponce <david@dponce.com>
12669
12670 * recentf.el: This is a major update of recentf.el. It adds new
12671 features to better organize the recentf menu and "More..." buffer.
12672
12673 Using new provided menu filtering functions you can now organize the
12674 recent files list:
12675
12676 - by major modes
12677 - by directories
12678 - by user defined rules
12679
12680 Finally, with the new `recentf-filter-changer' customizable filter you
12681 can define a ring of filters and dynamically (via the menu) cycle on
12682 each menu organization in the ring (a la msb).
12683
126842000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12685
12686 * eshell/eshell.el (eshell): Replace links to eshell.info with
12687 links to eshell, to avoid problems on systems where the manual is
12688 installed as `eshell'.
12689 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12690 * eshell/em-smart.el (eshell-smart): Ditto.
12691 * eshell/em-banner.el (eshell-banner): Ditto.
12692 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12693
12694 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12695 same-file check in the MS-DOS version (it does support inodes).
12696
12697 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12698
12699 * eshell/eshell.el (eshell-directory-name):
12700 Run default directory name through convert-standard-filename.
12701
127022000-07-18 Kenichi Handa <handa@etl.go.jp>
12703
12704 * international/mule-cmds.el (select-safe-coding-system):
12705 Fix typo in the comment.
12706
12707 * language/european.el (compound-text):
12708 Force katakana-jisx0201 to be designated to G1.
12709
12710 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12711 Don't translate some national variant characters of latin-jisx0201.
12712 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12713
12714 * international/kkc.el (kkc-after-update-conversion-functions):
12715 New variable.
12716 (kkc-update-conversion): Run functions in it at the tail.
12717
127182000-07-16 John Wiegley <johnw@gnu.org>
12719
12720 * lisp/align.el (align-newline-and-indent):
12721 Adding new function. for auto-aligning blocks of code on RET.
12722 (align-region): Fixed badly formatted minibuffer message.
12723
127242000-07-17 Kenichi Handa <handa@etl.go.jp>
12725
12726 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12727 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12728 the conversion list at first if appropriate.
12729 (kkc-next): Don't update kkc-next-count here.
12730 (kkc-prev): Don't update kkc-prev-count here.
12731 (kkc-show-conversion-list-update): Fix setting up of conversion
12732 list message.
12733
127342000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12735
12736 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12737
127382000-07-16 Dave Love <fx@gnu.org>
12739
12740 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12741 function to be more specific.
12742
12743 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12744 non-string help-echo.
12745 (widget-types-convert-widget): Defsubst it.
12746 (widget-echo-help): Try to cope with a help-echo function of two
12747 possible sorts.
12748
127492000-07-15 Jason Rumney <jasonr@gnu.org>
12750
12751 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12752 Declare as obsolete.
12753
12754 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12755
127562000-07-14 Gerd Moellmann <gerd@gnu.org>
12757
12758 * hilit-chg.el: Fix typo.
12759
127602000-07-14 Dave Love <fx@gnu.org>
12761
12762 * info.el (Info-mode-menu): Fix use of :help, :enable.
12763
127642000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12765
12766 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12767
127682000-07-13 Dave Love <fx@gnu.org>
12769
12770 * emacs-lisp/easymenu.el: Doc fixes.
12771 (easy-menu-remove): Defalias to ignore.
12772
12773 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12774 Call throw correctly.
12775
127762000-07-13 Gerd Moellmann <gerd@gnu.org>
12777
12778 * faces.el (frame-background-mode): Doc fix.
12779
12780 * simple.el (eval-expression-print-length): Change custom type to
12781 allow entering nil as value.
12782
127832000-07-13 Dave Love <fx@gnu.org>
12784
12785 * progmodes/fortran.el (fortran-imenu-generic-expression):
12786 Change definition layout.
12787 (fortran-mode-menu): Reinstate customize entries.
12788
12789 * cus-edit.el (custom-group-menu-create, customize-menu-create):
12790 Use :filter, per old XEmacs code.
12791
127922000-07-12 Gerd Moellmann <gerd@gnu.org>
12793
12794 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12795 event when deciding what to send to the terminal.
12796
127972000-07-12 Dave Love <fx@gnu.org>
12798
12799 * cus-start.el: Add optional version as 4th element of specs and
12800 use it for several things new in v21. Remove load-path. Fix type
12801 of line-number-display-limit.
12802
128032000-07-11 Dave Love <fx@gnu.org>
12804
12805 * progmodes/fortran.el: Don't require easymenu.
12806 Use repeat counts in various regexps.
12807 (fortran-mode-syntax-table): Defvar directly.
12808 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12809 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12810 Use defvar, not defconst.
12811 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
12812 (fortran-mode): Set fortran-comment-line-start-skip,
12813 fortran-comment-line-start-skip, dabbrev-case-fold-search.
12814 (fortran-comment-indent): Use defsubst.
12815 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12816 Use fortran-comment-indent, not fortran-comment-indent-function.
12817 (fortran-comment-region, fortran-electric-line-number): Simplify.
12818 (fortran-auto-fill): New function.
12819 (fortran-do-auto-fill): Deleted.
12820 (fortran-find-comment-start-skip):
12821 Check for non-null comment-start-skip.
12822 (fortran-auto-fill-mode, fortran-fill-statement):
12823 Use fortran-auto-fill.
12824 (fortran-fill): Use fortran-auto-fill. Check for null
12825 comment-start-skip. Simplify final clause and use end-of-line finally.
12826
12827 * widget.el (widget-plist-member): New alias.
12828
128292000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
12830
12831 * eshell/esh-module.el (toplevel): Reference
12832 byte-compile-current-file only if it is bound.
12833
128342000-07-10 Gerd Moellmann <gerd@gnu.org>
12835
12836 * dired.el: Don't require `dired-aux'.
12837
128382000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12839
12840 * dired-aux.el (dired-show-file-type): New function.
12841 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12842 (dired-show-file-type): Add autoload.
12843
128442000-07-10 Kenichi Handa <handa@etl.go.jp>
12845
12846 * international/mule-diag.el (describe-font): Adjusted for the
12847 change of fontset-info.
12848 (print-fontset): Likewise.
12849
128502000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12851
12852 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12853
128542000-07-07 Gerd Moellmann <gerd@gnu.org>
12855
12856 * bindings.el: Bind `[delete]' to delete-char.
12857
12858 * dired.el (dired-find-alternate-file): New function.
12859 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12860 (toplevel): Require dired-aux when compiling.
12861 (dired-buffers): Move defvar within file to avoid compiler warning.
12862
12863 * info.el (Info-last-search): Variable removed.
12864 (Info-search-history): New variable.
12865 (Info-search): New Info-search-history.
12866
12867 * battery.el, info-look.el: Change author's mail address.
12868
128692000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12870
12871 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12872 if rmail-ignored-headers is nil.
12873 (rmail-retry-failure): Bind rmail-ignored-headers and
12874 rmail-displayed-headers to nil.
12875
128762000-07-06 Gerd Moellmann <gerd@gnu.org>
12877
12878 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12879 (print-region-1): Don't hard code `-h' here.
12880
12881 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12882
128832000-07-01 Francesco Potorti` <pot@gnu.org>
12884
12885 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12886 exim can use "your message" instead of "the message".
12887
128882000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12889
12890 * facemenu.el: Docstrings fixes.
12891 (facemenu-get-face): Don't use internal-find-face.
12892 (facemenu-iterate): Rename arg to match the docstring.
12893
12894 * newcomment.el (uncomment-region): Be more careful when skipping
12895 backwards over `=' not to bump into BOBP.
12896
128972000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12898
12899 * ediff-diff.el (ediff-wordify): Use syntax table.
12900 * ediff-init.el (ediff-has-face-support-p): Use
12901 ediff-color-display-p.
12902 (ediff-color-display-p): Use display-color-p, changed to defun
12903 from defsubst.
12904 Got rid of special cases for NeXT and OS/2.
12905 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12906 face.
12907
129082000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12909
12910 * emacs-lisp/lucid.el: Require CL.
12911 (copy-tree, remprop): Remove, it's provided by CL.
12912 (map-keymap): Define in terms of cl-map-keymap.
12913 (extent-property, set-extent-end-glyph): New functions.
12914
12915 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12916
129172000-07-05 Gerd Moellmann <gerd@gnu.org>
12918
12919 * Makefile.in (DONTCOMPILE): Add comment that the name may
12920 not be changed without changing the make-dist script.
12921
12922 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12923 (cl-mapc): Use mapc instead of cl-old-mapc.
12924
129252000-07-05 Andrew Innes <andrewi@gnu.org>
12926
12927 * makefile.nt: Add support for `bootstrap' and related targets.
12928
129292000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12930
12931 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12932 (easy-menu-do-define): Use `menu-item' format.
12933 Handle case where easy-menu-create-menu returns a symbol.
12934 Manually call the potential top-level filter in the function binding.
12935 (easy-menu-filter-return): New arg NAME.
12936 Convert to a keymap if MENU is an XEmacs menu.
12937 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12938 (easy-menu-converted-items-table, easy-menu-convert-item):
12939 New var and fun to memoize easy-menu-convert-item-1.
12940 (easy-menu-do-add-item): Use it.
12941 (easy-menu-create-menu): Use easy-menu-convert-item.
12942 Wrap easy-menu-filter-return around any :filter specification.
12943 Don't convert the menu if a filter was specified.
12944 Tell easy-menu-make-symbol not to check for MENU being an expression.
12945 (easy-menu-make-symbol): New arg NOEXP.
12946
129472000-07-05 Gerd Moellmann <gerd@gnu.org>
12948
12949 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12950 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12951 (eval-defun): If called with prefix arg, instrument code for
12952 Edebug.
12953
12954 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12955 similar to that of eval-defun.
12956
129572000-07-04 Dave Love <fx@gnu.org>
12958
12959 * hl-line.el (hl-line-overlay): Make it permanent-local.
12960
12961 * calendar/todo-mode.el: Replaced with a working version, based on
12962 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12963
129642000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12965
12966 * paths.el (prune-directory-list): New function.
12967 (Info-default-directory-list): Rewritten to more methodically
12968 enumerate a big list of possible info directories (based on the
12969 list used by the standalone info reader).
12970
12971 * info.el (info-initialize): Use prune-directory-list to remove
12972 non-existent directories from Info-directory-list.
12973
12974 * paths.el (Info-default-directory-list): Try a list of possible
12975 info-directories instead of a single one. Add the possible
12976 info directory "/usr/share/info".
12977
12978 * woman.el (woman-man.conf-path): Explicitly include the debian
12979 man-db config file "/etc/manpath.config".
12980 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12981 are present in `manpath.config'.
12982 (woman-manpath): Include "/usr/share/man".
12983
129842000-07-03 Gerd Moellmann <gerd@gnu.org>
12985
12986 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12987
12988 * startup.el (command-line): Initialize blink-cursor based
12989 on window-system.
12990
12991 * frame.el (blink-cursor): Default to nil if not running under
12992 a window-system.
12993
12994 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12995 (face-x-resources): Remove duplicate entry for :font.
12996
12997 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12998 instead of cycling through windows with next-window.
12999
13000 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13001 of cycling through windows with next-window.
13002
13003 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13004 of cycling through windows with next-window.
13005
13006 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13007 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13008 instead of cycling through windows with next-window.
13009
13010 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13011 instead of cycling through windows with next-window.
13012
13013 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13014 of cycling through windows with next-window.
13015
13016 * terminal.el (te-process-output): Use walk-windows instead of
13017 cycling through windows with next-window.
13018
13019 * server.el (server-switch-buffer): Use some-window instead of
13020 cycling through windows with next-window.
13021
13022 * window.el (some-window): New function.
13023 (walk-windows): Remove reference to walk-windows-start.
13024
13025 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13026
130272000-07-03 Richard Stallman <rms@gnu.org>
13028
13029 * window.el (walk-windows): Guarantee termination by keeping a list
13030 of all the windows already handled.
13031
130322000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13033
13034 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13035 window-system.
13036
13037 * man.el (Man-notify-when-ready): Don't use window-system. If
13038 Man-notify-method is newframe, and the display is not
13039 multi-frame, select the frame created for the man page.
13040 (Man-init-defvars): Doc fix.
13041
130422000-06-28 Gerd Moellmann <gerd@gnu.org>
13043
13044 * faces.el (region): Change background color for light background.
13045
13046 * ediff-wind.el (ediff-setup-control-frame): Remove :box
13047 attribute from mode-line face of Ediff control frame.
13048
13049 * replace.el (query-replace-map): Bind `e' like `E'.
13050
130512000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13052
13053 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13054 Change name to "Select All".
13055
13056 * dos-fns.el (convert-standard-filename): Fix last change.
13057
130582000-06-27 Gerd Moellmann <gerd@gnu.org>
13059
13060 * help.el (describe-variable): Don't insert a second `'s' in front
13061 of the string `value is shown below'. Since the syntax-table is
13062 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13063 an existing `'s', so that this won't be deleted.
13064
13065 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13066 * pcmpl-unix.el: New files.
13067
130682000-06-26 Stefan Monnier <monnier@cs.yale.edu>
13069
13070 * wid-edit.el (widget-member): Use the new plist-member.
13071
130722000-06-26 Gerd Moellmann <gerd@gnu.org>
13073
13074 * replace.el (perform-replace): Undo change of 2000-04-04.
13075 Instead, move backward 1 character at the end of the loop when
13076 necessary.
13077
13078 * faces.el (fringe): Change face for different backgrounds.
13079
13080 * eshell/esh-module.el (toplevel): Load defgroup's differently;
13081 patch from John.
13082
13083 * eshell/*.el: Change spelling of the Free Software Foundation.
13084
13085 * eshell/esh-toggle.el: Removed.
13086
13087 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13088
13089 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13090 interactively.
13091
130922000-06-26 Alex Schroeder <alex@gnu.org>
13093
13094 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13095 `define-key'; instead of checking `(emacs-version)' check for
13096 `set-keymap-parent' and `set-keymap-name' directly. Add entries
13097 for `;' and `o' which might be electric.
13098
13099 (sql-electric-stuff): New user option.
13100 (sql-magic-go): New function which uses `sql-electric-stuff'.
13101 (sql-magic-semicolon): New function which uses
13102 `sql-electric-stuff'.
13103
13104 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13105 is not fboundp.
13106
13107 (sql-oracle-options): New variable.
13108 (sql-oracle): Use it.
13109
13110 (sql-imenu-generic-expression): Doc change.
13111 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13112 is used.
13113
13114 (sql-informix): Added command line parameter "-" to force
13115 sql-informix-program to use stdout.
13116
131172000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13118
13119 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13120 (cp864-decode-table): Doc fix.
13121 (cp720-decode-table): New variable, supports the Arabic OEM
13122 codepage used by Windows.
13123 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13124
131252000-06-23 Dave Love <fx@gnu.org>
13126
13127 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13128 (font-lock-fontify-anchored-keywords): Use
13129 line-beginning-position.
13130 (global-font-lock-mode): Use mapc.
13131
131322000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13133
13134 * eshell/esh-module.el: Require CL when compiling.
13135
131362000-06-23 Gerd Moellmann <gerd@gnu.org>
13137
13138 * comint.el (comint-substitute-in-file-name): Call replace-match
13139 with second and third arg t.
13140
13141 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13142 Specify foreground color.
13143
13144 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13145 color.
13146
13147 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13148
13149 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13150 cddr instead of cdddr.
13151
13152 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13153 instead of copy-list.
13154
13155 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13156 of copy-list.
13157
13158 * subdirs.el: Add eshell subdirectory.
13159
13160 * eshell: New subdirectory containing the Eshell package.
13161
13162 * pcomplete.el: New file.
13163
131642000-06-23 Paul Eggert <eggert@twinsun.com>
13165
13166 * mail/mailpost.el (post-mail-send-it): Make sure file has
13167 proper permissions from birth.
13168
13169 * files.el (basic-save-buffer-2): When temporarily setting
13170 file modes, set them to current modes plus 0200, not to 0777.
13171
13172 * emerge.el (emerge-make-temp-file): Make sure file has proper
13173 permissions from birth.
13174
131752000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13176
13177 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13178 backup file name through convert-standard-filename.
13179
13180 * dos-fns.el (convert-standard-filename): Convert leading
13181 directories as well. When long file names are supported, convert
13182 characters that are invalid in Windows file names.
13183
131842000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13185
13186 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13187 ps-print crashes. New feature: page selection for printing. Create
13188 raw-text-unix coding system for XEmacs. Doc fix.
13189 (ps-print-version): New version number (5.2.3).
13190 (ps-plot-region): Bug fix.
13191 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13192 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13193 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13194 funs.
13195 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13196 (ps-last-page): New vars.
13197
131982000-06-21 Gerd Moellmann <gerd@gnu.org>
13199
13200 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13201 empty option string.
13202
132032000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13204
13205 * man.el (man): Doc fix.
13206
132072000-06-21 Kenichi Handa <handa@etl.go.jp>
13208
13209 * international/mule-cmds.el (set-language-info-alist): Docstring
13210 fixed.
13211
132122000-06-20 Gerd Moellmann <gerd@gnu.org>
13213
13214 * version.el (emacs-version): Use ISO date format.
13215
13216 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13217 instead of `M-backspace'.
13218
13219 * simple.el (turn-off-auto-fill): New function.
13220
132212000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13222
13223 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13224 Renamed from with-buffer-prepared-for-font-lock and use
13225 inhibit-modification-hooks rather than setting *-change-functions.
13226 Update all functions to use the new name.
13227 (jit-lock-first-unfontify-pos): New semantics (and doc).
13228 (jit-lock-mode): Make non-interactive.
13229 Don't automatically turn on font-lock.
13230 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13231 Always use jit-lock-after-change.
13232 Remove and restore font-lock-after-change-function.
13233 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13234 (jit-lock-after-unfontify-buffer): Remove.
13235 (jit-lock-stealth-fontify):
13236 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13237 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13238
132392000-06-20 Sam Steingold <sds@gnu.org>
13240
13241 * emacs-lisp/cl-indent.el (toplevel): Indent
13242 `print-unreadable-object' properly. Untabify.
13243
132442000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13245
13246 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13247 Support for bibentry.
13248 (reftex-compile-variables): Fixed problem with end of section-re.
13249
13250 * texmodes/reftex-dcr.el (reftex-view-crossref,
13251 reftex-view-crossref-from-bibtex):
13252 Deal with changed `reftex-find-citation-regexp-format'.
13253 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13254 Replaced `remprop' with `put'.
13255 (reftex-view-crossref, reftex-view-crossref-when-idle):
13256 Support for bibentry.
13257
13258 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13259 New entry for bibentry package.
13260
13261 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13262 Regexp also matches "\nobibliography".
13263
13264 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13265 Call `reftex-ensure-write-access' before doing anything.
13266 (reftex-ensure-write-access): New function.
13267
132682000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13269
13270 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13271
13272 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13273
13274 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13275
13276 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13277
13278
132792000-06-20 Dave Love <fx@gnu.org>
13280
13281 * faces.el (frame-background-mode): Use set-default, not set, in
13282 setter.
13283 (frame-update-faces, frame-update-face-colors): Define with
13284 defalias.
13285
13286 * enriched.el (enriched-decode-foreground)
13287 (enriched-decode-background): Don't use internal-find-face.
13288
13289 * apropos.el: Doc fixes.
13290
13291 * cus-edit.el (customize-changed-options): Check arg.
13292 (customize-version-lessp): Don't require decimal point.
13293
13294 * custom.el (defcustom, defgroup): Doc fix.
13295
13296 * newcomment.el (comment) <defgroup>: Add :version.
13297 (comment-multi-line): Doc fix.
13298
13299 * emulation/mlsupport.el (define-hooked-local-abbrev,
13300 define-hooked-global-abbrev): Fix, using define-abbrev.
13301
133022000-06-19 Gerd Moellmann <gerd@gnu.org>
13303
13304 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13305 the whole buffer.
13306
133072000-06-19 Dave Love <fx@gnu.org>
13308
13309 * menu-bar.el (menu-bar-options-save): New function.
13310 (menu-bar-options-menu): Use it.
13311 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13312 Simplify.
13313
133142000-06-19 Andreas Schwab <schwab@suse.de>
13315
13316 * progmodes/etags.el (tags-query-replace): Put new parameters
13317 START and END at the end, for backward compatibility.
13318
133192000-06-19 Kenichi Handa <handa@etl.go.jp>
13320
13321 * international/codepage.el:
13322 (cp-coding-system-for-codepage-1): Delete special codes for
13323 generating xxx-dos coding system because now a CCL based coding
13324 system can handle EOL conversion by default.
13325
13326 * international/mule.el (make-coding-system): Generate subsidiary
13327 coding systems for EOL handling variants even for a CCL based
13328 coding system.
13329
133302000-06-19 Kenichi Handa <handa@etl.go.jp>
13331
13332 * international/isearch-x.el (isearch-minibuffer-input-method)
13333 (isearch-minibuffer-input-method-function): These variables
13334 deleted.
13335 (isearch-with-input-method): Don't use the above variables.
13336 (isearch-process-search-multibyte-characters): Likewise. Call
13337 read-string with the arg INHERIT-INPUT-METHOD t.
13338
133392000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13340
13341 * font-lock.el (font-lock-after-fontify-buffer)
13342 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13343
13344 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13345 Use consistent make-local-variable style for font-lock-fontified.
13346 (jit-lock-fontify-buffer):
13347 Don't bother checking for font-lock-mode and jit-lock-mode.
13348
13349 * time.el: Remove trailing ^M that prevent CVS-merging.
13350
133512000-06-16 Gerd Moellmann <gerd@gnu.org>
13352
13353 * Makefile.in (distclean): New target.
13354
133552000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13356
13357 * Makefile.in (srcdir): Define for update-subdirs.
13358
133592000-06-16 Gerd Moellmann <gerd@gnu.org>
13360
13361 * find-lisp.el: New file.
13362
133632000-06-16 Andrew Innes <andrewi@gnu.org>
13364
13365 * time.el (display-time-mail-function): New variable, to allow
13366 external packages to indicate when new mail is available.
13367 (display-time-update): Use it.
13368
133692000-06-16 Kenichi Handa <handa@etl.go.jp>
13370
13371 * international/mule.el (mule-version): Change version name to
13372 SAKAKI. AOI has already been used by Meadow.
13373
13374 * international/quail.el (quail-show-guidance-buf): To find the
13375 bottom window (but minibuffer), pay attention to the height of
13376 minibuffer.
13377
133782000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13379
13380 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13381 menu-bar menus. Add help strings. Don't remove the Edit menu
13382 from the menu bar, as the menu bar has enough space now.
13383
13384 * Makefile.in (SHELL): Make sure /bin/sh is used.
13385
13386 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13387 characters, which use series of two ^H characters instead of one.
13388
133892000-06-15 Gerd Moellmann <gerd@gnu.org>
13390
13391 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13392 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13393 functions.
13394 (Info-find-node-2): Try a case-sensitive search first, then
13395 do a case-insensitive search.
13396
13397 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13398 tutorials.
13399
13400 * complete.el (PC-env-vars-alist): New variable.
13401 (PC-complete-as-file-name): New function.
13402 (partial-completion-mode): Initialize PC-env-vars-alist from
13403 process-environment.
13404 (PC-do-completion): Handle completion of env vars.
13405
13406 * info.el (Info-set-mode-line): Show file name in mode line,
13407 use `*Info*' instead of `Info:'.
13408
13409 * startup.el (command-line-1): Change copyright messages to year
13410 2000.
13411
134122000-06-15 Dave Love <fx@gnu.org>
13413
13414 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13415 not local-map.
13416
134172000-06-15 Kenichi Handa <handa@etl.go.jp>
13418
13419 * international/mule.el (set-buffer-file-coding-system): Almost
13420 rewritten to handle `undecided' as no-op.
13421
134222000-06-14 Gerd Moellmann <gerd@gnu.org>
13423
13424 * Makefile.in: New file.
13425
13426 * Makefile: Removed.
13427
13428 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13429 (goto-address-highlight-keymap): Bind C-c RET.
13430
134312000-06-14 Kenichi Handa <handa@etl.go.jp>
13432
13433 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13434 inherits buffer-file-coding-system of the current buffer.
13435
13436 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13437 0. Give correct argument to set-auto-coding-function.
13438 (tar-expunge): For goto-char, use (point-min), not 0.
13439 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13440 (tar-subfile-save-buffer): Likewize.
13441
13442 * international/mule.el
13443 (after-insert-file-set-buffer-file-coding-system): Call
13444 set-buffer-file-coding-system with the arg FORCE t.
13445
134462000-06-13 Gerd Moellmann <gerd@gnu.org>
13447
13448 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13449 nil. Contemporary sendmails issue an X-Authentication-Warning if
13450 the sender is set with `-f'.
13451
134522000-06-13 Dave Love <fx@gnu.org>
13453
13454 * help.el (describe-function-1): Kluge around cases of functions
13455 fset to subrs whose doc doesn't match their symbol-name.
13456
13457 * image.el (insert-image): Default STRING to a space.
13458
13459 * info.el Doc fixes.
13460 (Info-build-node-completions): Match Ref tags.
13461
134622000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13463
13464 * frame.el (display-multi-frame-p, display-multi-font-p): New
13465 defaliases for display-graphic-p.
13466
13467 * hl-line.el: Fixed a typo in commentary.
13468
134692000-06-13 Kenichi Handa <handa@etl.go.jp>
13470
13471 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13472 fixed.
13473
134742000-06-12 Dave Love <fx@gnu.org>
13475
13476 * image.el (insert-image): Save a little consing.
13477
134782000-06-12 Kenichi Handa <handa@etl.go.jp>
13479
13480 * language/tibet-util.el: Convert all tibetan-1-column characters
13481 to the corresponding tibetan characters.
13482 (tibetan-add-components): Delete code for the special treatment of
13483 'a chung.
13484
13485 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13486 change.
13487 (tibetan-vowel-transcription-alist): More rules added.
13488 (tibetan-composite-vowel-alist): New variable.
13489 (tibetan-precomposition-rule-alist): More rules added.
13490
134912000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13492
13493 * startup.el (command-line): Only call menu-bar-mode if interactive.
13494
13495 * thingatpt.el (toplevel symbol-properties):
13496 * textmodes/makeinfo.el (makeinfo-compile):
13497 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13498 * progmodes/hideif.el (hif-compress-define-list)
13499 (hide-ifdef-use-define-alist):
13500 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13501 (ange-ftp-vms-add-file-entry):
13502 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13503 * man.el (Man-build-man-command):
13504 * mail/rnewspost.el (news-reply-header-hook):
13505 * info.el (Info-insert-dir):
13506 * emulation/mlconvert.el (backward-word, forward-word, setq):
13507 * emacs-lisp/gulp.el (gulp-send-requests):
13508 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13509 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13510 (byte-optimize-apply, end of file):
13511 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13512 (ad-make-freeze-definition):
13513 * startup.el (command-line, command-line-1): Don't quote lambdas.
13514
13515 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13516 (cvs-cleanup-removed): New function.
13517 (cvs-cleanup-functions): New var.
13518 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13519 some flexibility in specifying additional entries to auto-cleanup.
13520 (cvs-quickdir): New function.
13521 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13522 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13523 (cvs-mode-find-file): Check that we are on a filename or dirname
13524 when invoked through a mouse-click.
13525 (cvs-full-path): Remove.
13526 (cvs-dired-action): Re-introduced.
13527 (cvs-dired-noselect): Use it.
13528 (vc-post-command-functions): use this new hook if available.
13529
13530 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13531 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13532 (cvs-filename-map, cvs-dirname-map): Remove.
13533 (cvs-default-action): Remove.
13534 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13535 if the arg is really a keymap.
13536 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13537 Don't hardcode the mapping from state (aka type) to face, but check
13538 the var cvs-fi-<type>-face instead.
13539 (cvs-fileinfo-from-entries): New function.
13540
13541 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13542 Docstring fix.
13543 (cvs-find-file-and-jump): Change default to be safer.
13544 (cvs-mode-diff-map): Define it as a function as well.
13545 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13546 Bind mouse-2 in this global map rather than with text-properties.
13547
13548 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13549 file to resolve the ambiguity between C(conflict) and C(need-merge).
13550
135512000-06-12 Kenichi Handa <handa@etl.go.jp>
13552
13553 * international/mule.el (set-buffer-file-coding-system): If
13554 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13555 unconditionally.
13556
135572000-06-12 Dave Love <fx@gnu.org>
13558
13559 * wid-edit.el (widget-specify-button): Really suppress the face if
13560 required.
13561
135622000-06-11 Gerd Moellmann <gerd@gnu.org>
13563
13564 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13565
135662000-06-11 Stefan Monnier <monnier@cs.yale.edu>
13567
13568 * imenu.el (imenu-generic-expression): Docstring fix.
13569
13570 * composite.el (composition-function-table): Move the `put'
13571 below the autoload cookie so we can load the file before loaddefs.
13572
13573 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13574
13575 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13576 Handle easy-mmode-define-global-mode.
13577 For complex macros like define-minor-mode that can generate
13578 several autoload entries, try to autoload entries in the
13579 macroexpanded code.
13580
13581 * emacs-lisp/easy-mmode.el (define-minor-mode):
13582 If KEYMAP is a symbol, just use it.
13583 Use byte-compile-current-file and load-file-name to infer the
13584 proper :require to pass to defcustom.
13585 Wrap the hook var into `progn' so as not to autoload it.
13586 Add a :autoload-end cookie.
13587 Be more careful about the evaluation of KEYMAP.
13588 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13589 (define-derived-mode): Move define-abbrev-table outside of defvar.
13590
135912000-06-10 Stefan Monnier <monnier@cs.yale.edu>
13592
13593 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13594 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13595 (backup-compiled-files): Ignore errors during `tar'.
13596 (bootstrap): Make autoloads before elc files.
13597
135982000-06-10 Kenichi Handa <handa@etl.go.jp>
13599
13600 * international/mule.el (set-buffer-file-coding-system): If one of
13601 undecided-XXX is specified, change only EOL conversion.
13602
13603 * international/mule-conf.el (unix): New alias for the coding
13604 system undecided-unix.
13605
136062000-06-09 Dave Love <fx@gnu.org>
13607
13608 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
13609
13610 * progmodes/executable.el: Byte compile dynamic.
13611 (executable-insert): Change custom type.
13612 (executable-find): Add autoload cookie.
13613 (executable-make-buffer-file-executable-if-script-p): New
13614 function. After Noah Friedman.
13615
13616 * files.el (after-save-hook): Customize, with
13617 executable-make-buffer-file-executable-if-script-p as an option.
13618
136192000-06-09 Kenichi Handa <handa@etl.go.jp>
13620
13621 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13622 "tib24p-mule.bdf" for Tibetan.
13623
13624 * composite.el (decompose-composite-char): Declare it as obsolete.
13625
13626 * man.el (Man-fontify-manpage): Pay attention to underline and
13627 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13628
136292000-06-08 Gerd Moellmann <gerd@gnu.org>
13630
13631 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13632 Set maintainer to FSF since author isn't reachable.
13633
136342000-06-08 Dave Love <fx@gnu.org>
13635
13636 * international/mule-cmds.el (select-safe-coding-system): If
13637 DEFAULT-CODING-SYSTEM is not specified, also check the most
13638 preferred coding-system if buffer-file-coding-system is
13639 `undecided'. From Handa.
13640
136412000-06-08 Kenichi Handa <handa@etl.go.jp>
13642
13643 * international/mule.el
13644 (after-insert-file-set-buffer-file-coding-system): If the buffer
13645 size is greater than INSERTED, judget that we are not visiting.
13646
136472000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13648
13649 * whitespace.el (defgroup whitespace): Comment out `:version'.
13650 XEmacs 20.4 has problems defining the group with this present.
13651 We'll have this commented out till get resolve the problem.
13652
136532000-06-07 John Wiegley <johnw@gnu.org>
13654
13655 * align.el (align-dq-string-modes, align-sq-string-modes)
13656 (align-open-comment-modes): Add pyhton-mode.
13657 (align-rules-list): Use get-text-property instead of
13658 text-properties-at.
13659 (align-rules-list): Add python-assignment.
13660 (align-rules-list): Change perl-comma-delimiter to
13661 basic-comma-delimiter. Use if for Perl modes and python-mode.
13662 (align-rules-list): Add python-chain-logic and
13663 basic-line-continuation.
13664
136652000-06-07 Jari Aalto <jari.aalto@poboxes.com>
13666
13667 * apropos.el (apropos-mode-hook): New user variable.
13668 (apropos-mode): Run apropos-mode-hook.
13669
136702000-06-07 David Ponce <david@dponce.com>
13671
13672 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13673 commands. Require `wid-edit' at run-time.
13674
136752000-06-07 David Ponce <david@dponce.com>
13676
13677 * recentf.el: Added some "Commentary".
13678 (recentf-open-more-files, recentf-edit-list): Minor changes to
13679 move the point at the top of the file list. This behaviour is
13680 consistent with the menu one when the list contains a lot of
13681 files.
13682 (recentf-cleanup): Now displays the number of items removed from
13683 the list.
13684 (recentf-relative-filter) New menu filter to show filenames
13685 relative to `default-directory'.
13686
136872000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13688
13689 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13690 with/without giving an error if PostScript printer doesn't have this
13691 kind of page size. Zebra Stripe continues or restarts on next page.
13692 Manual/automatic paper feeding. Switch or not the header.
13693 (ps-print-version): New version number (5.2.2).
13694 (ps-windows-system): Include emx as a Windows system.
13695 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13696 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13697 (ps-background-text): Code fix.
13698 (ps-error-handler-message, ps-user-defined-prologue)
13699 (ps-print-prologue-header, ps-printer-name)
13700 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13701 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13702 (ps-use-face-background): Customization fix.
13703 (ps-n-up-database): Data fix.
13704 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13705 (ps-switch-header): New vars.
13706 (ps-xemacs-color-name, ps-face-foreground-name)
13707 (ps-face-background-name, ps-boolean-constant): New funs.
13708
137092000-06-07 Dave Love <fx@gnu.org>
13710
13711 * allout.el: New version from Manheimer.
13712
137132000-06-07 Kenichi Handa <handa@etl.go.jp>
13714
13715 * textmodes/fill.el (fill-find-break-point): Check the validity of
13716 charset.
13717
137182000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13719
13720 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13721 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13722 Call display-color-p and display-mouse-p instead of looking at
13723 window-system.
13724
137252000-06-06 Dave Love <fx@gnu.org>
13726
13727 * image.el (find-image): Doc fix. Return nil if image not found.
13728 (put-image, insert-image): Make STRING arg optional.
13729
137302000-06-06 Kenichi Handa <handa@etl.go.jp>
13731
13732 * language/vietnamese.el: Remove eval-when-compile.
13733 (viet-viscii-nonascii-translation-table): Define it as a
13734 translation table made from viet-viscii-decode-table.
13735 (viet-viscii-encode-table): Define it as a translation table made
13736 from the reverse map of above.
13737 (viet-vscii-nonascii-translation-table): Define it as a
13738 translation table made from viet-vscii-decode-table.
13739 (viet-vscii-encode-table): Define it as a translation table made
13740 from the reverse map of above.
13741 (ccl-decode-viscii): Use translate-character.
13742 (ccl-encode-viscii, ccl-encode-viscii-font)
13743 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13744 Likewize.
13745
13746 * language/cyrillic.el: Remove eval-when-compile.
13747 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13748 translation table made from cyrillic-koi8-r-decode-table.
13749 (cyrillic-koi8-r-encode-table): Define it as a translation table
13750 made from the reverse map of above.
13751 (ccl-decode-koi8): Use translate-character.
13752 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13753 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13754 a translation table made from cyrillic-alternativnyj-decode-table.
13755 (cyrillic-alternativnyj-encode-table): Define it as a translation
13756 table made from the reverse map of above.
13757 (ccl-decode-alternativnyj): Use translate-character.
13758 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13759 Likewize
13760
13761 * international/mule-diag.el (non-iso-charset-alist): Specify
13762 translation table symbol instead of translation table itself.
13763 (list-block-of-chars): CHARSET may be a translation table symbol.
13764
13765 * international/mule.el (make-coding-system): If CODING-SYSTEM
13766 already exists, override it.
13767
13768 * international/fontset.el: Use family `proportional' for Tibetan
13769 fonts.
13770
13771 * international/ccl.el (ccl-compile-translate-character): Don't
13772 check if Rrr has property translation-table.
13773 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13774
137752000-06-05 Gerd Moellmann <gerd@gnu.org>
13776
13777 * info.el: Bind case-fold-search to t when searching in case
13778 a user sets it to nil in a hook.
13779
137802000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13781
13782 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13783 * hl-line.el (hl-line-mode): Use the new :global key argument.
13784
13785 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13786 (tar-clip-time-string): Prepend a space.
13787 (tar-grind-file-mode): Construct a string rather than modifying one.
13788 (tar-header-block-summarize): Fix docstring.
13789 Use `format' rather than an error-prone set of copy-loops.
13790
13791 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13792 (diff-goto-source, diff-unified->context, diff-context->unified)
13793 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13794 understand the format output by the `-p' argument to diff.
13795
13796 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13797 (sh-re-done): Use defconst.
13798 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13799 (sh-help-string-for-variable, sh-guess-basic-offset):
13800 Don't quote lambdas.
13801 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
13802 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13803
13804 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13805 (mh-letter-mode): Derive from text-mode.
13806 This implicitly means that it now calls kill-all-local-variables.
13807 Also remove the Emacs-18 compatibility code.
13808
13809 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13810 Make use of symbol-property doc-string-elt.
13811 Use memq rather than a sequence of eq.
13812 (doc-string-elt): Fix the wrong or missing previously unused values.
13813 (autoload-print-form): New function extracted from
13814 generate-file-autoloads to allow recursion when handling progn
13815 so that defvar's and defun's docstrings are properly printed.
13816 (generate-file-autoloads): Use it.
13817
13818 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13819 Use find-file-hooks in the minor-mode function.
13820 Be careful not to loop indefinitely in the post-command-hook function.
13821
138222000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
13823
13824 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13825 tty's.
13826 * ediff-diff.el (ediff-exec-process): Use --binary for fine
13827 differences whenever appropriate.
13828 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13829 * viper.el (find-file, find-file-other-window): Get viper to do
13830 wildcards.
13831
138322000-06-04 Stefan Monnier <monnier@cs.yale.edu>
13833
13834 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13835 (jit-lock-fontify-buffer): New function for JIT refontification.
13836 (jit-lock-mode): Fix docstring.
13837 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13838 Remove jit-lock-after-change from the _local_ hook.
13839 (jit-lock-function-1): Fix docstring.
13840
13841 * info.el (Info-on-current-buffer): Initialize info.
13842
13843 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13844
13845 * progmodes/tcl.el (tcl-indent-for-comment):
13846 Ignore comment-indent-hook.
13847
13848 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13849 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13850 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13851 and improve to use the lighter to guess the capitalization.
13852 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13853 Add keyword arguments to specify global-ness or the custom group.
13854 Add local-map and help-echo properties to the lighter.
13855 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13856 (easy-mmode-define-global-mode): New macro.
13857
138582000-06-02 Dave Love <fx@gnu.org>
13859
13860 * wid-edit.el: byte-compile-dynamic since we typically don't use
13861 all the widgets. Don't require cl or widget. Remove
13862 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13863 (widget-read-event): Removed. Callers changed to use read-event.
13864 (widget-button-release-event-p): Renamed from
13865 button-release-event-p.
13866 (widget-field-add-space, widget-field-use-before-change):
13867 Uncustomize.
13868 (widget-specify-field): Use keymap property, not local-map.
13869 (widget-specify-button): Obey :suppress-face.
13870 (widget-specify-insert): Use modern backquote syntax.
13871 (widget-image-directory): Renamed from widget-glyph-directory.
13872 (widget-image-enable): Renamed from widget-glyph-enable.
13873 (widget-image-find): Replaces widget-glyph-find.
13874 (widget-button-pressed-face): Move defvar.
13875 (widget-image-insert): Replaces widget-glyph-insert.
13876 (widget-convert): Use keywordp.
13877 (widget-leave-text, widget-children-value-delete): Use mapc.
13878 (widget-keymap): Remove XEmacs stuff.
13879 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13880 (widget-button-click): Don't set point at the click, but re-centre
13881 if we scroll out of window. Rewritten for images v. glyphs &c.
13882 (widget-tabable-at): Use POS arg, not point.
13883 (widget-beginning-of-line, widget-end-of-line)
13884 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13885 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13886 (widget-default-create): Use widget-image-insert; some rewriting.
13887 (widget-visibility-value-create)
13888 (widget-push-button-value-create, widget-toggle-value-create): Use
13889 widget-image-insert.
13890 (checkbox): Create on and off images dynamically.
13891 (documentation-link): Change :help-echo.
13892 (widget-documentation-link-echo-help): Remove.
13893
138942000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13895
13896 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13897
13898 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13899 (easy-mmode-define-toggle, define-minor-mode): Use it.
13900 (easy-mmode-define-keymap): Docstring fix.
13901 (define-derived-mode): Default PARENT to fundamental-mode.
13902 Add the derived-mode-parent symbol-property.
13903 (easy-mmode-derived-mode-p): New function.
13904
139052000-06-02 Dave Love <fx@gnu.org>
13906
13907 * files.el (convert-standard-filename): Doc fix.
13908 (normal-backup-enable-predicate): New function.
13909 (backup-enable-predicate): Use it to replace the lambda form.
13910
13911 * calendar/todo-mode.el: [This needs more work on the outline
13912 stuff.] Doc fixes.
13913 (todo) <defgroup>: Add :version.
13914 (todo-add-category): Don't use pushnew.
13915 (todo-cmd-raise): Fix typo.
13916 (todo-top-priorities): Change temp buffer name.
13917 (todo-category-alist): Avoid redundant lambda.
13918 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13919 Use outline-next-heading.
13920
13921 * autoarg.el: Rewritten to use define-minor-mode.
13922 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13923 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13924
139252000-06-02 Kenichi Handa <handa@etl.go.jp>
13926
13927 * isearch.el (isearch-other-meta-char): Fix previous change.
13928
139292000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13930
13931 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13932 (log-edit-done): Only add the comment to the ring if it's different
13933 from the last comment entered.
13934
13935 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13936
139372000-06-01 Dave Love <fx@gnu.org>
13938
13939 * hl-line.el: Rewritten using define-minor-mode.
13940
13941 * help.el (describe-function-1): Distinguish special form from
13942 builtin function. Sanity-check presence of arglist for builtins.
13943
139442000-06-01 Kenichi Handa <handa@etl.go.jp>
13945
13946 * international/characters.el: Fix syntax/category setting of
13947 Tibetan characters.
13948
13949 * language/tibet-util.el (tibetan-add-components): Fixes for new
13950 encoding of Tibetan characters.
13951 (tibetan-decompose-precomposition-alist): New variable.
13952 (tibetan-decompose-region): Convert precomposed characters to
13953 non-precomposed characters.
13954 (tibetan-decompose-string): Likewise.
13955 (tibetan-composition-function): Fix args to
13956 thibetan-compose-string.
13957
13958 * language/tibetan.el (tibetan-composable-pattern): More
13959 characters included.
13960 (tibetan-consonant-transcription-alist): Rule for "R" added.
13961 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13962 "+R" added.
13963 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13964
13965 * language/lao-util.el (lao-composition-function): Fix args to
13966 compose-string.
13967
13968 * language/thai-util.el (thai-composition-function): Fix args to
13969 compose-string.
13970
13971 * isearch.el (isearch-update): Set disable-point-adjustment to t
13972 to prevent the point moving to the end of a composition when a
13973 part of a composition is searched.
13974 (isearch-other-meta-char): If the key invoking this command can be
13975 mapped by function-key-map to a printing char, call
13976 isearch-process-search-char directly.
13977
139782000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13979
13980 * emacs-lisp/bytecomp.el:
13981 * frame.el:
13982 * international/mule-cmds.el:
13983 * international/mule-util.el:
13984 * international/mule.el:
13985 * mouse.el:
13986 * subr.el:
13987 * faces.el: Update calls to make-obsolete with a WHEN argument.
13988
13989 * byte-run.el (make-obsolete, make-obsolete-variable):
13990 Add an optional WHEN argument and change the format of the
13991 symbol-property information.
13992 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13993 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13994 new obsolete-symbol-property format and print WHEN if it is provided.
13995
139962000-05-31 Dave Love <fx@gnu.org>
13997
13998 * loadhist.el (loadhist-hook-functions): Remove
13999 before-change-function, after-change-function.
14000 (unload-feature): Deal with symbols which are both bound and
14001 fbound.
14002
14003 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14004 before-change-function, after-change-function.
14005
14006 * simple.el (newline): Don't bind before-change-function,
14007 after-change-function.
14008
140092000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
14010
14011 * whitespace.el (whitespace-rescan-timer-time): Update interval
14012 set to 600 seconds (10 minutes) instead of 60 seconds since
14013 a large number of whitespace buffers causes emacs to `freeze'
14014 for a considerable amount of time.
14015
14016 * whitespace.el: Updated email address
14017
140182000-05-31 Dave Love <fx@gnu.org>
14019
14020 * add-log.el (change-log-font-lock-keywords) <function>: Add
14021 pattern for function of change.
14022 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14023 acknowledgements patterns.
14024
140252000-05-31 Kenichi Handa <handa@etl.go.jp>
14026
14027 * isearch.el (isearch-printing-char): If keyboard coding system is
14028 being used, call isearch-process-search-multibyte-characters.
14029
14030 * international/isearch-x.el: Mostly rewritten.
14031
14032 * international/quail.el (quail-start-conversion): Don't include
14033 unhandled events in the returned events, but set them in
14034 unread-command-events. Exit if all inputs are deleted.
14035
140362000-05-30 Jason Rumney <jasonr@gnu.org>
14037
14038 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14039
14040 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14041 Reenable code to create initial fontsets.
14042 Use set-fontset-font in place of put-charset-property.
14043
140442000-05-30 Gerd Moellmann <gerd@gnu.org>
14045
14046 * progmodes/perl-mode.el (perl-indent-line): When looking for a
14047 label, ensure that the first colon isn't followed by another.
14048
14049 * paths.el (Info-default-directory-list): Doc fix.
14050
14051 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14052 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14053 send a query containing USER only, not USER@HOST.
14054
14055 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14056 and rmail-msgend to compute the restriction at the end, instead of
14057 computing it.
14058
140592000-05-29 Gerd Moellmann <gerd@gnu.org>
14060
14061 * dabbrev.el (dabbrev-expand): Don't display messages in the
14062 echo area if the minibuffer window is active.
14063
14064 * jit-lock.el (jit-lock-mode): Add after change function to
14065 local hook.
14066
140672000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
14068
14069 * antlr-mode.el: New commands: hide/unhide actions,
14070 upcase/downcase literals.
14071 (antlr-tiny-action-length): New user option.
14072 (antlr-hide-actions): New command. Suggested by
14073 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14074 (antlr-mode-map): New binding [C-c C-v].
14075 (antlr-mode-menu): New entries.
14076 (antlr-downcase-literals): New command.
14077 (antlr-upcase-literals): Ditto.
14078
14079 * antlr-mode.el: Minor changes: indendation, mode-name.
14080 (antlr-indent-line): Indent cpp directive at column 0.
14081 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14082
14083 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14084 (antlr-font-lock-additional-keywords): Workaround for intentional
14085 bug in XEmacs version of font-lock.
14086 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
14087 be used by a smarter version of `buffers-menu-grouping-function'.
14088
140892000-05-29 Gerd Moellmann <gerd@gnu.org>
14090
14091 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14092 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14093
140942000-05-29 Kenichi Handa <handa@etl.go.jp>
14095
14096 * international/encoded-kb.el
14097 (encoded-kbd-iso2022-designation-map): Pay attention to that
14098 charset-iso-final-char return -1 for eight-bit-control and
14099 eight-bit-graphic.
14100
141012000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14102
14103 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14104 (speedbar-easymenu-definition-base): Use display-graphic-p where
14105 available, instead of window-system.
14106
141072000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14108
14109 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14110 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14111 coding systems.
14112
141132000-05-26 Dave Love <fx@gnu.org>
14114
14115 * disp-table.el (standard-display-underline): Don't use
14116 internal-find-face.
14117
14118 * mail/reporter.el: Maintainer change. Doc fixes.
14119 (reporter-version): Deleted.
14120
14121 * emacs-lisp/elp.el: Maintainer change.
14122 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14123
141242000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14125
14126 * add-log.el (add-change-log-entry): Merge the current entry with the
14127 previous one if the previous one is empty.
14128
141292000-05-26 Dave Love <fx@gnu.org>
14130
14131 * loadhist.el (unload-feature): Fix interactive spec [from
14132 lijnzaad@ebi.ac.uk].
14133
14134 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14135 subr-arity to check primitives.
14136 (byte-compile-flush-pending, byte-compile-file-form-progn)
14137 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14138 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14139 mapcar.
14140
141412000-05-26 Kenichi Handa <handa@etl.go.jp>
14142
14143 * international/fontset.el: Set family names of non-latin charsets
14144 in default fontset to "*".
14145
14146 * international/mule-diag.el (print-fontset): Combine family part
14147 and registry part of the fontname by "-*-" instead of "-".
14148
14149 * international/mule-cmds.el (encode-coding-char): Make strings
14150 multibyte before calling encode-coding-string.
14151
141522000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14153
14154 * derived.el: Fix keywords.
14155 (define-derived-mode): Only define if needed.
14156
14157 * simple.el (fill-comment, comment-column, comment-start)
14158 (comment-start-skip, comment-end, comment-indent-function)
14159 (block-comment-start, block-comment-end, indent-for-comment)
14160 (set-comment-column, kill-comment, comment-padding, comment-region)
14161 (comment-multi-line, indent-new-comment-line): Remove.
14162
14163 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14164 function names for comment operations.
14165
14166 * newcomment.el: Add abundant autoload cookies.
14167 (comment-style): Don't depend on runtime data at compile-time.
14168 (comment-indent-hook): Remove.
14169 (comment-indent): Check if comment-indent-hook is bound.
14170 (comment-region): Docstring fix.
14171
141722000-05-25 Dave Love <fx@gnu.org>
14173
14174 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14175 byte-code-function-p.
14176
14177 * mail/rmailsum.el: Add provide.
14178
14179 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14180
14181 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14182 defcustom.
14183
141842000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14185
14186 * ediff-diff.el (ediff-exec-process): delete --binary option from
14187 non-buffer ediff jobs.
14188
141892000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14190
14191 * hilit-chg.el (highlight-changes-mode): Ask about color or
14192 grayscale support, not about window-system.
14193
14194 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14195 window-system.
14196 (ffap-highlight): Always default to t.
14197
14198 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14199 display-popup-menus-p instead of looking at window-system.
14200
14201 * disp-table.el (standard-display-g1, standard-display-graphic):
14202 Only refuse to use string glyphs on X and MS-Windows.
14203
14204 * avoid.el: Remove window-system from commentary, suggest to use
14205 display-*-p instead.
14206
14207 * apropos.el (apropos-print): Use display-mouse-p instead of
14208 window-system.
14209
142102000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14211
14212 * international/codepage.el (cp-decoding-vector-for-codepage):
14213 Fill up unsupported characters with their own codes. From Kenichi
14214 Handa.
14215
142162000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14217
14218 * international/mule-diag.el (describe-char-after): Use
14219 display-graphic-p instead of window-system, so that this function
14220 works on MS-DOS.
14221
142222000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14223
14224 * international/codepage.el (cp-make-coding-systems-for-codepage):
14225 Remove the eight-bit-graphic and eight-bit-control charsets from
14226 the list of charsets which we convert into `?'.
14227
142282000-05-25 Kenichi Handa <handa@etl.go.jp>
14229
14230 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14231 private charsets.
14232 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14233 japanese-jisx0213-2): New charsets.
14234
14235 * international/fontset.el: Setup default fontset for new charsets.
14236
142372000-05-24 Dave Love <fx@gnu.org>
14238
14239 * info.el (Info-find-node-2): Restructure [following "Vadim
14240 S. Solomin" <sovs@uic.nnov.ru>].
14241
14242 * icomplete.el: Fix header for Finder.
14243
142442000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14245
14246 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14247 STAY.
14248
14249 * rmail.el (rmail-automatic-folder-directives): New user variable.
14250 (rmail-show-message): Add call to `rmail-auto-file' during
14251 display.
14252 (rmail-auto-file): New function.
14253
142542000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14255
14256 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14257 account.
14258 (ediff-test-utility,ediff-diff-mandatory-option)
14259 (ediff-reset-diff-options): Utilities for proper initialization of
14260 ediff-diff-options and ediff-diff3-options on Windows.
14261
14262 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14263 variable.
14264
14265 * ediff-mult.el (ediff-filegroup-action): Use
14266 ediff-merge-filename-prefix.
14267
142682000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14269
14270 * viper-ex.el (ex-write): Set selective display to nil.
14271
142722000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14273
14274 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14275 aliases for hebrew-iso-8bit.
14276
142772000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14278
14279 * woman.el: New version from Francis J. Wright
14280 <F.J.Wright@Maths.QMW.ac.uk>.
14281 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14282 names in environment variables regardless of the path separator.
14283 (woman-topic-all-completions-1): Don't call file-name-directory-p
14284 on all files, since woman-file-regexp already filters out any
14285 directories.
14286
142872000-05-24 Kenichi Handa <handa@etl.go.jp>
14288
14289 * international/quail.el (quail-start-translation): Don't change
14290 modified-p of the current buffer.
14291 (quail-start-conversion): Likewise.
14292
14293 * international/kkc.el (kkc-region): Don't change modified-p of
14294 the current buffer.
14295
14296 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14297 conform to RFC1468.
14298 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14299
143002000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14301
14302 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14303 (speedbar-insert-button): Invisible text property fix.
14304 (speedbar-directory-plus): Renamed from speedbar-directory-+
14305 (speedbar-directory-minus): Renamed from speedbar-directory--
14306 (speedbar-page-plus): Renamed from speedbar-file-+
14307 (speedbar-page-minus): Renamed from speedbar-file--
14308 (speedbar-page): Renamed from speedbar-file-
14309 (speedbar-tag): Renamed from speedbar-tag-
14310 (speedbar-tag-plus): Renamed from speedbar-tag-+
14311 (speedbar-tag-minus): Renamed from speedbar-tag--
14312 (speedbar-expand-image-button-alist): Use above renames.
14313
14314 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14315 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14316 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14317 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14318 * sb-pg.xpm: Renamed from sb-file.xpm
14319 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14320 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14321
143222000-05-24 Kenichi Handa <handa@etl.go.jp>
14323
14324 * international/quail.el (quail-show-guidance-buf): Set
14325 current-input-method of the guidance buffer to the name of the
14326 curren input method.
14327
143282000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14329
14330 * progmodes/compile.el (compile-internal): Style typo.
14331
14332 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14333 quote vars and functions in the docstring.
14334
14335 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14336
14337 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14338 Don't quote lambdas.
14339
14340 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14341
143422000-05-23 Gerd Moellmann <gerd@gnu.org>
14343
14344 * startup.el (command-line): Determine source file of compiled
14345 user init file differently. Warn if compiled user init file
14346 is older than its source file.
14347
14348 * ffap.el (ffap-url-regexp): Add `https'.
14349
143502000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14351
14352 * files.el (make-backup-file-name-1): Replace slashes with `!'
14353 rather than `|' (which is not allowed on Windows). Replace the
14354 drive letters with a string "drive_X".
14355
143562000-05-23 Gerd Moellmann <gerd@gnu.org>
14357
14358 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14359
14360 * files.el (interpreter-mode-alist): Add `bash2'.
14361
143622000-05-22 Dave Love <fx@gnu.org>
14363
14364 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14365 mapc.
14366 (feature-file): Avoid calling symbol-name. Doc fix.
14367 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14368 (loadhist-hook-functions): Add mouse-position-function.
14369 (unload-feature): Change uses of mapcar.
14370
14371 * files.el (parse-colon-path): Doc fix.
14372 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14373 (set-auto-mode): Use mapc.
14374
14375 * complete.el (PC-look-for-include-file): Use :alnum: character
14376 class.
14377 (partial-completion-mode): Add autoload cookie.
14378
143792000-05-22 Sam Steingold <sds@gnu.org>
14380
14381 * info.el (Info-fontify-node): Fixed the call to
14382 `add-text-properties' (bug introduced on 2000-05-18).
14383
143842000-05-22 Dave Love <fx@gnu.org>
14385
14386 * bindings.el: Remove debug-ignored-errors set in other files.
14387
14388 * progmodes/etags.el: Add to debug-ignored-errors.
14389 (visit-tags-table-buffer): Clear out buffers holding old tables
14390 when making a new list.
14391 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14392 mapc.
14393
14394 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14395 quote keywords.
14396 (cmpl-string-case-type): Use character classes.
14397
14398 * comint.el:
14399 * textmodes/ispell.el:
14400 * imenu.el:
14401 * mail/mh-e.el:
14402 * progmodes/compile.el: Add to debug-ignored-errors.
14403
14404 * dabbrev.el: Add to debug-ignored-errors.
14405 (dabbrev-completion): Use mapc.
14406
144072000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14408
14409 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14410 (woman-mapcan, woman-parse-man.conf)
14411 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14412 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14413 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14414 path syntax better.
14415 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14416 (woman-manpath): Call woman-parse-man.conf.
14417 (woman-emulation): New defcustom, defaults to nroff.
14418 (woman-font-support): New defconst.
14419 (woman-use-symbol-font): New defcustom.
14420 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14421 "Emulation".
14422 Many functions: Doc fix.
14423
144242000-05-22 Kenichi Handa <handa@etl.go.jp>
14425
14426 * international/quail.el (quail-simple-translation-keymap): Map
14427 128..255 to quail-self-insert-command.
14428 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14429
144302000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14431
14432 * help.el (help-manyarg-func-alist): Typo.
14433
14434 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14435 intervals which makes it heaps simpler.
14436
14437 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14438 the nested comment markers.
14439
14440 * subr.el (remove-hook): Don't turn the hook's value into a list.
14441
144422000-05-21 Dave Love <fx@gnu.org>
14443
14444 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14445 are invalid characters.
14446
14447 * international/mule-util.el (detect-coding-with-priority): Use
14448 mapc. Remove redundant lambda.
14449
14450 * international/mule-diag.el (list-non-iso-charset-chars)
14451 (describe-fontset): Remove redundant lambda.
14452
14453 * emulation/crisp.el (brief-mode): New alias.
14454
14455 * emacs-lisp/ring.el (ring-elements): New function.
14456
14457 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14458 (easy-menu-do-add-item): Use keywordp.
14459
14460 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14461
14462 * replace.el: Doc and error message fixes.
14463 (replace-highlight): Use facep, not internal-find-face.
14464
144652000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14466
14467 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14468
14469 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14470 (log-edit-insert-changelog): Drop `:' as well.
14471
14472 * log-view.el: Fix file description.
14473 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14474 available.
14475 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14476 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14477
14478 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14479 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14480 Print a status message if the toggle is called interactively.
14481 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14482 for global minor modes and use `defcustom' for them.
14483 Use add-minor-mode.
14484 (easy-mmode-define-derived-mode): Remove.
14485 (define-derived-mode): Fancier default docstring.
14486 (easy-mmode-define-navigation): Signal an error rather than (ding).
14487
14488 * newcomment.el (comment-styles): New `box-multi'.
14489 (comment-normalize-vars): Better default for comment-continue to
14490 avoid whitespace-only continuations.
14491 (comment-search-forward): Always move even in the no-syntax case.
14492 (comment-padright): Only obey N if it's only obeyed for padleft.
14493 (comment-make-extra-lines): Better handling of empty continuations.
14494 Use `=' for the filler if comment-start has only one character.
14495 (uncomment-region): Try handling the special `=' filler.
14496 (comment-region): Allow LINES even if MULTI is nil.
14497 (comment-box): Choose box style based on comment-style.
14498
144992000-05-20 Kenichi Handa <handa@etl.go.jp>
14500
14501 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14502 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14503
145042000-05-20 Kenichi HANDA <handa@etl.go.jp>
14505
14506 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14507 and insert, not subst-char-in-region.
14508
14509 * international/mule-diag.el (list-character-sets-1): Handle
14510 charsets eight-bit-control and eight-bit-graphic.
14511 (list-iso-charset-chars): Likewise.
14512 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14513 charactes as is. Use indent-to to align characters.
14514
14515 * international/mule-cmds.el (find-multibyte-characters): Never
14516 exclude charsets eight-bit-control and eight-bit-graphic.
14517
145182000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14519
14520 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14521 Don't quote lambdas.
14522
14523 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14524
145252000-05-19 Gerd Moellmann <gerd@gnu.org>
14526
14527 * gud.el (gud-jdb-directories): Doc fix.
14528
145292000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14530
14531 * newcomment.el: New file.
14532
145332000-05-19 Gerd Moellmann <gerd@gnu.org>
14534
14535 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14536
145372000-05-18 Andreas Schwab <schwab@suse.de>
14538
14539 * dired.el (dired-between-files): Also skip lines beginning with
14540 `used'.
14541
145422000-05-18 Gerd Moellmann <gerd@gnu.org>
14543
14544 * msb.el (msb-menu-cond): Add choice `user'.
14545
145462000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14547
14548 * ps-print.el: Compatibility, customization and doc fix.
14549 (ps-printer-name-option): Replace defconst by defvar.
14550 (ps-postscript-code-directory): XEmacs compatibility.
14551 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14552 fix.
14553 (ps-user-defined-prologue, ps-print-prologue-header)
14554 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14555 compatibility and code fix.
14556 (ps-print-background-image, ps-print-background-text):
14557 Customization fix.
14558 (ps-line-number-start, ps-n-up-on): New vars.
14559
145602000-05-18 Espen Skoglund <esk@ira.uka.de>
14561
14562 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14563 the indent-comment function to just return the appropriate indent.
14564
145652000-05-18 Eric M. Ludlam <zappo@ultranet.com>
14566
14567 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14568 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14569 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14570
145712000-05-18 Dave Love <fx@gnu.org>
14572
14573 * info.el (Info-fontify-node): Add intangible property as well as
14574 invisible.
14575
14576 * calendar/appt.el (appt-make-list): Match all lines of entry.
14577 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14578
145792000-05-18 Kenichi Handa <handa@etl.go.jp>
14580
14581 * international/mule-diag.el (describe-char-after): Call
14582 internal-char-font, not char-font. If internal-char-font returns
14583 nil, display "-- none --".
14584
145852000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14586
14587 * image.el (image-type-available-p): Don't reference image-types
14588 if it isn't bound.
14589
145902000-05-17 Stefan Monnier <monnier@cs.yale.edu>
14591
14592 * autoarg.el (autoarg-mode): Typo in the :set argument.
14593
145942000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14595
14596 * startup.el (command-line-1): Don't signal an error if the
14597 directory for auto-save-list files does not yet exist.
14598
145992000-05-17 Kenichi Handa <handa@etl.go.jp>
14600
14601 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14602
146032000-05-16 Stefan Monnier <monnier@cs.yale.edu>
14604
14605 * subr.el (remove-hook): `setq' hook-value, not `set'.
14606
146072000-05-16 Sam Steingold <sds@gnu.org>
14608
14609 * info.el (debug-ignored-errors): More errors to ignore.
14610
146112000-05-16 Dave Love <fx@gnu.org>
14612
14613 * cus-edit.el: Don't require cl or easymenu.
14614 (custom-variable-prompt): Test standard-value property, not
14615 user-variable-p.
14616
146172000-05-16 Sam Steingold <sds@gnu.org>
14618
14619 * subr.el (add-hook): `setq' hook-value, not `set'.
14620
146212000-05-16 Gerd Moellmann <gerd@gnu.org>
14622
14623 * startup.el (command-line-1): Mention the FAQ in the startup
14624 message.
14625
14626 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14627
14628 * progmodes/compile.el (compilation-parse-errors): Collect
14629 `nomessage' regexps last.
14630
14631 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14632
14633 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14634 to the function name.
14635
146362000-05-15 Dave Love <fx@gnu.org>
14637
14638 * speedbar.el (speedbar-recenter): Typo.
14639 (speedbar-expand-line): Make arg optional.
14640 (speedbar-mode): Avoid a compiler warning.
14641
146422000-05-15 Gerd Moellmann <gerd@gnu.org>
14643
14644 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14645 user-specified option string is empty.
14646
14647 * mouse.el (mouse-yank-at-click): Doc fix.
14648
146492000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
14650
14651 * term/internal.el (IT-character-translations): More updates of
14652 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14653 documents.
14654
146552000-05-15 Gerd Moellmann <gerd@gnu.org>
14656
14657 * env.el (getenv): New function, interactively callable.
14658 (setenv, getenv): Remove autoload cookies.
14659
14660 * loadup.el: Load `env'.
14661
14662 * progmodes/f90.el: Change author's mail address.
14663
146642000-05-14 Dave Love <fx@gnu.org>
14665
14666 * mail/rmail.el (rmail-show-message-hook): Customize and offer
14667 goto-addr as an option.
14668
14669 * help.el (help-xref-stack): Doc fix.
14670 (help-xref-following): New variable.
14671 (help-make-xrefs): Use it.
14672 (help-xref-go-back): Use position information from stack element.
14673 (help-follow): Make position in stack element a pair. Use
14674 help-xref-following.
14675
14676 * autoarg.el: New file.
14677
14678 * faces.el: Declare more functions obsolete.
14679
14680 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14681 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14682 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14683 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14684 Remove all the setup-...-environment functions.
14685
146862000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14687
14688 * speedbar.el: Updated the commentary section. xemacs20p now uses
14689 >= when detecting. Require `defimage' safely.
14690 (speedbar-easymenu-definition-base): Add toggle for images.
14691 (speedbar-easymenu-definition-special): Add flush cache & expand.
14692 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14693 (speedbar-reconfigure-keymaps-hook): New variable.
14694 (speedbar-frame-parameters): Updated documentation.
14695 (speedbar-use-imenu-flag): Updated custom tag
14696 (speedbar-dynamic-tags-function-list): New variable.
14697 (speedbar-tag-hierarchy-method): Updated doc & custom.
14698 (speedbar-indentation-width, speedbar-indentation-width) New
14699 variables.
14700 (speedbar-hide-button-brackets-flag): Customizable.
14701 (speedbar-vc-indicator): Doc update.
14702 (speedbar-ignored-path-expressions): Updated default value.
14703 (speedbar-supported-extension-expressions): Updated default value.
14704 (speedbar-syntax-table): Remove {} paren status.
14705 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14706 as "+". Added overlay aliases.
14707 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14708 `force-mode-line-update'.
14709 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14710 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14711 `mouse-set-point'
14712 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14713 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14714 of arbitrary text, and new helper functions.
14715 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14716 filename finder.
14717 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14718 (speedbar-directory-buttons): Update path search/expansion.
14719 (speedbar-make-tag-line): Pay attention to
14720 `speedbar-indentation-width'. Use more care w/ invisible
14721 properties.
14722 (speedbar-change-expand-button-char): Call
14723 `speedbar-insert-image-button-maybe'.
14724 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14725 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14726 (speedbar-trim-words-tag-hierarchy)
14727 (speedbar-simple-group-tag-hierarchy): New functions
14728 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14729 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14730 functions.
14731 (speedbar-mouse-set-point): New function
14732 (speedbar-power-click): Updated documentation.
14733 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14734 of tag prefix text.
14735 (speedbar-expand-line, speedbar-contract-line): Make more robust
14736 to strange text.
14737 (speedbar-expand-line): Takes universal argument to flush the
14738 cache.
14739 (speedbar-flush-expand-line): New function.
14740 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14741 Use new generator insertion method.
14742 (speedbar-fetch-dynamic-tags): New function.
14743 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14744 `speedbar-fetch-dynamic-imenu'.
14745 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14746 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14747 "Revert Buffer" menu items.
14748 (speedbar-buffer-buttons-engine): Be smarter when creating a
14749 filename tag (for expansion purposes.).
14750 (speedbar-highlight-one-tag-line,
14751 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14752 (speedbar-recenter): New functions.
14753 (defimage-speedbar): Image loading abstraction.
14754 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14755 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14756 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14757 (speedbar-tag-type, speedbar-tag-mail): New images.
14758 (speedbar-expand-image-button-alist): New variable.
14759 (speedbar-insert-image-button-maybe): Insert an image over some
14760 buttons.
14761
147622000-05-13 Kenichi Handa <handa@etl.go.jp>
14763
14764 * international/mule-cmds.el (encode-coding-char): An ASCII
14765 character is always encodable.
14766
14767 * international/mule-conf.el: Add more information in descriptions
14768 of character sets.
14769
14770 * international/mule-diag.el (describe-char-after): New function.
14771 (describe-font-internal): Adjusted for the change of font-info.
14772 (describe-font): Likewise.
14773 (print-fontset): Rewritten for the new fontset implementation.
14774 (describe-fontset): Include fontset alias names in completion.
14775 (list-fontsets): Adjusted for the change of print-fontset.
14776
14777 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14778 describe-char-after instead of displaying the detail in the echo
14779 area.
14780 (syntax-code-table): Format changed.
14781 (string-to-syntax): Adjusted for the above change.
14782
147832000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14784
14785 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14786
147872000-05-12 Dave Love <fx@gnu.org>
14788
14789 * calendar/todo-mode.el: Remove some compatibility stuff and CL
14790 dependence. Use line-{beginning,end}-position, not
14791 point-at{b,e}ol. Some doc fixes.
14792 (todo-position): New function. Fix callers of position to use it.
14793 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14794
147952000-05-12 Gerd Moellmann <gerd@gnu.org>
14796
14797 * time.el (display-time-mail-icon): Use `:ascent center'.
14798
14799 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14800 handling FTP security extensions.
14801
148022000-05-11 Dave Love <fx@gnu.org>
14803
14804 * calendar/todo-mode.el: New file.
14805
148062000-05-11 Gerd Moellmann <gerd@gnu.org>
14807
14808 * comint.el (comint-read-input-ring): Move reference to
14809 comint-input-ring-size outside of the save-excursion. It was
14810 causing the default value to be the only one ever seen.
14811
14812 * font-lock.el: Update copyright. Remove Simon Marshall's email
14813 address on request from him.
14814
14815 * subr.el (substitute-key-definition): Add comment describing
14816 the meaning of PREFIX.
14817
148182000-05-10 Stefan Monnier <monnier@cs.yale.edu>
14819
14820 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14821
14822 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14823 (add-minor-mode): Don't make the variable buffer-local and add a
14824 reference to define-minor-mode in the docstring.
14825
14826 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14827 HEADER/FOOTER and fix bug with trailing empty directory.
14828 (cvs-append-to-ignore): Use vc-editable-p if available.
14829 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14830 (vc-do-command): Tweak advice to handle the new VC.
14831
14832 * log-view.el (log-view-goto-rev): New function for the new VC.
14833 (log-view-minor-wrap): Use mark-active.
14834
14835 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14836 (log-edit-changelog-full-paragraphs): New var.
14837 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14838 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14839 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14840 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14841 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14842 Replace the `cvs' prefix with `log-edit'.
14843
14844 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14845
14846 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14847 (diff-font-lock-defaults): Explicitly turn off multiline.
14848 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14849 (diff-ediff-patch): Fix call to ediff-patch-file.
14850 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14851 Handle comments.
14852
14853 * frame.el (automatic-hscrolling): Typo.
14854
14855 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14856
148572000-05-09 Sam Steingold <sds@goems.com>
14858
14859 * apropos.el (apropos-print): use `describe-face' instead of
14860 `customize-face-other-window'.
14861
148622000-05-09 Dave Love <fx@gnu.org>
14863
14864 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14865
14866 * help.el (describe-variable): Have customize button pop the
14867 help-xref stack when invoked.
14868 (help-xref-symbol-regexp): Add `face'.
14869 (help-make-xrefs): Check for quoted face names and adapt regexp
14870 submatch numbers to cope.
14871 (help-xref-interned): Maybe insert face doc too. Separate
14872 sections with a line of hyphens.
14873
14874 * faces.el: Some doc fixes. Declare some functions obsolete.
14875 (describe-face): Add customize button. Return the help
14876 text. Fix prompt.
14877
148782000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14879
14880 * term/internal.el (IT-character-translations): Fix last change.
14881
148822000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14883
14884 * woman.el: New file
14885 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14886
148872000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14888
14889 * term/internal.el (IT-character-translations): Update ASCII
14890 simulations for greek-iso8859-7, add latin-iso8859-14 and
14891 latin-iso8859-15.
14892
14893 * international/mule-cmds.el (set-language-info-alist): Call
14894 define-prefix-command with 3 arguments, to make the map suitable
14895 for a menu.
14896
148972000-05-07 Dave Love <fx@gnu.org>
14898
14899 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14900
149012000-05-05 Dave Love <fx@gnu.org>
14902
14903 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14904 list in doc string. Don't quote keyword symbols.
14905 * emacs-lisp/cl.el: Likewise
14906 * emacs-lisp/cl-seq.el: Likewise
14907
149082000-05-05 Gerd Moellmann <gerd@gnu.org>
14909
14910 * abbrev.el (abbrev-mode): Make ARG optional.
14911
149122000-05-04 Gerd Moellmann <gerd@gnu.org>
14913
14914 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14915
14916 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14917
14918 * subr.el (substitute-key-definition): Clarify documentation.
14919
149202000-05-04 Milan Zamazal <pdm@freesoft.cz>
14921
14922 * glasses.el (glasses-convert-to-unreadable): Use
14923 `glasses-separator' instead of the hard-wired "_".
14924 (glasses-mode): Call `glasses-make-unreadable' only in a single
14925 place.
14926
149272000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14928
14929 * term/internal.el (cjk-codepages-alist): Add associations for
14930 Chinese and Korean codepages. Remove FIXME comment.
14931
149322000-05-03 Dave Love <fx@gnu.org>
14933
14934 * time.el (display-time-mail-face, display-time-use-mail-icon):
14935 New option.
14936 (display-time-mail-icon): New variable.
14937 (display-time-string-forms): Use the above. Fix the local-map.
14938
149392000-05-03 Gerd Moellmann <gerd@gnu.org>
14940
14941 * replace.el (query-replace-map): Add binding for `E'.
14942 (query-replace-help): Extend help text.
14943 (perform-replace): Allow editing the replacement string.
14944
14945 * make-mode.el (makefile-mode-abbrev-table): New variable.
14946 (makefile-mode): Set local abbrev table to
14947 makefile-mode-abbrev-table.
14948 (makefile-font-lock-keywords): Fontify includes and conditionals.
14949
14950 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14951 set TOGGLE's value.
14952
14953 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14954 mail-interactive-insert-alias.
14955 (mail-abbrev-complete-alias): New command.
14956 (mail-mode-map): Bind it to `M-TAB'.
14957
149582000-05-03 Kenichi Handa <handa@etl.go.jp>
14959
14960 * language/lao-util.el (lao-compose-region): New function.
14961
149622000-05-02 Gerd Moellmann <gerd@gnu.org>
14963
14964 * files.el (recover-session): Make directories as necessary
14965 if they don't exist yet.
14966
14967 * calendar/cal-french.el
14968 (french-calendar-multibyte-special-days-array)
14969 (french-calendar-special-days-array): Change French text.
14970 (calendar-french-date-string): Change output.
14971 (calendar-goto-french-date): Likewise.
14972
149732000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14974
14975 * wid-edit.el (widget-default-active): Obey `:always-active'.
14976 (widget-documentation-string-value-create): Set `:always-active'.
14977
149782000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14979
14980 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14981 default prefix to `~/_emacs.d/auto-save.list/_s'.
14982 (normal-top-level): Create the directory for auto-save files, if
14983 it doesn't already exist (in the ms-dos case only).
14984
149852000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14986
14987 * international/mule-cmds.el (set-language-environment): Don't
14988 concat an integer (dos-codepage), use format instead.
14989
149902000-05-02 Dave Love <fx@gnu.org>
14991
14992 * help.el (help-xref-on-pp): Check for constant symbols.
14993
149942000-04-29 Gerd Moellmann <gerd@gnu.org>
14995
14996 * startup.el (normal-top-level): Put a condition-case around
14997 the code loading subdirs.el.
14998
149992000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15000
15001 * ps-print.el: Upside-down and face background color printing,
15002 line number step, doc fix.
15003 (ps-print-version): New version number (5.2).
15004 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15005 (ps-face-attribute-list, ps-plot-with-face): Code fix.
15006 (ps-spool-config): Var fix.
15007 (ps-printer-name-option): Const fix.
15008 (ps-print-upside-down, ps-use-face-background)
15009 (ps-line-number-step): New vars.
15010 (ps-window-system, ps-lp-system): New consts.
15011 (ps-face-background): New fun.
15012
150132000-04-28 Richard Stallman <rms@gnu.org>
15014
15015 * files.el (make-auto-save-file-name):
15016 Apply auto-save-file-name-transforms to visited file name
15017 before generating auto save file name.
15018 (auto-save-file-name-transforms): New variable.
15019
15020 * files.el (backup-enable-predicate):
15021 Correctly test for a file under a temporary directory.
15022
150232000-04-28 Gerd Moellmann <gerd@gnu.org>
15024
15025 * subr.el (add-minor-mode): Rewritten.
15026
150272000-04-28 Kenichi Handa <handa@etl.go.jp>
15028
15029 * mail/sendmail.el (sendmail-send-it): Set
15030 buffer-file-coding-system to the selected coding system for MIME
15031 header.
15032
150332000-04-27 Gerd Moellmann <gerd@gnu.org>
15034
15035 * dired.el (dired-move-to-filename-regexp): Allow format where
15036 YYYY is followed by two spaces.
15037
15038 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15039 in the second character class of the regexp.
15040
15041 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15042 mh-etc, too.
15043
15044 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15045 nil.
15046
15047 * subr.el (add-minor-mode): Use `set' instead of `setq'.
15048
15049 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15050 argument.
15051
150522000-04-27 Sen Nagata <sen@eccosys.com>
15053
15054 * emacs-lisp/crm.el (crm-completion-table): New variable.
15055 (crm-collection-fn, crm-test-completion)
15056 (completing-read-multiple): Use it.
15057
150582000-04-27 Dave Love <fx@gnu.org>
15059
15060 * help.el (locate-library): Use mapc.
15061 (help-manyarg-func-alist): Add call-process-region.
15062
150632000-04-26 Gerd Moellmann <gerd@gnu.org>
15064
15065 * subr.el (add-minor-mode): Make argument MAP optional.
15066
15067 * desktop.el (desktop-save): Save list of minor modes.
15068 (desktop-create-buffer): Restore minor modes.
15069 (desktop-minor-mode-table): New user-option.
15070
15071 * subr.el (add-minor-mode): New function.
15072
15073 * image.el (find-image): New function.
15074 (defimage): Rewritten to find image at load time.
15075
15076 * startup.el (normal-top-level-add-to-load-path): Handle
15077 case that the default directory is not in load-path.
15078
15079 * help.el: Old patch from Stefan Monnier.
15080 (help-xref-on-pp): New function.
15081 (describe-variable): Use it to display xrefs in a symbol's value.
15082
150832000-04-26 Stefan Monnier <monnier@cs.yale.edu>
15084
15085 * cus-edit.el (custom-face): Fix parenthesis.
15086
150872000-04-26 Kenichi Handa <handa@etl.go.jp>
15088
15089 * mail/rmail.el (rmail-expunge): When there are no deleted
15090 messages, do nothing.
15091
150922000-04-26 Dave Love <fx@gnu.org>
15093
15094 * international/mule-cmds.el (locale-translation-file-name):
15095 Defvar to nil.
15096 (set-locale-environment): Set it here (at runtime).
15097
150982000-04-25 Gerd Moellmann <gerd@gnu.org>
15099
15100 * replace.el (perform-replace): Add parameters START and END. Use
15101 them instead of the check for a region in Transient Mark mode.
15102 (query-replace-read-args): Return two more list elements for the
15103 start and end of the region in Transient Mark mode.
15104 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15105 (map-query-replace-regexp, replace-string, replace-regexp): Add
15106 optional last arguments START and END and pass them to
15107 perform-replace.
15108
15109 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15110 form with additional arguments for perform-replace.
15111
15112 * progmodes/etags.el (tags-query-replace): Add parameters START
15113 and END. Construct a form with additional arguments for
15114 perform-replace.
15115
15116 * simple.el (shell-command): Set default directory for "*Shell
15117 Command Output" buffer.
15118
15119 * language/european.el (iso-latin-4): Fix typo.
15120
15121 * emacs-lisp/crm.el: New file.
15122
151232000-04-24 Dave Love <fx@gnu.org>
15124
15125 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15126 (Custom-reset-saved, Custom-reset-standard)
15127 (custom-group-value-create, custom-group-set, custom-group-save)
15128 (custom-group-reset-current, custom-group-reset-saved)
15129 (custom-group-reset-standard): Use mapc.
15130 (custom-buffer-create-internal): Disable undo when creating items.
15131 Use mapc.
15132 (custom-face): Avoid redundant lambda.
15133
151342000-04-24 Gerd Moellmann <gerd@gnu.org>
15135
15136 * startup.el (auto-save-list-file-prefix): Set default to
15137 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15138
151392000-04-24 Sam Steingold <sds@gnu.org>
15140
15141 * time-stamp.el (time-stamp-string-preprocess): Always convert
15142 `field-result' to a string.
15143
151442000-04-24 Gerd Moellmann <gerd@gnu.org>
15145
15146 * frame.el (scrolling): New group.
15147 (automatic-hscrolling): New user-option.
15148
15149 * startup.el (command-line-x-option-alist): Add `-lsp' and
15150 `--line-spacing'.
15151
151522000-04-19 Dave Love <fx@gnu.org>
15153
15154 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15155 (cl-mapc): Rename from mapc. Fix the funcall.
15156
151572000-04-19 Gerd Moellmann <gerd@gnu.org>
15158
15159 * simple.el (clone-indirect-buffer-other-window): New command.
15160 (clone-indirect-buffer): Add optional arg NORECROD.
15161 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15162
15163 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15164
15165 * window.el (count-screen-lines): New function.
15166 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15167 instead of window-buffer-height.
15168
15169 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15170 non-existing variable comint-input-sentinel.
15171 (inferior-lisp-args-to-list): Removed.
15172 (inferior-lisp): Use split-string instead of
15173 inferior-lisp-args-to-list.
15174
15175 * hexl.el (hexl-insert-hex-string): New command.
15176
15177 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15178 instead of concat.
15179
151802000-04-18 Gerd Moellmann <gerd@gnu.org>
15181
15182 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15183 at the start of an existing but empty folder.
15184
151852000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15186
15187 * ps-mule.el: Customization fix, doc fix.
15188 (ps-multibyte-buffer): Customization fix.
15189
151902000-04-17 Richard M. Stallman <rms@gnu.org>
15191
15192 * subr.el (read-passwd): Use read-char-exclusive.
15193
151942000-04-17 Gerd Moellmann <gerd@gnu.org>
15195
15196 * textmodes/texinfo.el (texinfo-insert-@email)
15197 (texinfo-insert-@emph, texinfo-insert-@quotation)
15198 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15199 (texinfo-mode-map): Add key bindings for them.
15200
15201 * files.el (basic-save-buffer-2): Use a template with `$'
15202 instead of `#' for VMS.
15203
15204 * simple.el (clone-indirect-buffer): New function.
15205
152062000-04-16 Stephen Eglen <stephen@gnu.org>
15207
15208 * iswitchb.el (iswitchb-case): New function. If the user input
15209 contains any upper-case characters, the search is made
15210 case-sensitive.
15211
152122000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15213
15214 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15215 comment-end.
15216 (texinfo-font-lock-syntactic-keywords): New var.
15217 (texinfo-font-lock-keywords): Remove comment regexp.
15218 (texinfo-insert-block): New function.
15219 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15220 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15221 and font-lock-defaults. Use regexp-opt for outline-regexp.
15222 (texinfo-environments): New var.
15223 (texinfo-environment-regexp): Use regexp-opt and
15224 texinfo-environments.
15225
15226 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15227 ispell-process is bound since this might be eval'd before ispell
15228 is loaded.
15229 (ispell-message): Use a tiny bit less magic and a bit more hard
15230 data to figure out what kind of sc-cite-regexp to use.
15231
15232 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15233
15234 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15235 (insert-cyclic-diary-entry): Unquote the lambda.
15236
15237 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15238
15239 * files.el (backup-enable-predicate): Unquote the lambda.
15240
15241 * cus-edit.el (custom-face, face): Unquote the lambda.
15242
152432000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15244
15245 * ps-print.el: Check for line-beginning-position definition.
15246
15247 * ps-print.el: Fix counting lines in a region.
15248 (ps-print-version): New version number (5.1.5).
15249 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15250 (ps-printing-region): Fun code fix.
15251
152522000-04-15 Gerd Moellmann <gerd@gnu.org>
15253
15254 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15255 to file-directory-p.
15256
152572000-04-14 Gerd Moellmann <gerd@gnu.org>
15258
15259 * gud.el (gud-jdb-build-source-files-list): Check that directory
15260 exists before calling directory-files.
15261
152622000-04-13 Dave Love <fx@gnu.org>
15263
15264 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15265 syntax.
15266
15267 * emacs-lisp/cl-specs.el: Remove when, unless.
15268
15269 * emacs-lisp/cl-extra.el: Don't quote keywords.
15270 (cl-old-mapc): New variable.
15271 (mapc): Use it.
15272 (cl-map-intervals): Use with-current-buffer. Don't check for
15273 next-property-change.
15274 (cl-map-overlays): Use with-current-buffer.
15275 (cl-expt): Remove.
15276 (copy-tree, remprop): Define unconditionally.
15277
15278 * emacs-lisp/cl-compat.el (keywordp): Remove.
15279
15280 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15281 to use keywordp.
15282 (edebug-spec): Enable keywordp.
15283
15284 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15285 string-lessp.
15286
15287 * cus-start.el: Use keywordp.
15288
152892000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15290
15291 * diary-lib.el (include-other-diary-files): Fix the fix of
15292 2000-02-18 by doing a save-excursion.
15293
152942000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15295
15296 * ps-print.el: Customization fix, doc fix.
15297 (ps-print-version): New version number (5.1.4).
15298 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15299 (ps-print-preprint): Adjust code.
15300 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15301 (ps-print-prologue-header, ps-print-control-characters)
15302 (ps-spool-config): Customization fix.
15303
153042000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15305
15306 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15307 converted to the new menu-item format, names silightly changed,
15308 help strings added.
15309
15310 Support for spelling without async subprocesses:
15311
15312 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15313 (ispell-session-buffer): New variables.
15314 (ispell-start-process, ispell-process-status,
15315 ispell-accept-output, ispell-send-string): New functions, for
15316 Ispell invocation when async subprocesses aren't supported.
15317 (ispell-word, ispell-pdict-save, ispell-command-loop,
15318 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15319 to process-send-string with calls to ispell-send-string, and
15320 accept-process-output with ispell-accept-output.
15321 (ispell-init-process): Call ispell-process-status instead of
15322 process-status with.
15323 (ispell-init-process): Call ispell-start-process. Call
15324 ispell-accept-output and ispell-send-string. Don't call
15325 process-kill-without-query and kill-process if they are unbound.
15326 (ispell-async-processp): New function.
15327
153282000-04-12 Dave Love <fx@gnu.org>
15329
15330 * info.el: Add debug-ignored-errors.
15331 (Info-mode-menu): Add some items.
15332 (Info-directory): Add autoload cookie.
15333
15334 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15335 Modify `truncate-lines'. Make `describe-language-environment'
15336 always visible and add help. Modify `describe-key' help. Invoke
15337 Info-directory from `info'. New entry `emacs-manual'.
15338
153392000-04-10 Gerd Moellmann <gerd@gnu.org>
15340
15341 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
15342 propertized-buffer-identification.
15343 (ebrowse-update-member-buffer-mode-line): Likewise.
15344 (ebrowse--mode-strings): Removed.
15345 (ebrowse--mode-line-props): Removed.
15346
15347 * files.el (auto-mode-alist): Add `EBROWSE'.
15348
15349 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15350 space before testing for end of buffer.
15351 (ebrowse-load): Removed.
15352 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15353 (ebrowse-create-tree-buffer): Rewritten.
15354 (ebrowse-tree-mode): Read tree from buffer.
15355
15356 * progmodes/ebrowse-ffh.el: Removed.
15357
153582000-04-10 Kenichi Handa <handa@etl.go.jp>
15359
15360 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15361
153622000-04-10 Gerd Moellmann <gerd@gnu.org>
15363
15364 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15365 at the wrong place.
15366
153672000-04-09 Dave Love <fx@gnu.org>
15368
15369 * files.el (backup-enable-predicate): Use
15370 temporary-file-directory, small-temporary-file-directory.
15371 (make-backup-file-name-function, backup-directory-alist): New
15372 variables.
15373 (make-backup-file-name-1): New function.
15374 (make-backup-file-name): Use it.
15375 (find-backup-file-name): Likewise. Use format for clarity, not
15376 concat.
15377 (file-newest-backup): Use make-backup-file-name.
15378
153792000-04-09 Gerd Moellmann <gerd@gnu.org>
15380
15381 * progmodes/ebrowse-ffh.el: New file.
15382
86f6474c
SM
15383 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
15384 Moved to ebrowse-ffh.el.
a30eb617
DL
15385 (ebrowse-load): Add autoload.
15386
15387 * finder.el (finder-commentary): Add autoload cookie.
15388
15389 * mail/rfc2368.el: Correct author's email address.
15390
15391 * progmodes/ebrowse.el: New file.
15392
15393 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15394 item help string.
15395 (easy-menu-do-add-item): Ditto.
15396 (easy-menu-define): Extend doc string.
15397
86f6474c 15398 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
15399 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15400 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15401 with-buffer-unmodified.
15402
154032000-04-08 Dave Love <fx@gnu.org>
15404
15405 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15406 unless, when.
15407
154082000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15409
15410 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15411 (viper-flash-search-pattern): No operation when using Emacs
15412 doesn't support face.
15413 Use `viper-put-on-search-overlay'.
15414
154152000-04-04 Gerd Moellmann <gerd@gnu.org>
15416
15417 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15418 like C-r.
15419
15420 * progmodes/make-mode.el: Some doc fixes.
15421 (makefile-mode-abbrev-table): New variable.
15422 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15423 (makefile-font-lock-keywords): Fontify includes and conditionals.
15424 (toplevel): Require `dabbrev' and `add-log' when compiling.
15425
15426 * replace.el (perform-replace): Don't move forward one char
15427 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15428 to do that because it leaves point 1 position after the last
15429 replacement, after everything has been replaced.
15430
15431 * jit-lock.el (with-buffer-unmodified): New macro.
15432 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15433 modified state.
15434 (jit-lock-function-1): Extracted from jit-lock-function; not
15435 preserving buffer's modified state.
86f6474c
SM
15436 (jit-lock-function, jit-lock-stealth-fontify):
15437 Call jit-lock-function-1.
a30eb617
DL
15438
15439 * mail/rfc2368.el: Remove supernumerary copyright line.
15440
154412000-04-04 Milan Zamazal <pdm@freesoft.cz>
15442
15443 * glasses.el: Provide facilities for inserting space before left
15444 parentheses and uncapitalization of identifiers.
15445 (glasses-mode): Try to remove old overlays in all cases.
15446
154472000-04-03 Gerd Moellmann <gerd@gnu.org>
15448
15449 * progmodes/compile.el (compile-internal): Display the compilation
15450 buffer in a different frame, if it's already displayed there.
15451
15452 * mail/rfc2368.el: New file.
15453
15454 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15455 header and insert its value as mail body.
15456
15457 * subr.el (member-ignore-case): New function.
15458
15459 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15460 (dabbrev--find-expansion): Ignore buffers matching a regexp
15461 from dabbrev-ignored-regexps.
15462
15463 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15464 to extensions handled by gzip.
15465
154662000-04-03 Richard M. Stallman <rms@gnu.org>
15467
15468 * files.el (insert-directory): List the total free space
15469 along with the used space.
15470
15471 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15472 line is followed by one that matches CITATION-REGEXP, end the
15473 paragraph.
15474
154752000-04-03 Markus Rost <rost@delysid.gnu.org>
15476
15477 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15478 (rmail-make-basic-summary-line): Use that option.
15479
154802000-04-03 Kenichi Handa <handa@etl.go.jp>
15481
15482 * international/mule-cmds.el (encoded-string-description):
15483 Rewritten. Try pretty description for ISO 2022 escape sequences
15484 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15485 for hexadecimal format.
15486
154872000-04-01 Dave Love <fx@gnu.org>
15488
15489 * cpp.el: Change customization group to `c' from `C'.
15490
15491 * vcursor.el (vcursor-move): Use display-color-p.
15492
15493 * international/mule-util.el: Provide mule-utils.
15494 (string-to-sequence): Simplify and speed up.
15495
15496 * international/mule.el (make-coding-system): Purecopy doc-string.
15497
15498 * international/mule-cmds.el: Various menu changes.
15499 (describe-specified-language-support): Handle `Default'.
15500 (set-language-info): Purecopy `info'.
15501
155022000-03-31 Andrew Innes <andrewi@gnu.org>
15503
15504 * vc.el (vc-backend-diff): Return the correct status if we had to
15505 retry the rcsdiff command without the --brief option.
15506
155072000-03-31 Dave Love <fx@gnu.org>
15508
15509 * help.el (help-manyarg-func-alist): Correct several omissions.
15510
15511 * add-log.el: Don't require cl, fortran.
15512 (add-log-current-defun-function): Doc fix.
86f6474c 15513 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 15514 (change-log-version-rcs): Function deleted.
86f6474c
SM
15515 (change-log-version-number-search): Doc fix.
15516 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
15517 (add-change-log-entry): Just call add-log-current-defun to get
15518 defun. Simplify somewhat.
15519 (change-log-get-method-definition-1): Likewise.
15520 (add-log-current-defun): Return nil if calling
15521 add-log-current-defun-function does so. Move Fortran stuff to
15522 fortran.el. Return string without properties.
15523
15524 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15525 and :alpha: char classes.
15526
15527 * mail/supercite.el: Defvar curline when compiling.
15528 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15529 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15530 rather than a-zA-Z0-9 to allow non-ASCII characters.
15531
155322000-03-31 Gerd Moellmann <gerd@gnu.org>
15533
15534 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15535
15536 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15537 Re-enable new code.
15538
15539 * lpr.el (print-region-1): Use -d to specify printer name for
15540 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15541
155422000-03-31 Dave Love <fx@gnu.org>
15543
86f6474c
SM
15544 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
15545 Look for function definition in symbol's function value slot first
a30eb617
DL
15546 instead of first consulting byte-compile-function-environment.
15547
155482000-03-31 Kenichi Handa <handa@etl.go.jp>
15549
15550 * language/european.el ("Polish"): New language environment.
15551 (setup-polish-environment): New function.
15552
155532000-03-30 Gerd Moellmann <gerd@gnu.org>
15554
15555 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15556 Disable new code.
15557
15558 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15559 trying to `load' the symbol of an autoload instead of the file
15560 recorded in the autoload. Fix error messages.
15561
155622000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15563
15564 * ps-print.el: PostScript programming fix for ghostview, doc fix.
15565 (ps-print-version): New version number (5.1.3).
15566 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15567 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15568 (ps-generate-postscript-with-faces): Code fix.
15569 (ps-color-values): XEmacs compatibility.
15570 (ps-print-background-image, ps-print-background-text, ps-printer-name)
15571 (ps-default-fg, ps-default-bg): Adjust customization.
15572 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15573 (ps-color-scale): Renaming old ps-color-value fun.
15574 (ps-print-headers): Replace ps-print-header group to avoid conflict
15575 with ps-print-header variable.
15576 (ps-print-miscellany): New group.
15577 (ps-format-color, ps-rgb-color): New funs.
15578 (ps-default-foreground): New var.
15579 (ps-printer-name-option): New const.
15580
155812000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15582
15583 * net/net-utils.el:
15584 (network-connection-host, network-connection-service): New variables
15585 (network-connection-mode): New mode, derived from comint-mode
15586 (network-connection-mode-setup): New function, saves host and
15587 service information in local variables.
15588
15589 * lisp/locate.el:
15590 (locate-word-at-point): Added this function
15591 (locate): Default to using locate-word-at-point as input
15592 Run dired-mode-hook
15593
155942000-03-29 Dave Love <fx@gnu.org>
15595
15596 * calendar/appt.el: Doc fixes.
15597 (appt-check): Convert min-to-app to a string before passing to
15598 appt-disp-window-function or concat.
15599 (appt-delete-window): Remove test for frame-root-window.
15600 (appt-select-lowest-window, appt-convert-time): Simplify.
15601
15602 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
15603 (byte-compile-file-form-autoload):
15604 Update byte-compile-function-environment.
a30eb617
DL
15605
156062000-03-29 Andreas Schwab <schwab@suse.de>
15607
86f6474c 15608 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
15609
15610 * dired.el (dired-insert-directory): If dired-free-space-program
15611 failed just delete its output.
15612
156132000-03-29 Dave Love <fx@gnu.org>
15614
15615 * international/iso-cvt.el: Move provide to end. Doc fixes.
15616 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15617 (iso-iso2sgml, iso-sgml2iso): New functions.
15618 (iso-cvt-define-menu): Fix some entries and use backquote for
15619 clarity.
15620
15621 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15622
156232000-03-28 Gerd Moellmann <gerd@gnu.org>
15624
15625 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15626 ISO-DATE. If non-nil, return date in ISO 8601 format.
15627
156282000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15629
15630 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15631 if it ever becomes used.
15632 (log-edit-mode-hook): Default to vc-log-mode-hook.
15633 (log-edit-mode): Fix the docstring.
15634
15635 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15636 the code.
15637
156382000-03-26 Dave Love <fx@gnu.org>
15639
15640 * net/browse-url.el (browse-url): Re-fix case of
15641 browse-url-browser-function being an alist.
15642 (browse-url): Add :link to defgroup.
15643
15644 * files.el: Doc fixes.
15645 (file-truename): Include `[' in wildcard characters.
15646 (automount-dir-prefix): Customize.
15647 (find-file-wildcards): Add :version.
15648 (find-file-noselect): Simplify a mapcar call.
15649
15650 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15651 compatible with inf-lisp version.
15652 (eval-defun-1): Fix custom-declare-variable case.
15653
156542000-03-25 Stefan Monnier <monnier@cs.yale.edu>
15655
15656 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15657
156582000-03-24 Gerd Moellmann <gerd@gnu.org>
15659
15660 * Makefile (COMPILE_FIRST): New macro.
15661 (compile-files): Compile files from COMPILE_FIRST first.
15662
86f6474c 15663 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
15664
15665 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15666 matching open parenthesis in column 0 to defun-prompt-regexp
15667 only if open-paren-in-column-0-is-defun-start is set.
15668
15669 * sun-curs.el: Require CL at compile-time only.
15670
15671 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15672 instead of copy-list which is a function from CL.
15673 (msb--choose-menu, msb--mode-menu-cond)
15674 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15675 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
15676 (msb--aggregate-alist): Use mapcar instead of mapcan.
15677 Fix `(' in column 0 in doc string.
a30eb617
DL
15678 (msb--add-separators): Use mapcar instead of mapcan.
15679
15680 * cus-dep.el: Require CL at compile-time only.
15681
156822000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15683
15684 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15685 (byte-compile-warnings): New warning `noruntime'.
15686 (byte-compile-constants, byte-compile-variables): Fix docstring.
15687 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15688 execute `eval-whenc-compile's body.
15689 (byte-compile-unresolved-functions): Fix docstring.
15690 (byte-compile-eval): New function.
15691 (byte-compile-callargs-warn): Check if the function will be available
15692 at runtime (via property `byte-compile-noruntime').
15693 (byte-compile-print-syms): New function.
15694 (byte-compile-warn-about-unresolved-functions): Also warn about
15695 `noruntime' functions (and use `byte-compile-print-syms').
15696 (byte-compile-file): Capitalize the message.
15697
156982000-03-24 Gerd Moellmann <gerd@gnu.org>
15699
15700 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15701 (rmail-expunge): Ask for confirmation depending on the setting
15702 of rmail-confirm-expunge.
15703
157042000-03-23 Gerd Moellmann <gerd@gnu.org>
15705
15706 * Makefile (bootstrap-clean): If $(emacs) exists, build
15707 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 15708 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
15709
157102000-03-23 Dave Love <fx@gnu.org>
15711
15712 * net/browse-url.el: Restore previous use of
15713 browse-url-maybe-new-window.
15714
157152000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15716
15717 * ps-print.el: Skip banner page fix.
15718 (ps-print-version): New version number (5.1.2).
15719 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15720
157212000-03-23 Dave Pearson <davep@davep.org>
15722
15723 * net/quickurl.el Changed the type of parameter passed to the
15724 function defined by `quickurl-format-function'. Before only the
15725 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
15726 and the function is responsible for extracting the parts it requires.
15727 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
15728 (quickurl-insert): Changed the `funcall' of
15729 `quickurl-format-function' to match the above change.
15730 (quickurl-list-insert): Changed the `url' case so that it makes
15731 use of `quickurl-format-function', previous to this the format was
15732 hard wired.
15733
157342000-03-22 Gerd Moellmann <gerd@gnu.org>
15735
15736 * startup.el: Change some spellings for the X Window System.
15737
157382000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15739
86f6474c
SM
15740 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
15741 Clean up the code and the regexp and make sure the cursor is
15742 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
15743
157442000-03-22 Jason Rumney <jasonr@gnu.org>
15745
15746 * w32-fns.el (w32-charset-info-alist): Initialize.
15747
157482000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15749
15750 * ps-print.el: N-up last page fix.
15751 (ps-print-version): New version number (5.1.1).
15752 (ps-end-file, ps-end-job, ps-generate): Code fix.
15753
157542000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15755
15756 * files.el (find-file-run-dired): Update docstring.
15757 (find-directory-functions): New hook.
15758 (find-file-noselect): Run find-directory-functions rather than
15759 calling dired directly.
15760
15761 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15762
15763 * pcvs.el: Add a minimal leading commentary.
15764 (cvs-make-cvs-buffer): Change the header part by removing the startup
15765 message and adding a `Module' entry. Also replace the FOOTER and
15766 HEADER special fileinfos with the new support in ewoc for updating
15767 its own footer and header.
15768 (cvs-update-header): Update to use the header/footer of the ewoc.
15769 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15770 (cvs-is-within-p): New function.
15771 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15772 to only examine some subset of the buffers.
15773
15774 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15775 `format' instead of our own ad-hoc functions.
15776 Remove HEADER and FOOTER cases, now handled in the EWOC.
15777 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15778
15779 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15780 output to avoid scaring the user.
15781 (cvs-parse-table): Catch message for non-up-to-date commits.
15782
15783 * pcvs-defs.el (cvs-startup-message): Remove.
15784 (cvs-global-menu): New autoloaded menu.
15785
15786 * pcvs-util.el (cvs-string-fill): Remove.
15787
15788 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15789 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15790 PP part of it and also make it work for footers and headers.
15791 (ewoc-create): Drop POS and BUFFER arguments.
15792 Use the DLL's dummy node to store the end-of-footer position.
15793 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15794 (ewoc-refresh): Remove unused `header' variable.
15795 (ewoc-(get|set)-hf): New functions.
15796
15797 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15798 log-view-*-(message|file) and use easy-mmode-define-navigation.
15799 (log-view-message-re): Match SCCS format as well.
15800 And match the revision line rather than the dashed separator line.
15801 (log-view-mode): Use the new define-derived-mode.
15802 (log-view-current-tag): Fill in with an actual implementation.
15803
15804 * cvs-status.el (cvs-status-(prev|next)): Rename from
15805 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15806 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15807 to let the output "breathe" a little more (more readable).
15808 (cvs-status-mode): Use the new define-derived-mode.
15809
15810 * smerge-mode.el (smerge-auto-leave): New function and variable.
15811 (smerge-basic-map): Rename from smerge-basic-keymap.
15812 Change the bindings for smerge-diff-*.
15813 (smerge-*-map): Use easy-mmode-defmap.
15814 (smerge-(next|prev)): Use easy-mmode-define-navigation.
15815 (smerge-keep-*): Use smerge-auto-leave.
15816
158172000-03-21 Jason Rumney <jasonr@gnu.org>
15818
15819 * cus-edit.el (custom-button-face): Use 3D look for w32.
15820 (custom-button-pressed-face): Likewise.
15821
158222000-03-21 Gerd Moellmann <gerd@gnu.org>
15823
15824 * progmodes/etags.el (tags-case-fold-search): New user-option.
15825 (tags-loop-eval): New function. Bind case-fold-search around eval
15826 depending on the value of tags-case-fold-search.
15827 (tags-loop-continue): Use tags-loop-eval.
15828 (find-tag-in-order): Bind case-fold-search depending on the value
15829 of tags-case-fold-search.
15830
158312000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15832
86f6474c 15833 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
15834 (diff-end-of-hunk): Return the end position for use in
15835 `easy-mmode-define-navigation'.
15836 (diff-recenter): Remove.
15837 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15838 of `easy-mmode-define-navigation'.
15839 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15840 previous renaming) and fix to use new names.
15841 (diff-merge-strings): Use \n as separator: simpler, faster.
15842 (diff-mode): Use `define-derived-mode'.
15843
15844 * derived.el (define-derived-mode): Don't autoload anymore.
15845 Prefer the macro-only version provided by easy-mmode.el.
15846
15847 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 15848 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
15849 (easy-mmode-define-navigation): New macro.
15850
15851 * subr.el (combine-run-hooks): New function.
15852
158532000-03-21 Kenichi HANDA <handa@etl.go.jp>
15854
15855 * term/x-win.el: Fontsets related initialization is simplified.
15856
15857 * international/mule-diag.el (describe-font): Don't refer to
15858 global-fontset-alist, instead call font-list.
15859 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 15860 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 15861
86f6474c
SM
15862 * international/fontset.el (x-charset-registries): Variable removed,
15863 instead the corresponding data is stored in the default fontset.
a30eb617
DL
15864 (register-alternate-fontnames): Function removed.
15865 (resolved-ascii-font): Variable removed.
15866 (x-compose-font-name): Ignore the second argument REDOCE.
15867 (x-complement-fontset-spec): Complement only an ASCII font and
15868 element for those charsets than can use that ASCII font.
15869 (generate-fontset-menu): Don't refer to global-fontset-alist,
15870 instead call fontset-list.
15871 (uninstantiated-fontset-alist): Variable removed.
15872 (x-style-funcs-alist): Likewise.
15873 (fontset-default-styles): Likewise.
15874 (x-modify-font-name): Function removed.
86f6474c 15875 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
15876 (create-fontset-from-ascii-font): Docsting adjusted for the above
15877 change.
15878 (instantiate-fontset, resolve-fontset-name): Functions removed.
15879 (fontset-list): Now implemented by C code.
15880
15881 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15882 (describe-face): Include `font' attribute in the description.
15883
158842000-03-21 Kenichi Handa <handa@etl.go.jp>
15885
15886 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15887
158882000-03-20 Gerd Moellmann <gerd@gnu.org>
15889
15890 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15891 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15892 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15893
15894 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15895 about behavior of set-buffer-modified-p wrt redisplay.
15896
158972000-03-19 Richard M. Stallman <rms@gnu.org>
15898
15899 * view.el (view-mode-disable): Kill local binding of view-read-only.
15900
159012000-03-18 Gerd Moellmann <gerd@gnu.org>
15902
86f6474c 15903 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
15904 is a string, convert it to a syntax cell using string-to-syntax.
15905
15906 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15907 (string-to-syntax): New function.
15908
15909 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15910 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15911 try to use passive ftp mode.
15912
159132000-03-17 Gerd Moellmann <gerd@gnu.org>
15914
15915 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15916
15917 * simple.el (append-to-buffer): Update point of windows after
15918 insertion.
15919
15920 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15921 forward then moving backward. Reindent.
15922
15923 * frame.el (other-frame): Call x-focus-frame only if
15924 focus-follows-mouse is off.
15925
159262000-03-17 Dave Love <fx@gnu.org>
15927
86f6474c 15928 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
15929
159302000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15931
15932 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15933 regexp for labels cannot span several lines.
15934
15935 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15936 `(setq :<key> ':<key>)' to the macro expansion.
15937
159382000-03-16 Dave Love <fx@gnu.org>
15939
15940 * progmodes/f90.el (f90): Put custom group under `languages', not
15941 `fortran'.
15942 (f90-mode-hook): Customize.
15943 (f90-mode): Set add-log-current-defun-function.
15944 (f90-current-defun): New function.
15945
159462000-03-16 Gerd Moellmann <gerd@gnu.org>
15947
15948 * cus-edit.el (custom-variable-tag-face): Handle case that
15949 default face's height is not a number.
15950 (custom-face-tag-face, custom-group-tag-face-1)
15951 (custom-group-tag-face): Ditto.
15952 (custom-group-tag-face-1): Add :group.
15953
15954 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15955
159562000-03-15 Gerd Moellmann <gerd@gnu.org>
15957
15958 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15959 requiring easymenu.
15960
159612000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15962
15963 * ps-print.el: PostScript user-defined prologue, PostScript error
15964 handler, doc fix.
15965 (ps-print-version): New version number (5.1).
15966 (ps-user-defined-prologue, ps-error-handler-message)
15967 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15968 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15969 (ps-insert-string): New function.
15970
159712000-03-15 Kenichi Handa <handa@etl.go.jp>
15972
15973 * international/ccl.el (ccl-compile-expression): Don't generate
15974 invalid self-assignment code.
15975
159762000-03-14 Dave Love <fx@gnu.org>
15977
15978 * subr.el (replace-regexp-in-string): Renamed from
15979 replace-regexps-in-string. Doc fix.
15980
159812000-03-12 Dave Love <fx@gnu.org>
15982
15983 * cus-edit.el: Doc fixes.
86f6474c 15984 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
15985 (custom-variable-tag-face, custom-face-tag-face)
15986 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15987 style which user identify as hyperlink.
15988 (hook): Don't add undefined functions to the hook.
15989 (debug-ignored-errors): Transfer message from bindings.el.
15990
159912000-03-12 Gerd Moellmann <gerd@gnu.org>
15992
86f6474c
SM
15993 * recentf.el (recentf-keep-non-readable-files-p):
15994 Remove double/nested definition.
a30eb617
DL
15995
159962000-03-12 Dave Love <fx@gnu.org>
15997
15998 * facemenu.el (facemenu-get-face): Use display-color-p.
15999 * enriched.el (enriched-decode-foreground): Likewise.
16000 (enriched-decode-background): Likewise.
16001 * isearch.el (isearch-highlight): Likewise.
16002 * info-look.el (info-lookup): Likewise.
16003 * simple.el (completion-setup-function): Likewise.
16004
16005 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16006 :options.
16007
16008 * bindings.el (mode-line-format): Fix line-number and
16009 column-number items. Add help-echo for the background.
16010 (mode-line-mule-info): Modify help-echo.
16011
16012 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16013
16014 * files.el (load-file): Allow completion to .elc.
16015
16016 * man.el: Doc fixes.
16017 (Man-init-defvars): Use display-color-p to set fontification.
16018
16019 * play/hanoi.el (hanoi-internal): Don't use oddp.
16020
160212000-03-12 Gerd Moellmann <gerd@gnu.org>
16022
16023 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16024
16025 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16026
160272000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16028
16029 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16030 Fix comment.
16031
160322000-03-10 Stefan Monnier <monnier@cs.yale.edu>
16033
16034 * font-lock.el (font-lock-keywords): Fix the doc now that
16035 regexp-opt-depth is unnecessary.
16036 (save-buffer-state): Set an edebug spec.
16037 (font-lock-fontify-anchored-keywords): Properly handle the case when
16038 the matcher goes past the limit.
16039
16040 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16041 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16042
16043 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
16044 dll.el and cookie.el (from Elib) with heavy renaming and other
16045 massaging.
16046
16047 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16048 Autoload the functions used.
16049 (easy-mmode-define-syntax): Fix CL typo.
16050 (easy-mmode-define-derived-mode): Improve the docstring generation.
16051
160522000-03-10 Gerd Moellmann <gerd@gnu.org>
16053
16054 * textmodes/texinfo.el (texinfo-version): Variable and function
16055 removed.
16056
160572000-03-09 Stefan Monnier <monnier@cs.yale.edu>
16058
16059 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16060 allow more flexibility.
ff39b9a1 16061 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
16062 (easy-mmode-defmap, easy-mmode-defsyntax)
16063 (easy-mmode-define-derived-mode): New macros.
16064
160652000-03-09 Didier Verna <didier@xemacs.org>
16066
16067 * rect.el (replace-rectangle): New function.
16068
160692000-03-09 Dave Love <fx@gnu.org>
16070
ff39b9a1 16071 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
16072 (fortran-comment-line-start-skip): Don't match cpp stuff.
16073 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
16074 (fortran-mode-map): Remove over-eager custom-menu-create for now.
16075 (fortran-mode): Don't set fortran-comment-line-start-skip,
16076 fortran-comment-line-start here. Set comment-start,
16077 add-log-current-defun.
16078 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16079 (fortran-current-defun): New function.
16080
160812000-03-09 Gerd Moellmann <gerd@gnu.org>
16082
16083 * emacs-lisp/re-builder.el: New file.
16084
16085 * mouse.el (mouse-drag-region): Don't run up-event handler
16086 if hscroll has changed.
16087
16088 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16089 builtin operators, use `font-lock-builtin-face' for Emacs and
16090 `font-lock-preprocessor-face' otherwise.
16091
16092 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16093 `(defun (setf foo)' differently.
16094
160952000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16096
16097 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16098 (regexp-opt): Update comment and adapt the code the new meaning of
16099 the `paren' argument of regex-opt-group for shy-groups.
16100 (regexp-opt-depth): Handle shy groups as well as backslashed
16101 backslashes.
16102 (regexp-opt-group): Turn the leading comment into a docstring.
16103 Allow `paren' to be a string (the string to use to open a group).
16104 Remove open-presuf and close-presuf. Instead of checking for `all
16105 one-char' and then later on check for `several one-char', handle
16106 both cases close together. Also apply a more generic algorithm
16107 for suffixes (the mirror image of the algorithm used for
16108 prefixes). Use shy-groups. Use nreverse rather than reverse.
16109 (regexp-opt-try-suffix): Removed.
16110
16111 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16112 from comint-mode-map, so we can just inherit from it. Also, move
16113 the initialization into the `defvar' since there's no docstring
16114 anyway and it's fairly short.
16115 (inferior-scheme-mode): Define it as derived-mode: the code is
16116 shorter and this way we inherit from comint-mode-map rather than
16117 copying it.
16118
16119 * subr.el (replace-regexps-in-string): Properly handle the case
16120 where we match an empty string.
16121
16122 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16123 when the command has a directory component (such as "./testml").
16124 Also fix a typo in the comment.
16125
161262000-03-08 Gerd Moellmann <gerd@gnu.org>
16127
16128 * Makefile (compile-files): Compile files one by one because
16129 that's the only way to ensure a clean compilation environment for
16130 each individual file.
16131
16132 * frame.el (other-frame): Call x-focus-frame.
16133
161342000-03-07 Dave Love <fx@gnu.org>
16135
16136 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16137 :require to defcustom.
16138
ff39b9a1 16139 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
16140
16141 * files.el (auto-mode-alist): Add configure.in.
16142
16143 * progmodes/autoconf.el: New file.
16144
161452000-03-07 Gerd Moellmann <gerd@gnu.org>
16146
16147 * mail/mh-e.el: Change maintainer to `none'.
16148
16149 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16150 to remove-hook and add-hook.
16151
161522000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16153
16154 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16155 it as the default.
16156 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16157 (sendmail-send-it): Conditionally add MIME headers specifying the
16158 used character set.
16159
161602000-03-07 Dave Love <fx@gnu.org>
16161
ff39b9a1
SM
16162 * winner.el: Fix keywords, autoload cookies.
16163 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
16164
161652000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16166
16167 * international/mule.el: Modify comment about coding system
16168 property `coding-category'.
16169 (make-coding-system): New argument EOL-TYPE. Pay attention to
16170 coding-category property of PROPERTIES.
16171
ff39b9a1
SM
16172 * international/mule-conf.el (coding-category-utf-8)
16173 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
16174 categories. Include them in the argument for set-coding-priority.
16175
ff39b9a1
SM
16176 * international/mule-cmds.el (reset-language-environment):
16177 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
16178 coding-category-utf-16-le in the argument for set-coding-priority.
16179 (reset-language-environment): Initialize coding-category-utf-8,
16180 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16181
161822000-03-06 Karl Fogel <kfogel@red-bean.com>
16183
16184 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16185 code abstracted out of `bookmark-jump-noselect'. Now tries info
16186 extensions as well as compression extensions.
16187 (bookmark-jump-noselect): Use above new func.
16188
161892000-03-03 Gerd Moellmann <gerd@gnu.org>
16190
16191 * strokes.el: Change maintainer's mail address.
16192
161932000-03-03 Kenichi Handa <handa@etl.go.jp>
16194
16195 * international/mule-diag.el (list-character-sets): Make help-echo
16196 string by substitute-command-keys.
16197 (list-character-sets): Likewise.
16198 (sort-listed-character-sets): Call help-setup-xref.
16199
162002000-03-02 Gerd Moellmann <gerd@gnu.org>
16201
ff39b9a1 16202 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
16203
162042000-03-01 Dave Love <fx@gnu.org>
16205
16206 * help.el (help-xref-go-back): Don't try to set position.
16207
ff39b9a1
SM
16208 * international/mule-diag.el (list-character-sets):
16209 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
16210 (list-character-sets-1): Add help-echo to xrefs.
16211
162122000-03-02 Gerd Moellmann <gerd@gnu.org>
16213
16214 * frame.el (blink-cursor-mode): Switch cursor on when turning
16215 the mode off.
16216
16217 * add-log.el (add-log-current-defun): Add support for
16218 Autoconf mode.
16219
16220 * mail/rmail.el (rmail-quit-hook): New variable.
16221
162222000-03-01 Dave Love <fx@gnu.org>
16223
16224 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16225
16226 * help.el (help-xref-button): Add help-echo arg.
16227 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16228
ff39b9a1 16229 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 16230
ff39b9a1 16231 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
16232
162332000-03-01 Gerd Moellmann <gerd@gnu.org>
16234
16235 * image.el (defimage): Look for image files in load-path.
16236
ff39b9a1 16237 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
16238
162392000-03-01 David Ponce <david.ponce@wanadoo.fr>
16240
ff39b9a1 16241 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
16242
162432000-03-01 David Ponce <david.ponce@wanadoo.fr>
16244
ff39b9a1 16245 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
16246 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16247 action to select/unselect a file.
16248 (recentf-edit-list): Code cleanup and improvement.
16249 (recentf-open-more-files-action): `recentf-open-more-files' button
16250 widget action to open a file.
ff39b9a1 16251 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
16252 (recentf-more-collection): Deleted.
16253 (recentf-more-history): Deleted.
16254 (recentf-setup-more-completion): Deleted.
16255
162562000-03-01 David Ponce <david.ponce@wanadoo.fr>
16257
16258 * recentf.el (recentf-mode): No more needs that Emacs is running
16259 under a window-system.
16260
ff39b9a1 162612000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16262
16263 * recentf.el (recentf-edit-list): New command to edit the recent
16264 list which allow the user to remove files.
16265 (recentf-edit-selected-items): New global variable, used by
16266 `recentf-edit-list' to hold the list of files to be removed from
16267 the recent list.
16268 (recentf-make-menu-items): Updated to display a "Edit list..."
16269 menu item. Minor code cleanup.
16270
ff39b9a1 162712000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16272
16273 * recentf.el (recentf-open-more-files): New command to open files
16274 that are not displayed in the menu.
16275 (recentf-more-collection): New global variable holding the set of
16276 permissible completions used by `recentf-open-more-files'.
16277 (recentf-more-history): New global variable holding the history list
16278 used by `recentf-open-more-files' completion.
16279 (recentf-setup-more-completion): New function to setup completion for
16280 `recentf-open-more-files'.
16281 (recentf-make-menu-items): Updated to display a "More..." menu item.
16282
ff39b9a1 162832000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16284
16285 * recentf.el (recentf-menu-action): Doc fixed.
16286
ff39b9a1 162872000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16288
16289 * recentf.el (recentf-menu-filter): Doc updated.
16290 (recentf-update-menu-hook): Allow menu filters to force menu update.
16291 (recentf-make-menu-items): New menu filter handling.
16292 (recentf-make-menu-item): New helper function.
16293 (recentf-menu-elements): New menu handling function.
16294 (recentf-sort-ascending): Updated to new menu filter handling.
16295 (recentf-sort-descending): Updated to new menu filter handling.
16296 (recentf-sort-basenames-ascending): New menu filter function.
16297 (recentf-sort-basenames-descending): New menu filter function.
16298 (recentf-show-basenames): New menu filter function.
16299 (recentf-show-basenames-ascending): New menu filter function.
16300 (recentf-show-basenames-descending): New menu filter function.
16301
163022000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16303
16304 * diary-lib.el (list-diary-entries): Don't try to go forward at
16305 the end of the buffer.
16306
163072000-02-29 Kenichi Handa <handa@etl.go.jp>
16308
ff39b9a1
SM
16309 * international/mule-diag.el (list-character-sets):
16310 Completely rewritten.
a30eb617
DL
16311 (sort-listed-character-sets): New function.
16312 (list-character-sets-1): Completely rewritten.
16313 (list-character-sets-2): New function.
16314 (non-iso-charset-alist): New variable.
16315 (decode-codepage-char): New function.
16316 (charset-history): New variable.
16317 (read-charset) (list-block-of-chars)
16318 (list-iso-charset-chars)
16319 (list-non-iso-charset-chars)
16320 (list-charset-chars): New functions.
86f6474c 16321 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
16322 (dump-charsets): Likewise.
16323
163242000-02-29 Gerd Moellmann <gerd@gnu.org>
16325
16326 * dired-x.el (dired-filename-at-point): Add `@' to valid
16327 file name characters.
16328 (dired-filename-at-point): Handle ange-ftp file names.
16329
16330 * frame.el (frame-notice-user-settings): Use assq-delete-all
16331 instead of assoc-delete-all.
16332 (frame-notice-user-settings): Ditto.
16333
16334 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16335 Don't copy alist.
16336
163372000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16338
16339 * calculator.el (calculator-use-menu): New option.
86f6474c 16340 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
16341 (calculator-forced-input): Removed.
16342 (calculator-restart-other-mode): New variable.
16343 (calculator-mode-map): Set up menu.
16344
163452000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16346
86f6474c 16347 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
16348
163492000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16350
86f6474c 16351 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 16352 translate all ESC key sequences.
86f6474c 16353 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 16354 they were saved.
86f6474c
SM
16355 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
16356 * viper-util.el (viper-set-replace-overlay-glyphs)
16357 (viper-set-replace-overlay): Always check if the replacement
a30eb617 16358 overlay is live.
86f6474c
SM
16359 * viper.el (viper-vi-state-mode-list): Add major modes.
16360 * ediff-wind.el: Minor comment changes.
16361 * ediff.el: Copyright notice date fix.
a30eb617
DL
16362
163632000-02-27 Jason Rumney <jasonr@gnu.org>
16364
16365 * faces.el (face-font-family-alternatives): Add arial to helv.
16366 (mode-line, header-line, tool-bar): Same default as x for w32.
16367 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16368 face-font-family-alternatives from working.
16369 * term/w32-win.el (mouse-set-font): Do not build fontset from
16370 chosen font.
16371
163722000-02-25 Sam Steingold <sds@goems.com>
16373
16374 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16375 properly.
16376
163772000-02-25 Richard M. Stallman <rms@gnu.org>
16378
16379 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16380
163812000-02-25 Gerd Moellmann <gerd@gnu.org>
16382
86f6474c 16383 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
16384
16385 * frame.el (busy-cursor-delay-seconds): New option.
16386
163872000-02-24 Gerd Moellmann <gerd@gnu.org>
16388
16389 * frame.el (show-cursor-in-non-selected-windows): New option.
16390
163912000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16392
16393 * diary-lib.el (include-other-diary-files): Undo the selective
16394 display in any included file and don't kill it.
16395
163962000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16397
86f6474c
SM
16398 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
16399 Menu items converted to (menu-item format, help strings added.
a30eb617 16400 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 16401 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
16402 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16403
164042000-02-23 Dave Love <fx@gnu.org>
16405
16406 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16407 (backward-kill-word): Revert addition of * to interactive spec --
16408 it's a feature.
16409
16410 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16411 (backward-kill-sentence, kill-sentence): Likewise.
16412
16413 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16414 scratch buffer name.
86f6474c 16415 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
16416
16417 * term/w32-win.el (internal-face-interactive): Update prompt for
16418 new read-face-name.
16419
16420 * mail/footnote.el (footnote): Add :version to defgroup.
16421 (footnote-section-tag-regexp): Customize.
16422 (footnote-start-tag, footnote-end-tag): New option.
16423 (footnote-latin-regexp): New variable.
16424 (Footnote-latin): New function.
16425 (footnote-style-alist): Add element for latin style.
16426 (footnote-style): Moved.
16427 (Footnote-goto-footnote): Use eq to test arg.
16428
16429 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16430
16431 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16432 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
16433 (byte-optimize-quote, byte-optimize-lapcode):
16434 Use byte-compile-const-symbol-p.
a30eb617
DL
16435 (byte-optimize-char-before): New optimization.
16436
16437 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16438 (byte-compile-const-symbol-p): New function.
16439 (byte-compile-constp, byte-compile-out-toplevel)
16440 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16441 Use it.
16442
16443 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16444
164452000-02-23 Kenichi Handa <handa@etl.go.jp>
16446
16447 * international/encoded-kb.el: Be sure to update minor-mode-alist
16448 and minor-mode-map-alist.
16449 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16450 codes SS2 and SS3 correctly.
16451 (encoded-kbd-self-insert-ccl): New function.
16452 (encoded-kbd-setup-keymap): New function.
16453 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16454 by calling encoded-kbd-setup-keymap.
16455
86f6474c
SM
16456 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
16457 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
16458
164592000-02-22 Dave Love <fx@gnu.org>
16460
16461 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 16462 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
16463 (lisp-mode-syntax-table): Set up for #|...|# comments.
16464 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16465 classes. Match `defface'.
16466 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16467 (eval-defun-1): Fix for defcustom.
16468 (lisp-indent-region): Doc fix.
16469
16470 * subr.el (when, unless, split-string): Doc fix.
86f6474c 16471 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
16472 (replace-regexps-in-string): New function.
16473
164742000-02-22 Gerd Moellmann <gerd@gnu.org>
16475
16476 * help.el (describe-variable): Set syntax table to
16477 emacs-lisp-mode-syntax-table when moving forward over the
16478 symbol's name.
16479
164802000-02-22 Dave Love <fx@gnu.org>
16481
16482 * xt-mouse.el: Doc fixes.
16483 (xterm-mouse-position-function): New function, replacing advice of
16484 mouse-position.
16485 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16486
16487 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16488
164892000-02-21 Gerd Moellmann <gerd@gnu.org>
16490
86f6474c
SM
16491 * format.el (format-annotate-single-property-change):
16492 Handle properties.with dotted-list values.
a30eb617
DL
16493 (format-proper-list-p): New function.
16494
16495 * enriched.el (enriched-face-ans): Handle '(foreground-color
16496 . COLOR) and (background-color . COLOR).
16497
164982000-02-20 Dave Love <fx@gnu.org>
16499
16500 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16501 and assignments to it.
16502 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16503 current local map.
16504 (make-flyspell-overlay): Use it.
16505 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16506
16507 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16508 (lm-get-header-re): Defun, not defsubst.
16509 (lm-get-package-name): Defun, not defsubst. Simplify.
16510 (lm-version): Doc fix. Simplify.
16511 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16512 (lm-crack-address, lm-last-modified-date, lm-commentary)
16513 (lm-verify, lm-synopsis): Simplify.
16514 (lm-report-bug): Require emacsbug. Use compose-mail.
16515
165162000-02-20 Gerd Moellmann <gerd@gnu.org>
16517
16518 * dired.el (dired-mode): Call propertized-buffer-identification
16519 to set mode-line-buffer-identification to something having
16520 the right text properties.
16521
16522 * bindings.el (propertized-buffer-identification): New function.
16523
165242000-02-20 Dave Love <fx@gnu.org>
16525
16526 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16527 check for t-mouse too.
16528
16529 * cus-start.el: Make echo-keystrokes `number'.
16530
165312000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16532
16533 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16534 Don't call ring-empty-p unless tags-location-ring is bound.
16535 From Noah Friedman <friedman@splode.com>.
16536
165372000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16538
16539 * progmodes/hideshow.el (hs-flag-region): No longer use
16540 `intangible' overlay property.
16541
16542 (hs-toggle-hiding): New command.
16543 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16544
16545 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16546 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16547 and deactivation.
16548
165492000-02-18 Gerd Moellmann <gerd@gnu.org>
16550
16551 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16552
165532000-02-17 Gerd Moellmann <gerd@gnu.org>
16554
16555 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16556
16557 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16558 of `*' to handle `(* ... *)' comments.
16559
165602000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16561
16562 * faces.el (list-faces-display): Use display-mouse-p instead of
16563 window-system.
16564
16565 * menu-bar.el (global-map): Menu-bar items converted to the new
16566 format (menu-item..., rearranged for better CUA compliance, and
16567 their names changed for better clarity. Help strings added.
16568
16569 * international/mule-cmds.el (mule-menu-keymap)
16570 (describe-language-environment-map, set-coding-system-map)
16571 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
16572 form, add help strings. Change names of menu items for better clarity.
16573 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
16574
165752000-02-17 Gerd Moellmann <gerd@gnu.org>
16576
16577 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16578 within the code.
16579
165802000-02-16 Dave Love <fx@gnu.org>
16581
16582 * faces.el: Don't require custom. Add more specific :groups to
16583 various deffaces.
16584 (set-face-attribute): Purecopy args.
16585 (read-face-name): Default to name at point and use it in prompt.
16586 Remove colon from arg in all callers.
16587 (list-faces-display): Hyperlink to face descriptions and customize
16588 buffers.
16589
165902000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16591
86f6474c 16592 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
16593
165942000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16595
16596 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16597 at ':' characters by call to split-string.
16598
165992000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16600
16601 * textmodes/bibtex.el: Added RCS version identification.
16602
166032000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16604
16605 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 16606 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
16607 (bibtex-field-const): Allow capital letters.
16608 (bibtex-start-of-string): Deleted because unused.
16609
16610 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16611 use the term 'reference' to describe a bibtex entry as a whole.
16612 Further, reference keys are no longer called 'labels'.
16613 (bibtex-keys): Renamed to bibtex-reference-keys.
16614 (bibtex-reformat-previous-labels): Renamed to
16615 bibtex-reformat-previous-reference-keys.
16616 (bibtex-reference-type): Renamed to bibtex-entry-type.
16617 (bibtex-reference-head): Renamed to bibtex-entry-head.
16618 (bibtex-reference-maybe-empty-head): Renamed to
16619 bibtex-entry-maybe-empty-head.
16620 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16621 (bibtex-search-reference): Renamed to bibtex-search-entry.
16622 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16623 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
16624 (bibtex-entry-field-alist, bibtex-entry-head)
16625 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
16626 (bibtex-map-entries, bibtex-search-entry)
16627 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
16628 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
16629 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
16630 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
16631 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
16632 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
16633 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
16634
166352000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16636
16637 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16638 comment.
16639 (bibtex-format-field-delimiters): New function, functionality
16640 extracted from bibtex-format-entry.
16641 (bibtex-autokey-get-yearfield-digits): New function, functionality
16642 extracted from bibtex-autokey-get-yearfield.
16643
16644 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16645 entries in order to avoid stack overflow in the regexp matcher if
16646 field contents become large.
86f6474c
SM
16647 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
16648 (bibtex-field-string-part-not-braced)
16649 (bibtex-field-string-part-no-inner-braces)
16650 (bibtex-field-string-part-1-inner-brace)
16651 (bibtex-field-string-part-2-inner-braces)
16652 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
16653 (bibtex-field-string-quoted, bibtex-field-string)
16654 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
16655 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
16656 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
16657 Deleted as parsing is now performed by the following functions.
16658 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
16659 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
16660 (bibtex-parse-field-string, bibtex-search-forward-field-string)
16661 (bibtex-parse-association, bibtex-field-name-for-parsing)
16662 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
16663 (bibtex-search-forward-field, bibtex-search-backward-field)
16664 (bibtex-start-of-field, bibtex-end-of-field)
16665 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
16666 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
16667 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
16668 (bibtex-parse-string, bibtex-search-forward-string)
16669 (bibtex-search-backward-string, bibtex-start-of-string)
16670 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
16671 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
16672 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
16673 entries. Instead of reporting the results of the parsing by
16674 match-beginning or match-end, these functions return data structures
16675 that hold the corresponding positions.
16676 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
16677 return values rather than by match-beginning or match-end.
16678 The following functions have been adapted to use the new
16679 parsing functions.
16680 (bibtex-skip-to-valid-entry, bibtex-search-reference)
16681 (bibtex-enclosing-field, bibtex-format-entry)
16682 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
16683 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
16684 (bibtex-print-help-message, bibtex-end-of-entry)
16685 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
16686 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16687 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
16688 Use the new method for parsing.
16689 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
16690 (bibtex-map-entries, bibtex-flash-head)
16691 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
16692 (bibtex-autokey-change, bibtex-autokey-get-namefield)
16693 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
16694 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
16695 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
16696 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16697 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16698 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
16699
167002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16701
16702 * textmodes/bibtex.el: Copyright notice is up to date.
16703 Added constant 'bibtex-maintainer-salutation.
16704
86f6474c 16705 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
16706 than make-temp-name, use match-string-no-properties and eliminate
16707 a quadratic behavior when building bibtex-strings.
16708
16709 * bibtex.el (bibtex-reference-key): Accept string entries whose
16710 reference key contains upper case letters.
16711
167122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16713
16714 * bibtex.el (bibtex-reference-head): Allow entries to start with
16715 a new line.
16716
167172000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16718
16719 * bibtex.el: Hiding of entry bodies is not longer provided by
16720 bibtex.el directly. Instead the hideshow package can be used.
16721 Added a special bibtex entry to hs-special-modes-alist.
16722 (bibtex-hs-forward-sexp): Added for hideshow.el.
16723
167242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16725
16726 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16727 proceedings entry type (for cross referencing). Thanks to Wagner
16728 Toledo Correa for the suggestion.
16729
16730 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16731
167322000-02-14 Kenichi Handa <handa@etl.go.jp>
16733
16734 * international/characters.el: Setup case table for Vietnamese.
16735
167362000-02-12 Gerd Moellmann <gerd@gnu.org>
16737
16738 * uniquify.el (toplevel): Require CL at compile time.
16739 (uniquify-push): Removed.
16740
16741 * shadowfile.el (shadow-when): Removed.
16742
16743 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 16744 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
16745
16746 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16747 regexp for paragraph-start.
16748
16749 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16750 commas as well.
16751
167522000-02-10 Dave Love <fx@gnu.org>
16753
16754 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16755 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16756 Deleted.
16757 (widget-specify-field, widget-specify-button): Don't use
16758 widget-mouse-help as help-echo property.
16759 (default): Use #'ignore for :validate and :mouse-down-action.
16760 (checkbox): Add help-echo.
16761 (widget-sexp-validate): Rewritten to clarify error messages.
16762 (character): Use char-valid-p in :match function.
16763 (widget-color-complete): Use facemenu-color-alist.
16764 (widget-color-action): Use facemenu-read-color.
16765
16766 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16767 set up `caar' &c that we now have.
16768
167692000-02-09 Ray Blaak <blaak@gnu.org>
16770
16771 * delphi.el: Make resourcestring a declaration region, like const
16772 and var.
16773
167742000-02-09 Dave Love <fx@gnu.org>
16775
16776 * bindings.el (mode-line-input-method-map): New variable.
16777 (mode-line-mule-info): Use it; fix last change.
16778 (mode-line-mode-menu): Move definition.
16779 (mode-line-mouse-sensitive-p): Deleted.
16780 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 16781 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
16782
16783 * startup.el (command-line-1): Don't call
16784 make-mode-line-mouse-sensitive.
16785
167862000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16787
86f6474c
SM
16788 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
16789 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
16790
167912000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16792
16793 * diff-mode.el (diff-kill-junk): New interactive function.
16794 (diff-reverse-direction): Use delete-and-extract-region.
16795 (diff-post-command-hook): Restrict the area so that the hook also works
16796 outside of any diff hunk. This is necessary for the minor-mode.
16797 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16798 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16799
16800 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16801 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16802 so that it can be used more easily in <foo>-mode-hook. Also make sure
16803 to avoid duplicate entries.
16804 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16805 (font-lock-remove-keywords): Just as was done for `add', allow it to
16806 work even if font-lock-mode is nil. Also make sure we don't modify
16807 any pre-existing list by forcing a copy-sequence. Finally rename
16808 `major-mode' to `mode'.
16809 (font-lock-fontify-syntactic-anchored-keywords)
16810 (font-lock-fontify-anchored-keywords)
16811 (font-lock-fontify-keywords-region): Use line-end-position.
16812 Don't make `font-lock-multiline' local (it's now done in
16813 font-lock-set-defaults).
86f6474c
SM
16814 (font-lock-set-defaults): Make `font-lock-multiline' local.
16815 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
16816
168172000-02-06 Andrew Innes <andrewi@gnu.org>
16818
16819 * term/w32-win.el (x-handle-args): Comment out call to message,
16820 which occurs before window system is initialized.
16821
16822 * makefile.nt: Add support for recompiling lisp code.
16823
168242000-02-04 Dave Love <fx@gnu.org>
16825
16826 * bindings.el (mode-line-mule-info): Fix/extend last change.
16827
16828 * completion.el: Replace completion-dolist with dolist.
16829
86f6474c 16830 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
16831
168322000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16833
86f6474c 16834 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
16835 environment names before they go into the section regexp.
16836
86f6474c 16837 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
16838 char class in regexp.
16839
86f6474c
SM
16840 * textmodes/reftex-parse.el (reftex-with-special-syntax):
16841 Bind `case-fold-search' to nil.
a30eb617 16842
86f6474c
SM
16843 * progmodes/idlwave.el (idlwave-template):
16844 Respect `idlwave-abbrev-change-case'.
16845 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
16846 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
16847 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
16848 (idlwave-rw-case): New function.
16849 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 16850 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
16851 (idlwave-surround): New argument LENGTH to support padding of
16852 operators longer than 1 char.
16853
16854 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16855 idlwave-shell-expression-overlay. Implemented printing of
16856 expressions on higher levels of the calling stack.
86f6474c 16857 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
16858 (idlwave-retrieve-expression-from-level): New function.
16859 (idlwave-shell-last-calling-stack): Variable removed.
16860 (idlwave-shell-reset): Argument action reversed (`visible' to
16861 `hidden'). Also remove stop-line overlay.
16862 (idlwave-shell-calling-stack-routine): New variable.
16863 (idlwave-shell-parse-stack-and-display): Messages now display
16864 negative level numbers.
16865 (idlwave-shell-mode): Set `modeline-format'.
16866 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 16867 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
16868 (idlwave-shell-print-expression-function): New option.
16869
86f6474c
SM
16870 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
16871 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
16872 `tool-bar' instead of `toolbar'.
16873
168742000-02-02 Dave Love <fx@gnu.org>
16875
16876 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16877 emacs-lisp-mode-hook. Don't check for defalias being defined.
16878
16879 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
16880 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
16881 Use the new builtins directly.
a30eb617
DL
16882
16883 * whitespace.el (whitespace): Add :version to defgroup.
16884
16885 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16886 Doc fix.
16887
16888 * thingatpt.el (sexp-at-point, symbol-at-point)
16889 (number-at-point, list-at-point): Add autoload cookie.
16890
16891 * recentf.el (recentf): Add :version to defgroup.
16892
16893 * quickurl.el (quickurl): Add :version to defgroup.
16894
16895 * elide-head.el (elide-head): Use point-marker more.
16896
16897 * bs.el (bs): Add :version to defgroup.
16898
16899 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16900
16901 * progmodes/delphi.el (delphi): Add :version to defgroup.
16902
169032000-02-02 Gerd Moellmann <gerd@gnu.org>
16904
16905 * ange-ftp.el (ange-ftp-write-region): Handle case that
16906 succeeding process operation sets a different coding system.
16907
16908 * calculator.el: New file.
16909
169102000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16911
86f6474c 16912 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
16913 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16914 (display-selections-p, display-screens, display-pixel-width)
16915 (display-pixel-height, display-mm-width, display-mm-height)
16916 (display-backing-store, display-save-under, display-planes)
16917 (display-color-cells, display-visual-class): New functions.
16918
16919 * term/tty-colors.el (tty-color-gray-shades): New function.
16920
16921 * faces.el (display-color-p): Use framep-on-display.
16922 (display-grayscale-p): New function.
16923
169242000-01-31 Dave Love <fx@gnu.org>
16925
16926 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16927 (create-fontset-from-x-resource): Don't concat integers.
16928
169292000-01-31 Inge Frick <inge@nada.kth.se>
16930
16931 * view.el: Some changes in documentation. Removed some trailing
86f6474c 16932 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
16933 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16934 window is not deleted. Modifies change 1998-04-26.
16935
169362000-01-31 Gerd Moellmann <gerd@gnu.org>
16937
16938 * windmove.el: New file.
16939
16940 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16941 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16942 progmodes/ebnf-yac.el: Update copyright and license info.
16943
86f6474c
SM
16944 * jit-lock.el (jit-lock-function): Widen before calculating
16945 end position.
a30eb617
DL
16946 (jit-lock-stealth-chunk-start): Rewritten.
16947
16948 * info.el (Info-title-face-alist): Removed.
86f6474c 16949 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
16950 (Info-fontify-node): Use these faces.
16951
169522000-01-30 Gerd Moellmann <gerd@gnu.org>
16953
16954 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16955 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16956 `&allow-other-keywords'.
16957
16958 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16959 the list of directories scanned heuristically.
16960
86f6474c 16961 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
16962
169632000-01-30 Jason Rumney <jasonr@gnu.org>
16964
16965 * w32-fns.el: Define w32-tty-standard-colors.
16966
16967 * startup.el (command-line): Use w32-tty-standard-colors when in
16968 w32 console mode.
16969
169702000-01-30 Dave Love <fx@gnu.org>
16971
16972 * jka-compr.el (jka-compr-load): Fix up load-history.
16973
16974 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16975
16976 * emacs-lisp/cl-macs.el: Revert previous change.
16977
169782000-01-29 Dave Love <fx@gnu.org>
16979
16980 * facemenu.el: Purecopy various strings.
16981
16982 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16983 years. Deal with three-digit years.
16984
86f6474c
SM
16985 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
16986 Use defconst, purecopy.
a30eb617
DL
16987 (help-back-label): Purecopy it.
16988
169892000-01-18 Gerd Moellmann <gerd@gnu.org>
16990
16991 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16992 variable. If non-nil, order the buffer list according to the
16993 currently selected frame.
16994 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16995 non-nil, pass the selected frame to function buffer-list.
16996
169972000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16998
16999 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17000
170012000-01-28 Dave Love <fx@gnu.org>
17002
17003 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17004
17005 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17006 Don't use lisp-indent-hook property.
17007 (cl-abs): Remove.
17008
17009 * subr.el: Move out indent and edebug specs for when and unless.
17010
17011 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17012 when, unless.
17013
17014 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17015 unless, when.
17016
170172000-01-28 Gerd Moellmann <gerd@gnu.org>
17018
17019 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17020 `collecting' as synonym for `collect'.
17021
17022 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17023 for the case it contains spaces.
17024
86f6474c 17025 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
17026
17027 * frame.el (delete-other-frames): New function.
17028 (toplevel): Bind it to C-x 5 1.
17029
17030 * sort.el (sort-numeric-base): New option.
17031 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17032 interpret it as octal or hexadecimal. Use sort-numeric-base
17033 as default base.
17034
17035 * progmodes/glasses.el: New file.
17036
170372000-01-27 Gerd Moellmann <gerd@gnu.org>
17038
17039 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17040 userids differently.
17041
17042 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17043 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17044 progmodes/ebnf-yac.el: New files.
17045
170462000-01-26 Dave Love <fx@gnu.org>
17047
17048 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17049 on a function with an empty body. [From Eric Ludlam.]
17050
170512000-01-25 Andre Spiegel <spiegel@gnu.org>
17052
17053 * vc.el (vc-version-diff): Make sure file name is expanded.
17054
170552000-01-25 Gerd Moellmann <gerd@gnu.org>
17056
17057 * scroll-bar.el (scroll-bar-timer): Variable removed.
17058 (scroll-bar-toolkit-scroll): Don't use a timer.
17059
170602000-01-25 Kenichi Handa <handa@etl.go.jp>
17061
86f6474c
SM
17062 * language/thai-util.el (thai-composition-function):
17063 Delete superfluous `a'.
a30eb617
DL
17064
170652000-01-24 Dave Love <fx@gnu.org>
17066
17067 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17068 end-of-defun-function.
17069
86f6474c 17070 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
17071
170722000-01-22 Jason Rumney <jasonr@gnu.org>
17073
17074 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17075 conflicts with new face support.
17076
170772000-01-22 Richard M. Stallman <rms@gnu.org>
17078
17079 * replace.el (query-replace): Rename last arg to DELIMITED.
17080 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17081 (query-replace-regexp): Likewise.
17082
170832000-01-20 Richard M. Stallman <rms@gnu.org>
17084
17085 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17086
17087 * emacs-lisp/lisp.el (beginning-of-defun-function):
17088 Variable renamed from beginning-of-defun.
17089 Do not call make-variable-buffer-local.
17090 (beginning-of-defun-raw): Use new variable name; doc fix.
17091 (beginning-of-defun): Doc fix.
17092 (end-of-defun-function): Variable renamed from end-of-defun.
17093 Do not call make-variable-buffer-local.
17094 (end-of-defun): Use new variable name; doc fix.
17095
17096 * subr.el (dolist, dotimes): Copied from cl-macs.el
17097 and made to work.
17098
17099 * mail/undigest.el (rmail-digest-end-regexps):
17100 Variable replaces rmail-digest-end-regexp.
17101 Allows multiple regexps for detecting the end line.
17102 (undigestify-rmail-message): Corresponding changes.
17103
171042000-01-19 Dave Love <fx@gnu.org>
17105
17106 * files.el (user-init-file): Don't declare here -- is primitive.
17107
17108 * startup.el (command-line): Check for compiled user-init-file and
17109 set to uncompiled version if necessary.
17110
171112000-01-18 Gerd Moellmann <gerd@gnu.org>
17112
17113 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17114 (undigestify-rmail-message): Use it.
17115
17116 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17117
171182000-01-17 Gerd Moellmann <gerd@gnu.org>
17119
17120 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17121 of mini-buffer.
17122
171232000-01-14 Gerd Moellmann <gerd@gnu.org>
17124
17125 * emacs-lisp/copyright.el (copyright-update): Removed the
17126 requirement for a trailing space from `copyright-regexp', to
17127 support copyrights with owner specified on a separate line..
17128
17129 * align.el: New file.
17130
17131 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17132
17133 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17134
171352000-01-13 Dave Love <fx@gnu.org>
17136
17137 * ph.el: Removed. (Obsoleted by EUDC.)
17138
171392000-01-13 Gerd Moellmann <gerd@gnu.org>
17140
17141 * net/eudc.el (toplevel): Remove autoloaded code installing
17142 menu with easymenu, because that causes build problems.
17143
17144 * frame.el (frame-notice-user-settings): New variable.
17145 (frame-notice-user-settings): Don't modify frame parameters
17146 if called a second time.
17147
171482000-01-13 Richard M. Stallman <rms@gnu.org>
17149
17150 * frame.el (frame-notice-user-settings):
17151 Notice default-frame-parameters even for non-window frames.
17152
171532000-01-13 Gerd Moellmann <gerd@gnu.org>
17154
17155 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17156 for Emacs.
17157 (eudc-bob-can-display-inline-images): Extend for Emacs.
17158 (eudc-bob-toggle-inline-display): Ditto.
17159 (eudc-bob-display-jpeg): Ditto.
17160
171612000-01-12 Gerd Moellmann <gerd@gnu.org>
17162
17163 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17164 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17165 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17166
86f6474c
SM
17167 * add-log.el (add-change-log-entry): Fix error trying an
17168 `(insert nil)'.
a30eb617
DL
17169
17170 * subdirs.el: Add `net' directory.
17171
17172 * net: New directory.
17173
17174 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17175 eval-last-sexp. Don't bind debug-on-error here.
17176 (eval-last-sexp): New function. Bind debug-on-error if
17177 eval-expression-debug-on-error is non-nil.
17178 (eval-defun-2, eval-defun): Likewise.
17179
17180 * simple.el (eval-expression): Don't bind debug-on-error if
17181 eval-expression-debug-on-error is nil. Detect changed
17182 debug-on-error, and propagate new value to global binding, if
17183 eval-expression-debug-on-error is non-nil,
17184 (eval-expression-debug-on-error): Change doc string.
17185
171862000-01-11 Richard M. Stallman <rms@gnu.org>
17187
17188 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17189
17190 * emacs-lisp/lisp-mode.el (with-syntax-table):
17191 Set up lisp-indent-function property.
17192
17193 * subr.el (with-syntax-table): Moved from simple.el.
17194
17195 * simple.el (with-syntax-table): Moved to subr.el.
17196
171972000-01-11 Gerd Moellmann <gerd@gnu.org>
17198
17199 * tmm.el (tmm-shortcut): Delete region after prompt instead
17200 of erasing buffer.
17201
17202 * textmodes/fill.el (fill-common-string-prefix): New function.
17203 (fill-context-prefix): Use the longest common prefix of first
17204 and second line fill prefix, if there is one.
17205
172062000-01-11 Richard M. Stallman <rms@gnu.org>
17207
17208 * array.el (array-mode): Don't use make-variable-buffer-local.
17209 Use make-local-variable for `truncate-lines'.
17210
172112000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17212
17213 * add-log.el (add-log-current-defun): Handle user-defined
17214 add-log-current-function returning nil,
17215
17216 * add-log.el (add-change-log-entry): Insert version number
17217 if having found a current function
17218
86f6474c
SM
17219 * add-log.el (add-log-current-defun):
17220 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
17221 level 1. Strip whitespace from defun found.
17222
172232000-01-10 John Wiegley <johnw@gnu.org>
17224
17225 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 17226 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
17227
172282000-01-10 Dave Love <fx@gnu.org>
17229
17230 * elide-head.el (elide-head): Use point-marker, not point.
17231
172322000-01-10 Gerd Moellmann <gerd@gnu.org>
17233
17234 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17235 before and after the year 2000.
17236
17237 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17238 Add ispell- prefix.
17239
172402000-01-10 Ken Stevens <k.stevens@ieee.org>
17241
17242 * ispell.el: Only define dictionaries in menus when they exist.
17243 (version18p): New variable.
17244 (version20p): New variable.
17245 (xemacsp): New variable.
17246 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17247 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17248 (ispell-dictionary-alist6): Russian command lines no longer accept
17249 run-together words.
17250 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17251 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
17252 (check-ispell-version): Added documentation string. Return library
17253 path when called non-interactively.
a30eb617
DL
17254 (ispell-menu-map-needed): Uses new variables.
17255 (ispell-library-path): New variable.
17256 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17257 (ispell-word): Improved documentation string. Test for valid
17258 character mappings. Correctly check typed in word changes that can
86f6474c
SM
17259 result in single words split into multiple words.
17260 Return replacement word.
a30eb617
DL
17261 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17262 replace in recursive query replace mode. Help message for
17263 recursive edit mode.
17264 (ispell-show-choices): Protect against bad framepop bindings.
17265 (ispell-help): Fix to work with XEmacs.
17266 (ispell-highlight-spelling-error): Use new variables.
17267 (ispell-overlay-window): Fix to work with XEmacs.
17268 (ispell-parse-output): Passed and returns location information
17269 tracking spelling corrections. Doesn't recheck same word on
17270 current line.
17271 (ispell-init-process): Protect against bogus XEmacs variable binding.
17272 Fix call to single argument in sleep-for. Use new variables.
17273 (ispell-region): Passed and returns location information tracking
17274 spelling corrections. Doesn't check same word on current line.
17275 Improved documentation string. Doesn't resend a line already
17276 checked to the ispell process - fixes bug in LaTeX parsing.
17277 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17278 (ispell-skip-region): No longer skips <TT> in SGML.
17279 (ispell-process-line): Tracks location information with spelling
17280 corrections. Added documentation string. Accounts for words
17281 already accepted on this line. Don't allow query-replace on line
17282 starting with math characters. Doesn't resend a line already sent
17283 to ispell process. Fixes alignment error bug.
17284
172852000-01-10 Richard M. Stallman <rms@gnu.org>
17286
17287 * dired-x.el (dired-guess-shell-alist-default):
17288 Suggest xloadimage, which is free, not xv, which isn't.
17289
17290 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17291 Don't ever include the host name or user name in the value.
17292
172932000-01-09 Gerd Moellmann <gerd@gnu.org>
17294
17295 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17296 of a real newline.
17297
172982000-01-09 Stephen Eglen <stephen@gnu.org>
17299
17300 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17301 for .png files.
17302
173032000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17304
17305 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17306
173072000-01-09 Gerd Moellmann <gerd@gnu.org>
17308
17309 * progmodes/cperl-mode.el: Replace ^F with ^L.
17310
86f6474c
SM
17311 * sendmail.el (toplevel): Provide `sendmail' when compiling before
17312 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
17313
173142000-01-08 Dave Love <fx@gnu.org>
17315
17316 * emacs-lisp/backquote.el: Remove inappropriate customization
17317 (allowing custom.el to use backquote).
17318
173192000-01-07 Dave Love <fx@gnu.org>
17320
17321 * add-log.el (add-log-debugging): Deleted.
17322 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17323 file. Remove debugging code.
17324 (change-log-get-method-definition, change-log-name): Add doc.
17325 (change-log-sortable-date-at): New function.
17326 (change-log-merge): New command.
17327
17328 * time.el (display-time-string-forms): Make the Mail string active.
17329 (display-time-update): Provide help-echo for load average.
17330
17331 * bindings.el (make-mode-line-mouse2-map): New function.
17332 (mode-line-modified): Use it and simplify.
17333 (mode-line-mule-info): Provide help-echo info.
17334 (minor-mode-alist): Activate the strings.
17335 (make-mode-line-mouse-sensitive): Simplify for
17336 mode-line-buffer-identification.
17337
173382000-01-07 Gerd Moellmann <gerd@gnu.org>
17339
17340 * play/pong.el: New file.
17341
173422000-01-06 Dave Love <fx@gnu.org>
17343
17344 * array.el: Assorted cleanups for compiler warnings, doc strings,
17345 `array-' prefix for symbols.
17346
173472000-01-05 Dave Love <fx@gnu.org>
17348
86f6474c
SM
17349 * textmodes/outline.el (outline-mode-menu-bar-map):
17350 Add outline-headers-as-kill.
a30eb617
DL
17351 (outline-mode): Define imenu-generic-expression.
17352 (outline-headers-as-kill): New command.
17353
17354 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17355 from paragraph-start.
17356 (paragraph-indent-minor-mode): New command.
17357
17358 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17359 M-C-e, M-C-h, C-j, C-xnd, TAB.
17360 (fortran-mode): Set beginning-of-defun, end-of-defun.
17361 (fortran-column-ruler): Simplify.
17362 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17363 (fortran-with-subprogram-narrowing): Likewise.
17364 (fortran-indent-subprogram): Call mark-defun.
17365 (fortran-check-for-matching-do): Change narrowing.
17366
17367 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17368 (cl-lucid-hash-tag): Delete.
17369 (cl-hash-table-p): Correct test for native table.
17370 (cl-hash-table-count): Use hash-table-count.
17371
17372 * browse-url.el (browse-url): Fix case of
17373 browse-url-browser-function being an alist.
17374
173752000-01-05 Carsten Dominik <cd@gnu.org>
17376
17377 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17378 (reftex-index-phrase-file-extension): New options.
17379
17380 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17381 Use new option `reftex-index-phrase-file-extension'.
17382
17383 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17384 `reftex-parse-file-extension'.
17385
173862000-01-05 Dave Love <fx@gnu.org>
17387
17388 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17389 (beginning-of-defun-raw): Use it.
17390 (end-of-defun): New variable.
17391 (end-of-defun): Use it.
17392 (check-parens): New command.
17393
173942000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17395
17396 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17397 (hs-show-block): Don't use `mapcar' when not accumulating.
17398
17399 Fix buglet in local variables initialization.
17400
174012000-01-05 Andreas Schwab <schwab@suse.de>
17402
17403 * hscroll.el (hscroll): Doc fix.
17404
174052000-01-05 Carsten Dominik <cd@gnu.org>
17406
86f6474c
SM
17407 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
17408 Require idlw-toolbar.
a30eb617 17409
86f6474c 17410 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 17411 file idlw-rinfo.el.
86f6474c
SM
17412 (idlwave-customize): Load must read file idlw-shell.el.
17413 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
17414
174152000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17416
17417 * progmodes/idlw-shell.el: Also provide idlwave-shell
17418 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17419 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17420
86f6474c 17421 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
17422 both reftex-dcr and reftex-vcr.
17423
17424 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17425
174262000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17427
17428 * ps-print.el: PostScript code now is in separate files, doc fix.
17429 (ps-print-version): New version number (5.0.3).
17430 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17431 local.
17432 (ps-spool-config): Initialization fix.
17433 (ps-print-prologue-1, ps-print-prologue-2)
17434 (ps-print-duplex-feature): PostScript code moved to separated file.
17435 (ps-background-image): Little code reformating.
17436 (ps-begin-file, ps-begin-job): Fix code.
17437 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17438 (ps-prologue-file): New fun.
17439
174402000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17441
17442 * ps-vars.el: Eliminated.
17443
17444 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17445 `;;;###autoload'.
17446
17447 * ps-print.el: ps-vars eliminated, doc fix.
17448 (ps-print-version): New version number (5.0.2).
17449 (ps-spool-config): Initialization fix.
17450 (ps-print-customize): New fun.
17451
174522000-01-04 Gerd Moellmann <gerd@gnu.org>
17453
86f6474c 17454 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
17455
174562000-01-04 Dave Love <fx@gnu.org>
17457
17458 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17459 menu items.
17460
174612000-01-03 Dave Love <fx@gnu.org>
17462
17463 * elide-head.el (elide-head) [defgroup]: Add :version.
17464
17465 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
17466 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
17467 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
17468 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17469
174702000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17471
17472 * faces.el (face-read-integer, read-face-attribute)
86f6474c 17473 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
17474
174752000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17476
17477 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17478 at comment end, and re-insert them after filling.
17479
174802000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17481
17482 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17483 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17484 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17485
174862000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17487
17488 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17489 the new name of face-color-supported-p.
17490
17491 * term/w32-win.el (xw-defined-colors): Likewise.
17492
174932000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17494
17495 * simple.el (completion-setup-function): Count completion-size
17496 from minibuffer-prompt-end, not from point-min.
17497
174982000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17499
17500 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17501 Pass the frame to tty-color-* functions.
17502 (display-color-p, frame-set-background-mode): Pass the frame to
17503 tty-display-color-p.
17504
17505 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17506 tty-color-alist.
17507 (tty-color-alist, tty-modify-color-alist): New functions.
17508 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
17509 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
17510 optional parameter FRAME.
a30eb617
DL
17511
175122000-01-01 Gerd Moellmann <gerd@gnu.org>
17513
86f6474c
SM
17514 * image.el (create-image, defimage): Don't assume image data is
17515 a string.
a30eb617
DL
17516
17517 * image.el (defimage): Handle specifications containing :data
17518 instead of :file.
17519 (image-type-from-data): New function.
17520 (image-type-from-file-header): Use it.
17521 (create-image): Add parameter DATA-P.
17522
17523See ChangeLog.8 for earlier changes.
17524
17525;; Local Variables:
17526;; coding: iso-2022-7bit
17527;; End: