]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
2001-05-24 Andrew Choi <akochoi@i-cable.com>
[gnu-emacs] / lisp / ChangeLog
1 2001-05-24 Andrew Choi <akochoi@i-cable.com>
2
3 * international/titdic-cnv.el (quail-misc-package-ext-info):
4 Change CTLauB.el to CTLau-b5.el.
5
6 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
7
8 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
9 rather than beginning-of-line to avoid problems with fields.
10 (gud-perldb-massage-args): Use unless and push.
11 (gud-chdir-before-run): New var.
12 (gud-common-init): Use it.
13
14 2001-05-24 Andrew Choi <akochoi@i-cable.com>
15
16 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17 delete entries for chinese-ctlau and chinese-ctlaub.
18 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
19 chinese-ctlaub.
20 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
21 New functions.
22
23 2001-05-22 Gerd Moellmann <gerd@gnu.org>
24
25 * cus-edit.el (custom-comment-show): Remove debug code.
26
27 * language/japan-util.el (japanese-symbol-table): Fix handling of
28 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
29
30 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
31
32 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
33 Renamed by removing the silly `-flag' suffix.
34 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
35
36 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
37
38 * replace.el (keep-lines-read-args): Use `copy-marker'.
39 (how-many): Save excursion properly.
40 (occur-mode): Use define-derived-mode.
41 (perform-replace): Use with-current-buffer.
42
43 2001-05-20 Richard M. Stallman <rms@gnu.org>
44
45 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
46
47 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
48
49 * info.el (Info-read-subfile): Widen before finding the
50 desired node in the subfile.
51
52 * startup.el (command-line-1): When >2 files visited,
53 leave the last one visible, and make that the selected window.
54
55 2001-05-20 Gerd Moellmann <gerd@gnu.org>
56
57 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
58
59 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
60
61 * international/ccl.el (define-ccl-program): Fix a typo.
62 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
63
64 * international/mule.el (decode-char): Fix a typo. From Pavel
65 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
66
67 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
68 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
69
70 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
71 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
72
73 2001-05-18 Sam Steingold <sds@gnu.org>
74
75 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
76 and [RET] to `cvs-mode-find-file'.
77
78 2001-05-18 John Wiegley <johnw@gnu.org>
79
80 * eshell/esh-ext.el (eshell-explicit-command-char): A new
81 configuration variable, which determines the initial character
82 that forces use of an external version of a command. The default
83 is *, but may be set to \, for example.
84
85 * eshell/esh-ext.el (eshell-explicit-command):
86 Use `eshell-explicit-command-char' instead of ?*.
87
88 * eshell/esh-cmd.el (eshell/which):
89 Use `eshell-explicit-command-char' instead of ?*.
90
91 * eshell/em-cmpl.el (eshell-completion-command-name)
92 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
93 instead of ?*.
94
95 2001-05-18 Gerd Moellmann <gerd@gnu.org>
96
97 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
98 subst-char-in-string.
99 (ange-ftp-after-parse-ls-hook): New variable.
100 (ange-ftp-ls): Run that hook.
101 From Peter Milliken <Peter.Milliken@GTECH.COM>.
102
103 * tmm.el (tmm-get-keymap): Fix handling of :filter.
104 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
105 text into *Completions*.
106
107 * net/goto-addr.el (goto-address-at-point): Deal with URLs
108 part of which look like email addresses.
109
110 2001-05-18 Andrew Innes <andrewi@gnu.org>
111
112 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
113 Use . instead of absolute path for lisp dir, to avoid bug in W2K
114 cmd.exe's handling of FOR loops.
115 (autoloads): Set find-file-suppress-same-file-warnings to t to
116 avoid slew of spurious messages.
117
118 2001-05-18 Simon Josefsson <simon@josefsson.org>
119
120 * mail/smtpmail.el (maybe-append-domain): Renamed to
121 `smtpmail-maybe-append-domain'.
122 (smtpmail-via-smtp): Use the new name.
123
124 * net/browse-url.el (browse-url-browser-function): Add kde.
125 (browse-url-kde-program, browse-url-kde-args): New variables.
126 (browse-url-kde): New function.
127
128 2001-05-18 Miles Bader <miles@gnu.org>
129
130 * simple.el (delete-horizontal-space, just-one-space):
131 Use `constrain-to-field' instead of `field-end'/`field-beginning',
132 because it's more efficient for large files.
133
134 2001-05-17 Gerd Moellmann <gerd@gnu.org>
135
136 * mail/rmail.el (rmail-require-mime-maybe): New function.
137 (rmail): Use it.
138 (rmail-mode): Handle the case of finding Rmail files.
139
140 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
141 functions.
142
143 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
144
145 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
146 text-property after moving to the beginning of line and regardless
147 of the value of font-lock-multiline.
148
149 2001-05-17 Gerd Moellmann <gerd@gnu.org>
150
151 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
152
153 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
154 last coding system used before calling set-buffer-modified-p
155 because that function changes last-coding-system.
156
157 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
158
159 * files.el (switch-to-buffer-other-window)
160 (switch-to-buffer-other-frame): Add an xref to display-buffer in
161 the doc string.
162
163 2001-05-17 Gerd Moellmann <gerd@gnu.org>
164
165 * language/slovak.el, language/czech.el: New maintainer.
166
167 2001-05-16 Sam Steingold <sds@gnu.org>
168
169 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
170 sub-form of `defgeneric' correctly.
171
172 2001-05-16 Gerd Moellmann <gerd@gnu.org>
173
174 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
175 of `c'.
176
177 * textmodes/outline.el (outline-font-lock-level): Remove the
178 condition-case, test what outline-level returns instead, to
179 ease debugging.
180
181 * international/mule.el (auto-coding-regexp-alist): New user-option.
182 (auto-coding-from-file-contents): New function.
183 (set-auto-coding): Use it to determine a coding system.
184
185 2001-05-15 Gerd Moellmann <gerd@gnu.org>
186
187 * mouse.el (mouse-delete-other-windows): Doc fix.
188
189 * emacs-lisp/lisp-mode.el (lisp-mode):
190 Make font-lock-keywords-case-fold-search a buffer-local variable with
191 make-local-variable before setting it.
192
193 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
194
195 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
196 prefixes.
197
198 2001-05-14 Gerd Moellmann <gerd@gnu.org>
199
200 * hexl.el (hexl-current-address): Print a message when called
201 interactively.
202
203 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
204
205 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
206
207 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
208
209 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
210
211 2001-05-11 Gerd Moellmann <gerd@gnu.org>
212
213 * startup.el (command-line): If parameters have been changed in
214 the init files which influence font selection, clear the face
215 cache so that faces get realized with the new parameters.
216
217 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
218
219 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
220
221 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
222
223 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
224
225 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
226 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
227
228 2001-05-10 Gerd Moellmann <gerd@gnu.org>
229
230 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
231 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
232
233 2001-05-09 John Wiegley <johnw@gnu.org>
234
235 * eshell/esh-util.el (eshell-convert-numeric-arguments):
236 Annotated the documentation string to tell users about
237 `eshell-no-numeric-conversions'.
238
239 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
240 conversions if a Lisp function has the property
241 `eshell-no-numeric-conversions' set to a non-nil value.
242
243 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
244 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
245 property `eshell-no-numeric-conversions' on the following
246 functions (which all deal with filesystem entities, and never Lisp
247 numerical values): eshell/cd, eshell/pushd, eshell/popd,
248 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
249 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
250 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
251 eshell/which, eshell/addpath.
252
253 2001-05-09 John Wiegley <johnw@gnu.org>
254
255 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
256 encountered as an argument, don't convert it right away, but tag
257 the first character of the string with the text properties
258 `number', which signifies to `eshell-lisp-command' that the
259 argument should be passed through `string-to-number' if it is
260 actually used in the call to a Lisp function.
261
262 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
263 function, convert any string arguments that have been tagged as
264 "numbers", by calling string-to-number.
265
266 * eshell/esh-util.el (eshell-number-regexp): Now that number
267 conversions only happen for Lisp function calls, the number regexp
268 should now match all integer and floating point forms.
269
270 * eshell/esh-proc.el: Disable `eshell-stop-process' and
271 `eshell-continue-process', since they are both nonfunctional at
272 the moment.
273 (eshell-proc-initialize): Don't bind keys for
274 `eshell-stop-process' or `eshell-continue-process'.
275
276 * eshell/em-unix.el (eshell-shuffle-files):
277 Apply `directory-file-name' before calling `file-name-directory'.
278
279 * eshell/em-hist.el (eshell-add-to-history): Reference to
280 `eshell-history-ring' needed to be `eshell-history-index'.
281
282 * calendar/timeclock.el (timeclock-find-discrep):
283 Initialize `elapsed' to 0.
284 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
285 it's still nil.
286
287 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
288
289 * arc-mode.el (archive-int-to-mode): Construct the string directly.
290 (archive-mode): Use capitalize.
291 (archive-unique-fname): Use make-temp-file.
292
293 2001-05-09 Gerd Moellmann <gerd@gnu.org>
294
295 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
296
297 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
298
299 * tar-mode.el (tar-extract): Pay attention to the value of
300 coding-system-for-read, if it is non-nil.
301
302 * calendar/holidays.el (holidays): Add an autoload cookie.
303 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
304
305 2001-05-08 John Wiegley <johnw@gnu.org>
306
307 * calendar/timeclock.el (timeclock-workday-remaining):
308 Changed logic for determining how much time is remaining.
309 (timeclock-workday-elapsed): Don't accept a "relative" argument
310 for the current day's elapsed time. What could that have meant?
311 (timeclock-workday-elapsed-string): No "relative" argument anymore.
312 (timeclock-when-to-leave): Changed logic, similarly to what was
313 done for `timeclock-workday-remaining'.
314 (timeclock-find-discrep): Removed "today-only" argument, which had
315 no meaning. Fixed some more math problems. The function now
316 returns a three member list: (TOTAL-TIME-DISCREPANCY
317 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
318
319 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
320
321 * w32-fns.el (convert-standard-filename): Start replacing slashes
322 from the beginning of the file name, not from where the last
323 invalid character was. From "Andrew Maguire (SWW)"
324 <Andrew.Maguire@Smallworld.co.uk>
325
326 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
327
328 The following changes are to provide infrastructure for handling
329 MIME messages to rmail. They don't affect the original behaviour
330 if rmail-enable-mime is nil.
331
332 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
333 (rmail-search-mime-message-function)
334 (rmail-search-mime-header-function): New variables.
335 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
336 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
337 `rmail-view-buffer' is hidden.
338 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
339 call rmai-show-mime-function.
340 (rmail-display-labels): If rmail-enable-mime is non-nil, update
341 mode-line-process of rmail-view-buffer.
342 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
343 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
344 buffer.
345 (rmail-next-message, rmail-next-undeleted-message): Be sure to
346 set-buffer to the Rmail buffer.
347 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
348 rmail-search-mime-header-function.
349 (rmail-search-message): New function.
350 (rmail-search): Call rmail-search-message to check if a message
351 matches REGEXP, lastly update point after calling
352 rmail-show-message.
353 (rmail-undelete-previous-message, rmail-expunge-confirmed)
354 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
355 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
356 header region, refer to rmail-msgref-vector while setting the
357 current buffer to rmail-buffer temporarily.
358 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
359 If rmail-enable-mime is non-nil, call
360 rmail-insert-mime-forwarded-message-function instead of inserting
361 forwarded message by itself.
362
363 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
364 Rmail buffer.
365 (rmail-set-label, rmail-next-labeled-message): Likewise.
366
367 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
368 set-buffer to the Rmail buffer.
369 (rmail-output-to-rmail-file): Likewise.
370 (rmail-output): Likewise.
371
372 * mail/rmailsum.el (rmail-message-subject-p): Process the result
373 of mail-fetch-field by rmail-summary-line-decoder.
374 (rmail-new-summary): Be sure to go to the Rmail buffer.
375 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
376 rmail-view-buffer to nil.
377 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
378 rmail-view-buffer.
379 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
380 rmail-buffer.
381 (rmail-summary-scroll-msg-down): Likewise.
382 (rmail-summary-beginning-of-message): Likewise.
383 (rmail-summary-wipe): Likewise.
384 (rmail-summary-toggle-header): Use save-window-excursion, not
385 save-excursion. Update point in rmail-view-buffer, not in
386 rmail-buffer.
387 (rmail-summary-reply): Before calling rmail-reply, set buffer to
388 rmail-view-buffer, not rmail-buffer.
389
390 2001-05-07 Gerd Moellmann <gerd@gnu.org>
391
392 * cus-edit.el (custom-file): Signal an error if user-init-file is
393 nil (running -q).
394
395 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
396
397 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
398 Add :version.
399
400 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
401 New option.
402 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
403 only if smtpmail-warn-about-unknown-extensions is set.
404
405 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
406 instead of rmail-sort-by-keywords.
407
408 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
409 rmail-sort-by-keywords.
410
411 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
412 rmail-summary-sort-by-keywords. Doc fix.
413 (rmail-summary-mode): Doc fix.
414
415 * mail/rmail.el (rmail-edit): New Custom group.
416
417 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
418 (rmail-edit-mode-hook): New user-option.
419
420 2001-05-05 Richard M. Stallman <rms@gnu.org>
421
422 * help.el (help-xref-symbol-regexp): Recognize "source of"
423 and friends, meaning make a link to the source file.
424 (help-make-xrefs): Handle "source of" and friends
425 by constructing a link that visits the source file.
426
427 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
428
429 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
430
431 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
432 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
433 Renamed from perl-font-lock-keywords to avoid clashes.
434 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
435 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
436 Updated correspondingly.
437
438 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
439 Typo `nonexistant' -> `nonexistent'.
440
441 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
442
443 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
444 Split `c-electric-delete' into two functions where
445 `c-electric-delete-forward' always deletes forward and
446 `c-electric-delete' only contains the code necessary for XEmacs to
447 choose between backward and forward deletion.
448
449 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
450 get the electric behavior on that key too.
451 (c-fill-paragraph): Fixed bogus direct use of
452 c-comment-prefix-regexp, which caused an error when it's a list.
453
454 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
455
456 * dired-aux.el (dired-diff): Doc fix.
457
458 * dired.el (dired-diff): Likewise.
459
460 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
461
462 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
463
464 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
465
466 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
467 if both the buffer and the file are read-only.
468
469 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
470 rather than font-lock-string-face.
471 (sh-get-indent-info): Treat heredocs like strings.
472
473 2001-05-02 Gerd Moellmann <gerd@gnu.org>
474
475 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
476 a newline following `}'.
477 (texinfo-format-email): New function.
478 (toplevel): Use texinfo-format-email for @email.
479 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
480 Add `display'.
481 (texinfo-sort-region): Goto point-min before sorting.
482 (texinfo-set): Remove leading white space from value.
483 From yagi@is.titech.ac.jp.
484
485 * replace.el (query-replace-regexp-eval): Doc fix.
486
487 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
488
489 * diff-mode.el (diff-nonexistant-face): New face.
490 (diff-font-lock-keywords): Use it.
491
492 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
493
494 * font-lock.el (font-lock-mode): Doc fix.
495
496 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
497 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
498
499 2001-04-30 Gerd Moellmann <gerd@gnu.org>
500
501 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
502 backslash at the start of the here-document delimiter.
503 (sh-font-lock-syntactic-keywords): Likewise.
504
505 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
506
507 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
508
509 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
510 (tty-color-translate, tty-color-by-index, tty-color-values)
511 (tty-color-desc): Doc fix.
512
513 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
514
515 * dired-aux.el (dired-do-create-files, dired-do-copy)
516 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
517 Mention dired-dwim-target in the doc string.
518
519 2001-04-28 Miles Bader <miles@gnu.org>
520
521 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
522 (dabbrev--find-expansion): Use it.
523 (dabbrev--select-buffers): Don't select ignored buffers.
524
525 2001-04-27 Gerd Moellmann <gerd@gnu.org>
526
527 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
528
529 2001-04-26 Richard M. Stallman <rms@gnu.org>
530
531 * dabbrev.el: Add doc strings for some functions.
532 (dabbrev--eliminate-newlines): New variable.
533 (dabbrev--substitute-expansion): Convert newlines to spaces
534 if dabbrev--eliminate-newlines is set.
535 If abbrev and expansion are both all-lower-case,
536 leave dabbrev--last-case-pattern nil.
537
538 2001-04-26 Gerd Moellmann <gerd@gnu.org>
539
540 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
541 if necessary, like in rmail-show-message.
542
543 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
544
545 * ps-print.el: Color specified by number is forced to be float number.
546 (ps-print-version): New version number (6.5.1.1).
547 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
548 initialization.
549 (ps-prefix-quote): New internal var.
550 (ps-print-quote): New fun.
551 (ps-setup, ps-output-frame-properties, ps-float-format)
552 (ps-format-color): Code fix.
553 (ps-plot-region): Eliminate redundant foreground color text setting.
554
555 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
556
557 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
558
559 2001-04-25 Gerd Moellmann <gerd@gnu.org>
560
561 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
562
563 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
564
565 * info.el (Info-additional-directory-list): Doc fix.
566
567 * find-lisp.el (find-lisp-find-dired-filter)
568 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
569 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
570
571 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
572
573 * progmodes/make-mode.el (makefile-font-lock-keywords):
574 Rationalize the rules for includes and conditionals and use the
575 keyword face for them.
576
577 * faces.el (modify-face): Add compatibility for non-interactive use.
578
579 2001-04-24 John Wiegley <johnw@gnu.org>
580
581 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
582 fix from last night, since it wasn't finding eshell/cd.
583
584 2001-04-24 Gerd Moellmann <gerd@gnu.org>
585
586 * rect.el (string-rectangle): Revert to 20.x behaviour.
587 (replace-rectangle): Make it an alias for string-rectangle.
588 (string-insert-rectangle): New function.
589
590 2001-04-23 John Wiegley <johnw@gnu.org>
591
592 * eshell/em-unix.el (eshell/diff): Fixed problems that were
593 occurring with Emacs 21's diff.el/compile.el interaction layer.
594
595 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
596
597 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
598 case where the function was defined in a file, but not part of an
599 eshell module.
600
601 2001-04-23 John Wiegley <johnw@gnu.org>
602
603 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
604 code to work around a redisplay problem I've been having.
605
606 2001-04-23 John Wiegley <johnw@gnu.org>
607
608 * calendar/timeclock.el (timeclock-day-required): If the time
609 required for a particular day is not set, use `timeclock-workday'.
610 (timeclock-find-discrep): Added some sample code in a comment.
611
612 * eshell/eshell.el (eshell-command): Made a few changes so that
613 `eshell-command' could be called programmatically.
614
615 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
616
617 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
618
619 2001-04-23 John Wiegley <johnw@gnu.org>
620
621 * calendar/timeclock.el: Updated copyright.
622 (timeclock-generate-report): Don't report the daily or two-week
623 total, if no time has been worked in that period.
624 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
625 final computational form, which was unnecessary; corrected a
626 parsing problem when timeclock-relative was nil.
627
628 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
629
630 * calendar/timeclock.el (timeclock-modeline-display): Check if
631 `list-entry' is null.
632 (timeclock-use-display-time): The first argument to `set-variable'
633 must be a symbol.
634
635 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
636
637 * calendar/calendar.el (diary-entry-marker)
638 (calendar-today-marker, calendar-holiday-marker):
639 Use display-color-p instead of window-system.
640 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
641 instead of window-system.
642 (calendar-hide-window): Use display-multi-frame-p instead of
643 window-system.
644
645 * calendar/cal-x.el (calendar-two-frame-setup)
646 (calendar-only-one-frame-setup, calendar-one-frame-setup):
647 Use display-multi-frame-p instead of window-system.
648
649 2001-04-23 Gerd Moellmann <gerd@gnu.org>
650
651 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
652
653 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
654 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
655
656 2001-04-23 Alex Schroeder <alex@gnu.org>
657
658 * goto-addr.el: Instead of defining line-beginning-position and
659 line-end-position a defalias is used for point-at-bol and point-at-eol.
660
661 2001-04-23 Alex Schroeder <alex@gnu.org>
662
663 * goto-addr.el: Added XEmacs compatibility code.
664 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
665
666 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
667
668 * textmodes/paragraphs.el (sentence-end): Doc fix.
669
670 2001-04-20 Alex Schroeder <alex@gnu.org>
671
672 * sql.el (sql-escape-newlines-and-send): New function.
673 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
674
675 2001-04-20 Alex Schroeder <alex@gnu.org>
676
677 * sql.el (sql-db2-program): New option.
678 (sql-db2-options): New option.
679 (sql-db2): New function.
680
681 2001-04-20 Alex Schroeder <alex@gnu.org>
682
683 * sql.el (sql-mode-menu): Added highlighting entries.
684 (sql-highlight-oracle-keywords): New function.
685 (sql-highlight-postgres-keywords): New function.
686 (sql-highlight-ansi-keywords): New function.
687
688 2001-04-20 Alex Schroeder <alex@gnu.org>
689
690 * sql.el (sql-help): Doc change.
691
692 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
693
694 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
695
696 2001-04-18 Gerd Moellmann <gerd@gnu.org>
697
698 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
699 for defmethod.
700
701 * comint.el (comint-cr-magic): New function.
702 (toplevel): Add it to comint-preoutput-filter-functions.
703
704 2001-04-18 Andrew Innes <andrewi@gnu.org>
705
706 * makefile.w32-in (EMACSLOADPATH): Define.
707 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
708 (recompile): Remove stuff to set EMACSLOADPATH.
709
710 2001-04-18 Gerd Moellmann <gerd@gnu.org>
711
712 * language/slovak.el ("Slovak"): Add tutorial entry.
713
714 * net/browse-url.el (browse-url-new-window-flag): Renamed from
715 browse-url-new-window-p.
716
717 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
718
719 * info.el (Info-menu-update): When there are no menus and/or no
720 cross references in the node, make the respective items of the
721 Info menu-bar menu inactive.
722
723 2001-04-17 Gerd Moellmann <gerd@gnu.org>
724
725 * indent.el (indent-for-tab-command): Call indent-line-function
726 with no argument if PREFIX-ARG is non-nil.
727
728 * frame.el (delete-other-frames): Handle minibuffer-only frames.
729
730 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
731
732 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
733 an async subprocess if start-process is unavailable. Suggested by
734 Tim Van Holder <tim.van.holder@pandora.be>.
735
736 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
737
738 * info.el (Info-additional-directory-list): Doc fix. Suggested by
739 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
740
741 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
742
743 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
744 manual.
745
746 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
747
748 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
749 (cvs-menu): Add a few entries.
750
751 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
752 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
753 lock file appears to be reachable from Emacs.
754 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
755 (cvs-mode-find-file): Look for cvs-header-face rather than
756 cvs-dirname-face (which doesn't exist).
757 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
758
759 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
760
761 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
762
763 * emulation/pc-select.el (pc-selection-mode): Don't turn on
764 normal-erase-is-backspace on a tty. Instead, bind some keys such
765 as [delete] directly, like pc-select.el did before
766 normal-erase-is-backspace was invented.
767
768 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
769
770 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
771
772 2001-04-11 John Wiegley <johnw@gnu.org>
773
774 * eshell/em-ls.el (eshell-ls-insert-directory):
775 Set font-lock-defaults to nil, to prevent fontification in dired
776 buffers, if Eshell's ls is being used.
777
778 2001-04-11 John Wiegley <johnw@gnu.org>
779
780 * calendar/timeclock.el (timeclock-completing-read): New function.
781 (timeclock-ask-for-project, timeclock-ask-for-reason):
782 Call `timeclock-completing-read'.
783
784 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
785 required where `member' was being used.
786
787 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
788
789 * eshell/em-hist.el (eshell-previous-matching-input):
790 Don't display "History item" if the the minibuffer is active.
791
792 2001-04-11 Gerd Moellmann <gerd@gnu.org>
793
794 * startup.el (command-line): Output a newline after printing
795 an error from loading the window system's init file.
796
797 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
798
799 * textmodes/texinfo.el (texinfo-font-lock-keywords):
800 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
801 @inforef. Add an OVERRIDE of `keep' to highlight specs of
802 keywords whose arguments routinely include @@.
803
804 2001-04-10 Gerd Moellmann <gerd@gnu.org>
805
806 * emacs-lisp/advice.el (ad-make-advised-definition):
807 Construct advice for subrs differently.
808
809 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
810 regexp in parentheses when building the regexp for searching backwards.
811
812 * simple.el (completion-list-mode-finish): New function.
813 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
814
815 * language/european.el ("Polish"): Change sample text.
816 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
817
818 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
819 parameter.
820
821 * faces.el (menu): Doc fix.
822
823 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
824
825 * ps-print.el: Footer implementation. Doc fix.
826 (ps-print-version): New version number (6.5.1).
827 (ps-header-frame-alist): New customization var for header frame
828 properties.
829 (ps-line-number-color): New customization var for line number color.
830 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
831 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
832 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
833 (ps-right-footer): New customization vars for footers.
834 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
835 footers.
836 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
837 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
838 Code fix.
839 (ps-prologue-file): Indentation fix.
840 (ps-print-quote): Fun eliminated.
841 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
842 (ps-output-frame-properties): New fun.
843 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
844 (ps-skip-newline): Replace defun by defsubst.
845
846 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
847
848 * eshell/eshell.el (eshell-command): Needed a "%s" format
849 specifier, in case the buffer contains percent characters.
850
851 2001-04-10 John Wiegley <johnw@gnu.org>
852
853 * calendar/timeclock.el (timeclock-generate-report): Added a
854 missing insert of the project name.
855
856 2001-04-09 Gerd Moellmann <gerd@gnu.org>
857
858 * obsolete/profile.el: Moved from emacs-lisp/.
859
860 * Makefile.in (nonobsolete_setwins): New macro.
861 (finder-data): Use it instead of `setwins'.
862 From: Dave Love <fx@gnu.org>.
863
864 * server.el (server-visit-files): Set server-existing-buffer correctly.
865 (server-visit-files): Run server-visit-hook after going to
866 line 1 so that the hook can set point as it sees fit.
867
868 * bindings.el (mode-line-modified): Unify help messages.
869
870 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
871
872 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
873 All callers changed.
874
875 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
876
877 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
878 long file names aren't supported, truncate the file names in
879 quail-misc-package-ext-info to 8+3 before matching them against
880 FILENAME.
881
882 * dos-fns.el (dos-truncate-to-8+3): New function.
883
884 * progmodes/compile.el (grep-compute-defaults): Use null-device
885 instead of literal /dev/null. Reported by Jens Schmidt
886 <schmidt@mathematik.uni-kl.de>.
887
888 * simple.el (normal-erase-is-backspace-mode): Doc fix.
889
890 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
891
892 * textmodes/sgml-mode.el: Add unknown maintainer.
893 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
894 (html-mode-map): Use set-keymap-parent.
895
896 2001-04-06 Dave Love <fx@gnu.org>
897
898 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
899 Remove redundant string-to-list.
900
901 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
902
903 * composite.el (reference-point-alist): Doc fix.
904
905 2001-04-05 Sam Steingold <sds@gnu.org>
906
907 * font-lock.el (font-lock-keywords-case-fold-search):
908 Make buffer-local. This fixes a very annoying bug when loading a Lisp
909 file made font-lock case-insensitive.
910
911 2001-04-05 Gerd Moellmann <gerd@gnu.org>
912
913 * faces.el (defface menu): Doc fix.
914
915 * wid-edit.el (widget-color-sample-face-get): Don't make
916 faces for undefined colors.
917
918 * version.el (emacs-version): Include LessTif/Motif version info.
919
920 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
921
922 * ps-mule.el: Eliminate cl package dependence.
923 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
924 if they aren't defined yet.
925 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
926 Eliminate cl package dependence.
927
928 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
929
930 * progmodes/cc-cmds.el (c-outline-level):
931 Bind buffer-invisibility-spec. Originally from Dave Love, but
932 got lost when incorporating version 5.26.
933
934 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
935
936 * emulation/pc-select.el (pc-selection-mode):
937 Call normal-erase-is-backspace-mode instead of binding
938 keys individually.
939
940 * cus-load.el (normal-erase-is-backspace): Use it instead of
941 delete-key-deletes-forward.
942
943 * startup.el (command-line): Use normal-erase-is-backspace and
944 normal-erase-is-backspace-mode.
945
946 * simple.el (normal-erase-is-backspace): Rename from
947 delete-key-deletes-forward. Doc fix.
948 (normal-erase-is-backspace-mode): Rename from
949 delete-key-deletes-forward-mode. Doc fix.
950 Run normal-erase-is-backspace-hook.
951
952 * dired.el (dired-move-to-filename-regexp): Support file sizes in
953 ``human-readable'' format produced by GNU `ls'.
954 (dired-move-to-filename-regexp): Recognize ISO format dates.
955 From Paul Eggert <eggert@twinsun.com>.
956
957 2001-04-04 Gerd Moellmann <gerd@gnu.org>
958
959 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
960 New functions.
961 (lm-verify): Check keywords.
962 From Eric M. Ludlam <eric@siege-engine.com>.
963
964 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
965
966 * speedbar.el (speedbar-insert-image-button-maybe): Check for
967 `xemacs' feature instead of for the function `set-extent-property'.
968
969 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
970
971 * mail/mh-utils.el (mh-folder-hist): New var.
972 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
973
974 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
975
976 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
977 region, position point on the first or last 16-byte group.
978 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
979 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
980 hexl-beginning-of-line.
981
982 2001-04-03 Gerd Moellmann <gerd@gnu.org>
983
984 * icomplete.el (icomplete-mode): Treat an argument like other
985 modes do.
986
987 * startup.el (fancy-splash-head): Use splash8.xpm for color
988 depth 8.
989
990 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
991 Add an antry for ``converts''.
992
993 * language/slovak.el ("Slovak"): Add documentation string.
994 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
995
996 * language/czech.el ("Czech"): Add documentation string.
997 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
998
999 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1000 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
1001
1002 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
1003
1004 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1005 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1006 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1007 Use `defsubst' rather than a macro to ease debugging.
1008 (mail-extr-last): Remove (use `last' instead).
1009 (mail-extract-address-components): Properly reset the syntax-table
1010 after parsing an address. Use `last' rather than mail-extr-last.
1011 Make sure the end marker stays at the very end.
1012
1013 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1014
1015 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1016 last change.
1017
1018 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1019
1020 * ps-print.el: Line and paragraph spacing feature. Region to cut
1021 out when printing. Doc fix.
1022 (ps-print-version): New version number (6.5).
1023 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1024 New vars. Line and paragraph spacing feature.
1025 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
1026 out when printing.
1027 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1028 (ps-get-font-size, ps-begin-job, ps-continue-line)
1029 (ps-plot-region): Code fix.
1030 (ps-print-prologue-2): Var eliminated.
1031 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1032 New internal vars.
1033 (ps-get-size): New fun.
1034 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1035 (ps-next-line): Replace defun by defsubst.
1036 (ps-mule-plot-string): Autoload doc fix.
1037
1038 * ps-bdf.el: XEmacs compatibility. Doc fix.
1039 (installation-directory, coding-system-for-read): Declare vars if
1040 it's not declared yet.
1041 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1042
1043 * ps-mule.el: XEmacs compatibility. Doc fix.
1044 (leading-code-private-22): Declare var if it's not declared yet.
1045 (charset-bytes, charset-dimension, charset-id, charset-width)
1046 (find-charset-region, split-char, char-width, chars-in-region)
1047 (forward-point, decompose-composite-char, encode-coding-string)
1048 (coding-system-p, ccl-execute-on-string, define-ccl-program):
1049 Define funs if not defined yet.
1050 (encode-composition-rule, find-composition): Define funs if not
1051 loaded yet.
1052 (ps-mule-prologue): PostScript code fix.
1053
1054 2001-04-02 Kenichi Handa <handa@etl.go.jp>
1055
1056 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1057 non-nil, generate font for the header strings.
1058 (ps-mule-prepare-font): Likewise.
1059 (ps-mule-generate-glyphs): Likewise.
1060 (ps-mule-string-encoding): Likewise.
1061 (ps-mule-header-charsets): New variable.
1062 (ps-mule-encode-header-string): New function.
1063 (ps-mule-header-string-charsets): New function.
1064 (ps-mule-begin-job): Check charsets in the header strings. If there
1065 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1066
1067 * ps-print.el (ps-generate-header-line): Encode the header string by
1068 ps-mule-encode-header-string.
1069 (ps-mule-encode-header-string): Declare autoload.
1070
1071 2001-04-02 Gerd Moellmann <gerd@gnu.org>
1072
1073 * frame.el (cursor-in-non-selected-windows):
1074 Replaces show-cursor-in-non-selected-windows.
1075
1076 2001-03-31 Kenichi Handa <handa@etl.go.jp>
1077
1078 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1079 Delete entries for "chinese-py" and "chinese-ziranma".
1080 (quail-misc-package-ext-info): New variable.
1081 (tsang-quick-converter): New function.
1082 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1083 (quick-cns-converter, py-converter, ziranma-converter)
1084 (miscdic-convert, batch-miscdic-convert): New functions.
1085
1086 2001-03-30 Kenichi Handa <handa@etl.go.jp>
1087
1088 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1089 eight-bit-control chars.
1090
1091 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1092 Reduce making temporary vector (suggested by Dave Love).
1093
1094 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1095
1096 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1097 string as well.
1098
1099 2001-03-30 Andreas Schwab <schwab@suse.de>
1100
1101 * files.el (backup-directory-alist): Fix typo.
1102
1103 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1104
1105 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1106 <eggert@twinsun.com>.
1107
1108 2001-03-30 Dave Love <fx@gnu.org>
1109
1110 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1111
1112 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1113
1114 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1115
1116 2001-03-30 Miles Bader <miles@gnu.org>
1117
1118 * subr.el (interactive-form): Fix paren typo.
1119
1120 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1121
1122 * emacs-lisp/profile.el: Say that it's obsolete in the header
1123 line, so that finder.el puts that into its data-base.
1124 Suggested by Alex Schroeder <alex@gnu.org>.
1125
1126 2001-03-29 Paul Eggert <eggert@twinsun.com>
1127
1128 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1129 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1130
1131 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1132
1133 * generic.el (generic-mode-set-comments): Use "" rather than nil
1134 for comment-end.
1135
1136 2001-03-29 Gerd Moellmann <gerd@gnu.org>
1137
1138 * emacs-lisp/advice.el (ad-make-advised-definition):
1139 Call interactive-form to obtain the interactive spec of subrs.
1140
1141 * subr.el (interactive-form): New function.
1142
1143 2001-03-29 Andre Spiegel <spiegel@gnu.org>
1144
1145 * vc-sccs.el (vc-sccs-register): Use relative file names.
1146
1147 2001-03-28 Gerd Moellmann <gerd@gnu.org>
1148
1149 * bookmark.el (bookmark-get-bookmark): Handle case that
1150 BOOKMARK is not a string.
1151
1152 * image.el (image-type-regexps): Change type for PS files
1153 to `postscript'.
1154
1155 * subr.el (read-passwd): Clear command history after each
1156 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1157
1158 2001-03-27 Kenichi Handa <handa@etl.go.jp>
1159
1160 * international/kkc.el (kkc-save-init-file): Locally bind
1161 print-length to nil.
1162
1163 2001-03-26 Gerd Moellmann <gerd@gnu.org>
1164
1165 * textmodes/flyspell.el: Some doc fixes.
1166 (flyspell-maybe-correct-transposition)
1167 (flyspell-maybe-correct-doubling): Use a temporary buffer
1168
1169 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1170
1171 * emacs-lisp/byte-opt.el (byte-optimize-while)
1172 (byte-optimize-form-code-walker): Diagnose too few arguments
1173 for `if' and `while'.
1174
1175 2001-03-26 Kenichi Handa <handa@etl.go.jp>
1176
1177 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1178 Prepend `\' to "\<quail-translation-docstring>".
1179
1180 2001-03-26 Gerd Moellmann <gerd@gnu.org>
1181
1182 * autorevert.el (global-auto-revert-non-file-buffers):
1183 Remove duplicate defcustom.
1184
1185 2001-03-26 Miles Bader <miles@gnu.org>
1186
1187 * international/latin1-disp.el (latin1-char-displayable-p):
1188 Add leading "-" for X font pattern.
1189
1190 2001-03-26 Kenichi Handa <handa@etl.go.jp>
1191
1192 * international/mule-diag.el (describe-coding-system):
1193 For raw-text and emacs-mule, don't add anymore text about what
1194 charsets they can encode.
1195
1196 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1197
1198 * help.el (view-lossage): Mention open-dribble-file in the doc
1199 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1200
1201 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1202
1203 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1204 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1205
1206 2001-03-23 Kenichi Handa <handa@etl.go.jp>
1207
1208 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1209 Call ccl-execute-on-string directly so that CCL program handling
1210 multibyte sequence can work correctly.
1211 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1212 property of the coding system.
1213
1214 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1215
1216 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1217 Fix transcription typo.
1218
1219 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1220
1221 * whitespace.el: Add buffer local variables to toggle testing of
1222 whitespaces in buffers without affecting the default values.
1223 Bump version to 3.0 to account for a few other changes.
1224 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1225 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1226 (whitespace-toggle-spacetab-check): New functions.
1227
1228 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1229
1230 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1231
1232 2001-03-21 Gerd Moellmann <gerd@gnu.org>
1233
1234 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1235 bs-cycle-configuration-name. From Juanma Barranquero
1236 <lektu@uol.com.br>.
1237
1238 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1239 and cc-vars.el.
1240
1241 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1242 headers. Always invoke sendmail with option -t.
1243
1244 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1245
1246 * Release of cc-mode 5.28.
1247
1248 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1249
1250 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1251 Removed the hardcoded switch to "java" style in Java mode.
1252 It's instead taken care of by the default value for c-default-style.
1253
1254 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1255
1256 * cc-align.el (c-lineup-math): Fix bug where lineup was
1257 triggered by equal signs in string literals.
1258
1259 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1260
1261 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1262 limit detection when at the ends of the buffer.
1263
1264 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1265 "for" statement clause in case 7F; a better one is done
1266 earlier in case 7D anyway.
1267
1268 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1269
1270 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1271 somewhat more and did a small optimization.
1272
1273 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1274
1275 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1276 Use the limit argument only to limit the syntactic context
1277 search, not to limit the actual movement.
1278
1279 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1280 inside multiline strings, just like in comments. Also various
1281 fixes to the paragraph and comment prefix recognition, block
1282 comment ender handling etc.
1283
1284 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1285
1286 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1287 the relative position of the point.
1288
1289 * cc-cmds.el (c-electric-continued-statement): New function to
1290 use as abbrev hook to reindent for keywords such as "else"
1291 that continues an earlier statement.
1292
1293 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1294 like classes.
1295
1296 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1297 (pike-mode): Populate the default abbrev tables to reindent for
1298 keywords such as "else" that can continue earlier statements.
1299 Abbrev mode is therefore turned on by default now. (Note that
1300 this doesn't apply to idl-mode, since IDL afaik doesn't have
1301 statements at all.)
1302
1303 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1304
1305 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1306 bracelists where the declaration contains template arguments.
1307
1308 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1309
1310 * cc-cmds.el (c-comment-indent):
1311 Use `c-get-syntactic-indentation' to correctly calculate the
1312 syntactic indentation. Fixes bug with lineup functions that
1313 return vectors.
1314
1315 * cc-engine.el (c-get-syntactic-indentation): Split the
1316 indentation sum calculation from `c-indent-line' to a separate
1317 function.
1318
1319 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1320
1321 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1322 Fixed places where it was assumed that preprocessor directives
1323 have to start in column zero.
1324
1325 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1326 template arguments after a class identifier properly.
1327
1328 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1329 lists for `new Foo[]' constructs in Java as expressions and
1330 not top level definition brace lists on the top level, so that
1331 they'll get indented consistently with the same type of
1332 expression in a normal block.
1333
1334 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1335
1336 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1337 whether the adaptive filling package fails to keep the comment
1338 prefix is now kludged further to check for filladapt-mode
1339 which doesn't have that problem. This is really icky, but it's
1340 the only way that works with the current misfeatures/bugs in
1341 both adaptive-fill-mode and filladapt-mode.
1342
1343 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1344 around point is recognized more robust.
1345
1346 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1347
1348 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1349 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1350 (c-lit-type): Fixed all internal variables used dynamically so
1351 that they are always bound.
1352
1353 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1354 errors:
1355
1356 (c-indent-region): Fixed reporting of syntactic errors so that
1357 the region is fully reindented even when an error occurs.
1358 The last syntactic error is printed afterwards. Also cleanup up a
1359 whole lot of code that tried to optimize indentation of whole
1360 sexps but in reality accomplishes nothing.
1361
1362 (c-indent-sexp): Use c-indent-region.
1363
1364 (c-parsing-error): Changed this variable to hold the message
1365 for any syntactic error that is discovered.
1366
1367 (c-parse-state): Search backward from point instead of the bod
1368 position when the latter is invalid. This makes CC Mode
1369 recover faster when there are unbalanced close braces.
1370
1371 (c-backward-to-start-of-if): Use c-parsing-error to report
1372 dangling "else" clauses instead of throwing an error, and fall
1373 back to a reasonable position.
1374
1375 (c-indent-line): Added argument to avoid reporting syntactic errors.
1376
1377 (c-show-syntactic-information): Don't report any syntactic errors.
1378
1379 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1380
1381 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1382 paragraph recognition when moving by sentence in literals.
1383
1384 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1385 start regexp for javadoc to recognize javadoc markup in general instead
1386 of a specific set of keywords, to be more future-safe.
1387
1388 (c-Pike-pikedoc-paragraph-start)
1389 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1390 pikedoc markup.
1391
1392 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
1393
1394 (pike-mode): Initialize paragraph settings pikedoc recognition.
1395
1396 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1397
1398 (c-comment-prefix-regexp): Made it possible to use an
1399 association list on this to specify mode specific regexps.
1400 The default value now use a special regexp in Pike mode to
1401 recognize pikedoc markup.
1402
1403 (c-current-comment-prefix): New variable containing the actual
1404 regexp from c-comment-prefix-regexp for the current buffer.
1405
1406 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1407
1408 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1409 lists: We can't look at the syntax, since a brace list can get
1410 recognized as a plain statement-cont.
1411
1412 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1413 special brace list opener broken over two lines got recognized
1414 as a statement on the second line. Case 9A changed.
1415
1416 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1417
1418 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1419 adjustment after line is reindented.
1420
1421 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1422
1423 * cc-defs.el (c-point): Added optional argument for position
1424 to use instead of the current point.
1425
1426 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1427 the in-expression block symbols when the construct starts at
1428 boi, to avoid the extra level of indentation in that case.
1429 Cases 4, 16A and 17E affected.
1430
1431 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1432
1433 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
1434 calls to `c-indent-line', to adhere better to Emacs conventions.
1435
1436 * cc-engine.el (c-indent-line): Use the syntax already bound
1437 to `c-syntactic-context', if there is any.
1438
1439 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1440
1441 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1442 wasn't added up correctly when a lineup function returned nil.
1443
1444 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1445
1446 * cc-engine.el (c-collect-line-comments): Fixed bug where
1447 empty lines were ignored when collecting line comments backwards.
1448
1449 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1450
1451 * cc-align.el (c-lineup-dont-change): Return an absolute
1452 indentation column to work correctly in the case when several
1453 syntactic elements are processed for the same line.
1454
1455 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1456 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1457 (c-set-offset): Added absolute indentation column settings by
1458 using the vector type.
1459
1460 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1461
1462 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1463 Implemented two new cleanups `space-before-funcall' and
1464 `compact-empty-funcall'.
1465
1466 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1467
1468 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1469 helping building regexps.
1470
1471 * cc-engine.el (c-on-identifier): New function for detecting
1472 identifiers. It takes keywords into account.
1473
1474 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1475 lists. `c-keywords' is set to a regexp matching all keywords
1476 in the current language.
1477
1478 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1479
1480 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1481 list of characters to skip backwards over at the beginning of
1482 a statement, since it can precede string literals in Pike.
1483
1484 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1485
1486 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1487 recognition when standing on the last line in a C++ comment
1488 with nothing but whitespace after the prefix.
1489
1490 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1491 given no limit argument.
1492
1493 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1494
1495 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1496 recognition for the `[]= operator symbol in Pike.
1497
1498 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1499
1500 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1501 around a bug in `eval-when-compile' in the byte compiler.
1502
1503 * cc-engine.el (c-forward-token-1): Fixed bug with return
1504 value when count is zero and there's no token start within the limit.
1505
1506 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1507 "prefix comments", i.e. comments which are followed by code on
1508 the same line.
1509
1510 * cc-mode-19.el: Fixes so that checks that must be done at
1511 compile time also are done then.
1512
1513 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1514
1515 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1516 time and at runtime, and only when it's needed.
1517
1518 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1519
1520 Major cleanup for less error prone and more warning free
1521 compilation, including some fixes for bugs due to different
1522 compilation orders. Thanks to Martin Buchholz for providing
1523 the basis for all this.
1524
1525 * cc-bytecomp.el: New file that provides some byte compilation
1526 features: It ensures that files always are loaded from the
1527 current source directory during compilation, and it provides a
1528 set of macros to turn off specific compiler warnings for
1529 specific symbols. (It's not CC Mode specific in any way.)
1530
1531 Fixed a nearly acyclic dependency tree (both runtime and
1532 compile-time) between all files.
1533
1534 * cc-defs.el: Separated all macros before the inline functions,
1535 to ensure correct compilation.
1536
1537 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1538 cc-defs.el to cc-engine.el and made it a function instead.
1539
1540 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1541 about char-after.
1542
1543 * cc-vars.el: Cope even when there isn't a custom package
1544 containing defcustom available.
1545
1546 * cc-make.el: Removed since it's no longer necessary.
1547
1548 README: Updated installation instructions.
1549
1550 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1551
1552 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1553 improve the modularity: Moved all mode init stuff from
1554 cc-langs.el to cc-mode.el, including the keymap
1555 initialization; cc-langs now only contains the various
1556 variables for configuring the language syntax.
1557
1558 * cc-engine.el, cc-styles.el (c-evaluate-offset)
1559 (c-get-offset): Moved from cc-styles to cc-engine since file
1560 dependency analysis suggests they belong there (which also
1561 makes more sense). Thanks to Martin Buchholz for doing the analysis.
1562
1563 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1564
1565 * cc-cmds.el (c-fn-region-is-active-p): New function that
1566 wraps the corresponding macro, for use in places that aren't
1567 compiled. Thanks to Martin Buchholz for pointing out this.
1568
1569 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
1570
1571 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1572 add things to the bug report.
1573
1574 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1575
1576 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1577 returned prefix could contain a newline when the search for a
1578 good prefix line failed.
1579
1580 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1581
1582 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1583 (c-toggle-auto-hungry-state): Made the argument optional, as
1584 the documentation says it is.
1585
1586 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1587
1588 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1589 multiline string syntax, #"...", as a cpp macro.
1590
1591 2001-03-21 Paul Eggert <eggert@twinsun.com>
1592
1593 * international/mule-cmds.el (set-locale-environment):
1594 Set system-messages-locale and system-time-locale, but only if the
1595 caller specifies a non-nil locale name.
1596
1597 2001-03-20 Gerd Moellmann <gerd@gnu.org>
1598
1599 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
1600 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
1601
1602 2001-03-20 Gerd Moellmann <gerd@gnu.org>
1603
1604 * follow.el (follow-avoid-tail-recenter): Doc fix.
1605
1606 * custom.el (custom-set-variables): Avoid reversing the list
1607 of args needlessly.
1608
1609 * startup.el (fancy-splash-head): Don't change the colors of the
1610 XPM image on a dark background.
1611
1612 * comint.el (comint-exec-1): Set columns of the terminal to
1613 window-width instead of frame-width.
1614
1615 * info.el (Info-scroll-down): Add missing WINDOW arg for
1616 pos-visible-in-window-p.
1617
1618 * ehelp.el (electric-help-mode-hook): Add defcustom.
1619
1620 * mail/sendmail.el (mail-mode): Activate case-folding in
1621 font-lock-defaults.
1622
1623 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
1624
1625 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1626 (completion-ignored-extensions): Remove duplicate ".class".
1627
1628 2001-03-19 Andreas Schwab <schwab@suse.de>
1629
1630 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1631 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1632
1633 2001-03-19 Gerd Moellmann <gerd@gnu.org>
1634
1635 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1636 methods since there are not prefix input methods.
1637
1638 2001-03-19 Kenichi Handa <handa@etl.go.jp>
1639
1640 * international/mule-cmds.el (read-input-method-name):
1641 Locally bind enable-recursive-minibuffers to t.
1642
1643 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1644
1645 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1646
1647 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
1648
1649 * ediff-util.el: Copyright years.
1650 (ediff-choose-syntax-table): New function.
1651 (ediff-setup): Use ediff-choose-syntax-table.
1652
1653 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1654 with-syntax-table.
1655
1656 * ediff.el: Date of last update, copyright years.
1657
1658 * ediff-wind (ediff-setup-control-frame): Nill->nil.
1659
1660 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1661 of Scott Bronson.
1662 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1663 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1664 Deleted functions.
1665 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1666 ex-token-list.
1667
1668 * viper-util.el: Spaces, indentation.
1669
1670 * viper.el: Changed version, modification time.
1671
1672 2001-03-16 John Wiegley <johnw@gnu.org>
1673
1674 * calendar/timeclock.el (timeclock-workday-remaining):
1675 Check whether `discrep' is non-null before using it.
1676
1677 2001-03-16 John Wiegley <johnw@gnu.org>
1678
1679 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1680 first-time checkins.
1681 (timeclock-log-data): Fixed problem with reading timelog log file.
1682 Resulting data in the "day list" was incorrect.
1683 (timeclock-find-discrep): Check if `timeclock-file' is readable
1684 before opening it.
1685 (timeclock-time-less-p): New function.
1686 (timeclock-day-base): New function.
1687 (timeclock-geometric-mean): New function.
1688 (timeclock-generate-report): Generate a summary report based on
1689 the contents of the log file. This uses `timeclock-log-data', and
1690 is an example of writing a timelog manipulation function.
1691 (timeclock-visit-timelog): A quick command for opening the timelog
1692 file.
1693 (timeclock-log-data): Bound the variable event.
1694
1695 2001-03-16 Kenichi Handa <handa@etl.go.jp>
1696
1697 * international/mule-cmds.el (select-safe-coding-system):
1698 Fix typo: symbol-name -> symbol-value.
1699
1700 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1701 before substitute-in-file-name to handle double slashes in FILE
1702 correctly.
1703
1704 2001-03-15 Gerd Moellmann <gerd@gnu.org>
1705
1706 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1707 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1708
1709 2001-03-14 Gerd Moellmann <gerd@gnu.org>
1710
1711 * bindings.el (features): Add `md5' and `overlay' to the list.
1712
1713 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1714 bound before using it. It's not bound when configured without X,
1715 for instance.
1716
1717 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1718
1719 * progmodes/hideshow.el: Update copyright.
1720 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
1721 (hs-minor-mode-hook): Include `:version' in defcustom form.
1722
1723 2001-03-13 Gerd Moellmann <gerd@gnu.org>
1724
1725 * help.el (string-key-binding): Don't call event-start on
1726 a non-list.
1727
1728 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1729
1730 * startup.el (fancy-splash-tail, command-line-1): Fix the
1731 copyright year.
1732
1733 2001-03-13 Kenichi Handa <handa@etl.go.jp>
1734
1735 * term.el: These changes are based on a patch sent from Yong Lu
1736 <lyongu@yahoo.com>.
1737 (term-set-escape-char): Bind M-x to execute-extended-command in
1738 term-raw-escape-map.
1739 (term-move-columns): Don't try to move to negagive column.
1740 (term-emulate-terminal): Insert a string before deleting a text to
1741 overwrite.
1742
1743 2001-03-12 Gerd Moellmann <gerd@gnu.org>
1744
1745 * play/life.el (life): Rearrange code so that all calls to
1746 life-display-generation are in a catch-form.
1747
1748 * progmodes/etags.el (tags-loop-continue): Don't change point in a
1749 file that isn't interesting. In an interesting file, push the old
1750 value of point on the mark ring.
1751
1752 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1753 New function.
1754 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1755 Use it.
1756
1757 * emacs-lisp/autoload.el (generate-file-autoloads):
1758 Remove warning about line lengths.
1759
1760 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
1761
1762 * progmodes/etags.el (tags-compression-info-list): New variable.
1763 (find-tag-in-order): Use it to deal with compressed source files.
1764 (tag-file-name-match-p): New function.
1765 (etags-recognize-tags-table): Use it for better match of file names.
1766
1767 2001-03-12 Kenichi Handa <handa@etl.go.jp>
1768
1769 * international/mule-cmds.el (register-input-method): Doc fix.
1770
1771 * international/quail.el (quail-translate-key): Fix condition to
1772 check if there's another breaking point in the current key.
1773
1774 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
1775
1776 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1777 Babyl header to the newly-created output file, bind
1778 coding-system-for-write to either rmail-file-coding-system or
1779 emacs-mule-unix.
1780
1781 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
1782
1783 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1784 Fix the name and regexp used for subsubsections.
1785
1786 2001-03-10 Dave Love <fx@gnu.org>
1787
1788 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1789 and save-buffer if buffer-file-name non-nil. From rms.
1790
1791 2001-03-10 Andre Spiegel <spiegel@gnu.org>
1792
1793 * vc.el (vc-do-command): If the destination buffer is already
1794 current, don't set it up and don't erase it. Updated doc string
1795 to reflect that.
1796 (vc-version-diff): When doing a single file diff, don't switch to the
1797 *vc-diff* buffer before the command. This is to preserve local
1798 variable bindings that might affect the diff command.
1799 (vc-print-log): Don't switch to the *vc* buffer before the
1800 command, so that local variable bindings are preserved.
1801
1802 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
1803 not the current buffer.
1804 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1805
1806 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
1807 make output go to buffer *vc*, not the current buffer.
1808
1809 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
1810
1811 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1812 so ^, $, *, ? and + are interpreted correctly.
1813
1814 2001-03-09 Gerd Moellmann <gerd@gnu.org>
1815
1816 * help.el (string-key-binding): Renamed from
1817 mode-line-key-binding. Handle any event on a string.
1818 Check for `keymap' properties as well as `local-map' properties.
1819
1820 * comint.el (comint-insert-clicked-input): Use the last key
1821 from this-command-keys to lookup the global key definition.
1822
1823 2001-03-09 Kenichi Handa <handa@etl.go.jp>
1824
1825 * international/characters.el: Add category `j' for
1826 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1827
1828 * international/mule-conf.el (no-conversion): Fix docstring.
1829 (raw-text): Fix docstring.
1830
1831 2001-03-08 Gerd Moellmann <gerd@gnu.org>
1832
1833 * simple.el (choose-completion-string): When not leaving the
1834 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1835 is set.
1836
1837 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1838 parameter `(minibuffer . t)'.
1839
1840 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1841
1842 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1843 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1844 (sh-mode): Remove `make-local-variable' for unused var
1845 `font-lock-unfontify-region-function'.
1846
1847 2001-03-07 Richard M. Stallman <rms@gnu.org>
1848
1849 * info.el (Info-scroll-down): Fix previous change.
1850
1851 * mail/rmail.el (rmail-toggle-header): Use a window which
1852 is showing the Rmail buffer, rather than the selected window.
1853
1854 2001-03-07 Dave Love <fx@gnu.org>
1855
1856 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1857 now, to avoid problems with binding imenu directly to a mouse event.
1858
1859 2001-03-07 Gerd Moellmann <gerd@gnu.org>
1860
1861 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1862 second arg t.
1863
1864 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1865
1866 * log-edit.el (log-edit-common-indent): New var.
1867 (log-edit-set-common-indentation): Renamed from
1868 log-edit-delete-common-indentation. Use the new var.
1869 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1870
1871 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1872 (cvs-mode-add-change-log-entry-other-window):
1873 Don't presume change-log-default-name is defined.
1874
1875 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1876
1877 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1878 the "tree" operation as well.
1879
1880 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1881
1882 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1883 to match paragraph-start.
1884
1885 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1886 comment-start-skip and set comment-end-skip as well.
1887 (sgml-comment-indent): Fix for new value of comment-start-skip.
1888 (html-autoview-mode): Don't bother using make-local-hook.
1889
1890 2001-03-07 Gerd Moellmann <gerd@gnu.org>
1891
1892 * cus-edit.el (custom-save-delete): Move in front of local
1893 variables, otherwise long Custom entries would make them ineffective.
1894
1895 * uniquify.el: Set maintainer to FSF.
1896
1897 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1898
1899 * dired-aux.el (dired-do-shell-command): Doc fix.
1900
1901 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1902
1903 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1904
1905 * which-func.el (which-func-modes): Add cperl-mode.
1906 (which-func-mode-global): Use define-minor-mode.
1907
1908 * info-look.el: Docstring fixes and dead code eliminated.
1909 (cperl-mode): Add support.
1910 (emacs-lisp-mode): List all entries from elisp manual, whether
1911 or not they are currently (f)bound or not. Update regexp.
1912
1913 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1914
1915 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1916 so that C-h m shows the correct information.
1917 Use make-local-variable rather than make-variable-buffer-local.
1918 (cperl-info-buffer, cperl-setup-tmp-buf):
1919 Use make-local-variable rather than make-variable-buffer-local.
1920 (cperl-msb-fix, cperl-get-help-defer):
1921 Check major-mode for `cperl-mode' as well.
1922
1923 * progmodes/cperl-mode.el: Updated to author version 4.23.
1924 (cperl-electric-pod): SYNOPSIS was misspelled.
1925 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1926 (cperl-after-expr-p): Make true after __END__.
1927
1928 2001-03-06 Gerd Moellmann <gerd@gnu.org>
1929
1930 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
1931 bookmark-completion-ignore-case is t.
1932
1933 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1934 switch, like xterm, and concat resource strings, with a newline
1935 between them.
1936
1937 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1938
1939 * international/codepage.el (cp770-decode-table)
1940 (cp773-decode-table, cp774-decode-table): New variables.
1941
1942 * man.el (Man-hyphenated-reference-regexp): New variable.
1943 (Man-build-references-alist): Use it to search for referenced
1944 manpages. If hyphenated is non-nil, record a concatenated word in
1945 Man-refpages-alist only if it matches Man-reference-regexp.
1946 Update word's length when it is concatenated. Reverse the list,
1947 to get the first manpage at the head.
1948 (Man-possibly-hyphenated-word): New function.
1949 (Man-follow-manual-reference): Use it instead of current-word to
1950 find a manpage at point, in a way that accounts for hyphenated
1951 references.
1952
1953 2001-03-06 Alex Schroeder <alex@gnu.org>
1954
1955 * sql.el (sql-interbase): New function.
1956 (sql-interbase-program): New option.
1957 (sql-interbase-options): New option.
1958 And some typos fixed: "customise" to "customize".
1959
1960 2001-03-06 Dave Love <fx@gnu.org>
1961
1962 * textmodes/flyspell.el (flyspell-region):
1963 Set up flyspell-local-mouse-map.
1964
1965 2001-03-05 Richard M. Stallman <rms@gnu.org>
1966
1967 * mail/rmail.el (rmail-retry-failure):
1968 Don't call rmail-beginning-of-message.
1969 Don't discard From: field. Do discard Received: field.
1970 Use unwind-protect to re-prune.
1971 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
1972
1973 2001-03-06 Kenichi Handa <handa@etl.go.jp>
1974
1975 * international/quail.el (quail-title): Add autoload cookie.
1976
1977 2001-03-05 Dave Love <fx@gnu.org>
1978
1979 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1980 new defs.
1981
1982 2001-03-05 Kenichi Handa <handa@etl.go.jp>
1983
1984 * language/ethio-util.el (ethio-toggle-space):
1985 Update current-input-method-title if necessary.
1986 (ethio-toggle-punctuation): Likewise.
1987
1988 * international/quail.el (quail-title): Fix for the case that a
1989 title of an input method is specified by a list of the same form
1990 as used in mode-line-format.
1991
1992 * international/mule-cmds.el (activate-input-method):
1993 If current-input-method-title is set by activating INPUT-METHOD,
1994 respect that value.
1995
1996 2001-03-05 Gerd Moellmann <gerd@gnu.org>
1997
1998 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1999
2000 2001-03-05 Alex Schroeder <alex@gnu.org>
2001
2002 * sql.el (sql-sybase): Fix typo (was: query user about server two
2003 times instead of server and database).
2004
2005 * sql.el (sql-sybase): Doc change.
2006 (sql-mysql): Doc change.
2007 (sql-postgres): Doc change.
2008
2009 2001-03-05 Kenichi Handa <handa@etl.go.jp>
2010
2011 * international/mule-conf.el (emacs-mule, raw-text):
2012 Docstring modified.
2013
2014 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2015
2016 * term/internal.el: Update copyright notice.
2017
2018 * term/pc-win.el: Update copyright notice.
2019
2020 2001-03-02 Dave Love <fx@gnu.org>
2021
2022 * files.el (insert-file-contents-literally):
2023 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2024 not jka-compr-compression-info-list.
2025
2026 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
2027
2028 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2029 spaces in default comment-start-skip settings rather than \s-.
2030
2031 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2032
2033 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2034 default-frame-alist as well.
2035
2036 2001-03-01 Dave Love <fx@gnu.org>
2037
2038 * textmodes/reftex.el (defvar): Wrap some defvars in
2039 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
2040
2041 * subr.el (event-basic-type): Doc fix.
2042
2043 * international/quail.el: Doc fixes.
2044
2045 * international/utf-8.el: Doc fixes.
2046
2047 * international/mule-cmds.el: Doc fixes.
2048 (leim-list-header): Fix header text.
2049
2050 * international/mule.el (coding-system-category): Doc fix.
2051
2052 * international/ccl.el (ccl-compile): Doc fix.
2053
2054 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2055
2056 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2057 rather than (before|after)-change-functions.
2058
2059 2001-03-01 Gerd Moellmann <gerd@gnu.org>
2060
2061 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2062 scroll-left and scroll-right being called interactively so that
2063 they set the window's min_hscroll.
2064
2065 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2066
2067 * info.el (info-insert-file-contents-1): Accept an additional
2068 argument `lfn': if it is non-nil, concatenate `filename' and
2069 `suffix'; otherwise use the complicated MS-DOS code.
2070 All callers changed.
2071 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2072 can access long file names, try the long file-name version of
2073 `info-insert-file-contents-1', then the short file-name version.
2074
2075 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
2076
2077 * language/ethio-util.el (setup-ethiopic-environment-internal):
2078 Change bindings of functions keys to conform to "Emacs Lisp Coding
2079 Convention".
2080
2081 * language/ethiopic.el ("Ethiopic"): Add documentation.
2082
2083 2001-02-28 Kenichi Handa <handa@etl.go.jp>
2084
2085 * international/utf-8.el (mule-utf-8): Set coding-category
2086 property to coding-category-utf-8.
2087
2088 2001-02-27 Richard M. Stallman <rms@gnu.org>
2089
2090 * lpr.el (lpr-page-header-switches, print-region-1):
2091 Undo 2000-07-06 change.
2092 (lpr-add-switches): Default to t on gnu/linux.
2093
2094 2001-02-27 Gerd Moellmann <gerd@gnu.org>
2095
2096 * bs.el (bs-attributes-list): Doc fix.
2097
2098 2001-02-26 Gerd Moellmann <gerd@gnu.org>
2099
2100 * help.el (describe-project): Display the file THE-GNU-PROJECT.
2101
2102 * help.el (view-order-manuals): Use goto-address.
2103
2104 * startup.el (command-line-1): Add info about ordering manuals
2105 to the not so fancy splash screens.
2106
2107 2001-02-26 Andre Spiegel <spiegel@gnu.org>
2108
2109 * vc.el (vc-default-workfile-unchanged-p)
2110 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
2111
2112 2001-02-26 Gerd Moellmann <gerd@gnu.org>
2113
2114 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
2115 fontify in the right buffer.
2116
2117 * allout.el (outline-flag-region): Move macro in front of first
2118 use to avoid a run-time error.
2119
2120 2001-02-24 Andrew Innes <andrewi@gnu.org>
2121
2122 * makefile.w32-in: Fix copyright notice.
2123
2124 2001-02-24 Kenichi Handa <handa@etl.go.jp>
2125
2126 * international/utf-8.el (mule-utf-8): Set correct value for
2127 valid-codes property.
2128
2129 * international/fontset.el (x-complement-fontset-spec): In the
2130 case that we use ASCII font for the other charsets, use only
2131 family and registry part of it.
2132
2133 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2134
2135 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2136 (shrink-window-if-larger-than-buffer): Doc fix.
2137
2138 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2139
2140 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2141 predicate passed to completing-read.
2142
2143 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2144
2145 * startup.el (command-line): Fix last change.
2146
2147 2001-02-23 Jason Rumney <jasonr@gnu.org>
2148
2149 * startup.el (tool-bar-originally-present): New variable.
2150 (command-line): Set it if the tool-bar is switched on at startup.
2151
2152 * frame.el (frame-notice-user-settings): Only adjust frame height
2153 for no tool-bar case if tool-bar was originally switched on.
2154 From E. Jay Berkenbilt.
2155
2156 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2157
2158 * server.el (server-switch-buffer): Only switch window if the
2159 current one is dedicated.
2160
2161 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2162 rather than using (match-beginning 0) when searching for break point.
2163
2164 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2165
2166 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2167 @ follows an accent command such as @'. Support optional braces
2168 in commands that insert accents, like makeinfo does.
2169
2170 2001-02-22 Gerd Moellmann <gerd@gnu.org>
2171
2172 * startup.el (fancy-splash-text): Add a line for ordering
2173 manuals. Reverse order of splash screens shown.
2174 (use-fancy-splash-screens-p): Adapt to the text line added.
2175
2176 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2177 manuals from the FSF.
2178
2179 * help.el (view-order-manuals): New function.
2180 (toplevel): Bind C-h C-m to this function.
2181
2182 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2183
2184 * newcomment.el (comment-forward): Skip the comment-start before
2185 searching for the comment-end.
2186
2187 2001-02-21 Dave Love <fx@gnu.org>
2188
2189 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2190
2191 * international/mule-cmds.el, international/mule.el: Doc fixes.
2192
2193 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2194 (fortune) <defgroup>: Add :link.
2195 (fortune-from-region): Use eq, not eql.
2196
2197 2001-02-21 Gerd Moellmann <gerd@gnu.org>
2198
2199 * startup.el (fancy-splash-screens): Use display-hourglass
2200 instead of display-busy-cursor.
2201
2202 * frame.el (display-hourglass): Renamed from busy-cursor.
2203 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2204 (show-cursor-in-non-selected-windows): Doc fix.
2205
2206 2001-02-20 Dave Love <fx@gnu.org>
2207
2208 * international/utf-8.el: Doc and commentary fixes.
2209
2210 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2211
2212 * ehelp.el (with-electric-help): Doc fix.
2213
2214 2001-02-20 Gerd Moellmann <gerd@gnu.org>
2215
2216 * msb.el (msb-mode): Call the update-buffers function explicitly
2217 with a FORCE argument.
2218
2219 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2220 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2221 returns nil.
2222
2223 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2224
2225 * ps-print.el: Timestamp package replacement. Some enhancements.
2226 Some XEmacs compatibility. Doc fix.
2227 (ps-print-version): New version number (6.4).
2228 (ps-printer-name): Initialization fix.
2229 (ps-zebra-stripe-follow): Funcionality enhancement.
2230 (ps-prologue-file): Code enhancement.
2231 (ps-right-header): Timestamp package replacement.
2232 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2233 (ps-get-page-dimensions)
2234 (ps-generate-header, ps-begin-file, ps-begin-job)
2235 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2236 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2237 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2238 (coding-system-for-write): Var declaration (XEmacs compatibility).
2239
2240 2001-02-20 Miles Bader <miles@gnu.org>
2241
2242 * image-file.el (image-file-name-extensions): Add "tif".
2243
2244 2001-02-19 Gerd Moellmann <gerd@gnu.org>
2245
2246 * wid-edit.el (widget-button-click): Save the selected window
2247 around the code handling clicks on buttons.
2248
2249 2001-02-18 Dave Love <fx@gnu.org>
2250
2251 * imenu.el (imenu--generic-function): Use mapc to iterate over
2252 syntax characters.
2253
2254 2001-02-17 Richard M. Stallman <rms@gnu.org>
2255
2256 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2257
2258 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2259
2260 2001-02-16 Gerd Moellmann <gerd@gnu.org>
2261
2262 * mouse.el (mouse-save-then-kill): If the distance from the new
2263 point to the mark is equal to the distance of point from the new
2264 point, move point instead of the mark.
2265
2266 2001-02-16 Dave Love <fx@gnu.org>
2267
2268 * textmodes/flyspell.el (flyspell-get-word): Return string without
2269 properties.
2270
2271 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2272
2273 * generic.el (generic-find-file-regexp): Doc fix.
2274 (generic-ignore-files-regexp): New defcustom.
2275 (generic-mode-find-file-hook): If the file's name matches the
2276 regexp in `generic-ignore-files-regexp', don't enter
2277 default-generic-mode. Doc fix.
2278
2279 2001-02-16 Gerd Moellmann <gerd@gnu.org>
2280
2281 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
2282 Add autoload cookies.
2283
2284 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
2285 of cal-tex-24.
2286
2287 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2288
2289 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2290
2291 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2292 the character class after the (optional) drive, to support file
2293 names with embedded blanks.
2294
2295 2001-02-15 Sam Steingold <sds@gnu.org>
2296
2297 * textmodes/tex-mode.el (tex-shell-running):
2298 Check the process buffer too.
2299
2300 2001-02-15 Dave Love <fx@gnu.org>
2301
2302 * battery.el (battery-status-function): Fix doc, :type.
2303
2304 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
2305
2306 2001-02-15 Gerd Moellmann <gerd@gnu.org>
2307
2308 * subr.el (read-passwd): Clear Lisp memory holding password.
2309
2310 2001-02-15 Miles Bader <miles@gnu.org>
2311
2312 * info.el (Info-copy-current-node-name): New function.
2313 (Info-mode-menu): Add it to the menu.
2314
2315 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2316
2317 * international/mule-cmds.el (toggle-input-method): Doc fix.
2318
2319 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2320
2321 * replace.el (occur): Stop at end of buffer.
2322
2323 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2324
2325 * international/mule-cmds.el (set-input-method): Another doc fix.
2326
2327 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2328
2329 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2330
2331 2001-02-13 Miles Bader <miles@gnu.org>
2332
2333 * faces.el (set-face-background, set-face-foreground)
2334 (set-face-stipple): Treat a value of nil as being `unspecified'.
2335
2336 2001-02-12 Dave Love <d.love@dl.ac.uk>
2337
2338 * international/latin1-disp.el: Doc fixes.
2339 (latin1-display) <defgroup>: Add :link.
2340 (latin1-display) <function>: Set variable latin1-display.
2341
2342 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2343
2344 * international/mule-cmds.el (set-input-method): Doc fix.
2345
2346 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2347
2348 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2349 (speedbar-line-file): Return nil if not a file.
2350 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2351
2352 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
2353
2354 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2355 for remote files.
2356 (ediff-coding-system-for-read): Replaced the no-conversion default
2357 with raw-text.
2358
2359 * ediff-init.el: Removed :version from defcustom vars.
2360
2361 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2362 Better handling of the diff mode.
2363
2364 * ediff.texi: Added ediff-coding-system-for-read.
2365
2366 * viper.texi: Fix typos.
2367
2368 2001-02-11 Dave Love <fx@gnu.org>
2369
2370 * shadowfile.el: Doc fixes.
2371 (shadow) <defgroup>: Add :link.
2372 (shadowfile-unload-hook): New function.
2373 (shadow-initialize): Use defalias, not fset.
2374 (shadow-define-cluster, shadow-define-literal-group)
2375 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
2376
2377 * international/mule.el: Doc and message fixes.
2378
2379 * international/ccl.el (define-ccl-program): Doc fix.
2380
2381 2001-02-11 Kenichi Handa <handa@etl.go.jp>
2382
2383 * faces.el (mode-line): Set :line-width property to -1.
2384
2385 2001-02-10 Richard M. Stallman <rms@gnu.org>
2386
2387 * complete.el (partial-completion-mode): Doc fix.
2388
2389 * simple.el (delete-key-deletes-forward-mode):
2390 Change `let' to `let*' to fix gross bug in last change.
2391
2392 * repeat.el (repeat): Don't let execute-kbd-macro alter
2393 real-last-command.
2394
2395 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2396
2397 * simple.el (eval-expression): Doc fix.
2398
2399 2001-02-09 Dave Love <fx@gnu.org>
2400
2401 * imenu.el (imenu-generic-expression): Doc fix.
2402
2403 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2404 From Juanma Barranquero.
2405
2406 * emacs-lisp/authors.el (authors): Expand `root' before running find.
2407
2408 2001-02-09 Kenichi Handa <handa@etl.go.jp>
2409
2410 * faces.el (set-face-attribute): Describe the case of a negative
2411 value specified for :line-width.
2412
2413 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2414
2415 * which-func.el (which-func-mode): Invert which-func-mode-global.
2416 From Juanma Barranquero <lektu@uol.com.br>.
2417
2418 2001-02-08 Dave Love <fx@gnu.org>
2419
2420 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2421 widget-plist-value-type.
2422 (widget-alist-convert-widget): Replace binding of
2423 widget-alist-value-type.
2424
2425 * textmodes/paragraphs.el (sentence-end): Doc fix.
2426
2427 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2428 Remove `backward-line'.
2429
2430 * play/pong.el (pong-blank-color, pong-bat-color)
2431 (pong-ball-color, pong-border-color, pong-left-key)
2432 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2433 (pong-pause-key, pong-resume-key, pong-timer-delay):
2434 * mail/mh-comp.el (mh-compose-letter-function):
2435 * eshell/esh-mode.el (eshell-skip-prompt-function):
2436 * emulation/viper-ex.el (ex-unix-type-shell-options):
2437 * recentf.el (recentf-menu-filter):
2438 * ps-print.el (ps-print-region-function):
2439 * lpr.el (print-region-function):
2440 * forms.el (forms-mode-hooks):
2441 * dirtrack.el (dirtrack-directory-change-hook):
2442 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2443 * textmodes/spell.el (spell-filter):
2444 * textmodes/fill.el (adaptive-fill-function):
2445 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2446 * progmodes/etags.el (find-tag-default-function):
2447 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
2448 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2449
2450 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2451
2452 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2453 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2454 Meyering <jim@meyering.net>.
2455
2456 * loadup.el: Revert last change.
2457
2458 2001-02-07 Kenichi Handa <handa@etl.go.jp>
2459
2460 * international/mule.el (transform-make-coding-system-args):
2461 Make it work also for coding systems not using CCL.
2462
2463 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2464
2465 * simple.el (previous-matching-history-element)
2466 (next-matching-history-element): Doc fix.
2467
2468 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2469 specific part.
2470
2471 2001-02-06 Dave Love <fx@gnu.org>
2472
2473 * add-log.el (add-log-current-defun-function)
2474 (add-log-buffer-file-name-function, add-log-file-name-function):
2475 Fix :type.
2476 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2477
2478 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2479
2480 * info.el (info-initialize): Remove the test for system-type when
2481 invocation-directory is non-nil.
2482
2483 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2484 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2485
2486 2001-02-06 Andrew Innes <andrewi@gnu.org>
2487
2488 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2489 absolute.
2490
2491 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2492
2493 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2494 buffers. When hi-lock turned on rather than only checking current
2495 buffer for regexps, all buffers are checked. Moved activation of
2496 font-lock to hi-lock-refontify. When font-lock turned off rather
2497 than removing added highlighting just in current buffer, remove it
2498 in all buffers. Changed edit menu text from "Automatic
2499 Highlighting" to "Regexp Highlighting" Documentation for
2500 highlighting phrases, minor documentation changes.
2501 (hi-lock-set-file-patterns): Execute only if there are new or
2502 existing file patterns.
2503 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2504 unfontify and, if a support mode is active, will not refontify the
2505 whole buffer. If necessary, turn on font lock. (Removed
2506 font-lock-unfontify and font-lock support-mode-specific calls,
2507 such as lazy-lock-fontify-window.)
2508 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2509 patterns are found. Not useful now since find-file-hook is removed
2510 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
2511 (hi-lock-face-phrase-buffer): New function. Also added related
2512 menu item and keybinding.
2513 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2514 (hi-lock-process-phrase): New function.
2515 (hi-lock-line-face-buffer): Doc fixes.
2516 (hi-lock-face-buffer): Doc fixes.
2517 (hi-lock-unface-buffer): Doc fixes.
2518
2519 2001-02-06 Gerd Moellmann <gerd@gnu.org>
2520
2521 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2522 dabbrev-ignored-regexps.
2523
2524 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2525
2526 * simple.el (kill-line): Doc fix.
2527
2528 2001-02-05 Dave Love <fx@gnu.org>
2529
2530 * loadup.el: Revert last two changes -- bootstrapping works with
2531 regenerated loaddefs.
2532
2533 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2534
2535 * isearch.el (isearch-forward): Doc fix.
2536
2537 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2538 of font-lock-defaults to backward-paragraph.
2539
2540 2001-02-05 Gerd Moellmann <gerd@gnu.org>
2541
2542 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2543 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2544
2545 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2546
2547 * ebnf2ps.el: Eliminate time-stamp functions.
2548 (ebnf-version): New version (3.5).
2549 (ebnf-eps-finish-and-write): Replace time-stamp functions by
2550 format-time-string.
2551
2552 2001-02-05 Gerd Moellmann <gerd@gnu.org>
2553
2554 * simple.el (next-line): Goto end-of-line before inserting a newline.
2555
2556 2001-02-05 Miles Bader <miles@gnu.org>
2557
2558 * image-file.el (insert-image-file): When visiting an image, also
2559 set `truncate-lines' to t so that any fringe arrow looks correct.
2560
2561 2001-02-05 Kenichi Handa <handa@etl.go.jp>
2562
2563 * isearch.el (isearch-forward): Add description about input method
2564 in the docsting.
2565
2566 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
2567
2568 * skeleton.el (skeleton-internal-1): Always push the mark for @.
2569
2570 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2571
2572 * info.el (info-initialize): If installation-directory is nil, for
2573 DOS/Windows systems try looking in a sibling of invocation-directory.
2574
2575 2001-02-02 Gerd Moellmann <gerd@gnu.org>
2576
2577 * wid-edit.el (widget-button-click): Fix last change.
2578
2579 * frame.el (frame-notice-user-settings): When resizing the initial
2580 frame because the tool bar is off, also change the frame's top
2581 position if a negative top position was specified.
2582
2583 2001-02-02 Miles Bader <miles@gnu.org>
2584
2585 * image-file.el (insert-image-file): When visiting an image,
2586 suppress the cursor in the image buffer.
2587
2588 2001-02-01 Dave Love <fx@gnu.org>
2589
2590 * progmodes/f90.el (f90-mode): Remove startup message.
2591
2592 * vc-cvs.el: Remove autoloads. Require vc when compiling.
2593
2594 2001-02-01 Gerd Moellmann <gerd@gnu.org>
2595
2596 * startup.el (command-line): Fix code determining whether or not
2597 to use delete-key-deletes-forward-mode.
2598
2599 2001-02-01 Andre Spiegel <spiegel@gnu.org>
2600
2601 * vc.el (vc-diff-switches): New user option.
2602 (vc-version-diff): Use it.
2603 (vc-diff-switches-list): New macro.
2604
2605 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2606 New customization options.
2607 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2608
2609 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2610
2611 2001-02-01 Gerd Moellmann <gerd@gnu.org>
2612
2613 * msb.el (toplevel): Quote hook symbols.
2614
2615 2001-02-01 Kenichi Handa <handa@etl.go.jp>
2616
2617 * international/mule.el (make-coding-system): Add description
2618 about recognized properties in the docstring.
2619
2620 * international/mule-conf.el: Remove unused charsets
2621 mac-roman-lower and mac-roman-upper.
2622
2623 2001-01-31 Gerd Moellmann <gerd@gnu.org>
2624
2625 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2626 is in front of the left-margin, if any.
2627
2628 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2629 like `delete'.
2630
2631 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
2632
2633 * term/w32-win.el (mouse-set-font): Doc fix.
2634
2635 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
2636
2637 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2638 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2639 on already.
2640
2641 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
2642
2643 * files.el (save-buffer): Don't give message if (buffer-file-name)
2644 returns nil.
2645
2646 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2647
2648 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2649
2650 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2651 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2652
2653 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2654 display problems.
2655
2656 2001-01-31 Kenichi Handa <handa@etl.go.jp>
2657
2658 * international/mule.el (charset-info): Fix docstring.
2659
2660 * international/mule-diag.el (describe-character-set): Check final
2661 char valid before printing it.
2662
2663 2001-01-30 Gerd Moellmann <gerd@gnu.org>
2664
2665 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2666
2667 * frame.el (frame-notice-user-settings): Do the tool-bar
2668 stuff only for graphical displays. Fix a braino.
2669
2670 * frame.el (frame-initialize): Create initial frame visible.
2671 (frame-notice-user-settings): When tool-bar has been switched off,
2672 correct the frame size and sync tool-bar-mode.
2673
2674 * startup.el (command-line): Remove manipulation of frame
2675 height for tool bars.
2676
2677 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2678
2679 * lpr.el: Compatibility with XEmacs and doc fixes.
2680 (lpr-windows-system, lpr-lp-system): New vars.
2681 (lpr-printer-switch): New defcustom.
2682 (printer-name, lpr-command): Customization fix.
2683 (print-region-1): Code fix.
2684 (print-region-new-buffer, printify-region): Indentation fix.
2685 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2686 New functions.
2687
2688 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2689
2690 * msb.el (toplevel): Fix the eval-after-load.
2691
2692 2001-01-29 Dave Love <fx@gnu.org>
2693
2694 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2695
2696 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2697
2698 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
2699 (tcl-using-emacs-19-23): Consider Emacs 21+.
2700 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2701 (tcl-add-emacs-menu): Supply menu name.
2702 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2703
2704 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2705
2706 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2707
2708 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2709
2710 * pcvs.el (cvs-mark-fis-dead): New function.
2711 (cvs-mode-add): Use it.
2712 (cvs-mode-add-change-log-entry-other-window):
2713 Rebind change-log-default-name to itself rather than to nil.
2714
2715 2001-01-29 Sam Steingold <sds@gnu.org>
2716
2717 * vc-cvs.el: Replaced (require 'vc) with a bunch of
2718 `autoload' statements.
2719
2720 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2721
2722 * files.el (confirm-kill-emacs): Doc fix.
2723
2724 * frame.el (frame-initialize): Doc fix.
2725
2726 * time-stamp.el (time-stamp-string): Doc fix.
2727
2728 * woman.el (WoMan-log-1): Make the log buffer writable.
2729 From Markus Rost <rost@math.ohio-state.edu>.
2730
2731 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2732
2733 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2734 the `make-variable-buffer-local'.
2735
2736 2001-01-29 Dave Love <fx@gnu.org>
2737
2738 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
2739 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2740 Add autoload cookie.
2741 (ansi-color-apply-sequence): Fix typo.
2742
2743 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2744
2745 * menu-bar.el (menu-bar-files-menu): Add menu items for
2746 Postscript printing in black and white.
2747
2748 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2749 X-Mailman-Version, Precedence, List-Help, List-Post,
2750 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2751 Content-Type, Content-Length.
2752
2753 2001-01-29 Dave Love <fx@gnu.org>
2754
2755 * elide-head.el (elide-head): Make overlay evaporate.
2756
2757 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
2758
2759 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2760
2761 * isearch.el (isearch-highlight): Don't punt if the display
2762 doesn't support colors, since isearch faces are defined for
2763 monochrome displays as well.
2764
2765 2001-01-27 Sam Steingold <sds@gnu.org>
2766
2767 * shell.el (shell-write-history-on-exit): Make sure that we are in
2768 the shell buffer (M-x tex-file RET inserted the error message into
2769 the TeX buffer).
2770
2771 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2772
2773 * simple.el (transient-mark-mode): Doc fix.
2774
2775 2001-01-27 Gerd Moellmann <gerd@gnu.org>
2776
2777 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
2778
2779 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2780
2781 * shell.el (shell-unquote-argument): If the shell is one of the
2782 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2783 quote character.
2784 (shell-dumb-shell-regexp): Document that the shells which match
2785 this regexp are supposed to not treat a backslash as a quote character.
2786
2787 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
2788 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
2789
2790 2001-01-27 Richard M. Stallman <rms@gnu.org>
2791
2792 * dabbrev.el (dabbrev--substitute-expansion):
2793 Treat a one-capital-letter abbrev as "not all upper case",
2794 so as to force preservation of the expansion's pattern
2795 if the expansion starts with a capital letter.
2796
2797 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2798
2799 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2800 Doc fix.
2801
2802 * simple.el (transient-mark-mode): Document the fact that many
2803 commands act on the region when mark is active.
2804
2805 2001-01-27 Kenichi Handa <handa@etl.go.jp>
2806
2807 * international/quail.el (quail-setup-completion-buf): Make the
2808 multibyteness of current buffer inherited to Quail completion buffer.
2809 (quail-show-guidance-buf): Make the multibyteness of current
2810 buffer inherited to Quail guidance buffer.
2811 (quail-help): Make the multibyteness of current buffer inherited
2812 to Quail help buffer.
2813
2814 2001-01-26 Dave Love <fx@gnu.org>
2815
2816 * time-stamp.el: Doc fixes.
2817
2818 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
2819 (delphi-keyword-face, delphi-other-face): Fix :type.
2820
2821 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2822
2823 * mail/feedmail.el (feedmail): Add :link.
2824 (feedmail-send-it): Doc fix.
2825
2826 * mail/sendmail.el: Doc fixes.
2827 (sendmail-send-it): Fix the non-ASCII regexp and use
2828 rfc2047-encode-string.
2829
2830 * dired.el, dired-aux.el: Revert last change.
2831
2832 2001-01-26 Gerd Moellmann <gerd@gnu.org>
2833
2834 * makefile.w32-in (DONTCOMPILE): Add various term files.
2835
2836 2001-01-26 Dave Love <fx@gnu.org>
2837
2838 * Makefile.in (DONTCOMPILE): Add various term files.
2839
2840 2001-01-26 Gerd Moellmann <gerd@gnu.org>
2841
2842 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2843
2844 * startup.el (display-startup-echo-area-message): Make sure
2845 the echo area is resized to fit the size of the startup message.
2846
2847 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2848 part of which is a constant.
2849
2850 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2851
2852 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
2853
2854 2001-01-26 Richard M. Stallman <rms@gnu.org>
2855
2856 * simple.el (next-line): Don't let `newline' expand abbrevs.
2857 Simplify slightly.
2858 (open-line): Don't let `newline' expand abbrevs.
2859
2860 2001-01-25 John Wiegley <johnw@gnu.org>
2861
2862 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2863 to `repeat' in the :type field.
2864
2865 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2866 allow a choice of regexp or nil.
2867 (pcomplete-dir-ignore): Same.
2868
2869 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2870 a command) to always fail.
2871
2872 2001-01-25 Gerd Moellmann <gerd@gnu.org>
2873
2874 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2875 discard the result.
2876 (iswitchb-to-end): Likewise.
2877
2878 2001-01-25 Sam Steingold <sds@gnu.org>
2879
2880 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
2881 Require vc.
2882
2883 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2884
2885 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2886
2887 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2888
2889 2001-01-25 Dave Love <fx@gnu.org>
2890
2891 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2892 (describe-coding-system): Tweak the English text.
2893
2894 * loadup.el: Preload international/ccl for utf-8.
2895
2896 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2897
2898 * mail/rmail.el (rmail-redecode-body): Doc fix.
2899
2900 2001-01-25 Kenichi Handa <handa@etl.go.jp>
2901
2902 * international/mule-cmds.el (reset-language-environment):
2903 Reset coding-category-utf-8 to mule-utf-8.
2904
2905 * international/mule-conf.el (coding-category-utf-8):
2906 Initialize to mule-utf-8.
2907
2908 * loadup.el: Preload international/utf-8.
2909
2910 * international/utf-8.el: New file.
2911
2912 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2913
2914 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2915
2916 2001-01-24 Sam Steingold <sds@gnu.org>
2917
2918 * dired.el (dired-replace-in-string): Removed.
2919 (dired-sort-toggle): Use `replace-regexps-in-string'
2920 instead of `dired-replace-in-string'.
2921
2922 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2923 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
2924
2925 * gs.el (gs-replace-in-string): Removed.
2926 (gs-options): Use `replace-regexps-in-string'
2927 instead of `gs-replace-in-string'.
2928
2929 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2930
2931 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2932 bug report is mailed to an email list and posted to a news group.
2933
2934 2001-01-24 Gerd Moellmann <gerd@gnu.org>
2935
2936 * comint.el (comint-replace-by-expanded-history-before-point):
2937 Fix change of 2000-08-03 to move point to the start of the line again.
2938
2939 * startup.el (tool-bar-images-pixel-height): New variable.
2940 (command-line): After loading the user's init file, when
2941 tool-bar-mode is on, increase the frame's size by some lines for
2942 the tool-bar.
2943
2944 * frame.el (frame-initialize): Create the initial frame invisible.
2945
2946 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2947
2948 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2949 (chinese-big5): MIME:Big5.
2950
2951 2001-01-24 Gerd Moellmann <gerd@gnu.org>
2952
2953 * international/mule-cmds.el (universal-coding-system-argument):
2954 Handle commands with prefix args.
2955
2956 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2957
2958 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2959 being a list of numbers.
2960 (diary-mail-entries): Rewritten.
2961
2962 2001-01-23 Dave Love <fx@gnu.org>
2963
2964 * international/mule.el (make-coding-system): Fix typo.
2965
2966 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2967 Add backward-paragraph as font-lock-beginning-of-syntax-function.
2968
2969 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2970
2971 * font-lock.el (font-lock-mode): Doc fix.
2972
2973 2001-01-23 Kenichi Handa <handa@etl.go.jp>
2974
2975 * international/mule.el (make-translation-table): Fix docstring.
2976
2977 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2978
2979 * mail/rmail.el (rmail-redecode-body): New function.
2980
2981 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2982
2983 2001-01-22 Gerd Moellmann <gerd@gnu.org>
2984
2985 * isearch.el (isearch-lazy-highlight-case-fold-search)
2986 (isearch-lazy-highlight-regexp): New variables.
2987 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2988 case-fold search or regexp search has been toggled.
2989
2990 * wid-edit.el (widget-button-click): Avoid a save-excursion
2991 around running a global binding.
2992
2993 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2994 to 0.25.
2995
2996 2001-01-20 Miles Bader <miles@gnu.org>
2997
2998 * cus-edit.el (custom-face-save): Do post-processing on the face's
2999 new value like `custom-face-set' does.
3000
3001 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3002
3003 * mail/emacsbug.el (report-emacs-bug): Report the value of
3004 LC_CTYPE, not LC_TYPE.
3005
3006 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3007 isearch-toggle-regexp and isearch-edit-string to doc string.
3008
3009 2001-01-19 Gerd Moellmann <gerd@gnu.org>
3010
3011 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3012 as font-lock-beginning-of-syntax-function in font-lock-defaults.
3013
3014 * jit-lock.el (jit-lock-fontify-now): Don't bind
3015 font-lock-beginning-of-syntax-function to nil.
3016
3017 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3018
3019 * mail/emacsbug.el (report-emacs-bug): Report values of
3020 locale-coding-system, default-enable-multibyte-characters, and the
3021 environment variables LC_ALL, LC_TYPE, and LANG.
3022
3023 2001-01-19 Gerd Moellmann <gerd@gnu.org>
3024
3025 * font-lock.el (font-lock-default-fontify-region): Fix last change.
3026
3027 * font-lock.el (font-lock-multiline): Default to nil.
3028 (font-lock-default-fontify-region): If font-lock-multiline is
3029 nil, don't check the property `font-lock-multiline'.
3030
3031 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3032 is nil, don't check the `font-lock-multiline' text property.
3033
3034 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3035
3036 * viper.el: Call initial-major-mode on startup.
3037
3038 * ediff.el (ediff-patch-file): Use better defaults.
3039
3040 * ediff-vers.el: Fix for 8+3 DOS file systems.
3041
3042 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
3043
3044 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
3045 diff mode, if available.
3046
3047 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3048
3049 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
3050
3051 * ediff-init.el (subst-char-in-string): Define and use it, unless
3052 it's already defined.
3053
3054 2001-01-18 Gerd Moellmann <gerd@gnu.org>
3055
3056 * tooltip.el (tooltip-hide-delay): New user-option.
3057 (tooltip-show): Use tooltip-hide-delay instead of the default.
3058
3059 2001-01-18 Kenichi Handa <handa@etl.go.jp>
3060
3061 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3062 kill-local-variable doesn't work for enable-multibyte-characters.
3063
3064 2001-01-17 Dave Love <fx@gnu.org>
3065
3066 * ediff-init.el (ediff-before-setup-hook)
3067 (ediff-merge-filename-prefix): Add :version.
3068
3069 * international/latin1-disp.el: Require disp-table.
3070 (latin1-display): Fix :set.
3071
3072 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3073
3074 2001-01-17 Gerd Moellmann <gerd@gnu.org>
3075
3076 * isearch.el (isearch-lazy-highlight-initial-delay)
3077 (isearch-lazy-highlight-interval): Default to 0.
3078
3079 2001-01-17 Bob Glickstein <bobg@zanshin.com>
3080
3081 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3082 1 here rather than each time through
3083 isearch-lazy-highlight-new-loop.
3084 (isearch-lazy-highlight-max): Variable deleted.
3085 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3086 isearch-lazy-highlight-max but controls a single invocation of
3087 isearch-lazy-highlight-update.
3088 (isearch-lazy-highlight-wrapped): Variable recreated.
3089 (isearch-lazy-highlight-window-start): New variable.
3090 (isearch-lazy-highlight-cleanup): Restored to behavior of
3091 before 2-Jan.
3092 (isearch-lazy-highlight-remove-overlays): Function deleted;
3093 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3094 behavior removed.
3095 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3096 isearch-lazy-highlight-update in a loop rather than just once.
3097 Test isearch-invalid-regexp here and decide not to start a new
3098 loop, rather than testing it each time through
3099 isearch-lazy-highlight-update.
3100 (isearch-lazy-highlight-search): Function restored.
3101 (isearch-lazy-highlight-update): Get called in a timer loop again,
3102 but this time highlight more than one match each time through.
3103 Only highlight matches in the visible part of the window.
3104 Start at point, move in the direction of the search, and wrap around at
3105 the edge of the window. Use sit-for to force redisplay and ensure
3106 window-start is credible. "Face suppressing" behavior removed;
3107 overlay priorities should make it unnecessary, right?
3108 (isearch-highlight): Face suppressing behavior removed.
3109 (isearch-dehighlight): Face suppressing behavior removed.
3110 (isearch-set-lazy-highlight-faces-at): Removed.
3111
3112 2001-01-17 Kenichi Handa <handa@etl.go.jp>
3113
3114 * language/european.el ("Latin-1"): Make the format of description
3115 about additional language environments same as that of Latin-2.
3116
3117 2001-01-16 Dave Love <fx@gnu.org>
3118
3119 * isearch.el (isearch-lazy-highlight): Add :version.
3120
3121 * simple.el (backward-delete-char-untabify-method)
3122 (next-line-add-newlines): Add :version.
3123
3124 2001-01-16 Gerd Moellmann <gerd@gnu.org>
3125
3126 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3127 Don't bind <delete> otherwise.
3128
3129 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3130 and <delete> via function-key-map.
3131
3132 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3133 Subject line only if point is after the `Subject:'.
3134
3135 2001-01-16 Kenichi Handa <handa@etl.go.jp>
3136
3137 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3138 japanese-jisx0213-2 in `charset' property of this lang. env.
3139
3140 * language/european.el ("Latin-1"): Add description for Dutch and
3141 Spanish lang. env.
3142
3143 * international/mule.el (decode-char): Fix conditions.
3144 (encode-char): Handle eight-bit-control too.
3145 (transform-make-coding-system-args): New function.
3146 (make-coding-system): Accept XEmacs style arguments for CCL base
3147 coding system.
3148
3149 2001-01-15 Gerd Moellmann <gerd@gnu.org>
3150
3151 * progmodes/etags.el (find-tag-noselect): Save the value of
3152 tags-file-name before switching buffers, for the case it has a
3153 buffer-local value.
3154
3155 2001-01-15 Alex Schroeder <alex@gnu.org>
3156
3157 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3158 From Dave Love <fx@gnu.org>.
3159 (ansi-color-for-comint-mode): Fix :version.
3160
3161 2001-01-15 Alex Schroeder <alex@gnu.org>
3162
3163 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3164
3165 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3166
3167 * dired.el (dired-insert-directory): If file-system-info fails,
3168 remove the " free " part, but don't signal an error.
3169
3170 2001-01-12 Sam Steingold <sds@gnu.org>
3171
3172 * bookmark.el (bookmark-maybe-historicize-string):
3173 Use new backquote syntax.
3174
3175 2001-01-12 Richard M. Stallman <rms@gnu.org>
3176
3177 * subr.el (last): Handle a list that doesn't end in nil.
3178
3179 2001-01-12 Sam Steingold <sds@gnu.org>
3180
3181 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3182 to `backward-delete-char-untabify'.
3183
3184 2001-01-12 Dave Love <fx@gnu.org>
3185
3186 * cus-edit.el (customize-menu-create): Fix the :filter following
3187 easymenu change.
3188
3189 * wid-edit.el (function): Add :match-alternatives.
3190 (widget-color-action): Doc fix.
3191
3192 2001-01-12 Gerd Moellmann <gerd@gnu.org>
3193
3194 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3195
3196 2001-01-12 Kenichi Handa <handa@etl.go.jp>
3197
3198 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
3199
3200 * international/ccl.el (define-ccl-program): Fix docstring.
3201
3202 2001-01-11 Dave Love <fx@gnu.org>
3203
3204 * international/mule-cmds.el (standard-display-european-internal):
3205 Set display table for 2208 as for 160.
3206
3207 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3208
3209 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3210 entry for custom-menu-create change.
3211 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3212 don't cons it in the search loop.
3213
3214 * imenu.el (imenu--truncate-items): Revert last change.
3215
3216 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3217
3218 * info.el (Info-setup-header-line): If the node header includes
3219 either Next: or Prev: links, don't show the File: and Node: parts
3220 in the header line.
3221
3222 2001-01-11 Gerd Moellmann <gerd@gnu.org>
3223
3224 * comint.el (comint-goto-process-mark): Don't print a message
3225 when running in batch mode.
3226
3227 * isearch.el (isearch-search): In the condition-case handler for
3228 `error', set isearch-invalid-regexp to the whole error message.
3229
3230 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3231 ensure that eval-after-load works for files dumped with Emacs.
3232
3233 * help.el (load-symbol-file-load-history): New function extracted
3234 from function symbol-file.
3235 (symbol-file): Use it.
3236
3237 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
3238
3239 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3240
3241 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3242 behave as if there were no prefix argument.
3243 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3244 argument were nil.
3245
3246 2001-01-11 Richard M. Stallman <rms@gnu.org>
3247
3248 * isearch.el (isearch-lazy-highlight-update):
3249 Don't look for more potential matches once maximum is exceeded.
3250 Use overlays-in to check correctly for overlap with current match.
3251 Ignore empty matches.
3252
3253 2001-01-11 Miles Bader <miles@gnu.org>
3254
3255 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3256 (ispell-overlay-window, ispell-help, ispell-show-choices)
3257 (ispell-command-loop): Use it instead of `window-height'.
3258
3259 2001-01-10 Gerd Moellmann <gerd@gnu.org>
3260
3261 * files.el (confirm-kill-emacs): New user-option.
3262 (save-buffers-kill-emacs): Ask for final confirmation before
3263 killing Emacs.
3264
3265 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3266 to nil.
3267
3268 2001-01-10 Dave Love <fx@gnu.org>
3269
3270 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3271
3272 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
3273
3274 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3275
3276 * calculator.el (calculator-number-digits): Fix :type.
3277
3278 * vc-cvs.el (vc-cvs-header): Fix :type.
3279 * vc-rcs.el (vc-rcs-header): Fix :type.
3280 * vc-sccs.el (vc-sccs-header): Fix :type.
3281
3282 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3283
3284 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3285
3286 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3287
3288 2001-01-10 Gerd Moellmann <gerd@gnu.org>
3289
3290 * simple.el (set-variable): Force a thorough redisplay for the
3291 case that the variable has an effect on the display, like
3292 `tab-width' has.
3293
3294 2001-01-10 Andre Spiegel <spiegel@gnu.org>
3295
3296 * vc.el: Add documentation for backend interface.
3297
3298 2001-01-10 Kenichi Handa <handa@etl.go.jp>
3299
3300 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3301
3302 * international/mule-conf.el (latin-extra-code-table): Set to t
3303 for \223 and \224.
3304
3305 2001-01-09 Kenichi Handa <handa@etl.go.jp>
3306
3307 * international/mule-cmds.el (locale-language-names): Map "es" to
3308 "Spanish" and "nl" to "Dutch".
3309
3310 2001-01-09 Gerd Moellmann <gerd@gnu.org>
3311
3312 * bindings.el (global-map): Bind <home> to beginning-of-line,
3313 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3314 C-<end> to end-of-buffer.
3315
3316 * language/european.el: Add Dutch and Spanish language info
3317 to be able to use the appropriate tutorials.
3318
3319 2001-01-09 Alex Schroeder <alex@gnu.org>
3320
3321 * ansi-color.el (ansi-color-process-output): Use markers instead
3322 of positions for start and end of region.
3323 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3324 Previously, occasional mistakes happend when fontifying many
3325 chunks of output (eg. ls --color=yes /dev). This happened
3326 whenever an overlay was created up to the end of the region, which
3327 coincided with the process-mark. New text would then be added
3328 within that overlay instead of after it.
3329 (ansi-color-make-extent): Overlays are created with the property
3330 `modification-hooks' set to '(ansi-color-freeze-overlay).
3331 (ansi-color-freeze-overlay): New function. When inserting text at
3332 the end of the overlay, the overlay will resize.
3333
3334 2000-01-09 Alex Schroeder <alex@gnu.org>
3335
3336 * ansi-color.el (ansi-color-process-output): Doc change.
3337 (ansi-color-unfontify-region): Doc change. No longer installed
3338 automatically in font-lock-unfontify-region-function.
3339 (ansi-color-apply): Doc change.
3340 (ansi-color-apply-on-region): Use extents or overlays instead of
3341 text-properties.
3342 (ansi-color-make-extent): New function.
3343 (ansi-color-set-extent-face): New function.
3344
3345 2000-01-09 Alex Schroeder <alex@gnu.org>
3346
3347 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3348 both use ansi-color-process-output, now.
3349 (ansi-color-process-output): Doesn't return string anymore. It is
3350 installed in comint-output-filter-functions for both Emacs and
3351 XEmacs, now.
3352 (ansi-color-unfontify-region): Simplified code removing variables
3353 pos and start-ansi.
3354 (ansi-color-apply): Put text-property ansi-color before putting
3355 text-property face because ansi-color-unfontify-region is called
3356 immediately after the call to put-text-property.
3357 (ansi-color-context-region): Doc change.
3358 (ansi-color-filter-region): Simplified code.
3359 (ansi-color-apply-on-region): Changed start to start-marker, using
3360 a marker explicitly. Put text-property ansi-color before putting
3361 text-property face because ansi-color-unfontify-region is called
3362 immediately after the call to put-text-property.
3363
3364 2000-01-09 Alex Schroeder <alex@gnu.org>
3365
3366 * ansi-color.el (ansi-color-faces-vector): Doc change.
3367 (ansi-color-for-comint-mode): Changed :type property to choice.
3368 (ansi-color-last-context): Removed.
3369 (ansi-color-process-output): Don't use ansi-color-last-context, as
3370 the main functions will store their context now.
3371 (ansi-color-context): Doc change.
3372 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3373 Uses ansi-color-context such that repeated calls will strip
3374 partial escape sequences, too.
3375 (ansi-color-apply): Simplified code. Colorize end of string if
3376 face is not null. Store context in new (FACE STRING) format, such
3377 that repeated calls will strip partial escape sequences, too.
3378 Append faces to face property using ansi-color-apply-sequence such
3379 that cumulative mode actually works.
3380 (ansi-color-context-region): New variable.
3381 (ansi-color-filter-region): Rewrote it based on
3382 ansi-color-apply-on-region. Uses ansi-color-context-region such
3383 that repeated calls will strip partial escape sequences, too.
3384 (ansi-color-apply-on-region): Simplified code. Colorize end of
3385 region if face is not null. Store context in new (FACE POS)
3386 format, such that repeated calls will strip partial escape
3387 sequences, too. Append faces to face property using
3388 ansi-color-apply-sequence such that cumulative mode actually works.
3389 (ansi-color-apply-sequence): New function.
3390 (ansi-color-get-face): When the default face is added to the list
3391 of faces, all previous settings are discarded and the list of
3392 faces is set to '(default).
3393
3394 2000-01-09 Alex Schroeder <alex@gnu.org>
3395
3396 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3397 face, such that ansi-color-apply and ansi-color-apply-on-region
3398 will do the right thing.
3399 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3400 returns nil, set the list of faces back to nil instead of
3401 appending the result of ansi-color-get-face to the front of the list.
3402
3403 2000-01-09 Alex Schroeder <alex@gnu.org>
3404
3405 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3406 (ansi-color-process): Doc change.
3407 (ansi-color-last-context): New buffer-local variable.
3408 (ansi-color-process-output): New function. It is automatically
3409 added to comint-output-filter-functions if this is XEmacs.
3410 (ansi-color-unfontify-region): New optional parameter for XEmacs
3411 compatibility. Check wether font-lock-syntactic-keywords is
3412 boundp before removing the syntax table text property, as XEmacs
3413 doesn't have it.
3414 (ansi-color-filter-region): Doc change.
3415 (ansi-color-apply-on-region): Doc change.
3416 (ansi-color-make-face): New function. Compatibility layer for
3417 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3418 (ansi-color-make-color-map): Use ansi-color-make-face.
3419 (ansi-color-get-face): Avoid face text property '(nil) as results
3420 in an errow for XEmacs.
3421
3422 2000-01-09 Alex Schroeder <alex@gnu.org>
3423
3424 * ansi-color.el (ansi-color-unfontify-region): New function.
3425 Uses text-property ansi-color in order to preserve fontification by
3426 ansi-color. When the package is loaded, a lambda expression is
3427 put onto font-lock-mode-hook. This lambda expression will check
3428 font-lock-unfontify-region-function and replace
3429 font-lock-default-unfontify-region with ansi-color-unfontify-region.
3430 (ansi-color-apply): Add text-property ansi-color in addition to
3431 text-property face.
3432 (ansi-color-apply-on-region): Add text-property ansi-color in
3433 addition to text-property face.
3434 (save-buffer-state): Copy of the macro that is also used by
3435 lazy-lock and font-lock.
3436
3437 (ansi-color-for-comint-mode): New option.
3438 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3439 (ansi-color-for-comint-mode-off): Ditto.
3440 (ansi-color-for-comint-mode-filter): Ditto.
3441 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3442 decide what to do. This function is added to
3443 comint-preoutput-filter-functions when the package is loaded.
3444
3445 (ansi-color-for-shell-mode-set): Removed.
3446 (ansi-color-for-shell-mode): Removed.
3447
3448 2000-01-09 Alex Schroeder <alex@gnu.org>
3449
3450 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3451 the lambda expression from the ansi-color-for-shell-mode :set
3452 property. Additionally, modify shell-mode-hook to enable or
3453 disable font-lock-mode for future shell buffers.
3454 (ansi-color-for-shell-mode): The :set property calls
3455 ansi-color-for-shell-mode-set instead of a lambda expression.
3456
3457 2000-01-09 Alex Schroeder <alex@gnu.org>
3458
3459 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3460 (ansi-color-context): New variable.
3461 (ansi-color-apply): Save context between calls.
3462
3463 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3464
3465 * isearch.el (isearch, isearch-lazy-highlight-face):
3466 New definitions for face colors and attributes.
3467
3468 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3469 of display-mouse-p.
3470
3471 2001-01-09 Kenichi Handa <handa@etl.go.jp>
3472
3473 * international/mule.el (make-coding-system): If the coding system
3474 accepts extra latin codes, register such codes as safe for the
3475 coding system.
3476
3477 2001-01-08 Richard M. Stallman <rms@gnu.org>
3478
3479 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3480 don't mention the file name or the date here, because they are
3481 logged at the start of the file.
3482
3483 2001-01-08 Richard M. Stallman <rms@gnu.org>
3484
3485 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3486 Change screen-width to frame-width.
3487
3488 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3489
3490 * info.el (Info-search): Print the default as part of the prompt.
3491
3492 2001-01-08 Andre Spiegel <spiegel@gnu.org>
3493
3494 * vc.el (vc-default-latest-on-branch-p): New function, replaces
3495 constant implementations in backends.
3496
3497 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3498 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3499
3500 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3501 WRITABLE to EDITABLE.
3502
3503 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3504 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3505 to EDITABLE.
3506
3507 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3508
3509 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
3510 (copyright, copyright-update): Compute the current year at run time.
3511
3512 2001-01-08 Gerd Moellmann <gerd@gnu.org>
3513
3514 * isearch.el (isearch-old-signal-hook): Removed.
3515 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3516 instead of setting signal-hook-function.
3517 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3518
3519 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
3520
3521 * emulation/edt.el: Update to version 4.0. Provide support for
3522 EDT scroll margins at top and bottom of the window. Provide an
3523 emulation of the EDT SUBS command (bound to GOLD-Enter, by
3524 default). Enhance edt-quit, bound to GOLD-q by default, to warn
3525 user when file-related buffer modifications exist.
3526 Provide support for running EDT Emulation in XEmacs.
3527 Provide customize access to some user updatable variables.
3528 Add Commentary section to file header.
3529 Fixed a few minor bugs and cleaned up some code.
3530
3531 * emulation/edt-mapper.el: Update to version 4.0. Provide support
3532 for detecting a keypress that generates an ASCII key sequence.
3533 (Previously, only a keypress that generates a vector was
3534 recognized.) Embed Window Manager name into name of the generated
3535 EDT Emulation initialization file since the initialization file is
3536 Window Manager specific. Add Commentary section to file header.
3537
3538 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3539
3540 * mail/sendmail.el (mail-mode): Doc fix.
3541
3542 * info.el (Info-goto-emacs-command-node): Doc fix.
3543 (Info-goto-emacs-key-command-node): Doc fix.
3544
3545 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3546
3547 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
3548 systems without long file-name support.
3549
3550 2001-01-06 Andrew Innes <andrewi@gnu.org>
3551
3552 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3553
3554 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3555
3556 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3557 (isearch-lazy-highlight-update): Doc fix.
3558
3559 * ffap.el (ffap-bindings): Doc fix.
3560
3561 * dired-x.el (dired-virtual-guess-dir): Doc fix.
3562
3563 2001-01-05 Dave Love <fx@gnu.org>
3564
3565 * emacs-lisp/cl-seq.el (remove, remq): Remove.
3566
3567 2001-01-05 Gerd Moellmann <gerd@gnu.org>
3568
3569 * mouse-drag.el (mouse-drag-safe-scroll):
3570 Bind scroll-preserve-screen-position to nil.
3571
3572 * isearch.el (isearch-old-signal-hook): New variable.
3573 (isearch-mode): Set signal-hook-function to isearch-done.
3574 (isearch-done): Restore old signal-hook-function.
3575
3576 * info.el (Info-fontify-node): Mark one more char as intangible.
3577
3578 2000-01-05 Kenichi Handa <handa@etl.go.jp>
3579
3580 * composite.el (compose-last-chars): New argument COMPONENTS.
3581 If it is non-nil, compose preceding characters by compose-region with
3582 COMPONENTS.
3583
3584 * international/quail.el (quail-input-string-to-events): New function.
3585 (quail-input-method): Convert input string to events here.
3586 (quail-start-translation): Return input string, not event list.
3587 (quail-start-conversion): Likewise.
3588
3589 2001-01-04 Gerd Moellmann <gerd@gnu.org>
3590
3591 * tooltip.el (tooltip-cancel-delayed-tip)
3592 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3593 and tooltip-add-timeout.
3594 (tooltip-show): Set border color from faces's foreground.
3595 (tooltip-show-help-function): If called with the same help string
3596 as last time, do nothing.
3597 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3598
3599 * startup.el (fancy-splash-screens): Don't bind show-help-function
3600 to nil.
3601
3602 * tooltip.el (tooltip-frame-parameters): Remove colors.
3603 (tooltip): New face
3604 (tooltip-set-param): New function.
3605 (tooltip-show): Set up color frame parameters from face `tooltip'.
3606 Display the tooltip text in face `tooltip'.
3607
3608 2001-01-04 Dave Love <fx@gnu.org>
3609
3610 * whitespace.el (whitespace-global-mode): Fix typo.
3611
3612 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3613
3614 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3615
3616 * help.el (help-for-help): Fix a typo in a doc string.
3617 From kwzh@gnu.org (Karl Heuer).
3618
3619 2001-01-03 Dave Love <fx@gnu.org>
3620
3621 * dired-x.el: Doc fixes. Maintainer change.
3622 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
3623 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3624 (dired-guess-shell-alist-user): Customize.
3625 (dired-x-help-address): Set to bug-gnu-emacs.
3626 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3627 (dired-default-directory): Renamed from default-directory.
3628
3629 * hl-line.el (hl-line): Doc fix.
3630
3631 2001-01-03 Karl Fogel <kfogel@red-bean.com>
3632
3633 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
3634
3635 2001-01-02 Richard M. Stallman <rms@gnu.org>
3636
3637 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3638 to remove all the current alternative-match highlighting.
3639 If nil, remove only what's outside the current window.
3640 (isearch-lazy-highlight-remove-overlays): Take optional
3641 region within which NOT to remove them.
3642 (isearch-lazy-highlight-new-loop): Greatly simplified.
3643 (isearch-lazy-highlight-update): Find all the other occurrences
3644 visible in the window, in just one call.
3645 (isearch-lazy-highlight-start): Now holds start of region to scan.
3646 (isearch-lazy-highlight-end): Now holds end of region to scan.
3647 (isearch-lazy-highlight-wrapped): Variable deleted.
3648 (isearch-lazy-highlight-search): Function deleted.
3649
3650 2000-01-02 Andrew Innes <andrewi@gnu.org>
3651
3652 * w32-fns.el (convert-standard-filename): Do length check on name
3653 before aref.
3654
3655 2001-01-02 Dave Love <fx@gnu.org>
3656
3657 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3658 value.
3659 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3660
3661 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3662
3663 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3664 read syntax.
3665
3666 * calendar/todo-mode.el (todo): Add :link, :version.
3667 (todo-save-top-priorities): Remove autoload cookie.
3668 (todo-add-category, todo-add-item-non-interactively)
3669 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
3670
3671 2001-01-02 Gerd Moellmann <gerd@gnu.org>
3672
3673 * comint.el (comint-input-history-ignore): New variable.
3674 (comint-read-input-ring): Ignore entries matching
3675 comint-input-history-ignore.
3676
3677 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
3678
3679 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3680 (lm-copyright-mark): New function.
3681 (lm-crack-copyright): New function.
3682 (lm-verify): Check that the file has a copyright.
3683 Check that the file is copyright Free Software Foundation.
3684
3685 2000-12-30 Kenichi Handa <handa@etl.go.jp>
3686
3687 * international/mule-diag.el (print-fontset): Indent font name by
3688 24 columns, not 25.
3689
3690 2000-12-29 Gerd Moellmann <gerd@gnu.org>
3691
3692 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3693 in Subject line.
3694
3695 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
3696 Use mail-mode-hook instead of mail-setup-hook.
3697 Otherwise continuing an interrupted message with C-u C-x m for
3698 instance, winds up in Mail mode without abbrevs.
3699
3700 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3701
3702 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
3703 non-nil. Adding almost all customization variables on ps-setup.
3704 Doc fix.
3705 (ps-print-version): New version number (6.3.3).
3706 (ps-end-with-control-d): Initialization fix.
3707 (ps-lines-printed): New var.
3708 (ps-skip-newline): New fun.
3709 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3710 (ps-next-line, ps-continue-line, ps-plot-region)
3711 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
3712
3713 2000-12-29 Kenichi Handa <handa@etl.go.jp>
3714
3715 * international/fontset.el (x-complement-fontset-spec):
3716 Resolve ASCII font name so that the same family name is used for fonts
3717 registered in x-font-name-charset-alist.
3718 (create-fontset-from-fontset-spec): Adjusted for the above change.
3719 The name of fontset alias should be a unresolved ASCII font name.
3720
3721 2000-12-28 Gerd Moellmann <gerd@gnu.org>
3722
3723 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3724 and delete in isearch-mode-map.
3725
3726 2000-12-28 Richard M. Stallman <rms@gnu.org>
3727
3728 * dired-x.el (dired-guess-shell-alist-default):
3729 Use xpdf instead of acroread.
3730
3731 2000-12-28 Kenichi Handa <handa@etl.go.jp>
3732
3733 * textmodes/artist.el (artist-butlast): Deleted.
3734 (artist-ellipse-mirror-quadrant): Use butlast instead of
3735 artist-butlast.
3736
3737 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3738
3739 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3740
3741 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3742
3743 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3744
3745 * ls-lisp.el: Better support for the Mac and MS-Windows.
3746 (ls-lisp): New defgroup.
3747 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
3748 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
3749 (ls-lisp-support-shell-wildcards): New defcustoms.
3750 (ls-lisp-parse-symlink): New function.
3751 (insert-directory): Code to convert switches to a list and set up
3752 the wildcard argument copied from ls-lisp-insert-directory.
3753 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
3754 for -C and -R switches.
3755 (ls-lisp-column-format): New function.
3756 (ls-lisp-delete-matching, ls-lisp-handle-switches)
3757 (ls-lisp-format-time): Add doc strings.
3758 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3759 Support ls-lisp-dirs-first.
3760 (ls-lisp-classify, ls-lisp-extension): New functions.
3761 (ls-lisp-format): Optionally support emulation of symlinks.
3762 Support -i, -s, and -G switches.
3763
3764 2000-12-27 Gerd Moellmann <gerd@gnu.org>
3765
3766 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3767
3768 * version.el (emacs-version): Print X scroll bar information.
3769
3770 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3771 instead of x-toolkit-scroll-bars-p.
3772
3773 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3774 of x-toolkit-scroll-bars-p.
3775
3776 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3777
3778 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
3779 (ffap-bindings): Doc fix, to reflect the above change.
3780
3781 2000-12-27 Kenichi Handa <handa@etl.go.jp>
3782
3783 * term.el (term-char-mode): Define all non-ascii self-inserting
3784 characters to 'term-send-raw in term-raw-map.
3785
3786 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
3787
3788 * viper-init (viper-restore-cursor-type): Added condition-case guard.
3789
3790 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3791 Changed initialization; use add-hook.
3792 (ediff-file-remote-p): Use file-local-copy.
3793
3794 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
3795
3796 * ediff.el (ediff-patch-buffer): Bug fix.
3797 (ediff-revision): Allow selection of the file at the prompt.
3798
3799 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3800
3801 * subr.el (combine-run-hooks): Remove.
3802
3803 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3804 and remove the rogue second spec.
3805
3806 2000-12-23 Gerd Moellmann <gerd@gnu.org>
3807
3808 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3809
3810 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
3811
3812 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3813 Use minibuffer menu prompt for the `=' prefix.
3814 (smerge-command-prefix): Change default to C-^.
3815 (smerge-mode): Don't assume font-lock doesn't move point.
3816
3817 * skeleton.el (skeleton-internal-1): Make sure the first line of
3818 the region is also re-indented.
3819 (skeleton-end-newline): New var.
3820 (skeleton-end-hook): Use it.
3821
3822 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3823
3824 * comint.el (comint-password-prompt-regexp): Support CVS.
3825
3826 2000-12-22 Gerd Moellmann <gerd@gnu.org>
3827
3828 * simple.el (delete-key-deletes-forward-mode): Simplify.
3829 Also backspace key combinations, depending on
3830 delete-key-deletes-forward.
3831
3832 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3833
3834 * simple.el (delete-key-deletes-forward): Doc fix.
3835
3836 2000-08-22 Emmanuel Briot <briot@gnat.com>
3837
3838 * xml.el (top level comment): Updated to reflect the fact that
3839 white spaces are relevant in the XML file.
3840 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3841 to parse was already edited. This allows for on-the-fly analysis
3842 of XML files.
3843 (xml-parse-tag): Check that the casing is the same in the start
3844 tag and end tag, since XML is case-sensitive. Allows for spaces
3845 in the end tag, after the name of the tag.
3846 (xml-parse-attlist): Allow for the character '-' in the name of
3847 attributes, as in the standard http-equiv attribute Do not save
3848 the properties in the XML tree, since they are not relevant.
3849
3850 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3851
3852 * generic.el (generic-read-type): Undo last change, inline into
3853 `generic-mode' and then remove.
3854 (generic-mode): Inline generic-read-type.
3855 (define-generic-mode): Push the symbol name rather than the symbol
3856 onto generic-mode-list.
3857
3858 2000-12-21 Gerd Moellmann <gerd@gnu.org>
3859
3860 * generic.el (generic-read-type): Build an alist for
3861 completing-read as in 20.7.
3862
3863 * play/landmark.el (lm): Use interactive spec `P'.
3864 (toplevel): Don't set debug-on-error.
3865
3866 * server.el (server-switch-buffer): Choose a window on a visible frame.
3867
3868 2000-12-21 Dave Pearson <davep@davep.org>
3869
3870 * quickurl.el: Commentry change, I've moved my web site.
3871
3872 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3873
3874 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3875 ranges like \177-\237, but accepts the character sequence from \177 to
3876 \237. Doc fix.
3877 (ebnf-version): New version (3.4).
3878 (ebnf-setup): Code fix.
3879 (ebnf-range-regexp): New fun.
3880 (ebnf-8-bit-chars): Const fix.
3881
3882 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3883 entry. Doc fix.
3884 (ebnf-bnf-lex): Code fix.
3885 (ebnf-bnf-comment-chars): Const fix.
3886
3887 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3888 entry. Doc fix.
3889 (ebnf-iso-comment-chars): Const fix.
3890
3891 * ebnf-otz.el: Doc fix.
3892
3893 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3894 entry. Doc fix.
3895 (ebnf-yac-skip-code): Code fix.
3896 (ebnf-yac-comment-chars): Const fix.
3897
3898 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3899
3900 * files.el (insert-directory-safely): New function.
3901 (recover-file): Use it instead of insert-directory.
3902 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3903
3904 2000-12-21 Kenichi Handa <handa@etl.go.jp>
3905
3906 * international/mule-cmds.el (select-safe-coding-system):
3907 Check coding-category-list more rigidly. Improve help message.
3908
3909 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3910
3911 2000-12-21 Miles Bader <miles@gnu.org>
3912
3913 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
3914
3915 2000-12-21 Kenichi Handa <handa@etl.go.jp>
3916
3917 * international/mule-diag.el (describe-char-after): Make *Help*
3918 buffer inherit multibyteness of the current buffer.
3919
3920 * international/mule.el (make-char): Docstring adjusted for the
3921 change of make-char-internal.
3922
3923 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3924
3925 * international/iso-cvt.el: Docstrings fix.
3926
3927 2000-12-20 Dave Love <fx@gnu.org>
3928
3929 * subr.el (eval-after-load): Doc fix.
3930
3931 2000-12-20 Kenichi Handa <handa@etl.go.jp>
3932
3933 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3934 for numbers.
3935
3936 2000-12-20 Miles Bader <miles@gnu.org>
3937
3938 * international/quail.el (quail-help): Resize the help window
3939 again after it has all its contents. Remove unneeded progn.
3940
3941 2000-12-19 Gerd Moellmann <gerd@gnu.org>
3942
3943 * pcmpl-linux.el: Fix copy/paste error.
3944
3945 2000-12-19 Andrew Innes <andrewi@gnu.org>
3946
3947 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
3948
3949 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3950
3951 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3952
3953 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3954
3955 * progmodes/idlw-shell.el: Fixed copyright notice.
3956
3957 * progmodes/idlwave.el: Fixed copyright notice.
3958
3959 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
3960 TAB as key separators.
3961
3962 2000-12-19 Alex Schroeder <alex@gnu.org>
3963
3964 * sql.el (sql-sybase-options): New option.
3965 (sql-sybase): Use it. Add sql-database to the list of parameters
3966 provided for login. The options -w 2048 -n are not used any more.
3967 (sql-postgres-options): Changed default from "--pset" to "-P".
3968 (sql-mysql-options): Doc change.
3969 (sql-stop): Doc change.
3970
3971 2000-12-19 Kenichi Handa <handa@etl.go.jp>
3972
3973 * international/quail.el (quail-input-method): Always hide
3974 the guidance buffer on exiting.
3975
3976 2000-12-18 Gerd Moellmann <gerd@gnu.org>
3977
3978 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3979 isn't fboundp.
3980
3981 * server.el (server-buffer-done): Bury the buffer before
3982 killing it.
3983
3984 * faces.el (face-spec-set): Interpret a nil in specs for
3985 foreground and background colors as `unspecified', for
3986 compatibility with 20.x.
3987
3988 2000-12-18 Dave Love <fx@gnu.org>
3989
3990 * simple.el (mail-user-agent): Doc fix.
3991 (input-mode-8-bit): Removed.
3992
3993 * international/mule.el (set-keyboard-coding-system): Doc fix.
3994 (keyboard-coding-system): New option.
3995
3996 * mail/sendmail.el (send-mail-function): Customize.
3997
3998 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3999
4000 * international/codepage.el (cp866-decode-table): New table.
4001
4002 2000-12-18 Gerd Moellmann <gerd@gnu.org>
4003
4004 * version.el (emacs-version): Remove `%a' from the time format
4005 because the weekday doesn't fit well into each locale.
4006
4007 2000-12-18 Miles Bader <miles@gnu.org>
4008
4009 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4010
4011 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
4012 Check that emacs-major-version is `=' to 20, not `>='.
4013 (artist-replace-chars): Use `make-string' instead of a loop.
4014
4015 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
4016
4017 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4018 (cvs-execute-single-file): Don't change directory.
4019 Patch from Per Cederqvist.
4020
4021 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4022
4023 * textmodes/ispell.el (check-ispell-version):
4024 If `ispell-program-name' is "aspell", pass it the -v switch instead
4025 of -vv.
4026
4027 2000-12-16 Kenichi Handa <handa@etl.go.jp>
4028
4029 * international/mule-diag.el (mule-diag): Insert information about
4030 configure options, multibyte awareness, language env.
4031
4032 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4033 regexp to search for candidates.
4034
4035 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4036
4037 * info.el (Info-forward-node): If the node has an
4038 Info-header-line, widen the buffer before searching for "next:"
4039 and "up:" pointers, and set the search limit to stay in the
4040 current node.
4041
4042 2000-12-16 Miles Bader <miles@gnu.org>
4043
4044 * simple.el (delete-trailing-whitespace): Remove extraneous let.
4045
4046 2000-12-15 Miles Bader <miles@gnu.org>
4047
4048 * comint.el (comint-send-string, comint-send-region): Also accept
4049 a buffer, buffer-name, or nil for PROCESS, for compatibility with
4050 process-send-string/region.
4051
4052 2000-12-15 Gerd Moellmann <gerd@gnu.org>
4053
4054 * isearch.el (isearch-lazy-highlight-max): New user-option.
4055 (isearch-lazy-highlight-update): Don't highlight more than
4056 isearch-lazy-highlight-max matches.
4057
4058 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4059
4060 2000-12-15 Richard M. Stallman <rms@gnu.org>
4061
4062 * sort.el (sort-columns): Fix error message.
4063
4064 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4065 `upcase' or `downcase' or nil.
4066 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4067 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4068 (dabbrev--substitute-expansion): New arg record-case-pattern.
4069 If it is non-nil, set dabbrev--last-case-pattern.
4070 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4071
4072 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4073
4074 2000-12-15 Miles Bader <miles@gnu.org>
4075
4076 * paths.el (Info-default-directory-list): Don't delete
4077 configure-info-directory from the list of standard info
4078 directories when appending it to the end -- their order is important.
4079
4080 * faces.el (read-face-attribute): If there's no entry for the
4081 user's input in VALID, just use it as-is (this will often result
4082 in an error, but it may be OK for e.g. colors using hexadecimal
4083 notation, and at least will yield a better error message).
4084
4085 * window.el (mode-line-window-height-fudge): Function removed.
4086 (height-affecting-face-attributes, mode-line-window-height-fudge):
4087 Variables removed.
4088 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4089 window is really the right size. Use vertical-motion
4090 rather than forward-line.
4091 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4092 (ispell-command-loop, ispell-show-choices): Use the variable
4093 ispell-choices-win-default-height, rather than the function.
4094 (ispell-choices-win-default-height): Function removed.
4095 (ispell-mode-line-window-height-fudge): Function removed.
4096
4097 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4098
4099 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4100
4101 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4102
4103 * paths.el (Info-default-directory-list):
4104 If configure-info-directory is not one of the standard directories,
4105 put it first in the list; otherwise put it last. Doc string
4106 changed accordingly.
4107
4108 * info.el (Info-directory-list): Change doc string to reflect the
4109 change in Info-default-directory-list.
4110
4111 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4112 windows-nt as windowed environments, even under -nw.
4113
4114 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4115 if not fboundp. Switch delete-forward mode for the <delete> key
4116 on all PC platforms, even under -nw.
4117
4118 * term/internal.el ([M-delete]): Remap to M-d.
4119
4120 2000-12-14 Gerd Moellmann <gerd@gnu.org>
4121
4122 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4123
4124 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4125
4126 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4127
4128 2000-12-14 Gerd Moellmann <gerd@gnu.org>
4129
4130 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4131 if appropriate.
4132
4133 * simple.el (delete-key-deletes-forward): New user-option.
4134 (delete-key-deletes-forward-mode): New function.
4135
4136 * bindings.el: Bind `delete' to backward-delete-char.
4137
4138 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4139 Test if symbol is bound before getting its value.
4140
4141 * tooltip.el (tooltip-show): If an error is signaled in
4142 x-show-tip, display that error, and display the help in the
4143 echo area.
4144
4145 2000-12-14 Kenichi Handa <handa@etl.go.jp>
4146
4147 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4148 Show "... entries" messages for every 10000 entries, not 10.
4149
4150 2000-12-13 Karl Fogel <kfogel@red-bean.com>
4151
4152 * bookmark.el: Provide a generic exit hook, as suggested by
4153 Ovidiu Predescu <ovidiu@cup.hp.com>:
4154 (bookmark-exit-hook): New var.
4155 (bookmark-exit-hook-internal): New func, replaces
4156 old raw lambda form in `kill-emacs-hook', and runs new
4157 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4158 as logically that feature must have been provided if this function
4159 is running.
4160 Removed ;;;###autoload before the `add-hook' call.
4161
4162 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4163
4164 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4165 (easy-menu-current-active-maps): New function.
4166 (easy-menu-get-map): Use it.
4167 Make a proper menu entry when creating a new keymap.
4168
4169 2000-12-13 Kenichi Handa <handa@etl.go.jp>
4170
4171 * international/characters.el: Fix cases and syntaxes for
4172 mule-unicode-0100-24ff.
4173
4174 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4175 that a Japanese character is not appended after day and year.
4176
4177 * info.el (Info-suffix-list): Change format for a command that
4178 requires arguments.
4179 (info-insert-file-contents): Adjusted for the above change.
4180
4181 2000-12-12 Andreas Schwab <schwab@suse.de>
4182
4183 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4184 on the name of the tar buffer. Verify that the existing buffer is
4185 visiting the same subfile.
4186
4187 2000-12-12 Dave Love <fx@gnu.org>
4188
4189 * subdirs.el: Add obsolete.
4190
4191 2000-12-12 Gerd Moellmann <gerd@gnu.org>
4192
4193 * mail/rmailsum.el (rmail-summary-expunge)
4194 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4195 instead of rmail-confirm-expunge.
4196
4197 * replace.el (perform-replace): Don't use an empty match adjacent
4198 to a non-empty match when computing the next match before the
4199 replacement is performed.
4200
4201 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
4202
4203 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4204 definition (patch by Stefan Monnier).
4205 (glasses-mode): Use jit-lock instead of `after-change-functions'
4206 (patch by Stefan Monnier).
4207
4208 2000-12-12 Miles Bader <miles@gnu.org>
4209
4210 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4211 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4212
4213 2000-12-12 Andrew Choi <akochoi@i-cable.com>
4214
4215 * term/mac-win.el: Remove load for ls-lisp.
4216
4217 * loadup.el: Load ls-lisp for system-type `macos'.
4218
4219 2000-12-12 Miles Bader <miles@gnu.org>
4220
4221 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4222 Respect field end too.
4223 (just-one-space): Respect fields as `delete-horizontal-space'.
4224 (newline-and-indent, reindent-then-newline-and-indent):
4225 Use `delete-horizontal-space'.
4226
4227 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4228
4229 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4230 (so as to obey the field property in the minibuffer).
4231
4232 * obsolete/c-mode.el: Moved from lisp/progmodes.
4233 * obsolete/auto-show.el: Moved from lisp.
4234 * obsolete/ooutline.el: Moved from lisp/textmodes.
4235
4236 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4237
4238 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
4239 changes to list them here.
4240
4241 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4242 Too many changes to list them here.
4243
4244 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4245 Too many changes to list them here.
4246
4247 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4248
4249 2000-12-11 Gerd Moellmann <gerd@gnu.org>
4250
4251 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
4252
4253 * cus-edit.el (custom-save-variables, custom-save-faces):
4254 Comment fix.
4255
4256 * hscroll.el: Moved to `obsolete' subdir.
4257
4258 2000-12-11 Miles Bader <miles@gnu.org>
4259
4260 * window.el (window-text-height): Function removed (now in C).
4261
4262 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4263
4264 * log-edit.el (log-edit-parent-buffer): New var.
4265 (log-edit): Set it. Add BUFFER argument.
4266 (log-edit-done): Use char-before.
4267 Don't bother checking validity of vc-comment-ring.
4268 Only bury the buffer if log-edit popped it up.
4269
4270 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4271 (cvs-mode-diff-help): Remove.
4272 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
4273 (cvs-mode-marked): Set up the default for CMD manually.
4274
4275 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4276 Remove binding for ? now made unnecessary.
4277
4278 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4279
4280 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
4281 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4282
4283 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4284 when master file is not open.
4285
4286 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4287
4288 * progmodes/ada-stmt.el: Update `maintainer'.
4289
4290 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4291
4292 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4293 choices to match documentation string.
4294
4295 2000-12-09 Miles Bader <miles@gnu.org>
4296
4297 * minibuf-eldef.el: New file.
4298
4299 * window.el (fit-window-to-buffer): Don't pass last argument to
4300 pos-visible-in-window-p, now that its meaning is inverted.
4301
4302 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4303
4304 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4305 <ceder@lysator.liu.se>.
4306
4307 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4308
4309 * autoinsert.el (auto-insert-alist): Add missing final \n.
4310
4311 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4312 (cvs-menu-map): Remove.
4313 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4314 (cvs-mode-quit): Turn it back into a plain function.
4315
4316 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
4317 (texinfo-filter): Remove (move to texinfo.el).
4318
4319 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4320 file where it's more visible.
4321 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4322 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4323 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4324 (texinfo-inside-macro-p): Only catch `scan-error's.
4325 (texinfo-inside-env-p): Make better use of the match info.
4326 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4327 (texinfo-insert-@end): Slight re-organization.
4328 Also remove useless `looking-at' call.
4329
4330 2000-12-08 Andrew Innes <andrewi@gnu.org>
4331
4332 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4333 accessible in -nw mode.
4334
4335 * term/w32-win.el: Remove stuff about selection timeout, which is
4336 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4337 it is accessible in -nw mode.
4338
4339 2000-12-08 Dave Love <fx@gnu.org>
4340
4341 * emacs-lisp/lisp-mode.el (lisp-mode):
4342 Set font-lock-keywords-case-fold-search.
4343
4344 2000-12-08 Gerd Moellmann <gerd@gnu.org>
4345
4346 * textmodes/ispell.el (ispell): Doc fix.
4347
4348 2000-12-08 Kenichi Handa <handa@etl.go.jp>
4349
4350 * international/quail.el (quail-insert-decode-map): Check the
4351 frame width of a window displaying the current buffer, not that of
4352 the selected frame.
4353 (quail-help): Make sure that the help buffer has window before
4354 inserting text in it.
4355
4356 2000-12-07 Sam Steingold <sds@gnu.org>
4357
4358 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4359 Backquote is used in isearch.el, so autoloading saves nothing.
4360
4361 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4362
4363 * startup.el (normal-top-level-add-subdirs-to-load-path):
4364 Ignore the CVS and RCS subdirectories case-insensitively.
4365
4366 * dired.el (dired-insert-directory): If file-system-info is
4367 fboundp, call it instead of invoking dired-free-space-program.
4368
4369 2000-12-07 Gerd Moellmann <gerd@gnu.org>
4370
4371 * server.el (server-visit-files): Push files on file-name-history.
4372
4373 * progmodes/cc-langs.el: Update copyright.
4374
4375 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4376
4377 * bindings.el (mode-line-mode-menu): Add glasses-mode.
4378
4379 * bindings.el (mode-line-mode-menu): Reverse the order
4380 of define-keys so that the menu appears in alphabetical order.
4381
4382 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
4383
4384 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4385 of the function.
4386
4387 2000-12-07 Dave Love <fx@gnu.org>
4388
4389 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4390
4391 * facemenu.el (facemenu-unlisted-faces): Fix value.
4392
4393 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4394
4395 * font-lock.el (font-lock-default-fontify-region):
4396 Include the terminating \n (off-by-one error).
4397 (font-lock-set-defaults): Use dolist.
4398
4399 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4400
4401 2000-12-07 Kenichi Handa <handa@etl.go.jp>
4402
4403 * international/mule-cmds.el (describe-language-environment):
4404 Fix for the case that an input method title is not string but a list.
4405
4406 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4407 of wrong SIZE record.
4408
4409 2000-12-06 Dave Love <fx@gnu.org>
4410
4411 * newcomment.el (comment-region, comment-dwim): Doc fix.
4412
4413 * textmodes/texinfo.el: Require tex-mode when compiling.
4414 (texinfo-update-node): Doc fix.
4415 (texinfo-imenu-generic-expression): Add @anchor.
4416 (texinfo-font-lock-keywords): Add @uref.
4417 (texinfo-inside-macro-p): Don't use ignore-errors.
4418 (texinfo-insert-quote): Match more contexts.
4419
4420 * international/mule.el (decode-char, encode-char): Doc fix.
4421 (auto-coding-alist): Customize.
4422
4423 * files.el (load-file): Fix change of 2000-03-12.
4424
4425 * wid-edit.el (widget-text-keymap): Doc fix.
4426
4427 2000-12-06 Andrew Innes <andrewi@gnu.org>
4428
4429 * makefile.w32-in (lisp): Set to an absolute directory, namely
4430 $(CURDIR).
4431
4432 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4433
4434 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4435 read generated-autoload-file, and set buffer-file-coding-system to
4436 raw-text-unix after reading the file.
4437
4438 * international/mule-conf.el (file-coding-system-alist):
4439 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
4440
4441 2000-12-06 Gerd Moellmann <gerd@gnu.org>
4442
4443 * replace.el (occur): Make line-number-width 1 smaller for the
4444 colon following the line number.
4445
4446 * startup.el (fancy-splash-text, command-line-1):
4447 Use `File' for the menu name instead of `Files'.
4448
4449 * tmm.el: Update copyright.
4450
4451 * cus-start.el: Add entry for even-window-heights.
4452
4453 2000-12-06 Miles Bader <miles@gnu.org>
4454
4455 * faces.el (frame-set-background-mode): Avoid stomping on
4456 locally modified faces.
4457
4458 2000-12-06 Kenichi Handa <handa@etl.go.jp>
4459
4460 * international/fontset.el: Correct the font registries for
4461 japanese-jisx0213-1 and japanese-jisx0213-2.
4462
4463 2000-12-05 Gerd Moellmann <gerd@gnu.org>
4464
4465 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4466
4467 * iswitchb.el: Update customization commentary.
4468
4469 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
4470
4471 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4472 (tpu-search-highlight): Fixed comparison of overlay end positions.
4473 (tpu-trim-line-ends): Implemented trimming logic locally.
4474
4475 * emulation/tpu-extras.el (tpu-write-file-hook)
4476 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
4477
4478 2000-12-05 Kenichi Handa <handa@etl.go.jp>
4479
4480 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4481 to cn-gb.
4482 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4483
4484 2000-12-04 Dave Love <fx@gnu.org>
4485
4486 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4487
4488 2000-12-04 Gerd Moellmann <gerd@gnu.org>
4489
4490 * mail/rmailsum.el (rmail-summary-expunge)
4491 (rmail-summary-expunge-and-save): Ask for confirmation with
4492 rmail-expunge-confirmed.
4493
4494 * mail/rmail.el (rmail-expunge-confirmed): New function.
4495 (rmail-expunge): Use it.
4496
4497 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4498
4499 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
4500 (etags-recognize-tags-table, find-tag-in-order):
4501 New functionality: interpret file names as tags.
4502
4503 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4504
4505 * info.el (Info-scroll-prefer-subnodes): New defcustom.
4506 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4507 the first subnode until the bottom of the current node is visible.
4508
4509 2000-12-04 Gerd Moellmann <gerd@gnu.org>
4510
4511 * format.el (format-decode): Don't change buffer's undo list.
4512
4513 2000-12-04 Kenichi Handa <handa@etl.go.jp>
4514
4515 * faces.el (face-font-registry-alternatives): Add entries for CJK
4516 fonts. Doc-string adjusted for the actual usage of this data.
4517
4518 * international/fontset.el: Change the font registries for CJK
4519 fonts in the default fontset. Don't append '*' to registries.
4520
4521 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
4522
4523 * emacs-lisp/easy-mmode.el (define-derived-mode)
4524 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4525
4526 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4527 (derived-mode-p): New function.
4528 (derived-mode-make-docstring): Add `docstring' argument.
4529 Use it if available and complete it if necessary.
4530
4531 2000-12-03 Andreas Schwab <schwab@suse.de>
4532
4533 * type-break.el (type-break): Don't make parent of itself.
4534
4535 2000-12-03 Miles Bader <miles@gnu.org>
4536
4537 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4538
4539 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4540
4541 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4542 (tex-main-file, tex-file): Simplify.
4543 (tex-generate-zap-file-name): Use subst-char-in-string.
4544 (tex-strip-dots): Remove.
4545
4546 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4547
4548 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4549 to check if the match succeeded.
4550
4551 2000-12-02 Gerd Moellmann <gerd@gnu.org>
4552
4553 * startup.el (use-fancy-splash-screens-p): New function.
4554 (command-line-1): Use it to determine whether or not to use
4555 a fancy splash screen.
4556
4557 2000-12-02 Andreas Schwab <schwab@suse.de>
4558
4559 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4560
4561 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4562
4563 * international/mule.el (make-char): Fix last change.
4564
4565 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4566 New defcustoms.
4567 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
4568 autoloading tex-mode; instead, do the same manually.
4569 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
4570 with numeric argument. Docstring fix.
4571 (toplevel): Require cl when compiling.
4572
4573 * international/mule.el (make-char): Doc fix.
4574
4575 2000-12-02 Jason Rumney <jasonr@gnu.org>
4576
4577 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4578 the Emacs Lisp manual)
4579
4580 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4581
4582 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4583
4584 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4585 the Emacs Lisp manual).
4586
4587 2000-12-02 Gerd Moellmann <gerd@gnu.org>
4588
4589 * simple.el (next-line-add-newlines): Change default to nil.
4590
4591 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4592
4593 * files.el (revert-buffer, recover-file):
4594 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
4595
4596 2000-12-01 Gerd Moellmann <gerd@gnu.org>
4597
4598 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4599
4600 2000-12-01 Miles Bader <miles@gnu.org>
4601
4602 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4603
4604 2000-12-01 Kenichi Handa <handa@etl.go.jp>
4605
4606 * international/mule-diag.el (describe-char-after): Fix typo.
4607 (describe-character-set, non-iso-charset-alist): Fix typo.
4608
4609 2000-12-01 Miles Bader <miles@gnu.org>
4610
4611 * image-file.el (image-file-name-regexp): Automatically add
4612 upper-case variants of each filename extension in
4613 `image-file-name-extensions', since they seem to be common.
4614
4615 * simple.el (minibuffer-contents)
4616 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4617 New functions.
4618 * filecache.el (file-cache-directory-name)
4619 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4620
4621 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
4622
4623 * filecache.el (file-cache-minibuffer-complete): Don't try to
4624 delete the minibuffer prompt.
4625
4626 2000-11-30 Dave Love <fx@gnu.org>
4627
4628 * cus-start.el: Fix read-buffer-function type.
4629
4630 2000-11-30 Gerd Moellmann <gerd@gnu.org>
4631
4632 * md5.el: Removed. There's a built-in function, now.
4633
4634 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
4635
4636 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4637 as dummy 0-th char of rmail-deleted-vector.
4638
4639 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4640
4641 * ps-print.el (ps-end-job): Bind case-fold-search only after
4642 switching to ps-spool-buffer.
4643
4644 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4645
4646 * ps-print.el: Line number font customization. PostScript: Lines and
4647 PageCount are initialized on each page. Doc Fix.
4648 (ps-print-version): New version number (6.3.2).
4649 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4650 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4651 (ps-right-header): Customization fix.
4652 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4653 Fix code.
4654 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4655 New vars.
4656
4657 2000-11-30 Gerd Moellmann <gerd@gnu.org>
4658
4659 * bs.el: Fix typos and spelling errors.
4660 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4661 (bs-configuration): Doc fix.
4662
4663 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4664
4665 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
4666
4667 * emulation/tpu-edt.el (tpu-version): New version.
4668 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4669 (tpu-original-mode-line): Variable deleted.
4670 (tpu-mark-flag): New initial value.
4671 (tpu-set-mode-line): Don't redefine mode-line-format.
4672 Add tpu-mark-flag to minor-mode-alist.
4673 (tpu-update-mode-line): New mark flag logic.
4674 (tpu-get): Use find-file-wildcards.
4675 (tpu-search-highlight): Move overlay less, reset overlay properly.
4676 (tpu-unselect): Deactivate mark.
4677 (tpu-lm-replace): Reset overlay properly.
4678 (tpu-forward-line): Use forward-visible-line.
4679 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4680
4681 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
4682
4683 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4684
4685 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4686
4687 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4688
4689 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4690 and skip whitespace and newlines.
4691
4692 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4693
4694 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4695
4696 2000-11-29 Gerd Moellmann <gerd@gnu.org>
4697
4698 * help.el (describe-function-1): Regexp-quote function name
4699 when used as part of a regexp.
4700
4701 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4702 Use face-attribute instead of face-foreground and face-background.
4703 (tool-bar-add-item): Likewise, and handle unspecified colors.
4704
4705 * enriched.el (enriched-face-ans): Use face-attribute instead
4706 of face-foreground and face-background.
4707
4708 * faces.el (face-foreground, face-background, face-stipple):
4709 Return nil if attribute is unspecified, for backward compatibility.
4710
4711 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4712
4713 * play/5x5.el: Remove version info.
4714
4715 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4716
4717 * frame.el (blink-cursor-mode): Doc fix.
4718
4719 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4720
4721 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4722 to create Makefile rules.
4723 (antlr-tool-command): New user option.
4724 (antlr-ask-about-save): New user option.
4725 (antlr-makefile-specification): New user option.
4726 (antlr-file-formats-alist): New variable.
4727 (antlr-special-file-formats): New variable.
4728 (antlr-unknown-file-formats): New user option.
4729 (antlr-help-unknown-file-text): New variable.
4730 (antlr-help-rules-intro): New variable.
4731 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4732 (antlr-mode-menu): Add entries.
4733 (antlr-file-dependencies): New function.
4734 (antlr-directory-dependencies): New function.
4735 (antlr-superclasses-glibs): New function.
4736 (antlr-run-tool): New command.
4737 (antlr-makefile-insert-variable): New function.
4738 (antlr-insert-makefile-rules): New function.
4739 (antlr-show-makefile-rules): New command.
4740
4741 * antlr-mode.el: More Emacs/XEmacs stuff.
4742 (antlr-no-action-keywords): New constant with value nil.
4743 (antlr-font-lock-keywords-alist): Use it. Old value would break
4744 syntax highlighting in Emacs-21.0.
4745 (antlr-default-directory): Emacs/XEmacs dependend function.
4746 (antlr-read-shell-command): Ditto.
4747 (antlr-with-displaying-help-buffer): Ditto.
4748
4749 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4750
4751 * antlr-mode.el: imenu, parsing and highlighting changes.
4752 (antlr-imenu-create-index-function): Don't create extra submenus
4753 for definitions in different grammar classes. It is not necessary
4754 for the menu and would make command `imenu' awkward to use.
4755 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
4756 header actions and more than one.
4757 (antlr-font-lock-tokendef-face): Changed color.
4758 (antlr-font-lock-tokenref-face): Changed color.
4759 (antlr-font-lock-additional-keywords): Also highlight lowercase.
4760 (antlr-mode-syntax-table): New variable.
4761 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4762 (antlr-with-syntax-table): Don't copy syntax table.
4763
4764 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4765
4766 * antlr-mode.el: Minor changes: language setting.
4767 (antlr-language-alist): The value for file option "language" can
4768 be both an identifier and a string.
4769 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4770 (antlr-language-limit-n-regexp): Change accordingly.
4771
4772 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4773
4774 * antlr-mode.el: Minor changes: tabs, hiding.
4775 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4776 (antlr-action-visibility): Also allow value nil to also hide the
4777 braces. Renamed from `antlr-tiny-action-length'.
4778 Suggested by Jay@aol.com.
4779 (antlr-hide-actions): Change accordingly. Hide line if completely
4780 hidden action is on a line of its own.
4781
4782 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4783
4784 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4785
4786 * sort.el (sort-columns): Don't concat strings with numbers.
4787
4788 2000-11-29 Dave Love <fx@gnu.org>
4789
4790 * cus-edit.el (face): Fix :format.
4791
4792 * mail/feedmail.el: Require smtpmail when compiling.
4793 (mail-do-fcc): Autoload.
4794 (feedmail) <defgroup>: Fix :link.
4795 (feedmail-nuke-body-in-fcc): Fix :type.
4796 (feedmail-send-it): Add autoload cookie.
4797
4798 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4799
4800 * newcomment.el (comment-indent): Save excursion around call to
4801 comment-indent-function.
4802
4803 2000-11-29 Miles Bader <miles@gnu.org>
4804
4805 * subr.el (member-ignore-case): Return the tail of the list who's
4806 car matches, like `member', not the matching element itself.
4807
4808 2000-11-29 Kenichi Handa <handa@etl.go.jp>
4809
4810 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
4811 should not contain `\n'.
4812
4813 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4814
4815 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4816
4817 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4818
4819 * dired-aux.el (dired-do-create-files): Construct default file
4820 name for dired-mark-read-file-name so that when the user enters
4821 just RET, the target file will end up in the target directory.
4822
4823 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4824 local-abbrev-table before changing buffers because it might
4825 have a buffer-local binding.
4826
4827 2000-11-28 Miles Bader <miles@gnu.org>
4828
4829 * simple.el (delete-horizontal-space): Handle fields more generally.
4830
4831 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4832
4833 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4834
4835 2000-11-28 Dave Love <fx@gnu.org>
4836
4837 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4838 comment-start-skip locally.
4839
4840 * progmodes/fortran.el (fortran-mode): Don't set
4841 fortran-comment-line-start-skip. Set comment-start to
4842 fortran-comment-line-start.
4843 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4844 (fortran-comment-line-start-skip): Simplify slightly.
4845
4846 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4847
4848 * play/5x5.el: Remove RCS keyword.
4849
4850 * bs.el: Mistaken commit, undone 2000-11-30.
4851
4852 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
4853
4854 * textmodes/tildify.el (tildify-string-alist):
4855 Add `plain-tex-mode' here.
4856
4857 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4858
4859 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4860 reference.
4861
4862 2000-11-28 Miles Bader <miles@gnu.org>
4863
4864 * cus-face.el (custom-face-attributes): Add post-filter function
4865 for :box. Make pre-filter function for :box handle all cases.
4866
4867 * wid-edit.el (widget-choose): Make sure pop-up window is large
4868 enough to display all the choices, as there's no way to scroll it.
4869
4870 2000-11-28 Kenichi Handa <handa@etl.go.jp>
4871
4872 * international/mule-conf.el: Make the coding system no-conversion
4873 safe for all characters.
4874
4875 2000-11-27 Dave Love <fx@gnu.org>
4876
4877 * net/ldap.el (ldap) <defgroup>: Add :version.
4878
4879 * tooltip.el (tooltip-use-echo-area): Doc fix.
4880
4881 * cus-start.el <minibuffer-prompt-properties>: Add version.
4882 <read-buffer-function>: Add.
4883
4884 * apropos.el (apropos-print): Add help-echo to active text.
4885
4886 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4887
4888 2000-11-27 Gerd Moellmann <gerd@gnu.org>
4889
4890 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4891 type, group and version.
4892
4893 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4894
4895 * select.el (x-get-selection): Docstring fix.
4896
4897 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
4898
4899 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
4900
4901 2000-11-27 Andrew Innes <andrewi@gnu.org>
4902
4903 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4904
4905 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4906
4907 2000-11-27 Miles Bader <miles@gnu.org>
4908
4909 * dired.el (dired-get-filename): Return filename verbatim if
4910 LOCALP is `verbatim'.
4911 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4912 `verbatim' so that we don't inadvertently delete a non-existant
4913 directory name.
4914
4915 2000-11-27 Kenichi Handa <handa@etl.go.jp>
4916
4917 * international/characters.el: Specify cases and syntaxes for
4918 mule-unicode-0100-24ff.
4919
4920 2000-11-27 Gerd Moellmann <gerd@gnu.org>
4921
4922 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4923 that foreground and/or background colors of the face `tool-bar'
4924 are unspecified.
4925
4926 2000-11-27 Miles Bader <miles@gnu.org>
4927
4928 * wid-edit.el (widget-field-buffer, widget-field-start)
4929 (widget-field-end): Handle widget field `pseudo-overlays'.
4930 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4931 if it's there instead of in `widget-field-list'.
4932
4933 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
4934 (help-make-xrefs): Delete extraneous newlines at the end of the
4935 docstring.
4936
4937 2000-11-25 Jason Rumney <jasonr@gnu.org>
4938
4939 * startup.el (command-line): Call set-locale-environment after
4940 Window System init file is read, as it can result in a call to
4941 redraw-frame.
4942
4943 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4944
4945 * simple.el (shell-command): Mention the effect of the prefix
4946 argument in the doc string.
4947
4948 2000-11-25 Miles Bader <miles@gnu.org>
4949
4950 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4951
4952 * wid-edit.el (widget-field-value-delete): Don't try to delete
4953 overlay when it's the `pseudo-overlay' that exists at some points.
4954
4955 2000-11-24 Jason Rumney <jasonr@gnu.org>
4956
4957 * international/mule-cmds.el (locale-language-names): Add "jp" as
4958 a non-standard alternative for Japanese.
4959
4960 2000-11-24 Andre Spiegel <spiegel@gnu.org>
4961
4962 * vc-hooks.el: Require 'cl during compilation.
4963
4964 2000-11-24 Gerd Moellmann <gerd@gnu.org>
4965
4966 * faces.el (face-set-after-frame-default): Let face attributes
4967 specified for new frames override frame parameters.
4968
4969 * startup.el (command-line): Fix computation of the source file
4970 for user-init-file when user-init-file is a compiled file.
4971
4972 2000-11-24 Miles Bader <miles@gnu.org>
4973
4974 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
4975 (custom-post-filter-face-spec): New functions.
4976 (custom-face-set, custom-face-value-create): Filter the face spec
4977 before and after customization.
4978 (custom-face-set): If VALUE specifies a null face, pass a
4979 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4980 * cus-face.el (custom-face-attributes): Remove SET and GET
4981 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4982 cases they're needed.
4983
4984 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4985 that it's distinguishable from the :off-glyph on dark-background
4986 displays. Set its background color too.
4987
4988 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4989 so that people can easily turn it off.
4990
4991 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4992
4993 * ediff-diff.el: Moved variables around to have it compile under NT.
4994
4995 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
4996
4997 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
4998
4999 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
5000 redundant skip-small-frames test.
5001
5002 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
5003 (viper-downgrade-to-insert): Protect against errors in hooks.
5004
5005 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5006 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
5007 (viper-restore-cursor-type,viper-set-insert-cursor-type):
5008 New functions.
5009
5010 * viper-util.el (viper-memq-char): Bug fixes.
5011
5012 * viper.el (viper-mode): Fix cursor handling.
5013
5014 2000-11-24 Kenichi Handa <handa@etl.go.jp>
5015
5016 * international/mule-diag.el (list-iso-charset-chars):
5017 For two-byte charset, fix the `while' condition.
5018 (list-non-iso-charset-chars): Fix the `while' condition.
5019
5020 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
5021
5022 * subr.el (add-hook, remove-hook): Don't call make-local-hook
5023 if the variable is make-variable-buffer-local.
5024
5025 * progmodes/ada-stmt.el (ada-template-map):
5026 Initialize and bind it to C-c t in ada-mode-map.
5027 (ada-stmt-mode-hook): New function extracted from old code.
5028 Only change the buffer-local side of skeleton-*.
5029 (ada-mode-hook): Use it.
5030
5031 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5032
5033 * iswitchb.el (iswitchb-minibuf-depth): New variable.
5034 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5035 we expect to be returned by minibuffer-depth once we prompt the
5036 user in the minibuffer.
5037 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5038 as recorded in iswitchb-minibuf-depth, return non-nil.
5039
5040 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5041
5042 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5043 (hscroll-window-maybe): Docstring fix.
5044
5045 2000-11-23 Dave Love <fx@gnu.org>
5046
5047 * rect.el (string-rectangle): Don't test delete-selection-mode.
5048
5049 2000-11-23 Gerd Moellmann <gerd@gnu.org>
5050
5051 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5052 is in the tool bar.
5053
5054 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
5055 with `no-dir'; we want the directory part to be able to remove it.
5056
5057 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5058
5059 * textmodes/outline.el (outline-flag-region):
5060 Don't bind inhibit-read-only since we don't modify the buffer.
5061 (outline-isearch-open-invisible): Don't jump to overlay-start
5062 since we're trying to unhide text around point.
5063 (outline-discard-overlays): Use dolist.
5064
5065 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5066
5067 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5068
5069 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
5070
5071 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5072
5073 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5074 Fix ARG regexp to skip quoted braces.
5075 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5076 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5077 are (correctly) handled separately).
5078 Remove `caption' and `footnote' from `citations': they contain text.
5079 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5080 (latex-skeleton-end-hook): New function.
5081 (latex-mode): Use it.
5082 (tex-start-tex-marker): Remove.
5083 (tex-send-tex-command): Don't set tex-start-tex-marker.
5084 (tex-error-parse-syntax-table): New var.
5085 (tex-compilation-parse-errors): Use it.
5086 Ignore tex-start-tex-marker. Don't bother with marker-position.
5087 (tex-validate-buffer): Don't bother with marker-position.
5088
5089 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
5090 (flyspell-generic-progmode-verify): Use it.
5091
5092 2000-11-22 Sam Steingold <sds@gnu.org>
5093
5094 * simple.el (delete-trailing-whitespace): New interactive function.
5095
5096 * progmodes/ada-mode.el (ada-mode): Use it instead of
5097 `ada-remove-trailing-spaces'.
5098 (ada-remove-trailing-spaces): Removed.
5099
5100 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
5101
5102 * textmodes/picture.el (picture-clean): Removed.
5103 (picture-mode-exit): Call it instead of `picture-clean'.
5104
5105 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5106
5107 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5108
5109 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5110 jit-lock-fontify-buffer; it should anyway be unneccessary to
5111 do anything special when jit-lock is active.
5112 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5113
5114 2000-11-22 Dave Love <fx@gnu.org>
5115
5116 * calendar/todo-mode.el (todo-top-priorities): Use
5117 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5118
5119 * language/chinese.el, language/cyrillic.el:
5120 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5121 * language/hebrew.el, language/indian.el, language/japanese.el:
5122 * language/korean.el, language/lao.el, language/misc-lang.el:
5123 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5124 Use provide.
5125
5126 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5127 (custom-variable-set): Improve validation error mesage.
5128
5129 * rect.el (string-rectangle): Revert last change.
5130 (string-rectangle-line): New arg DELETE.
5131 (string-rectangle): Check delete-selection-mode.
5132
5133 * emacs-lisp/edebug.el (edebug-version)
5134 (edebug-maintainer-address): Deleted.
5135 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5136 (edebug-read-function): Account for other `'#' read forms.
5137 (edebug-mode-menus): Make some items toggles.
5138 (edebug-outside-unread-command-event, unread-command-event):
5139 Remove these to avoid warnings.
5140
5141 2000-11-22 David Ponce <david@dponce.com>
5142
5143 * recentf.el (recentf-menu-items-for-commands)
5144 (recentf-make-menu-items, recentf-make-menu-item)
5145 (recentf-filter-changer): Added :help and :active menu-item properties.
5146
5147 (recentf-build-dir-rules, recentf-dump-variable)
5148 (recentf-edit-list, recentf-open-files-item)
5149 (recentf-open-files): Replaced unnecessary `mapcar' with new
5150 built-in `mapc'.
5151
5152 2000-11-23 Miles Bader <miles@gnu.org>
5153
5154 * faces.el (menu): Make inverse-video on ttys too.
5155
5156 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5157
5158 * simple.el (comment-line-break-function): Use the new name
5159 indent-new-comment-line -> comment-indent-new-line.
5160 (clone-indirect-buffer): Don't ignore NORECORD.
5161 (next-completion): Properly handle the case where items are adjacent.
5162
5163 * mouse.el (popup-menu): Stupid typo.
5164
5165 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5166
5167 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5168 maintainer, keywords tags.
5169
5170 * rect.el (replace-rectangle): Don't call string-rectangle-line
5171 with too many arguments.
5172
5173 2000-11-22 Andre Spiegel <spiegel@gnu.org>
5174
5175 * ediff-util.el (ediff-file-checked-out-p)
5176 (ediff-file-checked-in-p): Call vc-state instead of
5177 vc-locking-user, which no longer exists.
5178
5179 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5180
5181 2000-11-22 Dave Love <fx@gnu.org>
5182
5183 * md5.el (md5): Provide.
5184 (md5): Fix error call.
5185
5186 2000-11-22 Miles Bader <miles@gnu.org>
5187
5188 * textmodes/refill.el (refill-adjust-ignorable-overlay)
5189 (refill-fill-paragraph-at): Remove debugging code.
5190
5191 * calendar/calendar.el (generate-calendar-window): When we don't
5192 call `fit-window-to-buffer', make sure the top line is fully visible.
5193
5194 * image-file.el (insert-image-file): Don't make `read-only'
5195 property rear-nonsticky.
5196
5197 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5198 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5199 stashing away its original value.
5200 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5201 in the recursive edit.
5202 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5203 (isearch-done): Restore `minibuffer-message-timeout'.
5204
5205 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5206
5207 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5208
5209 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5210
5211 * find-lisp.el (find-lisp-find-files-internal):
5212 Use dolist, when and file-name-as-directory.
5213
5214 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
5215 (define-derived-mode, define-minor-mode): Add specs.
5216
5217 * window.el: General comment and spacing fixes.
5218 (save-selected-window): Use backquotes.
5219 (window-safely-shrinkable-p): New function.
5220 (shrink-window-if-larger-than-buffer): Use it.
5221
5222 * subr.el (make-local-hook): Docstring fix.
5223
5224 * shell.el (shell-mode): Use define-derived-mode.
5225
5226 * newcomment.el (comment-indent): Insert comment before calling
5227 comment-indent-function. Don't insert in column 0.
5228 (comment-dwim): Indent before inserting comment.
5229
5230 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5231 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5232 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5233 Use mapc rather than map.
5234
5235 * files.el (find-buffer-visiting): Compare all attributes before
5236 declaring two files identical (rather than just their inode-no).
5237 (auto-mode-alist): Use \' rather than $.
5238
5239 * which-func.el: Update maintainer line.
5240
5241 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5242 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5243 (uniquify-buffer-file-name): Use it.
5244
5245 2000-11-22 Miles Bader <miles@gnu.org>
5246
5247 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5248 * simple.el (minibuffer-avoid-prompt): New function.
5249
5250 2000-11-21 Gerd Moellmann <gerd@gnu.org>
5251
5252 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5253
5254 2000-11-21 Miles Bader <miles@gnu.org>
5255
5256 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5257 inclusion of `track-mouse'.
5258
5259 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5260 (refill-adjust-ignorable-overlay): New function.
5261 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5262 only the paragraph's tail if possible.
5263 Update `refill-ignorable-overlay'.
5264 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5265
5266 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5267 point inside the fill-prefix.
5268
5269 * textmodes/refill.el (refill-post-command-function): Don't reset
5270 refill-doit in the case where a self-insertion command doesn't
5271 case a refill. Use `refill-fill-paragraph-at', getting position
5272 from `refill-doit'.
5273 (refill-after-change-function): Set `refill-doit' to END.
5274 (refill-fill-paragraph-at): New function, mostly from old
5275 refill-fill-paragraph.
5276 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5277 (refill-pre-command-function): New function.
5278 (refill-mode): Add it to `pre-command-hook'.
5279
5280 2000-11-20 Gerd Moellmann <gerd@gnu.org>
5281
5282 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5283
5284 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5285 javadoc tags.
5286
5287 2000-11-20 Andre Spiegel <spiegel@gnu.org>
5288
5289 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5290 vc.el).
5291
5292 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
5293 require vc.
5294
5295 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
5296 checkouts.
5297
5298 2000-11-20 Dave Love <fx@gnu.org>
5299
5300 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5301
5302 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
5303
5304 * calculator.el (calculator-paste): Use `if' instead of `and'
5305 and `or'.
5306 (calculator-help): Don't use electric-describe-mode for XEmacs.
5307
5308 2000-11-19 Gerd Moellmann <gerd@gnu.org>
5309
5310 * info.el (info-menu-5): Doc fix.
5311
5312 * textmodes/artist.el: New file.
5313
5314 2000-11-19 Andre Spiegel <spiegel@gnu.org>
5315
5316 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
5317 and differentiate according to checkout model.
5318 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5319 since this function is only concerned with master state.
5320
5321 * vc-hooks.el (vc-workfile-unchanged-p)
5322 (vc-default-workfile-unchanged-p): Moved here from vc.el.
5323
5324 * vc.el (vc-workfile-unchanged-p)
5325 (vc-default-workfile-unchanged-p): See above.
5326
5327 2000-11-19 Miles Bader <miles@gnu.org>
5328
5329 * image-file.el (insert-image-file): Make `intangible' and
5330 `read-only' properties rear-nonsticky too.
5331
5332 2000-11-18 Gerd Moellmann <gerd@gnu.org>
5333
5334 * ps-print.el: Update copyright notice.
5335
5336 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5337 (tooltip-show): Use the offsets.
5338
5339 * bindings.el (mode-line-modified): Fix a typo.
5340 (mode-line-toggle-modified, mode-line-widen)
5341 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5342
5343 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5344
5345 * ps-print.el (toplevel): Test for find-coding-system being
5346 fboundp before calling ps-x-find-coding-system.
5347
5348 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5349
5350 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5351 (vc-version-backup-file): Docstring fix.
5352
5353 2000-11-16 Gerd Moellmann <gerd@gnu.org>
5354
5355 * files.el (basic-save-buffer): Don't add a newline if
5356 find-file-literally is non-nil.
5357 (find-file-literally): Extend doc string.
5358
5359 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5360 sort(1) with the `-f' argument.
5361
5362 2000-11-16 Andre Spiegel <spiegel@gnu.org>
5363
5364 * vc.el: Updated backend documentation.
5365 (vc-default-check-headers): New function.
5366
5367 * vc-{cvs,rcs,sccs}.el: Functions reordered.
5368
5369 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
5370 up-to-date.
5371 (vc-do-command): In the asynchronous case, output messages only if
5372 the minibuffer is not active.
5373
5374 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
5375 `vc-cvs-use-edit' is on.
5376 (vc-cvs-checkout): When this is used for reverting the workfile,
5377 make a backup of the original contents and revert to that in case
5378 of error.
5379 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
5380 remote repositories.
5381
5382 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5383 for both version and ratio in the minibuffer.
5384
5385 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
5386 Use vc-do-command to perform the annotation, not call-process.
5387
5388 2000-11-16 Kenichi Handa <handa@etl.go.jp>
5389
5390 * international/quail.el (quail-start-translation): Don't call
5391 `message' before reading key sequence.
5392
5393 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5394
5395 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5396
5397 2000-11-16 Kenichi Handa <handa@etl.go.jp>
5398
5399 * window.el (fit-window-to-buffer): Be sure to acquire at least
5400 one text line even if the buffer is empty.
5401
5402 2000-11-16 Gerd Moellmann <gerd@gnu.org>
5403
5404 * net/ange-ftp.el (ange-ftp-file-writable-p)
5405 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5406 Bind ange-ftp-process-verbose to nil.
5407
5408 2000-11-15 Dave Love <fx@gnu.org>
5409
5410 * wid-edit.el (widget-specify-field, widget-specify-button):
5411 If :help-echo is a function, set help-echo of overlay to
5412 widget-mouse-help.
5413 (widget-mouse-help): New function.
5414 (widget-echo-help): Rewritten for :help-echo functions only taking
5415 a widget arg.
5416
5417 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5418 Use display-graphic-p.
5419 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5420 and that JPEG is available.
5421 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5422
5423 * international/mule-cmds.el (locale-charset-language-names):
5424 Match @euro.
5425
5426 2000-11-15 Gerd Moellmann <gerd@gnu.org>
5427
5428 * faces.el (face-set-after-frame-default):
5429 If `inhibit-default-face-x-resources' is bound, don't intialize the
5430 default face from X resources.
5431
5432 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5433
5434 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5435 Don't set EMACSLOADPATH.
5436
5437 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5438
5439 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5440 texinfo-insert-@url.
5441 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5442 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5443
5444 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5445
5446 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5447 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5448 (checkdoc-minor-keymap): Backward compatibility.
5449 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5450 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5451 (checkdoc-this-string-valid-engine): Be a bit more strict
5452 to avoid matching substrings of `...' quoted vars/funs.
5453 (checkdoc-defun-info): Only look for `interactive' if alone.
5454 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5455
5456 * progmodes/compile.el (grep): `tag-default' can be nil.
5457
5458 * newcomment.el (comment-indent): Paren typo.
5459
5460 2000-11-14 Dave Love <fx@gnu.org>
5461
5462 * calculator.el: New maintainer version.
5463
5464 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
5465
5466 * cmuscheme.el: Doc fixes.
5467 (cmuscheme) <defgroup>: Use `scheme' as parent.
5468 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
5469
5470 * xscheme.el (scheme-program-name): Don't define here.
5471
5472 * progmodes/scheme.el (scheme-program-name): New variable
5473 (originally in cmuscheme).
5474
5475 2000-11-14 Miles Bader <miles@gnu.org>
5476
5477 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5478 Handle header-lines. Don't loop forever if we can't enlarge the
5479 window anymore. Simplify a bit.
5480
5481 2000-11-14 Kenichi Handa <handa@etl.go.jp>
5482
5483 * window.el (fit-window-to-buffer): Don't check
5484 window-text-height. Assure that the last line is fully visible.
5485
5486 * international/quail.el (quail-show-guidance-buf):
5487 Call fit-window-to-buffer to assure the enough height of the guidance
5488 buffer.
5489 (quail-update-guidance): Avoid making the guidance buffer shorter.
5490
5491 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5492
5493 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5494 rather than `prepend' and add an interesting comment.
5495 (tex-math-face, tex-font-lock-syntactic-face-function):
5496 New face and function to use it.
5497 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5498 than `menu-enable' symbol property.
5499 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5500 (tex-mode): Add some latex-mode commands for auto-selection.
5501 Use tex-font-lock-syntactic-face-function.
5502 (tex-insert-quote): Simplify.
5503 (tex-shell): New mode.
5504 (tex-start-shell): Use it.
5505 (tex-shell-proc, tex-shell-buf): New functions.
5506 (tex-send-command): Use it.
5507 (tex-main-file): Fix the meaning of the new arg REALFILE.
5508 (tex-send-tex-command): New function split from `tex-start-tex'.
5509 Set compilation-last-buffer and compilation-parsing-end.
5510
5511 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5512 when it follows non-comment text on the line.
5513
5514 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5515 Set font-lock-defaults.
5516 (lisp-mode-shared-map): Init inside the defvar.
5517 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5518 Use define-derived-mode.
5519
5520 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5521
5522 * faces.el (header-line): Use `:box nil' for color/gs displays too.
5523
5524 2000-11-14 Gerd Moellmann <gerd@gnu.org>
5525
5526 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5527 Don't recursively optimize body because that can lead to infinite
5528 recursion; see comment there.
5529
5530 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
5531
5532 * faces.el (face-spec-set-match-display): Revert the change from
5533 2000-10-24. Add a FIXME for after v21.1.
5534
5535 2000-11-13 Miles Bader <miles@gnu.org>
5536
5537 * textmodes/fill.el (skip-line-prefix): New function.
5538 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5539 (fill-paragraph): Don't leave point inside the fill-prefix.
5540 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5541 point inside the fill-prefix.
5542
5543 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
5544
5545 * calendar/calendar.el (generate-calendar-window):
5546 Use `fit-window-to-buffer'.
5547
5548 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5549
5550 * gud.el (gud-minor-mode): New var.
5551 (gud-symbol, gud-val): New functions.
5552 (gud-find-file): Copy gud-minor-mode to the new buffer.
5553 (gud-menu-map): Include entries for commands that are not always
5554 available, using :enable to (de)activate them.
5555 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
5556 (gud-mode-map): New map.
5557 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
5558 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5559 Don't set up gud's menu (it's done by the minor-mode).
5560 (gud-minibuffer-local-map): New.
5561 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
5562 (gud-query-cmdline): New function.
5563 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
5564 (gud-mode): Use define-derived-mode.
5565 Don't set up gud's menu (it's done by the minor-mode).
5566 (gud-chop-words): Remove.
5567 (gud-common-init): Use split-string instead.
5568 (gud-new-keymap, gud-make-debug-menu): Eradicate.
5569
5570 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5571 Add keyword arg :name.
5572
5573 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5574 (diff-count-matches, diff-split-hunk): New functions.
5575 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5576
5577 * pcvs-info.el (cvs-fi-conflict-face): New var.
5578
5579 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5580 Make it into a simple syntax-table, shared among all submodes.
5581 (sh-heredoc-face): Re-introduce.
5582 (sh-font-lock-syntactic-face-function): New function.
5583 (sh-mode): Use it. Also use define-derived-mode.
5584 Remove old bogus setting of indent-region-function.
5585 (sh-set-shell): Don't set the syntax-table any more.
5586 (sh-mode-syntax-table) <defun>: Remove.
5587
5588 2000-11-12 Miles Bader <miles@gnu.org>
5589
5590 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5591 message if interactive.
5592
5593 2000-11-12 Dave Love <fx@gnu.org>
5594
5595 * mail/feedmail.el: Fix header,
5596 (feedmail) <defgroup>: Add :link.
5597
5598 * view.el: Use local-map property, not keymap on mode-line string.
5599
5600 * scroll-all.el (scroll-all-mode): Customize variable.
5601 Add autoload cookie to function.
5602
5603 * lazy-lock.el: Remove compatibility code.
5604
5605 * finder.el (finder-known-keywords): Add `files', remove `vms'.
5606 (finder-help-echo): New variable.
5607 (finder-mouse-face-on-line): Add help-echo stuff.
5608 (finder-list-keywords, finder-list-matches): Use mapc.
5609
5610 * faces.el (face-font-registry-alternatives): Add :version.
5611
5612 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5613 tags-table-list.
5614
5615 * net/browse-url.el (browse-url-browser-function): Update :version.
5616
5617 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
5618 (mail-mode): Use [:alnum:] in some regexps.
5619
5620 2000-11-10 Dave Love <fx@gnu.org>
5621
5622 * ediff.el (ediff-regions-internal, ediff-documentation):
5623 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5624 fundamental mode.
5625
5626 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5627 buffer into fundamental mode.
5628 (ediff-set-difference): Use copy-sequence if available.
5629
5630 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5631 Check ediff-patch-map non-nil.
5632 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5633 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5634 buffer into fundamental mode.
5635
5636 * ediff-merg.el (state-or-merge): Defvar when compiling.
5637
5638 2000-11-10 Jason Rumney <jasonr@gnu.org>
5639
5640 * w32-fns.el (w32-add-charset-info): New function.
5641 (w32-charset-info-alist): Use it.
5642
5643 2000-11-10 Gerd Moellmann <gerd@gnu.org>
5644
5645 * faces.el (face-font-registry-alternatives): New user-option.
5646
5647 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5648
5649 * textmodes/texinfo.el (texinfo-block-default): New var.
5650 (texinfo-insert-block): Use it. Insert a newline if needed.
5651
5652 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5653 (fill-region-as-paragraph): Use it.
5654
5655 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5656 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5657 Tweak paragraph regexps to allow a leading [ \t]*.
5658 (tex-latex-block): Insert a newline if necessary.
5659 (latex-insert-item): Only insert a newline if necessary.
5660 (tex-guess-main-file): New function.
5661 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5662 Set tex-main-file if TeX-master is provided.
5663 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5664
5665 2000-11-10 Gerd Moellmann <gerd@gnu.org>
5666
5667 * startup.el (command-line): Set the default tooltip-mode
5668 to t for graphical displays which implement x-show-tip.
5669
5670 * tooltip.el (tooltip-mode): Add a comment about startup.el
5671 setting the default value of this user-option.
5672
5673 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5674
5675 * font-lock.el (font-lock-*-face) <defvar>: Move.
5676 (font-lock-defaults-alist): Mark obsolete.
5677 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5678 (font-lock-mode): Use define-minor-mode.
5679 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5680 (font-lock-turn-off-thing-lock): Be more explicit.
5681 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5682 (font-lock-syntactic-face-function): New var.
5683 (font-lock-fontify-syntactically-region): Use it.
5684 (font-lock-doc-face): New.
5685
5686 * pcvs.el (cvs-enabledp): Ignore errors.
5687 (cvs-commit-filelist): Never query.
5688 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5689 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5690 (cvs-do-removal): Use cvs-partition rather than delete-if.
5691 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5692 cvs-bury-buffer.
5693
5694 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5695 Allow `next' to jump to after the end of the last match.
5696
5697 2000-11-09 Gerd Moellmann <gerd@gnu.org>
5698
5699 * simple.el (byte-compiling-files-p): New function.
5700
5701 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5702 if it is there.
5703
5704 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5705 nil again.
5706
5707 * textmodes/ispell.el (ispell-library-path): Don't call
5708 check-ispell-version when byte-compiling because that starts
5709 an ispell process, and ispell might not be installed.
5710 (toplevel): Don't set up a menu when byte-compiling.
5711
5712 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5713 it, so that a boundp test can be used to determine if we're
5714 currently byte-compiling.
5715
5716 2000-11-09 Dave Love <fx@gnu.org>
5717
5718 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5719
5720 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5721
5722 * ps-print.el: Patch for variable initialization when spooling.
5723 Doc fix.
5724 (ps-output-list): Fun eliminated.
5725 (ps-begin-file, ps-begin-job): Code fix.
5726
5727 2000-11-08 Dave Love <fx@gnu.org>
5728
5729 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
5730
5731 2000-11-08 Gerd Moellmann <gerd@gnu.org>
5732
5733 * simple.el (shell-command, display-message-or-buffer)
5734 (shell-command-on-region): Mention resize-mini-windows in the doc
5735 string.
5736 (display-message-or-buffer): Take the value of resize-mini-windows
5737 into account.
5738
5739 2000-11-07 Gerd Moellmann <gerd@gnu.org>
5740
5741 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5742
5743 * dired.el (dired-between-files): Add `^. find' as an alternative
5744 to the regular expression, for find-dired.
5745
5746 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5747
5748 * textmodes/texnfo-upd.el: Require texinfo.
5749 (defmacro, defgroup): Remove.
5750 (texinfo-section-to-generic-alist): Remove.
5751 Use texinfo-section-list instead (i.e. level is changed string->int).
5752 (texinfo-filter): New function.
5753 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5754 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5755 Use it. And use regexp-opt.
5756 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
5757 (texinfo-update-menu-region-beginning)
5758 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5759 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5760 (texinfo-update-menu-same-level-regexps): Update.
5761 (texinfo-update-node, texinfo-every-node-update)
5762 (texinfo-sequential-node-update): Remove autoload cookie.
5763
5764 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5765 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5766 (texinfo-chapter-level-regexp): Remove.
5767 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5768
5769 2000-11-06 Dave Love <fx@gnu.org>
5770
5771 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
5772
5773 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5774 Match defun*.
5775
5776 2000-11-06 Kenichi Handa <handa@etl.go.jp>
5777
5778 * composite.el (composition-function-table): Variable declaration
5779 moved to src/composite.c.
5780 (compose-chars-after): New optional arg object.
5781
5782 2000-11-06 Gerd Moellmann <gerd@gnu.org>
5783
5784 * bindings.el (mode-line-toggle-read-only)
5785 (mode-line-toggle-modified, mode-line-widen)
5786 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5787 (make-mode-line-mouse2-map): Rewritten.
5788 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5789 functions so that C-h k can show something with a doc string.
5790
5791 * startup.el (fancy-splash-delay): Set to 10 seconds.
5792 (fancy-splash-max-time): New user-option.
5793 (fancy-splash-stop-time): New variable.
5794 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5795 (fancy-splash-screens-1): Throw `stop-splashing' when current
5796 time is greater than fancy-splash-stop-time.
5797
5798 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5799
5800 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5801
5802 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5803 Prompt user for a file rather than raising an error.
5804 (cvs-enabledp): Fix call to cvs-mode-marked.
5805 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5806 (cvs-mode-insert): Use it. Change the init prompt' value.
5807 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5808
5809 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5810 Don't pass default arg to ewoc-locate.
5811 (ewoc-collect): Return result in the right order.
5812
5813 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5814
5815 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5816 (cvs-status-get-tags): Fix regexp.
5817 (cvs-status-trees, cvs-status-cvstrees):
5818 Combine after change hooks and don't sit-for.
5819 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5820 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
5821 Use make-char rather than hard-coded cryptic data.
5822 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5823
5824 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5825
5826 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5827 (cvs-insert-strings): New function.
5828
5829 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5830
5831 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5832 `mwheel-scroll-amount'.
5833 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5834 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5835 string-matching against the version string.
5836
5837 2000-11-06 Kenichi Handa <handa@etl.go.jp>
5838
5839 * language/thai.el ("Thai"): Set a lisp form that produces
5840 composed string in `sample-text' language info.
5841
5842 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5843 composed string in `sample-text' language info.
5844
5845 * international/mule-cmds.el (describe-language-environment):
5846 Eval `sample-text' data and insert the result.
5847
5848 * international/mule-conf.el (compound-text): Define this coding
5849 system here. Make x-ctext and ctext aliases of it.
5850
5851 * language/european.el (compound-text, ctext): Moved to
5852 international/mule-conf.el.
5853
5854 2000-11-05 Andrew Innes <andrewi@gnu.org>
5855
5856 * w32-fns.el (w32-version): New function.
5857
5858 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5859
5860 * progmodes/awk-mode.el: Update copyright.
5861 (awk-mode-abbrev-table): Remove.
5862 (awk-font-lock-keywords): Use regexp-opt.
5863 (awk-mode): Use define-derived-mode.
5864
5865 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5866 when extracting a suffix.
5867
5868 2000-11-04 Andre Spiegel <spiegel@gnu.org>
5869
5870 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5871 auto-save-mode.
5872
5873 2000-11-04 Jason Rumney <jasonr@gnu.org>
5874
5875 * language/european.el (decode-mac-roman): Test against r1 not r0.
5876
5877 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5878
5879 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5880 (icon-mode): Define indent-line-function.
5881 (icon-comment-indent): Simplify.
5882 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5883
5884 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5885
5886 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5887 Bind change-log-default-mode to defeat the caching done on it.
5888 Don't bother saving excursion any more.
5889
5890 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5891
5892 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5893 (set-frame-font): Use the new name (and the old for compatibility).
5894
5895 * toolbar/tool-bar.el (tool-bar-mode):
5896 * time.el (display-time-mode):
5897 * recentf.el (recentf-mode):
5898 * paren.el (show-paren-mode):
5899 * mwheel.el (mouse-wheel-mode):
5900 * msb.el (msb-mode):
5901 * jka-compr.el (auto-compression-mode):
5902 * image-file.el (auto-image-file-mode):
5903 * hl-line.el (hl-line-mode):
5904 * delsel.el (delete-selection-mode):
5905 * autoinsert.el (auto-insert-mode):
5906 * complete.el (partial-completion-mode): Drop unneeded positional args.
5907
5908 * info.el (Info-mode):
5909 * comint.el (comint-mode): Don't bother with make-local-hook.
5910
5911 * log-edit.el (log-edit-menu): New menu.
5912
5913 2000-11-03 Miles Bader <miles@gnu.org>
5914
5915 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5916 definition, so that trailing spaces are handled properly.
5917 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5918
5919 2000-11-03 Gerd Moellmann <gerd@gnu.org>
5920
5921 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5922 tab character.
5923 (fancy-splash-screens): Set tab-width to 20.
5924
5925 2000-11-03 Dave Love <fx@gnu.org>
5926
5927 * comint.el (comint-completion-addsuffix): Fix custom type.
5928
5929 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5930
5931 * font-lock.el (font-lock-buffers): Remove.
5932 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5933 (font-lock-change-major-mode): Remove.
5934 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5935 (font-lock-default-fontify-region): Extend the multiline
5936 fontification to whole lines.
5937 (font-lock-fontify-anchored-keywords)
5938 (font-lock-fontify-keywords-region): If matching just one
5939 line (with \n) only mark the \n as multiline.
5940
5941 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5942 Correctly handle the case where several :group args are supplied.
5943 Allow :extra-args.
5944 (easy-mmode-define-global-mode): Allow :extra-args.
5945 Correctly handle the case where several :group args are supplied.
5946
5947 2000-11-02 Miles Bader <miles@gnu.org>
5948
5949 * calendar/calendar.el (diary-face, calendar-today-face)
5950 (holiday-face): Remove dependency on `window-system'.
5951
5952 2000-11-02 Ken Raeburn <raeburn@gnu.org>
5953
5954 * Makefile.in (emacs): Set EMACSLOADPATH always.
5955 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
5956 (compile-files): Bomb out if compilation of a file fails.
5957
5958 2000-11-02 Dave Love <fx@gnu.org>
5959
5960 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5961
5962 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5963
5964 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5965 punctuation in the warning inserted into the *mail* buffer.
5966
5967 2000-11-02 Gerd Moellmann <gerd@gnu.org>
5968
5969 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5970 (authors-public-domain-p): New function.
5971 (authors-print): Use it.
5972
5973 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5974
5975 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5976
5977 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5978
5979 * ps-print.el: Extension for even/odd printing. Doc fix.
5980 (ps-print-version): New version number (6.3.1).
5981 (ps-even-or-odd-pages): Customization fix.
5982 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5983 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5984 (ps-page-count): Var replaced by `ps-page-column'.
5985 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5986 (ps-print-sheet-p): New fun.
5987
5988 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5989
5990 * tooltip.el (tooltip-gud-tips-setup): New function.
5991 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5992 (tooltip-mode): Call tooltip-gud-tips-setup.
5993 (tooltip-gud-tips): Use `gud-basic-call' instead of
5994 process-send-string, so the prompt gets frobbed appropriately.
5995 Handle nil return value from `tooltip-gud-print-command'.
5996
5997 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5998
5999 * comint.el (comint-add-to-input-history): New function.
6000 (comint-send-input): Use `comint-add-to-input-history'.
6001
6002 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6003
6004 * info.el (info-menu-header): New face.
6005 (Info-fontify-menu-headers): New function.
6006 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6007
6008 * info.el (Info-insert-dir): Don't include blank lines at
6009 beginning of additional dir files (one is added automatically).
6010
6011 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
6012
6013 * emacs-lisp/easy-mmode.el (define-minor-mode):
6014 Revert the latest changes.
6015 Allow the three positional arguments to be skipped and replaced
6016 by keyword arguments.
6017 Add a :toggle argument to determine whether a nil arg means toggle
6018 or means turn-on. The default is unchanged.
6019 Add a call to force-mode-line-update.
6020
6021 2000-11-01 Dave Love <fx@gnu.org>
6022
6023 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6024
6025 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
6026
6027 * calendar/calendar.el (diary-face, holiday-face):
6028 Add dark-background variants.
6029
6030 2000-10-31 Sam Steingold <sds@gnu.org>
6031
6032 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6033 `tex-main-file' does not have directory in it.
6034
6035 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
6036
6037 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6038
6039 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
6040
6041 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6042 functional change.
6043
6044 2000-10-31 Gerd Moellmann <gerd@gnu.org>
6045
6046 * files.el (find-file-noselect): When we expand a wildcard, return
6047 a list of buffers, as we should do according to the doc string.
6048
6049 2000-10-31 Ken Raeburn <raeburn@gnu.org>
6050
6051 * loadup.el (top level): Adjust load path if program name is
6052 "../src/bootstrap-emacs", in case it's not dumped and thus the
6053 load path adjustment hasn't already been done.
6054
6055 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6056
6057 * ps-print.el: Fix bug on selected pages for printing.
6058 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
6059 is on. Try to avoid warning messages when compiling. Doc Fix.
6060 (ps-print-version): New version number (6.3).
6061 (ps-color-device): Use `color-values' to determine if device
6062 supports color.
6063 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6064 (ps-print-page-p): Changed from defsubst to defun.
6065 (ps-page-number): Changed from defmacro to defun.
6066 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6067 printing.
6068 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
6069 (ps-end-file, ps-dummy-page): Funs eliminated.
6070 (ps-print-color-scale): Changed default value.
6071 (ps-page-n-up, ps-print-page-p): New internal vars.
6072 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6073 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6074
6075 * delim-col.el: Little programming improvement.
6076 (delimit-columns-str): New macro.
6077 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6078
6079 2000-10-31 Kenichi Handa <handa@etl.go.jp>
6080
6081 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6082 Moved to european.el.
6083 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6084 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6085 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6086 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
6087
6088 2000-10-30 Dave Love <fx@gnu.org>
6089
6090 * progmodes/cc-menus.el (imenu-generic-expression)
6091 (imenu-progress-message): Only defvar when compiling.
6092
6093 * emacs-lisp/elp.el (elp-unload-hook): New function.
6094
6095 * loadhist.el (unload-feature): Call elp-restore-function,
6096 checking for symbols; don't use elp-restore-all.
6097 (loadhist-hook-functions): Doc fix.
6098
6099 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6100
6101 * log-edit.el (log-edit-confirm): Fix the default.
6102
6103 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6104
6105 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6106 delimit-columns-format.
6107 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6108
6109 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6110
6111 * comint.el (comint-replace-by-expanded-history): Don't use
6112 comint-get-old-input (we're not looking at *old* input).
6113 (comint-get-old-input-default): If using fields, signal an error
6114 when the point is not in an input field.
6115
6116 2000-10-30 Kenichi Handa <handa@etl.go.jp>
6117
6118 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6119 and mule-unicode-e000-ffff.
6120
6121 * international/mule.el (decode-char, encode-char): New functions.
6122 (make-coding-system): Accept a symbol of translation table as a
6123 value of property `safe-chars'.
6124
6125 * international/mule-cmds.el (encode-coding-char): Check property
6126 safe-chars instead of safe-charsets.
6127
6128 * international/fontset.el (fontset-default): Modified for
6129 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6130 (x-font-name-charset-alist): Likewise.
6131 (ccl-encode-unicode-font): New CCL program. Record it in
6132 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6133
6134 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6135 New translation tables.
6136 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6137 programs are modified and moved from mac-win.el.
6138 (mac-roman): Definition of this coding system is modified and
6139 moved from mac-win.el.
6140
6141 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
6142
6143 * ediff-wind.el (ediff-setup-control-frame): Enclose
6144 face-attribute in condition-case to avoid errors in older emacsen.
6145
6146 2000-10-29 Miles Bader <miles@gnu.org>
6147
6148 * custom.el (custom-add-to-group): Allow multiple entries for a
6149 given value OPTION, as long as their widget types are different.
6150 * cus-edit.el (custom-face-value-create): If face name doesn't end
6151 with "face", add such here (similar to custom group widgets).
6152
6153 * comint.el (comint-highlight-prompt): Add :type.
6154
6155 2000-10-28 John Wiegley <johnw@gnu.org>
6156
6157 * calendar/timeclock.el (timeclock-log): Doc fix.
6158 (timeclock-last-event): Doc fix.
6159 (timeclock-log): Kill the timelog buffer after appending a new event.
6160 (timeclock-find-discrep): Use a temp buffer to read in the
6161 timelog, instead of visiting the file.
6162 (timeclock-log-data): A new function, along with a host of helper
6163 functions, for the purpose of making timelog data accessible to
6164 programmers.
6165
6166 * eshell/esh-mode.el (window-height test): Make certain that
6167 `eshell-stringify-t' is non-nil.
6168 (eshell-password-prompt-regexp): Changed to a much simpler
6169 password regexp.
6170 (eshell-send-input): If `eshell-invoke-directly' returns t,
6171 directly invoke the parsed command using `eval'. This improves
6172 turn-around time on simple commands by a factor of three or
6173 greater, such as cd, ls, pwd, etc. -- which get used very often.
6174 It also conserves thousands of cons cells per call (since
6175 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6176 in the Pacific Cookie Company).
6177
6178 * eshell/esh-test.el (eshell-test): Whitespace fix.
6179
6180 * eshell/em-ls.el (eshell-ls-insert-directory):
6181 Make `eshell-ls-initial-args' nil when inserting directory contents.
6182
6183 * eshell/em-script.el (eshell-script-initialize): Add names to
6184 `eshell-complex-commands, since `source' and `.' are complex.
6185
6186 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6187 (eshell-rewrite-while-command): Use `eshell-protect' instead of
6188 `eshell-copy-handles'.
6189 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6190 bodies.
6191 (eshell-separate-commands): Whitespace fix.
6192 (eshell-complex-commands): Added a new list of names, for
6193 determining whether a given command is as simple as it looks.
6194 (eshell-invoke-directly): New function. Returns t if a command
6195 should be invoked directly (using `eval'), rather than indirectly
6196 using `eshell-do-eval'.
6197 (eshell-do-eval): Whitespace fix.
6198
6199 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6200 which provides an emulation of the DOS shell behavior of assuming
6201 that cp/mv/ln should copy/move/link to the current directory.
6202 (eshell-remove-entries): Added a doc string.
6203 (eshell-shuffle-files): Removed the check for `target' being null.
6204 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6205 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6206 it to do a smarter check of whether a destination was provided.
6207 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6208 (eshell/ln): Enable `:preserve-args', and use
6209 `eshell-mvcpln-template' to implement the body of the function.
6210 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6211 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
6212 list after flattening it. This makes it possible to cat files
6213 with numerical names.
6214 (eshell-unix-initialize): Added several names to
6215 `eshell-complex-commands.
6216 (eshell-unix-command-complex-p): Return t if a given command name
6217 may result in external processes being invoked.
6218
6219 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6220 variable nil by default, since it slows down glob processing by a
6221 factor of two or more, and increases memory consumption.
6222
6223 * eshell/em-smart.el: Added a note about how memory consumptive
6224 smart display mode can be (at least this is true in Emacs 21).
6225 (eshell-smart-initialize): Whitespace fix.
6226 (eshell-refresh-windows): Use `if' instead of `when'.
6227 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6228 not necessary.
6229 (eshell-currently-handling-window): Added a missing global variable.
6230
6231 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6232 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6233 Whitespace fix.
6234 (eshell-ls-exclude-hidden): Added this variable in addition to
6235 `eshell-ls-exclude-regexp'. This one prevents files beginning
6236 with . from even being read, which can improve memory consumption
6237 quite a bit.
6238 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6239 read file entries beginning with a dot. In home directories with
6240 lots of hidden files, fully two-thirds of the time spent in ls is
6241 used to read directory entries that are immediately thrown away.
6242 (eshell-ls-initial-args): Added back this configuration variable,
6243 for specifying default initial arguments to every call to ls.
6244 Much faster than using an alias to do the same thing.
6245 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6246 (eshell-ls-dir): Whitespace change.
6247
6248 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6249
6250 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
6251 (eshell-stringify-t): Added a customization variable, to indicate
6252 whether `t' should be rendered as a string at all. If not, one
6253 can still determine if the result of an expression is true using
6254 "file-exists-p FILE && echo true".
6255 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6256 stringify t!
6257
6258 * eshell/esh-module.el: Whitespace fix.
6259
6260 * eshell/em-alias.el (eshell-alias-initialize):
6261 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
6262 (eshell-command-aliased-p): New function that returns t if a
6263 command name names an aliased.
6264
6265 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
6266
6267 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
6268 redrawing the screen when changing cursor color.
6269 (viper-insert-state-pre-command-sentinel)
6270 (viper-replace-state-pre-command-sentinel)
6271 (viper-replace-state-post-command-sentinel):
6272 Use viper-preserve-cursor-color.
6273 Many functions changed to use viper= instead of = when comparing
6274 characters.
6275 * viper-util.el (viper-memq-char,viper=): New functions for
6276 working with characters.
6277 (viper-change-cursor-color): Fixed buglet.
6278 Many functions changed to use viper= instead of = when comparing
6279 characters.
6280 * viper.el (viper-insert-state-mode-list): Added eshell.
6281
6282 * ediff-init.el (ediff-before-setup-hook): New hook.
6283 Several typos fixed in various docstrings.
6284 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
6285 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
6286 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6287 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6288 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6289 (ediff-get-selected-buffers): New function.
6290 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
6291 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6292 Use save-window-excursion.
6293 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
6294 termination check in while loop.
6295 * ediff.el (ediff-get-default-file-name): Better defaults when in
6296 dired buffer.
6297 (ediff-files,ediff-merge-files,ediff-files3)
6298 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
6299
6300 2000-10-28 Dave Love <fx@gnu.org>
6301
6302 * info.el (Info-fontify-node): Add help-echo for menu items.
6303
6304 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6305
6306 * startup.el (normal-top-level): If the value of $TERM indicates
6307 we are running from xterm or one of its work-alikes, default to a
6308 light background mode.
6309
6310 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6311 * faces.el (tty-handle-reverse-video): New function.
6312 (tty-create-frame-with-faces): Call it.
6313
6314 * frame.el (frame-notice-user-settings): Don't apply
6315 default-frame-alist and initial-frame-alist to MS-DOS frames.
6316 Call tty-handle-reverse-video, frame-set-background-mode, and
6317 face-set-after-frame-default for non-MS-DOS frames.
6318
6319 * startup.el (tty-long-option-alist): New variable.
6320 (tty-handle-args): New function.
6321 (command-line): Call tty-handle-args.
6322
6323 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6324 startup.el now does that for all character-terminal frames.
6325
6326 2000-10-28 Miles Bader <miles@gnu.org>
6327
6328 * emacs-lisp/easy-mmode.el (define-minor-mode):
6329 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6330 is global. If :global is followed by a non-nil but non-t value,
6331 make the mode buffer-local, but also generate a `global-MODE'
6332 version using `easy-mmode-define-global-mode'.
6333 Add :conditional-turn-on keyword argument.
6334
6335 2000-10-28 Dave Love <fx@gnu.org>
6336
6337 * international/latin1-disp.el (latin1-char-displayable-p):
6338 Don't use window-system.
6339
6340 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6341
6342 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6343 Don't call find-buffer-file-type-coding-system. Instead, just
6344 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6345 if the file is on an untranslated filesystem.
6346 (add-untranslated-filesystem): Use "D" instead of "f" inside
6347 interactive.
6348
6349 2000-10-27 Dave Love <fx@gnu.org>
6350
6351 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
6352 (refill-mode): Use it.
6353
6354 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6355
6356 * international/quail.el (quail-activate): Don't make-local-hook.
6357
6358 2000-10-27 Andre Spiegel <spiegel@gnu.org>
6359
6360 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
6361 manual backups and file.~<rev>.~ for automatic ones.
6362 (vc-make-version-backup): Don't do it on MS-DOS without long file
6363 names.
6364
6365 * vc.el (vc-version-other-window): If an automatic backup of the
6366 desired version exists, rename it instead of copying it.
6367
6368 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6369 after command. If there's an unexpected error, signal it instead
6370 of being silent.
6371 (vc-cvs-merge-news): Be prepared for no news at all.
6372
6373 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6374
6375 * shell.el (shell): Add BUFFER argument.
6376 * comint.el (make-comint-in-buffer): New function.
6377 (make-comint): Use it.
6378
6379 * faces.el (face-spec-choose): Change syntax so that the list of
6380 attribute-value pairs is now the cdr of each clause, not the cadr.
6381 Detect old-style entries, and handle them. Use pop.
6382
6383 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6384
6385 * cus-edit.el (custom-mode-map): Use a sparse map.
6386 (custom-mode): Don't bother with make-local-hook.
6387
6388 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6389
6390 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6391
6392 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6393
6394 * ps-print.el: Avoid compilation gripes.
6395 (ps-print-version): New version number (6.2.1).
6396
6397 2000-10-26 Dave Love <fx@gnu.org>
6398
6399 * menu-bar.el: Modify some menu item help strings.
6400 (menu-bar-help-menu): Add link to MORE.STUFF.
6401
6402 * cus-edit.el (custom-mode): Add `special' mode-class property.
6403
6404 * wid-browse.el (widget-browse-mode): Likewise.
6405
6406 * wid-edit.el (widget-specify-field): Revert to using local-map
6407 property, not keymap.
6408
6409 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6410
6411 * wid-edit.el (widget-field-end): When checking for a `boundary'
6412 field, do so in the correct buffer.
6413
6414 * simple.el (undo): Correctly distinguish between numeric and
6415 non-numeric prefix args in non-transient-mark-mode, as per the doc
6416 string. When in transient-mark-mode, treat all prefix-args as
6417 numeric.
6418
6419 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6420 Position point on match. Handle N == 0 correctly.
6421
6422 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6423 (comint-mode-map): Reverse order of `comint-write-output' and
6424 `comint-append-output-to-file'.
6425 (comint-append-output-to-file): Reinstate this function, for the
6426 benefit of the menu.
6427
6428 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6429
6430 * vc.el (vc-version-other-window): Bind `file'.
6431
6432 2000-10-25 Gerd Moellmann <gerd@gnu.org>
6433
6434 * Makefile.in (update-authors): New target for maintenance purposes.
6435
6436 * emacs-lisp/authors.el (batch-update-authors): New function.
6437 (authors-fixed-entries): New defconst.
6438 (authors-add-fixed-entries): New function.
6439 (authors): Call it.: Don't process lispref/.
6440
6441 2000-10-25 Jason Rumney <jasonr@gnu.org>
6442
6443 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6444 Merge x w32 and mac definitions.
6445
6446 2000-10-25 Gerd Moellmann <gerd@gnu.org>
6447
6448 * menu-bar.el (menu-bar-options-menu): Add a help string for
6449 `uniquify'.
6450
6451 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6452
6453 * time-stamp.el (time-stamp-string-preprocess):
6454 Fix a wrong type argument error.
6455
6456 2000-10-25 Miles Bader <miles@gnu.org>
6457
6458 * recentf.el (recentf-mode): Variable removed.
6459 (recentf-mode): Use `define-minor-mode'.
6460
6461 * mwheel.el (mouse-wheel-mode): New global minor mode.
6462 (mwheel-install): Use `mouse-wheel-mode'.
6463
6464 2000-10-25 Dave Love <fx@gnu.org>
6465
6466 * progmodes/cperl-mode.el (cperl-mode):
6467 Set normal-auto-fill-function correctly.
6468
6469 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6470 Don't inherit from global-map and don't nullify menu-bar and tool-bar
6471 bindings.
6472
6473 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6474
6475 * wid-edit.el (widget-field-at): New function.
6476 (widget-at, widget-field-activate): Use it.
6477 (widget-tabable-at): Use `widget-at'.
6478 (widget-specify-field): If the terminating character of the widget
6479 field (which is read-only) is a newline, put it into a special
6480 `boundary' field so that C-n/C-p act more naturally.
6481 (widget-field-end): Also don't subtract one if a special
6482 `boundary' field has been added after the widget field.
6483
6484 * comint.el (comint-output-filter, comint-send-input):
6485 Don't bother adding stickiness fields to overlays to fool the field
6486 code, since it should notice the overlay insertion-types now.
6487
6488 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6489 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6490 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6491
6492 2000-10-24 Gerd Moellmann <gerd@gnu.org>
6493
6494 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
6495 (authors): Set file coding system to iso-2022-7bit.
6496 Add file-local variables to output buffer.
6497
6498 * files.el (after-find-file): Don't print any warnings if
6499 WARN is nil.
6500
6501 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6502
6503 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6504
6505 * delim-col.el: Now there is a column formatting mechanism.
6506 Modified to customization mechanisms convention. Doc fix.
6507 (columns): New group for delim-col.
6508 (delimit-columns-before, delimit-columns-after)
6509 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6510 (delimit-columns-end): New vars.
6511 (delimit-columns-customize, delimit-columns-format): New funs.
6512 (delimit-columns-region, delimit-columns-rectangle)
6513 (delimit-columns-rectangle-line): Modified to support column
6514 formatting.
6515
6516 2000-10-24 Dave Love <fx@gnu.org>
6517
6518 * log-edit.el (log-edit): Add :version and a :group for vc.
6519
6520 2000-10-24 Gerd Moellmann <gerd@gnu.org>
6521
6522 * files.el (after-find-file): Don't print a message ``New file''
6523 if WARN is nil.
6524
6525 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6526 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
6527 get duplicate tool-bar entries because we'll see the global ones
6528 on more than one path through keymaps.
6529
6530 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6531
6532 * progmodes/cmacexp.el: Change Francesco's email address.
6533
6534 2000-10-24 Kenichi Handa <handa@etl.go.jp>
6535
6536 * window.el (fit-window-to-buffer): Adjust point of the window
6537 buffer, not that of the current buffer.
6538
6539 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6540
6541 * progmodes/cmacexp.el: Update the euthor's email address.
6542
6543 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6544
6545 * faces.el (face-spec-set-match-display): Add `graphic' display
6546 type (the inverse of `tty'). Use `display-graphic-p' instead of
6547 the window-system variable.
6548
6549 2000-10-24 Kenichi Handa <handa@etl.go.jp>
6550
6551 * international/isearch-x.el (isearch-with-input-method):
6552 Call input-method-function with the first event in
6553 unread-command-events.
6554
6555 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6556
6557 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
6558
6559 2000-10-24 Andrew Choi <akochoi@i-cable.com>
6560
6561 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
6562 New charsets.
6563
6564 * term/mac-win.el: Remove definitions of mac-roman-lower and
6565 mac-roman-upper, require dired, and define instead of set
6566 mac-ready-for-drag-n-drop to avoid compilation error.
6567
6568 2000-10-23 Andrew Innes <andrewi@gnu.org>
6569
6570 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6571 Remove superfluous calls to subst-char-in-string; instead apply
6572 expand-file-name after convert-standard-filename to ensure
6573 expected directory separators are used.
6574
6575 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6576
6577 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6578
6579 2000-10-23 Dave Love <fx@gnu.org>
6580
6581 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6582 (tool-bar-add-item): Set foreground and background for XBM icons.
6583
6584 * international/latin1-disp.el (latin1-char-displayable-p):
6585 New function (from Handa).
6586 (latin1-display-check-font): Use it.
6587
6588 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
6589 using :key-sequence, making it much more usable.
6590 Use nconc, not append.
6591 (imenu--create-keymap-1): Avoid append.
6592
6593 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
6594
6595 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6596
6597 [the following changes fix a bug where `define-minor-mode' didn't
6598 correctly generate :require clauses for defcustoms in compiled files]
6599 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6600 (byte-compile-log-file, byte-compile-log-1): Don't set
6601 `byte-compile-current-file' to nil. Instead set
6602 `byte-compile-last-logged-file' to it. Test whether
6603 byte-compile-current-file equals byte-compile-last-logged-file
6604 instead of whether its nil.
6605 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
6606
6607 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
6608
6609 * textmodes/refill.el: Fix var names in doc.
6610 (refill-mode): Don't bother with make-local-hook anymore.
6611
6612 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6613
6614 * faces.el (face-user-default-spec, face-default-spec): New functions.
6615 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
6616 (frame-set-background-mode, face-set-after-frame-default):
6617 Use `face-user-default-spec'. Simplify code slightly.
6618
6619 * woman.el (woman-italic-face, woman-bold-face)
6620 (woman-unknown-face): Add dark-background variants.
6621 (woman-default-faces): Renamed from `woman-colour-faces'.
6622 Set using the stored defaults, rather than using hard-wired colors.
6623 (woman-monochrome-faces): Renamed from `woman-black-faces'.
6624 Just make the foreground `unspecified' rather than "black".
6625 (woman-menu): Rename menu entries accordingly.
6626
6627 * faces.el (header-line): Make more reasonable on mono/grayscale
6628 displays.
6629
6630 2000-10-23 Andrew Choi <akochoi@i-cable.com>
6631
6632 * cus-edit.el (custom-button-face): Use 3D look for mac.
6633 (custom-button-pressed-face): Likewise.
6634
6635 * faces.el (set-face-attributes-from-resources): Handle mac frames
6636 in the same way as x and w32 frames.
6637 (face-valid-attribute-values): Likewise.
6638 (read-face-attribute): Likewise.
6639 (defined-colors): Likewise.
6640 (color-defined-p): Likewise.
6641 (color-values): Likewise.
6642 (display-grayscale-p): Likewise.
6643 (face-set-after-frame-default): Likewise.
6644 (mode-line): Same default face as for x and w32.
6645 (tool-bar): Likewise.
6646
6647 * frame.el: Remove call to frame-notice-user-settings at end of
6648 the file.
6649
6650 * info.el (Info-fontify-node): Make underlines invisible for mac
6651 as for x, pc, and w32 frame types.
6652
6653 * term/mac-win.el: New file.
6654
6655 2000-10-22 Dave Love <fx@gnu.org>
6656
6657 * textmodes/refill.el: New file.
6658
6659 2000-10-22 Andre Spiegel <spiegel@gnu.org>
6660
6661 * vc-hooks.el (vc-version-backup-file-name): New optional args
6662 MANUAL and REGEXP.
6663 (vc-delete-automatic-version-backups, vc-make-version-backup):
6664 New functions.
6665 (vc-before-save): Use the latter.
6666 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6667 confusion.
6668
6669 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
6670 expected by vc[-hooks].el.
6671
6672 * vc.el (vc-checkout): Added `-p' suffix in call to
6673 vc-make-version-backups-p; use vc-make-version-backup to actually
6674 make the backup.
6675 (vc-version-other-window, vc-version-backup-file): Handle both
6676 automatic and manual backups.
6677 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6678 of all of them.
6679
6680 2000-10-22 Miles Bader <miles@gnu.org>
6681
6682 * comint.el (comint-highlight-input, comint-highlight-prompt):
6683 Renamed, `-face' at end removed.
6684 (comint-send-input, comint-output-filter): Use renamed faces.
6685
6686 * window.el (fit-window-to-buffer): Change defaulting of
6687 MAX-HEIGHT slightly.
6688
6689 * faces.el (color-values, color-defined-p): Use `member', not
6690 `memq', because it works correctly for strings.
6691 (frame-set-background-mode): Actually, "unspecified-fg" and
6692 "unspecified-bg" *are* strings. Use `member', not `memq', and
6693 `equal', not `eq', when a string value is possible.
6694
6695 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6696
6697 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6698
6699 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6700
6701 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6702 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6703 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6704 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6705 (sh-font-lock-syntactic-keywords): Use them.
6706 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6707 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6708 (sh-mode): Don't override font-lock-unfontify-region-function.
6709 Use a copy of sh-font-lock-syntactic-keywords.
6710 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6711 Don't call sh-scan-buffer since font-lock does it on the fly.
6712 (sh-get-indent-info): Use `face' rather than `syntax-table'
6713 text-property to detect here-documents.
6714 Replace sh-special-syntax with sh-st-punc.
6715 (sh-prev-line): Use `face' rather than `syntax-table'
6716 text-property to skip over here-documents.
6717 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6718 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6719 (sh-electric-less, sh-set-here-doc-region)
6720 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
6721 (sh-scan-buffer, sh-rescan-buffer): Remove.
6722
6723 2000-10-21 Andrew Innes <andrewi@gnu.org>
6724
6725 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6726 remote (ange-ftp) file names.
6727
6728 2000-10-21 Miles Bader <miles@gnu.org>
6729
6730 * window.el (fit-window-to-buffer): New function.
6731 (shrink-window-if-larger-than-buffer): Use it.
6732 (window-text-height): Don't expect minibuffers to have mode-lines.
6733
6734 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
6735 * international/quail.el (quail-update-guidance):
6736 Use `fit-window-to-buffer' instead of `set-window-text-height'.
6737
6738 * international/quail.el (quail-show-guidance-buf): Make sure
6739 guidance window really has enough room.
6740 (quail-update-guidance): If quail-guidance-win is already shown,
6741 make sure its height is OK.
6742
6743 * window.el (window-text-height, set-window-text-height):
6744 New functions.
6745 (shrink-window-if-larger-than-buffer): Use `window-text-height'
6746 instead of `window-height' & `mode-line-window-height-fudge'.
6747 (mode-line-window-height-fudge): Add FACE parameter.
6748 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6749 instead of `enlarge-window' & `mode-line-window-height-fudge'.
6750
6751 2000-10-20 Miles Bader <miles@gnu.org>
6752
6753 * window.el (height-affecting-face-attributes): Use `defconst'.
6754
6755 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
6756 New function, conditionally aliased to `mode-line-window-height-fudge'.
6757 (ispell-help): Use it.
6758 (ispell-choices-win-default-height): Don't include mode-line fudge.
6759 (ispell-choices-win-default-height): New function.
6760 (ispell-show-choices, ispell-command-loop): Use function
6761 `ispell-choices-win-default-height' instead of variable.
6762
6763 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
6764
6765 * window.el (mode-line-window-height-fudge): New variable.
6766 (height-affecting-face-attributes): New variable.
6767 (mode-line-window-height-fudge): New function.
6768 (shrink-window-if-larger-than-buffer): Use it.
6769 * help.el (resize-temp-buffer-window): Likewise.
6770
6771 * info.el (Info-fontify-node): Add support for @subsubsection
6772 titles, which use `Info-title-4-face'.
6773 (Info-title-4-face): New face.
6774 (Info-title-3-face): Inherit from Info-title-4-face instead of
6775 variable-pitch.
6776
6777 2000-10-19 Jason Rumney <jasonr@gnu.org>
6778
6779 * dired.el (dired-insert-directory): Do not let errors signalled by
6780 attempt to run dired-free-space-program prevent dired from working.
6781
6782 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
6783
6784 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6785
6786 2000-10-19 Gerd Moellmann <gerd@gnu.org>
6787
6788 * dirtrack.el (dirtrack): Fix call to run-hooks.
6789
6790 * cmuscheme.el (cmuscheme-program-name): Renamed from
6791 scheme-program-name because xscheme.el contains a defcustom with
6792 the same name. As a consequence, customizing group `cmuscheme'
6793 loaded `xscheme' which redefined run-scheme.
6794 (run-scheme): Use cmuscheme-program-name.
6795
6796 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
6797
6798 * play/doctor.el (doctor-death): Update the Samaritans'
6799 anonymous address, and add a website for Befrienders International.
6800
6801 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6802
6803 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6804 Avoid compilation gripes. Doc fix.
6805 (ps-print-version): New version number (6.2).
6806 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6807 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6808 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6809 (ps-x-extent-priority, ps-x-extent-start-position)
6810 (ps-x-face-font-instance, ps-x-find-coding-system)
6811 (ps-x-font-instance-properties, ps-x-make-color-instance)
6812 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6813 avoid compilation gripes without defining functions.
6814 (ps-e-find-composition): Alias for function find-composition, to have a
6815 suitable function depending on Emacs version.
6816 (ps-color-device, ps-color-values, ps-face-foreground-name)
6817 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6818 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6819 (ps-print-ensure-fontified): Function definitions surrounded by
6820 `eval-and-compile' to avoid compilation gripes.
6821 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6822 by symbol-value to avoid compilation gripes.
6823 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6824 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6825
6826 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6827
6828 * startup.el (normal-top-level): Call `frame-set-background-mode'
6829 after `frame-notice-user-settings' because the latter doesn't call
6830 the former on a tty.
6831
6832 * faces.el (frame-set-background-mode): `unspecified' &c are
6833 symbols, not strings.
6834
6835 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6836
6837 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6838 why some "light*" colors are deliberately absent from the alist.
6839
6840 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6841 Change colors for tty's, as suggested by Miles Bader.
6842
6843 2000-10-19 Kenichi Handa <handa@etl.go.jp>
6844
6845 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
6846 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6847 for ISO10646-1 fonts.
6848 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6849
6850 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6851
6852 * faces.el (frame-set-background-mode): If a tty frame defines a
6853 background color, use that to compute the background mode, instead
6854 of always defaulting to "dark".
6855
6856 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6857
6858 * comint.el (comint-write-output): New function.
6859 (comint-mode-map): Add it to the menu.
6860 Bind `C-c C-s' to comint-write-output.
6861
6862 2000-10-18 Gerd Moellmann <gerd@gnu.org>
6863
6864 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6865 Use fancy-splash-delay.
6866
6867 2000-10-18 Alex Schroeder <alex@gnu.org>
6868
6869 * progmodes/sql.el (sql-sybase-options): New option.
6870 (sql-sybase): Use it. Add sql-database to the list of parameters
6871 provided for login. The options -w 2048 -n are not used any more.
6872
6873 * comint.el (comint-read-input-ring): Bugfix such that the first
6874 and the last entry of the input ring file are not lost.
6875
6876 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6877
6878 * ps-print.el: Internal variable changes to defcustom,
6879 make-local-hook changes to defvar. Doc fix.
6880 (ps-print-version): New version number (6.1).
6881 (ps-setup, ps-do-despool): Code fix.
6882 (ps-printer-name): Customization fix.
6883 (ps-printer-name-option): Now is a defcustom instead of an
6884 internal variable.
6885 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6886 (ps-print-begin-column-hook): Now are defvar instead of
6887 make-local-hook.
6888
6889 2000-10-18 Miles Bader <miles@gnu.org>
6890
6891 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6892 (comint-kill-output): Changed into an alias for `comint-delete-output',
6893 and made obsolete.
6894 (comint-mode-map): Rename references to comint-kill-output.
6895
6896 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6897
6898 * diff-mode.el (diff-header-face, diff-file-header-face)
6899 (diff-changed-face): Add bold and italic attributes to tty faces.
6900 (diff-function-face): New face.
6901 (diff-font-lock-keywords): Use it.
6902
6903 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6904
6905 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6906 Remove commented-out call to force-mode-line-update.
6907 (comint-kill-output): Use `forward-line 0' instead of
6908 beginning-of-line to make sure we get past the prompt.
6909
6910 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6911
6912 * diff-mode.el (diff-header-face, diff-file-header-face):
6913 Add specific setting for dark background.
6914 (diff-context-face): Renamed from diff-comment-face.
6915 Set explicitly rather than inheriting from font-lock-comment-face.
6916
6917 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6918
6919 * startup.el (command-line): Move the code which sets the default
6920 TTY colors to before before-init-hook.
6921
6922 2000-10-17 Gerd Moellmann <gerd@gnu.org>
6923
6924 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6925
6926 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6927
6928 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6929 extensions, for MS-DOS.
6930
6931 * diff-mode.el (diff-header-face, diff-file-header-face)
6932 (diff-changed-face): Define tty-specific colors.
6933
6934 2000-10-17 Gerd Moellmann <gerd@gnu.org>
6935
6936 * startup.el (fancy-splash-text): Realign the text.
6937
6938 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6939
6940 * font-lock.el (font-lock-comment-face): Define a separate default
6941 for dark-background tty's.
6942
6943 2000-10-17 Miles Bader <miles@gnu.org>
6944
6945 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6946 being obscured by whizzy mode-lines on graphics displays.
6947
6948 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6949
6950 * info.el (Info-title-1-face, Info-title-2-face)
6951 (Info-title-3-face): Define colors for tty's.
6952 (info-header-node): Remove unneeded tty-specific definition.
6953
6954 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6955
6956 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6957 reverse from the frame parameters, and don't invert foreground and
6958 background colors.
6959
6960 2000-10-16 Miles Bader <miles@gnu.org>
6961
6962 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6963 string "*Info*". Call propertized-buffer-identification to spruce
6964 up the result.
6965
6966 2000-10-16 Gerd Moellmann <gerd@gnu.org>
6967
6968 * help.el: Provide `help' for the sake of define-minor-mode
6969 which generates defcustoms with requires.
6970
6971 * jit-lock.el (jit-lock-after-change): If we're in text that
6972 matches a multi-line font-lock pattern, make sure the whole text
6973 will be redisplayed.
6974
6975 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6976 author's name is unknown.
6977
6978 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6979 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6980 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6981 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6982 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6983 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6984 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6985 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6986 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6987 Add author information.
6988
6989 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6990
6991 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6992 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6993 full-color version (using the Gimp) to eliminate dithering artifacts.
6994
6995 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6996
6997 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6998
6999 * simple.el (syntax-flag-table, string-to-syntax): Remove.
7000
7001 2000-10-15 Dave Love <fx@gnu.org>
7002
7003 * progmodes/sh-script.el: Require skeleton and comint when compiling.
7004
7005 * pcomplete.el (pcomplete) <defgroup>: Add :version.
7006
7007 * whitespace.el: Doc fixes.
7008 (top-level): Don't add hooks here.
7009 (whitespace-running-emacs): Deleted.
7010 (timer): Don't require.
7011 (whitespace): Add back :version conditional on xemacs test.
7012 (whitespace-spacetab-regexp, whitespace-indent-regexp)
7013 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7014 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7015 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7016 Avoid specific xemacs test.
7017 (whitespace-global-mode): New option.
7018 (whitespace-global-mode): New command.
7019 (whitespace-unload-hook): New function.
7020
7021 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
7022 (Info-fontify-node, Info-goto-node, Info-mode-menu)
7023 (Info-fontify-node): `Goto' goes to `Go to'.
7024 (Info-fontify-node): Add help-echo to xref links.
7025
7026 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
7027
7028 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7029
7030 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7031
7032 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7033 Use plist-get and allow :inherit.
7034
7035 * emacs-lisp/cl-macs.el (cl-do-arglist):
7036 Use plist-get and plist-member instead of memq.
7037
7038 * emacs-lisp/ewoc.el (ewoc-location): New function.
7039 (ewoc-enter-after, ewoc-enter-before): Document return value.
7040 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7041 Don't need make-local-hook any more.
7042 (cvs-addto-collection): Return the new tin.
7043 (cvs-mode-insert): Jump to the new line.
7044
7045 * jit-lock.el (jit-lock-fontify-buffer): Remove.
7046
7047 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7048
7049 * font-lock.el (font-lock-syntactically-fontified): New var.
7050 (font-lock-fontify-syntactic-keywords-region): Use it.
7051 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
7052
7053 * diff-mode.el (diff-find-file-name): Fix regexp.
7054
7055 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7056 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7057
7058 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7059 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7060 (sh-mode): Don't make all vars local here.
7061 (sh-kw): Reformat.
7062 (sh-set-shell): Use dolist. Don't set indent-region-function.
7063 (sh-mode-syntax-table): Use pop.
7064 (sh-remember-variable): Use push.
7065 (sh-help-string-for-variable): Use memq.
7066 (sh-safe-backward-sexp): Remove.
7067 (sh-safe-forward-sexp): Add ARG.
7068 (sh-get-indent-info, sh-prev-stmt): Use it.
7069 (sh-prev-line): Simplify by using forward-comment.
7070 (sh-this-is-a-continuation): Simplify.
7071 (sh-learn-buffer-indent): Use dolist.
7072 (sh-do-nothing): Remove.
7073 (sh-set-char-syntax, sh-set-here-doc-region):
7074 Use inhibit-modification-hooks.
7075 (sh-name-style): Use mapcar and push.
7076 (sh-load-style): Use dolist.
7077 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7078 (sh-case, sh-while-getopts): Use propertize directly rather
7079 than sh-electric-rparen.
7080
7081 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7082
7083 * textmodes/tex-mode.el: Require CL when compiling.
7084 (tex-mode-syntax-table): Init immediately.
7085 (tex-mode-map): Bind M-RET to latex-insert-item.
7086 (latex-mode): Set indent-line-function to latex-indent.
7087 (tex-common-initialization): Don't setup the syntax-table any more.
7088 (latex-insert-item): New skeleton.
7089 (tex-next-unmatched-end): Fix copy/paste braino.
7090 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
7091 (latex-indent, latex-find-indent): New functions.
7092 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
7093 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7094 (tex-compilation-parse-errors): Use with-syntax-table.
7095
7096 2000-10-15 Miles Bader <miles@gnu.org>
7097
7098 * font-lock.el (font-lock-comment-face): Change dark-background,
7099 color, non-tty, default to `chocolate1'.
7100
7101 2000-10-13 John Wiegley <johnw@gnu.org>
7102
7103 * eshell/esh-util.el (require): Added a missing `require' form,
7104 needed when compiling (for an ange-ftp macro definition).
7105
7106 2000-10-13 Dave Love <fx@gnu.org>
7107
7108 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7109
7110 2000-10-13 Gerd Moellmann <gerd@gnu.org>
7111
7112 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
7113
7114 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
7115 transparent -colors 8).
7116
7117 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7118
7119 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7120 that breaks with old list format timestamps.
7121 (time-stamp-warn-inactive, time-stamp-old-format-warn)
7122 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
7123
7124 2000-10-13 John Wiegley <johnw@gnu.org>
7125
7126 * align.el, pcomplete.el, calendar/timeclock.el,
7127 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7128
7129 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
7130 faulty math, where holiday hours were being computing as seconds.
7131
7132 2000-10-13 John Wiegley <johnw@gnu.org>
7133
7134 * desktop.el (desktop-buffer-modes-to-save): Added a global for
7135 specifying what "other" kinds of buffers should be saved.
7136 This used to be hard-coded.
7137 (desktop-buffer-misc-functions): A global for specifying how
7138 auxiliary data should be determined for special buffer types.
7139 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7140 instead of hard-coding the special buffer types.
7141 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7142 auxiliary data, instead of hard-coding for Info buffers and dired.
7143 (desktop-buffer-info-misc-data): Aux function for determining Info
7144 buffer auxiliary info.
7145 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7146 (desktop-buffer-info): Changed this function to use the info
7147 gathered above.
7148 (desktop-create-buffer): Be a little more careful about what
7149 `minor-mode' means before calling it. This is important for some
7150 buffer types.
7151
7152 2000-10-13 John Wiegley <johnw@gnu.org>
7153
7154 * eshell/esh-util.el: Added a global form which declares an
7155 autoload for `parse-time-string', if that function is not already
7156 defined, and if parse-time.el is available on the user's system.
7157
7158 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7159 to be aware of ange-ftp user info.
7160 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
7161 (eshell-ls-annotate): Use `eshell-file-attributes'.
7162 (eshell-ls-file): Made the user-id printing code a bit smarter.
7163
7164 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7165 allow identification of alias user ids in remote directories.
7166 It's manual, but there's no other way to know when the current user
7167 on the local machine, is also the owning user on the remote machine.
7168 (fboundp): Bind `ange-cache'.
7169 (eshell-directory-files-and-attributes): Re-organized the logic a
7170 bit to use `eshell-file-attributes' instead of `file-attributes'.
7171 The former is more sensitive to directories that are read via FTP,
7172 and knows how to use ange-ftp to determine full attribute
7173 information, instead of just the name and last modtime.
7174 (eshell-current-ange-uids): Return the current user id when in a
7175 remote directory.
7176 (eshell-parse-ange-ls): Parse a full directory listing that has
7177 been returned by ange-ftp.
7178 (eshell-file-attributes): This beefed up version of
7179 `file-attributes' is only special if the user is currently in a
7180 remote directory, in which case it does a lot of work to find out
7181 what the real attributes of a file are, as they appear on the
7182 remote machine. This makes usage of remote directories (i.e.,
7183 ange-ftp pathnames) much more useful. You can now use Eshell as a
7184 full-fledged FTP client, with much more manipulation ability than
7185 most other clients.
7186
7187 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7188 variable, which means that Eshell's du should always be preferred
7189 in remote directories.
7190 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7191 just `file-attributes'.
7192 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7193 when reading remote directories. This is an Eshell-specific
7194 variable (not part of ange-ftp).
7195 (eshell/ln): Bind `ange-cache'.
7196 (eshell/du): Added some extra logic for determining when to use
7197 Eshell's du (which is slow), and when to use the external version
7198 (which may or may not exist).
7199
7200 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7201 Call `eshell-interactive-process', rather than using
7202 `get-buffer-process', since backgrounded processes don't count in
7203 the context of this function's logic.
7204
7205 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7206 `forward-char', so that null strings are parsed correctly.
7207
7208 2000-09-13 John Wiegley <johnw@gnu.org>
7209
7210 * eshell/em-pred.el (eshell-pred-file-type)
7211 (eshell-pred-file-links, eshell-pred-file-size):
7212 Use `eshell-file-attributes'. This is more correct over ange-ftp.
7213
7214 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7215 that remote file globbing is more efficient.
7216
7217 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7218 gathering the files and attributes within a directory.
7219
7220 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7221 the command line is a special file (not a regular file, directory
7222 or symlink), always attempt to call the external version of cat.
7223
7224 2000-09-13 John Wiegley <johnw@gnu.org>
7225
7226 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7227 Eshell-friendly version of find-tag.
7228
7229 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7230
7231 * image-file.el (image-file-name-extensions)
7232 (image-file-name-regexps): Add autoload cookies.
7233
7234 2000-10-13 Kenichi Handa <handa@etl.go.jp>
7235
7236 * international/mule-cmds.el (select-safe-coding-system): If FROM
7237 is string, show it in *Warning* buffer.
7238
7239 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7240
7241 * startup.el (normal-top-level): Use display-popup-menus-p instead
7242 of window-system.
7243 (command-line): Use display-graphic-p instead of window-system.
7244 (command-line-1): Use display-popup-menus-p and display-mouse-p
7245 instead of window-system.
7246
7247 2000-10-12 Sam Steingold <sds@gnu.org>
7248
7249 * tooltip.el (tooltip-use-echo-area): New user variable.
7250 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7251
7252 2000-10-12 Dave Love <fx@gnu.org>
7253
7254 * recentf.el: Maintainer's checkdoc fixes.
7255
7256 * startup.el (normal-top-level-add-subdirs-to-load-path):
7257 Use character class, not ASCII when matching file names.
7258 (fancy-splash-head): Add trailing slash to URL.
7259 (command-line): Don't require XPM support for toolbar.
7260
7261 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7262 (cperl-invalid-face): Revert last change.
7263 (cperl-init-faces): Quote cperl-invalid-face.
7264
7265 2000-10-12 Kenichi Handa <handa@etl.go.jp>
7266
7267 * startup.el (fancy-splash-text): Remove superfluous quote.
7268
7269 2000-10-12 Gerd Moellmann <gerd@gnu.org>
7270
7271 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7272 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7273 (command-line-1): Don't use fancy-splash-pending-command.
7274 (fancy-splash-screens-1): Goto point-min after inserting text.
7275
7276 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7277
7278 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7279 instead of shared-lisp-mode-map.
7280
7281 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7282
7283 * faces.el (header-line): Change tty-variant to use underlining.
7284
7285 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7286 (isearch-highlight): Restore lazy-isearch face properties at old
7287 position, and suppress them at new position.
7288 (isearch-dehighlight): Restore lazy-isearch face properties.
7289 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7290 over the real isearch overlay, but in that case, don't give it a
7291 face property. Use `push'.
7292
7293 2000-10-12 Kenichi Handa <handa@etl.go.jp>
7294
7295 * man.el (Man-getpage-in-background): Fix previous change.
7296 Decode the process output only when we are in multibyte mode.
7297
7298 2000-10-11 Dave Love <fx@gnu.org>
7299
7300 * info.el (Info-mode-menu): Fix some help.
7301 (info-tool-bar-map): Add entry for Info-last.
7302
7303 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7304 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7305 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7306 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7307 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7308 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7309 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7310 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7311 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7312 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7313 Reduce colour requirements to 25 overall. (Probably wants
7314 revisiting from the originals to reduce further.)
7315
7316 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7317
7318 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7319 buffer-file-coding-system, instead of raw-text.
7320 (dehexlify-buffer): Bind coding-system-for-read to
7321 buffer-file-coding-system, instead of raw-text.
7322
7323 2000-10-11 Sam Steingold <sds@gnu.org>
7324
7325 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
7326 `underline' - fixes the bug introduced on 2000-09-21.
7327
7328 2000-10-11 Dave Love <fx@gnu.org>
7329
7330 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7331 Avoid compiler warnings.
7332 (scheme-mode): Doc fix.
7333 (scheme-font-lock-keywords-1): Match `define-syntax'.
7334
7335 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
7336
7337 * faces.el (frame-set-background-mode): Pay attention to saved
7338 face specs as well as default ones. Only do anything if the
7339 bg-mode or display-type has actually changed. Use `dolist'.
7340 (region): Make dark-background `region' face less in-your-face.
7341
7342 2000-10-10 Sam Steingold <sds@gnu.org>
7343
7344 * chistory.el, ielm.el, ledit.el:
7345 * progmodes/inf-lisp.el, progmodes/scheme.el:
7346 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7347
7348 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7349
7350 * textmodes/texinfo.el: Update copyright and fix typo.
7351
7352 * desktop.el (desktop-modes-not-to-save): New var.
7353 (desktop-save-buffer-p): Use it.
7354 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7355 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7356
7357 2000-10-10 Dave Love <fx@gnu.org>
7358
7359 * toolbar/tool-bar.el (tool-bar-add-item)
7360 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
7361
7362 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7363 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7364 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7365 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7366 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7367 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7368 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7369 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7370 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7371 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7372 the .xpms; probably need retouching.
7373
7374 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7375
7376 * subr.el (add-to-list): Add optional argument APPEND.
7377 * battery.el (display-battery): Use `add-to-list'.
7378
7379 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7380
7381 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7382 properties.
7383 (zone, zone-when-idle, zone-leave-me-alone)
7384 (zone-pgm-whack-chars): Use new symbol properties.
7385
7386 * battery.el (display-battery): Doc spelling fix.
7387
7388 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7389 property.
7390
7391 2000-10-09 Dave Love <fx@gnu.org>
7392
7393 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7394 has been initialized before calling tool-bar-setup.
7395 (tool-bar-add-item-from-menu): Add autoload cookie.
7396
7397 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7398
7399 * menu-bar.el (send-mail-item-name): New function.
7400 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7401 of mail-user-agent in the menu. Don't display the "Send Mail"
7402 item if mail-user-agent is nil or its value is ignore.
7403 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7404 if read-mail-command is nil or its value is ignore.
7405
7406 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7407
7408 2000-10-09 Miles Bader <miles@gnu.org>
7409
7410 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7411 Correct image size.
7412 * toolbar/left_arrow.xpm: Correct image size.
7413
7414 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7415 will be done by the definition of `auto-compression-mode' if
7416 necessary. Move code to uninstall existing file-name handler
7417 before definition of `auto-compression-mode'.
7418
7419 * image-file.el (auto-image-file-mode): Move to the end of the
7420 file, because `define-minor-mode' actually calls the mode-function
7421 if the associated variable is non-nil, which requires that all
7422 needed functions be already defined.
7423
7424 * mouse.el (popup-menu): Balance parens.
7425
7426 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7427
7428 * mouse.el (popup-menu): Move the command call outside the loop
7429 so that popup-menu returns whatever the command returns.
7430
7431 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7432 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7433 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7434 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7435
7436 * vc.el (vc-version-diff): diff-switches can be a list.
7437 Use relative filenames for prettier output.
7438
7439 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7440 (vc-post-command-functions): Remove old-VC compatibility code.
7441
7442 * newcomment.el (comment-indent-default): Autoload.
7443
7444 * font-lock.el (font-lock-defaults): Make buffer-local.
7445 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7446 (font-lock-choose-keywords):
7447 Ignore LEVEL unless KEYWORDS is a list of syms.
7448 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7449 Don't wrap regexp-opt things in \(...\) unnecessarily.
7450
7451 * jit-lock.el: Don't require font-lock any more.
7452 (jit-lock-functions): Make buffer-local.
7453 (jit-lock-saved-fontify-buffer-function): Remove.
7454 (jit-lock-mode): Remove autoload cookie.
7455 Remove font-lock specific code.
7456 (jit-lock-unregister): Don't bother handling complex hooks any more.
7457 (jit-lock-refontify): New function.
7458 (jit-lock-fontify-buffer): Use it.
7459 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7460 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7461 Add optional args START and END.
7462 Never call font-lock-fontify-region directly.
7463 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7464
7465 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7466
7467 2000-10-08 Dave Love <fx@gnu.org>
7468
7469 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7470
7471 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7472
7473 * play/studly.el (studlify-region, studlify-word): Add autoload
7474 cookie.
7475
7476 * play/morse.el (morse-region, unmorse-region): Add autoload
7477 cookie.
7478
7479 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7480 concat.
7481
7482 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7483 insist on symbols starting with word syntax.
7484 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7485 (eval-defun-1): Doc fix.
7486 (indent-sexp): Use nconc to build up indent-stack.
7487
7488 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7489 Gnus with little use.
7490 (mail-setup-hook): Add mail-abbrevs-setup to options.
7491
7492 * recentf.el: Doc fixes.
7493
7494 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7495 Clean up remainder.
7496
7497 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7498 without timezone and (8) with timezone to enforce some whitespace.
7499 Simplify code somewhat.
7500
7501 * options.el (list-options): Doc that you should use customize.
7502
7503 * iswitchb.el (iswitchb-mode): Add :require.
7504
7505 * info.el (Info-goto-node, Info-menu): Doc fix.
7506 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7507 (info-tool-bar-map): New variable.
7508 (Info-mode): Use it.
7509 (Info-edit-map): Define all in defvar.
7510 (speedbar-attached-frame): Avoid compiler warning.
7511
7512 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7513 (global-map): Bind [tool-bar] to a filtered map.
7514 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7515 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7516 Allow PBM icons.
7517 (tool-bar-setup): Adjust calls of tool-bar-add-item.
7518
7519 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7520 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7521 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
7522 icons, except up_arrow, which is left-arrow rotated.
7523
7524 * imenu.el (imenu-add-to-menubar): Fix last change.
7525
7526 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
7527
7528 * generic-x.el (rul-generic-mode): Remove eval-when-compile
7529 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
7530
7531 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7532
7533 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7534 typos in doc strings.
7535
7536 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7537 the doc strings how to customize Font Lock faces.
7538
7539 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7540 computing growth when dragging the header line.
7541
7542 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7543
7544 * simple.el (kill-line): Doc fix.
7545
7546 2000-10-08 Miles Bader <miles@gnu.org>
7547
7548 * faces.el (secondary-selection): Make foreground visible on tty.
7549
7550 * jka-compr.el (auto-compression-mode): Move to the end of the
7551 file, because `define-minor-mode' actually calls the mode-function
7552 if the associated variable is non-nil, which requires that all
7553 needed functions be already defined.
7554 (with-auto-compression-mode): Add autoload cookie.
7555
7556 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
7557
7558 * files.el (find-backup-file-name) [ms-dos]: If support for long
7559 file names is not available, behave as if version-control were set
7560 to never.
7561
7562 2000-10-07 Dave Love <fx@gnu.org>
7563
7564 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
7565 (browse-url-gnome-moz): New function.
7566 (browse-url-browser-function): Use it.
7567 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
7568
7569 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
7570
7571 * indent.el (tab-always-indent): New var.
7572 (indent-for-tab-command): Use it.
7573
7574 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7575 raise an error. This way it can still default to a sane value.
7576
7577 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7578
7579 * startup.el (fancy-splash-screens): Use local rather than global map.
7580 Don't use `update-menu-bindings' any more.
7581 Get rid of assumptions about keymap representation.
7582
7583 2000-10-06 Dave Love <fx@gnu.org>
7584
7585 * textmodes/fill.el (sentence-end-double-space)
7586 (sentence-end-without-period): Doc fix.
7587 (adaptive-fill-regexp): Purecopy.
7588 (unjustify-current-line): Use line-end-position.
7589 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7590
7591 * net/eudc-vars.el (eudc): Add :version, :link.
7592
7593 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7594
7595 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7596 Fix for define-minor-mode.
7597 (function-at-point): Alias to function-called-at-point.
7598
7599 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7600
7601 * simple.el (backward-word): Doc fix.
7602
7603 * image-file.el (image-file-name-regexp): image-file-regexps ->
7604 image-file-name-regexps.
7605 (image-file-name-extensions): Add pbm.
7606
7607 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7608
7609 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7610 and add filename to the names so that diff-mode can jump to source.
7611
7612 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7613 (tex-font-lock-keywords, tex-font-lock-keywords-2)
7614 (tex-font-lock-keywords-1): Remove.
7615 (font-lock-turn-on-thing-lock): Use jit-lock-register.
7616 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7617 (font-lock-default-fontify-region):
7618 Expand beg..end correctly when just following a multiline region.
7619 (font-lock-fontify-anchored-keywords):
7620 Include the anchor text as part of the multiline.
7621
7622 2000-10-06 Gerd Moellmann <gerd@gnu.org>
7623
7624 * loadup.el (toplevel): Load `loaddefs' before `help' because the
7625 latter needs the autoloaded define-minor-mode macro during the
7626 bootstrap.
7627
7628 * startup.el (command-line): For now, activate tool-bar-mode only
7629 if XPM images are supported.
7630
7631 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7632 window by dragging a header-line at the top of the frame; that's
7633 confusing because the header-line doesn't move.
7634 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7635 of treating the event as a list. Some cleanup.
7636
7637 2000-10-06 Miles Bader <miles@gnu.org>
7638
7639 * simple.el (display-message-or-buffer): New function.
7640 (shell-command-on-region): Use `display-message-or-buffer'.
7641
7642 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7643 docstring parts.
7644
7645 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7646 (smbclient-prompt-regexp): Add usage note to doc string.
7647 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7648 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7649 Use add-hook for adding the comint filter function, and only do so
7650 if it's not already in the global hook list.
7651 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7652 to `make-local-variable'.
7653 (nslookup-font-lock-keywords): Remove prompt entry.
7654 (nslookup): Don't set the process-filter.
7655 (finger): Exit the loop correctly when the regexps list runs out.
7656 (ftp, smbclient, smbclient-list-shares):
7657 Set the real major mode immediately, not after execing.
7658 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7659
7660 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7661
7662 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7663
7664 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7665
7666 * which-func.el (which-func-format): Remove spurious space.
7667 (which-func-mode): Don't make it permanent-local.
7668 (which-func-ff-hook): Allow which-func-maxout to be nil.
7669 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7670 (which-func-mode): Simplify.
7671 Use post-command-idle-hook rather than post-command-hook.
7672 Go through all buffers and update their state.
7673 (which-function): Also try add-log-current-defun-function.
7674
7675 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7676 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7677 Update call to with-vc-properties accordingly.
7678 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7679 (vc-revert-buffer): More careful about window selection and deletion.
7680 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7681
7682 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7683 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7684 (cvs-dired-action): Change the default to quickdir.
7685
7686 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7687 if comment-indent-function returns nil.
7688 (comment-indent-default): New function.
7689 (comment-indent-function): Use it and document the new semantics.
7690
7691 * image-file.el: Docstring fixes.
7692
7693 * help.el (help-xref-on-pp): Use match-string.
7694 (describe-variable): New arg BUFFER.
7695 Store the current buffer in the help-xref-stack.
7696 (temp-buffer-resize-mode): Use define-minor-mode.
7697
7698 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7699 consistently with its docstring.
7700 Set jit-lock-first-unfontify-pos in an idempotent way.
7701 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7702
7703 2000-10-05 Alex Schroeder <alex@gnu.org>
7704
7705 * sql.el (sql-mysql-options): New variable.
7706 (sql-mysql): Use it.
7707
7708 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7709
7710 * image.el (image): New group.
7711
7712 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7713 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7714
7715 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7716
7717 * net/net-utils.el (nslookup-font-lock-keywords)
7718 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7719 Ignore the value of wqindow-system; always define keywords
7720
7721 2000-10-05 Kenichi Handa <handa@etl.go.jp>
7722
7723 * startup.el (fancy-splash-screens): Remove the code for
7724 debugging; `(trace-to-stderr "EXITTT\n")'.
7725
7726 2000-10-05 Miles Bader <miles@gnu.org>
7727
7728 * diff-mode.el (diff-goto-source): Update call to
7729 `diff-hunk-status-msg' to reflect new REV variable.
7730
7731 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7732
7733 * progmodes/icon.el (icon-mode):
7734 Don't gratuitously override the default for comment-column.
7735
7736 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7737
7738 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7739 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7740 (jit-lock-functions): New var.
7741 (jit-lock-function-1): Use it if non-nil.
7742 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
7743 Set the `fontified' property before doing the fontification to avoid
7744 repeatedly going through the same error.
7745 Don't turn errors into messages.
7746 (jit-lock-register, jit-lock-unregister): New functions.
7747
7748 * dired.el (dired-mark-pop-up): Turn comment into docstring.
7749 Use with-current-buffer.
7750
7751 * dired-aux.el (dired-do-create-files, dired-kill-tree):
7752 Turn comment into docstring.
7753
7754 * apropos.el (apropos-mode): Use define-derived-mode.
7755
7756 2000-10-04 Gerd Moellmann <gerd@gnu.org>
7757
7758 * startup.el (fancy-splash-pending-command): New variable.
7759 (fancy-splash-pre-command): New function.
7760 (fancy-splash-screens): Rewritten.
7761 (command-line-1): If fancy-splash-pending-command is set, call it
7762 interactively.
7763
7764 2000-10-04 Dave Love <fx@gnu.org>
7765
7766 * toolbar/tool-bar.el (tool-bar-setup): New function.
7767 (tool-bar-mode): Use it.
7768
7769 * subr.el (substitute-key-definition): Doc fix.
7770 (play-sound-file): New command.
7771
7772 2000-10-04 Andre Spiegel <spiegel@gnu.org>
7773
7774 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7775 vc-version-backup-file-name): New functions.
7776
7777 * files.el (basic-save-buffer): Call vc-before-save before saving.
7778
7779 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7780 vc-cvs-stay-local-p.
7781
7782 * vc.el (vc-revert-buffer): Handle empty diff properly.
7783 (vc-version-backup-file): New function.
7784 (vc-checkout): Create a version backup if necessary.
7785 (vc-checkin): If a version backup file exists, delete it.
7786 (vc-version-diff): Diff locally using version backups, if available.
7787 (vc-revert-file): If there's a version backup, revert locally.
7788 (vc-transfer-file): Use version backup for base version, if
7789 available. If not, ask for confirmation whether to get it from the
7790 server. Update mode line before check-in.
7791
7792 2000-10-04 Dave Love <fx@gnu.org>
7793
7794 * toolbar/tool-bar.el (tool-bar-setup): New function.
7795 (tool-bar-mode): Use it.
7796
7797 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7798
7799 * net/net-utils.el (nslookup-font-lock-keywords)
7800 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7801 Only set if window-system is non-nil
7802 (net-utils-run-program): Returns buffer.
7803 (network-connection-reconnect): Added this function.
7804
7805 * generic.el:
7806 Incorporates extensive cleanup and docfixes by
7807 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7808 Uses cl compile-time macros.
7809 (generic-mode-name, generic-comment-list)
7810 (generic-keywords-list, generic-font-lock-expressions)
7811 (generic-mode-function-list, generic-mode-syntax-table):
7812 Removed variables.
7813 (generic-mode-alist): Renamed to generic-mode-list.
7814 (generic-find-file-regexp): Default changed to "^#".
7815 (generic-read-type): Uses completing read on generic-mode-list.
7816 (generic-mode-sanity-check): removed this function.
7817 (generic-add-to-auto-mode): Removed this function
7818 (generic-mode-internal): Bind mode-specific definitions
7819 into function instead of putting them in alist.
7820 (generic-mode-set-comments): Reworked extensively.
7821 (generic-mode-find-file-hook): Simplified regexp searching
7822 (generic-make-keywords-list): Omit extra pair of parens
7823
7824 * find-lisp.el (find-lisp-find-files-internal):
7825 Make sure directory name ends with "/".
7826
7827 * generic-x.el (apache-conf-generic-mode):
7828 Regexp now allows leading whitespace.
7829 (rc-generic-mode): Added eval-when-compile
7830 around generic-make-keywords-list.
7831 Deleted duplicate regexp
7832 (rul-generic-mode): Added eval-when-compile
7833 around generic-make-keywords-list.
7834 (etc-fstab-generic-mode): New generic mode.
7835 (rul-generic-mode): Removed one eval-when-compile
7836 which caused a max-specpdl-size exceeded error.
7837
7838 2000-10-04 Miles Bader <miles@gnu.org>
7839
7840 * simple.el (minibuffer-temporary-goal-position): New variable.
7841 (next-history-element): Try to keep the position of point in the
7842 input string constant.
7843
7844 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7845 (dired-do-create-files): If there's only one file, pass it in as
7846 the DEFAULT arg to dired-mark-read-file-name.
7847
7848 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7849
7850 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7851 (diff-goto-source): Be smarter when choosing REVERSE or not.
7852
7853 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7854 (texinfo-mode-menu): Add an explicit shortcut for update all.
7855
7856 2000-10-03 Andre Spiegel <spiegel@gnu.org>
7857
7858 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7859 factorize backend-specific code cleanly (this was essentially
7860 conceived by Stefan Monnier).
7861 (vc-unregister): Function removed.
7862 (vc-revert-file): New function.
7863 (vc-revert-buffer): Delegate some of the work to it.
7864
7865 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7866 default branch unconditionally.
7867 (vc-rcs-set-default-branch): New function.
7868 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7869 (vc-rcs-checkin): If an appropriate default branch has been set,
7870 force creation of that branch.
7871 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7872 code (as suggested by Stefan Monnier).
7873
7874 2000-10-02 Gerd Moellmann <gerd@gnu.org>
7875
7876 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7877 highlighting overlay with a different face over the overlay
7878 isearch uses to highlight the current match because that can lead
7879 to bad face combinations.
7880
7881 * loadup.el (toplevel): Load faces before isearch.
7882
7883 * isearch.el (isearch-faces): New custom group.
7884 (isearch): New defface; was already tested for in the code.
7885 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7886 (isearch-highlight): Always use face `isearch'.
7887
7888 2000-10-02 Dave Love <fx@gnu.org>
7889
7890 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7891 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7892 comparison of opcode with operand.
7893
7894 2000-10-03 Miles Bader <miles@gnu.org>
7895
7896 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7897 buffer, since the echo area will now grow to accommodate them.
7898
7899 2000-10-02 Andre Spiegel <spiegel@gnu.org>
7900
7901 * vc-hooks.el (vc-registered): If FILE used to be registered under
7902 a certain backend, try that one first.
7903
7904 * vc.el (vc-responsible-backend): Undo the previous change in the
7905 argument list. Handle multiple backends correctly.
7906 (vc-find-new-backend): Function removed.
7907 (vc-register): Use vc-responsible-backend, as before.
7908 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7909
7910 2000-10-02 Gerd Moellmann <gerd@gnu.org>
7911
7912 * startup.el (fancy-splash-head): Change message below the
7913 logo.
7914
7915 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7916
7917 * diff-mode.el (diff-goto-source): Emit a status message.
7918 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7919 (diff-test-hunk): Fix doc string.
7920 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7921 (diff-advance-after-apply-hunk): New variable.
7922 (diff-apply-hunk): Don't return a value.
7923
7924 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7925
7926 * vc.el (vc-editable-p): Minor optimization.
7927 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7928 (vc-find-new-backend): New function split from vc-responsible-backend.
7929 (vc-register): Use it.
7930 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7931 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7932 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7933 (vc-clear-headers): Don't use find-file.
7934 (vc-revert-buffer): Use `and' again (must have been a braino).
7935 (vc-switch-backend): Only prompt if requested.
7936 Short circuit if nothing is to be done.
7937 Don't use vc-resynch-buffer which could lose unsaved editing.
7938 (vc-default-receive-file): Update call to vc-unregister.
7939 (with-vc-file, vc-next-action-on-file):
7940 Use vc-backend rather than vc-registered.
7941 (vc-next-action-on-file): Use intern-soft.
7942 Deal with read-only *vc-diff* buffer.
7943 (vc-transfer-file): Docstring fix.
7944
7945 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7946 (vc-rcs-receive-file): Avoid with-vc-properties.
7947 Update call to vc-unregister.
7948 Use constant `RCS' rather than (dynamically bound) var `backend'.
7949
7950 2000-10-01 Andre Spiegel <spiegel@gnu.org>
7951
7952 * vc.el (vc-next-action-on-file): Update mode line only if file
7953 is visited.
7954 (vc-start-entry): New argument initial-contents. Don't visit the file
7955 if it isn't already visited. Brought documentation up-to-date.
7956 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7957 (vc-checkin): New optional arg initial-contents, which is passed to
7958 vc-start-entry.
7959 (vc-finish-logentry): Make sure to bury log buffer only if there
7960 really is one. Call `vc-resynch-buffer' on log-file, not
7961 buffer-file-name.
7962 (vc-default-comment-history, vc-default-wash-log): New functions.
7963 (vc-index-of): Removed.
7964 (vc-transfer-file): Make do without the above.
7965 (vc-default-receive-file): Call comment-history unconditionally. Pass
7966 the resulting string to vc-checkin, instead of inserting it into the
7967 comment ring.
7968
7969 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7970 unconditionally. Use the comments as initial contents of the log
7971 entry buffer. Document the trick to force branch creation with no
7972 changes.
7973
7974 2000-10-01 Miles Bader <miles@gnu.org>
7975
7976 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7977 `recenter' with an arg to prevent redrawing the display.
7978
7979 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7980
7981 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7982
7983 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7984
7985 * progmodes/c-mode.el (c-mode):
7986 Don't gratuitously override the default for comment-column.
7987
7988 * textmodes/tex-mode.el (latex-metasection-list): New var.
7989 (latex-imenu-create-index): Use it.
7990 Move the regexp construction outside loops (and use push).
7991 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7992 (tex-font-lock-keywords): Moved from font-lock.el.
7993 (tex-comment-indent): Remove.
7994 (tex-common-initialization): Don't set comment-indent-function.
7995 (latex-block-default): New var.
7996 (tex-latex-block): Use it to provide a default choice.
7997 Add any unknown choice to latex-block-names.
7998 Insert [...] after {...}.
7999 (tex-last-unended-begin): Simplify regexp.
8000 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8001 (latex-forward-sexp-1, latex-forward-sexp): New functions.
8002 (latex-mode): Set forward-sexp-function.
8003
8004 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8005 Add regexp for @ignore ... @end ignore.
8006 (texinfo-heading-face): New face.
8007 (texinfo-font-lock-keywords): Use it.
8008 (texinfo-mode-menu): New menu.
8009 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8010 New functions.
8011 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8012 (texinfo-section-types-regexp, texinfo-section-level-regexp)
8013 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8014 Remove declaration.
8015 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8016
8017 * delsel.el (delete-selection-mode): Use define-minor-mode.
8018
8019 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8020
8021 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8022
8023 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8024
8025 2000-09-30 Gerd Moellmann <gerd@gnu.org>
8026
8027 * replace.el (keep-lines-read-args): New function.
8028 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8029 read arguments interactively. Add parameters RSTART and REND.
8030 Operate on the active region in Transient Mark mode.
8031
8032 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8033
8034 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8035 (authors-obsolete-files-regexps): New variable.
8036 (authors-add): Don't record changes in obsolete files.
8037
8038 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8039
8040 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8041
8042 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8043 (comment-indent): Make sure there's a space between code and comment.
8044 Shift comments left to avoid going past fill-column.
8045
8046 2000-09-29 Gerd Moellmann <gerd@gnu.org>
8047
8048 * startup.el (startup-echo-area-message): New function.
8049 (display-startup-echo-area-message): Use it.
8050 (fancy-splash-screens): Rewritten to use keymaps and a timer.
8051 (fancy-splash-default-action): New function.
8052 (fancy-splash-screens-1): New function.
8053 (fancy-splash-head): Put a help-echo and a keymap under the image.
8054
8055 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8056
8057 * diff-mode.el (diff-add-log-file-name): Remove.
8058 (diff-mode): Use add-log-buffer-file-name-function.
8059
8060 * add-log.el (find-change-log): New arg BUFFER-FILE.
8061 (add-log-file-name): Obey add-log-file-name-function.
8062 (add-log-buffer-file-name-function): New var.
8063 (add-change-log-entry): Use it.
8064
8065 2000-09-29 Miles Bader <miles@gnu.org>
8066
8067 * image-file.el (image-file-name-extensions): New variable.
8068 (image-file-name-regexps): Renamed from `image-file-regexps'.
8069 New default value is nil. Call `auto-image-file-mode'.
8070 (image-file-name-regexp): New function.
8071 (auto-image-file-mode): New minor mode.
8072 (insert-image-file): Don't make conditional on the image-file
8073 handler being enabled.
8074 (image-file-handler): Make the call here conditional instead.
8075 (set-image-file-handler-enabled, enable-image-file-handler)
8076 (disable-image-file-handler): Functions removed.
8077
8078 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8079 string.
8080
8081 2000-09-29 Gerd Moellmann <gerd@gnu.org>
8082
8083 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8084 it's a function from CL.
8085 (latex-imenu-create-index): Replace eval-when-compile with progn
8086 because latex-section-alist is not bound while compiling.
8087
8088 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8089
8090 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8091 (outline-mode): Use define-derived-mode.
8092
8093 * progmodes/perl-mode.el (perl-mode):
8094 * progmodes/awk-mode.el (awk-mode):
8095 * progmodes/asm-mode.el (asm-mode):
8096 Don't gratuitously override the default for comment-column.
8097
8098 * emacs-lisp/lisp.el (lisp-complete-symbol):
8099 Distinguish the let-binding case from the funcall case.
8100 (forward-sexp-function): New variable.
8101 (forward-sexp): Use it.
8102
8103 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8104 (easy-mmode-defmap): Remove the now useless autoload.
8105
8106 * time.el (display-time-mode): Use define-minor-mode.
8107
8108 * subr.el (add-minor-mode): Don't eval NAME.
8109 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8110 Use if rather than cond.
8111
8112 * simple.el (read-expression-map): Define more properly.
8113 (comment-indent-hook): Remove.
8114 (string-to-syntax): Bug fix.
8115
8116 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8117 (cvs-ediff-diff): Fix typo.
8118 (cvs-revert-if-needed): Don't bother preserving read-only.
8119
8120 * paren.el (show-paren-mode): Use define-minor-mode.
8121
8122 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8123 (toggle-auto-compression): Remove.
8124 (jka-compr-build-file-regexp): Remove useless grouping.
8125
8126 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8127 Avoid user-reserved bindings.
8128 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8129 (diff-header-face): Revert to grey85.
8130
8131 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8132
8133 * complete.el (partial-completion-mode) <defcustom>: Remove.
8134 (partial-completion-mode): Use define-minor-mode.
8135 (PC-do-completion): Understand `completion-auto-help = delay'
8136 to mean to popup the completion buffer only the second time.
8137 (PC-include-file-all-completions, PC-include-file-all-completions)
8138 (PC-include-file-all-completions): Don't quote lambda.
8139
8140 * comint.el (comint-mode-hook): Docstring fix.
8141 (comint-mode): Use define-derived-mode.
8142 (comint-mode-map): Remove obsolete comment.
8143 (make-comint): Minor stylistic change.
8144 (comint-insert-clicked-input): Be more careful to find the overlay.
8145 Use this-command-keys rather than hardcoding mouse-2.
8146
8147 * font-lock.el: Replace confusing (,@ with ,
8148 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8149 Don't use regexp-opt-depth. Spice up the regexp for args.
8150 Don't distinguish between cmds that can take an opt arg or not.
8151 Use `append' and `prepend' rather than `keep'.
8152
8153 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8154 (latex-outline-regexp): New var.
8155 (latex-outline-level): New fun.
8156 (latex-section-alist): New var.
8157 (latex-imenu-create-index): Use it. Use `push' as well.
8158 (tex-shell-map): Initialize it properly.
8159 (tex-mode): Minor stylistic change.
8160 (plain-tex-mode): Use define-derived-mode.
8161 (latex-mode): Use define-derived-mode.
8162 Construct the paragraph regexps in a more readable way.
8163 Set the buffer-local outline-{level,regexp} vars.
8164 (slitex-mode): Derive from latex-mode.
8165 (tex-common-initialization): Don't kill-all-vars anymore.
8166 Add setting for comment-add and font-lock-defaults.
8167 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8168 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8169 (tex-start-tex): New arg DIR (and send a chdir command for it).
8170 Also display the shell buffer and save it in tex-last-buffer-texed.
8171 (tex-region): Use expand-file-name rather than concat.
8172 Remove code made useless by changes in tex-start-tex.
8173 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8174
8175 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8176
8177 2000-09-28 Dave Love <fx@gnu.org>
8178
8179 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8180
8181 2000-09-28 Gerd Moellmann <gerd@gnu.org>
8182
8183 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8184 `append'.
8185
8186 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8187
8188 * info.el (Info-extract-pointer): Undo last change.
8189 Instead, fix the position of the `bound' arg to re-search-backward.
8190
8191 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8192
8193 * info.el (Info-extract-pointer):
8194 Widen more carefully, to avoid finding pointers in other nodes.
8195 (Info-index): Use push.
8196
8197 2000-09-27 Gerd Moellmann <gerd@gnu.org>
8198
8199 * frame.el (set-frame-font): Remove call to obsolete function
8200 frame-update-faces.
8201 (set-foreground-color, set-background-color): Likewise for
8202 frame-update-face-colors.
8203
8204 2000-09-27 Miles Bader <miles@gnu.org>
8205
8206 * image-file.el: New file.
8207
8208 2000-09-27 Gerd Moellmann <gerd@gnu.org>
8209
8210 * frame.el (frame-notice-user-settings): Don't call
8211 frame-update-faces, which is a no-op now.
8212
8213 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8214 tool-bar-lines.
8215
8216 2000-09-27 Dave Love <fx@gnu.org>
8217
8218 * mouse.el: Fix last change.
8219
8220 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8221
8222 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8223
8224 2000-09-22 Kenichi Handa <handa@etl.go.jp>
8225
8226 * international/quail.el (quail-help): The output message is
8227 improved.
8228
8229 2000-09-26 Dave Love <fx@gnu.org>
8230
8231 * mouse.el (popup-menu): If POSITION is nil, set it using
8232 mouse-position.
8233
8234 2000-09-25 Sam Steingold <sds@gnu.org>
8235
8236 * net/browse-url.el (browse-url-file-url): Check for null maps.
8237
8238 2000-09-26 Gerd Moellmann <gerd@gnu.org>
8239
8240 * frame.el (frame-notice-user-settings): Don't add a
8241 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8242
8243 * frame.el (frame-notice-user-settings):
8244 Make tool-bar-mode and default-frame-alist consistent.
8245
8246 * toolbar/tool-bar.el (tool-bar-help): New function.
8247
8248 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8249
8250 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8251 current-load-list in top-level forms. Else this leaks a cons cell
8252 every time a defun is called.
8253
8254 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8255
8256 2000-09-25 Dave Love <fx@gnu.org>
8257
8258 * startup.el (fancy-splash-head): Check XPM is available.
8259
8260 * autoinsert.el (auto-insert): Doc fix.
8261 (auto-insert-alist): Following GNU notices, don't say `copyright
8262 _by_'. Use line-beginning-position.
8263 (auto-insert): Check buffer-file-name is non-nil before use.
8264
8265 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8266
8267 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8268 starting with `@def' or `@multitable', in addition to ones
8269 specified by the user in auto-fill-inhibit-regexp.
8270
8271 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
8272
8273 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8274 rmail-dont-reply-to-names matches the empty string.
8275
8276 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8277
8278 * startup.el (command-line-1, fancy-splash-text): Change the
8279 text to sound more friendly.
8280
8281 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8282
8283 * progmodes/hideshow.el: Update author email address.
8284 Generally, sync w/ maintainer version 5.22.
8285 (hs-hide-all-non-comment-function): New var.
8286 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8287 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8288 (hs-show-region): Delete this command.
8289 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8290
8291 2000-09-22 Dave Love <fx@gnu.org>
8292
8293 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8294 (hl-line-highlight): Specify buffer when moving overlay.
8295
8296 * progmodes/fortran.el (fortran-mode): Locally set
8297 normal-auto-fill-function.
8298 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8299 (fortran-mode-map): Adjust auto-fill menu entry.
8300
8301 2000-09-22 Gerd Moellmann <gerd@gnu.org>
8302
8303 * vc-rcs.el (toplevel): Require `vc' when compiling.
8304
8305 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8306
8307 2000-09-22 Andre Spiegel <spiegel@gnu.org>
8308
8309 * vc.el (vc-switch-backend): Signal an error if the file is not
8310 registered under the new backend.
8311
8312 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8313 without explicit revision number.
8314
8315 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8316
8317 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8318 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8319 (diff-xor): New function.
8320 (diff-find-source-location): Use it. Fix a stupid name clash.
8321 (diff-hunk-status-msg): New function.
8322 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8323 (diff-test-hunk): Use diff-find-source-location.
8324 (diff-goto-source): Favor the `reverse'.
8325 (diff-hunk-text): Properly handle one-sided context diffs.
8326 (diff-apply-hunk): When done, advance to the next hunk.
8327
8328 2000-09-21 Gerd Moellmann <gerd@gnu.org>
8329
8330 * startup.el (command-line): If frame was created with a non-zero
8331 tool-bar-lines parameter, switch tool-bar-mode on.
8332
8333 * add-log.el (change-log-date-face, change-log-name-face)
8334 (change-log-email-face, change-log-file-face)
8335 (change-log-list-face, change-log-conditionals-face)
8336 (change-log-function-face, change-log-acknowledgement-face):
8337 New faces, inheriting from font-lock faces.
8338 (change-log-font-lock-keywords): Use them.
8339
8340 2000-09-21 Dave Love <fx@gnu.org>
8341
8342 * progmodes/cperl-mode.el (top-level): Clean up
8343 `eval-when-compile's and assorted defvars.
8344 (cperl-invalid-face): Don't double-quote value. Change custom
8345 type.
8346 (cperl-mode): Set normal-auto-fill-function and don't zap
8347 auto-fill-function.
8348 (cperl-imenu--function-name-regexp-perl): Renamed from
8349 imenu-example--function-name-regexp-perl.
8350 (cperl-imenu--create-perl-index): Renamed from
8351 imenu-example--create-perl-index.
8352 (cperl-xsub-scan): Don't require cl.
8353
8354 * msb.el (msb-mode-map): Use substitute-key-definition.
8355 (msb-mode): Use msb-mode-map.
8356
8357 2000-09-21 Andre Spiegel <spiegel@gnu.org>
8358
8359 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8360 New functions.
8361 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8362 (vc-switch-backend): New function.
8363 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8364 (vc-register): Fix prompt.
8365 (vc-unregister, vc-default-unregister): New functions.
8366 (vc-version-diff): Handle empty buffer in sentinel.
8367
8368 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8369 (vc-rcs-state-heuristic): Use it to guess the state of files with
8370 non-strict locking.
8371 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8372 been set with -b, but not created yet.
8373 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8374 contents in order to find the state.
8375 (vc-rcs-checkin): Allow creation of branches with no changes.
8376 (vc-rcs-unregister, vc-rcs-receive-file)
8377 (vc-rcs-set-non-strict-locking): New functions.
8378
8379 * vc-hooks.el (vc-name): Force correct computation of the value
8380 in case it is missing.
8381
8382 2000-09-21 Gerd Moellmann <gerd@gnu.org>
8383
8384 * startup.el (fancy-splash-tail): Use a different foreground
8385 color on a dark frame background.
8386
8387 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8388
8389 * info.el: Use the correct capitalization when making Info-mode
8390 and Info-edit-mode `special' modes.
8391
8392 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8393
8394 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8395 (diff-mode): Add support for add-log.el.
8396 (diff-hunk-text): Use char offsets rather than line offsets.
8397 (diff-find-source-location): Replace LINE with line-offset (nil
8398 if not found) and always set POS to a meaningful position.
8399 Adapt to the new char-offsets.
8400 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8401 Adapt to the new diff-find-source-location.
8402 (diff-goto-source): Adapt to the new diff-find-source-location.
8403
8404 * add-log.el (add-log-file-name): New function (split out of
8405 add-change-log-entry).
8406 (add-change-log-entry): Use it.
8407 Call add-log-file-name-function with the changelog file name if
8408 the current buffer is not associated with any file.
8409 Avoid find-file if the selected window is dedicated.
8410
8411 * diff-mode.el (diff-find-source-location):
8412 Move code from diff-apply-hunk. Return buffer rather than file.
8413 (diff-apply-hunk): Use the new result from diff-find-source-location.
8414 (diff-goto-source): Use the new diff-find-source-location.
8415
8416 2000-09-20 Dave Love <fx@gnu.org>
8417
8418 * iswitchb.el: Some doc fixes.
8419 (iswitchb-mode-map): Define completely initially. Inherit
8420 minibuffer-local-map.
8421 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8422 fundamental-mode.
8423 (iswitchb-global-map): New variable.
8424 (iswitchb-summaries-to-end): Amalgamate regexps.
8425 (iswitchb-mode): New.
8426 (iswitchb-mode-hook): New variable.
8427 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8428 `extensions'.
8429
8430 2000-09-20 Gerd Moellmann <gerd@gnu.org>
8431
8432 * ehelp.el (electric-help): New defgroup.
8433 (electric-help-shrink-window): New user-option.
8434 (with-electric-help): Use it.
8435
8436 * window.el (shrink-window-if-larger-than-buffer): If face
8437 `mode-line' has a :box, and we're on a graphical frame, add 1
8438 to the needed window height.
8439
8440 * frame.el (frame-notice-user-settings): Add a last parameter nil
8441 to a call to `append', because the last list passed to `append' is
8442 not copied, and so subsequent calls to assq-delete-all will modify
8443 default-frame-alist.
8444
8445 * startup.el (fancy-splash-image): Change :type.
8446 (fancy-splash-head): Use an XBM image if appropriate.
8447 (command-line-1): Show splash screens in more cases.
8448
8449 * startup.el (fancy-splash-text): Don't quote faces.
8450
8451 * dired.el (dired-font-lock-keywords): Undo last change.
8452 (dired-readin): Bind indent-tabs-mode to nil.
8453
8454 * startup.el (fancy-splash-head): If frame's background mode
8455 is `dark', change the black background of the image to gray.
8456 (fancy-splash-screens): Display startup echo area message.
8457 (display-startup-echo-area-message): New function.
8458
8459 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8460
8461 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8462
8463 * info.el (info-header-node): Tweak for color ttys.
8464
8465 * faces.el (face-valid-attribute-values): Make sure directories we
8466 search for stipples both exist and are readable before trying to
8467 search them.
8468
8469 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8470 in the dry-run case.
8471
8472 * jka-compr.el (with-auto-compression-mode): New macro.
8473
8474 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8475 (custom-group-tag-face, custom-variable-tag-face): Use relative
8476 :height and inherit from `variable-pitch' face instead of
8477 hardwiring :family.
8478 * hi-lock.el (hi-black-hb): Likewise.
8479
8480 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8481 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8482 toolbar-add-item, if image doesn't have a mask add a `:mask
8483 heuristic'.
8484
8485 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8486
8487 * diff-mode.el: Docstring fixes.
8488 (diff-header-face, diff-comment-face): New faces.
8489 (diff-font-lock-keywords): Highlight a bit differently.
8490 (diff-find-source-location): Don't return SPAN any more.
8491 (diff-hunk-text): Don't bother erasing the temp buffer.
8492 (diff-find-text): Drop argument LINE.
8493 (diff-apply-hunk): Update calls to diff-find-text.
8494 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8495
8496 * calendar/calendar.el: Docstring fixes.
8497 (calendar-make-alist): Don't quote lambda.
8498 (calendar-star-date): Use make-local-variable.
8499
8500 2000-09-19 Dave Love <fx@gnu.org>
8501
8502 * toolbar/tool-bar.el: Renamed from toolbar.el.
8503 Change `toolbar' to `tool-bar' generally in symbols.
8504 Make some items invisible in `special' major modes.
8505 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8506 Add arg PROPS.
8507
8508 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8509 Add :version here.
8510 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8511
8512 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8513
8514 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8515
8516 * files.el (find-file-suppress-same-file-warnings): New user-option.
8517 (find-file-noselect): Use it.
8518
8519 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8520 (fancy-splash-screen): Defgroup.
8521
8522 * add-log.el (change-log-font-lock-keywords): Match names
8523 more exactly for the case that font-lock-constant-face is
8524 underlined.
8525
8526 2000-09-19 Richard M. Stallman <rms@gnu.org>
8527
8528 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8529
8530 2000-09-19 Andre Spiegel <spiegel@gnu.org>
8531
8532 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8533
8534 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8535
8536 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8537 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8538 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8539 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8540 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8541 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8542 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8543 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8544 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8545 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8546 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8547 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8548
8549 * startup.el (fancy-splash-text): New variable.
8550 (fancy-splash-delay, fancy-splash-image): New user-options.
8551 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8552 (fancy-splash-screens): New functions.
8553 (command-line-1): If display has a `display' frame parameter, has
8554 colors, and we have XPM support, show more fancy splash screens.
8555
8556 2000-09-19 Dave Love <fx@gnu.org>
8557
8558 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
8559 with null `help'. Use modern backquote syntax.
8560
8561 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8562
8563 * font-lock.el (font-lock-mode): Change message telling the user
8564 that ``the buffer is too big''.
8565
8566 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
8567 for instance for the case that tab-width is 2.
8568
8569 2000-09-18 Gerd Moellmann <gerd@gnu.org>
8570
8571 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8572 toolbar-add-item, if image doesn't have a mask add a `:mask
8573 heuristic'.
8574
8575 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8576
8577 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8578 and return a cons if it's non-nil.
8579 (diff-apply-hunk): Try to jump to the line in the source text
8580 corresponding to the position of point in the in the hunk.
8581
8582 * info.el (Info-title-3-face, Info-title-2-face)
8583 (Info-title-1-face): Use face inheritance and relative sizes
8584 instead of hard-wiring things.
8585
8586 * faces.el (secondary-selection): Make dark-background variant sane.
8587
8588 2000-09-16 Andrew Innes <andrewi@gnu.org>
8589
8590 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8591 read-only, since they aren't under VC now.
8592
8593 2000-09-17 Dave Love <fx@gnu.org>
8594
8595 * tmm.el: Replace mapcar with mapc in several places.
8596
8597 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8598 ad-unadvise.
8599
8600 * international/latin1-disp.el: New file.
8601
8602 * calendar/cal-move.el (scroll-calendar-left)
8603 (scroll-calendar-right): Make arg optional (for active mode line).
8604
8605 * calendar/calendar.el (calendar-mode-line-format): Make fields
8606 mouse-sensitive.
8607 (calendar-read-date, calendar-read-date, calendar-window-list):
8608 Unquote lambda.
8609 (calendar-month-name): Use aref, not sref.
8610
8611 * view.el (minor-mode-alist): Propertize the string.
8612
8613 * international/characters.el (standard-case-table): Add entries
8614 for Greek.
8615
8616 2000-09-18 Miles Bader <miles@gnu.org>
8617
8618 * info.el (info-node, info-xref): Add dark-background variants.
8619
8620 * faces.el (header-line): Change defaults to be less confusing
8621 when mixed with mode-lines.
8622
8623 * info.el (Info-fontify-node): Make a few cleanups.
8624 Add extra `help-echo' and `local-map' props to node xrefs.
8625 Use header-specific faces for node-names & xrefs.
8626 (Info-use-header-line): New variable.
8627 (info-header-xref, info-header-node): New faces.
8628 (Info-setup-header-line): New function.
8629 (Info-select-node): Call Info-setup-header-line when enabled.
8630 (Info-extract-pointer): Work even if the header line is hidden.
8631 (Info-header-line): New variable.
8632
8633 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8634
8635 * vms-patch.el (print-region-function): Don't quote lambda.
8636
8637 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8638
8639 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8640 (lm-get-header-re): Allow spaces between the header and the colon.
8641 (lm-header): Allow $ in non-RCS headers.
8642 (lm-header-multiline): Put the strings back into order.
8643 Stop at an empty line. Don't require two space chars if the
8644 line is clearly not another header line.
8645
8646 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8647 (popup-menu-popup): Remove.
8648
8649 2000-09-15 Gerd Moellmann <gerd@gnu.org>
8650
8651 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8652 specification if or if not tool-bar item contains an `:enabled'
8653 property.
8654
8655 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8656 current buffer has no file name.
8657
8658 2000-09-15 Dave Love <fx@gnu.org>
8659
8660 * strokes.el: Sync with maintainer's current version with changes
8661 for Emacs, but avoid runtime cl and levents.
8662 (toplevel): Change autoloads and compilation requires.
8663 (strokes-version, strokes-bug-address, strokes-lift): Values
8664 changed.
8665 (strokes-xpm-header, strokes-insinuated): New variable.
8666 (strokes): Add :link.
8667 (strokes-mode): Customized.
8668 (strokes-while-inhibiting-garbage-collector): New macro.
8669 (strokes-remassoc): Avoid remove-if.
8670 (strokes-fix-button2-command): Don't use ad-do-it.
8671 (strokes-insinuate): New function.
8672 (strokes-button-press-event-p, strokes-button-release-event-p):
8673 New functions, used instead of non-`strokes-' versions..
8674 (strokes-mouse-event-p): Rewritten.
8675 (strokes-event-closest-point): Avoid event-point.
8676 (strokes-get-grid-position): Avoid cdadr, caadr
8677 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8678 functions.
8679 (strokes-help): Use with-output-to-temp-buffer.
8680 (strokes-window-configuration-changed-p): New function.
8681 (strokes-update-window-configuration): Use buffer-live-p,
8682 strokes-window-configuration-changed-p.
8683 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8684 (strokes-char-face): New face.
8685 (strokes-char-table, strokes-base64-chars): New variable.
8686 (strokes-xpm-for-stroke, strokes-list-strokes)
8687 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8688 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8689 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8690 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8691 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8692 functions.
8693
8694 2000-09-15 Gerd Moellmann <gerd@gnu.org>
8695
8696 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8697
8698 * image.el (create-image): Doc fix.
8699
8700 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8701 instead of `:heuristic-mask t'.
8702
8703 2000-09-14 Andrew Innes <andrewi@gnu.org>
8704
8705 * makefile.w32-in: Revert to Unix line endings.
8706
8707 2000-09-14 Andrew Innes <andrewi@gnu.org>
8708
8709 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8710 when installing.
8711
8712 * makefile.nt (DONTCOMPILE): Fix typo.
8713
8714 * shell.el (shell-write-history-on-exit): New function.
8715 (shell-dumb-shell-regexp): New custom variable.
8716 (shell-mode): Make shell-write-history-on-exit the process
8717 sentinel if shell name matches shell-dumb-shell-regexp.
8718
8719 * w32-fns.el: Comment out before-init-hook function which resets
8720 source-directory based; this breaks bootstrap.
8721
8722 2000-09-14 Dave Love <fx@gnu.org>
8723
8724 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8725 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8726 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8727 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8728 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8729 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8730 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8731 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8732 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8733
8734 * toolbar/toolbar.el: New.
8735
8736 * subdirs.el: Add toolbar.
8737
8738 2000-09-14 Gerd Moellmann <gerd@gnu.org>
8739
8740 * indent.el (indent-for-tab-command): Doc fix.
8741
8742 2000-09-14 Alex Schroeder <alex@gnu.org>
8743
8744 * ansi-color.el (ansi-colors): Doc change.
8745 (ansi-color-get-face): Simplified regexp.
8746 (ansi-color-faces-vector): Added more faces, doc change.
8747 (ansi-color-names-vector): Doc change.
8748 (ansi-color-regexp): Simplified regexp.
8749 (ansi-color-parameter-regexp): New regexp.
8750 (ansi-color-filter-apply): Doc change.
8751 (ansi-color-filter-region): Doc change.
8752 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8753 deal with zero length parameters.
8754 (ansi-color-apply-on-region): Doc change.
8755 (ansi-color-map): Doc change.
8756 (ansi-color-map-update): Removed debugging message.
8757 (ansi-color-get-face-1): Added condition-case to trap
8758 args-out-of-range errors.
8759 (ansi-color-get-face): Doc change.
8760 (ansi-color-make-face): Removed.
8761 (ansi-color-for-shell-mode): New option.
8762
8763 2000-09-13 Kenichi Handa <handa@etl.go.jp>
8764
8765 * international/quail.el (quail-start-translation): Translate KEY
8766 if necessary even if it doesn't have any mapping in the current
8767 input method.
8768 (quail-start-conversion): Likewise.
8769 (quail-help): The output message is improved.
8770
8771 2000-09-13 Miles Bader <miles@gnu.org>
8772
8773 * comint.el (comint-output-filter): Revert to using
8774 `insert-before-markers'. Add bletcherous hack to undo damage
8775 caused by `insert-before-markers'. Put `front-sticky' property on
8776 overlays created here so that the field code understands how the
8777 overlay works. Use a let when making comint-last-prompt-overlay,
8778 so that the code is easier to read.
8779
8780 2000-09-13 Dave Love <fx@gnu.org>
8781
8782 * wid-edit.el (widget-default-format-handler): DTRT when
8783 doc-property is a function.
8784
8785 2000-09-12 Francesco Potorti` <pot@gnu.org>
8786
8787 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8788 filed name if it's not there.
8789
8790 2000-09-12 Dave Love <fx@gnu.org>
8791
8792 * simple.el (read-mail-command): Doc fix.
8793 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8794
8795 * vc.el (vc-dired-listing-switches): Fix :version.
8796
8797 * vc-hooks.el: Doc fixes.
8798
8799 * subr.el (add-minor-mode): Use toggle-fun arg.
8800
8801 * speedbar.el: Add :version to several defcustoms.
8802
8803 * imenu.el (imenu--truncate-items, imenu--cleanup)
8804 (imenu--generic-function): Avoid mapcar.
8805 (imenu--replace-spaces): Function removed.
8806 (imenu--completion-buffer): Use subst-char-in-string.
8807 (imenu-add-to-menubar): Use keymap inheritance.
8808
8809 2000-09-12 Miles Bader <miles@gnu.org>
8810
8811 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8812 (diff-mode-map): Bind `diff-test-hunk'.
8813 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8814
8815 2000-09-11 Gerd Moellmann <gerd@gnu.org>
8816
8817 * bytecomp.el (byte-compile-defvar): Undo last change
8818 because it breaks '(make-variable-buffer-local (defvar ...)'
8819 which is used at least in dired.
8820
8821 2000-09-12 Kenichi Handa <handa@etl.go.jp>
8822
8823 * international/quail.el (quail-define-package): Docstring
8824 modified.
8825
8826 2000-09-12 Kenichi Handa <handa@etl.go.jp>
8827
8828 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8829 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8830 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8831 docstring of "chinese-py".
8832
8833 * international/quail.el (quail-translation-docstring): New
8834 variable.
8835 (quail-show-keyboard-layout): Docstring modified.
8836 (quail-select-current): Likewise.
8837 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8838 infinite recursive call.
8839 (quail-help): Check quail-translation-docstring. Format of the
8840 output changed.
8841 (quail-help-insert-keymap-description): Adjusted for the above
8842 change.
8843
8844 2000-09-11 Gerd Moellmann <gerd@gnu.org>
8845
8846 * bytecomp.el (byte-compile-defvar): Only cons onto
8847 current-load-list in top-level forms. Else this leaks a cons cell
8848 every time a defun is called.
8849
8850 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8851
8852 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8853 Now understands non-unified diffs. Some functionality moved into
8854 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8855 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8856 modify anything. Only reposition point in the patched file if the
8857 patch succeeds. Only pop up another window if POPUP is true.
8858 Emit a message describing what happened if successful, and at what
8859 line-offset. Automatically detect reversed hunks and do something
8860 appropriate.
8861 (diff-hunk-text, diff-find-text): New functions.
8862 (diff-filter-lines): Function removed.
8863 (diff-test-hunk): New function.
8864 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8865
8866 2000-09-10 Dave Love <fx@gnu.org>
8867
8868 * textmodes/tildify.el: Minor doc/commentary fixes.
8869 (tildify) <defgroup>: Add :version.
8870
8871 * faces.el (face-x-resources): Make custom type more specific.
8872 (frame-background-mode): Use mapc.
8873 (region) <defcustom>: Add :version.
8874
8875 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8876
8877 * vc-sccs.el (vc-sccs-register):
8878 * vc-rcs.el (vc-rcs-register):
8879 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8880 * vc.el (vc-register): Clear file's properties.
8881
8882 2000-09-08 Gerd Moellmann <gerd@gnu.org>
8883
8884 * faces.el (face-spec-set): Only face-spec-reset-face when
8885 ATTRS is non-nil.
8886
8887 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8888
8889 * help.el (help-insert-xref-button): Fix a typo in doc string.
8890
8891 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8892
8893 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8894 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8895 methods.
8896
8897 * menu-bar.el (read-mail-item-name): New function.
8898 (menu-bar-tools-menu): Use it to compute and display the package
8899 used to read email.
8900 (menu-bar-tools-menu): Fix typo in GUD's help string.
8901
8902 2000-09-07 Dave Love <fx@gnu.org>
8903
8904 * diff-mode.el (diff-mouse-goto-source): New function.
8905
8906 * vc-sccs.el: Doc fixes.
8907 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8908
8909 * vc-rcs.el: Doc fixes.
8910 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8911 (vc-rcs-checkout-switches, vc-rcs-header)
8912 (vc-rcs-master-templates): Add or change :version.
8913
8914 * vc-cvs.el: Doc fixes.
8915 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8916 (vc-cvs-stay-local): Add :version.
8917
8918 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8919
8920 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8921
8922 * international/quail.el (quail-help): Fix previous change.
8923
8924 2000-09-07 Gerd Moellmann <gerd@gnu.org>
8925
8926 * faces.el (color-values): Doc fix.
8927
8928 * faces.el (frame-set-background-mode): Use frame-parameter
8929 instead of frame-parameters.
8930
8931 * frame.el (filtered-frame-list): Reduce consing.
8932 (frames-on-display-list): Call frame-parameter instead of
8933 frame-parameters.
8934
8935 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8936
8937 * language/devan-util.el (devanagari-to-indian-region): In the
8938 loop, change the following char, not preceding char.
8939
8940 2000-09-07 Gerd Moellmann <gerd@gnu.org>
8941
8942 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8943 instead of frame-parameters.
8944
8945 * faces.el (set-face-attribute): Simplify by calling
8946 internal-set-lisp-face-attribute with FRAME being 0.
8947
8948 * vc.el: Remove `Id' version control keyword.
8949
8950 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8951
8952 * help.el (help-make-xrefs): Adjusted for the change of
8953 help-xref-mule-regexp.
8954 (help-insert-xref-button): New function.
8955
8956 * international/mule-cmds.el (help-xref-mule-regexp-template):
8957 Include the pattern for character set.
8958 (leim): New group.
8959
8960 * international/quail.el: Don't require face.
8961 (quail): New group.
8962 (quail-other-command): Dummy command to make quail-help work better.
8963 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8964 (quail-keyboard-layout-substitution): New variable.
8965 (quail-update-keyboard-layout): New function.
8966 (quail-keyboard-layout-type): New customizable variable.
8967 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8968 (quail-keyboard-translate): Pay attention to
8969 quail-keyboard-layout-substitution.
8970 (quail-insert-kbd-layout): New function.
8971 (quail-show-keyboard-layout): New function.
8972 (quail-get-translation): If the definition is a vector of length
8973 1, and the element is a string of length 1, return the character
8974 in that string.
8975 (quail-update-current-translations): Fix the case of
8976 relative-index out of range.
8977 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8978 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8979 Show key sequences for all available characters.
8980 (quail-help-insert-keymap-description): Don't show such verbose
8981 key bindings as quail-self-insert-command.
8982
8983 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8984 Format changed, and each element now have extra documentations.
8985 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8986 Adjusted for the change of quail-cxterm-package-ext-info.
8987
8988 2000-09-06 Gerd Moellmann <gerd@gnu.org>
8989
8990 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8991 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8992 during bootstrap.
8993
8994 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8995
8996 * vc.el: (toplevel): Don't require `dired' at run-time.
8997 (vc-dired-resynch-file): Remove autoload cookie.
8998
8999 2000-09-05 Andre Spiegel <spiegel@gnu.org>
9000
9001 * vc.el: Made several backend functions optional.
9002 (vc-default-responsible-p): New function.
9003 (vc-merge): Use RET for first version to trigger merge-news, not
9004 prefix arg.
9005 (vc-annotate): Handle backends that do not support annotation.
9006 (vc-default-merge-news): Removed. The existence of a merge-news
9007 implementation is now checked on caller sites.
9008
9009 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9010 case.
9011
9012 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9013 special case that has been removed from the default in vc-hooks.el.
9014
9015 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9016
9017 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9018
9019 2000-09-05 Andre Spiegel <spiegel@gnu.org>
9020
9021 * vc-hooks.el: Require vc during compilation.
9022 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9023 macro `with-vc-properties' in vc.el.
9024 (vc-file-getprop): Doc fix.
9025 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9026
9027 * vc.el: Require dired-aux during compilation.
9028 (vc-name-assoc-file): Moved to vc-sccs.el.
9029 (with-vc-properties): New macro.
9030 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9031 vc-finish-steal): Use it.
9032 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
9033 to the backend-specific function is now supposed to do the checkout,
9034 too.
9035 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9036
9037 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9038 set file properties; that gets done in the generic code now.
9039
9040 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9041 Changed parameter list, added code from vc.el that does the
9042 checkout, possibly with a double-take.
9043
9044 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9045 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9046 the above under the new name.
9047 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
9048 parameter list, added checkout command.
9049 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9050 properties; that gets done in the generic code now.
9051
9052 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9053
9054 * vc.el: Docstring fixes (courtesy of checkdoc).
9055
9056 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9057
9058 * vc.el (vc-checkout-writable-buffer-hook)
9059 (vc-checkout-writable-buffer): Remove.
9060 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9061 (vc-log-mode): Make it into a clean derived major mode.
9062 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9063 vc-log-mode if log-edit is not available.
9064 (vc-dired-mode-map): Don't set-keymap-parent yet.
9065 (vc-dired-mode): Do set-keymap-parent here.
9066 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9067
9068 2000-09-05 Gerd Moellmann <gerd@gnu.org>
9069
9070 * faces.el (set-face-attribute, face-spec-reset-face)
9071 (face-spec-set): Avoid consing by removing calls to `apply'.
9072
9073 * frame.el (frame-parameter): Move to C code.
9074
9075 2000-09-05 Dave Love <fx@gnu.org>
9076
9077 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9078 insert-before-markers-and-inherit. Now checked systematically!
9079
9080 2000-09-05 Alex Schroeder <alex@gnu.org>
9081
9082 * sql.el (sql-postgres): Use sql-postgres-options.
9083 (sql-postgres-options): New variable.
9084
9085 2000-09-05 Alex Schroeder <alex@gnu.org>
9086
9087 * sql.el (sql-mode-menu): Work around missing variable mark-active
9088 in XEmacs.
9089 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9090 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9091 compatibility.
9092
9093 2000-09-04 Gerd Moellmann <gerd@gnu.org>
9094
9095 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9096
9097 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9098
9099 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9100
9101 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9102
9103 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9104 don't support anything else under SCCS yet.
9105
9106 * vc-hooks.el: Minor doc fixes.
9107
9108 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9109
9110 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9111 not necessary. If verbose in state `needs-patch', do the same as
9112 under `up-to-date'. When NOT verbose and `needs-patch', check out
9113 latest version instead of `merge-news'.
9114 (vc-next-action-dired): Don't mess with default-directory here; it
9115 breaks other parts of dired. It is the job of the
9116 backend-specific functions to adjust it temporarily if they need it.
9117 (vc-next-action): Remove a special CVS case.
9118 (vc-clear-headers): New optional arg FILE.
9119 (vc-checkin, vc-checkout): Set properties vc-state and
9120 vc-checkout-time properly.
9121 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9122 (vc-print-log): Use new backend function `show-log-entry'.
9123 (vc-cancel-version): Do the checks in a different order. Added a
9124 FIXME concerning RCS-only code.
9125
9126 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9127 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9128
9129 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9130
9131 * vc-hooks.el (vc-default-mode-line-string): Show state
9132 `needs-patch' as a `-' too.
9133
9134 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9135
9136 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9137 (vc-default-could-register): New function.
9138 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9139 (vc-resynch-buffer): Call vc-dired-resynch-file.
9140 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9141 vc-resynch-buffer instead of vc-resynch-window.
9142 (vc-next-action-dired): Don't redisplay here, that gets done as a
9143 result of the individual file operations.
9144 (vc-retrieve-snapshot): Corrected prompt order.
9145
9146 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9147
9148 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9149 as well.
9150 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9151 hostname regexps. Updated all callers.
9152 (vc-cvs-responsible-p): Handle directories as well.
9153 (vc-cvs-could-register): New function.
9154 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9155 properties up-to-date.
9156
9157 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9158 user whether to create one.
9159
9160 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9161
9162 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9163 check out a non-existing file.
9164
9165 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9166 workfile does not exist.
9167
9168 * vc.el (vc-version-diff): Use `require' to check for existence of
9169 diff-mode.
9170
9171 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9172
9173 * vc-cvs.el (vc-cvs-registered): Use new function
9174 vc-cvs-parse-entry to do the actual work.
9175
9176 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9177
9178 * vc-hooks.el (vc-find-backend-function): If function doesn't
9179 exist, return nil instead of error.
9180 (vc-call-backend): Doc fix.
9181
9182 * vc.el (vc-do-command): Doc fix.
9183 (vc-finish-logentry): When checking in from vc-dired, choose the
9184 right backend for logentry check.
9185 (vc-dired-mode-map): Inherit from dired-mode-map.
9186 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9187 simplified.
9188 (vc-dired-state-info): Removed, updated caller.
9189 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9190 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9191 (vc-dired-listing-switches): New variable.
9192 (vc-directory): Use it, instead of dired-listing-switches.
9193
9194 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9195 (vc-cvs-dir-state): New function.
9196 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9197 (vc-cvs-parse-entry): New function, also to be used in
9198 vc-cvs-registered.
9199
9200 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9201
9202 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9203 *or* single-window-frames.
9204
9205 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9206
9207 * vc.el (vc-update-changelog): Split into generic part and default
9208 implementation. Doc string adapted.
9209 (vc-default-update-changelog): New function. Call the `rcs2log'
9210 script in exec-directory, to fix a long-standing nuisance.
9211
9212 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9213 simply signals an error.
9214
9215 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9216
9217 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9218 control-flow more clear and to avoid running `cvs' twice.
9219
9220 * vc.el (vc-next-action-on-file): Doc fix.
9221 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9222 (vc-print-log): Eval `file' before constructing the continuation.
9223
9224 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9225
9226 * vc.el (vc-next-action-on-file): Corrected several messages.
9227 (vc-merge): Add prefix arg `merge-news'; handle it.
9228
9229 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9230 is not reached. It is.
9231 (vc-cvs-merge): Set state to 'edited after merge.
9232 (vc-cvs-merge-news): Set workfile version to nil if not known.
9233 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9234
9235 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9236 via stdout. (Merge from main line.)
9237
9238 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9239
9240 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9241 detection.
9242
9243 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9244
9245 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9246 against kill-all-local-variables.
9247 (vc-log-edit): Don't save vc-parent-buffer any more.
9248 (vc-last-comment-match): Initialize to an empty string.
9249 (vc-post-command-functions): New hook.
9250 (vc-do-command): Run it.
9251 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9252 (vc-finish-logentry): Only add the comment to the ring if it's
9253 different from the last comment entered.
9254 (vc-new-comment-index): New function.
9255 (vc-previous-comment): Use it. Make the minibuffer message
9256 slightly less terse.
9257 (vc-comment-search-reverse): Make it work forward as well. Don't
9258 set vc-comment-ring-index if no match is found. Use
9259 vc-new-comment-index.
9260 (vc-comment-search-forward): Use vc-comment-search-reverse.
9261 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9262 define-derived-mode will do it for us. Bind `v' to a keymap that
9263 inherits from vc-prefix-map so that we can bind `vt' without
9264 binding C-x v t.
9265 (vc-retrieve-snapshot): Parenthesis typo.
9266
9267 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9268 to 1. Make sure to switch to *vc* before looking for an error
9269 message. Use vc-parse-buffer.
9270
9271 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9272
9273 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9274 and NAME.
9275 (vc-retrieve-snapshot): Split into two parts.
9276 (vc-default-retrieve-snapshot): New function.
9277
9278 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9279 (vc-cvs-retrieve-snapshot): New function (untested).
9280 (vc-cvs-stay-local): Default to t.
9281 (vc-cvs-remote-p): New function and property.
9282 (vc-cvs-state): Stay local only if the above is t.
9283 (vc-handle-cvs): Removed.
9284 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9285 done via vc-handled-backends now.
9286 (vc-cvs-header): Escape Id.
9287
9288 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9289
9290 * vc.el (vc-do-command): Remove unused commands.
9291 (vc-version-diff): Make sure default-directory ends with a slash.
9292 Move the window commands into a vc-exec-after.
9293 (vc-print-log): Move more of the code into the `vc-exec-after'.
9294
9295 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9296
9297 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9298 (vc-print-log): Search current revision from beginning of buffer.
9299 (vc-revert-buffer): Clear echo area after the diff is finished.
9300 (vc-prefix-map): Removed definition of "t" for terse display in vc
9301 dired.
9302 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9303 definition of "vt" for terse display.
9304 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9305
9306 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9307
9308 * vc.el (vc-exec-after): Avoid caddr.
9309
9310 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9311
9312 * vc.el (vc-exec-after): New function.
9313 (vc-do-command): Use it to add a termination message for async
9314 procs.
9315 (vc-checkout): Try to handle a missing-backend situation.
9316 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9317 of a directory with a backend using async diffs.
9318 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9319 present.
9320
9321 * vc-sccs.el (vc-sccs-state-heuristic): Use
9322 file-ownership-preserved-p.
9323
9324 * vc-rcs.el (vc-rcs-state-heuristic): Use
9325 file-ownership-preserved-p.
9326 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9327
9328 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9329
9330 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9331 vc-do-command.
9332
9333 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9334 when there are no changes.
9335
9336 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9337
9338 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9339
9340 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9341
9342 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9343
9344 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9345
9346 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9347 the `fset' outside of the defvar so that it works even if
9348 vc-prefix-map was already defined.
9349 (vc-setup-buffer): New function, split out of vc-do-command.
9350 (vc-do-command): Allow BUFFER to be t to mean `just use the
9351 current buffer without any fuss'.
9352 (vc-version-diff): Change the `diff' backend operation to just put
9353 the diff in the current buffer without erasing it. Always use
9354 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9355 shrink-window-if-larger-than-buffer.
9356 (vc-print-log): Change the `print-log' backend operation to just
9357 put the log in the current buffer without erasing it. Protect
9358 shrink-window-if-larger-than-buffer.
9359 (vc-update-change-log): Fix setd typo.
9360
9361 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9362 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9363
9364 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9365 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9366 CMP.
9367
9368 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9369 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9370 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9371
9372 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9373
9374 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9375 not possible, use vc-BACKEND-workfile-unchanged-p.
9376 (vc-default-workfile-unchanged-p): New function. Delegates to a
9377 full vc-BACKEND-diff.
9378
9379 * vc-hooks.el (vc-simple-command): Removed.
9380
9381 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9382 instead of vc-simple-command.
9383 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9384 avoid doing a diff when opening a file.
9385 (vc-rcs-state): Added check for unlocked-changes.
9386 (vc-rcs-header): Escape Id.
9387 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9388 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9389 version.
9390
9391 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9392 (vc-sccs-diff): Remove optional arg CMP.
9393 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9394 SCCS-specific function.
9395
9396 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9397 vc-simple-command.
9398
9399 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9400
9401 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9402 (with-vc-file, vc-merge): Use vc-editable-p.
9403 (vc-do-command): Remove unused var vc-file and fix the
9404 doubly-defined `status' var. Add a user message when starting an
9405 async command.
9406 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9407 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9408 Use with-current-buffer.
9409 (vc-buffer-sync): Use unless.
9410 (vc-next-action-on-file): If the file is 'edited by read-only,
9411 make it read-write instead of trying to commit.
9412 (vc-version-diff, vc-update-change-log): Use `setq
9413 default-directory' rather than `cd'.
9414 (vc-log-edit): Don't forget to set default-directory in the
9415 buffer.
9416
9417 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9418 (vc-sccs-state-heuristic): Use file-writable-p instead of
9419 comparing userids.
9420 (vc-sccs-checkout): Use `unless'.
9421
9422 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9423 of comparing userids.
9424 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9425 Simplify the logic by eliminating unreachable code.
9426 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9427 just do a recursive call if we need to retry.
9428 (vc-rcs-checkout): Handle the case where rcs is missing by making
9429 the buffer read-write if requested and re-signalling the error.
9430
9431 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9432
9433 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9434
9435 * vc-hooks.el (vc-handled-backends): Docstring change.
9436 (vc-ignore-vc-files): Mark obsolete.
9437 (vc-registered): Check vc-ignore-vc-files.
9438 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9439 vc-ignore-vc-files.
9440
9441 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9442
9443 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9444
9445 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9446 files since ange-ftp already has vc-registered return nil.
9447
9448 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9449 (vc-sccs-workfile-version): Use with-temp-buffer and new
9450 vc-parse-buffer and don't bother setting the property.
9451 (vc-sccs-add-triple): Use with-current-buffer and
9452 find-file-noselect.
9453 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9454
9455 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9456 derives from the old vc-parse-buffer but uses the revision number
9457 rather than the date (much easier to compare robustly).
9458 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9459 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9460 locking-user more directly. Check strict locking and set
9461 checkout-model appropriately.
9462 (vc-rcs-parse-locks): Remove.
9463 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9464 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9465 (vc-rcs-system-release): Use with-current-buffer and
9466 vc-parse-buffer.
9467 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9468
9469 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9470 (vc-simple-command): Docstring fix.
9471 (vc-registered): Align the way the file-handler is called with the
9472 way the function itself works.
9473 (vc-file-owner): Remove.
9474
9475 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9476 extraction of fields and call to file-attributes because of a
9477 temporary bug in rcp.el.
9478 (vc-cvs-fetch-status): Use with-current-buffer.
9479
9480 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9481
9482 * vc.el (vc-do-command): Use file-relative-name.
9483 (vc-responsible-backend): Use vc-backend if possible.
9484 (vc-create-snapshot): Improve the `interactive' spec. Add support
9485 for branches and dispatch to backend-specific `create-snapshot'.
9486 (vc-default-create-snapshot): New function, containing the bulk of
9487 the old vc-create-snapshot.
9488 (vc-retrieve-snapshot): Improve the interactive spec.
9489
9490 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9491 (vc-backend-hook-functions): Remove.
9492 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9493 (vc-backend): Reintroduce the test for `file = nil' now that I
9494 know why it was there (and added a comment to better remember).
9495
9496 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9497 code from vc-sccs-hooks.el.
9498 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9499 'vc anymore.
9500 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9501 and file-directory-p instead of file-exists-p.
9502 (vc-sccs-check-headers): Simplify the regexp.
9503
9504 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9505 from vc-rcs-hooks.el. Don't require 'vc anymore.
9506 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9507 file-directory-p instead of file-exists-p.
9508
9509 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9510 from vc-cvs-hooks.el.
9511 (proto vc-cvs-registered): Require 'vc-cvs instead of
9512 'vc-cvs-hooks. Don't require 'vc anymore.
9513 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9514 file-directory-p instead of file-exists-p.
9515 (vc-cvs-create-snapshot): New function, replacing
9516 vc-cvs-assign-name.
9517 (vc-cvs-assign-name): Remove.
9518
9519 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9520
9521 * vc-cvs.el (vc-cvs-header): New var.
9522
9523 * vc-rcs.el (vc-rcs-exists): Remove.
9524 (vc-rcs-header): New var.
9525
9526 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9527 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9528 (vc-sccs-header): New var.
9529
9530 * vc.el (vc-do-command): Get rid of the `last' argument.
9531 (vc-header-alist): Remove, replaced by vc-X-header.
9532 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9533 (vc-dired-hook): Use expand-file-name instead of concat.
9534 (vc-directory): Use file-name-as-directory.
9535 (vc-snapshot-precondition, vc-create-snapshot)
9536 (vc-retrieve-snapshot): Allow the command to operate on any
9537 directory.
9538
9539 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9540 just removing the 'WORKFILE argument or by removing the 'MASTER
9541 argument and replacing `file' with (vc-name file).
9542
9543 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9544
9545 * vc.el: Update Copyright and add a crude list of backend funs.
9546 (vc-writable-p): New function.
9547 (with-vc-file): Use vc-writable-p.
9548 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9549 (vc-register): Avoid vc-name.
9550 (vc-locking-user): Remove.
9551 (vc-steal-lock): Make the `owner' arg non-optional.
9552 (vc-merge): Use vc-writable-p instead of vc-locking-user and
9553 vc-checkout-model.
9554 (vc-default-dired-state-info): Use vc-state instead of
9555 vc-locking-user and return special strings for special states.
9556 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9557 and get rid of one of the special CVS cases.
9558 (vc-cancel-version): prettify error message with \\[...].
9559 (vc-rename-master): New function.
9560 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
9561 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
9562 the CVS special case generic.
9563 (vc-default-record-rename): Remove.
9564 (vc-file-tree-walk-internal): Only call FUNC for files that are
9565 under control of some VC backend and replace `concat' with
9566 expand-file-name.
9567 (vc-file-tree-walk): Update docstring.
9568 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
9569 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9570
9571 * vc-sccs.el (vc-sccs-rename-file): Renamed from
9572 vc-sccs-record-rename. Use `find-file-noselect' rather than
9573 `find-file' and call `vc-rename-master' to do the actual move.
9574 (vc-sccs-diff): Remove unused `backend' variable.
9575
9576 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9577 to delay loading of vc-sccs until it is really used.
9578 (vc-sccs-master-templates): Preload.
9579 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9580 (vc-sccs-project-dir): Remove (merged into
9581 vc-sccs-search-project-dir).
9582 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9583 rather than `concat', make sure it is preloaded and don't bother
9584 to check that the file actually exists.
9585 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9586 `locks' argument (use buffer's content instead) and eliminate n^2
9587 behavior.
9588
9589 * vc-rcs.el: Update Copyright.
9590 (vc-rcs-rename-file): New function.
9591 (vc-rcs-diff): Remove unused `backend' variable.
9592
9593 * vc-hooks.el: Update Copyright.
9594 (vc-backend): Don't accept a nil argument any more.
9595 (vc-up-to-date-p): Turn into a defsubst.
9596 (vc-possible-master): New function.
9597 (vc-check-master-templates): Use `vc-possible-master' and allow
9598 funs in vc-X-master-templates to return a non-existent file.
9599
9600 * vc-cvs.el: Update Copyright.
9601 (vc-cvs-diff): Remove unused `backend' variable.
9602 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9603
9604 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9605
9606 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9607
9608 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9609 since it can be called from vc-rcs.el.
9610 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9611
9612 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9613
9614 * vc.el (vc-version-diff): Expand file name read from the
9615 minibuffer. Handle the case when a previous version number can't
9616 be guessed. Give suitable messages when there were no differences
9617 found.
9618 (vc-clear-headers): Call backend-specific implementation, if one
9619 exists.
9620 (vc-cancel-version): Made error checks generic. When done, clear
9621 headers generically, too.
9622
9623 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9624 from vc-clear-headers in vc.el.
9625
9626 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9627 correctly.
9628 (vc-rcs-latest-on-branch-p): Made second argument VERSION
9629 optional. Handle the case when it's not there.
9630
9631 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9632
9633 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9634
9635 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9636
9637 * vc-hooks.el (vc-loadup): Remove.
9638 (vc-find-backend-function): Use `require'. Also, handle the case
9639 where vc-BACKEND-hooks.el doesn't exist.
9640 (vc-call-backend): Cleanup.
9641
9642 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9643
9644 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9645 vc-rcs-grab-templates)
9646 (vc-rcs-registered): Remove. The default function works as well.
9647 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9648 vc-sccs-grab-templates)
9649 (vc-sccs-registered): Remove. The default function works as well.
9650
9651 * vc.el (vc-version-diff): Left out a vc- in call to
9652 vc-call-backend.
9653 (vc-default-dired-state-info, vc-default-record-rename)
9654 (vc-default-merge-news): Update for the new backend argument.
9655
9656 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9657 using the default function.
9658 (vc-call-backend): If calling the default function, pass it the
9659 backend as first argument. Update the docstring accordingly.
9660 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9661 for the new backend argument.
9662 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9663 (vc-find-backend-function): Use the new name.
9664 (vc-default-registered): New function.
9665
9666 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9667
9668 * vc.el (vc-merge): Use vc-find-backend-function.
9669
9670 * vc-hooks.el (vc-backend-functions): Remove.
9671 (vc-loadup): Don't setup 'vc-functions.
9672 (vc-find-backend-function): New function.
9673 (vc-call-backend): Use above fun and populate 'vc-functions
9674 lazily.
9675 (vc-backend-defines): Remove.
9676
9677 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9678
9679 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9680 Call vc-call-backend without the leading vc-.
9681 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9682 (vc-check-headers): Call vc-call-backend without the leading vc-.
9683 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9684 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9685 Call vc-call-backend without the leading vc-.
9686
9687 * vc-cvs.el (tail): Provide vc-cvs.
9688 * vc-sccs.el (tail): Provide vc-sccs.
9689 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9690
9691 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9692 (vc-make-backend-function, vc-call): Pass names without leading
9693 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9694 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9695 (vc-call-backend): Always try to load vc-X-hooks.
9696 (vc-registered): Remove vc- in call to vc-call-backend.
9697
9698 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9699
9700 * vc.el (vc-process-filter): New function.
9701 (vc-do-command): Setup `vc-process-filter' for the async process.
9702 (vc-maybe-resolve-conflicts): New function to reduce
9703 code-duplication. Additionally, it puts the buffer in
9704 `smerge-mode' if applicable.
9705 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9706 calling `merge-news'.
9707 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9708 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9709 interfacing to log-edit.el.
9710 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9711 log-edit is available.
9712 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9713
9714 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9715
9716 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9717 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9718 defvar and the initialization.
9719 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9720
9721 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9722 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9723
9724 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9725
9726 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9727
9728 * vc.el (vc-file-clear-masterprops): Removed.
9729 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9730 (vc-version-diff): Use buffer-size without argument.
9731 (vc-register): Heed vc-initial-comment.
9732
9733 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9734 default branch.
9735
9736 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9737 file name and workfile version.
9738 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9739
9740 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9741 vc-file-clear-masterprops.
9742
9743 * vc-sccs.el (vc-sccs-checkout): Removed call to
9744 vc-file-clear-masterprops. If writable, set vc-state to 'edited
9745 rather than user login name.
9746
9747
9748 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9749
9750 * vc.el (vc-workfile-unchanged-p): Remove unused argument
9751 `want-differences-if-changed' and simplify.
9752 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9753 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9754 output (which is invalid for async vc-diff) to decide whether to
9755 do the revert silently or not.
9756
9757 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9758
9759 * vc-hooks.el (vc-loadup): Load files quietly.
9760 (vc-call-backend): Oops, brain fart.
9761
9762 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9763
9764 * vc-cvs.el (vc-cvs-state): Typo.
9765 (vc-cvs-merge-news): Return the status code rather than the error msg.
9766
9767 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9768
9769 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9770 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9771 vc-state or vc-up-to-date-p.
9772 (vc-merge): Use vc-backend-defines to check whether merging is
9773 possible. Set state to 'edited after successful merge.
9774
9775 * vc-hooks.el (vc-locking-user): If locked by the calling user,
9776 return that name. Redocumented.
9777
9778 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9779
9780 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9781 new `vc-state' semantics.
9782 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9783 'vc-locking-user to the current user.
9784 (vc-merge): Inline vc-backend-merge. Comment out code that I
9785 don't understand and hence can't adapt to the new `vc-state' and
9786 `vc-locking-user' semantics.
9787 (vc-backend-merge): Remove.
9788
9789 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9790 rather than 'vc-locking-user.
9791
9792 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9793
9794 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9795 (vc-state): Don't use 'reserved any more. Just use the same
9796 convention as the one used for vc-<backend>-state where the
9797 locking user (as a string) is returned.
9798 (vc-locking-user): Update, based on the above convention. The
9799 'vc-locking-user property has disappeared.
9800 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9801
9802 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9803 with a heuristic one.
9804 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9805 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9806 error. That allows us to get to 'needs-merge even in the
9807 stay-local case. There's still no way to detect 'needs-patch in
9808 such a setup (or to force an update for that matter).
9809 (vc-cvs-logentry-check): Remove, the default works as well.
9810
9811 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9812
9813 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9814
9815 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9816 major-mode in which the buffer might have been put earlier. Use
9817 `remove' and `when'. Allow `okstatus' to be `async' and use
9818 `start-process' in this case.
9819 (vc-version-diff): Handle the case where the diff looks empty
9820 because of the use of an async process.
9821
9822 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9823
9824 * vc.el (vc-next-action-on-file): Removed optional parameter
9825 `simple'. Recompute state unconditionally.
9826 (vc-default-toggle-read-only): Removed.
9827
9828 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9829 (vc-toggle-read-only): Undid prev change.
9830
9831 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9832 vc-cvs-simple-toggle. Redocumented.
9833 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9834 (vc-cvs-toggle-read-only): Removed.
9835
9836 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9837
9838 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9839 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9840 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9841 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9842 still is. So maybe it should be removed.
9843 (vc-head-version, vc-find-binary): Remove.
9844 (vc-recompute-state): Move from vc-hooks.el.
9845 (vc-next-action-on-file): Add a `simple' argument to allow
9846 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9847 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9848 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9849 (vc-dired-mode-map): Properly defvar it.
9850 (vc-print-log): Call log-view-mode if available.
9851 (small-temporary-file-directory): defvar instead of use boundp.
9852 (vc-merge-news): Moved to vc-cvs.el.
9853 (vc-default-merge-news): New function.
9854
9855 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9856 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9857 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9858 unknown `vc-latest-version' function. It should probably refer to
9859 vc-workfile-version or somesuch, but it's very unclear to me and I
9860 don't have SCCS to test things.
9861
9862 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9863 (vc-sccs-state-heuristic): Fix typo.
9864 (vc-sccs-workfile-unchanged-p): Add missing argument.
9865
9866 * vc-rcs.el: Require vc and vc-rcs-hooks.
9867 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9868 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9869 (vc-release-greater-or-equal-p): Move from vc.
9870 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9871 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9872 (vc-rcs-checkout): Add a missing `new-version' argument in the
9873 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9874
9875 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9876 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9877 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9878 than the apparently unbound `workfile-version'.
9879
9880 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9881 (vc-file-prop-obarray): Use `make-vector'.
9882 (vc-backend-functions): Add new hookable functions
9883 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9884 (vc-loadup): If neither backend nor default functions exist, use
9885 the backend function rather than nil.
9886 (vc-call-backend): If the function if not bound yet, try to load
9887 the non-hook file to see if it provides it.
9888 (vc-call): New macro plus use it wherever possible.
9889 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9890 nor `vc-find-binary' since it's only called from
9891 vc-mistrust-permission which is only used once the backend is known.
9892 (vc-checkout-model): Fix parenthesis.
9893 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9894
9895 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9896 (vc-cvs-release, vc-cvs-system-release): Remove.
9897 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9898 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9899 status symbols.
9900 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9901 (vc-cvs-toggle-read-only): First cut at a function to allow a
9902 cvs-status-free vc-toggle-read-only.
9903 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9904 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9905 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9906 (vc-cvs-checkout): Modify access rights directly if the user
9907 requested not to use `cvs edit'. And refresh the mode line.
9908
9909 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9910 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9911
9912 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9913
9914 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9915 workfile' that got lost when the code was extracted from vc.el.
9916 And merged the tail with the rest of the code (not possible in the
9917 old vc.el where the tail was shared among all backends). And
9918 explicitly set the state to 'edited if `writable' is set.
9919
9920 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9921 (vc-cvs-state): Be careful to return the value from
9922 vc-cvs-parse-state.
9923 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9924 property but return it instead. Also be careful to handle a nil
9925 or "" `rev' when workfile is non-nil (it was handled properly when
9926 workfile was nil).
9927
9928 * vc.el: Removed those pesky unnecessary `(function' quotes.
9929 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9930 directly in the defvar.
9931 (vc-do-command): Bind inhibit-read-only so as to properly handle
9932 the case where the destination buffer has been made read-only.
9933 (vc-diff): Delegate to vc-version-diff in all cases.
9934 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9935 (vc-annotate-mode-variables): Removed (code moved partly to
9936 defvars and partly to vc-annotate-add-menu).
9937 (vc-annotate-mode): Turned into a derived-mode.
9938 (vc-annotate-add-menu): Moved in code in
9939 vc-annotate-mode-variables.
9940 (vc-update-change-log): Use make-temp-file if available.
9941
9942 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9943
9944 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9945 `vc-checkout-model' updated to `vc-cvs-update-model'.
9946
9947 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9948
9949 * vc.el (vc-next-action-on-file): Added handling of state
9950 `unlocked-changes'.
9951 (vc-checkout-carefully): Is now practically obsolete, unless the
9952 above is too slow to be enabled unconditionally.
9953 (vc-update-change-log): Fixed typo.
9954
9955 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9956
9957 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9958 Now handles state `unlocked-changes'.
9959 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9960
9961 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9962
9963 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9964 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9965 `unlocked-changes'.
9966 (vc-rcs-workfile-unchanged-p): Renamed from
9967 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9968 function yet, but supposed to become one soon.
9969
9970 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9971 `vc-steal-lock'.
9972 (vc-call-backend): Changed error message.
9973 (vc-state): Added description of state `unlocked-changes'.
9974
9975 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9976
9977 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9978 always return t in CVS-controlled directories.
9979
9980 * vc.el (vc-responsible-backend): New function.
9981 (vc-register): Largely rewritten.
9982 (vc-admin): Removed (implementation moved into vc-register).
9983 (vc-checkin): Redocumented.
9984 (vc-finish-logentry): If no backend defined yet (because we are in
9985 the process of registering), use the responsible backend.
9986
9987 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9988 Updated function lists.
9989 (vc-call-backend): Fixed typo.
9990
9991 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9992 New functions.
9993 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9994 Removed query option. Redocumented.
9995
9996 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9997
9998 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9999
10000 * vc.el: Updated callers of `vc-checkout-required' to use
10001 `vc-checkout-model'.
10002
10003 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10004
10005 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
10006 stuff updated to reference this function instead of the old
10007 `vc-backend-release-p'.
10008
10009 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10010
10011 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10012 vc-checkout-model. Return appropriate values. Updated callers.
10013
10014 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10015
10016 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10017 (vc-backend-revert): Function moved into `vc-revert';
10018 `vc-next-action' must be updated to accomodate this change.
10019 (vc-backend-steal): Function moved into `vc-finish-steal'.
10020 (vc-backend-logentry-check): Function moved into
10021 `vc-finish-logentry'.
10022 (vc-backend-printlog): Function moved into `vc-print-log'.
10023 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10024 (vc-backend-assign-name): Function moved into
10025 `vc-create-snapshot'.
10026
10027 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10028
10029 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10030 Rename to vc-checkout-model. Return appropriate values.
10031 Update callers.
10032
10033 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10034 to vc-checkout-model.
10035 (vc-checkout-required): Rename to vc-checkout-model.
10036 Re-implement and re-comment.
10037 (vc-after-save): Use vc-checkout-model.
10038
10039 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10040
10041 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10042 Update to use the vc-BACKEND-diff functions instead.
10043 `vc-diff' is now working.
10044
10045 * vc-rcs.el (vc-rcs-logentry-check): New function.
10046
10047 * vc-cvs.el (vc-cvs-logentry-check): New function.
10048
10049 * vc-sccs.el (vc-sccs-diff): Function changed name from
10050 `vc-backend-diff'. This makes `vc-diff' work.
10051
10052 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10053 of functions possibly implemented in a vc-BACKEND library.
10054 (vc-checkout-required): Fix bug that caused an error to be
10055 signaled during `vc-after-save'.
10056
10057 * vc.el: Fix typo.
10058 This checkin is made with our new VC code base for the very first time.
10059 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10060
10061 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10062 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10063
10064 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10065 updated to `vc-uses-locking'.
10066 (vc-checkout-required): Call to backend function.
10067 `vc-checkout-required' updated to `vc-uses-locking' instead.
10068
10069 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10070 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10071
10072 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10073 to match the split into various backends.
10074 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10075 (vc-retrieve-snapshot): Bug fix.
10076
10077 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10078
10079 * vc-sccs.el (vc-sccs-release): Doc fix.
10080
10081 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10082
10083 * vc.el (vc-next-action-on-file): Bug found and fixed.
10084 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10085 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10086
10087 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10088 (vc-rcs-checkout): Name space cleaned up. No more revision number
10089 crunching function names that are not prefixed with vc-rcs.
10090 (vc-rcs-checkout-model): Function added. References to
10091 `vc-checkout-model' replaced.
10092
10093 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10094
10095 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10096 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10097 still need to be split, and implemented for RCS).
10098
10099 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10100
10101 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10102
10103 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10104 required by the vc.el file.
10105
10106 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10107 required by the vc.el file.
10108 (vc-rcs-exists): Function added.
10109
10110 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10111 required by the vc.el file.
10112
10113 * vc.el (vc-admin): Updated to handle selection of appropriate
10114 backend. Current implementation is crufty and need re-thinking.
10115
10116 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10117
10118 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10119
10120 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10121 beginning of annotate buffers correctly.
10122
10123 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10124 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10125 functionality updated quite a lot to support multiple backends.
10126 Variables `vc-annotate-mode', `vc-annotate-buffers',
10127 `vc-annotate-backend' added.
10128
10129 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10130 `vc-annotate-difference' added to supported backend functions.
10131
10132 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10133
10134 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10135 Use with-temp-file instead of /bin/sh. Merged from mainline
10136
10137 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10138
10139 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10140
10141 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10142
10143 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10144
10145 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10146
10147 * vc-hooks.el: vc-state-heuristic added to
10148 vc-backend-hook-functions.
10149
10150 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10151
10152 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10153
10154 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10155 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10156 state to `reserved'.
10157
10158 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10159 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10160
10161 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10162
10163 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10164 untouched.
10165
10166 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10167
10168 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10169 if defined. (Merged from main line, slightly adapted.)
10170
10171 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10172 millenium problem (merged from mainline).
10173
10174 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10175
10176 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10177 part and moved the non-BACKEND stuff to vc.el.
10178
10179 * vc.el: Split the annotate feature into a BACKEND specific part
10180 and moved it from the vc-cvs.el file to this one.
10181
10182 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10183
10184 * vc-hooks.el: Implement new state model.
10185 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10186 (vc-locking-user): Simplify. Now only needed if the file is
10187 locked by somebody else.
10188 (vc-lock-from-permissions): Remove. Functionality is in
10189 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10190 (vc-mode-line-string): New name for former vc-status. Adapted.
10191 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10192
10193 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10194 Various simplifications and adaptations all over the place.
10195
10196 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10197 Simplify and adapt the rest.
10198
10199 * vc.el (vc-resynch-window): Add TODO comment: check for
10200 interaction with view mode according to recent RCS change.
10201 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10202
10203 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10204
10205 * vc.el: Convert the remaining function comments to docstrings.
10206
10207 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10208
10209 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10210 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10211 (vc-minor-part, vc-previous-version): Functions that operate and
10212 compare revision numbers got proper documentation. Comments added
10213 about their possible removal.
10214
10215 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10216
10217 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10218 the vc-backend.el files.
10219
10220 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10221
10222 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10223 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10224 (vc-rcs-previous-version): Functions added.
10225
10226 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10227
10228 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10229
10230 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10231
10232 * vc-hooks.el (vc-master-templates): Is really obsolete.
10233 Comment out the definition for now. What is the right procedure
10234 to get rid of it?
10235 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10236 rewritten.
10237 (vc-default-registered): Remove.
10238 (vc-check-master-templates): New function; does mostly what the
10239 above did before.
10240 (vc-locking-user): Don't rely on the backend to set the property.
10241
10242 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10243 Rewrite documentation.
10244 (vc-rcs-templates-grabbed): New variable.
10245 (vc-rcs-grab-templates): New function.
10246 (vc-rcs-registered): Rewrite to use above mechanism.
10247
10248 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10249 Rewrite documentation.
10250 (vc-sccs-templates-grabbed): New variable.
10251 (vc-sccs-grab-templates): New function.
10252 (vc-sccs-registered): Rewrite to use above mechanism.
10253 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10254 Don't throw the result, simply return it.
10255
10256 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10257 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10258 (vc-cvs-registered): Does the check itself now. Simplify.
10259
10260 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10261 from main line.
10262
10263 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10264
10265 * vc-cvs.el (vc-cvs-diff): New function.
10266
10267 * vc-sccs.el (vc-sccs-diff): New function.
10268
10269 * vc-rcs.el (vc-rcs-diff): New function.
10270 (vc-rcs-checkout): Bug (typo) found and fixed.
10271 (vc-rcs-register-switches): New variable.
10272
10273 * vc.el (vc-backend-diff): Function removed and placed in the
10274 backend files.
10275
10276 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10277
10278 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10279
10280 * vc.el (vc-backend-checkout): Function removed and replaced in
10281 the vc-backend.el files.
10282
10283 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10284
10285 * vc.el (vc-backend-admin): Removed and replaced in the
10286 vc-backend.el files.
10287
10288 * vc.el (Martin): Removed all the annotate functionality since it
10289 is CVS backend specific.
10290
10291 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10292
10293 * spec.txt: Added specification of vc-state.
10294
10295 * vc-sccs-hooks.el (vc-sccs-master-properties):
10296 Remove handling of vc-latest-version and
10297 vc-your-latest-version. What used to be vc-latest-version, is now
10298 returned as vc-workfile-version.
10299 (vc-sccs-workfile-version): Adapt.
10300
10301 2000-09-04 Dave Love <fx@gnu.org>
10302
10303 * vc.el: [Merged from mainline.]
10304 (vc-dired-mode): Make the dired-move-to-filename-regexp
10305 regexp match the date, to avoid treating date as file size.
10306 Add YYYY S option to WESTERN/
10307
10308 2000-09-04 Dave Love <fx@gnu.org>
10309
10310 * vc.el: Require `compile' when compiling.
10311 (vc-logentry-check-hook): New option.
10312 (vc-steal-lock): Use compose-mail.
10313 (vc-dired-mode-map): Defvar when compiling.
10314 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10315 vc-sccs.el and renamed. Callers changed.
10316 (vc-backend-checkout, vc-backend-logentry-check)
10317 (vc-backend-merge-news): Doc fix.
10318 (vc-default-logentry-check): New function.
10319 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10320 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10321 (vc-backend-merge): Doc fix. Use backend functions.
10322 (vc-check-headers): Use backend functions.
10323
10324 * vc-cvs.el: Require vc when compiling.
10325 (vc-cvs-register-switches): Doc fix.
10326 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10327 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10328 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10329 New functions (code from vc.el).
10330 (vc-annotate-display-default): Fix interactive spec.
10331 (vc-annotate-time-span): Doc fix.
10332
10333 * vc-rcs.el: Require vc when compiling.
10334 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10335 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10336 (vc-rcs-checkin): New functions (code from vc.el).
10337 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10338 Doc fix.
10339 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10340
10341 * vc-sccs.el: Require vc when compiling.
10342 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10343 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10344 (vc-sccs-revert)
10345 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10346 from vc.el).
10347 (vc-sccs-add-triple, vc-sccs-record-rename)
10348 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10349 (vc-sccs-admin): Doc fix.
10350
10351 2000-09-04 Martin Lorentzson <martinl@gnu.org>
10352
10353 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10354 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10355 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10356 from vc.el.
10357
10358 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10359
10360 * vc-cvs.el: Moved the annotate functionality from vc.el.
10361 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10362
10363 2000-09-04 Dave Love <fx@gnu.org>
10364
10365 * vc.el (vc-backend-release): Call vc-system-release.
10366
10367 * vc-sccs.el (vc-sccs-system-release):
10368 Renamed from vc-sccs-backend-release.
10369
10370 * vc-rcs.el (vc-rcs-system-release):
10371 Renamed from vc-rcs-backend-release.
10372
10373 * vc-cvs.el (vc-cvs-system-release):
10374 Renamed from vc-cvs-backend-release.
10375
10376 2000-09-04 Dave Love <fx@gnu.org>
10377
10378 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10379 backend files.
10380 (vc-backend-release): Dispatch to backend functions.
10381 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10382 probably needs attention.]
10383
10384 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10385 (vc-sccs-backend-release): New function.
10386
10387 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10388 (vc-cvs-backend-release): New function.
10389
10390 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10391 Doc fix.
10392 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10393 (vc-default-dired-state-info): New function.
10394 (vc-dired-state-info): Dispatch to backends.
10395 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10396
10397 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10398 from vc.el and renamed.
10399
10400 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10401
10402 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10403 (vc-version-other-window, vc-backend-assign-name): Removed
10404 references to vc-latest-version; sometimes changed into
10405 vc-workfile-version.
10406
10407 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10408 vc-rcs-master-workfile-version.
10409 (vc-rcs-workfile-version): Use the above. Don't call
10410 vc-latest-version (that was unreachable code, anyway).
10411 (vc-rcs-fetch-master-properties): Doc fix.
10412
10413 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10414 (vc-backend-hook-functions): Removed them from this list, too.
10415 (vc-fetch-properties): Removed.
10416 (vc-workfile-version): Doc fix.
10417
10418 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10419 (vc-rcs-workfile-version, vc-rcs-locking-user)
10420 (vc-rcs-uses-locking): Use it.
10421
10422 * vc-hooks.el (vc-consult-rcs-headers):
10423 Moved into vc-rcs-hooks.el, under the name
10424 vc-rcs-consult-headers.
10425
10426 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10427 headers.
10428 (vc-cvs-find-master): Use this name only; correct different
10429 versions of the name.
10430
10431 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10432 New functions.
10433 (vc-sccs-locking-user): Use the latter.
10434
10435 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10436 New functions.
10437
10438 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10439 Moved into both
10440 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10441 functions are implementation details of those two backends.
10442
10443 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10444
10445 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10446 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10447
10448 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10449 (vc-sccs-parse-locks): SCCS-specific code moved here from
10450 vc-hooks.
10451
10452 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10453 code moved here from vc-hooks.
10454
10455 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10456 into back-end specific parts and removed. Callers not updated
10457 yet; because I guess these callers will disappear into back-end
10458 specific files anyway.
10459
10460 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10461
10462 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10463 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10464 `vc-uses-locking'.
10465
10466 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10467 Store yes/no in the property, and return t/nil. Updated all
10468 callers.
10469
10470 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10471 vc-sccs-uses-locking. Don't set property.
10472 (vc-sccs-locking-user): Don't set property.
10473
10474 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10475 vc-cvs-uses-locking. Don't set property here; leave that to
10476 vc-hooks.
10477 (vc-cvs-locking-user): Reflect above change. Streamlined.
10478
10479 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10480 vc-rcs-uses-locking.
10481 (vc-rcs-locking-user): Reflect above change.
10482
10483 2000-09-04 Dave Love <fx@gnu.org>
10484
10485 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10486
10487 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10488
10489 * vc-hooks.el (vc-checkout-model): Punt to backends.
10490
10491 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10492
10493 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10494
10495 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10496 New functions.
10497
10498 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10499 New functions.
10500
10501 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10502 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10503
10504 * vc-hooks.el (vc-default-locking-user): New function.
10505 (vc-locking-user, vc-workfile-version): Punt to backends.
10506
10507 2000-09-04 Dave Love <fx@gnu.org>
10508
10509 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10510 (vc-master-workfile-version): Moved from vc-hooks.
10511
10512 * vc-rcs-hooks.el: Fix duplicate code in last change.
10513
10514 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10515 (vc-rcs-master-templates): Improve :type.
10516 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10517 vc-master-workfile-version): Moved from vc-hooks.
10518
10519 * vc-sccs-hooks.el: Require vc-hooks when compiling.
10520 (vc-sccs-master-templates): Improve :type.
10521 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10522
10523 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10524
10525 * vc-cvs-hooks.el: Require vc-hooks when compiling.
10526 (vc-cvs-master-templates): Improve :type. Use
10527 vc-cvs-find-cvs-master.
10528 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10529 from vc-hooks.
10530 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10531
10532 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10533 Moved to vc-cvs-hooks.
10534
10535 * vc-hooks.el: Add doc strings in various places. Simplify the
10536 minor mode setup.
10537 (vc-handled-backends): New user variable.
10538 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10539 simplification.
10540
10541 2000-09-04 Dave Love <fx@gnu.org>
10542
10543 * vc.el: Some doc fixes for autoloaded and interactive functions.
10544 Fix compilation warnings from ediff stuff.
10545 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10546
10547 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10548
10549 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10550
10551 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10552
10553 2000-09-04 Dave Love <fx@gnu.org>
10554
10555 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10556 New variable.
10557 (vc-make-backend-function, vc-loadup, vc-call-backend)
10558 (vc-backend-defines): New functions.
10559
10560 * vc-hooks.el: Various doc fixes.
10561 (vc-default-back-end, vc-follow-symlinks): Custom fix.
10562 (vc-match-substring): Function removed. Callers changed to use
10563 match-string.
10564 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
10565 Simplify.
10566
10567 2000-09-04 Dave Love <fx@gnu.org>
10568
10569 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10570 type.
10571 (vc-sccs-project-dir, vc-search-sccs-project-dir)
10572 (vc-sccs-registered): Doc fix.
10573
10574 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10575 (vc-cvs-registered): Doc fix.
10576
10577 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10578 (vc-rcs-registered): Doc fix.
10579
10580 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10581
10582 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10583
10584 * vc-hooks.el: vc-registered has been renamed
10585 vc-default-registered. Some functions have been moved to the
10586 backend specific files. they all support the
10587 vc-BACKEND-registered functions.
10588
10589 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10590
10591 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10592
10593 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10594
10595 2000-09-04 Dave Love <fx@gnu.org>
10596
10597 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10598 menu-bar-update-hook.
10599
10600 * help.el (help-manyarg-func-alist): Add
10601 find-operation-coding-system.
10602
10603 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10604
10605 * custom.el (custom-set-variables): Print message about errors in
10606 setting.
10607
10608 2000-09-03 Andrew Innes <andrewi@gnu.org>
10609
10610 * makefile.w32-in: Change to DOS line endings.
10611
10612 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10613
10614 * mouse.el (mouse-popup-menubar): Supply the prompt string for
10615 minor-mode keymaps, if they don't have one.
10616
10617 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10618
10619 * eshell/esh-module.el (eval-when-compile): Don't lose if
10620 esh-module.el's file name is truncated to DOS 8+3 limits.
10621
10622 2000-09-01 John Wiegley <johnw@gnu.org>
10623
10624 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10625 predicate, which caused entries in the completion list to be
10626 doubled.
10627
10628 2000-08-30 John Wiegley <johnw@gnu.org>
10629
10630 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10631 sending to subprocesses. Also, hook pre-command-hook if
10632 `eshell-send-direct-to-subprocesses' is non-nil.
10633 (eshell-send-direct-to-subprocesses): New config variable. If t,
10634 subprocess input is send immediately.
10635 (eshell-toggle-direct-send): New function.
10636 (eshell-self-insert-command): New function.
10637 (eshell-intercept-commands): New function.
10638 (eshell-send-input): If direct subprocess sending is enabled,
10639 don't echo any input to the Eshell buffer. Let the subprocess
10640 handle that. This requires "stty echo" in bash, for example.
10641
10642 2000-08-28 John Wiegley <johnw@gnu.org>
10643
10644 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10645 completion function for Eshell's implementation of `unset'.
10646
10647 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10648
10649 * info.el (Info-directory-list): Doc fix.
10650
10651 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10652
10653 * filecache.el (file-cache-add-directory-using-find): Don't quote
10654 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10655
10656 2000-08-31 Kenichi Handa <handa@etl.go.jp>
10657
10658 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10659 coding systems.
10660
10661 2000-08-30 Andrew Innes <andrewi@gnu.org>
10662
10663 * timer.el (run-with-idle-timer): Undo last change, so that timer
10664 is not activated immediately if Emacs is already idle. Some
10665 existing code relies on this behaviour.
10666
10667 2000-08-30 Miles Bader <miles@gnu.org>
10668
10669 * frame.el (set-frame-font): Do completion of font-name for
10670 interactive use.
10671
10672 2000-08-30 Kenichi Handa <handa@etl.go.jp>
10673
10674 * international/quail.el (quail-start-translation): Bind locally
10675 last-command-event, last-command, and this-command.
10676 (quail-start-conversion): Likewise.
10677 (quail-self-insert-command): Fix docstring.
10678
10679 2000-08-29 Gerd Moellmann <gerd@gnu.org>
10680
10681 * progmodes/executable.el
10682 (executable-make-buffer-file-executable-if-script-p): Check that
10683 buffer contains at least 2 characters.
10684
10685 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10686
10687 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10688
10689 2000-08-29 Dave Love <fx@gnu.org>
10690
10691 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10692 (diff-mode-shared-map): Bind mouse-2.
10693 (diff-imenu-generic-expression): New variable.
10694 (diff-mode): Use it.
10695
10696 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10697 (mouse-popup-menubar): Add minor mode menus.
10698 (popup-menu): Check for lookup-key returning number.
10699
10700 2000-08-29 Miles Bader <miles@gnu.org>
10701
10702 * comint.el (comint-send-input): Create overlays using the proper
10703 front/read-advance arguments.
10704
10705 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10706
10707 * ps-print.el: Even/odd pages printing. Doc fix.
10708 (ps-print-version): New version number (6.0).
10709 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10710 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10711 (ps-print-duplex-feature): Variable eliminated.
10712 (ps-even-or-odd-pages): New variable.
10713
10714 * progmodes/ebnf2ps.el: Doc fix.
10715 (ebnf-version): New version (3.3).
10716 (ebnf-user-arrow): Change variable customization to sexp.
10717 (ebnf-user-arrow): Function eliminated.
10718 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10719
10720 2000-08-29 Kenichi Handa <handa@etl.go.jp>
10721
10722 * help.el (help-xref-mule-regexp): New variable.
10723 (help-make-xrefs): Handle help-xref-mule-regexp.
10724
10725 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10726 variable.
10727 (describe-input-method): Temporarily activate the specfied input
10728 method to display the information.
10729 (describe-language-environment): Hyperlinks to mule related items.
10730
10731 * international/mule-diag.el (charset-multibyte-form-string): New
10732 function.
10733 (list-character-sets-1): Use charset-multibyte-form-string.
10734 (describe-character-set): New function.
10735 (describe-coding-system): Hyperlinks to safe character sets.
10736
10737 * international/quail.el (quail-help): New arg PACKAGE.
10738 Hyperlinks to mule related items.
10739 (quail-help-insert-keymap-description): Use
10740 substitute-command-keys instead of describe-bindings.
10741 (quail-translation-help): Hyperlinks to mule related items.
10742
10743 2000-08-28 John Wiegley <johnw@gnu.org>
10744
10745 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10746 have a defsubst call itself. Made `eshell-flatten-list' back into
10747 a function again.
10748
10749 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10750 catch, in case re-centering point at bottom messes up the display.
10751 This happens frequently in Emacs 21, due I believe to variable
10752 line heights.
10753
10754 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10755 to call `find-tag-interactive'.
10756
10757 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10758 the list of remember directories.
10759
10760 2000-08-28 John Wiegley <johnw@gnu.org>
10761
10762 * align.el: Test align-region-separate to see if it's a symbol.
10763
10764 2000-08-28 John Wiegley <johnw@gnu.org>
10765
10766 * eshell/esh-util.el (eshell-flatten-list): Made this function
10767 into a defsubst form. It gets used very frequently, although
10768 calls don't occur all that often.
10769
10770 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10771 examining it.
10772
10773 * eshell/esh-cmd.el (eshell-rewrite-while-command):
10774 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10775 `eshell-protect'.
10776 (eshell-copy-handles): Created a new macro for duplicating the
10777 current set of open handles. This is needed by the looping
10778 functions.
10779 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10780 is not incorrectly stomped on.
10781
10782 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10783 declaration for pcomplete-use-paring.
10784 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10785 value of eshell-cmpl-use-paring.
10786 * pcomplete.el (pcomplete-use-paring): New config variable, to
10787 indicate whether paring should be used.
10788 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10789 completion alternatives that have already been used.
10790
10791 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10792 bound to C-c C-y, which will repeat the previous N arguments
10793 (based on prefix argument).
10794 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10795
10796 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10797 if there is no *Help* buffer. This is for XEmacs, which renames
10798 its help buffers uniquely. TODO: Find out what the current buffer
10799 name to delete is.
10800
10801 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10802 first entry that correlates to a passwd/group number. Later
10803 entries (used for group/user name aliasing to multiple IDs) are
10804 ignored.
10805
10806 * eshell/em-xtra.el (eshell/expr):
10807 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10808 (eshell-grep, eshell/diff, eshell/locate):
10809 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10810 argument list, before passing it to the system command.
10811
10812 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10813 `find-tag' for use at final position in Eshell buffers (which
10814 otherwise triggers an error on Emacs 21).
10815 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10816 buffer, if it is currently bound to `find-tag'.
10817
10818 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10819 in the list of matched Makefile names.
10820 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10821 directory, prefer its contents to Makefile.
10822
10823 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10824 directory parts (like "cd old new", or "cd =regexp"), are now case
10825 sensitive on non-Windows/DOS platforms.
10826
10827 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10828 types RET after an open delimiter (like "), display a message
10829 indicating that Eshell is waiting for the closing delimiter.
10830
10831 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10832 environment variables.
10833
10834 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10835 gracefully if the user enters incorrect arguments.
10836
10837 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10838 Eshell buffers.
10839
10840 * eshell/esh-var.el (eshell-interpolate-variable):
10841 * eshell/esh-mode.el (eshell-move-argument):
10842 * eshell/em-unix.el (eshell-du-sum-directory):
10843 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10844 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10845 (not (= ...)).
10846
10847 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10848 to ensure the `preserve' flag gets propagated when doing recursive
10849 directory copies.
10850
10851 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10852
10853 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10854 Don't convert \n into \0177 in memory.
10855 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10856 and back again, when reading and writing.
10857
10858 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10859
10860 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10861 testing of `fboundp' on `processp'.
10862
10863 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10864 (eshell/jobs): Don't call process-list if it is not bound.
10865 (eshell-gather-process-output): Support systems where async
10866 subprocesses aren't supported.
10867 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10868 variables.
10869
10870 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10871 eshell-do-eval returns t.
10872 (eshell-do-pipelines-synchronously): New defmacro.
10873 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10874 when async subprocesses aren't supported.
10875 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10876 if async subprocesses aren't supported.
10877 (eshell-resume-command): Don't assume STATUS is a string.
10878
10879 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10880
10881 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10882 (eshell-close-target, eshell-get-target): Use eshell-processp.
10883 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10884 fix.
10885 (eshell-get-target, eshell-create-handles): Doc fix.
10886
10887 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10888
10889 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10890 criterion to include commands that output something, as long as it
10891 leaves both the command and the end-of-buffer visible when the
10892 command has exited.
10893 (eshell-review-quick-commands): Adjust the help doc string
10894 accordingly.
10895
10896 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10897
10898 * locate.el (locate): Cleaned up locate command's interactive prompting
10899 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10900
10901 * filecache.el (file-cache-case-fold-search): New variable
10902 (file-cache-assoc-function): New variable
10903 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10904 Use file-cache-case-fold-search variable
10905 (file-cache-add-file): Use file-cache-assoc-function
10906 (file-cache-delete-file): likewise
10907 (file-cache-directory-name): likewise
10908 (file-cache-debug-read-from-minibuffer): likewise
10909
10910 2000-08-28 Gerd Moellmann <gerd@gnu.org>
10911
10912 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10913 (abbrev-table-name): New function.
10914 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10915 If non-nil list local abbrev, only.
10916
10917 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10918
10919 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10920 from Gnus support code, and use special article copy buffer
10921 `(gnus-original-article-buffer)' instead. This allows to get rid
10922 of article-hide-headers usage (which breaks in the latest Gnus
10923 version). Thanks to Detlev Zundel.
10924
10925 2000-08-28 Kenichi Handa <handa@etl.go.jp>
10926
10927 * international/quail.el (quail-use-package): Hide "... loaded"
10928 message.
10929 (quail-start-translation, quail-start-conversion): Likewise.
10930
10931 * international/kkc.el (kkc-region): Hide "... loaded" message.
10932
10933 2000-08-27 Dave Love <fx@gnu.org>
10934
10935 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10936
10937 2000-08-27 Miles Bader <miles@gnu.org>
10938
10939 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10940
10941 2000-08-27 Kenichi Handa <handa@etl.go.jp>
10942
10943 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10944 'ja-dic-cnv), not (require 'skkdic-cnv).
10945
10946 2000-08-26 Miles Bader <miles@gnu.org>
10947
10948 * faces.el (face-x-resources): Add entry for :inherit.
10949 * cus-face.el (custom-face-attributes): Add support for :inherit
10950 attribute. Add support for relative face heights.
10951 (custom-face-attributes-get): Treat `nil' as being a default value
10952 for :inherit (as well as `unspecified').
10953
10954 * faces.el (set-face-attribute): Update doc string.
10955 (face-attribute-name-alist): Add :inherit.
10956 (face-valid-attribute-values): Handle :inherit.
10957 (face-read-string): Rephrase prompt to be less confusing.
10958 Assume that DEFAULT is a string, since we must return a string.
10959 (face-read-integer): Use `format' to turn DEFAULT into an
10960 acceptable default for face-read-string. Match NEW-VALUE against
10961 the string "unspecified", not the symbol `unspecified', since
10962 that's what face-read-string returns.
10963 (read-face-attribute): Lookup a name for old-value in valid, and
10964 use it as a default if we find one. Treat all values from
10965 face-read-string as strings. If the default is used, don't do any
10966 more processing on the value, just use the old value directly.
10967 (read-face-and-attribute, modify-face): Tweak prompt.
10968 (read-face-name): Don't assume prompt ends with a space.
10969
10970 * faces.el (describe-face): Add support for :inherit attribute.
10971
10972 2000-08-25 Kenichi Handa <handa@etl.go.jp>
10973
10974 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10975 concat doesn't accept interger.
10976
10977 * international/kkc.el: Remove SKK from Keywords. Require
10978 ja-dic-utl instead of skkdic-utl.
10979
10980 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10981 Provide ja-dic-cnv instead of skkdic-cnv.
10982 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10983 (iso-2022-7bit-short): Add safe-charsets property.
10984 (skkdic-convert-postfix): Search Japanese chou-on character in
10985 addition to Hiragana character.
10986 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10987 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10988 (batch-skkdic-convert): Likewise.
10989
10990 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10991 Provide ja-dic-utl instead of skkdic-utl.
10992 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10993
10994 2000-08-24 Dave Love <fx@gnu.org>
10995
10996 * disp-table.el (standard-display-default): Make the test of `l'
10997 useful.
10998
10999 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11000 mod sample text.
11001
11002 * international/iso-ascii.el: Make pilcrow convenient string
11003 consistent with section.
11004 (iso-ascii-display): Set up multibyte characters as well as
11005 unibyte.
11006
11007 2000-08-24 Kenichi Handa <handa@etl.go.jp>
11008
11009 * international/mule-cmds.el (reset-language-environment): Set
11010 default-process-coding-system to '(undecided . iso-latin-1), which
11011 makes process I/O almost consistent with file I/O. Call this
11012 function when mule-cmds.el[c] is loaded.
11013
11014 2000-08-22 Andrew Innes <andrewi@gnu.org>
11015
11016 * makefile.w32-in: New file.
11017
11018 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
11019
11020 * comint.el (comint-output-filter): Compare end of
11021 comint-last-output-overlay with the start of the newly inserted
11022 text, not the end, when deciding whether to extend it.
11023 Set saved-point's insertion type to advance after insertion.
11024
11025 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11026 since this is now done independently of font-lock mode.
11027
11028 2000-08-21 Gerd Moellmann <gerd@gnu.org>
11029
11030 * server.el (server-kill-new-buffers): New user option.
11031 (server-existing-buffer): New buffer-local variable.
11032 (server-visit-files): When using an existing buffer, set
11033 server-existing-buffer to t.
11034 (server-buffer-done): If server-kill-new-buffers is t, kill the
11035 buffer, unless it was already present before visiting it with
11036 Emacs server.
11037
11038 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
11039
11040 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11041 even if the display doesn't support colors: some displays will
11042 support bold/underline faces.
11043
11044 2000-08-21 Gerd Moellmann <gerd@gnu.org>
11045
11046 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11047
11048 * startup.el (command-line): If user's init file had an error,
11049 add explanatory text to *Messages*.
11050
11051 2000-08-21 Kenichi Handa <handa@etl.go.jp>
11052
11053 * man.el (Man-getpage-in-background): Decode the process output by
11054 the system locale coding system.
11055
11056 2000-08-20 Dave Love <fx@gnu.org>
11057
11058 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11059 Don't test x-popup-menu.
11060 (function) <complete-function>: Complete only fbound symbols.
11061 <validate, value>: New.
11062 (variable) <complete-function>: Complete only bound symbols.
11063 (coding-system): Add :base-only, :complete-function, :validate,
11064 :value, :prompt-match.
11065 (widget-coding-system-prompt-value): Use read-coding-system and
11066 act on :base-only.
11067 (editable-field): Add :help-echo.
11068 (widget-push-button-gui, widget-push-button-cache)
11069 (widget-gui-action, widget-editable-list-gui): COmment out, along
11070 with uses.
11071 (widget-at): Make arg optional.
11072 (widget-echo-help): Adjust for current help-echo calling sequence.
11073 (widget-specify-field, widget-specify-button)
11074 (widget-specify-insert, widget-get-sibling, widget-image-find)
11075 (widget-convert, widget-insert, widget-leave-text)
11076 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11077 (widget-setup, widget-field-find, widget-before-change)
11078 (widget-after-change, widget-default-complete)
11079 (widget-default-create, widget-default-delete)
11080 (widget-push-button-value-create, editable-field)
11081 (widget-field-prompt-value, widget-field-validate)
11082 (widget-choice-value-create, widget-choice-action)
11083 (widget-choice-validate, widget-checklist-add-item)
11084 (widget-radio-add-item, widget-radio-chosen)
11085 (widget-radio-value-inline, widget-editable-list-value-create)
11086 (widget-editable-list-entry-create)
11087 (widget-documentation-link-add)
11088 (widget-documentation-string-value-create)
11089 (widget-regexp-validate, widget-file-complete)
11090 (widget-sexp-validate, widget-plist-convert-widget)
11091 (widget-plist-convert-widget, widget-alist-convert-widget)
11092 (widget-alist-convert-widget, widget-color-complete): Simplify,
11093 particularly to avoid bindings which aren't optimized out.
11094
11095 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11096 Doc fix.
11097 (down-list, backward-up-list, up-list, kill-sexp)
11098 (backward-kill-sexp, mark-sexp): Make arg optional.
11099 (lisp-complete-symbol): Add optional arg PREDICATE.
11100
11101 * cus-start.el: Add display-buffer-reuse-frames,
11102 file-coding-system-alist.
11103
11104 2000-08-20 Gerd Moellmann <gerd@gnu.org>
11105
11106 * startup.el (command-line): Clear realized faces after
11107 modifying TTY color mappings.
11108
11109 2000-08-20 Miles Bader <miles@gnu.org>
11110
11111 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11112 merely a subset of FACE's attributes.
11113
11114 2000-08-19 Miles Bader <miles@gnu.org>
11115
11116 * comint.el (comint-output-filter): Save the point with a marker,
11117 not just a buffer position.
11118
11119 * international/mule.el (set-buffer-process-coding-system): Make
11120 interactive prompt less confusing.
11121
11122 2000-08-19 Gerd Moellmann <gerd@gnu.org>
11123
11124 * hilit-chg.el: General cleanup of doc strings, comments and
11125 code formatting.
11126
11127 2000-08-19 Miles Bader <miles@gnu.org>
11128
11129 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11130 Compiler macro removed; beginning-of-line is no longer always
11131 equivalent to forward-line, in the presence of fields.
11132
11133 * comint.el (comint-output-filter): Remove ad-hoc saving of
11134 restriction, and just use save-restriction, now that it works
11135 correctly. Don't adjust comint-last-input-start to account for
11136 our insertion; it shouldn't have moved because we don't use
11137 insert-before-markers anymore. Comment out call to
11138 `force-mode-line-update'; why is it here?
11139
11140 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11141 while checking for prompt to delete. Use `forward-line 0'
11142 instead of beginning-of-line.
11143 (gud-filter): Temporarily widen gud comint buffer while
11144 examining output.
11145
11146 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11147
11148 * progmodes/sh-script.el: Big bag of typos.
11149
11150 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11151 check since ispell-process is not bound when ispell is not yet loaded.
11152
11153 2000-08-18 Dave Love <fx@gnu.org>
11154
11155 * image.el (find-image): Copy `spec' before using plist-put.
11156
11157 2000-08-18 Gerd Moellmann <gerd@gnu.org>
11158
11159 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11160 `portugues'.
11161
11162 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11163 backward-kill-sexp, analogous to kill-sexp.
11164
11165 * progmodes/icon.el (icon-indent-line)
11166 (icon-is-continuation-line): Handle comments specially.
11167
11168 2000-08-17 Ken Stevens <k.stevens@ieee.org>
11169
11170 * ispell.el: Set to standard author/maintainer/keyword fields.
11171 Fine tuning to menu map appearance and operation, and added help.
11172 Remove `start' and `end' error messages when compiling.
11173 (ispell-choices-win-default-height): Fixed comment string.
11174 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11175 castellano8 dictionaries.
11176 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11177 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11178 dictionary, added italiano dictionary.
11179 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11180 word character
11181 (ispell-tex-skip-alists): Added psfig support.
11182 (ispell-skip-html): Renamed from ispell-skip-sgml.
11183 (ispell-begin-skip-region-regexp, ispell-skip-region)
11184 (ispell-minor-check): Improved html skipping support to skip across
11185 code, and recognize `&' commands without propper `;' syntax;
11186 (ispell-process-line): Fix alignment error when manually
11187 correcting spelling.
11188 (ispell): Fix comment string.
11189 (ispell-add-per-file-word-list): Always put word list on new line.
11190
11191 2000-08-17 Gerd Moellmann <gerd@gnu.org>
11192
11193 * format.el (format-encode-run-method): Fix error message to say
11194 `encode' instead of `decode'. Use save-window-excursion around
11195 shell-command-on-region as in format-decode-run-method because
11196 shell-command-on-region can display a buffer with error output.
11197 (format-decode): Don't record undo information for the decoding.
11198 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11199 that number part of the temporary buffer name so that more than
11200 one decoding using a temporary buffer can happen safely.
11201
11202 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11203 of `A-z' in the regexp.
11204
11205 * hilit-chg.el: Fix typos in commentary.
11206
11207 * help.el (view-emacs-news): Rewritten for new naming scheme
11208 for old NEWS files.
11209
11210 * startup.el (command-line): Pop to *Messages* in case an error
11211 is signaled while loading user-init-file.
11212
11213 2000-08-17 Andreas Schwab <schwab@suse.de>
11214
11215 * files.el (insert-directory): Don't lose original file name,
11216 undoing an undocumented change.
11217
11218 2000-08-17 Alex Schroeder <alex@gnu.org>
11219
11220 * sql.el (sql-magic-go): Use comint-bol.
11221 (sql-copy-column): Use comint-line-beginning-position.
11222 (comint-line-beginning-position): Define a replacement for
11223 comint-line-beginning-position if it is not fboundp.
11224
11225 2000-08-17 Alex Schroeder <alex@gnu.org>
11226
11227 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11228 it didn't have any effect anyway.
11229
11230 2000-08-17 Alex Schroeder <alex@gnu.org>
11231
11232 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11233 --pset and pager=off instead of sending \\o|cat at the beginning
11234 of the session.
11235
11236 2000-08-17 Miles Bader <miles@gnu.org>
11237
11238 * progmodes/octave-inf.el: Add compatibility definition of
11239 comint-line-beginning-position.
11240
11241 2000-08-17 Kenichi Handa <handa@etl.go.jp>
11242
11243 * startup.el (normal-top-level): Look in each dir in load-path for
11244 a leim-list.el file too. This assures of loading leim-list.el
11245 that is created at Emacs installation time even if a user have his
11246 own leim-list.el.
11247
11248 2000-08-17 Miles Bader <miles@gnu.org>
11249
11250 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11251 foreground color to black if the background is dark.
11252
11253 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11254
11255 * loadhist.el (unload-feature): Typo.
11256
11257 * finder.el (finder-compile-keywords):
11258 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11259 to the generated file.
11260
11261 * mail/mh-e.el (mh-make-local-vars):
11262 Replace make-variable-buffer-local with make-local-variable.
11263
11264 * play/landmark.el:
11265 * options.el (Edit-options-{set,toggle,t,nil}):
11266 * mail/mailabbrev.el (mail-abbrevs-mode):
11267 * textmodes/tex-mode.el (tex-expand-files):
11268 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11269
11270 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11271
11272 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11273 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11274 Allow going past the last element.
11275 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11276 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11277 (cvs-mouse-toggle-mark): Don't move point.
11278 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11279
11280 * progmodes/compile.el (grep): Provide a default set of files.
11281 (next-error): Docstring fix.
11282 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11283
11284 * emacs-lisp/easy-mmode.el (define-minor-mode):
11285 Use `symbol-value' to keep the byte-compiler quiet.
11286
11287 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11288 (diff-find-source-location): New fun, extracted from diff-goto-source.
11289 (diff-goto-source): Use it.
11290 (diff-next-complex-hunk, diff-filter-lines): New function.
11291 (diff-apply-hunk): New command.
11292
11293 * smerge-mode.el (smerge-mode-menu): Doc fix.
11294
11295 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11296
11297 2000-08-16 Dave Love <fx@gnu.org>
11298
11299 * windmove.el (windmove) <defgroup>: Add :version.
11300
11301 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11302 (goto-address-fontify-p, goto-address-highlight-p)
11303 (goto-address-url-face, goto-address-url-mouse-face)
11304 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11305 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11306 (goto-address-fontify, goto-address-at-mouse): Simplify,
11307 (goto-address-at-point): browse-url-url-at-point,
11308 goto-address-find-address-at-point can return nil.
11309 (goto-address-find-address-at-point): Return nil on failure.
11310
11311 * align.el (align) <defgroup>: Add :version.
11312
11313 * calculator.el (calculator): Add :version.
11314 (calculator): Use two lines for calculator window if `modeline'
11315 face is boxed.
11316
11317 * play/5x5.el: Doc fixes.
11318 (5x5) <defgroup>: Add :version.
11319
11320 * play/fortune.el (fortune) <defgroup>: Add :version.
11321 (fortune-append): Fix error message.
11322 (fortune-from-region): Doc fix.
11323
11324 * play/pong.el (pong): Doc fix.
11325
11326 * play/morse.el: Keywords, commentary, autoloads.
11327
11328 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11329
11330 * desktop.el (desktop-save): Don't look at symbol-value of a
11331 member of minor-mode-alist, unless it is boundp.
11332
11333 2000-08-16 Sam Steingold <sds@gnu.org>
11334
11335 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11336 `while'; use `with-current-buffer' instead of `save-excursion'.
11337 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11338
11339 2000-08-16 Kenichi Handa <handa@etl.go.jp>
11340
11341 * international/ccl.el (declare-ccl-program): Docstring modified.
11342 (ccl-execute-with-args): Likewise.
11343
11344 2000-08-16 Miles Bader <miles@gnu.org>
11345
11346 * progmodes/sql.el: Add compatibility definition of
11347 comint-line-beginning-position.
11348
11349 2000-08-15 Gerd Moellmann <gerd@gnu.org>
11350
11351 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11352 'buffer-menu' property.
11353 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11354 fails.
11355 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11356 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11357 wasn't killed.
11358
11359 * buff-menu.el (list-buffers-noselect): Don't display the
11360 *Buffer List* buffer.
11361
11362 * font-lock.el: Require jit-lock to prevent a very late
11363 `Loading jit-lock' message.
11364
11365 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11366 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11367 mail address.
11368
11369 2000-08-15 Miles Bader <miles@gnu.org>
11370
11371 * textmodes/ispell.el (ispell-graphic-p): New constant.
11372 (ispell-choices-win-default-height, ispell-help): Use
11373 `ispell-graphic-p' instead of `xemacsp'.
11374
11375 2000-08-15 Dave Love <fx@gnu.org>
11376
11377 * simple.el: Autoload widget-convert when compiling.
11378 (mail-user-agent): Doc fix.
11379
11380 * help.el (function-called-at-point, variable-at-point): Use
11381 with-syntax-table.
11382 (help-manyarg-func-alist): Add insert-and-inherit.
11383
11384 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11385
11386 * delsel.el (delsel-unload-hook): New function.
11387
11388 * find-file.el: Doc fixes. Move provide to end.
11389 (ff) <defgroup>: Add :link.
11390 (ff-goto-click): Deleted.
11391 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11392 Use mouse-set-point.
11393
11394 * textmodes/tildify.el: Doc fixes.
11395 (tildify) <defgroup>: Add:version.
11396
11397 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11398 (glasses-custom-set): Use set-default, not set.
11399 (minor-mode-alist): Propertize the lighter.
11400 (glasses-mode): Provide optional arg.
11401
11402 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11403 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11404 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11405 option. Provide :type.
11406 (cwarn-configuration): Provide :type.
11407 (cwarn-mode): Doc fix.
11408
11409 * add-log.el (change-log-merge): Doc fix.
11410 (change-log-redate): New command.
11411
11412 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11413 Doze and Dog.
11414 (browse-url): Use dolist, not mapcar.
11415 (browse-url-at-point): Check for null url.
11416 (browse-url-event-buffer, browse-url-event-point): Functions
11417 deleted.
11418 (browse-url-at-mouse, browse-url-netscape): Simplify.
11419
11420 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11421 modes.
11422 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11423 Fix previous change to mapcan.
11424 (msb--init-file-alist, msb--add-separators)
11425 (msb--make-keymap-menu): Simplify.
11426 (msb--choose-file-menu): Use copy-sequence.
11427 (msb-mode-map): Add title to keymap.
11428 (msb-unload-hook): New function.
11429
11430 * bs.el: Fix indentation.
11431 (bs) <defgroup>: Add :links.
11432 (bs-show): Doc fix.
11433 (bs-apply-sort-faces): Don't use window-system.
11434 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11435
11436 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11437
11438 * calendar/timeclock.el (timeclock-file): Run .timelog through
11439 convert-standard-filename.
11440
11441 2000-08-14 Gerd Moellmann <gerd@gnu.org>
11442
11443 * emacs-lisp/authors.el: New file.
11444
11445 * paren.el (show-paren-priority): New user option.
11446 (show-paren-function): Set overlay priorities to
11447 show-paren-priority.
11448
11449 2000-08-14 Miles Bader <miles@gnu.org>
11450
11451 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11452 beginning-of-line with inhibit-field-text-motion bound.
11453
11454 2000-08-14 Gerd Moellmann <gerd@gnu.org>
11455
11456 * calendar/timeclock.el: New file.
11457
11458 2000-08-14 David Ponce <david@dponce.com>
11459
11460 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11461 `widget-button-click'. so that one can use left mouse button to
11462 click on dialog buttons.
11463
11464 2000-08-14 Emmanuel Briot <briot@gnat.com>
11465
11466 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11467 identifiers, since XML is case sensitive
11468
11469 2000-08-12 Miles Bader <miles@gnu.org>
11470
11471 * comint.el (comint-output-filter): Don't bother frobbing
11472 window-start, it doesn't seem to be necessary.
11473
11474 * comint.el (comint-send-string, comint-send-region): Make into
11475 real functions. Snapshot the prompt before sending.
11476
11477 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11478
11479 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11480 technique similar to Info-index, instead of relying on specific
11481 names of relevant Index nodes.
11482 (Info-goto-emacs-command-node): Bind Info-history to nil when
11483 going to the first node found by Info-find-emacs-command-nodes.
11484
11485 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11486
11487 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11488
11489 2000-08-10 Miles Bader <miles@gnu.org>
11490
11491 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11492
11493 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11494
11495 * info.el (Info-file-list-for-emacs): More elements for the
11496 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11497 and woman manuals.
11498
11499 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11500
11501 * comint.el (comint-send-input): Make the newline boundary overlay
11502 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11503 (comint-output-filter): Use `insert' instead of
11504 `insert-before-markers'. Extend comint-last-output-overlay when
11505 necessary since we can't rely on insert-before-markers to do it.
11506 * gud.el (gud-filter): Use `with-current-buffer' instead of
11507 save-excursion when inserting the output, so that point gets
11508 updated correctly; the old method relied on a rather dodgy
11509 side-effect of comint-output-filter to avoid the effect of
11510 save-excursion.
11511
11512 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11513
11514 * files.el (recover-file): Call insert-directory instead of
11515 invoking `ls' directly.
11516
11517 2000-08-10 Miles Bader <miles@gnu.org>
11518
11519 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11520 (comint-last-prompt-overlay): New variables.
11521 (comint-output-filter): Implement prompt highlighting.
11522 (comint-snapshot-last-prompt): New function.
11523 (comint-send-input): Snapshot the last prompt.
11524 Use comint-highlight-input-face.
11525 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11526 Use defface instead of defcustom.
11527 (send-invisible, comint-send-eof): Snapshot the last prompt.
11528 (comint-delchar-or-maybe-eof): Use comint-send-eof.
11529 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11530
11531 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
11532
11533 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11534 (regexp-opt-group): Use a list of chars for `letters'.
11535 (regexp-opt-charset): `chars' is now a list of chars.
11536 Use a char-table rather than a vector so it works for multibyte chars.
11537
11538 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11539 Set cvs-minor-current-files to the selected fileinfo.
11540 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11541 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11542
11543 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
11544
11545 * files.el (insert-directory): Don't call access-file on
11546 directories on DOS and Windows.
11547
11548 2000-08-09 Kenichi Handa <handa@etl.go.jp>
11549
11550 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11551 longer if necessary.
11552 (ccl-embed-code): Call ccl-embed-data to store CODE in
11553 ccl-program-vector.
11554
11555 2000-08-09 Miles Bader <miles@gnu.org>
11556
11557 * comint.el (comint-output-filter): Properly handle the case where
11558 the text surrounded by comint-last-output-overlay was deleted.
11559
11560 2000-08-08 Gerd Moellmann <gerd@gnu.org>
11561
11562 * info.el (Info-insert-dir): Use Info-additional-directory-list if
11563 non-nil.
11564 (Info-file-list-for-emacs): Remove "info" from the list because
11565 that leads to trying to use the documentation from file `info'
11566 in various situations where it isn't appropriate, for instance
11567 C-h C-k C-h i.
11568
11569 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11570 DIR and/or STRING are nil.
11571
11572 * progmodes/compile.el (compilation-setup): Make variable
11573 compilation-error-screen-columns buffer-local, as some comment
11574 in the code suggests it should be.
11575
11576 * files.el (auto-mode-interpreter-regexp): New variable.
11577 (set-auto-mode): Use it.
11578
11579 * indent.el (indent-for-tab-command): Doc fix.
11580
11581 * mouse-sel.el (mouse-sel-mode): Doc fix.
11582
11583 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11584 labels.
11585
11586 * help.el (print-help-return-message): When
11587 display-buffer-reuse-frames is set, let the help window been quit,
11588 instead of deleting it, which might delete a reused frame.
11589
11590 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11591
11592 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11593 rename a directory to a name that differs only by its letter case.
11594
11595 2000-08-08 Kenichi Handa <handa@etl.go.jp>
11596
11597 * international/quail.el (quail-define-rules): Handle Quail decode
11598 map correctly. Add code for supporting annotations.
11599 (quail-install-decode-map): New function.
11600 (quail-defrule-internal): New optional arguments decode-map and
11601 props.
11602 (quail-advice): New function.
11603
11604 2000-08-07 Sam Steingold <sds@gnu.org>
11605
11606 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11607 `defconst', `define-condition', `with-slots'.
11608 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11609
11610 2000-08-03 Miles Bader <miles@gnu.org>
11611
11612 * comint.el (comint-use-prompt-regexp-instead-of-fields):
11613 New variable.
11614 (comint-prompt-regexp, comint-get-old-input): Document dependence on
11615 comint-use-prompt-regexp-instead-of-fields.
11616 (comint-send-input): Add `input' field property to stuff we send to
11617 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11618 (comint-output-filter): Add `output' field property to process
11619 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11620 (comint-replace-by-expanded-history)
11621 (comint-get-old-input-default, comint-show-output)
11622 (comint-backward-matching-input, comint-forward-matching-input)
11623 (comint-next-prompt, comint-previous-prompt): Use field
11624 properties if comint-use-prompt-regexp-instead-of-fields is nil.
11625 (comint-line-beginning-position): New function.
11626 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
11627 (comint-replace-by-expanded-history-before-point): Use
11628 comint-line-beginning-position and line-end-position.
11629 (comint-last-output-overlay): New variable.
11630 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11631
11632 * shell.el (shell-prompt-pattern): Doc change.
11633 (shell-backward-command): Use line-beginning-position.
11634
11635 * gud.el (gud-gdb-complete-command): Use
11636 comint-line-beginning-position.
11637
11638 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11639 comint-bol doesn't actually go to the beginning of the line.
11640
11641 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11642 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11643 (try-expand-line-all-buffers): Likewise.
11644
11645 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11646 explicitly matching comint-prompt-regexp.
11647 (sql-copy-column): Use comint-line-beginning-position instead of
11648 explicitly matching comint-prompt-regexp.
11649
11650 * progmodes/octave-inf.el (inferior-octave-complete): Use
11651 comint-line-beginning-position.
11652
11653 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11654
11655 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11656 looking for a prompt, use `forward-line 0' instead of
11657 `beginning-of-line', to avoid getting caught by an input field.
11658
11659 2000-08-07 Gerd Moellmann <gerd@gnu.org>
11660
11661 * files.el (shell-quote-wildcard-pattern): Make sure to return
11662 PATTERN, in the Unix case.
11663
11664 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11665
11666 * play/zone.el (zone): Discard any pending input before running
11667 the randomly-chosen pgm.
11668
11669 2000-08-07 Kenichi Handa <handa@etl.go.jp>
11670
11671 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11672 checking the existence of any multibyte characters.
11673
11674 2000-08-06 Gerd Moellmann <gerd@gnu.org>
11675
11676 * help.el (describe-mode): Test minor-mode symbol for being
11677 bound before testing its value for being nil.
11678
11679 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11680 `first', `second', and `third'.
11681
11682 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11683 (second): Make it an alias for `cadr'.
11684
11685 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11686
11687 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11688 types of display support faces now.
11689
11690 2000-08-05 Gerd Moellmann <gerd@gnu.org>
11691
11692 * pcvs.el (require): Require `cl' during compilation, only.
11693
11694 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11695 (toplevel): Remove `remq' and `remove' from autoloads.
11696 (cl-fake-autoloads): New variable. If set, arrange for an error
11697 when CL functions etc. are autoloaded.
11698
11699 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11700
11701 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11702
11703 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11704 popped up, but the user clicks outside the menu, return an empty
11705 regexp (that causes unhighlight-regexp to have no effect).
11706
11707 * menu-bar.el (menu-bar-games-menu): Add Zone.
11708
11709 * hi-lock.el (toplevel): Require font-lock.
11710
11711 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11712
11713 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11714 (ebnf-8-bit-chars): New var for bug fix.
11715 (ebnf-string): Bug fix.
11716
11717 2000-08-03 Sam Steingold <sds@gnu.org>
11718
11719 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11720 instead of `buffer-string'.
11721 (require 'cl): Always, not just when compiling.
11722 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11723 necessary.
11724
11725 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11726
11727 * international/mule-cmds.el (select-safe-coding-system): Make
11728 the message text about selecting a safe coding system more clear.
11729
11730 2000-08-02 Gerd Moellmann <gerd@gnu.org>
11731
11732 * hi-lock.el: New file.
11733
11734 * play/zone.el: New file.
11735
11736 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11737 value of tab-width in the original buffer. Choose a line number
11738 format that's a multiple of the original buffer's tab width, so
11739 that lines appear right.
11740
11741 * textmodes/ispell.el (ispell): New function, replacing an alias.
11742 Spell-check active region if in transient-mark-mode and mark
11743 is active; otherwise spell-check buffer.
11744
11745 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11746
11747 * ps-mule.el: Fix a customization problem on
11748 ps-mule-font-info-database-default.
11749
11750 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
11751
11752 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11753 display-mouse-p instead of window-system.
11754 (ebrowse-member-mode-map): Ditto.
11755
11756 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11757
11758 * progmodes/ebnf2ps.el: Update ps-print functions call.
11759 Indentation fix. Doc fix.
11760 (ebnf-version): New version number (3.2).
11761 (ebnf-format-color, ebnf-begin-job): Code fix.
11762
11763 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
11764
11765 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11766 font lock support on window-system.
11767 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11768
11769 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11770 display-color-p, if fboundp, instead of window-system.
11771
11772 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
11773
11774 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11775 instead of window-system.
11776
11777 * wid-edit.el (widget-choose): Use display-mouse-p instead of
11778 window-system.
11779 (widget-choice-mouse-down-action): Use display-popup-menus-p
11780 instead of window-system.
11781
11782 * strokes.el (strokes-file): Run the file name through
11783 convert-standard-filename.
11784 (strokes-mode): Call display-mouse-p instead of looking at
11785 window-system. Change the error message accordingly.
11786
11787 * progmodes/cpp.el (toplevel): Support faces on tty's.
11788
11789 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11790 (lm-plot-square, lm-init-display): Don't use window-system.
11791
11792 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11793 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11794
11795 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11796 instead of looking at window-system.
11797
11798 2000-07-30 Gerd Moellmann <gerd@gnu.org>
11799
11800 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11801 of testing if iswitchb-prepost-hooks is bound, because the
11802 latter will always be true when invoking a recursive minibuffer
11803 from an active Iswitchb buffer.
11804
11805 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11806
11807 * files.el (shell-quote-wildcard-pattern): New function.
11808 (insert-directory): Call it. Only prepend "\" to command on Unix
11809 and GNU/Linux systems.
11810
11811 2000-07-30 Gerd Moellmann <gerd@gnu.org>
11812
11813 * eshell/esh-groups.el: Change custom :link file names
11814 from `eshell.info' to `eshell'.
11815
11816 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11817
11818 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11819 correctly in recursive ange-ftp listings.
11820
11821 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11822
11823 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11824 ps-header-font-size-internal and
11825 ps-header-title-font-size-internal variables are not set,
11826 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11827 face text property is (foreground-color . COLOR) or
11828 `(background-color . COLOR)', ps-print crashes. Doc fix.
11829 (ps-print-version): New version number (5.2.4).
11830 (ps-plot-region): Code fix.
11831 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11832 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11833 Bug fix 2.
11834
11835 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
11836
11837 * glasses.el (glasses-make-readable): Fix uncapitalization of
11838 identifiers like `myXMLDocument'.
11839
11840 2000-07-28 Karl Fogel <kfogel@red-bean.com>
11841
11842 * mail/mail-hist.el (mail-hist-previous-input)
11843 (mail-hist-next-input): Do the obvious code factorization.
11844 (mail-hist-retrieve-and-insert): New func, contains common
11845 code of above two.
11846 If inserting a message body, leave point at top.
11847
11848 2000-07-28 Sam Steingold <sds@gnu.org>
11849
11850 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11851 Use `<=', not `<' to compare times!
11852 (ange-ftp-ls): Remove.
11853
11854 2000-07-27 Gerd Moellmann <gerd@gnu.org>
11855
11856 * play/cookie1.el: Add explanation of how to make cookie.el
11857 compatible with strfile(1) to comment.
11858
11859 * subr.el (remove, remq): New functions.
11860
11861 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11862 escape `*' in regexps.
11863 (midnight-find): Reverse order of arguments in the funcall of
11864 TEST.
11865
11866 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11867 and `.class'.
11868
11869 * play/meese.el: Add Commentary section.
11870
11871 2000-07-27 Alex Schroeder <alex@gnu.org>
11872
11873 * sql.el (sql-ms): Added autoload cookie.
11874 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11875 (sql-oracle): Ditto.
11876 (sql-help): Doc change.
11877
11878 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11879 types and exceptions.
11880
11881 2000-07-27 Alex Schroeder <alex@gnu.org>
11882
11883 * sql.el (sql-placeholder-history): New variable.
11884 (sql-query-placeholders-and-send): New function that will query
11885 the user and replace placeholders with user input.
11886 (sql-oracle): If running on NT, set comint-input-sender to
11887 sql-query-placeholders-and-send.
11888
11889 (sql-stop): If in the SQLi buffer, insert stop notification, else
11890 present it as a message.
11891
11892 2000-07-27 Alex Schroeder <alex@gnu.org>
11893
11894 * sql.el (sql-input-ring-separator): Doc change.
11895 (sql-input-ring-file-name): Doc change.
11896 (sql-interactive-mode): Use `sql-input-ring-separator' and
11897 `sql-input-ring-file-name' to set the comint-mode equivalents
11898 without making them local variables.
11899 (sql-stop): Don't bind `sql-input-ring-separator' and
11900 `sql-input-ring-file-name' dynamically to their comint-mode
11901 equivalents.
11902
11903 2000-07-27 Kenichi Handa <handa@etl.go.jp>
11904
11905 * international/mule.el (register-char-codings): New function.
11906 (make-coding-system): Handle `safe-chars' specification in the arg
11907 PROPERTY.
11908
11909 * international/mule-cmds.el
11910 (find-coding-systems-region-subset-p): This function deleted.
11911 (sort-coding-systems-predicate): New variable.
11912 (sort-coding-systems): New function.
11913 (find-coding-systems-region): Use
11914 find-coding-systems-region-internal.
11915 (find-coding-systems-string): Use find-coding-systems-region.
11916 (find-coding-systems-for-charsets): Check
11917 char-coding-system-table.
11918 (select-safe-coding-system-accept-default-p): New variable.
11919 (select-safe-coding-system): Mostly rewritten. New argument
11920 ACCEPT-DEFAULT-P.
11921 (select-message-coding-system): Call select-safe-coding-system
11922 with ACCEPT-DEFAULT-P arg.
11923 (reset-language-environment): Reset default-sendmail-coding-system
11924 to the default value iso-latin-1.
11925 (set-language-environment): Don't set the obsolete variable
11926 charset-origin-alist.
11927
11928 * international/codepage.el (cp-coding-system-for-codepage-1):
11929 Give `safe-chars' property to make-coding-system.
11930
11931 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11932 calling select-message-coding-system twice.
11933
11934 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11935 instead of `safe-charsets'.
11936 (cyrillic-alternativnyj): Likewise.
11937 (ccl-encode-alternativnyj): Don't check the charset
11938 cyrillic-iso8859-5.
11939
11940 2000-07-27 Kenichi Handa <handa@etl.go.jp>
11941
11942 * composite.el (compose-chars-after): Preserve match data.
11943
11944 2000-07-26 Sam Steingold <sds@gnu.org>
11945
11946 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11947 (ange-ftp-real-file-newer-than-file-p): New function.
11948 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11949 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11950
11951 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11952 * midnight.el (midnight-float-time): Ditto.
11953
11954 2000-07-26 Andreas Schwab <schwab@suse.de>
11955
11956 * files.el (normal-backup-enable-predicate): Correct
11957 interpretation of the return value of compare-strings.
11958
11959 2000-07-26 Gerd Moellmann <gerd@gnu.org>
11960
11961 * isearch.el (isearch-resume): New function.
11962 (isearch-done): Add something to command-history to resume
11963 the search.
11964 (isearch-yank-line, isearch-yank-word): Use
11965 buffer-substring-no-properties instead of buffer-substring.
11966
11967 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11968 of flyspell-mouse-map.
11969
11970 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11971 duplicate definition.
11972 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11973
11974 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11975 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11976
11977 2000-07-25 Sam Steingold <sds@gnu.org>
11978
11979 * net/ange-ftp.el: Get modtime over the net.
11980 (ange-ftp-file-modtime): New function.
11981 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11982 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11983 Use it.
11984 (ange-ftp-dot-to-slash): New function.
11985 (ange-ftp-fix-name-for-vms): Use it.
11986
11987 * midnight.el (midnight-buffer-display-time): Use
11988 `with-current-buffer'.
11989
11990 2000-07-25 Gerd Moellmann <gerd@gnu.org>
11991
11992 * find-dired.el: Update copyright notice.
11993 (find-dired): Offer to kill a running `find'.
11994
11995 * enriched.el (enriched-face-ans): For a `foreground-color'
11996 property, return '(("x-color" COLOR))' so that COLOR will be
11997 output as a parameter of the x-color annotation. Likewise for the
11998 `background-color' property. In the case of normal face
11999 properties, don't return annotations for unspecified foreground
12000 and background face attributes.
12001
12002 2000-07-25 Kenichi Handa <handa@etl.go.jp>
12003
12004 * language/japan-util.el (japanese-katakana-region): Fix handling
12005 HANKAKU argument.
12006
12007 2000-07-25 Miles Bader <miles@gnu.org>
12008
12009 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12010 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
12011 constrain-to-field.
12012
12013 2000-07-24 Andrew Innes <andrewi@gnu.org>
12014
12015 * timer.el (timer-activate-when-idle): Add optional parameter
12016 DONT-WAIT. Update docstring.
12017 (run-with-idle-timer): Specify extra parameter to
12018 timer-activate-when-idle, so that timer will be activated
12019 immediately if Emacs is already idle.
12020
12021 * w32-fns.el (w32-using-nt): Fix docstring.
12022
12023 2000-07-24 Dave Love <fx@gnu.org>
12024
12025 * mouse.el (popup-menu): Set last-command-event.
12026 (mouse-major-mode-menu-prefix): Declare.
12027
12028 2000-07-24 Gerd Moellmann <gerd@gnu.org>
12029
12030 * textmodes/flyspell.el: Update to author's version 1.5d.
12031
12032 * progmodes/hideshow.el: Update copyright notice.
12033
12034 * vcursor.el: Set maintainer to FSF, since author cannot
12035 be reached.
12036
12037 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
12038
12039 * info.el (Info-goto-emacs-key-command-node): Leave a space after
12040 the prompt.
12041
12042 * mouse.el (popup-menu): Run the keymap through indirect-function,
12043 in case it was defined with define-prefix-key. If the menu is a
12044 list of keymaps, look up the binding of user's choice in each one
12045 of the keymaps.
12046 (mouse-popup-menubar): If the global and local menu-bar keymaps
12047 don't have a prompt string, create one and insert it into the
12048 keymap. Don't barf if current-local-map returns nil.
12049
12050 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
12051
12052 * dired.el (dired-sort-R-check): Added to allow recursive listing
12053 to be undone.
12054 (dired-sort-other): Use it.
12055
12056 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12057
12058 * Release of cc-mode 5.27
12059
12060 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12061
12062 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12063 c-beginning-of-statement-1 that caused a bad case of recursion
12064 which could consume a lot of CPU in large classes in languages
12065 that have in-expression classes (i.e. Java and Pike).
12066
12067 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12068 statements before top level constructs (i.e. case 6 is moved
12069 before case 5 and is now case 4) to catch in-expression
12070 classes in top level expressions correctly.
12071
12072 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12073
12074 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12075 objc-method-intro. Case 4 removed and case 5I added.
12076
12077 * cc-langs.el (c-append-paragraph-start): New variable used by
12078 c-common-init to get paragraph-start correct.
12079 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12080 initialize paragraph-start to make it correct both with and
12081 without the javadoc special case.
12082
12083 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12084 initialize paragraph-start for javadoc markup.
12085
12086 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12087 change by defaulting this to t. It's motivated by the
12088 confusing behavior that otherwise arise from the style system
12089 when editing both java and non-java files at the same time
12090 (see the comments about style setting in c-common-init).
12091
12092 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12093
12094 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12095 similar to the one in c-fill-paragraph to check the fill
12096 prefix from the adaptive fill function for sanity.
12097
12098 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12099
12100 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12101 defun block.
12102
12103 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12104
12105 * cc-align.el (c-lineup-multi-inher): Handle lines with
12106 leading comma nicely. Extended to handle member initializers
12107 too.
12108
12109 * cc-engine.el: (c-beginning-of-inheritance-list,
12110 c-guess-basic-syntax): Fixed recognition of inheritance lists
12111 when the lines begins with a comma.
12112
12113 * cc-vars.el (c-offsets-alist): Changed default for
12114 member-init-cont to c-lineup-multi-inher since it now handles
12115 member initializers and indents better for leading commas.
12116
12117 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12118
12119 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12120 handling that caused class open lines to be recognized as
12121 statement-conts in some cases.
12122
12123 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12124 guessed by the adaptive fill function unless point is on the
12125 first line of a block comment.
12126
12127 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12128 when the buffer ends with a macro continuation char.
12129
12130 * cc-engine.el (c-guess-basic-syntax): Added support for
12131 function definitions as statements in Pike. The first
12132 statement in a lambda block is now labeled defun-block-intro
12133 instead of statement-block-intro.
12134
12135 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12136 so that the class surrounding point is selected, not the one
12137 innermost in the state.
12138
12139 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12140 recognition of switch labels having hanging multiline
12141 statements.
12142
12143 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12144 some code in c-guess-basic-syntax to a separate function.
12145 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12146 recognition of member inits with multiple line arglists.
12147 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12148 member-init-cont when the commas are in funny places.
12149
12150 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12151
12152 * cc-defs.el (c-auto-newline): Removed this macro since it's
12153 not used anymore.
12154
12155 * cc-engine.el (c-looking-at-bos): New helper function.
12156 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12157 inexpr and toplevel classes apart in Pike.
12158
12159 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12160 of case 9A.
12161
12162 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12163 constant, since "class" can introduce an in-expression class
12164 in Pike nowadays.
12165
12166 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12167
12168 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12169 indentation on cpp-macro lines.
12170
12171 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12172 a syntax modifier like comment-intro, to make it possible to
12173 get syntactic indentation for preprocessor directives. It's
12174 incompatible wrt to lineup functions on cpp-macro, but it has
12175 no observable effect in the 99.9% common case where cpp-macro
12176 is set to -1000.
12177
12178 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12179
12180 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12181 member-init-cont when the preceding arglist is several lines.
12182
12183 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12184
12185 * cc-styles.el (c-style-alist): The basic offset for the BSD
12186 style corrected to 8.
12187
12188 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12189
12190 * cc-styles.el (c-style-alist): Adjusted the indentation of
12191 brace list openers in the gnu style.
12192
12193 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12194
12195 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12196
12197 * cc-cmds.el (c-electric-brace, c-electric-slash,
12198 c-electric-star, c-electric-semi&comma, c-electric-colon,
12199 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12200 when c-syntactic-indentation is nil.
12201
12202 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12203 we were left at comments preceding the first statement when
12204 reaching the beginning of the buffer.
12205
12206 * cc-vars.el (c-syntactic-indentation): New variable to turn
12207 off all syntactic indentation.
12208
12209 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12210
12211 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12212 between the text and the block comment ender when it hangs,
12213 depending on how many there are before the fill.
12214
12215 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12216
12217 * cc-engine.el (c-beginning-of-closest-statement): New helper
12218 function to go back to the closest preceding statement start,
12219 which could be inside a conditional statement.
12220 * cc-engine.el (c-guess-basic-syntax): Use
12221 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12222
12223 * cc-engine.el (c-guess-basic-syntax): Better handling of
12224 arglist-intro, arglist-cont-nonempty and arglist-close when
12225 the arglist is nested inside parens. Cases 7A, 7C and 7F
12226 changed.
12227
12228 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12229 up-to-date with javadoc 1.2.
12230
12231 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12232
12233 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12234 multiline Pike type decls.
12235
12236 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12237
12238 * cc-cmds.el (c-indent-new-comment-line): Always break
12239 multiline comments in multiline mode, regardless of
12240 comment-multi-line.
12241
12242 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12243
12244 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12245 fully::qualified::names in C++ member init lists. Preamble in
12246 case 5D changed.
12247
12248 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12249
12250 * cc-langs.el (c-common-init): Handling of obsolete variables
12251 moved to c-initialize-cc-mode. More compatible style override
12252 when using global style variables.
12253 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12254 variables moved here.
12255
12256 * cc-styles.el (c-make-styles-buffer-local): Flag style
12257 variable localness in c-style-variables-are-local-p to make
12258 the compatibility measure in c-common-init work well.
12259
12260 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12261 longer contain set-from-style.
12262 * cc-styles.el (c-initialize-builtin-style): Don't check for
12263 set-from-style on c-special-indent-hook.
12264 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12265 copy-alist is sufficient now.
12266
12267 * cc-styles.el (c-set-style, c-set-style-1,
12268 c-get-style-variables): Fixes to variable initialization so
12269 that duplicate entries in styles have the same effect
12270 regardless of DONT-OVERRIDE.
12271
12272 * cc-styles.el (c-set-style-2): Fixed bug where the
12273 initialization of inheriting styles failed when the
12274 dont-override flag is set.
12275
12276 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12277 on this.
12278
12279 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12280
12281 * cc-defs.el (c-forward-comment): Removed the workaround
12282 introduced in 5.38 since it had worse side-effects. If a line
12283 contains the string "//\"", it regarded the // as a comment
12284 start since the \ temporarily doesn't have escape syntax.
12285
12286 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
12287
12288 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12289 ada-xref.el before ada-prj.el, so that the Project menu is created
12290 when ada-prj tries to add to it.
12291 (ada-activate-keys-for-case): Suppress the characters that are not
12292 part of the Ada syntax. Better compatibility with else-mode
12293 (ada-adjust-case-interactive): When auto-casing is not active,
12294 correctly insert newlines (used to insert only ^M). Prevent the
12295 syntax table from being changed in case of an error
12296 (or '_' becomes part of a word and some commands are confused).
12297 Do nothing if ada-auto-case is nil.
12298 (ada-after-keyword-p): Ignore keywords that are also attributes
12299 (ada-batch-reformat): Update usage comment
12300 (ada-call-from-contextual-menu): New function
12301 (ada-case-read-exceptions): Reinitialize the casing exception list
12302 first to nil first, so that the casing exception file can be
12303 shared.
12304 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12305 files.
12306 (ada-compile-goto-error): Fix regexp used to detect a file:line
12307 anywhere in the error message
12308 (ada-contextual-menu-last-point): New variable
12309 (ada-create-keymap): If the variable delete-key-deletes-forward is
12310 t on XEmacs, it means that DEL should delete one character
12311 forward.
12312 (ada-create-menu): Use :included instead of :visible for XEmacs.
12313 New submenu "Options".
12314 (ada-end-stmt-re): Correctly indent "select ... then abort"
12315 statements.
12316 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12317 even if they don't match ada-fill-comment-prefix Fix handling of
12318 paragraphs on the first or last line of a file.
12319 (ada-format-paramlist): Fix handling of default parameter values.
12320 (ada-get-body-name): New function.
12321 (ada-get-current-indent): Optimized by searchling directly for an
12322 existing generic part or a statement outside of it. Handle
12323 ada-indent-align-comments when indenting comments Replaced some
12324 regexps by testing directly the next character. This results in a
12325 huge speedup on some files. New indentation scheme for renames
12326 statements. Stop looking for the 'while' or 'for' associated with
12327 a 'loop' at the first semicolon encountered. A "return" can also
12328 match an anonymous access subprogram declaration.
12329 (ada-get-indent-noindent): Ignore strings and comments when
12330 looking for the keywords "record" and "private".
12331 (ada-goto-matching-decl-start): When matching "if", make sure we
12332 are not in fact seeing "end if". Ignore "when" statements except
12333 when initial keyword was "begin". Fix handling of nested
12334 procedures. Add a recursive call to this function to skip over
12335 other 'end' statmts. Fix indentation for "when .. => begin"
12336 (ada-in-open-paren-p): Fix indentation for complex boolean
12337 expressions, where 'and then', 'or else' and parenthesis
12338 statements are mixed up.
12339 (ada-in-paramlist-p): Skip comments while searching for the
12340 beginning Fix handling of operator declarations.
12341 (ada-indent-align-comments): New variable
12342 (ada-indent-current): Change the syntax table only in the
12343 protected section, so that we are sure it is restored correctly.
12344 (ada-indent-on-previous-lines): Use ada-use-indent and
12345 ada-with-indent Correctly indent "select ... then"
12346 (ada-indent-region): Slight speedup.
12347 (ada-indent-renames): New variable.
12348 (ada-last-which-function-subprog, ada-last-which-function-line):
12349 New variables
12350 (ada-looking-at-semi-private): Correctly indent the 'private'
12351 keyword when it is the first word in a package declaration.
12352 (ada-loose-case-word): Stop searching if at the end of the buffer.
12353 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12354 even if point is not initially at the end of the word.
12355 (ada-matching-decl-start-re): Add "when".
12356 (ada-mode): Add support for abbrev-mode, outline-mode and
12357 which-func-mode Override the old find-file.el entry in
12358 ff-special-constructs since it is using the obsolete
12359 ada-spec-suffix variable
12360 (ada-no-auto-case): New function
12361 (ada-scan-paramlist): When parsing the argument type, accept
12362 spaces (as in "X 'Class", generated by Rational Rose).
12363 (ada-other-file-name): No longer loads the other file.
12364 (ada-popup-menu): Save and restore the current buffer and cursor
12365 position before and after displaying the menu.
12366 (ada-search-ignore-complex-boolean): New function.
12367 (ada-uncomment-region): Emacs21 already knows how to delete
12368 comments not starting in the first column.
12369 (ada-use-indent): New variable
12370 (ada-which-function): New function.
12371 (ada-with-indent): New variable
12372 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12373 can be batch-compiled from the command line.
12374
12375 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12376 Add to the menu when the file is loaded, not in ada-mode-hook.
12377 Add -toolbar to the default ddd command Switches moved from
12378 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12379 ada-prj-default-comp-opt
12380 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12381 Reference Manual to the menu
12382 (ada-check-current): rewritten as a call to ada-compile-current
12383 (ada-compile): Removed.
12384 (ada-compile-application, ada-compile-current, ada-check-current):
12385 Set the compilation-search-path so that compile.el automatically
12386 finds the sources in src_dir. Automatic scrollong of the
12387 compilation buffer. C-uC-cC-c asks for confirmation before
12388 compiling
12389 (ada-compile-current): New parameter, prj-field
12390 (ada-complete-identifier): Load the .ali file before doing
12391 processing
12392 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12393 conform to gnatmake's behavior.
12394 (ada-find-file-in-dir): New function
12395 (ada-find-references): Set the environment variables for gnatfind
12396 (ada-find-src-file-in-dir): New function.
12397 (ada-first-non-nil): Removed
12398 (ada-gdb-application): Add support for jdb, the java debugger.
12399 (ada-get-ada-file-name): Load the original-file first if not done
12400 yet.
12401 (ada-get-all-references): Handles the new ali syntax (parent types
12402 are found between <>).
12403 (ada-initialize-runtime-library): New function
12404 (ada-mode-hook): Always load a project file when a file is opened,
12405 so that the casing exceptions are correctly read.
12406 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12407 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12408 to open the project file, since the latter does not work with
12409 speedbar Get default values before loading the prj file, or the
12410 default executable file name is wrong. Use the absolute value of
12411 src_dir to initialize ada-search-directories and
12412 compilation-search-path,... Add the standard runtime library to
12413 the search path for find-file.
12414 (ada-prj-default-debugger): Was missing an opening '{'
12415 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12416 variables.
12417 (ada-prj-default-gnatmake-opt): New variable
12418 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12419 buffers, the project file is the default one Save the windows
12420 configuration before displaying the menu.
12421 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12422 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12423 ...) regexp-quote identifiers names to support operators +,
12424 -,... in regexps.
12425 (ada-remote): New function.
12426 (ada-run-application): Erase the output buffer before starting the
12427 run Support remote execution of the application. Use
12428 call-process, or the arguments are incorrectly parsed
12429 (ada-set-default-project-file): Reread the content of the active
12430 project file, not the one from the current buffer When a project
12431 file is set as the default project, all directories are
12432 automatically associated with it.
12433 (ada-set-environment): New function
12434 (ada-treat-cmd-string): New special variable ${current}
12435 (ada-treat-cmd-string): Revised. The substitution is now done for
12436 any ${...} substring
12437 (ada-xref-current): If no body was found, compiles the spec
12438 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12439 compiler to get rid of command line length limitations.
12440 (ada-xref-get-project-field): New function
12441 (ada-xref-project-files): New variable
12442 (ada-xref-runtime-library-specs-path)
12443 (ada-xref-runtime-library-ali-path): New variables
12444 (ada-xref-set-default-prj-values): Default run command now does a
12445 cd to the build directory. New field: main_unit Provide a default
12446 file name even if the current buffer has no prj file.
12447
12448 * ada-prj.el:
12449 Rewritten to show a tabbed-dialog.
12450 (ada-prj-add-ada-menu): Remove the map and name parameters.
12451 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12452 New function
12453 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12454 (ada-prj-load-from-file): New function
12455 (ada-prj-save): Always save fields that depend on the current buffer
12456 (ada-prj-show-value): New function
12457
12458 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12459 Ada mode. This will allow us to display the Ada menu in any buffer
12460 we want (for project items).
12461 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12462 number of spaces in the header.
12463
12464 2000-07-24 Dave Love <fx@gnu.org>
12465
12466 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12467
12468 2000-07-23 Noah Friedman <friedman@splode.com>
12469
12470 * type-break.el (type-break): perform autosave.
12471 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12472 (type-break-do-query): Cancel query schedule while performing
12473 actual query, to avoid possibility of a second query being made
12474 while first one is already in progress.
12475 (type-break-time-stamp-format): New variable.
12476 (type-break-time-stamp): New function.
12477 (type-break-time-warning): Use it.
12478 (type-break-keystroke-warning): Use it.
12479 (type-break-noninteractive-query): Use it.
12480
12481 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12482 cookie.
12483 Use add-minor-mode to set minor-mode-alist, if available.
12484 (eldoc-echo-area-use-multiline-p): New user option.
12485 (eldoc-echo-area-multiline-supported-p): New variable.
12486 (eldoc-docstring-format-sym-doc): Use them.
12487 (eldoc-mode): If not using idle timers, append to local post and
12488 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12489 (eldoc-display-message-no-interference-p): Don't interfere with
12490 edebug.
12491 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12492 (eldoc-function-arglist): New function.
12493 (eldoc-function-argstring): Use it.
12494
12495 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12496 auto save directory exists before calling directory-files.
12497
12498 2000-07-23 Dave Love <fx@gnu.org>
12499
12500 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12501 ^o, ^u.
12502
12503 2000-07-21 Dave Love <fx@gnu.org>
12504
12505 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12506 now passed to the function. It now works properly.
12507
12508 * smerge-mode.el (smerge-mode-menu): Fill it out.
12509
12510 2000-07-20 Gerd Moellmann <gerd@gnu.org>
12511
12512 * info-look.el (info-lookup): If *info* is shown in another frame
12513 on the same display, select that frame, instead of switching to
12514 the Info buffer in another window of the selected frame.
12515
12516 * simple.el (universal-argument-map): Bind numeric keypad keys
12517 kp-0 to kp-9 and kp-subtract.
12518 (digit-argument): Handle these keys.
12519
12520 2000-07-20 Dave Love <fx@gnu.org>
12521
12522 * net/goto-addr.el (goto-address-fontify): Don't bother with
12523 buffer-modified and read-only stuff -- irrelevant with overlays.
12524 Put an extra property on the overlays and use it to clean up in
12525 case goto-address is re-run.
12526
12527 2000-07-19 Richard M. Stallman <rms@gnu.org>
12528
12529 * timer.el (run-with-idle-timer): Doc fix.
12530
12531 * mail/mail-utils.el (mail-strip-quoted-names):
12532 Handle case where <...> appears inside "...".
12533 Use replace-match to edit the string more simply.
12534 (rmail-dont-reply-to): Cope with an unmatched ".
12535
12536 2000-07-19 Dave Love <fx@gnu.org>
12537
12538 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12539 implementation.
12540
12541 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12542 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12543 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12544
12545 2000-07-19 Gerd Moellmann <gerd@gnu.org>
12546
12547 * textmodes/refer.el: Correct maintainer's email address.
12548
12549 * progmodes/hideif.el: Correct author's email address.
12550 Fix typo in comment.
12551
12552 * xml.el: New file.
12553
12554 * mail/mailheader.el: Correct author's mail address.
12555
12556 * gnus/parse-time.el: Correct author's mail address.
12557
12558 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
12559
12560 * comint.el (comint-highlight-input, comint-highlight-face):
12561 New user options.
12562 (comint-input-ring-file-name): Change custom type.
12563 (comint-mode-map): Bind mouse-2.
12564 (comint-insert-clicked-input): New function.
12565 (comint-send-input): Handle input highlighting.
12566
12567 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
12568
12569 * mouse.el (popup-menu): New function.
12570 (mouse-major-mode-menu): Use it.
12571
12572 2000-07-18 Dave Love <fx@gnu.org>
12573
12574 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12575 improvements.
12576
12577 2000-07-18 Gerd Moellmann <gerd@gnu.org>
12578
12579 * faces.el (face-font-selection-order)
12580 (face-font-family-alternatives): Add custom type.
12581
12582 2000-07-18 Dave Love <fx@gnu.org>
12583
12584 * cus-edit.el (custom-variable-reset-saved)
12585 (custom-variable-reset-standard): Remove unused bindings.
12586
12587 * rect.el (open-rectangle-line): Remove unused let.
12588
12589 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12590
12591 2000-07-18 Gerd Moellmann <gerd@gnu.org>
12592
12593 * cdl.el: Fix `Maintainer' keyword.
12594
12595 * play/pong.el: Add author's email address.
12596
12597 2000-07-17 Sam Steingold <sds@gnu.org>
12598
12599 * files.el (insert-directory): Call `split-string' instead of
12600 re-implementing it.
12601
12602 2000-07-18 Gerd Moellmann <gerd@gnu.org>
12603
12604 * mail/vms-pmail.el: Change maintainer to FSF.
12605
12606 * net/goto-addr.el: Change maintainer to FSF.
12607
12608 * info.el (Info-title-face-alist): Removed.
12609
12610 2000-07-18 David Ponce <david@dponce.com>
12611
12612 * recentf.el (recentf-open-files): New command that works like
12613 `recentf-open-more-files', but shows the whole list of files (not just
12614 those omitted from the menu). Useful if you don't use a menu-bar!
12615 (recentf-open-more-files) Modified to use `recentf-open-files'.
12616
12617 (recentf-open-files, recentf-open-more-files)
12618 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12619
12620 (recentf-dialog-mode): New mode for dialogs. You can now just type
12621 "q" to cancel the dialogs.
12622
12623 2000-07-18 David Ponce <david@dponce.com>
12624
12625 * recentf.el: This is a major update of recentf.el. It adds new
12626 features to better organize the recentf menu and "More..." buffer.
12627
12628 Using new provided menu filtering functions you can now organize the
12629 recent files list:
12630
12631 - by major modes
12632 - by directories
12633 - by user defined rules
12634
12635 Finally, with the new `recentf-filter-changer' customizable filter you
12636 can define a ring of filters and dynamically (via the menu) cycle on
12637 each menu organization in the ring (a la msb).
12638
12639 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12640
12641 * eshell/eshell.el (eshell): Replace links to eshell.info with
12642 links to eshell, to avoid problems on systems where the manual is
12643 installed as `eshell'.
12644 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12645 * eshell/em-smart.el (eshell-smart): Ditto.
12646 * eshell/em-banner.el (eshell-banner): Ditto.
12647 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12648
12649 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12650 same-file check in the MS-DOS version (it does support inodes).
12651
12652 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12653
12654 * eshell/eshell.el (eshell-directory-name):
12655 Run default directory name through convert-standard-filename.
12656
12657 2000-07-18 Kenichi Handa <handa@etl.go.jp>
12658
12659 * international/mule-cmds.el (select-safe-coding-system):
12660 Fix typo in the comment.
12661
12662 * language/european.el (compound-text):
12663 Force katakana-jisx0201 to be designated to G1.
12664
12665 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12666 Don't translate some national variant characters of latin-jisx0201.
12667 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12668
12669 * international/kkc.el (kkc-after-update-conversion-functions):
12670 New variable.
12671 (kkc-update-conversion): Run functions in it at the tail.
12672
12673 2000-07-16 John Wiegley <johnw@gnu.org>
12674
12675 * lisp/align.el (align-newline-and-indent):
12676 Adding new function. for auto-aligning blocks of code on RET.
12677 (align-region): Fixed badly formatted minibuffer message.
12678
12679 2000-07-17 Kenichi Handa <handa@etl.go.jp>
12680
12681 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12682 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12683 the conversion list at first if appropriate.
12684 (kkc-next): Don't update kkc-next-count here.
12685 (kkc-prev): Don't update kkc-prev-count here.
12686 (kkc-show-conversion-list-update): Fix setting up of conversion
12687 list message.
12688
12689 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12690
12691 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12692
12693 2000-07-16 Dave Love <fx@gnu.org>
12694
12695 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12696 function to be more specific.
12697
12698 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12699 non-string help-echo.
12700 (widget-types-convert-widget): Defsubst it.
12701 (widget-echo-help): Try to cope with a help-echo function of two
12702 possible sorts.
12703
12704 2000-07-15 Jason Rumney <jasonr@gnu.org>
12705
12706 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12707 Declare as obsolete.
12708
12709 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12710
12711 2000-07-14 Gerd Moellmann <gerd@gnu.org>
12712
12713 * hilit-chg.el: Fix typo.
12714
12715 2000-07-14 Dave Love <fx@gnu.org>
12716
12717 * info.el (Info-mode-menu): Fix use of :help, :enable.
12718
12719 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12720
12721 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12722
12723 2000-07-13 Dave Love <fx@gnu.org>
12724
12725 * emacs-lisp/easymenu.el: Doc fixes.
12726 (easy-menu-remove): Defalias to ignore.
12727
12728 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12729 Call throw correctly.
12730
12731 2000-07-13 Gerd Moellmann <gerd@gnu.org>
12732
12733 * faces.el (frame-background-mode): Doc fix.
12734
12735 * simple.el (eval-expression-print-length): Change custom type to
12736 allow entering nil as value.
12737
12738 2000-07-13 Dave Love <fx@gnu.org>
12739
12740 * progmodes/fortran.el (fortran-imenu-generic-expression):
12741 Change definition layout.
12742 (fortran-mode-menu): Reinstate customize entries.
12743
12744 * cus-edit.el (custom-group-menu-create, customize-menu-create):
12745 Use :filter, per old XEmacs code.
12746
12747 2000-07-12 Gerd Moellmann <gerd@gnu.org>
12748
12749 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12750 event when deciding what to send to the terminal.
12751
12752 2000-07-12 Dave Love <fx@gnu.org>
12753
12754 * cus-start.el: Add optional version as 4th element of specs and
12755 use it for several things new in v21. Remove load-path. Fix type
12756 of line-number-display-limit.
12757
12758 2000-07-11 Dave Love <fx@gnu.org>
12759
12760 * progmodes/fortran.el: Don't require easymenu.
12761 Use repeat counts in various regexps.
12762 (fortran-mode-syntax-table): Defvar directly.
12763 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12764 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12765 Use defvar, not defconst.
12766 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
12767 (fortran-mode): Set fortran-comment-line-start-skip,
12768 fortran-comment-line-start-skip, dabbrev-case-fold-search.
12769 (fortran-comment-indent): Use defsubst.
12770 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12771 Use fortran-comment-indent, not fortran-comment-indent-function.
12772 (fortran-comment-region, fortran-electric-line-number): Simplify.
12773 (fortran-auto-fill): New function.
12774 (fortran-do-auto-fill): Deleted.
12775 (fortran-find-comment-start-skip):
12776 Check for non-null comment-start-skip.
12777 (fortran-auto-fill-mode, fortran-fill-statement):
12778 Use fortran-auto-fill.
12779 (fortran-fill): Use fortran-auto-fill. Check for null
12780 comment-start-skip. Simplify final clause and use end-of-line finally.
12781
12782 * widget.el (widget-plist-member): New alias.
12783
12784 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
12785
12786 * eshell/esh-module.el (toplevel): Reference
12787 byte-compile-current-file only if it is bound.
12788
12789 2000-07-10 Gerd Moellmann <gerd@gnu.org>
12790
12791 * dired.el: Don't require `dired-aux'.
12792
12793 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12794
12795 * dired-aux.el (dired-show-file-type): New function.
12796 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12797 (dired-show-file-type): Add autoload.
12798
12799 2000-07-10 Kenichi Handa <handa@etl.go.jp>
12800
12801 * international/mule-diag.el (describe-font): Adjusted for the
12802 change of fontset-info.
12803 (print-fontset): Likewise.
12804
12805 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12806
12807 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12808
12809 2000-07-07 Gerd Moellmann <gerd@gnu.org>
12810
12811 * bindings.el: Bind `[delete]' to delete-char.
12812
12813 * dired.el (dired-find-alternate-file): New function.
12814 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12815 (toplevel): Require dired-aux when compiling.
12816 (dired-buffers): Move defvar within file to avoid compiler warning.
12817
12818 * info.el (Info-last-search): Variable removed.
12819 (Info-search-history): New variable.
12820 (Info-search): New Info-search-history.
12821
12822 * battery.el, info-look.el: Change author's mail address.
12823
12824 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12825
12826 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12827 if rmail-ignored-headers is nil.
12828 (rmail-retry-failure): Bind rmail-ignored-headers and
12829 rmail-displayed-headers to nil.
12830
12831 2000-07-06 Gerd Moellmann <gerd@gnu.org>
12832
12833 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12834 (print-region-1): Don't hard code `-h' here.
12835
12836 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12837
12838 2000-07-01 Francesco Potorti` <pot@gnu.org>
12839
12840 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12841 exim can use "your message" instead of "the message".
12842
12843 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12844
12845 * facemenu.el: Docstrings fixes.
12846 (facemenu-get-face): Don't use internal-find-face.
12847 (facemenu-iterate): Rename arg to match the docstring.
12848
12849 * newcomment.el (uncomment-region): Be more careful when skipping
12850 backwards over `=' not to bump into BOBP.
12851
12852 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12853
12854 * ediff-diff.el (ediff-wordify): Use syntax table.
12855 * ediff-init.el (ediff-has-face-support-p): Use
12856 ediff-color-display-p.
12857 (ediff-color-display-p): Use display-color-p, changed to defun
12858 from defsubst.
12859 Got rid of special cases for NeXT and OS/2.
12860 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12861 face.
12862
12863 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12864
12865 * emacs-lisp/lucid.el: Require CL.
12866 (copy-tree, remprop): Remove, it's provided by CL.
12867 (map-keymap): Define in terms of cl-map-keymap.
12868 (extent-property, set-extent-end-glyph): New functions.
12869
12870 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12871
12872 2000-07-05 Gerd Moellmann <gerd@gnu.org>
12873
12874 * Makefile.in (DONTCOMPILE): Add comment that the name may
12875 not be changed without changing the make-dist script.
12876
12877 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12878 (cl-mapc): Use mapc instead of cl-old-mapc.
12879
12880 2000-07-05 Andrew Innes <andrewi@gnu.org>
12881
12882 * makefile.nt: Add support for `bootstrap' and related targets.
12883
12884 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12885
12886 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12887 (easy-menu-do-define): Use `menu-item' format.
12888 Handle case where easy-menu-create-menu returns a symbol.
12889 Manually call the potential top-level filter in the function binding.
12890 (easy-menu-filter-return): New arg NAME.
12891 Convert to a keymap if MENU is an XEmacs menu.
12892 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12893 (easy-menu-converted-items-table, easy-menu-convert-item):
12894 New var and fun to memoize easy-menu-convert-item-1.
12895 (easy-menu-do-add-item): Use it.
12896 (easy-menu-create-menu): Use easy-menu-convert-item.
12897 Wrap easy-menu-filter-return around any :filter specification.
12898 Don't convert the menu if a filter was specified.
12899 Tell easy-menu-make-symbol not to check for MENU being an expression.
12900 (easy-menu-make-symbol): New arg NOEXP.
12901
12902 2000-07-05 Gerd Moellmann <gerd@gnu.org>
12903
12904 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12905 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12906 (eval-defun): If called with prefix arg, instrument code for
12907 Edebug.
12908
12909 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12910 similar to that of eval-defun.
12911
12912 2000-07-04 Dave Love <fx@gnu.org>
12913
12914 * hl-line.el (hl-line-overlay): Make it permanent-local.
12915
12916 * calendar/todo-mode.el: Replaced with a working version, based on
12917 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12918
12919 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12920
12921 * paths.el (prune-directory-list): New function.
12922 (Info-default-directory-list): Rewritten to more methodically
12923 enumerate a big list of possible info directories (based on the
12924 list used by the standalone info reader).
12925
12926 * info.el (info-initialize): Use prune-directory-list to remove
12927 non-existent directories from Info-directory-list.
12928
12929 * paths.el (Info-default-directory-list): Try a list of possible
12930 info-directories instead of a single one. Add the possible
12931 info directory "/usr/share/info".
12932
12933 * woman.el (woman-man.conf-path): Explicitly include the debian
12934 man-db config file "/etc/manpath.config".
12935 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12936 are present in `manpath.config'.
12937 (woman-manpath): Include "/usr/share/man".
12938
12939 2000-07-03 Gerd Moellmann <gerd@gnu.org>
12940
12941 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12942
12943 * startup.el (command-line): Initialize blink-cursor based
12944 on window-system.
12945
12946 * frame.el (blink-cursor): Default to nil if not running under
12947 a window-system.
12948
12949 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12950 (face-x-resources): Remove duplicate entry for :font.
12951
12952 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12953 instead of cycling through windows with next-window.
12954
12955 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12956 of cycling through windows with next-window.
12957
12958 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12959 of cycling through windows with next-window.
12960
12961 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12962 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12963 instead of cycling through windows with next-window.
12964
12965 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12966 instead of cycling through windows with next-window.
12967
12968 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12969 of cycling through windows with next-window.
12970
12971 * terminal.el (te-process-output): Use walk-windows instead of
12972 cycling through windows with next-window.
12973
12974 * server.el (server-switch-buffer): Use some-window instead of
12975 cycling through windows with next-window.
12976
12977 * window.el (some-window): New function.
12978 (walk-windows): Remove reference to walk-windows-start.
12979
12980 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12981
12982 2000-07-03 Richard Stallman <rms@gnu.org>
12983
12984 * window.el (walk-windows): Guarantee termination by keeping a list
12985 of all the windows already handled.
12986
12987 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12988
12989 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12990 window-system.
12991
12992 * man.el (Man-notify-when-ready): Don't use window-system. If
12993 Man-notify-method is newframe, and the display is not
12994 multi-frame, select the frame created for the man page.
12995 (Man-init-defvars): Doc fix.
12996
12997 2000-06-28 Gerd Moellmann <gerd@gnu.org>
12998
12999 * faces.el (region): Change background color for light background.
13000
13001 * ediff-wind.el (ediff-setup-control-frame): Remove :box
13002 attribute from mode-line face of Ediff control frame.
13003
13004 * replace.el (query-replace-map): Bind `e' like `E'.
13005
13006 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13007
13008 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13009 Change name to "Select All".
13010
13011 * dos-fns.el (convert-standard-filename): Fix last change.
13012
13013 2000-06-27 Gerd Moellmann <gerd@gnu.org>
13014
13015 * help.el (describe-variable): Don't insert a second `'s' in front
13016 of the string `value is shown below'. Since the syntax-table is
13017 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13018 an existing `'s', so that this won't be deleted.
13019
13020 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13021 * pcmpl-unix.el: New files.
13022
13023 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
13024
13025 * wid-edit.el (widget-member): Use the new plist-member.
13026
13027 2000-06-26 Gerd Moellmann <gerd@gnu.org>
13028
13029 * replace.el (perform-replace): Undo change of 2000-04-04.
13030 Instead, move backward 1 character at the end of the loop when
13031 necessary.
13032
13033 * faces.el (fringe): Change face for different backgrounds.
13034
13035 * eshell/esh-module.el (toplevel): Load defgroup's differently;
13036 patch from John.
13037
13038 * eshell/*.el: Change spelling of the Free Software Foundation.
13039
13040 * eshell/esh-toggle.el: Removed.
13041
13042 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13043
13044 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13045 interactively.
13046
13047 2000-06-26 Alex Schroeder <alex@gnu.org>
13048
13049 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13050 `define-key'; instead of checking `(emacs-version)' check for
13051 `set-keymap-parent' and `set-keymap-name' directly. Add entries
13052 for `;' and `o' which might be electric.
13053
13054 (sql-electric-stuff): New user option.
13055 (sql-magic-go): New function which uses `sql-electric-stuff'.
13056 (sql-magic-semicolon): New function which uses
13057 `sql-electric-stuff'.
13058
13059 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13060 is not fboundp.
13061
13062 (sql-oracle-options): New variable.
13063 (sql-oracle): Use it.
13064
13065 (sql-imenu-generic-expression): Doc change.
13066 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13067 is used.
13068
13069 (sql-informix): Added command line parameter "-" to force
13070 sql-informix-program to use stdout.
13071
13072 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13073
13074 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13075 (cp864-decode-table): Doc fix.
13076 (cp720-decode-table): New variable, supports the Arabic OEM
13077 codepage used by Windows.
13078 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13079
13080 2000-06-23 Dave Love <fx@gnu.org>
13081
13082 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13083 (font-lock-fontify-anchored-keywords): Use
13084 line-beginning-position.
13085 (global-font-lock-mode): Use mapc.
13086
13087 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13088
13089 * eshell/esh-module.el: Require CL when compiling.
13090
13091 2000-06-23 Gerd Moellmann <gerd@gnu.org>
13092
13093 * comint.el (comint-substitute-in-file-name): Call replace-match
13094 with second and third arg t.
13095
13096 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13097 Specify foreground color.
13098
13099 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13100 color.
13101
13102 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13103
13104 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13105 cddr instead of cdddr.
13106
13107 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13108 instead of copy-list.
13109
13110 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13111 of copy-list.
13112
13113 * subdirs.el: Add eshell subdirectory.
13114
13115 * eshell: New subdirectory containing the Eshell package.
13116
13117 * pcomplete.el: New file.
13118
13119 2000-06-23 Paul Eggert <eggert@twinsun.com>
13120
13121 * mail/mailpost.el (post-mail-send-it): Make sure file has
13122 proper permissions from birth.
13123
13124 * files.el (basic-save-buffer-2): When temporarily setting
13125 file modes, set them to current modes plus 0200, not to 0777.
13126
13127 * emerge.el (emerge-make-temp-file): Make sure file has proper
13128 permissions from birth.
13129
13130 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13131
13132 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13133 backup file name through convert-standard-filename.
13134
13135 * dos-fns.el (convert-standard-filename): Convert leading
13136 directories as well. When long file names are supported, convert
13137 characters that are invalid in Windows file names.
13138
13139 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13140
13141 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13142 ps-print crashes. New feature: page selection for printing. Create
13143 raw-text-unix coding system for XEmacs. Doc fix.
13144 (ps-print-version): New version number (5.2.3).
13145 (ps-plot-region): Bug fix.
13146 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13147 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13148 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13149 funs.
13150 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13151 (ps-last-page): New vars.
13152
13153 2000-06-21 Gerd Moellmann <gerd@gnu.org>
13154
13155 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13156 empty option string.
13157
13158 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13159
13160 * man.el (man): Doc fix.
13161
13162 2000-06-21 Kenichi Handa <handa@etl.go.jp>
13163
13164 * international/mule-cmds.el (set-language-info-alist): Docstring
13165 fixed.
13166
13167 2000-06-20 Gerd Moellmann <gerd@gnu.org>
13168
13169 * version.el (emacs-version): Use ISO date format.
13170
13171 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13172 instead of `M-backspace'.
13173
13174 * simple.el (turn-off-auto-fill): New function.
13175
13176 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13177
13178 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13179 Renamed from with-buffer-prepared-for-font-lock and use
13180 inhibit-modification-hooks rather than setting *-change-functions.
13181 Update all functions to use the new name.
13182 (jit-lock-first-unfontify-pos): New semantics (and doc).
13183 (jit-lock-mode): Make non-interactive.
13184 Don't automatically turn on font-lock.
13185 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13186 Always use jit-lock-after-change.
13187 Remove and restore font-lock-after-change-function.
13188 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13189 (jit-lock-after-unfontify-buffer): Remove.
13190 (jit-lock-stealth-fontify):
13191 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13192 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13193
13194 2000-06-20 Sam Steingold <sds@gnu.org>
13195
13196 * emacs-lisp/cl-indent.el (toplevel): Indent
13197 `print-unreadable-object' properly. Untabify.
13198
13199 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13200
13201 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13202 Support for bibentry.
13203 (reftex-compile-variables): Fixed problem with end of section-re.
13204
13205 * texmodes/reftex-dcr.el (reftex-view-crossref,
13206 reftex-view-crossref-from-bibtex):
13207 Deal with changed `reftex-find-citation-regexp-format'.
13208 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13209 Replaced `remprop' with `put'.
13210 (reftex-view-crossref, reftex-view-crossref-when-idle):
13211 Support for bibentry.
13212
13213 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13214 New entry for bibentry package.
13215
13216 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13217 Regexp also matches "\nobibliography".
13218
13219 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13220 Call `reftex-ensure-write-access' before doing anything.
13221 (reftex-ensure-write-access): New function.
13222
13223 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13224
13225 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13226
13227 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13228
13229 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13230
13231 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13232
13233
13234 2000-06-20 Dave Love <fx@gnu.org>
13235
13236 * faces.el (frame-background-mode): Use set-default, not set, in
13237 setter.
13238 (frame-update-faces, frame-update-face-colors): Define with
13239 defalias.
13240
13241 * enriched.el (enriched-decode-foreground)
13242 (enriched-decode-background): Don't use internal-find-face.
13243
13244 * apropos.el: Doc fixes.
13245
13246 * cus-edit.el (customize-changed-options): Check arg.
13247 (customize-version-lessp): Don't require decimal point.
13248
13249 * custom.el (defcustom, defgroup): Doc fix.
13250
13251 * newcomment.el (comment) <defgroup>: Add :version.
13252 (comment-multi-line): Doc fix.
13253
13254 * emulation/mlsupport.el (define-hooked-local-abbrev,
13255 define-hooked-global-abbrev): Fix, using define-abbrev.
13256
13257 2000-06-19 Gerd Moellmann <gerd@gnu.org>
13258
13259 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13260 the whole buffer.
13261
13262 2000-06-19 Dave Love <fx@gnu.org>
13263
13264 * menu-bar.el (menu-bar-options-save): New function.
13265 (menu-bar-options-menu): Use it.
13266 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13267 Simplify.
13268
13269 2000-06-19 Andreas Schwab <schwab@suse.de>
13270
13271 * progmodes/etags.el (tags-query-replace): Put new parameters
13272 START and END at the end, for backward compatibility.
13273
13274 2000-06-19 Kenichi Handa <handa@etl.go.jp>
13275
13276 * international/codepage.el:
13277 (cp-coding-system-for-codepage-1): Delete special codes for
13278 generating xxx-dos coding system because now a CCL based coding
13279 system can handle EOL conversion by default.
13280
13281 * international/mule.el (make-coding-system): Generate subsidiary
13282 coding systems for EOL handling variants even for a CCL based
13283 coding system.
13284
13285 2000-06-19 Kenichi Handa <handa@etl.go.jp>
13286
13287 * international/isearch-x.el (isearch-minibuffer-input-method)
13288 (isearch-minibuffer-input-method-function): These variables
13289 deleted.
13290 (isearch-with-input-method): Don't use the above variables.
13291 (isearch-process-search-multibyte-characters): Likewise. Call
13292 read-string with the arg INHERIT-INPUT-METHOD t.
13293
13294 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13295
13296 * font-lock.el (font-lock-after-fontify-buffer)
13297 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13298
13299 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13300 Use consistent make-local-variable style for font-lock-fontified.
13301 (jit-lock-fontify-buffer):
13302 Don't bother checking for font-lock-mode and jit-lock-mode.
13303
13304 * time.el: Remove trailing ^M that prevent CVS-merging.
13305
13306 2000-06-16 Gerd Moellmann <gerd@gnu.org>
13307
13308 * Makefile.in (distclean): New target.
13309
13310 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13311
13312 * Makefile.in (srcdir): Define for update-subdirs.
13313
13314 2000-06-16 Gerd Moellmann <gerd@gnu.org>
13315
13316 * find-lisp.el: New file.
13317
13318 2000-06-16 Andrew Innes <andrewi@gnu.org>
13319
13320 * time.el (display-time-mail-function): New variable, to allow
13321 external packages to indicate when new mail is available.
13322 (display-time-update): Use it.
13323
13324 2000-06-16 Kenichi Handa <handa@etl.go.jp>
13325
13326 * international/mule.el (mule-version): Change version name to
13327 SAKAKI. AOI has already been used by Meadow.
13328
13329 * international/quail.el (quail-show-guidance-buf): To find the
13330 bottom window (but minibuffer), pay attention to the height of
13331 minibuffer.
13332
13333 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13334
13335 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13336 menu-bar menus. Add help strings. Don't remove the Edit menu
13337 from the menu bar, as the menu bar has enough space now.
13338
13339 * Makefile.in (SHELL): Make sure /bin/sh is used.
13340
13341 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13342 characters, which use series of two ^H characters instead of one.
13343
13344 2000-06-15 Gerd Moellmann <gerd@gnu.org>
13345
13346 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13347 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13348 functions.
13349 (Info-find-node-2): Try a case-sensitive search first, then
13350 do a case-insensitive search.
13351
13352 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13353 tutorials.
13354
13355 * complete.el (PC-env-vars-alist): New variable.
13356 (PC-complete-as-file-name): New function.
13357 (partial-completion-mode): Initialize PC-env-vars-alist from
13358 process-environment.
13359 (PC-do-completion): Handle completion of env vars.
13360
13361 * info.el (Info-set-mode-line): Show file name in mode line,
13362 use `*Info*' instead of `Info:'.
13363
13364 * startup.el (command-line-1): Change copyright messages to year
13365 2000.
13366
13367 2000-06-15 Dave Love <fx@gnu.org>
13368
13369 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13370 not local-map.
13371
13372 2000-06-15 Kenichi Handa <handa@etl.go.jp>
13373
13374 * international/mule.el (set-buffer-file-coding-system): Almost
13375 rewritten to handle `undecided' as no-op.
13376
13377 2000-06-14 Gerd Moellmann <gerd@gnu.org>
13378
13379 * Makefile.in: New file.
13380
13381 * Makefile: Removed.
13382
13383 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13384 (goto-address-highlight-keymap): Bind C-c RET.
13385
13386 2000-06-14 Kenichi Handa <handa@etl.go.jp>
13387
13388 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13389 inherits buffer-file-coding-system of the current buffer.
13390
13391 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13392 0. Give correct argument to set-auto-coding-function.
13393 (tar-expunge): For goto-char, use (point-min), not 0.
13394 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13395 (tar-subfile-save-buffer): Likewize.
13396
13397 * international/mule.el
13398 (after-insert-file-set-buffer-file-coding-system): Call
13399 set-buffer-file-coding-system with the arg FORCE t.
13400
13401 2000-06-13 Gerd Moellmann <gerd@gnu.org>
13402
13403 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13404 nil. Contemporary sendmails issue an X-Authentication-Warning if
13405 the sender is set with `-f'.
13406
13407 2000-06-13 Dave Love <fx@gnu.org>
13408
13409 * help.el (describe-function-1): Kluge around cases of functions
13410 fset to subrs whose doc doesn't match their symbol-name.
13411
13412 * image.el (insert-image): Default STRING to a space.
13413
13414 * info.el Doc fixes.
13415 (Info-build-node-completions): Match Ref tags.
13416
13417 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13418
13419 * frame.el (display-multi-frame-p, display-multi-font-p): New
13420 defaliases for display-graphic-p.
13421
13422 * hl-line.el: Fixed a typo in commentary.
13423
13424 2000-06-13 Kenichi Handa <handa@etl.go.jp>
13425
13426 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13427 fixed.
13428
13429 2000-06-12 Dave Love <fx@gnu.org>
13430
13431 * image.el (insert-image): Save a little consing.
13432
13433 2000-06-12 Kenichi Handa <handa@etl.go.jp>
13434
13435 * language/tibet-util.el: Convert all tibetan-1-column characters
13436 to the corresponding tibetan characters.
13437 (tibetan-add-components): Delete code for the special treatment of
13438 'a chung.
13439
13440 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13441 change.
13442 (tibetan-vowel-transcription-alist): More rules added.
13443 (tibetan-composite-vowel-alist): New variable.
13444 (tibetan-precomposition-rule-alist): More rules added.
13445
13446 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13447
13448 * startup.el (command-line): Only call menu-bar-mode if interactive.
13449
13450 * thingatpt.el (toplevel symbol-properties):
13451 * textmodes/makeinfo.el (makeinfo-compile):
13452 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13453 * progmodes/hideif.el (hif-compress-define-list)
13454 (hide-ifdef-use-define-alist):
13455 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13456 (ange-ftp-vms-add-file-entry):
13457 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13458 * man.el (Man-build-man-command):
13459 * mail/rnewspost.el (news-reply-header-hook):
13460 * info.el (Info-insert-dir):
13461 * emulation/mlconvert.el (backward-word, forward-word, setq):
13462 * emacs-lisp/gulp.el (gulp-send-requests):
13463 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13464 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13465 (byte-optimize-apply, end of file):
13466 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13467 (ad-make-freeze-definition):
13468 * startup.el (command-line, command-line-1): Don't quote lambdas.
13469
13470 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13471 (cvs-cleanup-removed): New function.
13472 (cvs-cleanup-functions): New var.
13473 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13474 some flexibility in specifying additional entries to auto-cleanup.
13475 (cvs-quickdir): New function.
13476 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13477 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13478 (cvs-mode-find-file): Check that we are on a filename or dirname
13479 when invoked through a mouse-click.
13480 (cvs-full-path): Remove.
13481 (cvs-dired-action): Re-introduced.
13482 (cvs-dired-noselect): Use it.
13483 (vc-post-command-functions): use this new hook if available.
13484
13485 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13486 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13487 (cvs-filename-map, cvs-dirname-map): Remove.
13488 (cvs-default-action): Remove.
13489 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13490 if the arg is really a keymap.
13491 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13492 Don't hardcode the mapping from state (aka type) to face, but check
13493 the var cvs-fi-<type>-face instead.
13494 (cvs-fileinfo-from-entries): New function.
13495
13496 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13497 Docstring fix.
13498 (cvs-find-file-and-jump): Change default to be safer.
13499 (cvs-mode-diff-map): Define it as a function as well.
13500 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13501 Bind mouse-2 in this global map rather than with text-properties.
13502
13503 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13504 file to resolve the ambiguity between C(conflict) and C(need-merge).
13505
13506 2000-06-12 Kenichi Handa <handa@etl.go.jp>
13507
13508 * international/mule.el (set-buffer-file-coding-system): If
13509 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13510 unconditionally.
13511
13512 2000-06-12 Dave Love <fx@gnu.org>
13513
13514 * wid-edit.el (widget-specify-button): Really suppress the face if
13515 required.
13516
13517 2000-06-11 Gerd Moellmann <gerd@gnu.org>
13518
13519 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13520
13521 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
13522
13523 * imenu.el (imenu-generic-expression): Docstring fix.
13524
13525 * composite.el (composition-function-table): Move the `put'
13526 below the autoload cookie so we can load the file before loaddefs.
13527
13528 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13529
13530 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13531 Handle easy-mmode-define-global-mode.
13532 For complex macros like define-minor-mode that can generate
13533 several autoload entries, try to autoload entries in the
13534 macroexpanded code.
13535
13536 * emacs-lisp/easy-mmode.el (define-minor-mode):
13537 If KEYMAP is a symbol, just use it.
13538 Use byte-compile-current-file and load-file-name to infer the
13539 proper :require to pass to defcustom.
13540 Wrap the hook var into `progn' so as not to autoload it.
13541 Add a :autoload-end cookie.
13542 Be more careful about the evaluation of KEYMAP.
13543 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13544 (define-derived-mode): Move define-abbrev-table outside of defvar.
13545
13546 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
13547
13548 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13549 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13550 (backup-compiled-files): Ignore errors during `tar'.
13551 (bootstrap): Make autoloads before elc files.
13552
13553 2000-06-10 Kenichi Handa <handa@etl.go.jp>
13554
13555 * international/mule.el (set-buffer-file-coding-system): If one of
13556 undecided-XXX is specified, change only EOL conversion.
13557
13558 * international/mule-conf.el (unix): New alias for the coding
13559 system undecided-unix.
13560
13561 2000-06-09 Dave Love <fx@gnu.org>
13562
13563 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
13564
13565 * progmodes/executable.el: Byte compile dynamic.
13566 (executable-insert): Change custom type.
13567 (executable-find): Add autoload cookie.
13568 (executable-make-buffer-file-executable-if-script-p): New
13569 function. After Noah Friedman.
13570
13571 * files.el (after-save-hook): Customize, with
13572 executable-make-buffer-file-executable-if-script-p as an option.
13573
13574 2000-06-09 Kenichi Handa <handa@etl.go.jp>
13575
13576 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13577 "tib24p-mule.bdf" for Tibetan.
13578
13579 * composite.el (decompose-composite-char): Declare it as obsolete.
13580
13581 * man.el (Man-fontify-manpage): Pay attention to underline and
13582 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13583
13584 2000-06-08 Gerd Moellmann <gerd@gnu.org>
13585
13586 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13587 Set maintainer to FSF since author isn't reachable.
13588
13589 2000-06-08 Dave Love <fx@gnu.org>
13590
13591 * international/mule-cmds.el (select-safe-coding-system): If
13592 DEFAULT-CODING-SYSTEM is not specified, also check the most
13593 preferred coding-system if buffer-file-coding-system is
13594 `undecided'. From Handa.
13595
13596 2000-06-08 Kenichi Handa <handa@etl.go.jp>
13597
13598 * international/mule.el
13599 (after-insert-file-set-buffer-file-coding-system): If the buffer
13600 size is greater than INSERTED, judget that we are not visiting.
13601
13602 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13603
13604 * whitespace.el (defgroup whitespace): Comment out `:version'.
13605 XEmacs 20.4 has problems defining the group with this present.
13606 We'll have this commented out till get resolve the problem.
13607
13608 2000-06-07 John Wiegley <johnw@gnu.org>
13609
13610 * align.el (align-dq-string-modes, align-sq-string-modes)
13611 (align-open-comment-modes): Add pyhton-mode.
13612 (align-rules-list): Use get-text-property instead of
13613 text-properties-at.
13614 (align-rules-list): Add python-assignment.
13615 (align-rules-list): Change perl-comma-delimiter to
13616 basic-comma-delimiter. Use if for Perl modes and python-mode.
13617 (align-rules-list): Add python-chain-logic and
13618 basic-line-continuation.
13619
13620 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
13621
13622 * apropos.el (apropos-mode-hook): New user variable.
13623 (apropos-mode): Run apropos-mode-hook.
13624
13625 2000-06-07 David Ponce <david@dponce.com>
13626
13627 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13628 commands. Require `wid-edit' at run-time.
13629
13630 2000-06-07 David Ponce <david@dponce.com>
13631
13632 * recentf.el: Added some "Commentary".
13633 (recentf-open-more-files, recentf-edit-list): Minor changes to
13634 move the point at the top of the file list. This behaviour is
13635 consistent with the menu one when the list contains a lot of
13636 files.
13637 (recentf-cleanup): Now displays the number of items removed from
13638 the list.
13639 (recentf-relative-filter) New menu filter to show filenames
13640 relative to `default-directory'.
13641
13642 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13643
13644 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13645 with/without giving an error if PostScript printer doesn't have this
13646 kind of page size. Zebra Stripe continues or restarts on next page.
13647 Manual/automatic paper feeding. Switch or not the header.
13648 (ps-print-version): New version number (5.2.2).
13649 (ps-windows-system): Include emx as a Windows system.
13650 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13651 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13652 (ps-background-text): Code fix.
13653 (ps-error-handler-message, ps-user-defined-prologue)
13654 (ps-print-prologue-header, ps-printer-name)
13655 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13656 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13657 (ps-use-face-background): Customization fix.
13658 (ps-n-up-database): Data fix.
13659 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13660 (ps-switch-header): New vars.
13661 (ps-xemacs-color-name, ps-face-foreground-name)
13662 (ps-face-background-name, ps-boolean-constant): New funs.
13663
13664 2000-06-07 Dave Love <fx@gnu.org>
13665
13666 * allout.el: New version from Manheimer.
13667
13668 2000-06-07 Kenichi Handa <handa@etl.go.jp>
13669
13670 * textmodes/fill.el (fill-find-break-point): Check the validity of
13671 charset.
13672
13673 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13674
13675 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13676 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13677 Call display-color-p and display-mouse-p instead of looking at
13678 window-system.
13679
13680 2000-06-06 Dave Love <fx@gnu.org>
13681
13682 * image.el (find-image): Doc fix. Return nil if image not found.
13683 (put-image, insert-image): Make STRING arg optional.
13684
13685 2000-06-06 Kenichi Handa <handa@etl.go.jp>
13686
13687 * language/vietnamese.el: Remove eval-when-compile.
13688 (viet-viscii-nonascii-translation-table): Define it as a
13689 translation table made from viet-viscii-decode-table.
13690 (viet-viscii-encode-table): Define it as a translation table made
13691 from the reverse map of above.
13692 (viet-vscii-nonascii-translation-table): Define it as a
13693 translation table made from viet-vscii-decode-table.
13694 (viet-vscii-encode-table): Define it as a translation table made
13695 from the reverse map of above.
13696 (ccl-decode-viscii): Use translate-character.
13697 (ccl-encode-viscii, ccl-encode-viscii-font)
13698 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13699 Likewize.
13700
13701 * language/cyrillic.el: Remove eval-when-compile.
13702 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13703 translation table made from cyrillic-koi8-r-decode-table.
13704 (cyrillic-koi8-r-encode-table): Define it as a translation table
13705 made from the reverse map of above.
13706 (ccl-decode-koi8): Use translate-character.
13707 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13708 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13709 a translation table made from cyrillic-alternativnyj-decode-table.
13710 (cyrillic-alternativnyj-encode-table): Define it as a translation
13711 table made from the reverse map of above.
13712 (ccl-decode-alternativnyj): Use translate-character.
13713 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13714 Likewize
13715
13716 * international/mule-diag.el (non-iso-charset-alist): Specify
13717 translation table symbol instead of translation table itself.
13718 (list-block-of-chars): CHARSET may be a translation table symbol.
13719
13720 * international/mule.el (make-coding-system): If CODING-SYSTEM
13721 already exists, override it.
13722
13723 * international/fontset.el: Use family `proportional' for Tibetan
13724 fonts.
13725
13726 * international/ccl.el (ccl-compile-translate-character): Don't
13727 check if Rrr has property translation-table.
13728 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13729
13730 2000-06-05 Gerd Moellmann <gerd@gnu.org>
13731
13732 * info.el: Bind case-fold-search to t when searching in case
13733 a user sets it to nil in a hook.
13734
13735 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13736
13737 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13738 * hl-line.el (hl-line-mode): Use the new :global key argument.
13739
13740 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13741 (tar-clip-time-string): Prepend a space.
13742 (tar-grind-file-mode): Construct a string rather than modifying one.
13743 (tar-header-block-summarize): Fix docstring.
13744 Use `format' rather than an error-prone set of copy-loops.
13745
13746 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13747 (diff-goto-source, diff-unified->context, diff-context->unified)
13748 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13749 understand the format output by the `-p' argument to diff.
13750
13751 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13752 (sh-re-done): Use defconst.
13753 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13754 (sh-help-string-for-variable, sh-guess-basic-offset):
13755 Don't quote lambdas.
13756 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
13757 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13758
13759 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13760 (mh-letter-mode): Derive from text-mode.
13761 This implicitly means that it now calls kill-all-local-variables.
13762 Also remove the Emacs-18 compatibility code.
13763
13764 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13765 Make use of symbol-property doc-string-elt.
13766 Use memq rather than a sequence of eq.
13767 (doc-string-elt): Fix the wrong or missing previously unused values.
13768 (autoload-print-form): New function extracted from
13769 generate-file-autoloads to allow recursion when handling progn
13770 so that defvar's and defun's docstrings are properly printed.
13771 (generate-file-autoloads): Use it.
13772
13773 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13774 Use find-file-hooks in the minor-mode function.
13775 Be careful not to loop indefinitely in the post-command-hook function.
13776
13777 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
13778
13779 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13780 tty's.
13781 * ediff-diff.el (ediff-exec-process): Use --binary for fine
13782 differences whenever appropriate.
13783 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13784 * viper.el (find-file, find-file-other-window): Get viper to do
13785 wildcards.
13786
13787 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
13788
13789 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13790 (jit-lock-fontify-buffer): New function for JIT refontification.
13791 (jit-lock-mode): Fix docstring.
13792 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13793 Remove jit-lock-after-change from the _local_ hook.
13794 (jit-lock-function-1): Fix docstring.
13795
13796 * info.el (Info-on-current-buffer): Initialize info.
13797
13798 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13799
13800 * progmodes/tcl.el (tcl-indent-for-comment):
13801 Ignore comment-indent-hook.
13802
13803 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13804 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13805 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13806 and improve to use the lighter to guess the capitalization.
13807 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13808 Add keyword arguments to specify global-ness or the custom group.
13809 Add local-map and help-echo properties to the lighter.
13810 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13811 (easy-mmode-define-global-mode): New macro.
13812
13813 2000-06-02 Dave Love <fx@gnu.org>
13814
13815 * wid-edit.el: byte-compile-dynamic since we typically don't use
13816 all the widgets. Don't require cl or widget. Remove
13817 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13818 (widget-read-event): Removed. Callers changed to use read-event.
13819 (widget-button-release-event-p): Renamed from
13820 button-release-event-p.
13821 (widget-field-add-space, widget-field-use-before-change):
13822 Uncustomize.
13823 (widget-specify-field): Use keymap property, not local-map.
13824 (widget-specify-button): Obey :suppress-face.
13825 (widget-specify-insert): Use modern backquote syntax.
13826 (widget-image-directory): Renamed from widget-glyph-directory.
13827 (widget-image-enable): Renamed from widget-glyph-enable.
13828 (widget-image-find): Replaces widget-glyph-find.
13829 (widget-button-pressed-face): Move defvar.
13830 (widget-image-insert): Replaces widget-glyph-insert.
13831 (widget-convert): Use keywordp.
13832 (widget-leave-text, widget-children-value-delete): Use mapc.
13833 (widget-keymap): Remove XEmacs stuff.
13834 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13835 (widget-button-click): Don't set point at the click, but re-centre
13836 if we scroll out of window. Rewritten for images v. glyphs &c.
13837 (widget-tabable-at): Use POS arg, not point.
13838 (widget-beginning-of-line, widget-end-of-line)
13839 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13840 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13841 (widget-default-create): Use widget-image-insert; some rewriting.
13842 (widget-visibility-value-create)
13843 (widget-push-button-value-create, widget-toggle-value-create): Use
13844 widget-image-insert.
13845 (checkbox): Create on and off images dynamically.
13846 (documentation-link): Change :help-echo.
13847 (widget-documentation-link-echo-help): Remove.
13848
13849 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13850
13851 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13852
13853 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13854 (easy-mmode-define-toggle, define-minor-mode): Use it.
13855 (easy-mmode-define-keymap): Docstring fix.
13856 (define-derived-mode): Default PARENT to fundamental-mode.
13857 Add the derived-mode-parent symbol-property.
13858 (easy-mmode-derived-mode-p): New function.
13859
13860 2000-06-02 Dave Love <fx@gnu.org>
13861
13862 * files.el (convert-standard-filename): Doc fix.
13863 (normal-backup-enable-predicate): New function.
13864 (backup-enable-predicate): Use it to replace the lambda form.
13865
13866 * calendar/todo-mode.el: [This needs more work on the outline
13867 stuff.] Doc fixes.
13868 (todo) <defgroup>: Add :version.
13869 (todo-add-category): Don't use pushnew.
13870 (todo-cmd-raise): Fix typo.
13871 (todo-top-priorities): Change temp buffer name.
13872 (todo-category-alist): Avoid redundant lambda.
13873 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13874 Use outline-next-heading.
13875
13876 * autoarg.el: Rewritten to use define-minor-mode.
13877 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13878 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13879
13880 2000-06-02 Kenichi Handa <handa@etl.go.jp>
13881
13882 * isearch.el (isearch-other-meta-char): Fix previous change.
13883
13884 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13885
13886 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13887 (log-edit-done): Only add the comment to the ring if it's different
13888 from the last comment entered.
13889
13890 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13891
13892 2000-06-01 Dave Love <fx@gnu.org>
13893
13894 * hl-line.el: Rewritten using define-minor-mode.
13895
13896 * help.el (describe-function-1): Distinguish special form from
13897 builtin function. Sanity-check presence of arglist for builtins.
13898
13899 2000-06-01 Kenichi Handa <handa@etl.go.jp>
13900
13901 * international/characters.el: Fix syntax/category setting of
13902 Tibetan characters.
13903
13904 * language/tibet-util.el (tibetan-add-components): Fixes for new
13905 encoding of Tibetan characters.
13906 (tibetan-decompose-precomposition-alist): New variable.
13907 (tibetan-decompose-region): Convert precomposed characters to
13908 non-precomposed characters.
13909 (tibetan-decompose-string): Likewise.
13910 (tibetan-composition-function): Fix args to
13911 thibetan-compose-string.
13912
13913 * language/tibetan.el (tibetan-composable-pattern): More
13914 characters included.
13915 (tibetan-consonant-transcription-alist): Rule for "R" added.
13916 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13917 "+R" added.
13918 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13919
13920 * language/lao-util.el (lao-composition-function): Fix args to
13921 compose-string.
13922
13923 * language/thai-util.el (thai-composition-function): Fix args to
13924 compose-string.
13925
13926 * isearch.el (isearch-update): Set disable-point-adjustment to t
13927 to prevent the point moving to the end of a composition when a
13928 part of a composition is searched.
13929 (isearch-other-meta-char): If the key invoking this command can be
13930 mapped by function-key-map to a printing char, call
13931 isearch-process-search-char directly.
13932
13933 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13934
13935 * emacs-lisp/bytecomp.el:
13936 * frame.el:
13937 * international/mule-cmds.el:
13938 * international/mule-util.el:
13939 * international/mule.el:
13940 * mouse.el:
13941 * subr.el:
13942 * faces.el: Update calls to make-obsolete with a WHEN argument.
13943
13944 * byte-run.el (make-obsolete, make-obsolete-variable):
13945 Add an optional WHEN argument and change the format of the
13946 symbol-property information.
13947 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13948 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13949 new obsolete-symbol-property format and print WHEN if it is provided.
13950
13951 2000-05-31 Dave Love <fx@gnu.org>
13952
13953 * loadhist.el (loadhist-hook-functions): Remove
13954 before-change-function, after-change-function.
13955 (unload-feature): Deal with symbols which are both bound and
13956 fbound.
13957
13958 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13959 before-change-function, after-change-function.
13960
13961 * simple.el (newline): Don't bind before-change-function,
13962 after-change-function.
13963
13964 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13965
13966 * whitespace.el (whitespace-rescan-timer-time): Update interval
13967 set to 600 seconds (10 minutes) instead of 60 seconds since
13968 a large number of whitespace buffers causes emacs to `freeze'
13969 for a considerable amount of time.
13970
13971 * whitespace.el: Updated email address
13972
13973 2000-05-31 Dave Love <fx@gnu.org>
13974
13975 * add-log.el (change-log-font-lock-keywords) <function>: Add
13976 pattern for function of change.
13977 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13978 acknowledgements patterns.
13979
13980 2000-05-31 Kenichi Handa <handa@etl.go.jp>
13981
13982 * isearch.el (isearch-printing-char): If keyboard coding system is
13983 being used, call isearch-process-search-multibyte-characters.
13984
13985 * international/isearch-x.el: Mostly rewritten.
13986
13987 * international/quail.el (quail-start-conversion): Don't include
13988 unhandled events in the returned events, but set them in
13989 unread-command-events. Exit if all inputs are deleted.
13990
13991 2000-05-30 Jason Rumney <jasonr@gnu.org>
13992
13993 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13994
13995 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13996 Reenable code to create initial fontsets.
13997 Use set-fontset-font in place of put-charset-property.
13998
13999 2000-05-30 Gerd Moellmann <gerd@gnu.org>
14000
14001 * progmodes/perl-mode.el (perl-indent-line): When looking for a
14002 label, ensure that the first colon isn't followed by another.
14003
14004 * paths.el (Info-default-directory-list): Doc fix.
14005
14006 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14007 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14008 send a query containing USER only, not USER@HOST.
14009
14010 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14011 and rmail-msgend to compute the restriction at the end, instead of
14012 computing it.
14013
14014 2000-05-29 Gerd Moellmann <gerd@gnu.org>
14015
14016 * dabbrev.el (dabbrev-expand): Don't display messages in the
14017 echo area if the minibuffer window is active.
14018
14019 * jit-lock.el (jit-lock-mode): Add after change function to
14020 local hook.
14021
14022 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
14023
14024 * antlr-mode.el: New commands: hide/unhide actions,
14025 upcase/downcase literals.
14026 (antlr-tiny-action-length): New user option.
14027 (antlr-hide-actions): New command. Suggested by
14028 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14029 (antlr-mode-map): New binding [C-c C-v].
14030 (antlr-mode-menu): New entries.
14031 (antlr-downcase-literals): New command.
14032 (antlr-upcase-literals): Ditto.
14033
14034 * antlr-mode.el: Minor changes: indendation, mode-name.
14035 (antlr-indent-line): Indent cpp directive at column 0.
14036 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14037
14038 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14039 (antlr-font-lock-additional-keywords): Workaround for intentional
14040 bug in XEmacs version of font-lock.
14041 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
14042 be used by a smarter version of `buffers-menu-grouping-function'.
14043
14044 2000-05-29 Gerd Moellmann <gerd@gnu.org>
14045
14046 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14047 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14048
14049 2000-05-29 Kenichi Handa <handa@etl.go.jp>
14050
14051 * international/encoded-kb.el
14052 (encoded-kbd-iso2022-designation-map): Pay attention to that
14053 charset-iso-final-char return -1 for eight-bit-control and
14054 eight-bit-graphic.
14055
14056 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14057
14058 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14059 (speedbar-easymenu-definition-base): Use display-graphic-p where
14060 available, instead of window-system.
14061
14062 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14063
14064 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14065 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14066 coding systems.
14067
14068 2000-05-26 Dave Love <fx@gnu.org>
14069
14070 * disp-table.el (standard-display-underline): Don't use
14071 internal-find-face.
14072
14073 * mail/reporter.el: Maintainer change. Doc fixes.
14074 (reporter-version): Deleted.
14075
14076 * emacs-lisp/elp.el: Maintainer change.
14077 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14078
14079 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14080
14081 * add-log.el (add-change-log-entry): Merge the current entry with the
14082 previous one if the previous one is empty.
14083
14084 2000-05-26 Dave Love <fx@gnu.org>
14085
14086 * loadhist.el (unload-feature): Fix interactive spec [from
14087 lijnzaad@ebi.ac.uk].
14088
14089 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14090 subr-arity to check primitives.
14091 (byte-compile-flush-pending, byte-compile-file-form-progn)
14092 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14093 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14094 mapcar.
14095
14096 2000-05-26 Kenichi Handa <handa@etl.go.jp>
14097
14098 * international/fontset.el: Set family names of non-latin charsets
14099 in default fontset to "*".
14100
14101 * international/mule-diag.el (print-fontset): Combine family part
14102 and registry part of the fontname by "-*-" instead of "-".
14103
14104 * international/mule-cmds.el (encode-coding-char): Make strings
14105 multibyte before calling encode-coding-string.
14106
14107 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14108
14109 * derived.el: Fix keywords.
14110 (define-derived-mode): Only define if needed.
14111
14112 * simple.el (fill-comment, comment-column, comment-start)
14113 (comment-start-skip, comment-end, comment-indent-function)
14114 (block-comment-start, block-comment-end, indent-for-comment)
14115 (set-comment-column, kill-comment, comment-padding, comment-region)
14116 (comment-multi-line, indent-new-comment-line): Remove.
14117
14118 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14119 function names for comment operations.
14120
14121 * newcomment.el: Add abundant autoload cookies.
14122 (comment-style): Don't depend on runtime data at compile-time.
14123 (comment-indent-hook): Remove.
14124 (comment-indent): Check if comment-indent-hook is bound.
14125 (comment-region): Docstring fix.
14126
14127 2000-05-25 Dave Love <fx@gnu.org>
14128
14129 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14130 byte-code-function-p.
14131
14132 * mail/rmailsum.el: Add provide.
14133
14134 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14135
14136 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14137 defcustom.
14138
14139 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14140
14141 * ediff-diff.el (ediff-exec-process): delete --binary option from
14142 non-buffer ediff jobs.
14143
14144 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14145
14146 * hilit-chg.el (highlight-changes-mode): Ask about color or
14147 grayscale support, not about window-system.
14148
14149 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14150 window-system.
14151 (ffap-highlight): Always default to t.
14152
14153 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14154 display-popup-menus-p instead of looking at window-system.
14155
14156 * disp-table.el (standard-display-g1, standard-display-graphic):
14157 Only refuse to use string glyphs on X and MS-Windows.
14158
14159 * avoid.el: Remove window-system from commentary, suggest to use
14160 display-*-p instead.
14161
14162 * apropos.el (apropos-print): Use display-mouse-p instead of
14163 window-system.
14164
14165 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14166
14167 * international/codepage.el (cp-decoding-vector-for-codepage):
14168 Fill up unsupported characters with their own codes. From Kenichi
14169 Handa.
14170
14171 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14172
14173 * international/mule-diag.el (describe-char-after): Use
14174 display-graphic-p instead of window-system, so that this function
14175 works on MS-DOS.
14176
14177 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14178
14179 * international/codepage.el (cp-make-coding-systems-for-codepage):
14180 Remove the eight-bit-graphic and eight-bit-control charsets from
14181 the list of charsets which we convert into `?'.
14182
14183 2000-05-25 Kenichi Handa <handa@etl.go.jp>
14184
14185 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14186 private charsets.
14187 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14188 japanese-jisx0213-2): New charsets.
14189
14190 * international/fontset.el: Setup default fontset for new charsets.
14191
14192 2000-05-24 Dave Love <fx@gnu.org>
14193
14194 * info.el (Info-find-node-2): Restructure [following "Vadim
14195 S. Solomin" <sovs@uic.nnov.ru>].
14196
14197 * icomplete.el: Fix header for Finder.
14198
14199 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14200
14201 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14202 STAY.
14203
14204 * rmail.el (rmail-automatic-folder-directives): New user variable.
14205 (rmail-show-message): Add call to `rmail-auto-file' during
14206 display.
14207 (rmail-auto-file): New function.
14208
14209 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14210
14211 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14212 account.
14213 (ediff-test-utility,ediff-diff-mandatory-option)
14214 (ediff-reset-diff-options): Utilities for proper initialization of
14215 ediff-diff-options and ediff-diff3-options on Windows.
14216
14217 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14218 variable.
14219
14220 * ediff-mult.el (ediff-filegroup-action): Use
14221 ediff-merge-filename-prefix.
14222
14223 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14224
14225 * viper-ex.el (ex-write): Set selective display to nil.
14226
14227 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14228
14229 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14230 aliases for hebrew-iso-8bit.
14231
14232 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14233
14234 * woman.el: New version from Francis J. Wright
14235 <F.J.Wright@Maths.QMW.ac.uk>.
14236 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14237 names in environment variables regardless of the path separator.
14238 (woman-topic-all-completions-1): Don't call file-name-directory-p
14239 on all files, since woman-file-regexp already filters out any
14240 directories.
14241
14242 2000-05-24 Kenichi Handa <handa@etl.go.jp>
14243
14244 * international/quail.el (quail-start-translation): Don't change
14245 modified-p of the current buffer.
14246 (quail-start-conversion): Likewise.
14247
14248 * international/kkc.el (kkc-region): Don't change modified-p of
14249 the current buffer.
14250
14251 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14252 conform to RFC1468.
14253 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14254
14255 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14256
14257 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14258 (speedbar-insert-button): Invisible text property fix.
14259 (speedbar-directory-plus): Renamed from speedbar-directory-+
14260 (speedbar-directory-minus): Renamed from speedbar-directory--
14261 (speedbar-page-plus): Renamed from speedbar-file-+
14262 (speedbar-page-minus): Renamed from speedbar-file--
14263 (speedbar-page): Renamed from speedbar-file-
14264 (speedbar-tag): Renamed from speedbar-tag-
14265 (speedbar-tag-plus): Renamed from speedbar-tag-+
14266 (speedbar-tag-minus): Renamed from speedbar-tag--
14267 (speedbar-expand-image-button-alist): Use above renames.
14268
14269 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14270 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14271 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14272 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14273 * sb-pg.xpm: Renamed from sb-file.xpm
14274 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14275 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14276
14277 2000-05-24 Kenichi Handa <handa@etl.go.jp>
14278
14279 * international/quail.el (quail-show-guidance-buf): Set
14280 current-input-method of the guidance buffer to the name of the
14281 curren input method.
14282
14283 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14284
14285 * progmodes/compile.el (compile-internal): Style typo.
14286
14287 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14288 quote vars and functions in the docstring.
14289
14290 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14291
14292 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14293 Don't quote lambdas.
14294
14295 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14296
14297 2000-05-23 Gerd Moellmann <gerd@gnu.org>
14298
14299 * startup.el (command-line): Determine source file of compiled
14300 user init file differently. Warn if compiled user init file
14301 is older than its source file.
14302
14303 * ffap.el (ffap-url-regexp): Add `https'.
14304
14305 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14306
14307 * files.el (make-backup-file-name-1): Replace slashes with `!'
14308 rather than `|' (which is not allowed on Windows). Replace the
14309 drive letters with a string "drive_X".
14310
14311 2000-05-23 Gerd Moellmann <gerd@gnu.org>
14312
14313 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14314
14315 * files.el (interpreter-mode-alist): Add `bash2'.
14316
14317 2000-05-22 Dave Love <fx@gnu.org>
14318
14319 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14320 mapc.
14321 (feature-file): Avoid calling symbol-name. Doc fix.
14322 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14323 (loadhist-hook-functions): Add mouse-position-function.
14324 (unload-feature): Change uses of mapcar.
14325
14326 * files.el (parse-colon-path): Doc fix.
14327 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14328 (set-auto-mode): Use mapc.
14329
14330 * complete.el (PC-look-for-include-file): Use :alnum: character
14331 class.
14332 (partial-completion-mode): Add autoload cookie.
14333
14334 2000-05-22 Sam Steingold <sds@gnu.org>
14335
14336 * info.el (Info-fontify-node): Fixed the call to
14337 `add-text-properties' (bug introduced on 2000-05-18).
14338
14339 2000-05-22 Dave Love <fx@gnu.org>
14340
14341 * bindings.el: Remove debug-ignored-errors set in other files.
14342
14343 * progmodes/etags.el: Add to debug-ignored-errors.
14344 (visit-tags-table-buffer): Clear out buffers holding old tables
14345 when making a new list.
14346 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14347 mapc.
14348
14349 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14350 quote keywords.
14351 (cmpl-string-case-type): Use character classes.
14352
14353 * comint.el:
14354 * textmodes/ispell.el:
14355 * imenu.el:
14356 * mail/mh-e.el:
14357 * progmodes/compile.el: Add to debug-ignored-errors.
14358
14359 * dabbrev.el: Add to debug-ignored-errors.
14360 (dabbrev-completion): Use mapc.
14361
14362 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14363
14364 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14365 (woman-mapcan, woman-parse-man.conf)
14366 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14367 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14368 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14369 path syntax better.
14370 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14371 (woman-manpath): Call woman-parse-man.conf.
14372 (woman-emulation): New defcustom, defaults to nroff.
14373 (woman-font-support): New defconst.
14374 (woman-use-symbol-font): New defcustom.
14375 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14376 "Emulation".
14377 Many functions: Doc fix.
14378
14379 2000-05-22 Kenichi Handa <handa@etl.go.jp>
14380
14381 * international/quail.el (quail-simple-translation-keymap): Map
14382 128..255 to quail-self-insert-command.
14383 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14384
14385 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14386
14387 * help.el (help-manyarg-func-alist): Typo.
14388
14389 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14390 intervals which makes it heaps simpler.
14391
14392 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14393 the nested comment markers.
14394
14395 * subr.el (remove-hook): Don't turn the hook's value into a list.
14396
14397 2000-05-21 Dave Love <fx@gnu.org>
14398
14399 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14400 are invalid characters.
14401
14402 * international/mule-util.el (detect-coding-with-priority): Use
14403 mapc. Remove redundant lambda.
14404
14405 * international/mule-diag.el (list-non-iso-charset-chars)
14406 (describe-fontset): Remove redundant lambda.
14407
14408 * emulation/crisp.el (brief-mode): New alias.
14409
14410 * emacs-lisp/ring.el (ring-elements): New function.
14411
14412 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14413 (easy-menu-do-add-item): Use keywordp.
14414
14415 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14416
14417 * replace.el: Doc and error message fixes.
14418 (replace-highlight): Use facep, not internal-find-face.
14419
14420 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14421
14422 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14423
14424 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14425 (log-edit-insert-changelog): Drop `:' as well.
14426
14427 * log-view.el: Fix file description.
14428 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14429 available.
14430 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14431 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14432
14433 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14434 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14435 Print a status message if the toggle is called interactively.
14436 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14437 for global minor modes and use `defcustom' for them.
14438 Use add-minor-mode.
14439 (easy-mmode-define-derived-mode): Remove.
14440 (define-derived-mode): Fancier default docstring.
14441 (easy-mmode-define-navigation): Signal an error rather than (ding).
14442
14443 * newcomment.el (comment-styles): New `box-multi'.
14444 (comment-normalize-vars): Better default for comment-continue to
14445 avoid whitespace-only continuations.
14446 (comment-search-forward): Always move even in the no-syntax case.
14447 (comment-padright): Only obey N if it's only obeyed for padleft.
14448 (comment-make-extra-lines): Better handling of empty continuations.
14449 Use `=' for the filler if comment-start has only one character.
14450 (uncomment-region): Try handling the special `=' filler.
14451 (comment-region): Allow LINES even if MULTI is nil.
14452 (comment-box): Choose box style based on comment-style.
14453
14454 2000-05-20 Kenichi Handa <handa@etl.go.jp>
14455
14456 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14457 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14458
14459 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
14460
14461 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14462 and insert, not subst-char-in-region.
14463
14464 * international/mule-diag.el (list-character-sets-1): Handle
14465 charsets eight-bit-control and eight-bit-graphic.
14466 (list-iso-charset-chars): Likewise.
14467 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14468 charactes as is. Use indent-to to align characters.
14469
14470 * international/mule-cmds.el (find-multibyte-characters): Never
14471 exclude charsets eight-bit-control and eight-bit-graphic.
14472
14473 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14474
14475 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14476 Don't quote lambdas.
14477
14478 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14479
14480 2000-05-19 Gerd Moellmann <gerd@gnu.org>
14481
14482 * gud.el (gud-jdb-directories): Doc fix.
14483
14484 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14485
14486 * newcomment.el: New file.
14487
14488 2000-05-19 Gerd Moellmann <gerd@gnu.org>
14489
14490 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14491
14492 2000-05-18 Andreas Schwab <schwab@suse.de>
14493
14494 * dired.el (dired-between-files): Also skip lines beginning with
14495 `used'.
14496
14497 2000-05-18 Gerd Moellmann <gerd@gnu.org>
14498
14499 * msb.el (msb-menu-cond): Add choice `user'.
14500
14501 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14502
14503 * ps-print.el: Compatibility, customization and doc fix.
14504 (ps-printer-name-option): Replace defconst by defvar.
14505 (ps-postscript-code-directory): XEmacs compatibility.
14506 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14507 fix.
14508 (ps-user-defined-prologue, ps-print-prologue-header)
14509 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14510 compatibility and code fix.
14511 (ps-print-background-image, ps-print-background-text):
14512 Customization fix.
14513 (ps-line-number-start, ps-n-up-on): New vars.
14514
14515 2000-05-18 Espen Skoglund <esk@ira.uka.de>
14516
14517 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14518 the indent-comment function to just return the appropriate indent.
14519
14520 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
14521
14522 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14523 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14524 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14525
14526 2000-05-18 Dave Love <fx@gnu.org>
14527
14528 * info.el (Info-fontify-node): Add intangible property as well as
14529 invisible.
14530
14531 * calendar/appt.el (appt-make-list): Match all lines of entry.
14532 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14533
14534 2000-05-18 Kenichi Handa <handa@etl.go.jp>
14535
14536 * international/mule-diag.el (describe-char-after): Call
14537 internal-char-font, not char-font. If internal-char-font returns
14538 nil, display "-- none --".
14539
14540 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14541
14542 * image.el (image-type-available-p): Don't reference image-types
14543 if it isn't bound.
14544
14545 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
14546
14547 * autoarg.el (autoarg-mode): Typo in the :set argument.
14548
14549 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14550
14551 * startup.el (command-line-1): Don't signal an error if the
14552 directory for auto-save-list files does not yet exist.
14553
14554 2000-05-17 Kenichi Handa <handa@etl.go.jp>
14555
14556 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14557
14558 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
14559
14560 * subr.el (remove-hook): `setq' hook-value, not `set'.
14561
14562 2000-05-16 Sam Steingold <sds@gnu.org>
14563
14564 * info.el (debug-ignored-errors): More errors to ignore.
14565
14566 2000-05-16 Dave Love <fx@gnu.org>
14567
14568 * cus-edit.el: Don't require cl or easymenu.
14569 (custom-variable-prompt): Test standard-value property, not
14570 user-variable-p.
14571
14572 2000-05-16 Sam Steingold <sds@gnu.org>
14573
14574 * subr.el (add-hook): `setq' hook-value, not `set'.
14575
14576 2000-05-16 Gerd Moellmann <gerd@gnu.org>
14577
14578 * startup.el (command-line-1): Mention the FAQ in the startup
14579 message.
14580
14581 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14582
14583 * progmodes/compile.el (compilation-parse-errors): Collect
14584 `nomessage' regexps last.
14585
14586 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14587
14588 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14589 to the function name.
14590
14591 2000-05-15 Dave Love <fx@gnu.org>
14592
14593 * speedbar.el (speedbar-recenter): Typo.
14594 (speedbar-expand-line): Make arg optional.
14595 (speedbar-mode): Avoid a compiler warning.
14596
14597 2000-05-15 Gerd Moellmann <gerd@gnu.org>
14598
14599 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14600 user-specified option string is empty.
14601
14602 * mouse.el (mouse-yank-at-click): Doc fix.
14603
14604 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
14605
14606 * term/internal.el (IT-character-translations): More updates of
14607 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14608 documents.
14609
14610 2000-05-15 Gerd Moellmann <gerd@gnu.org>
14611
14612 * env.el (getenv): New function, interactively callable.
14613 (setenv, getenv): Remove autoload cookies.
14614
14615 * loadup.el: Load `env'.
14616
14617 * progmodes/f90.el: Change author's mail address.
14618
14619 2000-05-14 Dave Love <fx@gnu.org>
14620
14621 * mail/rmail.el (rmail-show-message-hook): Customize and offer
14622 goto-addr as an option.
14623
14624 * help.el (help-xref-stack): Doc fix.
14625 (help-xref-following): New variable.
14626 (help-make-xrefs): Use it.
14627 (help-xref-go-back): Use position information from stack element.
14628 (help-follow): Make position in stack element a pair. Use
14629 help-xref-following.
14630
14631 * autoarg.el: New file.
14632
14633 * faces.el: Declare more functions obsolete.
14634
14635 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14636 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14637 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14638 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14639 Remove all the setup-...-environment functions.
14640
14641 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14642
14643 * speedbar.el: Updated the commentary section. xemacs20p now uses
14644 >= when detecting. Require `defimage' safely.
14645 (speedbar-easymenu-definition-base): Add toggle for images.
14646 (speedbar-easymenu-definition-special): Add flush cache & expand.
14647 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14648 (speedbar-reconfigure-keymaps-hook): New variable.
14649 (speedbar-frame-parameters): Updated documentation.
14650 (speedbar-use-imenu-flag): Updated custom tag
14651 (speedbar-dynamic-tags-function-list): New variable.
14652 (speedbar-tag-hierarchy-method): Updated doc & custom.
14653 (speedbar-indentation-width, speedbar-indentation-width) New
14654 variables.
14655 (speedbar-hide-button-brackets-flag): Customizable.
14656 (speedbar-vc-indicator): Doc update.
14657 (speedbar-ignored-path-expressions): Updated default value.
14658 (speedbar-supported-extension-expressions): Updated default value.
14659 (speedbar-syntax-table): Remove {} paren status.
14660 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14661 as "+". Added overlay aliases.
14662 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14663 `force-mode-line-update'.
14664 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14665 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14666 `mouse-set-point'
14667 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14668 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14669 of arbitrary text, and new helper functions.
14670 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14671 filename finder.
14672 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14673 (speedbar-directory-buttons): Update path search/expansion.
14674 (speedbar-make-tag-line): Pay attention to
14675 `speedbar-indentation-width'. Use more care w/ invisible
14676 properties.
14677 (speedbar-change-expand-button-char): Call
14678 `speedbar-insert-image-button-maybe'.
14679 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14680 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14681 (speedbar-trim-words-tag-hierarchy)
14682 (speedbar-simple-group-tag-hierarchy): New functions
14683 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14684 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14685 functions.
14686 (speedbar-mouse-set-point): New function
14687 (speedbar-power-click): Updated documentation.
14688 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14689 of tag prefix text.
14690 (speedbar-expand-line, speedbar-contract-line): Make more robust
14691 to strange text.
14692 (speedbar-expand-line): Takes universal argument to flush the
14693 cache.
14694 (speedbar-flush-expand-line): New function.
14695 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14696 Use new generator insertion method.
14697 (speedbar-fetch-dynamic-tags): New function.
14698 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14699 `speedbar-fetch-dynamic-imenu'.
14700 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14701 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14702 "Revert Buffer" menu items.
14703 (speedbar-buffer-buttons-engine): Be smarter when creating a
14704 filename tag (for expansion purposes.).
14705 (speedbar-highlight-one-tag-line,
14706 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14707 (speedbar-recenter): New functions.
14708 (defimage-speedbar): Image loading abstraction.
14709 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14710 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14711 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14712 (speedbar-tag-type, speedbar-tag-mail): New images.
14713 (speedbar-expand-image-button-alist): New variable.
14714 (speedbar-insert-image-button-maybe): Insert an image over some
14715 buttons.
14716
14717 2000-05-13 Kenichi Handa <handa@etl.go.jp>
14718
14719 * international/mule-cmds.el (encode-coding-char): An ASCII
14720 character is always encodable.
14721
14722 * international/mule-conf.el: Add more information in descriptions
14723 of character sets.
14724
14725 * international/mule-diag.el (describe-char-after): New function.
14726 (describe-font-internal): Adjusted for the change of font-info.
14727 (describe-font): Likewise.
14728 (print-fontset): Rewritten for the new fontset implementation.
14729 (describe-fontset): Include fontset alias names in completion.
14730 (list-fontsets): Adjusted for the change of print-fontset.
14731
14732 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14733 describe-char-after instead of displaying the detail in the echo
14734 area.
14735 (syntax-code-table): Format changed.
14736 (string-to-syntax): Adjusted for the above change.
14737
14738 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14739
14740 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14741
14742 2000-05-12 Dave Love <fx@gnu.org>
14743
14744 * calendar/todo-mode.el: Remove some compatibility stuff and CL
14745 dependence. Use line-{beginning,end}-position, not
14746 point-at{b,e}ol. Some doc fixes.
14747 (todo-position): New function. Fix callers of position to use it.
14748 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14749
14750 2000-05-12 Gerd Moellmann <gerd@gnu.org>
14751
14752 * time.el (display-time-mail-icon): Use `:ascent center'.
14753
14754 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14755 handling FTP security extensions.
14756
14757 2000-05-11 Dave Love <fx@gnu.org>
14758
14759 * calendar/todo-mode.el: New file.
14760
14761 2000-05-11 Gerd Moellmann <gerd@gnu.org>
14762
14763 * comint.el (comint-read-input-ring): Move reference to
14764 comint-input-ring-size outside of the save-excursion. It was
14765 causing the default value to be the only one ever seen.
14766
14767 * font-lock.el: Update copyright. Remove Simon Marshall's email
14768 address on request from him.
14769
14770 * subr.el (substitute-key-definition): Add comment describing
14771 the meaning of PREFIX.
14772
14773 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
14774
14775 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14776
14777 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14778 (add-minor-mode): Don't make the variable buffer-local and add a
14779 reference to define-minor-mode in the docstring.
14780
14781 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14782 HEADER/FOOTER and fix bug with trailing empty directory.
14783 (cvs-append-to-ignore): Use vc-editable-p if available.
14784 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14785 (vc-do-command): Tweak advice to handle the new VC.
14786
14787 * log-view.el (log-view-goto-rev): New function for the new VC.
14788 (log-view-minor-wrap): Use mark-active.
14789
14790 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14791 (log-edit-changelog-full-paragraphs): New var.
14792 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14793 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14794 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14795 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14796 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14797 Replace the `cvs' prefix with `log-edit'.
14798
14799 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14800
14801 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14802 (diff-font-lock-defaults): Explicitly turn off multiline.
14803 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14804 (diff-ediff-patch): Fix call to ediff-patch-file.
14805 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14806 Handle comments.
14807
14808 * frame.el (automatic-hscrolling): Typo.
14809
14810 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14811
14812 2000-05-09 Sam Steingold <sds@goems.com>
14813
14814 * apropos.el (apropos-print): use `describe-face' instead of
14815 `customize-face-other-window'.
14816
14817 2000-05-09 Dave Love <fx@gnu.org>
14818
14819 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14820
14821 * help.el (describe-variable): Have customize button pop the
14822 help-xref stack when invoked.
14823 (help-xref-symbol-regexp): Add `face'.
14824 (help-make-xrefs): Check for quoted face names and adapt regexp
14825 submatch numbers to cope.
14826 (help-xref-interned): Maybe insert face doc too. Separate
14827 sections with a line of hyphens.
14828
14829 * faces.el: Some doc fixes. Declare some functions obsolete.
14830 (describe-face): Add customize button. Return the help
14831 text. Fix prompt.
14832
14833 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14834
14835 * term/internal.el (IT-character-translations): Fix last change.
14836
14837 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14838
14839 * woman.el: New file
14840 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14841
14842 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14843
14844 * term/internal.el (IT-character-translations): Update ASCII
14845 simulations for greek-iso8859-7, add latin-iso8859-14 and
14846 latin-iso8859-15.
14847
14848 * international/mule-cmds.el (set-language-info-alist): Call
14849 define-prefix-command with 3 arguments, to make the map suitable
14850 for a menu.
14851
14852 2000-05-07 Dave Love <fx@gnu.org>
14853
14854 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14855
14856 2000-05-05 Dave Love <fx@gnu.org>
14857
14858 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14859 list in doc string. Don't quote keyword symbols.
14860 * emacs-lisp/cl.el: Likewise
14861 * emacs-lisp/cl-seq.el: Likewise
14862
14863 2000-05-05 Gerd Moellmann <gerd@gnu.org>
14864
14865 * abbrev.el (abbrev-mode): Make ARG optional.
14866
14867 2000-05-04 Gerd Moellmann <gerd@gnu.org>
14868
14869 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14870
14871 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14872
14873 * subr.el (substitute-key-definition): Clarify documentation.
14874
14875 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
14876
14877 * glasses.el (glasses-convert-to-unreadable): Use
14878 `glasses-separator' instead of the hard-wired "_".
14879 (glasses-mode): Call `glasses-make-unreadable' only in a single
14880 place.
14881
14882 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14883
14884 * term/internal.el (cjk-codepages-alist): Add associations for
14885 Chinese and Korean codepages. Remove FIXME comment.
14886
14887 2000-05-03 Dave Love <fx@gnu.org>
14888
14889 * time.el (display-time-mail-face, display-time-use-mail-icon):
14890 New option.
14891 (display-time-mail-icon): New variable.
14892 (display-time-string-forms): Use the above. Fix the local-map.
14893
14894 2000-05-03 Gerd Moellmann <gerd@gnu.org>
14895
14896 * replace.el (query-replace-map): Add binding for `E'.
14897 (query-replace-help): Extend help text.
14898 (perform-replace): Allow editing the replacement string.
14899
14900 * make-mode.el (makefile-mode-abbrev-table): New variable.
14901 (makefile-mode): Set local abbrev table to
14902 makefile-mode-abbrev-table.
14903 (makefile-font-lock-keywords): Fontify includes and conditionals.
14904
14905 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14906 set TOGGLE's value.
14907
14908 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14909 mail-interactive-insert-alias.
14910 (mail-abbrev-complete-alias): New command.
14911 (mail-mode-map): Bind it to `M-TAB'.
14912
14913 2000-05-03 Kenichi Handa <handa@etl.go.jp>
14914
14915 * language/lao-util.el (lao-compose-region): New function.
14916
14917 2000-05-02 Gerd Moellmann <gerd@gnu.org>
14918
14919 * files.el (recover-session): Make directories as necessary
14920 if they don't exist yet.
14921
14922 * calendar/cal-french.el
14923 (french-calendar-multibyte-special-days-array)
14924 (french-calendar-special-days-array): Change French text.
14925 (calendar-french-date-string): Change output.
14926 (calendar-goto-french-date): Likewise.
14927
14928 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14929
14930 * wid-edit.el (widget-default-active): Obey `:always-active'.
14931 (widget-documentation-string-value-create): Set `:always-active'.
14932
14933 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14934
14935 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14936 default prefix to `~/_emacs.d/auto-save.list/_s'.
14937 (normal-top-level): Create the directory for auto-save files, if
14938 it doesn't already exist (in the ms-dos case only).
14939
14940 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14941
14942 * international/mule-cmds.el (set-language-environment): Don't
14943 concat an integer (dos-codepage), use format instead.
14944
14945 2000-05-02 Dave Love <fx@gnu.org>
14946
14947 * help.el (help-xref-on-pp): Check for constant symbols.
14948
14949 2000-04-29 Gerd Moellmann <gerd@gnu.org>
14950
14951 * startup.el (normal-top-level): Put a condition-case around
14952 the code loading subdirs.el.
14953
14954 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14955
14956 * ps-print.el: Upside-down and face background color printing,
14957 line number step, doc fix.
14958 (ps-print-version): New version number (5.2).
14959 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14960 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14961 (ps-spool-config): Var fix.
14962 (ps-printer-name-option): Const fix.
14963 (ps-print-upside-down, ps-use-face-background)
14964 (ps-line-number-step): New vars.
14965 (ps-window-system, ps-lp-system): New consts.
14966 (ps-face-background): New fun.
14967
14968 2000-04-28 Richard Stallman <rms@gnu.org>
14969
14970 * files.el (make-auto-save-file-name):
14971 Apply auto-save-file-name-transforms to visited file name
14972 before generating auto save file name.
14973 (auto-save-file-name-transforms): New variable.
14974
14975 * files.el (backup-enable-predicate):
14976 Correctly test for a file under a temporary directory.
14977
14978 2000-04-28 Gerd Moellmann <gerd@gnu.org>
14979
14980 * subr.el (add-minor-mode): Rewritten.
14981
14982 2000-04-28 Kenichi Handa <handa@etl.go.jp>
14983
14984 * mail/sendmail.el (sendmail-send-it): Set
14985 buffer-file-coding-system to the selected coding system for MIME
14986 header.
14987
14988 2000-04-27 Gerd Moellmann <gerd@gnu.org>
14989
14990 * dired.el (dired-move-to-filename-regexp): Allow format where
14991 YYYY is followed by two spaces.
14992
14993 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14994 in the second character class of the regexp.
14995
14996 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14997 mh-etc, too.
14998
14999 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15000 nil.
15001
15002 * subr.el (add-minor-mode): Use `set' instead of `setq'.
15003
15004 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15005 argument.
15006
15007 2000-04-27 Sen Nagata <sen@eccosys.com>
15008
15009 * emacs-lisp/crm.el (crm-completion-table): New variable.
15010 (crm-collection-fn, crm-test-completion)
15011 (completing-read-multiple): Use it.
15012
15013 2000-04-27 Dave Love <fx@gnu.org>
15014
15015 * help.el (locate-library): Use mapc.
15016 (help-manyarg-func-alist): Add call-process-region.
15017
15018 2000-04-26 Gerd Moellmann <gerd@gnu.org>
15019
15020 * subr.el (add-minor-mode): Make argument MAP optional.
15021
15022 * desktop.el (desktop-save): Save list of minor modes.
15023 (desktop-create-buffer): Restore minor modes.
15024 (desktop-minor-mode-table): New user-option.
15025
15026 * subr.el (add-minor-mode): New function.
15027
15028 * image.el (find-image): New function.
15029 (defimage): Rewritten to find image at load time.
15030
15031 * startup.el (normal-top-level-add-to-load-path): Handle
15032 case that the default directory is not in load-path.
15033
15034 * help.el: Old patch from Stefan Monnier.
15035 (help-xref-on-pp): New function.
15036 (describe-variable): Use it to display xrefs in a symbol's value.
15037
15038 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
15039
15040 * cus-edit.el (custom-face): Fix parenthesis.
15041
15042 2000-04-26 Kenichi Handa <handa@etl.go.jp>
15043
15044 * mail/rmail.el (rmail-expunge): When there are no deleted
15045 messages, do nothing.
15046
15047 2000-04-26 Dave Love <fx@gnu.org>
15048
15049 * international/mule-cmds.el (locale-translation-file-name):
15050 Defvar to nil.
15051 (set-locale-environment): Set it here (at runtime).
15052
15053 2000-04-25 Gerd Moellmann <gerd@gnu.org>
15054
15055 * replace.el (perform-replace): Add parameters START and END. Use
15056 them instead of the check for a region in Transient Mark mode.
15057 (query-replace-read-args): Return two more list elements for the
15058 start and end of the region in Transient Mark mode.
15059 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15060 (map-query-replace-regexp, replace-string, replace-regexp): Add
15061 optional last arguments START and END and pass them to
15062 perform-replace.
15063
15064 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15065 form with additional arguments for perform-replace.
15066
15067 * progmodes/etags.el (tags-query-replace): Add parameters START
15068 and END. Construct a form with additional arguments for
15069 perform-replace.
15070
15071 * simple.el (shell-command): Set default directory for "*Shell
15072 Command Output" buffer.
15073
15074 * language/european.el (iso-latin-4): Fix typo.
15075
15076 * emacs-lisp/crm.el: New file.
15077
15078 2000-04-24 Dave Love <fx@gnu.org>
15079
15080 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15081 (Custom-reset-saved, Custom-reset-standard)
15082 (custom-group-value-create, custom-group-set, custom-group-save)
15083 (custom-group-reset-current, custom-group-reset-saved)
15084 (custom-group-reset-standard): Use mapc.
15085 (custom-buffer-create-internal): Disable undo when creating items.
15086 Use mapc.
15087 (custom-face): Avoid redundant lambda.
15088
15089 2000-04-24 Gerd Moellmann <gerd@gnu.org>
15090
15091 * startup.el (auto-save-list-file-prefix): Set default to
15092 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15093
15094 2000-04-24 Sam Steingold <sds@gnu.org>
15095
15096 * time-stamp.el (time-stamp-string-preprocess): Always convert
15097 `field-result' to a string.
15098
15099 2000-04-24 Gerd Moellmann <gerd@gnu.org>
15100
15101 * frame.el (scrolling): New group.
15102 (automatic-hscrolling): New user-option.
15103
15104 * startup.el (command-line-x-option-alist): Add `-lsp' and
15105 `--line-spacing'.
15106
15107 2000-04-19 Dave Love <fx@gnu.org>
15108
15109 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15110 (cl-mapc): Rename from mapc. Fix the funcall.
15111
15112 2000-04-19 Gerd Moellmann <gerd@gnu.org>
15113
15114 * simple.el (clone-indirect-buffer-other-window): New command.
15115 (clone-indirect-buffer): Add optional arg NORECROD.
15116 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15117
15118 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15119
15120 * window.el (count-screen-lines): New function.
15121 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15122 instead of window-buffer-height.
15123
15124 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15125 non-existing variable comint-input-sentinel.
15126 (inferior-lisp-args-to-list): Removed.
15127 (inferior-lisp): Use split-string instead of
15128 inferior-lisp-args-to-list.
15129
15130 * hexl.el (hexl-insert-hex-string): New command.
15131
15132 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15133 instead of concat.
15134
15135 2000-04-18 Gerd Moellmann <gerd@gnu.org>
15136
15137 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15138 at the start of an existing but empty folder.
15139
15140 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15141
15142 * ps-mule.el: Customization fix, doc fix.
15143 (ps-multibyte-buffer): Customization fix.
15144
15145 2000-04-17 Richard M. Stallman <rms@gnu.org>
15146
15147 * subr.el (read-passwd): Use read-char-exclusive.
15148
15149 2000-04-17 Gerd Moellmann <gerd@gnu.org>
15150
15151 * textmodes/texinfo.el (texinfo-insert-@email)
15152 (texinfo-insert-@emph, texinfo-insert-@quotation)
15153 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15154 (texinfo-mode-map): Add key bindings for them.
15155
15156 * files.el (basic-save-buffer-2): Use a template with `$'
15157 instead of `#' for VMS.
15158
15159 * simple.el (clone-indirect-buffer): New function.
15160
15161 2000-04-16 Stephen Eglen <stephen@gnu.org>
15162
15163 * iswitchb.el (iswitchb-case): New function. If the user input
15164 contains any upper-case characters, the search is made
15165 case-sensitive.
15166
15167 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15168
15169 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15170 comment-end.
15171 (texinfo-font-lock-syntactic-keywords): New var.
15172 (texinfo-font-lock-keywords): Remove comment regexp.
15173 (texinfo-insert-block): New function.
15174 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15175 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15176 and font-lock-defaults. Use regexp-opt for outline-regexp.
15177 (texinfo-environments): New var.
15178 (texinfo-environment-regexp): Use regexp-opt and
15179 texinfo-environments.
15180
15181 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15182 ispell-process is bound since this might be eval'd before ispell
15183 is loaded.
15184 (ispell-message): Use a tiny bit less magic and a bit more hard
15185 data to figure out what kind of sc-cite-regexp to use.
15186
15187 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15188
15189 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15190 (insert-cyclic-diary-entry): Unquote the lambda.
15191
15192 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15193
15194 * files.el (backup-enable-predicate): Unquote the lambda.
15195
15196 * cus-edit.el (custom-face, face): Unquote the lambda.
15197
15198 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15199
15200 * ps-print.el: Check for line-beginning-position definition.
15201
15202 * ps-print.el: Fix counting lines in a region.
15203 (ps-print-version): New version number (5.1.5).
15204 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15205 (ps-printing-region): Fun code fix.
15206
15207 2000-04-15 Gerd Moellmann <gerd@gnu.org>
15208
15209 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15210 to file-directory-p.
15211
15212 2000-04-14 Gerd Moellmann <gerd@gnu.org>
15213
15214 * gud.el (gud-jdb-build-source-files-list): Check that directory
15215 exists before calling directory-files.
15216
15217 2000-04-13 Dave Love <fx@gnu.org>
15218
15219 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15220 syntax.
15221
15222 * emacs-lisp/cl-specs.el: Remove when, unless.
15223
15224 * emacs-lisp/cl-extra.el: Don't quote keywords.
15225 (cl-old-mapc): New variable.
15226 (mapc): Use it.
15227 (cl-map-intervals): Use with-current-buffer. Don't check for
15228 next-property-change.
15229 (cl-map-overlays): Use with-current-buffer.
15230 (cl-expt): Remove.
15231 (copy-tree, remprop): Define unconditionally.
15232
15233 * emacs-lisp/cl-compat.el (keywordp): Remove.
15234
15235 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15236 to use keywordp.
15237 (edebug-spec): Enable keywordp.
15238
15239 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15240 string-lessp.
15241
15242 * cus-start.el: Use keywordp.
15243
15244 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15245
15246 * diary-lib.el (include-other-diary-files): Fix the fix of
15247 2000-02-18 by doing a save-excursion.
15248
15249 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15250
15251 * ps-print.el: Customization fix, doc fix.
15252 (ps-print-version): New version number (5.1.4).
15253 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15254 (ps-print-preprint): Adjust code.
15255 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15256 (ps-print-prologue-header, ps-print-control-characters)
15257 (ps-spool-config): Customization fix.
15258
15259 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15260
15261 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15262 converted to the new menu-item format, names silightly changed,
15263 help strings added.
15264
15265 Support for spelling without async subprocesses:
15266
15267 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15268 (ispell-session-buffer): New variables.
15269 (ispell-start-process, ispell-process-status,
15270 ispell-accept-output, ispell-send-string): New functions, for
15271 Ispell invocation when async subprocesses aren't supported.
15272 (ispell-word, ispell-pdict-save, ispell-command-loop,
15273 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15274 to process-send-string with calls to ispell-send-string, and
15275 accept-process-output with ispell-accept-output.
15276 (ispell-init-process): Call ispell-process-status instead of
15277 process-status with.
15278 (ispell-init-process): Call ispell-start-process. Call
15279 ispell-accept-output and ispell-send-string. Don't call
15280 process-kill-without-query and kill-process if they are unbound.
15281 (ispell-async-processp): New function.
15282
15283 2000-04-12 Dave Love <fx@gnu.org>
15284
15285 * info.el: Add debug-ignored-errors.
15286 (Info-mode-menu): Add some items.
15287 (Info-directory): Add autoload cookie.
15288
15289 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15290 Modify `truncate-lines'. Make `describe-language-environment'
15291 always visible and add help. Modify `describe-key' help. Invoke
15292 Info-directory from `info'. New entry `emacs-manual'.
15293
15294 2000-04-10 Gerd Moellmann <gerd@gnu.org>
15295
15296 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
15297 propertized-buffer-identification.
15298 (ebrowse-update-member-buffer-mode-line): Likewise.
15299 (ebrowse--mode-strings): Removed.
15300 (ebrowse--mode-line-props): Removed.
15301
15302 * files.el (auto-mode-alist): Add `EBROWSE'.
15303
15304 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15305 space before testing for end of buffer.
15306 (ebrowse-load): Removed.
15307 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15308 (ebrowse-create-tree-buffer): Rewritten.
15309 (ebrowse-tree-mode): Read tree from buffer.
15310
15311 * progmodes/ebrowse-ffh.el: Removed.
15312
15313 2000-04-10 Kenichi Handa <handa@etl.go.jp>
15314
15315 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15316
15317 2000-04-10 Gerd Moellmann <gerd@gnu.org>
15318
15319 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15320 at the wrong place.
15321
15322 2000-04-09 Dave Love <fx@gnu.org>
15323
15324 * files.el (backup-enable-predicate): Use
15325 temporary-file-directory, small-temporary-file-directory.
15326 (make-backup-file-name-function, backup-directory-alist): New
15327 variables.
15328 (make-backup-file-name-1): New function.
15329 (make-backup-file-name): Use it.
15330 (find-backup-file-name): Likewise. Use format for clarity, not
15331 concat.
15332 (file-newest-backup): Use make-backup-file-name.
15333
15334 2000-04-09 Gerd Moellmann <gerd@gnu.org>
15335
15336 * progmodes/ebrowse-ffh.el: New file.
15337
15338 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
15339 to ebrowse-ffh.el.
15340 (ebrowse-load): Add autoload.
15341
15342 * finder.el (finder-commentary): Add autoload cookie.
15343
15344 * mail/rfc2368.el: Correct author's email address.
15345
15346 * progmodes/ebrowse.el: New file.
15347
15348 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15349 item help string.
15350 (easy-menu-do-add-item): Ditto.
15351 (easy-menu-define): Extend doc string.
15352
15353 * jit-lock.el (with-buffer-unmodified): Use
15354 restore-buffer-modified-p.
15355 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15356 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15357 with-buffer-unmodified.
15358
15359 2000-04-08 Dave Love <fx@gnu.org>
15360
15361 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15362 unless, when.
15363
15364 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15365
15366 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15367 (viper-flash-search-pattern): No operation when using Emacs
15368 doesn't support face.
15369 Use `viper-put-on-search-overlay'.
15370
15371 2000-04-04 Gerd Moellmann <gerd@gnu.org>
15372
15373 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15374 like C-r.
15375
15376 * progmodes/make-mode.el: Some doc fixes.
15377 (makefile-mode-abbrev-table): New variable.
15378 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15379 (makefile-font-lock-keywords): Fontify includes and conditionals.
15380 (toplevel): Require `dabbrev' and `add-log' when compiling.
15381
15382 * replace.el (perform-replace): Don't move forward one char
15383 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15384 to do that because it leaves point 1 position after the last
15385 replacement, after everything has been replaced.
15386
15387 * jit-lock.el (with-buffer-unmodified): New macro.
15388 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15389 modified state.
15390 (jit-lock-function-1): Extracted from jit-lock-function; not
15391 preserving buffer's modified state.
15392 (jit-lock-function, jit-lock-stealth-fontify): Call
15393 jit-lock-function-1.
15394
15395 * mail/rfc2368.el: Remove supernumerary copyright line.
15396
15397 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
15398
15399 * glasses.el: Provide facilities for inserting space before left
15400 parentheses and uncapitalization of identifiers.
15401 (glasses-mode): Try to remove old overlays in all cases.
15402
15403 2000-04-03 Gerd Moellmann <gerd@gnu.org>
15404
15405 * progmodes/compile.el (compile-internal): Display the compilation
15406 buffer in a different frame, if it's already displayed there.
15407
15408 * mail/rfc2368.el: New file.
15409
15410 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15411 header and insert its value as mail body.
15412
15413 * subr.el (member-ignore-case): New function.
15414
15415 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15416 (dabbrev--find-expansion): Ignore buffers matching a regexp
15417 from dabbrev-ignored-regexps.
15418
15419 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15420 to extensions handled by gzip.
15421
15422 2000-04-03 Richard M. Stallman <rms@gnu.org>
15423
15424 * files.el (insert-directory): List the total free space
15425 along with the used space.
15426
15427 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15428 line is followed by one that matches CITATION-REGEXP, end the
15429 paragraph.
15430
15431 2000-04-03 Markus Rost <rost@delysid.gnu.org>
15432
15433 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15434 (rmail-make-basic-summary-line): Use that option.
15435
15436 2000-04-03 Kenichi Handa <handa@etl.go.jp>
15437
15438 * international/mule-cmds.el (encoded-string-description):
15439 Rewritten. Try pretty description for ISO 2022 escape sequences
15440 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15441 for hexadecimal format.
15442
15443 2000-04-01 Dave Love <fx@gnu.org>
15444
15445 * cpp.el: Change customization group to `c' from `C'.
15446
15447 * vcursor.el (vcursor-move): Use display-color-p.
15448
15449 * international/mule-util.el: Provide mule-utils.
15450 (string-to-sequence): Simplify and speed up.
15451
15452 * international/mule.el (make-coding-system): Purecopy doc-string.
15453
15454 * international/mule-cmds.el: Various menu changes.
15455 (describe-specified-language-support): Handle `Default'.
15456 (set-language-info): Purecopy `info'.
15457
15458 2000-03-31 Andrew Innes <andrewi@gnu.org>
15459
15460 * vc.el (vc-backend-diff): Return the correct status if we had to
15461 retry the rcsdiff command without the --brief option.
15462
15463 2000-03-31 Dave Love <fx@gnu.org>
15464
15465 * help.el (help-manyarg-func-alist): Correct several omissions.
15466
15467 * add-log.el: Don't require cl, fortran.
15468 (add-log-current-defun-function): Doc fix.
15469 (change-log-version-number-regexp-list): Remove SCCS part. Doc
15470 fix.
15471 (change-log-version-rcs): Function deleted.
15472 (change-log-version-number-search): Doc fix. Use
15473 vc-workfile-version. Avoid CL dolist.
15474 (add-change-log-entry): Just call add-log-current-defun to get
15475 defun. Simplify somewhat.
15476 (change-log-get-method-definition-1): Likewise.
15477 (add-log-current-defun): Return nil if calling
15478 add-log-current-defun-function does so. Move Fortran stuff to
15479 fortran.el. Return string without properties.
15480
15481 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15482 and :alpha: char classes.
15483
15484 * mail/supercite.el: Defvar curline when compiling.
15485 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15486 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15487 rather than a-zA-Z0-9 to allow non-ASCII characters.
15488
15489 2000-03-31 Gerd Moellmann <gerd@gnu.org>
15490
15491 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15492
15493 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15494 Re-enable new code.
15495
15496 * lpr.el (print-region-1): Use -d to specify printer name for
15497 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15498
15499 2000-03-31 Dave Love <fx@gnu.org>
15500
15501 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
15502 for function definition in symbol's function value slot first
15503 instead of first consulting byte-compile-function-environment.
15504
15505 2000-03-31 Kenichi Handa <handa@etl.go.jp>
15506
15507 * language/european.el ("Polish"): New language environment.
15508 (setup-polish-environment): New function.
15509
15510 2000-03-30 Gerd Moellmann <gerd@gnu.org>
15511
15512 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15513 Disable new code.
15514
15515 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15516 trying to `load' the symbol of an autoload instead of the file
15517 recorded in the autoload. Fix error messages.
15518
15519 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15520
15521 * ps-print.el: PostScript programming fix for ghostview, doc fix.
15522 (ps-print-version): New version number (5.1.3).
15523 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15524 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15525 (ps-generate-postscript-with-faces): Code fix.
15526 (ps-color-values): XEmacs compatibility.
15527 (ps-print-background-image, ps-print-background-text, ps-printer-name)
15528 (ps-default-fg, ps-default-bg): Adjust customization.
15529 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15530 (ps-color-scale): Renaming old ps-color-value fun.
15531 (ps-print-headers): Replace ps-print-header group to avoid conflict
15532 with ps-print-header variable.
15533 (ps-print-miscellany): New group.
15534 (ps-format-color, ps-rgb-color): New funs.
15535 (ps-default-foreground): New var.
15536 (ps-printer-name-option): New const.
15537
15538 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15539
15540 * net/net-utils.el:
15541 (network-connection-host, network-connection-service): New variables
15542 (network-connection-mode): New mode, derived from comint-mode
15543 (network-connection-mode-setup): New function, saves host and
15544 service information in local variables.
15545
15546 * lisp/locate.el:
15547 (locate-word-at-point): Added this function
15548 (locate): Default to using locate-word-at-point as input
15549 Run dired-mode-hook
15550
15551 2000-03-29 Dave Love <fx@gnu.org>
15552
15553 * calendar/appt.el: Doc fixes.
15554 (appt-check): Convert min-to-app to a string before passing to
15555 appt-disp-window-function or concat.
15556 (appt-delete-window): Remove test for frame-root-window.
15557 (appt-select-lowest-window, appt-convert-time): Simplify.
15558
15559 * emacs-lisp/bytecomp.el: Doc fixes.
15560 (byte-compile-file-form-autoload): Update
15561 byte-compile-function-environment.
15562
15563 2000-03-29 Andreas Schwab <schwab@suse.de>
15564
15565 * emacs-lisp/autoload.el: Also print defsubst doc string
15566 specially.
15567
15568 * dired.el (dired-insert-directory): If dired-free-space-program
15569 failed just delete its output.
15570
15571 2000-03-29 Dave Love <fx@gnu.org>
15572
15573 * international/iso-cvt.el: Move provide to end. Doc fixes.
15574 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15575 (iso-iso2sgml, iso-sgml2iso): New functions.
15576 (iso-cvt-define-menu): Fix some entries and use backquote for
15577 clarity.
15578
15579 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15580
15581 2000-03-28 Gerd Moellmann <gerd@gnu.org>
15582
15583 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15584 ISO-DATE. If non-nil, return date in ISO 8601 format.
15585
15586 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15587
15588 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15589 if it ever becomes used.
15590 (log-edit-mode-hook): Default to vc-log-mode-hook.
15591 (log-edit-mode): Fix the docstring.
15592
15593 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15594 the code.
15595
15596 2000-03-26 Dave Love <fx@gnu.org>
15597
15598 * net/browse-url.el (browse-url): Re-fix case of
15599 browse-url-browser-function being an alist.
15600 (browse-url): Add :link to defgroup.
15601
15602 * files.el: Doc fixes.
15603 (file-truename): Include `[' in wildcard characters.
15604 (automount-dir-prefix): Customize.
15605 (find-file-wildcards): Add :version.
15606 (find-file-noselect): Simplify a mapcar call.
15607
15608 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15609 compatible with inf-lisp version.
15610 (eval-defun-1): Fix custom-declare-variable case.
15611
15612 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
15613
15614 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15615
15616 2000-03-24 Gerd Moellmann <gerd@gnu.org>
15617
15618 * Makefile (COMPILE_FIRST): New macro.
15619 (compile-files): Compile files from COMPILE_FIRST first.
15620
15621 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
15622 code.
15623
15624 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15625 matching open parenthesis in column 0 to defun-prompt-regexp
15626 only if open-paren-in-column-0-is-defun-start is set.
15627
15628 * sun-curs.el: Require CL at compile-time only.
15629
15630 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15631 instead of copy-list which is a function from CL.
15632 (msb--choose-menu, msb--mode-menu-cond)
15633 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15634 (msb--init-file-alist): Use mapcar instead of mapcan.
15635 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
15636 `(' in column 0 in doc string.
15637 (msb--add-separators): Use mapcar instead of mapcan.
15638
15639 * cus-dep.el: Require CL at compile-time only.
15640
15641 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15642
15643 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15644 (byte-compile-warnings): New warning `noruntime'.
15645 (byte-compile-constants, byte-compile-variables): Fix docstring.
15646 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15647 execute `eval-whenc-compile's body.
15648 (byte-compile-unresolved-functions): Fix docstring.
15649 (byte-compile-eval): New function.
15650 (byte-compile-callargs-warn): Check if the function will be available
15651 at runtime (via property `byte-compile-noruntime').
15652 (byte-compile-print-syms): New function.
15653 (byte-compile-warn-about-unresolved-functions): Also warn about
15654 `noruntime' functions (and use `byte-compile-print-syms').
15655 (byte-compile-file): Capitalize the message.
15656
15657 2000-03-24 Gerd Moellmann <gerd@gnu.org>
15658
15659 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15660 (rmail-expunge): Ask for confirmation depending on the setting
15661 of rmail-confirm-expunge.
15662
15663 2000-03-23 Gerd Moellmann <gerd@gnu.org>
15664
15665 * Makefile (bootstrap-clean): If $(emacs) exists, build
15666 loaddefs.el first. A loaddefs.el that's not up-to-date might
15667 cause a bootstrap failure because things don't autoload as
15668 expected.
15669
15670 2000-03-23 Dave Love <fx@gnu.org>
15671
15672 * net/browse-url.el: Restore previous use of
15673 browse-url-maybe-new-window.
15674
15675 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15676
15677 * ps-print.el: Skip banner page fix.
15678 (ps-print-version): New version number (5.1.2).
15679 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15680
15681 2000-03-23 Dave Pearson <davep@davep.org>
15682
15683 * net/quickurl.el Changed the type of parameter passed to the
15684 function defined by `quickurl-format-function'. Before only the
15685 text of the URL was passed. Now the whole URL structure is passed
15686 and the function is responsible for extracting the parts it
15687 requires. Changed the default of `quickurl-format-function'
15688 accordingly.
15689 (quickurl-insert): Changed the `funcall' of
15690 `quickurl-format-function' to match the above change.
15691 (quickurl-list-insert): Changed the `url' case so that it makes
15692 use of `quickurl-format-function', previous to this the format was
15693 hard wired.
15694
15695 2000-03-22 Gerd Moellmann <gerd@gnu.org>
15696
15697 * startup.el: Change some spellings for the X Window System.
15698
15699 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15700
15701 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
15702 up the code and the regexp and make sure the cursor is temporarily
15703 moved to the suspicious line while querying the user.
15704
15705 2000-03-22 Jason Rumney <jasonr@gnu.org>
15706
15707 * w32-fns.el (w32-charset-info-alist): Initialize.
15708
15709 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15710
15711 * ps-print.el: N-up last page fix.
15712 (ps-print-version): New version number (5.1.1).
15713 (ps-end-file, ps-end-job, ps-generate): Code fix.
15714
15715 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15716
15717 * files.el (find-file-run-dired): Update docstring.
15718 (find-directory-functions): New hook.
15719 (find-file-noselect): Run find-directory-functions rather than
15720 calling dired directly.
15721
15722 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15723
15724 * pcvs.el: Add a minimal leading commentary.
15725 (cvs-make-cvs-buffer): Change the header part by removing the startup
15726 message and adding a `Module' entry. Also replace the FOOTER and
15727 HEADER special fileinfos with the new support in ewoc for updating
15728 its own footer and header.
15729 (cvs-update-header): Update to use the header/footer of the ewoc.
15730 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15731 (cvs-is-within-p): New function.
15732 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15733 to only examine some subset of the buffers.
15734
15735 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15736 `format' instead of our own ad-hoc functions.
15737 Remove HEADER and FOOTER cases, now handled in the EWOC.
15738 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15739
15740 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15741 output to avoid scaring the user.
15742 (cvs-parse-table): Catch message for non-up-to-date commits.
15743
15744 * pcvs-defs.el (cvs-startup-message): Remove.
15745 (cvs-global-menu): New autoloaded menu.
15746
15747 * pcvs-util.el (cvs-string-fill): Remove.
15748
15749 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15750 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15751 PP part of it and also make it work for footers and headers.
15752 (ewoc-create): Drop POS and BUFFER arguments.
15753 Use the DLL's dummy node to store the end-of-footer position.
15754 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15755 (ewoc-refresh): Remove unused `header' variable.
15756 (ewoc-(get|set)-hf): New functions.
15757
15758 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15759 log-view-*-(message|file) and use easy-mmode-define-navigation.
15760 (log-view-message-re): Match SCCS format as well.
15761 And match the revision line rather than the dashed separator line.
15762 (log-view-mode): Use the new define-derived-mode.
15763 (log-view-current-tag): Fill in with an actual implementation.
15764
15765 * cvs-status.el (cvs-status-(prev|next)): Rename from
15766 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15767 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15768 to let the output "breathe" a little more (more readable).
15769 (cvs-status-mode): Use the new define-derived-mode.
15770
15771 * smerge-mode.el (smerge-auto-leave): New function and variable.
15772 (smerge-basic-map): Rename from smerge-basic-keymap.
15773 Change the bindings for smerge-diff-*.
15774 (smerge-*-map): Use easy-mmode-defmap.
15775 (smerge-(next|prev)): Use easy-mmode-define-navigation.
15776 (smerge-keep-*): Use smerge-auto-leave.
15777
15778 2000-03-21 Jason Rumney <jasonr@gnu.org>
15779
15780 * cus-edit.el (custom-button-face): Use 3D look for w32.
15781 (custom-button-pressed-face): Likewise.
15782
15783 2000-03-21 Gerd Moellmann <gerd@gnu.org>
15784
15785 * progmodes/etags.el (tags-case-fold-search): New user-option.
15786 (tags-loop-eval): New function. Bind case-fold-search around eval
15787 depending on the value of tags-case-fold-search.
15788 (tags-loop-continue): Use tags-loop-eval.
15789 (find-tag-in-order): Bind case-fold-search depending on the value
15790 of tags-case-fold-search.
15791
15792 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15793
15794 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
15795 (diff-end-of-hunk): Return the end position for use in
15796 `easy-mmode-define-navigation'.
15797 (diff-recenter): Remove.
15798 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15799 of `easy-mmode-define-navigation'.
15800 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15801 previous renaming) and fix to use new names.
15802 (diff-merge-strings): Use \n as separator: simpler, faster.
15803 (diff-mode): Use `define-derived-mode'.
15804
15805 * derived.el (define-derived-mode): Don't autoload anymore.
15806 Prefer the macro-only version provided by easy-mmode.el.
15807
15808 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
15809 `easy-mmode-define-derived-mode'.
15810 Use `combine-run-hooks'.
15811 (easy-mmode-define-navigation): New macro.
15812
15813 * subr.el (combine-run-hooks): New function.
15814
15815 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
15816
15817 * term/x-win.el: Fontsets related initialization is simplified.
15818
15819 * international/mule-diag.el (describe-font): Don't refer to
15820 global-fontset-alist, instead call font-list.
15821 (describe-fontset, list-fontsets, mule-diag): Likewise.
15822 (print-fontset): Adjusted for the change of fontset
15823 implementation.
15824
15825 * international/fontset.el (x-charset-registries): Variable
15826 removed, instead the corresponding data is stored in the default
15827 fontset.
15828 (register-alternate-fontnames): Function removed.
15829 (resolved-ascii-font): Variable removed.
15830 (x-compose-font-name): Ignore the second argument REDOCE.
15831 (x-complement-fontset-spec): Complement only an ASCII font and
15832 element for those charsets than can use that ASCII font.
15833 (generate-fontset-menu): Don't refer to global-fontset-alist,
15834 instead call fontset-list.
15835 (uninstantiated-fontset-alist): Variable removed.
15836 (x-style-funcs-alist): Likewise.
15837 (fontset-default-styles): Likewise.
15838 (x-modify-font-name): Function removed.
15839 (create-fontset-from-fontset-spec): Ignore the argument
15840 STYLE-VARIANT.
15841 (create-fontset-from-ascii-font): Docsting adjusted for the above
15842 change.
15843 (instantiate-fontset, resolve-fontset-name): Functions removed.
15844 (fontset-list): Now implemented by C code.
15845
15846 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15847 (describe-face): Include `font' attribute in the description.
15848
15849 2000-03-21 Kenichi Handa <handa@etl.go.jp>
15850
15851 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15852
15853 2000-03-20 Gerd Moellmann <gerd@gnu.org>
15854
15855 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15856 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15857 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15858
15859 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15860 about behavior of set-buffer-modified-p wrt redisplay.
15861
15862 2000-03-19 Richard M. Stallman <rms@gnu.org>
15863
15864 * view.el (view-mode-disable): Kill local binding of view-read-only.
15865
15866 2000-03-18 Gerd Moellmann <gerd@gnu.org>
15867
15868 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
15869 is a string, convert it to a syntax cell using string-to-syntax.
15870
15871 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15872 (string-to-syntax): New function.
15873
15874 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15875 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15876 try to use passive ftp mode.
15877
15878 2000-03-17 Gerd Moellmann <gerd@gnu.org>
15879
15880 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15881
15882 * simple.el (append-to-buffer): Update point of windows after
15883 insertion.
15884
15885 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15886 forward then moving backward. Reindent.
15887
15888 * frame.el (other-frame): Call x-focus-frame only if
15889 focus-follows-mouse is off.
15890
15891 2000-03-17 Dave Love <fx@gnu.org>
15892
15893 * pcvs-util.el (cvs-strings->string): Rename
15894 replace-regexps-in-string.
15895
15896 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15897
15898 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15899 regexp for labels cannot span several lines.
15900
15901 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15902 `(setq :<key> ':<key>)' to the macro expansion.
15903
15904 2000-03-16 Dave Love <fx@gnu.org>
15905
15906 * progmodes/f90.el (f90): Put custom group under `languages', not
15907 `fortran'.
15908 (f90-mode-hook): Customize.
15909 (f90-mode): Set add-log-current-defun-function.
15910 (f90-current-defun): New function.
15911
15912 2000-03-16 Gerd Moellmann <gerd@gnu.org>
15913
15914 * cus-edit.el (custom-variable-tag-face): Handle case that
15915 default face's height is not a number.
15916 (custom-face-tag-face, custom-group-tag-face-1)
15917 (custom-group-tag-face): Ditto.
15918 (custom-group-tag-face-1): Add :group.
15919
15920 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15921
15922 2000-03-15 Gerd Moellmann <gerd@gnu.org>
15923
15924 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15925 requiring easymenu.
15926
15927 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15928
15929 * ps-print.el: PostScript user-defined prologue, PostScript error
15930 handler, doc fix.
15931 (ps-print-version): New version number (5.1).
15932 (ps-user-defined-prologue, ps-error-handler-message)
15933 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15934 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15935 (ps-insert-string): New function.
15936
15937 2000-03-15 Kenichi Handa <handa@etl.go.jp>
15938
15939 * international/ccl.el (ccl-compile-expression): Don't generate
15940 invalid self-assignment code.
15941
15942 2000-03-14 Dave Love <fx@gnu.org>
15943
15944 * subr.el (replace-regexp-in-string): Renamed from
15945 replace-regexps-in-string. Doc fix.
15946
15947 2000-03-12 Dave Love <fx@gnu.org>
15948
15949 * cus-edit.el: Doc fixes.
15950 (customize-set-variable, customize-save-variable): Rename args for
15951 doc.
15952 (custom-variable-tag-face, custom-face-tag-face)
15953 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15954 style which user identify as hyperlink.
15955 (hook): Don't add undefined functions to the hook.
15956 (debug-ignored-errors): Transfer message from bindings.el.
15957
15958 2000-03-12 Gerd Moellmann <gerd@gnu.org>
15959
15960 * recentf.el (recentf-keep-non-readable-files-p): Remove
15961 double/nested definition.
15962
15963 2000-03-12 Dave Love <fx@gnu.org>
15964
15965 * facemenu.el (facemenu-get-face): Use display-color-p.
15966 * enriched.el (enriched-decode-foreground): Likewise.
15967 (enriched-decode-background): Likewise.
15968 * isearch.el (isearch-highlight): Likewise.
15969 * info-look.el (info-lookup): Likewise.
15970 * simple.el (completion-setup-function): Likewise.
15971
15972 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15973 :options.
15974
15975 * bindings.el (mode-line-format): Fix line-number and
15976 column-number items. Add help-echo for the background.
15977 (mode-line-mule-info): Modify help-echo.
15978
15979 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15980
15981 * files.el (load-file): Allow completion to .elc.
15982
15983 * man.el: Doc fixes.
15984 (Man-init-defvars): Use display-color-p to set fontification.
15985
15986 * play/hanoi.el (hanoi-internal): Don't use oddp.
15987
15988 2000-03-12 Gerd Moellmann <gerd@gnu.org>
15989
15990 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15991
15992 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15993
15994 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15995
15996 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15997 Fix comment.
15998
15999 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
16000
16001 * font-lock.el (font-lock-keywords): Fix the doc now that
16002 regexp-opt-depth is unnecessary.
16003 (save-buffer-state): Set an edebug spec.
16004 (font-lock-fontify-anchored-keywords): Properly handle the case when
16005 the matcher goes past the limit.
16006
16007 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16008 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16009
16010 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
16011 dll.el and cookie.el (from Elib) with heavy renaming and other
16012 massaging.
16013
16014 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16015 Autoload the functions used.
16016 (easy-mmode-define-syntax): Fix CL typo.
16017 (easy-mmode-define-derived-mode): Improve the docstring generation.
16018
16019 2000-03-10 Gerd Moellmann <gerd@gnu.org>
16020
16021 * textmodes/texinfo.el (texinfo-version): Variable and function
16022 removed.
16023
16024 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
16025
16026 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16027 allow more flexibility.
16028 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
16029 (easy-mmode-defmap, easy-mmode-defsyntax)
16030 (easy-mmode-define-derived-mode): New macros.
16031
16032 2000-03-09 Didier Verna <didier@xemacs.org>
16033
16034 * rect.el (replace-rectangle): New function.
16035
16036 2000-03-09 Dave Love <fx@gnu.org>
16037
16038 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
16039 (fortran-comment-line-start-skip): Don't match cpp stuff.
16040 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
16041 (fortran-mode-map): Remove over-eager custom-menu-create for now.
16042 (fortran-mode): Don't set fortran-comment-line-start-skip,
16043 fortran-comment-line-start here. Set comment-start,
16044 add-log-current-defun.
16045 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16046 (fortran-current-defun): New function.
16047
16048 2000-03-09 Gerd Moellmann <gerd@gnu.org>
16049
16050 * emacs-lisp/re-builder.el: New file.
16051
16052 * mouse.el (mouse-drag-region): Don't run up-event handler
16053 if hscroll has changed.
16054
16055 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16056 builtin operators, use `font-lock-builtin-face' for Emacs and
16057 `font-lock-preprocessor-face' otherwise.
16058
16059 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16060 `(defun (setf foo)' differently.
16061
16062 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16063
16064 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16065 (regexp-opt): Update comment and adapt the code the new meaning of
16066 the `paren' argument of regex-opt-group for shy-groups.
16067 (regexp-opt-depth): Handle shy groups as well as backslashed
16068 backslashes.
16069 (regexp-opt-group): Turn the leading comment into a docstring.
16070 Allow `paren' to be a string (the string to use to open a group).
16071 Remove open-presuf and close-presuf. Instead of checking for `all
16072 one-char' and then later on check for `several one-char', handle
16073 both cases close together. Also apply a more generic algorithm
16074 for suffixes (the mirror image of the algorithm used for
16075 prefixes). Use shy-groups. Use nreverse rather than reverse.
16076 (regexp-opt-try-suffix): Removed.
16077
16078 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16079 from comint-mode-map, so we can just inherit from it. Also, move
16080 the initialization into the `defvar' since there's no docstring
16081 anyway and it's fairly short.
16082 (inferior-scheme-mode): Define it as derived-mode: the code is
16083 shorter and this way we inherit from comint-mode-map rather than
16084 copying it.
16085
16086 * subr.el (replace-regexps-in-string): Properly handle the case
16087 where we match an empty string.
16088
16089 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16090 when the command has a directory component (such as "./testml").
16091 Also fix a typo in the comment.
16092
16093 2000-03-08 Gerd Moellmann <gerd@gnu.org>
16094
16095 * Makefile (compile-files): Compile files one by one because
16096 that's the only way to ensure a clean compilation environment for
16097 each individual file.
16098
16099 * frame.el (other-frame): Call x-focus-frame.
16100
16101 2000-03-07 Dave Love <fx@gnu.org>
16102
16103 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16104 :require to defcustom.
16105
16106 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
16107
16108 * files.el (auto-mode-alist): Add configure.in.
16109
16110 * progmodes/autoconf.el: New file.
16111
16112 2000-03-07 Gerd Moellmann <gerd@gnu.org>
16113
16114 * mail/mh-e.el: Change maintainer to `none'.
16115
16116 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16117 to remove-hook and add-hook.
16118
16119 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16120
16121 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16122 it as the default.
16123 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16124 (sendmail-send-it): Conditionally add MIME headers specifying the
16125 used character set.
16126
16127 2000-03-07 Dave Love <fx@gnu.org>
16128
16129 * winner.el: Fix keywords, autoload cookies.
16130 Split eval-when-compile form to avoid compilation failure.
16131
16132 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16133
16134 * international/mule.el: Modify comment about coding system
16135 property `coding-category'.
16136 (make-coding-system): New argument EOL-TYPE. Pay attention to
16137 coding-category property of PROPERTIES.
16138
16139 * international/mule-conf.el (coding-category-utf-8)
16140 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
16141 categories. Include them in the argument for set-coding-priority.
16142
16143 * international/mule-cmds.el (reset-language-environment):
16144 Include coding-category-utf-8, coding-category-utf-16-be, and
16145 coding-category-utf-16-le in the argument for set-coding-priority.
16146 (reset-language-environment): Initialize coding-category-utf-8,
16147 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16148
16149 2000-03-06 Karl Fogel <kfogel@red-bean.com>
16150
16151 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16152 code abstracted out of `bookmark-jump-noselect'. Now tries info
16153 extensions as well as compression extensions.
16154 (bookmark-jump-noselect): Use above new func.
16155
16156 2000-03-03 Gerd Moellmann <gerd@gnu.org>
16157
16158 * strokes.el: Change maintainer's mail address.
16159
16160 2000-03-03 Kenichi Handa <handa@etl.go.jp>
16161
16162 * international/mule-diag.el (list-character-sets): Make help-echo
16163 string by substitute-command-keys.
16164 (list-character-sets): Likewise.
16165 (sort-listed-character-sets): Call help-setup-xref.
16166
16167 2000-03-02 Gerd Moellmann <gerd@gnu.org>
16168
16169 * time.el (display-time-mail-file): Add `none' to the list of choices.
16170
16171 2000-03-01 Dave Love <fx@gnu.org>
16172
16173 * help.el (help-xref-go-back): Don't try to set position.
16174
16175 * international/mule-diag.el (list-character-sets):
16176 Call help-setup-xref. Add help-echo to xrefs.
16177 (list-character-sets-1): Add help-echo to xrefs.
16178
16179 2000-03-02 Gerd Moellmann <gerd@gnu.org>
16180
16181 * frame.el (blink-cursor-mode): Switch cursor on when turning
16182 the mode off.
16183
16184 * add-log.el (add-log-current-defun): Add support for
16185 Autoconf mode.
16186
16187 * mail/rmail.el (rmail-quit-hook): New variable.
16188
16189 2000-03-01 Dave Love <fx@gnu.org>
16190
16191 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16192
16193 * help.el (help-xref-button): Add help-echo arg.
16194 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16195
16196 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
16197
16198 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
16199
16200 2000-03-01 Gerd Moellmann <gerd@gnu.org>
16201
16202 * image.el (defimage): Look for image files in load-path.
16203
16204 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
16205
16206 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16207
16208 * recentf.el (recentf): Added version tag to the defgroup of recentf.
16209
16210 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16211
16212 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
16213 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16214 action to select/unselect a file.
16215 (recentf-edit-list): Code cleanup and improvement.
16216 (recentf-open-more-files-action): `recentf-open-more-files' button
16217 widget action to open a file.
16218 (recentf-open-more-files): No more use standard completion but widgets.
16219 (recentf-more-collection): Deleted.
16220 (recentf-more-history): Deleted.
16221 (recentf-setup-more-completion): Deleted.
16222
16223 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16224
16225 * recentf.el (recentf-mode): No more needs that Emacs is running
16226 under a window-system.
16227
16228 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16229
16230 * recentf.el (recentf-edit-list): New command to edit the recent
16231 list which allow the user to remove files.
16232 (recentf-edit-selected-items): New global variable, used by
16233 `recentf-edit-list' to hold the list of files to be removed from
16234 the recent list.
16235 (recentf-make-menu-items): Updated to display a "Edit list..."
16236 menu item. Minor code cleanup.
16237
16238 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16239
16240 * recentf.el (recentf-open-more-files): New command to open files
16241 that are not displayed in the menu.
16242 (recentf-more-collection): New global variable holding the set of
16243 permissible completions used by `recentf-open-more-files'.
16244 (recentf-more-history): New global variable holding the history list
16245 used by `recentf-open-more-files' completion.
16246 (recentf-setup-more-completion): New function to setup completion for
16247 `recentf-open-more-files'.
16248 (recentf-make-menu-items): Updated to display a "More..." menu item.
16249
16250 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16251
16252 * recentf.el (recentf-menu-action): Doc fixed.
16253
16254 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
16255
16256 * recentf.el (recentf-menu-filter): Doc updated.
16257 (recentf-update-menu-hook): Allow menu filters to force menu update.
16258 (recentf-make-menu-items): New menu filter handling.
16259 (recentf-make-menu-item): New helper function.
16260 (recentf-menu-elements): New menu handling function.
16261 (recentf-sort-ascending): Updated to new menu filter handling.
16262 (recentf-sort-descending): Updated to new menu filter handling.
16263 (recentf-sort-basenames-ascending): New menu filter function.
16264 (recentf-sort-basenames-descending): New menu filter function.
16265 (recentf-show-basenames): New menu filter function.
16266 (recentf-show-basenames-ascending): New menu filter function.
16267 (recentf-show-basenames-descending): New menu filter function.
16268
16269 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16270
16271 * diary-lib.el (list-diary-entries): Don't try to go forward at
16272 the end of the buffer.
16273
16274 2000-02-29 Kenichi Handa <handa@etl.go.jp>
16275
16276 * international/mule-diag.el (list-character-sets):
16277 Completely rewritten.
16278 (sort-listed-character-sets): New function.
16279 (list-character-sets-1): Completely rewritten.
16280 (list-character-sets-2): New function.
16281 (non-iso-charset-alist): New variable.
16282 (decode-codepage-char): New function.
16283 (charset-history): New variable.
16284 (read-charset) (list-block-of-chars)
16285 (list-iso-charset-chars)
16286 (list-non-iso-charset-chars)
16287 (list-charset-chars): New functions.
16288 (mule-diag): Call list-character-sets-2, not
16289 list-character-sets-2.
16290 (dump-charsets): Likewise.
16291
16292 2000-02-29 Gerd Moellmann <gerd@gnu.org>
16293
16294 * dired-x.el (dired-filename-at-point): Add `@' to valid
16295 file name characters.
16296 (dired-filename-at-point): Handle ange-ftp file names.
16297
16298 * frame.el (frame-notice-user-settings): Use assq-delete-all
16299 instead of assoc-delete-all.
16300 (frame-notice-user-settings): Ditto.
16301
16302 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16303 Don't copy alist.
16304
16305 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16306
16307 * calculator.el (calculator-use-menu): New option.
16308 (calculator-initial-bindings): Changed some bindings to work as
16309 macros.
16310 (calculator-forced-input): Removed.
16311 (calculator-restart-other-mode): New variable.
16312 (calculator-mode-map): Set up menu.
16313
16314 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16315
16316 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
16317 tags.
16318
16319 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16320
16321 * viper-cmd.el (viper-envelop-ESC-key): added the option to
16322 translate all ESC key sequences.
16323 (viper-goto-mark-subr): restore markers for files for which
16324 they were saved.
16325 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
16326 * viper-util.el (viper-set-replace-overlay-glyphs,
16327 viper-set-replace-overlay): always check if the replacement
16328 overlay is live.
16329 * viper.el (viper-vi-state-mode-list): added major modes.
16330 * ediff-wind.el: minor comment changes.
16331 * ediff.el: copyright notice date fix.
16332
16333 2000-02-27 Jason Rumney <jasonr@gnu.org>
16334
16335 * faces.el (face-font-family-alternatives): Add arial to helv.
16336 (mode-line, header-line, tool-bar): Same default as x for w32.
16337 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16338 face-font-family-alternatives from working.
16339 * term/w32-win.el (mouse-set-font): Do not build fontset from
16340 chosen font.
16341
16342 2000-02-25 Sam Steingold <sds@goems.com>
16343
16344 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16345 properly.
16346
16347 2000-02-25 Richard M. Stallman <rms@gnu.org>
16348
16349 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16350
16351 2000-02-25 Gerd Moellmann <gerd@gnu.org>
16352
16353 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
16354 writable.
16355
16356 * frame.el (busy-cursor-delay-seconds): New option.
16357
16358 2000-02-24 Gerd Moellmann <gerd@gnu.org>
16359
16360 * frame.el (show-cursor-in-non-selected-windows): New option.
16361
16362 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16363
16364 * diary-lib.el (include-other-diary-files): Undo the selective
16365 display in any included file and don't kill it.
16366
16367 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16368
16369 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
16370 bar. Menu items converted to (menu-item format, help strings
16371 added.
16372 [downcase, upcase]: Don't enable on MS-DOS.
16373 [symlink, symlinks]: Don't show if make-symbolic-link is not
16374 bound.
16375 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16376
16377 2000-02-23 Dave Love <fx@gnu.org>
16378
16379 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16380 (backward-kill-word): Revert addition of * to interactive spec --
16381 it's a feature.
16382
16383 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16384 (backward-kill-sentence, kill-sentence): Likewise.
16385
16386 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16387 scratch buffer name.
16388 (gud-format-command): Use int-to-string in ?l case. Simplify
16389 slightly.
16390
16391 * term/w32-win.el (internal-face-interactive): Update prompt for
16392 new read-face-name.
16393
16394 * mail/footnote.el (footnote): Add :version to defgroup.
16395 (footnote-section-tag-regexp): Customize.
16396 (footnote-start-tag, footnote-end-tag): New option.
16397 (footnote-latin-regexp): New variable.
16398 (Footnote-latin): New function.
16399 (footnote-style-alist): Add element for latin style.
16400 (footnote-style): Moved.
16401 (Footnote-goto-footnote): Use eq to test arg.
16402
16403 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16404
16405 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16406 (byte-compile-trueconstp): Include keywords.
16407 (byte-optimize-quote, byte-optimize-lapcode): Use
16408 byte-compile-const-symbol-p.
16409 (byte-optimize-char-before): New optimization.
16410
16411 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16412 (byte-compile-const-symbol-p): New function.
16413 (byte-compile-constp, byte-compile-out-toplevel)
16414 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16415 Use it.
16416
16417 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16418
16419 2000-02-23 Kenichi Handa <handa@etl.go.jp>
16420
16421 * international/encoded-kb.el: Be sure to update minor-mode-alist
16422 and minor-mode-map-alist.
16423 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16424 codes SS2 and SS3 correctly.
16425 (encoded-kbd-self-insert-ccl): New function.
16426 (encoded-kbd-setup-keymap): New function.
16427 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16428 by calling encoded-kbd-setup-keymap.
16429
16430 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
16431 characters.
16432 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
16433 locally.
16434
16435 2000-02-22 Dave Love <fx@gnu.org>
16436
16437 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
16438 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
16439 defvar.
16440 (lisp-mode-syntax-table): Set up for #|...|# comments.
16441 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16442 classes. Match `defface'.
16443 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16444 (eval-defun-1): Fix for defcustom.
16445 (lisp-indent-region): Doc fix.
16446
16447 * subr.el (when, unless, split-string): Doc fix.
16448 (read-passwd): Move call of clear-this-command-keys to the right
16449 place.
16450 (replace-regexps-in-string): New function.
16451
16452 2000-02-22 Gerd Moellmann <gerd@gnu.org>
16453
16454 * help.el (describe-variable): Set syntax table to
16455 emacs-lisp-mode-syntax-table when moving forward over the
16456 symbol's name.
16457
16458 2000-02-22 Dave Love <fx@gnu.org>
16459
16460 * xt-mouse.el: Doc fixes.
16461 (xterm-mouse-position-function): New function, replacing advice of
16462 mouse-position.
16463 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16464
16465 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16466
16467 2000-02-21 Gerd Moellmann <gerd@gnu.org>
16468
16469 * format.el (format-annotate-single-property-change): Handle
16470 properties.with dotted-list values.
16471 (format-proper-list-p): New function.
16472
16473 * enriched.el (enriched-face-ans): Handle '(foreground-color
16474 . COLOR) and (background-color . COLOR).
16475
16476 2000-02-20 Dave Love <fx@gnu.org>
16477
16478 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16479 and assignments to it.
16480 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16481 current local map.
16482 (make-flyspell-overlay): Use it.
16483 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16484
16485 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16486 (lm-get-header-re): Defun, not defsubst.
16487 (lm-get-package-name): Defun, not defsubst. Simplify.
16488 (lm-version): Doc fix. Simplify.
16489 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16490 (lm-crack-address, lm-last-modified-date, lm-commentary)
16491 (lm-verify, lm-synopsis): Simplify.
16492 (lm-report-bug): Require emacsbug. Use compose-mail.
16493
16494 2000-02-20 Gerd Moellmann <gerd@gnu.org>
16495
16496 * dired.el (dired-mode): Call propertized-buffer-identification
16497 to set mode-line-buffer-identification to something having
16498 the right text properties.
16499
16500 * bindings.el (propertized-buffer-identification): New function.
16501
16502 2000-02-20 Dave Love <fx@gnu.org>
16503
16504 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16505 check for t-mouse too.
16506
16507 * cus-start.el: Make echo-keystrokes `number'.
16508
16509 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16510
16511 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16512 Don't call ring-empty-p unless tags-location-ring is bound.
16513 From Noah Friedman <friedman@splode.com>.
16514
16515 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16516
16517 * progmodes/hideshow.el (hs-flag-region): No longer use
16518 `intangible' overlay property.
16519
16520 (hs-toggle-hiding): New command.
16521 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16522
16523 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16524 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16525 and deactivation.
16526
16527 2000-02-18 Gerd Moellmann <gerd@gnu.org>
16528
16529 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16530
16531 2000-02-17 Gerd Moellmann <gerd@gnu.org>
16532
16533 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16534
16535 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16536 of `*' to handle `(* ... *)' comments.
16537
16538 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16539
16540 * faces.el (list-faces-display): Use display-mouse-p instead of
16541 window-system.
16542
16543 * menu-bar.el (global-map): Menu-bar items converted to the new
16544 format (menu-item..., rearranged for better CUA compliance, and
16545 their names changed for better clarity. Help strings added.
16546
16547 * international/mule-cmds.el (mule-menu-keymap)
16548 (describe-language-environment-map, set-coding-system-map)
16549 (setup-language-environment-map): Convert to new (menu-item...
16550 form, add help strings. Change names of menu items for better
16551 clarity. "Mule" menu-bar item removed (it's now in the "Options"
16552 submenu).
16553
16554 2000-02-17 Gerd Moellmann <gerd@gnu.org>
16555
16556 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16557 within the code.
16558
16559 2000-02-16 Dave Love <fx@gnu.org>
16560
16561 * faces.el: Don't require custom. Add more specific :groups to
16562 various deffaces.
16563 (set-face-attribute): Purecopy args.
16564 (read-face-name): Default to name at point and use it in prompt.
16565 Remove colon from arg in all callers.
16566 (list-faces-display): Hyperlink to face descriptions and customize
16567 buffers.
16568
16569 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16570
16571 * wid-edit.el (widget-match-inline): An atom never matches a
16572 list.
16573
16574 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16575
16576 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16577 at ':' characters by call to split-string.
16578
16579 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16580
16581 * textmodes/bibtex.el: Added RCS version identification.
16582
16583 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16584
16585 * textmodes/bibtex.el: Some temporary comments removed.
16586 (bibtex-field-name, bibtex-entry-type): Made the relationship
16587 explicit.
16588 (bibtex-field-const): Allow capital letters.
16589 (bibtex-start-of-string): Deleted because unused.
16590
16591 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16592 use the term 'reference' to describe a bibtex entry as a whole.
16593 Further, reference keys are no longer called 'labels'.
16594 (bibtex-keys): Renamed to bibtex-reference-keys.
16595 (bibtex-reformat-previous-labels): Renamed to
16596 bibtex-reformat-previous-reference-keys.
16597 (bibtex-reference-type): Renamed to bibtex-entry-type.
16598 (bibtex-reference-head): Renamed to bibtex-entry-head.
16599 (bibtex-reference-maybe-empty-head): Renamed to
16600 bibtex-entry-maybe-empty-head.
16601 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16602 (bibtex-search-reference): Renamed to bibtex-search-entry.
16603 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16604 bibtex-enclosing-entry-maybe-empty-head.
16605 (bibtex-entry-field-alist, bibtex-entry-head,
16606 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16607 bibtex-map-entries, bibtex-search-entry,
16608 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16609 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16610 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16611 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16612 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16613 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16614 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16615
16616 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16617
16618 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16619 comment.
16620 (bibtex-format-field-delimiters): New function, functionality
16621 extracted from bibtex-format-entry.
16622 (bibtex-autokey-get-yearfield-digits): New function, functionality
16623 extracted from bibtex-autokey-get-yearfield.
16624
16625 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16626 entries in order to avoid stack overflow in the regexp matcher if
16627 field contents become large.
16628 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16629 bibtex-field-string-part-not-braced,
16630 bibtex-field-string-part-no-inner-braces,
16631 bibtex-field-string-part-1-inner-brace,
16632 bibtex-field-string-part-2-inner-braces,
16633 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16634 bibtex-field-string-quoted, bibtex-field-string,
16635 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16636 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16637 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16638 as parsing is now performed by the following functions.
16639 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16640 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16641 bibtex-parse-field-string, bibtex-search-forward-field-string,
16642 bibtex-parse-association, bibtex-field-name-for-parsing,
16643 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16644 bibtex-search-forward-field, bibtex-search-backward-field,
16645 bibtex-start-of-field, bibtex-end-of-field,
16646 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16647 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16648 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16649 bibtex-parse-string, bibtex-search-forward-string,
16650 bibtex-search-backward-string, bibtex-start-of-string,
16651 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16652 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16653 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16654 entries. Instead of reporting the results of the parsing by
16655 match-beginning or match-end, these functions return data structures
16656 that hold the corresponding positions.
16657 (bibtex-enclosing-field): Changed to also report field boundaries by
16658 return values rather than by match-beginning or match-end. The
16659 following functions have been adapted to use the new parsing
16660 functions.
16661 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16662 bibtex-enclosing-field, bibtex-format-entry,
16663 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16664 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16665 bibtex-print-help-message, bibtex-end-of-entry,
16666 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16667 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16668 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16669 method for parsing.
16670 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16671 bibtex-map-entries, bibtex-flash-head,
16672 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16673 bibtex-autokey-change, bibtex-autokey-get-namefield,
16674 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16675 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16676 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16677 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16678 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16679 order to make the new binding of case-fold-search immediately
16680 visible.
16681
16682 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16683
16684 * textmodes/bibtex.el: Copyright notice is up to date.
16685 Added constant 'bibtex-maintainer-salutation.
16686
16687 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16688 than make-temp-name, use match-string-no-properties and eliminate
16689 a quadratic behavior when building bibtex-strings.
16690
16691 * bibtex.el (bibtex-reference-key): Accept string entries whose
16692 reference key contains upper case letters.
16693
16694 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16695
16696 * bibtex.el (bibtex-reference-head): Allow entries to start with
16697 a new line.
16698
16699 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16700
16701 * bibtex.el: Hiding of entry bodies is not longer provided by
16702 bibtex.el directly. Instead the hideshow package can be used.
16703 Added a special bibtex entry to hs-special-modes-alist.
16704 (bibtex-hs-forward-sexp): Added for hideshow.el.
16705
16706 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16707
16708 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16709 at ':' characters by call to split-string.
16710
16711 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16712
16713 * textmodes/bibtex.el: Added RCS version identification.
16714
16715 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16716
16717 * textmodes/bibtex.el: Some temporary comments removed.
16718 (bibtex-field-name, bibtex-entry-type): Made the relationship
16719 explicit.
16720 (bibtex-field-const): Allow capital letters.
16721 (bibtex-start-of-string): Deleted because unused.
16722
16723 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16724 use the term 'reference' to describe a bibtex entry as a whole.
16725 Further, reference keys are no longer called 'labels'.
16726 (bibtex-keys): Renamed to bibtex-reference-keys.
16727 (bibtex-reformat-previous-labels): Renamed to
16728 bibtex-reformat-previous-reference-keys.
16729 (bibtex-reference-type): Renamed to bibtex-entry-type.
16730 (bibtex-reference-head): Renamed to bibtex-entry-head.
16731 (bibtex-reference-maybe-empty-head): Renamed to
16732 bibtex-entry-maybe-empty-head.
16733 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16734 (bibtex-search-reference): Renamed to bibtex-search-entry.
16735 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16736 bibtex-enclosing-entry-maybe-empty-head.
16737 (bibtex-entry-field-alist, bibtex-entry-head,
16738 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16739 bibtex-map-entries, bibtex-search-entry,
16740 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16741 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16742 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16743 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16744 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16745 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16746 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16747
16748 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16749
16750 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16751 comment.
16752 (bibtex-format-field-delimiters): New function, functionality
16753 extracted from bibtex-format-entry.
16754 (bibtex-autokey-get-yearfield-digits): New function, functionality
16755 extracted from bibtex-autokey-get-yearfield.
16756
16757 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16758 entries in order to avoid stack overflow in the regexp matcher if
16759 field contents become large.
16760 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16761 bibtex-field-string-part-not-braced,
16762 bibtex-field-string-part-no-inner-braces,
16763 bibtex-field-string-part-1-inner-brace,
16764 bibtex-field-string-part-2-inner-braces,
16765 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16766 bibtex-field-string-quoted, bibtex-field-string,
16767 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16768 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16769 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16770 as parsing is now performed by the following functions.
16771 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16772 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16773 bibtex-parse-field-string, bibtex-search-forward-field-string,
16774 bibtex-parse-association, bibtex-field-name-for-parsing,
16775 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16776 bibtex-search-forward-field, bibtex-search-backward-field,
16777 bibtex-start-of-field, bibtex-end-of-field,
16778 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16779 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16780 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16781 bibtex-parse-string, bibtex-search-forward-string,
16782 bibtex-search-backward-string, bibtex-start-of-string,
16783 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16784 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16785 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16786 entries. Instead of reporting the results of the parsing by
16787 match-beginning or match-end, these functions return data structures
16788 that hold the corresponding positions.
16789 (bibtex-enclosing-field): Changed to also report field boundaries by
16790 return values rather than by match-beginning or match-end. The
16791 following functions have been adapted to use the new parsing
16792 functions.
16793 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16794 bibtex-enclosing-field, bibtex-format-entry,
16795 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16796 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16797 bibtex-print-help-message, bibtex-end-of-entry,
16798 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16799 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16800 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16801 method for parsing.
16802 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16803 bibtex-map-entries, bibtex-flash-head,
16804 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16805 bibtex-autokey-change, bibtex-autokey-get-namefield,
16806 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16807 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16808 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16809 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16810 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16811 order to make the new binding of case-fold-search immediately
16812 visible.
16813
16814 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16815
16816 * textmodes/bibtex.el: Copyright notice is up to date.
16817 Added constant 'bibtex-maintainer-salutation.
16818
16819 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16820 than make-temp-name, use match-string-no-properties and eliminate
16821 a quadratic behavior when building bibtex-strings.
16822
16823 * bibtex.el (bibtex-reference-key): Accept string entries whose
16824 reference key contains upper case letters.
16825
16826 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16827
16828 * bibtex.el (bibtex-reference-head): Allow entries to start with
16829 a new line.
16830
16831 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16832
16833 * bibtex.el: Hiding of entry bodies is not longer provided by
16834 bibtex.el directly. Instead the hideshow package can be used.
16835 Added a special bibtex entry to hs-special-modes-alist.
16836 (bibtex-hs-forward-sexp): Added for hideshow.el.
16837
16838 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16839
16840 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16841 proceedings entry type (for cross referencing). Thanks to Wagner
16842 Toledo Correa for the suggestion.
16843
16844 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16845
16846 2000-02-14 Kenichi Handa <handa@etl.go.jp>
16847
16848 * international/characters.el: Setup case table for Vietnamese.
16849
16850 2000-02-12 Gerd Moellmann <gerd@gnu.org>
16851
16852 * uniquify.el (toplevel): Require CL at compile time.
16853 (uniquify-push): Removed.
16854
16855 * shadowfile.el (shadow-when): Removed.
16856
16857 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16858 (tempo-process-and-insert-string): Use dolist instead of
16859 tempo-dolist.
16860
16861 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16862 regexp for paragraph-start.
16863
16864 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16865 commas as well.
16866
16867 2000-02-10 Dave Love <fx@gnu.org>
16868
16869 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16870 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16871 Deleted.
16872 (widget-specify-field, widget-specify-button): Don't use
16873 widget-mouse-help as help-echo property.
16874 (default): Use #'ignore for :validate and :mouse-down-action.
16875 (checkbox): Add help-echo.
16876 (widget-sexp-validate): Rewritten to clarify error messages.
16877 (character): Use char-valid-p in :match function.
16878 (widget-color-complete): Use facemenu-color-alist.
16879 (widget-color-action): Use facemenu-read-color.
16880
16881 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16882 set up `caar' &c that we now have.
16883
16884 2000-02-09 Ray Blaak <blaak@gnu.org>
16885
16886 * delphi.el: Make resourcestring a declaration region, like const
16887 and var.
16888
16889 2000-02-09 Dave Love <fx@gnu.org>
16890
16891 * bindings.el (mode-line-input-method-map): New variable.
16892 (mode-line-mule-info): Use it; fix last change.
16893 (mode-line-mode-menu): Move definition.
16894 (mode-line-mouse-sensitive-p): Deleted.
16895 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16896 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16897 level.
16898
16899 * startup.el (command-line-1): Don't call
16900 make-mode-line-mouse-sensitive.
16901
16902 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16903
16904 * mail/rmail.el (rmail-retry-failure): Use
16905 rmail-beginning-of-message before rmail-toggle-header, because the
16906 former toggles headers.
16907
16908 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16909
16910 * diff-mode.el (diff-kill-junk): New interactive function.
16911 (diff-reverse-direction): Use delete-and-extract-region.
16912 (diff-post-command-hook): Restrict the area so that the hook also works
16913 outside of any diff hunk. This is necessary for the minor-mode.
16914 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16915 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16916
16917 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16918 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16919 so that it can be used more easily in <foo>-mode-hook. Also make sure
16920 to avoid duplicate entries.
16921 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16922 (font-lock-remove-keywords): Just as was done for `add', allow it to
16923 work even if font-lock-mode is nil. Also make sure we don't modify
16924 any pre-existing list by forcing a copy-sequence. Finally rename
16925 `major-mode' to `mode'.
16926 (font-lock-fontify-syntactic-anchored-keywords)
16927 (font-lock-fontify-anchored-keywords)
16928 (font-lock-fontify-keywords-region): Use line-end-position.
16929 Don't make `font-lock-multiline' local (it's now done in
16930 font-lock-set-defaults).
16931 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16932 move the `font-lock-fontified' creation to inside the `unless'.
16933
16934 2000-02-06 Andrew Innes <andrewi@gnu.org>
16935
16936 * term/w32-win.el (x-handle-args): Comment out call to message,
16937 which occurs before window system is initialized.
16938
16939 * makefile.nt: Add support for recompiling lisp code.
16940
16941 2000-02-04 Dave Love <fx@gnu.org>
16942
16943 * bindings.el (mode-line-mule-info): Fix/extend last change.
16944
16945 * completion.el: Replace completion-dolist with dolist.
16946
16947 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16948 dotimes.
16949
16950 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16951
16952 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16953 environment names before they go into the section regexp.
16954
16955 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16956 char class in regexp.
16957
16958 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16959 `case-fold-search' to nil.
16960
16961 * progmodes/idlwave.el (idlwave-template): Respect
16962 `idlwave-abbrev-change-case'.
16963 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16964 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16965 idlwave-while): respect `idlwave-reserved-word-upcase'.
16966 (idlwave-rw-case): New function.
16967 (idlwave-statement-match): Fixed problem with assignment regexp.
16968 (idlwave-font-lock-keywords): Improved regexp for keyword
16969 parameters.
16970 (idlwave-surround): New argument LENGTH to support padding of
16971 operators longer than 1 char.
16972
16973 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16974 idlwave-shell-expression-overlay. Implemented printing of
16975 expressions on higher levels of the calling stack.
16976 (idlwave-shell-display-level-in-calling-stack): Restore stack
16977 level.
16978 (idlwave-retrieve-expression-from-level): New function.
16979 (idlwave-shell-last-calling-stack): Variable removed.
16980 (idlwave-shell-reset): Argument action reversed (`visible' to
16981 `hidden'). Also remove stop-line overlay.
16982 (idlwave-shell-calling-stack-routine): New variable.
16983 (idlwave-shell-parse-stack-and-display): Messages now display
16984 negative level numbers.
16985 (idlwave-shell-mode): Set `modeline-format'.
16986 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16987 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16988 21.
16989 (idlwave-shell-print-expression-function): New option.
16990
16991 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16992 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16993 `tool-bar' instead of `toolbar'.
16994
16995 2000-02-02 Dave Love <fx@gnu.org>
16996
16997 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16998 emacs-lisp-mode-hook. Don't check for defalias being defined.
16999
17000 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
17001 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
17002 the new builtins directly.
17003
17004 * whitespace.el (whitespace): Add :version to defgroup.
17005
17006 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
17007 Doc fix.
17008
17009 * thingatpt.el (sexp-at-point, symbol-at-point)
17010 (number-at-point, list-at-point): Add autoload cookie.
17011
17012 * recentf.el (recentf): Add :version to defgroup.
17013
17014 * quickurl.el (quickurl): Add :version to defgroup.
17015
17016 * elide-head.el (elide-head): Use point-marker more.
17017
17018 * bs.el (bs): Add :version to defgroup.
17019
17020 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
17021
17022 * progmodes/delphi.el (delphi): Add :version to defgroup.
17023
17024 2000-02-02 Gerd Moellmann <gerd@gnu.org>
17025
17026 * ange-ftp.el (ange-ftp-write-region): Handle case that
17027 succeeding process operation sets a different coding system.
17028
17029 * calculator.el: New file.
17030
17031 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17032
17033 * frame.el (frames-on-display-list, framep-on-display): New
17034 functions.
17035 (display-mouse-p, display-popup-menus-p, display-graphic-p)
17036 (display-selections-p, display-screens, display-pixel-width)
17037 (display-pixel-height, display-mm-width, display-mm-height)
17038 (display-backing-store, display-save-under, display-planes)
17039 (display-color-cells, display-visual-class): New functions.
17040
17041 * term/tty-colors.el (tty-color-gray-shades): New function.
17042
17043 * faces.el (display-color-p): Use framep-on-display.
17044 (display-grayscale-p): New function.
17045
17046 2000-01-31 Dave Love <fx@gnu.org>
17047
17048 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17049 (create-fontset-from-x-resource): Don't concat integers.
17050
17051 2000-01-31 Inge Frick <inge@nada.kth.se>
17052
17053 * view.el: Some changes in documentation. Removed some trailing
17054 whitespace. Changed some parameter names to agree with
17055 documentation.
17056 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17057 window is not deleted. Modifies change 1998-04-26.
17058
17059 2000-01-31 Gerd Moellmann <gerd@gnu.org>
17060
17061 * windmove.el: New file.
17062
17063 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17064 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17065 progmodes/ebnf-yac.el: Update copyright and license info.
17066
17067 * jit-lock.el (jit-lock-function): Widen before calculating end
17068 position.
17069 (jit-lock-stealth-chunk-start): Rewritten.
17070
17071 * info.el (Info-title-face-alist): Removed.
17072 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
17073 faces.
17074 (Info-fontify-node): Use these faces.
17075
17076 2000-01-30 Gerd Moellmann <gerd@gnu.org>
17077
17078 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17079 (cl-macro-list1): Recognize `&allow-other-keys' instead of
17080 `&allow-other-keywords'.
17081
17082 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17083 the list of directories scanned heuristically.
17084
17085 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
17086 exist.
17087
17088 2000-01-30 Jason Rumney <jasonr@gnu.org>
17089
17090 * w32-fns.el: Define w32-tty-standard-colors.
17091
17092 * startup.el (command-line): Use w32-tty-standard-colors when in
17093 w32 console mode.
17094
17095 2000-01-30 Dave Love <fx@gnu.org>
17096
17097 * jka-compr.el (jka-compr-load): Fix up load-history.
17098
17099 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17100
17101 * emacs-lisp/cl-macs.el: Revert previous change.
17102
17103 2000-01-29 Dave Love <fx@gnu.org>
17104
17105 * facemenu.el: Purecopy various strings.
17106
17107 * timezone.el (timezone-fix-time): Window against 69 for two-digit
17108 years. Deal with three-digit years.
17109
17110 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
17111 defconst, purecopy.
17112 (help-back-label): Purecopy it.
17113
17114 2000-01-18 Gerd Moellmann <gerd@gnu.org>
17115
17116 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17117 variable. If non-nil, order the buffer list according to the
17118 currently selected frame.
17119 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17120 non-nil, pass the selected frame to function buffer-list.
17121
17122 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17123
17124 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17125
17126 2000-01-28 Dave Love <fx@gnu.org>
17127
17128 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17129
17130 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17131 Don't use lisp-indent-hook property.
17132 (cl-abs): Remove.
17133
17134 * subr.el: Move out indent and edebug specs for when and unless.
17135
17136 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17137 when, unless.
17138
17139 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17140 unless, when.
17141
17142 2000-01-28 Gerd Moellmann <gerd@gnu.org>
17143
17144 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17145 `collecting' as synonym for `collect'.
17146
17147 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17148 for the case it contains spaces.
17149
17150 * simple.el (what-cursor-position): Change formatting of
17151 messages.
17152
17153 * frame.el (delete-other-frames): New function.
17154 (toplevel): Bind it to C-x 5 1.
17155
17156 * sort.el (sort-numeric-base): New option.
17157 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17158 interpret it as octal or hexadecimal. Use sort-numeric-base
17159 as default base.
17160
17161 * progmodes/glasses.el: New file.
17162
17163 2000-01-27 Gerd Moellmann <gerd@gnu.org>
17164
17165 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17166 userids differently.
17167
17168 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17169 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17170 progmodes/ebnf-yac.el: New files.
17171
17172 2000-01-26 Dave Love <fx@gnu.org>
17173
17174 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17175 on a function with an empty body. [From Eric Ludlam.]
17176
17177 2000-01-25 Andre Spiegel <spiegel@gnu.org>
17178
17179 * vc.el (vc-version-diff): Make sure file name is expanded.
17180
17181 2000-01-25 Gerd Moellmann <gerd@gnu.org>
17182
17183 * scroll-bar.el (scroll-bar-timer): Variable removed.
17184 (scroll-bar-toolkit-scroll): Don't use a timer.
17185
17186 2000-01-25 Kenichi Handa <handa@etl.go.jp>
17187
17188 * language/thai-util.el (thai-composition-function): Delete
17189 superfluous `a'.
17190
17191 2000-01-24 Dave Love <fx@gnu.org>
17192
17193 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17194 end-of-defun-function.
17195
17196 * font-lock.el (turn-on-font-lock): Don't depend on window-system
17197 &c.
17198
17199 2000-01-22 Jason Rumney <jasonr@gnu.org>
17200
17201 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17202 conflicts with new face support.
17203
17204 2000-01-22 Richard M. Stallman <rms@gnu.org>
17205
17206 * replace.el (query-replace): Rename last arg to DELIMITED.
17207 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17208 (query-replace-regexp): Likewise.
17209
17210 2000-01-20 Richard M. Stallman <rms@gnu.org>
17211
17212 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17213
17214 * emacs-lisp/lisp.el (beginning-of-defun-function):
17215 Variable renamed from beginning-of-defun.
17216 Do not call make-variable-buffer-local.
17217 (beginning-of-defun-raw): Use new variable name; doc fix.
17218 (beginning-of-defun): Doc fix.
17219 (end-of-defun-function): Variable renamed from end-of-defun.
17220 Do not call make-variable-buffer-local.
17221 (end-of-defun): Use new variable name; doc fix.
17222
17223 * subr.el (dolist, dotimes): Copied from cl-macs.el
17224 and made to work.
17225
17226 * mail/undigest.el (rmail-digest-end-regexps):
17227 Variable replaces rmail-digest-end-regexp.
17228 Allows multiple regexps for detecting the end line.
17229 (undigestify-rmail-message): Corresponding changes.
17230
17231 2000-01-19 Dave Love <fx@gnu.org>
17232
17233 * files.el (user-init-file): Don't declare here -- is primitive.
17234
17235 * startup.el (command-line): Check for compiled user-init-file and
17236 set to uncompiled version if necessary.
17237
17238 2000-01-18 Gerd Moellmann <gerd@gnu.org>
17239
17240 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17241 (undigestify-rmail-message): Use it.
17242
17243 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17244
17245 2000-01-17 Gerd Moellmann <gerd@gnu.org>
17246
17247 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17248 of mini-buffer.
17249
17250 2000-01-14 Gerd Moellmann <gerd@gnu.org>
17251
17252 * emacs-lisp/copyright.el (copyright-update): Removed the
17253 requirement for a trailing space from `copyright-regexp', to
17254 support copyrights with owner specified on a separate line..
17255
17256 * align.el: New file.
17257
17258 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17259
17260 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17261
17262 2000-01-13 Dave Love <fx@gnu.org>
17263
17264 * ph.el: Removed. (Obsoleted by EUDC.)
17265
17266 2000-01-13 Gerd Moellmann <gerd@gnu.org>
17267
17268 * net/eudc.el (toplevel): Remove autoloaded code installing
17269 menu with easymenu, because that causes build problems.
17270
17271 * frame.el (frame-notice-user-settings): New variable.
17272 (frame-notice-user-settings): Don't modify frame parameters
17273 if called a second time.
17274
17275 2000-01-13 Richard M. Stallman <rms@gnu.org>
17276
17277 * frame.el (frame-notice-user-settings):
17278 Notice default-frame-parameters even for non-window frames.
17279
17280 2000-01-13 Gerd Moellmann <gerd@gnu.org>
17281
17282 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17283 for Emacs.
17284 (eudc-bob-can-display-inline-images): Extend for Emacs.
17285 (eudc-bob-toggle-inline-display): Ditto.
17286 (eudc-bob-display-jpeg): Ditto.
17287
17288 2000-01-12 Gerd Moellmann <gerd@gnu.org>
17289
17290 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17291 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17292 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17293
17294 * add-log.el (add-change-log-entry): Fix error trying an `(insert
17295 nil)'.
17296
17297 * subdirs.el: Add `net' directory.
17298
17299 * net: New directory.
17300
17301 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17302 eval-last-sexp. Don't bind debug-on-error here.
17303 (eval-last-sexp): New function. Bind debug-on-error if
17304 eval-expression-debug-on-error is non-nil.
17305 (eval-defun-2, eval-defun): Likewise.
17306
17307 * simple.el (eval-expression): Don't bind debug-on-error if
17308 eval-expression-debug-on-error is nil. Detect changed
17309 debug-on-error, and propagate new value to global binding, if
17310 eval-expression-debug-on-error is non-nil,
17311 (eval-expression-debug-on-error): Change doc string.
17312
17313 2000-01-11 Richard M. Stallman <rms@gnu.org>
17314
17315 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17316
17317 * emacs-lisp/lisp-mode.el (with-syntax-table):
17318 Set up lisp-indent-function property.
17319
17320 * subr.el (with-syntax-table): Moved from simple.el.
17321
17322 * simple.el (with-syntax-table): Moved to subr.el.
17323
17324 2000-01-11 Gerd Moellmann <gerd@gnu.org>
17325
17326 * tmm.el (tmm-shortcut): Delete region after prompt instead
17327 of erasing buffer.
17328
17329 * textmodes/fill.el (fill-common-string-prefix): New function.
17330 (fill-context-prefix): Use the longest common prefix of first
17331 and second line fill prefix, if there is one.
17332
17333 2000-01-11 Richard M. Stallman <rms@gnu.org>
17334
17335 * array.el (array-mode): Don't use make-variable-buffer-local.
17336 Use make-local-variable for `truncate-lines'.
17337
17338 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17339
17340 * add-log.el (add-log-current-defun): Handle user-defined
17341 add-log-current-function returning nil,
17342
17343 * add-log.el (add-change-log-entry): Insert version number
17344 if having found a current function
17345
17346 * add-log.el (add-log-current-defun): Call
17347 `add-log-current-defun-function'. Try matches at level 0 and
17348 level 1. Strip whitespace from defun found.
17349
17350 2000-01-10 John Wiegley <johnw@gnu.org>
17351
17352 * allout.el (isearch-done/outline-provisions): Added `edit'
17353 argument to correspond with the current definition of
17354 `isearch-done'.
17355
17356 2000-01-10 Dave Love <fx@gnu.org>
17357
17358 * elide-head.el (elide-head): Use point-marker, not point.
17359
17360 2000-01-10 Gerd Moellmann <gerd@gnu.org>
17361
17362 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17363 before and after the year 2000.
17364
17365 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17366 Add ispell- prefix.
17367
17368 2000-01-10 Ken Stevens <k.stevens@ieee.org>
17369
17370 * ispell.el: Only define dictionaries in menus when they exist.
17371 (version18p): New variable.
17372 (version20p): New variable.
17373 (xemacsp): New variable.
17374 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17375 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17376 (ispell-dictionary-alist6): Russian command lines no longer accept
17377 run-together words.
17378 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17379 (ispell-dictionary-alist): Add koi8-r to customize definition.
17380 (check-ispell-version): Added documentation string. Returns
17381 library path when called non-interactively.
17382 (ispell-menu-map-needed): Uses new variables.
17383 (ispell-library-path): New variable.
17384 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17385 (ispell-word): Improved documentation string. Test for valid
17386 character mappings. Correctly check typed in word changes that can
17387 result in single words split into multiple words. Returns
17388 replacement word.
17389 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17390 replace in recursive query replace mode. Help message for
17391 recursive edit mode.
17392 (ispell-show-choices): Protect against bad framepop bindings.
17393 (ispell-help): Fix to work with XEmacs.
17394 (ispell-highlight-spelling-error): Use new variables.
17395 (ispell-overlay-window): Fix to work with XEmacs.
17396 (ispell-parse-output): Passed and returns location information
17397 tracking spelling corrections. Doesn't recheck same word on
17398 current line.
17399 (ispell-init-process): Protect against bogus XEmacs variable binding.
17400 Fix call to single argument in sleep-for. Use new variables.
17401 (ispell-region): Passed and returns location information tracking
17402 spelling corrections. Doesn't check same word on current line.
17403 Improved documentation string. Doesn't resend a line already
17404 checked to the ispell process - fixes bug in LaTeX parsing.
17405 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17406 (ispell-skip-region): No longer skips <TT> in SGML.
17407 (ispell-process-line): Tracks location information with spelling
17408 corrections. Added documentation string. Accounts for words
17409 already accepted on this line. Don't allow query-replace on line
17410 starting with math characters. Doesn't resend a line already sent
17411 to ispell process. Fixes alignment error bug.
17412
17413 2000-01-10 Richard M. Stallman <rms@gnu.org>
17414
17415 * dired-x.el (dired-guess-shell-alist-default):
17416 Suggest xloadimage, which is free, not xv, which isn't.
17417
17418 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17419 Don't ever include the host name or user name in the value.
17420
17421 2000-01-09 Gerd Moellmann <gerd@gnu.org>
17422
17423 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17424 of a real newline.
17425
17426 2000-01-09 Stephen Eglen <stephen@gnu.org>
17427
17428 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17429 for .png files.
17430
17431 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17432
17433 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17434
17435 2000-01-09 Gerd Moellmann <gerd@gnu.org>
17436
17437 * progmodes/cperl-mode.el: Replace ^F with ^L.
17438
17439 * sendmail.el (toplevel): Provide `sendmail' when compiling
17440 before `require'ing rmail and mailalias to prevent infinite
17441 recursion.
17442
17443 2000-01-08 Dave Love <fx@gnu.org>
17444
17445 * emacs-lisp/backquote.el: Remove inappropriate customization
17446 (allowing custom.el to use backquote).
17447
17448 2000-01-07 Dave Love <fx@gnu.org>
17449
17450 * add-log.el (add-log-debugging): Deleted.
17451 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17452 file. Remove debugging code.
17453 (change-log-get-method-definition, change-log-name): Add doc.
17454 (change-log-sortable-date-at): New function.
17455 (change-log-merge): New command.
17456
17457 * time.el (display-time-string-forms): Make the Mail string active.
17458 (display-time-update): Provide help-echo for load average.
17459
17460 * bindings.el (make-mode-line-mouse2-map): New function.
17461 (mode-line-modified): Use it and simplify.
17462 (mode-line-mule-info): Provide help-echo info.
17463 (minor-mode-alist): Activate the strings.
17464 (make-mode-line-mouse-sensitive): Simplify for
17465 mode-line-buffer-identification.
17466
17467 2000-01-07 Gerd Moellmann <gerd@gnu.org>
17468
17469 * play/pong.el: New file.
17470
17471 2000-01-06 Dave Love <fx@gnu.org>
17472
17473 * array.el: Assorted cleanups for compiler warnings, doc strings,
17474 `array-' prefix for symbols.
17475
17476 2000-01-05 Dave Love <fx@gnu.org>
17477
17478 * textmodes/outline.el (outline-mode-menu-bar-map): Add
17479 outline-headers-as-kill.
17480 (outline-mode): Define imenu-generic-expression.
17481 (outline-headers-as-kill): New command.
17482
17483 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17484 from paragraph-start.
17485 (paragraph-indent-minor-mode): New command.
17486
17487 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17488 M-C-e, M-C-h, C-j, C-xnd, TAB.
17489 (fortran-mode): Set beginning-of-defun, end-of-defun.
17490 (fortran-column-ruler): Simplify.
17491 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17492 (fortran-with-subprogram-narrowing): Likewise.
17493 (fortran-indent-subprogram): Call mark-defun.
17494 (fortran-check-for-matching-do): Change narrowing.
17495
17496 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17497 (cl-lucid-hash-tag): Delete.
17498 (cl-hash-table-p): Correct test for native table.
17499 (cl-hash-table-count): Use hash-table-count.
17500
17501 * browse-url.el (browse-url): Fix case of
17502 browse-url-browser-function being an alist.
17503
17504 2000-01-05 Carsten Dominik <cd@gnu.org>
17505
17506 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17507 (reftex-index-phrase-file-extension): New options.
17508
17509 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17510 Use new option `reftex-index-phrase-file-extension'.
17511
17512 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17513 `reftex-parse-file-extension'.
17514
17515 2000-01-05 Dave Love <fx@gnu.org>
17516
17517 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17518 (beginning-of-defun-raw): Use it.
17519 (end-of-defun): New variable.
17520 (end-of-defun): Use it.
17521 (check-parens): New command.
17522
17523 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17524
17525 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17526 (hs-show-block): Don't use `mapcar' when not accumulating.
17527
17528 Fix buglet in local variables initialization.
17529
17530 2000-01-05 Andreas Schwab <schwab@suse.de>
17531
17532 * hscroll.el (hscroll): Doc fix.
17533
17534 2000-01-05 Carsten Dominik <cd@gnu.org>
17535
17536 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
17537 idlw-toolbar.
17538
17539 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
17540 file idlw-rinfo.el.
17541 (idlwave-customize): load must read file idlw-shell.el.
17542 (idlwave-create-customize-menu): load must read file idlw-shell.el.
17543
17544 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17545
17546 * progmodes/idlw-shell.el: Also provide idlwave-shell
17547 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17548 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17549
17550 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
17551 both reftex-dcr and reftex-vcr.
17552
17553 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17554
17555 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17556
17557 * ps-print.el: PostScript code now is in separate files, doc fix.
17558 (ps-print-version): New version number (5.0.3).
17559 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17560 local.
17561 (ps-spool-config): Initialization fix.
17562 (ps-print-prologue-1, ps-print-prologue-2)
17563 (ps-print-duplex-feature): PostScript code moved to separated file.
17564 (ps-background-image): Little code reformating.
17565 (ps-begin-file, ps-begin-job): Fix code.
17566 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17567 (ps-prologue-file): New fun.
17568
17569 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17570
17571 * ps-vars.el: Eliminated.
17572
17573 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17574 `;;;###autoload'.
17575
17576 * ps-print.el: ps-vars eliminated, doc fix.
17577 (ps-print-version): New version number (5.0.2).
17578 (ps-spool-config): Initialization fix.
17579 (ps-print-customize): New fun.
17580
17581 2000-01-04 Gerd Moellmann <gerd@gnu.org>
17582
17583 * autorevert.el (auto-revert-mode): Return value of
17584 auto-revert-mode.
17585
17586 2000-01-04 Dave Love <fx@gnu.org>
17587
17588 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17589 menu items.
17590
17591 2000-01-03 Dave Love <fx@gnu.org>
17592
17593 * elide-head.el (elide-head) [defgroup]: Add :version.
17594
17595 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
17596 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
17597 `cl-hash-table-p', not `hash-table-p'.
17598 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17599
17600 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17601
17602 * faces.el (face-read-integer, read-face-attribute)
17603 (color-defined-p, color-values): unspecified-{f,b}g are now
17604 strings.
17605
17606 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17607
17608 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17609 at comment end, and re-insert them after filling.
17610
17611 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17612
17613 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17614 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17615 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17616
17617 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17618
17619 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17620 the new name of face-color-supported-p.
17621
17622 * term/w32-win.el (xw-defined-colors): Likewise.
17623
17624 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17625
17626 * simple.el (completion-setup-function): Count completion-size
17627 from minibuffer-prompt-end, not from point-min.
17628
17629 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17630
17631 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17632 Pass the frame to tty-color-* functions.
17633 (display-color-p, frame-set-background-mode): Pass the frame to
17634 tty-display-color-p.
17635
17636 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17637 tty-color-alist.
17638 (tty-color-alist, tty-modify-color-alist): New functions.
17639 (tty-color-define, tty-color-clear, tty-color-approximate)
17640 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
17641 an optional parameter FRAME.
17642
17643 2000-01-01 Gerd Moellmann <gerd@gnu.org>
17644
17645 * image.el (create-image, defimage): Don't assume image data is a
17646 string.
17647
17648 * image.el (defimage): Handle specifications containing :data
17649 instead of :file.
17650 (image-type-from-data): New function.
17651 (image-type-from-file-header): Use it.
17652 (create-image): Add parameter DATA-P.
17653
17654 See ChangeLog.8 for earlier changes.
17655
17656 ;; Local Variables:
17657 ;; coding: iso-2022-7bit
17658 ;; End: