*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
557f7c34
GM
12001-05-14 Gerd Moellmann <gerd@gnu.org>
2
3 * hexl.el (hexl-current-address): Print a message when called
4 interactively.
5
14d9b141
SM
62001-05-11 Stefan Monnier <monnier@cs.yale.edu>
7
8 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
9
10 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
11
12 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
13
7bd2d083
GM
142001-05-11 Gerd Moellmann <gerd@gnu.org>
15
47e72862
GM
16 * startup.el (command-line): If parameters have been changed in
17 the init files which influence font selection, clear the face
18 cache so that faces get realized with the new parameters.
19
14d9b141 20 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 21
0f49941f
SM
222001-05-10 Stefan Monnier <monnier@cs.yale.edu>
23
24 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
25
cbeed4a8
EZ
262001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
27
28 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
29 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
30
ff9aa2ca
GM
312001-05-10 Gerd Moellmann <gerd@gnu.org>
32
33 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 34 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 35
b2c99950
JW
362001-05-09 John Wiegley <johnw@gnu.org>
37
0f49941f
SM
38 * eshell/esh-util.el (eshell-convert-numeric-arguments):
39 Annotated the documentation string to tell users about
3cb27fd7
JW
40 `eshell-no-numeric-conversions'.
41
c26f6b27
JW
42 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
43 conversions if a Lisp function has the property
44 `eshell-no-numeric-conversions' set to a non-nil value.
45
46 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
47 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
48 property `eshell-no-numeric-conversions' on the following
49 functions (which all deal with filesystem entities, and never Lisp
50 numerical values): eshell/cd, eshell/pushd, eshell/popd,
51 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
52 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
53 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
54 eshell/which, eshell/addpath.
55
562001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 57
d089e299
JW
58 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
59 encountered as an argument, don't convert it right away, but tag
60 the first character of the string with the text properties
61 `number', which signifies to `eshell-lisp-command' that the
62 argument should be passed through `string-to-number' if it is
63 actually used in the call to a Lisp function.
64
65 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
66 function, convert any string arguments that have been tagged as
67 "numbers", by calling string-to-number.
68
69 * eshell/esh-util.el (eshell-number-regexp): Now that number
70 conversions only happen for Lisp function calls, the number regexp
71 should now match all integer and floating point forms.
72
73 * eshell/esh-proc.el: Disable `eshell-stop-process' and
74 `eshell-continue-process', since they are both nonfunctional at
75 the moment.
76 (eshell-proc-initialize): Don't bind keys for
77 `eshell-stop-process' or `eshell-continue-process'.
78
0f49941f
SM
79 * eshell/em-unix.el (eshell-shuffle-files):
80 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
81
82 * eshell/em-hist.el (eshell-add-to-history): Reference to
83 `eshell-history-ring' needed to be `eshell-history-index'.
84
0f49941f
SM
85 * calendar/timeclock.el (timeclock-find-discrep):
86 Initialize `elapsed' to 0.
cb89da0f
JW
87 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
88 it's still nil.
b2c99950 89
ff39b9a1
SM
902001-05-09 Stefan Monnier <monnier@cs.yale.edu>
91
92 * arc-mode.el (archive-int-to-mode): Construct the string directly.
93 (archive-mode): Use capitalize.
94 (archive-unique-fname): Use make-temp-file.
95
9e53a675
GM
962001-05-09 Gerd Moellmann <gerd@gnu.org>
97
98 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
99
c8224de6
EZ
1002001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
101
c533a7e2
EZ
102 * tar-mode.el (tar-extract): Pay attention to the value of
103 coding-system-for-read, if it is non-nil.
104
ff39b9a1
SM
105 * calendar/holidays.el (holidays): Add an autoload cookie.
106 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 107
1c8c9fb8
JW
1082001-05-08 John Wiegley <johnw@gnu.org>
109
ff39b9a1
SM
110 * calendar/timeclock.el (timeclock-workday-remaining):
111 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
112 (timeclock-workday-elapsed): Don't accept a "relative" argument
113 for the current day's elapsed time. What could that have meant?
ff39b9a1 114 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
115 (timeclock-when-to-leave): Changed logic, similarly to what was
116 done for `timeclock-workday-remaining'.
117 (timeclock-find-discrep): Removed "today-only" argument, which had
118 no meaning. Fixed some more math problems. The function now
119 returns a three member list: (TOTAL-TIME-DISCREPANCY
120 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
121
5f47fb28
EZ
1222001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
123
124 * w32-fns.el (convert-standard-filename): Start replacing slashes
125 from the beginning of the file name, not from where the last
126 invalid character was. From "Andrew Maguire (SWW)"
127 <Andrew.Maguire@Smallworld.co.uk>
128
6da5c7da
GM
1292001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
130
131 The following changes are to provide infrastructure for handling
132 MIME messages to rmail. They don't affect the original behaviour
133 if rmail-enable-mime is nil.
134
135 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
136 (rmail-search-mime-message-function)
137 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
138 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
139 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
140 `rmail-view-buffer' is hidden.
6da5c7da
GM
141 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
142 call rmai-show-mime-function.
143 (rmail-display-labels): If rmail-enable-mime is non-nil, update
144 mode-line-process of rmail-view-buffer.
145 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
146 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
147 buffer.
ff39b9a1
SM
148 (rmail-next-message, rmail-next-undeleted-message): Be sure to
149 set-buffer to the Rmail buffer.
6da5c7da
GM
150 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
151 rmail-search-mime-header-function.
152 (rmail-search-message): New function.
153 (rmail-search): Call rmail-search-message to check if a message
154 matches REGEXP, lastly update point after calling
155 rmail-show-message.
ff39b9a1
SM
156 (rmail-undelete-previous-message, rmail-expunge-confirmed)
157 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
158 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
159 header region, refer to rmail-msgref-vector while setting the
160 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
161 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
162 If rmail-enable-mime is non-nil, call
6da5c7da
GM
163 rmail-insert-mime-forwarded-message-function instead of inserting
164 forwarded message by itself.
165
166 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
167 Rmail buffer.
168 (rmail-set-label, rmail-next-labeled-message): Likewise.
169
170 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
171 set-buffer to the Rmail buffer.
172 (rmail-output-to-rmail-file): Likewise.
173 (rmail-output): Likewise.
174
175 * mail/rmailsum.el (rmail-message-subject-p): Process the result
176 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
177 (rmail-new-summary): Be sure to go to the Rmail buffer.
178 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
179 rmail-view-buffer to nil.
180 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
181 rmail-view-buffer.
182 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
183 rmail-buffer.
184 (rmail-summary-scroll-msg-down): Likewise.
185 (rmail-summary-beginning-of-message): Likewise.
186 (rmail-summary-wipe): Likewise.
187 (rmail-summary-toggle-header): Use save-window-excursion, not
188 save-excursion. Update point in rmail-view-buffer, not in
189 rmail-buffer.
190 (rmail-summary-reply): Before calling rmail-reply, set buffer to
191 rmail-view-buffer, not rmail-buffer.
192
5092477a
GM
1932001-05-07 Gerd Moellmann <gerd@gnu.org>
194
1e9fc92e
GM
195 * cus-edit.el (custom-file): Signal an error if user-init-file is
196 nil (running -q).
197
1d053370
GM
198 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
199
ff39b9a1
SM
200 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
201 Add :version.
202
203 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
204 New option.
1b62b062
GM
205 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
206 only if smtpmail-warn-about-unknown-extensions is set.
207
f851a71c
GM
208 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
209 instead of rmail-sort-by-keywords.
210
ff39b9a1 211 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
212 rmail-sort-by-keywords.
213
ff39b9a1
SM
214 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
215 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
216 (rmail-summary-mode): Doc fix.
217
5092477a
GM
218 * mail/rmail.el (rmail-edit): New Custom group.
219
220 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
221 (rmail-edit-mode-hook): New user-option.
222
05be3833
RS
2232001-05-05 Richard M. Stallman <rms@gnu.org>
224
225 * help.el (help-xref-symbol-regexp): Recognize "source of"
226 and friends, meaning make a link to the source file.
227 (help-make-xrefs): Handle "source of" and friends
228 by constructing a link that visits the source file.
229
230 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
231
7dfb000f
SM
2322001-05-04 Stefan Monnier <monnier@cs.yale.edu>
233
5efe6a56
SM
234 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
235 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
236 Renamed from perl-font-lock-keywords to avoid clashes.
237 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
238 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
239 Updated correspondingly.
240
7dfb000f
SM
241 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
242 Typo `nonexistant' -> `nonexistent'.
243
88bbb8cb
EZ
2442001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
245
7dfb000f
SM
246 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
247 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
248 `c-electric-delete-forward' always deletes forward and
249 `c-electric-delete' only contains the code necessary for XEmacs to
250 choose between backward and forward deletion.
7dfb000f 251
88bbb8cb
EZ
252 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
253 get the electric behavior on that key too.
254 (c-fill-paragraph): Fixed bogus direct use of
255 c-comment-prefix-regexp, which caused an error when it's a list.
256
a1af8dcf
EZ
2572001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
258
259 * dired-aux.el (dired-diff): Doc fix.
260
261 * dired.el (dired-diff): Likewise.
262
ddfb4005
EZ
2632001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
264
265 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
266
b36581fb
SM
2672001-05-02 Stefan Monnier <monnier@cs.yale.edu>
268
80a00b6a
SM
269 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
270 if both the buffer and the file are read-only.
271
b36581fb
SM
272 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
273 rather than font-lock-string-face.
274 (sh-get-indent-info): Treat heredocs like strings.
275
470bbe9b
GM
2762001-05-02 Gerd Moellmann <gerd@gnu.org>
277
b36581fb
SM
278 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
279 a newline following `}'.
3356df63
GM
280 (texinfo-format-email): New function.
281 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
282 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
283 Add `display'.
3356df63
GM
284 (texinfo-sort-region): Goto point-min before sorting.
285 (texinfo-set): Remove leading white space from value.
286 From yagi@is.titech.ac.jp.
287
470bbe9b
GM
288 * replace.el (query-replace-regexp-eval): Doc fix.
289
a9d2fd1d
SM
2902001-05-01 Stefan Monnier <monnier@cs.yale.edu>
291
292 * diff-mode.el (diff-nonexistant-face): New face.
293 (diff-font-lock-keywords): Use it.
294
2b3e941a
EZ
2952001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
296
22cd6fd3
EZ
297 * font-lock.el (font-lock-mode): Doc fix.
298
2b3e941a
EZ
299 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
300 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
301
50df7214
GM
3022001-04-30 Gerd Moellmann <gerd@gnu.org>
303
a9d2fd1d
SM
304 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
305 backslash at the start of the here-document delimiter.
a9793e45
GM
306 (sh-font-lock-syntactic-keywords): Likewise.
307
50df7214
GM
308 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
309
e2f599e9
EZ
3102001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
311
312 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
313 (tty-color-translate, tty-color-by-index, tty-color-values)
314 (tty-color-desc): Doc fix.
315
dcaf31d3
EZ
3162001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
317
318 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
319 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
320 Mention dired-dwim-target in the doc string.
dcaf31d3 321
a6a06429
MB
3222001-04-28 Miles Bader <miles@gnu.org>
323
324 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
325 (dabbrev--find-expansion): Use it.
326 (dabbrev--select-buffers): Don't select ignored buffers.
327
5a5d9185
GM
3282001-04-27 Gerd Moellmann <gerd@gnu.org>
329
a9d2fd1d 330 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 331
c5b82005
RS
3322001-04-26 Richard M. Stallman <rms@gnu.org>
333
334 * dabbrev.el: Add doc strings for some functions.
335 (dabbrev--eliminate-newlines): New variable.
336 (dabbrev--substitute-expansion): Convert newlines to spaces
337 if dabbrev--eliminate-newlines is set.
338 If abbrev and expansion are both all-lower-case,
339 leave dabbrev--last-case-pattern nil.
340
7cff9c6f
GM
3412001-04-26 Gerd Moellmann <gerd@gnu.org>
342
343 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
344 if necessary, like in rmail-show-message.
345
efa89c1f
GM
3462001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
347
348 * ps-print.el: Color specified by number is forced to be float number.
349 (ps-print-version): New version number (6.5.1.1).
350 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
351 initialization.
352 (ps-prefix-quote): New internal var.
353 (ps-print-quote): New fun.
354 (ps-setup, ps-output-frame-properties, ps-float-format)
355 (ps-format-color): Code fix.
a9d2fd1d
SM
356 (ps-plot-region): Eliminate redundant foreground color text setting.
357
d3111e5a
EZ
3582001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
359
360 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
361
a728644c
GM
3622001-04-25 Gerd Moellmann <gerd@gnu.org>
363
364 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
365
4ecdf04d
EZ
3662001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
367
4645bb68
EZ
368 * info.el (Info-additional-directory-list): Doc fix.
369
4ecdf04d 370 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
371 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
372 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 373
7cd512f2
SM
3742001-04-25 Stefan Monnier <monnier@cs.yale.edu>
375
1dc64fca
SM
376 * progmodes/make-mode.el (makefile-font-lock-keywords):
377 Rationalize the rules for includes and conditionals and use the
378 keyword face for them.
379
7cd512f2
SM
380 * faces.el (modify-face): Add compatibility for non-interactive use.
381
ffeb5c1c
JW
3822001-04-24 John Wiegley <johnw@gnu.org>
383
384 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
385 fix from last night, since it wasn't finding eshell/cd.
386
35f901fa
GM
3872001-04-24 Gerd Moellmann <gerd@gnu.org>
388
389 * rect.el (string-rectangle): Revert to 20.x behaviour.
390 (replace-rectangle): Make it an alias for string-rectangle.
391 (string-insert-rectangle): New function.
392
c7b1b508
JW
3932001-04-23 John Wiegley <johnw@gnu.org>
394
395 * eshell/em-unix.el (eshell/diff): Fixed problems that were
396 occurring with Emacs 21's diff.el/compile.el interaction layer.
397
3982001-04-23 Colin Walters <walters@cis.ohio-state.edu>
399
400 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
401 case where the function was defined in a file, but not part of an
402 eshell module.
403
157975e3
JW
4042001-04-23 John Wiegley <johnw@gnu.org>
405
406 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
407 code to work around a redisplay problem I've been having.
408
3dc630b9
JW
4092001-04-23 John Wiegley <johnw@gnu.org>
410
411 * calendar/timeclock.el (timeclock-day-required): If the time
412 required for a particular day is not set, use `timeclock-workday'.
413 (timeclock-find-discrep): Added some sample code in a comment.
414
415 * eshell/eshell.el (eshell-command): Made a few changes so that
416 `eshell-command' could be called programmatically.
417
7cd512f2 418 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 419
7cd512f2 420 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 421
3ae14dd9 4222001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
423
424 * calendar/timeclock.el: Updated copyright.
425 (timeclock-generate-report): Don't report the daily or two-week
426 total, if no time has been worked in that period.
427 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
428 final computational form, which was unnecessary; corrected a
429 parsing problem when timeclock-relative was nil.
430
3ae14dd9 4312001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
432
433 * calendar/timeclock.el (timeclock-modeline-display): Check if
434 `list-entry' is null.
435 (timeclock-use-display-time): The first argument to `set-variable'
436 must be a symbol.
437
53e1a74c
EZ
4382001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
439
440 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
441 (calendar-today-marker, calendar-holiday-marker):
442 Use display-color-p instead of window-system.
53e1a74c
EZ
443 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
444 instead of window-system.
445 (calendar-hide-window): Use display-multi-frame-p instead of
446 window-system.
447
448 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
449 (calendar-only-one-frame-setup, calendar-one-frame-setup):
450 Use display-multi-frame-p instead of window-system.
53e1a74c 451
23b809c2
GM
4522001-04-23 Gerd Moellmann <gerd@gnu.org>
453
1d14e80c
GM
454 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
455
23b809c2
GM
456 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
457 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
458
b5eeaa1d
GM
4592001-04-23 Alex Schroeder <alex@gnu.org>
460
461 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
462 line-end-position a defalias is used for point-at-bol and point-at-eol.
463
b5eeaa1d
GM
4642001-04-23 Alex Schroeder <alex@gnu.org>
465
466 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 467 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 468
ac1470eb
EZ
4692001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
470
471 * textmodes/paragraphs.el (sentence-end): Doc fix.
472
624ef9b3
GM
4732001-04-20 Alex Schroeder <alex@gnu.org>
474
475 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 476 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
477
4782001-04-20 Alex Schroeder <alex@gnu.org>
479
480 * sql.el (sql-db2-program): New option.
481 (sql-db2-options): New option.
482 (sql-db2): New function.
483
4842001-04-20 Alex Schroeder <alex@gnu.org>
485
486 * sql.el (sql-mode-menu): Added highlighting entries.
487 (sql-highlight-oracle-keywords): New function.
488 (sql-highlight-postgres-keywords): New function.
489 (sql-highlight-ansi-keywords): New function.
490
4912001-04-20 Alex Schroeder <alex@gnu.org>
492
493 * sql.el (sql-help): Doc change.
494
2a83a11d
SM
4952001-04-19 Stefan Monnier <monnier@cs.yale.edu>
496
497 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
498
6f4dd4dc
GM
4992001-04-18 Gerd Moellmann <gerd@gnu.org>
500
0f8d6dc7
GM
501 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
502 for defmethod.
503
6f4dd4dc
GM
504 * comint.el (comint-cr-magic): New function.
505 (toplevel): Add it to comint-preoutput-filter-functions.
506
90200fcc
AI
5072001-04-18 Andrew Innes <andrewi@gnu.org>
508
509 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 510 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
511 (recompile): Remove stuff to set EMACSLOADPATH.
512
daa66f34
GM
5132001-04-18 Gerd Moellmann <gerd@gnu.org>
514
edc5c81d
GM
515 * language/slovak.el ("Slovak"): Add tutorial entry.
516
daa66f34
GM
517 * net/browse-url.el (browse-url-new-window-flag): Renamed from
518 browse-url-new-window-p.
519
5d5845dc
EZ
5202001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
521
522 * info.el (Info-menu-update): When there are no menus and/or no
523 cross references in the node, make the respective items of the
524 Info menu-bar menu inactive.
525
1c8addd0
GM
5262001-04-17 Gerd Moellmann <gerd@gnu.org>
527
f4f480bd
GM
528 * indent.el (indent-for-tab-command): Call indent-line-function
529 with no argument if PREFIX-ARG is non-nil.
530
1c8addd0
GM
531 * frame.el (delete-other-frames): Handle minibuffer-only frames.
532
8f9ab403
EZ
5332001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
534
535 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
536 an async subprocess if start-process is unavailable. Suggested by
537 Tim Van Holder <tim.van.holder@pandora.be>.
538
60322163
EZ
5392001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
540
541 * info.el (Info-additional-directory-list): Doc fix. Suggested by
542 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
543
e372bc67
EZ
5442001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
545
546 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
547 manual.
548
28037ecf
SM
5492001-04-13 Stefan Monnier <monnier@cs.yale.edu>
550
551 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
552 (cvs-menu): Add a few entries.
553
554 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
555 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
556 lock file appears to be reachable from Emacs.
557 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
558 (cvs-mode-find-file): Look for cvs-header-face rather than
559 cvs-dirname-face (which doesn't exist).
560 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
561
562 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
563
5d5e7f53
EZ
5642001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
565
566 * emulation/pc-select.el (pc-selection-mode): Don't turn on
567 normal-erase-is-backspace on a tty. Instead, bind some keys such
568 as [delete] directly, like pc-select.el did before
569 normal-erase-is-backspace was invented.
570
118562e1 5712001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
572
573 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
574
6c9e58c4
JW
5752001-04-11 John Wiegley <johnw@gnu.org>
576
28037ecf
SM
577 * eshell/em-ls.el (eshell-ls-insert-directory):
578 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
579 buffers, if Eshell's ls is being used.
580
118562e1 5812001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 582
28037ecf
SM
583 * calendar/timeclock.el (timeclock-completing-read): New function.
584 (timeclock-ask-for-project, timeclock-ask-for-reason):
585 Call `timeclock-completing-read'.
978bd3ea
JW
586
587 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
588 required where `member' was being used.
589
118562e1 5902001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 591
28037ecf
SM
592 * eshell/em-hist.el (eshell-previous-matching-input):
593 Don't display "History item" if the the minibuffer is active.
978bd3ea 594
30cb0001
GM
5952001-04-11 Gerd Moellmann <gerd@gnu.org>
596
597 * startup.el (command-line): Output a newline after printing
598 an error from loading the window system's init file.
599
e38af9bd
EZ
6002001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
601
28037ecf
SM
602 * textmodes/texinfo.el (texinfo-font-lock-keywords):
603 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
604 @inforef. Add an OVERRIDE of `keep' to highlight specs of
605 keywords whose arguments routinely include @@.
606
bbf63a7b
GM
6072001-04-10 Gerd Moellmann <gerd@gnu.org>
608
28037ecf
SM
609 * emacs-lisp/advice.el (ad-make-advised-definition):
610 Construct advice for subrs differently.
afffeb57 611
3fe35f35 612 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 613 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 614
c8d6d636 615 * simple.el (completion-list-mode-finish): New function.
28037ecf 616 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 617
2a52f40e 618 * language/european.el ("Polish"): Change sample text.
28037ecf 619 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 620
cf8b1bef
GM
621 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
622 parameter.
623
bbf63a7b
GM
624 * faces.el (menu): Doc fix.
625
719d83ad 6262001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
627
628 * ps-print.el: Footer implementation. Doc fix.
629 (ps-print-version): New version number (6.5.1).
630 (ps-header-frame-alist): New customization var for header frame
631 properties.
632 (ps-line-number-color): New customization var for line number color.
633 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
634 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
635 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
636 (ps-right-footer): New customization vars for footers.
637 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
638 footers.
639 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
640 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
641 Code fix.
319acba0
GM
642 (ps-prologue-file): Indentation fix.
643 (ps-print-quote): Fun eliminated.
644 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
645 (ps-output-frame-properties): New fun.
646 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
647 (ps-skip-newline): Replace defun by defsubst.
28037ecf 648
e372bc67 6492001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
650
651 * eshell/eshell.el (eshell-command): Needed a "%s" format
652 specifier, in case the buffer contains percent characters.
653
e372bc67 6542001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
655
656 * calendar/timeclock.el (timeclock-generate-report): Added a
657 missing insert of the project name.
658
9f9a5e7a
GM
6592001-04-09 Gerd Moellmann <gerd@gnu.org>
660
9170e5d4 661 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 662
865e97c1 663 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 664 (finder-data): Use it instead of `setwins'.
865e97c1
GM
665 From: Dave Love <fx@gnu.org>.
666
cf3885ac 667 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
668 (server-visit-files): Run server-visit-hook after going to
669 line 1 so that the hook can set point as it sees fit.
670
9f9a5e7a
GM
671 * bindings.el (mode-line-modified): Unify help messages.
672
51f32106
EZ
6732001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
674
675 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
676 All callers changed.
677
e02160a3
EZ
6782001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
679
8e6bb0d0
EZ
680 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
681 long file names aren't supported, truncate the file names in
682 quail-misc-package-ext-info to 8+3 before matching them against
683 FILENAME.
684
685 * dos-fns.el (dos-truncate-to-8+3): New function.
686
ec321d77
EZ
687 * progmodes/compile.el (grep-compute-defaults): Use null-device
688 instead of literal /dev/null. Reported by Jens Schmidt
689 <schmidt@mathematik.uni-kl.de>.
690
e02160a3
EZ
691 * simple.el (normal-erase-is-backspace-mode): Doc fix.
692
cf3885ac
SM
6932001-04-06 Stefan Monnier <monnier@cs.yale.edu>
694
695 * textmodes/sgml-mode.el: Add unknown maintainer.
696 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
697 (html-mode-map): Use set-keymap-parent.
698
3ffb33bb
DL
6992001-04-06 Dave Love <fx@gnu.org>
700
701 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
702 Remove redundant string-to-list.
703
8f625692
SM
7042001-04-05 Stefan Monnier <monnier@cs.yale.edu>
705
706 * composite.el (reference-point-alist): Doc fix.
707
1087f198
SS
7082001-04-05 Sam Steingold <sds@gnu.org>
709
8f625692
SM
710 * font-lock.el (font-lock-keywords-case-fold-search):
711 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
712 file made font-lock case-insensitive.
713
a55e4e68
GM
7142001-04-05 Gerd Moellmann <gerd@gnu.org>
715
0e4892e2
GM
716 * faces.el (defface menu): Doc fix.
717
4d664b04
GM
718 * wid-edit.el (widget-color-sample-face-get): Don't make
719 faces for undefined colors.
720
a55e4e68
GM
721 * version.el (emacs-version): Include LessTif/Motif version info.
722
f383cd0d
GM
7232001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
724
725 * ps-mule.el: Eliminate cl package dependence.
726 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
727 if they aren't defined yet.
728 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
729 Eliminate cl package dependence.
730
de28797f
SM
7312001-04-04 Stefan Monnier <monnier@cs.yale.edu>
732
733 * progmodes/cc-cmds.el (c-outline-level):
734 Bind buffer-invisibility-spec. Originally from Dave Love, but
735 got lost when incorporating version 5.26.
736
32df8b47
EZ
7372001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
738
de28797f
SM
739 * emulation/pc-select.el (pc-selection-mode):
740 Call normal-erase-is-backspace-mode instead of binding
741 keys individually.
58e4f61d 742
7f62656b
EZ
743 * cus-load.el (normal-erase-is-backspace): Use it instead of
744 delete-key-deletes-forward.
745
746 * startup.el (command-line): Use normal-erase-is-backspace and
747 normal-erase-is-backspace-mode.
748
749 * simple.el (normal-erase-is-backspace): Rename from
750 delete-key-deletes-forward. Doc fix.
751 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
752 delete-key-deletes-forward-mode. Doc fix.
753 Run normal-erase-is-backspace-hook.
7f62656b 754
32df8b47 755 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
756 ``human-readable'' format produced by GNU `ls'.
757 (dired-move-to-filename-regexp): Recognize ISO format dates.
758 From Paul Eggert <eggert@twinsun.com>.
32df8b47 759
5efa6032
GM
7602001-04-04 Gerd Moellmann <gerd@gnu.org>
761
762 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
763 New functions.
de28797f
SM
764 (lm-verify): Check keywords.
765 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 766
d757aac1
EL
7672001-04-03 Eric M. Ludlam <eric@siege-engine.com>
768
769 * speedbar.el (speedbar-insert-image-button-maybe): Check for
770 `xemacs' feature instead of for the function `set-extent-property'.
771
9832760a
SM
7722001-04-03 Stefan Monnier <monnier@cs.yale.edu>
773
774 * mail/mh-utils.el (mh-folder-hist): New var.
775 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
776
d565f6aa
EZ
7772001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
778
779 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
780 region, position point on the first or last 16-byte group.
781 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
782 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
783 hexl-beginning-of-line.
784
24c0fd39
GM
7852001-04-03 Gerd Moellmann <gerd@gnu.org>
786
5efa6032
GM
787 * icomplete.el (icomplete-mode): Treat an argument like other
788 modes do.
789
b3f6107b
GM
790 * startup.el (fancy-splash-head): Use splash8.xpm for color
791 depth 8.
792
24d451c5
SM
793 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
794 Add an antry for ``converts''.
476bf681 795
24d451c5
SM
796 * language/slovak.el ("Slovak"): Add documentation string.
797 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 798
450f6970
GM
799 * language/czech.el ("Czech"): Add documentation string.
800 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
801
24d451c5
SM
802 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
803 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
804
8052001-04-02 Stefan Monnier <monnier@cs.yale.edu>
806
807 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
808 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
809 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
810 Use `defsubst' rather than a macro to ease debugging.
811 (mail-extr-last): Remove (use `last' instead).
812 (mail-extract-address-components): Properly reset the syntax-table
813 after parsing an address. Use `last' rather than mail-extr-last.
814 Make sure the end marker stays at the very end.
24c0fd39 815
2b908342
EZ
8162001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
817
818 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
819 last change.
820
acfb077d
GM
8212001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
822
823 * ps-print.el: Line and paragraph spacing feature. Region to cut
824 out when printing. Doc fix.
825 (ps-print-version): New version number (6.5).
24d451c5
SM
826 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
827 New vars. Line and paragraph spacing feature.
acfb077d
GM
828 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
829 out when printing.
830 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
831 (ps-get-font-size, ps-begin-job, ps-continue-line)
832 (ps-plot-region): Code fix.
833 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
834 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
835 New internal vars.
acfb077d
GM
836 (ps-get-size): New fun.
837 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
838 (ps-next-line): Replace defun by defsubst.
839 (ps-mule-plot-string): Autoload doc fix.
840
841 * ps-bdf.el: XEmacs compatibility. Doc fix.
842 (installation-directory, coding-system-for-read): Declare vars if
843 it's not declared yet.
844 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
845
846 * ps-mule.el: XEmacs compatibility. Doc fix.
847 (leading-code-private-22): Declare var if it's not declared yet.
848 (charset-bytes, charset-dimension, charset-id, charset-width)
849 (find-charset-region, split-char, char-width, chars-in-region)
850 (forward-point, decompose-composite-char, encode-coding-string)
851 (coding-system-p, ccl-execute-on-string, define-ccl-program):
852 Define funs if not defined yet.
853 (encode-composition-rule, find-composition): Define funs if not
854 loaded yet.
855 (ps-mule-prologue): PostScript code fix.
856
8572001-04-02 Kenichi Handa <handa@etl.go.jp>
858
859 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
860 non-nil, generate font for the header strings.
861 (ps-mule-prepare-font): Likewise.
862 (ps-mule-generate-glyphs): Likewise.
863 (ps-mule-string-encoding): Likewise.
864 (ps-mule-header-charsets): New variable.
865 (ps-mule-encode-header-string): New function.
866 (ps-mule-header-string-charsets): New function.
867 (ps-mule-begin-job): Check charsets in the header strings. If there
868 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
869
870 * ps-print.el (ps-generate-header-line): Encode the header string by
871 ps-mule-encode-header-string.
872 (ps-mule-encode-header-string): Declare autoload.
873
c0eb3c10
GM
8742001-04-02 Gerd Moellmann <gerd@gnu.org>
875
24d451c5
SM
876 * frame.el (cursor-in-non-selected-windows):
877 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 878
a3d0b0e0
KH
8792001-03-31 Kenichi Handa <handa@etl.go.jp>
880
881 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
882 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 883 (quail-misc-package-ext-info): New variable.
a3d0b0e0 884 (tsang-quick-converter): New function.
24d451c5
SM
885 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
886 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
887 (miscdic-convert, batch-miscdic-convert): New functions.
888
55f7832c
KH
8892001-03-30 Kenichi Handa <handa@etl.go.jp>
890
a2217cd8
KH
891 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
892 eight-bit-control chars.
893
55f7832c 894 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 895 Reduce making temporary vector (suggested by Dave Love).
55f7832c 896
911a2406
EZ
8972001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
898
899 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
900 string as well.
901
1a518f2c
AS
9022001-03-30 Andreas Schwab <schwab@suse.de>
903
904 * files.el (backup-directory-alist): Fix typo.
905
ef080b16
EZ
9062001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
907
908 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
909 <eggert@twinsun.com>.
910
e4174a55
DL
9112001-03-30 Dave Love <fx@gnu.org>
912
913 * progmodes/fortran.el (fortran-comment-region): Fix typo.
914
9d5d1075
EZ
9152001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
916
917 * simple.el (transient-mark-mode): Mention C-g in the doc string.
918
a27b451e
MB
9192001-03-30 Miles Bader <miles@gnu.org>
920
921 * subr.el (interactive-form): Fix paren typo.
922
aea51abe
EZ
9232001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
924
925 * emacs-lisp/profile.el: Say that it's obsolete in the header
926 line, so that finder.el puts that into its data-base.
927 Suggested by Alex Schroeder <alex@gnu.org>.
928
249dd409
EZ
9292001-03-29 Paul Eggert <eggert@twinsun.com>
930
931 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
932 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
933
1ac1fa96
SM
9342001-03-29 Stefan Monnier <monnier@cs.yale.edu>
935
936 * generic.el (generic-mode-set-comments): Use "" rather than nil
937 for comment-end.
938
e2b8a830
GM
9392001-03-29 Gerd Moellmann <gerd@gnu.org>
940
1ac1fa96
SM
941 * emacs-lisp/advice.el (ad-make-advised-definition):
942 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
943
944 * subr.el (interactive-form): New function.
945
8b2375e7
AS
9462001-03-29 Andre Spiegel <spiegel@gnu.org>
947
948 * vc-sccs.el (vc-sccs-register): Use relative file names.
949
f827b862
GM
9502001-03-28 Gerd Moellmann <gerd@gnu.org>
951
e59d0e9d
GM
952 * bookmark.el (bookmark-get-bookmark): Handle case that
953 BOOKMARK is not a string.
954
deb2613a
GM
955 * image.el (image-type-regexps): Change type for PS files
956 to `postscript'.
957
f827b862
GM
958 * subr.el (read-passwd): Clear command history after each
959 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
960
3c9449d0
KH
9612001-03-27 Kenichi Handa <handa@etl.go.jp>
962
963 * international/kkc.el (kkc-save-init-file): Locally bind
964 print-length to nil.
965
e6b13c74
GM
9662001-03-26 Gerd Moellmann <gerd@gnu.org>
967
e120bebf
GM
968 * textmodes/flyspell.el: Some doc fixes.
969 (flyspell-maybe-correct-transposition)
970 (flyspell-maybe-correct-doubling): Use a temporary buffer
971
972 * textmodes/ispell.el (ispell-parse-output): Doc fix.
973
5f6c5771 974 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
975 (byte-optimize-form-code-walker): Diagnose too few arguments
976 for `if' and `while'.
977
2b984c45
KH
9782001-03-26 Kenichi Handa <handa@etl.go.jp>
979
980 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
981 Prepend `\' to "\<quail-translation-docstring>".
982
bf2150fa
GM
9832001-03-26 Gerd Moellmann <gerd@gnu.org>
984
5f6c5771
SM
985 * autorevert.el (global-auto-revert-non-file-buffers):
986 Remove duplicate defcustom.
bf2150fa 987
a0d59316
MB
9882001-03-26 Miles Bader <miles@gnu.org>
989
5f6c5771
SM
990 * international/latin1-disp.el (latin1-char-displayable-p):
991 Add leading "-" for X font pattern.
a0d59316 992
9edbff6c
KH
9932001-03-26 Kenichi Handa <handa@etl.go.jp>
994
5f6c5771
SM
995 * international/mule-diag.el (describe-coding-system):
996 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
997 charsets they can encode.
998
50b57199
EZ
9992001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1000
1001 * help.el (view-lossage): Mention open-dribble-file in the doc
1002 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1003
5b83f9c0
SM
10042001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1005
1006 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1007 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1008
e0ecbf5c
KH
10092001-03-23 Kenichi Handa <handa@etl.go.jp>
1010
5b83f9c0
SM
1011 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1012 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
1013 multibyte sequence can work correctly.
1014 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1015 property of the coding system.
1016
1cc218de
SM
10172001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1018
1019 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1020 Fix transcription typo.
1021
a3db02ad
RV
10222001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1023
1024 * whitespace.el: Add buffer local variables to toggle testing of
1025 whitespaces in buffers without affecting the default values.
a3db02ad 1026 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
1027 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1028 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1029 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 1030
83c9cb8e
SM
10312001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1032
1033 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1034
180d5509
GM
10352001-03-21 Gerd Moellmann <gerd@gnu.org>
1036
eeb5b5c1
GM
1037 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1038 bs-cycle-configuration-name. From Juanma Barranquero
1039 <lektu@uol.com.br>.
1040
170a9e70
GM
1041 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1042 and cc-vars.el.
1043
180d5509
GM
1044 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1045 headers. Always invoke sendmail with option -t.
1046
130c507e
GM
10472000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1048
1049 * Release of cc-mode 5.28.
1050
10512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1052
1053 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1054 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 1055 It's instead taken care of by the default value for c-default-style.
130c507e 1056
130c507e
GM
10572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1058
1059 * cc-align.el (c-lineup-math): Fix bug where lineup was
1060 triggered by equal signs in string literals.
1061
10622000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1063
1064 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1065 limit detection when at the ends of the buffer.
1066
1067 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1068 "for" statement clause in case 7F; a better one is done
1069 earlier in case 7D anyway.
1070
10712000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1072
1073 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1074 somewhat more and did a small optimization.
1075
10762000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1077
1078 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1079 Use the limit argument only to limit the syntactic context
1080 search, not to limit the actual movement.
1081
1082 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1083 inside multiline strings, just like in comments. Also various
1084 fixes to the paragraph and comment prefix recognition, block
1085 comment ender handling etc.
1086
10872000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1088
1089 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1090 the relative position of the point.
1091
1092 * cc-cmds.el (c-electric-continued-statement): New function to
1093 use as abbrev hook to reindent for keywords such as "else"
1094 that continues an earlier statement.
1095
1096 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1097 like classes.
1098
1099 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1100 (pike-mode): Populate the default abbrev tables to reindent for
1101 keywords such as "else" that can continue earlier statements.
1102 Abbrev mode is therefore turned on by default now. (Note that
1103 this doesn't apply to idl-mode, since IDL afaik doesn't have
1104 statements at all.)
1105
11062000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1107
1108 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1109 bracelists where the declaration contains template arguments.
1110
11112000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1112
83c9cb8e
SM
1113 * cc-cmds.el (c-comment-indent):
1114 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
1115 syntactic indentation. Fixes bug with lineup functions that
1116 return vectors.
1117
1118 * cc-engine.el (c-get-syntactic-indentation): Split the
1119 indentation sum calculation from `c-indent-line' to a separate
1120 function.
1121
11222000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1123
1124 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1125 Fixed places where it was assumed that preprocessor directives
1126 have to start in column zero.
1127
1128 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1129 template arguments after a class identifier properly.
1130
1131 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1132 lists for `new Foo[]' constructs in Java as expressions and
1133 not top level definition brace lists on the top level, so that
1134 they'll get indented consistently with the same type of
1135 expression in a normal block.
1136
11372000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1138
1139 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1140 whether the adaptive filling package fails to keep the comment
1141 prefix is now kludged further to check for filladapt-mode
1142 which doesn't have that problem. This is really icky, but it's
1143 the only way that works with the current misfeatures/bugs in
1144 both adaptive-fill-mode and filladapt-mode.
1145
1146 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1147 around point is recognized more robust.
1148
11492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1150
1151 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1152 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1153 (c-lit-type): Fixed all internal variables used dynamically so
1154 that they are always bound.
1155
1156 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1157 errors:
1158
1159 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
1160 the region is fully reindented even when an error occurs.
1161 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
1162 whole lot of code that tried to optimize indentation of whole
1163 sexps but in reality accomplishes nothing.
1164
1165 (c-indent-sexp): Use c-indent-region.
1166
1167 (c-parsing-error): Changed this variable to hold the message
1168 for any syntactic error that is discovered.
1169
1170 (c-parse-state): Search backward from point instead of the bod
1171 position when the latter is invalid. This makes CC Mode
1172 recover faster when there are unbalanced close braces.
1173
1174 (c-backward-to-start-of-if): Use c-parsing-error to report
1175 dangling "else" clauses instead of throwing an error, and fall
1176 back to a reasonable position.
1177
83c9cb8e 1178 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 1179
83c9cb8e 1180 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
1181
11822000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1183
1184 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1185 paragraph recognition when moving by sentence in literals.
1186
83c9cb8e
SM
1187 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1188 start regexp for javadoc to recognize javadoc markup in general instead
1189 of a specific set of keywords, to be more future-safe.
130c507e
GM
1190
1191 (c-Pike-pikedoc-paragraph-start)
1192 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1193 pikedoc markup.
1194
83c9cb8e 1195 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 1196
83c9cb8e 1197 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
1198
1199 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1200
1201 (c-comment-prefix-regexp): Made it possible to use an
1202 association list on this to specify mode specific regexps.
1203 The default value now use a special regexp in Pike mode to
1204 recognize pikedoc markup.
1205
1206 (c-current-comment-prefix): New variable containing the actual
1207 regexp from c-comment-prefix-regexp for the current buffer.
1208
12092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1210
1211 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1212 lists: We can't look at the syntax, since a brace list can get
1213 recognized as a plain statement-cont.
1214
1215 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1216 special brace list opener broken over two lines got recognized
1217 as a statement on the second line. Case 9A changed.
1218
12192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1220
1221 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1222 adjustment after line is reindented.
1223
12242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1225
1226 * cc-defs.el (c-point): Added optional argument for position
1227 to use instead of the current point.
1228
1229 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1230 the in-expression block symbols when the construct starts at
1231 boi, to avoid the extra level of indentation in that case.
1232 Cases 4, 16A and 17E affected.
1233
12342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1235
1236 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 1237 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
1238
1239 * cc-engine.el (c-indent-line): Use the syntax already bound
1240 to `c-syntactic-context', if there is any.
1241
12422000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1243
1244 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1245 wasn't added up correctly when a lineup function returned nil.
1246
12472000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1248
1249 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 1250 empty lines were ignored when collecting line comments backwards.
130c507e
GM
1251
12522000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1253
1254 * cc-align.el (c-lineup-dont-change): Return an absolute
1255 indentation column to work correctly in the case when several
1256 syntactic elements are processed for the same line.
1257
1258 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1259 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1260 (c-set-offset): Added absolute indentation column settings by
1261 using the vector type.
1262
130c507e
GM
12632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1264
1265 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1266 Implemented two new cleanups `space-before-funcall' and
1267 `compact-empty-funcall'.
1268
130c507e
GM
12692000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1270
1271 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1272 helping building regexps.
1273
1274 * cc-engine.el (c-on-identifier): New function for detecting
1275 identifiers. It takes keywords into account.
1276
1277 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1278 lists. `c-keywords' is set to a regexp matching all keywords
1279 in the current language.
1280
12812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1282
1283 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1284 list of characters to skip backwards over at the beginning of
1285 a statement, since it can precede string literals in Pike.
1286
12872000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1288
1289 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1290 recognition when standing on the last line in a C++ comment
1291 with nothing but whitespace after the prefix.
1292
1293 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1294 given no limit argument.
1295
12962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1297
1298 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1299 recognition for the `[]= operator symbol in Pike.
1300
13012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1302
1303 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1304 around a bug in `eval-when-compile' in the byte compiler.
1305
1306 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 1307 value when count is zero and there's no token start within the limit.
130c507e
GM
1308
1309 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1310 "prefix comments", i.e. comments which are followed by code on
1311 the same line.
1312
1313 * cc-mode-19.el: Fixes so that checks that must be done at
1314 compile time also are done then.
1315
13162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1317
1318 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1319 time and at runtime, and only when it's needed.
1320
13212000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1322
1323 Major cleanup for less error prone and more warning free
1324 compilation, including some fixes for bugs due to different
1325 compilation orders. Thanks to Martin Buchholz for providing
1326 the basis for all this.
1327
1328 * cc-bytecomp.el: New file that provides some byte compilation
1329 features: It ensures that files always are loaded from the
1330 current source directory during compilation, and it provides a
1331 set of macros to turn off specific compiler warnings for
1332 specific symbols. (It's not CC Mode specific in any way.)
1333
1334 Fixed a nearly acyclic dependency tree (both runtime and
1335 compile-time) between all files.
1336
1337 * cc-defs.el: Separated all macros before the inline functions,
1338 to ensure correct compilation.
1339
1340 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1341 cc-defs.el to cc-engine.el and made it a function instead.
1342
1343 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1344 about char-after.
1345
1346 * cc-vars.el: Cope even when there isn't a custom package
1347 containing defcustom available.
1348
1349 * cc-make.el: Removed since it's no longer necessary.
1350
1351 README: Updated installation instructions.
1352
13532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1354
1355 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1356 improve the modularity: Moved all mode init stuff from
1357 cc-langs.el to cc-mode.el, including the keymap
1358 initialization; cc-langs now only contains the various
1359 variables for configuring the language syntax.
1360
83c9cb8e
SM
1361 * cc-engine.el, cc-styles.el (c-evaluate-offset)
1362 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 1363 dependency analysis suggests they belong there (which also
83c9cb8e 1364 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
1365
13662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1367
1368 * cc-cmds.el (c-fn-region-is-active-p): New function that
1369 wraps the corresponding macro, for use in places that aren't
1370 compiled. Thanks to Martin Buchholz for pointing out this.
1371
83c9cb8e 1372 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
1373
1374 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1375 add things to the bug report.
1376
13772000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1378
1379 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1380 returned prefix could contain a newline when the search for a
1381 good prefix line failed.
1382
13832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1384
1385 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1386 (c-toggle-auto-hungry-state): Made the argument optional, as
1387 the documentation says it is.
1388
13892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1390
1391 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1392 multiline string syntax, #"...", as a cpp macro.
1393
7008ccac
GM
13942001-03-21 Paul Eggert <eggert@twinsun.com>
1395
83c9cb8e
SM
1396 * international/mule-cmds.el (set-locale-environment):
1397 Set system-messages-locale and system-time-locale, but only if the
7008ccac 1398 caller specifies a non-nil locale name.
3c9449d0 1399
c2478129 14002001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
1401
1402 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 1403 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 1404
117e4b0c
GM
14052001-03-20 Gerd Moellmann <gerd@gnu.org>
1406
7194219d
GM
1407 * follow.el (follow-avoid-tail-recenter): Doc fix.
1408
5721ae13
GM
1409 * custom.el (custom-set-variables): Avoid reversing the list
1410 of args needlessly.
1411
7b8bbf72
GM
1412 * startup.el (fancy-splash-head): Don't change the colors of the
1413 XPM image on a dark background.
1414
a91ad7c9
GM
1415 * comint.el (comint-exec-1): Set columns of the terminal to
1416 window-width instead of frame-width.
1417
fa88947e
GM
1418 * info.el (Info-scroll-down): Add missing WINDOW arg for
1419 pos-visible-in-window-p.
1420
1741905c
GM
1421 * ehelp.el (electric-help-mode-hook): Add defcustom.
1422
117e4b0c
GM
1423 * mail/sendmail.el (mail-mode): Activate case-folding in
1424 font-lock-defaults.
1425
e84c695d
SM
14262001-03-19 Stefan Monnier <monnier@cs.yale.edu>
1427
1428 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1429 (completion-ignored-extensions): Remove duplicate ".class".
1430
fc774041
AS
14312001-03-19 Andreas Schwab <schwab@suse.de>
1432
83c9cb8e
SM
1433 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1434 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 1435
c2c097cc
GM
14362001-03-19 Gerd Moellmann <gerd@gnu.org>
1437
1438 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1439 methods since there are not prefix input methods.
1440
fbe2e958
KH
14412001-03-19 Kenichi Handa <handa@etl.go.jp>
1442
83c9cb8e
SM
1443 * international/mule-cmds.el (read-input-method-name):
1444 Locally bind enable-recursive-minibuffers to t.
fbe2e958 1445
da47e491
SM
14462001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1447
1448 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1449
4986c2c6 14502001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 1451
4986c2c6
MK
1452 * ediff-util.el: Copyright years.
1453 (ediff-choose-syntax-table): New function.
1454 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 1455
4986c2c6
MK
1456 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1457 with-syntax-table.
83c9cb8e 1458
4986c2c6 1459 * ediff.el: Date of last update, copyright years.
83c9cb8e 1460
4986c2c6 1461 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 1462
4986c2c6
MK
1463 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1464 of Scott Bronson.
1465 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1466 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1467 Deleted functions.
1468 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1469 ex-token-list.
83c9cb8e 1470
4986c2c6 1471 * viper-util.el: Spaces, indentation.
83c9cb8e 1472
4986c2c6 1473 * viper.el: Changed version, modification time.
83c9cb8e 1474
3c799aec 14752001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
1476
1477 * calendar/timeclock.el (timeclock-workday-remaining):
1478 Check whether `discrep' is non-null before using it.
3c799aec 1479
ae3ce418
JW
14802001-03-16 John Wiegley <johnw@gnu.org>
1481
1482 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1483 first-time checkins.
1484 (timeclock-log-data): Fixed problem with reading timelog log file.
1485 Resulting data in the "day list" was incorrect.
1486 (timeclock-find-discrep): Check if `timeclock-file' is readable
1487 before opening it.
1488 (timeclock-time-less-p): New function.
1489 (timeclock-day-base): New function.
1490 (timeclock-geometric-mean): New function.
1491 (timeclock-generate-report): Generate a summary report based on
1492 the contents of the log file. This uses `timeclock-log-data', and
1493 is an example of writing a timelog manipulation function.
1494 (timeclock-visit-timelog): A quick command for opening the timelog
1495 file.
1496 (timeclock-log-data): Bound the variable event.
1497
c8d4a9bb
KH
14982001-03-16 Kenichi Handa <handa@etl.go.jp>
1499
83c9cb8e
SM
1500 * international/mule-cmds.el (select-safe-coding-system):
1501 Fix typo: symbol-name -> symbol-value.
11d56c64 1502
c8d4a9bb
KH
1503 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1504 before substitute-in-file-name to handle double slashes in FILE
1505 correctly.
1506
c899e7e6
GM
15072001-03-15 Gerd Moellmann <gerd@gnu.org>
1508
1509 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1510 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1511
819dce0f
GM
15122001-03-14 Gerd Moellmann <gerd@gnu.org>
1513
697617d9
GM
1514 * bindings.el (features): Add `md5' and `overlay' to the list.
1515
819dce0f
GM
1516 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1517 bound before using it. It's not bound when configured without X,
1518 for instance.
1519
e0067a9d
TTN
15202001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1521
1522 * progmodes/hideshow.el: Update copyright.
1523 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 1524 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 1525
afcdc0a1
GM
15262001-03-13 Gerd Moellmann <gerd@gnu.org>
1527
e0067a9d 1528 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
1529 a non-list.
1530
30564c48
EZ
15312001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1532
1533 * startup.el (fancy-splash-tail, command-line-1): Fix the
1534 copyright year.
1535
2b8e24b3
KH
15362001-03-13 Kenichi Handa <handa@etl.go.jp>
1537
1538 * term.el: These changes are based on a patch sent from Yong Lu
1539 <lyongu@yahoo.com>.
1540 (term-set-escape-char): Bind M-x to execute-extended-command in
1541 term-raw-escape-map.
1542 (term-move-columns): Don't try to move to negagive column.
1543 (term-emulate-terminal): Insert a string before deleting a text to
1544 overwrite.
1545
789b6186
GM
15462001-03-12 Gerd Moellmann <gerd@gnu.org>
1547
b0778a31
GM
1548 * play/life.el (life): Rearrange code so that all calls to
1549 life-display-generation are in a catch-form.
1550
04528cda
GM
1551 * progmodes/etags.el (tags-loop-continue): Don't change point in a
1552 file that isn't interesting. In an interesting file, push the old
1553 value of point on the mark ring.
1554
760cefb5
GM
1555 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1556 New function.
1557 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1558 Use it.
1559
83c9cb8e
SM
1560 * emacs-lisp/autoload.el (generate-file-autoloads):
1561 Remove warning about line lengths.
789b6186 1562
a2ffbafe
FP
15632001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
1564
1565 * progmodes/etags.el (tags-compression-info-list): New variable.
1566 (find-tag-in-order): Use it to deal with compressed source files.
1567 (tag-file-name-match-p): New function.
1568 (etags-recognize-tags-table): Use it for better match of file names.
1569
5c9d9d92
KH
15702001-03-12 Kenichi Handa <handa@etl.go.jp>
1571
ba3e9b9b
KH
1572 * international/mule-cmds.el (register-input-method): Doc fix.
1573
5c9d9d92
KH
1574 * international/quail.el (quail-translate-key): Fix condition to
1575 check if there's another breaking point in the current key.
1576
40beecee
EZ
15772001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
1578
1579 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1580 Babyl header to the newly-created output file, bind
1581 coding-system-for-write to either rmail-file-coding-system or
1582 emacs-mule-unix.
1583
75c6cb7f
SM
15842001-03-11 Stefan Monnier <monnier@cs.yale.edu>
1585
1586 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1587 Fix the name and regexp used for subsubsections.
1588
5ec17636
DL
15892001-03-10 Dave Love <fx@gnu.org>
1590
1591 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1592 and save-buffer if buffer-file-name non-nil. From rms.
1593
6d2e2c02
AS
15942001-03-10 Andre Spiegel <spiegel@gnu.org>
1595
1596 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 1597 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
1598 to reflect that.
1599 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 1600 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
1601 variable bindings that might affect the diff command.
1602 (vc-print-log): Don't switch to the *vc* buffer before the
1603 command, so that local variable bindings are preserved.
1604
789b6186 1605 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
1606 not the current buffer.
1607 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1608
789b6186 1609 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 1610 make output go to buffer *vc*, not the current buffer.
a2ffbafe 1611
b18f5523
SM
16122001-03-09 Stefan Monnier <monnier@cs.yale.edu>
1613
1614 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1615 so ^, $, *, ? and + are interpreted correctly.
1616
3cfd8357
GM
16172001-03-09 Gerd Moellmann <gerd@gnu.org>
1618
c085b77c 1619 * help.el (string-key-binding): Renamed from
f9db8f19
SM
1620 mode-line-key-binding. Handle any event on a string.
1621 Check for `keymap' properties as well as `local-map' properties.
c085b77c 1622
3cfd8357
GM
1623 * comint.el (comint-insert-clicked-input): Use the last key
1624 from this-command-keys to lookup the global key definition.
1625
348f797a
KH
16262001-03-09 Kenichi Handa <handa@etl.go.jp>
1627
3ebf3717
KH
1628 * international/characters.el: Add category `j' for
1629 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1630
348f797a
KH
1631 * international/mule-conf.el (no-conversion): Fix docstring.
1632 (raw-text): Fix docstring.
1633
e1fbabaf
GM
16342001-03-08 Gerd Moellmann <gerd@gnu.org>
1635
96e8e603
GM
1636 * simple.el (choose-completion-string): When not leaving the
1637 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1638 is set.
1639
e1fbabaf
GM
1640 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1641 parameter `(minibuffer . t)'.
1642
f9db8f19
SM
16432001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1644
1645 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1646 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1647 (sh-mode): Remove `make-local-variable' for unused var
1648 `font-lock-unfontify-region-function'.
1649
02756877
RS
16502001-03-07 Richard M. Stallman <rms@gnu.org>
1651
132bf46d
RS
1652 * info.el (Info-scroll-down): Fix previous change.
1653
02756877
RS
1654 * mail/rmail.el (rmail-toggle-header): Use a window which
1655 is showing the Rmail buffer, rather than the selected window.
1656
eeb24429
DL
16572001-03-07 Dave Love <fx@gnu.org>
1658
1659 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1660 now, to avoid problems with binding imenu directly to a mouse event.
1661
3bdf2660
GM
16622001-03-07 Gerd Moellmann <gerd@gnu.org>
1663
1664 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1665 second arg t.
1666
16672001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
1668
1669 * log-edit.el (log-edit-common-indent): New var.
1670 (log-edit-set-common-indentation): Renamed from
1671 log-edit-delete-common-indentation. Use the new var.
1672 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1673
1674 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1675 (cvs-mode-add-change-log-entry-other-window):
1676 Don't presume change-log-default-name is defined.
1677
1678 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1679
1680 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1681 the "tree" operation as well.
1682
1683 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1684
1685 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1686 to match paragraph-start.
1687
1688 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1689 comment-start-skip and set comment-end-skip as well.
1690 (sgml-comment-indent): Fix for new value of comment-start-skip.
1691 (html-autoview-mode): Don't bother using make-local-hook.
1692
2ad02767
GM
16932001-03-07 Gerd Moellmann <gerd@gnu.org>
1694
189638d5 1695 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 1696 variables, otherwise long Custom entries would make them ineffective.
189638d5 1697
2ad02767
GM
1698 * uniquify.el: Set maintainer to FSF.
1699
656f8cae
EZ
17002001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1701
1702 * dired-aux.el (dired-do-shell-command): Doc fix.
1703
c83965c4
SM
17042001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1705
04af43bc
SM
1706 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1707
1708 * which-func.el (which-func-modes): Add cperl-mode.
1709 (which-func-mode-global): Use define-minor-mode.
1710
1711 * info-look.el: Docstring fixes and dead code eliminated.
1712 (cperl-mode): Add support.
1713 (emacs-lisp-mode): List all entries from elisp manual, whether
1714 or not they are currently (f)bound or not. Update regexp.
1715
1716 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1717
c83965c4
SM
1718 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1719 so that C-h m shows the correct information.
1720 Use make-local-variable rather than make-variable-buffer-local.
1721 (cperl-info-buffer, cperl-setup-tmp-buf):
1722 Use make-local-variable rather than make-variable-buffer-local.
1723 (cperl-msb-fix, cperl-get-help-defer):
1724 Check major-mode for `cperl-mode' as well.
1725
1726 * progmodes/cperl-mode.el: Updated to author version 4.23.
1727 (cperl-electric-pod): SYNOPSIS was misspelled.
1728 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1729 (cperl-after-expr-p): Make true after __END__.
1730
f16a7aa5
GM
17312001-03-06 Gerd Moellmann <gerd@gnu.org>
1732
157ae273 1733 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 1734 bookmark-completion-ignore-case is t.
157ae273 1735
f16a7aa5
GM
1736 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1737 switch, like xterm, and concat resource strings, with a newline
1738 between them.
1739
abaddb98
EZ
17402001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1741
a2ffbafe 1742 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
1743 (cp773-decode-table, cp774-decode-table): New variables.
1744
abaddb98
EZ
1745 * man.el (Man-hyphenated-reference-regexp): New variable.
1746 (Man-build-references-alist): Use it to search for referenced
1747 manpages. If hyphenated is non-nil, record a concatenated word in
1748 Man-refpages-alist only if it matches Man-reference-regexp.
1749 Update word's length when it is concatenated. Reverse the list,
1750 to get the first manpage at the head.
1751 (Man-possibly-hyphenated-word): New function.
1752 (Man-follow-manual-reference): Use it instead of current-word to
1753 find a manpage at point, in a way that accounts for hyphenated
1754 references.
1755
eb3f61dd
GM
17562001-03-06 Alex Schroeder <alex@gnu.org>
1757
1758 * sql.el (sql-interbase): New function.
1759 (sql-interbase-program): New option.
1760 (sql-interbase-options): New option.
1761 And some typos fixed: "customise" to "customize".
1762
fa84f42a
DL
17632001-03-06 Dave Love <fx@gnu.org>
1764
83c9cb8e
SM
1765 * textmodes/flyspell.el (flyspell-region):
1766 Set up flyspell-local-mouse-map.
fa84f42a 1767
fda3411d
RS
17682001-03-05 Richard M. Stallman <rms@gnu.org>
1769
a2ffbafe 1770 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
1771 Don't call rmail-beginning-of-message.
1772 Don't discard From: field. Do discard Received: field.
1773 Use unwind-protect to re-prune.
1774 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 1775
e972ab1f
KH
17762001-03-06 Kenichi Handa <handa@etl.go.jp>
1777
1778 * international/quail.el (quail-title): Add autoload cookie.
1779
335db3c1
DL
17802001-03-05 Dave Love <fx@gnu.org>
1781
1782 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1783 new defs.
1784
278dd6ac
KH
17852001-03-05 Kenichi Handa <handa@etl.go.jp>
1786
83c9cb8e
SM
1787 * language/ethio-util.el (ethio-toggle-space):
1788 Update current-input-method-title if necessary.
36d5e61d
KH
1789 (ethio-toggle-punctuation): Likewise.
1790
341cd4f0
KH
1791 * international/quail.el (quail-title): Fix for the case that a
1792 title of an input method is specified by a list of the same form
1793 as used in mode-line-format.
1794
83c9cb8e
SM
1795 * international/mule-cmds.el (activate-input-method):
1796 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
1797 respect that value.
1798
10ebaeb6
GM
17992001-03-05 Gerd Moellmann <gerd@gnu.org>
1800
1801 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1802
7a65c85c
GM
18032001-03-05 Alex Schroeder <alex@gnu.org>
1804
1805 * sql.el (sql-sybase): Fix typo (was: query user about server two
1806 times instead of server and database).
1807
1808 * sql.el (sql-sybase): Doc change.
1809 (sql-mysql): Doc change.
1810 (sql-postgres): Doc change.
1811
b86644f2
KH
18122001-03-05 Kenichi Handa <handa@etl.go.jp>
1813
83c9cb8e
SM
1814 * international/mule-conf.el (emacs-mule, raw-text):
1815 Docstring modified.
b86644f2 1816
e30bd7b7
EZ
18172001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1818
1819 * term/internal.el: Update copyright notice.
1820
1821 * term/pc-win.el: Update copyright notice.
1822
7e365285
DL
18232001-03-02 Dave Love <fx@gnu.org>
1824
83c9cb8e
SM
1825 * files.el (insert-file-contents-literally):
1826 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1827 not jka-compr-compression-info-list.
7e365285 1828
75ed43a6
SM
18292001-03-02 Stefan Monnier <monnier@cs.yale.edu>
1830
1831 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1832 spaces in default comment-start-skip settings rather than \s-.
1833
53c4b1e6
EZ
18342001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1835
1836 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1837 default-frame-alist as well.
1838
028d739a
DL
18392001-03-01 Dave Love <fx@gnu.org>
1840
1841 * textmodes/reftex.el (defvar): Wrap some defvars in
1842 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
1843
1844 * subr.el (event-basic-type): Doc fix.
1845
1846 * international/quail.el: Doc fixes.
1847
1848 * international/utf-8.el: Doc fixes.
1849
1850 * international/mule-cmds.el: Doc fixes.
1851 (leim-list-header): Fix header text.
1852
1853 * international/mule.el (coding-system-category): Doc fix.
1854
1855 * international/ccl.el (ccl-compile): Doc fix.
1856
15d1caef
SM
18572001-03-01 Stefan Monnier <monnier@cs.yale.edu>
1858
1859 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1860 rather than (before|after)-change-functions.
1861
f84ff02c
GM
18622001-03-01 Gerd Moellmann <gerd@gnu.org>
1863
1864 * ediff-util.el (ediff-scroll-horizontally): Arrange for
1865 scroll-left and scroll-right being called interactively so that
1866 they set the window's min_hscroll.
1867
e0c1e774
EZ
18682001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
1869
1870 * info.el (info-insert-file-contents-1): Accept an additional
1871 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
1872 `suffix'; otherwise use the complicated MS-DOS code.
1873 All callers changed.
e0c1e774
EZ
1874 (info-insert-file-contents, Info-find-node): If the MS-DOS port
1875 can access long file names, try the long file-name version of
1876 `info-insert-file-contents-1', then the short file-name version.
1877
b8b2ea31 18782001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 1879
af122766
KH
1880 * language/ethio-util.el (setup-ethiopic-environment-internal):
1881 Change bindings of functions keys to conform to "Emacs Lisp Coding
1882 Convention".
1883
1884 * language/ethiopic.el ("Ethiopic"): Add documentation.
1885
b8b2ea31
KH
18862001-02-28 Kenichi Handa <handa@etl.go.jp>
1887
1d64e2ad
KH
1888 * international/utf-8.el (mule-utf-8): Set coding-category
1889 property to coding-category-utf-8.
1890
91cb6e51
RS
18912001-02-27 Richard M. Stallman <rms@gnu.org>
1892
1893 * lpr.el (lpr-page-header-switches, print-region-1):
1894 Undo 2000-07-06 change.
7298f3f7
RS
1895 (lpr-add-switches): Default to t on gnu/linux.
1896
c0cb1027
GM
18972001-02-27 Gerd Moellmann <gerd@gnu.org>
1898
1899 * bs.el (bs-attributes-list): Doc fix.
1900
01459648
GM
19012001-02-26 Gerd Moellmann <gerd@gnu.org>
1902
baebd8a5 1903 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 1904
01459648
GM
1905 * help.el (view-order-manuals): Use goto-address.
1906
1907 * startup.el (command-line-1): Add info about ordering manuals
1908 to the not so fancy splash screens.
1909
f93e614e
AS
19102001-02-26 Andre Spiegel <spiegel@gnu.org>
1911
01459648
GM
1912 * vc.el (vc-default-workfile-unchanged-p)
1913 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 1914
12435002
GM
19152001-02-26 Gerd Moellmann <gerd@gnu.org>
1916
a2ffbafe 1917 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
1918 fontify in the right buffer.
1919
12435002
GM
1920 * allout.el (outline-flag-region): Move macro in front of first
1921 use to avoid a run-time error.
1922
425de386
AI
19232001-02-24 Andrew Innes <andrewi@gnu.org>
1924
1925 * makefile.w32-in: Fix copyright notice.
1926
66c56ed1
KH
19272001-02-24 Kenichi Handa <handa@etl.go.jp>
1928
4c1593ce
KH
1929 * international/utf-8.el (mule-utf-8): Set correct value for
1930 valid-codes property.
1931
66c56ed1
KH
1932 * international/fontset.el (x-complement-fontset-spec): In the
1933 case that we use ASCII font for the other charsets, use only
15d1caef 1934 family and registry part of it.
66c56ed1 1935
119171dd
EZ
19362001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1937
1938 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1939 (shrink-window-if-larger-than-buffer): Doc fix.
1940
932c309e
SM
19412001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1942
1943 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1944 predicate passed to completing-read.
1945
9b760e36
EZ
19462001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1947
1948 * startup.el (command-line): Fix last change.
1949
5c39a60f
JR
19502001-02-23 Jason Rumney <jasonr@gnu.org>
1951
1952 * startup.el (tool-bar-originally-present): New variable.
1953 (command-line): Set it if the tool-bar is switched on at startup.
1954
1955 * frame.el (frame-notice-user-settings): Only adjust frame height
1956 for no tool-bar case if tool-bar was originally switched on.
796ead7e 1957 From E. Jay Berkenbilt.
5c39a60f 1958
cb91b2c7
SM
19592001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1960
39b557e8
SM
1961 * server.el (server-switch-buffer): Only switch window if the
1962 current one is dedicated.
1963
cb91b2c7
SM
1964 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1965 rather than using (match-beginning 0) when searching for break point.
1966
9238a8df
EZ
19672001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1968
1969 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1970 @ follows an accent command such as @'. Support optional braces
1971 in commands that insert accents, like makeinfo does.
1972
3473f362
GM
19732001-02-22 Gerd Moellmann <gerd@gnu.org>
1974
1975 * startup.el (fancy-splash-text): Add a line for ordering
1976 manuals. Reverse order of splash screens shown.
1977 (use-fancy-splash-screens-p): Adapt to the text line added.
1978
1979 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1980 manuals from the FSF.
1981
1982 * help.el (view-order-manuals): New function.
1983 (toplevel): Bind C-h C-m to this function.
1984
76a4de07
SM
19852001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1986
1987 * newcomment.el (comment-forward): Skip the comment-start before
1988 searching for the comment-end.
1989
75b71d85
DL
19902001-02-21 Dave Love <fx@gnu.org>
1991
2f4c9a87
DL
1992 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1993
75b71d85
DL
1994 * international/mule-cmds.el, international/mule.el: Doc fixes.
1995
1996 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1997 (fortune) <defgroup>: Add :link.
1998 (fortune-from-region): Use eq, not eql.
1999
ffc9ff0c
GM
20002001-02-21 Gerd Moellmann <gerd@gnu.org>
2001
2002 * startup.el (fancy-splash-screens): Use display-hourglass
2003 instead of display-busy-cursor.
2004
2005 * frame.el (display-hourglass): Renamed from busy-cursor.
2006 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2007 (show-cursor-in-non-selected-windows): Doc fix.
2008
f34eb373
DL
20092001-02-20 Dave Love <fx@gnu.org>
2010
2011 * international/utf-8.el: Doc and commentary fixes.
2012
f55e4a7e
EZ
20132001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2014
2015 * ehelp.el (with-electric-help): Doc fix.
2016
fa97adf6
GM
20172001-02-20 Gerd Moellmann <gerd@gnu.org>
2018
2019 * msb.el (msb-mode): Call the update-buffers function explicitly
2020 with a FORCE argument.
2021
2022 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2023 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2024 returns nil.
2025
54ed3bd2
GM
20262001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2027
2028 * ps-print.el: Timestamp package replacement. Some enhancements.
2029 Some XEmacs compatibility. Doc fix.
2030 (ps-print-version): New version number (6.4).
2031 (ps-printer-name): Initialization fix.
2032 (ps-zebra-stripe-follow): Funcionality enhancement.
2033 (ps-prologue-file): Code enhancement.
2034 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
2035 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2036 (ps-get-page-dimensions)
54ed3bd2
GM
2037 (ps-generate-header, ps-begin-file, ps-begin-job)
2038 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2039 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2040 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2041 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 2042
e8ebf97d
MB
20432001-02-20 Miles Bader <miles@gnu.org>
2044
2045 * image-file.el (image-file-name-extensions): Add "tif".
2046
136b27c5
GM
20472001-02-19 Gerd Moellmann <gerd@gnu.org>
2048
2049 * wid-edit.el (widget-button-click): Save the selected window
2050 around the code handling clicks on buttons.
2051
6ebbcf59
DL
20522001-02-18 Dave Love <fx@gnu.org>
2053
2054 * imenu.el (imenu--generic-function): Use mapc to iterate over
2055 syntax characters.
2056
595ded73
RS
20572001-02-17 Richard M. Stallman <rms@gnu.org>
2058
b9fe3dc8
RS
2059 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2060
595ded73
RS
2061 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2062
f3f053f3
GM
20632001-02-16 Gerd Moellmann <gerd@gnu.org>
2064
2065 * mouse.el (mouse-save-then-kill): If the distance from the new
2066 point to the mark is equal to the distance of point from the new
2067 point, move point instead of the mark.
2068
11570a8f
DL
20692001-02-16 Dave Love <fx@gnu.org>
2070
2071 * textmodes/flyspell.el (flyspell-get-word): Return string without
2072 properties.
2073
fb339cd5
EZ
20742001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2075
2076 * generic.el (generic-find-file-regexp): Doc fix.
2077 (generic-ignore-files-regexp): New defcustom.
2078 (generic-mode-find-file-hook): If the file's name matches the
2079 regexp in `generic-ignore-files-regexp', don't enter
2080 default-generic-mode. Doc fix.
2081
c56b1c1b
GM
20822001-02-16 Gerd Moellmann <gerd@gnu.org>
2083
a2ffbafe 2084 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
2085 Add autoload cookies.
2086
a2ffbafe 2087 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
2088 of cal-tex-24.
2089
0d140e65
EZ
20902001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2091
81558867
EZ
2092 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2093
0d140e65
EZ
2094 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2095 the character class after the (optional) drive, to support file
2096 names with embedded blanks.
2097
713f7b15
SS
20982001-02-15 Sam Steingold <sds@gnu.org>
2099
2100 * textmodes/tex-mode.el (tex-shell-running):
2101 Check the process buffer too.
2102
9a2a6f73
DL
21032001-02-15 Dave Love <fx@gnu.org>
2104
2105 * battery.el (battery-status-function): Fix doc, :type.
2106
15d1caef 2107 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 2108
fe10cef0
GM
21092001-02-15 Gerd Moellmann <gerd@gnu.org>
2110
2111 * subr.el (read-passwd): Clear Lisp memory holding password.
2112
126f5d4d
MB
21132001-02-15 Miles Bader <miles@gnu.org>
2114
2115 * info.el (Info-copy-current-node-name): New function.
2116 (Info-mode-menu): Add it to the menu.
2117
92e98d63
RS
21182001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2119
2120 * international/mule-cmds.el (toggle-input-method): Doc fix.
2121
dd4e0e55
SM
21222001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2123
2124 * replace.el (occur): Stop at end of buffer.
2125
402dbbd1
EZ
21262001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2127
2128 * international/mule-cmds.el (set-input-method): Another doc fix.
2129
e9fcba3d
GM
21302001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2131
2132 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2133
78ad1cd5
MB
21342001-02-13 Miles Bader <miles@gnu.org>
2135
713f7b15 2136 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
2137 (set-face-stipple): Treat a value of nil as being `unspecified'.
2138
fce9d9dc
DL
21392001-02-12 Dave Love <d.love@dl.ac.uk>
2140
2141 * international/latin1-disp.el: Doc fixes.
2142 (latin1-display) <defgroup>: Add :link.
2143 (latin1-display) <function>: Set variable latin1-display.
2144
bc406911
EZ
21452001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2146
2147 * international/mule-cmds.el (set-input-method): Doc fix.
2148
68514d48
EL
21492001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2150
2151 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2152 (speedbar-line-file): Return nil if not a file.
2153 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2154
513bea45 21552001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 2156
513bea45
MK
2157 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2158 for remote files.
bc406911 2159 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 2160 with raw-text.
713f7b15 2161
513bea45 2162 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 2163
83c9cb8e
SM
2164 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2165 Better handling of the diff mode.
713f7b15 2166
513bea45 2167 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 2168
bc406911 2169 * viper.texi: Fix typos.
713f7b15 2170
521d4010
DL
21712001-02-11 Dave Love <fx@gnu.org>
2172
36fd8e17
DL
2173 * shadowfile.el: Doc fixes.
2174 (shadow) <defgroup>: Add :link.
2175 (shadowfile-unload-hook): New function.
2176 (shadow-initialize): Use defalias, not fset.
2177 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 2178 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 2179
521d4010
DL
2180 * international/mule.el: Doc and message fixes.
2181
36fd8e17
DL
2182 * international/ccl.el (define-ccl-program): Doc fix.
2183
92395bbe
KH
21842001-02-11 Kenichi Handa <handa@etl.go.jp>
2185
2186 * faces.el (mode-line): Set :line-width property to -1.
2187
103db06c
RS
21882001-02-10 Richard M. Stallman <rms@gnu.org>
2189
08b78974
RS
2190 * complete.el (partial-completion-mode): Doc fix.
2191
103db06c
RS
2192 * simple.el (delete-key-deletes-forward-mode):
2193 Change `let' to `let*' to fix gross bug in last change.
2194
2195 * repeat.el (repeat): Don't let execute-kbd-macro alter
2196 real-last-command.
2197
a6a1ee53
EZ
21982001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2199
2200 * simple.el (eval-expression): Doc fix.
2201
d2f288c6
DL
22022001-02-09 Dave Love <fx@gnu.org>
2203
038f4ae3
DL
2204 * imenu.el (imenu-generic-expression): Doc fix.
2205
83c9cb8e
SM
2206 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2207 From Juanma Barranquero.
038f4ae3 2208
15d1caef 2209 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 2210
9804b846
KH
22112001-02-09 Kenichi Handa <handa@etl.go.jp>
2212
2213 * faces.el (set-face-attribute): Describe the case of a negative
2214 value specified for :line-width.
2215
532f5197
SM
22162001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2217
2218 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 2219 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 2220
1d279666
DL
22212001-02-08 Dave Love <fx@gnu.org>
2222
4681ca3a
DL
2223 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2224 widget-plist-value-type.
2225 (widget-alist-convert-widget): Replace binding of
2226 widget-alist-value-type.
2227
1d279666
DL
2228 * textmodes/paragraphs.el (sentence-end): Doc fix.
2229
83c9cb8e
SM
2230 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2231 Remove `backward-line'.
1d279666 2232
532f5197
SM
2233 * play/pong.el (pong-blank-color, pong-bat-color)
2234 (pong-ball-color, pong-border-color, pong-left-key)
2235 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2236 (pong-pause-key, pong-resume-key, pong-timer-delay):
2237 * mail/mh-comp.el (mh-compose-letter-function):
2238 * eshell/esh-mode.el (eshell-skip-prompt-function):
2239 * emulation/viper-ex.el (ex-unix-type-shell-options):
2240 * recentf.el (recentf-menu-filter):
2241 * ps-print.el (ps-print-region-function):
2242 * lpr.el (print-region-function):
2243 * forms.el (forms-mode-hooks):
2244 * dirtrack.el (dirtrack-directory-change-hook):
2245 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2246 * textmodes/spell.el (spell-filter):
2247 * textmodes/fill.el (adaptive-fill-function):
2248 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2249 * progmodes/etags.el (find-tag-default-function):
2250 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
2251 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2252
6f676109
EZ
22532001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2254
751d3bc4
EZ
2255 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2256 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2257 Meyering <jim@meyering.net>.
2258
6f676109
EZ
2259 * loadup.el: Revert last change.
2260
d3c26cdf
KH
22612001-02-07 Kenichi Handa <handa@etl.go.jp>
2262
83c9cb8e
SM
2263 * international/mule.el (transform-make-coding-system-args):
2264 Make it work also for coding systems not using CCL.
d3c26cdf 2265
44806980
EZ
22662001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2267
9889af08
EZ
2268 * simple.el (previous-matching-history-element)
2269 (next-matching-history-element): Doc fix.
2270
44806980
EZ
2271 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2272 specific part.
2273
1e36ff68
DL
22742001-02-06 Dave Love <fx@gnu.org>
2275
713f7b15 2276 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
2277 (add-log-buffer-file-name-function, add-log-file-name-function):
2278 Fix :type.
2279 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2280
c7ca58df
EZ
22812001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2282
fecd556a
EZ
2283 * info.el (info-initialize): Remove the test for system-type when
2284 invocation-directory is non-nil.
2285
c7ca58df
EZ
2286 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2287 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2288
587b5737
AI
22892001-02-06 Andrew Innes <andrewi@gnu.org>
2290
2291 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2292 absolute.
2293
baf7eee4
GM
22942001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2295
2296 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2297 buffers. When hi-lock turned on rather than only checking current
2298 buffer for regexps, all buffers are checked. Moved activation of
2299 font-lock to hi-lock-refontify. When font-lock turned off rather
2300 than removing added highlighting just in current buffer, remove it
2301 in all buffers. Changed edit menu text from "Automatic
2302 Highlighting" to "Regexp Highlighting" Documentation for
2303 highlighting phrases, minor documentation changes.
2304 (hi-lock-set-file-patterns): Execute only if there are new or
2305 existing file patterns.
2306 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2307 unfontify and, if a support mode is active, will not refontify the
2308 whole buffer. If necessary, turn on font lock. (Removed
2309 font-lock-unfontify and font-lock support-mode-specific calls,
2310 such as lazy-lock-fontify-window.)
2311 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2312 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 2313 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
2314 (hi-lock-face-phrase-buffer): New function. Also added related
2315 menu item and keybinding.
2316 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2317 (hi-lock-process-phrase): New function.
2318 (hi-lock-line-face-buffer): Doc fixes.
2319 (hi-lock-face-buffer): Doc fixes.
2320 (hi-lock-unface-buffer): Doc fixes.
713f7b15 2321
36710aa6
GM
23222001-02-06 Gerd Moellmann <gerd@gnu.org>
2323
2324 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2325 dabbrev-ignored-regexps.
2326
d3f22784
EZ
23272001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2328
2329 * simple.el (kill-line): Doc fix.
2330
5cb3c8d4
DL
23312001-02-05 Dave Love <fx@gnu.org>
2332
2333 * loadup.el: Revert last two changes -- bootstrapping works with
2334 regenerated loaddefs.
2335
e6297e7d
EZ
23362001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2337
1e14b095
EZ
2338 * isearch.el (isearch-forward): Doc fix.
2339
e6297e7d
EZ
2340 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2341 of font-lock-defaults to backward-paragraph.
2342
e16f52ce
GM
23432001-02-05 Gerd Moellmann <gerd@gnu.org>
2344
2345 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2346 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2347
01d19dd7
GM
23482001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2349
2350 * ebnf2ps.el: Eliminate time-stamp functions.
2351 (ebnf-version): New version (3.5).
2352 (ebnf-eps-finish-and-write): Replace time-stamp functions by
2353 format-time-string.
2354
24886813
GM
23552001-02-05 Gerd Moellmann <gerd@gnu.org>
2356
2357 * simple.el (next-line): Goto end-of-line before inserting a newline.
2358
65e70fc4
MB
23592001-02-05 Miles Bader <miles@gnu.org>
2360
2361 * image-file.el (insert-image-file): When visiting an image, also
2362 set `truncate-lines' to t so that any fringe arrow looks correct.
2363
482f06c9
KH
23642001-02-05 Kenichi Handa <handa@etl.go.jp>
2365
2366 * isearch.el (isearch-forward): Add description about input method
2367 in the docsting.
2368
02399da7
SM
23692001-02-04 Stefan Monnier <monnier@cs.yale.edu>
2370
2371 * skeleton.el (skeleton-internal-1): Always push the mark for @.
2372
2c366083
EZ
23732001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2374
2375 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 2376 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 2377
bdadfce3
GM
23782001-02-02 Gerd Moellmann <gerd@gnu.org>
2379
79fb38c0
GM
2380 * wid-edit.el (widget-button-click): Fix last change.
2381
bdadfce3
GM
2382 * frame.el (frame-notice-user-settings): When resizing the initial
2383 frame because the tool bar is off, also change the frame's top
2384 position if a negative top position was specified.
2385
33155ffb
MB
23862001-02-02 Miles Bader <miles@gnu.org>
2387
2388 * image-file.el (insert-image-file): When visiting an image,
2389 suppress the cursor in the image buffer.
2390
1355ba0c
DL
23912001-02-01 Dave Love <fx@gnu.org>
2392
2393 * progmodes/f90.el (f90-mode): Remove startup message.
2394
fb758d2d 2395 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 2396
01acdb05
GM
23972001-02-01 Gerd Moellmann <gerd@gnu.org>
2398
2399 * startup.el (command-line): Fix code determining whether or not
2400 to use delete-key-deletes-forward-mode.
2401
5b1ee316
AS
24022001-02-01 Andre Spiegel <spiegel@gnu.org>
2403
2404 * vc.el (vc-diff-switches): New user option.
2405 (vc-version-diff): Use it.
2406 (vc-diff-switches-list): New macro.
2407
83c9cb8e
SM
2408 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2409 New customization options.
5b1ee316
AS
2410 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2411
2412 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2413
00b1e7a1
GM
24142001-02-01 Gerd Moellmann <gerd@gnu.org>
2415
2416 * msb.el (toplevel): Quote hook symbols.
2417
85827036
KH
24182001-02-01 Kenichi Handa <handa@etl.go.jp>
2419
8e028499 2420 * international/mule.el (make-coding-system): Add description
3c948dde 2421 about recognized properties in the docstring.
8e028499 2422
85827036
KH
2423 * international/mule-conf.el: Remove unused charsets
2424 mac-roman-lower and mac-roman-upper.
2425
7ccf7ab9
GM
24262001-01-31 Gerd Moellmann <gerd@gnu.org>
2427
2441692d
GM
2428 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2429 is in front of the left-margin, if any.
2430
ee5cece0
GM
2431 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2432 like `delete'.
2433
83c9cb8e 2434 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 2435
7ccf7ab9
GM
2436 * term/w32-win.el (mouse-set-font): Doc fix.
2437
b4f30ec5 24382001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 2439
b4f30ec5
GM
2440 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2441 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2442 on already.
2443
03e0fe6e
GM
24442001-01-31 Markus Rost <rost@math.ohio-state.edu>
2445
2446 * files.el (save-buffer): Don't give message if (buffer-file-name)
2447 returns nil.
713f7b15 2448
8f289acc
EZ
24492001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2450
cb4aae04
EZ
2451 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2452
dbd98b19
EZ
2453 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2454 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2455
8f289acc
EZ
2456 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2457 display problems.
2458
c12553c1
KH
24592001-01-31 Kenichi Handa <handa@etl.go.jp>
2460
c7bf5db9
KH
2461 * international/mule.el (charset-info): Fix docstring.
2462
2463 * international/mule-diag.el (describe-character-set): Check final
2464 char valid before printing it.
c12553c1 2465
14f16b9c
GM
24662001-01-30 Gerd Moellmann <gerd@gnu.org>
2467
efaa080b
GM
2468 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2469
eef93f99
GM
2470 * frame.el (frame-notice-user-settings): Do the tool-bar
2471 stuff only for graphical displays. Fix a braino.
713f7b15 2472
14f16b9c
GM
2473 * frame.el (frame-initialize): Create initial frame visible.
2474 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 2475 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
2476
2477 * startup.el (command-line): Remove manipulation of frame
2478 height for tool bars.
2479
4ad25e43
EZ
24802001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2481
2482 * lpr.el: Compatibility with XEmacs and doc fixes.
2483 (lpr-windows-system, lpr-lp-system): New vars.
2484 (lpr-printer-switch): New defcustom.
2485 (printer-name, lpr-command): Customization fix.
2486 (print-region-1): Code fix.
2487 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
2488 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2489 New functions.
4ad25e43 2490
e8f044a0
GM
24912001-01-29 Gerd Moellmann <gerd@gnu.org>
2492
2493 * msb.el (toplevel): Fix the eval-after-load.
2494
850d5045
GM
24952001-01-29 Dave Love <fx@gnu.org>
2496
762fe76e
DL
2497 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2498
2499 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2500
83c9cb8e 2501 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
2502 (tcl-using-emacs-19-23): Consider Emacs 21+.
2503 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2504 (tcl-add-emacs-menu): Supply menu name.
2505 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2506
3a768251
GM
25072001-01-29 Gerd Moellmann <gerd@gnu.org>
2508
2509 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2510
274d02f7
SM
25112001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2512
2513 * pcvs.el (cvs-mark-fis-dead): New function.
2514 (cvs-mode-add): Use it.
2515 (cvs-mode-add-change-log-entry-other-window):
2516 Rebind change-log-default-name to itself rather than to nil.
2517
ed5d446e
SS
25182001-01-29 Sam Steingold <sds@gnu.org>
2519
efaa080b 2520 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
2521 `autoload' statements.
2522
e2a80284
EZ
25232001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2524
8e1db7b3
EZ
2525 * files.el (confirm-kill-emacs): Doc fix.
2526
ff2a1c79
EZ
2527 * frame.el (frame-initialize): Doc fix.
2528
e7b0deaf
EZ
2529 * time-stamp.el (time-stamp-string): Doc fix.
2530
83c9cb8e
SM
2531 * woman.el (WoMan-log-1): Make the log buffer writable.
2532 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 2533
005913e4
GM
25342001-01-29 Gerd Moellmann <gerd@gnu.org>
2535
2536 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2537 the `make-variable-buffer-local'.
2538
58622cc5
GM
25392001-01-29 Dave Love <fx@gnu.org>
2540
2541 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
2542 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2543 Add autoload cookie.
58622cc5
GM
2544 (ansi-color-apply-sequence): Fix typo.
2545
0404d031
GM
25462001-01-29 Gerd Moellmann <gerd@gnu.org>
2547
ed5d446e 2548 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
2549 Postscript printing in black and white.
2550
0404d031
GM
2551 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2552 X-Mailman-Version, Precedence, List-Help, List-Post,
2553 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2554 Content-Type, Content-Length.
2555
3b6ed359
DL
25562001-01-29 Dave Love <fx@gnu.org>
2557
ddd16e7a
DL
2558 * elide-head.el (elide-head): Make overlay evaporate.
2559
83c9cb8e 2560 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 2561
8005142f
EZ
25622001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2563
2564 * isearch.el (isearch-highlight): Don't punt if the display
2565 doesn't support colors, since isearch faces are defined for
2566 monochrome displays as well.
2567
84728570
SS
25682001-01-27 Sam Steingold <sds@gnu.org>
2569
2570 * shell.el (shell-write-history-on-exit): Make sure that we are in
2571 the shell buffer (M-x tex-file RET inserted the error message into
2572 the TeX buffer).
2573
e26f9ced
EZ
25742001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2575
2576 * simple.el (transient-mark-mode): Doc fix.
2577
dc0274bd
GM
25782001-01-27 Gerd Moellmann <gerd@gnu.org>
2579
83c9cb8e 2580 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 2581
c1acacc4
EZ
25822001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2583
f5058b96
EZ
2584 * shell.el (shell-unquote-argument): If the shell is one of the
2585 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2586 quote character.
2587 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 2588 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 2589
c1acacc4 2590 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 2591 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 2592
103db06c 25932001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 2594
84728570 2595 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
2596 Treat a one-capital-letter abbrev as "not all upper case",
2597 so as to force preservation of the expansion's pattern
2598 if the expansion starts with a capital letter.
2599
cfa70244
EZ
26002001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2601
cfee9de7
EZ
2602 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2603 Doc fix.
2604
cfa70244
EZ
2605 * simple.el (transient-mark-mode): Document the fact that many
2606 commands act on the region when mark is active.
2607
17d90d6b
KH
26082001-01-27 Kenichi Handa <handa@etl.go.jp>
2609
2610 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 2611 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
2612 (quail-show-guidance-buf): Make the multibyteness of current
2613 buffer inherited to Quail guidance buffer.
2614 (quail-help): Make the multibyteness of current buffer inherited
2615 to Quail help buffer.
2616
61076b20
DL
26172001-01-26 Dave Love <fx@gnu.org>
2618
c47e2c68
DL
2619 * time-stamp.el: Doc fixes.
2620
84728570 2621 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
2622 (delphi-keyword-face, delphi-other-face): Fix :type.
2623
940f14b4
DL
2624 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2625
2626 * mail/feedmail.el (feedmail): Add :link.
2627 (feedmail-send-it): Doc fix.
2628
2629 * mail/sendmail.el: Doc fixes.
2630 (sendmail-send-it): Fix the non-ASCII regexp and use
2631 rfc2047-encode-string.
2632
61076b20
DL
2633 * dired.el, dired-aux.el: Revert last change.
2634
6c317bd2
GM
26352001-01-26 Gerd Moellmann <gerd@gnu.org>
2636
2637 * makefile.w32-in (DONTCOMPILE): Add various term files.
2638
26392001-01-26 Dave Love <fx@gnu.org>
2640
2641 * Makefile.in (DONTCOMPILE): Add various term files.
2642
1c636b5f
GM
26432001-01-26 Gerd Moellmann <gerd@gnu.org>
2644
af900b23
GM
2645 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2646
15fa6db0 2647 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 2648 the echo area is resized to fit the size of the startup message.
15fa6db0 2649
1c636b5f
GM
2650 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2651 part of which is a constant.
2652
9b1adbd5
EZ
26532001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2654
83c9cb8e 2655 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 2656
103db06c 26572001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
2658
2659 * simple.el (next-line): Don't let `newline' expand abbrevs.
2660 Simplify slightly.
2661 (open-line): Don't let `newline' expand abbrevs.
2662
219227ea
JW
26632001-01-25 John Wiegley <johnw@gnu.org>
2664
2665 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2666 to `repeat' in the :type field.
2667
2668 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2669 allow a choice of regexp or nil.
d2906bf8 2670 (pcomplete-dir-ignore): Same.
219227ea
JW
2671
2672 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2673 a command) to always fail.
2674
ceba0dac
GM
26752001-01-25 Gerd Moellmann <gerd@gnu.org>
2676
2677 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2678 discard the result.
2679 (iswitchb-to-end): Likewise.
2680
9b0630e5
SS
26812001-01-25 Sam Steingold <sds@gnu.org>
2682
2683 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 2684 Require vc.
9b0630e5 2685
a2ed9670
SM
26862001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2687
f0c1adab
SM
2688 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2689
a2ed9670
SM
2690 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2691
34ac3367
DL
26922001-01-25 Dave Love <fx@gnu.org>
2693
61076b20
DL
2694 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2695 (describe-coding-system): Tweak the English text.
2696
34ac3367
DL
2697 * loadup.el: Preload international/ccl for utf-8.
2698
4685e6b7
EZ
26992001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2700
2701 * mail/rmail.el (rmail-redecode-body): Doc fix.
2702
0fdb4475
KH
27032001-01-25 Kenichi Handa <handa@etl.go.jp>
2704
83c9cb8e
SM
2705 * international/mule-cmds.el (reset-language-environment):
2706 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 2707
83c9cb8e
SM
2708 * international/mule-conf.el (coding-category-utf-8):
2709 Initialize to mule-utf-8.
0fdb4475 2710
9b0630e5 2711 * loadup.el: Preload international/utf-8.
0fdb4475
KH
2712
2713 * international/utf-8.el: New file.
2714
245ed2b1
SM
27152001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2716
2717 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2718
e95b0c08
SS
27192001-01-24 Sam Steingold <sds@gnu.org>
2720
2721 * dired.el (dired-replace-in-string): Removed.
2722 (dired-sort-toggle): Use `replace-regexps-in-string'
2723 instead of `dired-replace-in-string'.
9b0630e5 2724
ceba0dac
GM
2725 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2726 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 2727
e95b0c08
SS
2728 * gs.el (gs-replace-in-string): Removed.
2729 (gs-options): Use `replace-regexps-in-string'
2730 instead of `gs-replace-in-string'.
2731
c3902c3e
EZ
27322001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2733
2734 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2735 bug report is mailed to an email list and posted to a news group.
2736
b66b6aeb
GM
27372001-01-24 Gerd Moellmann <gerd@gnu.org>
2738
83c9cb8e
SM
2739 * comint.el (comint-replace-by-expanded-history-before-point):
2740 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 2741
b66b6aeb
GM
2742 * startup.el (tool-bar-images-pixel-height): New variable.
2743 (command-line): After loading the user's init file, when
2744 tool-bar-mode is on, increase the frame's size by some lines for
2745 the tool-bar.
2746
2747 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 2748
ff890e66
SZ
27492001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2750
2751 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2752 (chinese-big5): MIME:Big5.
2753
04363179
GM
27542001-01-24 Gerd Moellmann <gerd@gnu.org>
2755
e95b0c08 2756 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
2757 Handle commands with prefix args.
2758
d56aaa64
GM
27592001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2760
2761 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2762 being a list of numbers.
2763 (diary-mail-entries): Rewritten.
2764
99858627
DL
27652001-01-23 Dave Love <fx@gnu.org>
2766
7aeb1fa9
DL
2767 * international/mule.el (make-coding-system): Fix typo.
2768
83c9cb8e
SM
2769 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2770 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 2771
5a43decf
EZ
27722001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2773
2774 * font-lock.el (font-lock-mode): Doc fix.
2775
b0e98867
KH
27762001-01-23 Kenichi Handa <handa@etl.go.jp>
2777
2778 * international/mule.el (make-translation-table): Fix docstring.
2779
9c8acefd
EZ
27802001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2781
fd4976b8
EZ
2782 * mail/rmail.el (rmail-redecode-body): New function.
2783
9c8acefd
EZ
2784 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2785
871e0439
GM
27862001-01-22 Gerd Moellmann <gerd@gnu.org>
2787
21c2bbe0
GM
2788 * isearch.el (isearch-lazy-highlight-case-fold-search)
2789 (isearch-lazy-highlight-regexp): New variables.
2790 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2791 case-fold search or regexp search has been toggled.
2792
5710730c
GM
2793 * wid-edit.el (widget-button-click): Avoid a save-excursion
2794 around running a global binding.
2795
871e0439
GM
2796 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2797 to 0.25.
2798
d0554957
MB
27992001-01-20 Miles Bader <miles@gnu.org>
2800
2801 * cus-edit.el (custom-face-save): Do post-processing on the face's
2802 new value like `custom-face-set' does.
2803
1519f618
EZ
28042001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2805
ccd87890
EZ
2806 * mail/emacsbug.el (report-emacs-bug): Report the value of
2807 LC_CTYPE, not LC_TYPE.
2808
1519f618
EZ
2809 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2810 isearch-toggle-regexp and isearch-edit-string to doc string.
2811
9724173b
GM
28122001-01-19 Gerd Moellmann <gerd@gnu.org>
2813
48bb9196
GM
2814 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2815 as font-lock-beginning-of-syntax-function in font-lock-defaults.
2816
e95b0c08 2817 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
2818 font-lock-beginning-of-syntax-function to nil.
2819
dc81f8a2
EZ
28202001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2821
2822 * mail/emacsbug.el (report-emacs-bug): Report values of
2823 locale-coding-system, default-enable-multibyte-characters, and the
2824 environment variables LC_ALL, LC_TYPE, and LANG.
2825
99327974
GM
28262001-01-19 Gerd Moellmann <gerd@gnu.org>
2827
83c9cb8e 2828 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 2829
2be6ecc6
GM
2830 * font-lock.el (font-lock-multiline): Default to nil.
2831 (font-lock-default-fontify-region): If font-lock-multiline is
2832 nil, don't check the property `font-lock-multiline'.
2833
99327974
GM
2834 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2835 is nil, don't check the `font-lock-multiline' text property.
2836
2550055a
MK
28372001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2838
0a949811 2839 * viper.el: Call initial-major-mode on startup.
e95b0c08 2840
0a949811 2841 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 2842
8501998a 2843 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 2844
2550055a 28452001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 2846
0a949811 2847 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 2848 diff mode, if available.
e95b0c08 2849
0a949811 28502001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 2851
8501998a 2852 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 2853
2550055a
MK
2854 * ediff-init.el (subst-char-in-string): Define and use it, unless
2855 it's already defined.
e95b0c08 2856
8962e303
GM
28572001-01-18 Gerd Moellmann <gerd@gnu.org>
2858
2859 * tooltip.el (tooltip-hide-delay): New user-option.
2860 (tooltip-show): Use tooltip-hide-delay instead of the default.
2861
6b453381
KH
28622001-01-18 Kenichi Handa <handa@etl.go.jp>
2863
2864 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2865 kill-local-variable doesn't work for enable-multibyte-characters.
2866
9eaf396b
DL
28672001-01-17 Dave Love <fx@gnu.org>
2868
cebd37ce
DL
2869 * ediff-init.el (ediff-before-setup-hook)
2870 (ediff-merge-filename-prefix): Add :version.
2871
9eaf396b
DL
2872 * international/latin1-disp.el: Require disp-table.
2873 (latin1-display): Fix :set.
2874
2875 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2876
f864120f
GM
28772001-01-17 Gerd Moellmann <gerd@gnu.org>
2878
2879 * isearch.el (isearch-lazy-highlight-initial-delay)
2880 (isearch-lazy-highlight-interval): Default to 0.
2881
28822001-01-17 Bob Glickstein <bobg@zanshin.com>
2883
2884 * isearch.el (isearch-highlight): Set isearch-overlay priority to
2885 1 here rather than each time through
2886 isearch-lazy-highlight-new-loop.
2887 (isearch-lazy-highlight-max): Variable deleted.
2888 (isearch-lazy-highlight-max-at-a-time): New user variable, like
2889 isearch-lazy-highlight-max but controls a single invocation of
2890 isearch-lazy-highlight-update.
2891 (isearch-lazy-highlight-wrapped): Variable recreated.
2892 (isearch-lazy-highlight-window-start): New variable.
2893 (isearch-lazy-highlight-cleanup): Restored to behavior of
2894 before 2-Jan.
2895 (isearch-lazy-highlight-remove-overlays): Function deleted;
2896 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
2897 behavior removed.
2898 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2899 isearch-lazy-highlight-update in a loop rather than just once.
2900 Test isearch-invalid-regexp here and decide not to start a new
2901 loop, rather than testing it each time through
2902 isearch-lazy-highlight-update.
2903 (isearch-lazy-highlight-search): Function restored.
2904 (isearch-lazy-highlight-update): Get called in a timer loop again,
2905 but this time highlight more than one match each time through.
83c9cb8e
SM
2906 Only highlight matches in the visible part of the window.
2907 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
2908 the edge of the window. Use sit-for to force redisplay and ensure
2909 window-start is credible. "Face suppressing" behavior removed;
2910 overlay priorities should make it unnecessary, right?
2911 (isearch-highlight): Face suppressing behavior removed.
2912 (isearch-dehighlight): Face suppressing behavior removed.
2913 (isearch-set-lazy-highlight-faces-at): Removed.
2914
076ec540
KH
29152001-01-17 Kenichi Handa <handa@etl.go.jp>
2916
2917 * language/european.el ("Latin-1"): Make the format of description
2918 about additional language environments same as that of Latin-2.
2919
92328ec5
DL
29202001-01-16 Dave Love <fx@gnu.org>
2921
39f2174e
DL
2922 * isearch.el (isearch-lazy-highlight): Add :version.
2923
92328ec5
DL
2924 * simple.el (backward-delete-char-untabify-method)
2925 (next-line-add-newlines): Add :version.
2926
f251459d
GM
29272001-01-16 Gerd Moellmann <gerd@gnu.org>
2928
9d4850e5
GM
2929 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2930 Don't bind <delete> otherwise.
2931
2932 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2933 and <delete> via function-key-map.
2934
f251459d
GM
2935 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2936 Subject line only if point is after the `Subject:'.
2937
771ffcf7
KH
29382001-01-16 Kenichi Handa <handa@etl.go.jp>
2939
bda6b481
KH
2940 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2941 japanese-jisx0213-2 in `charset' property of this lang. env.
2942
35793af7
KH
2943 * language/european.el ("Latin-1"): Add description for Dutch and
2944 Spanish lang. env.
2945
771ffcf7
KH
2946 * international/mule.el (decode-char): Fix conditions.
2947 (encode-char): Handle eight-bit-control too.
1c8102ff 2948 (transform-make-coding-system-args): New function.
50c29104
KH
2949 (make-coding-system): Accept XEmacs style arguments for CCL base
2950 coding system.
771ffcf7 2951
e1cf67b6
GM
29522001-01-15 Gerd Moellmann <gerd@gnu.org>
2953
2954 * progmodes/etags.el (find-tag-noselect): Save the value of
2955 tags-file-name before switching buffers, for the case it has a
2956 buffer-local value.
2957
b3287acf
GM
29582001-01-15 Alex Schroeder <alex@gnu.org>
2959
9eaf396b
DL
2960 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2961 From Dave Love <fx@gnu.org>.
b3287acf
GM
2962 (ansi-color-for-comint-mode): Fix :version.
2963
29642001-01-15 Alex Schroeder <alex@gnu.org>
2965
2966 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2967
8d7ff9c8
EZ
29682001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2969
2970 * dired.el (dired-insert-directory): If file-system-info fails,
2971 remove the " free " part, but don't signal an error.
2972
dbe99ae9
SS
29732001-01-12 Sam Steingold <sds@gnu.org>
2974
2975 * bookmark.el (bookmark-maybe-historicize-string):
2976 Use new backquote syntax.
2977
103db06c 29782001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
2979
2980 * subr.el (last): Handle a list that doesn't end in nil.
2981
ca2ddd8e
SS
29822001-01-12 Sam Steingold <sds@gnu.org>
2983
2984 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2985 to `backward-delete-char-untabify'.
2986
1751c874
DL
29872001-01-12 Dave Love <fx@gnu.org>
2988
2989 * cus-edit.el (customize-menu-create): Fix the :filter following
2990 easymenu change.
2991
2992 * wid-edit.el (function): Add :match-alternatives.
2993 (widget-color-action): Doc fix.
2994
3cccce8d
GM
29952001-01-12 Gerd Moellmann <gerd@gnu.org>
2996
2997 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2998
18bfd6b5
KH
29992001-01-12 Kenichi Handa <handa@etl.go.jp>
3000
83c9cb8e 3001 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 3002
18bfd6b5
KH
3003 * international/ccl.el (define-ccl-program): Fix docstring.
3004
562e00da
DL
30052001-01-11 Dave Love <fx@gnu.org>
3006
14fd0da3
DL
3007 * international/mule-cmds.el (standard-display-european-internal):
3008 Set display table for 2208 as for 160.
3009
3010 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3011
562e00da
DL
3012 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3013 entry for custom-menu-create change.
3014 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3015 don't cons it in the search loop.
3016
3017 * imenu.el (imenu--truncate-items): Revert last change.
3018
6e961dcd
EZ
30192001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3020
3021 * info.el (Info-setup-header-line): If the node header includes
3022 either Next: or Prev: links, don't show the File: and Node: parts
3023 in the header line.
3024
2c2ff7f2
GM
30252001-01-11 Gerd Moellmann <gerd@gnu.org>
3026
a7ee2d2e
GM
3027 * comint.el (comint-goto-process-mark): Don't print a message
3028 when running in batch mode.
3029
c5348233
GM
3030 * isearch.el (isearch-search): In the condition-case handler for
3031 `error', set isearch-invalid-regexp to the whole error message.
3032
422717d1
GM
3033 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3034 ensure that eval-after-load works for files dumped with Emacs.
3035
3036 * help.el (load-symbol-file-load-history): New function extracted
3037 from function symbol-file.
3038 (symbol-file): Use it.
3039
83c9cb8e 3040 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 3041
926861fb
EZ
30422001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3043
3044 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3045 behave as if there were no prefix argument.
3046 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3047 argument were nil.
3048
afa1f52c
RS
30492001-01-11 Richard M. Stallman <rms@gnu.org>
3050
ca2ddd8e 3051 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
3052 Don't look for more potential matches once maximum is exceeded.
3053 Use overlays-in to check correctly for overlap with current match.
3054 Ignore empty matches.
3055
47a9f362
MB
30562001-01-11 Miles Bader <miles@gnu.org>
3057
3058 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3059 (ispell-overlay-window, ispell-help, ispell-show-choices)
3060 (ispell-command-loop): Use it instead of `window-height'.
3061
d196f58d
GM
30622001-01-10 Gerd Moellmann <gerd@gnu.org>
3063
cf523f0e
GM
3064 * files.el (confirm-kill-emacs): New user-option.
3065 (save-buffers-kill-emacs): Ask for final confirmation before
3066 killing Emacs.
3067
d196f58d
GM
3068 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3069 to nil.
3070
7c6c3d8e
GM
30712001-01-10 Dave Love <fx@gnu.org>
3072
1f8be15d
DL
3073 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3074
83c9cb8e 3075 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
3076
3077 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3078
3079 * calculator.el (calculator-number-digits): Fix :type.
3080
0d5184de
DL
3081 * vc-cvs.el (vc-cvs-header): Fix :type.
3082 * vc-rcs.el (vc-rcs-header): Fix :type.
3083 * vc-sccs.el (vc-sccs-header): Fix :type.
3084
3085 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3086
7c6c3d8e
GM
3087 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3088
8c9f73a2
GM
3089 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3090
457b792c
GM
30912001-01-10 Gerd Moellmann <gerd@gnu.org>
3092
3093 * simple.el (set-variable): Force a thorough redisplay for the
3094 case that the variable has an effect on the display, like
3095 `tab-width' has.
3096
d2622d08
AS
30972001-01-10 Andre Spiegel <spiegel@gnu.org>
3098
3099 * vc.el: Add documentation for backend interface.
3100
ae4b5f4f
KH
31012001-01-10 Kenichi Handa <handa@etl.go.jp>
3102
e0844717
KH
3103 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3104
ae4b5f4f
KH
3105 * international/mule-conf.el (latin-extra-code-table): Set to t
3106 for \223 and \224.
3107
3184082b
KH
31082001-01-09 Kenichi Handa <handa@etl.go.jp>
3109
3110 * international/mule-cmds.el (locale-language-names): Map "es" to
3111 "Spanish" and "nl" to "Dutch".
3112
732b9cdd
GM
31132001-01-09 Gerd Moellmann <gerd@gnu.org>
3114
1dfca644
GM
3115 * bindings.el (global-map): Bind <home> to beginning-of-line,
3116 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3117 C-<end> to end-of-buffer.
3118
732b9cdd
GM
3119 * language/european.el: Add Dutch and Spanish language info
3120 to be able to use the appropriate tutorials.
3121
31222001-01-09 Alex Schroeder <alex@gnu.org>
3123
3124 * ansi-color.el (ansi-color-process-output): Use markers instead
3125 of positions for start and end of region.
3126 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3127 Previously, occasional mistakes happend when fontifying many
3128 chunks of output (eg. ls --color=yes /dev). This happened
3129 whenever an overlay was created up to the end of the region, which
3130 coincided with the process-mark. New text would then be added
3131 within that overlay instead of after it.
3132 (ansi-color-make-extent): Overlays are created with the property
3133 `modification-hooks' set to '(ansi-color-freeze-overlay).
3134 (ansi-color-freeze-overlay): New function. When inserting text at
3135 the end of the overlay, the overlay will resize.
3136
31372000-01-09 Alex Schroeder <alex@gnu.org>
3138
3139 * ansi-color.el (ansi-color-process-output): Doc change.
3140 (ansi-color-unfontify-region): Doc change. No longer installed
3141 automatically in font-lock-unfontify-region-function.
3142 (ansi-color-apply): Doc change.
3143 (ansi-color-apply-on-region): Use extents or overlays instead of
3144 text-properties.
3145 (ansi-color-make-extent): New function.
3146 (ansi-color-set-extent-face): New function.
3147
31482000-01-09 Alex Schroeder <alex@gnu.org>
3149
3150 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3151 both use ansi-color-process-output, now.
3152 (ansi-color-process-output): Doesn't return string anymore. It is
3153 installed in comint-output-filter-functions for both Emacs and
3154 XEmacs, now.
3155 (ansi-color-unfontify-region): Simplified code removing variables
3156 pos and start-ansi.
3157 (ansi-color-apply): Put text-property ansi-color before putting
3158 text-property face because ansi-color-unfontify-region is called
3159 immediately after the call to put-text-property.
3160 (ansi-color-context-region): Doc change.
3161 (ansi-color-filter-region): Simplified code.
3162 (ansi-color-apply-on-region): Changed start to start-marker, using
3163 a marker explicitly. Put text-property ansi-color before putting
3164 text-property face because ansi-color-unfontify-region is called
3165 immediately after the call to put-text-property.
3166
31672000-01-09 Alex Schroeder <alex@gnu.org>
3168
3169 * ansi-color.el (ansi-color-faces-vector): Doc change.
3170 (ansi-color-for-comint-mode): Changed :type property to choice.
3171 (ansi-color-last-context): Removed.
3172 (ansi-color-process-output): Don't use ansi-color-last-context, as
3173 the main functions will store their context now.
3174 (ansi-color-context): Doc change.
3175 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3176 Uses ansi-color-context such that repeated calls will strip
3177 partial escape sequences, too.
3178 (ansi-color-apply): Simplified code. Colorize end of string if
3179 face is not null. Store context in new (FACE STRING) format, such
3180 that repeated calls will strip partial escape sequences, too.
3181 Append faces to face property using ansi-color-apply-sequence such
3182 that cumulative mode actually works.
3183 (ansi-color-context-region): New variable.
3184 (ansi-color-filter-region): Rewrote it based on
3185 ansi-color-apply-on-region. Uses ansi-color-context-region such
3186 that repeated calls will strip partial escape sequences, too.
3187 (ansi-color-apply-on-region): Simplified code. Colorize end of
3188 region if face is not null. Store context in new (FACE POS)
3189 format, such that repeated calls will strip partial escape
3190 sequences, too. Append faces to face property using
83c9cb8e 3191 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
3192 (ansi-color-apply-sequence): New function.
3193 (ansi-color-get-face): When the default face is added to the list
3194 of faces, all previous settings are discarded and the list of
3195 faces is set to '(default).
3196
31972000-01-09 Alex Schroeder <alex@gnu.org>
3198
3199 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3200 face, such that ansi-color-apply and ansi-color-apply-on-region
3201 will do the right thing.
3202 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3203 returns nil, set the list of faces back to nil instead of
83c9cb8e 3204 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
3205
32062000-01-09 Alex Schroeder <alex@gnu.org>
3207
3208 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3209 (ansi-color-process): Doc change.
3210 (ansi-color-last-context): New buffer-local variable.
3211 (ansi-color-process-output): New function. It is automatically
3212 added to comint-output-filter-functions if this is XEmacs.
3213 (ansi-color-unfontify-region): New optional parameter for XEmacs
3214 compatibility. Check wether font-lock-syntactic-keywords is
3215 boundp before removing the syntax table text property, as XEmacs
3216 doesn't have it.
3217 (ansi-color-filter-region): Doc change.
3218 (ansi-color-apply-on-region): Doc change.
3219 (ansi-color-make-face): New function. Compatibility layer for
3220 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3221 (ansi-color-make-color-map): Use ansi-color-make-face.
3222 (ansi-color-get-face): Avoid face text property '(nil) as results
3223 in an errow for XEmacs.
3224
32252000-01-09 Alex Schroeder <alex@gnu.org>
3226
83c9cb8e
SM
3227 * ansi-color.el (ansi-color-unfontify-region): New function.
3228 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
3229 ansi-color. When the package is loaded, a lambda expression is
3230 put onto font-lock-mode-hook. This lambda expression will check
3231 font-lock-unfontify-region-function and replace
83c9cb8e 3232 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
3233 (ansi-color-apply): Add text-property ansi-color in addition to
3234 text-property face.
3235 (ansi-color-apply-on-region): Add text-property ansi-color in
3236 addition to text-property face.
3237 (save-buffer-state): Copy of the macro that is also used by
3238 lazy-lock and font-lock.
3239
3240 (ansi-color-for-comint-mode): New option.
3241 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3242 (ansi-color-for-comint-mode-off): Ditto.
3243 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
3244 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3245 decide what to do. This function is added to
3246 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
3247
3248 (ansi-color-for-shell-mode-set): Removed.
3249 (ansi-color-for-shell-mode): Removed.
3250
32512000-01-09 Alex Schroeder <alex@gnu.org>
3252
3253 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3254 the lambda expression from the ansi-color-for-shell-mode :set
3255 property. Additionally, modify shell-mode-hook to enable or
3256 disable font-lock-mode for future shell buffers.
3257 (ansi-color-for-shell-mode): The :set property calls
3258 ansi-color-for-shell-mode-set instead of a lambda expression.
3259
32602000-01-09 Alex Schroeder <alex@gnu.org>
3261
3262 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3263 (ansi-color-context): New variable.
3264 (ansi-color-apply): Save context between calls.
3265
fb55ff10
EZ
32662001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3267
83c9cb8e
SM
3268 * isearch.el (isearch, isearch-lazy-highlight-face):
3269 New definitions for face colors and attributes.
29910493 3270
fb55ff10
EZ
3271 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3272 of display-mouse-p.
3273
134d6265
KH
32742001-01-09 Kenichi Handa <handa@etl.go.jp>
3275
3276 * international/mule.el (make-coding-system): If the coding system
3277 accepts extra latin codes, register such codes as safe for the
3278 coding system.
3279
103db06c 32802001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 3281
984c9f75
RS
3282 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3283 don't mention the file name or the date here, because they are
3284 logged at the start of the file.
3285
32862001-01-08 Richard M. Stallman <rms@gnu.org>
3287
78b8eee8
RS
3288 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3289 Change screen-width to frame-width.
3290
1460e5d4
EZ
32912001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3292
3293 * info.el (Info-search): Print the default as part of the prompt.
3294
56f24bc1
AS
32952001-01-08 Andre Spiegel <spiegel@gnu.org>
3296
ca2ddd8e 3297 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
3298 constant implementations in backends.
3299
3300 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3301 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3302
3303 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3304 WRITABLE to EDITABLE.
3305
3306 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3307 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3308 to EDITABLE.
3309
b7812d30
EZ
33102001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3311
3312 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 3313 (copyright, copyright-update): Compute the current year at run time.
b7812d30 3314
7e56ea04
GM
33152001-01-08 Gerd Moellmann <gerd@gnu.org>
3316
3317 * isearch.el (isearch-old-signal-hook): Removed.
3318 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3319 instead of setting signal-hook-function.
3320 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3321
a758f97d
GM
33222001-01-08 Kevin Gallagher <kevingal@onramp.net>
3323
3324 * emulation/edt.el: Update to version 4.0. Provide support for
3325 EDT scroll margins at top and bottom of the window. Provide an
3326 emulation of the EDT SUBS command (bound to GOLD-Enter, by
3327 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
3328 user when file-related buffer modifications exist.
3329 Provide support for running EDT Emulation in XEmacs.
3330 Provide customize access to some user updatable variables.
3331 Add Commentary section to file header.
3332 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
3333
3334 * emulation/edt-mapper.el: Update to version 4.0. Provide support
3335 for detecting a keypress that generates an ASCII key sequence.
3336 (Previously, only a keypress that generates a vector was
3337 recognized.) Embed Window Manager name into name of the generated
3338 EDT Emulation initialization file since the initialization file is
3339 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 3340
30db89f9
EZ
33412001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3342
4deb3ba9
EZ
3343 * mail/sendmail.el (mail-mode): Doc fix.
3344
30db89f9
EZ
3345 * info.el (Info-goto-emacs-command-node): Doc fix.
3346 (Info-goto-emacs-key-command-node): Doc fix.
3347
c3f2772b
EZ
33482001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3349
8726e79b 3350 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
3351 systems without long file-name support.
3352
0dac6924
AI
33532001-01-06 Andrew Innes <andrewi@gnu.org>
3354
3355 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3356
4e6ef391
EZ
33572001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3358
380866a2
EZ
3359 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3360 (isearch-lazy-highlight-update): Doc fix.
3361
148b5960
EZ
3362 * ffap.el (ffap-bindings): Doc fix.
3363
4e6ef391
EZ
3364 * dired-x.el (dired-virtual-guess-dir): Doc fix.
3365
4cb1bcc2
DL
33662001-01-05 Dave Love <fx@gnu.org>
3367
3368 * emacs-lisp/cl-seq.el (remove, remq): Remove.
3369
3828218c
GM
33702001-01-05 Gerd Moellmann <gerd@gnu.org>
3371
83c9cb8e
SM
3372 * mouse-drag.el (mouse-drag-safe-scroll):
3373 Bind scroll-preserve-screen-position to nil.
f1ade7d3 3374
1f4139d5
GM
3375 * isearch.el (isearch-old-signal-hook): New variable.
3376 (isearch-mode): Set signal-hook-function to isearch-done.
3377 (isearch-done): Restore old signal-hook-function.
3378
3828218c
GM
3379 * info.el (Info-fontify-node): Mark one more char as intangible.
3380
3970013f
KH
33812000-01-05 Kenichi Handa <handa@etl.go.jp>
3382
83c9cb8e
SM
3383 * composite.el (compose-last-chars): New argument COMPONENTS.
3384 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
3385 COMPONENTS.
3386
3387 * international/quail.el (quail-input-string-to-events): New function.
3388 (quail-input-method): Convert input string to events here.
3389 (quail-start-translation): Return input string, not event list.
3390 (quail-start-conversion): Likewise.
3391
f3b05e99
GM
33922001-01-04 Gerd Moellmann <gerd@gnu.org>
3393
ca2ddd8e 3394 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
3395 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3396 and tooltip-add-timeout.
3397 (tooltip-show): Set border color from faces's foreground.
3398 (tooltip-show-help-function): If called with the same help string
3399 as last time, do nothing.
3400 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3401
0f2ac578
GM
3402 * startup.el (fancy-splash-screens): Don't bind show-help-function
3403 to nil.
3404
f3b05e99
GM
3405 * tooltip.el (tooltip-frame-parameters): Remove colors.
3406 (tooltip): New face
3407 (tooltip-set-param): New function.
3408 (tooltip-show): Set up color frame parameters from face `tooltip'.
3409 Display the tooltip text in face `tooltip'.
3410
8416e94a
DL
34112001-01-04 Dave Love <fx@gnu.org>
3412
3413 * whitespace.el (whitespace-global-mode): Fix typo.
3414
3415 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3416
30db89f9
EZ
34172001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3418
83c9cb8e
SM
3419 * help.el (help-for-help): Fix a typo in a doc string.
3420 From kwzh@gnu.org (Karl Heuer).
30db89f9 3421
b847eb8c
DL
34222001-01-03 Dave Love <fx@gnu.org>
3423
3424 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 3425 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
3426 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3427 (dired-guess-shell-alist-user): Customize.
3428 (dired-x-help-address): Set to bug-gnu-emacs.
3429 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3430 (dired-default-directory): Renamed from default-directory.
3431
3432 * hl-line.el (hl-line): Doc fix.
3433
43c4b570
KF
34342001-01-03 Karl Fogel <kfogel@red-bean.com>
3435
1bf6b1bf 3436 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 3437
984c9f75 34382001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
3439
3440 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3441 to remove all the current alternative-match highlighting.
3442 If nil, remove only what's outside the current window.
3443 (isearch-lazy-highlight-remove-overlays): Take optional
3444 region within which NOT to remove them.
3445 (isearch-lazy-highlight-new-loop): Greatly simplified.
3446 (isearch-lazy-highlight-update): Find all the other occurrences
3447 visible in the window, in just one call.
3448 (isearch-lazy-highlight-start): Now holds start of region to scan.
3449 (isearch-lazy-highlight-end): Now holds end of region to scan.
3450 (isearch-lazy-highlight-wrapped): Variable deleted.
3451 (isearch-lazy-highlight-search): Function deleted.
3452
13d6a61c
AI
34532000-01-02 Andrew Innes <andrewi@gnu.org>
3454
3455 * w32-fns.el (convert-standard-filename): Do length check on name
3456 before aref.
3457
064866e7
DL
34582001-01-02 Dave Love <fx@gnu.org>
3459
b33e041b
DL
3460 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3461 value.
3462 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3463
3464 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3465
8166ffd5
DL
3466 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3467 read syntax.
3468
064866e7
DL
3469 * calendar/todo-mode.el (todo): Add :link, :version.
3470 (todo-save-top-priorities): Remove autoload cookie.
3471 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 3472 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 3473
6dde6abc
GM
34742001-01-02 Gerd Moellmann <gerd@gnu.org>
3475
3476 * comint.el (comint-input-history-ignore): New variable.
3477 (comint-read-input-ring): Ignore entries matching
3478 comint-input-history-ignore.
3479
1a8a9daf
GM
34802001-01-02 Eric M. Ludlam <zappo@gnu.org>
3481
3482 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3483 (lm-copyright-mark): New function.
3484 (lm-crack-copyright): New function.
3485 (lm-verify): Check that the file has a copyright.
3486 Check that the file is copyright Free Software Foundation.
3487
9c92eb53
KH
34882000-12-30 Kenichi Handa <handa@etl.go.jp>
3489
3490 * international/mule-diag.el (print-fontset): Indent font name by
3491 24 columns, not 25.
3492
49172314
GM
34932000-12-29 Gerd Moellmann <gerd@gnu.org>
3494
762a68ec
GM
3495 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3496 in Subject line.
3497
49172314 3498 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
3499 Use mail-mode-hook instead of mail-setup-hook.
3500 Otherwise continuing an interrupted message with C-u C-x m for
3501 instance, winds up in Mail mode without abbrevs.
49172314 3502
bd7a2e26
GM
35032000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3504
3505 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
3506 non-nil. Adding almost all customization variables on ps-setup.
3507 Doc fix.
bd7a2e26
GM
3508 (ps-print-version): New version number (6.3.3).
3509 (ps-end-with-control-d): Initialization fix.
3510 (ps-lines-printed): New var.
3511 (ps-skip-newline): New fun.
3512 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3513 (ps-next-line, ps-continue-line, ps-plot-region)
3514 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 3515
2b3f28a4
KH
35162000-12-29 Kenichi Handa <handa@etl.go.jp>
3517
83c9cb8e
SM
3518 * international/fontset.el (x-complement-fontset-spec):
3519 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
3520 registered in x-font-name-charset-alist.
3521 (create-fontset-from-fontset-spec): Adjusted for the above change.
3522 The name of fontset alias should be a unresolved ASCII font name.
3523
2ece9174
GM
35242000-12-28 Gerd Moellmann <gerd@gnu.org>
3525
3526 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3527 and delete in isearch-mode-map.
3528
cbe3ad7a
RS
35292000-12-28 Richard M. Stallman <rms@gnu.org>
3530
ca2ddd8e 3531 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
3532 Use xpdf instead of acroread.
3533
a816f1c5
KH
35342000-12-28 Kenichi Handa <handa@etl.go.jp>
3535
f086e73c
KH
3536 * textmodes/artist.el (artist-butlast): Deleted.
3537 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 3538 artist-butlast.
f086e73c 3539
a816f1c5
KH
3540 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3541
3542 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3543
b202115b
EZ
35442000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3545
3546 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3547
3548 * ls-lisp.el: Better support for the Mac and MS-Windows.
3549 (ls-lisp): New defgroup.
3550 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 3551 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
3552 (ls-lisp-support-shell-wildcards): New defcustoms.
3553 (ls-lisp-parse-symlink): New function.
3554 (insert-directory): Code to convert switches to a list and set up
3555 the wildcard argument copied from ls-lisp-insert-directory.
3556 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
3557 for -C and -R switches.
3558 (ls-lisp-column-format): New function.
ca2ddd8e 3559 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
3560 (ls-lisp-format-time): Add doc strings.
3561 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3562 Support ls-lisp-dirs-first.
3563 (ls-lisp-classify, ls-lisp-extension): New functions.
3564 (ls-lisp-format): Optionally support emulation of symlinks.
3565 Support -i, -s, and -G switches.
3566
6061fbf0
GM
35672000-12-27 Gerd Moellmann <gerd@gnu.org>
3568
5e25feee
GM
3569 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3570
6061fbf0
GM
3571 * version.el (emacs-version): Print X scroll bar information.
3572
3573 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3574 instead of x-toolkit-scroll-bars-p.
3575
3576 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3577 of x-toolkit-scroll-bars-p.
3578
25050dab
EZ
35792000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3580
83c9cb8e 3581 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
3582 (ffap-bindings): Doc fix, to reflect the above change.
3583
c1786874
KH
35842000-12-27 Kenichi Handa <handa@etl.go.jp>
3585
3586 * term.el (term-char-mode): Define all non-ascii self-inserting
3587 characters to 'term-send-raw in term-raw-map.
3588
7261ece3 35892000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 3590
83c9cb8e 3591 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 3592
83c9cb8e
SM
3593 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3594 Changed initialization; use add-hook.
6061fbf0 3595 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 3596
6061fbf0 3597 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 3598
6061fbf0
GM
3599 * ediff.el (ediff-patch-buffer): Bug fix.
3600 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 3601
83f40583
SM
36022000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3603
3604 * subr.el (combine-run-hooks): Remove.
3605
3606 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3607 and remove the rogue second spec.
3608
bdd6d4e8
GM
36092000-12-23 Gerd Moellmann <gerd@gnu.org>
3610
3611 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3612
26736ce3
SM
36132000-12-22 Stefan Monnier <monnier@cs.yale.edu>
3614
0e86b6b0
SM
3615 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3616 Use minibuffer menu prompt for the `=' prefix.
3617 (smerge-command-prefix): Change default to C-^.
6eabfb26 3618 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 3619
26736ce3
SM
3620 * skeleton.el (skeleton-internal-1): Make sure the first line of
3621 the region is also re-indented.
d21584d6
SM
3622 (skeleton-end-newline): New var.
3623 (skeleton-end-hook): Use it.
26736ce3 3624
95fa4fd7
MB
36252000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3626
3627 * comint.el (comint-password-prompt-regexp): Support CVS.
3628
f060b834
GM
36292000-12-22 Gerd Moellmann <gerd@gnu.org>
3630
83c9cb8e
SM
3631 * simple.el (delete-key-deletes-forward-mode): Simplify.
3632 Also backspace key combinations, depending on
856ff7a7
GM
3633 delete-key-deletes-forward.
3634
3635 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3636
f060b834
GM
3637 * simple.el (delete-key-deletes-forward): Doc fix.
3638
653558a1
GM
36392000-08-22 Emmanuel Briot <briot@gnat.com>
3640
3641 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 3642 white spaces are relevant in the XML file.
653558a1
GM
3643 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3644 to parse was already edited. This allows for on-the-fly analysis
26736ce3 3645 of XML files.
653558a1
GM
3646 (xml-parse-tag): Check that the casing is the same in the start
3647 tag and end tag, since XML is case-sensitive. Allows for spaces
3648 in the end tag, after the name of the tag.
3649 (xml-parse-attlist): Allow for the character '-' in the name of
3650 attributes, as in the standard http-equiv attribute Do not save
26736ce3 3651 the properties in the XML tree, since they are not relevant.
653558a1 3652
3ad93d8d
SM
36532000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3654
3655 * generic.el (generic-read-type): Undo last change, inline into
3656 `generic-mode' and then remove.
3657 (generic-mode): Inline generic-read-type.
3658 (define-generic-mode): Push the symbol name rather than the symbol
3659 onto generic-mode-list.
3660
177f4e88
GM
36612000-12-21 Gerd Moellmann <gerd@gnu.org>
3662
8e15274f
GM
3663 * generic.el (generic-read-type): Build an alist for
3664 completing-read as in 20.7.
3665
3666 * play/landmark.el (lm): Use interactive spec `P'.
3667 (toplevel): Don't set debug-on-error.
3668
83c9cb8e 3669 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 3670
6ba384dc
GM
36712000-12-21 Dave Pearson <davep@davep.org>
3672
3673 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 3674
647a066c
GM
36752000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3676
3677 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3678 ranges like \177-\237, but accepts the character sequence from \177 to
3679 \237. Doc fix.
3680 (ebnf-version): New version (3.4).
3681 (ebnf-setup): Code fix.
3682 (ebnf-range-regexp): New fun.
3683 (ebnf-8-bit-chars): Const fix.
3684
3685 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3686 entry. Doc fix.
3687 (ebnf-bnf-lex): Code fix.
3688 (ebnf-bnf-comment-chars): Const fix.
3689
3690 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3691 entry. Doc fix.
3692 (ebnf-iso-comment-chars): Const fix.
3693
3694 * ebnf-otz.el: Doc fix.
3695
3696 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3697 entry. Doc fix.
3698 (ebnf-yac-skip-code): Code fix.
3699 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 3700
bc22fd18
EZ
37012000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3702
3703 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
3704 (recover-file): Use it instead of insert-directory.
3705 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 3706
587fc3f9
KH
37072000-12-21 Kenichi Handa <handa@etl.go.jp>
3708
83c9cb8e
SM
3709 * international/mule-cmds.el (select-safe-coding-system):
3710 Check coding-category-list more rigidly. Improve help message.
eeefcfde 3711
587fc3f9
KH
3712 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3713
01860fb9
MB
37142000-12-21 Miles Bader <miles@gnu.org>
3715
83c9cb8e 3716 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 3717
3f9d67a6
KH
37182000-12-21 Kenichi Handa <handa@etl.go.jp>
3719
9fd1c1f7
KH
3720 * international/mule-diag.el (describe-char-after): Make *Help*
3721 buffer inherit multibyteness of the current buffer.
3722
3f9d67a6
KH
3723 * international/mule.el (make-char): Docstring adjusted for the
3724 change of make-char-internal.
3725
c9669fac
SM
37262000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3727
3728 * international/iso-cvt.el: Docstrings fix.
3729
19594307
DL
37302000-12-20 Dave Love <fx@gnu.org>
3731
3732 * subr.el (eval-after-load): Doc fix.
3733
b1a447b3
KH
37342000-12-20 Kenichi Handa <handa@etl.go.jp>
3735
3736 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3737 for numbers.
3738
09877d5d
MB
37392000-12-20 Miles Bader <miles@gnu.org>
3740
3741 * international/quail.el (quail-help): Resize the help window
3742 again after it has all its contents. Remove unneeded progn.
3743
71d4497a
GM
37442000-12-19 Gerd Moellmann <gerd@gnu.org>
3745
3746 * pcmpl-linux.el: Fix copy/paste error.
3747
741e56a0
AI
37482000-12-19 Andrew Innes <andrewi@gnu.org>
3749
83c9cb8e 3750 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 3751
cc24d91c
CD
37522000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3753
ba4c05aa
CD
3754 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3755
3756 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3757
3758 * progmodes/idlw-shell.el: Fixed copyright notice.
3759
3760 * progmodes/idlwave.el: Fixed copyright notice.
3761
71d4497a 3762 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
3763 TAB as key separators.
3764
524c8caf
GM
37652000-12-19 Alex Schroeder <alex@gnu.org>
3766
3767 * sql.el (sql-sybase-options): New option.
3768 (sql-sybase): Use it. Add sql-database to the list of parameters
3769 provided for login. The options -w 2048 -n are not used any more.
3770 (sql-postgres-options): Changed default from "--pset" to "-P".
3771 (sql-mysql-options): Doc change.
3772 (sql-stop): Doc change.
3773
b5fa513d
KH
37742000-12-19 Kenichi Handa <handa@etl.go.jp>
3775
3776 * international/quail.el (quail-input-method): Always hide
3777 the guidance buffer on exiting.
3778
91c9e6ce
GM
37792000-12-18 Gerd Moellmann <gerd@gnu.org>
3780
c6da4eb4
GM
3781 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3782 isn't fboundp.
3783
3d2a0e0b
GM
3784 * server.el (server-buffer-done): Bury the buffer before
3785 killing it.
3786
91c9e6ce
GM
3787 * faces.el (face-spec-set): Interpret a nil in specs for
3788 foreground and background colors as `unspecified', for
3789 compatibility with 20.x.
3790
40fa0008
DL
37912000-12-18 Dave Love <fx@gnu.org>
3792
22adbe54
DL
3793 * simple.el (mail-user-agent): Doc fix.
3794 (input-mode-8-bit): Removed.
3795
3796 * international/mule.el (set-keyboard-coding-system): Doc fix.
3797 (keyboard-coding-system): New option.
3798
40fa0008
DL
3799 * mail/sendmail.el (send-mail-function): Customize.
3800
6f4745e2
EZ
38012000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3802
3803 * international/codepage.el (cp866-decode-table): New table.
3804
82b90229
GM
38052000-12-18 Gerd Moellmann <gerd@gnu.org>
3806
3807 * version.el (emacs-version): Remove `%a' from the time format
3808 because the weekday doesn't fit well into each locale.
3809
5a047002
MB
38102000-12-18 Miles Bader <miles@gnu.org>
3811
7f49aa07
MB
3812 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3813
ca2ddd8e 3814 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
3815 Check that emacs-major-version is `=' to 20, not `>='.
3816 (artist-replace-chars): Use `make-string' instead of a loop.
3817
22ea2607
EZ
38182000-12-17 Stefan Monnier <monnier@cs.yale.edu>
3819
3820 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3821 (cvs-execute-single-file): Don't change directory.
3822 Patch from Per Cederqvist.
3823
6c825f8e
EZ
38242000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3825
83c9cb8e
SM
3826 * textmodes/ispell.el (check-ispell-version):
3827 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
3828 of -vv.
3829
8ff06845
KH
38302000-12-16 Kenichi Handa <handa@etl.go.jp>
3831
af4bb4c8
KH
3832 * international/mule-diag.el (mule-diag): Insert information about
3833 configure options, multibyte awareness, language env.
3834
8ff06845
KH
3835 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3836 regexp to search for candidates.
3837
b24e84ab
EZ
38382000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3839
3840 * info.el (Info-forward-node): If the node has an
3841 Info-header-line, widen the buffer before searching for "next:"
3842 and "up:" pointers, and set the search limit to stay in the
3843 current node.
3844
7981d89f
MB
38452000-12-16 Miles Bader <miles@gnu.org>
3846
3847 * simple.el (delete-trailing-whitespace): Remove extraneous let.
3848
88ee7917
MB
38492000-12-15 Miles Bader <miles@gnu.org>
3850
3851 * comint.el (comint-send-string, comint-send-region): Also accept
3852 a buffer, buffer-name, or nil for PROCESS, for compatibility with
3853 process-send-string/region.
3854
0c28d842
GM
38552000-12-15 Gerd Moellmann <gerd@gnu.org>
3856
4ea7fdca
GM
3857 * isearch.el (isearch-lazy-highlight-max): New user-option.
3858 (isearch-lazy-highlight-update): Don't highlight more than
3859 isearch-lazy-highlight-max matches.
3860
0c28d842
GM
3861 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3862
984c9f75 38632000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 3864
8062e53a
GM
3865 * sort.el (sort-columns): Fix error message.
3866
3ffa545b
GM
3867 * dabbrev.el (dabbrev--last-case-pattern): Value is now
3868 `upcase' or `downcase' or nil.
3869 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3870 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3871 (dabbrev--substitute-expansion): New arg record-case-pattern.
3872 If it is non-nil, set dabbrev--last-case-pattern.
3873 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3874
3875 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3876
c2d7f289
MB
38772000-12-15 Miles Bader <miles@gnu.org>
3878
b6348438
MB
3879 * paths.el (Info-default-directory-list): Don't delete
3880 configure-info-directory from the list of standard info
83c9cb8e 3881 directories when appending it to the end -- their order is important.
b6348438 3882
f9056dd9
MB
3883 * faces.el (read-face-attribute): If there's no entry for the
3884 user's input in VALID, just use it as-is (this will often result
3885 in an error, but it may be OK for e.g. colors using hexadecimal
3886 notation, and at least will yield a better error message).
3887
c2d7f289 3888 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 3889 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
3890 Variables removed.
3891 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3892 window is really the right size. Use vertical-motion
3893 rather than forward-line.
3894 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3895 (ispell-command-loop, ispell-show-choices): Use the variable
3896 ispell-choices-win-default-height, rather than the function.
3897 (ispell-choices-win-default-height): Function removed.
3898 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 3899
8f530b95
SM
39002000-12-14 Stefan Monnier <monnier@cs.yale.edu>
3901
3902 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3903
6d435deb
EZ
39042000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3905
83c9cb8e
SM
3906 * paths.el (Info-default-directory-list):
3907 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
3908 put it first in the list; otherwise put it last. Doc string
3909 changed accordingly.
3910
3911 * info.el (Info-directory-list): Change doc string to reflect the
3912 change in Info-default-directory-list.
3913
6d435deb
EZ
3914 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3915 windows-nt as windowed environments, even under -nw.
3916
3917 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3918 if not fboundp. Switch delete-forward mode for the <delete> key
3919 on all PC platforms, even under -nw.
3920
3921 * term/internal.el ([M-delete]): Remap to M-d.
3922
9d7d9263
GM
39232000-12-14 Gerd Moellmann <gerd@gnu.org>
3924
3925 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3926
7cf0153a
EZ
39272000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3928
3929 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3930
5e5b3d41
GM
39312000-12-14 Gerd Moellmann <gerd@gnu.org>
3932
5f368d29
GM
3933 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3934 if appropriate.
3935
3936 * simple.el (delete-key-deletes-forward): New user-option.
3937 (delete-key-deletes-forward-mode): New function.
3938
9d7d9263 3939 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 3940
83c9cb8e
SM
3941 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3942 Test if symbol is bound before getting its value.
5e5b3d41
GM
3943
3944 * tooltip.el (tooltip-show): If an error is signaled in
3945 x-show-tip, display that error, and display the help in the
3946 echo area.
ca2ddd8e 3947
191b83b6
KH
39482000-12-14 Kenichi Handa <handa@etl.go.jp>
3949
83c9cb8e
SM
3950 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3951 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 3952
6192b604
KF
39532000-12-13 Karl Fogel <kfogel@red-bean.com>
3954
3955 * bookmark.el: Provide a generic exit hook, as suggested by
3956 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
3957 (bookmark-exit-hook): New var.
3958 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
3959 old raw lambda form in `kill-emacs-hook', and runs new
3960 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3961 as logically that feature must have been provided if this function
3962 is running.
3963 Removed ;;;###autoload before the `add-hook' call.
3964
5edf6b55
SM
39652000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3966
3967 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3968 (easy-menu-current-active-maps): New function.
3969 (easy-menu-get-map): Use it.
3970 Make a proper menu entry when creating a new keymap.
3971
16b5e8e6
KH
39722000-12-13 Kenichi Handa <handa@etl.go.jp>
3973
d49fc4eb
KH
3974 * international/characters.el: Fix cases and syntaxes for
3975 mule-unicode-0100-24ff.
3976
3b53d876
KH
3977 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3978 that a Japanese character is not appended after day and year.
3979
16b5e8e6
KH
3980 * info.el (Info-suffix-list): Change format for a command that
3981 requires arguments.
3982 (info-insert-file-contents): Adjusted for the above change.
3983
1df1c518
AS
39842000-12-12 Andreas Schwab <schwab@suse.de>
3985
3986 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3987 on the name of the tar buffer. Verify that the existing buffer is
3988 visiting the same subfile.
3989
a7a07b98
DL
39902000-12-12 Dave Love <fx@gnu.org>
3991
3992 * subdirs.el: Add obsolete.
3993
4fdbd809
GM
39942000-12-12 Gerd Moellmann <gerd@gnu.org>
3995
bfdb75ee
GM
3996 * mail/rmailsum.el (rmail-summary-expunge)
3997 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3998 instead of rmail-confirm-expunge.
3999
4fdbd809
GM
4000 * replace.el (perform-replace): Don't use an empty match adjacent
4001 to a non-empty match when computing the next match before the
4002 replacement is performed.
4003
e9a59cad
GM
40042000-12-12 Milan Zamazal <pdm@freesoft.cz>
4005
4006 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4007 definition (patch by Stefan Monnier).
4008 (glasses-mode): Use jit-lock instead of `after-change-functions'
4009 (patch by Stefan Monnier).
4010
c2def7a0
MB
40112000-12-12 Miles Bader <miles@gnu.org>
4012
4013 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4014 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4015
591b63b4
AC
40162000-12-12 Andrew Choi <akochoi@i-cable.com>
4017
4018 * term/mac-win.el: Remove load for ls-lisp.
4019
a924cf63 4020 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 4021
5ff4ba3d
MB
40222000-12-12 Miles Bader <miles@gnu.org>
4023
4024 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4025 Respect field end too.
4026 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
4027 (newline-and-indent, reindent-then-newline-and-indent):
4028 Use `delete-horizontal-space'.
5ff4ba3d 4029
d0c679bc
SM
40302000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4031
adf9c994
SM
4032 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4033 (so as to obey the field property in the minibuffer).
4034
4b0cd42d
SM
4035 * obsolete/c-mode.el: Moved from lisp/progmodes.
4036 * obsolete/auto-show.el: Moved from lisp.
4037 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 4038
89f85863
CD
40392000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4040
4041 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 4042 changes to list them here.
89f85863 4043
83c9cb8e
SM
4044 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4045 Too many changes to list them here.
89f85863 4046
83c9cb8e
SM
4047 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4048 Too many changes to list them here.
89f85863
CD
4049
4050 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4051
3e0d35ce
GM
40522000-12-11 Gerd Moellmann <gerd@gnu.org>
4053
83c9cb8e 4054 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 4055
ca2ddd8e 4056 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
4057 Comment fix.
4058
3e0d35ce
GM
4059 * hscroll.el: Moved to `obsolete' subdir.
4060
ff904dd6
MB
40612000-12-11 Miles Bader <miles@gnu.org>
4062
4063 * window.el (window-text-height): Function removed (now in C).
4064
fb97d87f
SM
40652000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4066
4067 * log-edit.el (log-edit-parent-buffer): New var.
4068 (log-edit): Set it. Add BUFFER argument.
4069 (log-edit-done): Use char-before.
4070 Don't bother checking validity of vc-comment-ring.
4071 Only bury the buffer if log-edit popped it up.
4072
4073 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4074 (cvs-mode-diff-help): Remove.
4075 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 4076 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
4077
4078 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4079 Remove binding for ? now made unnecessary.
4080
7de77417
CD
40812000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4082
83c9cb8e 4083 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
4084 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4085
4086 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4087 when master file is not open.
4088
4efa209f
SM
40892000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4090
4091 * progmodes/ada-stmt.el: Update `maintainer'.
4092
0a8052bd
GM
40932000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4094
4095 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4096 choices to match documentation string.
4097
a12167c5
MB
40982000-12-09 Miles Bader <miles@gnu.org>
4099
2161605d
MB
4100 * minibuf-eldef.el: New file.
4101
a12167c5
MB
4102 * window.el (fit-window-to-buffer): Don't pass last argument to
4103 pos-visible-in-window-p, now that its meaning is inverted.
4104
9ea8de1b
EZ
41052000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4106
4107 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4108 <ceder@lysator.liu.se>.
4109
5002ddbb
SM
41102000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4111
b6114d80
SM
4112 * autoinsert.el (auto-insert-alist): Add missing final \n.
4113
ee8d23ee
SM
4114 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4115 (cvs-menu-map): Remove.
4116 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4117 (cvs-mode-quit): Turn it back into a plain function.
4118
5002ddbb 4119 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 4120 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
4121
4122 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4123 file where it's more visible.
4124 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4125 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4126 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4127 (texinfo-inside-macro-p): Only catch `scan-error's.
4128 (texinfo-inside-env-p): Make better use of the match info.
4129 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4130 (texinfo-insert-@end): Slight re-organization.
4131 Also remove useless `looking-at' call.
4132
30cd075d
AI
41332000-12-08 Andrew Innes <andrewi@gnu.org>
4134
4135 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4136 accessible in -nw mode.
4137
4138 * term/w32-win.el: Remove stuff about selection timeout, which is
4139 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4140 it is accessible in -nw mode.
4141
01b91009
DL
41422000-12-08 Dave Love <fx@gnu.org>
4143
83c9cb8e
SM
4144 * emacs-lisp/lisp-mode.el (lisp-mode):
4145 Set font-lock-keywords-case-fold-search.
01b91009 4146
842b2a94
GM
41472000-12-08 Gerd Moellmann <gerd@gnu.org>
4148
4149 * textmodes/ispell.el (ispell): Doc fix.
4150
f9d5f611
KH
41512000-12-08 Kenichi Handa <handa@etl.go.jp>
4152
4153 * international/quail.el (quail-insert-decode-map): Check the
4154 frame width of a window displaying the current buffer, not that of
4155 the selected frame.
4156 (quail-help): Make sure that the help buffer has window before
4157 inserting text in it.
4158
e04d21aa
SS
41592000-12-07 Sam Steingold <sds@gnu.org>
4160
4161 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4162 Backquote is used in isearch.el, so autoloading saves nothing.
4163
fc3e23a4
EZ
41642000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4165
83c9cb8e
SM
4166 * startup.el (normal-top-level-add-subdirs-to-load-path):
4167 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 4168
fc3e23a4
EZ
4169 * dired.el (dired-insert-directory): If file-system-info is
4170 fboundp, call it instead of invoking dired-free-space-program.
4171
796ecd10
GM
41722000-12-07 Gerd Moellmann <gerd@gnu.org>
4173
0f5f7c3e
GM
4174 * server.el (server-visit-files): Push files on file-name-history.
4175
3764ba49
GM
4176 * progmodes/cc-langs.el: Update copyright.
4177
8e7931da
GM
4178 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4179
ae0d7485 4180 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 4181
796ecd10
GM
4182 * bindings.el (mode-line-mode-menu): Reverse the order
4183 of define-keys so that the menu appears in alphabetical order.
4184
ae0d7485
GM
41852000-12-07 Milan Zamazal <pdm@freesoft.cz>
4186
4187 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4188 of the function.
4189
e2849090
DL
41902000-12-07 Dave Love <fx@gnu.org>
4191
4192 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4193
4194 * facemenu.el (facemenu-unlisted-faces): Fix value.
4195
5c7f629c
SM
41962000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4197
4198 * font-lock.el (font-lock-default-fontify-region):
4199 Include the terminating \n (off-by-one error).
4200 (font-lock-set-defaults): Use dolist.
4201
4202 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4203
73481ae3
KH
42042000-12-07 Kenichi Handa <handa@etl.go.jp>
4205
83c9cb8e
SM
4206 * international/mule-cmds.el (describe-language-environment):
4207 Fix for the case that an input method title is not string but a list.
ffbaa122 4208
73481ae3
KH
4209 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4210 of wrong SIZE record.
4211
e2896b22
DL
42122000-12-06 Dave Love <fx@gnu.org>
4213
67292061
DL
4214 * newcomment.el (comment-region, comment-dwim): Doc fix.
4215
4216 * textmodes/texinfo.el: Require tex-mode when compiling.
4217 (texinfo-update-node): Doc fix.
4218 (texinfo-imenu-generic-expression): Add @anchor.
4219 (texinfo-font-lock-keywords): Add @uref.
4220 (texinfo-inside-macro-p): Don't use ignore-errors.
4221 (texinfo-insert-quote): Match more contexts.
4222
e76938e7
DL
4223 * international/mule.el (decode-char, encode-char): Doc fix.
4224 (auto-coding-alist): Customize.
4225
4226 * files.el (load-file): Fix change of 2000-03-12.
4227
e2896b22
DL
4228 * wid-edit.el (widget-text-keymap): Doc fix.
4229
6610f4b2
AI
42302000-12-06 Andrew Innes <andrewi@gnu.org>
4231
4232 * makefile.w32-in (lisp): Set to an absolute directory, namely
4233 $(CURDIR).
4234
9e3366e4
EZ
42352000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4236
4237 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4238 read generated-autoload-file, and set buffer-file-coding-system to
4239 raw-text-unix after reading the file.
4240
83c9cb8e
SM
4241 * international/mule-conf.el (file-coding-system-alist):
4242 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 4243
d94d636f
GM
42442000-12-06 Gerd Moellmann <gerd@gnu.org>
4245
384333ee
GM
4246 * replace.el (occur): Make line-number-width 1 smaller for the
4247 colon following the line number.
4248
83c9cb8e
SM
4249 * startup.el (fancy-splash-text, command-line-1):
4250 Use `File' for the menu name instead of `Files'.
e04d21aa 4251
d4b72d58
GM
4252 * tmm.el: Update copyright.
4253
d94d636f
GM
4254 * cus-start.el: Add entry for even-window-heights.
4255
6e424019
MB
42562000-12-06 Miles Bader <miles@gnu.org>
4257
4258 * faces.el (frame-set-background-mode): Avoid stomping on
4259 locally modified faces.
4260
e6477b58
KH
42612000-12-06 Kenichi Handa <handa@etl.go.jp>
4262
4263 * international/fontset.el: Correct the font registries for
4264 japanese-jisx0213-1 and japanese-jisx0213-2.
4265
21999ab9
GM
42662000-12-05 Gerd Moellmann <gerd@gnu.org>
4267
57d6e381
GM
4268 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4269
21999ab9
GM
4270 * iswitchb.el: Update customization commentary.
4271
7422819c
GM
42722000-12-05 Rob Riepel <riepel@Stanford.EDU>
4273
4274 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4275 (tpu-search-highlight): Fixed comparison of overlay end positions.
4276 (tpu-trim-line-ends): Implemented trimming logic locally.
4277
4278 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 4279 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 4280
73daff18
KH
42812000-12-05 Kenichi Handa <handa@etl.go.jp>
4282
4283 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4284 to cn-gb.
4285 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4286
6a4cd002
DL
42872000-12-04 Dave Love <fx@gnu.org>
4288
4289 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4290
6452929e
GM
42912000-12-04 Gerd Moellmann <gerd@gnu.org>
4292
e04d21aa 4293 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
4294 (rmail-summary-expunge-and-save): Ask for confirmation with
4295 rmail-expunge-confirmed.
4296
4297 * mail/rmail.el (rmail-expunge-confirmed): New function.
4298 (rmail-expunge): Use it.
4299
1790abf4
FP
43002000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4301
0c68ce6f 4302 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
4303 (etags-recognize-tags-table, find-tag-in-order):
4304 New functionality: interpret file names as tags.
e04d21aa 4305
7a53d8c8
EZ
43062000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4307
4308 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
4309 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4310 the first subnode until the bottom of the current node is visible.
7a53d8c8 4311
caa15ef7
GM
43122000-12-04 Gerd Moellmann <gerd@gnu.org>
4313
4314 * format.el (format-decode): Don't change buffer's undo list.
4315
e225faa7
KH
43162000-12-04 Kenichi Handa <handa@etl.go.jp>
4317
4318 * faces.el (face-font-registry-alternatives): Add entries for CJK
4319 fonts. Doc-string adjusted for the actual usage of this data.
4320
4321 * international/fontset.el: Change the font registries for CJK
4322 fonts in the default fontset. Don't append '*' to registries.
4323
8b262a65
SM
43242000-12-03 Stefan Monnier <monnier@cs.yale.edu>
4325
e04d21aa 4326 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
4327 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4328
4329 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4330 (derived-mode-p): New function.
4331 (derived-mode-make-docstring): Add `docstring' argument.
4332 Use it if available and complete it if necessary.
4333
33c4460b
AS
43342000-12-03 Andreas Schwab <schwab@suse.de>
4335
4336 * type-break.el (type-break): Don't make parent of itself.
4337
5c9b3fac
MB
43382000-12-03 Miles Bader <miles@gnu.org>
4339
4340 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4341
27ce741e
SM
43422000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4343
07c16ec4
SM
4344 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4345 (tex-main-file, tex-file): Simplify.
4346 (tex-generate-zap-file-name): Use subst-char-in-string.
4347 (tex-strip-dots): Remove.
4348
c19cc275
SM
4349 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4350
27ce741e
SM
4351 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4352 to check if the match succeeded.
4353
285991dc
GM
43542000-12-02 Gerd Moellmann <gerd@gnu.org>
4355
4356 * startup.el (use-fancy-splash-screens-p): New function.
4357 (command-line-1): Use it to determine whether or not to use
4358 a fancy splash screen.
4359
52dca1b2
AS
43602000-12-02 Andreas Schwab <schwab@suse.de>
4361
4362 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4363
d3e7e7cf
EZ
43642000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4365
2dce2360
EZ
4366 * international/mule.el (make-char): Fix last change.
4367
9768eaa7
EZ
4368 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4369 New defcustoms.
4370 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
4371 autoloading tex-mode; instead, do the same manually.
4372 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
4373 with numeric argument. Docstring fix.
4374 (toplevel): Require cl when compiling.
e04d21aa 4375
285991dc 4376 * international/mule.el (make-char): Doc fix.
d3e7e7cf 4377
0dd5e255
JR
43782000-12-02 Jason Rumney <jasonr@gnu.org>
4379
4380 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4381 the Emacs Lisp manual)
4382
fbb87147
EZ
43832000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4384
5cbb3e93
EZ
4385 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4386
fbb87147
EZ
4387 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4388 the Emacs Lisp manual).
4389
1636ca09
GM
43902000-12-02 Gerd Moellmann <gerd@gnu.org>
4391
4392 * simple.el (next-line-add-newlines): Change default to nil.
4393
68875f0e
EZ
43942000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4395
83c9cb8e
SM
4396 * files.el (revert-buffer, recover-file):
4397 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 4398
fd9ac94c
GM
43992000-12-01 Gerd Moellmann <gerd@gnu.org>
4400
4401 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4402
45450dd5
MB
44032000-12-01 Miles Bader <miles@gnu.org>
4404
4405 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4406
09df8881
KH
44072000-12-01 Kenichi Handa <handa@etl.go.jp>
4408
4409 * international/mule-diag.el (describe-char-after): Fix typo.
4410 (describe-character-set, non-iso-charset-alist): Fix typo.
4411
dea0a87d
MB
44122000-12-01 Miles Bader <miles@gnu.org>
4413
b170205b
MB
4414 * image-file.el (image-file-name-regexp): Automatically add
4415 upper-case variants of each filename extension in
4416 `image-file-name-extensions', since they seem to be common.
4417
e04d21aa 4418 * simple.el (minibuffer-contents)
dea0a87d
MB
4419 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4420 New functions.
4421 * filecache.el (file-cache-directory-name)
4422 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4423
2b69bc11 44242000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 4425
dea0a87d
MB
4426 * filecache.el (file-cache-minibuffer-complete): Don't try to
4427 delete the minibuffer prompt.
4428
a8a1b05d
DL
44292000-11-30 Dave Love <fx@gnu.org>
4430
4431 * cus-start.el: Fix read-buffer-function type.
4432
693c4692
GM
44332000-11-30 Gerd Moellmann <gerd@gnu.org>
4434
4435 * md5.el: Removed. There's a built-in function, now.
4436
2c0b1898
GM
44372000-11-30 Markus Rost <rost@math.ohio-state.edu>
4438
4439 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4440 as dummy 0-th char of rmail-deleted-vector.
4441
63dfcf4b
EZ
44422000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4443
4444 * ps-print.el (ps-end-job): Bind case-fold-search only after
4445 switching to ps-spool-buffer.
4446
44472000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4448
4449 * ps-print.el: Line number font customization. PostScript: Lines and
4450 PageCount are initialized on each page. Doc Fix.
4451 (ps-print-version): New version number (6.3.2).
4452 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4453 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4454 (ps-right-header): Customization fix.
4455 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4456 Fix code.
4457 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4458 New vars.
4459
df3aedcf
GM
44602000-11-30 Gerd Moellmann <gerd@gnu.org>
4461
edfb795e
GM
4462 * bs.el: Fix typos and spelling errors.
4463 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4464 (bs-configuration): Doc fix.
e04d21aa 4465
df3aedcf
GM
4466 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4467
8b8a7f01
GM
44682000-11-30 Rob Riepel <riepel@Stanford.EDU>
4469
4470 * emulation/tpu-edt.el (tpu-version): New version.
4471 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4472 (tpu-original-mode-line): Variable deleted.
4473 (tpu-mark-flag): New initial value.
83c9cb8e
SM
4474 (tpu-set-mode-line): Don't redefine mode-line-format.
4475 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
4476 (tpu-update-mode-line): New mark flag logic.
4477 (tpu-get): Use find-file-wildcards.
4478 (tpu-search-highlight): Move overlay less, reset overlay properly.
4479 (tpu-unselect): Deactivate mark.
4480 (tpu-lm-replace): Reset overlay properly.
4481 (tpu-forward-line): Use forward-visible-line.
4482 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4483
83c9cb8e 4484 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 4485
c069a9d3
GM
44862000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4487
4488 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4489
b02cd40b
GM
44902000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4491
4492 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4493 and skip whitespace and newlines.
e04d21aa 4494
b7a90344
SM
44952000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4496
4497 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4498
be6bbb55
GM
44992000-11-29 Gerd Moellmann <gerd@gnu.org>
4500
0383ed60
GM
4501 * help.el (describe-function-1): Regexp-quote function name
4502 when used as part of a regexp.
4503
83c9cb8e
SM
4504 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4505 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
4506 (tool-bar-add-item): Likewise, and handle unspecified colors.
4507
4508 * enriched.el (enriched-face-ans): Use face-attribute instead
4509 of face-foreground and face-background.
4510
4511 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 4512 Return nil if attribute is unspecified, for backward compatibility.
c7957947 4513
7423978d
GM
4514 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4515
ef128c78
GM
4516 * play/5x5.el: Remove version info.
4517
a81fc510
GM
4518 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4519
be6bbb55
GM
4520 * frame.el (blink-cursor-mode): Doc fix.
4521
f9396e03
GM
45222000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4523
4524 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4525 to create Makefile rules.
4526 (antlr-tool-command): New user option.
4527 (antlr-ask-about-save): New user option.
4528 (antlr-makefile-specification): New user option.
4529 (antlr-file-formats-alist): New variable.
4530 (antlr-special-file-formats): New variable.
4531 (antlr-unknown-file-formats): New user option.
4532 (antlr-help-unknown-file-text): New variable.
4533 (antlr-help-rules-intro): New variable.
4534 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4535 (antlr-mode-menu): Add entries.
4536 (antlr-file-dependencies): New function.
4537 (antlr-directory-dependencies): New function.
4538 (antlr-superclasses-glibs): New function.
4539 (antlr-run-tool): New command.
4540 (antlr-makefile-insert-variable): New function.
4541 (antlr-insert-makefile-rules): New function.
4542 (antlr-show-makefile-rules): New command.
4543
4544 * antlr-mode.el: More Emacs/XEmacs stuff.
4545 (antlr-no-action-keywords): New constant with value nil.
4546 (antlr-font-lock-keywords-alist): Use it. Old value would break
4547 syntax highlighting in Emacs-21.0.
4548 (antlr-default-directory): Emacs/XEmacs dependend function.
4549 (antlr-read-shell-command): Ditto.
4550 (antlr-with-displaying-help-buffer): Ditto.
4551
45522000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4553
4554 * antlr-mode.el: imenu, parsing and highlighting changes.
4555 (antlr-imenu-create-index-function): Don't create extra submenus
4556 for definitions in different grammar classes. It is not necessary
4557 for the menu and would make command `imenu' awkward to use.
4558 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
4559 header actions and more than one.
4560 (antlr-font-lock-tokendef-face): Changed color.
4561 (antlr-font-lock-tokenref-face): Changed color.
4562 (antlr-font-lock-additional-keywords): Also highlight lowercase.
4563 (antlr-mode-syntax-table): New variable.
4564 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4565 (antlr-with-syntax-table): Don't copy syntax table.
4566
45672000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4568
4569 * antlr-mode.el: Minor changes: language setting.
4570 (antlr-language-alist): The value for file option "language" can
4571 be both an identifier and a string.
4572 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4573 (antlr-language-limit-n-regexp): Change accordingly.
4574
45752000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4576
4577 * antlr-mode.el: Minor changes: tabs, hiding.
4578 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4579 (antlr-action-visibility): Also allow value nil to also hide the
4580 braces. Renamed from `antlr-tiny-action-length'.
4581 Suggested by Jay@aol.com.
4582 (antlr-hide-actions): Change accordingly. Hide line if completely
4583 hidden action is on a line of its own.
e04d21aa 4584
6ad948eb
SM
45852000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4586
4587 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4588
4589 * sort.el (sort-columns): Don't concat strings with numbers.
4590
9c6a4107
DL
45912000-11-29 Dave Love <fx@gnu.org>
4592
4593 * cus-edit.el (face): Fix :format.
4594
4595 * mail/feedmail.el: Require smtpmail when compiling.
4596 (mail-do-fcc): Autoload.
4597 (feedmail) <defgroup>: Fix :link.
4598 (feedmail-nuke-body-in-fcc): Fix :type.
4599 (feedmail-send-it): Add autoload cookie.
4600
053b8d35
SM
46012000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4602
4603 * newcomment.el (comment-indent): Save excursion around call to
4604 comment-indent-function.
4605
242c13e8
MB
46062000-11-29 Miles Bader <miles@gnu.org>
4607
4608 * subr.el (member-ignore-case): Return the tail of the list who's
4609 car matches, like `member', not the matching element itself.
4610
8f4b5f28
KH
46112000-11-29 Kenichi Handa <handa@etl.go.jp>
4612
4613 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
4614 should not contain `\n'.
4615
bebe4a2c
GM
46162000-11-28 Gerd Moellmann <gerd@gnu.org>
4617
fd9ac94c 4618 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 4619
ba7e40eb
GM
4620 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4621
75ab0c79
GM
4622 * dired-aux.el (dired-do-create-files): Construct default file
4623 name for dired-mark-read-file-name so that when the user enters
4624 just RET, the target file will end up in the target directory.
4625
bebe4a2c
GM
4626 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4627 local-abbrev-table before changing buffers because it might
4628 have a buffer-local binding.
4629
fa6d1ca8
MB
46302000-11-28 Miles Bader <miles@gnu.org>
4631
4632 * simple.el (delete-horizontal-space): Handle fields more generally.
4633
8d2c2642
GM
46342000-11-28 Gerd Moellmann <gerd@gnu.org>
4635
4636 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4637
8b31236d
DL
46382000-11-28 Dave Love <fx@gnu.org>
4639
3cbd02d2
DL
4640 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4641 comment-start-skip locally.
4642
8b31236d
DL
4643 * progmodes/fortran.el (fortran-mode): Don't set
4644 fortran-comment-line-start-skip. Set comment-start to
4645 fortran-comment-line-start.
4646 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4647 (fortran-comment-line-start-skip): Simplify slightly.
4648
ae4bf56d
GM
46492000-11-28 Gerd Moellmann <gerd@gnu.org>
4650
17ef7534
GM
4651 * play/5x5.el: Remove RCS keyword.
4652
fd9ac94c 4653 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 4654
665b27a6
GM
46552000-11-28 Milan Zamazal <pdm@freesoft.cz>
4656
83c9cb8e
SM
4657 * textmodes/tildify.el (tildify-string-alist):
4658 Add `plain-tex-mode' here.
665b27a6 4659
fe3c2ae3
GM
46602000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4661
4662 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4663 reference.
4664
d970106b
MB
46652000-11-28 Miles Bader <miles@gnu.org>
4666
36b80a0d
MB
4667 * cus-face.el (custom-face-attributes): Add post-filter function
4668 for :box. Make pre-filter function for :box handle all cases.
4669
d970106b
MB
4670 * wid-edit.el (widget-choose): Make sure pop-up window is large
4671 enough to display all the choices, as there's no way to scroll it.
4672
5a2bae6c
KH
46732000-11-28 Kenichi Handa <handa@etl.go.jp>
4674
4675 * international/mule-conf.el: Make the coding system no-conversion
4676 safe for all characters.
4677
9e836e23
DL
46782000-11-27 Dave Love <fx@gnu.org>
4679
8b31236d
DL
4680 * net/ldap.el (ldap) <defgroup>: Add :version.
4681
9e836e23
DL
4682 * tooltip.el (tooltip-use-echo-area): Doc fix.
4683
4684 * cus-start.el <minibuffer-prompt-properties>: Add version.
4685 <read-buffer-function>: Add.
4686
4687 * apropos.el (apropos-print): Add help-echo to active text.
4688
4689 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4690
4a74d071
GM
46912000-11-27 Gerd Moellmann <gerd@gnu.org>
4692
4693 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4694 type, group and version.
4695
76058c27
EZ
46962000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4697
4a74d071 4698 * select.el (x-get-selection): Docstring fix.
76058c27 4699
fd9ac94c 47002000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 4701
fd9ac94c 4702 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 4703
49060c51
AI
47042000-11-27 Andrew Innes <andrewi@gnu.org>
4705
4706 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4707
4708 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4709
b2a8e429
MB
47102000-11-27 Miles Bader <miles@gnu.org>
4711
4712 * dired.el (dired-get-filename): Return filename verbatim if
4713 LOCALP is `verbatim'.
4714 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4715 `verbatim' so that we don't inadvertently delete a non-existant
4716 directory name.
4717
5ac0366d
KH
47182000-11-27 Kenichi Handa <handa@etl.go.jp>
4719
4720 * international/characters.el: Specify cases and syntaxes for
4721 mule-unicode-0100-24ff.
4722
67f1cf4c
GM
47232000-11-27 Gerd Moellmann <gerd@gnu.org>
4724
4725 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4726 that foreground and/or background colors of the face `tool-bar'
4727 are unspecified.
4728
46c56972
MB
47292000-11-27 Miles Bader <miles@gnu.org>
4730
e04d21aa 4731 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
4732 (widget-field-end): Handle widget field `pseudo-overlays'.
4733 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4734 if it's there instead of in `widget-field-list'.
4735
46c56972 4736 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
4737 (help-make-xrefs): Delete extraneous newlines at the end of the
4738 docstring.
46c56972 4739
640a9cdd
JR
47402000-11-25 Jason Rumney <jasonr@gnu.org>
4741
4742 * startup.el (command-line): Call set-locale-environment after
4743 Window System init file is read, as it can result in a call to
4744 redraw-frame.
4745
0b3f96d4
EZ
47462000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4747
4748 * simple.el (shell-command): Mention the effect of the prefix
4749 argument in the doc string.
4750
8da6e2a1
MB
47512000-11-25 Miles Bader <miles@gnu.org>
4752
a658d039
MB
4753 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4754
8da6e2a1 4755 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 4756 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 4757
d3416cca
JR
47582000-11-24 Jason Rumney <jasonr@gnu.org>
4759
4760 * international/mule-cmds.el (locale-language-names): Add "jp" as
4761 a non-standard alternative for Japanese.
4762
17e37f53
AS
47632000-11-24 Andre Spiegel <spiegel@gnu.org>
4764
4765 * vc-hooks.el: Require 'cl during compilation.
4766
9aa5f148
GM
47672000-11-24 Gerd Moellmann <gerd@gnu.org>
4768
ba193890
GM
4769 * faces.el (face-set-after-frame-default): Let face attributes
4770 specified for new frames override frame parameters.
4771
9aa5f148
GM
4772 * startup.el (command-line): Fix computation of the source file
4773 for user-init-file when user-init-file is a compiled file.
4774
51a1edab
MB
47752000-11-24 Miles Bader <miles@gnu.org>
4776
e04d21aa 4777 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
4778 (custom-post-filter-face-spec): New functions.
4779 (custom-face-set, custom-face-value-create): Filter the face spec
4780 before and after customization.
4781 (custom-face-set): If VALUE specifies a null face, pass a
4782 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4783 * cus-face.el (custom-face-attributes): Remove SET and GET
4784 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4785 cases they're needed.
4786
1ed74431
MB
4787 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4788 that it's distinguishable from the :off-glyph on dark-background
4789 displays. Set its background color too.
4790
67ee1125
MB
4791 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4792 so that people can easily turn it off.
4793
7d027816 47942000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 4795
7d027816 4796 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 4797
9aa5f148 4798 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 4799
9aa5f148 4800 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 4801
9aa5f148 4802 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 4803 redundant skip-small-frames test.
e04d21aa 4804
9aa5f148 4805 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 4806 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 4807
9aa5f148
GM
4808 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4809 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
4810 (viper-restore-cursor-type,viper-set-insert-cursor-type):
4811 New functions.
e04d21aa 4812
9aa5f148 4813 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 4814
9aa5f148 4815 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 4816
f07fa1b8
KH
48172000-11-24 Kenichi Handa <handa@etl.go.jp>
4818
83c9cb8e
SM
4819 * international/mule-diag.el (list-iso-charset-chars):
4820 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
4821 (list-non-iso-charset-chars): Fix the `while' condition.
4822
ba8299ff
SM
48232000-11-23 Stefan Monnier <monnier@cs.yale.edu>
4824
79372165
SM
4825 * subr.el (add-hook, remove-hook): Don't call make-local-hook
4826 if the variable is make-variable-buffer-local.
4827
83c9cb8e
SM
4828 * progmodes/ada-stmt.el (ada-template-map):
4829 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
4830 (ada-stmt-mode-hook): New function extracted from old code.
4831 Only change the buffer-local side of skeleton-*.
4832 (ada-mode-hook): Use it.
4833
68a887fa
EZ
48342000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4835
4836 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4837 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4838 we expect to be returned by minibuffer-depth once we prompt the
4839 user in the minibuffer.
4840 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4841 as recorded in iswitchb-minibuf-depth, return non-nil.
4842
3b345582
EZ
48432000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4844
4845 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4846 (hscroll-window-maybe): Docstring fix.
4847
595dead2
DL
48482000-11-23 Dave Love <fx@gnu.org>
4849
4850 * rect.el (string-rectangle): Don't test delete-selection-mode.
4851
1e66b27a
GM
48522000-11-23 Gerd Moellmann <gerd@gnu.org>
4853
02790ce2
GM
4854 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4855 is in the tool bar.
4856
1e66b27a 4857 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 4858 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 4859
a4caa65d
SM
48602000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4861
4862 * textmodes/outline.el (outline-flag-region):
4863 Don't bind inhibit-read-only since we don't modify the buffer.
4864 (outline-isearch-open-invisible): Don't jump to overlay-start
4865 since we're trying to unhide text around point.
4866 (outline-discard-overlays): Use dolist.
4867
4868 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4869
03e757c1
GM
48702000-11-22 Gerd Moellmann <gerd@gnu.org>
4871
83c9cb8e 4872 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 4873
1598a961
SM
48742000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4875
4876 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4877 Fix ARG regexp to skip quoted braces.
4878 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4879 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4880 are (correctly) handled separately).
4881 Remove `caption' and `footnote' from `citations': they contain text.
4882 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4883 (latex-skeleton-end-hook): New function.
4884 (latex-mode): Use it.
4885 (tex-start-tex-marker): Remove.
4886 (tex-send-tex-command): Don't set tex-start-tex-marker.
4887 (tex-error-parse-syntax-table): New var.
4888 (tex-compilation-parse-errors): Use it.
4889 Ignore tex-start-tex-marker. Don't bother with marker-position.
4890 (tex-validate-buffer): Don't bother with marker-position.
4891
4892 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 4893 (flyspell-generic-progmode-verify): Use it.
1598a961 4894
eaae8106
SS
48952000-11-22 Sam Steingold <sds@gnu.org>
4896
83c9cb8e 4897 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 4898
eaae8106 4899 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 4900 `ada-remove-trailing-spaces'.
eaae8106 4901 (ada-remove-trailing-spaces): Removed.
e04d21aa 4902
eaae8106 4903 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 4904
1598a961
SM
4905 * textmodes/picture.el (picture-clean): Removed.
4906 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 4907
a41d49e9
GM
49082000-11-22 Gerd Moellmann <gerd@gnu.org>
4909
e053c60f
GM
4910 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4911
a41d49e9
GM
4912 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4913 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 4914 do anything special when jit-lock is active.
a41d49e9
GM
4915 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4916
197615f3
DL
49172000-11-22 Dave Love <fx@gnu.org>
4918
ddbfaa9f
DL
4919 * calendar/todo-mode.el (todo-top-priorities): Use
4920 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4921
ddc3c695
DL
4922 * language/chinese.el, language/cyrillic.el:
4923 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4924 * language/hebrew.el, language/indian.el, language/japanese.el:
4925 * language/korean.el, language/lao.el, language/misc-lang.el:
4926 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4927 Use provide.
4928
fb9fa98d
DL
4929 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4930 (custom-variable-set): Improve validation error mesage.
4931
197615f3
DL
4932 * rect.el (string-rectangle): Revert last change.
4933 (string-rectangle-line): New arg DELETE.
4934 (string-rectangle): Check delete-selection-mode.
4935
4936 * emacs-lisp/edebug.el (edebug-version)
4937 (edebug-maintainer-address): Deleted.
4938 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4939 (edebug-read-function): Account for other `'#' read forms.
4940 (edebug-mode-menus): Make some items toggles.
4941 (edebug-outside-unread-command-event, unread-command-event):
4942 Remove these to avoid warnings.
4943
f4117c4d
GM
49442000-11-22 David Ponce <david@dponce.com>
4945
4946 * recentf.el (recentf-menu-items-for-commands)
4947 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 4948 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 4949
f4117c4d
GM
4950 (recentf-build-dir-rules, recentf-dump-variable)
4951 (recentf-edit-list, recentf-open-files-item)
4952 (recentf-open-files): Replaced unnecessary `mapcar' with new
4953 built-in `mapc'.
eaae8106 4954
f8e2f3f2
MB
49552000-11-23 Miles Bader <miles@gnu.org>
4956
4957 * faces.el (menu): Make inverse-video on ttys too.
4958
4c4a541d
SM
49592000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4960
4961 * simple.el (comment-line-break-function): Use the new name
4962 indent-new-comment-line -> comment-indent-new-line.
4963 (clone-indirect-buffer): Don't ignore NORECORD.
4964 (next-completion): Properly handle the case where items are adjacent.
4965
4966 * mouse.el (popup-menu): Stupid typo.
4967
980d836e
GM
49682000-11-22 Gerd Moellmann <gerd@gnu.org>
4969
60e8e0a5
GM
4970 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4971 maintainer, keywords tags.
4972
980d836e
GM
4973 * rect.el (replace-rectangle): Don't call string-rectangle-line
4974 with too many arguments.
4975
e08b2069
AS
49762000-11-22 Andre Spiegel <spiegel@gnu.org>
4977
60e8e0a5 4978 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 4979 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
4980 vc-locking-user, which no longer exists.
4981
4982 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4983
c6779d8d
DL
49842000-11-22 Dave Love <fx@gnu.org>
4985
4986 * md5.el (md5): Provide.
4987 (md5): Fix error call.
4988
e672fdce
MB
49892000-11-22 Miles Bader <miles@gnu.org>
4990
eaae8106 4991 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
4992 (refill-fill-paragraph-at): Remove debugging code.
4993
80e24c04
MB
4994 * calendar/calendar.el (generate-calendar-window): When we don't
4995 call `fit-window-to-buffer', make sure the top line is fully visible.
4996
3a17d6cc
MB
4997 * image-file.el (insert-image-file): Don't make `read-only'
4998 property rear-nonsticky.
4999
ae1a21c6
MB
5000 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5001 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5002 stashing away its original value.
5003 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5004 in the recursive edit.
5005 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5006 (isearch-done): Restore `minibuffer-message-timeout'.
5007
e672fdce
MB
5008 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5009
3ea79df8
SM
50102000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5011
5012 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5013
5014 * find-lisp.el (find-lisp-find-files-internal):
5015 Use dolist, when and file-name-as-directory.
5016
980d836e 5017 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
5018 (define-derived-mode, define-minor-mode): Add specs.
5019
5020 * window.el: General comment and spacing fixes.
5021 (save-selected-window): Use backquotes.
5022 (window-safely-shrinkable-p): New function.
5023 (shrink-window-if-larger-than-buffer): Use it.
5024
5025 * subr.el (make-local-hook): Docstring fix.
5026
5027 * shell.el (shell-mode): Use define-derived-mode.
5028
5029 * newcomment.el (comment-indent): Insert comment before calling
5030 comment-indent-function. Don't insert in column 0.
5031 (comment-dwim): Indent before inserting comment.
5032
5033 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5034 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5035 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5036 Use mapc rather than map.
5037
5038 * files.el (find-buffer-visiting): Compare all attributes before
5039 declaring two files identical (rather than just their inode-no).
5040 (auto-mode-alist): Use \' rather than $.
5041
5042 * which-func.el: Update maintainer line.
5043
5044 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5045 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5046 (uniquify-buffer-file-name): Use it.
5047
8f62f2b8
MB
50482000-11-22 Miles Bader <miles@gnu.org>
5049
5050 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5051 * simple.el (minibuffer-avoid-prompt): New function.
5052
fb279a6d
GM
50532000-11-21 Gerd Moellmann <gerd@gnu.org>
5054
5055 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5056
867092e9
MB
50572000-11-21 Miles Bader <miles@gnu.org>
5058
ef860850
MB
5059 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5060 inclusion of `track-mouse'.
5061
867092e9
MB
5062 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5063 (refill-adjust-ignorable-overlay): New function.
5064 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5065 only the paragraph's tail if possible.
5066 Update `refill-ignorable-overlay'.
5067 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5068
5069 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5070 point inside the fill-prefix.
5071
5072 * textmodes/refill.el (refill-post-command-function): Don't reset
5073 refill-doit in the case where a self-insertion command doesn't
5074 case a refill. Use `refill-fill-paragraph-at', getting position
5075 from `refill-doit'.
5076 (refill-after-change-function): Set `refill-doit' to END.
5077 (refill-fill-paragraph-at): New function, mostly from old
5078 refill-fill-paragraph.
5079 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5080 (refill-pre-command-function): New function.
5081 (refill-mode): Add it to `pre-command-hook'.
5082
ff9ab414
GM
50832000-11-20 Gerd Moellmann <gerd@gnu.org>
5084
29a01b72
GM
5085 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5086
ff9ab414
GM
5087 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5088 javadoc tags.
eaae8106 5089
885b211b
AS
50902000-11-20 Andre Spiegel <spiegel@gnu.org>
5091
5092 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5093 vc.el).
5094
eaae8106 5095 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 5096 require vc.
eaae8106
SS
5097
5098 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 5099 checkouts.
eaae8106 5100
d1838556
DL
51012000-11-20 Dave Love <fx@gnu.org>
5102
5103 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5104
2b69bc11 51052000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 5106
2b69bc11
GM
5107 * calculator.el (calculator-paste): Use `if' instead of `and'
5108 and `or'.
5109 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 5110
b95b34e5
GM
51112000-11-19 Gerd Moellmann <gerd@gnu.org>
5112
030de92f
GM
5113 * info.el (info-menu-5): Doc fix.
5114
b95b34e5
GM
5115 * textmodes/artist.el: New file.
5116
54970452
AS
51172000-11-19 Andre Spiegel <spiegel@gnu.org>
5118
eaae8106 5119 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
5120 and differentiate according to checkout model.
5121 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5122 since this function is only concerned with master state.
5123
83c9cb8e
SM
5124 * vc-hooks.el (vc-workfile-unchanged-p)
5125 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 5126
83c9cb8e
SM
5127 * vc.el (vc-workfile-unchanged-p)
5128 (vc-default-workfile-unchanged-p): See above.
54970452 5129
e5a9dabf
MB
51302000-11-19 Miles Bader <miles@gnu.org>
5131
5132 * image-file.el (insert-image-file): Make `intangible' and
5133 `read-only' properties rear-nonsticky too.
5134
24127af0
GM
51352000-11-18 Gerd Moellmann <gerd@gnu.org>
5136
d392e9c5 5137 * ps-print.el: Update copyright notice.
eaae8106 5138
d392e9c5
GM
5139 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5140 (tooltip-show): Use the offsets.
5141
24127af0 5142 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 5143 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
5144 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5145
2b69bc11 51462000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 5147
2b69bc11
GM
5148 * ps-print.el (toplevel): Test for find-coding-system being
5149 fboundp before calling ps-x-find-coding-system.
08ea6f17 5150
66321b2f
SM
51512000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5152
5153 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5154 (vc-version-backup-file): Docstring fix.
5155
046110c6
GM
51562000-11-16 Gerd Moellmann <gerd@gnu.org>
5157
4104194e
GM
5158 * files.el (basic-save-buffer): Don't add a newline if
5159 find-file-literally is non-nil.
5160 (find-file-literally): Extend doc string.
5161
046110c6
GM
5162 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5163 sort(1) with the `-f' argument.
5164
6505c16e
AS
51652000-11-16 Andre Spiegel <spiegel@gnu.org>
5166
fd063975
AS
5167 * vc.el: Updated backend documentation.
5168 (vc-default-check-headers): New function.
5169
3d02dd81 5170 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
5171
5172 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 5173 up-to-date.
eaae8106 5174 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 5175 the minibuffer is not active.
fd063975 5176
eaae8106 5177 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 5178 `vc-cvs-use-edit' is on.
eaae8106
SS
5179 (vc-cvs-checkout): When this is used for reverting the workfile,
5180 make a backup of the original contents and revert to that in case
8791d617 5181 of error.
eaae8106 5182 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 5183 remote repositories.
eaae8106 5184
6505c16e
AS
5185 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5186 for both version and ratio in the minibuffer.
fd063975 5187
eaae8106 5188 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 5189 Use vc-do-command to perform the annotation, not call-process.
6505c16e 5190
a13f0660
KH
51912000-11-16 Kenichi Handa <handa@etl.go.jp>
5192
5193 * international/quail.el (quail-start-translation): Don't call
5194 `message' before reading key sequence.
5195
1389a414
MB
51962000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5197
5198 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5199
9256a532
KH
52002000-11-16 Kenichi Handa <handa@etl.go.jp>
5201
5202 * window.el (fit-window-to-buffer): Be sure to acquire at least
5203 one text line even if the buffer is empty.
5204
0e14fe9f
GM
52052000-11-16 Gerd Moellmann <gerd@gnu.org>
5206
eaae8106 5207 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
5208 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5209 Bind ange-ftp-process-verbose to nil.
0e14fe9f 5210
da645c53
DL
52112000-11-15 Dave Love <fx@gnu.org>
5212
83c9cb8e
SM
5213 * wid-edit.el (widget-specify-field, widget-specify-button):
5214 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
5215 widget-mouse-help.
5216 (widget-mouse-help): New function.
5217 (widget-echo-help): Rewritten for :help-echo functions only taking
5218 a widget arg.
5219
83c9cb8e
SM
5220 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5221 Use display-graphic-p.
b12057b9
DL
5222 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5223 and that JPEG is available.
5224 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5225
da645c53
DL
5226 * international/mule-cmds.el (locale-charset-language-names):
5227 Match @euro.
5228
6d133d1f
GM
52292000-11-15 Gerd Moellmann <gerd@gnu.org>
5230
83c9cb8e
SM
5231 * faces.el (face-set-after-frame-default):
5232 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
5233 default face from X resources.
5234
49ac2ac5
EZ
52352000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5236
5237 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5238 Don't set EMACSLOADPATH.
5239
4fb0a34c
EZ
52402000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5241
5242 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5243 texinfo-insert-@url.
5244 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5245 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5246
bb304a7a
SM
52472000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5248
82bc80bf
SM
5249 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5250 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5251 (checkdoc-minor-keymap): Backward compatibility.
5252 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5253 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5254 (checkdoc-this-string-valid-engine): Be a bit more strict
5255 to avoid matching substrings of `...' quoted vars/funs.
5256 (checkdoc-defun-info): Only look for `interactive' if alone.
5257 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5258
e8c87124
SM
5259 * progmodes/compile.el (grep): `tag-default' can be nil.
5260
bb304a7a
SM
5261 * newcomment.el (comment-indent): Paren typo.
5262
8628686a
DL
52632000-11-14 Dave Love <fx@gnu.org>
5264
25c269ef
DL
5265 * calculator.el: New maintainer version.
5266
66321b2f 5267 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 5268
8628686a
DL
5269 * cmuscheme.el: Doc fixes.
5270 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 5271 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
5272
5273 * xscheme.el (scheme-program-name): Don't define here.
5274
5275 * progmodes/scheme.el (scheme-program-name): New variable
5276 (originally in cmuscheme).
5277
88f0a1eb
MB
52782000-11-14 Miles Bader <miles@gnu.org>
5279
5280 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5281 Handle header-lines. Don't loop forever if we can't enlarge the
5282 window anymore. Simplify a bit.
5283
cd9a000c
KH
52842000-11-14 Kenichi Handa <handa@etl.go.jp>
5285
5286 * window.el (fit-window-to-buffer): Don't check
5287 window-text-height. Assure that the last line is fully visible.
5288
83c9cb8e
SM
5289 * international/quail.el (quail-show-guidance-buf):
5290 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
5291 buffer.
5292 (quail-update-guidance): Avoid making the guidance buffer shorter.
5293
d3fcda22
SM
52942000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5295
bdbd9606
SM
5296 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5297 rather than `prepend' and add an interesting comment.
5298 (tex-math-face, tex-font-lock-syntactic-face-function):
5299 New face and function to use it.
5300 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5301 than `menu-enable' symbol property.
5302 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5303 (tex-mode): Add some latex-mode commands for auto-selection.
5304 Use tex-font-lock-syntactic-face-function.
5305 (tex-insert-quote): Simplify.
5306 (tex-shell): New mode.
5307 (tex-start-shell): Use it.
5308 (tex-shell-proc, tex-shell-buf): New functions.
5309 (tex-send-command): Use it.
5310 (tex-main-file): Fix the meaning of the new arg REALFILE.
5311 (tex-send-tex-command): New function split from `tex-start-tex'.
5312 Set compilation-last-buffer and compilation-parsing-end.
5313
d3fcda22
SM
5314 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5315 when it follows non-comment text on the line.
5316
5317 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5318 Set font-lock-defaults.
5319 (lisp-mode-shared-map): Init inside the defvar.
5320 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5321 Use define-derived-mode.
5322
bdab1d43
MB
53232000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5324
5325 * faces.el (header-line): Use `:box nil' for color/gs displays too.
5326
936ae731
GM
53272000-11-14 Gerd Moellmann <gerd@gnu.org>
5328
83c9cb8e
SM
5329 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5330 Don't recursively optimize body because that can lead to infinite
936ae731
GM
5331 recursion; see comment there.
5332
1695ca2b
EZ
53332000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
5334
5335 * faces.el (face-spec-set-match-display): Revert the change from
5336 2000-10-24. Add a FIXME for after v21.1.
5337
9d348294
MB
53382000-11-13 Miles Bader <miles@gnu.org>
5339
5340 * textmodes/fill.el (skip-line-prefix): New function.
5341 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5342 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
5343 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5344 point inside the fill-prefix.
9d348294 5345
b85fa13c
MB
53462000-11-13 Miles Bader <miles@lsi.nec.co.jp>
5347
83c9cb8e
SM
5348 * calendar/calendar.el (generate-calendar-window):
5349 Use `fit-window-to-buffer'.
b85fa13c 5350
a0b47716
SM
53512000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5352
5353 * gud.el (gud-minor-mode): New var.
5354 (gud-symbol, gud-val): New functions.
5355 (gud-find-file): Copy gud-minor-mode to the new buffer.
5356 (gud-menu-map): Include entries for commands that are not always
5357 available, using :enable to (de)activate them.
5358 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
5359 (gud-mode-map): New map.
eaae8106 5360 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
5361 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5362 Don't set up gud's menu (it's done by the minor-mode).
5363 (gud-minibuffer-local-map): New.
5364 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
5365 (gud-query-cmdline): New function.
5366 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
5367 (gud-mode): Use define-derived-mode.
5368 Don't set up gud's menu (it's done by the minor-mode).
5369 (gud-chop-words): Remove.
5370 (gud-common-init): Use split-string instead.
5371 (gud-new-keymap, gud-make-debug-menu): Eradicate.
5372
5373 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5374 Add keyword arg :name.
5375
5376 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5377 (diff-count-matches, diff-split-hunk): New functions.
5378 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5379
5380 * pcvs-info.el (cvs-fi-conflict-face): New var.
5381
5382 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5383 Make it into a simple syntax-table, shared among all submodes.
5384 (sh-heredoc-face): Re-introduce.
5385 (sh-font-lock-syntactic-face-function): New function.
5386 (sh-mode): Use it. Also use define-derived-mode.
5387 Remove old bogus setting of indent-region-function.
5388 (sh-set-shell): Don't set the syntax-table any more.
5389 (sh-mode-syntax-table) <defun>: Remove.
5390
f5ed37df
MB
53912000-11-12 Miles Bader <miles@gnu.org>
5392
5393 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5394 message if interactive.
5395
0b074c2f
DL
53962000-11-12 Dave Love <fx@gnu.org>
5397
5398 * mail/feedmail.el: Fix header,
5399 (feedmail) <defgroup>: Add :link.
5400
5401 * view.el: Use local-map property, not keymap on mode-line string.
5402
83c9cb8e
SM
5403 * scroll-all.el (scroll-all-mode): Customize variable.
5404 Add autoload cookie to function.
0b074c2f
DL
5405
5406 * lazy-lock.el: Remove compatibility code.
5407
5408 * finder.el (finder-known-keywords): Add `files', remove `vms'.
5409 (finder-help-echo): New variable.
5410 (finder-mouse-face-on-line): Add help-echo stuff.
5411 (finder-list-keywords, finder-list-matches): Use mapc.
5412
5413 * faces.el (face-font-registry-alternatives): Add :version.
5414
5415 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5416 tags-table-list.
5417
a0b47716 5418 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 5419
a0b47716 5420 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
5421 (mail-mode): Use [:alnum:] in some regexps.
5422
6d502396
DL
54232000-11-10 Dave Love <fx@gnu.org>
5424
5425 * ediff.el (ediff-regions-internal, ediff-documentation):
5426 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5427 fundamental mode.
5428
5429 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5430 buffer into fundamental mode.
5431 (ediff-set-difference): Use copy-sequence if available.
5432
83c9cb8e
SM
5433 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5434 Check ediff-patch-map non-nil.
6d502396
DL
5435 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5436 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5437 buffer into fundamental mode.
5438
5439 * ediff-merg.el (state-or-merge): Defvar when compiling.
5440
a82fe213
JR
54412000-11-10 Jason Rumney <jasonr@gnu.org>
5442
5443 * w32-fns.el (w32-add-charset-info): New function.
5444 (w32-charset-info-alist): Use it.
5445
52d89894
GM
54462000-11-10 Gerd Moellmann <gerd@gnu.org>
5447
5448 * faces.el (face-font-registry-alternatives): New user-option.
5449
178932de
SM
54502000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5451
d7fa3319
SM
5452 * textmodes/texinfo.el (texinfo-block-default): New var.
5453 (texinfo-insert-block): Use it. Insert a newline if needed.
5454
178932de
SM
5455 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5456 (fill-region-as-paragraph): Use it.
5457
5458 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5459 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5460 Tweak paragraph regexps to allow a leading [ \t]*.
5461 (tex-latex-block): Insert a newline if necessary.
5462 (latex-insert-item): Only insert a newline if necessary.
5463 (tex-guess-main-file): New function.
5464 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5465 Set tex-main-file if TeX-master is provided.
5466 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5467
bd02b8e0
GM
54682000-11-10 Gerd Moellmann <gerd@gnu.org>
5469
5470 * startup.el (command-line): Set the default tooltip-mode
5471 to t for graphical displays which implement x-show-tip.
5472
5473 * tooltip.el (tooltip-mode): Add a comment about startup.el
5474 setting the default value of this user-option.
5475
b29b03eb
SM
54762000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5477
5478 * font-lock.el (font-lock-*-face) <defvar>: Move.
5479 (font-lock-defaults-alist): Mark obsolete.
5480 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5481 (font-lock-mode): Use define-minor-mode.
5482 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5483 (font-lock-turn-off-thing-lock): Be more explicit.
5484 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5485 (font-lock-syntactic-face-function): New var.
5486 (font-lock-fontify-syntactically-region): Use it.
5487 (font-lock-doc-face): New.
5488
5489 * pcvs.el (cvs-enabledp): Ignore errors.
5490 (cvs-commit-filelist): Never query.
5491 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5492 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5493 (cvs-do-removal): Use cvs-partition rather than delete-if.
5494 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5495 cvs-bury-buffer.
5496
5497 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5498 Allow `next' to jump to after the end of the last match.
5499
778fbc46
GM
55002000-11-09 Gerd Moellmann <gerd@gnu.org>
5501
730c746c
GM
5502 * simple.el (byte-compiling-files-p): New function.
5503
5504 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5505 if it is there.
5506
5507 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5508 nil again.
5509
778fbc46
GM
5510 * textmodes/ispell.el (ispell-library-path): Don't call
5511 check-ispell-version when byte-compiling because that starts
5512 an ispell process, and ispell might not be installed.
5513 (toplevel): Don't set up a menu when byte-compiling.
5514
5515 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5516 it, so that a boundp test can be used to determine if we're
5517 currently byte-compiling.
5518
5912c5bb
DL
55192000-11-09 Dave Love <fx@gnu.org>
5520
83c9cb8e 5521 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 5522
7bb054a5
GM
55232000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5524
83c9cb8e
SM
5525 * ps-print.el: Patch for variable initialization when spooling.
5526 Doc fix.
7bb054a5
GM
5527 (ps-output-list): Fun eliminated.
5528 (ps-begin-file, ps-begin-job): Code fix.
5529
9db2706e
DL
55302000-11-08 Dave Love <fx@gnu.org>
5531
83c9cb8e 5532 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 5533
f7eb32aa
GM
55342000-11-08 Gerd Moellmann <gerd@gnu.org>
5535
5536 * simple.el (shell-command, display-message-or-buffer)
5537 (shell-command-on-region): Mention resize-mini-windows in the doc
5538 string.
5539 (display-message-or-buffer): Take the value of resize-mini-windows
5540 into account.
5541
7b01b08c
GM
55422000-11-07 Gerd Moellmann <gerd@gnu.org>
5543
acad3c0b
GM
5544 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5545
7b01b08c
GM
5546 * dired.el (dired-between-files): Add `^. find' as an alternative
5547 to the regular expression, for find-dired.
5548
6f602bd0
SM
55492000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5550
5551 * textmodes/texnfo-upd.el: Require texinfo.
5552 (defmacro, defgroup): Remove.
5553 (texinfo-section-to-generic-alist): Remove.
5554 Use texinfo-section-list instead (i.e. level is changed string->int).
5555 (texinfo-filter): New function.
5556 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5557 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5558 Use it. And use regexp-opt.
5559 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
5560 (texinfo-update-menu-region-beginning)
5561 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5562 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5563 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 5564 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
5565 (texinfo-sequential-node-update): Remove autoload cookie.
5566
5567 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5568 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5569 (texinfo-chapter-level-regexp): Remove.
5570 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5571
bb216218
DL
55722000-11-06 Dave Love <fx@gnu.org>
5573
6f602bd0 5574 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 5575
6f602bd0
SM
5576 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5577 Match defun*.
bb216218 5578
ff8dd5d5
KH
55792000-11-06 Kenichi Handa <handa@etl.go.jp>
5580
5581 * composite.el (composition-function-table): Variable declaration
5582 moved to src/composite.c.
5583 (compose-chars-after): New optional arg object.
5584
e9da51a1
GM
55852000-11-06 Gerd Moellmann <gerd@gnu.org>
5586
e0c12c68
GM
5587 * bindings.el (mode-line-toggle-read-only)
5588 (mode-line-toggle-modified, mode-line-widen)
5589 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5590 (make-mode-line-mouse2-map): Rewritten.
5591 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5592 functions so that C-h k can show something with a doc string.
eaae8106 5593
e9da51a1
GM
5594 * startup.el (fancy-splash-delay): Set to 10 seconds.
5595 (fancy-splash-max-time): New user-option.
5596 (fancy-splash-stop-time): New variable.
5597 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5598 (fancy-splash-screens-1): Throw `stop-splashing' when current
5599 time is greater than fancy-splash-stop-time.
5600
611dbdf0
SM
56012000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5602
4d2806e2
SM
5603 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5604
611dbdf0
SM
5605 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5606 Prompt user for a file rather than raising an error.
5607 (cvs-enabledp): Fix call to cvs-mode-marked.
5608 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5609 (cvs-mode-insert): Use it. Change the init prompt' value.
5610 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5611
5612 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5613 Don't pass default arg to ewoc-locate.
5614 (ewoc-collect): Return result in the right order.
5615
5616 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5617
5618 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5619 (cvs-status-get-tags): Fix regexp.
5620 (cvs-status-trees, cvs-status-cvstrees):
5621 Combine after change hooks and don't sit-for.
4d2806e2
SM
5622 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5623 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
5624 Use make-char rather than hard-coded cryptic data.
5625 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5626
5627 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5628
5629 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5630 (cvs-insert-strings): New function.
5631
937b2877
MB
56322000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5633
5634 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5635 `mwheel-scroll-amount'.
5636 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5637 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5638 string-matching against the version string.
5639
c6c97763
KH
56402000-11-06 Kenichi Handa <handa@etl.go.jp>
5641
6eaec747
KH
5642 * language/thai.el ("Thai"): Set a lisp form that produces
5643 composed string in `sample-text' language info.
5644
5645 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5646 composed string in `sample-text' language info.
5647
83c9cb8e
SM
5648 * international/mule-cmds.el (describe-language-environment):
5649 Eval `sample-text' data and insert the result.
6eaec747 5650
c6c97763
KH
5651 * international/mule-conf.el (compound-text): Define this coding
5652 system here. Make x-ctext and ctext aliases of it.
5653
5654 * language/european.el (compound-text, ctext): Moved to
5655 international/mule-conf.el.
5656
d1145f85
AI
56572000-11-05 Andrew Innes <andrewi@gnu.org>
5658
5659 * w32-fns.el (w32-version): New function.
5660
178a6a45
SM
56612000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5662
5663 * progmodes/awk-mode.el: Update copyright.
5664 (awk-mode-abbrev-table): Remove.
5665 (awk-font-lock-keywords): Use regexp-opt.
5666 (awk-mode): Use define-derived-mode.
5667
5668 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5669 when extracting a suffix.
5670
1ba90166
AS
56712000-11-04 Andre Spiegel <spiegel@gnu.org>
5672
5673 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5674 auto-save-mode.
5675
546790cb
JR
56762000-11-04 Jason Rumney <jasonr@gnu.org>
5677
5678 * language/european.el (decode-mac-roman): Test against r1 not r0.
5679
d247e32d
SM
56802000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5681
fbf44f44
SM
5682 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5683 (icon-mode): Define indent-line-function.
5684 (icon-comment-indent): Simplify.
5685 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5686
5687 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5688
5689 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5690 Bind change-log-default-mode to defeat the caching done on it.
5691 Don't bother saving excursion any more.
5692
5693 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5694
5695 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5696 (set-frame-font): Use the new name (and the old for compatibility).
5697
eaae8106
SS
5698 * toolbar/tool-bar.el (tool-bar-mode):
5699 * time.el (display-time-mode):
5700 * recentf.el (recentf-mode):
5701 * paren.el (show-paren-mode):
5702 * mwheel.el (mouse-wheel-mode):
5703 * msb.el (msb-mode):
5704 * jka-compr.el (auto-compression-mode):
5705 * image-file.el (auto-image-file-mode):
5706 * hl-line.el (hl-line-mode):
5707 * delsel.el (delete-selection-mode):
5708 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
5709 * complete.el (partial-completion-mode): Drop unneeded positional args.
5710
eaae8106 5711 * info.el (Info-mode):
79372165 5712 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 5713
d247e32d
SM
5714 * log-edit.el (log-edit-menu): New menu.
5715
4921558e
MB
57162000-11-03 Miles Bader <miles@gnu.org>
5717
5718 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5719 definition, so that trailing spaces are handled properly.
5720 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5721
1fc02b3c
GM
57222000-11-03 Gerd Moellmann <gerd@gnu.org>
5723
5724 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5725 tab character.
5726 (fancy-splash-screens): Set tab-width to 20.
5727
51d001f7
DL
57282000-11-03 Dave Love <fx@gnu.org>
5729
5730 * comint.el (comint-completion-addsuffix): Fix custom type.
5731
ba22aeff
SM
57322000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5733
5734 * font-lock.el (font-lock-buffers): Remove.
5735 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5736 (font-lock-change-major-mode): Remove.
5737 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5738 (font-lock-default-fontify-region): Extend the multiline
5739 fontification to whole lines.
5740 (font-lock-fontify-anchored-keywords)
5741 (font-lock-fontify-keywords-region): If matching just one
5742 line (with \n) only mark the \n as multiline.
5743
5744 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5745 Correctly handle the case where several :group args are supplied.
5746 Allow :extra-args.
5747 (easy-mmode-define-global-mode): Allow :extra-args.
5748 Correctly handle the case where several :group args are supplied.
5749
9c887ada
MB
57502000-11-02 Miles Bader <miles@gnu.org>
5751
eaae8106 5752 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
5753 (holiday-face): Remove dependency on `window-system'.
5754
7f25090d
KR
57552000-11-02 Ken Raeburn <raeburn@gnu.org>
5756
5757 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 5758 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 5759 (compile-files): Bomb out if compilation of a file fails.
7f25090d 5760
7dd6009c
DL
57612000-11-02 Dave Love <fx@gnu.org>
5762
5763 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5764
94821e4f
EZ
57652000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5766
5767 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5768 punctuation in the warning inserted into the *mail* buffer.
5769
1ac3fc42
GM
57702000-11-02 Gerd Moellmann <gerd@gnu.org>
5771
57731876
GM
5772 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5773 (authors-public-domain-p): New function.
5774 (authors-print): Use it.
5775
975f82c9
GM
5776 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5777
1ac3fc42
GM
5778 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5779
4b3eb10f
GM
57802000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5781
975f82c9 5782 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
5783 (ps-print-version): New version number (6.3.1).
5784 (ps-even-or-odd-pages): Customization fix.
5785 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5786 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5787 (ps-page-count): Var replaced by `ps-page-column'.
5788 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5789 (ps-print-sheet-p): New fun.
5790
7da794df
MB
57912000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5792
5793 * tooltip.el (tooltip-gud-tips-setup): New function.
5794 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5795 (tooltip-mode): Call tooltip-gud-tips-setup.
5796 (tooltip-gud-tips): Use `gud-basic-call' instead of
5797 process-send-string, so the prompt gets frobbed appropriately.
5798 Handle nil return value from `tooltip-gud-print-command'.
5799
0e40b809
EL
58002000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5801
5802 * comint.el (comint-add-to-input-history): New function.
5803 (comint-send-input): Use `comint-add-to-input-history'.
5804
50ada0db
MB
58052000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5806
973a3104
MB
5807 * info.el (info-menu-header): New face.
5808 (Info-fontify-menu-headers): New function.
5809 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5810
50ada0db
MB
5811 * info.el (Info-insert-dir): Don't include blank lines at
5812 beginning of additional dir files (one is added automatically).
5813
bff53411
SM
58142000-11-01 Stefan Monnier <monnier@cs.yale.edu>
5815
5816 * emacs-lisp/easy-mmode.el (define-minor-mode):
5817 Revert the latest changes.
5818 Allow the three positional arguments to be skipped and replaced
5819 by keyword arguments.
5820 Add a :toggle argument to determine whether a nil arg means toggle
5821 or means turn-on. The default is unchanged.
5822 Add a call to force-mode-line-update.
5823
6b8a0b2d
DL
58242000-11-01 Dave Love <fx@gnu.org>
5825
83c9cb8e 5826 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 5827
5bf99100
MB
58282000-11-01 Miles Bader <miles@lsi.nec.co.jp>
5829
83c9cb8e
SM
5830 * calendar/calendar.el (diary-face, holiday-face):
5831 Add dark-background variants.
5bf99100 5832
a4032611
SS
58332000-10-31 Sam Steingold <sds@gnu.org>
5834
5835 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5836 `tex-main-file' does not have directory in it.
5837
c286608e
SM
58382000-10-31 Stefan Monnier <monnier@cs.yale.edu>
5839
5840 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5841
4836835a
TTN
58422000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
5843
5844 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5845 functional change.
5846
26dcb81b
GM
58472000-10-31 Gerd Moellmann <gerd@gnu.org>
5848
5849 * files.el (find-file-noselect): When we expand a wildcard, return
5850 a list of buffers, as we should do according to the doc string.
5851
49fc4500
KR
58522000-10-31 Ken Raeburn <raeburn@gnu.org>
5853
5854 * loadup.el (top level): Adjust load path if program name is
5855 "../src/bootstrap-emacs", in case it's not dumped and thus the
5856 load path adjustment hasn't already been done.
5857
ea0c615d
GM
58582000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5859
83c9cb8e
SM
5860 * ps-print.el: Fix bug on selected pages for printing.
5861 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
5862 is on. Try to avoid warning messages when compiling. Doc Fix.
5863 (ps-print-version): New version number (6.3).
5864 (ps-color-device): Use `color-values' to determine if device
5865 supports color.
5866 (ps-color-values): Try to use `x-color-values' when using XEmacs.
5867 (ps-print-page-p): Changed from defsubst to defun.
5868 (ps-page-number): Changed from defmacro to defun.
5869 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5870 printing.
c286608e 5871 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
5872 (ps-end-file, ps-dummy-page): Funs eliminated.
5873 (ps-print-color-scale): Changed default value.
5874 (ps-page-n-up, ps-print-page-p): New internal vars.
5875 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5876 (ps-plot-region, ps-generate, ps-end-job): Code fix.
5877
9e20722f
GM
5878 * delim-col.el: Little programming improvement.
5879 (delimit-columns-str): New macro.
5880 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5881
d7a0fd00
KH
58822000-10-31 Kenichi Handa <handa@etl.go.jp>
5883
c286608e
SM
5884 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5885 Moved to european.el.
d7a0fd00
KH
5886 (ccl-encode-mac-roman-font, fontset-mac): Modified for
5887 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
5888 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5889 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 5890
234be340
DL
58912000-10-30 Dave Love <fx@gnu.org>
5892
5893 * progmodes/cc-menus.el (imenu-generic-expression)
5894 (imenu-progress-message): Only defvar when compiling.
5895
4edc4a39
DL
5896 * emacs-lisp/elp.el (elp-unload-hook): New function.
5897
5898 * loadhist.el (unload-feature): Call elp-restore-function,
5899 checking for symbols; don't use elp-restore-all.
5900 (loadhist-hook-functions): Doc fix.
5901
70c825df
SM
59022000-10-30 Stefan Monnier <monnier@cs.yale.edu>
5903
5904 * log-edit.el (log-edit-confirm): Fix the default.
5905
1d3baf74
GM
59062000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5907
5908 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5909 delimit-columns-format.
5910 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 5911
1ec321a7
MB
59122000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5913
5914 * comint.el (comint-replace-by-expanded-history): Don't use
5915 comint-get-old-input (we're not looking at *old* input).
5916 (comint-get-old-input-default): If using fields, signal an error
5917 when the point is not in an input field.
5918
70737ea9
KH
59192000-10-30 Kenichi Handa <handa@etl.go.jp>
5920
5921 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5922 and mule-unicode-e000-ffff.
5923
fa0cb51d 5924 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
5925 (make-coding-system): Accept a symbol of translation table as a
5926 value of property `safe-chars'.
5927
5928 * international/mule-cmds.el (encode-coding-char): Check property
5929 safe-chars instead of safe-charsets.
5930
5931 * international/fontset.el (fontset-default): Modified for
5932 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5933 (x-font-name-charset-alist): Likewise.
5934 (ccl-encode-unicode-font): New CCL program. Record it in
5935 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5936
70c825df
SM
5937 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5938 New translation tables.
70737ea9
KH
5939 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5940 programs are modified and moved from mac-win.el.
5941 (mac-roman): Definition of this coding system is modified and
5942 moved from mac-win.el.
4836835a 5943
fda2ce24 59442000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5945
1d3baf74 5946 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 5947 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 5948
dd4d3cb6
MB
59492000-10-29 Miles Bader <miles@gnu.org>
5950
5951 * custom.el (custom-add-to-group): Allow multiple entries for a
5952 given value OPTION, as long as their widget types are different.
5953 * cus-edit.el (custom-face-value-create): If face name doesn't end
5954 with "face", add such here (similar to custom group widgets).
5955
5956 * comint.el (comint-highlight-prompt): Add :type.
5957
dace60cf
JW
59582000-10-28 John Wiegley <johnw@gnu.org>
5959
dace60cf
JW
5960 * calendar/timeclock.el (timeclock-log): Doc fix.
5961 (timeclock-last-event): Doc fix.
83c9cb8e 5962 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
5963 (timeclock-find-discrep): Use a temp buffer to read in the
5964 timelog, instead of visiting the file.
5965 (timeclock-log-data): A new function, along with a host of helper
5966 functions, for the purpose of making timelog data accessible to
5967 programmers.
5968
5969 * eshell/esh-mode.el (window-height test): Make certain that
5970 `eshell-stringify-t' is non-nil.
5971 (eshell-password-prompt-regexp): Changed to a much simpler
5972 password regexp.
5973 (eshell-send-input): If `eshell-invoke-directly' returns t,
5974 directly invoke the parsed command using `eval'. This improves
5975 turn-around time on simple commands by a factor of three or
5976 greater, such as cd, ls, pwd, etc. -- which get used very often.
5977 It also conserves thousands of cons cells per call (since
5978 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5979 in the Pacific Cookie Company).
5980
5981 * eshell/esh-test.el (eshell-test): Whitespace fix.
5982
83c9cb8e
SM
5983 * eshell/em-ls.el (eshell-ls-insert-directory):
5984 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
5985
5986 * eshell/em-script.el (eshell-script-initialize): Add names to
5987 `eshell-complex-commands, since `source' and `.' are complex.
5988
0467b076
EZ
5989 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5990 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
5991 `eshell-copy-handles'.
5992 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5993 bodies.
5994 (eshell-separate-commands): Whitespace fix.
5995 (eshell-complex-commands): Added a new list of names, for
5996 determining whether a given command is as simple as it looks.
5997 (eshell-invoke-directly): New function. Returns t if a command
5998 should be invoked directly (using `eval'), rather than indirectly
5999 using `eshell-do-eval'.
6000 (eshell-do-eval): Whitespace fix.
6001
6002 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6003 which provides an emulation of the DOS shell behavior of assuming
6004 that cp/mv/ln should copy/move/link to the current directory.
6005 (eshell-remove-entries): Added a doc string.
6006 (eshell-shuffle-files): Removed the check for `target' being null.
6007 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6008 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6009 it to do a smarter check of whether a destination was provided.
6010 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6011 (eshell/ln): Enable `:preserve-args', and use
6012 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
6013 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6014 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
6015 list after flattening it. This makes it possible to cat files
6016 with numerical names.
6017 (eshell-unix-initialize): Added several names to
6018 `eshell-complex-commands.
6019 (eshell-unix-command-complex-p): Return t if a given command name
6020 may result in external processes being invoked.
6021
6022 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6023 variable nil by default, since it slows down glob processing by a
6024 factor of two or more, and increases memory consumption.
6025
6026 * eshell/em-smart.el: Added a note about how memory consumptive
6027 smart display mode can be (at least this is true in Emacs 21).
6028 (eshell-smart-initialize): Whitespace fix.
6029 (eshell-refresh-windows): Use `if' instead of `when'.
6030 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6031 not necessary.
83c9cb8e 6032 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
6033
6034 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6035 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6036 Whitespace fix.
6037 (eshell-ls-exclude-hidden): Added this variable in addition to
6038 `eshell-ls-exclude-regexp'. This one prevents files beginning
6039 with . from even being read, which can improve memory consumption
6040 quite a bit.
6041 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6042 read file entries beginning with a dot. In home directories with
6043 lots of hidden files, fully two-thirds of the time spent in ls is
6044 used to read directory entries that are immediately thrown away.
6045 (eshell-ls-initial-args): Added back this configuration variable,
6046 for specifying default initial arguments to every call to ls.
6047 Much faster than using an alias to do the same thing.
6048 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6049 (eshell-ls-dir): Whitespace change.
6050
6051 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6052
83c9cb8e 6053 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
6054 (eshell-stringify-t): Added a customization variable, to indicate
6055 whether `t' should be rendered as a string at all. If not, one
6056 can still determine if the result of an expression is true using
6057 "file-exists-p FILE && echo true".
6058 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6059 stringify t!
6060
6061 * eshell/esh-module.el: Whitespace fix.
6062
83c9cb8e
SM
6063 * eshell/em-alias.el (eshell-alias-initialize):
6064 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
6065 (eshell-command-aliased-p): New function that returns t if a
6066 command name names an aliased.
6067
657f9cb8 60682000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6069
0467b076 6070 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 6071 redrawing the screen when changing cursor color.
0467b076
EZ
6072 (viper-insert-state-pre-command-sentinel)
6073 (viper-replace-state-pre-command-sentinel)
70c825df
SM
6074 (viper-replace-state-post-command-sentinel):
6075 Use viper-preserve-cursor-color.
657f9cb8
MK
6076 Many functions changed to use viper= instead of = when comparing
6077 characters.
0467b076 6078 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 6079 working with characters.
0467b076 6080 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
6081 Many functions changed to use viper= instead of = when comparing
6082 characters.
0467b076 6083 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 6084
0467b076 6085 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 6086 Several typos fixed in various docstrings.
0467b076 6087 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 6088 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
6089 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6090 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6091 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6092 (ediff-get-selected-buffers): New function.
6093 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
6094 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6095 Use save-window-excursion.
0467b076 6096 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 6097 termination check in while loop.
0467b076 6098 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 6099 dired buffer.
0467b076
EZ
6100 (ediff-files,ediff-merge-files,ediff-files3)
6101 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 6102
4f490d99
DL
61032000-10-28 Dave Love <fx@gnu.org>
6104
6105 * info.el (Info-fontify-node): Add help-echo for menu items.
6106
45b84006
EZ
61072000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6108
5ebc02b3
EZ
6109 * startup.el (normal-top-level): If the value of $TERM indicates
6110 we are running from xterm or one of its work-alikes, default to a
6111 light background mode.
6112
45b84006
EZ
6113 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6114 * faces.el (tty-handle-reverse-video): New function.
6115 (tty-create-frame-with-faces): Call it.
6116
6117 * frame.el (frame-notice-user-settings): Don't apply
6118 default-frame-alist and initial-frame-alist to MS-DOS frames.
6119 Call tty-handle-reverse-video, frame-set-background-mode, and
6120 face-set-after-frame-default for non-MS-DOS frames.
6121
6122 * startup.el (tty-long-option-alist): New variable.
6123 (tty-handle-args): New function.
6124 (command-line): Call tty-handle-args.
6125
6126 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6127 startup.el now does that for all character-terminal frames.
6128
eab6e8b9
MB
61292000-10-28 Miles Bader <miles@gnu.org>
6130
83c9cb8e
SM
6131 * emacs-lisp/easy-mmode.el (define-minor-mode):
6132 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6133 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 6134 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
6135 version using `easy-mmode-define-global-mode'.
6136 Add :conditional-turn-on keyword argument.
eab6e8b9 6137
51a29efc
DL
61382000-10-28 Dave Love <fx@gnu.org>
6139
83c9cb8e
SM
6140 * international/latin1-disp.el (latin1-char-displayable-p):
6141 Don't use window-system.
51a29efc 6142
d71d7114
EZ
61432000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6144
6145 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6146 Don't call find-buffer-file-type-coding-system. Instead, just
6147 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6148 if the file is on an untranslated filesystem.
6149 (add-untranslated-filesystem): Use "D" instead of "f" inside
6150 interactive.
6151
1f9cab4b
DL
61522000-10-27 Dave Love <fx@gnu.org>
6153
70c825df 6154 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
6155 (refill-mode): Use it.
6156
70c825df
SM
61572000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6158
6159 * international/quail.el (quail-activate): Don't make-local-hook.
6160
7432cf10
AS
61612000-10-27 Andre Spiegel <spiegel@gnu.org>
6162
4836835a 6163 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 6164 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
6165 (vc-make-version-backup): Don't do it on MS-DOS without long file
6166 names.
4836835a 6167
7432cf10
AS
6168 * vc.el (vc-version-other-window): If an automatic backup of the
6169 desired version exists, rename it instead of copying it.
6170
4836835a
TTN
6171 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6172 after command. If there's an unexpected error, signal it instead
7432cf10 6173 of being silent.
e1483c38 6174 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 6175
05ea7ef2
MB
61762000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6177
fd1035aa
MB
6178 * shell.el (shell): Add BUFFER argument.
6179 * comint.el (make-comint-in-buffer): New function.
6180 (make-comint): Use it.
6181
05ea7ef2
MB
6182 * faces.el (face-spec-choose): Change syntax so that the list of
6183 attribute-value pairs is now the cdr of each clause, not the cadr.
6184 Detect old-style entries, and handle them. Use pop.
6185
835a55fe
SM
61862000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6187
f5ab1cdd
SM
6188 * cus-edit.el (custom-mode-map): Use a sparse map.
6189 (custom-mode): Don't bother with make-local-hook.
6190
6191 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6192
835a55fe
SM
6193 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6194
c13b0ec8
GM
61952000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6196
6197 * ps-print.el: Avoid compilation gripes.
6198 (ps-print-version): New version number (6.2.1).
4836835a 6199
e9f63196
DL
62002000-10-26 Dave Love <fx@gnu.org>
6201
0b95284b
DL
6202 * menu-bar.el: Modify some menu item help strings.
6203 (menu-bar-help-menu): Add link to MORE.STUFF.
6204
e9f63196
DL
6205 * cus-edit.el (custom-mode): Add `special' mode-class property.
6206
6207 * wid-browse.el (widget-browse-mode): Likewise.
6208
6209 * wid-edit.el (widget-specify-field): Revert to using local-map
6210 property, not keymap.
6211
e276a14a
MB
62122000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6213
c1545d88
MB
6214 * wid-edit.el (widget-field-end): When checking for a `boundary'
6215 field, do so in the correct buffer.
6216
3c1b77ca
MB
6217 * simple.el (undo): Correctly distinguish between numeric and
6218 non-numeric prefix args in non-transient-mark-mode, as per the doc
6219 string. When in transient-mark-mode, treat all prefix-args as
6220 numeric.
6221
f5ab1cdd
SM
6222 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6223 Position point on match. Handle N == 0 correctly.
22626d9d
MB
6224
6225 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6226 (comint-mode-map): Reverse order of `comint-write-output' and
6227 `comint-append-output-to-file'.
6228 (comint-append-output-to-file): Reinstate this function, for the
6229 benefit of the menu.
6230
d97151cb
SM
62312000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6232
6233 * vc.el (vc-version-other-window): Bind `file'.
6234
ea7d6f5b
GM
62352000-10-25 Gerd Moellmann <gerd@gnu.org>
6236
f5ab1cdd 6237 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
6238
6239 * emacs-lisp/authors.el (batch-update-authors): New function.
6240 (authors-fixed-entries): New defconst.
6241 (authors-add-fixed-entries): New function.
6242 (authors): Call it.: Don't process lispref/.
6243
17c25cea
JR
62442000-10-25 Jason Rumney <jasonr@gnu.org>
6245
6246 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6247 Merge x w32 and mac definitions.
6248
4ecda532
GM
62492000-10-25 Gerd Moellmann <gerd@gnu.org>
6250
6251 * menu-bar.el (menu-bar-options-menu): Add a help string for
6252 `uniquify'.
6253
b6735035
GM
62542000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6255
f5ab1cdd
SM
6256 * time-stamp.el (time-stamp-string-preprocess):
6257 Fix a wrong type argument error.
b6735035 6258
f4cbc7a0
MB
62592000-10-25 Miles Bader <miles@gnu.org>
6260
6261 * recentf.el (recentf-mode): Variable removed.
6262 (recentf-mode): Use `define-minor-mode'.
6263
6264 * mwheel.el (mouse-wheel-mode): New global minor mode.
6265 (mwheel-install): Use `mouse-wheel-mode'.
6266
f4b020f6
DL
62672000-10-25 Dave Love <fx@gnu.org>
6268
f5ab1cdd
SM
6269 * progmodes/cperl-mode.el (cperl-mode):
6270 Set normal-auto-fill-function correctly.
072cb6f9 6271
83c9cb8e
SM
6272 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6273 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 6274 bindings.
f4b020f6 6275
ebe2a441
MB
62762000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6277
ff4dcd4b
MB
6278 * wid-edit.el (widget-field-at): New function.
6279 (widget-at, widget-field-activate): Use it.
6280 (widget-tabable-at): Use `widget-at'.
6281 (widget-specify-field): If the terminating character of the widget
6282 field (which is read-only) is a newline, put it into a special
6283 `boundary' field so that C-n/C-p act more naturally.
6284 (widget-field-end): Also don't subtract one if a special
6285 `boundary' field has been added after the widget field.
6286
83c9cb8e
SM
6287 * comint.el (comint-output-filter, comint-send-input):
6288 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 6289 code, since it should notice the overlay insertion-types now.
ff4dcd4b 6290
ebe2a441
MB
6291 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6292 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6293 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6294
fe50b6ab
GM
62952000-10-24 Gerd Moellmann <gerd@gnu.org>
6296
53df4dda 6297 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
6298 (authors): Set file coding system to iso-2022-7bit.
6299 Add file-local variables to output buffer.
53df4dda 6300
4836835a 6301 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
6302 WARN is nil.
6303
53df4dda
GM
63042000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6305
6306 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6307
6308 * delim-col.el: Now there is a column formatting mechanism.
6309 Modified to customization mechanisms convention. Doc fix.
6310 (columns): New group for delim-col.
6311 (delimit-columns-before, delimit-columns-after)
6312 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6313 (delimit-columns-end): New vars.
6314 (delimit-columns-customize, delimit-columns-format): New funs.
6315 (delimit-columns-region, delimit-columns-rectangle)
6316 (delimit-columns-rectangle-line): Modified to support column
6317 formatting.
4836835a 6318
a9839779
DL
63192000-10-24 Dave Love <fx@gnu.org>
6320
6321 * log-edit.el (log-edit): Add :version and a :group for vc.
6322
df0267b8
GM
63232000-10-24 Gerd Moellmann <gerd@gnu.org>
6324
9acc3873
GM
6325 * files.el (after-find-file): Don't print a message ``New file''
6326 if WARN is nil.
6327
83c9cb8e
SM
6328 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6329 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
6330 get duplicate tool-bar entries because we'll see the global ones
6331 on more than one path through keymaps.
6332
1946f901
GM
6333 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6334
df0267b8
GM
6335 * progmodes/cmacexp.el: Change Francesco's email address.
6336
ae3b264b
KH
63372000-10-24 Kenichi Handa <handa@etl.go.jp>
6338
6339 * window.el (fit-window-to-buffer): Adjust point of the window
6340 buffer, not that of the current buffer.
6341
23afac01
EZ
63422000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6343
6344 * progmodes/cmacexp.el: Update the euthor's email address.
6345
22d1a4ed
MB
63462000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6347
6348 * faces.el (face-spec-set-match-display): Add `graphic' display
6349 type (the inverse of `tty'). Use `display-graphic-p' instead of
6350 the window-system variable.
6351
f408aa48
KH
63522000-10-24 Kenichi Handa <handa@etl.go.jp>
6353
83c9cb8e
SM
6354 * international/isearch-x.el (isearch-with-input-method):
6355 Call input-method-function with the first event in
f408aa48
KH
6356 unread-command-events.
6357
94fe8a31
MB
63582000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6359
83c9cb8e 6360 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 6361
8f47302e
AC
63622000-10-24 Andrew Choi <akochoi@i-cable.com>
6363
6364 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
6365 New charsets.
6366
6367 * term/mac-win.el: Remove definitions of mac-roman-lower and
6368 mac-roman-upper, require dired, and define instead of set
6369 mac-ready-for-drag-n-drop to avoid compilation error.
6370
446c097e
AI
63712000-10-23 Andrew Innes <andrewi@gnu.org>
6372
83c9cb8e
SM
6373 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6374 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
6375 expand-file-name after convert-standard-filename to ensure
6376 expected directory separators are used.
6377
379b70e7
EZ
63782000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6379
6380 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6381
85c766e9
DL
63822000-10-23 Dave Love <fx@gnu.org>
6383
b7e03a67
DL
6384 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6385 (tool-bar-add-item): Set foreground and background for XBM icons.
6386
83c9cb8e
SM
6387 * international/latin1-disp.el (latin1-char-displayable-p):
6388 New function (from Handa).
b7e03a67
DL
6389 (latin1-display-check-font): Use it.
6390
0dcf8835 6391 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
6392 using :key-sequence, making it much more usable.
6393 Use nconc, not append.
0dcf8835
DL
6394 (imenu--create-keymap-1): Avoid append.
6395
85c766e9 6396 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 6397
cb3069bb
MB
63982000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6399
6400 [the following changes fix a bug where `define-minor-mode' didn't
6401 correctly generate :require clauses for defcustoms in compiled files]
6402 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6403 (byte-compile-log-file, byte-compile-log-1): Don't set
6404 `byte-compile-current-file' to nil. Instead set
6405 `byte-compile-last-logged-file' to it. Test whether
6406 byte-compile-current-file equals byte-compile-last-logged-file
6407 instead of whether its nil.
3b6542ba 6408 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 6409
6db6243b
SM
64102000-10-23 Stefan Monnier <monnier@cs.yale.edu>
6411
6412 * textmodes/refill.el: Fix var names in doc.
6413 (refill-mode): Don't bother with make-local-hook anymore.
6414
98490598
MB
64152000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6416
e01cd227
MB
6417 * faces.el (face-user-default-spec, face-default-spec): New functions.
6418 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 6419 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
6420 Use `face-user-default-spec'. Simplify code slightly.
6421
4836835a 6422 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
6423 (woman-unknown-face): Add dark-background variants.
6424 (woman-default-faces): Renamed from `woman-colour-faces'.
6425 Set using the stored defaults, rather than using hard-wired colors.
6426 (woman-monochrome-faces): Renamed from `woman-black-faces'.
6427 Just make the foreground `unspecified' rather than "black".
6428 (woman-menu): Rename menu entries accordingly.
6429
98490598
MB
6430 * faces.el (header-line): Make more reasonable on mono/grayscale
6431 displays.
6432
1a578e9b
AC
64332000-10-23 Andrew Choi <akochoi@i-cable.com>
6434
6435 * cus-edit.el (custom-button-face): Use 3D look for mac.
6436 (custom-button-pressed-face): Likewise.
6437
6438 * faces.el (set-face-attributes-from-resources): Handle mac frames
6439 in the same way as x and w32 frames.
6440 (face-valid-attribute-values): Likewise.
6441 (read-face-attribute): Likewise.
6442 (defined-colors): Likewise.
6443 (color-defined-p): Likewise.
6444 (color-values): Likewise.
6445 (display-grayscale-p): Likewise.
6446 (face-set-after-frame-default): Likewise.
6447 (mode-line): Same default face as for x and w32.
6448 (tool-bar): Likewise.
6449
6450 * frame.el: Remove call to frame-notice-user-settings at end of
6451 the file.
6452
83c9cb8e 6453 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
6454 as for x, pc, and w32 frame types.
6455
6456 * term/mac-win.el: New file.
6457
aaaf7be7
DL
64582000-10-22 Dave Love <fx@gnu.org>
6459
6460 * textmodes/refill.el: New file.
6461
5392d654
AS
64622000-10-22 Andre Spiegel <spiegel@gnu.org>
6463
4836835a 6464 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 6465 MANUAL and REGEXP.
4836835a 6466 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
6467 New functions.
6468 (vc-before-save): Use the latter.
6469 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6470 confusion.
6471
4836835a 6472 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
6473 expected by vc[-hooks].el.
6474
6475 * vc.el (vc-checkout): Added `-p' suffix in call to
6476 vc-make-version-backups-p; use vc-make-version-backup to actually
6477 make the backup.
6478 (vc-version-other-window, vc-version-backup-file): Handle both
6479 automatic and manual backups.
6480 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6481 of all of them.
6482
1e221c16
MB
64832000-10-22 Miles Bader <miles@gnu.org>
6484
7ff4fda5
MB
6485 * comint.el (comint-highlight-input, comint-highlight-prompt):
6486 Renamed, `-face' at end removed.
6487 (comint-send-input, comint-output-filter): Use renamed faces.
6488
3511cde8
MB
6489 * window.el (fit-window-to-buffer): Change defaulting of
6490 MAX-HEIGHT slightly.
6491
1e221c16
MB
6492 * faces.el (color-values, color-defined-p): Use `member', not
6493 `memq', because it works correctly for strings.
6494 (frame-set-background-mode): Actually, "unspecified-fg" and
6495 "unspecified-bg" *are* strings. Use `member', not `memq', and
6496 `equal', not `eq', when a string value is possible.
6497
b6ef4898
EZ
64982000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6499
6500 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6501
34939e2c
SM
65022000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6503
6504 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6505 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6506 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6507 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6508 (sh-font-lock-syntactic-keywords): Use them.
6509 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6510 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6511 (sh-mode): Don't override font-lock-unfontify-region-function.
6512 Use a copy of sh-font-lock-syntactic-keywords.
6513 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6514 Don't call sh-scan-buffer since font-lock does it on the fly.
6515 (sh-get-indent-info): Use `face' rather than `syntax-table'
6516 text-property to detect here-documents.
6517 Replace sh-special-syntax with sh-st-punc.
6518 (sh-prev-line): Use `face' rather than `syntax-table'
6519 text-property to skip over here-documents.
6520 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6521 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6522 (sh-electric-less, sh-set-here-doc-region)
4836835a 6523 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
6524 (sh-scan-buffer, sh-rescan-buffer): Remove.
6525
f3d3c491
AI
65262000-10-21 Andrew Innes <andrewi@gnu.org>
6527
6528 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6529 remote (ange-ftp) file names.
6530
b86c791c
MB
65312000-10-21 Miles Bader <miles@gnu.org>
6532
d9c30bdf
MB
6533 * window.el (fit-window-to-buffer): New function.
6534 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
6535 (window-text-height): Don't expect minibuffers to have mode-lines.
6536
d9c30bdf 6537 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
6538 * international/quail.el (quail-update-guidance):
6539 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 6540
617fee5a
MB
6541 * international/quail.el (quail-show-guidance-buf): Make sure
6542 guidance window really has enough room.
6543 (quail-update-guidance): If quail-guidance-win is already shown,
6544 make sure its height is OK.
6545
b86c791c
MB
6546 * window.el (window-text-height, set-window-text-height):
6547 New functions.
6548 (shrink-window-if-larger-than-buffer): Use `window-text-height'
6549 instead of `window-height' & `mode-line-window-height-fudge'.
6550 (mode-line-window-height-fudge): Add FACE parameter.
6551 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6552 instead of `enlarge-window' & `mode-line-window-height-fudge'.
6553
e34850d1
MB
65542000-10-20 Miles Bader <miles@gnu.org>
6555
6556 * window.el (height-affecting-face-attributes): Use `defconst'.
6557
6558 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
6559 New function, conditionally aliased to `mode-line-window-height-fudge'.
6560 (ispell-help): Use it.
6561 (ispell-choices-win-default-height): Don't include mode-line fudge.
6562 (ispell-choices-win-default-height): New function.
6563 (ispell-show-choices, ispell-command-loop): Use function
6564 `ispell-choices-win-default-height' instead of variable.
6565
a8b883c2
MB
65662000-10-20 Miles Bader <miles@lsi.nec.co.jp>
6567
8c6e4a58
MB
6568 * window.el (mode-line-window-height-fudge): New variable.
6569 (height-affecting-face-attributes): New variable.
6570 (mode-line-window-height-fudge): New function.
6571 (shrink-window-if-larger-than-buffer): Use it.
6572 * help.el (resize-temp-buffer-window): Likewise.
6573
a8b883c2
MB
6574 * info.el (Info-fontify-node): Add support for @subsubsection
6575 titles, which use `Info-title-4-face'.
6576 (Info-title-4-face): New face.
6577 (Info-title-3-face): Inherit from Info-title-4-face instead of
6578 variable-pitch.
6579
e64c3a75
JR
65802000-10-19 Jason Rumney <jasonr@gnu.org>
6581
6582 * dired.el (dired-insert-directory): Do not let errors signalled by
6583 attempt to run dired-free-space-program prevent dired from working.
6584
c70fe852
SM
65852000-10-19 Stefan Monnier <monnier@cs.yale.edu>
6586
6587 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6588
877cf6b4
GM
65892000-10-19 Gerd Moellmann <gerd@gnu.org>
6590
5de037e0
GM
6591 * dirtrack.el (dirtrack): Fix call to run-hooks.
6592
6deb9af9
GM
6593 * cmuscheme.el (cmuscheme-program-name): Renamed from
6594 scheme-program-name because xscheme.el contains a defcustom with
6595 the same name. As a consequence, customizing group `cmuscheme'
6596 loaded `xscheme' which redefined run-scheme.
6597 (run-scheme): Use cmuscheme-program-name.
6598
83c9cb8e 6599 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 6600
e597d8fb 6601 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 6602 anonymous address, and add a website for Befrienders International.
4836835a 6603
3e9cb08f
GM
66042000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6605
c70fe852
SM
6606 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6607 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
6608 (ps-print-version): New version number (6.2).
6609 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6610 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6611 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6612 (ps-x-extent-priority, ps-x-extent-start-position)
6613 (ps-x-face-font-instance, ps-x-find-coding-system)
6614 (ps-x-font-instance-properties, ps-x-make-color-instance)
6615 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6616 avoid compilation gripes without defining functions.
6617 (ps-e-find-composition): Alias for function find-composition, to have a
6618 suitable function depending on Emacs version.
6619 (ps-color-device, ps-color-values, ps-face-foreground-name)
6620 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6621 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6622 (ps-print-ensure-fontified): Function definitions surrounded by
6623 `eval-and-compile' to avoid compilation gripes.
6624 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6625 by symbol-value to avoid compilation gripes.
6626 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6627 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6628
d8abcd91
MB
66292000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6630
13ab33c4
MB
6631 * startup.el (normal-top-level): Call `frame-set-background-mode'
6632 after `frame-notice-user-settings' because the latter doesn't call
6633 the former on a tty.
6634
d8abcd91
MB
6635 * faces.el (frame-set-background-mode): `unspecified' &c are
6636 symbols, not strings.
6637
e8bce0a9
EZ
66382000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6639
c70fe852
SM
6640 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6641 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 6642
c70fe852
SM
6643 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6644 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 6645
773272d8
KH
66462000-10-19 Kenichi Handa <handa@etl.go.jp>
6647
c70fe852 6648 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
6649 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6650 for ISO10646-1 fonts.
6651 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6652
772139c0
EZ
66532000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6654
6655 * faces.el (frame-set-background-mode): If a tty frame defines a
6656 background color, use that to compute the background mode, instead
6657 of always defaulting to "dark".
6658
d134a19f
MB
66592000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6660
8bb84cb2
MB
6661 * comint.el (comint-write-output): New function.
6662 (comint-mode-map): Add it to the menu.
e40a778f 6663 Bind `C-c C-s' to comint-write-output.
d134a19f 6664
dada41e1
GM
66652000-10-18 Gerd Moellmann <gerd@gnu.org>
6666
6667 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6668 Use fancy-splash-delay.
6669
9b5360aa
GM
66702000-10-18 Alex Schroeder <alex@gnu.org>
6671
6672 * progmodes/sql.el (sql-sybase-options): New option.
6673 (sql-sybase): Use it. Add sql-database to the list of parameters
6674 provided for login. The options -w 2048 -n are not used any more.
6675
9035a35a
GM
6676 * comint.el (comint-read-input-ring): Bugfix such that the first
6677 and the last entry of the input ring file are not lost.
6678
3556c6dd
GM
66792000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6680
6681 * ps-print.el: Internal variable changes to defcustom,
6682 make-local-hook changes to defvar. Doc fix.
6683 (ps-print-version): New version number (6.1).
6684 (ps-setup, ps-do-despool): Code fix.
6685 (ps-printer-name): Customization fix.
6686 (ps-printer-name-option): Now is a defcustom instead of an
6687 internal variable.
6688 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6689 (ps-print-begin-column-hook): Now are defvar instead of
6690 make-local-hook.
4836835a 6691
4e217e50
MB
66922000-10-18 Miles Bader <miles@gnu.org>
6693
6694 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6695 (comint-kill-output): Changed into an alias for `comint-delete-output',
6696 and made obsolete.
6697 (comint-mode-map): Rename references to comint-kill-output.
6698
34460354
EZ
66992000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6700
6701 * diff-mode.el (diff-header-face, diff-file-header-face)
6702 (diff-changed-face): Add bold and italic attributes to tty faces.
6703 (diff-function-face): New face.
6704 (diff-font-lock-keywords): Use it.
6705
17ea3cdb
MB
67062000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6707
6708 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6709 Remove commented-out call to force-mode-line-update.
6710 (comint-kill-output): Use `forward-line 0' instead of
6711 beginning-of-line to make sure we get past the prompt.
6712
9244f2c7
SM
67132000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6714
6715 * diff-mode.el (diff-header-face, diff-file-header-face):
6716 Add specific setting for dark background.
6717 (diff-context-face): Renamed from diff-comment-face.
6718 Set explicitly rather than inheriting from font-lock-comment-face.
6719
1592c1ef
EZ
67202000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6721
6722 * startup.el (command-line): Move the code which sets the default
6723 TTY colors to before before-init-hook.
6724
f86292a9
GM
67252000-10-17 Gerd Moellmann <gerd@gnu.org>
6726
6727 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6728
f7f2e883
EZ
67292000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6730
e854cc22
EZ
6731 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6732 extensions, for MS-DOS.
6733
f7f2e883
EZ
6734 * diff-mode.el (diff-header-face, diff-file-header-face)
6735 (diff-changed-face): Define tty-specific colors.
6736
c7b4f0f9
GM
67372000-10-17 Gerd Moellmann <gerd@gnu.org>
6738
6739 * startup.el (fancy-splash-text): Realign the text.
6740
12a72271
EZ
67412000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6742
6743 * font-lock.el (font-lock-comment-face): Define a separate default
6744 for dark-background tty's.
6745
61dfccfd
MB
67462000-10-17 Miles Bader <miles@gnu.org>
6747
6748 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6749 being obscured by whizzy mode-lines on graphics displays.
6750
333cd59e
EZ
67512000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6752
6753 * info.el (Info-title-1-face, Info-title-2-face)
6754 (Info-title-3-face): Define colors for tty's.
dada41e1 6755 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 6756
dbf1fcc1
EZ
67572000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6758
6759 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6760 reverse from the frame parameters, and don't invert foreground and
6761 background colors.
6762
ac629823
MB
67632000-10-16 Miles Bader <miles@gnu.org>
6764
6765 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6766 string "*Info*". Call propertized-buffer-identification to spruce
6767 up the result.
6768
76eebffc
GM
67692000-10-16 Gerd Moellmann <gerd@gnu.org>
6770
3a6b59d9
GM
6771 * help.el: Provide `help' for the sake of define-minor-mode
6772 which generates defcustoms with requires.
6773
6569c3d3
GM
6774 * jit-lock.el (jit-lock-after-change): If we're in text that
6775 matches a multi-line font-lock pattern, make sure the whole text
6776 will be redisplayed.
6777
c2e0a611
GM
6778 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6779 author's name is unknown.
6780
76eebffc
GM
6781 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6782 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6783 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6784 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6785 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6786 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6787 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6788 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6789 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6790 Add author information.
6791
cf1e7b12
MB
67922000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6793
6794 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6795 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6796 full-color version (using the Gimp) to eliminate dithering artifacts.
6797
5586f3eb
SM
67982000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6799
6800 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6801
6802 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6803
ad64a888
DL
68042000-10-15 Dave Love <fx@gnu.org>
6805
83c9cb8e 6806 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
6807
6808 * pcomplete.el (pcomplete) <defgroup>: Add :version.
6809
6810 * whitespace.el: Doc fixes.
6811 (top-level): Don't add hooks here.
6812 (whitespace-running-emacs): Deleted.
6813 (timer): Don't require.
6814 (whitespace): Add back :version conditional on xemacs test.
6815 (whitespace-spacetab-regexp, whitespace-indent-regexp)
6816 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6817 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6818 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6819 Avoid specific xemacs test.
6820 (whitespace-global-mode): New option.
6821 (whitespace-global-mode): New command.
6822 (whitespace-unload-hook): New function.
6823
6824 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 6825 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
6826 (Info-fontify-node): `Goto' goes to `Go to'.
6827 (Info-fontify-node): Add help-echo to xref links.
6828
1ef49fc6
EZ
68292000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
6830
6831 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6832
8b7707e1
SM
68332000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6834
b3b7f42f
SM
6835 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6836 Use plist-get and allow :inherit.
6837
6838 * emacs-lisp/cl-macs.el (cl-do-arglist):
6839 Use plist-get and plist-member instead of memq.
6840
3c7fafc7
SM
6841 * emacs-lisp/ewoc.el (ewoc-location): New function.
6842 (ewoc-enter-after, ewoc-enter-before): Document return value.
6843 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6844 Don't need make-local-hook any more.
6845 (cvs-addto-collection): Return the new tin.
6846 (cvs-mode-insert): Jump to the new line.
6847
8b7707e1
SM
6848 * jit-lock.el (jit-lock-fontify-buffer): Remove.
6849
6850 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6851
6852 * font-lock.el (font-lock-syntactically-fontified): New var.
6853 (font-lock-fontify-syntactic-keywords-region): Use it.
6854 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
6855
6856 * diff-mode.el (diff-find-file-name): Fix regexp.
6857
6858 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6859 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6860
6861 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6862 (sh-mode-syntax-table): Add punctuation syntax for < and >.
6863 (sh-mode): Don't make all vars local here.
6864 (sh-kw): Reformat.
6865 (sh-set-shell): Use dolist. Don't set indent-region-function.
6866 (sh-mode-syntax-table): Use pop.
6867 (sh-remember-variable): Use push.
6868 (sh-help-string-for-variable): Use memq.
6869 (sh-safe-backward-sexp): Remove.
6870 (sh-safe-forward-sexp): Add ARG.
6871 (sh-get-indent-info, sh-prev-stmt): Use it.
6872 (sh-prev-line): Simplify by using forward-comment.
6873 (sh-this-is-a-continuation): Simplify.
6874 (sh-learn-buffer-indent): Use dolist.
6875 (sh-do-nothing): Remove.
6876 (sh-set-char-syntax, sh-set-here-doc-region):
6877 Use inhibit-modification-hooks.
6878 (sh-name-style): Use mapcar and push.
6879 (sh-load-style): Use dolist.
6880 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6881 (sh-case, sh-while-getopts): Use propertize directly rather
6882 than sh-electric-rparen.
6883
68842000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6885
6886 * textmodes/tex-mode.el: Require CL when compiling.
6887 (tex-mode-syntax-table): Init immediately.
6888 (tex-mode-map): Bind M-RET to latex-insert-item.
6889 (latex-mode): Set indent-line-function to latex-indent.
6890 (tex-common-initialization): Don't setup the syntax-table any more.
6891 (latex-insert-item): New skeleton.
6892 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 6893 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 6894 (latex-indent, latex-find-indent): New functions.
4836835a 6895 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
6896 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6897 (tex-compilation-parse-errors): Use with-syntax-table.
6898
86b7fcbb
MB
68992000-10-15 Miles Bader <miles@gnu.org>
6900
6901 * font-lock.el (font-lock-comment-face): Change dark-background,
6902 color, non-tty, default to `chocolate1'.
6903
57a24508
JW
69042000-10-13 John Wiegley <johnw@gnu.org>
6905
6906 * eshell/esh-util.el (require): Added a missing `require' form,
6907 needed when compiling (for an ange-ftp macro definition).
6908
40ad3db4
DL
69092000-10-13 Dave Love <fx@gnu.org>
6910
6911 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6912
db460189
GM
69132000-10-13 Gerd Moellmann <gerd@gnu.org>
6914
83c9cb8e 6915 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 6916
4836835a 6917 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
6918 transparent -colors 8).
6919
3b5e21df
GM
69202000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6921
6922 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6923 that breaks with old list format timestamps.
6924 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 6925 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 6926
16908a3f
JW
69272000-10-13 John Wiegley <johnw@gnu.org>
6928
d7103dda
JW
6929 * align.el, pcomplete.el, calendar/timeclock.el,
6930 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6931
dace60cf 6932 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
6933 faulty math, where holiday hours were being computing as seconds.
6934
b6b70cda
JW
69352000-10-13 John Wiegley <johnw@gnu.org>
6936
6937 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
6938 specifying what "other" kinds of buffers should be saved.
6939 This used to be hard-coded.
b6b70cda
JW
6940 (desktop-buffer-misc-functions): A global for specifying how
6941 auxiliary data should be determined for special buffer types.
6942 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6943 instead of hard-coding the special buffer types.
6944 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6945 auxiliary data, instead of hard-coding for Info buffers and dired.
6946 (desktop-buffer-info-misc-data): Aux function for determining Info
6947 buffer auxiliary info.
6948 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6949 (desktop-buffer-info): Changed this function to use the info
6950 gathered above.
6951 (desktop-create-buffer): Be a little more careful about what
6952 `minor-mode' means before calling it. This is important for some
6953 buffer types.
6954
8c6b1d83
JW
69552000-10-13 John Wiegley <johnw@gnu.org>
6956
6957 * eshell/esh-util.el: Added a global form which declares an
6958 autoload for `parse-time-string', if that function is not already
6959 defined, and if parse-time.el is available on the user's system.
6960
6961 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6962 to be aware of ange-ftp user info.
83c9cb8e 6963 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
6964 (eshell-ls-annotate): Use `eshell-file-attributes'.
6965 (eshell-ls-file): Made the user-id printing code a bit smarter.
6966
6967 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6968 allow identification of alias user ids in remote directories.
83c9cb8e
SM
6969 It's manual, but there's no other way to know when the current user
6970 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
6971 (fboundp): Bind `ange-cache'.
6972 (eshell-directory-files-and-attributes): Re-organized the logic a
6973 bit to use `eshell-file-attributes' instead of `file-attributes'.
6974 The former is more sensitive to directories that are read via FTP,
6975 and knows how to use ange-ftp to determine full attribute
6976 information, instead of just the name and last modtime.
6977 (eshell-current-ange-uids): Return the current user id when in a
6978 remote directory.
6979 (eshell-parse-ange-ls): Parse a full directory listing that has
6980 been returned by ange-ftp.
6981 (eshell-file-attributes): This beefed up version of
6982 `file-attributes' is only special if the user is currently in a
6983 remote directory, in which case it does a lot of work to find out
6984 what the real attributes of a file are, as they appear on the
6985 remote machine. This makes usage of remote directories (i.e.,
6986 ange-ftp pathnames) much more useful. You can now use Eshell as a
6987 full-fledged FTP client, with much more manipulation ability than
6988 most other clients.
6989
6990 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6991 variable, which means that Eshell's du should always be preferred
6992 in remote directories.
6993 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6994 just `file-attributes'.
6995 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6996 when reading remote directories. This is an Eshell-specific
6997 variable (not part of ange-ftp).
6998 (eshell/ln): Bind `ange-cache'.
6999 (eshell/du): Added some extra logic for determining when to use
7000 Eshell's du (which is slow), and when to use the external version
7001 (which may or may not exist).
7002
83c9cb8e
SM
7003 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7004 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
7005 `get-buffer-process', since backgrounded processes don't count in
7006 the context of this function's logic.
7007
7008 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7009 `forward-char', so that null strings are parsed correctly.
7010
87730e84 70112000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 7012
83c9cb8e
SM
7013 * eshell/em-pred.el (eshell-pred-file-type)
7014 (eshell-pred-file-links, eshell-pred-file-size):
7015 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
7016
7017 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7018 that remote file globbing is more efficient.
7019
7020 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7021 gathering the files and attributes within a directory.
7022
7023 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7024 the command line is a special file (not a regular file, directory
7025 or symlink), always attempt to call the external version of cat.
7026
87730e84 70272000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
7028
7029 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7030 Eshell-friendly version of find-tag.
7031
1c7e37a9
MB
70322000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7033
4836835a 7034 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
7035 (image-file-name-regexps): Add autoload cookies.
7036
11a7f341
KH
70372000-10-13 Kenichi Handa <handa@etl.go.jp>
7038
7039 * international/mule-cmds.el (select-safe-coding-system): If FROM
7040 is string, show it in *Warning* buffer.
7041
8ddddcb0
EZ
70422000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7043
7044 * startup.el (normal-top-level): Use display-popup-menus-p instead
7045 of window-system.
7046 (command-line): Use display-graphic-p instead of window-system.
7047 (command-line-1): Use display-popup-menus-p and display-mouse-p
7048 instead of window-system.
7049
72200f89
SS
70502000-10-12 Sam Steingold <sds@gnu.org>
7051
7052 * tooltip.el (tooltip-use-echo-area): New user variable.
7053 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7054
8661c643
DL
70552000-10-12 Dave Love <fx@gnu.org>
7056
d0b40dc1
DL
7057 * recentf.el: Maintainer's checkdoc fixes.
7058
83c9cb8e
SM
7059 * startup.el (normal-top-level-add-subdirs-to-load-path):
7060 Use character class, not ASCII when matching file names.
a622451f
DL
7061 (fancy-splash-head): Add trailing slash to URL.
7062 (command-line): Don't require XPM support for toolbar.
7063
8661c643
DL
7064 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7065 (cperl-invalid-face): Revert last change.
7066 (cperl-init-faces): Quote cperl-invalid-face.
7067
ef2ed8ab
KH
70682000-10-12 Kenichi Handa <handa@etl.go.jp>
7069
7070 * startup.el (fancy-splash-text): Remove superfluous quote.
7071
b0da379e
GM
70722000-10-12 Gerd Moellmann <gerd@gnu.org>
7073
dbeb499b
GM
7074 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7075 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7076 (command-line-1): Don't use fancy-splash-pending-command.
7077 (fancy-splash-screens-1): Goto point-min after inserting text.
7078
d861718a
GM
7079 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7080
b0da379e
GM
7081 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7082 instead of shared-lisp-mode-map.
7083
4fb2ad98
MB
70842000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7085
1cb4393e
MB
7086 * faces.el (header-line): Change tty-variant to use underlining.
7087
4fb2ad98
MB
7088 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7089 (isearch-highlight): Restore lazy-isearch face properties at old
7090 position, and suppress them at new position.
7091 (isearch-dehighlight): Restore lazy-isearch face properties.
7092 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7093 over the real isearch overlay, but in that case, don't give it a
7094 face property. Use `push'.
7095
eb991b25
KH
70962000-10-12 Kenichi Handa <handa@etl.go.jp>
7097
7098 * man.el (Man-getpage-in-background): Fix previous change.
7099 Decode the process output only when we are in multibyte mode.
7100
a818c1c0
DL
71012000-10-11 Dave Love <fx@gnu.org>
7102
c990f53a
DL
7103 * info.el (Info-mode-menu): Fix some help.
7104 (info-tool-bar-map): Add entry for Info-last.
7105
a818c1c0
DL
7106 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7107 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7108 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7109 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7110 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7111 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7112 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7113 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7114 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7115 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7116 Reduce colour requirements to 25 overall. (Probably wants
7117 revisiting from the originals to reduce further.)
7118
c1b096cb
EZ
71192000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7120
7121 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7122 buffer-file-coding-system, instead of raw-text.
7123 (dehexlify-buffer): Bind coding-system-for-read to
7124 buffer-file-coding-system, instead of raw-text.
7125
5c8b7eaf
SS
71262000-10-11 Sam Steingold <sds@gnu.org>
7127
83c9cb8e 7128 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
7129 `underline' - fixes the bug introduced on 2000-09-21.
7130
2cfbdb7a
DL
71312000-10-11 Dave Love <fx@gnu.org>
7132
83c9cb8e
SM
7133 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7134 Avoid compiler warnings.
2cfbdb7a
DL
7135 (scheme-mode): Doc fix.
7136 (scheme-font-lock-keywords-1): Match `define-syntax'.
7137
71382000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
7139
7140 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
7141 face specs as well as default ones. Only do anything if the
7142 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 7143 (region): Make dark-background `region' face less in-your-face.
4b33f290 7144
690ec649
SS
71452000-10-10 Sam Steingold <sds@gnu.org>
7146
7147 * chistory.el, ielm.el, ledit.el:
7148 * progmodes/inf-lisp.el, progmodes/scheme.el:
7149 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7150
3b95d6bb
SM
71512000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7152
7153 * textmodes/texinfo.el: Update copyright and fix typo.
7154
7155 * desktop.el (desktop-modes-not-to-save): New var.
7156 (desktop-save-buffer-p): Use it.
a30eb617
DL
7157 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7158 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7159
71602000-10-10 Dave Love <fx@gnu.org>
7161
7162 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 7163 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
7164
7165 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7166 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7167 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7168 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7169 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7170 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7171 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7172 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7173 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7174 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7175 the .xpms; probably need retouching.
7176
71772000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7178
7179 * subr.el (add-to-list): Add optional argument APPEND.
7180 * battery.el (display-battery): Use `add-to-list'.
7181
71822000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7183
83c9cb8e
SM
7184 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7185 properties.
a30eb617
DL
7186 (zone, zone-when-idle, zone-leave-me-alone)
7187 (zone-pgm-whack-chars): Use new symbol properties.
7188
7189 * battery.el (display-battery): Doc spelling fix.
7190
7191 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7192 property.
7193
71942000-10-09 Dave Love <fx@gnu.org>
7195
7196 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7197 has been initialized before calling tool-bar-setup.
7198 (tool-bar-add-item-from-menu): Add autoload cookie.
7199
72002000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7201
7202 * menu-bar.el (send-mail-item-name): New function.
7203 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7204 of mail-user-agent in the menu. Don't display the "Send Mail"
7205 item if mail-user-agent is nil or its value is ignore.
7206 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7207 if read-mail-command is nil or its value is ignore.
7208
7209 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7210
72112000-10-09 Miles Bader <miles@gnu.org>
7212
7213 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7214 Correct image size.
7215 * toolbar/left_arrow.xpm: Correct image size.
7216
7217 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7218 will be done by the definition of `auto-compression-mode' if
7219 necessary. Move code to uninstall existing file-name handler
7220 before definition of `auto-compression-mode'.
7221
7222 * image-file.el (auto-image-file-mode): Move to the end of the
7223 file, because `define-minor-mode' actually calls the mode-function
7224 if the associated variable is non-nil, which requires that all
7225 needed functions be already defined.
7226
7227 * mouse.el (popup-menu): Balance parens.
7228
72292000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7230
7231 * mouse.el (popup-menu): Move the command call outside the loop
7232 so that popup-menu returns whatever the command returns.
7233
7234 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7235 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7236 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7237 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7238
7239 * vc.el (vc-version-diff): diff-switches can be a list.
7240 Use relative filenames for prettier output.
7241
7242 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7243 (vc-post-command-functions): Remove old-VC compatibility code.
7244
7245 * newcomment.el (comment-indent-default): Autoload.
7246
7247 * font-lock.el (font-lock-defaults): Make buffer-local.
7248 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7249 (font-lock-choose-keywords):
7250 Ignore LEVEL unless KEYWORDS is a list of syms.
7251 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7252 Don't wrap regexp-opt things in \(...\) unnecessarily.
7253
7254 * jit-lock.el: Don't require font-lock any more.
7255 (jit-lock-functions): Make buffer-local.
7256 (jit-lock-saved-fontify-buffer-function): Remove.
7257 (jit-lock-mode): Remove autoload cookie.
7258 Remove font-lock specific code.
7259 (jit-lock-unregister): Don't bother handling complex hooks any more.
7260 (jit-lock-refontify): New function.
7261 (jit-lock-fontify-buffer): Use it.
7262 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7263 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7264 Add optional args START and END.
7265 Never call font-lock-fontify-region directly.
7266 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7267
7268 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7269
72702000-10-08 Dave Love <fx@gnu.org>
7271
7272 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7273
7274 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7275
7276 * play/studly.el (studlify-region, studlify-word): Add autoload
7277 cookie.
7278
7279 * play/morse.el (morse-region, unmorse-region): Add autoload
7280 cookie.
7281
7282 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7283 concat.
7284
7285 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7286 insist on symbols starting with word syntax.
7287 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7288 (eval-defun-1): Doc fix.
7289 (indent-sexp): Use nconc to build up indent-stack.
7290
7291 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7292 Gnus with little use.
7293 (mail-setup-hook): Add mail-abbrevs-setup to options.
7294
7295 * recentf.el: Doc fixes.
7296
7297 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7298 Clean up remainder.
7299
7300 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7301 without timezone and (8) with timezone to enforce some whitespace.
7302 Simplify code somewhat.
7303
7304 * options.el (list-options): Doc that you should use customize.
7305
7306 * iswitchb.el (iswitchb-mode): Add :require.
7307
7308 * info.el (Info-goto-node, Info-menu): Doc fix.
7309 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7310 (info-tool-bar-map): New variable.
7311 (Info-mode): Use it.
7312 (Info-edit-map): Define all in defvar.
7313 (speedbar-attached-frame): Avoid compiler warning.
7314
7315 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7316 (global-map): Bind [tool-bar] to a filtered map.
7317 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7318 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7319 Allow PBM icons.
7320 (tool-bar-setup): Adjust calls of tool-bar-add-item.
7321
7322 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7323 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7324 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
7325 icons, except up_arrow, which is left-arrow rotated.
7326
7327 * imenu.el (imenu-add-to-menubar): Fix last change.
7328
73292000-10-08 Peter Breton <pbreton@ne.mediaone.net>
7330
7331 * generic-x.el (rul-generic-mode): Remove eval-when-compile
7332 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
7333
73342000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7335
7336 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7337 typos in doc strings.
7338
7339 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7340 the doc strings how to customize Font Lock faces.
7341
7342 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7343 computing growth when dragging the header line.
7344
73452000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7346
7347 * simple.el (kill-line): Doc fix.
7348
73492000-10-08 Miles Bader <miles@gnu.org>
7350
7351 * faces.el (secondary-selection): Make foreground visible on tty.
7352
7353 * jka-compr.el (auto-compression-mode): Move to the end of the
7354 file, because `define-minor-mode' actually calls the mode-function
7355 if the associated variable is non-nil, which requires that all
7356 needed functions be already defined.
7357 (with-auto-compression-mode): Add autoload cookie.
7358
73592000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
7360
7361 * files.el (find-backup-file-name) [ms-dos]: If support for long
7362 file names is not available, behave as if version-control were set
7363 to never.
7364
73652000-10-07 Dave Love <fx@gnu.org>
7366
7367 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
7368 (browse-url-gnome-moz): New function.
7369 (browse-url-browser-function): Use it.
7370 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
7371
73722000-10-07 Stefan Monnier <monnier@cs.yale.edu>
7373
7374 * indent.el (tab-always-indent): New var.
7375 (indent-for-tab-command): Use it.
7376
7377 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7378 raise an error. This way it can still default to a sane value.
7379
73802000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7381
7382 * startup.el (fancy-splash-screens): Use local rather than global map.
7383 Don't use `update-menu-bindings' any more.
7384 Get rid of assumptions about keymap representation.
7385
73862000-10-06 Dave Love <fx@gnu.org>
7387
7388 * textmodes/fill.el (sentence-end-double-space)
7389 (sentence-end-without-period): Doc fix.
7390 (adaptive-fill-regexp): Purecopy.
7391 (unjustify-current-line): Use line-end-position.
7392 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7393
7394 * net/eudc-vars.el (eudc): Add :version, :link.
7395
7396 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7397
7398 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7399 Fix for define-minor-mode.
7400 (function-at-point): Alias to function-called-at-point.
7401
7402 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7403
7404 * simple.el (backward-word): Doc fix.
7405
7406 * image-file.el (image-file-name-regexp): image-file-regexps ->
7407 image-file-name-regexps.
7408 (image-file-name-extensions): Add pbm.
7409
74102000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7411
7412 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7413 and add filename to the names so that diff-mode can jump to source.
7414
7415 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7416 (tex-font-lock-keywords, tex-font-lock-keywords-2)
7417 (tex-font-lock-keywords-1): Remove.
7418 (font-lock-turn-on-thing-lock): Use jit-lock-register.
7419 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7420 (font-lock-default-fontify-region):
7421 Expand beg..end correctly when just following a multiline region.
7422 (font-lock-fontify-anchored-keywords):
7423 Include the anchor text as part of the multiline.
7424
74252000-10-06 Gerd Moellmann <gerd@gnu.org>
7426
7427 * loadup.el (toplevel): Load `loaddefs' before `help' because the
7428 latter needs the autoloaded define-minor-mode macro during the
7429 bootstrap.
7430
7431 * startup.el (command-line): For now, activate tool-bar-mode only
7432 if XPM images are supported.
7433
7434 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7435 window by dragging a header-line at the top of the frame; that's
7436 confusing because the header-line doesn't move.
7437 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7438 of treating the event as a list. Some cleanup.
7439
74402000-10-06 Miles Bader <miles@gnu.org>
7441
7442 * simple.el (display-message-or-buffer): New function.
7443 (shell-command-on-region): Use `display-message-or-buffer'.
7444
7445 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7446 docstring parts.
7447
7448 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7449 (smbclient-prompt-regexp): Add usage note to doc string.
7450 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7451 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7452 Use add-hook for adding the comint filter function, and only do so
7453 if it's not already in the global hook list.
7454 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7455 to `make-local-variable'.
7456 (nslookup-font-lock-keywords): Remove prompt entry.
7457 (nslookup): Don't set the process-filter.
7458 (finger): Exit the loop correctly when the regexps list runs out.
7459 (ftp, smbclient, smbclient-list-shares):
7460 Set the real major mode immediately, not after execing.
7461 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7462
7463 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7464
74652000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7466
7467 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7468
7469 * which-func.el (which-func-format): Remove spurious space.
7470 (which-func-mode): Don't make it permanent-local.
7471 (which-func-ff-hook): Allow which-func-maxout to be nil.
7472 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7473 (which-func-mode): Simplify.
7474 Use post-command-idle-hook rather than post-command-hook.
7475 Go through all buffers and update their state.
7476 (which-function): Also try add-log-current-defun-function.
7477
7478 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7479 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7480 Update call to with-vc-properties accordingly.
7481 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7482 (vc-revert-buffer): More careful about window selection and deletion.
7483 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7484
7485 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7486 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7487 (cvs-dired-action): Change the default to quickdir.
7488
7489 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7490 if comment-indent-function returns nil.
7491 (comment-indent-default): New function.
7492 (comment-indent-function): Use it and document the new semantics.
7493
7494 * image-file.el: Docstring fixes.
7495
7496 * help.el (help-xref-on-pp): Use match-string.
7497 (describe-variable): New arg BUFFER.
7498 Store the current buffer in the help-xref-stack.
7499 (temp-buffer-resize-mode): Use define-minor-mode.
7500
7501 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7502 consistently with its docstring.
7503 Set jit-lock-first-unfontify-pos in an idempotent way.
7504 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7505
75062000-10-05 Alex Schroeder <alex@gnu.org>
7507
7508 * sql.el (sql-mysql-options): New variable.
7509 (sql-mysql): Use it.
7510
75112000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7512
7513 * image.el (image): New group.
7514
7515 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7516 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7517
75182000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7519
7520 * net/net-utils.el (nslookup-font-lock-keywords)
7521 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7522 Ignore the value of wqindow-system; always define keywords
7523
75242000-10-05 Kenichi Handa <handa@etl.go.jp>
7525
7526 * startup.el (fancy-splash-screens): Remove the code for
7527 debugging; `(trace-to-stderr "EXITTT\n")'.
7528
75292000-10-05 Miles Bader <miles@gnu.org>
7530
7531 * diff-mode.el (diff-goto-source): Update call to
7532 `diff-hunk-status-msg' to reflect new REV variable.
7533
75342000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7535
7536 * progmodes/icon.el (icon-mode):
7537 Don't gratuitously override the default for comment-column.
7538
7539 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7540
7541 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7542 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7543 (jit-lock-functions): New var.
7544 (jit-lock-function-1): Use it if non-nil.
7545 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
7546 Set the `fontified' property before doing the fontification to avoid
7547 repeatedly going through the same error.
7548 Don't turn errors into messages.
7549 (jit-lock-register, jit-lock-unregister): New functions.
7550
7551 * dired.el (dired-mark-pop-up): Turn comment into docstring.
7552 Use with-current-buffer.
7553
7554 * dired-aux.el (dired-do-create-files, dired-kill-tree):
7555 Turn comment into docstring.
7556
7557 * apropos.el (apropos-mode): Use define-derived-mode.
7558
75592000-10-04 Gerd Moellmann <gerd@gnu.org>
7560
7561 * startup.el (fancy-splash-pending-command): New variable.
7562 (fancy-splash-pre-command): New function.
7563 (fancy-splash-screens): Rewritten.
7564 (command-line-1): If fancy-splash-pending-command is set, call it
7565 interactively.
7566
75672000-10-04 Dave Love <fx@gnu.org>
7568
7569 * toolbar/tool-bar.el (tool-bar-setup): New function.
7570 (tool-bar-mode): Use it.
7571
7572 * subr.el (substitute-key-definition): Doc fix.
7573 (play-sound-file): New command.
7574
75752000-10-04 Andre Spiegel <spiegel@gnu.org>
7576
7577 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7578 vc-version-backup-file-name): New functions.
7579
7580 * files.el (basic-save-buffer): Call vc-before-save before saving.
7581
7582 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7583 vc-cvs-stay-local-p.
7584
7585 * vc.el (vc-revert-buffer): Handle empty diff properly.
7586 (vc-version-backup-file): New function.
7587 (vc-checkout): Create a version backup if necessary.
7588 (vc-checkin): If a version backup file exists, delete it.
7589 (vc-version-diff): Diff locally using version backups, if available.
7590 (vc-revert-file): If there's a version backup, revert locally.
7591 (vc-transfer-file): Use version backup for base version, if
7592 available. If not, ask for confirmation whether to get it from the
7593 server. Update mode line before check-in.
7594
75952000-10-04 Dave Love <fx@gnu.org>
7596
7597 * toolbar/tool-bar.el (tool-bar-setup): New function.
7598 (tool-bar-mode): Use it.
7599
76002000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7601
7602 * net/net-utils.el (nslookup-font-lock-keywords)
7603 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7604 Only set if window-system is non-nil
7605 (net-utils-run-program): Returns buffer.
7606 (network-connection-reconnect): Added this function.
7607
7608 * generic.el:
7609 Incorporates extensive cleanup and docfixes by
7610 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7611 Uses cl compile-time macros.
7612 (generic-mode-name, generic-comment-list)
7613 (generic-keywords-list, generic-font-lock-expressions)
7614 (generic-mode-function-list, generic-mode-syntax-table):
7615 Removed variables.
7616 (generic-mode-alist): Renamed to generic-mode-list.
7617 (generic-find-file-regexp): Default changed to "^#".
7618 (generic-read-type): Uses completing read on generic-mode-list.
7619 (generic-mode-sanity-check): removed this function.
7620 (generic-add-to-auto-mode): Removed this function
7621 (generic-mode-internal): Bind mode-specific definitions
7622 into function instead of putting them in alist.
7623 (generic-mode-set-comments): Reworked extensively.
7624 (generic-mode-find-file-hook): Simplified regexp searching
7625 (generic-make-keywords-list): Omit extra pair of parens
7626
7627 * find-lisp.el (find-lisp-find-files-internal):
7628 Make sure directory name ends with "/".
7629
7630 * generic-x.el (apache-conf-generic-mode):
7631 Regexp now allows leading whitespace.
7632 (rc-generic-mode): Added eval-when-compile
7633 around generic-make-keywords-list.
7634 Deleted duplicate regexp
7635 (rul-generic-mode): Added eval-when-compile
7636 around generic-make-keywords-list.
7637 (etc-fstab-generic-mode): New generic mode.
7638 (rul-generic-mode): Removed one eval-when-compile
7639 which caused a max-specpdl-size exceeded error.
7640
76412000-10-04 Miles Bader <miles@gnu.org>
7642
7643 * simple.el (minibuffer-temporary-goal-position): New variable.
7644 (next-history-element): Try to keep the position of point in the
7645 input string constant.
7646
7647 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7648 (dired-do-create-files): If there's only one file, pass it in as
7649 the DEFAULT arg to dired-mark-read-file-name.
7650
76512000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7652
7653 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7654 (diff-goto-source): Be smarter when choosing REVERSE or not.
7655
7656 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7657 (texinfo-mode-menu): Add an explicit shortcut for update all.
7658
76592000-10-03 Andre Spiegel <spiegel@gnu.org>
7660
7661 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7662 factorize backend-specific code cleanly (this was essentially
7663 conceived by Stefan Monnier).
7664 (vc-unregister): Function removed.
7665 (vc-revert-file): New function.
7666 (vc-revert-buffer): Delegate some of the work to it.
7667
7668 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7669 default branch unconditionally.
7670 (vc-rcs-set-default-branch): New function.
7671 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7672 (vc-rcs-checkin): If an appropriate default branch has been set,
7673 force creation of that branch.
7674 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7675 code (as suggested by Stefan Monnier).
7676
76772000-10-02 Gerd Moellmann <gerd@gnu.org>
7678
7679 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7680 highlighting overlay with a different face over the overlay
7681 isearch uses to highlight the current match because that can lead
7682 to bad face combinations.
7683
7684 * loadup.el (toplevel): Load faces before isearch.
7685
7686 * isearch.el (isearch-faces): New custom group.
7687 (isearch): New defface; was already tested for in the code.
7688 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7689 (isearch-highlight): Always use face `isearch'.
7690
76912000-10-02 Dave Love <fx@gnu.org>
7692
7693 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7694 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7695 comparison of opcode with operand.
7696
76972000-10-03 Miles Bader <miles@gnu.org>
7698
7699 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7700 buffer, since the echo area will now grow to accommodate them.
7701
77022000-10-02 Andre Spiegel <spiegel@gnu.org>
7703
7704 * vc-hooks.el (vc-registered): If FILE used to be registered under
7705 a certain backend, try that one first.
7706
7707 * vc.el (vc-responsible-backend): Undo the previous change in the
7708 argument list. Handle multiple backends correctly.
7709 (vc-find-new-backend): Function removed.
7710 (vc-register): Use vc-responsible-backend, as before.
7711 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7712
77132000-10-02 Gerd Moellmann <gerd@gnu.org>
7714
7715 * startup.el (fancy-splash-head): Change message below the
7716 logo.
7717
77182000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7719
7720 * diff-mode.el (diff-goto-source): Emit a status message.
7721 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7722 (diff-test-hunk): Fix doc string.
7723 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7724 (diff-advance-after-apply-hunk): New variable.
7725 (diff-apply-hunk): Don't return a value.
7726
77272000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7728
7729 * vc.el (vc-editable-p): Minor optimization.
7730 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7731 (vc-find-new-backend): New function split from vc-responsible-backend.
7732 (vc-register): Use it.
7733 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7734 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7735 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7736 (vc-clear-headers): Don't use find-file.
7737 (vc-revert-buffer): Use `and' again (must have been a braino).
7738 (vc-switch-backend): Only prompt if requested.
7739 Short circuit if nothing is to be done.
7740 Don't use vc-resynch-buffer which could lose unsaved editing.
7741 (vc-default-receive-file): Update call to vc-unregister.
7742 (with-vc-file, vc-next-action-on-file):
7743 Use vc-backend rather than vc-registered.
7744 (vc-next-action-on-file): Use intern-soft.
7745 Deal with read-only *vc-diff* buffer.
7746 (vc-transfer-file): Docstring fix.
7747
7748 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7749 (vc-rcs-receive-file): Avoid with-vc-properties.
7750 Update call to vc-unregister.
7751 Use constant `RCS' rather than (dynamically bound) var `backend'.
7752
77532000-10-01 Andre Spiegel <spiegel@gnu.org>
7754
7755 * vc.el (vc-next-action-on-file): Update mode line only if file
7756 is visited.
7757 (vc-start-entry): New argument initial-contents. Don't visit the file
7758 if it isn't already visited. Brought documentation up-to-date.
7759 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7760 (vc-checkin): New optional arg initial-contents, which is passed to
7761 vc-start-entry.
7762 (vc-finish-logentry): Make sure to bury log buffer only if there
7763 really is one. Call `vc-resynch-buffer' on log-file, not
7764 buffer-file-name.
7765 (vc-default-comment-history, vc-default-wash-log): New functions.
7766 (vc-index-of): Removed.
7767 (vc-transfer-file): Make do without the above.
7768 (vc-default-receive-file): Call comment-history unconditionally. Pass
7769 the resulting string to vc-checkin, instead of inserting it into the
7770 comment ring.
7771
7772 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7773 unconditionally. Use the comments as initial contents of the log
7774 entry buffer. Document the trick to force branch creation with no
7775 changes.
7776
77772000-10-01 Miles Bader <miles@gnu.org>
7778
7779 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7780 `recenter' with an arg to prevent redrawing the display.
7781
77822000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7783
7784 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7785
7786 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7787
7788 * progmodes/c-mode.el (c-mode):
7789 Don't gratuitously override the default for comment-column.
7790
7791 * textmodes/tex-mode.el (latex-metasection-list): New var.
7792 (latex-imenu-create-index): Use it.
7793 Move the regexp construction outside loops (and use push).
7794 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7795 (tex-font-lock-keywords): Moved from font-lock.el.
7796 (tex-comment-indent): Remove.
7797 (tex-common-initialization): Don't set comment-indent-function.
7798 (latex-block-default): New var.
7799 (tex-latex-block): Use it to provide a default choice.
7800 Add any unknown choice to latex-block-names.
7801 Insert [...] after {...}.
7802 (tex-last-unended-begin): Simplify regexp.
7803 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7804 (latex-forward-sexp-1, latex-forward-sexp): New functions.
7805 (latex-mode): Set forward-sexp-function.
7806
7807 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7808 Add regexp for @ignore ... @end ignore.
7809 (texinfo-heading-face): New face.
7810 (texinfo-font-lock-keywords): Use it.
7811 (texinfo-mode-menu): New menu.
7812 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7813 New functions.
7814 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7815 (texinfo-section-types-regexp, texinfo-section-level-regexp)
7816 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7817 Remove declaration.
7818 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7819
7820 * delsel.el (delete-selection-mode): Use define-minor-mode.
7821
7822 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7823
78242000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7825
7826 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7827
78282000-09-30 Gerd Moellmann <gerd@gnu.org>
7829
7830 * replace.el (keep-lines-read-args): New function.
7831 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7832 read arguments interactively. Add parameters RSTART and REND.
7833 Operate on the active region in Transient Mark mode.
7834
7835 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7836
7837 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7838 (authors-obsolete-files-regexps): New variable.
7839 (authors-add): Don't record changes in obsolete files.
7840
78412000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7842
7843 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7844
7845 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7846 (comment-indent): Make sure there's a space between code and comment.
7847 Shift comments left to avoid going past fill-column.
7848
78492000-09-29 Gerd Moellmann <gerd@gnu.org>
7850
7851 * startup.el (startup-echo-area-message): New function.
7852 (display-startup-echo-area-message): Use it.
7853 (fancy-splash-screens): Rewritten to use keymaps and a timer.
7854 (fancy-splash-default-action): New function.
7855 (fancy-splash-screens-1): New function.
7856 (fancy-splash-head): Put a help-echo and a keymap under the image.
7857
78582000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7859
7860 * diff-mode.el (diff-add-log-file-name): Remove.
7861 (diff-mode): Use add-log-buffer-file-name-function.
7862
7863 * add-log.el (find-change-log): New arg BUFFER-FILE.
7864 (add-log-file-name): Obey add-log-file-name-function.
7865 (add-log-buffer-file-name-function): New var.
7866 (add-change-log-entry): Use it.
7867
78682000-09-29 Miles Bader <miles@gnu.org>
7869
7870 * image-file.el (image-file-name-extensions): New variable.
7871 (image-file-name-regexps): Renamed from `image-file-regexps'.
7872 New default value is nil. Call `auto-image-file-mode'.
7873 (image-file-name-regexp): New function.
7874 (auto-image-file-mode): New minor mode.
7875 (insert-image-file): Don't make conditional on the image-file
7876 handler being enabled.
7877 (image-file-handler): Make the call here conditional instead.
7878 (set-image-file-handler-enabled, enable-image-file-handler)
7879 (disable-image-file-handler): Functions removed.
7880
7881 * emacs-lisp/authors.el (authors-print): Rephrase many-files
7882 string.
7883
78842000-09-29 Gerd Moellmann <gerd@gnu.org>
7885
7886 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7887 it's a function from CL.
7888 (latex-imenu-create-index): Replace eval-when-compile with progn
7889 because latex-section-alist is not bound while compiling.
7890
78912000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7892
7893 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7894 (outline-mode): Use define-derived-mode.
7895
7896 * progmodes/perl-mode.el (perl-mode):
7897 * progmodes/awk-mode.el (awk-mode):
7898 * progmodes/asm-mode.el (asm-mode):
7899 Don't gratuitously override the default for comment-column.
7900
7901 * emacs-lisp/lisp.el (lisp-complete-symbol):
7902 Distinguish the let-binding case from the funcall case.
7903 (forward-sexp-function): New variable.
7904 (forward-sexp): Use it.
7905
7906 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7907 (easy-mmode-defmap): Remove the now useless autoload.
7908
7909 * time.el (display-time-mode): Use define-minor-mode.
7910
7911 * subr.el (add-minor-mode): Don't eval NAME.
7912 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7913 Use if rather than cond.
7914
7915 * simple.el (read-expression-map): Define more properly.
7916 (comment-indent-hook): Remove.
7917 (string-to-syntax): Bug fix.
7918
7919 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7920 (cvs-ediff-diff): Fix typo.
7921 (cvs-revert-if-needed): Don't bother preserving read-only.
7922
7923 * paren.el (show-paren-mode): Use define-minor-mode.
7924
7925 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7926 (toggle-auto-compression): Remove.
7927 (jka-compr-build-file-regexp): Remove useless grouping.
7928
7929 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7930 Avoid user-reserved bindings.
7931 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7932 (diff-header-face): Revert to grey85.
7933
7934 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7935
7936 * complete.el (partial-completion-mode) <defcustom>: Remove.
7937 (partial-completion-mode): Use define-minor-mode.
7938 (PC-do-completion): Understand `completion-auto-help = delay'
7939 to mean to popup the completion buffer only the second time.
7940 (PC-include-file-all-completions, PC-include-file-all-completions)
7941 (PC-include-file-all-completions): Don't quote lambda.
7942
7943 * comint.el (comint-mode-hook): Docstring fix.
7944 (comint-mode): Use define-derived-mode.
7945 (comint-mode-map): Remove obsolete comment.
7946 (make-comint): Minor stylistic change.
7947 (comint-insert-clicked-input): Be more careful to find the overlay.
7948 Use this-command-keys rather than hardcoding mouse-2.
7949
7950 * font-lock.el: Replace confusing (,@ with ,
7951 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7952 Don't use regexp-opt-depth. Spice up the regexp for args.
7953 Don't distinguish between cmds that can take an opt arg or not.
7954 Use `append' and `prepend' rather than `keep'.
7955
7956 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7957 (latex-outline-regexp): New var.
7958 (latex-outline-level): New fun.
7959 (latex-section-alist): New var.
7960 (latex-imenu-create-index): Use it. Use `push' as well.
7961 (tex-shell-map): Initialize it properly.
7962 (tex-mode): Minor stylistic change.
7963 (plain-tex-mode): Use define-derived-mode.
7964 (latex-mode): Use define-derived-mode.
7965 Construct the paragraph regexps in a more readable way.
7966 Set the buffer-local outline-{level,regexp} vars.
7967 (slitex-mode): Derive from latex-mode.
7968 (tex-common-initialization): Don't kill-all-vars anymore.
7969 Add setting for comment-add and font-lock-defaults.
7970 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7971 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7972 (tex-start-tex): New arg DIR (and send a chdir command for it).
7973 Also display the shell buffer and save it in tex-last-buffer-texed.
7974 (tex-region): Use expand-file-name rather than concat.
7975 Remove code made useless by changes in tex-start-tex.
7976 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7977
7978 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7979
79802000-09-28 Dave Love <fx@gnu.org>
7981
7982 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7983
79842000-09-28 Gerd Moellmann <gerd@gnu.org>
7985
7986 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7987 `append'.
7988
79892000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7990
7991 * info.el (Info-extract-pointer): Undo last change.
7992 Instead, fix the position of the `bound' arg to re-search-backward.
7993
79942000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7995
7996 * info.el (Info-extract-pointer):
7997 Widen more carefully, to avoid finding pointers in other nodes.
7998 (Info-index): Use push.
7999
80002000-09-27 Gerd Moellmann <gerd@gnu.org>
8001
8002 * frame.el (set-frame-font): Remove call to obsolete function
8003 frame-update-faces.
8004 (set-foreground-color, set-background-color): Likewise for
8005 frame-update-face-colors.
8006
80072000-09-27 Miles Bader <miles@gnu.org>
8008
8009 * image-file.el: New file.
8010
80112000-09-27 Gerd Moellmann <gerd@gnu.org>
8012
8013 * frame.el (frame-notice-user-settings): Don't call
8014 frame-update-faces, which is a no-op now.
8015
8016 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8017 tool-bar-lines.
8018
80192000-09-27 Dave Love <fx@gnu.org>
8020
8021 * mouse.el: Fix last change.
8022
80232000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8024
8025 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8026
80272000-09-22 Kenichi Handa <handa@etl.go.jp>
8028
8029 * international/quail.el (quail-help): The output message is
8030 improved.
8031
80322000-09-26 Dave Love <fx@gnu.org>
8033
8034 * mouse.el (popup-menu): If POSITION is nil, set it using
8035 mouse-position.
8036
80372000-09-25 Sam Steingold <sds@gnu.org>
8038
8039 * net/browse-url.el (browse-url-file-url): Check for null maps.
8040
80412000-09-26 Gerd Moellmann <gerd@gnu.org>
8042
8043 * frame.el (frame-notice-user-settings): Don't add a
8044 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8045
8046 * frame.el (frame-notice-user-settings):
8047 Make tool-bar-mode and default-frame-alist consistent.
8048
8049 * toolbar/tool-bar.el (tool-bar-help): New function.
8050
80512000-09-25 Gerd Moellmann <gerd@gnu.org>
8052
8053 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8054 current-load-list in top-level forms. Else this leaks a cons cell
8055 every time a defun is called.
8056
8057 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8058
80592000-09-25 Dave Love <fx@gnu.org>
8060
8061 * startup.el (fancy-splash-head): Check XPM is available.
8062
8063 * autoinsert.el (auto-insert): Doc fix.
8064 (auto-insert-alist): Following GNU notices, don't say `copyright
8065 _by_'. Use line-beginning-position.
8066 (auto-insert): Check buffer-file-name is non-nil before use.
8067
80682000-09-25 Gerd Moellmann <gerd@gnu.org>
8069
8070 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8071 starting with `@def' or `@multitable', in addition to ones
8072 specified by the user in auto-fill-inhibit-regexp.
8073
80742000-09-25 Markus Rost <rost@math.ohio-state.edu>
8075
8076 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8077 rmail-dont-reply-to-names matches the empty string.
8078
80792000-09-25 Gerd Moellmann <gerd@gnu.org>
8080
8081 * startup.el (command-line-1, fancy-splash-text): Change the
8082 text to sound more friendly.
8083
80842000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8085
8086 * progmodes/hideshow.el: Update author email address.
8087 Generally, sync w/ maintainer version 5.22.
8088 (hs-hide-all-non-comment-function): New var.
8089 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8090 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8091 (hs-show-region): Delete this command.
8092 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8093
80942000-09-22 Dave Love <fx@gnu.org>
8095
8096 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8097 (hl-line-highlight): Specify buffer when moving overlay.
8098
8099 * progmodes/fortran.el (fortran-mode): Locally set
8100 normal-auto-fill-function.
8101 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8102 (fortran-mode-map): Adjust auto-fill menu entry.
8103
81042000-09-22 Gerd Moellmann <gerd@gnu.org>
8105
8106 * vc-rcs.el (toplevel): Require `vc' when compiling.
8107
8108 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8109
81102000-09-22 Andre Spiegel <spiegel@gnu.org>
8111
8112 * vc.el (vc-switch-backend): Signal an error if the file is not
8113 registered under the new backend.
8114
8115 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8116 without explicit revision number.
8117
81182000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8119
8120 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8121 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8122 (diff-xor): New function.
8123 (diff-find-source-location): Use it. Fix a stupid name clash.
8124 (diff-hunk-status-msg): New function.
8125 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8126 (diff-test-hunk): Use diff-find-source-location.
8127 (diff-goto-source): Favor the `reverse'.
8128 (diff-hunk-text): Properly handle one-sided context diffs.
8129 (diff-apply-hunk): When done, advance to the next hunk.
8130
81312000-09-21 Gerd Moellmann <gerd@gnu.org>
8132
8133 * startup.el (command-line): If frame was created with a non-zero
8134 tool-bar-lines parameter, switch tool-bar-mode on.
8135
8136 * add-log.el (change-log-date-face, change-log-name-face)
8137 (change-log-email-face, change-log-file-face)
8138 (change-log-list-face, change-log-conditionals-face)
8139 (change-log-function-face, change-log-acknowledgement-face):
8140 New faces, inheriting from font-lock faces.
8141 (change-log-font-lock-keywords): Use them.
8142
81432000-09-21 Dave Love <fx@gnu.org>
8144
8145 * progmodes/cperl-mode.el (top-level): Clean up
8146 `eval-when-compile's and assorted defvars.
8147 (cperl-invalid-face): Don't double-quote value. Change custom
8148 type.
8149 (cperl-mode): Set normal-auto-fill-function and don't zap
8150 auto-fill-function.
8151 (cperl-imenu--function-name-regexp-perl): Renamed from
8152 imenu-example--function-name-regexp-perl.
8153 (cperl-imenu--create-perl-index): Renamed from
8154 imenu-example--create-perl-index.
8155 (cperl-xsub-scan): Don't require cl.
8156
8157 * msb.el (msb-mode-map): Use substitute-key-definition.
8158 (msb-mode): Use msb-mode-map.
8159
81602000-09-21 Andre Spiegel <spiegel@gnu.org>
8161
8162 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8163 New functions.
8164 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8165 (vc-switch-backend): New function.
8166 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8167 (vc-register): Fix prompt.
8168 (vc-unregister, vc-default-unregister): New functions.
8169 (vc-version-diff): Handle empty buffer in sentinel.
8170
8171 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8172 (vc-rcs-state-heuristic): Use it to guess the state of files with
8173 non-strict locking.
8174 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8175 been set with -b, but not created yet.
8176 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8177 contents in order to find the state.
8178 (vc-rcs-checkin): Allow creation of branches with no changes.
8179 (vc-rcs-unregister, vc-rcs-receive-file)
8180 (vc-rcs-set-non-strict-locking): New functions.
8181
8182 * vc-hooks.el (vc-name): Force correct computation of the value
8183 in case it is missing.
8184
81852000-09-21 Gerd Moellmann <gerd@gnu.org>
8186
8187 * startup.el (fancy-splash-tail): Use a different foreground
8188 color on a dark frame background.
8189
81902000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8191
8192 * info.el: Use the correct capitalization when making Info-mode
8193 and Info-edit-mode `special' modes.
8194
81952000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8196
8197 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8198 (diff-mode): Add support for add-log.el.
8199 (diff-hunk-text): Use char offsets rather than line offsets.
8200 (diff-find-source-location): Replace LINE with line-offset (nil
8201 if not found) and always set POS to a meaningful position.
8202 Adapt to the new char-offsets.
8203 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8204 Adapt to the new diff-find-source-location.
8205 (diff-goto-source): Adapt to the new diff-find-source-location.
8206
8207 * add-log.el (add-log-file-name): New function (split out of
8208 add-change-log-entry).
8209 (add-change-log-entry): Use it.
8210 Call add-log-file-name-function with the changelog file name if
8211 the current buffer is not associated with any file.
8212 Avoid find-file if the selected window is dedicated.
8213
8214 * diff-mode.el (diff-find-source-location):
8215 Move code from diff-apply-hunk. Return buffer rather than file.
8216 (diff-apply-hunk): Use the new result from diff-find-source-location.
8217 (diff-goto-source): Use the new diff-find-source-location.
8218
82192000-09-20 Dave Love <fx@gnu.org>
8220
8221 * iswitchb.el: Some doc fixes.
8222 (iswitchb-mode-map): Define completely initially. Inherit
8223 minibuffer-local-map.
8224 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8225 fundamental-mode.
8226 (iswitchb-global-map): New variable.
8227 (iswitchb-summaries-to-end): Amalgamate regexps.
8228 (iswitchb-mode): New.
8229 (iswitchb-mode-hook): New variable.
8230 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8231 `extensions'.
8232
82332000-09-20 Gerd Moellmann <gerd@gnu.org>
8234
8235 * ehelp.el (electric-help): New defgroup.
8236 (electric-help-shrink-window): New user-option.
8237 (with-electric-help): Use it.
8238
8239 * window.el (shrink-window-if-larger-than-buffer): If face
8240 `mode-line' has a :box, and we're on a graphical frame, add 1
8241 to the needed window height.
8242
8243 * frame.el (frame-notice-user-settings): Add a last parameter nil
8244 to a call to `append', because the last list passed to `append' is
8245 not copied, and so subsequent calls to assq-delete-all will modify
8246 default-frame-alist.
8247
8248 * startup.el (fancy-splash-image): Change :type.
8249 (fancy-splash-head): Use an XBM image if appropriate.
8250 (command-line-1): Show splash screens in more cases.
8251
8252 * startup.el (fancy-splash-text): Don't quote faces.
8253
8254 * dired.el (dired-font-lock-keywords): Undo last change.
8255 (dired-readin): Bind indent-tabs-mode to nil.
8256
8257 * startup.el (fancy-splash-head): If frame's background mode
8258 is `dark', change the black background of the image to gray.
8259 (fancy-splash-screens): Display startup echo area message.
8260 (display-startup-echo-area-message): New function.
8261
82622000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8263
8264 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8265
8266 * info.el (info-header-node): Tweak for color ttys.
8267
8268 * faces.el (face-valid-attribute-values): Make sure directories we
8269 search for stipples both exist and are readable before trying to
8270 search them.
8271
8272 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8273 in the dry-run case.
8274
8275 * jka-compr.el (with-auto-compression-mode): New macro.
8276
8277 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8278 (custom-group-tag-face, custom-variable-tag-face): Use relative
8279 :height and inherit from `variable-pitch' face instead of
8280 hardwiring :family.
8281 * hi-lock.el (hi-black-hb): Likewise.
8282
8283 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8284 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8285 toolbar-add-item, if image doesn't have a mask add a `:mask
8286 heuristic'.
8287
82882000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8289
8290 * diff-mode.el: Docstring fixes.
8291 (diff-header-face, diff-comment-face): New faces.
8292 (diff-font-lock-keywords): Highlight a bit differently.
8293 (diff-find-source-location): Don't return SPAN any more.
8294 (diff-hunk-text): Don't bother erasing the temp buffer.
8295 (diff-find-text): Drop argument LINE.
8296 (diff-apply-hunk): Update calls to diff-find-text.
8297 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8298
8299 * calendar/calendar.el: Docstring fixes.
8300 (calendar-make-alist): Don't quote lambda.
8301 (calendar-star-date): Use make-local-variable.
8302
83032000-09-19 Dave Love <fx@gnu.org>
8304
8305 * toolbar/tool-bar.el: Renamed from toolbar.el.
8306 Change `toolbar' to `tool-bar' generally in symbols.
8307 Make some items invisible in `special' major modes.
8308 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8309 Add arg PROPS.
8310
8311 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8312 Add :version here.
8313 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8314
83152000-09-19 Gerd Moellmann <gerd@gnu.org>
8316
8317 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8318
8319 * files.el (find-file-suppress-same-file-warnings): New user-option.
8320 (find-file-noselect): Use it.
8321
8322 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8323 (fancy-splash-screen): Defgroup.
8324
8325 * add-log.el (change-log-font-lock-keywords): Match names
8326 more exactly for the case that font-lock-constant-face is
8327 underlined.
8328
83292000-09-19 Richard M. Stallman <rms@gnu.org>
8330
8331 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8332
83332000-09-19 Andre Spiegel <spiegel@gnu.org>
8334
8335 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8336
83372000-09-19 Gerd Moellmann <gerd@gnu.org>
8338
8339 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8340 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8341 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8342 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8343 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8344 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8345 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8346 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8347 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8348 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8349 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8350 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8351
8352 * startup.el (fancy-splash-text): New variable.
8353 (fancy-splash-delay, fancy-splash-image): New user-options.
8354 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8355 (fancy-splash-screens): New functions.
8356 (command-line-1): If display has a `display' frame parameter, has
8357 colors, and we have XPM support, show more fancy splash screens.
8358
83592000-09-19 Dave Love <fx@gnu.org>
8360
8361 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
8362 with null `help'. Use modern backquote syntax.
8363
83642000-09-19 Gerd Moellmann <gerd@gnu.org>
8365
8366 * font-lock.el (font-lock-mode): Change message telling the user
8367 that ``the buffer is too big''.
8368
8369 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
8370 for instance for the case that tab-width is 2.
8371
83722000-09-18 Gerd Moellmann <gerd@gnu.org>
8373
8374 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8375 toolbar-add-item, if image doesn't have a mask add a `:mask
8376 heuristic'.
8377
83782000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8379
8380 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8381 and return a cons if it's non-nil.
8382 (diff-apply-hunk): Try to jump to the line in the source text
8383 corresponding to the position of point in the in the hunk.
8384
8385 * info.el (Info-title-3-face, Info-title-2-face)
8386 (Info-title-1-face): Use face inheritance and relative sizes
8387 instead of hard-wiring things.
8388
8389 * faces.el (secondary-selection): Make dark-background variant sane.
8390
83912000-09-16 Andrew Innes <andrewi@gnu.org>
8392
8393 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8394 read-only, since they aren't under VC now.
8395
83962000-09-17 Dave Love <fx@gnu.org>
8397
8398 * tmm.el: Replace mapcar with mapc in several places.
8399
8400 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8401 ad-unadvise.
8402
8403 * international/latin1-disp.el: New file.
8404
8405 * calendar/cal-move.el (scroll-calendar-left)
8406 (scroll-calendar-right): Make arg optional (for active mode line).
8407
8408 * calendar/calendar.el (calendar-mode-line-format): Make fields
8409 mouse-sensitive.
8410 (calendar-read-date, calendar-read-date, calendar-window-list):
8411 Unquote lambda.
8412 (calendar-month-name): Use aref, not sref.
8413
8414 * view.el (minor-mode-alist): Propertize the string.
8415
8416 * international/characters.el (standard-case-table): Add entries
8417 for Greek.
8418
84192000-09-18 Miles Bader <miles@gnu.org>
8420
8421 * info.el (info-node, info-xref): Add dark-background variants.
8422
8423 * faces.el (header-line): Change defaults to be less confusing
8424 when mixed with mode-lines.
8425
8426 * info.el (Info-fontify-node): Make a few cleanups.
8427 Add extra `help-echo' and `local-map' props to node xrefs.
8428 Use header-specific faces for node-names & xrefs.
8429 (Info-use-header-line): New variable.
8430 (info-header-xref, info-header-node): New faces.
8431 (Info-setup-header-line): New function.
8432 (Info-select-node): Call Info-setup-header-line when enabled.
8433 (Info-extract-pointer): Work even if the header line is hidden.
8434 (Info-header-line): New variable.
8435
84362000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8437
8438 * vms-patch.el (print-region-function): Don't quote lambda.
8439
8440 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8441
8442 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8443 (lm-get-header-re): Allow spaces between the header and the colon.
8444 (lm-header): Allow $ in non-RCS headers.
8445 (lm-header-multiline): Put the strings back into order.
8446 Stop at an empty line. Don't require two space chars if the
8447 line is clearly not another header line.
8448
8449 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8450 (popup-menu-popup): Remove.
8451
84522000-09-15 Gerd Moellmann <gerd@gnu.org>
8453
8454 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8455 specification if or if not tool-bar item contains an `:enabled'
8456 property.
8457
8458 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8459 current buffer has no file name.
8460
84612000-09-15 Dave Love <fx@gnu.org>
8462
8463 * strokes.el: Sync with maintainer's current version with changes
8464 for Emacs, but avoid runtime cl and levents.
8465 (toplevel): Change autoloads and compilation requires.
8466 (strokes-version, strokes-bug-address, strokes-lift): Values
8467 changed.
8468 (strokes-xpm-header, strokes-insinuated): New variable.
8469 (strokes): Add :link.
8470 (strokes-mode): Customized.
8471 (strokes-while-inhibiting-garbage-collector): New macro.
8472 (strokes-remassoc): Avoid remove-if.
8473 (strokes-fix-button2-command): Don't use ad-do-it.
8474 (strokes-insinuate): New function.
8475 (strokes-button-press-event-p, strokes-button-release-event-p):
8476 New functions, used instead of non-`strokes-' versions..
8477 (strokes-mouse-event-p): Rewritten.
8478 (strokes-event-closest-point): Avoid event-point.
8479 (strokes-get-grid-position): Avoid cdadr, caadr
8480 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8481 functions.
8482 (strokes-help): Use with-output-to-temp-buffer.
8483 (strokes-window-configuration-changed-p): New function.
8484 (strokes-update-window-configuration): Use buffer-live-p,
8485 strokes-window-configuration-changed-p.
8486 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8487 (strokes-char-face): New face.
8488 (strokes-char-table, strokes-base64-chars): New variable.
8489 (strokes-xpm-for-stroke, strokes-list-strokes)
8490 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8491 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8492 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8493 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8494 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8495 functions.
8496
84972000-09-15 Gerd Moellmann <gerd@gnu.org>
8498
8499 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8500
8501 * image.el (create-image): Doc fix.
8502
8503 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8504 instead of `:heuristic-mask t'.
8505
85062000-09-14 Andrew Innes <andrewi@gnu.org>
8507
8508 * makefile.w32-in: Revert to Unix line endings.
8509
85102000-09-14 Andrew Innes <andrewi@gnu.org>
8511
8512 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8513 when installing.
8514
8515 * makefile.nt (DONTCOMPILE): Fix typo.
8516
8517 * shell.el (shell-write-history-on-exit): New function.
8518 (shell-dumb-shell-regexp): New custom variable.
8519 (shell-mode): Make shell-write-history-on-exit the process
8520 sentinel if shell name matches shell-dumb-shell-regexp.
8521
8522 * w32-fns.el: Comment out before-init-hook function which resets
8523 source-directory based; this breaks bootstrap.
8524
85252000-09-14 Dave Love <fx@gnu.org>
8526
8527 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8528 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8529 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8530 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8531 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8532 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8533 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8534 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8535 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8536
8537 * toolbar/toolbar.el: New.
8538
8539 * subdirs.el: Add toolbar.
8540
85412000-09-14 Gerd Moellmann <gerd@gnu.org>
8542
8543 * indent.el (indent-for-tab-command): Doc fix.
8544
85452000-09-14 Alex Schroeder <alex@gnu.org>
8546
8547 * ansi-color.el (ansi-colors): Doc change.
8548 (ansi-color-get-face): Simplified regexp.
8549 (ansi-color-faces-vector): Added more faces, doc change.
8550 (ansi-color-names-vector): Doc change.
8551 (ansi-color-regexp): Simplified regexp.
8552 (ansi-color-parameter-regexp): New regexp.
8553 (ansi-color-filter-apply): Doc change.
8554 (ansi-color-filter-region): Doc change.
8555 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8556 deal with zero length parameters.
8557 (ansi-color-apply-on-region): Doc change.
8558 (ansi-color-map): Doc change.
8559 (ansi-color-map-update): Removed debugging message.
8560 (ansi-color-get-face-1): Added condition-case to trap
8561 args-out-of-range errors.
8562 (ansi-color-get-face): Doc change.
8563 (ansi-color-make-face): Removed.
8564 (ansi-color-for-shell-mode): New option.
8565
85662000-09-13 Kenichi Handa <handa@etl.go.jp>
8567
8568 * international/quail.el (quail-start-translation): Translate KEY
8569 if necessary even if it doesn't have any mapping in the current
8570 input method.
8571 (quail-start-conversion): Likewise.
8572 (quail-help): The output message is improved.
8573
85742000-09-13 Miles Bader <miles@gnu.org>
8575
8576 * comint.el (comint-output-filter): Revert to using
8577 `insert-before-markers'. Add bletcherous hack to undo damage
8578 caused by `insert-before-markers'. Put `front-sticky' property on
8579 overlays created here so that the field code understands how the
8580 overlay works. Use a let when making comint-last-prompt-overlay,
8581 so that the code is easier to read.
8582
85832000-09-13 Dave Love <fx@gnu.org>
8584
8585 * wid-edit.el (widget-default-format-handler): DTRT when
8586 doc-property is a function.
8587
85882000-09-12 Francesco Potorti` <pot@gnu.org>
8589
8590 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8591 filed name if it's not there.
8592
85932000-09-12 Dave Love <fx@gnu.org>
8594
8595 * simple.el (read-mail-command): Doc fix.
8596 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8597
8598 * vc.el (vc-dired-listing-switches): Fix :version.
8599
8600 * vc-hooks.el: Doc fixes.
8601
8602 * subr.el (add-minor-mode): Use toggle-fun arg.
8603
8604 * speedbar.el: Add :version to several defcustoms.
8605
8606 * imenu.el (imenu--truncate-items, imenu--cleanup)
8607 (imenu--generic-function): Avoid mapcar.
8608 (imenu--replace-spaces): Function removed.
8609 (imenu--completion-buffer): Use subst-char-in-string.
8610 (imenu-add-to-menubar): Use keymap inheritance.
8611
86122000-09-12 Miles Bader <miles@gnu.org>
8613
8614 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8615 (diff-mode-map): Bind `diff-test-hunk'.
8616 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8617
86182000-09-11 Gerd Moellmann <gerd@gnu.org>
8619
8620 * bytecomp.el (byte-compile-defvar): Undo last change
8621 because it breaks '(make-variable-buffer-local (defvar ...)'
8622 which is used at least in dired.
8623
86242000-09-12 Kenichi Handa <handa@etl.go.jp>
8625
8626 * international/quail.el (quail-define-package): Docstring
8627 modified.
8628
86292000-09-12 Kenichi Handa <handa@etl.go.jp>
8630
8631 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8632 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8633 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8634 docstring of "chinese-py".
8635
8636 * international/quail.el (quail-translation-docstring): New
8637 variable.
8638 (quail-show-keyboard-layout): Docstring modified.
8639 (quail-select-current): Likewise.
8640 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8641 infinite recursive call.
8642 (quail-help): Check quail-translation-docstring. Format of the
8643 output changed.
8644 (quail-help-insert-keymap-description): Adjusted for the above
8645 change.
8646
86472000-09-11 Gerd Moellmann <gerd@gnu.org>
8648
8649 * bytecomp.el (byte-compile-defvar): Only cons onto
8650 current-load-list in top-level forms. Else this leaks a cons cell
8651 every time a defun is called.
8652
86532000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8654
8655 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8656 Now understands non-unified diffs. Some functionality moved into
8657 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8658 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8659 modify anything. Only reposition point in the patched file if the
8660 patch succeeds. Only pop up another window if POPUP is true.
8661 Emit a message describing what happened if successful, and at what
8662 line-offset. Automatically detect reversed hunks and do something
8663 appropriate.
8664 (diff-hunk-text, diff-find-text): New functions.
8665 (diff-filter-lines): Function removed.
8666 (diff-test-hunk): New function.
8667 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8668
86692000-09-10 Dave Love <fx@gnu.org>
8670
8671 * textmodes/tildify.el: Minor doc/commentary fixes.
8672 (tildify) <defgroup>: Add :version.
8673
8674 * faces.el (face-x-resources): Make custom type more specific.
8675 (frame-background-mode): Use mapc.
8676 (region) <defcustom>: Add :version.
8677
86782000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8679
8680 * vc-sccs.el (vc-sccs-register):
8681 * vc-rcs.el (vc-rcs-register):
8682 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8683 * vc.el (vc-register): Clear file's properties.
8684
86852000-09-08 Gerd Moellmann <gerd@gnu.org>
8686
8687 * faces.el (face-spec-set): Only face-spec-reset-face when
8688 ATTRS is non-nil.
8689
86902000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8691
8692 * help.el (help-insert-xref-button): Fix a typo in doc string.
8693
86942000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8695
8696 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8697 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8698 methods.
8699
8700 * menu-bar.el (read-mail-item-name): New function.
8701 (menu-bar-tools-menu): Use it to compute and display the package
8702 used to read email.
8703 (menu-bar-tools-menu): Fix typo in GUD's help string.
8704
87052000-09-07 Dave Love <fx@gnu.org>
8706
8707 * diff-mode.el (diff-mouse-goto-source): New function.
8708
8709 * vc-sccs.el: Doc fixes.
8710 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8711
8712 * vc-rcs.el: Doc fixes.
8713 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8714 (vc-rcs-checkout-switches, vc-rcs-header)
8715 (vc-rcs-master-templates): Add or change :version.
8716
8717 * vc-cvs.el: Doc fixes.
8718 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8719 (vc-cvs-stay-local): Add :version.
8720
8721 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8722
87232000-09-07 Kenichi Handa <handa@etl.go.jp>
8724
8725 * international/quail.el (quail-help): Fix previous change.
8726
87272000-09-07 Gerd Moellmann <gerd@gnu.org>
8728
8729 * faces.el (color-values): Doc fix.
8730
8731 * faces.el (frame-set-background-mode): Use frame-parameter
8732 instead of frame-parameters.
8733
8734 * frame.el (filtered-frame-list): Reduce consing.
8735 (frames-on-display-list): Call frame-parameter instead of
8736 frame-parameters.
8737
87382000-09-07 Kenichi Handa <handa@etl.go.jp>
8739
8740 * language/devan-util.el (devanagari-to-indian-region): In the
8741 loop, change the following char, not preceding char.
8742
87432000-09-07 Gerd Moellmann <gerd@gnu.org>
8744
8745 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8746 instead of frame-parameters.
8747
8748 * faces.el (set-face-attribute): Simplify by calling
8749 internal-set-lisp-face-attribute with FRAME being 0.
8750
8751 * vc.el: Remove `Id' version control keyword.
8752
87532000-09-07 Kenichi Handa <handa@etl.go.jp>
8754
8755 * help.el (help-make-xrefs): Adjusted for the change of
8756 help-xref-mule-regexp.
8757 (help-insert-xref-button): New function.
8758
8759 * international/mule-cmds.el (help-xref-mule-regexp-template):
8760 Include the pattern for character set.
8761 (leim): New group.
8762
8763 * international/quail.el: Don't require face.
8764 (quail): New group.
8765 (quail-other-command): Dummy command to make quail-help work better.
8766 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8767 (quail-keyboard-layout-substitution): New variable.
8768 (quail-update-keyboard-layout): New function.
8769 (quail-keyboard-layout-type): New customizable variable.
8770 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8771 (quail-keyboard-translate): Pay attention to
8772 quail-keyboard-layout-substitution.
8773 (quail-insert-kbd-layout): New function.
8774 (quail-show-keyboard-layout): New function.
8775 (quail-get-translation): If the definition is a vector of length
8776 1, and the element is a string of length 1, return the character
8777 in that string.
8778 (quail-update-current-translations): Fix the case of
8779 relative-index out of range.
8780 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8781 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8782 Show key sequences for all available characters.
8783 (quail-help-insert-keymap-description): Don't show such verbose
8784 key bindings as quail-self-insert-command.
8785
8786 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8787 Format changed, and each element now have extra documentations.
8788 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8789 Adjusted for the change of quail-cxterm-package-ext-info.
8790
87912000-09-06 Gerd Moellmann <gerd@gnu.org>
8792
8793 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8794 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8795 during bootstrap.
8796
87972000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8798
8799 * vc.el: (toplevel): Don't require `dired' at run-time.
8800 (vc-dired-resynch-file): Remove autoload cookie.
8801
88022000-09-05 Andre Spiegel <spiegel@gnu.org>
8803
8804 * vc.el: Made several backend functions optional.
8805 (vc-default-responsible-p): New function.
8806 (vc-merge): Use RET for first version to trigger merge-news, not
8807 prefix arg.
8808 (vc-annotate): Handle backends that do not support annotation.
8809 (vc-default-merge-news): Removed. The existence of a merge-news
8810 implementation is now checked on caller sites.
8811
8812 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8813 case.
8814
8815 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8816 special case that has been removed from the default in vc-hooks.el.
8817
88182000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8819
8820 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8821
88222000-09-05 Andre Spiegel <spiegel@gnu.org>
8823
8824 * vc-hooks.el: Require vc during compilation.
8825 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8826 macro `with-vc-properties' in vc.el.
8827 (vc-file-getprop): Doc fix.
8828 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8829
8830 * vc.el: Require dired-aux during compilation.
8831 (vc-name-assoc-file): Moved to vc-sccs.el.
8832 (with-vc-properties): New macro.
8833 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8834 vc-finish-steal): Use it.
8835 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
8836 to the backend-specific function is now supposed to do the checkout,
8837 too.
8838 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8839
8840 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8841 set file properties; that gets done in the generic code now.
8842
8843 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8844 Changed parameter list, added code from vc.el that does the
8845 checkout, possibly with a double-take.
8846
8847 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8848 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8849 the above under the new name.
8850 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
8851 parameter list, added checkout command.
8852 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8853 properties; that gets done in the generic code now.
8854
88552000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8856
8857 * vc.el: Docstring fixes (courtesy of checkdoc).
8858
88592000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8860
8861 * vc.el (vc-checkout-writable-buffer-hook)
8862 (vc-checkout-writable-buffer): Remove.
8863 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8864 (vc-log-mode): Make it into a clean derived major mode.
8865 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8866 vc-log-mode if log-edit is not available.
8867 (vc-dired-mode-map): Don't set-keymap-parent yet.
8868 (vc-dired-mode): Do set-keymap-parent here.
8869 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8870
88712000-09-05 Gerd Moellmann <gerd@gnu.org>
8872
8873 * faces.el (set-face-attribute, face-spec-reset-face)
8874 (face-spec-set): Avoid consing by removing calls to `apply'.
8875
8876 * frame.el (frame-parameter): Move to C code.
8877
88782000-09-05 Dave Love <fx@gnu.org>
8879
8880 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8881 insert-before-markers-and-inherit. Now checked systematically!
8882
88832000-09-05 Alex Schroeder <alex@gnu.org>
8884
8885 * sql.el (sql-postgres): Use sql-postgres-options.
8886 (sql-postgres-options): New variable.
8887
88882000-09-05 Alex Schroeder <alex@gnu.org>
8889
8890 * sql.el (sql-mode-menu): Work around missing variable mark-active
8891 in XEmacs.
8892 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8893 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8894 compatibility.
8895
88962000-09-04 Gerd Moellmann <gerd@gnu.org>
8897
8898 * vc.el (vc-dired-resynch-file): Add autoload cookie.
8899
8900 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8901
8902 * Makefile.in (DONTCOMPILE): Fix typo in file name.
8903
89042000-09-04 Andre Spiegel <spiegel@gnu.org>
8905
8906 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8907 don't support anything else under SCCS yet.
8908
8909 * vc-hooks.el: Minor doc fixes.
8910
89112000-09-04 Andre Spiegel <spiegel@gnu.org>
8912
8913 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8914 not necessary. If verbose in state `needs-patch', do the same as
8915 under `up-to-date'. When NOT verbose and `needs-patch', check out
8916 latest version instead of `merge-news'.
8917 (vc-next-action-dired): Don't mess with default-directory here; it
8918 breaks other parts of dired. It is the job of the
8919 backend-specific functions to adjust it temporarily if they need it.
8920 (vc-next-action): Remove a special CVS case.
8921 (vc-clear-headers): New optional arg FILE.
8922 (vc-checkin, vc-checkout): Set properties vc-state and
8923 vc-checkout-time properly.
8924 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8925 (vc-print-log): Use new backend function `show-log-entry'.
8926 (vc-cancel-version): Do the checks in a different order. Added a
8927 FIXME concerning RCS-only code.
8928
8929 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8930 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8931
8932 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8933
8934 * vc-hooks.el (vc-default-mode-line-string): Show state
8935 `needs-patch' as a `-' too.
8936
89372000-09-04 Andre Spiegel <spiegel@gnu.org>
8938
8939 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8940 (vc-default-could-register): New function.
8941 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8942 (vc-resynch-buffer): Call vc-dired-resynch-file.
8943 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8944 vc-resynch-buffer instead of vc-resynch-window.
8945 (vc-next-action-dired): Don't redisplay here, that gets done as a
8946 result of the individual file operations.
8947 (vc-retrieve-snapshot): Corrected prompt order.
8948
8949 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8950
8951 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8952 as well.
8953 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8954 hostname regexps. Updated all callers.
8955 (vc-cvs-responsible-p): Handle directories as well.
8956 (vc-cvs-could-register): New function.
8957 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8958 properties up-to-date.
8959
8960 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8961 user whether to create one.
8962
89632000-09-04 Andre Spiegel <spiegel@gnu.org>
8964
8965 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8966 check out a non-existing file.
8967
8968 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8969 workfile does not exist.
8970
8971 * vc.el (vc-version-diff): Use `require' to check for existence of
8972 diff-mode.
8973
89742000-09-04 Andre Spiegel <spiegel@gnu.org>
8975
8976 * vc-cvs.el (vc-cvs-registered): Use new function
8977 vc-cvs-parse-entry to do the actual work.
8978
89792000-09-04 Andre Spiegel <spiegel@gnu.org>
8980
8981 * vc-hooks.el (vc-find-backend-function): If function doesn't
8982 exist, return nil instead of error.
8983 (vc-call-backend): Doc fix.
8984
8985 * vc.el (vc-do-command): Doc fix.
8986 (vc-finish-logentry): When checking in from vc-dired, choose the
8987 right backend for logentry check.
8988 (vc-dired-mode-map): Inherit from dired-mode-map.
8989 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8990 simplified.
8991 (vc-dired-state-info): Removed, updated caller.
8992 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8993 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8994 (vc-dired-listing-switches): New variable.
8995 (vc-directory): Use it, instead of dired-listing-switches.
8996
8997 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8998 (vc-cvs-dir-state): New function.
8999 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9000 (vc-cvs-parse-entry): New function, also to be used in
9001 vc-cvs-registered.
9002
90032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9004
9005 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9006 *or* single-window-frames.
9007
90082000-09-04 Andre Spiegel <spiegel@gnu.org>
9009
9010 * vc.el (vc-update-changelog): Split into generic part and default
9011 implementation. Doc string adapted.
9012 (vc-default-update-changelog): New function. Call the `rcs2log'
9013 script in exec-directory, to fix a long-standing nuisance.
9014
9015 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9016 simply signals an error.
9017
90182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9019
9020 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9021 control-flow more clear and to avoid running `cvs' twice.
9022
9023 * vc.el (vc-next-action-on-file): Doc fix.
9024 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9025 (vc-print-log): Eval `file' before constructing the continuation.
9026
90272000-09-04 Andre Spiegel <spiegel@gnu.org>
9028
9029 * vc.el (vc-next-action-on-file): Corrected several messages.
9030 (vc-merge): Add prefix arg `merge-news'; handle it.
9031
9032 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9033 is not reached. It is.
9034 (vc-cvs-merge): Set state to 'edited after merge.
9035 (vc-cvs-merge-news): Set workfile version to nil if not known.
9036 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9037
9038 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9039 via stdout. (Merge from main line.)
9040
90412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9042
9043 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9044 detection.
9045
90462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9047
9048 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9049 against kill-all-local-variables.
9050 (vc-log-edit): Don't save vc-parent-buffer any more.
9051 (vc-last-comment-match): Initialize to an empty string.
9052 (vc-post-command-functions): New hook.
9053 (vc-do-command): Run it.
9054 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9055 (vc-finish-logentry): Only add the comment to the ring if it's
9056 different from the last comment entered.
9057 (vc-new-comment-index): New function.
9058 (vc-previous-comment): Use it. Make the minibuffer message
9059 slightly less terse.
9060 (vc-comment-search-reverse): Make it work forward as well. Don't
9061 set vc-comment-ring-index if no match is found. Use
9062 vc-new-comment-index.
9063 (vc-comment-search-forward): Use vc-comment-search-reverse.
9064 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9065 define-derived-mode will do it for us. Bind `v' to a keymap that
9066 inherits from vc-prefix-map so that we can bind `vt' without
9067 binding C-x v t.
9068 (vc-retrieve-snapshot): Parenthesis typo.
9069
9070 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9071 to 1. Make sure to switch to *vc* before looking for an error
9072 message. Use vc-parse-buffer.
9073
90742000-09-04 Andre Spiegel <spiegel@gnu.org>
9075
9076 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9077 and NAME.
9078 (vc-retrieve-snapshot): Split into two parts.
9079 (vc-default-retrieve-snapshot): New function.
9080
9081 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9082 (vc-cvs-retrieve-snapshot): New function (untested).
9083 (vc-cvs-stay-local): Default to t.
9084 (vc-cvs-remote-p): New function and property.
9085 (vc-cvs-state): Stay local only if the above is t.
9086 (vc-handle-cvs): Removed.
9087 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9088 done via vc-handled-backends now.
9089 (vc-cvs-header): Escape Id.
9090
90912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9092
9093 * vc.el (vc-do-command): Remove unused commands.
9094 (vc-version-diff): Make sure default-directory ends with a slash.
9095 Move the window commands into a vc-exec-after.
9096 (vc-print-log): Move more of the code into the `vc-exec-after'.
9097
90982000-09-04 Andre Spiegel <spiegel@gnu.org>
9099
9100 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9101 (vc-print-log): Search current revision from beginning of buffer.
9102 (vc-revert-buffer): Clear echo area after the diff is finished.
9103 (vc-prefix-map): Removed definition of "t" for terse display in vc
9104 dired.
9105 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9106 definition of "vt" for terse display.
9107 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9108
91092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9110
9111 * vc.el (vc-exec-after): Avoid caddr.
9112
91132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9114
9115 * vc.el (vc-exec-after): New function.
9116 (vc-do-command): Use it to add a termination message for async
9117 procs.
9118 (vc-checkout): Try to handle a missing-backend situation.
9119 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9120 of a directory with a backend using async diffs.
9121 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9122 present.
9123
9124 * vc-sccs.el (vc-sccs-state-heuristic): Use
9125 file-ownership-preserved-p.
9126
9127 * vc-rcs.el (vc-rcs-state-heuristic): Use
9128 file-ownership-preserved-p.
9129 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9130
91312000-09-04 Andre Spiegel <spiegel@gnu.org>
9132
9133 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9134 vc-do-command.
9135
9136 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9137 when there are no changes.
9138
91392000-09-04 Andre Spiegel <spiegel@gnu.org>
9140
9141 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9142
9143 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9144
91452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9146
9147 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9148
9149 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9150 the `fset' outside of the defvar so that it works even if
9151 vc-prefix-map was already defined.
9152 (vc-setup-buffer): New function, split out of vc-do-command.
9153 (vc-do-command): Allow BUFFER to be t to mean `just use the
9154 current buffer without any fuss'.
9155 (vc-version-diff): Change the `diff' backend operation to just put
9156 the diff in the current buffer without erasing it. Always use
9157 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9158 shrink-window-if-larger-than-buffer.
9159 (vc-print-log): Change the `print-log' backend operation to just
9160 put the log in the current buffer without erasing it. Protect
9161 shrink-window-if-larger-than-buffer.
9162 (vc-update-change-log): Fix setd typo.
9163
9164 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9165 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9166
9167 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9168 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9169 CMP.
9170
9171 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9172 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9173 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9174
91752000-09-04 Andre Spiegel <spiegel@gnu.org>
9176
9177 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9178 not possible, use vc-BACKEND-workfile-unchanged-p.
9179 (vc-default-workfile-unchanged-p): New function. Delegates to a
9180 full vc-BACKEND-diff.
9181
9182 * vc-hooks.el (vc-simple-command): Removed.
9183
9184 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9185 instead of vc-simple-command.
9186 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9187 avoid doing a diff when opening a file.
9188 (vc-rcs-state): Added check for unlocked-changes.
9189 (vc-rcs-header): Escape Id.
9190 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9191 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9192 version.
9193
9194 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9195 (vc-sccs-diff): Remove optional arg CMP.
9196 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9197 SCCS-specific function.
9198
9199 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9200 vc-simple-command.
9201
92022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9203
9204 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9205 (with-vc-file, vc-merge): Use vc-editable-p.
9206 (vc-do-command): Remove unused var vc-file and fix the
9207 doubly-defined `status' var. Add a user message when starting an
9208 async command.
9209 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9210 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9211 Use with-current-buffer.
9212 (vc-buffer-sync): Use unless.
9213 (vc-next-action-on-file): If the file is 'edited by read-only,
9214 make it read-write instead of trying to commit.
9215 (vc-version-diff, vc-update-change-log): Use `setq
9216 default-directory' rather than `cd'.
9217 (vc-log-edit): Don't forget to set default-directory in the
9218 buffer.
9219
9220 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9221 (vc-sccs-state-heuristic): Use file-writable-p instead of
9222 comparing userids.
9223 (vc-sccs-checkout): Use `unless'.
9224
9225 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9226 of comparing userids.
9227 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9228 Simplify the logic by eliminating unreachable code.
9229 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9230 just do a recursive call if we need to retry.
9231 (vc-rcs-checkout): Handle the case where rcs is missing by making
9232 the buffer read-write if requested and re-signalling the error.
9233
9234 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9235
92362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9237
9238 * vc-hooks.el (vc-handled-backends): Docstring change.
9239 (vc-ignore-vc-files): Mark obsolete.
9240 (vc-registered): Check vc-ignore-vc-files.
9241 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9242 vc-ignore-vc-files.
9243
9244 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9245
92462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9247
9248 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9249 files since ange-ftp already has vc-registered return nil.
9250
9251 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9252 (vc-sccs-workfile-version): Use with-temp-buffer and new
9253 vc-parse-buffer and don't bother setting the property.
9254 (vc-sccs-add-triple): Use with-current-buffer and
9255 find-file-noselect.
9256 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9257
9258 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9259 derives from the old vc-parse-buffer but uses the revision number
9260 rather than the date (much easier to compare robustly).
9261 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9262 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9263 locking-user more directly. Check strict locking and set
9264 checkout-model appropriately.
9265 (vc-rcs-parse-locks): Remove.
9266 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9267 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9268 (vc-rcs-system-release): Use with-current-buffer and
9269 vc-parse-buffer.
9270 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9271
9272 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9273 (vc-simple-command): Docstring fix.
9274 (vc-registered): Align the way the file-handler is called with the
9275 way the function itself works.
9276 (vc-file-owner): Remove.
9277
9278 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9279 extraction of fields and call to file-attributes because of a
9280 temporary bug in rcp.el.
9281 (vc-cvs-fetch-status): Use with-current-buffer.
9282
92832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9284
9285 * vc.el (vc-do-command): Use file-relative-name.
9286 (vc-responsible-backend): Use vc-backend if possible.
9287 (vc-create-snapshot): Improve the `interactive' spec. Add support
9288 for branches and dispatch to backend-specific `create-snapshot'.
9289 (vc-default-create-snapshot): New function, containing the bulk of
9290 the old vc-create-snapshot.
9291 (vc-retrieve-snapshot): Improve the interactive spec.
9292
9293 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9294 (vc-backend-hook-functions): Remove.
9295 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9296 (vc-backend): Reintroduce the test for `file = nil' now that I
9297 know why it was there (and added a comment to better remember).
9298
9299 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9300 code from vc-sccs-hooks.el.
9301 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9302 'vc anymore.
9303 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9304 and file-directory-p instead of file-exists-p.
9305 (vc-sccs-check-headers): Simplify the regexp.
9306
9307 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9308 from vc-rcs-hooks.el. Don't require 'vc anymore.
9309 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9310 file-directory-p instead of file-exists-p.
9311
9312 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9313 from vc-cvs-hooks.el.
9314 (proto vc-cvs-registered): Require 'vc-cvs instead of
9315 'vc-cvs-hooks. Don't require 'vc anymore.
9316 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9317 file-directory-p instead of file-exists-p.
9318 (vc-cvs-create-snapshot): New function, replacing
9319 vc-cvs-assign-name.
9320 (vc-cvs-assign-name): Remove.
9321
93222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9323
9324 * vc-cvs.el (vc-cvs-header): New var.
9325
9326 * vc-rcs.el (vc-rcs-exists): Remove.
9327 (vc-rcs-header): New var.
9328
9329 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9330 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9331 (vc-sccs-header): New var.
9332
9333 * vc.el (vc-do-command): Get rid of the `last' argument.
9334 (vc-header-alist): Remove, replaced by vc-X-header.
9335 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9336 (vc-dired-hook): Use expand-file-name instead of concat.
9337 (vc-directory): Use file-name-as-directory.
9338 (vc-snapshot-precondition, vc-create-snapshot)
9339 (vc-retrieve-snapshot): Allow the command to operate on any
9340 directory.
9341
9342 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9343 just removing the 'WORKFILE argument or by removing the 'MASTER
9344 argument and replacing `file' with (vc-name file).
9345
93462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9347
9348 * vc.el: Update Copyright and add a crude list of backend funs.
9349 (vc-writable-p): New function.
9350 (with-vc-file): Use vc-writable-p.
9351 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9352 (vc-register): Avoid vc-name.
9353 (vc-locking-user): Remove.
9354 (vc-steal-lock): Make the `owner' arg non-optional.
9355 (vc-merge): Use vc-writable-p instead of vc-locking-user and
9356 vc-checkout-model.
9357 (vc-default-dired-state-info): Use vc-state instead of
9358 vc-locking-user and return special strings for special states.
9359 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9360 and get rid of one of the special CVS cases.
9361 (vc-cancel-version): prettify error message with \\[...].
9362 (vc-rename-master): New function.
9363 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
9364 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
9365 the CVS special case generic.
9366 (vc-default-record-rename): Remove.
9367 (vc-file-tree-walk-internal): Only call FUNC for files that are
9368 under control of some VC backend and replace `concat' with
9369 expand-file-name.
9370 (vc-file-tree-walk): Update docstring.
9371 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
9372 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9373
9374 * vc-sccs.el (vc-sccs-rename-file): Renamed from
9375 vc-sccs-record-rename. Use `find-file-noselect' rather than
9376 `find-file' and call `vc-rename-master' to do the actual move.
9377 (vc-sccs-diff): Remove unused `backend' variable.
9378
9379 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9380 to delay loading of vc-sccs until it is really used.
9381 (vc-sccs-master-templates): Preload.
9382 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9383 (vc-sccs-project-dir): Remove (merged into
9384 vc-sccs-search-project-dir).
9385 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9386 rather than `concat', make sure it is preloaded and don't bother
9387 to check that the file actually exists.
9388 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9389 `locks' argument (use buffer's content instead) and eliminate n^2
9390 behavior.
9391
9392 * vc-rcs.el: Update Copyright.
9393 (vc-rcs-rename-file): New function.
9394 (vc-rcs-diff): Remove unused `backend' variable.
9395
9396 * vc-hooks.el: Update Copyright.
9397 (vc-backend): Don't accept a nil argument any more.
9398 (vc-up-to-date-p): Turn into a defsubst.
9399 (vc-possible-master): New function.
9400 (vc-check-master-templates): Use `vc-possible-master' and allow
9401 funs in vc-X-master-templates to return a non-existent file.
9402
9403 * vc-cvs.el: Update Copyright.
9404 (vc-cvs-diff): Remove unused `backend' variable.
9405 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9406
9407 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9408
94092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9410
9411 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9412 since it can be called from vc-rcs.el.
9413 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9414
94152000-09-04 Andre Spiegel <spiegel@gnu.org>
9416
9417 * vc.el (vc-version-diff): Expand file name read from the
9418 minibuffer. Handle the case when a previous version number can't
9419 be guessed. Give suitable messages when there were no differences
9420 found.
9421 (vc-clear-headers): Call backend-specific implementation, if one
9422 exists.
9423 (vc-cancel-version): Made error checks generic. When done, clear
9424 headers generically, too.
9425
9426 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9427 from vc-clear-headers in vc.el.
9428
9429 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9430 correctly.
9431 (vc-rcs-latest-on-branch-p): Made second argument VERSION
9432 optional. Handle the case when it's not there.
9433
94342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9435
9436 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9437
94382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9439
9440 * vc-hooks.el (vc-loadup): Remove.
9441 (vc-find-backend-function): Use `require'. Also, handle the case
9442 where vc-BACKEND-hooks.el doesn't exist.
9443 (vc-call-backend): Cleanup.
9444
94452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9446
9447 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9448 vc-rcs-grab-templates)
9449 (vc-rcs-registered): Remove. The default function works as well.
9450 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9451 vc-sccs-grab-templates)
9452 (vc-sccs-registered): Remove. The default function works as well.
9453
9454 * vc.el (vc-version-diff): Left out a vc- in call to
9455 vc-call-backend.
9456 (vc-default-dired-state-info, vc-default-record-rename)
9457 (vc-default-merge-news): Update for the new backend argument.
9458
9459 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9460 using the default function.
9461 (vc-call-backend): If calling the default function, pass it the
9462 backend as first argument. Update the docstring accordingly.
9463 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9464 for the new backend argument.
9465 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9466 (vc-find-backend-function): Use the new name.
9467 (vc-default-registered): New function.
9468
94692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9470
9471 * vc.el (vc-merge): Use vc-find-backend-function.
9472
9473 * vc-hooks.el (vc-backend-functions): Remove.
9474 (vc-loadup): Don't setup 'vc-functions.
9475 (vc-find-backend-function): New function.
9476 (vc-call-backend): Use above fun and populate 'vc-functions
9477 lazily.
9478 (vc-backend-defines): Remove.
9479
94802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9481
9482 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9483 Call vc-call-backend without the leading vc-.
9484 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9485 (vc-check-headers): Call vc-call-backend without the leading vc-.
9486 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9487 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9488 Call vc-call-backend without the leading vc-.
9489
9490 * vc-cvs.el (tail): Provide vc-cvs.
9491 * vc-sccs.el (tail): Provide vc-sccs.
9492 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9493
9494 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9495 (vc-make-backend-function, vc-call): Pass names without leading
9496 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9497 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9498 (vc-call-backend): Always try to load vc-X-hooks.
9499 (vc-registered): Remove vc- in call to vc-call-backend.
9500
95012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9502
9503 * vc.el (vc-process-filter): New function.
9504 (vc-do-command): Setup `vc-process-filter' for the async process.
9505 (vc-maybe-resolve-conflicts): New function to reduce
9506 code-duplication. Additionally, it puts the buffer in
9507 `smerge-mode' if applicable.
9508 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9509 calling `merge-news'.
9510 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9511 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9512 interfacing to log-edit.el.
9513 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9514 log-edit is available.
9515 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9516
95172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9518
9519 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9520 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9521 defvar and the initialization.
9522 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9523
9524 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9525 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9526
9527 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9528
95292000-09-04 Andre Spiegel <spiegel@gnu.org>
9530
9531 * vc.el (vc-file-clear-masterprops): Removed.
9532 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9533 (vc-version-diff): Use buffer-size without argument.
9534 (vc-register): Heed vc-initial-comment.
9535
9536 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9537 default branch.
9538
9539 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9540 file name and workfile version.
9541 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9542
9543 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9544 vc-file-clear-masterprops.
9545
9546 * vc-sccs.el (vc-sccs-checkout): Removed call to
9547 vc-file-clear-masterprops. If writable, set vc-state to 'edited
9548 rather than user login name.
9549
9550
95512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9552
9553 * vc.el (vc-workfile-unchanged-p): Remove unused argument
9554 `want-differences-if-changed' and simplify.
9555 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9556 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9557 output (which is invalid for async vc-diff) to decide whether to
9558 do the revert silently or not.
9559
95602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9561
9562 * vc-hooks.el (vc-loadup): Load files quietly.
9563 (vc-call-backend): Oops, brain fart.
9564
95652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9566
9567 * vc-cvs.el (vc-cvs-state): Typo.
9568 (vc-cvs-merge-news): Return the status code rather than the error msg.
9569
95702000-09-04 Andre Spiegel <spiegel@gnu.org>
9571
9572 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9573 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9574 vc-state or vc-up-to-date-p.
9575 (vc-merge): Use vc-backend-defines to check whether merging is
9576 possible. Set state to 'edited after successful merge.
9577
9578 * vc-hooks.el (vc-locking-user): If locked by the calling user,
9579 return that name. Redocumented.
9580
95812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9582
9583 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9584 new `vc-state' semantics.
9585 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9586 'vc-locking-user to the current user.
9587 (vc-merge): Inline vc-backend-merge. Comment out code that I
9588 don't understand and hence can't adapt to the new `vc-state' and
9589 `vc-locking-user' semantics.
9590 (vc-backend-merge): Remove.
9591
9592 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9593 rather than 'vc-locking-user.
9594
9595 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9596
9597 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9598 (vc-state): Don't use 'reserved any more. Just use the same
9599 convention as the one used for vc-<backend>-state where the
9600 locking user (as a string) is returned.
9601 (vc-locking-user): Update, based on the above convention. The
9602 'vc-locking-user property has disappeared.
9603 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9604
9605 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9606 with a heuristic one.
9607 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9608 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9609 error. That allows us to get to 'needs-merge even in the
9610 stay-local case. There's still no way to detect 'needs-patch in
9611 such a setup (or to force an update for that matter).
9612 (vc-cvs-logentry-check): Remove, the default works as well.
9613
96142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9615
9616 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9617
9618 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9619 major-mode in which the buffer might have been put earlier. Use
9620 `remove' and `when'. Allow `okstatus' to be `async' and use
9621 `start-process' in this case.
9622 (vc-version-diff): Handle the case where the diff looks empty
9623 because of the use of an async process.
9624
96252000-09-04 Andre Spiegel <spiegel@gnu.org>
9626
9627 * vc.el (vc-next-action-on-file): Removed optional parameter
9628 `simple'. Recompute state unconditionally.
9629 (vc-default-toggle-read-only): Removed.
9630
9631 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9632 (vc-toggle-read-only): Undid prev change.
9633
9634 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9635 vc-cvs-simple-toggle. Redocumented.
9636 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9637 (vc-cvs-toggle-read-only): Removed.
9638
96392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9640
9641 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9642 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9643 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9644 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9645 still is. So maybe it should be removed.
9646 (vc-head-version, vc-find-binary): Remove.
9647 (vc-recompute-state): Move from vc-hooks.el.
9648 (vc-next-action-on-file): Add a `simple' argument to allow
9649 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9650 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9651 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9652 (vc-dired-mode-map): Properly defvar it.
9653 (vc-print-log): Call log-view-mode if available.
9654 (small-temporary-file-directory): defvar instead of use boundp.
9655 (vc-merge-news): Moved to vc-cvs.el.
9656 (vc-default-merge-news): New function.
9657
9658 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9659 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9660 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9661 unknown `vc-latest-version' function. It should probably refer to
9662 vc-workfile-version or somesuch, but it's very unclear to me and I
9663 don't have SCCS to test things.
9664
9665 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9666 (vc-sccs-state-heuristic): Fix typo.
9667 (vc-sccs-workfile-unchanged-p): Add missing argument.
9668
9669 * vc-rcs.el: Require vc and vc-rcs-hooks.
9670 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9671 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9672 (vc-release-greater-or-equal-p): Move from vc.
9673 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9674 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9675 (vc-rcs-checkout): Add a missing `new-version' argument in the
9676 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9677
9678 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9679 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9680 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9681 than the apparently unbound `workfile-version'.
9682
9683 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9684 (vc-file-prop-obarray): Use `make-vector'.
9685 (vc-backend-functions): Add new hookable functions
9686 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9687 (vc-loadup): If neither backend nor default functions exist, use
9688 the backend function rather than nil.
9689 (vc-call-backend): If the function if not bound yet, try to load
9690 the non-hook file to see if it provides it.
9691 (vc-call): New macro plus use it wherever possible.
9692 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9693 nor `vc-find-binary' since it's only called from
9694 vc-mistrust-permission which is only used once the backend is known.
9695 (vc-checkout-model): Fix parenthesis.
9696 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9697
9698 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9699 (vc-cvs-release, vc-cvs-system-release): Remove.
9700 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9701 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9702 status symbols.
9703 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9704 (vc-cvs-toggle-read-only): First cut at a function to allow a
9705 cvs-status-free vc-toggle-read-only.
9706 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9707 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9708 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9709 (vc-cvs-checkout): Modify access rights directly if the user
9710 requested not to use `cvs edit'. And refresh the mode line.
9711
9712 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9713 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9714
97152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9716
9717 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9718 workfile' that got lost when the code was extracted from vc.el.
9719 And merged the tail with the rest of the code (not possible in the
9720 old vc.el where the tail was shared among all backends). And
9721 explicitly set the state to 'edited if `writable' is set.
9722
9723 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9724 (vc-cvs-state): Be careful to return the value from
9725 vc-cvs-parse-state.
9726 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9727 property but return it instead. Also be careful to handle a nil
9728 or "" `rev' when workfile is non-nil (it was handled properly when
9729 workfile was nil).
9730
9731 * vc.el: Removed those pesky unnecessary `(function' quotes.
9732 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9733 directly in the defvar.
9734 (vc-do-command): Bind inhibit-read-only so as to properly handle
9735 the case where the destination buffer has been made read-only.
9736 (vc-diff): Delegate to vc-version-diff in all cases.
9737 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9738 (vc-annotate-mode-variables): Removed (code moved partly to
9739 defvars and partly to vc-annotate-add-menu).
9740 (vc-annotate-mode): Turned into a derived-mode.
9741 (vc-annotate-add-menu): Moved in code in
9742 vc-annotate-mode-variables.
9743 (vc-update-change-log): Use make-temp-file if available.
9744
97452000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9746
9747 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9748 `vc-checkout-model' updated to `vc-cvs-update-model'.
9749
97502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9751
9752 * vc.el (vc-next-action-on-file): Added handling of state
9753 `unlocked-changes'.
9754 (vc-checkout-carefully): Is now practically obsolete, unless the
9755 above is too slow to be enabled unconditionally.
9756 (vc-update-change-log): Fixed typo.
9757
9758 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9759
9760 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9761 Now handles state `unlocked-changes'.
9762 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9763
9764 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9765
9766 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9767 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9768 `unlocked-changes'.
9769 (vc-rcs-workfile-unchanged-p): Renamed from
9770 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9771 function yet, but supposed to become one soon.
9772
9773 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9774 `vc-steal-lock'.
9775 (vc-call-backend): Changed error message.
9776 (vc-state): Added description of state `unlocked-changes'.
9777
97782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9779
9780 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9781 always return t in CVS-controlled directories.
9782
9783 * vc.el (vc-responsible-backend): New function.
9784 (vc-register): Largely rewritten.
9785 (vc-admin): Removed (implementation moved into vc-register).
9786 (vc-checkin): Redocumented.
9787 (vc-finish-logentry): If no backend defined yet (because we are in
9788 the process of registering), use the responsible backend.
9789
9790 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9791 Updated function lists.
9792 (vc-call-backend): Fixed typo.
9793
9794 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9795 New functions.
9796 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9797 Removed query option. Redocumented.
9798
97992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9800
9801 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9802
9803 * vc.el: Updated callers of `vc-checkout-required' to use
9804 `vc-checkout-model'.
9805
98062000-09-04 Martin Lorentzson <martinl@gnu.org>
9807
9808 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
9809 stuff updated to reference this function instead of the old
9810 `vc-backend-release-p'.
9811
98122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9813
9814 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9815 vc-checkout-model. Return appropriate values. Updated callers.
9816
98172000-09-04 Martin Lorentzson <martinl@gnu.org>
9818
9819 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9820 (vc-backend-revert): Function moved into `vc-revert';
9821 `vc-next-action' must be updated to accomodate this change.
9822 (vc-backend-steal): Function moved into `vc-finish-steal'.
9823 (vc-backend-logentry-check): Function moved into
9824 `vc-finish-logentry'.
9825 (vc-backend-printlog): Function moved into `vc-print-log'.
9826 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9827 (vc-backend-assign-name): Function moved into
9828 `vc-create-snapshot'.
9829
98302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9831
9832 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9833 Rename to vc-checkout-model. Return appropriate values.
9834 Update callers.
9835
9836 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9837 to vc-checkout-model.
9838 (vc-checkout-required): Rename to vc-checkout-model.
9839 Re-implement and re-comment.
9840 (vc-after-save): Use vc-checkout-model.
9841
98422000-09-04 Martin Lorentzson <martinl@gnu.org>
9843
9844 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9845 Update to use the vc-BACKEND-diff functions instead.
9846 `vc-diff' is now working.
9847
9848 * vc-rcs.el (vc-rcs-logentry-check): New function.
9849
9850 * vc-cvs.el (vc-cvs-logentry-check): New function.
9851
9852 * vc-sccs.el (vc-sccs-diff): Function changed name from
9853 `vc-backend-diff'. This makes `vc-diff' work.
9854
9855 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9856 of functions possibly implemented in a vc-BACKEND library.
9857 (vc-checkout-required): Fix bug that caused an error to be
9858 signaled during `vc-after-save'.
9859
9860 * vc.el: Fix typo.
9861 This checkin is made with our new VC code base for the very first time.
9862 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9863
9864 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9865 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9866
9867 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9868 updated to `vc-uses-locking'.
9869 (vc-checkout-required): Call to backend function.
9870 `vc-checkout-required' updated to `vc-uses-locking' instead.
9871
9872 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9873 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9874
9875 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9876 to match the split into various backends.
9877 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
9878 (vc-retrieve-snapshot): Bug fix.
9879
98802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9881
9882 * vc-sccs.el (vc-sccs-release): Doc fix.
9883
98842000-09-04 Martin Lorentzson <martinl@gnu.org>
9885
9886 * vc.el (vc-next-action-on-file): Bug found and fixed.
9887 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9888 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9889
9890 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9891 (vc-rcs-checkout): Name space cleaned up. No more revision number
9892 crunching function names that are not prefixed with vc-rcs.
9893 (vc-rcs-checkout-model): Function added. References to
9894 `vc-checkout-model' replaced.
9895
98962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9897
9898 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9899 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
9900 still need to be split, and implemented for RCS).
9901
99022000-09-04 Martin Lorentzson <martinl@gnu.org>
9903
9904 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9905
9906 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9907 required by the vc.el file.
9908
9909 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9910 required by the vc.el file.
9911 (vc-rcs-exists): Function added.
9912
9913 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9914 required by the vc.el file.
9915
9916 * vc.el (vc-admin): Updated to handle selection of appropriate
9917 backend. Current implementation is crufty and need re-thinking.
9918
9919 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9920
99212000-09-04 Martin Lorentzson <martinl@gnu.org>
9922
9923 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9924 beginning of annotate buffers correctly.
9925
9926 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9927 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9928 functionality updated quite a lot to support multiple backends.
9929 Variables `vc-annotate-mode', `vc-annotate-buffers',
9930 `vc-annotate-backend' added.
9931
9932 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9933 `vc-annotate-difference' added to supported backend functions.
9934
99352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9936
9937 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9938 Use with-temp-file instead of /bin/sh. Merged from mainline
9939
99402000-09-04 Martin Lorentzson <martinl@gnu.org>
9941
9942 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9943
9944 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9945
9946 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9947
99482000-09-04 Martin Lorentzson <martinl@gnu.org>
9949
9950 * vc-hooks.el: vc-state-heuristic added to
9951 vc-backend-hook-functions.
9952
9953 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9954
9955 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9956
9957 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9958 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9959 state to `reserved'.
9960
9961 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9962 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9963
99642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9965
9966 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9967 untouched.
9968
9969 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9970
9971 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9972 if defined. (Merged from main line, slightly adapted.)
9973
9974 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9975 millenium problem (merged from mainline).
9976
99772000-09-04 Martin Lorentzson <martinl@gnu.org>
9978
9979 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9980 part and moved the non-BACKEND stuff to vc.el.
9981
9982 * vc.el: Split the annotate feature into a BACKEND specific part
9983 and moved it from the vc-cvs.el file to this one.
9984
99852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9986
9987 * vc-hooks.el: Implement new state model.
9988 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9989 (vc-locking-user): Simplify. Now only needed if the file is
9990 locked by somebody else.
9991 (vc-lock-from-permissions): Remove. Functionality is in
9992 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9993 (vc-mode-line-string): New name for former vc-status. Adapted.
9994 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9995
9996 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9997 Various simplifications and adaptations all over the place.
9998
9999 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10000 Simplify and adapt the rest.
10001
10002 * vc.el (vc-resynch-window): Add TODO comment: check for
10003 interaction with view mode according to recent RCS change.
10004 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10005
100062000-09-04 Martin Lorentzson <martinl@gnu.org>
10007
10008 * vc.el: Convert the remaining function comments to docstrings.
10009
100102000-09-04 Martin Lorentzson <martinl@gnu.org>
10011
10012 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10013 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10014 (vc-minor-part, vc-previous-version): Functions that operate and
10015 compare revision numbers got proper documentation. Comments added
10016 about their possible removal.
10017
100182000-09-04 Martin Lorentzson <martinl@gnu.org>
10019
10020 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10021 the vc-backend.el files.
10022
10023 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10024
10025 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10026 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10027 (vc-rcs-previous-version): Functions added.
10028
10029 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10030
10031 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10032
100332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10034
10035 * vc-hooks.el (vc-master-templates): Is really obsolete.
10036 Comment out the definition for now. What is the right procedure
10037 to get rid of it?
10038 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10039 rewritten.
10040 (vc-default-registered): Remove.
10041 (vc-check-master-templates): New function; does mostly what the
10042 above did before.
10043 (vc-locking-user): Don't rely on the backend to set the property.
10044
10045 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10046 Rewrite documentation.
10047 (vc-rcs-templates-grabbed): New variable.
10048 (vc-rcs-grab-templates): New function.
10049 (vc-rcs-registered): Rewrite to use above mechanism.
10050
10051 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10052 Rewrite documentation.
10053 (vc-sccs-templates-grabbed): New variable.
10054 (vc-sccs-grab-templates): New function.
10055 (vc-sccs-registered): Rewrite to use above mechanism.
10056 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10057 Don't throw the result, simply return it.
10058
10059 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10060 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10061 (vc-cvs-registered): Does the check itself now. Simplify.
10062
10063 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10064 from main line.
10065
100662000-09-04 Martin Lorentzson <martinl@gnu.org>
10067
10068 * vc-cvs.el (vc-cvs-diff): New function.
10069
10070 * vc-sccs.el (vc-sccs-diff): New function.
10071
10072 * vc-rcs.el (vc-rcs-diff): New function.
10073 (vc-rcs-checkout): Bug (typo) found and fixed.
10074 (vc-rcs-register-switches): New variable.
10075
10076 * vc.el (vc-backend-diff): Function removed and placed in the
10077 backend files.
10078
100792000-09-04 Martin Lorentzson <martinl@gnu.org>
10080
10081 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10082
10083 * vc.el (vc-backend-checkout): Function removed and replaced in
10084 the vc-backend.el files.
10085
10086 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10087
10088 * vc.el (vc-backend-admin): Removed and replaced in the
10089 vc-backend.el files.
10090
10091 * vc.el (Martin): Removed all the annotate functionality since it
10092 is CVS backend specific.
10093
100942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10095
10096 * spec.txt: Added specification of vc-state.
10097
10098 * vc-sccs-hooks.el (vc-sccs-master-properties):
10099 Remove handling of vc-latest-version and
10100 vc-your-latest-version. What used to be vc-latest-version, is now
10101 returned as vc-workfile-version.
10102 (vc-sccs-workfile-version): Adapt.
10103
101042000-09-04 Dave Love <fx@gnu.org>
10105
10106 * vc.el: [Merged from mainline.]
10107 (vc-dired-mode): Make the dired-move-to-filename-regexp
10108 regexp match the date, to avoid treating date as file size.
10109 Add YYYY S option to WESTERN/
10110
101112000-09-04 Dave Love <fx@gnu.org>
10112
10113 * vc.el: Require `compile' when compiling.
10114 (vc-logentry-check-hook): New option.
10115 (vc-steal-lock): Use compose-mail.
10116 (vc-dired-mode-map): Defvar when compiling.
10117 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10118 vc-sccs.el and renamed. Callers changed.
10119 (vc-backend-checkout, vc-backend-logentry-check)
10120 (vc-backend-merge-news): Doc fix.
10121 (vc-default-logentry-check): New function.
10122 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10123 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10124 (vc-backend-merge): Doc fix. Use backend functions.
10125 (vc-check-headers): Use backend functions.
10126
10127 * vc-cvs.el: Require vc when compiling.
10128 (vc-cvs-register-switches): Doc fix.
10129 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10130 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10131 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10132 New functions (code from vc.el).
10133 (vc-annotate-display-default): Fix interactive spec.
10134 (vc-annotate-time-span): Doc fix.
10135
10136 * vc-rcs.el: Require vc when compiling.
10137 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10138 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10139 (vc-rcs-checkin): New functions (code from vc.el).
10140 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10141 Doc fix.
10142 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10143
10144 * vc-sccs.el: Require vc when compiling.
10145 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10146 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10147 (vc-sccs-revert)
10148 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10149 from vc.el).
10150 (vc-sccs-add-triple, vc-sccs-record-rename)
10151 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10152 (vc-sccs-admin): Doc fix.
10153
101542000-09-04 Martin Lorentzson <martinl@gnu.org>
10155
10156 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10157 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10158 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10159 from vc.el.
10160
10161 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10162
10163 * vc-cvs.el: Moved the annotate functionality from vc.el.
10164 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10165
101662000-09-04 Dave Love <fx@gnu.org>
10167
10168 * vc.el (vc-backend-release): Call vc-system-release.
10169
10170 * vc-sccs.el (vc-sccs-system-release):
10171 Renamed from vc-sccs-backend-release.
10172
10173 * vc-rcs.el (vc-rcs-system-release):
10174 Renamed from vc-rcs-backend-release.
10175
10176 * vc-cvs.el (vc-cvs-system-release):
10177 Renamed from vc-cvs-backend-release.
10178
101792000-09-04 Dave Love <fx@gnu.org>
10180
10181 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10182 backend files.
10183 (vc-backend-release): Dispatch to backend functions.
10184 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10185 probably needs attention.]
10186
10187 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10188 (vc-sccs-backend-release): New function.
10189
10190 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10191 (vc-cvs-backend-release): New function.
10192
10193 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10194 Doc fix.
10195 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10196 (vc-default-dired-state-info): New function.
10197 (vc-dired-state-info): Dispatch to backends.
10198 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10199
10200 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10201 from vc.el and renamed.
10202
102032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10204
10205 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10206 (vc-version-other-window, vc-backend-assign-name): Removed
10207 references to vc-latest-version; sometimes changed into
10208 vc-workfile-version.
10209
10210 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10211 vc-rcs-master-workfile-version.
10212 (vc-rcs-workfile-version): Use the above. Don't call
10213 vc-latest-version (that was unreachable code, anyway).
10214 (vc-rcs-fetch-master-properties): Doc fix.
10215
10216 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10217 (vc-backend-hook-functions): Removed them from this list, too.
10218 (vc-fetch-properties): Removed.
10219 (vc-workfile-version): Doc fix.
10220
10221 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10222 (vc-rcs-workfile-version, vc-rcs-locking-user)
10223 (vc-rcs-uses-locking): Use it.
10224
10225 * vc-hooks.el (vc-consult-rcs-headers):
10226 Moved into vc-rcs-hooks.el, under the name
10227 vc-rcs-consult-headers.
10228
10229 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10230 headers.
10231 (vc-cvs-find-master): Use this name only; correct different
10232 versions of the name.
10233
10234 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10235 New functions.
10236 (vc-sccs-locking-user): Use the latter.
10237
10238 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10239 New functions.
10240
10241 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10242 Moved into both
10243 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10244 functions are implementation details of those two backends.
10245
102462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10247
10248 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10249 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10250
10251 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10252 (vc-sccs-parse-locks): SCCS-specific code moved here from
10253 vc-hooks.
10254
10255 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10256 code moved here from vc-hooks.
10257
10258 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10259 into back-end specific parts and removed. Callers not updated
10260 yet; because I guess these callers will disappear into back-end
10261 specific files anyway.
10262
102632000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10264
10265 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10266 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10267 `vc-uses-locking'.
10268
10269 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10270 Store yes/no in the property, and return t/nil. Updated all
10271 callers.
10272
10273 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10274 vc-sccs-uses-locking. Don't set property.
10275 (vc-sccs-locking-user): Don't set property.
10276
10277 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10278 vc-cvs-uses-locking. Don't set property here; leave that to
10279 vc-hooks.
10280 (vc-cvs-locking-user): Reflect above change. Streamlined.
10281
10282 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10283 vc-rcs-uses-locking.
10284 (vc-rcs-locking-user): Reflect above change.
10285
102862000-09-04 Dave Love <fx@gnu.org>
10287
10288 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10289
10290 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10291
10292 * vc-hooks.el (vc-checkout-model): Punt to backends.
10293
10294 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10295
10296 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10297
10298 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10299 New functions.
10300
10301 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10302 New functions.
10303
10304 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10305 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10306
10307 * vc-hooks.el (vc-default-locking-user): New function.
10308 (vc-locking-user, vc-workfile-version): Punt to backends.
10309
103102000-09-04 Dave Love <fx@gnu.org>
10311
10312 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10313 (vc-master-workfile-version): Moved from vc-hooks.
10314
10315 * vc-rcs-hooks.el: Fix duplicate code in last change.
10316
10317 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10318 (vc-rcs-master-templates): Improve :type.
10319 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10320 vc-master-workfile-version): Moved from vc-hooks.
10321
10322 * vc-sccs-hooks.el: Require vc-hooks when compiling.
10323 (vc-sccs-master-templates): Improve :type.
10324 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10325
10326 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10327
10328 * vc-cvs-hooks.el: Require vc-hooks when compiling.
10329 (vc-cvs-master-templates): Improve :type. Use
10330 vc-cvs-find-cvs-master.
10331 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10332 from vc-hooks.
10333 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10334
10335 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10336 Moved to vc-cvs-hooks.
10337
10338 * vc-hooks.el: Add doc strings in various places. Simplify the
10339 minor mode setup.
10340 (vc-handled-backends): New user variable.
10341 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10342 simplification.
10343
103442000-09-04 Dave Love <fx@gnu.org>
10345
10346 * vc.el: Some doc fixes for autoloaded and interactive functions.
10347 Fix compilation warnings from ediff stuff.
10348 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10349
10350 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10351
10352 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10353
10354 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10355
103562000-09-04 Dave Love <fx@gnu.org>
10357
10358 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10359 New variable.
10360 (vc-make-backend-function, vc-loadup, vc-call-backend)
10361 (vc-backend-defines): New functions.
10362
10363 * vc-hooks.el: Various doc fixes.
10364 (vc-default-back-end, vc-follow-symlinks): Custom fix.
10365 (vc-match-substring): Function removed. Callers changed to use
10366 match-string.
10367 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
10368 Simplify.
10369
103702000-09-04 Dave Love <fx@gnu.org>
10371
10372 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10373 type.
10374 (vc-sccs-project-dir, vc-search-sccs-project-dir)
10375 (vc-sccs-registered): Doc fix.
10376
10377 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10378 (vc-cvs-registered): Doc fix.
10379
10380 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10381 (vc-rcs-registered): Doc fix.
10382
103832000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10384
10385 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10386
10387 * vc-hooks.el: vc-registered has been renamed
10388 vc-default-registered. Some functions have been moved to the
10389 backend specific files. they all support the
10390 vc-BACKEND-registered functions.
10391
103922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10393
10394 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10395
10396 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10397
103982000-09-04 Dave Love <fx@gnu.org>
10399
10400 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10401 menu-bar-update-hook.
10402
10403 * help.el (help-manyarg-func-alist): Add
10404 find-operation-coding-system.
10405
10406 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10407
10408 * custom.el (custom-set-variables): Print message about errors in
10409 setting.
10410
104112000-09-03 Andrew Innes <andrewi@gnu.org>
10412
10413 * makefile.w32-in: Change to DOS line endings.
10414
104152000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10416
10417 * mouse.el (mouse-popup-menubar): Supply the prompt string for
10418 minor-mode keymaps, if they don't have one.
10419
104202000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10421
10422 * eshell/esh-module.el (eval-when-compile): Don't lose if
10423 esh-module.el's file name is truncated to DOS 8+3 limits.
10424
104252000-09-01 John Wiegley <johnw@gnu.org>
10426
10427 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10428 predicate, which caused entries in the completion list to be
10429 doubled.
10430
104312000-08-30 John Wiegley <johnw@gnu.org>
10432
10433 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10434 sending to subprocesses. Also, hook pre-command-hook if
10435 `eshell-send-direct-to-subprocesses' is non-nil.
10436 (eshell-send-direct-to-subprocesses): New config variable. If t,
10437 subprocess input is send immediately.
10438 (eshell-toggle-direct-send): New function.
10439 (eshell-self-insert-command): New function.
10440 (eshell-intercept-commands): New function.
10441 (eshell-send-input): If direct subprocess sending is enabled,
10442 don't echo any input to the Eshell buffer. Let the subprocess
10443 handle that. This requires "stty echo" in bash, for example.
10444
104452000-08-28 John Wiegley <johnw@gnu.org>
10446
10447 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10448 completion function for Eshell's implementation of `unset'.
10449
104502000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10451
10452 * info.el (Info-directory-list): Doc fix.
10453
104542000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10455
10456 * filecache.el (file-cache-add-directory-using-find): Don't quote
10457 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10458
104592000-08-31 Kenichi Handa <handa@etl.go.jp>
10460
10461 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10462 coding systems.
10463
104642000-08-30 Andrew Innes <andrewi@gnu.org>
10465
10466 * timer.el (run-with-idle-timer): Undo last change, so that timer
10467 is not activated immediately if Emacs is already idle. Some
10468 existing code relies on this behaviour.
10469
104702000-08-30 Miles Bader <miles@gnu.org>
10471
10472 * frame.el (set-frame-font): Do completion of font-name for
10473 interactive use.
10474
104752000-08-30 Kenichi Handa <handa@etl.go.jp>
10476
10477 * international/quail.el (quail-start-translation): Bind locally
10478 last-command-event, last-command, and this-command.
10479 (quail-start-conversion): Likewise.
10480 (quail-self-insert-command): Fix docstring.
10481
104822000-08-29 Gerd Moellmann <gerd@gnu.org>
10483
10484 * progmodes/executable.el
10485 (executable-make-buffer-file-executable-if-script-p): Check that
10486 buffer contains at least 2 characters.
10487
104882000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10489
10490 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10491
104922000-08-29 Dave Love <fx@gnu.org>
10493
10494 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10495 (diff-mode-shared-map): Bind mouse-2.
10496 (diff-imenu-generic-expression): New variable.
10497 (diff-mode): Use it.
10498
10499 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10500 (mouse-popup-menubar): Add minor mode menus.
10501 (popup-menu): Check for lookup-key returning number.
10502
105032000-08-29 Miles Bader <miles@gnu.org>
10504
10505 * comint.el (comint-send-input): Create overlays using the proper
10506 front/read-advance arguments.
10507
105082000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10509
10510 * ps-print.el: Even/odd pages printing. Doc fix.
10511 (ps-print-version): New version number (6.0).
10512 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10513 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10514 (ps-print-duplex-feature): Variable eliminated.
10515 (ps-even-or-odd-pages): New variable.
10516
10517 * progmodes/ebnf2ps.el: Doc fix.
10518 (ebnf-version): New version (3.3).
10519 (ebnf-user-arrow): Change variable customization to sexp.
10520 (ebnf-user-arrow): Function eliminated.
10521 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10522
105232000-08-29 Kenichi Handa <handa@etl.go.jp>
10524
10525 * help.el (help-xref-mule-regexp): New variable.
10526 (help-make-xrefs): Handle help-xref-mule-regexp.
10527
10528 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10529 variable.
10530 (describe-input-method): Temporarily activate the specfied input
10531 method to display the information.
10532 (describe-language-environment): Hyperlinks to mule related items.
10533
10534 * international/mule-diag.el (charset-multibyte-form-string): New
10535 function.
10536 (list-character-sets-1): Use charset-multibyte-form-string.
10537 (describe-character-set): New function.
10538 (describe-coding-system): Hyperlinks to safe character sets.
10539
10540 * international/quail.el (quail-help): New arg PACKAGE.
10541 Hyperlinks to mule related items.
10542 (quail-help-insert-keymap-description): Use
10543 substitute-command-keys instead of describe-bindings.
10544 (quail-translation-help): Hyperlinks to mule related items.
10545
105462000-08-28 John Wiegley <johnw@gnu.org>
10547
10548 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10549 have a defsubst call itself. Made `eshell-flatten-list' back into
10550 a function again.
10551
10552 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10553 catch, in case re-centering point at bottom messes up the display.
10554 This happens frequently in Emacs 21, due I believe to variable
10555 line heights.
10556
10557 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10558 to call `find-tag-interactive'.
10559
10560 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10561 the list of remember directories.
10562
105632000-08-28 John Wiegley <johnw@gnu.org>
10564
10565 * align.el: Test align-region-separate to see if it's a symbol.
10566
105672000-08-28 John Wiegley <johnw@gnu.org>
10568
10569 * eshell/esh-util.el (eshell-flatten-list): Made this function
10570 into a defsubst form. It gets used very frequently, although
10571 calls don't occur all that often.
10572
10573 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10574 examining it.
10575
10576 * eshell/esh-cmd.el (eshell-rewrite-while-command):
10577 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10578 `eshell-protect'.
10579 (eshell-copy-handles): Created a new macro for duplicating the
10580 current set of open handles. This is needed by the looping
10581 functions.
10582 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10583 is not incorrectly stomped on.
10584
10585 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10586 declaration for pcomplete-use-paring.
10587 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10588 value of eshell-cmpl-use-paring.
10589 * pcomplete.el (pcomplete-use-paring): New config variable, to
10590 indicate whether paring should be used.
10591 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10592 completion alternatives that have already been used.
10593
10594 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10595 bound to C-c C-y, which will repeat the previous N arguments
10596 (based on prefix argument).
10597 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10598
10599 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10600 if there is no *Help* buffer. This is for XEmacs, which renames
10601 its help buffers uniquely. TODO: Find out what the current buffer
10602 name to delete is.
10603
10604 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10605 first entry that correlates to a passwd/group number. Later
10606 entries (used for group/user name aliasing to multiple IDs) are
10607 ignored.
10608
10609 * eshell/em-xtra.el (eshell/expr):
10610 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10611 (eshell-grep, eshell/diff, eshell/locate):
10612 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10613 argument list, before passing it to the system command.
10614
10615 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10616 `find-tag' for use at final position in Eshell buffers (which
10617 otherwise triggers an error on Emacs 21).
10618 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10619 buffer, if it is currently bound to `find-tag'.
10620
10621 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10622 in the list of matched Makefile names.
10623 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10624 directory, prefer its contents to Makefile.
10625
10626 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10627 directory parts (like "cd old new", or "cd =regexp"), are now case
10628 sensitive on non-Windows/DOS platforms.
10629
10630 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10631 types RET after an open delimiter (like "), display a message
10632 indicating that Eshell is waiting for the closing delimiter.
10633
10634 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10635 environment variables.
10636
10637 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10638 gracefully if the user enters incorrect arguments.
10639
10640 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10641 Eshell buffers.
10642
10643 * eshell/esh-var.el (eshell-interpolate-variable):
10644 * eshell/esh-mode.el (eshell-move-argument):
10645 * eshell/em-unix.el (eshell-du-sum-directory):
10646 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10647 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10648 (not (= ...)).
10649
10650 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10651 to ensure the `preserve' flag gets propagated when doing recursive
10652 directory copies.
10653
106542000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10655
10656 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10657 Don't convert \n into \0177 in memory.
10658 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10659 and back again, when reading and writing.
10660
106612000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10662
10663 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10664 testing of `fboundp' on `processp'.
10665
10666 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10667 (eshell/jobs): Don't call process-list if it is not bound.
10668 (eshell-gather-process-output): Support systems where async
10669 subprocesses aren't supported.
10670 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10671 variables.
10672
10673 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10674 eshell-do-eval returns t.
10675 (eshell-do-pipelines-synchronously): New defmacro.
10676 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10677 when async subprocesses aren't supported.
10678 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10679 if async subprocesses aren't supported.
10680 (eshell-resume-command): Don't assume STATUS is a string.
10681
10682 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10683
10684 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10685 (eshell-close-target, eshell-get-target): Use eshell-processp.
10686 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10687 fix.
10688 (eshell-get-target, eshell-create-handles): Doc fix.
10689
106902000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10691
10692 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10693 criterion to include commands that output something, as long as it
10694 leaves both the command and the end-of-buffer visible when the
10695 command has exited.
10696 (eshell-review-quick-commands): Adjust the help doc string
10697 accordingly.
10698
106992000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10700
10701 * locate.el (locate): Cleaned up locate command's interactive prompting
10702 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10703
10704 * filecache.el (file-cache-case-fold-search): New variable
10705 (file-cache-assoc-function): New variable
10706 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10707 Use file-cache-case-fold-search variable
10708 (file-cache-add-file): Use file-cache-assoc-function
10709 (file-cache-delete-file): likewise
10710 (file-cache-directory-name): likewise
10711 (file-cache-debug-read-from-minibuffer): likewise
10712
107132000-08-28 Gerd Moellmann <gerd@gnu.org>
10714
10715 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10716 (abbrev-table-name): New function.
10717 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10718 If non-nil list local abbrev, only.
10719
107202000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10721
10722 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10723 from Gnus support code, and use special article copy buffer
10724 `(gnus-original-article-buffer)' instead. This allows to get rid
10725 of article-hide-headers usage (which breaks in the latest Gnus
10726 version). Thanks to Detlev Zundel.
10727
107282000-08-28 Kenichi Handa <handa@etl.go.jp>
10729
10730 * international/quail.el (quail-use-package): Hide "... loaded"
10731 message.
10732 (quail-start-translation, quail-start-conversion): Likewise.
10733
10734 * international/kkc.el (kkc-region): Hide "... loaded" message.
10735
107362000-08-27 Dave Love <fx@gnu.org>
10737
10738 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10739
107402000-08-27 Miles Bader <miles@gnu.org>
10741
10742 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10743
107442000-08-27 Kenichi Handa <handa@etl.go.jp>
10745
10746 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10747 'ja-dic-cnv), not (require 'skkdic-cnv).
10748
107492000-08-26 Miles Bader <miles@gnu.org>
10750
10751 * faces.el (face-x-resources): Add entry for :inherit.
10752 * cus-face.el (custom-face-attributes): Add support for :inherit
10753 attribute. Add support for relative face heights.
10754 (custom-face-attributes-get): Treat `nil' as being a default value
10755 for :inherit (as well as `unspecified').
10756
10757 * faces.el (set-face-attribute): Update doc string.
10758 (face-attribute-name-alist): Add :inherit.
10759 (face-valid-attribute-values): Handle :inherit.
10760 (face-read-string): Rephrase prompt to be less confusing.
10761 Assume that DEFAULT is a string, since we must return a string.
10762 (face-read-integer): Use `format' to turn DEFAULT into an
10763 acceptable default for face-read-string. Match NEW-VALUE against
10764 the string "unspecified", not the symbol `unspecified', since
10765 that's what face-read-string returns.
10766 (read-face-attribute): Lookup a name for old-value in valid, and
10767 use it as a default if we find one. Treat all values from
10768 face-read-string as strings. If the default is used, don't do any
10769 more processing on the value, just use the old value directly.
10770 (read-face-and-attribute, modify-face): Tweak prompt.
10771 (read-face-name): Don't assume prompt ends with a space.
10772
10773 * faces.el (describe-face): Add support for :inherit attribute.
10774
107752000-08-25 Kenichi Handa <handa@etl.go.jp>
10776
10777 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10778 concat doesn't accept interger.
10779
10780 * international/kkc.el: Remove SKK from Keywords. Require
10781 ja-dic-utl instead of skkdic-utl.
10782
10783 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10784 Provide ja-dic-cnv instead of skkdic-cnv.
10785 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10786 (iso-2022-7bit-short): Add safe-charsets property.
10787 (skkdic-convert-postfix): Search Japanese chou-on character in
10788 addition to Hiragana character.
10789 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10790 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10791 (batch-skkdic-convert): Likewise.
10792
10793 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10794 Provide ja-dic-utl instead of skkdic-utl.
10795 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10796
107972000-08-24 Dave Love <fx@gnu.org>
10798
10799 * disp-table.el (standard-display-default): Make the test of `l'
10800 useful.
10801
10802 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10803 mod sample text.
10804
10805 * international/iso-ascii.el: Make pilcrow convenient string
10806 consistent with section.
10807 (iso-ascii-display): Set up multibyte characters as well as
10808 unibyte.
10809
108102000-08-24 Kenichi Handa <handa@etl.go.jp>
10811
10812 * international/mule-cmds.el (reset-language-environment): Set
10813 default-process-coding-system to '(undecided . iso-latin-1), which
10814 makes process I/O almost consistent with file I/O. Call this
10815 function when mule-cmds.el[c] is loaded.
10816
108172000-08-22 Andrew Innes <andrewi@gnu.org>
10818
10819 * makefile.w32-in: New file.
10820
108212000-08-22 Miles Bader <miles@lsi.nec.co.jp>
10822
10823 * comint.el (comint-output-filter): Compare end of
10824 comint-last-output-overlay with the start of the newly inserted
10825 text, not the end, when deciding whether to extend it.
10826 Set saved-point's insertion type to advance after insertion.
10827
10828 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10829 since this is now done independently of font-lock mode.
10830
108312000-08-21 Gerd Moellmann <gerd@gnu.org>
10832
10833 * server.el (server-kill-new-buffers): New user option.
10834 (server-existing-buffer): New buffer-local variable.
10835 (server-visit-files): When using an existing buffer, set
10836 server-existing-buffer to t.
10837 (server-buffer-done): If server-kill-new-buffers is t, kill the
10838 buffer, unless it was already present before visiting it with
10839 Emacs server.
10840
108412000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
10842
10843 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10844 even if the display doesn't support colors: some displays will
10845 support bold/underline faces.
10846
108472000-08-21 Gerd Moellmann <gerd@gnu.org>
10848
10849 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10850
10851 * startup.el (command-line): If user's init file had an error,
10852 add explanatory text to *Messages*.
10853
108542000-08-21 Kenichi Handa <handa@etl.go.jp>
10855
10856 * man.el (Man-getpage-in-background): Decode the process output by
10857 the system locale coding system.
10858
108592000-08-20 Dave Love <fx@gnu.org>
10860
10861 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10862 Don't test x-popup-menu.
10863 (function) <complete-function>: Complete only fbound symbols.
10864 <validate, value>: New.
10865 (variable) <complete-function>: Complete only bound symbols.
10866 (coding-system): Add :base-only, :complete-function, :validate,
10867 :value, :prompt-match.
10868 (widget-coding-system-prompt-value): Use read-coding-system and
10869 act on :base-only.
10870 (editable-field): Add :help-echo.
10871 (widget-push-button-gui, widget-push-button-cache)
10872 (widget-gui-action, widget-editable-list-gui): COmment out, along
10873 with uses.
10874 (widget-at): Make arg optional.
10875 (widget-echo-help): Adjust for current help-echo calling sequence.
10876 (widget-specify-field, widget-specify-button)
10877 (widget-specify-insert, widget-get-sibling, widget-image-find)
10878 (widget-convert, widget-insert, widget-leave-text)
10879 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10880 (widget-setup, widget-field-find, widget-before-change)
10881 (widget-after-change, widget-default-complete)
10882 (widget-default-create, widget-default-delete)
10883 (widget-push-button-value-create, editable-field)
10884 (widget-field-prompt-value, widget-field-validate)
10885 (widget-choice-value-create, widget-choice-action)
10886 (widget-choice-validate, widget-checklist-add-item)
10887 (widget-radio-add-item, widget-radio-chosen)
10888 (widget-radio-value-inline, widget-editable-list-value-create)
10889 (widget-editable-list-entry-create)
10890 (widget-documentation-link-add)
10891 (widget-documentation-string-value-create)
10892 (widget-regexp-validate, widget-file-complete)
10893 (widget-sexp-validate, widget-plist-convert-widget)
10894 (widget-plist-convert-widget, widget-alist-convert-widget)
10895 (widget-alist-convert-widget, widget-color-complete): Simplify,
10896 particularly to avoid bindings which aren't optimized out.
10897
10898 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10899 Doc fix.
10900 (down-list, backward-up-list, up-list, kill-sexp)
10901 (backward-kill-sexp, mark-sexp): Make arg optional.
10902 (lisp-complete-symbol): Add optional arg PREDICATE.
10903
10904 * cus-start.el: Add display-buffer-reuse-frames,
10905 file-coding-system-alist.
10906
109072000-08-20 Gerd Moellmann <gerd@gnu.org>
10908
10909 * startup.el (command-line): Clear realized faces after
10910 modifying TTY color mappings.
10911
109122000-08-20 Miles Bader <miles@gnu.org>
10913
10914 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10915 merely a subset of FACE's attributes.
10916
109172000-08-19 Miles Bader <miles@gnu.org>
10918
10919 * comint.el (comint-output-filter): Save the point with a marker,
10920 not just a buffer position.
10921
10922 * international/mule.el (set-buffer-process-coding-system): Make
10923 interactive prompt less confusing.
10924
109252000-08-19 Gerd Moellmann <gerd@gnu.org>
10926
10927 * hilit-chg.el: General cleanup of doc strings, comments and
10928 code formatting.
10929
109302000-08-19 Miles Bader <miles@gnu.org>
10931
10932 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10933 Compiler macro removed; beginning-of-line is no longer always
10934 equivalent to forward-line, in the presence of fields.
10935
10936 * comint.el (comint-output-filter): Remove ad-hoc saving of
10937 restriction, and just use save-restriction, now that it works
10938 correctly. Don't adjust comint-last-input-start to account for
10939 our insertion; it shouldn't have moved because we don't use
10940 insert-before-markers anymore. Comment out call to
10941 `force-mode-line-update'; why is it here?
10942
10943 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10944 while checking for prompt to delete. Use `forward-line 0'
10945 instead of beginning-of-line.
10946 (gud-filter): Temporarily widen gud comint buffer while
10947 examining output.
10948
109492000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10950
10951 * progmodes/sh-script.el: Big bag of typos.
10952
10953 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10954 check since ispell-process is not bound when ispell is not yet loaded.
10955
109562000-08-18 Dave Love <fx@gnu.org>
10957
10958 * image.el (find-image): Copy `spec' before using plist-put.
10959
109602000-08-18 Gerd Moellmann <gerd@gnu.org>
10961
10962 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10963 `portugues'.
10964
10965 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10966 backward-kill-sexp, analogous to kill-sexp.
10967
10968 * progmodes/icon.el (icon-indent-line)
10969 (icon-is-continuation-line): Handle comments specially.
10970
109712000-08-17 Ken Stevens <k.stevens@ieee.org>
10972
10973 * ispell.el: Set to standard author/maintainer/keyword fields.
10974 Fine tuning to menu map appearance and operation, and added help.
10975 Remove `start' and `end' error messages when compiling.
10976 (ispell-choices-win-default-height): Fixed comment string.
10977 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10978 castellano8 dictionaries.
10979 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10980 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10981 dictionary, added italiano dictionary.
10982 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10983 word character
10984 (ispell-tex-skip-alists): Added psfig support.
10985 (ispell-skip-html): Renamed from ispell-skip-sgml.
10986 (ispell-begin-skip-region-regexp, ispell-skip-region)
10987 (ispell-minor-check): Improved html skipping support to skip across
10988 code, and recognize `&' commands without propper `;' syntax;
10989 (ispell-process-line): Fix alignment error when manually
10990 correcting spelling.
10991 (ispell): Fix comment string.
10992 (ispell-add-per-file-word-list): Always put word list on new line.
10993
109942000-08-17 Gerd Moellmann <gerd@gnu.org>
10995
10996 * format.el (format-encode-run-method): Fix error message to say
10997 `encode' instead of `decode'. Use save-window-excursion around
10998 shell-command-on-region as in format-decode-run-method because
10999 shell-command-on-region can display a buffer with error output.
11000 (format-decode): Don't record undo information for the decoding.
11001 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11002 that number part of the temporary buffer name so that more than
11003 one decoding using a temporary buffer can happen safely.
11004
11005 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11006 of `A-z' in the regexp.
11007
11008 * hilit-chg.el: Fix typos in commentary.
11009
11010 * help.el (view-emacs-news): Rewritten for new naming scheme
11011 for old NEWS files.
11012
11013 * startup.el (command-line): Pop to *Messages* in case an error
11014 is signaled while loading user-init-file.
11015
110162000-08-17 Andreas Schwab <schwab@suse.de>
11017
11018 * files.el (insert-directory): Don't lose original file name,
11019 undoing an undocumented change.
11020
110212000-08-17 Alex Schroeder <alex@gnu.org>
11022
11023 * sql.el (sql-magic-go): Use comint-bol.
11024 (sql-copy-column): Use comint-line-beginning-position.
11025 (comint-line-beginning-position): Define a replacement for
11026 comint-line-beginning-position if it is not fboundp.
11027
110282000-08-17 Alex Schroeder <alex@gnu.org>
11029
11030 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11031 it didn't have any effect anyway.
11032
110332000-08-17 Alex Schroeder <alex@gnu.org>
11034
11035 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11036 --pset and pager=off instead of sending \\o|cat at the beginning
11037 of the session.
11038
110392000-08-17 Miles Bader <miles@gnu.org>
11040
11041 * progmodes/octave-inf.el: Add compatibility definition of
11042 comint-line-beginning-position.
11043
110442000-08-17 Kenichi Handa <handa@etl.go.jp>
11045
11046 * startup.el (normal-top-level): Look in each dir in load-path for
11047 a leim-list.el file too. This assures of loading leim-list.el
11048 that is created at Emacs installation time even if a user have his
11049 own leim-list.el.
11050
110512000-08-17 Miles Bader <miles@gnu.org>
11052
11053 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11054 foreground color to black if the background is dark.
11055
110562000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11057
11058 * loadhist.el (unload-feature): Typo.
11059
11060 * finder.el (finder-compile-keywords):
11061 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11062 to the generated file.
11063
11064 * mail/mh-e.el (mh-make-local-vars):
11065 Replace make-variable-buffer-local with make-local-variable.
11066
11067 * play/landmark.el:
11068 * options.el (Edit-options-{set,toggle,t,nil}):
11069 * mail/mailabbrev.el (mail-abbrevs-mode):
11070 * textmodes/tex-mode.el (tex-expand-files):
11071 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11072
11073 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11074
11075 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11076 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11077 Allow going past the last element.
11078 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11079 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11080 (cvs-mouse-toggle-mark): Don't move point.
11081 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11082
11083 * progmodes/compile.el (grep): Provide a default set of files.
11084 (next-error): Docstring fix.
11085 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11086
11087 * emacs-lisp/easy-mmode.el (define-minor-mode):
11088 Use `symbol-value' to keep the byte-compiler quiet.
11089
11090 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11091 (diff-find-source-location): New fun, extracted from diff-goto-source.
11092 (diff-goto-source): Use it.
11093 (diff-next-complex-hunk, diff-filter-lines): New function.
11094 (diff-apply-hunk): New command.
11095
11096 * smerge-mode.el (smerge-mode-menu): Doc fix.
11097
11098 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11099
111002000-08-16 Dave Love <fx@gnu.org>
11101
11102 * windmove.el (windmove) <defgroup>: Add :version.
11103
11104 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11105 (goto-address-fontify-p, goto-address-highlight-p)
11106 (goto-address-url-face, goto-address-url-mouse-face)
11107 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11108 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11109 (goto-address-fontify, goto-address-at-mouse): Simplify,
11110 (goto-address-at-point): browse-url-url-at-point,
11111 goto-address-find-address-at-point can return nil.
11112 (goto-address-find-address-at-point): Return nil on failure.
11113
11114 * align.el (align) <defgroup>: Add :version.
11115
11116 * calculator.el (calculator): Add :version.
11117 (calculator): Use two lines for calculator window if `modeline'
11118 face is boxed.
11119
11120 * play/5x5.el: Doc fixes.
11121 (5x5) <defgroup>: Add :version.
11122
11123 * play/fortune.el (fortune) <defgroup>: Add :version.
11124 (fortune-append): Fix error message.
11125 (fortune-from-region): Doc fix.
11126
11127 * play/pong.el (pong): Doc fix.
11128
11129 * play/morse.el: Keywords, commentary, autoloads.
11130
111312000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11132
11133 * desktop.el (desktop-save): Don't look at symbol-value of a
11134 member of minor-mode-alist, unless it is boundp.
11135
111362000-08-16 Sam Steingold <sds@gnu.org>
11137
11138 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11139 `while'; use `with-current-buffer' instead of `save-excursion'.
11140 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11141
111422000-08-16 Kenichi Handa <handa@etl.go.jp>
11143
11144 * international/ccl.el (declare-ccl-program): Docstring modified.
11145 (ccl-execute-with-args): Likewise.
11146
111472000-08-16 Miles Bader <miles@gnu.org>
11148
11149 * progmodes/sql.el: Add compatibility definition of
11150 comint-line-beginning-position.
11151
111522000-08-15 Gerd Moellmann <gerd@gnu.org>
11153
11154 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11155 'buffer-menu' property.
11156 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11157 fails.
11158 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11159 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11160 wasn't killed.
11161
11162 * buff-menu.el (list-buffers-noselect): Don't display the
11163 *Buffer List* buffer.
11164
11165 * font-lock.el: Require jit-lock to prevent a very late
11166 `Loading jit-lock' message.
11167
11168 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11169 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11170 mail address.
11171
111722000-08-15 Miles Bader <miles@gnu.org>
11173
11174 * textmodes/ispell.el (ispell-graphic-p): New constant.
11175 (ispell-choices-win-default-height, ispell-help): Use
11176 `ispell-graphic-p' instead of `xemacsp'.
11177
111782000-08-15 Dave Love <fx@gnu.org>
11179
11180 * simple.el: Autoload widget-convert when compiling.
11181 (mail-user-agent): Doc fix.
11182
11183 * help.el (function-called-at-point, variable-at-point): Use
11184 with-syntax-table.
11185 (help-manyarg-func-alist): Add insert-and-inherit.
11186
11187 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11188
11189 * delsel.el (delsel-unload-hook): New function.
11190
11191 * find-file.el: Doc fixes. Move provide to end.
11192 (ff) <defgroup>: Add :link.
11193 (ff-goto-click): Deleted.
11194 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11195 Use mouse-set-point.
11196
11197 * textmodes/tildify.el: Doc fixes.
11198 (tildify) <defgroup>: Add:version.
11199
11200 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11201 (glasses-custom-set): Use set-default, not set.
11202 (minor-mode-alist): Propertize the lighter.
11203 (glasses-mode): Provide optional arg.
11204
11205 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11206 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11207 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11208 option. Provide :type.
11209 (cwarn-configuration): Provide :type.
11210 (cwarn-mode): Doc fix.
11211
11212 * add-log.el (change-log-merge): Doc fix.
11213 (change-log-redate): New command.
11214
11215 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11216 Doze and Dog.
11217 (browse-url): Use dolist, not mapcar.
11218 (browse-url-at-point): Check for null url.
11219 (browse-url-event-buffer, browse-url-event-point): Functions
11220 deleted.
11221 (browse-url-at-mouse, browse-url-netscape): Simplify.
11222
11223 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11224 modes.
11225 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11226 Fix previous change to mapcan.
11227 (msb--init-file-alist, msb--add-separators)
11228 (msb--make-keymap-menu): Simplify.
11229 (msb--choose-file-menu): Use copy-sequence.
11230 (msb-mode-map): Add title to keymap.
11231 (msb-unload-hook): New function.
11232
11233 * bs.el: Fix indentation.
11234 (bs) <defgroup>: Add :links.
11235 (bs-show): Doc fix.
11236 (bs-apply-sort-faces): Don't use window-system.
11237 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11238
112392000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11240
11241 * calendar/timeclock.el (timeclock-file): Run .timelog through
11242 convert-standard-filename.
11243
112442000-08-14 Gerd Moellmann <gerd@gnu.org>
11245
11246 * emacs-lisp/authors.el: New file.
11247
11248 * paren.el (show-paren-priority): New user option.
11249 (show-paren-function): Set overlay priorities to
11250 show-paren-priority.
11251
112522000-08-14 Miles Bader <miles@gnu.org>
11253
11254 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11255 beginning-of-line with inhibit-field-text-motion bound.
11256
112572000-08-14 Gerd Moellmann <gerd@gnu.org>
11258
11259 * calendar/timeclock.el: New file.
11260
112612000-08-14 David Ponce <david@dponce.com>
11262
11263 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11264 `widget-button-click'. so that one can use left mouse button to
11265 click on dialog buttons.
11266
112672000-08-14 Emmanuel Briot <briot@gnat.com>
11268
11269 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11270 identifiers, since XML is case sensitive
11271
112722000-08-12 Miles Bader <miles@gnu.org>
11273
11274 * comint.el (comint-output-filter): Don't bother frobbing
11275 window-start, it doesn't seem to be necessary.
11276
11277 * comint.el (comint-send-string, comint-send-region): Make into
11278 real functions. Snapshot the prompt before sending.
11279
112802000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11281
11282 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11283 technique similar to Info-index, instead of relying on specific
11284 names of relevant Index nodes.
11285 (Info-goto-emacs-command-node): Bind Info-history to nil when
11286 going to the first node found by Info-find-emacs-command-nodes.
11287
112882000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11289
11290 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11291
112922000-08-10 Miles Bader <miles@gnu.org>
11293
11294 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11295
112962000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11297
11298 * info.el (Info-file-list-for-emacs): More elements for the
11299 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11300 and woman manuals.
11301
113022000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11303
11304 * comint.el (comint-send-input): Make the newline boundary overlay
11305 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11306 (comint-output-filter): Use `insert' instead of
11307 `insert-before-markers'. Extend comint-last-output-overlay when
11308 necessary since we can't rely on insert-before-markers to do it.
11309 * gud.el (gud-filter): Use `with-current-buffer' instead of
11310 save-excursion when inserting the output, so that point gets
11311 updated correctly; the old method relied on a rather dodgy
11312 side-effect of comint-output-filter to avoid the effect of
11313 save-excursion.
11314
113152000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11316
11317 * files.el (recover-file): Call insert-directory instead of
11318 invoking `ls' directly.
11319
113202000-08-10 Miles Bader <miles@gnu.org>
11321
11322 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11323 (comint-last-prompt-overlay): New variables.
11324 (comint-output-filter): Implement prompt highlighting.
11325 (comint-snapshot-last-prompt): New function.
11326 (comint-send-input): Snapshot the last prompt.
11327 Use comint-highlight-input-face.
11328 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11329 Use defface instead of defcustom.
11330 (send-invisible, comint-send-eof): Snapshot the last prompt.
11331 (comint-delchar-or-maybe-eof): Use comint-send-eof.
11332 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11333
113342000-08-09 Stefan Monnier <monnier@cs.yale.edu>
11335
11336 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11337 (regexp-opt-group): Use a list of chars for `letters'.
11338 (regexp-opt-charset): `chars' is now a list of chars.
11339 Use a char-table rather than a vector so it works for multibyte chars.
11340
11341 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11342 Set cvs-minor-current-files to the selected fileinfo.
11343 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11344 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11345
113462000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
11347
11348 * files.el (insert-directory): Don't call access-file on
11349 directories on DOS and Windows.
11350
113512000-08-09 Kenichi Handa <handa@etl.go.jp>
11352
11353 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11354 longer if necessary.
11355 (ccl-embed-code): Call ccl-embed-data to store CODE in
11356 ccl-program-vector.
11357
113582000-08-09 Miles Bader <miles@gnu.org>
11359
11360 * comint.el (comint-output-filter): Properly handle the case where
11361 the text surrounded by comint-last-output-overlay was deleted.
11362
113632000-08-08 Gerd Moellmann <gerd@gnu.org>
11364
11365 * info.el (Info-insert-dir): Use Info-additional-directory-list if
11366 non-nil.
11367 (Info-file-list-for-emacs): Remove "info" from the list because
11368 that leads to trying to use the documentation from file `info'
11369 in various situations where it isn't appropriate, for instance
11370 C-h C-k C-h i.
11371
11372 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11373 DIR and/or STRING are nil.
11374
11375 * progmodes/compile.el (compilation-setup): Make variable
11376 compilation-error-screen-columns buffer-local, as some comment
11377 in the code suggests it should be.
11378
11379 * files.el (auto-mode-interpreter-regexp): New variable.
11380 (set-auto-mode): Use it.
11381
11382 * indent.el (indent-for-tab-command): Doc fix.
11383
11384 * mouse-sel.el (mouse-sel-mode): Doc fix.
11385
11386 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11387 labels.
11388
11389 * help.el (print-help-return-message): When
11390 display-buffer-reuse-frames is set, let the help window been quit,
11391 instead of deleting it, which might delete a reused frame.
11392
113932000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11394
11395 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11396 rename a directory to a name that differs only by its letter case.
11397
113982000-08-08 Kenichi Handa <handa@etl.go.jp>
11399
11400 * international/quail.el (quail-define-rules): Handle Quail decode
11401 map correctly. Add code for supporting annotations.
11402 (quail-install-decode-map): New function.
11403 (quail-defrule-internal): New optional arguments decode-map and
11404 props.
11405 (quail-advice): New function.
11406
114072000-08-07 Sam Steingold <sds@gnu.org>
11408
11409 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11410 `defconst', `define-condition', `with-slots'.
11411 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11412
114132000-08-03 Miles Bader <miles@gnu.org>
11414
11415 * comint.el (comint-use-prompt-regexp-instead-of-fields):
11416 New variable.
11417 (comint-prompt-regexp, comint-get-old-input): Document dependence on
11418 comint-use-prompt-regexp-instead-of-fields.
11419 (comint-send-input): Add `input' field property to stuff we send to
11420 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11421 (comint-output-filter): Add `output' field property to process
11422 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11423 (comint-replace-by-expanded-history)
11424 (comint-get-old-input-default, comint-show-output)
11425 (comint-backward-matching-input, comint-forward-matching-input)
11426 (comint-next-prompt, comint-previous-prompt): Use field
11427 properties if comint-use-prompt-regexp-instead-of-fields is nil.
11428 (comint-line-beginning-position): New function.
11429 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
11430 (comint-replace-by-expanded-history-before-point): Use
11431 comint-line-beginning-position and line-end-position.
11432 (comint-last-output-overlay): New variable.
11433 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11434
11435 * shell.el (shell-prompt-pattern): Doc change.
11436 (shell-backward-command): Use line-beginning-position.
11437
11438 * gud.el (gud-gdb-complete-command): Use
11439 comint-line-beginning-position.
11440
11441 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11442 comint-bol doesn't actually go to the beginning of the line.
11443
11444 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11445 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11446 (try-expand-line-all-buffers): Likewise.
11447
11448 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11449 explicitly matching comint-prompt-regexp.
11450 (sql-copy-column): Use comint-line-beginning-position instead of
11451 explicitly matching comint-prompt-regexp.
11452
11453 * progmodes/octave-inf.el (inferior-octave-complete): Use
11454 comint-line-beginning-position.
11455
11456 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11457
11458 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11459 looking for a prompt, use `forward-line 0' instead of
11460 `beginning-of-line', to avoid getting caught by an input field.
11461
114622000-08-07 Gerd Moellmann <gerd@gnu.org>
11463
11464 * files.el (shell-quote-wildcard-pattern): Make sure to return
11465 PATTERN, in the Unix case.
11466
114672000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11468
11469 * play/zone.el (zone): Discard any pending input before running
11470 the randomly-chosen pgm.
11471
114722000-08-07 Kenichi Handa <handa@etl.go.jp>
11473
11474 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11475 checking the existence of any multibyte characters.
11476
114772000-08-06 Gerd Moellmann <gerd@gnu.org>
11478
11479 * help.el (describe-mode): Test minor-mode symbol for being
11480 bound before testing its value for being nil.
11481
11482 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11483 `first', `second', and `third'.
11484
11485 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11486 (second): Make it an alias for `cadr'.
11487
114882000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11489
11490 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11491 types of display support faces now.
11492
114932000-08-05 Gerd Moellmann <gerd@gnu.org>
11494
11495 * pcvs.el (require): Require `cl' during compilation, only.
11496
11497 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11498 (toplevel): Remove `remq' and `remove' from autoloads.
11499 (cl-fake-autoloads): New variable. If set, arrange for an error
11500 when CL functions etc. are autoloaded.
11501
115022000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11503
11504 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11505
11506 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11507 popped up, but the user clicks outside the menu, return an empty
11508 regexp (that causes unhighlight-regexp to have no effect).
11509
11510 * menu-bar.el (menu-bar-games-menu): Add Zone.
11511
11512 * hi-lock.el (toplevel): Require font-lock.
11513
115142000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11515
11516 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11517 (ebnf-8-bit-chars): New var for bug fix.
11518 (ebnf-string): Bug fix.
11519
115202000-08-03 Sam Steingold <sds@gnu.org>
11521
11522 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11523 instead of `buffer-string'.
11524 (require 'cl): Always, not just when compiling.
11525 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11526 necessary.
11527
115282000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11529
11530 * international/mule-cmds.el (select-safe-coding-system): Make
11531 the message text about selecting a safe coding system more clear.
11532
115332000-08-02 Gerd Moellmann <gerd@gnu.org>
11534
11535 * hi-lock.el: New file.
11536
11537 * play/zone.el: New file.
11538
11539 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11540 value of tab-width in the original buffer. Choose a line number
11541 format that's a multiple of the original buffer's tab width, so
11542 that lines appear right.
11543
11544 * textmodes/ispell.el (ispell): New function, replacing an alias.
11545 Spell-check active region if in transient-mark-mode and mark
11546 is active; otherwise spell-check buffer.
11547
115482000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11549
11550 * ps-mule.el: Fix a customization problem on
11551 ps-mule-font-info-database-default.
11552
115532000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
11554
11555 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11556 display-mouse-p instead of window-system.
11557 (ebrowse-member-mode-map): Ditto.
11558
115592000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11560
11561 * progmodes/ebnf2ps.el: Update ps-print functions call.
11562 Indentation fix. Doc fix.
11563 (ebnf-version): New version number (3.2).
11564 (ebnf-format-color, ebnf-begin-job): Code fix.
11565
115662000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
11567
11568 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11569 font lock support on window-system.
11570 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11571
11572 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11573 display-color-p, if fboundp, instead of window-system.
11574
115752000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
11576
11577 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11578 instead of window-system.
11579
11580 * wid-edit.el (widget-choose): Use display-mouse-p instead of
11581 window-system.
11582 (widget-choice-mouse-down-action): Use display-popup-menus-p
11583 instead of window-system.
11584
11585 * strokes.el (strokes-file): Run the file name through
11586 convert-standard-filename.
11587 (strokes-mode): Call display-mouse-p instead of looking at
11588 window-system. Change the error message accordingly.
11589
11590 * progmodes/cpp.el (toplevel): Support faces on tty's.
11591
11592 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11593 (lm-plot-square, lm-init-display): Don't use window-system.
11594
11595 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11596 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11597
11598 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11599 instead of looking at window-system.
11600
116012000-07-30 Gerd Moellmann <gerd@gnu.org>
11602
11603 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11604 of testing if iswitchb-prepost-hooks is bound, because the
11605 latter will always be true when invoking a recursive minibuffer
11606 from an active Iswitchb buffer.
11607
116082000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11609
11610 * files.el (shell-quote-wildcard-pattern): New function.
11611 (insert-directory): Call it. Only prepend "\" to command on Unix
11612 and GNU/Linux systems.
11613
116142000-07-30 Gerd Moellmann <gerd@gnu.org>
11615
11616 * eshell/esh-groups.el: Change custom :link file names
11617 from `eshell.info' to `eshell'.
11618
116192000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11620
11621 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11622 correctly in recursive ange-ftp listings.
11623
116242000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11625
11626 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11627 ps-header-font-size-internal and
11628 ps-header-title-font-size-internal variables are not set,
11629 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11630 face text property is (foreground-color . COLOR) or
11631 `(background-color . COLOR)', ps-print crashes. Doc fix.
11632 (ps-print-version): New version number (5.2.4).
11633 (ps-plot-region): Code fix.
11634 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11635 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11636 Bug fix 2.
11637
116382000-07-30 Milan Zamazal <pdm@freesoft.cz>
11639
11640 * glasses.el (glasses-make-readable): Fix uncapitalization of
11641 identifiers like `myXMLDocument'.
11642
116432000-07-28 Karl Fogel <kfogel@red-bean.com>
11644
11645 * mail/mail-hist.el (mail-hist-previous-input)
11646 (mail-hist-next-input): Do the obvious code factorization.
11647 (mail-hist-retrieve-and-insert): New func, contains common
11648 code of above two.
11649 If inserting a message body, leave point at top.
11650
116512000-07-28 Sam Steingold <sds@gnu.org>
11652
11653 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11654 Use `<=', not `<' to compare times!
11655 (ange-ftp-ls): Remove.
11656
116572000-07-27 Gerd Moellmann <gerd@gnu.org>
11658
11659 * play/cookie1.el: Add explanation of how to make cookie.el
11660 compatible with strfile(1) to comment.
11661
11662 * subr.el (remove, remq): New functions.
11663
11664 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11665 escape `*' in regexps.
11666 (midnight-find): Reverse order of arguments in the funcall of
11667 TEST.
11668
11669 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11670 and `.class'.
11671
11672 * play/meese.el: Add Commentary section.
11673
116742000-07-27 Alex Schroeder <alex@gnu.org>
11675
11676 * sql.el (sql-ms): Added autoload cookie.
11677 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11678 (sql-oracle): Ditto.
11679 (sql-help): Doc change.
11680
11681 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11682 types and exceptions.
11683
116842000-07-27 Alex Schroeder <alex@gnu.org>
11685
11686 * sql.el (sql-placeholder-history): New variable.
11687 (sql-query-placeholders-and-send): New function that will query
11688 the user and replace placeholders with user input.
11689 (sql-oracle): If running on NT, set comint-input-sender to
11690 sql-query-placeholders-and-send.
11691
11692 (sql-stop): If in the SQLi buffer, insert stop notification, else
11693 present it as a message.
11694
116952000-07-27 Alex Schroeder <alex@gnu.org>
11696
11697 * sql.el (sql-input-ring-separator): Doc change.
11698 (sql-input-ring-file-name): Doc change.
11699 (sql-interactive-mode): Use `sql-input-ring-separator' and
11700 `sql-input-ring-file-name' to set the comint-mode equivalents
11701 without making them local variables.
11702 (sql-stop): Don't bind `sql-input-ring-separator' and
11703 `sql-input-ring-file-name' dynamically to their comint-mode
11704 equivalents.
11705
117062000-07-27 Kenichi Handa <handa@etl.go.jp>
11707
11708 * international/mule.el (register-char-codings): New function.
11709 (make-coding-system): Handle `safe-chars' specification in the arg
11710 PROPERTY.
11711
11712 * international/mule-cmds.el
11713 (find-coding-systems-region-subset-p): This function deleted.
11714 (sort-coding-systems-predicate): New variable.
11715 (sort-coding-systems): New function.
11716 (find-coding-systems-region): Use
11717 find-coding-systems-region-internal.
11718 (find-coding-systems-string): Use find-coding-systems-region.
11719 (find-coding-systems-for-charsets): Check
11720 char-coding-system-table.
11721 (select-safe-coding-system-accept-default-p): New variable.
11722 (select-safe-coding-system): Mostly rewritten. New argument
11723 ACCEPT-DEFAULT-P.
11724 (select-message-coding-system): Call select-safe-coding-system
11725 with ACCEPT-DEFAULT-P arg.
11726 (reset-language-environment): Reset default-sendmail-coding-system
11727 to the default value iso-latin-1.
11728 (set-language-environment): Don't set the obsolete variable
11729 charset-origin-alist.
11730
11731 * international/codepage.el (cp-coding-system-for-codepage-1):
11732 Give `safe-chars' property to make-coding-system.
11733
11734 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11735 calling select-message-coding-system twice.
11736
11737 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11738 instead of `safe-charsets'.
11739 (cyrillic-alternativnyj): Likewise.
11740 (ccl-encode-alternativnyj): Don't check the charset
11741 cyrillic-iso8859-5.
11742
117432000-07-27 Kenichi Handa <handa@etl.go.jp>
11744
11745 * composite.el (compose-chars-after): Preserve match data.
11746
117472000-07-26 Sam Steingold <sds@gnu.org>
11748
11749 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11750 (ange-ftp-real-file-newer-than-file-p): New function.
11751 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11752 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11753
11754 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11755 * midnight.el (midnight-float-time): Ditto.
11756
117572000-07-26 Andreas Schwab <schwab@suse.de>
11758
11759 * files.el (normal-backup-enable-predicate): Correct
11760 interpretation of the return value of compare-strings.
11761
117622000-07-26 Gerd Moellmann <gerd@gnu.org>
11763
11764 * isearch.el (isearch-resume): New function.
11765 (isearch-done): Add something to command-history to resume
11766 the search.
11767 (isearch-yank-line, isearch-yank-word): Use
11768 buffer-substring-no-properties instead of buffer-substring.
11769
11770 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11771 of flyspell-mouse-map.
11772
11773 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11774 duplicate definition.
11775 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11776
11777 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11778 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11779
117802000-07-25 Sam Steingold <sds@gnu.org>
11781
11782 * net/ange-ftp.el: Get modtime over the net.
11783 (ange-ftp-file-modtime): New function.
11784 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11785 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11786 Use it.
11787 (ange-ftp-dot-to-slash): New function.
11788 (ange-ftp-fix-name-for-vms): Use it.
11789
11790 * midnight.el (midnight-buffer-display-time): Use
11791 `with-current-buffer'.
11792
117932000-07-25 Gerd Moellmann <gerd@gnu.org>
11794
11795 * find-dired.el: Update copyright notice.
11796 (find-dired): Offer to kill a running `find'.
11797
11798 * enriched.el (enriched-face-ans): For a `foreground-color'
11799 property, return '(("x-color" COLOR))' so that COLOR will be
11800 output as a parameter of the x-color annotation. Likewise for the
11801 `background-color' property. In the case of normal face
11802 properties, don't return annotations for unspecified foreground
11803 and background face attributes.
11804
118052000-07-25 Kenichi Handa <handa@etl.go.jp>
11806
11807 * language/japan-util.el (japanese-katakana-region): Fix handling
11808 HANKAKU argument.
11809
118102000-07-25 Miles Bader <miles@gnu.org>
11811
11812 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11813 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
11814 constrain-to-field.
11815
118162000-07-24 Andrew Innes <andrewi@gnu.org>
11817
11818 * timer.el (timer-activate-when-idle): Add optional parameter
11819 DONT-WAIT. Update docstring.
11820 (run-with-idle-timer): Specify extra parameter to
11821 timer-activate-when-idle, so that timer will be activated
11822 immediately if Emacs is already idle.
11823
11824 * w32-fns.el (w32-using-nt): Fix docstring.
11825
118262000-07-24 Dave Love <fx@gnu.org>
11827
11828 * mouse.el (popup-menu): Set last-command-event.
11829 (mouse-major-mode-menu-prefix): Declare.
11830
118312000-07-24 Gerd Moellmann <gerd@gnu.org>
11832
11833 * textmodes/flyspell.el: Update to author's version 1.5d.
11834
11835 * progmodes/hideshow.el: Update copyright notice.
11836
11837 * vcursor.el: Set maintainer to FSF, since author cannot
11838 be reached.
11839
118402000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
11841
11842 * info.el (Info-goto-emacs-key-command-node): Leave a space after
11843 the prompt.
11844
11845 * mouse.el (popup-menu): Run the keymap through indirect-function,
11846 in case it was defined with define-prefix-key. If the menu is a
11847 list of keymaps, look up the binding of user's choice in each one
11848 of the keymaps.
11849 (mouse-popup-menubar): If the global and local menu-bar keymaps
11850 don't have a prompt string, create one and insert it into the
11851 keymap. Don't barf if current-local-map returns nil.
11852
118532000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
11854
11855 * dired.el (dired-sort-R-check): Added to allow recursive listing
11856 to be undone.
11857 (dired-sort-other): Use it.
11858
118592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11860
11861 * Release of cc-mode 5.27
11862
118632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11864
11865 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11866 c-beginning-of-statement-1 that caused a bad case of recursion
11867 which could consume a lot of CPU in large classes in languages
11868 that have in-expression classes (i.e. Java and Pike).
11869
11870 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11871 statements before top level constructs (i.e. case 6 is moved
11872 before case 5 and is now case 4) to catch in-expression
11873 classes in top level expressions correctly.
11874
118752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11876
11877 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11878 objc-method-intro. Case 4 removed and case 5I added.
11879
11880 * cc-langs.el (c-append-paragraph-start): New variable used by
11881 c-common-init to get paragraph-start correct.
11882 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11883 initialize paragraph-start to make it correct both with and
11884 without the javadoc special case.
11885
11886 * cc-mode.el (java-mode): Use c-append-paragraph-start to
11887 initialize paragraph-start for javadoc markup.
11888
11889 * cc-vars.el (c-style-variables-are-local-p): Incompatible
11890 change by defaulting this to t. It's motivated by the
11891 confusing behavior that otherwise arise from the style system
11892 when editing both java and non-java files at the same time
11893 (see the comments about style setting in c-common-init).
11894
118952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11896
11897 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11898 similar to the one in c-fill-paragraph to check the fill
11899 prefix from the adaptive fill function for sanity.
11900
119012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11902
11903 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11904 defun block.
11905
a30eb617
DL
119062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11907
11908 * cc-align.el (c-lineup-multi-inher): Handle lines with
11909 leading comma nicely. Extended to handle member initializers
11910 too.
11911
11912 * cc-engine.el: (c-beginning-of-inheritance-list,
11913 c-guess-basic-syntax): Fixed recognition of inheritance lists
11914 when the lines begins with a comma.
11915
a30eb617
DL
11916 * cc-vars.el (c-offsets-alist): Changed default for
11917 member-init-cont to c-lineup-multi-inher since it now handles
11918 member initializers and indents better for leading commas.
11919
119202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11921
11922 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11923 handling that caused class open lines to be recognized as
11924 statement-conts in some cases.
11925
11926 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11927 guessed by the adaptive fill function unless point is on the
11928 first line of a block comment.
11929
11930 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11931 when the buffer ends with a macro continuation char.
11932
11933 * cc-engine.el (c-guess-basic-syntax): Added support for
11934 function definitions as statements in Pike. The first
11935 statement in a lambda block is now labeled defun-block-intro
11936 instead of statement-block-intro.
11937
11938 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11939 so that the class surrounding point is selected, not the one
11940 innermost in the state.
11941
11942 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11943 recognition of switch labels having hanging multiline
11944 statements.
11945
11946 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11947 some code in c-guess-basic-syntax to a separate function.
11948 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11949 recognition of member inits with multiple line arglists.
11950 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11951 member-init-cont when the commas are in funny places.
11952
119532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11954
11955 * cc-defs.el (c-auto-newline): Removed this macro since it's
11956 not used anymore.
11957
11958 * cc-engine.el (c-looking-at-bos): New helper function.
11959 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11960 inexpr and toplevel classes apart in Pike.
11961
11962 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11963 of case 9A.
11964
11965 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11966 constant, since "class" can introduce an in-expression class
11967 in Pike nowadays.
11968
119692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11970
11971 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11972 indentation on cpp-macro lines.
11973
11974 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11975 a syntax modifier like comment-intro, to make it possible to
11976 get syntactic indentation for preprocessor directives. It's
11977 incompatible wrt to lineup functions on cpp-macro, but it has
11978 no observable effect in the 99.9% common case where cpp-macro
11979 is set to -1000.
11980
119812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11982
11983 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11984 member-init-cont when the preceding arglist is several lines.
11985
119862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11987
11988 * cc-styles.el (c-style-alist): The basic offset for the BSD
11989 style corrected to 8.
11990
119912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11992
11993 * cc-styles.el (c-style-alist): Adjusted the indentation of
11994 brace list openers in the gnu style.
11995
119962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11997
11998 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11999
12000 * cc-cmds.el (c-electric-brace, c-electric-slash,
12001 c-electric-star, c-electric-semi&comma, c-electric-colon,
12002 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12003 when c-syntactic-indentation is nil.
12004
12005 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12006 we were left at comments preceding the first statement when
12007 reaching the beginning of the buffer.
12008
12009 * cc-vars.el (c-syntactic-indentation): New variable to turn
12010 off all syntactic indentation.
12011
120122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12013
12014 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12015 between the text and the block comment ender when it hangs,
12016 depending on how many there are before the fill.
12017
120182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12019
12020 * cc-engine.el (c-beginning-of-closest-statement): New helper
12021 function to go back to the closest preceding statement start,
12022 which could be inside a conditional statement.
12023 * cc-engine.el (c-guess-basic-syntax): Use
12024 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12025
12026 * cc-engine.el (c-guess-basic-syntax): Better handling of
12027 arglist-intro, arglist-cont-nonempty and arglist-close when
12028 the arglist is nested inside parens. Cases 7A, 7C and 7F
12029 changed.
12030
12031 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12032 up-to-date with javadoc 1.2.
12033
120342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12035
12036 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12037 multiline Pike type decls.
12038
120392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12040
12041 * cc-cmds.el (c-indent-new-comment-line): Always break
12042 multiline comments in multiline mode, regardless of
12043 comment-multi-line.
12044
120452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12046
12047 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12048 fully::qualified::names in C++ member init lists. Preamble in
12049 case 5D changed.
12050
120512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12052
12053 * cc-langs.el (c-common-init): Handling of obsolete variables
12054 moved to c-initialize-cc-mode. More compatible style override
12055 when using global style variables.
12056 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12057 variables moved here.
12058
a30eb617
DL
12059 * cc-styles.el (c-make-styles-buffer-local): Flag style
12060 variable localness in c-style-variables-are-local-p to make
12061 the compatibility measure in c-common-init work well.
12062
12063 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12064 longer contain set-from-style.
12065 * cc-styles.el (c-initialize-builtin-style): Don't check for
12066 set-from-style on c-special-indent-hook.
12067 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12068 copy-alist is sufficient now.
12069
12070 * cc-styles.el (c-set-style, c-set-style-1,
12071 c-get-style-variables): Fixes to variable initialization so
12072 that duplicate entries in styles have the same effect
12073 regardless of DONT-OVERRIDE.
12074
12075 * cc-styles.el (c-set-style-2): Fixed bug where the
12076 initialization of inheriting styles failed when the
12077 dont-override flag is set.
12078
12079 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12080 on this.
12081
120822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12083
12084 * cc-defs.el (c-forward-comment): Removed the workaround
12085 introduced in 5.38 since it had worse side-effects. If a line
12086 contains the string "//\"", it regarded the // as a comment
12087 start since the \ temporarily doesn't have escape syntax.
12088
120892000-07-17 Emmanuel Briot <briot@act-europe.fr>
12090
12091 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12092 ada-xref.el before ada-prj.el, so that the Project menu is created
12093 when ada-prj tries to add to it.
12094 (ada-activate-keys-for-case): Suppress the characters that are not
12095 part of the Ada syntax. Better compatibility with else-mode
12096 (ada-adjust-case-interactive): When auto-casing is not active,
12097 correctly insert newlines (used to insert only ^M). Prevent the
12098 syntax table from being changed in case of an error
12099 (or '_' becomes part of a word and some commands are confused).
12100 Do nothing if ada-auto-case is nil.
12101 (ada-after-keyword-p): Ignore keywords that are also attributes
12102 (ada-batch-reformat): Update usage comment
12103 (ada-call-from-contextual-menu): New function
12104 (ada-case-read-exceptions): Reinitialize the casing exception list
12105 first to nil first, so that the casing exception file can be
12106 shared.
12107 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12108 files.
12109 (ada-compile-goto-error): Fix regexp used to detect a file:line
12110 anywhere in the error message
12111 (ada-contextual-menu-last-point): New variable
12112 (ada-create-keymap): If the variable delete-key-deletes-forward is
12113 t on XEmacs, it means that DEL should delete one character
12114 forward.
12115 (ada-create-menu): Use :included instead of :visible for XEmacs.
12116 New submenu "Options".
12117 (ada-end-stmt-re): Correctly indent "select ... then abort"
12118 statements.
12119 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12120 even if they don't match ada-fill-comment-prefix Fix handling of
12121 paragraphs on the first or last line of a file.
12122 (ada-format-paramlist): Fix handling of default parameter values.
12123 (ada-get-body-name): New function.
12124 (ada-get-current-indent): Optimized by searchling directly for an
12125 existing generic part or a statement outside of it. Handle
12126 ada-indent-align-comments when indenting comments Replaced some
12127 regexps by testing directly the next character. This results in a
12128 huge speedup on some files. New indentation scheme for renames
12129 statements. Stop looking for the 'while' or 'for' associated with
12130 a 'loop' at the first semicolon encountered. A "return" can also
12131 match an anonymous access subprogram declaration.
12132 (ada-get-indent-noindent): Ignore strings and comments when
12133 looking for the keywords "record" and "private".
12134 (ada-goto-matching-decl-start): When matching "if", make sure we
12135 are not in fact seeing "end if". Ignore "when" statements except
12136 when initial keyword was "begin". Fix handling of nested
12137 procedures. Add a recursive call to this function to skip over
12138 other 'end' statmts. Fix indentation for "when .. => begin"
12139 (ada-in-open-paren-p): Fix indentation for complex boolean
12140 expressions, where 'and then', 'or else' and parenthesis
12141 statements are mixed up.
12142 (ada-in-paramlist-p): Skip comments while searching for the
12143 beginning Fix handling of operator declarations.
12144 (ada-indent-align-comments): New variable
12145 (ada-indent-current): Change the syntax table only in the
12146 protected section, so that we are sure it is restored correctly.
12147 (ada-indent-on-previous-lines): Use ada-use-indent and
12148 ada-with-indent Correctly indent "select ... then"
12149 (ada-indent-region): Slight speedup.
12150 (ada-indent-renames): New variable.
12151 (ada-last-which-function-subprog, ada-last-which-function-line):
12152 New variables
12153 (ada-looking-at-semi-private): Correctly indent the 'private'
12154 keyword when it is the first word in a package declaration.
12155 (ada-loose-case-word): Stop searching if at the end of the buffer.
12156 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12157 even if point is not initially at the end of the word.
12158 (ada-matching-decl-start-re): Add "when".
12159 (ada-mode): Add support for abbrev-mode, outline-mode and
12160 which-func-mode Override the old find-file.el entry in
12161 ff-special-constructs since it is using the obsolete
12162 ada-spec-suffix variable
12163 (ada-no-auto-case): New function
12164 (ada-scan-paramlist): When parsing the argument type, accept
12165 spaces (as in "X 'Class", generated by Rational Rose).
12166 (ada-other-file-name): No longer loads the other file.
12167 (ada-popup-menu): Save and restore the current buffer and cursor
12168 position before and after displaying the menu.
12169 (ada-search-ignore-complex-boolean): New function.
12170 (ada-uncomment-region): Emacs21 already knows how to delete
12171 comments not starting in the first column.
12172 (ada-use-indent): New variable
12173 (ada-which-function): New function.
12174 (ada-with-indent): New variable
12175 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12176 can be batch-compiled from the command line.
12177
12178 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12179 Add to the menu when the file is loaded, not in ada-mode-hook.
12180 Add -toolbar to the default ddd command Switches moved from
12181 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12182 ada-prj-default-comp-opt
12183 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12184 Reference Manual to the menu
12185 (ada-check-current): rewritten as a call to ada-compile-current
12186 (ada-compile): Removed.
12187 (ada-compile-application, ada-compile-current, ada-check-current):
12188 Set the compilation-search-path so that compile.el automatically
12189 finds the sources in src_dir. Automatic scrollong of the
12190 compilation buffer. C-uC-cC-c asks for confirmation before
12191 compiling
12192 (ada-compile-current): New parameter, prj-field
12193 (ada-complete-identifier): Load the .ali file before doing
12194 processing
12195 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12196 conform to gnatmake's behavior.
12197 (ada-find-file-in-dir): New function
12198 (ada-find-references): Set the environment variables for gnatfind
12199 (ada-find-src-file-in-dir): New function.
12200 (ada-first-non-nil): Removed
12201 (ada-gdb-application): Add support for jdb, the java debugger.
12202 (ada-get-ada-file-name): Load the original-file first if not done
12203 yet.
12204 (ada-get-all-references): Handles the new ali syntax (parent types
12205 are found between <>).
12206 (ada-initialize-runtime-library): New function
12207 (ada-mode-hook): Always load a project file when a file is opened,
12208 so that the casing exceptions are correctly read.
12209 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12210 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12211 to open the project file, since the latter does not work with
12212 speedbar Get default values before loading the prj file, or the
12213 default executable file name is wrong. Use the absolute value of
12214 src_dir to initialize ada-search-directories and
12215 compilation-search-path,... Add the standard runtime library to
12216 the search path for find-file.
12217 (ada-prj-default-debugger): Was missing an opening '{'
12218 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12219 variables.
12220 (ada-prj-default-gnatmake-opt): New variable
12221 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12222 buffers, the project file is the default one Save the windows
12223 configuration before displaying the menu.
12224 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12225 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12226 ...) regexp-quote identifiers names to support operators +,
12227 -,... in regexps.
12228 (ada-remote): New function.
12229 (ada-run-application): Erase the output buffer before starting the
12230 run Support remote execution of the application. Use
12231 call-process, or the arguments are incorrectly parsed
12232 (ada-set-default-project-file): Reread the content of the active
12233 project file, not the one from the current buffer When a project
12234 file is set as the default project, all directories are
12235 automatically associated with it.
12236 (ada-set-environment): New function
12237 (ada-treat-cmd-string): New special variable ${current}
12238 (ada-treat-cmd-string): Revised. The substitution is now done for
12239 any ${...} substring
12240 (ada-xref-current): If no body was found, compiles the spec
12241 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12242 compiler to get rid of command line length limitations.
12243 (ada-xref-get-project-field): New function
12244 (ada-xref-project-files): New variable
12245 (ada-xref-runtime-library-specs-path)
12246 (ada-xref-runtime-library-ali-path): New variables
12247 (ada-xref-set-default-prj-values): Default run command now does a
12248 cd to the build directory. New field: main_unit Provide a default
12249 file name even if the current buffer has no prj file.
12250
12251 * ada-prj.el:
12252 Rewritten to show a tabbed-dialog.
12253 (ada-prj-add-ada-menu): Remove the map and name parameters.
12254 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12255 New function
12256 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12257 (ada-prj-load-from-file): New function
12258 (ada-prj-save): Always save fields that depend on the current buffer
12259 (ada-prj-show-value): New function
12260
12261 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12262 Ada mode. This will allow us to display the Ada menu in any buffer
12263 we want (for project items).
12264 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12265 number of spaces in the header.
12266
122672000-07-24 Dave Love <fx@gnu.org>
12268
12269 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12270
122712000-07-23 Noah Friedman <friedman@splode.com>
12272
12273 * type-break.el (type-break): perform autosave.
12274 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12275 (type-break-do-query): Cancel query schedule while performing
12276 actual query, to avoid possibility of a second query being made
12277 while first one is already in progress.
12278 (type-break-time-stamp-format): New variable.
12279 (type-break-time-stamp): New function.
12280 (type-break-time-warning): Use it.
12281 (type-break-keystroke-warning): Use it.
12282 (type-break-noninteractive-query): Use it.
12283
12284 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12285 cookie.
12286 Use add-minor-mode to set minor-mode-alist, if available.
12287 (eldoc-echo-area-use-multiline-p): New user option.
12288 (eldoc-echo-area-multiline-supported-p): New variable.
12289 (eldoc-docstring-format-sym-doc): Use them.
12290 (eldoc-mode): If not using idle timers, append to local post and
12291 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12292 (eldoc-display-message-no-interference-p): Don't interfere with
12293 edebug.
12294 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12295 (eldoc-function-arglist): New function.
12296 (eldoc-function-argstring): Use it.
12297
12298 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12299 auto save directory exists before calling directory-files.
12300
123012000-07-23 Dave Love <fx@gnu.org>
12302
12303 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12304 ^o, ^u.
12305
123062000-07-21 Dave Love <fx@gnu.org>
12307
12308 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12309 now passed to the function. It now works properly.
12310
12311 * smerge-mode.el (smerge-mode-menu): Fill it out.
12312
123132000-07-20 Gerd Moellmann <gerd@gnu.org>
12314
12315 * info-look.el (info-lookup): If *info* is shown in another frame
12316 on the same display, select that frame, instead of switching to
12317 the Info buffer in another window of the selected frame.
12318
12319 * simple.el (universal-argument-map): Bind numeric keypad keys
12320 kp-0 to kp-9 and kp-subtract.
12321 (digit-argument): Handle these keys.
12322
123232000-07-20 Dave Love <fx@gnu.org>
12324
12325 * net/goto-addr.el (goto-address-fontify): Don't bother with
12326 buffer-modified and read-only stuff -- irrelevant with overlays.
12327 Put an extra property on the overlays and use it to clean up in
12328 case goto-address is re-run.
12329
123302000-07-19 Richard M. Stallman <rms@gnu.org>
12331
12332 * timer.el (run-with-idle-timer): Doc fix.
12333
12334 * mail/mail-utils.el (mail-strip-quoted-names):
12335 Handle case where <...> appears inside "...".
12336 Use replace-match to edit the string more simply.
12337 (rmail-dont-reply-to): Cope with an unmatched ".
12338
123392000-07-19 Dave Love <fx@gnu.org>
12340
12341 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12342 implementation.
12343
12344 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12345 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12346 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12347
123482000-07-19 Gerd Moellmann <gerd@gnu.org>
12349
12350 * textmodes/refer.el: Correct maintainer's email address.
12351
12352 * progmodes/hideif.el: Correct author's email address.
12353 Fix typo in comment.
12354
12355 * xml.el: New file.
12356
12357 * mail/mailheader.el: Correct author's mail address.
12358
12359 * gnus/parse-time.el: Correct author's mail address.
12360
123612000-07-19 Colin Walters <walters@cis.ohio-state.edu>
12362
12363 * comint.el (comint-highlight-input, comint-highlight-face):
12364 New user options.
12365 (comint-input-ring-file-name): Change custom type.
12366 (comint-mode-map): Bind mouse-2.
12367 (comint-insert-clicked-input): New function.
12368 (comint-send-input): Handle input highlighting.
12369
123702000-07-18 Stefan Monnier <monnier@cs.yale.edu>
12371
12372 * mouse.el (popup-menu): New function.
12373 (mouse-major-mode-menu): Use it.
12374
123752000-07-18 Dave Love <fx@gnu.org>
12376
12377 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12378 improvements.
12379
123802000-07-18 Gerd Moellmann <gerd@gnu.org>
12381
12382 * faces.el (face-font-selection-order)
12383 (face-font-family-alternatives): Add custom type.
12384
123852000-07-18 Dave Love <fx@gnu.org>
12386
12387 * cus-edit.el (custom-variable-reset-saved)
12388 (custom-variable-reset-standard): Remove unused bindings.
12389
12390 * rect.el (open-rectangle-line): Remove unused let.
12391
12392 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12393
123942000-07-18 Gerd Moellmann <gerd@gnu.org>
12395
12396 * cdl.el: Fix `Maintainer' keyword.
12397
12398 * play/pong.el: Add author's email address.
12399
124002000-07-17 Sam Steingold <sds@gnu.org>
12401
12402 * files.el (insert-directory): Call `split-string' instead of
12403 re-implementing it.
12404
124052000-07-18 Gerd Moellmann <gerd@gnu.org>
12406
12407 * mail/vms-pmail.el: Change maintainer to FSF.
12408
12409 * net/goto-addr.el: Change maintainer to FSF.
12410
12411 * info.el (Info-title-face-alist): Removed.
12412
124132000-07-18 David Ponce <david@dponce.com>
12414
12415 * recentf.el (recentf-open-files): New command that works like
12416 `recentf-open-more-files', but shows the whole list of files (not just
12417 those omitted from the menu). Useful if you don't use a menu-bar!
12418 (recentf-open-more-files) Modified to use `recentf-open-files'.
12419
12420 (recentf-open-files, recentf-open-more-files)
12421 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12422
12423 (recentf-dialog-mode): New mode for dialogs. You can now just type
12424 "q" to cancel the dialogs.
12425
124262000-07-18 David Ponce <david@dponce.com>
12427
12428 * recentf.el: This is a major update of recentf.el. It adds new
12429 features to better organize the recentf menu and "More..." buffer.
12430
12431 Using new provided menu filtering functions you can now organize the
12432 recent files list:
12433
12434 - by major modes
12435 - by directories
12436 - by user defined rules
12437
12438 Finally, with the new `recentf-filter-changer' customizable filter you
12439 can define a ring of filters and dynamically (via the menu) cycle on
12440 each menu organization in the ring (a la msb).
12441
124422000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12443
12444 * eshell/eshell.el (eshell): Replace links to eshell.info with
12445 links to eshell, to avoid problems on systems where the manual is
12446 installed as `eshell'.
12447 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12448 * eshell/em-smart.el (eshell-smart): Ditto.
12449 * eshell/em-banner.el (eshell-banner): Ditto.
12450 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12451
12452 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12453 same-file check in the MS-DOS version (it does support inodes).
12454
12455 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12456
12457 * eshell/eshell.el (eshell-directory-name):
12458 Run default directory name through convert-standard-filename.
12459
124602000-07-18 Kenichi Handa <handa@etl.go.jp>
12461
12462 * international/mule-cmds.el (select-safe-coding-system):
12463 Fix typo in the comment.
12464
12465 * language/european.el (compound-text):
12466 Force katakana-jisx0201 to be designated to G1.
12467
12468 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12469 Don't translate some national variant characters of latin-jisx0201.
12470 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12471
12472 * international/kkc.el (kkc-after-update-conversion-functions):
12473 New variable.
12474 (kkc-update-conversion): Run functions in it at the tail.
12475
124762000-07-16 John Wiegley <johnw@gnu.org>
12477
12478 * lisp/align.el (align-newline-and-indent):
12479 Adding new function. for auto-aligning blocks of code on RET.
12480 (align-region): Fixed badly formatted minibuffer message.
12481
124822000-07-17 Kenichi Handa <handa@etl.go.jp>
12483
12484 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12485 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12486 the conversion list at first if appropriate.
12487 (kkc-next): Don't update kkc-next-count here.
12488 (kkc-prev): Don't update kkc-prev-count here.
12489 (kkc-show-conversion-list-update): Fix setting up of conversion
12490 list message.
12491
124922000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12493
12494 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12495
124962000-07-16 Dave Love <fx@gnu.org>
12497
12498 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12499 function to be more specific.
12500
12501 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12502 non-string help-echo.
12503 (widget-types-convert-widget): Defsubst it.
12504 (widget-echo-help): Try to cope with a help-echo function of two
12505 possible sorts.
12506
125072000-07-15 Jason Rumney <jasonr@gnu.org>
12508
12509 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12510 Declare as obsolete.
12511
12512 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12513
125142000-07-14 Gerd Moellmann <gerd@gnu.org>
12515
12516 * hilit-chg.el: Fix typo.
12517
125182000-07-14 Dave Love <fx@gnu.org>
12519
12520 * info.el (Info-mode-menu): Fix use of :help, :enable.
12521
125222000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12523
12524 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12525
125262000-07-13 Dave Love <fx@gnu.org>
12527
12528 * emacs-lisp/easymenu.el: Doc fixes.
12529 (easy-menu-remove): Defalias to ignore.
12530
12531 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12532 Call throw correctly.
12533
125342000-07-13 Gerd Moellmann <gerd@gnu.org>
12535
12536 * faces.el (frame-background-mode): Doc fix.
12537
12538 * simple.el (eval-expression-print-length): Change custom type to
12539 allow entering nil as value.
12540
125412000-07-13 Dave Love <fx@gnu.org>
12542
12543 * progmodes/fortran.el (fortran-imenu-generic-expression):
12544 Change definition layout.
12545 (fortran-mode-menu): Reinstate customize entries.
12546
12547 * cus-edit.el (custom-group-menu-create, customize-menu-create):
12548 Use :filter, per old XEmacs code.
12549
125502000-07-12 Gerd Moellmann <gerd@gnu.org>
12551
12552 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12553 event when deciding what to send to the terminal.
12554
125552000-07-12 Dave Love <fx@gnu.org>
12556
12557 * cus-start.el: Add optional version as 4th element of specs and
12558 use it for several things new in v21. Remove load-path. Fix type
12559 of line-number-display-limit.
12560
125612000-07-11 Dave Love <fx@gnu.org>
12562
12563 * progmodes/fortran.el: Don't require easymenu.
12564 Use repeat counts in various regexps.
12565 (fortran-mode-syntax-table): Defvar directly.
12566 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12567 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12568 Use defvar, not defconst.
12569 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
12570 (fortran-mode): Set fortran-comment-line-start-skip,
12571 fortran-comment-line-start-skip, dabbrev-case-fold-search.
12572 (fortran-comment-indent): Use defsubst.
12573 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12574 Use fortran-comment-indent, not fortran-comment-indent-function.
12575 (fortran-comment-region, fortran-electric-line-number): Simplify.
12576 (fortran-auto-fill): New function.
12577 (fortran-do-auto-fill): Deleted.
12578 (fortran-find-comment-start-skip):
12579 Check for non-null comment-start-skip.
12580 (fortran-auto-fill-mode, fortran-fill-statement):
12581 Use fortran-auto-fill.
12582 (fortran-fill): Use fortran-auto-fill. Check for null
12583 comment-start-skip. Simplify final clause and use end-of-line finally.
12584
12585 * widget.el (widget-plist-member): New alias.
12586
125872000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
12588
12589 * eshell/esh-module.el (toplevel): Reference
12590 byte-compile-current-file only if it is bound.
12591
125922000-07-10 Gerd Moellmann <gerd@gnu.org>
12593
12594 * dired.el: Don't require `dired-aux'.
12595
125962000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12597
12598 * dired-aux.el (dired-show-file-type): New function.
12599 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12600 (dired-show-file-type): Add autoload.
12601
126022000-07-10 Kenichi Handa <handa@etl.go.jp>
12603
12604 * international/mule-diag.el (describe-font): Adjusted for the
12605 change of fontset-info.
12606 (print-fontset): Likewise.
12607
126082000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12609
12610 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12611
126122000-07-07 Gerd Moellmann <gerd@gnu.org>
12613
12614 * bindings.el: Bind `[delete]' to delete-char.
12615
12616 * dired.el (dired-find-alternate-file): New function.
12617 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12618 (toplevel): Require dired-aux when compiling.
12619 (dired-buffers): Move defvar within file to avoid compiler warning.
12620
12621 * info.el (Info-last-search): Variable removed.
12622 (Info-search-history): New variable.
12623 (Info-search): New Info-search-history.
12624
12625 * battery.el, info-look.el: Change author's mail address.
12626
126272000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12628
12629 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12630 if rmail-ignored-headers is nil.
12631 (rmail-retry-failure): Bind rmail-ignored-headers and
12632 rmail-displayed-headers to nil.
12633
126342000-07-06 Gerd Moellmann <gerd@gnu.org>
12635
12636 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12637 (print-region-1): Don't hard code `-h' here.
12638
12639 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12640
126412000-07-01 Francesco Potorti` <pot@gnu.org>
12642
12643 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12644 exim can use "your message" instead of "the message".
12645
126462000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12647
12648 * facemenu.el: Docstrings fixes.
12649 (facemenu-get-face): Don't use internal-find-face.
12650 (facemenu-iterate): Rename arg to match the docstring.
12651
12652 * newcomment.el (uncomment-region): Be more careful when skipping
12653 backwards over `=' not to bump into BOBP.
12654
126552000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12656
12657 * ediff-diff.el (ediff-wordify): Use syntax table.
12658 * ediff-init.el (ediff-has-face-support-p): Use
12659 ediff-color-display-p.
12660 (ediff-color-display-p): Use display-color-p, changed to defun
12661 from defsubst.
12662 Got rid of special cases for NeXT and OS/2.
12663 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12664 face.
12665
126662000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12667
12668 * emacs-lisp/lucid.el: Require CL.
12669 (copy-tree, remprop): Remove, it's provided by CL.
12670 (map-keymap): Define in terms of cl-map-keymap.
12671 (extent-property, set-extent-end-glyph): New functions.
12672
12673 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12674
126752000-07-05 Gerd Moellmann <gerd@gnu.org>
12676
12677 * Makefile.in (DONTCOMPILE): Add comment that the name may
12678 not be changed without changing the make-dist script.
12679
12680 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12681 (cl-mapc): Use mapc instead of cl-old-mapc.
12682
126832000-07-05 Andrew Innes <andrewi@gnu.org>
12684
12685 * makefile.nt: Add support for `bootstrap' and related targets.
12686
126872000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12688
12689 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12690 (easy-menu-do-define): Use `menu-item' format.
12691 Handle case where easy-menu-create-menu returns a symbol.
12692 Manually call the potential top-level filter in the function binding.
12693 (easy-menu-filter-return): New arg NAME.
12694 Convert to a keymap if MENU is an XEmacs menu.
12695 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12696 (easy-menu-converted-items-table, easy-menu-convert-item):
12697 New var and fun to memoize easy-menu-convert-item-1.
12698 (easy-menu-do-add-item): Use it.
12699 (easy-menu-create-menu): Use easy-menu-convert-item.
12700 Wrap easy-menu-filter-return around any :filter specification.
12701 Don't convert the menu if a filter was specified.
12702 Tell easy-menu-make-symbol not to check for MENU being an expression.
12703 (easy-menu-make-symbol): New arg NOEXP.
12704
127052000-07-05 Gerd Moellmann <gerd@gnu.org>
12706
12707 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12708 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12709 (eval-defun): If called with prefix arg, instrument code for
12710 Edebug.
12711
12712 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12713 similar to that of eval-defun.
12714
127152000-07-04 Dave Love <fx@gnu.org>
12716
12717 * hl-line.el (hl-line-overlay): Make it permanent-local.
12718
12719 * calendar/todo-mode.el: Replaced with a working version, based on
12720 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12721
127222000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12723
12724 * paths.el (prune-directory-list): New function.
12725 (Info-default-directory-list): Rewritten to more methodically
12726 enumerate a big list of possible info directories (based on the
12727 list used by the standalone info reader).
12728
12729 * info.el (info-initialize): Use prune-directory-list to remove
12730 non-existent directories from Info-directory-list.
12731
12732 * paths.el (Info-default-directory-list): Try a list of possible
12733 info-directories instead of a single one. Add the possible
12734 info directory "/usr/share/info".
12735
12736 * woman.el (woman-man.conf-path): Explicitly include the debian
12737 man-db config file "/etc/manpath.config".
12738 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12739 are present in `manpath.config'.
12740 (woman-manpath): Include "/usr/share/man".
12741
127422000-07-03 Gerd Moellmann <gerd@gnu.org>
12743
12744 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12745
12746 * startup.el (command-line): Initialize blink-cursor based
12747 on window-system.
12748
12749 * frame.el (blink-cursor): Default to nil if not running under
12750 a window-system.
12751
12752 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12753 (face-x-resources): Remove duplicate entry for :font.
12754
12755 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12756 instead of cycling through windows with next-window.
12757
12758 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12759 of cycling through windows with next-window.
12760
12761 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12762 of cycling through windows with next-window.
12763
12764 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12765 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12766 instead of cycling through windows with next-window.
12767
12768 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12769 instead of cycling through windows with next-window.
12770
12771 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12772 of cycling through windows with next-window.
12773
12774 * terminal.el (te-process-output): Use walk-windows instead of
12775 cycling through windows with next-window.
12776
12777 * server.el (server-switch-buffer): Use some-window instead of
12778 cycling through windows with next-window.
12779
12780 * window.el (some-window): New function.
12781 (walk-windows): Remove reference to walk-windows-start.
12782
12783 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12784
127852000-07-03 Richard Stallman <rms@gnu.org>
12786
12787 * window.el (walk-windows): Guarantee termination by keeping a list
12788 of all the windows already handled.
12789
127902000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12791
12792 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12793 window-system.
12794
12795 * man.el (Man-notify-when-ready): Don't use window-system. If
12796 Man-notify-method is newframe, and the display is not
12797 multi-frame, select the frame created for the man page.
12798 (Man-init-defvars): Doc fix.
12799
128002000-06-28 Gerd Moellmann <gerd@gnu.org>
12801
12802 * faces.el (region): Change background color for light background.
12803
12804 * ediff-wind.el (ediff-setup-control-frame): Remove :box
12805 attribute from mode-line face of Ediff control frame.
12806
12807 * replace.el (query-replace-map): Bind `e' like `E'.
12808
128092000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12810
12811 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12812 Change name to "Select All".
12813
12814 * dos-fns.el (convert-standard-filename): Fix last change.
12815
128162000-06-27 Gerd Moellmann <gerd@gnu.org>
12817
12818 * help.el (describe-variable): Don't insert a second `'s' in front
12819 of the string `value is shown below'. Since the syntax-table is
12820 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12821 an existing `'s', so that this won't be deleted.
12822
12823 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12824 * pcmpl-unix.el: New files.
12825
128262000-06-26 Stefan Monnier <monnier@cs.yale.edu>
12827
12828 * wid-edit.el (widget-member): Use the new plist-member.
12829
128302000-06-26 Gerd Moellmann <gerd@gnu.org>
12831
12832 * replace.el (perform-replace): Undo change of 2000-04-04.
12833 Instead, move backward 1 character at the end of the loop when
12834 necessary.
12835
12836 * faces.el (fringe): Change face for different backgrounds.
12837
12838 * eshell/esh-module.el (toplevel): Load defgroup's differently;
12839 patch from John.
12840
12841 * eshell/*.el: Change spelling of the Free Software Foundation.
12842
12843 * eshell/esh-toggle.el: Removed.
12844
12845 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12846
12847 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12848 interactively.
12849
128502000-06-26 Alex Schroeder <alex@gnu.org>
12851
12852 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12853 `define-key'; instead of checking `(emacs-version)' check for
12854 `set-keymap-parent' and `set-keymap-name' directly. Add entries
12855 for `;' and `o' which might be electric.
12856
12857 (sql-electric-stuff): New user option.
12858 (sql-magic-go): New function which uses `sql-electric-stuff'.
12859 (sql-magic-semicolon): New function which uses
12860 `sql-electric-stuff'.
12861
12862 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12863 is not fboundp.
12864
12865 (sql-oracle-options): New variable.
12866 (sql-oracle): Use it.
12867
12868 (sql-imenu-generic-expression): Doc change.
12869 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12870 is used.
12871
12872 (sql-informix): Added command line parameter "-" to force
12873 sql-informix-program to use stdout.
12874
128752000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
12876
12877 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12878 (cp864-decode-table): Doc fix.
12879 (cp720-decode-table): New variable, supports the Arabic OEM
12880 codepage used by Windows.
12881 (cp737-decode-table): New, Greek OEM codepage used by Windows.
12882
128832000-06-23 Dave Love <fx@gnu.org>
12884
12885 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12886 (font-lock-fontify-anchored-keywords): Use
12887 line-beginning-position.
12888 (global-font-lock-mode): Use mapc.
12889
128902000-06-23 Stefan Monnier <monnier@cs.yale.edu>
12891
12892 * eshell/esh-module.el: Require CL when compiling.
12893
128942000-06-23 Gerd Moellmann <gerd@gnu.org>
12895
12896 * comint.el (comint-substitute-in-file-name): Call replace-match
12897 with second and third arg t.
12898
12899 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12900 Specify foreground color.
12901
12902 * faces.el (tool-bar, mode-line, header-line): Specify foreground
12903 color.
12904
12905 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12906
12907 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12908 cddr instead of cdddr.
12909
12910 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12911 instead of copy-list.
12912
12913 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12914 of copy-list.
12915
12916 * subdirs.el: Add eshell subdirectory.
12917
12918 * eshell: New subdirectory containing the Eshell package.
12919
12920 * pcomplete.el: New file.
12921
129222000-06-23 Paul Eggert <eggert@twinsun.com>
12923
12924 * mail/mailpost.el (post-mail-send-it): Make sure file has
12925 proper permissions from birth.
12926
12927 * files.el (basic-save-buffer-2): When temporarily setting
12928 file modes, set them to current modes plus 0200, not to 0777.
12929
12930 * emerge.el (emerge-make-temp-file): Make sure file has proper
12931 permissions from birth.
12932
129332000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12934
12935 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12936 backup file name through convert-standard-filename.
12937
12938 * dos-fns.el (convert-standard-filename): Convert leading
12939 directories as well. When long file names are supported, convert
12940 characters that are invalid in Windows file names.
12941
129422000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12943
12944 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12945 ps-print crashes. New feature: page selection for printing. Create
12946 raw-text-unix coding system for XEmacs. Doc fix.
12947 (ps-print-version): New version number (5.2.3).
12948 (ps-plot-region): Bug fix.
12949 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12950 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12951 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12952 funs.
12953 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12954 (ps-last-page): New vars.
12955
129562000-06-21 Gerd Moellmann <gerd@gnu.org>
12957
12958 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12959 empty option string.
12960
129612000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12962
12963 * man.el (man): Doc fix.
12964
129652000-06-21 Kenichi Handa <handa@etl.go.jp>
12966
12967 * international/mule-cmds.el (set-language-info-alist): Docstring
12968 fixed.
12969
129702000-06-20 Gerd Moellmann <gerd@gnu.org>
12971
12972 * version.el (emacs-version): Use ISO date format.
12973
12974 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12975 instead of `M-backspace'.
12976
12977 * simple.el (turn-off-auto-fill): New function.
12978
129792000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12980
12981 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12982 Renamed from with-buffer-prepared-for-font-lock and use
12983 inhibit-modification-hooks rather than setting *-change-functions.
12984 Update all functions to use the new name.
12985 (jit-lock-first-unfontify-pos): New semantics (and doc).
12986 (jit-lock-mode): Make non-interactive.
12987 Don't automatically turn on font-lock.
12988 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12989 Always use jit-lock-after-change.
12990 Remove and restore font-lock-after-change-function.
12991 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12992 (jit-lock-after-unfontify-buffer): Remove.
12993 (jit-lock-stealth-fontify):
12994 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12995 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12996
129972000-06-20 Sam Steingold <sds@gnu.org>
12998
12999 * emacs-lisp/cl-indent.el (toplevel): Indent
13000 `print-unreadable-object' properly. Untabify.
13001
130022000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13003
13004 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13005 Support for bibentry.
13006 (reftex-compile-variables): Fixed problem with end of section-re.
13007
13008 * texmodes/reftex-dcr.el (reftex-view-crossref,
13009 reftex-view-crossref-from-bibtex):
13010 Deal with changed `reftex-find-citation-regexp-format'.
13011 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13012 Replaced `remprop' with `put'.
13013 (reftex-view-crossref, reftex-view-crossref-when-idle):
13014 Support for bibentry.
13015
13016 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13017 New entry for bibentry package.
13018
13019 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13020 Regexp also matches "\nobibliography".
13021
13022 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13023 Call `reftex-ensure-write-access' before doing anything.
13024 (reftex-ensure-write-access): New function.
13025
130262000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13027
13028 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13029
13030 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13031
13032 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13033
13034 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13035
13036
130372000-06-20 Dave Love <fx@gnu.org>
13038
13039 * faces.el (frame-background-mode): Use set-default, not set, in
13040 setter.
13041 (frame-update-faces, frame-update-face-colors): Define with
13042 defalias.
13043
13044 * enriched.el (enriched-decode-foreground)
13045 (enriched-decode-background): Don't use internal-find-face.
13046
13047 * apropos.el: Doc fixes.
13048
13049 * cus-edit.el (customize-changed-options): Check arg.
13050 (customize-version-lessp): Don't require decimal point.
13051
13052 * custom.el (defcustom, defgroup): Doc fix.
13053
13054 * newcomment.el (comment) <defgroup>: Add :version.
13055 (comment-multi-line): Doc fix.
13056
13057 * emulation/mlsupport.el (define-hooked-local-abbrev,
13058 define-hooked-global-abbrev): Fix, using define-abbrev.
13059
130602000-06-19 Gerd Moellmann <gerd@gnu.org>
13061
13062 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13063 the whole buffer.
13064
130652000-06-19 Dave Love <fx@gnu.org>
13066
13067 * menu-bar.el (menu-bar-options-save): New function.
13068 (menu-bar-options-menu): Use it.
13069 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13070 Simplify.
13071
130722000-06-19 Andreas Schwab <schwab@suse.de>
13073
13074 * progmodes/etags.el (tags-query-replace): Put new parameters
13075 START and END at the end, for backward compatibility.
13076
130772000-06-19 Kenichi Handa <handa@etl.go.jp>
13078
13079 * international/codepage.el:
13080 (cp-coding-system-for-codepage-1): Delete special codes for
13081 generating xxx-dos coding system because now a CCL based coding
13082 system can handle EOL conversion by default.
13083
13084 * international/mule.el (make-coding-system): Generate subsidiary
13085 coding systems for EOL handling variants even for a CCL based
13086 coding system.
13087
130882000-06-19 Kenichi Handa <handa@etl.go.jp>
13089
13090 * international/isearch-x.el (isearch-minibuffer-input-method)
13091 (isearch-minibuffer-input-method-function): These variables
13092 deleted.
13093 (isearch-with-input-method): Don't use the above variables.
13094 (isearch-process-search-multibyte-characters): Likewise. Call
13095 read-string with the arg INHERIT-INPUT-METHOD t.
13096
130972000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13098
13099 * font-lock.el (font-lock-after-fontify-buffer)
13100 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13101
13102 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13103 Use consistent make-local-variable style for font-lock-fontified.
13104 (jit-lock-fontify-buffer):
13105 Don't bother checking for font-lock-mode and jit-lock-mode.
13106
13107 * time.el: Remove trailing ^M that prevent CVS-merging.
13108
131092000-06-16 Gerd Moellmann <gerd@gnu.org>
13110
13111 * Makefile.in (distclean): New target.
13112
131132000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13114
13115 * Makefile.in (srcdir): Define for update-subdirs.
13116
131172000-06-16 Gerd Moellmann <gerd@gnu.org>
13118
13119 * find-lisp.el: New file.
13120
131212000-06-16 Andrew Innes <andrewi@gnu.org>
13122
13123 * time.el (display-time-mail-function): New variable, to allow
13124 external packages to indicate when new mail is available.
13125 (display-time-update): Use it.
13126
131272000-06-16 Kenichi Handa <handa@etl.go.jp>
13128
13129 * international/mule.el (mule-version): Change version name to
13130 SAKAKI. AOI has already been used by Meadow.
13131
13132 * international/quail.el (quail-show-guidance-buf): To find the
13133 bottom window (but minibuffer), pay attention to the height of
13134 minibuffer.
13135
131362000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13137
13138 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13139 menu-bar menus. Add help strings. Don't remove the Edit menu
13140 from the menu bar, as the menu bar has enough space now.
13141
13142 * Makefile.in (SHELL): Make sure /bin/sh is used.
13143
13144 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13145 characters, which use series of two ^H characters instead of one.
13146
131472000-06-15 Gerd Moellmann <gerd@gnu.org>
13148
13149 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13150 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13151 functions.
13152 (Info-find-node-2): Try a case-sensitive search first, then
13153 do a case-insensitive search.
13154
13155 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13156 tutorials.
13157
13158 * complete.el (PC-env-vars-alist): New variable.
13159 (PC-complete-as-file-name): New function.
13160 (partial-completion-mode): Initialize PC-env-vars-alist from
13161 process-environment.
13162 (PC-do-completion): Handle completion of env vars.
13163
13164 * info.el (Info-set-mode-line): Show file name in mode line,
13165 use `*Info*' instead of `Info:'.
13166
13167 * startup.el (command-line-1): Change copyright messages to year
13168 2000.
13169
131702000-06-15 Dave Love <fx@gnu.org>
13171
13172 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13173 not local-map.
13174
131752000-06-15 Kenichi Handa <handa@etl.go.jp>
13176
13177 * international/mule.el (set-buffer-file-coding-system): Almost
13178 rewritten to handle `undecided' as no-op.
13179
131802000-06-14 Gerd Moellmann <gerd@gnu.org>
13181
13182 * Makefile.in: New file.
13183
13184 * Makefile: Removed.
13185
13186 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13187 (goto-address-highlight-keymap): Bind C-c RET.
13188
131892000-06-14 Kenichi Handa <handa@etl.go.jp>
13190
13191 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13192 inherits buffer-file-coding-system of the current buffer.
13193
13194 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13195 0. Give correct argument to set-auto-coding-function.
13196 (tar-expunge): For goto-char, use (point-min), not 0.
13197 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13198 (tar-subfile-save-buffer): Likewize.
13199
13200 * international/mule.el
13201 (after-insert-file-set-buffer-file-coding-system): Call
13202 set-buffer-file-coding-system with the arg FORCE t.
13203
132042000-06-13 Gerd Moellmann <gerd@gnu.org>
13205
13206 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13207 nil. Contemporary sendmails issue an X-Authentication-Warning if
13208 the sender is set with `-f'.
13209
132102000-06-13 Dave Love <fx@gnu.org>
13211
13212 * help.el (describe-function-1): Kluge around cases of functions
13213 fset to subrs whose doc doesn't match their symbol-name.
13214
13215 * image.el (insert-image): Default STRING to a space.
13216
13217 * info.el Doc fixes.
13218 (Info-build-node-completions): Match Ref tags.
13219
132202000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13221
13222 * frame.el (display-multi-frame-p, display-multi-font-p): New
13223 defaliases for display-graphic-p.
13224
13225 * hl-line.el: Fixed a typo in commentary.
13226
132272000-06-13 Kenichi Handa <handa@etl.go.jp>
13228
13229 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13230 fixed.
13231
132322000-06-12 Dave Love <fx@gnu.org>
13233
13234 * image.el (insert-image): Save a little consing.
13235
132362000-06-12 Kenichi Handa <handa@etl.go.jp>
13237
13238 * language/tibet-util.el: Convert all tibetan-1-column characters
13239 to the corresponding tibetan characters.
13240 (tibetan-add-components): Delete code for the special treatment of
13241 'a chung.
13242
13243 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13244 change.
13245 (tibetan-vowel-transcription-alist): More rules added.
13246 (tibetan-composite-vowel-alist): New variable.
13247 (tibetan-precomposition-rule-alist): More rules added.
13248
132492000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13250
13251 * startup.el (command-line): Only call menu-bar-mode if interactive.
13252
13253 * thingatpt.el (toplevel symbol-properties):
13254 * textmodes/makeinfo.el (makeinfo-compile):
13255 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13256 * progmodes/hideif.el (hif-compress-define-list)
13257 (hide-ifdef-use-define-alist):
13258 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13259 (ange-ftp-vms-add-file-entry):
13260 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13261 * man.el (Man-build-man-command):
13262 * mail/rnewspost.el (news-reply-header-hook):
13263 * info.el (Info-insert-dir):
13264 * emulation/mlconvert.el (backward-word, forward-word, setq):
13265 * emacs-lisp/gulp.el (gulp-send-requests):
13266 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13267 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13268 (byte-optimize-apply, end of file):
13269 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13270 (ad-make-freeze-definition):
13271 * startup.el (command-line, command-line-1): Don't quote lambdas.
13272
13273 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13274 (cvs-cleanup-removed): New function.
13275 (cvs-cleanup-functions): New var.
13276 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13277 some flexibility in specifying additional entries to auto-cleanup.
13278 (cvs-quickdir): New function.
13279 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13280 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13281 (cvs-mode-find-file): Check that we are on a filename or dirname
13282 when invoked through a mouse-click.
13283 (cvs-full-path): Remove.
13284 (cvs-dired-action): Re-introduced.
13285 (cvs-dired-noselect): Use it.
13286 (vc-post-command-functions): use this new hook if available.
13287
13288 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13289 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13290 (cvs-filename-map, cvs-dirname-map): Remove.
13291 (cvs-default-action): Remove.
13292 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13293 if the arg is really a keymap.
13294 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13295 Don't hardcode the mapping from state (aka type) to face, but check
13296 the var cvs-fi-<type>-face instead.
13297 (cvs-fileinfo-from-entries): New function.
13298
13299 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13300 Docstring fix.
13301 (cvs-find-file-and-jump): Change default to be safer.
13302 (cvs-mode-diff-map): Define it as a function as well.
13303 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13304 Bind mouse-2 in this global map rather than with text-properties.
13305
13306 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13307 file to resolve the ambiguity between C(conflict) and C(need-merge).
13308
133092000-06-12 Kenichi Handa <handa@etl.go.jp>
13310
13311 * international/mule.el (set-buffer-file-coding-system): If
13312 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13313 unconditionally.
13314
133152000-06-12 Dave Love <fx@gnu.org>
13316
13317 * wid-edit.el (widget-specify-button): Really suppress the face if
13318 required.
13319
133202000-06-11 Gerd Moellmann <gerd@gnu.org>
13321
13322 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13323
133242000-06-11 Stefan Monnier <monnier@cs.yale.edu>
13325
13326 * imenu.el (imenu-generic-expression): Docstring fix.
13327
13328 * composite.el (composition-function-table): Move the `put'
13329 below the autoload cookie so we can load the file before loaddefs.
13330
13331 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13332
13333 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13334 Handle easy-mmode-define-global-mode.
13335 For complex macros like define-minor-mode that can generate
13336 several autoload entries, try to autoload entries in the
13337 macroexpanded code.
13338
13339 * emacs-lisp/easy-mmode.el (define-minor-mode):
13340 If KEYMAP is a symbol, just use it.
13341 Use byte-compile-current-file and load-file-name to infer the
13342 proper :require to pass to defcustom.
13343 Wrap the hook var into `progn' so as not to autoload it.
13344 Add a :autoload-end cookie.
13345 Be more careful about the evaluation of KEYMAP.
13346 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13347 (define-derived-mode): Move define-abbrev-table outside of defvar.
13348
133492000-06-10 Stefan Monnier <monnier@cs.yale.edu>
13350
13351 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13352 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13353 (backup-compiled-files): Ignore errors during `tar'.
13354 (bootstrap): Make autoloads before elc files.
13355
133562000-06-10 Kenichi Handa <handa@etl.go.jp>
13357
13358 * international/mule.el (set-buffer-file-coding-system): If one of
13359 undecided-XXX is specified, change only EOL conversion.
13360
13361 * international/mule-conf.el (unix): New alias for the coding
13362 system undecided-unix.
13363
133642000-06-09 Dave Love <fx@gnu.org>
13365
13366 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
13367
13368 * progmodes/executable.el: Byte compile dynamic.
13369 (executable-insert): Change custom type.
13370 (executable-find): Add autoload cookie.
13371 (executable-make-buffer-file-executable-if-script-p): New
13372 function. After Noah Friedman.
13373
13374 * files.el (after-save-hook): Customize, with
13375 executable-make-buffer-file-executable-if-script-p as an option.
13376
133772000-06-09 Kenichi Handa <handa@etl.go.jp>
13378
13379 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13380 "tib24p-mule.bdf" for Tibetan.
13381
13382 * composite.el (decompose-composite-char): Declare it as obsolete.
13383
13384 * man.el (Man-fontify-manpage): Pay attention to underline and
13385 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13386
133872000-06-08 Gerd Moellmann <gerd@gnu.org>
13388
13389 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13390 Set maintainer to FSF since author isn't reachable.
13391
133922000-06-08 Dave Love <fx@gnu.org>
13393
13394 * international/mule-cmds.el (select-safe-coding-system): If
13395 DEFAULT-CODING-SYSTEM is not specified, also check the most
13396 preferred coding-system if buffer-file-coding-system is
13397 `undecided'. From Handa.
13398
133992000-06-08 Kenichi Handa <handa@etl.go.jp>
13400
13401 * international/mule.el
13402 (after-insert-file-set-buffer-file-coding-system): If the buffer
13403 size is greater than INSERTED, judget that we are not visiting.
13404
134052000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13406
13407 * whitespace.el (defgroup whitespace): Comment out `:version'.
13408 XEmacs 20.4 has problems defining the group with this present.
13409 We'll have this commented out till get resolve the problem.
13410
134112000-06-07 John Wiegley <johnw@gnu.org>
13412
13413 * align.el (align-dq-string-modes, align-sq-string-modes)
13414 (align-open-comment-modes): Add pyhton-mode.
13415 (align-rules-list): Use get-text-property instead of
13416 text-properties-at.
13417 (align-rules-list): Add python-assignment.
13418 (align-rules-list): Change perl-comma-delimiter to
13419 basic-comma-delimiter. Use if for Perl modes and python-mode.
13420 (align-rules-list): Add python-chain-logic and
13421 basic-line-continuation.
13422
134232000-06-07 Jari Aalto <jari.aalto@poboxes.com>
13424
13425 * apropos.el (apropos-mode-hook): New user variable.
13426 (apropos-mode): Run apropos-mode-hook.
13427
134282000-06-07 David Ponce <david@dponce.com>
13429
13430 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13431 commands. Require `wid-edit' at run-time.
13432
134332000-06-07 David Ponce <david@dponce.com>
13434
13435 * recentf.el: Added some "Commentary".
13436 (recentf-open-more-files, recentf-edit-list): Minor changes to
13437 move the point at the top of the file list. This behaviour is
13438 consistent with the menu one when the list contains a lot of
13439 files.
13440 (recentf-cleanup): Now displays the number of items removed from
13441 the list.
13442 (recentf-relative-filter) New menu filter to show filenames
13443 relative to `default-directory'.
13444
134452000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13446
13447 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13448 with/without giving an error if PostScript printer doesn't have this
13449 kind of page size. Zebra Stripe continues or restarts on next page.
13450 Manual/automatic paper feeding. Switch or not the header.
13451 (ps-print-version): New version number (5.2.2).
13452 (ps-windows-system): Include emx as a Windows system.
13453 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13454 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13455 (ps-background-text): Code fix.
13456 (ps-error-handler-message, ps-user-defined-prologue)
13457 (ps-print-prologue-header, ps-printer-name)
13458 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13459 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13460 (ps-use-face-background): Customization fix.
13461 (ps-n-up-database): Data fix.
13462 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13463 (ps-switch-header): New vars.
13464 (ps-xemacs-color-name, ps-face-foreground-name)
13465 (ps-face-background-name, ps-boolean-constant): New funs.
13466
134672000-06-07 Dave Love <fx@gnu.org>
13468
13469 * allout.el: New version from Manheimer.
13470
134712000-06-07 Kenichi Handa <handa@etl.go.jp>
13472
13473 * textmodes/fill.el (fill-find-break-point): Check the validity of
13474 charset.
13475
134762000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13477
13478 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13479 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13480 Call display-color-p and display-mouse-p instead of looking at
13481 window-system.
13482
134832000-06-06 Dave Love <fx@gnu.org>
13484
13485 * image.el (find-image): Doc fix. Return nil if image not found.
13486 (put-image, insert-image): Make STRING arg optional.
13487
134882000-06-06 Kenichi Handa <handa@etl.go.jp>
13489
13490 * language/vietnamese.el: Remove eval-when-compile.
13491 (viet-viscii-nonascii-translation-table): Define it as a
13492 translation table made from viet-viscii-decode-table.
13493 (viet-viscii-encode-table): Define it as a translation table made
13494 from the reverse map of above.
13495 (viet-vscii-nonascii-translation-table): Define it as a
13496 translation table made from viet-vscii-decode-table.
13497 (viet-vscii-encode-table): Define it as a translation table made
13498 from the reverse map of above.
13499 (ccl-decode-viscii): Use translate-character.
13500 (ccl-encode-viscii, ccl-encode-viscii-font)
13501 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13502 Likewize.
13503
13504 * language/cyrillic.el: Remove eval-when-compile.
13505 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13506 translation table made from cyrillic-koi8-r-decode-table.
13507 (cyrillic-koi8-r-encode-table): Define it as a translation table
13508 made from the reverse map of above.
13509 (ccl-decode-koi8): Use translate-character.
13510 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13511 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13512 a translation table made from cyrillic-alternativnyj-decode-table.
13513 (cyrillic-alternativnyj-encode-table): Define it as a translation
13514 table made from the reverse map of above.
13515 (ccl-decode-alternativnyj): Use translate-character.
13516 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13517 Likewize
13518
13519 * international/mule-diag.el (non-iso-charset-alist): Specify
13520 translation table symbol instead of translation table itself.
13521 (list-block-of-chars): CHARSET may be a translation table symbol.
13522
13523 * international/mule.el (make-coding-system): If CODING-SYSTEM
13524 already exists, override it.
13525
13526 * international/fontset.el: Use family `proportional' for Tibetan
13527 fonts.
13528
13529 * international/ccl.el (ccl-compile-translate-character): Don't
13530 check if Rrr has property translation-table.
13531 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13532
135332000-06-05 Gerd Moellmann <gerd@gnu.org>
13534
13535 * info.el: Bind case-fold-search to t when searching in case
13536 a user sets it to nil in a hook.
13537
135382000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13539
13540 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13541 * hl-line.el (hl-line-mode): Use the new :global key argument.
13542
13543 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13544 (tar-clip-time-string): Prepend a space.
13545 (tar-grind-file-mode): Construct a string rather than modifying one.
13546 (tar-header-block-summarize): Fix docstring.
13547 Use `format' rather than an error-prone set of copy-loops.
13548
13549 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13550 (diff-goto-source, diff-unified->context, diff-context->unified)
13551 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13552 understand the format output by the `-p' argument to diff.
13553
13554 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13555 (sh-re-done): Use defconst.
13556 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13557 (sh-help-string-for-variable, sh-guess-basic-offset):
13558 Don't quote lambdas.
13559 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
13560 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13561
13562 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13563 (mh-letter-mode): Derive from text-mode.
13564 This implicitly means that it now calls kill-all-local-variables.
13565 Also remove the Emacs-18 compatibility code.
13566
13567 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13568 Make use of symbol-property doc-string-elt.
13569 Use memq rather than a sequence of eq.
13570 (doc-string-elt): Fix the wrong or missing previously unused values.
13571 (autoload-print-form): New function extracted from
13572 generate-file-autoloads to allow recursion when handling progn
13573 so that defvar's and defun's docstrings are properly printed.
13574 (generate-file-autoloads): Use it.
13575
13576 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13577 Use find-file-hooks in the minor-mode function.
13578 Be careful not to loop indefinitely in the post-command-hook function.
13579
135802000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
13581
13582 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13583 tty's.
13584 * ediff-diff.el (ediff-exec-process): Use --binary for fine
13585 differences whenever appropriate.
13586 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13587 * viper.el (find-file, find-file-other-window): Get viper to do
13588 wildcards.
13589
135902000-06-04 Stefan Monnier <monnier@cs.yale.edu>
13591
13592 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13593 (jit-lock-fontify-buffer): New function for JIT refontification.
13594 (jit-lock-mode): Fix docstring.
13595 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13596 Remove jit-lock-after-change from the _local_ hook.
13597 (jit-lock-function-1): Fix docstring.
13598
13599 * info.el (Info-on-current-buffer): Initialize info.
13600
13601 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13602
13603 * progmodes/tcl.el (tcl-indent-for-comment):
13604 Ignore comment-indent-hook.
13605
13606 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13607 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13608 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13609 and improve to use the lighter to guess the capitalization.
13610 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13611 Add keyword arguments to specify global-ness or the custom group.
13612 Add local-map and help-echo properties to the lighter.
13613 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13614 (easy-mmode-define-global-mode): New macro.
13615
136162000-06-02 Dave Love <fx@gnu.org>
13617
13618 * wid-edit.el: byte-compile-dynamic since we typically don't use
13619 all the widgets. Don't require cl or widget. Remove
13620 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13621 (widget-read-event): Removed. Callers changed to use read-event.
13622 (widget-button-release-event-p): Renamed from
13623 button-release-event-p.
13624 (widget-field-add-space, widget-field-use-before-change):
13625 Uncustomize.
13626 (widget-specify-field): Use keymap property, not local-map.
13627 (widget-specify-button): Obey :suppress-face.
13628 (widget-specify-insert): Use modern backquote syntax.
13629 (widget-image-directory): Renamed from widget-glyph-directory.
13630 (widget-image-enable): Renamed from widget-glyph-enable.
13631 (widget-image-find): Replaces widget-glyph-find.
13632 (widget-button-pressed-face): Move defvar.
13633 (widget-image-insert): Replaces widget-glyph-insert.
13634 (widget-convert): Use keywordp.
13635 (widget-leave-text, widget-children-value-delete): Use mapc.
13636 (widget-keymap): Remove XEmacs stuff.
13637 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13638 (widget-button-click): Don't set point at the click, but re-centre
13639 if we scroll out of window. Rewritten for images v. glyphs &c.
13640 (widget-tabable-at): Use POS arg, not point.
13641 (widget-beginning-of-line, widget-end-of-line)
13642 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13643 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13644 (widget-default-create): Use widget-image-insert; some rewriting.
13645 (widget-visibility-value-create)
13646 (widget-push-button-value-create, widget-toggle-value-create): Use
13647 widget-image-insert.
13648 (checkbox): Create on and off images dynamically.
13649 (documentation-link): Change :help-echo.
13650 (widget-documentation-link-echo-help): Remove.
13651
136522000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13653
13654 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13655
13656 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13657 (easy-mmode-define-toggle, define-minor-mode): Use it.
13658 (easy-mmode-define-keymap): Docstring fix.
13659 (define-derived-mode): Default PARENT to fundamental-mode.
13660 Add the derived-mode-parent symbol-property.
13661 (easy-mmode-derived-mode-p): New function.
13662
136632000-06-02 Dave Love <fx@gnu.org>
13664
13665 * files.el (convert-standard-filename): Doc fix.
13666 (normal-backup-enable-predicate): New function.
13667 (backup-enable-predicate): Use it to replace the lambda form.
13668
13669 * calendar/todo-mode.el: [This needs more work on the outline
13670 stuff.] Doc fixes.
13671 (todo) <defgroup>: Add :version.
13672 (todo-add-category): Don't use pushnew.
13673 (todo-cmd-raise): Fix typo.
13674 (todo-top-priorities): Change temp buffer name.
13675 (todo-category-alist): Avoid redundant lambda.
13676 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13677 Use outline-next-heading.
13678
13679 * autoarg.el: Rewritten to use define-minor-mode.
13680 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13681 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13682
136832000-06-02 Kenichi Handa <handa@etl.go.jp>
13684
13685 * isearch.el (isearch-other-meta-char): Fix previous change.
13686
136872000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13688
13689 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13690 (log-edit-done): Only add the comment to the ring if it's different
13691 from the last comment entered.
13692
13693 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13694
136952000-06-01 Dave Love <fx@gnu.org>
13696
13697 * hl-line.el: Rewritten using define-minor-mode.
13698
13699 * help.el (describe-function-1): Distinguish special form from
13700 builtin function. Sanity-check presence of arglist for builtins.
13701
137022000-06-01 Kenichi Handa <handa@etl.go.jp>
13703
13704 * international/characters.el: Fix syntax/category setting of
13705 Tibetan characters.
13706
13707 * language/tibet-util.el (tibetan-add-components): Fixes for new
13708 encoding of Tibetan characters.
13709 (tibetan-decompose-precomposition-alist): New variable.
13710 (tibetan-decompose-region): Convert precomposed characters to
13711 non-precomposed characters.
13712 (tibetan-decompose-string): Likewise.
13713 (tibetan-composition-function): Fix args to
13714 thibetan-compose-string.
13715
13716 * language/tibetan.el (tibetan-composable-pattern): More
13717 characters included.
13718 (tibetan-consonant-transcription-alist): Rule for "R" added.
13719 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13720 "+R" added.
13721 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13722
13723 * language/lao-util.el (lao-composition-function): Fix args to
13724 compose-string.
13725
13726 * language/thai-util.el (thai-composition-function): Fix args to
13727 compose-string.
13728
13729 * isearch.el (isearch-update): Set disable-point-adjustment to t
13730 to prevent the point moving to the end of a composition when a
13731 part of a composition is searched.
13732 (isearch-other-meta-char): If the key invoking this command can be
13733 mapped by function-key-map to a printing char, call
13734 isearch-process-search-char directly.
13735
137362000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13737
13738 * emacs-lisp/bytecomp.el:
13739 * frame.el:
13740 * international/mule-cmds.el:
13741 * international/mule-util.el:
13742 * international/mule.el:
13743 * mouse.el:
13744 * subr.el:
13745 * faces.el: Update calls to make-obsolete with a WHEN argument.
13746
13747 * byte-run.el (make-obsolete, make-obsolete-variable):
13748 Add an optional WHEN argument and change the format of the
13749 symbol-property information.
13750 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13751 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13752 new obsolete-symbol-property format and print WHEN if it is provided.
13753
137542000-05-31 Dave Love <fx@gnu.org>
13755
13756 * loadhist.el (loadhist-hook-functions): Remove
13757 before-change-function, after-change-function.
13758 (unload-feature): Deal with symbols which are both bound and
13759 fbound.
13760
13761 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13762 before-change-function, after-change-function.
13763
13764 * simple.el (newline): Don't bind before-change-function,
13765 after-change-function.
13766
137672000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13768
13769 * whitespace.el (whitespace-rescan-timer-time): Update interval
13770 set to 600 seconds (10 minutes) instead of 60 seconds since
13771 a large number of whitespace buffers causes emacs to `freeze'
13772 for a considerable amount of time.
13773
13774 * whitespace.el: Updated email address
13775
137762000-05-31 Dave Love <fx@gnu.org>
13777
13778 * add-log.el (change-log-font-lock-keywords) <function>: Add
13779 pattern for function of change.
13780 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13781 acknowledgements patterns.
13782
137832000-05-31 Kenichi Handa <handa@etl.go.jp>
13784
13785 * isearch.el (isearch-printing-char): If keyboard coding system is
13786 being used, call isearch-process-search-multibyte-characters.
13787
13788 * international/isearch-x.el: Mostly rewritten.
13789
13790 * international/quail.el (quail-start-conversion): Don't include
13791 unhandled events in the returned events, but set them in
13792 unread-command-events. Exit if all inputs are deleted.
13793
137942000-05-30 Jason Rumney <jasonr@gnu.org>
13795
13796 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13797
13798 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13799 Reenable code to create initial fontsets.
13800 Use set-fontset-font in place of put-charset-property.
13801
138022000-05-30 Gerd Moellmann <gerd@gnu.org>
13803
13804 * progmodes/perl-mode.el (perl-indent-line): When looking for a
13805 label, ensure that the first colon isn't followed by another.
13806
13807 * paths.el (Info-default-directory-list): Doc fix.
13808
13809 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13810 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13811 send a query containing USER only, not USER@HOST.
13812
13813 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13814 and rmail-msgend to compute the restriction at the end, instead of
13815 computing it.
13816
138172000-05-29 Gerd Moellmann <gerd@gnu.org>
13818
13819 * dabbrev.el (dabbrev-expand): Don't display messages in the
13820 echo area if the minibuffer window is active.
13821
13822 * jit-lock.el (jit-lock-mode): Add after change function to
13823 local hook.
13824
138252000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
13826
13827 * antlr-mode.el: New commands: hide/unhide actions,
13828 upcase/downcase literals.
13829 (antlr-tiny-action-length): New user option.
13830 (antlr-hide-actions): New command. Suggested by
13831 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13832 (antlr-mode-map): New binding [C-c C-v].
13833 (antlr-mode-menu): New entries.
13834 (antlr-downcase-literals): New command.
13835 (antlr-upcase-literals): Ditto.
13836
13837 * antlr-mode.el: Minor changes: indendation, mode-name.
13838 (antlr-indent-line): Indent cpp directive at column 0.
13839 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13840
13841 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13842 (antlr-font-lock-additional-keywords): Workaround for intentional
13843 bug in XEmacs version of font-lock.
13844 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
13845 be used by a smarter version of `buffers-menu-grouping-function'.
13846
138472000-05-29 Gerd Moellmann <gerd@gnu.org>
13848
13849 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13850 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13851
138522000-05-29 Kenichi Handa <handa@etl.go.jp>
13853
13854 * international/encoded-kb.el
13855 (encoded-kbd-iso2022-designation-map): Pay attention to that
13856 charset-iso-final-char return -1 for eight-bit-control and
13857 eight-bit-graphic.
13858
138592000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13860
13861 * speedbar.el (speedbar-use-images, speedbar-update-flag)
13862 (speedbar-easymenu-definition-base): Use display-graphic-p where
13863 available, instead of window-system.
13864
138652000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13866
13867 * international/codepage.el (cp-coding-system-for-codepage-1): Add
13868 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13869 coding systems.
13870
138712000-05-26 Dave Love <fx@gnu.org>
13872
13873 * disp-table.el (standard-display-underline): Don't use
13874 internal-find-face.
13875
13876 * mail/reporter.el: Maintainer change. Doc fixes.
13877 (reporter-version): Deleted.
13878
13879 * emacs-lisp/elp.el: Maintainer change.
13880 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13881
138822000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13883
13884 * add-log.el (add-change-log-entry): Merge the current entry with the
13885 previous one if the previous one is empty.
13886
138872000-05-26 Dave Love <fx@gnu.org>
13888
13889 * loadhist.el (unload-feature): Fix interactive spec [from
13890 lijnzaad@ebi.ac.uk].
13891
13892 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13893 subr-arity to check primitives.
13894 (byte-compile-flush-pending, byte-compile-file-form-progn)
13895 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13896 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13897 mapcar.
13898
138992000-05-26 Kenichi Handa <handa@etl.go.jp>
13900
13901 * international/fontset.el: Set family names of non-latin charsets
13902 in default fontset to "*".
13903
13904 * international/mule-diag.el (print-fontset): Combine family part
13905 and registry part of the fontname by "-*-" instead of "-".
13906
13907 * international/mule-cmds.el (encode-coding-char): Make strings
13908 multibyte before calling encode-coding-string.
13909
139102000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13911
13912 * derived.el: Fix keywords.
13913 (define-derived-mode): Only define if needed.
13914
13915 * simple.el (fill-comment, comment-column, comment-start)
13916 (comment-start-skip, comment-end, comment-indent-function)
13917 (block-comment-start, block-comment-end, indent-for-comment)
13918 (set-comment-column, kill-comment, comment-padding, comment-region)
13919 (comment-multi-line, indent-new-comment-line): Remove.
13920
13921 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13922 function names for comment operations.
13923
13924 * newcomment.el: Add abundant autoload cookies.
13925 (comment-style): Don't depend on runtime data at compile-time.
13926 (comment-indent-hook): Remove.
13927 (comment-indent): Check if comment-indent-hook is bound.
13928 (comment-region): Docstring fix.
13929
139302000-05-25 Dave Love <fx@gnu.org>
13931
13932 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13933 byte-code-function-p.
13934
13935 * mail/rmailsum.el: Add provide.
13936
13937 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13938
13939 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13940 defcustom.
13941
139422000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13943
13944 * ediff-diff.el (ediff-exec-process): delete --binary option from
13945 non-buffer ediff jobs.
13946
139472000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13948
13949 * hilit-chg.el (highlight-changes-mode): Ask about color or
13950 grayscale support, not about window-system.
13951
13952 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13953 window-system.
13954 (ffap-highlight): Always default to t.
13955
13956 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13957 display-popup-menus-p instead of looking at window-system.
13958
13959 * disp-table.el (standard-display-g1, standard-display-graphic):
13960 Only refuse to use string glyphs on X and MS-Windows.
13961
13962 * avoid.el: Remove window-system from commentary, suggest to use
13963 display-*-p instead.
13964
13965 * apropos.el (apropos-print): Use display-mouse-p instead of
13966 window-system.
13967
139682000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13969
13970 * international/codepage.el (cp-decoding-vector-for-codepage):
13971 Fill up unsupported characters with their own codes. From Kenichi
13972 Handa.
13973
139742000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13975
13976 * international/mule-diag.el (describe-char-after): Use
13977 display-graphic-p instead of window-system, so that this function
13978 works on MS-DOS.
13979
139802000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13981
13982 * international/codepage.el (cp-make-coding-systems-for-codepage):
13983 Remove the eight-bit-graphic and eight-bit-control charsets from
13984 the list of charsets which we convert into `?'.
13985
139862000-05-25 Kenichi Handa <handa@etl.go.jp>
13987
13988 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13989 private charsets.
13990 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13991 japanese-jisx0213-2): New charsets.
13992
13993 * international/fontset.el: Setup default fontset for new charsets.
13994
139952000-05-24 Dave Love <fx@gnu.org>
13996
13997 * info.el (Info-find-node-2): Restructure [following "Vadim
13998 S. Solomin" <sovs@uic.nnov.ru>].
13999
14000 * icomplete.el: Fix header for Finder.
14001
140022000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14003
14004 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14005 STAY.
14006
14007 * rmail.el (rmail-automatic-folder-directives): New user variable.
14008 (rmail-show-message): Add call to `rmail-auto-file' during
14009 display.
14010 (rmail-auto-file): New function.
14011
140122000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14013
14014 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14015 account.
14016 (ediff-test-utility,ediff-diff-mandatory-option)
14017 (ediff-reset-diff-options): Utilities for proper initialization of
14018 ediff-diff-options and ediff-diff3-options on Windows.
14019
14020 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14021 variable.
14022
14023 * ediff-mult.el (ediff-filegroup-action): Use
14024 ediff-merge-filename-prefix.
14025
140262000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14027
14028 * viper-ex.el (ex-write): Set selective display to nil.
14029
140302000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14031
14032 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14033 aliases for hebrew-iso-8bit.
14034
140352000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14036
14037 * woman.el: New version from Francis J. Wright
14038 <F.J.Wright@Maths.QMW.ac.uk>.
14039 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14040 names in environment variables regardless of the path separator.
14041 (woman-topic-all-completions-1): Don't call file-name-directory-p
14042 on all files, since woman-file-regexp already filters out any
14043 directories.
14044
140452000-05-24 Kenichi Handa <handa@etl.go.jp>
14046
14047 * international/quail.el (quail-start-translation): Don't change
14048 modified-p of the current buffer.
14049 (quail-start-conversion): Likewise.
14050
14051 * international/kkc.el (kkc-region): Don't change modified-p of
14052 the current buffer.
14053
14054 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14055 conform to RFC1468.
14056 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14057
140582000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14059
14060 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14061 (speedbar-insert-button): Invisible text property fix.
14062 (speedbar-directory-plus): Renamed from speedbar-directory-+
14063 (speedbar-directory-minus): Renamed from speedbar-directory--
14064 (speedbar-page-plus): Renamed from speedbar-file-+
14065 (speedbar-page-minus): Renamed from speedbar-file--
14066 (speedbar-page): Renamed from speedbar-file-
14067 (speedbar-tag): Renamed from speedbar-tag-
14068 (speedbar-tag-plus): Renamed from speedbar-tag-+
14069 (speedbar-tag-minus): Renamed from speedbar-tag--
14070 (speedbar-expand-image-button-alist): Use above renames.
14071
14072 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14073 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14074 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14075 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14076 * sb-pg.xpm: Renamed from sb-file.xpm
14077 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14078 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14079
140802000-05-24 Kenichi Handa <handa@etl.go.jp>
14081
14082 * international/quail.el (quail-show-guidance-buf): Set
14083 current-input-method of the guidance buffer to the name of the
14084 curren input method.
14085
140862000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14087
14088 * progmodes/compile.el (compile-internal): Style typo.
14089
14090 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14091 quote vars and functions in the docstring.
14092
14093 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14094
14095 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14096 Don't quote lambdas.
14097
14098 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14099
141002000-05-23 Gerd Moellmann <gerd@gnu.org>
14101
14102 * startup.el (command-line): Determine source file of compiled
14103 user init file differently. Warn if compiled user init file
14104 is older than its source file.
14105
14106 * ffap.el (ffap-url-regexp): Add `https'.
14107
141082000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14109
14110 * files.el (make-backup-file-name-1): Replace slashes with `!'
14111 rather than `|' (which is not allowed on Windows). Replace the
14112 drive letters with a string "drive_X".
14113
141142000-05-23 Gerd Moellmann <gerd@gnu.org>
14115
14116 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14117
14118 * files.el (interpreter-mode-alist): Add `bash2'.
14119
141202000-05-22 Dave Love <fx@gnu.org>
14121
14122 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14123 mapc.
14124 (feature-file): Avoid calling symbol-name. Doc fix.
14125 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14126 (loadhist-hook-functions): Add mouse-position-function.
14127 (unload-feature): Change uses of mapcar.
14128
14129 * files.el (parse-colon-path): Doc fix.
14130 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14131 (set-auto-mode): Use mapc.
14132
14133 * complete.el (PC-look-for-include-file): Use :alnum: character
14134 class.
14135 (partial-completion-mode): Add autoload cookie.
14136
141372000-05-22 Sam Steingold <sds@gnu.org>
14138
14139 * info.el (Info-fontify-node): Fixed the call to
14140 `add-text-properties' (bug introduced on 2000-05-18).
14141
141422000-05-22 Dave Love <fx@gnu.org>
14143
14144 * bindings.el: Remove debug-ignored-errors set in other files.
14145
14146 * progmodes/etags.el: Add to debug-ignored-errors.
14147 (visit-tags-table-buffer): Clear out buffers holding old tables
14148 when making a new list.
14149 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14150 mapc.
14151
14152 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14153 quote keywords.
14154 (cmpl-string-case-type): Use character classes.
14155
14156 * comint.el:
14157 * textmodes/ispell.el:
14158 * imenu.el:
14159 * mail/mh-e.el:
14160 * progmodes/compile.el: Add to debug-ignored-errors.
14161
14162 * dabbrev.el: Add to debug-ignored-errors.
14163 (dabbrev-completion): Use mapc.
14164
141652000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14166
14167 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14168 (woman-mapcan, woman-parse-man.conf)
14169 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14170 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14171 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14172 path syntax better.
14173 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14174 (woman-manpath): Call woman-parse-man.conf.
14175 (woman-emulation): New defcustom, defaults to nroff.
14176 (woman-font-support): New defconst.
14177 (woman-use-symbol-font): New defcustom.
14178 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14179 "Emulation".
14180 Many functions: Doc fix.
14181
141822000-05-22 Kenichi Handa <handa@etl.go.jp>
14183
14184 * international/quail.el (quail-simple-translation-keymap): Map
14185 128..255 to quail-self-insert-command.
14186 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14187
141882000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14189
14190 * help.el (help-manyarg-func-alist): Typo.
14191
14192 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14193 intervals which makes it heaps simpler.
14194
14195 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14196 the nested comment markers.
14197
14198 * subr.el (remove-hook): Don't turn the hook's value into a list.
14199
142002000-05-21 Dave Love <fx@gnu.org>
14201
14202 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14203 are invalid characters.
14204
14205 * international/mule-util.el (detect-coding-with-priority): Use
14206 mapc. Remove redundant lambda.
14207
14208 * international/mule-diag.el (list-non-iso-charset-chars)
14209 (describe-fontset): Remove redundant lambda.
14210
14211 * emulation/crisp.el (brief-mode): New alias.
14212
14213 * emacs-lisp/ring.el (ring-elements): New function.
14214
14215 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14216 (easy-menu-do-add-item): Use keywordp.
14217
14218 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14219
14220 * replace.el: Doc and error message fixes.
14221 (replace-highlight): Use facep, not internal-find-face.
14222
142232000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14224
14225 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14226
14227 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14228 (log-edit-insert-changelog): Drop `:' as well.
14229
14230 * log-view.el: Fix file description.
14231 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14232 available.
14233 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14234 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14235
14236 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14237 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14238 Print a status message if the toggle is called interactively.
14239 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14240 for global minor modes and use `defcustom' for them.
14241 Use add-minor-mode.
14242 (easy-mmode-define-derived-mode): Remove.
14243 (define-derived-mode): Fancier default docstring.
14244 (easy-mmode-define-navigation): Signal an error rather than (ding).
14245
14246 * newcomment.el (comment-styles): New `box-multi'.
14247 (comment-normalize-vars): Better default for comment-continue to
14248 avoid whitespace-only continuations.
14249 (comment-search-forward): Always move even in the no-syntax case.
14250 (comment-padright): Only obey N if it's only obeyed for padleft.
14251 (comment-make-extra-lines): Better handling of empty continuations.
14252 Use `=' for the filler if comment-start has only one character.
14253 (uncomment-region): Try handling the special `=' filler.
14254 (comment-region): Allow LINES even if MULTI is nil.
14255 (comment-box): Choose box style based on comment-style.
14256
142572000-05-20 Kenichi Handa <handa@etl.go.jp>
14258
14259 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14260 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14261
142622000-05-20 Kenichi HANDA <handa@etl.go.jp>
14263
14264 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14265 and insert, not subst-char-in-region.
14266
14267 * international/mule-diag.el (list-character-sets-1): Handle
14268 charsets eight-bit-control and eight-bit-graphic.
14269 (list-iso-charset-chars): Likewise.
14270 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14271 charactes as is. Use indent-to to align characters.
14272
14273 * international/mule-cmds.el (find-multibyte-characters): Never
14274 exclude charsets eight-bit-control and eight-bit-graphic.
14275
142762000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14277
14278 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14279 Don't quote lambdas.
14280
14281 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14282
142832000-05-19 Gerd Moellmann <gerd@gnu.org>
14284
14285 * gud.el (gud-jdb-directories): Doc fix.
14286
142872000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14288
14289 * newcomment.el: New file.
14290
142912000-05-19 Gerd Moellmann <gerd@gnu.org>
14292
14293 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14294
142952000-05-18 Andreas Schwab <schwab@suse.de>
14296
14297 * dired.el (dired-between-files): Also skip lines beginning with
14298 `used'.
14299
143002000-05-18 Gerd Moellmann <gerd@gnu.org>
14301
14302 * msb.el (msb-menu-cond): Add choice `user'.
14303
143042000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14305
14306 * ps-print.el: Compatibility, customization and doc fix.
14307 (ps-printer-name-option): Replace defconst by defvar.
14308 (ps-postscript-code-directory): XEmacs compatibility.
14309 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14310 fix.
14311 (ps-user-defined-prologue, ps-print-prologue-header)
14312 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14313 compatibility and code fix.
14314 (ps-print-background-image, ps-print-background-text):
14315 Customization fix.
14316 (ps-line-number-start, ps-n-up-on): New vars.
14317
143182000-05-18 Espen Skoglund <esk@ira.uka.de>
14319
14320 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14321 the indent-comment function to just return the appropriate indent.
14322
143232000-05-18 Eric M. Ludlam <zappo@ultranet.com>
14324
14325 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14326 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14327 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14328
143292000-05-18 Dave Love <fx@gnu.org>
14330
14331 * info.el (Info-fontify-node): Add intangible property as well as
14332 invisible.
14333
14334 * calendar/appt.el (appt-make-list): Match all lines of entry.
14335 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14336
143372000-05-18 Kenichi Handa <handa@etl.go.jp>
14338
14339 * international/mule-diag.el (describe-char-after): Call
14340 internal-char-font, not char-font. If internal-char-font returns
14341 nil, display "-- none --".
14342
143432000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14344
14345 * image.el (image-type-available-p): Don't reference image-types
14346 if it isn't bound.
14347
143482000-05-17 Stefan Monnier <monnier@cs.yale.edu>
14349
14350 * autoarg.el (autoarg-mode): Typo in the :set argument.
14351
143522000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14353
14354 * startup.el (command-line-1): Don't signal an error if the
14355 directory for auto-save-list files does not yet exist.
14356
143572000-05-17 Kenichi Handa <handa@etl.go.jp>
14358
14359 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14360
143612000-05-16 Stefan Monnier <monnier@cs.yale.edu>
14362
14363 * subr.el (remove-hook): `setq' hook-value, not `set'.
14364
143652000-05-16 Sam Steingold <sds@gnu.org>
14366
14367 * info.el (debug-ignored-errors): More errors to ignore.
14368
143692000-05-16 Dave Love <fx@gnu.org>
14370
14371 * cus-edit.el: Don't require cl or easymenu.
14372 (custom-variable-prompt): Test standard-value property, not
14373 user-variable-p.
14374
143752000-05-16 Sam Steingold <sds@gnu.org>
14376
14377 * subr.el (add-hook): `setq' hook-value, not `set'.
14378
143792000-05-16 Gerd Moellmann <gerd@gnu.org>
14380
14381 * startup.el (command-line-1): Mention the FAQ in the startup
14382 message.
14383
14384 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14385
14386 * progmodes/compile.el (compilation-parse-errors): Collect
14387 `nomessage' regexps last.
14388
14389 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14390
14391 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14392 to the function name.
14393
143942000-05-15 Dave Love <fx@gnu.org>
14395
14396 * speedbar.el (speedbar-recenter): Typo.
14397 (speedbar-expand-line): Make arg optional.
14398 (speedbar-mode): Avoid a compiler warning.
14399
144002000-05-15 Gerd Moellmann <gerd@gnu.org>
14401
14402 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14403 user-specified option string is empty.
14404
14405 * mouse.el (mouse-yank-at-click): Doc fix.
14406
144072000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
14408
14409 * term/internal.el (IT-character-translations): More updates of
14410 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14411 documents.
14412
144132000-05-15 Gerd Moellmann <gerd@gnu.org>
14414
14415 * env.el (getenv): New function, interactively callable.
14416 (setenv, getenv): Remove autoload cookies.
14417
14418 * loadup.el: Load `env'.
14419
14420 * progmodes/f90.el: Change author's mail address.
14421
144222000-05-14 Dave Love <fx@gnu.org>
14423
14424 * mail/rmail.el (rmail-show-message-hook): Customize and offer
14425 goto-addr as an option.
14426
14427 * help.el (help-xref-stack): Doc fix.
14428 (help-xref-following): New variable.
14429 (help-make-xrefs): Use it.
14430 (help-xref-go-back): Use position information from stack element.
14431 (help-follow): Make position in stack element a pair. Use
14432 help-xref-following.
14433
14434 * autoarg.el: New file.
14435
14436 * faces.el: Declare more functions obsolete.
14437
14438 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14439 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14440 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14441 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14442 Remove all the setup-...-environment functions.
14443
144442000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14445
14446 * speedbar.el: Updated the commentary section. xemacs20p now uses
14447 >= when detecting. Require `defimage' safely.
14448 (speedbar-easymenu-definition-base): Add toggle for images.
14449 (speedbar-easymenu-definition-special): Add flush cache & expand.
14450 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14451 (speedbar-reconfigure-keymaps-hook): New variable.
14452 (speedbar-frame-parameters): Updated documentation.
14453 (speedbar-use-imenu-flag): Updated custom tag
14454 (speedbar-dynamic-tags-function-list): New variable.
14455 (speedbar-tag-hierarchy-method): Updated doc & custom.
14456 (speedbar-indentation-width, speedbar-indentation-width) New
14457 variables.
14458 (speedbar-hide-button-brackets-flag): Customizable.
14459 (speedbar-vc-indicator): Doc update.
14460 (speedbar-ignored-path-expressions): Updated default value.
14461 (speedbar-supported-extension-expressions): Updated default value.
14462 (speedbar-syntax-table): Remove {} paren status.
14463 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14464 as "+". Added overlay aliases.
14465 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14466 `force-mode-line-update'.
14467 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14468 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14469 `mouse-set-point'
14470 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14471 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14472 of arbitrary text, and new helper functions.
14473 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14474 filename finder.
14475 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14476 (speedbar-directory-buttons): Update path search/expansion.
14477 (speedbar-make-tag-line): Pay attention to
14478 `speedbar-indentation-width'. Use more care w/ invisible
14479 properties.
14480 (speedbar-change-expand-button-char): Call
14481 `speedbar-insert-image-button-maybe'.
14482 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14483 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14484 (speedbar-trim-words-tag-hierarchy)
14485 (speedbar-simple-group-tag-hierarchy): New functions
14486 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14487 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14488 functions.
14489 (speedbar-mouse-set-point): New function
14490 (speedbar-power-click): Updated documentation.
14491 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14492 of tag prefix text.
14493 (speedbar-expand-line, speedbar-contract-line): Make more robust
14494 to strange text.
14495 (speedbar-expand-line): Takes universal argument to flush the
14496 cache.
14497 (speedbar-flush-expand-line): New function.
14498 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14499 Use new generator insertion method.
14500 (speedbar-fetch-dynamic-tags): New function.
14501 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14502 `speedbar-fetch-dynamic-imenu'.
14503 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14504 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14505 "Revert Buffer" menu items.
14506 (speedbar-buffer-buttons-engine): Be smarter when creating a
14507 filename tag (for expansion purposes.).
14508 (speedbar-highlight-one-tag-line,
14509 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14510 (speedbar-recenter): New functions.
14511 (defimage-speedbar): Image loading abstraction.
14512 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14513 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14514 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14515 (speedbar-tag-type, speedbar-tag-mail): New images.
14516 (speedbar-expand-image-button-alist): New variable.
14517 (speedbar-insert-image-button-maybe): Insert an image over some
14518 buttons.
14519
145202000-05-13 Kenichi Handa <handa@etl.go.jp>
14521
14522 * international/mule-cmds.el (encode-coding-char): An ASCII
14523 character is always encodable.
14524
14525 * international/mule-conf.el: Add more information in descriptions
14526 of character sets.
14527
14528 * international/mule-diag.el (describe-char-after): New function.
14529 (describe-font-internal): Adjusted for the change of font-info.
14530 (describe-font): Likewise.
14531 (print-fontset): Rewritten for the new fontset implementation.
14532 (describe-fontset): Include fontset alias names in completion.
14533 (list-fontsets): Adjusted for the change of print-fontset.
14534
14535 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14536 describe-char-after instead of displaying the detail in the echo
14537 area.
14538 (syntax-code-table): Format changed.
14539 (string-to-syntax): Adjusted for the above change.
14540
145412000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14542
14543 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14544
145452000-05-12 Dave Love <fx@gnu.org>
14546
14547 * calendar/todo-mode.el: Remove some compatibility stuff and CL
14548 dependence. Use line-{beginning,end}-position, not
14549 point-at{b,e}ol. Some doc fixes.
14550 (todo-position): New function. Fix callers of position to use it.
14551 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14552
145532000-05-12 Gerd Moellmann <gerd@gnu.org>
14554
14555 * time.el (display-time-mail-icon): Use `:ascent center'.
14556
14557 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14558 handling FTP security extensions.
14559
145602000-05-11 Dave Love <fx@gnu.org>
14561
14562 * calendar/todo-mode.el: New file.
14563
145642000-05-11 Gerd Moellmann <gerd@gnu.org>
14565
14566 * comint.el (comint-read-input-ring): Move reference to
14567 comint-input-ring-size outside of the save-excursion. It was
14568 causing the default value to be the only one ever seen.
14569
14570 * font-lock.el: Update copyright. Remove Simon Marshall's email
14571 address on request from him.
14572
14573 * subr.el (substitute-key-definition): Add comment describing
14574 the meaning of PREFIX.
14575
145762000-05-10 Stefan Monnier <monnier@cs.yale.edu>
14577
14578 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14579
14580 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14581 (add-minor-mode): Don't make the variable buffer-local and add a
14582 reference to define-minor-mode in the docstring.
14583
14584 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14585 HEADER/FOOTER and fix bug with trailing empty directory.
14586 (cvs-append-to-ignore): Use vc-editable-p if available.
14587 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14588 (vc-do-command): Tweak advice to handle the new VC.
14589
14590 * log-view.el (log-view-goto-rev): New function for the new VC.
14591 (log-view-minor-wrap): Use mark-active.
14592
14593 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14594 (log-edit-changelog-full-paragraphs): New var.
14595 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14596 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14597 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14598 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14599 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14600 Replace the `cvs' prefix with `log-edit'.
14601
14602 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14603
14604 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14605 (diff-font-lock-defaults): Explicitly turn off multiline.
14606 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14607 (diff-ediff-patch): Fix call to ediff-patch-file.
14608 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14609 Handle comments.
14610
14611 * frame.el (automatic-hscrolling): Typo.
14612
14613 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14614
146152000-05-09 Sam Steingold <sds@goems.com>
14616
14617 * apropos.el (apropos-print): use `describe-face' instead of
14618 `customize-face-other-window'.
14619
146202000-05-09 Dave Love <fx@gnu.org>
14621
14622 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14623
14624 * help.el (describe-variable): Have customize button pop the
14625 help-xref stack when invoked.
14626 (help-xref-symbol-regexp): Add `face'.
14627 (help-make-xrefs): Check for quoted face names and adapt regexp
14628 submatch numbers to cope.
14629 (help-xref-interned): Maybe insert face doc too. Separate
14630 sections with a line of hyphens.
14631
14632 * faces.el: Some doc fixes. Declare some functions obsolete.
14633 (describe-face): Add customize button. Return the help
14634 text. Fix prompt.
14635
146362000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14637
14638 * term/internal.el (IT-character-translations): Fix last change.
14639
146402000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14641
14642 * woman.el: New file
14643 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14644
146452000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14646
14647 * term/internal.el (IT-character-translations): Update ASCII
14648 simulations for greek-iso8859-7, add latin-iso8859-14 and
14649 latin-iso8859-15.
14650
14651 * international/mule-cmds.el (set-language-info-alist): Call
14652 define-prefix-command with 3 arguments, to make the map suitable
14653 for a menu.
14654
146552000-05-07 Dave Love <fx@gnu.org>
14656
14657 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14658
146592000-05-05 Dave Love <fx@gnu.org>
14660
14661 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14662 list in doc string. Don't quote keyword symbols.
14663 * emacs-lisp/cl.el: Likewise
14664 * emacs-lisp/cl-seq.el: Likewise
14665
146662000-05-05 Gerd Moellmann <gerd@gnu.org>
14667
14668 * abbrev.el (abbrev-mode): Make ARG optional.
14669
146702000-05-04 Gerd Moellmann <gerd@gnu.org>
14671
14672 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14673
14674 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14675
14676 * subr.el (substitute-key-definition): Clarify documentation.
14677
146782000-05-04 Milan Zamazal <pdm@freesoft.cz>
14679
14680 * glasses.el (glasses-convert-to-unreadable): Use
14681 `glasses-separator' instead of the hard-wired "_".
14682 (glasses-mode): Call `glasses-make-unreadable' only in a single
14683 place.
14684
146852000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14686
14687 * term/internal.el (cjk-codepages-alist): Add associations for
14688 Chinese and Korean codepages. Remove FIXME comment.
14689
146902000-05-03 Dave Love <fx@gnu.org>
14691
14692 * time.el (display-time-mail-face, display-time-use-mail-icon):
14693 New option.
14694 (display-time-mail-icon): New variable.
14695 (display-time-string-forms): Use the above. Fix the local-map.
14696
146972000-05-03 Gerd Moellmann <gerd@gnu.org>
14698
14699 * replace.el (query-replace-map): Add binding for `E'.
14700 (query-replace-help): Extend help text.
14701 (perform-replace): Allow editing the replacement string.
14702
14703 * make-mode.el (makefile-mode-abbrev-table): New variable.
14704 (makefile-mode): Set local abbrev table to
14705 makefile-mode-abbrev-table.
14706 (makefile-font-lock-keywords): Fontify includes and conditionals.
14707
14708 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14709 set TOGGLE's value.
14710
14711 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14712 mail-interactive-insert-alias.
14713 (mail-abbrev-complete-alias): New command.
14714 (mail-mode-map): Bind it to `M-TAB'.
14715
147162000-05-03 Kenichi Handa <handa@etl.go.jp>
14717
14718 * language/lao-util.el (lao-compose-region): New function.
14719
147202000-05-02 Gerd Moellmann <gerd@gnu.org>
14721
14722 * files.el (recover-session): Make directories as necessary
14723 if they don't exist yet.
14724
14725 * calendar/cal-french.el
14726 (french-calendar-multibyte-special-days-array)
14727 (french-calendar-special-days-array): Change French text.
14728 (calendar-french-date-string): Change output.
14729 (calendar-goto-french-date): Likewise.
14730
147312000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14732
14733 * wid-edit.el (widget-default-active): Obey `:always-active'.
14734 (widget-documentation-string-value-create): Set `:always-active'.
14735
147362000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14737
14738 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14739 default prefix to `~/_emacs.d/auto-save.list/_s'.
14740 (normal-top-level): Create the directory for auto-save files, if
14741 it doesn't already exist (in the ms-dos case only).
14742
147432000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14744
14745 * international/mule-cmds.el (set-language-environment): Don't
14746 concat an integer (dos-codepage), use format instead.
14747
147482000-05-02 Dave Love <fx@gnu.org>
14749
14750 * help.el (help-xref-on-pp): Check for constant symbols.
14751
147522000-04-29 Gerd Moellmann <gerd@gnu.org>
14753
14754 * startup.el (normal-top-level): Put a condition-case around
14755 the code loading subdirs.el.
14756
147572000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14758
14759 * ps-print.el: Upside-down and face background color printing,
14760 line number step, doc fix.
14761 (ps-print-version): New version number (5.2).
14762 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14763 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14764 (ps-spool-config): Var fix.
14765 (ps-printer-name-option): Const fix.
14766 (ps-print-upside-down, ps-use-face-background)
14767 (ps-line-number-step): New vars.
14768 (ps-window-system, ps-lp-system): New consts.
14769 (ps-face-background): New fun.
14770
147712000-04-28 Richard Stallman <rms@gnu.org>
14772
14773 * files.el (make-auto-save-file-name):
14774 Apply auto-save-file-name-transforms to visited file name
14775 before generating auto save file name.
14776 (auto-save-file-name-transforms): New variable.
14777
14778 * files.el (backup-enable-predicate):
14779 Correctly test for a file under a temporary directory.
14780
147812000-04-28 Gerd Moellmann <gerd@gnu.org>
14782
14783 * subr.el (add-minor-mode): Rewritten.
14784
147852000-04-28 Kenichi Handa <handa@etl.go.jp>
14786
14787 * mail/sendmail.el (sendmail-send-it): Set
14788 buffer-file-coding-system to the selected coding system for MIME
14789 header.
14790
147912000-04-27 Gerd Moellmann <gerd@gnu.org>
14792
14793 * dired.el (dired-move-to-filename-regexp): Allow format where
14794 YYYY is followed by two spaces.
14795
14796 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14797 in the second character class of the regexp.
14798
14799 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14800 mh-etc, too.
14801
14802 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14803 nil.
14804
14805 * subr.el (add-minor-mode): Use `set' instead of `setq'.
14806
14807 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14808 argument.
14809
148102000-04-27 Sen Nagata <sen@eccosys.com>
14811
14812 * emacs-lisp/crm.el (crm-completion-table): New variable.
14813 (crm-collection-fn, crm-test-completion)
14814 (completing-read-multiple): Use it.
14815
148162000-04-27 Dave Love <fx@gnu.org>
14817
14818 * help.el (locate-library): Use mapc.
14819 (help-manyarg-func-alist): Add call-process-region.
14820
148212000-04-26 Gerd Moellmann <gerd@gnu.org>
14822
14823 * subr.el (add-minor-mode): Make argument MAP optional.
14824
14825 * desktop.el (desktop-save): Save list of minor modes.
14826 (desktop-create-buffer): Restore minor modes.
14827 (desktop-minor-mode-table): New user-option.
14828
14829 * subr.el (add-minor-mode): New function.
14830
14831 * image.el (find-image): New function.
14832 (defimage): Rewritten to find image at load time.
14833
14834 * startup.el (normal-top-level-add-to-load-path): Handle
14835 case that the default directory is not in load-path.
14836
14837 * help.el: Old patch from Stefan Monnier.
14838 (help-xref-on-pp): New function.
14839 (describe-variable): Use it to display xrefs in a symbol's value.
14840
148412000-04-26 Stefan Monnier <monnier@cs.yale.edu>
14842
14843 * cus-edit.el (custom-face): Fix parenthesis.
14844
148452000-04-26 Kenichi Handa <handa@etl.go.jp>
14846
14847 * mail/rmail.el (rmail-expunge): When there are no deleted
14848 messages, do nothing.
14849
148502000-04-26 Dave Love <fx@gnu.org>
14851
14852 * international/mule-cmds.el (locale-translation-file-name):
14853 Defvar to nil.
14854 (set-locale-environment): Set it here (at runtime).
14855
148562000-04-25 Gerd Moellmann <gerd@gnu.org>
14857
14858 * replace.el (perform-replace): Add parameters START and END. Use
14859 them instead of the check for a region in Transient Mark mode.
14860 (query-replace-read-args): Return two more list elements for the
14861 start and end of the region in Transient Mark mode.
14862 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14863 (map-query-replace-regexp, replace-string, replace-regexp): Add
14864 optional last arguments START and END and pass them to
14865 perform-replace.
14866
14867 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14868 form with additional arguments for perform-replace.
14869
14870 * progmodes/etags.el (tags-query-replace): Add parameters START
14871 and END. Construct a form with additional arguments for
14872 perform-replace.
14873
14874 * simple.el (shell-command): Set default directory for "*Shell
14875 Command Output" buffer.
14876
14877 * language/european.el (iso-latin-4): Fix typo.
14878
14879 * emacs-lisp/crm.el: New file.
14880
148812000-04-24 Dave Love <fx@gnu.org>
14882
14883 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14884 (Custom-reset-saved, Custom-reset-standard)
14885 (custom-group-value-create, custom-group-set, custom-group-save)
14886 (custom-group-reset-current, custom-group-reset-saved)
14887 (custom-group-reset-standard): Use mapc.
14888 (custom-buffer-create-internal): Disable undo when creating items.
14889 Use mapc.
14890 (custom-face): Avoid redundant lambda.
14891
148922000-04-24 Gerd Moellmann <gerd@gnu.org>
14893
14894 * startup.el (auto-save-list-file-prefix): Set default to
14895 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14896
148972000-04-24 Sam Steingold <sds@gnu.org>
14898
14899 * time-stamp.el (time-stamp-string-preprocess): Always convert
14900 `field-result' to a string.
14901
149022000-04-24 Gerd Moellmann <gerd@gnu.org>
14903
14904 * frame.el (scrolling): New group.
14905 (automatic-hscrolling): New user-option.
14906
14907 * startup.el (command-line-x-option-alist): Add `-lsp' and
14908 `--line-spacing'.
14909
149102000-04-19 Dave Love <fx@gnu.org>
14911
14912 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14913 (cl-mapc): Rename from mapc. Fix the funcall.
14914
149152000-04-19 Gerd Moellmann <gerd@gnu.org>
14916
14917 * simple.el (clone-indirect-buffer-other-window): New command.
14918 (clone-indirect-buffer): Add optional arg NORECROD.
14919 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14920
14921 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14922
14923 * window.el (count-screen-lines): New function.
14924 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14925 instead of window-buffer-height.
14926
14927 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14928 non-existing variable comint-input-sentinel.
14929 (inferior-lisp-args-to-list): Removed.
14930 (inferior-lisp): Use split-string instead of
14931 inferior-lisp-args-to-list.
14932
14933 * hexl.el (hexl-insert-hex-string): New command.
14934
14935 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14936 instead of concat.
14937
149382000-04-18 Gerd Moellmann <gerd@gnu.org>
14939
14940 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14941 at the start of an existing but empty folder.
14942
149432000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14944
14945 * ps-mule.el: Customization fix, doc fix.
14946 (ps-multibyte-buffer): Customization fix.
14947
149482000-04-17 Richard M. Stallman <rms@gnu.org>
14949
14950 * subr.el (read-passwd): Use read-char-exclusive.
14951
149522000-04-17 Gerd Moellmann <gerd@gnu.org>
14953
14954 * textmodes/texinfo.el (texinfo-insert-@email)
14955 (texinfo-insert-@emph, texinfo-insert-@quotation)
14956 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14957 (texinfo-mode-map): Add key bindings for them.
14958
14959 * files.el (basic-save-buffer-2): Use a template with `$'
14960 instead of `#' for VMS.
14961
14962 * simple.el (clone-indirect-buffer): New function.
14963
149642000-04-16 Stephen Eglen <stephen@gnu.org>
14965
14966 * iswitchb.el (iswitchb-case): New function. If the user input
14967 contains any upper-case characters, the search is made
14968 case-sensitive.
14969
149702000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14971
14972 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14973 comment-end.
14974 (texinfo-font-lock-syntactic-keywords): New var.
14975 (texinfo-font-lock-keywords): Remove comment regexp.
14976 (texinfo-insert-block): New function.
14977 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14978 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14979 and font-lock-defaults. Use regexp-opt for outline-regexp.
14980 (texinfo-environments): New var.
14981 (texinfo-environment-regexp): Use regexp-opt and
14982 texinfo-environments.
14983
14984 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14985 ispell-process is bound since this might be eval'd before ispell
14986 is loaded.
14987 (ispell-message): Use a tiny bit less magic and a bit more hard
14988 data to figure out what kind of sc-cite-regexp to use.
14989
14990 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14991
14992 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14993 (insert-cyclic-diary-entry): Unquote the lambda.
14994
14995 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14996
14997 * files.el (backup-enable-predicate): Unquote the lambda.
14998
14999 * cus-edit.el (custom-face, face): Unquote the lambda.
15000
150012000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15002
15003 * ps-print.el: Check for line-beginning-position definition.
15004
15005 * ps-print.el: Fix counting lines in a region.
15006 (ps-print-version): New version number (5.1.5).
15007 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15008 (ps-printing-region): Fun code fix.
15009
150102000-04-15 Gerd Moellmann <gerd@gnu.org>
15011
15012 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15013 to file-directory-p.
15014
150152000-04-14 Gerd Moellmann <gerd@gnu.org>
15016
15017 * gud.el (gud-jdb-build-source-files-list): Check that directory
15018 exists before calling directory-files.
15019
150202000-04-13 Dave Love <fx@gnu.org>
15021
15022 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15023 syntax.
15024
15025 * emacs-lisp/cl-specs.el: Remove when, unless.
15026
15027 * emacs-lisp/cl-extra.el: Don't quote keywords.
15028 (cl-old-mapc): New variable.
15029 (mapc): Use it.
15030 (cl-map-intervals): Use with-current-buffer. Don't check for
15031 next-property-change.
15032 (cl-map-overlays): Use with-current-buffer.
15033 (cl-expt): Remove.
15034 (copy-tree, remprop): Define unconditionally.
15035
15036 * emacs-lisp/cl-compat.el (keywordp): Remove.
15037
15038 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15039 to use keywordp.
15040 (edebug-spec): Enable keywordp.
15041
15042 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15043 string-lessp.
15044
15045 * cus-start.el: Use keywordp.
15046
150472000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15048
15049 * diary-lib.el (include-other-diary-files): Fix the fix of
15050 2000-02-18 by doing a save-excursion.
15051
150522000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15053
15054 * ps-print.el: Customization fix, doc fix.
15055 (ps-print-version): New version number (5.1.4).
15056 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15057 (ps-print-preprint): Adjust code.
15058 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15059 (ps-print-prologue-header, ps-print-control-characters)
15060 (ps-spool-config): Customization fix.
15061
150622000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15063
15064 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15065 converted to the new menu-item format, names silightly changed,
15066 help strings added.
15067
15068 Support for spelling without async subprocesses:
15069
15070 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15071 (ispell-session-buffer): New variables.
15072 (ispell-start-process, ispell-process-status,
15073 ispell-accept-output, ispell-send-string): New functions, for
15074 Ispell invocation when async subprocesses aren't supported.
15075 (ispell-word, ispell-pdict-save, ispell-command-loop,
15076 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15077 to process-send-string with calls to ispell-send-string, and
15078 accept-process-output with ispell-accept-output.
15079 (ispell-init-process): Call ispell-process-status instead of
15080 process-status with.
15081 (ispell-init-process): Call ispell-start-process. Call
15082 ispell-accept-output and ispell-send-string. Don't call
15083 process-kill-without-query and kill-process if they are unbound.
15084 (ispell-async-processp): New function.
15085
150862000-04-12 Dave Love <fx@gnu.org>
15087
15088 * info.el: Add debug-ignored-errors.
15089 (Info-mode-menu): Add some items.
15090 (Info-directory): Add autoload cookie.
15091
15092 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15093 Modify `truncate-lines'. Make `describe-language-environment'
15094 always visible and add help. Modify `describe-key' help. Invoke
15095 Info-directory from `info'. New entry `emacs-manual'.
15096
150972000-04-10 Gerd Moellmann <gerd@gnu.org>
15098
15099 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
15100 propertized-buffer-identification.
15101 (ebrowse-update-member-buffer-mode-line): Likewise.
15102 (ebrowse--mode-strings): Removed.
15103 (ebrowse--mode-line-props): Removed.
15104
15105 * files.el (auto-mode-alist): Add `EBROWSE'.
15106
15107 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15108 space before testing for end of buffer.
15109 (ebrowse-load): Removed.
15110 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15111 (ebrowse-create-tree-buffer): Rewritten.
15112 (ebrowse-tree-mode): Read tree from buffer.
15113
15114 * progmodes/ebrowse-ffh.el: Removed.
15115
151162000-04-10 Kenichi Handa <handa@etl.go.jp>
15117
15118 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15119
151202000-04-10 Gerd Moellmann <gerd@gnu.org>
15121
15122 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15123 at the wrong place.
15124
151252000-04-09 Dave Love <fx@gnu.org>
15126
15127 * files.el (backup-enable-predicate): Use
15128 temporary-file-directory, small-temporary-file-directory.
15129 (make-backup-file-name-function, backup-directory-alist): New
15130 variables.
15131 (make-backup-file-name-1): New function.
15132 (make-backup-file-name): Use it.
15133 (find-backup-file-name): Likewise. Use format for clarity, not
15134 concat.
15135 (file-newest-backup): Use make-backup-file-name.
15136
151372000-04-09 Gerd Moellmann <gerd@gnu.org>
15138
15139 * progmodes/ebrowse-ffh.el: New file.
15140
15141 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
15142 to ebrowse-ffh.el.
15143 (ebrowse-load): Add autoload.
15144
15145 * finder.el (finder-commentary): Add autoload cookie.
15146
15147 * mail/rfc2368.el: Correct author's email address.
15148
15149 * progmodes/ebrowse.el: New file.
15150
15151 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15152 item help string.
15153 (easy-menu-do-add-item): Ditto.
15154 (easy-menu-define): Extend doc string.
15155
15156 * jit-lock.el (with-buffer-unmodified): Use
15157 restore-buffer-modified-p.
15158 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15159 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15160 with-buffer-unmodified.
15161
151622000-04-08 Dave Love <fx@gnu.org>
15163
15164 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15165 unless, when.
15166
151672000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15168
15169 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15170 (viper-flash-search-pattern): No operation when using Emacs
15171 doesn't support face.
15172 Use `viper-put-on-search-overlay'.
15173
151742000-04-04 Gerd Moellmann <gerd@gnu.org>
15175
15176 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15177 like C-r.
15178
15179 * progmodes/make-mode.el: Some doc fixes.
15180 (makefile-mode-abbrev-table): New variable.
15181 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15182 (makefile-font-lock-keywords): Fontify includes and conditionals.
15183 (toplevel): Require `dabbrev' and `add-log' when compiling.
15184
15185 * replace.el (perform-replace): Don't move forward one char
15186 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15187 to do that because it leaves point 1 position after the last
15188 replacement, after everything has been replaced.
15189
15190 * jit-lock.el (with-buffer-unmodified): New macro.
15191 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15192 modified state.
15193 (jit-lock-function-1): Extracted from jit-lock-function; not
15194 preserving buffer's modified state.
15195 (jit-lock-function, jit-lock-stealth-fontify): Call
15196 jit-lock-function-1.
15197
15198 * mail/rfc2368.el: Remove supernumerary copyright line.
15199
152002000-04-04 Milan Zamazal <pdm@freesoft.cz>
15201
15202 * glasses.el: Provide facilities for inserting space before left
15203 parentheses and uncapitalization of identifiers.
15204 (glasses-mode): Try to remove old overlays in all cases.
15205
152062000-04-03 Gerd Moellmann <gerd@gnu.org>
15207
15208 * progmodes/compile.el (compile-internal): Display the compilation
15209 buffer in a different frame, if it's already displayed there.
15210
15211 * mail/rfc2368.el: New file.
15212
15213 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15214 header and insert its value as mail body.
15215
15216 * subr.el (member-ignore-case): New function.
15217
15218 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15219 (dabbrev--find-expansion): Ignore buffers matching a regexp
15220 from dabbrev-ignored-regexps.
15221
15222 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15223 to extensions handled by gzip.
15224
152252000-04-03 Richard M. Stallman <rms@gnu.org>
15226
15227 * files.el (insert-directory): List the total free space
15228 along with the used space.
15229
15230 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15231 line is followed by one that matches CITATION-REGEXP, end the
15232 paragraph.
15233
152342000-04-03 Markus Rost <rost@delysid.gnu.org>
15235
15236 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15237 (rmail-make-basic-summary-line): Use that option.
15238
152392000-04-03 Kenichi Handa <handa@etl.go.jp>
15240
15241 * international/mule-cmds.el (encoded-string-description):
15242 Rewritten. Try pretty description for ISO 2022 escape sequences
15243 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15244 for hexadecimal format.
15245
152462000-04-01 Dave Love <fx@gnu.org>
15247
15248 * cpp.el: Change customization group to `c' from `C'.
15249
15250 * vcursor.el (vcursor-move): Use display-color-p.
15251
15252 * international/mule-util.el: Provide mule-utils.
15253 (string-to-sequence): Simplify and speed up.
15254
15255 * international/mule.el (make-coding-system): Purecopy doc-string.
15256
15257 * international/mule-cmds.el: Various menu changes.
15258 (describe-specified-language-support): Handle `Default'.
15259 (set-language-info): Purecopy `info'.
15260
152612000-03-31 Andrew Innes <andrewi@gnu.org>
15262
15263 * vc.el (vc-backend-diff): Return the correct status if we had to
15264 retry the rcsdiff command without the --brief option.
15265
152662000-03-31 Dave Love <fx@gnu.org>
15267
15268 * help.el (help-manyarg-func-alist): Correct several omissions.
15269
15270 * add-log.el: Don't require cl, fortran.
15271 (add-log-current-defun-function): Doc fix.
15272 (change-log-version-number-regexp-list): Remove SCCS part. Doc
15273 fix.
15274 (change-log-version-rcs): Function deleted.
15275 (change-log-version-number-search): Doc fix. Use
15276 vc-workfile-version. Avoid CL dolist.
15277 (add-change-log-entry): Just call add-log-current-defun to get
15278 defun. Simplify somewhat.
15279 (change-log-get-method-definition-1): Likewise.
15280 (add-log-current-defun): Return nil if calling
15281 add-log-current-defun-function does so. Move Fortran stuff to
15282 fortran.el. Return string without properties.
15283
15284 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15285 and :alpha: char classes.
15286
15287 * mail/supercite.el: Defvar curline when compiling.
15288 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15289 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15290 rather than a-zA-Z0-9 to allow non-ASCII characters.
15291
152922000-03-31 Gerd Moellmann <gerd@gnu.org>
15293
15294 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15295
15296 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15297 Re-enable new code.
15298
15299 * lpr.el (print-region-1): Use -d to specify printer name for
15300 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15301
153022000-03-31 Dave Love <fx@gnu.org>
15303
15304 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
15305 for function definition in symbol's function value slot first
15306 instead of first consulting byte-compile-function-environment.
15307
153082000-03-31 Kenichi Handa <handa@etl.go.jp>
15309
15310 * language/european.el ("Polish"): New language environment.
15311 (setup-polish-environment): New function.
15312
153132000-03-30 Gerd Moellmann <gerd@gnu.org>
15314
15315 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15316 Disable new code.
15317
15318 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15319 trying to `load' the symbol of an autoload instead of the file
15320 recorded in the autoload. Fix error messages.
15321
153222000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15323
15324 * ps-print.el: PostScript programming fix for ghostview, doc fix.
15325 (ps-print-version): New version number (5.1.3).
15326 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15327 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15328 (ps-generate-postscript-with-faces): Code fix.
15329 (ps-color-values): XEmacs compatibility.
15330 (ps-print-background-image, ps-print-background-text, ps-printer-name)
15331 (ps-default-fg, ps-default-bg): Adjust customization.
15332 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15333 (ps-color-scale): Renaming old ps-color-value fun.
15334 (ps-print-headers): Replace ps-print-header group to avoid conflict
15335 with ps-print-header variable.
15336 (ps-print-miscellany): New group.
15337 (ps-format-color, ps-rgb-color): New funs.
15338 (ps-default-foreground): New var.
15339 (ps-printer-name-option): New const.
15340
153412000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15342
15343 * net/net-utils.el:
15344 (network-connection-host, network-connection-service): New variables
15345 (network-connection-mode): New mode, derived from comint-mode
15346 (network-connection-mode-setup): New function, saves host and
15347 service information in local variables.
15348
15349 * lisp/locate.el:
15350 (locate-word-at-point): Added this function
15351 (locate): Default to using locate-word-at-point as input
15352 Run dired-mode-hook
15353
153542000-03-29 Dave Love <fx@gnu.org>
15355
15356 * calendar/appt.el: Doc fixes.
15357 (appt-check): Convert min-to-app to a string before passing to
15358 appt-disp-window-function or concat.
15359 (appt-delete-window): Remove test for frame-root-window.
15360 (appt-select-lowest-window, appt-convert-time): Simplify.
15361
15362 * emacs-lisp/bytecomp.el: Doc fixes.
15363 (byte-compile-file-form-autoload): Update
15364 byte-compile-function-environment.
15365
153662000-03-29 Andreas Schwab <schwab@suse.de>
15367
15368 * emacs-lisp/autoload.el: Also print defsubst doc string
15369 specially.
15370
15371 * dired.el (dired-insert-directory): If dired-free-space-program
15372 failed just delete its output.
15373
153742000-03-29 Dave Love <fx@gnu.org>
15375
15376 * international/iso-cvt.el: Move provide to end. Doc fixes.
15377 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15378 (iso-iso2sgml, iso-sgml2iso): New functions.
15379 (iso-cvt-define-menu): Fix some entries and use backquote for
15380 clarity.
15381
15382 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15383
153842000-03-28 Gerd Moellmann <gerd@gnu.org>
15385
15386 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15387 ISO-DATE. If non-nil, return date in ISO 8601 format.
15388
153892000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15390
15391 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15392 if it ever becomes used.
15393 (log-edit-mode-hook): Default to vc-log-mode-hook.
15394 (log-edit-mode): Fix the docstring.
15395
15396 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15397 the code.
15398
153992000-03-26 Dave Love <fx@gnu.org>
15400
15401 * net/browse-url.el (browse-url): Re-fix case of
15402 browse-url-browser-function being an alist.
15403 (browse-url): Add :link to defgroup.
15404
15405 * files.el: Doc fixes.
15406 (file-truename): Include `[' in wildcard characters.
15407 (automount-dir-prefix): Customize.
15408 (find-file-wildcards): Add :version.
15409 (find-file-noselect): Simplify a mapcar call.
15410
15411 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15412 compatible with inf-lisp version.
15413 (eval-defun-1): Fix custom-declare-variable case.
15414
154152000-03-25 Stefan Monnier <monnier@cs.yale.edu>
15416
15417 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15418
154192000-03-24 Gerd Moellmann <gerd@gnu.org>
15420
15421 * Makefile (COMPILE_FIRST): New macro.
15422 (compile-files): Compile files from COMPILE_FIRST first.
15423
15424 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
15425 code.
15426
15427 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15428 matching open parenthesis in column 0 to defun-prompt-regexp
15429 only if open-paren-in-column-0-is-defun-start is set.
15430
15431 * sun-curs.el: Require CL at compile-time only.
15432
15433 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15434 instead of copy-list which is a function from CL.
15435 (msb--choose-menu, msb--mode-menu-cond)
15436 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15437 (msb--init-file-alist): Use mapcar instead of mapcan.
15438 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
15439 `(' in column 0 in doc string.
15440 (msb--add-separators): Use mapcar instead of mapcan.
15441
15442 * cus-dep.el: Require CL at compile-time only.
15443
154442000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15445
15446 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15447 (byte-compile-warnings): New warning `noruntime'.
15448 (byte-compile-constants, byte-compile-variables): Fix docstring.
15449 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15450 execute `eval-whenc-compile's body.
15451 (byte-compile-unresolved-functions): Fix docstring.
15452 (byte-compile-eval): New function.
15453 (byte-compile-callargs-warn): Check if the function will be available
15454 at runtime (via property `byte-compile-noruntime').
15455 (byte-compile-print-syms): New function.
15456 (byte-compile-warn-about-unresolved-functions): Also warn about
15457 `noruntime' functions (and use `byte-compile-print-syms').
15458 (byte-compile-file): Capitalize the message.
15459
154602000-03-24 Gerd Moellmann <gerd@gnu.org>
15461
15462 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15463 (rmail-expunge): Ask for confirmation depending on the setting
15464 of rmail-confirm-expunge.
15465
154662000-03-23 Gerd Moellmann <gerd@gnu.org>
15467
15468 * Makefile (bootstrap-clean): If $(emacs) exists, build
15469 loaddefs.el first. A loaddefs.el that's not up-to-date might
15470 cause a bootstrap failure because things don't autoload as
15471 expected.
15472
154732000-03-23 Dave Love <fx@gnu.org>
15474
15475 * net/browse-url.el: Restore previous use of
15476 browse-url-maybe-new-window.
15477
154782000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15479
15480 * ps-print.el: Skip banner page fix.
15481 (ps-print-version): New version number (5.1.2).
15482 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15483
154842000-03-23 Dave Pearson <davep@davep.org>
15485
15486 * net/quickurl.el Changed the type of parameter passed to the
15487 function defined by `quickurl-format-function'. Before only the
15488 text of the URL was passed. Now the whole URL structure is passed
15489 and the function is responsible for extracting the parts it
15490 requires. Changed the default of `quickurl-format-function'
15491 accordingly.
15492 (quickurl-insert): Changed the `funcall' of
15493 `quickurl-format-function' to match the above change.
15494 (quickurl-list-insert): Changed the `url' case so that it makes
15495 use of `quickurl-format-function', previous to this the format was
15496 hard wired.
15497
154982000-03-22 Gerd Moellmann <gerd@gnu.org>
15499
15500 * startup.el: Change some spellings for the X Window System.
15501
155022000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15503
15504 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
15505 up the code and the regexp and make sure the cursor is temporarily
15506 moved to the suspicious line while querying the user.
15507
155082000-03-22 Jason Rumney <jasonr@gnu.org>
15509
15510 * w32-fns.el (w32-charset-info-alist): Initialize.
15511
155122000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15513
15514 * ps-print.el: N-up last page fix.
15515 (ps-print-version): New version number (5.1.1).
15516 (ps-end-file, ps-end-job, ps-generate): Code fix.
15517
155182000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15519
15520 * files.el (find-file-run-dired): Update docstring.
15521 (find-directory-functions): New hook.
15522 (find-file-noselect): Run find-directory-functions rather than
15523 calling dired directly.
15524
15525 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15526
15527 * pcvs.el: Add a minimal leading commentary.
15528 (cvs-make-cvs-buffer): Change the header part by removing the startup
15529 message and adding a `Module' entry. Also replace the FOOTER and
15530 HEADER special fileinfos with the new support in ewoc for updating
15531 its own footer and header.
15532 (cvs-update-header): Update to use the header/footer of the ewoc.
15533 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15534 (cvs-is-within-p): New function.
15535 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15536 to only examine some subset of the buffers.
15537
15538 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15539 `format' instead of our own ad-hoc functions.
15540 Remove HEADER and FOOTER cases, now handled in the EWOC.
15541 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15542
15543 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15544 output to avoid scaring the user.
15545 (cvs-parse-table): Catch message for non-up-to-date commits.
15546
15547 * pcvs-defs.el (cvs-startup-message): Remove.
15548 (cvs-global-menu): New autoloaded menu.
15549
15550 * pcvs-util.el (cvs-string-fill): Remove.
15551
15552 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15553 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15554 PP part of it and also make it work for footers and headers.
15555 (ewoc-create): Drop POS and BUFFER arguments.
15556 Use the DLL's dummy node to store the end-of-footer position.
15557 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15558 (ewoc-refresh): Remove unused `header' variable.
15559 (ewoc-(get|set)-hf): New functions.
15560
15561 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15562 log-view-*-(message|file) and use easy-mmode-define-navigation.
15563 (log-view-message-re): Match SCCS format as well.
15564 And match the revision line rather than the dashed separator line.
15565 (log-view-mode): Use the new define-derived-mode.
15566 (log-view-current-tag): Fill in with an actual implementation.
15567
15568 * cvs-status.el (cvs-status-(prev|next)): Rename from
15569 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15570 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15571 to let the output "breathe" a little more (more readable).
15572 (cvs-status-mode): Use the new define-derived-mode.
15573
15574 * smerge-mode.el (smerge-auto-leave): New function and variable.
15575 (smerge-basic-map): Rename from smerge-basic-keymap.
15576 Change the bindings for smerge-diff-*.
15577 (smerge-*-map): Use easy-mmode-defmap.
15578 (smerge-(next|prev)): Use easy-mmode-define-navigation.
15579 (smerge-keep-*): Use smerge-auto-leave.
15580
155812000-03-21 Jason Rumney <jasonr@gnu.org>
15582
15583 * cus-edit.el (custom-button-face): Use 3D look for w32.
15584 (custom-button-pressed-face): Likewise.
15585
155862000-03-21 Gerd Moellmann <gerd@gnu.org>
15587
15588 * progmodes/etags.el (tags-case-fold-search): New user-option.
15589 (tags-loop-eval): New function. Bind case-fold-search around eval
15590 depending on the value of tags-case-fold-search.
15591 (tags-loop-continue): Use tags-loop-eval.
15592 (find-tag-in-order): Bind case-fold-search depending on the value
15593 of tags-case-fold-search.
15594
155952000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15596
15597 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
15598 (diff-end-of-hunk): Return the end position for use in
15599 `easy-mmode-define-navigation'.
15600 (diff-recenter): Remove.
15601 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15602 of `easy-mmode-define-navigation'.
15603 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15604 previous renaming) and fix to use new names.
15605 (diff-merge-strings): Use \n as separator: simpler, faster.
15606 (diff-mode): Use `define-derived-mode'.
15607
15608 * derived.el (define-derived-mode): Don't autoload anymore.
15609 Prefer the macro-only version provided by easy-mmode.el.
15610
15611 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
15612 `easy-mmode-define-derived-mode'.
15613 Use `combine-run-hooks'.
15614 (easy-mmode-define-navigation): New macro.
15615
15616 * subr.el (combine-run-hooks): New function.
15617
156182000-03-21 Kenichi HANDA <handa@etl.go.jp>
15619
15620 * term/x-win.el: Fontsets related initialization is simplified.
15621
15622 * international/mule-diag.el (describe-font): Don't refer to
15623 global-fontset-alist, instead call font-list.
15624 (describe-fontset, list-fontsets, mule-diag): Likewise.
15625 (print-fontset): Adjusted for the change of fontset
15626 implementation.
15627
15628 * international/fontset.el (x-charset-registries): Variable
15629 removed, instead the corresponding data is stored in the default
15630 fontset.
15631 (register-alternate-fontnames): Function removed.
15632 (resolved-ascii-font): Variable removed.
15633 (x-compose-font-name): Ignore the second argument REDOCE.
15634 (x-complement-fontset-spec): Complement only an ASCII font and
15635 element for those charsets than can use that ASCII font.
15636 (generate-fontset-menu): Don't refer to global-fontset-alist,
15637 instead call fontset-list.
15638 (uninstantiated-fontset-alist): Variable removed.
15639 (x-style-funcs-alist): Likewise.
15640 (fontset-default-styles): Likewise.
15641 (x-modify-font-name): Function removed.
15642 (create-fontset-from-fontset-spec): Ignore the argument
15643 STYLE-VARIANT.
15644 (create-fontset-from-ascii-font): Docsting adjusted for the above
15645 change.
15646 (instantiate-fontset, resolve-fontset-name): Functions removed.
15647 (fontset-list): Now implemented by C code.
15648
15649 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15650 (describe-face): Include `font' attribute in the description.
15651
156522000-03-21 Kenichi Handa <handa@etl.go.jp>
15653
15654 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15655
156562000-03-20 Gerd Moellmann <gerd@gnu.org>
15657
15658 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15659 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15660 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15661
15662 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15663 about behavior of set-buffer-modified-p wrt redisplay.
15664
156652000-03-19 Richard M. Stallman <rms@gnu.org>
15666
15667 * view.el (view-mode-disable): Kill local binding of view-read-only.
15668
156692000-03-18 Gerd Moellmann <gerd@gnu.org>
15670
15671 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
15672 is a string, convert it to a syntax cell using string-to-syntax.
15673
15674 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15675 (string-to-syntax): New function.
15676
15677 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15678 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15679 try to use passive ftp mode.
15680
156812000-03-17 Gerd Moellmann <gerd@gnu.org>
15682
15683 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15684
15685 * simple.el (append-to-buffer): Update point of windows after
15686 insertion.
15687
15688 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15689 forward then moving backward. Reindent.
15690
15691 * frame.el (other-frame): Call x-focus-frame only if
15692 focus-follows-mouse is off.
15693
156942000-03-17 Dave Love <fx@gnu.org>
15695
15696 * pcvs-util.el (cvs-strings->string): Rename
15697 replace-regexps-in-string.
15698
156992000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15700
15701 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15702 regexp for labels cannot span several lines.
15703
15704 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15705 `(setq :<key> ':<key>)' to the macro expansion.
15706
157072000-03-16 Dave Love <fx@gnu.org>
15708
15709 * progmodes/f90.el (f90): Put custom group under `languages', not
15710 `fortran'.
15711 (f90-mode-hook): Customize.
15712 (f90-mode): Set add-log-current-defun-function.
15713 (f90-current-defun): New function.
15714
157152000-03-16 Gerd Moellmann <gerd@gnu.org>
15716
15717 * cus-edit.el (custom-variable-tag-face): Handle case that
15718 default face's height is not a number.
15719 (custom-face-tag-face, custom-group-tag-face-1)
15720 (custom-group-tag-face): Ditto.
15721 (custom-group-tag-face-1): Add :group.
15722
15723 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15724
157252000-03-15 Gerd Moellmann <gerd@gnu.org>
15726
15727 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15728 requiring easymenu.
15729
157302000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15731
15732 * ps-print.el: PostScript user-defined prologue, PostScript error
15733 handler, doc fix.
15734 (ps-print-version): New version number (5.1).
15735 (ps-user-defined-prologue, ps-error-handler-message)
15736 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15737 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15738 (ps-insert-string): New function.
15739
157402000-03-15 Kenichi Handa <handa@etl.go.jp>
15741
15742 * international/ccl.el (ccl-compile-expression): Don't generate
15743 invalid self-assignment code.
15744
157452000-03-14 Dave Love <fx@gnu.org>
15746
15747 * subr.el (replace-regexp-in-string): Renamed from
15748 replace-regexps-in-string. Doc fix.
15749
157502000-03-12 Dave Love <fx@gnu.org>
15751
15752 * cus-edit.el: Doc fixes.
15753 (customize-set-variable, customize-save-variable): Rename args for
15754 doc.
15755 (custom-variable-tag-face, custom-face-tag-face)
15756 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15757 style which user identify as hyperlink.
15758 (hook): Don't add undefined functions to the hook.
15759 (debug-ignored-errors): Transfer message from bindings.el.
15760
157612000-03-12 Gerd Moellmann <gerd@gnu.org>
15762
15763 * recentf.el (recentf-keep-non-readable-files-p): Remove
15764 double/nested definition.
15765
157662000-03-12 Dave Love <fx@gnu.org>
15767
15768 * facemenu.el (facemenu-get-face): Use display-color-p.
15769 * enriched.el (enriched-decode-foreground): Likewise.
15770 (enriched-decode-background): Likewise.
15771 * isearch.el (isearch-highlight): Likewise.
15772 * info-look.el (info-lookup): Likewise.
15773 * simple.el (completion-setup-function): Likewise.
15774
15775 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15776 :options.
15777
15778 * bindings.el (mode-line-format): Fix line-number and
15779 column-number items. Add help-echo for the background.
15780 (mode-line-mule-info): Modify help-echo.
15781
15782 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15783
15784 * files.el (load-file): Allow completion to .elc.
15785
15786 * man.el: Doc fixes.
15787 (Man-init-defvars): Use display-color-p to set fontification.
15788
15789 * play/hanoi.el (hanoi-internal): Don't use oddp.
15790
157912000-03-12 Gerd Moellmann <gerd@gnu.org>
15792
15793 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15794
15795 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15796
157972000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15798
15799 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15800 Fix comment.
15801
158022000-03-10 Stefan Monnier <monnier@cs.yale.edu>
15803
15804 * font-lock.el (font-lock-keywords): Fix the doc now that
15805 regexp-opt-depth is unnecessary.
15806 (save-buffer-state): Set an edebug spec.
15807 (font-lock-fontify-anchored-keywords): Properly handle the case when
15808 the matcher goes past the limit.
15809
15810 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15811 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15812
15813 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
15814 dll.el and cookie.el (from Elib) with heavy renaming and other
15815 massaging.
15816
15817 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15818 Autoload the functions used.
15819 (easy-mmode-define-syntax): Fix CL typo.
15820 (easy-mmode-define-derived-mode): Improve the docstring generation.
15821
158222000-03-10 Gerd Moellmann <gerd@gnu.org>
15823
15824 * textmodes/texinfo.el (texinfo-version): Variable and function
15825 removed.
15826
158272000-03-09 Stefan Monnier <monnier@cs.yale.edu>
15828
15829 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15830 allow more flexibility.
ff39b9a1 15831 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
15832 (easy-mmode-defmap, easy-mmode-defsyntax)
15833 (easy-mmode-define-derived-mode): New macros.
15834
158352000-03-09 Didier Verna <didier@xemacs.org>
15836
15837 * rect.el (replace-rectangle): New function.
15838
158392000-03-09 Dave Love <fx@gnu.org>
15840
ff39b9a1 15841 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
15842 (fortran-comment-line-start-skip): Don't match cpp stuff.
15843 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
15844 (fortran-mode-map): Remove over-eager custom-menu-create for now.
15845 (fortran-mode): Don't set fortran-comment-line-start-skip,
15846 fortran-comment-line-start here. Set comment-start,
15847 add-log-current-defun.
15848 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15849 (fortran-current-defun): New function.
15850
158512000-03-09 Gerd Moellmann <gerd@gnu.org>
15852
15853 * emacs-lisp/re-builder.el: New file.
15854
15855 * mouse.el (mouse-drag-region): Don't run up-event handler
15856 if hscroll has changed.
15857
15858 * octave-mod.el (octave-font-lock-keywords): To font-lock the
15859 builtin operators, use `font-lock-builtin-face' for Emacs and
15860 `font-lock-preprocessor-face' otherwise.
15861
15862 * font-lock.el (lisp-font-lock-keywords-1): Highlight
15863 `(defun (setf foo)' differently.
15864
158652000-03-08 Stefan Monnier <monnier@cs.yale.edu>
15866
15867 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15868 (regexp-opt): Update comment and adapt the code the new meaning of
15869 the `paren' argument of regex-opt-group for shy-groups.
15870 (regexp-opt-depth): Handle shy groups as well as backslashed
15871 backslashes.
15872 (regexp-opt-group): Turn the leading comment into a docstring.
15873 Allow `paren' to be a string (the string to use to open a group).
15874 Remove open-presuf and close-presuf. Instead of checking for `all
15875 one-char' and then later on check for `several one-char', handle
15876 both cases close together. Also apply a more generic algorithm
15877 for suffixes (the mirror image of the algorithm used for
15878 prefixes). Use shy-groups. Use nreverse rather than reverse.
15879 (regexp-opt-try-suffix): Removed.
15880
15881 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15882 from comint-mode-map, so we can just inherit from it. Also, move
15883 the initialization into the `defvar' since there's no docstring
15884 anyway and it's fairly short.
15885 (inferior-scheme-mode): Define it as derived-mode: the code is
15886 shorter and this way we inherit from comint-mode-map rather than
15887 copying it.
15888
15889 * subr.el (replace-regexps-in-string): Properly handle the case
15890 where we match an empty string.
15891
15892 * comint.el (comint-exec-1): Add the current-dir to the exec-path
15893 when the command has a directory component (such as "./testml").
15894 Also fix a typo in the comment.
15895
158962000-03-08 Gerd Moellmann <gerd@gnu.org>
15897
15898 * Makefile (compile-files): Compile files one by one because
15899 that's the only way to ensure a clean compilation environment for
15900 each individual file.
15901
15902 * frame.el (other-frame): Call x-focus-frame.
15903
159042000-03-07 Dave Love <fx@gnu.org>
15905
15906 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15907 :require to defcustom.
15908
ff39b9a1 15909 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
15910
15911 * files.el (auto-mode-alist): Add configure.in.
15912
15913 * progmodes/autoconf.el: New file.
15914
159152000-03-07 Gerd Moellmann <gerd@gnu.org>
15916
15917 * mail/mh-e.el: Change maintainer to `none'.
15918
15919 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15920 to remove-hook and add-hook.
15921
159222000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15923
15924 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15925 it as the default.
15926 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15927 (sendmail-send-it): Conditionally add MIME headers specifying the
15928 used character set.
15929
159302000-03-07 Dave Love <fx@gnu.org>
15931
ff39b9a1
SM
15932 * winner.el: Fix keywords, autoload cookies.
15933 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
15934
159352000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15936
15937 * international/mule.el: Modify comment about coding system
15938 property `coding-category'.
15939 (make-coding-system): New argument EOL-TYPE. Pay attention to
15940 coding-category property of PROPERTIES.
15941
ff39b9a1
SM
15942 * international/mule-conf.el (coding-category-utf-8)
15943 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
15944 categories. Include them in the argument for set-coding-priority.
15945
ff39b9a1
SM
15946 * international/mule-cmds.el (reset-language-environment):
15947 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
15948 coding-category-utf-16-le in the argument for set-coding-priority.
15949 (reset-language-environment): Initialize coding-category-utf-8,
15950 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15951
159522000-03-06 Karl Fogel <kfogel@red-bean.com>
15953
15954 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15955 code abstracted out of `bookmark-jump-noselect'. Now tries info
15956 extensions as well as compression extensions.
15957 (bookmark-jump-noselect): Use above new func.
15958
159592000-03-03 Gerd Moellmann <gerd@gnu.org>
15960
15961 * strokes.el: Change maintainer's mail address.
15962
159632000-03-03 Kenichi Handa <handa@etl.go.jp>
15964
15965 * international/mule-diag.el (list-character-sets): Make help-echo
15966 string by substitute-command-keys.
15967 (list-character-sets): Likewise.
15968 (sort-listed-character-sets): Call help-setup-xref.
15969
159702000-03-02 Gerd Moellmann <gerd@gnu.org>
15971
ff39b9a1 15972 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
15973
159742000-03-01 Dave Love <fx@gnu.org>
15975
15976 * help.el (help-xref-go-back): Don't try to set position.
15977
ff39b9a1
SM
15978 * international/mule-diag.el (list-character-sets):
15979 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
15980 (list-character-sets-1): Add help-echo to xrefs.
15981
159822000-03-02 Gerd Moellmann <gerd@gnu.org>
15983
15984 * frame.el (blink-cursor-mode): Switch cursor on when turning
15985 the mode off.
15986
15987 * add-log.el (add-log-current-defun): Add support for
15988 Autoconf mode.
15989
15990 * mail/rmail.el (rmail-quit-hook): New variable.
15991
159922000-03-01 Dave Love <fx@gnu.org>
15993
15994 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15995
15996 * help.el (help-xref-button): Add help-echo arg.
15997 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15998
ff39b9a1 15999 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 16000
ff39b9a1 16001 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
16002
160032000-03-01 Gerd Moellmann <gerd@gnu.org>
16004
16005 * image.el (defimage): Look for image files in load-path.
16006
ff39b9a1 16007 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
16008
160092000-03-01 David Ponce <david.ponce@wanadoo.fr>
16010
ff39b9a1 16011 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
16012
160132000-03-01 David Ponce <david.ponce@wanadoo.fr>
16014
ff39b9a1 16015 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
16016 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16017 action to select/unselect a file.
16018 (recentf-edit-list): Code cleanup and improvement.
16019 (recentf-open-more-files-action): `recentf-open-more-files' button
16020 widget action to open a file.
ff39b9a1 16021 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
16022 (recentf-more-collection): Deleted.
16023 (recentf-more-history): Deleted.
16024 (recentf-setup-more-completion): Deleted.
16025
160262000-03-01 David Ponce <david.ponce@wanadoo.fr>
16027
16028 * recentf.el (recentf-mode): No more needs that Emacs is running
16029 under a window-system.
16030
ff39b9a1 160312000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16032
16033 * recentf.el (recentf-edit-list): New command to edit the recent
16034 list which allow the user to remove files.
16035 (recentf-edit-selected-items): New global variable, used by
16036 `recentf-edit-list' to hold the list of files to be removed from
16037 the recent list.
16038 (recentf-make-menu-items): Updated to display a "Edit list..."
16039 menu item. Minor code cleanup.
16040
ff39b9a1 160412000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16042
16043 * recentf.el (recentf-open-more-files): New command to open files
16044 that are not displayed in the menu.
16045 (recentf-more-collection): New global variable holding the set of
16046 permissible completions used by `recentf-open-more-files'.
16047 (recentf-more-history): New global variable holding the history list
16048 used by `recentf-open-more-files' completion.
16049 (recentf-setup-more-completion): New function to setup completion for
16050 `recentf-open-more-files'.
16051 (recentf-make-menu-items): Updated to display a "More..." menu item.
16052
ff39b9a1 160532000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16054
16055 * recentf.el (recentf-menu-action): Doc fixed.
16056
ff39b9a1 160572000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16058
16059 * recentf.el (recentf-menu-filter): Doc updated.
16060 (recentf-update-menu-hook): Allow menu filters to force menu update.
16061 (recentf-make-menu-items): New menu filter handling.
16062 (recentf-make-menu-item): New helper function.
16063 (recentf-menu-elements): New menu handling function.
16064 (recentf-sort-ascending): Updated to new menu filter handling.
16065 (recentf-sort-descending): Updated to new menu filter handling.
16066 (recentf-sort-basenames-ascending): New menu filter function.
16067 (recentf-sort-basenames-descending): New menu filter function.
16068 (recentf-show-basenames): New menu filter function.
16069 (recentf-show-basenames-ascending): New menu filter function.
16070 (recentf-show-basenames-descending): New menu filter function.
16071
160722000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16073
16074 * diary-lib.el (list-diary-entries): Don't try to go forward at
16075 the end of the buffer.
16076
160772000-02-29 Kenichi Handa <handa@etl.go.jp>
16078
ff39b9a1
SM
16079 * international/mule-diag.el (list-character-sets):
16080 Completely rewritten.
a30eb617
DL
16081 (sort-listed-character-sets): New function.
16082 (list-character-sets-1): Completely rewritten.
16083 (list-character-sets-2): New function.
16084 (non-iso-charset-alist): New variable.
16085 (decode-codepage-char): New function.
16086 (charset-history): New variable.
16087 (read-charset) (list-block-of-chars)
16088 (list-iso-charset-chars)
16089 (list-non-iso-charset-chars)
16090 (list-charset-chars): New functions.
16091 (mule-diag): Call list-character-sets-2, not
16092 list-character-sets-2.
16093 (dump-charsets): Likewise.
16094
160952000-02-29 Gerd Moellmann <gerd@gnu.org>
16096
16097 * dired-x.el (dired-filename-at-point): Add `@' to valid
16098 file name characters.
16099 (dired-filename-at-point): Handle ange-ftp file names.
16100
16101 * frame.el (frame-notice-user-settings): Use assq-delete-all
16102 instead of assoc-delete-all.
16103 (frame-notice-user-settings): Ditto.
16104
16105 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16106 Don't copy alist.
16107
161082000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16109
16110 * calculator.el (calculator-use-menu): New option.
16111 (calculator-initial-bindings): Changed some bindings to work as
16112 macros.
16113 (calculator-forced-input): Removed.
16114 (calculator-restart-other-mode): New variable.
16115 (calculator-mode-map): Set up menu.
16116
161172000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16118
16119 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
16120 tags.
16121
161222000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16123
16124 * viper-cmd.el (viper-envelop-ESC-key): added the option to
16125 translate all ESC key sequences.
16126 (viper-goto-mark-subr): restore markers for files for which
16127 they were saved.
16128 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
16129 * viper-util.el (viper-set-replace-overlay-glyphs,
16130 viper-set-replace-overlay): always check if the replacement
16131 overlay is live.
16132 * viper.el (viper-vi-state-mode-list): added major modes.
16133 * ediff-wind.el: minor comment changes.
16134 * ediff.el: copyright notice date fix.
16135
161362000-02-27 Jason Rumney <jasonr@gnu.org>
16137
16138 * faces.el (face-font-family-alternatives): Add arial to helv.
16139 (mode-line, header-line, tool-bar): Same default as x for w32.
16140 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16141 face-font-family-alternatives from working.
16142 * term/w32-win.el (mouse-set-font): Do not build fontset from
16143 chosen font.
16144
161452000-02-25 Sam Steingold <sds@goems.com>
16146
16147 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16148 properly.
16149
161502000-02-25 Richard M. Stallman <rms@gnu.org>
16151
16152 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16153
161542000-02-25 Gerd Moellmann <gerd@gnu.org>
16155
16156 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
16157 writable.
16158
16159 * frame.el (busy-cursor-delay-seconds): New option.
16160
161612000-02-24 Gerd Moellmann <gerd@gnu.org>
16162
16163 * frame.el (show-cursor-in-non-selected-windows): New option.
16164
161652000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16166
16167 * diary-lib.el (include-other-diary-files): Undo the selective
16168 display in any included file and don't kill it.
16169
161702000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16171
16172 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
16173 bar. Menu items converted to (menu-item format, help strings
16174 added.
16175 [downcase, upcase]: Don't enable on MS-DOS.
16176 [symlink, symlinks]: Don't show if make-symbolic-link is not
16177 bound.
16178 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16179
161802000-02-23 Dave Love <fx@gnu.org>
16181
16182 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16183 (backward-kill-word): Revert addition of * to interactive spec --
16184 it's a feature.
16185
16186 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16187 (backward-kill-sentence, kill-sentence): Likewise.
16188
16189 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16190 scratch buffer name.
16191 (gud-format-command): Use int-to-string in ?l case. Simplify
16192 slightly.
16193
16194 * term/w32-win.el (internal-face-interactive): Update prompt for
16195 new read-face-name.
16196
16197 * mail/footnote.el (footnote): Add :version to defgroup.
16198 (footnote-section-tag-regexp): Customize.
16199 (footnote-start-tag, footnote-end-tag): New option.
16200 (footnote-latin-regexp): New variable.
16201 (Footnote-latin): New function.
16202 (footnote-style-alist): Add element for latin style.
16203 (footnote-style): Moved.
16204 (Footnote-goto-footnote): Use eq to test arg.
16205
16206 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16207
16208 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16209 (byte-compile-trueconstp): Include keywords.
16210 (byte-optimize-quote, byte-optimize-lapcode): Use
16211 byte-compile-const-symbol-p.
16212 (byte-optimize-char-before): New optimization.
16213
16214 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16215 (byte-compile-const-symbol-p): New function.
16216 (byte-compile-constp, byte-compile-out-toplevel)
16217 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16218 Use it.
16219
16220 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16221
162222000-02-23 Kenichi Handa <handa@etl.go.jp>
16223
16224 * international/encoded-kb.el: Be sure to update minor-mode-alist
16225 and minor-mode-map-alist.
16226 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16227 codes SS2 and SS3 correctly.
16228 (encoded-kbd-self-insert-ccl): New function.
16229 (encoded-kbd-setup-keymap): New function.
16230 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16231 by calling encoded-kbd-setup-keymap.
16232
16233 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
16234 characters.
16235 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
16236 locally.
16237
162382000-02-22 Dave Love <fx@gnu.org>
16239
16240 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
16241 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
16242 defvar.
16243 (lisp-mode-syntax-table): Set up for #|...|# comments.
16244 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16245 classes. Match `defface'.
16246 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16247 (eval-defun-1): Fix for defcustom.
16248 (lisp-indent-region): Doc fix.
16249
16250 * subr.el (when, unless, split-string): Doc fix.
16251 (read-passwd): Move call of clear-this-command-keys to the right
16252 place.
16253 (replace-regexps-in-string): New function.
16254
162552000-02-22 Gerd Moellmann <gerd@gnu.org>
16256
16257 * help.el (describe-variable): Set syntax table to
16258 emacs-lisp-mode-syntax-table when moving forward over the
16259 symbol's name.
16260
162612000-02-22 Dave Love <fx@gnu.org>
16262
16263 * xt-mouse.el: Doc fixes.
16264 (xterm-mouse-position-function): New function, replacing advice of
16265 mouse-position.
16266 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16267
16268 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16269
162702000-02-21 Gerd Moellmann <gerd@gnu.org>
16271
16272 * format.el (format-annotate-single-property-change): Handle
16273 properties.with dotted-list values.
16274 (format-proper-list-p): New function.
16275
16276 * enriched.el (enriched-face-ans): Handle '(foreground-color
16277 . COLOR) and (background-color . COLOR).
16278
162792000-02-20 Dave Love <fx@gnu.org>
16280
16281 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16282 and assignments to it.
16283 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16284 current local map.
16285 (make-flyspell-overlay): Use it.
16286 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16287
16288 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16289 (lm-get-header-re): Defun, not defsubst.
16290 (lm-get-package-name): Defun, not defsubst. Simplify.
16291 (lm-version): Doc fix. Simplify.
16292 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16293 (lm-crack-address, lm-last-modified-date, lm-commentary)
16294 (lm-verify, lm-synopsis): Simplify.
16295 (lm-report-bug): Require emacsbug. Use compose-mail.
16296
162972000-02-20 Gerd Moellmann <gerd@gnu.org>
16298
16299 * dired.el (dired-mode): Call propertized-buffer-identification
16300 to set mode-line-buffer-identification to something having
16301 the right text properties.
16302
16303 * bindings.el (propertized-buffer-identification): New function.
16304
163052000-02-20 Dave Love <fx@gnu.org>
16306
16307 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16308 check for t-mouse too.
16309
16310 * cus-start.el: Make echo-keystrokes `number'.
16311
163122000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16313
16314 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16315 Don't call ring-empty-p unless tags-location-ring is bound.
16316 From Noah Friedman <friedman@splode.com>.
16317
163182000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16319
16320 * progmodes/hideshow.el (hs-flag-region): No longer use
16321 `intangible' overlay property.
16322
16323 (hs-toggle-hiding): New command.
16324 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16325
16326 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16327 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16328 and deactivation.
16329
163302000-02-18 Gerd Moellmann <gerd@gnu.org>
16331
16332 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16333
163342000-02-17 Gerd Moellmann <gerd@gnu.org>
16335
16336 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16337
16338 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16339 of `*' to handle `(* ... *)' comments.
16340
163412000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16342
16343 * faces.el (list-faces-display): Use display-mouse-p instead of
16344 window-system.
16345
16346 * menu-bar.el (global-map): Menu-bar items converted to the new
16347 format (menu-item..., rearranged for better CUA compliance, and
16348 their names changed for better clarity. Help strings added.
16349
16350 * international/mule-cmds.el (mule-menu-keymap)
16351 (describe-language-environment-map, set-coding-system-map)
16352 (setup-language-environment-map): Convert to new (menu-item...
16353 form, add help strings. Change names of menu items for better
16354 clarity. "Mule" menu-bar item removed (it's now in the "Options"
16355 submenu).
16356
163572000-02-17 Gerd Moellmann <gerd@gnu.org>
16358
16359 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16360 within the code.
16361
163622000-02-16 Dave Love <fx@gnu.org>
16363
16364 * faces.el: Don't require custom. Add more specific :groups to
16365 various deffaces.
16366 (set-face-attribute): Purecopy args.
16367 (read-face-name): Default to name at point and use it in prompt.
16368 Remove colon from arg in all callers.
16369 (list-faces-display): Hyperlink to face descriptions and customize
16370 buffers.
16371
163722000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16373
16374 * wid-edit.el (widget-match-inline): An atom never matches a
16375 list.
16376
163772000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16378
16379 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16380 at ':' characters by call to split-string.
16381
163822000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16383
16384 * textmodes/bibtex.el: Added RCS version identification.
16385
163862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16387
16388 * textmodes/bibtex.el: Some temporary comments removed.
16389 (bibtex-field-name, bibtex-entry-type): Made the relationship
16390 explicit.
16391 (bibtex-field-const): Allow capital letters.
16392 (bibtex-start-of-string): Deleted because unused.
16393
16394 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16395 use the term 'reference' to describe a bibtex entry as a whole.
16396 Further, reference keys are no longer called 'labels'.
16397 (bibtex-keys): Renamed to bibtex-reference-keys.
16398 (bibtex-reformat-previous-labels): Renamed to
16399 bibtex-reformat-previous-reference-keys.
16400 (bibtex-reference-type): Renamed to bibtex-entry-type.
16401 (bibtex-reference-head): Renamed to bibtex-entry-head.
16402 (bibtex-reference-maybe-empty-head): Renamed to
16403 bibtex-entry-maybe-empty-head.
16404 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16405 (bibtex-search-reference): Renamed to bibtex-search-entry.
16406 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16407 bibtex-enclosing-entry-maybe-empty-head.
16408 (bibtex-entry-field-alist, bibtex-entry-head,
16409 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16410 bibtex-map-entries, bibtex-search-entry,
16411 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16412 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16413 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16414 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16415 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16416 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16417 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16418
164192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16420
16421 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16422 comment.
16423 (bibtex-format-field-delimiters): New function, functionality
16424 extracted from bibtex-format-entry.
16425 (bibtex-autokey-get-yearfield-digits): New function, functionality
16426 extracted from bibtex-autokey-get-yearfield.
16427
16428 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16429 entries in order to avoid stack overflow in the regexp matcher if
16430 field contents become large.
16431 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16432 bibtex-field-string-part-not-braced,
16433 bibtex-field-string-part-no-inner-braces,
16434 bibtex-field-string-part-1-inner-brace,
16435 bibtex-field-string-part-2-inner-braces,
16436 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16437 bibtex-field-string-quoted, bibtex-field-string,
16438 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16439 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16440 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16441 as parsing is now performed by the following functions.
16442 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16443 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16444 bibtex-parse-field-string, bibtex-search-forward-field-string,
16445 bibtex-parse-association, bibtex-field-name-for-parsing,
16446 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16447 bibtex-search-forward-field, bibtex-search-backward-field,
16448 bibtex-start-of-field, bibtex-end-of-field,
16449 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16450 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16451 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16452 bibtex-parse-string, bibtex-search-forward-string,
16453 bibtex-search-backward-string, bibtex-start-of-string,
16454 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16455 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16456 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16457 entries. Instead of reporting the results of the parsing by
16458 match-beginning or match-end, these functions return data structures
16459 that hold the corresponding positions.
16460 (bibtex-enclosing-field): Changed to also report field boundaries by
16461 return values rather than by match-beginning or match-end. The
16462 following functions have been adapted to use the new parsing
16463 functions.
16464 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16465 bibtex-enclosing-field, bibtex-format-entry,
16466 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16467 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16468 bibtex-print-help-message, bibtex-end-of-entry,
16469 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16470 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16471 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16472 method for parsing.
16473 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16474 bibtex-map-entries, bibtex-flash-head,
16475 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16476 bibtex-autokey-change, bibtex-autokey-get-namefield,
16477 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16478 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16479 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16480 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16481 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16482 order to make the new binding of case-fold-search immediately
16483 visible.
16484
164852000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16486
16487 * textmodes/bibtex.el: Copyright notice is up to date.
16488 Added constant 'bibtex-maintainer-salutation.
16489
16490 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16491 than make-temp-name, use match-string-no-properties and eliminate
16492 a quadratic behavior when building bibtex-strings.
16493
16494 * bibtex.el (bibtex-reference-key): Accept string entries whose
16495 reference key contains upper case letters.
16496
164972000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16498
16499 * bibtex.el (bibtex-reference-head): Allow entries to start with
16500 a new line.
16501
165022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16503
16504 * bibtex.el: Hiding of entry bodies is not longer provided by
16505 bibtex.el directly. Instead the hideshow package can be used.
16506 Added a special bibtex entry to hs-special-modes-alist.
16507 (bibtex-hs-forward-sexp): Added for hideshow.el.
16508
165092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16510
16511 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16512 at ':' characters by call to split-string.
16513
165142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16515
16516 * textmodes/bibtex.el: Added RCS version identification.
16517
165182000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16519
16520 * textmodes/bibtex.el: Some temporary comments removed.
16521 (bibtex-field-name, bibtex-entry-type): Made the relationship
16522 explicit.
16523 (bibtex-field-const): Allow capital letters.
16524 (bibtex-start-of-string): Deleted because unused.
16525
16526 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16527 use the term 'reference' to describe a bibtex entry as a whole.
16528 Further, reference keys are no longer called 'labels'.
16529 (bibtex-keys): Renamed to bibtex-reference-keys.
16530 (bibtex-reformat-previous-labels): Renamed to
16531 bibtex-reformat-previous-reference-keys.
16532 (bibtex-reference-type): Renamed to bibtex-entry-type.
16533 (bibtex-reference-head): Renamed to bibtex-entry-head.
16534 (bibtex-reference-maybe-empty-head): Renamed to
16535 bibtex-entry-maybe-empty-head.
16536 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16537 (bibtex-search-reference): Renamed to bibtex-search-entry.
16538 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16539 bibtex-enclosing-entry-maybe-empty-head.
16540 (bibtex-entry-field-alist, bibtex-entry-head,
16541 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16542 bibtex-map-entries, bibtex-search-entry,
16543 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16544 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16545 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16546 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16547 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16548 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16549 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16550
165512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16552
16553 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16554 comment.
16555 (bibtex-format-field-delimiters): New function, functionality
16556 extracted from bibtex-format-entry.
16557 (bibtex-autokey-get-yearfield-digits): New function, functionality
16558 extracted from bibtex-autokey-get-yearfield.
16559
16560 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16561 entries in order to avoid stack overflow in the regexp matcher if
16562 field contents become large.
16563 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16564 bibtex-field-string-part-not-braced,
16565 bibtex-field-string-part-no-inner-braces,
16566 bibtex-field-string-part-1-inner-brace,
16567 bibtex-field-string-part-2-inner-braces,
16568 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16569 bibtex-field-string-quoted, bibtex-field-string,
16570 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16571 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16572 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16573 as parsing is now performed by the following functions.
16574 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16575 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16576 bibtex-parse-field-string, bibtex-search-forward-field-string,
16577 bibtex-parse-association, bibtex-field-name-for-parsing,
16578 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16579 bibtex-search-forward-field, bibtex-search-backward-field,
16580 bibtex-start-of-field, bibtex-end-of-field,
16581 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16582 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16583 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16584 bibtex-parse-string, bibtex-search-forward-string,
16585 bibtex-search-backward-string, bibtex-start-of-string,
16586 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16587 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16588 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16589 entries. Instead of reporting the results of the parsing by
16590 match-beginning or match-end, these functions return data structures
16591 that hold the corresponding positions.
16592 (bibtex-enclosing-field): Changed to also report field boundaries by
16593 return values rather than by match-beginning or match-end. The
16594 following functions have been adapted to use the new parsing
16595 functions.
16596 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16597 bibtex-enclosing-field, bibtex-format-entry,
16598 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16599 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16600 bibtex-print-help-message, bibtex-end-of-entry,
16601 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16602 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16603 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16604 method for parsing.
16605 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16606 bibtex-map-entries, bibtex-flash-head,
16607 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16608 bibtex-autokey-change, bibtex-autokey-get-namefield,
16609 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16610 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16611 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16612 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16613 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16614 order to make the new binding of case-fold-search immediately
16615 visible.
16616
166172000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16618
16619 * textmodes/bibtex.el: Copyright notice is up to date.
16620 Added constant 'bibtex-maintainer-salutation.
16621
16622 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16623 than make-temp-name, use match-string-no-properties and eliminate
16624 a quadratic behavior when building bibtex-strings.
16625
16626 * bibtex.el (bibtex-reference-key): Accept string entries whose
16627 reference key contains upper case letters.
16628
166292000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16630
16631 * bibtex.el (bibtex-reference-head): Allow entries to start with
16632 a new line.
16633
166342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16635
16636 * bibtex.el: Hiding of entry bodies is not longer provided by
16637 bibtex.el directly. Instead the hideshow package can be used.
16638 Added a special bibtex entry to hs-special-modes-alist.
16639 (bibtex-hs-forward-sexp): Added for hideshow.el.
16640
166412000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16642
16643 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16644 proceedings entry type (for cross referencing). Thanks to Wagner
16645 Toledo Correa for the suggestion.
16646
16647 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16648
166492000-02-14 Kenichi Handa <handa@etl.go.jp>
16650
16651 * international/characters.el: Setup case table for Vietnamese.
16652
166532000-02-12 Gerd Moellmann <gerd@gnu.org>
16654
16655 * uniquify.el (toplevel): Require CL at compile time.
16656 (uniquify-push): Removed.
16657
16658 * shadowfile.el (shadow-when): Removed.
16659
16660 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16661 (tempo-process-and-insert-string): Use dolist instead of
16662 tempo-dolist.
16663
16664 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16665 regexp for paragraph-start.
16666
16667 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16668 commas as well.
16669
166702000-02-10 Dave Love <fx@gnu.org>
16671
16672 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16673 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16674 Deleted.
16675 (widget-specify-field, widget-specify-button): Don't use
16676 widget-mouse-help as help-echo property.
16677 (default): Use #'ignore for :validate and :mouse-down-action.
16678 (checkbox): Add help-echo.
16679 (widget-sexp-validate): Rewritten to clarify error messages.
16680 (character): Use char-valid-p in :match function.
16681 (widget-color-complete): Use facemenu-color-alist.
16682 (widget-color-action): Use facemenu-read-color.
16683
16684 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16685 set up `caar' &c that we now have.
16686
166872000-02-09 Ray Blaak <blaak@gnu.org>
16688
16689 * delphi.el: Make resourcestring a declaration region, like const
16690 and var.
16691
166922000-02-09 Dave Love <fx@gnu.org>
16693
16694 * bindings.el (mode-line-input-method-map): New variable.
16695 (mode-line-mule-info): Use it; fix last change.
16696 (mode-line-mode-menu): Move definition.
16697 (mode-line-mouse-sensitive-p): Deleted.
16698 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16699 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16700 level.
16701
16702 * startup.el (command-line-1): Don't call
16703 make-mode-line-mouse-sensitive.
16704
167052000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16706
16707 * mail/rmail.el (rmail-retry-failure): Use
16708 rmail-beginning-of-message before rmail-toggle-header, because the
16709 former toggles headers.
16710
167112000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16712
16713 * diff-mode.el (diff-kill-junk): New interactive function.
16714 (diff-reverse-direction): Use delete-and-extract-region.
16715 (diff-post-command-hook): Restrict the area so that the hook also works
16716 outside of any diff hunk. This is necessary for the minor-mode.
16717 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16718 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16719
16720 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16721 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16722 so that it can be used more easily in <foo>-mode-hook. Also make sure
16723 to avoid duplicate entries.
16724 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16725 (font-lock-remove-keywords): Just as was done for `add', allow it to
16726 work even if font-lock-mode is nil. Also make sure we don't modify
16727 any pre-existing list by forcing a copy-sequence. Finally rename
16728 `major-mode' to `mode'.
16729 (font-lock-fontify-syntactic-anchored-keywords)
16730 (font-lock-fontify-anchored-keywords)
16731 (font-lock-fontify-keywords-region): Use line-end-position.
16732 Don't make `font-lock-multiline' local (it's now done in
16733 font-lock-set-defaults).
16734 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16735 move the `font-lock-fontified' creation to inside the `unless'.
16736
167372000-02-06 Andrew Innes <andrewi@gnu.org>
16738
16739 * term/w32-win.el (x-handle-args): Comment out call to message,
16740 which occurs before window system is initialized.
16741
16742 * makefile.nt: Add support for recompiling lisp code.
16743
167442000-02-04 Dave Love <fx@gnu.org>
16745
16746 * bindings.el (mode-line-mule-info): Fix/extend last change.
16747
16748 * completion.el: Replace completion-dolist with dolist.
16749
16750 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16751 dotimes.
16752
167532000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16754
16755 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16756 environment names before they go into the section regexp.
16757
16758 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16759 char class in regexp.
16760
16761 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16762 `case-fold-search' to nil.
16763
16764 * progmodes/idlwave.el (idlwave-template): Respect
16765 `idlwave-abbrev-change-case'.
16766 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16767 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16768 idlwave-while): respect `idlwave-reserved-word-upcase'.
16769 (idlwave-rw-case): New function.
16770 (idlwave-statement-match): Fixed problem with assignment regexp.
16771 (idlwave-font-lock-keywords): Improved regexp for keyword
16772 parameters.
16773 (idlwave-surround): New argument LENGTH to support padding of
16774 operators longer than 1 char.
16775
16776 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16777 idlwave-shell-expression-overlay. Implemented printing of
16778 expressions on higher levels of the calling stack.
16779 (idlwave-shell-display-level-in-calling-stack): Restore stack
16780 level.
16781 (idlwave-retrieve-expression-from-level): New function.
16782 (idlwave-shell-last-calling-stack): Variable removed.
16783 (idlwave-shell-reset): Argument action reversed (`visible' to
16784 `hidden'). Also remove stop-line overlay.
16785 (idlwave-shell-calling-stack-routine): New variable.
16786 (idlwave-shell-parse-stack-and-display): Messages now display
16787 negative level numbers.
16788 (idlwave-shell-mode): Set `modeline-format'.
16789 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16790 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16791 21.
16792 (idlwave-shell-print-expression-function): New option.
16793
16794 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16795 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16796 `tool-bar' instead of `toolbar'.
16797
167982000-02-02 Dave Love <fx@gnu.org>
16799
16800 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16801 emacs-lisp-mode-hook. Don't check for defalias being defined.
16802
16803 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16804 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
16805 the new builtins directly.
16806
16807 * whitespace.el (whitespace): Add :version to defgroup.
16808
16809 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16810 Doc fix.
16811
16812 * thingatpt.el (sexp-at-point, symbol-at-point)
16813 (number-at-point, list-at-point): Add autoload cookie.
16814
16815 * recentf.el (recentf): Add :version to defgroup.
16816
16817 * quickurl.el (quickurl): Add :version to defgroup.
16818
16819 * elide-head.el (elide-head): Use point-marker more.
16820
16821 * bs.el (bs): Add :version to defgroup.
16822
16823 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16824
16825 * progmodes/delphi.el (delphi): Add :version to defgroup.
16826
168272000-02-02 Gerd Moellmann <gerd@gnu.org>
16828
16829 * ange-ftp.el (ange-ftp-write-region): Handle case that
16830 succeeding process operation sets a different coding system.
16831
16832 * calculator.el: New file.
16833
168342000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16835
16836 * frame.el (frames-on-display-list, framep-on-display): New
16837 functions.
16838 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16839 (display-selections-p, display-screens, display-pixel-width)
16840 (display-pixel-height, display-mm-width, display-mm-height)
16841 (display-backing-store, display-save-under, display-planes)
16842 (display-color-cells, display-visual-class): New functions.
16843
16844 * term/tty-colors.el (tty-color-gray-shades): New function.
16845
16846 * faces.el (display-color-p): Use framep-on-display.
16847 (display-grayscale-p): New function.
16848
168492000-01-31 Dave Love <fx@gnu.org>
16850
16851 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16852 (create-fontset-from-x-resource): Don't concat integers.
16853
168542000-01-31 Inge Frick <inge@nada.kth.se>
16855
16856 * view.el: Some changes in documentation. Removed some trailing
16857 whitespace. Changed some parameter names to agree with
16858 documentation.
16859 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16860 window is not deleted. Modifies change 1998-04-26.
16861
168622000-01-31 Gerd Moellmann <gerd@gnu.org>
16863
16864 * windmove.el: New file.
16865
16866 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16867 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16868 progmodes/ebnf-yac.el: Update copyright and license info.
16869
16870 * jit-lock.el (jit-lock-function): Widen before calculating end
16871 position.
16872 (jit-lock-stealth-chunk-start): Rewritten.
16873
16874 * info.el (Info-title-face-alist): Removed.
16875 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16876 faces.
16877 (Info-fontify-node): Use these faces.
16878
168792000-01-30 Gerd Moellmann <gerd@gnu.org>
16880
16881 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16882 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16883 `&allow-other-keywords'.
16884
16885 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16886 the list of directories scanned heuristically.
16887
16888 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16889 exist.
16890
168912000-01-30 Jason Rumney <jasonr@gnu.org>
16892
16893 * w32-fns.el: Define w32-tty-standard-colors.
16894
16895 * startup.el (command-line): Use w32-tty-standard-colors when in
16896 w32 console mode.
16897
168982000-01-30 Dave Love <fx@gnu.org>
16899
16900 * jka-compr.el (jka-compr-load): Fix up load-history.
16901
16902 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16903
16904 * emacs-lisp/cl-macs.el: Revert previous change.
16905
169062000-01-29 Dave Love <fx@gnu.org>
16907
16908 * facemenu.el: Purecopy various strings.
16909
16910 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16911 years. Deal with three-digit years.
16912
16913 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16914 defconst, purecopy.
16915 (help-back-label): Purecopy it.
16916
169172000-01-18 Gerd Moellmann <gerd@gnu.org>
16918
16919 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16920 variable. If non-nil, order the buffer list according to the
16921 currently selected frame.
16922 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16923 non-nil, pass the selected frame to function buffer-list.
16924
169252000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16926
16927 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16928
169292000-01-28 Dave Love <fx@gnu.org>
16930
16931 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16932
16933 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16934 Don't use lisp-indent-hook property.
16935 (cl-abs): Remove.
16936
16937 * subr.el: Move out indent and edebug specs for when and unless.
16938
16939 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16940 when, unless.
16941
16942 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16943 unless, when.
16944
169452000-01-28 Gerd Moellmann <gerd@gnu.org>
16946
16947 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16948 `collecting' as synonym for `collect'.
16949
16950 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16951 for the case it contains spaces.
16952
16953 * simple.el (what-cursor-position): Change formatting of
16954 messages.
16955
16956 * frame.el (delete-other-frames): New function.
16957 (toplevel): Bind it to C-x 5 1.
16958
16959 * sort.el (sort-numeric-base): New option.
16960 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16961 interpret it as octal or hexadecimal. Use sort-numeric-base
16962 as default base.
16963
16964 * progmodes/glasses.el: New file.
16965
169662000-01-27 Gerd Moellmann <gerd@gnu.org>
16967
16968 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16969 userids differently.
16970
16971 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16972 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16973 progmodes/ebnf-yac.el: New files.
16974
169752000-01-26 Dave Love <fx@gnu.org>
16976
16977 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16978 on a function with an empty body. [From Eric Ludlam.]
16979
169802000-01-25 Andre Spiegel <spiegel@gnu.org>
16981
16982 * vc.el (vc-version-diff): Make sure file name is expanded.
16983
169842000-01-25 Gerd Moellmann <gerd@gnu.org>
16985
16986 * scroll-bar.el (scroll-bar-timer): Variable removed.
16987 (scroll-bar-toolkit-scroll): Don't use a timer.
16988
169892000-01-25 Kenichi Handa <handa@etl.go.jp>
16990
16991 * language/thai-util.el (thai-composition-function): Delete
16992 superfluous `a'.
16993
169942000-01-24 Dave Love <fx@gnu.org>
16995
16996 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16997 end-of-defun-function.
16998
16999 * font-lock.el (turn-on-font-lock): Don't depend on window-system
17000 &c.
17001
170022000-01-22 Jason Rumney <jasonr@gnu.org>
17003
17004 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17005 conflicts with new face support.
17006
170072000-01-22 Richard M. Stallman <rms@gnu.org>
17008
17009 * replace.el (query-replace): Rename last arg to DELIMITED.
17010 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17011 (query-replace-regexp): Likewise.
17012
170132000-01-20 Richard M. Stallman <rms@gnu.org>
17014
17015 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17016
17017 * emacs-lisp/lisp.el (beginning-of-defun-function):
17018 Variable renamed from beginning-of-defun.
17019 Do not call make-variable-buffer-local.
17020 (beginning-of-defun-raw): Use new variable name; doc fix.
17021 (beginning-of-defun): Doc fix.
17022 (end-of-defun-function): Variable renamed from end-of-defun.
17023 Do not call make-variable-buffer-local.
17024 (end-of-defun): Use new variable name; doc fix.
17025
17026 * subr.el (dolist, dotimes): Copied from cl-macs.el
17027 and made to work.
17028
17029 * mail/undigest.el (rmail-digest-end-regexps):
17030 Variable replaces rmail-digest-end-regexp.
17031 Allows multiple regexps for detecting the end line.
17032 (undigestify-rmail-message): Corresponding changes.
17033
170342000-01-19 Dave Love <fx@gnu.org>
17035
17036 * files.el (user-init-file): Don't declare here -- is primitive.
17037
17038 * startup.el (command-line): Check for compiled user-init-file and
17039 set to uncompiled version if necessary.
17040
170412000-01-18 Gerd Moellmann <gerd@gnu.org>
17042
17043 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17044 (undigestify-rmail-message): Use it.
17045
17046 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17047
170482000-01-17 Gerd Moellmann <gerd@gnu.org>
17049
17050 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17051 of mini-buffer.
17052
170532000-01-14 Gerd Moellmann <gerd@gnu.org>
17054
17055 * emacs-lisp/copyright.el (copyright-update): Removed the
17056 requirement for a trailing space from `copyright-regexp', to
17057 support copyrights with owner specified on a separate line..
17058
17059 * align.el: New file.
17060
17061 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17062
17063 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17064
170652000-01-13 Dave Love <fx@gnu.org>
17066
17067 * ph.el: Removed. (Obsoleted by EUDC.)
17068
170692000-01-13 Gerd Moellmann <gerd@gnu.org>
17070
17071 * net/eudc.el (toplevel): Remove autoloaded code installing
17072 menu with easymenu, because that causes build problems.
17073
17074 * frame.el (frame-notice-user-settings): New variable.
17075 (frame-notice-user-settings): Don't modify frame parameters
17076 if called a second time.
17077
170782000-01-13 Richard M. Stallman <rms@gnu.org>
17079
17080 * frame.el (frame-notice-user-settings):
17081 Notice default-frame-parameters even for non-window frames.
17082
170832000-01-13 Gerd Moellmann <gerd@gnu.org>
17084
17085 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17086 for Emacs.
17087 (eudc-bob-can-display-inline-images): Extend for Emacs.
17088 (eudc-bob-toggle-inline-display): Ditto.
17089 (eudc-bob-display-jpeg): Ditto.
17090
170912000-01-12 Gerd Moellmann <gerd@gnu.org>
17092
17093 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17094 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17095 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17096
17097 * add-log.el (add-change-log-entry): Fix error trying an `(insert
17098 nil)'.
17099
17100 * subdirs.el: Add `net' directory.
17101
17102 * net: New directory.
17103
17104 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17105 eval-last-sexp. Don't bind debug-on-error here.
17106 (eval-last-sexp): New function. Bind debug-on-error if
17107 eval-expression-debug-on-error is non-nil.
17108 (eval-defun-2, eval-defun): Likewise.
17109
17110 * simple.el (eval-expression): Don't bind debug-on-error if
17111 eval-expression-debug-on-error is nil. Detect changed
17112 debug-on-error, and propagate new value to global binding, if
17113 eval-expression-debug-on-error is non-nil,
17114 (eval-expression-debug-on-error): Change doc string.
17115
171162000-01-11 Richard M. Stallman <rms@gnu.org>
17117
17118 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17119
17120 * emacs-lisp/lisp-mode.el (with-syntax-table):
17121 Set up lisp-indent-function property.
17122
17123 * subr.el (with-syntax-table): Moved from simple.el.
17124
17125 * simple.el (with-syntax-table): Moved to subr.el.
17126
171272000-01-11 Gerd Moellmann <gerd@gnu.org>
17128
17129 * tmm.el (tmm-shortcut): Delete region after prompt instead
17130 of erasing buffer.
17131
17132 * textmodes/fill.el (fill-common-string-prefix): New function.
17133 (fill-context-prefix): Use the longest common prefix of first
17134 and second line fill prefix, if there is one.
17135
171362000-01-11 Richard M. Stallman <rms@gnu.org>
17137
17138 * array.el (array-mode): Don't use make-variable-buffer-local.
17139 Use make-local-variable for `truncate-lines'.
17140
171412000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17142
17143 * add-log.el (add-log-current-defun): Handle user-defined
17144 add-log-current-function returning nil,
17145
17146 * add-log.el (add-change-log-entry): Insert version number
17147 if having found a current function
17148
17149 * add-log.el (add-log-current-defun): Call
17150 `add-log-current-defun-function'. Try matches at level 0 and
17151 level 1. Strip whitespace from defun found.
17152
171532000-01-10 John Wiegley <johnw@gnu.org>
17154
17155 * allout.el (isearch-done/outline-provisions): Added `edit'
17156 argument to correspond with the current definition of
17157 `isearch-done'.
17158
171592000-01-10 Dave Love <fx@gnu.org>
17160
17161 * elide-head.el (elide-head): Use point-marker, not point.
17162
171632000-01-10 Gerd Moellmann <gerd@gnu.org>
17164
17165 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17166 before and after the year 2000.
17167
17168 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17169 Add ispell- prefix.
17170
171712000-01-10 Ken Stevens <k.stevens@ieee.org>
17172
17173 * ispell.el: Only define dictionaries in menus when they exist.
17174 (version18p): New variable.
17175 (version20p): New variable.
17176 (xemacsp): New variable.
17177 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17178 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17179 (ispell-dictionary-alist6): Russian command lines no longer accept
17180 run-together words.
17181 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17182 (ispell-dictionary-alist): Add koi8-r to customize definition.
17183 (check-ispell-version): Added documentation string. Returns
17184 library path when called non-interactively.
17185 (ispell-menu-map-needed): Uses new variables.
17186 (ispell-library-path): New variable.
17187 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17188 (ispell-word): Improved documentation string. Test for valid
17189 character mappings. Correctly check typed in word changes that can
17190 result in single words split into multiple words. Returns
17191 replacement word.
17192 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17193 replace in recursive query replace mode. Help message for
17194 recursive edit mode.
17195 (ispell-show-choices): Protect against bad framepop bindings.
17196 (ispell-help): Fix to work with XEmacs.
17197 (ispell-highlight-spelling-error): Use new variables.
17198 (ispell-overlay-window): Fix to work with XEmacs.
17199 (ispell-parse-output): Passed and returns location information
17200 tracking spelling corrections. Doesn't recheck same word on
17201 current line.
17202 (ispell-init-process): Protect against bogus XEmacs variable binding.
17203 Fix call to single argument in sleep-for. Use new variables.
17204 (ispell-region): Passed and returns location information tracking
17205 spelling corrections. Doesn't check same word on current line.
17206 Improved documentation string. Doesn't resend a line already
17207 checked to the ispell process - fixes bug in LaTeX parsing.
17208 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17209 (ispell-skip-region): No longer skips <TT> in SGML.
17210 (ispell-process-line): Tracks location information with spelling
17211 corrections. Added documentation string. Accounts for words
17212 already accepted on this line. Don't allow query-replace on line
17213 starting with math characters. Doesn't resend a line already sent
17214 to ispell process. Fixes alignment error bug.
17215
172162000-01-10 Richard M. Stallman <rms@gnu.org>
17217
17218 * dired-x.el (dired-guess-shell-alist-default):
17219 Suggest xloadimage, which is free, not xv, which isn't.
17220
17221 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17222 Don't ever include the host name or user name in the value.
17223
172242000-01-09 Gerd Moellmann <gerd@gnu.org>
17225
17226 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17227 of a real newline.
17228
172292000-01-09 Stephen Eglen <stephen@gnu.org>
17230
17231 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17232 for .png files.
17233
172342000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17235
17236 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17237
172382000-01-09 Gerd Moellmann <gerd@gnu.org>
17239
17240 * progmodes/cperl-mode.el: Replace ^F with ^L.
17241
17242 * sendmail.el (toplevel): Provide `sendmail' when compiling
17243 before `require'ing rmail and mailalias to prevent infinite
17244 recursion.
17245
172462000-01-08 Dave Love <fx@gnu.org>
17247
17248 * emacs-lisp/backquote.el: Remove inappropriate customization
17249 (allowing custom.el to use backquote).
17250
172512000-01-07 Dave Love <fx@gnu.org>
17252
17253 * add-log.el (add-log-debugging): Deleted.
17254 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17255 file. Remove debugging code.
17256 (change-log-get-method-definition, change-log-name): Add doc.
17257 (change-log-sortable-date-at): New function.
17258 (change-log-merge): New command.
17259
17260 * time.el (display-time-string-forms): Make the Mail string active.
17261 (display-time-update): Provide help-echo for load average.
17262
17263 * bindings.el (make-mode-line-mouse2-map): New function.
17264 (mode-line-modified): Use it and simplify.
17265 (mode-line-mule-info): Provide help-echo info.
17266 (minor-mode-alist): Activate the strings.
17267 (make-mode-line-mouse-sensitive): Simplify for
17268 mode-line-buffer-identification.
17269
172702000-01-07 Gerd Moellmann <gerd@gnu.org>
17271
17272 * play/pong.el: New file.
17273
172742000-01-06 Dave Love <fx@gnu.org>
17275
17276 * array.el: Assorted cleanups for compiler warnings, doc strings,
17277 `array-' prefix for symbols.
17278
172792000-01-05 Dave Love <fx@gnu.org>
17280
17281 * textmodes/outline.el (outline-mode-menu-bar-map): Add
17282 outline-headers-as-kill.
17283 (outline-mode): Define imenu-generic-expression.
17284 (outline-headers-as-kill): New command.
17285
17286 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17287 from paragraph-start.
17288 (paragraph-indent-minor-mode): New command.
17289
17290 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17291 M-C-e, M-C-h, C-j, C-xnd, TAB.
17292 (fortran-mode): Set beginning-of-defun, end-of-defun.
17293 (fortran-column-ruler): Simplify.
17294 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17295 (fortran-with-subprogram-narrowing): Likewise.
17296 (fortran-indent-subprogram): Call mark-defun.
17297 (fortran-check-for-matching-do): Change narrowing.
17298
17299 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17300 (cl-lucid-hash-tag): Delete.
17301 (cl-hash-table-p): Correct test for native table.
17302 (cl-hash-table-count): Use hash-table-count.
17303
17304 * browse-url.el (browse-url): Fix case of
17305 browse-url-browser-function being an alist.
17306
173072000-01-05 Carsten Dominik <cd@gnu.org>
17308
17309 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17310 (reftex-index-phrase-file-extension): New options.
17311
17312 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17313 Use new option `reftex-index-phrase-file-extension'.
17314
17315 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17316 `reftex-parse-file-extension'.
17317
173182000-01-05 Dave Love <fx@gnu.org>
17319
17320 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17321 (beginning-of-defun-raw): Use it.
17322 (end-of-defun): New variable.
17323 (end-of-defun): Use it.
17324 (check-parens): New command.
17325
173262000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17327
17328 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17329 (hs-show-block): Don't use `mapcar' when not accumulating.
17330
17331 Fix buglet in local variables initialization.
17332
173332000-01-05 Andreas Schwab <schwab@suse.de>
17334
17335 * hscroll.el (hscroll): Doc fix.
17336
173372000-01-05 Carsten Dominik <cd@gnu.org>
17338
17339 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
17340 idlw-toolbar.
17341
17342 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
17343 file idlw-rinfo.el.
17344 (idlwave-customize): load must read file idlw-shell.el.
17345 (idlwave-create-customize-menu): load must read file idlw-shell.el.
17346
173472000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17348
17349 * progmodes/idlw-shell.el: Also provide idlwave-shell
17350 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17351 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17352
17353 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
17354 both reftex-dcr and reftex-vcr.
17355
17356 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17357
173582000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17359
17360 * ps-print.el: PostScript code now is in separate files, doc fix.
17361 (ps-print-version): New version number (5.0.3).
17362 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17363 local.
17364 (ps-spool-config): Initialization fix.
17365 (ps-print-prologue-1, ps-print-prologue-2)
17366 (ps-print-duplex-feature): PostScript code moved to separated file.
17367 (ps-background-image): Little code reformating.
17368 (ps-begin-file, ps-begin-job): Fix code.
17369 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17370 (ps-prologue-file): New fun.
17371
173722000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17373
17374 * ps-vars.el: Eliminated.
17375
17376 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17377 `;;;###autoload'.
17378
17379 * ps-print.el: ps-vars eliminated, doc fix.
17380 (ps-print-version): New version number (5.0.2).
17381 (ps-spool-config): Initialization fix.
17382 (ps-print-customize): New fun.
17383
173842000-01-04 Gerd Moellmann <gerd@gnu.org>
17385
17386 * autorevert.el (auto-revert-mode): Return value of
17387 auto-revert-mode.
17388
173892000-01-04 Dave Love <fx@gnu.org>
17390
17391 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17392 menu items.
17393
173942000-01-03 Dave Love <fx@gnu.org>
17395
17396 * elide-head.el (elide-head) [defgroup]: Add :version.
17397
17398 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
17399 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
17400 `cl-hash-table-p', not `hash-table-p'.
17401 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17402
174032000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17404
17405 * faces.el (face-read-integer, read-face-attribute)
17406 (color-defined-p, color-values): unspecified-{f,b}g are now
17407 strings.
17408
174092000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17410
17411 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17412 at comment end, and re-insert them after filling.
17413
174142000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17415
17416 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17417 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17418 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17419
174202000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17421
17422 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17423 the new name of face-color-supported-p.
17424
17425 * term/w32-win.el (xw-defined-colors): Likewise.
17426
174272000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17428
17429 * simple.el (completion-setup-function): Count completion-size
17430 from minibuffer-prompt-end, not from point-min.
17431
174322000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17433
17434 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17435 Pass the frame to tty-color-* functions.
17436 (display-color-p, frame-set-background-mode): Pass the frame to
17437 tty-display-color-p.
17438
17439 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17440 tty-color-alist.
17441 (tty-color-alist, tty-modify-color-alist): New functions.
17442 (tty-color-define, tty-color-clear, tty-color-approximate)
17443 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
17444 an optional parameter FRAME.
17445
174462000-01-01 Gerd Moellmann <gerd@gnu.org>
17447
17448 * image.el (create-image, defimage): Don't assume image data is a
17449 string.
17450
17451 * image.el (defimage): Handle specifications containing :data
17452 instead of :file.
17453 (image-type-from-data): New function.
17454 (image-type-from-file-header): Use it.
17455 (create-image): Add parameter DATA-P.
17456
17457See ChangeLog.8 for earlier changes.
17458
17459;; Local Variables:
17460;; coding: iso-2022-7bit
17461;; End: